/**
 * Place your custom styles here.
 */

/* Fonts */
.AvenirLTStd-Heavy { font-family: AvenirLTStd-Heavy; }
.AvenirLTStd-HeavyOblique { font-family: AvenirLTStd-HeavyOblique; }
.AvenirLTStd-Medium { font-family: AvenirLTStd-Medium; }
.AvenirLTStd-MediumOblique { font-family: AvenirLTStd-MediumOblique; }
.AvenirLTStd-Book { font-family: AvenirLTStd-Book; }
.AvenirLTStd-BookOblique { font-family: AvenirLTStd-BookOblique; }

/* Drupal logged in user fixes */
.logged-in body {
    margin-top: 100px;
}
.logged-in .logo {
  display: none;
}

.caret {display: none;}

p.large {
    font-size: 18px;
}

#aa {
    margin-bottom: 60px;
}

.not-logged-in .tabs--primary.nav.nav-tabs {
    display: none;
}

/* Lettered Bullets */

ol.letters {
  counter-reset: listStyle;
  display: table;
  padding-left: 0;
  margin-top: 15px;
}

ol.letters li {
  margin-left: 1em;
  counter-increment: listStyle;
  display: table-row;
  list-style: none;
}

ol.letters li::before {
  margin-left: 1em;
  content: counter(listStyle, lower-alpha);
  display: table-cell;
  text-align: right;
  padding-right: .3em;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.7em;
  vertical-align: baseline !important;
  font-size: 70%;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%; 
}

.select-appear {
    display: none;
}

.hero-link {
    position: absolute;
    z-index: 3!important;;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

a, a:hover {
    color: #55565a;
    text-decoration: none;
}

.page-node-19 #thankyou h1 {
    margin-top: 0;
}

/* Bootstrap tables in Firefox fix */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* Retina JS tab fix */
.tab-content>.tab-pane, .retina {
   display: block;
   height: 0px;
   overflow: hidden;
}
.tab-content>.active {
    height: auto;
    overflow: auto;
}

/* Modal in mobile fix, makes relative */
.modal {
    position: relative;
}

.modal-open {
    overflow: auto;
}

.modal-open #live-content {
    display: none;
}

 /* Tooltip */
.test + .tooltip > .tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid green;
}

/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid blue;
}

/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid black;
}

.btn-primary {
    background-color: #334b6d;
    border-color: #334b6d;
    color: #fff;
}

.page-search-node .main-container {
    padding-top: 75px;
}

/* Gateway */
#gateway .btn,
#confirm .btn {
    font-family: AvenirLTStd-Heavy;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}

#gateway h1,
#confirm h1 {
    line-height: 1.2;
    font-size: 5vw;
    margin-bottom: 20px;
}

#gateway .first .btn,
#confirm .first .btn {
    margin-bottom: 20px;
}

/* General */
.desktop-break {
    display: none;
}

.glyphicon-new-window::before {
    font-size: 80%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.main-graphic {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tab-content .main-graphic {
    padding: 10px 10px 30px;
    -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,.7);
    box-shadow: 0 0 7px 3px rgba(0,0,0,.7);
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.modal .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.references-title {
    margin-top: 40px;
    padding-top: 15px;
    font-family: AvenirLTStd-Medium;
    font-size: 13px;
    border-top: 1px solid #55565a;
}

ol.references {
  margin-bottom: 20px;
  margin-left: -22px;
}
 
ol.references>li {
  font-size: 13px;
  font-family: AvenirLTStd-Medium;
  padding-left: 3px;
}

ol.references>li span {
  font-family: AvenirLTStd-Book;
}

ol.video {
    padding-left: 20px;
}

ol.video li a {
    color: #55565a;
}

ol.video li a:hover, ol.video li a:focus {
    color: #e02725;
}

/*
ol.references {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
  margin-bottom: 20px;
}
 
ol.references>li {
  margin:0;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
  font-size: 13px;
}
 
ol.references>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  text-align:right;
  content:counter(item) ".";
  font-family: AvenirLTStd-Medium;
}*/

.references a {
    color: #55565A;
}

.references a:hover,
.references a:focus {
    color: #55565A;
    text-decoration: underline;
}

.wrap {
    white-space: normal;
}

.next-link, .callout {
    margin-top: 35px;
}
.next-link .btn,
.callout .btn {
    background-color: #334b6d;
    border-color: #334b6d;
    color: #fff;
    border-radius: 0;
    text-align: left;
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: normal;
    font-family: AvenirLTStd-Medium;
}

em {
    font-family: AvenirLTStd-BookOblique;
    font-style: normal;
}

strong em {
    font-family: AvenirLTStd-MediumOblique;
}

body {
    margin-top: 0;
    font-family: AvenirLTStd-Book, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #55565A;
    background-color: #eeeeee;
 }

 #block-system-main p a {
    color: #55565A;
    text-decoration: underline;
 }

 #block-system-main p a:hover,
 #block-system-main p a:focus {
    color: #e02725;
    text-decoration: none;
 }

 #block-system-main #search-form {
    margin-top: 100px;
    margin-bottom: 50px;
 }

 .page-search-search-by-page .alert-danger {
    margin-top:75px;
 }

 h1 {
    font-family: AvenirLTStd-Heavy;
    margin-top: 25px;
    line-height: 1.3;
 }

 h2 {
    font-family: AvenirLTStd-Medium;
    line-height: 1.3;
 }
 
 .resource-sub-head {
	 font-family: AvenirLTStd-Book, Arial, Helvetica, sans-serif;
	 font-size: 24px;
 }

 h3, .h3 {
    font-family: AvenirLTStd-Heavy;
    line-height: 1.3;
    border-bottom: #55565a solid 1px;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 22px;
 }

 .footnote {
    margin-bottom: 40px;
    font-size: 80%;
 }

 .tab-content .footnote {
    color: #fff;
}
 .fixed {
    position: fixed;
 }

 .pointer {
    cursor: pointer;
 }

 .pin {
    margin: auto;
    max-width: 90px;
 }

 .list-unstyled.sitemap a {
    color: #55565A;
    margin-bottom: 10px;
    display: inline-block;
 }

 .list-unstyled.sitemap a:hover,
 .list-unstyled.sitemap a:focus {
    color: #e02725;
    text-decoration: none;
 }

 .acro {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
 }

 .graphic-header {
    font-size: 18px;
    color: #334b6d;
    font-family: AvenirLTStd-Medium;
    margin-bottom: 15px;
    margin-top: 25px;
 }

/* Callouts */
.bs-callout {
    padding: 20px;
    margin: 40px 0 20px 0;
    border: 1px solid #334b6d;
    border-left-width: 8px;
    background-color: #fff;
}
.bs-callout.tertiary2 {
    border: 1px solid #fff;
    border-width: 1px 1px 1px 8px;
}
.bs-callout.updated {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    margin: 40px 0 0 0;
    border-top: 2px solid #a8a8a8;
    border-bottom: 2px solid #a8a8a8;
    border-left: 0 solid #a8a8a8;
    border-right: 0 solid #a8a8a8;
    background-color: transparent!important;
}
.bs-callout.updated.last {
    border-top: 0 solid #a8a8a8;
}
.tertiary {
      background: #fff url(../../../../../sites/default/files/icon-test2@2x.png) no-repeat 10px 10px;
      background-size: 50px;
      padding-left: 5px; 
      background-position: 10px center;
}
.tab-content .tertiary2.recognize {
    background: #d1d3d3  url(../../../../../sites/default/files/recognize.svg) no-repeat 10px 10px;
    background-size: 50px;
    background-position: 10px center;
    margin-bottom: 0;
}
.tertiary.recognize {
      background: #fff url(../../../../../sites/default/files/recognize.svg) no-repeat 10px 10px;
      background-size: 60px;
      padding-left: 10px; 
      background-position: 10px center;
}
.tertiary.recognize.updated {
      background: #fff url(../../../../../sites/default/files/recognize-updated.svg) no-repeat 10px 10px;
      background-size: 60px;
      padding-left: 10px; 
      background-position: left center;
      margin-bottom: 0;
}
.tertiary.download {
      background: #fff url(../../../../../sites/default/files/download.svg) no-repeat 10px 10px;
      background-size: 50px;
      padding-left: 5px; 
      background-position: 10px center;
}
.tertiary.download.updated {
      background: #fff url(../../../../../sites/default/files/download-updated.svg) no-repeat 10px 10px;
      background-size: 60px;
      padding-left: 10px; 
      background-position: left center;
}
.tertiary.external {
      background: #fff url(../../../../../sites/default/files/external-icon.svg) no-repeat 10px 10px;
      background-size: 50px;
      padding-left: 5px; 
      background-position: 10px center;
}
.tertiary.external.updated {
      background: #fff url(../../../../../sites/default/files/external-icon-updated.svg) no-repeat 10px 10px;
      background-size: 60px;
      padding-left: 10px; 
      background-position: left center;
}
.tertiary.learn-more {
    background: #fff url(../../../../../sites/default/files/learn-more.svg) no-repeat scroll 10px center / 55px auto;
    padding-left: 15px;
}
.tertiary.blank {
      background: #fff;
      background-image: none;
      background-size: 50px;
      padding-left: 5px; 
      background-position: 10px center;
}
#cardiomyopathy h2 {
    color: #334b6d;
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 1.3;
}
.bs-callout h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 65px;
}
.bs-callout.updated h4 {
    line-height: 1.2;
    margin-left: 70px;
}
.bs-callout.updated h4 strong {
    display: block;
    font-family: AvenirLTStd-Heavy;
}
.bs-callout.updated h4 a, .bs-callout.updated h4 a:hover {
    font-family: AvenirLTStd-Heavy;
    text-decoration: underline;
}
.bs-callout.updated.sup h4 a, .bs-callout.updated.sup h4 a:hover {
    text-decoration: none;
}
.bs-callout.updated.sup h4 a span, .bs-callout.updated.sup h4 a:hover span {
    text-decoration: underline;
}
.tertiary.blank h4 {
    margin-left: 15px;
}
.bs-callout-default {
    border-left-color: #334B6D;
}
.bs-callout-default h4 {
    color: #334B6D;
}
.bs-callout-default h4 a {
    color: #334B6D;
}
.bs-callout-default h4 a:hover,
.bs-callout-default h4 a:focus {
    color: #334B6D;
}
.bs-callout-primary {
    border-left-color: #E2231A;
}
.bs-callout-primary h4 {
    color: #55565a;
    margin-left: 50px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout.updated+.bs-callout.updated {
    margin-top: 0;
}
.bs-callout span.action {
    margin-top:7px;
    display:block
}

.family-icon {
    position: relative;
    background: #e1e1e1;
    color: #334b6d;
    padding: 14px 15px 12px 90px;
    font-family: AvenirLTStd-BookOblique;
    margin-top: 45px;
    margin-bottom: 25px;
 }

 .family-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -45px;
 }

/* Whatever */
@media only screen and (max-width : 639px) {
 .tab-content .main-graphic {
    padding: 10px;
 }
  .table {
    margin-bottom: 0;
 }  
 .tablesaw-cell-label,
 .table > thead > tr > th {
    width: 100%!important;
    background: #7ea8ad;
    font-family: AvenirLTStd-Medium;
    font-weight: normal;
    color: #fff;
    font-size: 19px;
    padding: 10px 15px 7px 15px!important;
 }

 .table td {
    padding: 0!important;
 }

 .table > tbody > tr > td {
    border-bottom: 3px dotted #ddd;
    border-top: 0;
 }

 .table > tbody > tr > td:last-child {
    border-bottom: 0 none;
 }

 .table.no-line > tbody > tr > td {
    border-bottom: 0px dotted #ddd;
    border-top: 0;
 }

 .tablesaw-stack tbody tr {
    border: 0;
 }

 .tablesaw-cell-content,
 .table > tbody > tr > td {
    line-height: 1.42857;
    color: #55565a;
    font-family: AvenirLTStd-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.3;
    vertical-align: middle;
    width: 100%!important;
    max-width: 100%!important;
    padding: 10px 5px 7px 5px !important;
 }

 #cardiomyopathy .table > tbody > tr > td {
    color: #334b6d;
 }

 .table ul {
    margin-left: -25px;
    margin-bottom: 0;
 }

 .table > tbody > tr i {
    border-bottom: 3px dotted #ddd;
    display: block;
    margin-bottom: 10px;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    font-style: normal;
 }
 .one-col {
    background: transparent!important;
 }
 .table .large {
    display: none;
 }
 .table.imaging-findings .tablesaw-cell-content,
 .table.imaging-findings td:first-child {
    font-family: AvenirLTStd-Medium;
 }
 .table.imaging-findings .tablesaw-cell-content {
    padding-bottom: 0!important;
 }
 .table.imaging-findings .tablesaw-cell-label {
    padding-right: 60px!important;
 }
 .imaging-findings-icon {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 60px;
 }
 .physical-findings-icon {
    position: absolute;
    right: -5px;
    top: -22px;
    max-width: 70px;
 }
 .table.physical-findings thead th {
    padding-right: 60px!important;
    border-bottom: 0 none;
 }
 .table.physical-findings {
    margin-bottom: 30px;
 }
}

@media only screen and (min-width : 640px) and (max-width : 767px) {
    .imaging-findings-icon {
        left: 20px!important;
     }

     .physical-findings-icon {
        left: 10px!important;
     }
}

/* Whatever */
@media only screen and (min-width : 640px) {
     /* Tables */
     .table {
        margin-bottom: 0;
     }
     .table > thead > tr > th {
        background: #7ea8ad;
        font-family: AvenirLTStd-Medium;
        font-weight: normal;
        color: #fff;
        font-size: 19px;
        padding: 14px 10px 10px 25px;
        border: 0 none;
     }

     .table > tbody > tr > td {
        border-top: 3px dotted #ddd;
        line-height: 1.42857;
        padding: 12px 10px 8px 25px;
        vertical-align: top;
        color: #55565a;
        font-family: AvenirLTStd-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 1.3;
        vertical-align: middle;
    }

    #cardiomyopathy .table > tbody > tr > td {
        color: #334b6d;
    }

    #cardiomyopathy .one-col {
        padding-top: 35px;
    }

    .table > tbody > tr:first-child > td {
        border-top: 0 dotted #ddd;
    }

    .table > tbody > tr > td:first-child {
        border-right: 3px dotted #ddd;
    }

    .table.imaging-findings > tbody > tr > td:first-child {
        border-right: 0px dotted #ddd;
        text-align: right;
        font-family: AvenirLTStd-Medium;
    }

    .table > tbody > tr > td.one-col {
        border-right: 0 dotted #ddd;
    }

    .table > tbody > tr > td ul {
        margin-bottom: 0;
        margin-left: -25px;
    }

    .table > tbody > tr > td:first-child {
        background: transparent;
    }

    .table > tbody > tr i {
        border-bottom: 3px dotted #ddd;
        display: block;
        margin-bottom: 10px;
        margin-left: -10px;
        padding-bottom: 10px;
        padding-left: 10px;
        width: 100%;
        font-style: normal;
     }

     .imaging-findings-icon {
        position: absolute;
        top: -30px;
        left: -10px;
     }

     .table.imaging-findings {
        margin-left: 100px;
        width: 80%;
     }

     .table.imaging-findings tbody tr:first-child td {
        padding-top: 30px;
     }

     .table.imaging-findings thead th {
        text-align: center;
        padding-left: 0;
        padding-right: 20px;
     }

     .physical-findings-icon {
        position: absolute;
        top: -40px;
        left: -2px;
     }

     .table.physical-findings {
        margin-left: 100px;
        width: 80%;
        margin-bottom: 50px;
     }

     .table.physical-findings thead th {
        text-align: center;
        padding-left: 0;
        padding-right: 20px;
     }

}

 /* For patients */
 .for-patients {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 17px;
 }

 .for-patients a, .for-patients a:hover {
    color: #fff!important;
 }

 /* Secondary Header */
 .secondary-header-wrapper {
    background-color: #7EA8AD;
 }

 /* Header */
 .header-wrapper {
    background-color: #085156;
 }

 #navbar {
    margin-bottom: 0;
 }
 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	 background-color: #0a3a3f;
	 color: #ffffff;
 }

 .navbar-btn {
    margin-bottom: 0;
    margin-top: 0;
 }

 .navbar-default .navbar-nav > li > a:focus,
 .navbar-default .navbar-nav > li > a:hover {
    background: #0a4a50;
    color: #d1d3d3;
    border-width: 0;
 }

 .navbar-nav > li {
    font-family: AvenirLTStd-Book;
 }

 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #0a3a3f;
    color: #fff;
    font-family: AvenirLTStd-Medium;
 }

 .navbar-default {
    background-color: transparent;
    border-width: 0;
 }

 .logo:hover {text-decoration: none;}
 .logo span {
    font-family: AvenirLTStd-Heavy;
    color: #000;
    font-size: 24px;
 }

 /*.front .logo {
    background: url(../../../../../sites/default/files/logo.svg) no-repeat;
    background-size:cover;
 }

 .not-front .logo {
    background: url(../../../../../sites/default/files/logo.png) no-repeat;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .not-front .logo {
        background: url(../../../../../sites/default/files/logo@2x.png) no-repeat;
        background-size:cover;
     }
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .not-front .body-background {
        background: url(../../../../../sites/default/files/body-background-texture-lg@2x.jpg) center top no-repeat;
        background-size:767px 200px;
     }
 }

 .front .navbar-btn {
    width: 165px;
    height: 50px;
    position: absolute;
    top: 16px;
    z-index: 2;
}

.not-front .navbar-btn {
    width: 120px;
    height: 91px;
    position: absolute;
    top: 16px;
    z-index: 2;
}
*/

.not-front .body-background {
    background: url(../../../../../sites/default/files/body-background-texture-lg.jpg) center top no-repeat;
    background-size:767px 200px;
 }

 .front .body-background {
    background: url(../../../../../sites/default/files/body-front-background-texture-lg.jpg) center -15px no-repeat;
    background-size:767px 130px;
 }

.logo {
    background: url(../../../../../sites/default/files/logo.png) no-repeat;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo {
        background: url(../../../../../sites/default/files/logo@2x.png) no-repeat;
        background-size:cover;
     }
 }

@media only screen and (max-width : 767px) {
    .navbar-btn {
        width: 108px;
        height: 82px;
        position: absolute;
        top: 13px;
        z-index: 2;
    }
}
 
 /* Navbar mobile */
 .navbar-toggle {
    background-color: #7ea8ad;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-top: 25px;
    padding: 9px 10px;
    position: relative;
 }

 .navbar-nav {
    margin: 25px -15px 7.5px -15px;
}

 .logo img {
    max-width: 200px;
 }

 .navbar-nav > li {
    padding-left: 20px;
 }

 .stickyTop .navbar-nav > li {
    padding: 0;
 }

 .stickyTop .navbar-nav > li a {
    padding: 5px 10px 5px 40px;
 }

 .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
 }

 .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #888;
 }

 /* Front Callouts */
 .post-it-wrapper {
    position: relative;
 }

 .post-it-wrapper .floated-content {
    position: absolute;
    width: 80%;
    height: 100px;
    top: 30%;
    left: 30%;
    margin-left: -20%;
 }

 .post-it-wrapper .floated-content a {
    color: #085156;
    display: block;
 }

 .post-it-wrapper .floated-content a:hover,
  .post-it-wrapper .floated-content a:focus {
    color: #E2231A;
    text-decoration: none;
 }

 .post-it-wrapper img {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    width: 100%;
 }

 /* Hero */
 .hero-wrapper {
    position: relative;
 }
 .hero {
    margin-top: 55px;
    margin-bottom: 20px;
 }

 #hero-copy .heading {
    font-family: AvenirLTStd-Medium;
    color: #004952;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
 }

 #hero-copy {
    padding: 20px;
    color: #085156;
 }

 #hero-copy p {
    color: #373a3a;
    line-height: 1.3;
 }

 #hero-copy p a {
    color: #373a3a;
    display: inline-block;
    font-family: AvenirLTStd-Medium;
 }

 #hero-copy p a:hover,
 #hero-copy p a:focus {
    color: #E2231A;
    text-decoration: none;
 }

 .hero-image {
    position: relative;
 }

 .cardio-us .hero-image {
    background-image: none;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .cardio-us .hero-image {
        background-image: none;
        background-size:cover;
     }
 }

 .neuro-us .hero-image {
    background-image: none;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .neuro-us .hero-image {
        background-image: none;
        background-size:cover;
     }
 }

 .cardio-global .hero-image {
    background-image: none;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .cardio-global .hero-image {
        background-image: none;
        background-size:cover;
     }
 }

 .neuro-global .hero-image {
    background-image: none;
    background-size:cover;
 }

 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .neuro-global .hero-image {
        background-image: none;
        background-size:cover;
     }
 }

 /* Tabs */
 .not-logged-in .nav-tabs > li {
    width: 100%;
 }

 /* Single page menu */
 .not-logged-in #stickyBanner {
 }

 .singleMenu-slide {
    margin-top: -125px;
    padding-top: 125px;
}

.page-node-1 .singleMenu-slide {
    margin-top: -80px;
    padding-top: 80px;
}

.page-node-3 .singleMenu-slide {
    margin-top: -100px;
    padding-top: 100px;
}

 /* Main Nav */
 .navbar-default .navbar-nav > li > a {
    color: #fff;
 }
 
 /* Footer */
 .footer-wrapper {
    border-bottom: 43px solid #085156;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
 }

 .footer-wrapper-inner {
    border-bottom: 1px solid #7ea8ad;
 }

 .footer-menu li {
    font-family: AvenirLTStd-Heavy;
    text-transform: uppercase;
    font-size: 13px;
 }

 .footer a {
    color: #085156;
 }

 .footer .legal {
    font-size: 14px;
 }

 .footer.container {
    margin-bottom: 20px;
 }

 .footer-menu .list-inline > li {
    display: block;
 }

.footer-logo {
    margin-bottom: 20px;
 }

.footer-menu ul li {
    margin-bottom: 10px;
 }

.legal {
    margin-bottom: 25px;
 }

 /* Single Page */
 #block-singlepage ul {
    display: block;
 }

/* Search Form  */
.search-form .form-group {
    margin-top: 10px;
}

.glyphicon-search {
    top: 2px;
}

.search-form .btn-primary {
    background-color: #7EA8AD;
    border-color: #7EA8AD;
    color: #fff;
}

.search-form button, .search-form .input-group .form-control:first-child, .search-form .input-group-addon:first-child, .search-form .input-group-btn:first-child > .btn, .search-form .input-group-btn:first-child > .btn-group > .btn, .search-form .input-group-btn:first-child > .dropdown-toggle, .search-form .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .search-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    background-color: #d1d3d3;
}

#block-system-main .search-form .input-group .form-control:first-child, #block-system-main .search-form .input-group-addon:first-child, #block-system-main .search-form .input-group-btn:first-child > .btn, #block-system-main .search-form .input-group-btn:first-child > .btn-group > .btn, #block-system-main .search-form .input-group-btn:first-child > .dropdown-toggle, #block-system-main .search-form .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, #block-system-main .search-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    background-color: #fff;
}

.search-form input:focus {
    outline:0;
}

.search-form button {
    height: 34px;
}

.search-form .form-control {
    height: 34px;
    padding: 6px 12px;
}

/* The rules unfortunately need to be separate for the 
individual vendor prefixes and cannot be consolidated 
into a shorthand written rule. */

.search-container input#edit-keys::-webkit-input-placeholder {
   color: #65737e;
   line-height: 1.7;
}
 
.search-container input#edit-keys:-moz-placeholder { /* Firefox 18- */
   color: #65737e; 
   line-height: 1.7; 
}
 
.search-container input#edit-keys::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e; 
   line-height: 1.7; 
}
 
.search-container input#edit-keys:-ms-input-placeholder {  
   color: #65737e;  
   line-height: 1.7;
}


 /* Single page menu */

    .singlePage-menuWrapper {
        overflow: hidden;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    #singlePage-menu a {
        font-family: AvenirLTStd-Medium;
        font-size: 16px;
        color: #55565a;
        padding-left: 20px;
        padding-right: 20px;
    }

    #singlePage-menu a.active {
        color: #e02725;
    }

    #singlePage-menu .nav > li > a:hover,
    #singlePage-menu .nav > li > a:focus {
        color: #000;
        border-width: 0;
        background: #cbcbcb;
    }

    .not-logged-in .stickyTop {
        z-index: 1000;
        left: 0;
        background-color: rgba(255, 255, 255, .9);
        width: 100%;
    }

    .not-logged-in .stickyTop #singlePage-menu .nav > li > a:hover,
    .not-logged-in .stickyTop #singlePage-menu .nav > li > a:focus {
        background: #d1d3d3;
    }

    .not-logged-in .stickyTop #singlePage-menu a {
        color: #55565a;
    }

    .not-logged-in .stickyTop #singlePage-menu a.active {
        color: #e02725;
    }

    .active {
        color: #000;
    }

    .back-to-top {
        margin-top: 10px;
    }

    .back-to-top.btn-default {
        background-color: #d1d3d3;
        border-color: #ccc;
        color: #55565a;
        border-width: 0;
        line-height: 1.6;
        background: transparent;call
    }

    .back-to-top.btn-default:hover, .back-to-top.btn-default:focus {
        background-color: #e6e6e6;
        border-color: #ccc;
        color: #55565a;
        text-decoration: none;
    }

 /* Sign Up Form */
    #signupModal h1 {
        margin-bottom: 15px;
        margin-top: 25px;
    }

    #signupform .form-control {
        border-radius: 0;
        padding: 11px 12px 8px;
        height: 45px;
        background-color: #D1D3D3;
        box-shadow: none;
    }

    #signupform .form-control.bootstrap-select {
        padding: 0;
    }

    #signupform input[type=text],
    #signupform input[type=number],
    #signupform input[type=email] {   
        /* Remove First */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        
    }

    #signupform .form-control:focus {
        border-color: #7EA8AD;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(8, 81, 86, 0.6);
        outline:0;
    }

    #signupform .dropdown-toggle {
        height: 45px;
        padding: 11px 12px 8px;
        border-radius: 0;
        background-color: #D1D3D3;
    }

    #signupform button#submit {
        background-color: #334B6D;
        border-radius: 0;
        padding: 12px 40px;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .form-wrapper {
        margin-bottom: 20px;
    }

    #signupModal .modal-dialog,
    #gateway .modal-dialog,
    #confirm .modal-dialog,
    .modal-dialog.video {
        width: 100%;
        margin: 0;
    }
    .help-block.with-errors {
        top: -25px;
    }

    #signupModal .modal-content,
    #gateway .modal-content,
    #confirm .modal-content {
        border-radius: 0;
    }

    .modal-footer .submitBtn {
        background-color: #f0f0f0;
    }

    /* Loader */
    #loader { 
        margin-left: 5px;
    }

    .glyphicon-refresh-animate {
        -animation: spin .7s infinite linear;
        -webkit-animation: spin2 .7s infinite linear;
    }

    @-webkit-keyframes spin2 {
        from { -webkit-transform: rotate(0deg);}
        to { -webkit-transform: rotate(360deg);}
    }

    @keyframes spin {
        from { transform: scale(1) rotate(0deg);}
        to { transform: scale(1) rotate(360deg);}
    }
  
    input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
     
    input[type="number"] {
        -moz-appearance: textfield!important;
    }

 .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
 }

 .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 8px dashed;
}

 .form-group {
    margin-top: 30px;
 }
 .help-block.with-errors {
    position: absolute;
 }
 .custom-control {
    cursor: pointer;
    display: inline-flex;
    margin-right: 1rem;
    min-height: 1.5rem;
    padding-left: 3rem;
    position: relative;
 }
 .custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
 }
 .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
 }
 .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #0275d8;
    color: #fff;
 }
 .custom-control-indicator {
    -moz-user-select: none;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    display: block;
    height: 2rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.25rem;
    width: 2rem;
 }
 .custom-control-description {
    font-weight: normal;
 }
 .custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
 }
 form select {
    width: 100%;
    height: 30px;
 }
 form select option {
    color: #000;
 }
 form select option:first-child {
    display: none;
 }
    /* Placeholder */
 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #55565A;
 }
 .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #55565A;
 }
 .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #55565A;
 }
 .form-control:-moz-placeholder { /* Firefox 18- */
    color: #55565A;
 }

 .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #55565A;
 } 
 
 /* Tabs */
 .nav-tabs > li > a {
    border: 0px solid transparent;
    border-bottom: 1px solid #085156;
    border-radius: 0;
    margin-right: 0px;
    background: #9b9b9b;
    padding: 12px 35px 10px;
    color: #333;
    line-height: 1.6;
 }

 .nav-tabs > li:last-child > a {
    margin-right: 0;
 }

 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #085156;
    border-color: #d1d3d3;
    border-image: none;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: default;
    margin-right: 0;
    font-family: AvenirLTStd-Medium;
 }

 .nav-tabs > li:last-child.active > a, .nav-tabs > li:last-child.active > a:focus, .nav-tabs > li:last-child.active > a:hover {
    border-width: 0;
 }

 .nav > li > a:focus, .nav > li > a:hover {
    border-bottom: 1px solid #085156;
    background: #9b9b9b;
    color: #fff;
 }

 .tab-content {
    background-color: #085156;
    padding: 30px 10px 30px 10px;
    color: #fff;
 }

 .tab-content p {
    color: #fff;
    font-family: AvenirLTStd-Medium;
 }

 .tab-content .main-graphic + p {
    margin-top: 30px;
 }

 .nav-tabs {
    border-bottom: 1px solid #085156;
 }

 /* progressive-symmetric-header */
 .progressive-symmetric-header {
      background: url(../../../../../sites/default/files/progressive-symmetric-header.svg) no-repeat 10px -22px;
      background-size: 57px 80px;
      padding-left: 5px; 
      background-position: 10px -22px;
      padding: 0 10px 25px;
 }

 .progressive-symmetric-header p {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 67px;
    color: #334b6d;
    font-family: AvenirLTStd-Heavy;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.4;
 }

/* Back to top icon */
 #backtotop {
    height: 40px;
    width: 40px;
 }

 /* Search Results */
 .page-search h3.title a {
    color: #55565a;
 }

 .page-search h3.title a:hover,
 .page-search h3.title a:focus {
    color: #e02725;
 }

 /* PDF resource */
 .pdf-resource {
      background: url(../../../../../sites/default/files/pdf-icon.svg) no-repeat 10px 10px;
      background-size: 30px 32px;
      padding-left: 5px; 
      background-position: 10px center;
      padding: 10px;
 }

 .pdf-resource p {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 45px;
 }

 .pdf-resource p a {
    color: #55565a;
    text-decoration: none!important;
 }

 .pdf-resource p a:hover,
 .pdf-resource p a:focus {
    color: #e02725;
 }
 
 /* Resource links */
 ul.resource li {
    margin-bottom: 10px;
    margin-left: 2px;
 }

 ul.resource li a {
    color: #55565a;
 }

 ul.resource li a:hover,
 ul.resource li a:focus {
    color: #e02725;
 }

 a.resource:hover,
 a.resource:focus {
    color: #e02725;
 }

 span.link {
    text-align: center;
    display: block;
    white-space: nowrap;
 }

 .row-eq-height.quote-resource-wrapper {
  margin-bottom: 50px;
 }

 .row-eq-height.quote-resource-wrapper img {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; 
 }

 .row-eq-height.quote-resource-wrapper span.link {
    text-align: center;
    display: block;
    white-space: normal;
 }

 .quote-resource-wrapper .pointer.modal-launch.nolink:hover, .quote-resource-wrapper .pointer.modal-launch.nolink:active {
    color: #e02725;
 }

 .external:hover, .quote-resource-wrapper .external:active {
    color: #e02725;
 }

 /* Act Logo */
 .act-logo {
    margin-bottom: 25px;
    margin-top: 10px;
    max-width: 100%;
 }

 /* progressive-symmetric-chart */
.progressive-symmetric-chart .row img {
    margin-left: auto;
    margin-right: auto;
}

.progressive-symmetric-chart .row p {
    color: #334b6d;
    text-align: center;
    font-family: AvenirLTStd-Book;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 10px;
}

.progressive-symmetric-chart .row p strong {
    font-family: AvenirLTStd-Medium;
}

.progressive-symmetric-chart .row div {
    border-bottom: 3px dotted #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.progressive-symmetric-chart .row div:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.progressive-symmetric-chart .row {
    margin-left: 0;
    margin-right: 0;
}


/* Paper Strip */
.paper-strip {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.paper-strip h2 {
    text-transform: uppercase;
    color: #332e21;
    font-family: AvenirLTStd-Heavy;
    font-size: 17px;
    margin: 0;
    display: inline-block;
    height: 41px;
    background: url(../../../../../sites/default/files/paper-strip-center.png) center 1px repeat-x;
    background-size:7px 41px;
    float: left;
    padding-top: 12px;
}
.paper-strip b.left {
    width: 50px;
    height: 42px;
    background: url(../../../../../sites/default/files/paper-strip-left-mobile.png) center top no-repeat;
    background-size:50px 42px;
    display: inline-block;
    float: left;
}
.paper-strip b.right {
    width: 57px;
    height: 42px;
    background: url(../../../../../sites/default/files/paper-strip-right-mobile.png) center top no-repeat;
    background-size:57px 42px;
    display: inline-block;
}
#video-library .paper-strip {

    /* Safari */
    -webkit-transform: rotate(-4deg);

    /* Firefox */
    -moz-transform: rotate(-4deg);

    /* IE */
    -ms-transform: rotate(-4deg);

    /* Opera */
    -o-transform: rotate(-4deg);

}

#patient-resources .paper-strip {

    /* Safari */
    -webkit-transform: rotate(1deg);

    /* Firefox */
    -moz-transform: rotate(1deg);

    /* IE */
    -ms-transform: rotate(1deg);

    /* Opera */
    -o-transform: rotate(1deg);

}

#patient-resources{
	margin-top: 0 !important;
	padding-top: 0;
}

#links .paper-strip {

    /* Safari */
    -webkit-transform: rotate(3deg);

    /* Firefox */
    -moz-transform: rotate(3deg);

    /* IE */
    -ms-transform: rotate(3deg);

    /* Opera */
    -o-transform: rotate(3deg);

}

 /* Hero */
#not-patient {
    font-size: 10px;
    right: 10px;
    bottom: 5px;
    position: absolute;
    display: block;
    color: #000;
 }

 /* Sticky Footer Sign Up */
 #sticky-signup {
    text-align: center;
    font-family: AvenirLTStd-Medium;
    font-size: 16px;
    font-weight: normal;
    color: #6d6e71;
    background-color: rgba(255, 255, 255, .9);
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
 }

 #sticky-signup .container a {
    display: inline-block;
    color: #fff;
    background: #7ea8ad;
    padding: 4px 20px 3px;
    margin-left: 30px;
 }

 #close-sticky-signup {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 15px;
    height: 15px;
 }

 /*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /* Below 479 ONLY! */
    @media only screen and (max-width : 479px) {
        .row.row-eq-height .col-xs-6 {
            width: 100%;
        }
        .row.row-eq-height .col-xs-6 img {
            max-width: 205px;
        }

        /* Sticky Footer Sign Up */

         #sticky-signup .container a {
            display: inline-block;
            color: #fff;
            background: #7ea8ad;
            padding: 4px 20px 3px;
            margin-left: 0!important;
            position: static!important;
            margin-top: 0!important;
         }


         #sticky-signup span {
            width: auto!important;
         }
    }

     /* Below 768 ONLY! */
    @media only screen and (max-width : 767px) {

        #navbar ul.dropdown-menu {
          margin-top: 0px;
          margin-left: 0;
          display: block!important;
          background-color: rgba(8, 81, 86, .9);
          border-radius: 0;
          margin-top: 0;
          position: relative;
          float: none;
          box-shadow: none;
          border: 0;
          padding-left: 10px;
        }
        #navbar ul.dropdown-menu a {
            padding-top: 7px;
            padding-bottom: 7px;
        }
        #navbar ul.dropdown-menu a:hover {
            background: transparent;
            color: #d1d3d3; 
        }
        .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
            background-color: transparent;
            color: #d1d3d3;
            outline: 0 none;
            text-decoration: none;
        }

        .clear-xs {
            clear: left;
        }

        .not-front h1 {
            margin-top: 55px;
        }

        /* Border radius tabs */
        .nav-tabs > li:first-child,
        .nav-tabs > li:first-child a {
            -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
        }

        .nav-tabs {
            -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
        }

        .stickyTop #singlePage-menu .navbar-nav {
            margin: 5px 0 7.5px;
        }

        /* Quote */
        .quote {
              background-color: #344b6d;
              position: relative;
        }
        .quote .top-quote {
            width: 25px;
            position: absolute;
            top: 13px;
            left: 10px;
        }
        .quote .bottom-quote {
            width: 25px;
            position: absolute;
            bottom: -20px;
            right: -15px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .quote h4 {
            margin: 5px 35px 5px 25px;
            color: #fff;
            font-size: 22px;
            max-width: 750px;
            position: relative;
            line-height: 1.3;
            padding: 25px;
            padding-bottom: 0;
        }
        .quote h4 a {
            color: #fff;
        }
        .quote .name {
            font-size: 14px;
            display: block;
            text-align: right;
            font-family: AvenirLTStd-BookOblique;
            margin-top: 5px;
            margin-bottom: 10px;
        }
        .quote .link {
            font-family: AvenirLTStd-Medium;
            font-size: 15px;
            display: block;
            margin-bottom: 50px;
        }
        .img-wrapper {
            max-width: 480px;
            margin-left: auto;
            margin-right: auto;
            border-top: 1px solid #bebec0;
            margin-top: 20px;
            padding-top: 20px;
        }

        /* Sticky Footer Sign Up */
         #sticky-signup {
            text-align: center;
            font-family: AvenirLTStd-Medium;
            font-size: 16px;
            font-weight: normal;
            color: #6d6e71;
            background-color: rgba(255, 255, 255, .9);
            z-index: 1000;
            position: fixed;
            bottom: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
         }

         #sticky-signup .container a {
            display: inline-block;
            color: #fff;
            background: #7ea8ad;
            padding: 4px 20px 3px;
            margin-left: 30px;
            position: absolute;
            right: 25px;
            top: 50%;
            margin-top: -15px;
         }

         #close-sticky-signup {
            position: absolute;
            right: 10px;
            top: 5px;
            display: block;
            width: 15px;
            height: 15px;
         }

         #sticky-signup span {
            width: 73%;
            display: block;
         }

        .table.desktop {
          display: none;
        }
        
    }

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

       
        /* Sign Up Form */
        /* Footer */
    }

    /* Custom Home callouts */ 
    @media only screen and (min-width : 390px) {

        .logo img {
            max-width: 242px;
         }
        
        /* Front Callouts */
        .post-it-wrapper .floated-content {
            position: absolute;
            width: 250px;
            height: 100px;
            top: 70px;
            left: 50%;
            margin-left: -125px;
         }

         .post-it-wrapper .floated-content p {
            font-size: 18px;
            line-height: 1.4;
         }

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

        /* Hero */
        #not-patient {
            font-size: 11px;
            right: 15px;
            bottom: 10px;
            position: absolute;
            display: block;
            color: #000;
         }

        #gateway h1,
        #confirm h1 {
            font-size: 30px;
            margin-bottom: 30px;
        }

        /* Paper Strip */
        .paper-strip {
            display: inline-block;
            margin-bottom: 15px;
        }
        .paper-strip h2 {
            text-transform: uppercase;
            color: #332e21;
            font-family: AvenirLTStd-Heavy;
            font-size: 25px;
            margin: 0;
            display: inline-block;
            height: 71px;
            background: url(../../../../../sites/default/files/paper-strip-center.png) center 1px repeat-x;
            background-size:7px 71px;
            float: left;
            padding-top: 18px;
        }
        .paper-strip b.left {
            width: 86px;
            height: 73px;
            background: url(../../../../../sites/default/files/paper-strip-left.png) center top no-repeat;
            background-size:86px 73px;
            display: inline-block;
            float: left;
        }
        .paper-strip b.right {
            width: 98px;
            height: 72px;
            background: url(../../../../../sites/default/files/paper-strip-right.png) center top no-repeat;
            background-size:98px 72px;
            display: inline-block;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        #block-system-main-menu .navbar-nav {
          float: right;
        }

        /* dropdown adds */
        ul.nav li.dropdown:hover ul.dropdown-menu {
          display: block;
        }
        ul.nav li.dropdown ul.dropdown-menu {
          margin-top: 0;
        }

        #navbar ul.dropdown-menu {
          margin-top: 0px;
          margin-left: 0;
          background-color: rgba(8, 81, 86, .9);
          border-radius: 0;
          margin-top: -1px;
        }
        #navbar ul.dropdown-menu a {
            padding-top: 7px;
            padding-bottom: 7px;
            color: #fff;
        }
        #navbar ul.dropdown-menu a:hover {
            background-color: transparent;
            color: #d1d3d3;
        }
        .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
            background-color: transparent;
            color: #d1d3d3;
            outline: 0 none;
            text-decoration: none;
        }

        .navbar-default .navbar-nav li.expanded.dropdown:focus,
        .navbar-default .navbar-nav li.expanded.dropdown:hover {
            background: #0a4a50;
        }

        /* Hero */
        #not-patient {
            font-size: 11px;
            right: 45px;
            bottom: 30px;
            position: absolute;
            display: block;
            color: #000;
         }

        /* Border radius tabs */
        .nav-tabs > li:first-child,
        .nav-tabs > li:first-child a {
            -webkit-border-radius: 20px 0 0 0;
            border-radius: 20px 0 0 0;
        }

        .nav-tabs > li:last-child,
        .nav-tabs > li:last-child a {
            -webkit-border-radius: 0 20px 0 0;
            border-radius: 0 20px 0 0;
        }

        .nav-tabs {
            -webkit-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
        }

        h1 {
            margin-top: 45px;
            margin-bottom: 35px;
         }

        .not-front h1 {
            margin-top: 65px;
            margin-bottom: 35px;
        }

        .singleMenu-slide,
        .page-node-1 .singleMenu-slide,
        .page-node-3 .singleMenu-slide {
            margin-top: -40px;
            padding-top: 40px;
        }

        /* Overides modal in mobile fix, keeps fixed */
        .modal {
            z-index: 1050;
        }

        .modal-backdrop {
            display: block;
        }

        .modal {
            position: fixed;
        }

        .modal-open {
            overflow: hidden;
        }

        .modal-open #live-content {
            display: block;
        }

        /* General */
        .desktop-break {
            display: block!important;
        }

        span.desktop-break {
            margin-bottom: 0;
        }

        #navbar {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-nav > li {
            padding-left: 0;
        }

        /* Header */ 

        .navbar-nav > li {
            text-align: center;
        }

        .navbar-nav {
            margin: 7.5px -15px;
        }

        .stickyTop .navbar-nav > li a {
            padding: 10px 20px 8px 20px;
         }

        /* .front .navbar-btn {
            width: 125px;
            height: 38px;
            position: absolute;
            top: 27px;
            z-index: 2;
        }

        .not-front .navbar-btn {
            width: 120px;
            height: 91px;
            position: absolute;
            top: 13px;
            z-index: 2;
        }*/

        .navbar-btn {
            width: 120px;
            height: 91px;
            position: absolute;
            top: 13px;
            z-index: 2;
        }

        .navbar-nav > li > a {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 10px;
            font-size: 14px;
        }

        #navbar ul {
            margin-top: 30px;
            margin-left: 115px;
            margin-bottom: 0;
        }

        .search-form button {
            height: 24px;
        }

        /* Body background */
        .not-front .body-background {
            background: url(../../../../../sites/default/files/body-background-texture-sm.jpg) center top no-repeat;
            background-size:991px 200px;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .not-front .body-background {
                background: url(../../../../../sites/default/files/body-background-texture-sm@2x.jpg) center top no-repeat;
                background-size:991px 200px;
             }
         }

         .front .body-background {
            background: url(../../../../../sites/default/files/body-front-background-texture-sm.jpg) center top no-repeat;
            background-size:991px 130px;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .front .body-background {
                background: url(../../../../../sites/default/files/body-front-background-texture-sm@2x.jpg) center top no-repeat;
                background-size:991px 130px;
             }
         }

         /* Quote */
        .quote {
              padding-left: 15px; 
              padding: 20px;
              margin: 30px 0;
              position: relative;
              padding: 35px 20px;
        }
        /* Quote Images */
        .quote.leo {
              background: #fff url(../../../../../sites/default/files/quotes/leo-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.leo2 {
              background: #fff url(../../../../../sites/default/files/quotes/leo-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dawn {
              background: #fff url(../../../../../sites/default/files/quotes/dawn-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dawn2 {
              background: #fff url(../../../../../sites/default/files/quotes/dawn-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dylan {
              background: #fff url(../../../../../sites/default/files/quotes/dylan-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.john {
              background: #fff url(../../../../../sites/default/files/quotes/drberk-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }

        .quote .top-quote {
            width: 25px;
            position: absolute;
            top: 13px;
            left: 150px;
        }
        .quote.dawn2 .top-quote {
            left: 150px;
        }
        .quote.john .top-quote {
            left: 150px;
        }
        .quote.leo .top-quote {
            left: 150px;
        }
        .quote.leo2 .top-quote {
            left: 150px;
        }
        .quote.dawn0 .top-quote {
            left: 150px;
        }
        .quote.dylan .top-quote {
            left: 150px;
        }
        .quote.dawn3 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn3 .top-quote {
            left: 150px;
        }


        .quote .bottom-quote {
            width: 25px;
            position: absolute;
            bottom: -20px;
            right: -35px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .quote h4 {
            margin: 5px 35px 5px 165px;
            color: #fff;
            font-size: 22px;
            position: relative;
            line-height: 1.3;
        }
        /* Quote Max width */
    
        .quote.dawn0 h4 {
           /* max-width: 365px;*/
        }
        .quote.dawn3 h4 {
            max-width: 710px;
        }
        .quote.dawn4 h4 {
            max-width: 600px;
        }
        .quote.john h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.leo h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.leo2 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn0 h4 {
            margin: 5px 35px 5px 165px;
        }


        .quote h4 a {
            color: #fff;
        }
        .quote .name {
            font-size: 14px;
            display: block;
            text-align: right;
            font-family: AvenirLTStd-BookOblique;
            margin-top: 5px;
        }
        .quote .link {
            font-family: AvenirLTStd-Medium;
            font-size: 15px;
            display: block;
        }

         /* Hero */
         .hero {
            margin-top: 80px;
            margin-bottom: 20px;
         }
         #hero-copy {
            padding: 20px;
         }
         #hero-copy .heading {
            font-size: 30px;
            line-height: 1.1;
            margin-bottom: 10px;
            display: block;
         }

         #hero-copy p {
            line-height: 1.3;
         }

         .cardio-us .hero-image {
            width: 720;
            height: 514px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-us .hero-image {
            width: 720;
            height: 514px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .cardio-global .hero-image {
            width: 720;
            height: 514px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-global .hero-image {
            width: 720;
            height: 514px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

        #not-patient {
            font-size: 11px;
            right: 45px;
            bottom: 30px;
            position: absolute;
            display: block;
            color: #000;
         }

        /* Search Form  */
        #navbar .search-container {
          position: absolute;
          right: 15px;
          top: 30px;
          max-width: 175px;
        }

        .search-form .form-group {
            margin-top: -20px;
        }

        .glyphicon-search {
            top: -1px;
        }

        .search-form .form-control {
            height: 24px;
            padding: 2px 12px;
        }

        .form-wrapper {
            margin-bottom: 0;
        }

        /* Sign Up Form */
        .help-block.with-errors {
            top: 3px;
        }
        #signupModal .modal-dialog,
        #gateway .modal-dialog,
        #confirm .modal-dialog,
        .modal-dialog.video {
            width: 85%;
            margin: 35px auto 0;
        }

        .modal .container-fluid {
            padding-left: 25px;
            padding-right: 25px;
        }

        /* Tabs */
        .not-logged-in .two li {
            width: 50%;
        }

        .nav-tabs > li:first-child.active > a, .nav-tabs > li:first-child.active > a:focus, .nav-tabs > li:first-child.active > a:hover {
            background: #085156 url(../../../../../sites/default/files/tab-edge.svg) right no-repeat;
            background-size:50px 50px;
        }

        .nav-tabs > li:last-child.active > a, .nav-tabs > li:last-child.active > a:focus, .nav-tabs > li:last-child.active > a:hover {
            background: #085156 url(../../../../../sites/default/files/tab-edge2.svg) left no-repeat;
            background-size:50px 50px;
        }

        .tab-content {
            padding: 30px 50px 40px;
         }
        
        /* Footer */
        .footer-logo {
            float: none;
            margin-right: 35px;
            margin-bottom: 15px;
        }

        .footer .legal {
            float: left;
        }

        .legal {
            height: 45px;
            text-align: center;
            margin-bottom: 0;
        }

        .legal p {
            height: inherit;
            vertical-align: bottom;
            margin: 0;
            display: table-cell;
        }

        .footer-menu {
            height: 48px;
            text-align: center;
            clear: left;
        }

        .footer-menu ul {
            height: inherit;
            vertical-align: bottom;
            margin: 0;
            display: table-cell;
        }

        .footer-menu ul li:not(:first-child):before {
            content: " | ";
            padding-right: 10px;
        }

        .footer-menu ul li {
            margin-bottom: 0;
        }

        .footer-menu .list-inline > li {
            display: inline-block;
        }

        /* Front Callouts */
        .post-it-wrapper .floated-content {
            position: absolute;
            width: 190px;
            height: 100px;
            top: 35px;
            left: 50%;
            margin-left: -95px;
         }

         .post-it-wrapper .floated-content p {
            font-size: 16px;
            line-height: 1.2;
         }

         .post-it-wrapper .floated-content p:last-child {
            font-size: 14px;
            line-height: 1.2;
         }

         .post-it-wrapper .floated-content p:first-child {
            margin: 0 0 6px;
         }

         /* Tab Content */
         .tab-content .main-graphic {
            padding: 15px 40px 50px 40px;
         }

         /* Gateway */
        #gateway .btn,
        #confirm .btn {
            font-size: 2vw;
        }

        /* progressive-symmetric-chart */
        .progressive-symmetric-chart .row div:nth-child(even) {
            border-left: 3px dotted #ddd;
        }

        .progressive-symmetric-chart .row div:first-child {
            border: 0 none;
        }

        .progressive-symmetric-chart .row div {
            min-height: 190px;
            padding-bottom: 0;
        }

        .progressive-symmetric-chart .row div:nth-child(1),
        .progressive-symmetric-chart .row div:nth-child(2),
        .progressive-symmetric-chart .row div:nth-child(3),
        .progressive-symmetric-chart .row div:nth-child(4),
        .progressive-symmetric-chart .row div:nth-child(5),
        .progressive-symmetric-chart .row div:nth-child(6) {
            margin-bottom: 20px;
        }

        .progressive-symmetric-chart .row p {
            font-size: 15px;
        }

        .progressive-symmetric-chart .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .progressive-symmetric-chart .row div {
            border-bottom: 0 none;
        }

        .family-icon img {
            position: absolute;
            top: 50%;
            left: -15px;
            margin-top: -55px;
         }

         .family-icon {
            padding: 14px 15px 12px 80px;
            margin-bottom: 0;
         }

         /* Single page menu */
        #singlePage-menu li:first-child a {
            padding-left: 40px;
        }

        .resource {
            padding-left: 0;
        }

        .quote-resource-wrapper .line {
            border-right: 1px solid #bebec0;
        }

        .table.mobile {
          display: none;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

        /* General */

        .not-front h1 {
            margin-top: 95px;
            margin-bottom: 35px;
        }
        
        /* Header */

        /*.front .navbar-btn {
            width: 210px;
            height: 64px;
            position: absolute;
            top: 30px;
            z-index: 2;
        }

        .not-front .navbar-btn {
            width: 210px;
            height: 160px;
            position: absolute;
            top: 13px;
            z-index: 2;
        }*/

        .navbar-btn {
            width: 179px;
            height: 136px;
            position: absolute;
            top: 13px;
            z-index: 2;
        }

        #navbar ul {
            margin-top: 60px;
            margin-left: 225px;
            margin-bottom: 0;
        }

        .navbar-nav > li > a {
            padding-left: 19px;
            padding-right: 19px;
            padding-bottom: 15px;
            font-size: 16px;
        }

        /* Body background */
        .not-front .body-background {
            background: url(../../../../../sites/default/files/body-background-texture-md.jpg) center top no-repeat;
            background-size:1200px 200px;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .not-front .body-background {
                background: url(../../../../../sites/default/files/body-background-texture-md@2x.jpg) center top no-repeat;
                background-size:1200px 200px;
             }
         }

         .front .body-background {
            background: url(../../../../../sites/default/files/body-front-background-texture-lg.jpg) center top no-repeat;
            background-size:2361px 130px;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .front .body-background {
                background: url(../../../../../sites/default/files/body-front-background-texture-lg@2x.jpg) center top no-repeat;
                background-size:2361px 130px;
             }
         }

        /* Single page menu */

        /* Search Form  */
        #navbar .search-container {
          top: 10px;
          max-width: 175px;
        }

        .search-form .form-group {
            margin-top: 10px;
        }

        .search-form button {
            height: 34px;
        }

        .glyphicon-search {
            top: 2px;
        }

        .search-form .form-control {
            height: 34px;
            padding: 6px 12px;
        }

        /* Sign Up Form */
        #signupModal .modal-dialog,
        #gateway .modal-dialog,
        #confirm .modal-dialog,
        .modal-dialog.video {
            width: 75%;
        }

        .modal .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        /* Hero */
        .hero {
            margin-bottom: 40px;
         }
         #hero-copy {
            position: absolute;
            bottom: 65px;
            right: 20px;
            width: 400px;
            padding: 0;
         }
         #hero-copy .heading {
            font-size: 30px;
            line-height: 1.1;
            margin-bottom: 0;
         }

         #hero-copy p {
            padding-left: 90px;
            line-height: 1.2;
         }

         .cardio-us .hero-image {
            width: 940;
            height: 526px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-us .hero-image {
            width: 940;
            height: 526px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .cardio-global .hero-image {
            width: 940;
            height: 526px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-global .hero-image {
            width: 940;
            height: 526px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         #not-patient {
            font-size: 11px;
            right: 45px;
            bottom: 30px;
            position: absolute;
            display: block;
            color: #000;
         }


        /* Footer */
        
        /* Front Callouts */
        .post-it-wrapper .floated-content {
            position: absolute;
            width: 230px;
            height: 100px;
            top: 50px;
            left: 50%;
            margin-left: -115px;
         }

         .post-it-wrapper .floated-content p {
            font-size: 17px;
            line-height: 1.3;
         }

         .post-it-wrapper .floated-content p:last-child {
            font-size: 17px;
            line-height: 1.3;
         }

         .post-it-wrapper .floated-content p:first-child {
            margin: 0 0 10px;
         }

         /* Tab Content */
         .tab-content .main-graphic {
            padding: 20px 60px 60px 60px;
         }
        
        /* Act Logo */
         .act-logo {
            float: right;
            margin-bottom: 15px;
            margin-top: 0;
         }

         /* Gateway */
        #gateway .btn,
        #confirm .btn {
            font-size: 1.5vw;
        }
        
        /* progressive-symmetric-chart */
        .progressive-symmetric-chart .row div {
            border-left: 3px dotted #ddd;
            min-height: 200px;
        }

        .progressive-symmetric-chart .row div:last-child {
            border-right: 3px dotted #ddd;
        }

        .progressive-symmetric-chart .row div:first-child {
            border: 0 none;
        }

        .progressive-symmetric-chart .row div:nth-child(4),
        .progressive-symmetric-chart .row div:nth-child(7) {
            border: 0 none;
        }

        .progressive-symmetric-chart .row div:nth-child(1),
        .progressive-symmetric-chart .row div:nth-child(2),
        .progressive-symmetric-chart .row div:nth-child(3),
        .progressive-symmetric-chart .row div:nth-child(4),
        .progressive-symmetric-chart .row div:nth-child(5),
        .progressive-symmetric-chart .row div:nth-child(6) {
            margin-bottom: 30px;
        }

        .progressive-symmetric-header {
              margin-bottom: 20px;
         }

         .family-icon {
            padding: 14px 15px 12px 60px;
         }

         .family-icon img {
            position: absolute;
            top: 50%;
            left: -35px;
            margin-top: -50px;
         }

         /* Quote Images */
        .quote.leo2 {
              background: #fff url(../../../../../sites/default/files/quotes/leo-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 140px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dylan2 {
              background: #fff url(../../../../../sites/default/files/quotes/dylan-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 140px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.john {
            background: #344b6d url("../../../../../sites/default/files/quotes/drberk-desktop@2x.jpg") no-repeat scroll left top / 130px auto;
        }
        .quote.leo h4 {
            margin: 5px 35px 5px 170px;
        }
        .quote.leo .top-quote {
            left: 150px;
        }
        .quote.dawn0 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn0 .top-quote {
            left: 150px;
        }
        .quote.dawn3 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn3 .top-quote {
            left: 150px;
        }
        .quote.dylan2 .top-quote {
            left: 155px;
        }
        .quote.dylan2 h4 {
            margin: 5px 35px 5px 170px;
        }
        .quote.leo2 h4 {
            margin: 5px 35px 5px 170px;
        }
        .quote.leo2 .top-quote {
            left: 155px;
        }

      .row-eq-height.quote-resource-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
      }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

        .not-front h1 {
            margin-top: 105px;
            margin-bottom: 35px;
        }
        /* Header */
        /*.front .navbar-btn {
            width: 210px;
            height: 64px;
            position: absolute;
            top: 30px;
            z-index: 2;
        }
        .not-front .navbar-btn {
            width: 210px;
            height: 160px;
            position: absolute;
            top: 13px;
            z-index: 2;
        }*/

        .navbar-btn {
            width: 179px;
            height: 136px;
            position: absolute;
            top: 9px;
            z-index: 2;
        }

        .desktop-break {
            display: none!important;
        }

        .navbar-nav > li > a {
            padding-left: 25px;
            padding-right: 25px;
        }

        /* Body background */
        .not-front .body-background {
            background: url(../../../../../sites/default/files/body-background-texture-lg.jpg) center top no-repeat;
            background-size:2361px 200px;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .not-front .body-background {
                background: url(../../../../../sites/default/files/body-background-texture-lg@2x.jpg) center top no-repeat;
                background-size:2361px 200px;
             }
         }

        /* Search Form  */
        #navbar .search-container {
          top: 20px;
          max-width: 175px;
        }

        /* Single page menu */

        /* Footer */
        .footer-menu {
            float: right;
            clear: none;
        }

        /* Front Callouts */
        .post-it-wrapper .floated-content {
            position: absolute;
            width: 240px;
            height: 100px;
            top: 70px;
            left: 50%;
            margin-left: -120px;
         }

         .post-it-wrapper .floated-content p {
            font-size: 18px;
            line-height: 1.4;
         }

         .post-it-wrapper .floated-content p:last-child {
            font-size: 18px;
            line-height: 1.4;
         }

         /* Hero */
         #hero-copy {
            bottom: 80px;
            right: 40px;
            width: 440px;
         }
         #hero-copy .heading {
            font-size: 33px;
         }

         .cardio-us .hero-image {
            width: 1140;
            height: 638px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-us .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/neuro-us-hero-lg.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-us .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .cardio-global .hero-image {
            width: 1140;
            height: 638px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         .neuro-global .hero-image {
            width: 1140;
            height: 638px;
            background-image: none;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-global .hero-image {
                background-image: none;
                background-size:cover;
             }
         }

         #hero-copy p {
            padding-left: 85px;
            line-height: 1.3;
            font-size: 18px;
         }
        
         /* Tab Content */
         .tab-content .main-graphic {
            padding: 30px 80px 60px 80px;
        }

        #polyneuropathy .main-graphic {
            padding: 30px 60px 60px 60px;
        }

        #navbar ul {
            margin-top: 75px;
            margin-left: 225px;
        }

        /* Gateway */
        #gateway .btn,
        #confirm .btn {
            font-size: 18px;
        }

        /* progressive-symmetric-chart */
        .progressive-symmetric-chart .col-lg-3 {
            width: 24%;
            min-height: 200px;
        }

        .progressive-symmetric-chart .row div:nth-child(4),
        .progressive-symmetric-chart .row div:nth-child(7) {
            border-left: 3px dotted #ddd;
        }

        .progressive-symmetric-chart .row div:nth-child(1),
        .progressive-symmetric-chart .row div:nth-child(2),
        .progressive-symmetric-chart .row div:nth-child(3),
        .progressive-symmetric-chart .row div:nth-child(4) {
            margin-bottom: 30px;
        }

        .progressive-symmetric-chart .row div:nth-child(3),
        .progressive-symmetric-chart .row div:nth-child(7) {
            padding-left: 0;
            padding-right: 0;
            width: 27%;
        }

        .progressive-symmetric-chart .row div:nth-child(5) {
            border: 0 none;
        }

        .progressive-symmetric-chart .row div:last-child {
            border-right: 0 none;
        }

        .progressive-symmetric-header {
              margin-bottom: 30px;
         }

         .family-icon img {
            position: absolute;
            top: 50%;
            left: -35px;
            margin-top: -55px;
         }

         /* Quote Images */
        .quote.leo {
              background: #fff url(../../../../../sites/default/files/quotes/leo-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.leo2 {
              background: #fff url(../../../../../sites/default/files/quotes/leo-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dylan0 {
              background: #fff url(../../../../../sites/default/files/quotes/dylan-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.dylan2 {
              background: #fff url(../../../../../sites/default/files/quotes/dylan-desktop@2x.jpg) no-repeat 10px 10px;
              background-size: 130px;
              background-position: left top;
              background-color: #344b6d;
        }
        .quote.leo h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.leo .top-quote {
            left: 150px;
        }
        .quote.leo2 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.leo2 .top-quote {
            left: 150px;
        }
        .quote.dawn0 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn0 .top-quote {
            left: 150px;
        }
        .quote.dylan0 .top-quote {
            left: 150px;
        }
        .quote.dylan0 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dawn3 .top-quote {
            left: 150px;
        }
        .quote.dawn3 h4 {
            margin: 5px 35px 5px 165px;
        }
        .quote.dylan2 .top-quote {
            left: 150px;
        }
        .quote.dylan2 h4 {
            margin: 5px 35px 5px 165px;
        }
        
    } 

.hero-image img {
    max-width: 100%;
}

@media only screen and (min-width : 767px) and (max-width : 991px){
    .hero-image{ 
        height:auto!important;
    }
}
@media only screen and (min-width : 767px) and (max-width : 1024px){
    ul.navbar-nav li.active-trail.active{
      padding-top: 20px;
    }
    ul.navbar-nav li.first.active-trail.active,
    ul.navbar-nav li.last.active-trail.active{
      padding-top: 0px;
    }
    ul.navbar-nav li.active-trail.active span.desktop-break {
      display: none!important;
    }
}

.bootstrap-select .dropdown-menu > li > a {
    color: #333!important;
}







