@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic);
main, .navbar-default {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}

body {
  font-weight: 300;
  line-height: 1.675;
}
body h2, body h3 {
  margin-top: 10px;
}
.emory-wide input#q {
    font-weight: normal;
}
.search {
  padding: .5em;
}
.search .search-form input {
  border-radius: 5px;
  border: 1px solid #CCC;
  width: 100%;
  padding: 0.4em;
}

.light-gray {
  background-color: #f5f5f5;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* TEMPLATE LEVEL */
figure.full-width {
  margin: 15px 0px 15px 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
}

input.search.document-filter {
  background-color: #FFF;
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: .3em;
  font-weight: 300;
  width: 100%;
}

.subheadline {
  line-height: 1.5em;
}

.test .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

#documents h3 {
  line-height: 1.5em;
}

#documents p {
  margin-bottom: .7em;
}

#documents ul.list {
  padding-left: 0;
  margin-top: 1em;
}

#footer-hat {
  background-color: #35495e;
  color: #FFF;
  line-height: 2em;
  padding: 1em;
}
#footer-hat figure {
  text-align: right;
}

.table-striped > tbody > tr > th, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #354961;
  color: #FFF;
  padding: 10px;
}

.table-striped > tbody > tr.head > td {
  font-weight: 700;
  background-color: #FFF !important;
}

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
  padding: 10px;
  border: solid 1px #CCC;
}

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #F1F1F1;
  padding: 10px;
}

.normal a {
  text-decoration: underline;
}

.document-item {
  margin-bottom: 1.5em;
  width: 100%;
  background-color: #F1F1F1;
  padding: 0px 10px 0px 10px;
  display: inline-block;
  position: relative;
  margin-top: 0;
  top: 0;
  font-size: .9em;
  color: #333;
  text-decoration: none;
}
.document-item .underline {
  color: inherit;
}
.document-item .document-description {
  border-top: solid 1px #CCC;
}
.document-item:hover {
  background-color: #DDD;
}

.white {
  background-color: #FFFFFF;
  color: #333333;
}

.btn.teal {
  background-color: #57c7a1;
  color: #FFFFFF;
  text-shadow: 0.5px 1px 2px #777;
}

.teal {
  background-color: #57c7a1;
  color: #FFFFFF;
}
.teal h2 {
  color: #354961;
  text-shadow: 0.5px 1px 2px #777;
}
.teal .btn.teal {
  color: #354961;
  background-color: #FFF;
  text-shadow: none;
}

.blue {
  background-color: #354961;
  color: #FFFFFF;
}

.gray {
  background-color: #333333;
  color: #FFFFFF;
}

.row {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-hat {
  margin-bottom: -10px;
  margin-top: 10px;
  padding: .5em 0em .5em 0em;
}

.teal.page-news-and-spotlight {
  padding-bottom: 15px;
}

.page-news-and-spotlight {
  margin-top: 2em;
}

.search {
  background-color: #edeff0;
}

li.active a {
  color: #57c7a1;
}

ul.level3 li {
  list-style: none;
  padding: 10px 0px;
}
ul.level3 li a {
  color: #333333;
}

#news table {
  margin-bottom: 1em;
}
#news ul.list {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
#news li.news-item {
  display: inline-flex;
  width: 100%;
  padding: .3em;
}
#news .odd {
  background-color: #F1F1F1;
}
#news h3 {
  font-weight: 400;
}
#news dd {
  width: 100%;
}
#news dd.name {
  margin-right: .3em;
}
#news dl {
  margin-bottom: 20px;
  width: 8em;
}

#sub-nav {
  line-height: 2.222em;
  font-size: 1em;
  margin-bottom: 1em;
}
#sub-nav a {
  color: #333;
  padding: 5px;
  text-decoration: none;
}
#sub-nav a:hover {
  background-color: #FFF;
  text-decoration: none;
}
#sub-nav li.active > a, #sub-nav li > a:hover {
  color: #57c7a1;
}

#sub-nav li.active.parent a {
    color: #333;
}
#sub-nav li.active.parent.current a {
    color: #57c7a1;
}

#section-nav ul {
    padding-left: 0;
    list-style: none;
}

#section-nav ul.level2 li {
    padding: .5em 0;
}
#section-nav ul.level2 li a{
    color: #333 !important;
}
#section-nav ul.level2 li.active a{
    color: #57c7a1 !important;
}


.nav-stacked > li + li {
  margin-top: 0;
}

/* INLINE STYLES / NAVIGATION */
.navbar li {
  margin-bottom: 0px;
  margin-left: 0px;
}

.navbar-default {
  background-color: #354961;
  color: #FFFFFF;
}
.navbar-default ul li {
  background: none;
  padding: 0px;
}
.navbar-default ul li.client-portal {
  background-color: #57c7a1;
  color: #FFFFFF;
  text-shadow: 0.5px 1px 2px #777;
}
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}

.nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.nav-item.sign-in a {
  background-color: #57c7a1;
  color: #FFFFFF;
}

ul.navbar-default .nav-item.sign-in a:hover {
  background-color: #57c7a1 !important;
  color: #FFFFFF;
}

.footer-hat {
  background-color: #35495e;
  color: #FFFFFF;
}

/* SITE BASED */
main a {
  color: inherit;
}

h1, h2, h3, h4 {
  font-weight: inherit;
  color: inherit;
}

h1 {
  margin-top: 0;
  font-size: 1.499em;
}

h2 {
  font-size: 1.399em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.111em;
}

small, .font_small {
  font-size: 0.707em;
}

.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.article-content table {
  width: 100% !important;
  background: #FFF !important;
}

.home.search {
  background-image: url("../images/search-background.jpg");
  background-size: 100%;
  padding: 0px;
}
.home.search .test {
  background-color: rgba(0, 0, 0, 0.5);
  height: 68px;
  border-radius: 10px;
}
.home.search .all-test {
  margin-top: 0.7em;
}
.home.search .message {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 10px 0px 10px;
  color: #FFFFFF;
  font-weight: 100;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 2em;
  min-height: 120px;
  position: relative;
}
.home.search .form {
  padding: 10px;
  border-radius: 10px;
  margin-top: .7em;
}
.home.search input {
  border-radius: 10px 0px 0px 10px;
  border: 0;
  padding-left: 1em;
  width: 80%;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.home.search button {
  border-radius: 0px 10px 10px 0px;
  border: 0;
  margin-left: 0px;
  padding: 0 1em;
  background-color: #57c7a1;
  color: #FFFFFF;
  width: 20%;
}
.home.search button, .home.search input {
  height: 46px;
}

.date {
  font-size: .7em;
  margin: 1em 0;
}

.three-features {
  background-color: #354961;
  margin-top: 1em;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.three-features button {
  width: 100%;
  font-size: .9em;
  margin: 0.2em 0em 1em 0em;
}

.four-steps {
  background-color: #57c7a1;
  margin-top: -30px;
  padding: 40px 0px 20px 0px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  z-index: 0;
}
.four-steps .number {
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #333;
  width: 48px;
  height: 48px;
  padding: 8px;
  font-weight: 300;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .2em;
}
.four-steps .step {
  font-size: .99em;
  text-shadow: 0.5px 1px 2px #777;
  font-weight: 500;
}
.four-steps h2 {
  text-shadow: 0.5px 1px 2px #777;
}

.map {
  margin-top: 1em;
}
.map h1 {
  color: #354961;
}
.map .screenshot {
  background-image: url("../images/map-screenshot-background.jpg");
  height: 310px;
}

.btn {
  width: 100%;
  min-height: 45px;
  font-size: 18px;
  margin-top: 25px;
  text-decoration: none;
}

.teal-btn {
  background-color: #57c7a1;
}

.btn.wrap-text {
  white-space: normal;
}

.featured {
  margin-top: 2em;
}

.whats-new, .director-spotlight {
  text-align: center;
}
.whats-new h2, .director-spotlight h2 {
  text-align: center;
  border-bottom: solid 1px #354961;
  margin-bottom: 1em;
  padding-bottom: .4em;
  margin-top: 1em;
}
.whats-new .fa, .director-spotlight .fa {
  margin-right: 10px;
}

.director-spotlight {
  text-align: left;
}
.director-spotlight figure {
  margin: .2em 1em 0 0;
border-radius: 50%;

width: 200px;
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.director-spotlight img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  width: 90%;
  max-width: 180px;
  max-height: 180px;
}

.technology-feature {
  margin-top: 2em;
  border-top: solid 1px #354961;
  text-align: center;
}

.equal-height .whats-new, .equal-height .director-spotlight {
  position: relative;
  min-height: 330px;
}
/* correcting min-height for leadership page */
.equal-height .leadership .director-spotlight {
  position: relative;
    min-height: 180px;
}

.equal-height .whats-new a, .equal-height .director-spotlight a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* WYWIWYG Styles */
.top-image img {
  width: 100%;
}

.half-image {
  width: 50%;
  overflow: hidden;
  margin-right: 1em;
}

.page-content a {
  text-decoration: underline;
}

.page-search {
  background-color: #edeff0;
  padding: 10px;
  margin-bottom: 2em;
}

.medical-emexome {
  text-align: center;
}

.content-block-section:last-of-type {
  margin-bottom: 40px;
}

.content-block-section h2, .leadership h3 {
  border-bottom: solid 1px #354961;
}

.leadership {
  margin-top: 1em;
  margin-bottom: 1em;
}
.leadership h3 {
  margin-top: 0;
}
.leadership .director-spotlight {
    height: 180px;
border-radius: 50%;
width: 180px;
}
.leadership .director-spotlight figure {
  width: 100%;
  margin-bottom: 1em;
  
}

.page-search .form input[type="text"] {
  border-radius: 5px;
  border: solid 1px #CCC;
  padding: 0px;
  height: 43px;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  font-weight: 300;
}

.search-button {
  border: 0;
  width: 100%;
  text-align: center;
  height: 42px;
  position: relative;
  text-align: center;
  border-radius: 5px;
}

.all-test {
  padding: 7px 13px;
  color: #57c7a1;
  text-align: center;
}

.underline {
  text-decoration: underline;
  color: #57c7a1;
}

span.fa.fa-search.search-icon {
  margin-right: -40px;
  background: white;
  float: left;
  position: relative;
  margin-top: 13px;
  margin-left: 10px;
  font-weight: normal;
  color: #CCC;
}
span.fa.fa-search {
    margin-left: -16px;
    color: white;
}
table tr {
  padding: 5px;
}
table tr.odd {
  background-color: #F1F1F1;
}
table.search-results {
  margin-bottom: 40px;
}

/* Test Pages */
#content-wrap h1 {
  margin-top: .5em;
  font-size: 2.449em;
}
#content-wrap h3 {
  font-size: 1.2em;
  padding: 0 .5em 0 .5em;
  margin-bottom: 1em;
}
#content-wrap h2 {
  padding: 10px;
  border-bottom: solid 1px #CCC;
  background-color: #f5f5f5;
  margin: 5px 0;
}
#content-wrap .fa {
  margin-right: 7px;
}
#content-wrap #subnav {
  margin-right: 1em;
  min-width: 250px;
  position: relative;
}
#content-wrap #subnav.affix {
  position: fixed;
}
#content-wrap #subnav.affix-bottom {
  position: absolute;
  top: 1200px;
}
#content-wrap section {
  margin-top: 10px;
}
#content-wrap .section-content {
  padding: 0 10px;
  font-size: 1.1em;
}
#content-wrap .section-content a {
  text-decoration: underline;
}
#content-wrap .instructions {
  color: #a94442;
  border: none;
}
#content-wrap .test-details {
  background-color: #f5f5f5;
  padding: .1em;
  font-size: .9em;
}
#content-wrap .secondary-nav.subnav-fixed {
  position: fixed;
  right: 0;
  height: auto;
  left: auto;
}
#content-wrap .nav-pills > li.active > a, #content-wrap .nav-pills > li.active > a:focus, #content-wrap .nav-pills > li.active > a:hover {
  background-color: #35495e;
  color: #FFF;
}
#content-wrap .alert-gray {
  background-color: #edeff0;
}
#content-wrap .nav-pills a {
  color: #354961;
}
#content-wrap article {
  border-right: solid 1px #f1f1f1;
  margin-top: 5px;
}
#content-wrap aside {
  margin-top: 5px;
}
#content-wrap .alert-danger {
  padding: 10px;
  border-radius: 5px;
}
#content-wrap .order-now {
  padding: 10px;
  width: 50%;
  border: 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
#content-wrap .nav-pills > li > a {
  padding: 8px;
}
#content-wrap ul.nav-tabs {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  margin-top: 20px;
  width: 140px;
  z-index: 9999;
}
#content-wrap ul.nav-tabs li {
  margin: 0;
  border-top: 1px solid #ddd;
}
#content-wrap ul.nav-tabs li:first-child {
  border-top: none;
}
#content-wrap ul.nav-tabs li:first-child a {
  border-radius: 4px 4px 0 0;
}
#content-wrap ul.nav-tabs li:last-child a {
  border-radius: 0 0 4px 4px;
}
#content-wrap ul.nav-tabs li a {
  margin: 0;
  padding: 6px 4px 6px 8px;
  border-radius: 0;
  font-size: 1em;
}
#content-wrap ul.nav-tabs li.active a, #content-wrap ul.nav-tabs li.active a:hover {
  background-color: #35495e;
}
#content-wrap ul.nav-tabs.affix {
  top: -10px;
  /* Set the top position of pinned element */
  background: #fff;
}
#content-wrap #footer {
  height: auto;
}
#content-wrap #footer-hat {
  height: auto;
}
#content-wrap .affix-bottom {
  margin-top: 20px;
  position: absolute;
}
#content-wrap #foot-stop {
  width: 100%;
  height: 260px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  #content-wrap #subnav {
    max-width: 100%;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #content-wrap #subnav.affix {
    position: relative;
  }
  #content-wrap #subnav {
    max-width: 100%;
    width: auto;
    min-width: 0;
  }
}
/* MEDIA QUERIES */
/* Large desktop */
@media only screen and (max-width: 1200px) {
  .nav > li > a {
    font-size: 14px;
  }

  .home.search .message {
    width: 93%;
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #content-wrap #subnav {
    max-width: 100%;
    min-width: 200px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li > a {
    padding: 15px 6px;
    font-size: 13px;
  }

  .home.search .message {
    width: 90%;
    padding: 28px 10px 0px 10px;
    font-size: 1em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }

  .navbar, main {
    font-size: 14px;
  }

  .search-button {
    margin-top: 10px;
  }

  .home.search .test, .home.search .form, .home.search .message {
    border-radius: 0px;
    height: auto;
  }
  .home.search .form {
    margin-top: 0px;
  }
  .home.search .message {
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 100;
    min-height: initial;
  }
  .home.search .message p {
    margin-bottom: 5px;
  }

  .equal-height .whats-new a, .equal-height .director-spotlight a {
    position: relative;
  }

  .three-features h2 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 300;
  }
  .three-features .feature figure {
    float: left;
    margin-right: .75em;
  }
  .three-features .feature img {
    height: 55px;
  }
  .three-features .feature h3 {
    padding-top: .5em;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300;
  }
}
@media screen and (max-height: 600px) {
  #content-wrap #subnav.affix {
    position: static;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .navbar, main {
    font-size: 16px;
  }

  .half-image {
    width: 100%;
  }

  .half-image figure {
    width: 100%;
  }

  .btn {
    font-size: 14px;
  }

  .director-spotlight {
    text-align: center;
    float: none !important;
  }
  .director-spotlight figure {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 5%;
  }

  .home.search {
    background-image: url("../images/search-background.jpg");
    height: auto;
    background-size: auto;
  }
  .home.search .test {
    border-radius: 0px;
    height: auto;
  }
  .home.search .message {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 100;
  }
  .home.search input {
    width: 80%;
  }

  .three-features .feature figure img {
    display: none;
  }
  .three-features .feature h3 {
    text-align: center;
  }
}

/*# sourceMappingURL=site.css.map */
