* {
  margin: 0;
  outline: none !important;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: normal;
  overflow-y: scroll;
  position: relative;
}
h1,
h2,
h3,
h4 {
  color: #333333;
  font-family: 'Roboto Slab', sans-serif;
}
h1.zero,
h2.zero,
h3.zero,
h4.zero {
  margin: 0;
}
h1.short,
h2.short,
h3.short,
h4.short {
  margin: 0 0 8px;
}
h1 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 10px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 30px;
}
h2.double {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  h2 {
    margin: 0 0 20px;
  }
}
h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 20px;
}
h3.double {
  margin: 0 0 40px;
}
h3.arrow {
  display: inline-block;
}
h3.arrow span {
  background: url('../img/icons/got_questions_right.png') right center no-repeat;
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 50px;
  min-height: 50px;
  padding: 0 80px 0 0;
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 16px;
}
ol {
  margin: 0 0 20px 18px;
}
ul {
  margin: 0 0 20px 16px;
}
ol li,
ul li {
  margin: 0 0 10px;
}
ol.double,
ul.double {
  margin-bottom: 40px;
}
ol.triple,
ul.triple {
  margin-bottom: 60px;
}
ol.compact li,
ul.compact li {
  margin: 0;
}
input,
select,
textarea,
button {
  color: #333333;
  font-size: 14px;
}
a {
  color: #005eb8;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
p {
  line-height: 28px;
  margin: 0 0 20px;
}
p.intro {
  font-size: 20px;
}
p.double {
  margin: 0 0 40px;
}
p.triple {
  margin: 0 0 60px;
}
p.disclaimer {
  font-size: 12px;
}
p.last {
  margin: 0;
}
p.margin_top {
  margin-top: 20px;
}
@media (max-width: 767px) {
  p {
    line-height: normal;
  }
}
img {
  border: none;
  display: block;
}
img.full_width {
  width: 100%;
}
img.max_width {
  max-width: 100%;
}
img.third_width_right {
  float: right;
  padding: 0 0 10px 10px;
  width: 33%;
}
img.border_grey {
  border: 1px solid #acacac;
}
b,
strong {
  font-weight: 600;
}
button {
  cursor: pointer;
}
fieldset {
  border: 0;
}
label {
  font-weight: 400;
}
span.required {
  color: #F3161E;
}
.radio,
.checkbox {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  resize: none;
}
.pipe {
  padding: 0 10px;
}
i.fa-left {
  margin: 0 6px 0 0;
}
i.fa-right {
  margin: 0 0 0 6px;
}
.lower {
  text-transform: none;
}
.upper {
  text-transform: uppercase;
}
.under {
  text-decoration: underline;
}
.border_grey {
  border: 1px solid #e4e4e6;
  display: block;
}
@media (max-width: 768px) {
  input {
    font-size: 16px !important;
  }
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
pre {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.container {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
.container > .inner {
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}
.navbar-default {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #acacac;
  height: 105px;
  margin: 0;
  position: relative;
}
.navbar-default .navbar-header {
  position: relative;
}
.navbar-default .navbar-header .navbar-brand {
  display: block;
  margin: 36px 0 0;
  padding-bottom: 0;
}
.navbar-default .navbar-collapse {
  max-height: none;
  padding: 0;
}
.navbar-default .navbar-collapse .navbar-nav {
  margin: 58px 0 0 20px;
}
.navbar-default .navbar-collapse .navbar-nav > li {
  margin: 0;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #005eb8;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  padding: 10px 15px;
}
.navbar-default .logo_jhu {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 130px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #005eb8;
  font-weight: 500;
}
@media (max-width: 991px) {
  .navbar-default .navbar-header {
    width: 300px;
  }
  .navbar-default .navbar-header .navbar-brand {
    margin: 42px 0 0;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 100%;
  }
  .navbar-default .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    height: 74px;
  }
  .navbar-default .navbar-header {
    width: 100%;
  }
  .navbar-default .navbar-header .navbar-brand {
    margin: 6px 0 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 220px;
  }
  .navbar-default .navbar-header .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .navbar-default .navbar-collapse {
    background: #ffffff;
    position: relative;
    z-index: 1000;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav > li a {
    font-size: 18px;
  }
}
section {
  padding: 40px 0;
}
section.zero {
  padding: 0;
}
section.zero_bottom {
  padding-bottom: 0;
}
section.double_bottom {
  padding-bottom: 80px;
}
section.zero_top {
  padding-top: 0;
}
section.grey {
  background: #f3f4f8;
}
section.full {
  margin: 0 -15px;
}
section.border_top {
  border-top: 2px solid #ffffff;
}
section.border_bottom {
  border-bottom: 2px solid #ffffff;
}
section.baby_blue {
  background: #68ace5;
  color: #ffffff;
}
section.baby_blue h1,
section.baby_blue h2,
section.baby_blue h3,
section.baby_blue h4,
section.baby_blue p > a {
  color: #ffffff;
}
section.dark_blue {
  background: #005eb8;
  color: #ffffff;
}
section.dark_blue h1,
section.dark_blue h2,
section.dark_blue h3,
section.dark_blue h4,
section.dark_blue p > a {
  color: #ffffff;
}
section.orange {
  background: #ff9e1b;
  color: #ffffff;
}
section.orange h1,
section.orange h2,
section.orange h3,
section.orange h3 a,
section.orange h4,
section.orange p > a {
  color: #ffffff;
}
section.grey {
  background: #e4e4e6;
}
/* **************************************************************** */
/* Ask Question
/* **************************************************************** */
section.ask_question {
  padding-top: 30px;
}
section.ask_question form p > label {
  display: inline-block;
  width: 80px;
}
section.ask_question form label.error {
  font-size: 13px;
  font-style: italic;
  color: #ff0000;
  width: auto;
}
/* **************************************************************** */
/* Recent Questions
/* **************************************************************** */
section.recent_questions {
  padding-top: 30px;
  padding-bottom: 20px;
}
section.recent_questions h2 {
  display: inline-block;
  margin-right: 10px;
}
section.recent_questions .btn-primary {
  float: right;
}
section.recent_questions .recent_question {
  margin: 0 0 15px;
}
section.recent_questions .recent_question > div {
  background: #e4e4e6;
  height: 100%;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.recent_questions .recent_question > div p {
  color: #666666;
  line-height: 24px;
}
section.recent_questions .recent_question > div a {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  width: 50%;
}
@media (max-width: 992px) {
  section.recent_questions .recent_question > div p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.recent_questions .btn-primary {
    display: block;
    float: none;
    margin: 20px 0;
  }
}
/* **************************************************************** */
/* QA Questions
/* **************************************************************** */
section.qa_questions .qa_question {
  font-size: 18px;
}
section.qa_questions .qa_question .quote {
  font-style: italic;
}
section.qa_questions .qa_question .author {
  font-weight: 400;
}
.main_content p {
  margin: 0 0 30px;
}
.main_content p.short {
  margin: 0 0 10px;
}
.main_content p.smaller {
  font-size: 16px;
}
.main_content p.tight {
  font-style: italic;
  line-height: 20px;
}
/* **************************************************************** */
/* Resources
/* **************************************************************** */
.resources_list .col-xs-12,
.resources_list col-sm-6 {
  padding-bottom: 15px;
}
.container .btn-primary,
.modal .btn-primary {
  -webkit-box-shadow: 0px 2px 1px rgba(100, 100, 100, 0.75);
  -khtml-box-shadow: 0px 2px 1px rgba(100, 100, 100, 0.75);
  -moz-box-shadow: 0px 2px 1px rgba(100, 100, 100, 0.75);
  box-shadow: 0px 2px 1px rgba(100, 100, 100, 0.75);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 8px 20px;
  text-decoration: none !important;
}
.container .btn-orange,
.modal .btn-orange,
.container .btn-orange:hover,
.modal .btn-orange:hover {
  color: #ffffff !important;
  background: #ff9e1b !important;
  border: 1px solid #ff9e1b;
}
.container .btn-extra-large span,
.modal .btn-extra-large span {
  background: url('../img/icons/got_questions_right.png') right center no-repeat;
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  min-height: 50px;
  padding: 0 80px 0 0;
  text-align: left;
}
.container .btn-external i,
.modal .btn-external i {
  padding-left: 10px;
}
.modal {
  overflow-y: auto;
  /*** title ***/
  /*** header ***/
  /*** body ***/
  /*** foot ***/
}
.modal .container {
  padding: 0;
}
.modal .modal-dialog {
  z-index: 10000;
}
.modal .modal-title {
  line-height: normal;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-header button {
  font-size: 3em;
}
.modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
  color: #333333;
  font-size: 16px;
}
.modal .modal-footer {
  border: 0;
  text-align: left;
}
.modal .modal-footer p {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 14px;
}
.modal-open {
  overflow: auto;
}
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* **************************************************************** */
/* Youtube
/* **************************************************************** */
.youtube_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.youtube_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.play_video_small {
  display: block;
  position: relative;
}
.play_video_small span {
  background: url('../img/buttons/play_large.png') center center no-repeat;
  background-size: 70px 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.play_video_extra_small span {
  background-size: 40px 40px;
}
@media (max-width: 991px) {
  .play_video_small span {
    background-size: 50px 50px;
  }
}
/* **************************************************************** */
/* Thank you message
/* **************************************************************** */
._message {
  display: none;
}
.footer {
  font-size: 14px;
  padding-bottom: 100px;
}
.footer h3,
.footer a {
  color: #ffffff;
}
.footer h3 {
  margin-bottom: 20px;
}
.footer p {
  line-height: normal;
}
.footer p.contact {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 20px;
}
.footer p.contact span {
  display: inline-block;
  width: 105px;
}
.footer ul.links {
  list-style: none;
  margin: 0 0 20px;
}
.footer ul.links > li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer ul.links > li a {
  font-size: 20px;
  font-weight: 400;
}
.footer ul.social {
  list-style: none;
  margin: 0 0 20px;
  margin-bottom: 40px;
}
.footer ul.social > li {
  display: inline-block;
}
.footer ul.social > li a {
  background-image: url('../img/footer/sprite_social.png');
  display: block;
  height: 41px;
  margin: 0 20px 0 0;
  text-indent: -1000em;
  width: 42px;
}
.footer ul.social > li a.facebook {
  background-position: 0 -41px;
}
.footer ul.social > li a.twitter {
  background-position: 0 -82px;
}
@media (max-width: 767px) {
  .footer p.contact {
    font-size: 14px;
  }
  .footer p.contact span {
    display: block;
    width: auto;
  }
}
.debug_viewport {
  color: #000000;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
.debug_viewport input {
  font-size: 10px;
  width: 40px;
}
form label.error {
  display: block;
  padding: 8px 0 0;
  color: #ff0000;
  font-style: italic;
  font-size: .8em;
}
form .ajax_form_message {
  display: none;
}
form textarea.form-control {
  margin: 0 0 16px;
  font-size: 16px;
}
.bootstrap-select i {
  display: none;
}
.current_poll .poll_question {
  margin: 0 0 10px;
}
.current_poll .poll_answers ul {
  list-style: none;
  margin: 0 0 20px;
}
.current_poll .poll_answers ul li {
  position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 20px;
}
.current_poll .poll_answers ul li input {
  position: absolute;
  top: 2px;
  left: 0;
}
.current_poll .poll_answers ul li label {
  margin: 0;
}
.current_poll .poll_results {
  display: none;
}
.current_poll .poll_results ul {
  list-style: none;
  margin: 0 0 20px;
}
.current_poll .poll_results ul li {
  margin: 0 0 6px;
}
.current_poll .poll_results ul li .progress {
  margin: 4px 0 4px;
}
.current_poll .poll_results ul li .progress .bar_1 {
  background: #ff5b00;
}
.current_poll .poll_results ul li .progress .bar_2 {
  background: #4ac0f2;
}
.current_poll .poll_results ul li .progress .bar_3 {
  background: #f1f782;
}
.current_poll .poll_results ul li .progress .bar_4 {
  background: #b80028;
}
.current_poll .poll_results ul li .progress .bar_5 {
  background: #60bb22;
}
.current_poll .poll_results ul li .progress .bar_6 {
  background: #b96a9a;
}
.current_poll .poll_results ul li .progress .bar_7 {
  background: #ff7326;
}
.current_poll .poll_results ul li .progress .bar_8 {
  background: #65c9f4;
}
.current_poll .poll_results ul li .progress .bar_9 {
  background: #eef66c;
}
.current_poll .poll_results ul li .progress .bar_10 {
  background: #c32648;
}
.current_poll .poll_results ul li .progress .bar_11 {
  background: #78c543;
}
.current_poll .poll_results ul li .progress .bar_12 {
  background: #c380a9;
}
.current_poll .poll_results ul li .progress .bar_13 {
  background: #ff5b00;
}
.current_poll .poll_results ul li .progress .bar_14 {
  background: #4ac0f2;
}
.current_poll .poll_results ul li .progress .bar_15 {
  background: #f1f782;
}
.current_poll .poll_results ul li .progress .bar_16 {
  background: #b80028;
}
.debug {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 12px;
  z-index: 10000;
  cursor: pointer;
}
.debug > div {
  display: inline-block;
}
.debug h4 {
  margin: 0 0 4px;
  padding: 0 0 4px;
  font-size: 1.2em;
  border-bottom: 1px solid #cccccc;
}
.home {
  /* **************************************************************** */
  /* Marquee
	/* **************************************************************** */
  /* **************************************************************** */
  /* Featured Video
	/* **************************************************************** */
  /* **************************************************************** */
  /* Home Bottom
	/* **************************************************************** */
}
.home .marquee_video {
  background: #000000;
}
.home .marquee_video .outer {
  position: relative;
}
.home .marquee_video .outer .inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
.home .marquee_video .outer .inner > div {
  color: #ffffff;
  padding: 70px 0 0 100px;
}
.home .marquee_video .outer .inner > div h1 {
  color: #ffffff;
  margin: 0 0 30px;
}
.home .marquee_video .outer .inner > div p {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  width: 370px;
}
.home .marquee_video .outer .video_play {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 300;
}
.home .marquee_video .outer .video_play a {
  display: block;
  height: 100%;
  /* padding:80px 0 0; */
  text-indent: -1000em;
  width: 100%;
}
.home .marquee_video .outer .video_play a span {
  background: url('../img/buttons/play_large.png') center center no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.home .marquee_video .outer .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.home .featured_video {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.home .featured_video .col-featured-video {
  background: #005eb8;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .featured_video .col-featured-video h3 {
  color: #ffffff;
  margin: 0 0 10px;
}
.home .featured_video .col-featured-video p {
  margin: 0;
}
.home .featured_video .col-featured-video a {
  color: #ffffff;
}
.home .featured_video .col-question {
  background: #ff9e1b;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .featured_video .col-question h3 {
  margin: 0;
  text-align: center;
}
.home .featured_video .col-question h3 a {
  color: #ffffff;
}
.home .featured_video .col-question h3 img {
  display: inline;
  padding: 20px 0 0;
}
.home .home_bottom {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .home .featured_video .col-featured-video .play_video_small {
    display: block;
    margin: 0 0 10px;
  }
}


/* Custom CSS Start Here */

/* Custom CSS End Here */