/**
 * 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;
}

/*
 * 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;
    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; rajeev ch*/ 
}

 /* 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;
 }

 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;
}
.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.download {
      background: #fff url(../../../../../sites/default/files/download.svg) no-repeat 10px 10px;
      background-size: 50px;
      padding-left: 5px; 
      background-position: 10px 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.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;
}
.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+.bs-callout {
    margin-top: -5px;
}
.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 {
    color: #fff;
 }

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

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

 #navbar {
    margin-bottom: 0;
 }

 .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;
 }

.logo {
    background: url(../../../../../sites/default/files/logo.png) no-repeat;
    background-size:cover;
 }
.logo-es {
    background: url(../../../../../sites/default/files/logo-es.png) no-repeat;
    background-size:cover;
 }
.logo-fr {
    background: url(../../../../../sites/default/files/logo-fr.png) no-repeat;
    background-size:cover;
 }
.logo-it {
    background: url(../../../../../sites/default/files/logo-it.png) no-repeat;
    background-size:cover;
 }
.logo-pt {
    background: url(../../../../../sites/default/files/logo-pt.png) no-repeat;
    background-size:cover;
 }
.logo-de {
    background: url(../../../../../sites/default/files/logo-de.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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-es {
        background: url(../../../../../sites/default/files/logo-es.png) no-repeat;
        background-size:cover;
     }
 }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-pt {
        background: url(../../../../../sites/default/files/logo-pt.png) no-repeat;
        background-size:cover;
     }
 }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-de {
        background: url(../../../../../sites/default/files/logo-de.png) no-repeat;
        background-size:cover;
     }
 }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-fr {
        background: url(../../../../../sites/default/files/logo-fr.png) no-repeat;
        background-size:cover;
     }
 }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-it {
        background: url(../../../../../sites/default/files/logo-it.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: 20px;
    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;
 }

 
 /* 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;
    }

    .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;
 }

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

 /* 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);

}

#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;
 }
/*290618 INTERSITIALS CHANGES*/
.intersitial_rect{background: #305256;padding-bottom: 86px;}
.custom .intersitial_customp{font-family: AvenirLTStd-Book, "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 18px;}
.custom .intersitial_footer_note{text-align: right;font-family: AvenirLTStd-Book, "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 11px;}
 /*==================================================
=            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;
        }
    }

     /* 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;
        }
        .dropdown-menu > li > a {
            color: #fff;
        }

        .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: 5px solid #818ea7;
        }

        
        
    }

    /*==========  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) {

        /* 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;
             }
         }

         /* 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: 40px;
            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;
         }

         
        #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: left;
            margin-right: 35px;
            margin-bottom: 0;
        }

        .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;
        }

    }

    /* 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;
             }
         }

        /* 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: 60px;
            right: 20px;
            width: 400px;
            padding: 0;
         }
         #hero-copy .heading {
            font-size: 30px;
            line-height: 1.1;
            margin-bottom: 0;
         }

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

         #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;
        }

    }

    /* 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: 120px;
            right: 40px;
            width: 440px;
         }
         #hero-copy .heading {
            font-size: 30px;
         }
         
        

    
         #hero-copy p {
            padding-left: 105px;
            line-height: 1.3;
         }
        
         /* 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;
        }
		
    } 


 #block-lang-dropdown-language{float: right;   
	 float: right;   
    position: absolute;
    right: 244px;
    top: 31px;
	z-index:9;
}

  #block-lang-dropdown-language form select option:first-child {
    display: block;
 }



/**language dropdown**/
#block-lang-dropdown-language .form-group{
	margin-top:0px;
	margin-bottom:0px;
}
.ddsDefault .dd-container{
	width:auto!important;
}
.ddsDefault .dd-select{
	background:none!important;
	border:0px!important;
	width:auto!important;
	 padding-left: 18px;
    padding-right: 40px;
}
.ddsDefault .dd-selected{
	
	color:#fff!important;
	padding:0px;
	line-height:35px;
}
#block-lang-dropdown-language label{
	margin:0px;
	font-weight:normal;
	cursor: pointer;
}
.dd-select{
	background: url("../images/down-arrow.png") no-repeat scroll 98% center;     
}
#block-lang-dropdown-language .ddsDefault .dd-pointer{
	 background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 98% center;
    border: 0 none!important;
    height: 8px;
    margin-top: -4px;
    width: 15px; 
}
#block-lang-dropdown-language ul.dd-options{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    margin: 0;
	width:148px!important;
	left:0px;
}
#block-lang-dropdown-language ul.dd-options li{
	background: #e5e5e5 none repeat scroll 0 0; 
	padding:0px 4px;
}

#block-lang-dropdown-language ul.dd-options li:hover{
	background:#d4d4d4;
}
#block-lang-dropdown-language .ddsDefault .dd-option{
	display: block;
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
	border-bottom:1px solid #d6d6d6;
	outline:none;
	color:#55565a;
	background:none;
}
#block-lang-dropdown-language ul.dd-options li:last-child  .dd-option{border-bottom:0px; }
#block-lang-dropdown-language .ddsDefault .dd-option label{ cursor: pointer;color:#55565a;}
#block-lang-dropdown-language .ddsDefault .dd-option.dd-option-selected label{color:#000;}
.i18n-it .navbar-nav > li > a{padding-left:15px;padding-right:15px;}
.i18n-it.logged-in .nav-tabs.two-it li{width:50%}


.footer-wrapper-inner .modal-content{box-shadow:none;background:none;border:0px;}
.footer-wrapper-inner .modal-dialog {
  position:fixed;
  top:auto;
  right:auto;
  left:0px;
  bottom:0;
  margin:0px;
  width:100%;
  background:#005155;
  padding:40px 0;
  z-index: 1000;
}

.footer-wrapper-inner .modal-header{
	padding:0px;
	color:#fff;
	border:0px;
}
.footer-wrapper-inner .modal-header h2{
	font-size:23px;
	line-height:24px;
	
}
.footer-wrapper-inner .modal-body{
	padding:0px;
	color:#fff;
}
.footer-wrapper-inner .modal-body p{
	margin:0px;
	
}
.footer-wrapper-inner .modal-header .close{
	background: rgba(0, 0, 0, 0) url("../images/close-modal.jpg") no-repeat 0 0;
	width:18px;
	height:20px;
	opacity:1;
	font-size:0px;
	
}
@media only screen and (max-width : 1199px) {
	#block-lang-dropdown-language{
		 top:21px;
	 }
	.i18n-it .navbar-nav > li > a{padding-left:14px;padding-right:14px;}
}

 @media only screen and (max-width : 991px) {
	 #block-lang-dropdown-language{
		 top:8px;
	 }
	 .i18n-it .navbar-nav > li > a{padding-left:10px;padding-right:10px;}

 }
 
  @media only screen and (max-width : 767px) {
	  #block-lang-dropdown-language{
		 right:93px;
		 top: 25px;
	 }
	 
	  .i18n-it.logged-in .nav-tabs.two-it li{width:100%}

  }

.modal-backdrop{
 display:none!important;
}

 .cookee_js{z-index: 12345;}
.hero-wrapper .hero-link{z-index:-1;}


#myModaltest1{display:none}
        

/******************************* Homepage Banner Images **********************/

            .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
                background-size:cover;
             }
            .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-de .hero-image {
                background: url(../../../../../sites/default/files/hero/DE-Neuro-EU-Hero-layers-Web-SARAH.jpg) no-repeat;
                background-size:cover;
             }
              .neuro-pt .hero-image {
                background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
                background-size:cover;
             }
        
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-de .hero-image {
                background: url(../../../../../sites/default/files/hero/DE-Neuro-EU-Hero-layers-Web-SARAH.jpg) no-repeat;
                background-size:cover;
             }
              .neuro-pt .hero-image {
                background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
                background-size:cover;
             }
         }       
        
 /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .cardio-us .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/cardio-us-hero-md.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-italian .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-france .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-espanol .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
                background-size:cover;
             }
         }

        .neuro-us .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/neuro-us-hero-md.jpg) no-repeat;
            background-size:cover;
         }
        .neuro-france .hero-image {
            width: 940;
          height: 638px;
            background: url(../../../../../sites/default/files/hero/FR-Neuro-EU-Hero-layers-Web-CAROLINE.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-italian .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-espanol .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
            background-size:cover;
         }
    
         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-us .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-us-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Neuro-EU-Hero-layers-Web-CAROLINE.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
         }
         
       
         .cardio-global .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/cardio-global-hero-md.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-global .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-global-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
         }

         .neuro-global .hero-image {
            width: 940;
            height: 526px;
            background: url(../../../../../sites/default/files/hero/neuro-global-hero-md.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-global .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-global-hero-md@2x.jpg) no-repeat;
                background-size:cover;
             }
         }
        }
        
        

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        
        /* Homepage Banner Images */
        .cardio-us .hero-image {
          /*  width: 720;
            height: 514px;*/
            background: url(../../../../../sites/default/files/hero/cardio-us-hero-sm.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
         }
         .cardio-italian .hero-image {
           /* width: 720;
            height: 514px;*/
            background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
          }
        
          .cardio-france .hero-image {
            /*  width: 720;
              height: 514px;*/
              background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
              background-size:cover;
           }
        
         .cardio-espanol .hero-image {
             /* width: 720;
              height: 514px;*/
              background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
              background-size:cover;
           }
            
         .cardio-pt .hero-image {
        /*    width: 720;
            height: 638px;*/
            background: url(../../../../../sites/default/files/hero/PT-Cardio-EU-Hero-layers-Web-MARTIM.jpg) no-repeat;
            background-size:cover;
          }
        
          .cardio-de .hero-image {
            /*width: 720;
            height: 638px;*/
            background: url(../../../../../sites/default/files/hero/DE-Cardio-EU-Hero-layers-Web-ACHIM.jpg) no-repeat;
            background-size:cover;
          }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-pt .hero-image {
                background: url(../../../../../sites/default/files/hero/PT-Cardio-EU-Hero-layers-Web-MARTIM.jpg) no-repeat;
                background-size:cover;
             }
             cardio-de .hero-image {
                background: url(../../../../../sites/default/files/hero/DE-Cardio-EU-Hero-layers-Web-ACHIM.jpg) no-repeat;
                background-size:cover;
             }
         }
         
        .cardio-espanol .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .cardio-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
         }

/*         .neuro-us .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/neuro-us-hero-sm.jpg) no-repeat;
            background-size:cover;
         }*/

         .neuro-italian .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }


        .neuro-espanol .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
            background-size:cover;
         }
        
        .neuro-de .hero-image {
            width: 720;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/DE-Neuro-EU-Hero-layers-Web-SARAH.jpg) no-repeat;
            background-size:cover;
         }

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-de .hero-image {
                background: url(../../../../../sites/default/files/hero/DE-Neuro-EU-Hero-layers-Web-SARAH.jpg) no-repeat;
                background-size:cover;
             }
              .neuro-pt .hero-image {
                background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
                background-size:cover;
             }
         }
         .cardio-global .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/cardio-global-hero-md@2x.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-global .hero-image {
            width: 720;
            height: 514px;
            background: url(../../../../../sites/default/files/hero/neuro-global-hero-md@2x.jpg) no-repeat;
            background-size:cover;
         }
        }
        
        
        
        
        
/* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
         .cardio-us .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/cardio-us-hero-lg.jpg) no-repeat;
            background-size:cover;
         }
         .cardio-italian .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-france .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
            background-size:cover;
         }
         .cardio-espanol .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-global .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/cardio-global-hero-lg.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-espanol .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
            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;
         }
        .neuro-italian .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
         neuro-france .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/FR-Neuro-EU-Hero-layers-Web-CAROLINE.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-espanol .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
            background-size:cover;
         }
        .neuro-pt .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-global .hero-image {
            width: 1140;
            height: 638px;
            background: url(../../../../../sites/default/files/hero/neuro-global-hero-lg.jpg) no-repeat;
            background-size:cover;
         }
        /* .neuro-us .hero-image {
            background: url(../../../../../sites/default/files/hero/neuro-us-hero-sm.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-espanol .hero-image {
            background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-italian .hero-image {
            background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
          .neuro-espanol .hero-image {
            background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
            background-size:cover;
         }
         .cardio-global .hero-image {
            background: url(../../../../../sites/default/files/hero/cardio-global-hero-sm.jpg) no-repeat;
            background-size:cover;
         }
         .neuro-global .hero-image {
            background: url(../../../../../sites/default/files/hero/neuro-global-hero-sm.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-us .hero-image {
            background: url(../../../../../sites/default/files/hero/cardio-us-hero-sm.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-italian .hero-image {
            background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
            background-size:cover;
         }
        .cardio-france .hero-image {
            background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
            background-size:cover;
         }
         .cardio-espanol .hero-image {
            background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
            background-size:cover;
         }
         .cardio-espanol .hero-image {
            background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
            background-size:cover;
         }
        */

         @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
             
             .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-sm@2x.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-france .hero-image {
                 background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
                 background-size:cover;
             }
             .cardio-espanol .hero-image {
                 background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
                 background-size:cover;
             }
             .cardio-global .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-global-hero-sm@2x.jpg) no-repeat;
                background-size:cover;
             }
             
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
             
             .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             
             .cardio-us .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-us-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
             
             .neuro-us .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-us-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-italian .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-france .hero-image {
                background: url(../../../../../sites/default/files/hero/FR-Neuro-EU-Hero-layers-Web-CAROLINE.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-espanol .hero-image {
                background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-pt .hero-image {
                background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
                background-size:cover;
             }
             .cardio-global .hero-image {
                background: url(../../../../../sites/default/files/hero/cardio-global-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-global .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-global-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
             .neuro-global .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-global-hero-lg@2x.jpg) no-repeat;
                background-size:cover;
             }
            /* .neuro-us .hero-image {
                background: url(../../../../../sites/default/files/hero/neuro-us-hero-sm@2x.jpg) no-repeat;
                background-size:cover;
             }*/
         }
        }
		
		
		
@media only screen and (max-width : 768px) {
	#signupModal, #confirm {
		position:fixed;
	}
	#gateway{
		position:fixed;
		padding-right: 0px!important;
	}
	.modal-open {
    	overflow: hidden;
	}
	.hero-image img{
		max-width:80%;
	}

    img.main-graphic{
        max-width:100%;
    }

    .footer .block{
        width:100%;
    }	        
}

@media only screen and (max-width : 991px) {
    .cardio-pt .hero-image {
        background: url(../../../../../sites/default/files/hero/PT-Cardio-EU-Hero-layers-Web-MARTIM.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-de .hero-image {
        background: url(../../../../../sites/default/files/hero/DE-Cardio-EU-Hero-layers-Web-ACHIM.jpg) no-repeat;
        background-size:cover;
    }
    
    .cardio-us .hero-image {
        background: url(../../../../../sites/default/files/hero/cardio-us-hero-sm@2x.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-italian .hero-image {
        background: url(../../../../../sites/default/files/hero/cardio-eu-hero-layers-web-it.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-france .hero-image {
        background: url(../../../../../sites/default/files/hero/FR-Cardio-EU-Hero-layers-Web-EMMANUEL.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-espanol .hero-image {
        background: url(../../../../../sites/default/files/hero/ES-Cardio-EU-Hero-layers-Web-DANIEL.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-global .hero-image {
            background: url(../../../../../sites/default/files/hero/cardio-global-hero-lg@2x.jpg) no-repeat;
            background-size:cover;
    }
             
    .neuro-espanol .hero-image {
        background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
        background-size:cover;
    }
             
    .neuro-italian .hero-image {
        background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
        background-size:cover;
    }
             
    .cardio-us .hero-image {
        background: url(../../../../../sites/default/files/hero/cardio-us-hero-lg@2x.jpg) no-repeat;
        background-size:cover;
    }
             
    .neuro-us .hero-image {
        background: url(../../../../../sites/default/files/hero/neuro-us-hero-lg@2x.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-italian .hero-image {
        background: url(../../../../../sites/default/files/hero/neuro-eu-hero-layers-web-it.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-france .hero-image {
        background: url(../../../../../sites/default/files/hero/FR-Neuro-EU-Hero-layers-Web-CAROLINE.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-espanol .hero-image {
        background: url(../../../../../sites/default/files/hero/ES-Neuro-EU-Hero-layers-Web-LAURA.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-pt .hero-image {
        background: url(../../../../../sites/default/files/hero/PT-Neuro-EU-Hero-layers-Web-CRISTINA.jpg) no-repeat;
        background-size:cover;
    }
    .cardio-global .hero-image {
        background: url(../../../../../sites/default/files/hero/cardio-global-hero-lg@2x.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-global .hero-image {
        background: url(../../../../../sites/default/files/hero/neuro-global-hero-lg@2x.jpg) no-repeat;
        background-size:cover;
    }
    .neuro-global .hero-image {
        background: url(../../../../../sites/default/files/hero/neuro-global-hero-lg@2x.jpg) no-repeat;
        background-size:cover;
    }

}


@media only screen and (min-width : 767px) and (max-width : 991px){
    .hero-image{ 
        height:404px!important;
    }
    .i18n-es .post-it-wrapper img,
    .i18n-fr .post-it-wrapper img{
        min-height:195px; 
    }
    .i18n-pt-pt .post-it-wrapper img{
        min-height:165px; 
    }

}


@media only screen and (min-width :1199px) {
     .cardio-pt .hero-image {
           height: 638px;
     }
     .cardio-de .hero-image {
            height: 638px;
     }
}

.bootstrap-select .dropdown-menu > li > a {
    color: #333!important;
}
/* bini css */
@media only screen and (max-width : 767px) {
.btn-primarybini1 {
   
	width:100%;
}
.btn-primarybini2 {
 
	width:100%;
}
}
@media only screen and (min-width : 300px) and (max-width : 667px) {
.btn-primarybini1 {
   
	float:none !important;
}
.btn-primarybini2 {
 
	float:none !important;
}
}
.btn-primarybini1 {
    background-color: #7ea8ad;
    border-color: #334b6d;
    color: #fff;
	float:right;
}
.btn-primarybini2 {
    background-color: #7ea8ad;
    border-color: #334b6d;
    color: #fff;
	float:left;
}
@media only screen and (min-width : 300px) and (max-width : 667px) {
.custom p{
    
    padding-left: 0px !important;
    padding-right: 0px !important;
  
}
}

.custom p{
    margin: 0 0 10px;
    padding-left: 40px;
    padding-right: 40px;
	font-size:20px;
  font-family: Myriad Pro;
}

.custom h4{
  margin-top: 20px;
  font-size:20px;
}
.button{
  margin-top:45px;
}
.button a {
    display: inline-block;
    color: #fff;
    background: #7ea8ad;
    padding: 9px 76px;
     margin: 2px 8px;
}
.modal-content .container-fluid.secondary-header-wrapper {
    height: 11px;
}
.modal-dialog header#navbar {
    min-height: 112px;
}
@media (min-width:768px){
    #confirm-language-switch .modal-dialog{max-width:1101px ;margin:30px auto}
    #confirm-language-switch h1 {
        margin-top: 45px;
        margin-bottom: 35px;
    }
}
/* =============================================
                 SIGNUP FORM
   ============================================= */
#block-webform-client-block-70 .form-control{
  height: 40px;
  padding: 0 12px;
  border-radius: 0;
  background: #d8d8d8;
  border: none;
  box-shadow: none;
}
.required-field-message{
  margin: 0;
  font-family: AvenirLTStd-Medium;
  font-weight: bold;
  font-style: italic;
}
#block-webform-client-block-70 .form-type-radio{
    display: inline-block;
    color: #fff;
    width: 17%;
    min-width: 200px;
    text-align: center;
    margin-right: 20px;
    font-weight: normal;
    font-family: AvenirLTStd-Medium;
}
#block-webform-client-block-70 .form-type-radio label{
	width: 100%;
	padding: 0;
}
.option-markup .form-required {
    display: none;
}
#block-webform-client-block-70 .form-type-radio p{
  background: #fff;
  color: #0f5155;
  padding: 10px 5px;
  width: 100%;
  border: 2px solid #0f5155;
  font-weight: bold;
}
#block-webform-client-block-70 .form-type-radio input {
    display: none;
}
#block-webform-client-block-70 .form-type-radio input[type=radio]:checked+p{
  background: #0f5155;
  color: #fff;
}

#block-webform-client-block-70 select {
  background-image: url(../images/down-arrow-grey.png)!important;
  background-repeat: no-repeat!important;
  background-position: 99%!important;
  -webkit-appearance: none;
}
#block-webform-client-block-70 select:hover {

}
#webform-client-form-70 a{
  color: #1f4074;
  text-transform: capitalize;
  border-bottom: 1px solid #1f4074;
}

#webform-client-form-70 .webform-component-checkboxes label{
	padding-left: 25px;
}
#webform-client-form-70 .form-type-checkbox label{
  padding-left: 0px;
}
#webform-client-form-70 .form-type-checkbox label p{
  padding-left: 20px;
}
#webform-client-form-70 .form-type-checkbox input[type="checkbox"]{
    display: none;
}
#webform-client-form-70 .form-type-checkbox input[type="checkbox"] + p:before {
  content: "\00a0";
  height: 15px;
  width: 16px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  margin-right: 5px;
  font: 13px/1em sans-serif;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: 3px;
}
#webform-client-form-70 .form-type-checkbox input[type="checkbox"]:checked + p:before{
  background: #d8d8d8;
  color: #000;
  content: "\2713";
  text-align: center;
  font-weight: bold;
}
.error-message-hidden .error-processed input[type="checkbox"] + p:before{
   /* border: 1px solid #ff0000!important;*/
}
#block-webform-client-block-70 .form-actions{
	text-align: center;
}
#block-webform-client-block-70 .btn-primary{
    color: #fff;
    background-color: #0f5155;
    border-color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0;
    font-size: 19px;
    max-width: 200px;
    width: 15%;
    min-width: 150px;
}
body.page-node-70 .alert-success{
  display: none;
}
.alert-block.error {
  background-color: transparent;
  border: none;
  color: red;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.alert-block.error ul {
    padding: 0;
}
#block-webform-client-block-70 .messages.error:before {
    content: "*";
}
body.page-node-69 .alert-block.error ul:before {
    content: "*Please correct the following errors:";
}
.alert-block.error li{
	list-style: none;
}
.alert-block.error li:before {
    content: "- ";
}
#block-webform-client-block-70 .messages.error {
    position: absolute;
    margin-top: -10px;
    color: #ff0000;
}
#block-webform-client-block-70 .has-error .form-control {
  /*border: 1px solid #ff0000;*/
}
#block-webform-client-block-70 .has-error .checkbox label{
    color: #55565A;
}
.error-message-hidden + .error{
  display: none;
}
/* Confirmation page */
body.page-node-70.page-node-done .links {
    display: none;
}
body.page-node-70.page-node-done .webform-confirmation .links {
	text-align: center;
    margin-top: 5%;
    display: block;
}

body.page-node-70.page-node-done .webform-confirmation .links a{
  padding: 20px 30px;
  background: #0f5155;
  color: #fff;
  font-weight: bold;
}

/* Popup Modal Desing */
.modal-design {
    width: 32%;
    min-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
}
.modal-design .modal-content{
  padding:40px;
  text-align: center;
  color: #000;
  border-radius: 0;
}
.modal-design h1{
  margin-top: 35px!important;
  color: #54565a;
}
.cancel-button,
.update-button, .ok-button{
    border-radius: 0;
    color: #fff;
    padding:0;
    width: 40%;
}
.cancel-button a,
.update-button a, .ok-button{
  color: #fff;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-family: AvenirLTStd-Medium;
  font-size: 20px;
}
.cancel-button{
  background: #636363;
}
.update-button{
	background: #0f5155;
	margin-left: 5%;
}
.ok-button{
    background: #00CEA0;
    float: unset;
    width: 80%;
    margin: 0 auto;
}
.attention-icon{
  background: url(../images/alert.png) center no-repeat;
  height: 100px;
}
.ok-icon{
  background: url(../images/ok.png) center no-repeat;
  height: 100px;
}
img.alynlamact-r-logo {
    width: 300px;
    height: 53px;
}
@media only screen and (min-width: 768px){
	body.page-node-70 .footer-wrapper{
		margin-top: 100px;
	}
}
@media only screen and (max-width : 639px) {

  #block-webform-client-block-70 .form-type-radio{
    width: 48%;
    text-align: center;
    margin:5px 1.5px;
    font-weight: normal;
    font-family: AvenirLTStd-Medium;
    min-width: auto;
  }
  body.page-node-70.page-node-done .webform-confirmation .links {
    margin-bottom: 20px;
  }
}


#confirm-signup-date-email-sent .modal-design {

    width: 41%;
    min-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;

}


#confirm-signup-date-email-sent .modal-design h1 {

    margin: 0;
}

#confirm-signup-date-email-sent .modal-design .ok-button {
  background: #0f5155;
  color:#fff;
width: 158px;
}

#confirm-signup-date-email-sent .modal-design .ok-button a {
  color:#fff;
}


#confirm-signup-date-email-sent .ok-icon {
    background: url(../images/okv1.png) center no-repeat;
        background-size: auto auto;
    height: 141px;
}
#confirm-signup-date-email-se h1{
  color: #0f5155;
}

#node-23 .h3 img {
    float: left;
    margin-right: 10px;
}

#node-23 .h3 {
  min-height: 50px;
}

.close {
  display:none;
}

.has-error .control-label {
    color:#55565A;
}
/*====================================================
*************Table Theme Physician Directory***********
=======================================================*/
.view-id-physician_directory thead tr th,
.view-id-physician_directory thead tr th.active{
    background: #7ea8ad;
    font-family: Helvetica;
    color: #fff;
    font-size: 17px;
    padding: 5px!important;
    border: none;
    font-weight: 700;
}
/*.view-id-physician_directory thead tr th:nth-child(1) {
  min-width: 122px;
  background: url("../images/sortdefault.png") no-repeat 70px #63C8D0;
}
.view-id-physician_directory thead tr th:nth-child(2) {
  min-width: 88px;
  background: url("../images/sortdefault.png") no-repeat 53px #63C8D0;
}*/
.view-id-physician_directory thead tr th:nth-child(1) {
  min-width: 122px;
  background-position: 70px!important;
}
.view-id-physician_directory thead tr th:nth-child(2) {
  min-width: 88px;
  background-position: 53px!important;
}
.view-id-physician_directory thead tr th.sorting{
  background: url("../images/sortdefault.png") no-repeat #7ea8ad;
}
.view-id-physician_directory thead tr th.sorting_asc{
  background: url("../images/sortasc.png") no-repeat #7ea8ad;
}
.view-id-physician_directory thead tr th.sorting_desc{
  background: url("../images/sortdesc.png") no-repeat #7ea8ad;
}
.view-id-physician_directory thead tr th.active:nth-child(1),
.view-id-physician_directory thead tr th.active:nth-child(2) {
    background-image: none;
}
.view-id-physician_directory thead tr th:nth-child(4) {
  min-width: 140px;
}
.view-id-physician_directory thead tr th:nth-child(7) {
  min-width: 117px;
}
.view-id-physician_directory tbody tr{
  background: transparent;
}
.view-id-physician_directory tbody tr td{
  border-bottom: 2px dotted #ddd;
  border-right: 2px dotted #ddd;
  border-top: none;
  line-height: 1.42857;
  padding: 5px;
  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;
  background: transparent!important;
}
.view-id-physician_directory tbody tr td.active{
  background: transparent;
}
.view-id-physician_directory tbody tr td:last-child {
    border-right: none;
}
.view-id-physician_directory .active{
  color: #fff;
  width: 100px;
}
.view-id-physician_directory .img-responsive{
  display: inline-block!important;
  max-width: unset;
  margin-left: 7px;
}
.view-id-physician_directory .table-responsive{
  margin-bottom: 20px;
}
.view-id-physician_directory table.display thead th{
  cursor: default;
}
.view-id-physician_directory table.display thead th.sorting_asc,
.view-id-physician_directory table.display thead th.sorting_desc,
.view-id-physician_directory table.display thead th.sorting{
  cursor: pointer;
}
.bs-callout.physician-directory {
    background: #fff url(../images/physiciandirectory.png) no-repeat 10px center;
    background-size: 60px;
    padding-left: 20px;
    margin-bottom: 0;
    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;
    font-family: AvenirLTStd-Medium;
}
.ah{
    font-family: AvenirLTStd-Heavy;
    font-size: 16px;
    font-weight: 800;
}
.view-id-physician_directory .dataTables_wrapper{
  overflow-y: auto;
}
@media screen and (max-width: 767px){ 
  h2.pds{
    margin-top: 20px;
  }
  .view-id-physician_directory .table-responsive{
    border: none;
  }
}