.loading,
.success:after,
label.valid {
    text-align: center
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite, 
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.guide-flyout .close-flyout,
.loading p,
.success h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: MesoGuideIcons;
    src: url(fonts/MesoGuideIcons.eot);
    src: url(fonts/MesoGuideIcons.eot?#iefix) format("embedded-opentype"), url(fonts/MesoGuideIcons.svg#MesoGuideIcons) format("svg"), url(fonts/MesoGuideIcons.woff) format("woff"), url(fonts/MesoGuideIcons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.guide-flyout {
    display: none;
    position: fixed;
    bottom: 15%;
    z-index: 200;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    height: 292px;
    left: -100%
}

.guide-flyout .close-flyout,
.loading,
.success,
.success:after,
.tooltip,
.tooltip:after,
label.not-valid,
label.valid {
    position: absolute
}

@media screen and (min-width:769px) {
    .guide-flyout {
        display: block
    }
}

.guide-flyout img {
    display: block;
    margin-top: -10px
}

.guide-flyout .close-flyout {
    display: block;
    padding-top: 20px;
    top: 0;
    right: 15px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 16px;
    z-index: 2
}

.guide-flyout .button.primary:after,
.loading {
    display: none
}

.guide-flyout .close-flyout:hover {
    cursor: pointer;
    color: #ffba1a
}

.guide-flyout .button.primary {
    position: absolute;
    left: 20px;
    right: 20px;
    padding: 20px;
    text-align: center;
    bottom: 20px;
    font-size: 18px
}

.guide-flyout .coverLink {
    z-index: 1
}

.loading {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.loading p {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #353535
}

.success {
    top: 150px;
    left: 80px;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 20px
}

.success h4 {
    font-size: 22px;
    padding-left: 72px;
    margin-bottom: 10px;
    text-transform: none!important
}

.success h5 {
    padding-left: 72px;
    color: #656565
}

.success:after {
    display: block;
    font-family: MesoGuideIcons;
    font-size: 32px;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    left: 20px;
    top: 20px;
    color: #fff;
    background: #ffba1a;
    content: '\24';
    line-height: 52px
}

label.not-valid {
    display: none!important;
    left: 0;
    top: -14px;
    color: #ec2828;
    font-size: 11px
}

.not-valid {
    border: 1px solid #ec2828!important;
    background: #fde3e3
}

label.valid {
    display: block!important;
    left: auto;
    right: 0;
    top: auto;
    bottom: 50%;
    margin-bottom: -15px!important;
    background: green;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0!important
}

label.valid:after {
    display: block;
    color: #fff;
    font-family: MesoGuideIcons;
    content: "\24";
    font-size: 12px
}

.break.line .title,
.button.primary {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.tooltip {
    display: none;
    top: 60px;
    left: 0;
    right: 0;
    background: #fcf0ba;
    border: 1px solid #e8e1b5;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    line-height: 19px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    z-index: 10;
    color: #656565
}

.tooltip:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e1b5;
    sourcestop: -10px
}

.tooltip.info {
    z-index: 11
}

.tooltip.info:after {
    right: 16px
}

.tooltip.error {
    background: #fdf3f2;
    color: #e74c3c;
    border: 1px solid #e74c3c
}

.tooltip.error:after {
    border-bottom: 10px solid #e74c3c
}

.break.line {
    width: 100%;
    text-align: center!important;
    background: #d7d7d7;
    height: 5px;
    position: relative;
    margin: 30px 0!important
}

.break.line .title {
    display: inline-block;
    color: #d7d7d7;
    background: #fff;
    padding: 0 10px;
    position: relative;
    top: -10px;
    text-transform: uppercase
}

.button {
    -webkit-appearance: none;
    display: block;
    border: 0;
    position: relative;
    font-weight: 400;
    text-decoration: none!important;
    border-radius: 3px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.button.primary {
    color: #353535;
    background: #ffba1a;
    border-radius: 3px;
    font-weight: 700
}

.button.primary:after {
    content: '\23';
    display: block;
    font-family: MesoGuideIcons;
    position: absolute;
    right: 20px;
    top: 14px
}

.button.secondary,
.button.third {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.button.fourth:after,
.button.third:after {
    content: '\23';
    top: 50%;
    right: 10px;
    position: absolute;
    display: block
}

.button.primary:active,
.button.primary:hover {
    background: #056883;
    color: #fff
}

.button.secondary {
    color: #fff;
    background: #1999c0;
    border-radius: 2px;
    font-weight: 700
}

.button.secondary:hover {
    background: #0d5166
}

.button.third {
    color: #353535;
    background: #ffe3a3;
    border: 1px solid #ffba1a;
    border-radius: 3px
}

.button.third:hover {
    background: #ffcc57
}

.button.third:after {
    font-family: MesoGuideIcons;
    margin-top: -13px
}

.button.fourth {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #1999c0;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px
}

.button.fourth:hover {
    background: #d7e9ef
}

.button.fourth:after {
    font-family: MesoGuideIcons;
    margin-top: -9px
}

#CollapsableHeader,
#Navigation {
    position: fixed;
    left: 0;
    -webkit-transition: all .5s ease
}

.button.green {
    background: #00bb23;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    border: 1px solid #21aa13
}

.button.green:hover {
    background: #008819
}

.button:hover {
    cursor: pointer
}

.privacy-statement {
    font-size: 12px;
    text-align: center;
    color: #656565;
    margin-top: 20px;
    line-height: 19px;
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription .social:after,
#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top:after,
#ContentPage .section .blog.triple .post:after,
#ContentPage .section .mobile_callout.survivorsGuideM .ctaContent .banner:after,
#ContentPage .section .responsiveImage .imageBody:after,
#ContentPage .section:after,
#Footer .about-meso .questions:after,
#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom:after,
#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step:after,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top:after,
#LowerContentPage .section .responsiveImage .imageBody:after,
#LowerContentPage .section:after,
#main .nr_related_placeholder .nr_inner a.nr_panel:after,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.icon,
[class*=" icon-"],
[class^=icon-] {
    font-family: MesoGuideIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-hand:before {
    content: "\5d"
}

.icon-bubbles:before {
    content: "\25"
}

.icon-twitter:before {
    content: "\60"
}

.icon-facebook:before {
    content: "\21"
}

.icon-search:before {
    content: "\40"
}

.icon-arrow:before {
    content: "\23"
}

.icon-mesoguide-home:before {
    content: "\5e"
}

.icon-checkmark:before {
    content: "\24"
}

.icon-lock:before {
    content: "\26"
}

.icon-cancel:before {
    content: "\2a"
}

.icon-googleplus:before {
    content: "\28"
}

.icon-pinterest:before {
    content: "\29"
}

.icon-list-icon:before {
    content: "\5f"
}

.icon-phone:before {
    content: "\2b"
}

.icon-arrow2:before {
    content: "\7b"
}

.icon-circle:before {
    content: "\7d"
}

.icon-arrow3:before {
    content: "\5b"
}

.icon-info:before {
    content: "\7e"
}

#Top {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff
}

#CollapsableHeader {
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 100;
    -webkit-transform: translateX(0);
    background: #1999c0
}

#CollapsableHeader.open, #main.open, #Footer.open {
    -webkit-transform: translateX(260px)
}

#CollapsableHeader #Logo {
    width: 172px;
    height: 20px;
    position: absolute;
    left: 75px;
    right: 75px;
    top: 20px;
    margin: 0 auto
}

@media screen and (min-width:640px) and (max-width:768px) {
    #CollapsableHeader #Logo {
        margin: 0;
        left: 70px
    }
}

#CollapsableHeader #Logo a {
    display: block;
    width: 172px;
    height: 20px;
    background: url(https://wpmedia.mesotheliomaguide.com/images/header/logo.png);
    background-size: contain;
    text-indent: -9999px;
    outline: 0
}

@media screen and (min-width:769px) {
    #CollapsableHeader {
        -webkit-transition: none;
        position: relative;
        height: 70px
    }
    #CollapsableHeader #Logo {
        margin: 0;
        height: 40px;
        left: 0;
        right: auto;
        top: 13px;
        width: 530px
    }
    #CollapsableHeader #Logo a {
        width: 482px;
        height: 44px;
        background: url(https://wpmedia.mesotheliomaguide.com/images/logo-text.png) no-repeat
    }
}

#CollapsableHeader #PhoneNumber {
    display: none;
    position: absolute;
    top: 18px;
    right: 220px;
    width: auto;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    color: #fff
}

@media screen and (min-width:640px) {
    #CollapsableHeader #PhoneNumber {
        display: block
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #CollapsableHeader #PhoneNumber {
        right: 60px;
        top: 12px
    }
}

#CollapsableHeader #PhoneNumber p {
    padding: 0;
    margin: 0
}

#CollapsableHeader #PhoneNumber .phoneNum {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 400
}

#CollapsableHeader.secondary #PhoneNumber {
    right: 121px
}

#CollapsableHeader.secondary #LiveChat {
    width: auto
}

#Navigation {
    display: block;
    width: 260px;
    background: #353535;
    bottom: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
    -webkit-transform: translate3D(-260px, 0, 0);
    transform: translate3D(-260px, 0, 0);
    -ms-transform: translate3D(-260px, 0, 0);
    -o-transform: translate3D(-260px, 0, 0);
    -moz-transform: translate3D(-260px, 0, 0)
}

#Navigation.open {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0)
}

@media screen and (min-width:769px) {
    #Navigation {
        position: relative;
        width: 100%;
        background: #056883;
        height: 55px;
        border-bottom: 1px solid #04556b;
        left: auto;
        top: auto;
        z-index: 100;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
        -moz-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        -o-transform: translate3D(0, 0, 0)
    }
}

#Navigation.fixed {
    z-index: 0
}

#Navigation .search-container {
    display: none
}

@media screen and (min-width:769px) {
    #Navigation.fixed {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0
    }
    #Navigation.fixed ul li a .arrow {
        display: none
    }
    #Navigation .search-container {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        margin-top: 7px;
        padding-left: 20px;
        border-left: 1px solid #1999c0
    }
    #Navigation .search-container .icon {
        margin-top: 10px
    }
    #Navigation .search-container .icon:hover {
        color: #ffba1a;
        cursor: pointer
    }
    #Navigation .search-container .GoogleSearch {
        display: none;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 46px;
        background: #f7f6f6;
        border: 2px solid #056883;
        padding: 10px 10px 7px;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
        margin-top: 0
    }
    #Navigation .search-container .GoogleSearch:after {
        display: block;
        content: ' ';
        position: absolute;
        right: 13px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f7f6f6
    }
    #Navigation #MainNavigation {
        position: relative;
        left: 0;
        top: 0;
        width: auto
    }
    #Navigation #MainNavigation ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
}

#Navigation #MainNavigation ul li {
    display: block;
    float: none;
    margin: 20px 10px 0;
    line-height: 10px
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        line-height: 20px;
        text-transform: none
    }
    #Navigation #MainNavigation ul li#MesotheliomaMegaDropDown .guide-pic img {
        display: block;
        float: right;
        margin-right: -30px;
        width: 190px
    }
    #Navigation #MainNavigation ul li#MesotheliomaMegaDropDown .guide-pic .button.primary {
        right: auto;
        left: 20px;
        bottom: auto;
        top: 220px
    }
    #Navigation #MainNavigation ul li#DoctorsMegaDropDown .mega-menu-category.widget_ascentus_ad {
        padding-left: 20px
    }
    #Navigation #MainNavigation ul li#DoctorsMegaDropDown .mega-menu-category.widget_ascentus_ad .calloutLink {
        height: 420px
    }
    #Navigation #MainNavigation ul li#DoctorsMegaDropDown .mega-menu-category.widget_ascentus_ad .doc-pic .button.primary {
        right: 20px;
        bottom: 23px
    }
    #Navigation #MainNavigation ul li#TreatmentMegaDropDown .widget_ascentus_ad .guide-pic {
        position: relative;
        margin-top: 10px
    }
    #Navigation #MainNavigation ul li#TreatmentMegaDropDown .widget_ascentus_ad .button.primary {
        position: relative;
        bottom: 0
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-ad {
        width: 400px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu {
        width: 682px;
        left: 250px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad {
        width: 400px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad li:first-child .mega-survivor {
        margin-top: 0;
        padding-bottom: 10px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad li {
        display: block;
        float: none
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor {
        position: relative;
        margin-top: 10px;
        padding: 10px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor .survive-pic {
        float: left;
        width: 65px;
        height: 65px;
        overflow: hidden;
        border: 3px solid #d1ebf2;
        border-radius: 65px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor .survive-pic img {
        width: 65px;
        height: auto
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor .survive-info {
        padding-left: 85px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor .survive-info h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-survivor .survive-info p {
        margin-top: 3px;
        line-height: 22px
    }
    #Navigation #MainNavigation ul li#PrognosisMegaDropDown .mega-menu-category.widget_ascentus_ad .button.primary {
        position: relative;
        bottom: 0;
        margin-top: 10px
    }
    #Navigation #MainNavigation ul li#VeteransMegaDropDown .mega-menu {
        width: 575px;
        left: 330px
    }
    #Navigation #MainNavigation ul li#VeteransMegaDropDown .mega-ad {
        width: 300px
    }
    #Navigation #MainNavigation ul li#VeteransMegaDropDown .mega-menu-category.widget_ascentus_ad {
        width: auto
    }
    #Navigation #MainNavigation ul li#VeteransMegaDropDown .mega-menu-category.widget_ascentus_ad .veterans-pic img {
        display: block;
        float: right;
        margin-right: -50px
    }
    #Navigation #MainNavigation ul li#VeteransMegaDropDown .mega-menu-category.widget_ascentus_ad .veterans-pic .button.primary {
        right: 130px;
        bottom: 60px;
        left: 20px
    }
    #Navigation #MainNavigation ul li#ResourcesMegaDropDown .mega-menu {
        width: 780px;
        left: 210px
    }
    #Navigation #MainNavigation ul li#ResourcesMegaDropDown .mega-menu .mega-menu-category {
        height: 280px
    }
    #Navigation #MainNavigation ul li#ResourcesMegaDropDown .mega-menu .guide-pic {
        position: relative;
        margin-top: 20px;
        height: 40px;
        left: 0;
        right: 0
    }
    #Navigation #MainNavigation ul li#ResourcesMegaDropDown .mega-menu .guide-pic .button.primary {
        position: relative;
        right: auto;
        bottom: auto
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad {
        width: auto
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad li {
        float: left;
        margin-top: 10px
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad li:first-child .mega-rp {
        border-left: 0;
        padding-left: 0
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp {
        position: relative;
        float: left;
        width: 340px;
        border-left: 1px solid #e7e7e7;
        padding-left: 20px
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-pic {
        width: 86px;
        height: 57px;
        border: 2px solid #d1ebf2;
        overflow: hidden;
        float: left
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-pic img {
        width: 86px;
        height: auto
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-info {
        padding-left: 106px;
        width: 220px
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-info h4 a {
        font-size: 16px;
        font-weight: 100
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-info .rp-author {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-top: 5px
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-info .rp-date {
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        font-size: 12px;
        margin-top: 3px
    }
    #Navigation #MainNavigation ul li#CommunityMegaDropDown .mega-menu-category.widget_ascentus_ad .mega-rp .rp-info .button.fourth {
        display: block;
        padding: 10px 20px 10px 10px;
        border: 1px solid #d1ebf2;
        margin-top: 20px;
        position: relative;
        top: 0;
        float: none;
        width: 142px
    }
}

#Navigation #MainNavigation ul li .menu-link {
    display: block;
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #afafaf;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #6f6f6f;
    font-weight: 700;
    padding: 10px 0
}

#Navigation #MainNavigation ul li .menu-link .arrow,
#Navigation #MainNavigation ul li .menu-link.current-menu-item>a .arrow,
#Navigation #MainNavigation ul li .menu-link.current_page_ancestor>a .arrow,
#Navigation #MainNavigation ul li .menu-link.current_page_parent>a .arrow,
#Navigation #MainNavigation ul li .menu-link>small {
    display: none
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .menu-link {
        position: relative;
        float: left;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 9px 23px;
        border: solid #056883;
        border-width: 2px 2px 0;
        text-transform: none;
        font-weight: 400;
        z-index: 8
    }
    #Navigation #MainNavigation ul li .menu-link small {
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8
    }
    #Navigation #MainNavigation ul li .menu-link .arrow {
        background: url(../images/dd-arrow.png) no-repeat;
        display: block;
        position: absolute;
        left: 5px;
        top: 13px;
        width: 12px;
        height: 12px
    }
}

#Navigation #MainNavigation ul li.icon.HomePage {
    display: block;
    float: none;
    width: auto;
    height: auto;
    padding: 10px 0 10px 10px;
    color: #fff;
    font-size: 15px
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li.icon.HomePage {
        display: none;
        width: 40px;
        height: 40px;
        float: left;
        padding: 0
    }
}

#Navigation #MainNavigation ul li.icon.HomePage span {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400
}

#Navigation #MainNavigation ul li.icon.HomePage a {
    border: none;
    color: #fff;
    padding-left: 40px
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li.icon.HomePage a .arrow,
    #Navigation #MainNavigation ul li.icon.HomePage span {
        display: none
    }
    #Navigation #MainNavigation ul li.icon.HomePage a {
        text-align: left;
        background: 0 0;
        width: 40px;
        height: 35px;
        color: #fff
    }
}

#Navigation #MainNavigation ul li.icon.HomePage a:after {
    font-size: 25px;
    content: '\5e';
    font-family: MesoGuideIcons;
    display: block;
    position: absolute;
    left: 0;
    top: 18px
}

#Navigation #MainNavigation ul li .mega-menu {
    display: block;
    position: relative;
    top: 0;
    background: 0 0;
    width: auto;
    border: 0;
    border-radius: 0;
    left: 0
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li.icon.HomePage a:after {
        font-size: 30px
    }
    #Navigation #MainNavigation ul li .mega-menu {
        display: none;
        position: absolute;
        left: 0;
        background: #f7f6f6;
        border: 2px solid #056883;
        z-index: 7;
        top: 53px;
        width: 1000px
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner {
    position: relative;
    padding: 0
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner {
        padding: 15px
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category {
    position: relative;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    border-left: 0;
    width: auto;
    height: auto;
    font-family: Roboto, Arial, Helvetica, sans-serif; 
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category {
        display: table-cell;
        border-left: 1px solid #c7c7c7;
        padding-left: 20px;
        padding-right: 20px;
        width: 200px;
        vertical-align: top
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad {
    display: none
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad {
        display: table-cell;
        width: 260px;
        margin-top: 0;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 14px;
        position: relative
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .checkmarks li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    float: none
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .checkmarks li:after {
    font-family: MesoGuideIcons;
    content: '\24';
    color: #ffba1a;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .calloutLink {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/transparent.gif)
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .calloutLink:hover+div .button.primary {
    background: #056883;
    color: #fff
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad p {
    font-weight: 100;
    margin-top: 10px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .button.primary {
    text-transform: none;
    font-size: 14px;
    position: absolute;
    display: block;
    right: 0;
    bottom: 40px;
    padding: 8px 30px 8px 10px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .button.primary:after {
    top: 8px;
    right: 10px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category.widget_ascentus_ad .button.primary:hover {
    color: #fff;
    text-decoration: none
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: none;
    line-height: normal;
    font-size: 14px
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category a {
        color: #056883;
        border: 0;
        display: inline;
        padding: 0;
        float: none;
        font-weight: 700
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category a:hover {
        text-decoration: underline
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-title {
    color: #656565;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-title {
        text-transform: none;
        color: #353535;
        font-size: 16px
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-title a {
    font-size: 14px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column {
    float: none;
    margin: 0;
    padding: 0;
    border-left: 0;
    height: auto!important;
    width: auto!important
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul {
    margin-top: 0;
    margin-bottom: 0
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li {
    margin: 10px 0 0
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li {
        display: list-item;
        float: none;
        margin-top: 8px;
        line-height: 20px
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li:first-child {
        margin-top: 0
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul {
        margin-bottom: 10px
    }
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li a {
    padding: 5px 0;
    font-weight: 700
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul {
    margin-top: 0
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li {
    margin-top: 0;
    border-top: 1px dotted #656565;
    padding-left: 20px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li a {
    padding: 10px 0;
    font-weight: 400;
    color: #abe6f8
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li:first-child {
    border-top: 0
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li {
        margin-top: 3px;
        border-top: 0
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li a {
        color: #1999c0;
        font-weight: 400;
        font-size: 14px
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li:first-child {
        margin-top: 3px
    }
}

#Navigation #MainNavigation ul li .mega-menu:after {
    display: none
}

#Navigation #MainNavigation ul li:hover .menu-link {
    background: 0 0;
    border: solid #6f6f6f;
    border-width: 0 0 2px
}

#Navigation .GoogleSearch {
    display: block;
    float: none;
    margin: 10px;
    height: 40px
}

#Navigation .GoogleSearch .gsc-input-box {
    height: 40px;
    position: absolute;
    left: 10px;
    right: 60px;
    top: 10px
}

#Navigation .GoogleSearch .gsc-input-box input {
    height: 40px
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li:hover .mega-menu {
        display: block
    }
    #Navigation #MainNavigation ul li:hover .menu-link {
        display: block;
        background: #f7f6f6;
        border: solid #056883;
        border-width: 2px 2px 0;
        color: #1999c0;
        cursor: pointer
    }
    #Navigation #MainNavigation ul li:hover .menu-link small {
        color: #056883
    }
    #Navigation #MainNavigation ul li:hover .menu-link .arrow {
        background: url(../images/dd-arrow.png) 0 100% no-repeat
    }
    #Navigation .GoogleSearch .gsc-input-box {
        position: relative;
        top: 0;
        left: 0;
        right: auto
    }
    #Navigation .GoogleSearch .gsc-input-box input {
        outline: 0;
        box-shadow: none;
        line-height: normal;
        height: 30px
    }
}

#Navigation .GoogleSearch input.gsc-search-button {
    position: absolute;
    right: 10px;
    top: 9px;
    padding: 15px;
    border: 0
}

@media screen and (min-width:769px) {
    #Navigation .GoogleSearch input.gsc-search-button {
        position: static;
        display: block;
        margin: 0 0 0 3px;
        background: #056883;
        border-color: #056883;
        padding: 6px 10px
    }
    #Navigation .GoogleSearch input.gsc-search-button:hover {
        background: #ffba1a;
        border-color: #ffba1a
    }
    #Navigation .GoogleSearch {
        width: 215px;
        float: right;
        margin-top: 5px;
        height: auto
    }
    #Navigation .GoogleSearch .gsc-search-box-tools {
        margin-bottom: 0!important
    }
    #Navigation .GoogleSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0
    }
    #Navigation .GoogleSearch .gsc-search-box-tools .gsc-input-box {
        line-height: normal;
        padding: 0 0 0 10px;
        height: 25px
    }
    #Navigation .GoogleSearch .gsc-search-box-tools .gsst_b {
        height: 25px
    }
    #Navigation .GoogleSearch .gsc-search-box-tools .gsst_b a {
        margin-top: 3px
    }
}

.footer-mobile {
    position: relative;
    font-size: 10px;
    border-top: 1px solid #dfdfdf;
    padding: 10px 20px 20px;
    line-height: 16px;
    display:  none;
}

@media screen and (min-width:640px) {
    .footer-mobile {
        display: none
    }
}

.footer-mobile p {
    margin: 10px 0 0
}

#Footer .about-meso h6,
#Footer .privacy-policy h6 {
    margin-bottom: 10px;
    font-weight: 700
}

#Footer .privacy-policy h6 {
    text-align:center;
}

#Footer {
    /* display: none; */
    position: relative;
    width: 100%;
    background: #1999c0;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    /* position: static; */
    -webkit-transition: all .5s ease;
}

/* @media screen and (min-width:769px) {
    #Footer {
        display: block
    }
} */

#Footer .footer-nav {
    background: #056883;
    padding: 20px 0;
    font-size: 16px
}

#Footer .about-meso .questions address,
#Footer .about-meso p,
#Footer .privacy-policy p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer {
        display: block;
        -webkit-transition: all .5s ease
    }
    /* #Footer .footer-nav {
        display: none
    } */
}

#Footer .footer-nav .container {
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:769px) {
    #Footer .footer-nav .container {
        padding: 0;
        flex-direction: row;
    }
}
#Footer .footer-nav h6 {
    display: block;
    /* float: left; */
    font-weight: 700;
    margin-right: 20px
}

#Footer .menu-footer-navigation-container {
    width: 100%;
    margin-top: 15px;
}

@media screen and (min-width:769px) {
    #Footer .menu-footer-navigation-container {
        margin-top: 0;
    }
}

#Footer .footer-nav ul {
    /* float: left */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width:640px) {
    #Footer .footer-nav ul {
        flex-direction: row;
    }
}
#Footer .footer-nav ul li {
    display: block;
    /* float: left; */
    /* padding: 0 25px */
    /* width: 100%; */
    /* padding: 10px 0; */
    padding-bottom: 15px;
}

@media screen and (min-width:769px) {
    #Footer .footer-nav ul li {
        padding: 0 5px;
        width: initial;
    }
}

#Footer .footer-nav ul li a {
    display: block
}

#Footer .footer-nav a {
    color: #ffba1a
}

#Footer .footer-nav a:hover {
    color: #1999c0
}

#Footer .about-meso .questions a,
#Footer .about-meso a {
    color: #ffba1a
}

#Footer .footer-content .container {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    /* flex-direction: row; */
    margin: 30px 0;
    margin: 30px auto;
    /* padding: 0; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    /* position: static; */
    /* flex-wrap: wrap; */
}

@media screen and (min-width:769px) {
    #Footer .footer-content .container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }
}

#Footer .footer-content .container:after {
    content: none;
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .footer-content .container {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

#Footer .about-meso {
    /* position: relative; */
    /* float: left; */
    /* width: 330px; */
    /* margin-top: 30px; */
    line-height: 19px;
    /* flex-grow: 1; */
    /* margin-bottom: 20px; */
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .about-meso {
        /* padding: 0 20px; */
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:769px) {
    #Footer .about-meso {
        width: 330px;
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .about-meso .about-info {
        width: 50%;
    }
}

#Footer .about-meso a:hover {
    text-decoration: underline
}

#ContentPage .section h1 a,
#ContentPage .section h1 a:hover,
#ContentPage .section h2 a,
#ContentPage .section h2 a:hover,
#ContentPage .section h3 a,
#ContentPage .section h3 a:hover,
#ContentPage .section h4 a,
#ContentPage .section h4 a:hover,
#ContentPage .section h5 a,
#ContentPage .section h5 a:hover,
#ContentPage .section h6 a,
#ContentPage .section h6 a:hover,
#LowerContentPage .section h1 a,
#LowerContentPage .section h1 a:hover,
#LowerContentPage .section h2 a,
#LowerContentPage .section h2 a:hover,
#LowerContentPage .section h3 a,
#LowerContentPage .section h3 a:hover,
#LowerContentPage .section h4 a,
#LowerContentPage .section h4 a:hover,
#LowerContentPage .section h5 a,
#LowerContentPage .section h5 a:hover,
#LowerContentPage .section h6 a,
#LowerContentPage .section h6 a:hover,
a {
    text-decoration: none
}

#Footer .about-meso .questions {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .about-meso .questions {
        width: 50%;
        margin-top: 0;
    }
}

#Footer .about-meso .questions h6 {
    float: left
}

#Footer .about-meso .questions address {
    display: block;
    float: left;
    margin-left: 10px
}

#Footer .about-meso .questions a:hover {
    color: #056883
}

#Footer .privacy-policy {
    /* position: relative; */
    /* float: right; */
    /* width: 340px; */
    margin-top: 30px;
    line-height: 19px;
    /* margin: 30px 0; */
    margin-top: 0;
    /* width: 70%; */
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .privacy-policy {
        padding: 0 20px;
        margin-top: 0;
        width: 75%;
        box-sizing: border-box;
    }
}

@media screen and (min-width:769px) {
    #Footer .privacy-policy {
        width: 340px;
    }
}

#Footer .privacy-policy a {
    color: #ffba1a
}

#Footer .privacy-policy a:hover {
    color: #056883
}

#Footer #bbb {
    display:flex;
    justify-content:center;
    width: 50%;
}
#Footer .privacy-policy .creds {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

#Footer .privacy-policy .trustee {
    /* float: right; */
}

#Footer .privacy-policy .hon {
    /* float: left; */
    /* max-width: 180px; */
    /* padding-bottom: 20px; */
    display: flex;
    flex-direction: row;
    width: 50%;
    /* width: 100%; */
}

#Footer .privacy-policy .hon .img-hon {
    /* float: left; */
    width: 43px;
}

#Footer .privacy-policy .hon .img-hon a {
    margin-top: 0
}

#Footer .privacy-policy .hon .desc {
    padding-left: 53px;
    font-size: 11px;
    line-height: 16px;
    padding-left: 10px;
}

#Footer .seal {
    width: initial;
    height: 140px;
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -70px; */
    /* top: 40px; */
    /* width: 100px; */
    /* height: 100px; */
    /* right: 14em; */
    /* top: 10em; */
    margin-bottom: 20px;
    /* width: 30%; */
}

@media screen and (min-width:640px) and (max-width:768px) {
    #Footer .seal {
        /* display: none; */
        width: 25%;
        display: flex;
        justify-content: center;
    }
}

#Footer .seal img {
    /* width: 100px; */
    /* height: 100px; */
    /* width: auto; */
    /* height: auto; */
}

@media screen and (min-width:769px) {
    #Footer .seal img {
        width: 140px;
        height: 140px;
    }
}

#Footer .footerMeta {
    position: relative;
    width: 100%;
    padding-top: 25px;
    background: #fff;
    color: #656565;
    line-height: 20px;
    padding-bottom: 100px;
    font-size: 12px;
    /* padding: 20px 10px; */
    box-sizing: border-box;
}

#Footer .footerMeta .container {
    display: flex;
    /* flex-direction: row; */
    padding: 0 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

@media screen and (min-width:769px) {
    #Footer .footerMeta .container {
        padding: 0;
    }
}

#Footer .footerMeta #footer-info {
    width: 100%;
    text-align: center;
}

@media screen and (min-width:769px) {
    #Footer .footerMeta #footer-info {
        text-align: left;
    }
}

#Footer .footerMeta .note {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    /* text-align: center; */
}

@media screen and (min-width:769px) {
    #Footer .footerMeta #footer-info {
        padding: 0;
        width: 75%;
    }

}
#Footer .footerMeta a {
    color: #1999c0
}

#Footer .footerMeta a:hover {
    color: #ffba1a
}

#Footer .footerMeta .spacer {
    padding: 0 10px;
}

@media screen and (min-width:640px) {
    #Footer .footerMeta .spacer {
        padding: 0 5px;
    }
}

#Footer .footerMeta .social {
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* margin-top: -20px; */
    /* margin-top: 20px; */
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

@media screen and (min-width:769px) {
    #Footer .footerMeta .social {
        width: 25%;
    }
}

#Footer .footerMeta .social ul {
    display: flex;
    justify-content: space-around;
}

#Footer .footerMeta .social li {
    /* float: left; */
    display: block;
}

#Footer .footerMeta .social li a {
    display: block;
    color: #1999c0;
    margin: 0;
}

#Footer .footerMeta .social li a:hover {
    color: #ffba1a;
    cursor: pointer
}

#questionSection .jennaportal ul li:before,
a,
a:hover {
    color: #1999c0
}

#questionSection {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    background-color: #ffe3a2
}

#questionSection .button.secondary {
    margin-top: 36px;
    max-width: 450px;
    text-align: center;
    text-transform: none;
    padding: 15px 0
}

#questionSection #carlinfo .button,
#questionSection #jennainfo .button {
    max-width: 300px
}

#questionSection .button.secondary:after {
    display: none
}

#questionSection .jenna-pic {
    z-index: 0;
    position: absolute;
    right: 366px;
    top: 40px
}

#questionSection h4,
#questionSection p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    z-index: 2
}

#questionSection .jennaportal {
    background-image: url(../images/homepage/ask-a-nurse-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    overflow: inherit;
    position: relative;
    width: 100%;
    height: auto
}

@media screen and (min-width:640px) and (max-width:768px) {
    #questionSection .jennaportal {
        width: 50%;
        float: left
    }
}

#questionSection #jennainfo {
    position: relative;
    margin: 50px 25px
}

@media screen and (min-width:769px) {
    #questionSection .jennaportal {
        width: 50%;
        float: left
    }
    #questionSection #jennainfo {
        margin-right: 40px;
        float: right
    }
    #questionSection .carlportal {
        width: 50%;
        outline: #fff solid 1px;
        float: right
    }
}

#questionSection .carlportal {
    background-image: url(../images/homepage/ask-a-vet-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #d4eef5;
    overflow: inherit;
    height: auto
}

#main,
.modal,
.testimonial {
    overflow: auto
}

#questionSection #carlinfo {
    position: relative;
    margin: 50px 25px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #questionSection #jennainfo {
        margin-right: 40px;
        float: right
    }
    #questionSection .carlportal {
        background-size: cover;
        outline: #fff solid 1px
    }
    #questionSection #carlinfo {
        margin-left: 40px;
        float: left
    }
}

#questionSection .carl-pic {
    position: absolute;
    left: 360px;
    top: 40px
}

@media screen and (max-width:1000px) {
    #questionSection .carl-pic,
    #questionSection .jenna-pic {
        display: none
    }
}

#questionSection h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700
}

#questionSection p {
    font-size: 18px;
    margin-top: 5px;
    line-height: 26px;
    color: #353535;
    position: relative
}

#questionSection .jennaportal ul li:before,
#questionSection ul li:before {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-family: MesoGuideIcons;
    content: '\24';
    left: 0;
    top: 0;
    position: absolute
}

#questionSection ul {
    margin-top: 30px;
    margin-left: 20px;
    position: relative;
    z-index: 1
}

#questionSection ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 28px;
    color: #353535;
    font-weight: 500
}

#questionSection .button.primary,
#questionSection .button.third {
    margin-top: 36px;
    text-align: center;
    text-transform: none;
    padding: 15px 0
}

#questionSection ul li:before {
    color: #ffba1a
}

#LiveChat,
#questionSection .button.primary:after,
#questionSection .button.third:after {
    display: none
}

#questionSection .button.third {
    max-width: 450px
}

#PopupOverlay,
#clearOverlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 101
}

body {
    padding-top: 60px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0
}

strong {
    font-weight: 700
}

#LiveChat {
    position: absolute;
    top: 21px;
    right: 0;
    width: 200px;
    text-align: right;
    line-height: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

@media screen and (min-width:769px) {
    body {
        padding-top: 0
    }
    #LiveChat {
        display: block
    }
}

#LiveChat .livechat_button {
    float: left
}

#LiveChat .livechat_button a,
#LiveChat .livechat_button button
 {
    background: #ffba1a;
    padding: 5px 10px 5px 30px;
    text-transform: uppercase;
    color: #353535;
    position: relative;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700
}

#LiveChat .livechat_button a:hover {
    color: #fff;
    background: #056883
}

#LiveChat .livechat_button a:after {
    content: '\25';
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: MesoGuideIcons
}

.container,
.icon {
    position: relative;
}

#LiveChat .button {
    display: block;
    background: #056883;
    text-align: center;
    float: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px
}

#LiveChat .button:hover {
    background: #ffba1a;
    color: #353535
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    /* height: 0; */
}

.icon {
    display: block;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-right: 20px;
    margin-top: 10px
}

.icon span {
    display: none;
}

.icon:after,
.mobile,
.mobileBtn {
    display: block
}

.icon:after {
    font-family: MesoGuideIcons;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 20px
}

.icon.twitter:after {
    content: "\60"
}

.icon.facebook:after {
    content: "\21"
}

.icon.search:after {
    content: "\40"
}

.icon.checkmark:after {
    content: "\24"
}

.icon.lock:after {
    content: "\26"
}

.icon.close:after {
    content: "\2a"
}

.icon.googlePlus:after {
    content: "\28"
}

.icon.menu-list {
    content: "\5f"
}

.icon.iconPhone {
    content: "\2b"
}

.icon.listCircle:after {
    content: "\7d"
}

.icon.downArrow:after {
    content: "\5b"
}

.icon.info:after {
    content: "\7e"
}

blockquote {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 100;
    border-left: 2px solid #1999c0;
    padding-left: 20px;
    margin: 20px 0
}

@media screen and (min-width:769px) {
    .mobile,
    .mobileBtn {
        display: none!important
    }
}

.mobileBtn {
    position: absolute;
    width: 42px;
    height: 35px
}

#GuideFeatureBanner,
.mobileBtn a {
    position: relative
}

.mobileBtn .icon.menu-list,
.mobileBtn .icon.iconPhone
 {
    display: block;
    width: 42px;
    height: 19px;
    background: #056883;
    margin-top: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    box-sizing: content-box;
    border-color: rgba(0,0,0,0);
    padding-top: 6px;
    padding-bottom: 8px;
}

.mobileBtn .icon.menu-list:focus,
.mobileBtn .icon.iconPhone:focus {
    outline: none;
}

.mobileBtn .icon {
    font-family: MesoGuideIcons
}

.facebook span {
    vertical-align: top!important
}

#MobilePhoneNumber {
    right: 13px;
    top: 13px;
    font-size: 15px
}

#MobilePhoneNumber .icon.iconPhone {
    padding-top: 8px;
    padding-bottom: 10px;
}

#MobileMenu {
    left: 13px;
    top: 13px
}

#LiveChatCallout,
#livechat-compact-container,
#livechat-full {
    display: none
}

.testimonial {
    width: 100%;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    margin: 10px;
    padding: 20px
}

.testimonial-pic {
    float: left;
    margin-right: 10px
}

.testimonial-desc {
    float: left;
    width: 80%
}

#FullWidthImage {
    width: 302px;
    margin: 20px auto
}

@media screen and (min-width:640px) {
    #FullWidthImage {
        width: 630px;
        height: 248px!important;
        margin: 20px 0
    }
}

#FullWidthImage.EPP {
    background-image: url(../images/EPPRecoveryTimelineMobile.png);
    height: 700px
}

#FullWidthImage.PD {
    background-image: url(../images/PDRecoveryTimelineMobile.png);
    height: 700px
}

#FullWidthImage.Cyto {
    background-image: url(../images/CytoRecoveryTimelineMobile.png);
    height: 700px
}

#FullWidthImage.Cisplatin {
    background-image: url(../images/SideEffectsAlimtaCisplatinMobile.png);
    height: 435px
}

#FullWidthImage.Carboplatin {
    background-image: url(../images/SideEffectsCarboplatinMobile.png);
    height: 290px
}

#FullWidthImage.Navelbine {
    background-image: url(../images/SideEffectsNavelbineMobile.png);
    height: 290px
}

#FullWidthImage.Gemcitabine {
    background-image: url(../images/SideEffectsGemcitabineMobile.png);
    height: 363px
}

#FullWidthImage.ChemoSideEffects {
    background-image: url(../images/ChemoSideEffectsMobile.png);
    height: 291px
}

#FullWidthImage.Misdiagnosis {
    background-image: url(../images/MisdiagnosisMobile.png);
    height: 313px
}

#FullWidthImage.LegalProcedure {
    background-image: url(../images/LegalProcedureMobile.png);
    height: 662px
}

#FullWidthImage.TrialProcedure {
    background-image: url(../images/TrialProcedureMobile.png);
    height: 509px
}

#FullWidthImage.SecondOpinion {
    background-image: url(../images/SecondOpinionMobile.png);
    height: 458px
}

#FullWidthImage.Remission {
    background-image: url(../images/RemissionMobile.png);
    height: 755px
}

#FullWidthImage.TreatmentCosts {
    background-image: url(../images/TreatmentCostsMobile.png);
    height: 422px
}

#FullWidthImage.CaregiverStages {
    background-image: url(../images/CaregiverStagesMobile.png);
    height: 509px
}

#FullWidthImage.Histopathology {
    background-image: url(../images/HistopathologyMobile.png);
    height: 533px
}

#FullWidthImage.NoSmoking {
    background-image: url(../images/NoSmokingMobile.png);
    height: 609px
}

#FullWidthImage.CompensationFactors {
    background-image: url(../images/CompensationFactorsMobile.png);
    height: 345px
}

#FullWidthImage.Immunotherapy {
    background-image: url(../images/ImmunotherapyMobile.png);
    height: 451px;
    width: 316px
}

#main {
    /* position: absolute; */
    top: 60px;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s ease;
    z-index: 11;
    background-color: #fff
}

@media screen and (min-width:769px) {
    #LiveChatCallout,
    #livechat-compact-container,
    #livechat-full {
        display: block
    }
    #main {
        /* position: static; */
        overflow: hidden;
        -webkit-overflow-scrolling: none;
        -webkit-transition: none
    }
    #GuideFeatureBanner {
        padding-top: 35px;
        min-height: 368px;
        width: 100%;
        overflow: hidden
    }
}

#GuideFeatureBanner .guide-ipad {
    display: none
}

@media screen and (min-width:640px) and (max-width:768px) {
    #main {
        position: static
    }
    #main.open+#Footer {
        -webkit-transform: translateX(260px)
    }
    #GuideFeatureBanner .guide-ipad {
        display: block;
        position: absolute;
        left: -100px;
        bottom: -20px
    }
}

@media screen and (min-width:769px) {
    #GuideFeatureBanner .guide-ipad {
        display: block;
        position: absolute;
        left: -35px;
        z-index: 1
    }
}

#GuideFeatureBanner .introText {
    position: relative;
    z-index: 2;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 20px
}

#GuideFeatureBanner .introText h1 {
    font-size: 26px;
    font-weight: 700
}

@media screen and (min-width:640px) and (max-width:768px) {
    #GuideFeatureBanner .introText {
        padding-left: 200px
    }
    #GuideFeatureBanner .introText h1 {
        font-size: 30px
    }
}

@media screen and (min-width:769px) {
    #GuideFeatureBanner .introText {
        padding: 0 0 0 280px
    }
    #GuideFeatureBanner .introText h1 {
        font-size: 42px
    }
}

#GuideFeatureBanner .introText h2 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #GuideFeatureBanner .introText h2 {
        font-size: 20px
    }
}

@media screen and (min-width:769px) {
    #GuideFeatureBanner .introText h2 {
        font-size: 26px
    }
}

#GuideFeatureBanner .introText h3 {
    margin-top: 20px;
    font-weight: 100;
    font-size: 16px;
    line-height: 26px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #GuideFeatureBanner .introText h3 {
        margin-top: 10px
    }
}

@media screen and (min-width:640px) {
    #FullWidthImage.EPP {
        background-image: url(../images/EPPRecoveryTimeline.png)
    }
    #FullWidthImage.PD {
        background-image: url(../images/PDRecoveryTimeline.png)
    }
    #FullWidthImage.Cyto {
        background-image: url(../images/CytoRecoveryTimeline.png)
    }
    #FullWidthImage.Cisplatin {
        background-image: url(../images/SideEffectsAlimtaCisplatin.png)
    }
    #FullWidthImage.Carboplatin {
        background-image: url(../images/SideEffectsCarboplatin.png)
    }
    #FullWidthImage.Navelbine {
        background-image: url(../images/SideEffectsNavelbine.png)
    }
    #FullWidthImage.Gemcitabine {
        background-image: url(../images/SideEffectsGemcitabine.png)
    }
    #FullWidthImage.ChemoSideEffects {
        background-image: url(../images/ChemoSideEffects.png)
    }
    #FullWidthImage.Misdiagnosis {
        background-image: url(../images/Misdiagnosis.png)
    }
    #FullWidthImage.LegalProcedure {
        background-image: url(../images/LegalProcedure.png)
    }
    #FullWidthImage.TrialProcedure {
        background-image: url(../images/TrialProcedure.png)
    }
    #FullWidthImage.SecondOpinion {
        background-image: url(../images/SecondOpinion.png)
    }
    #FullWidthImage.Remission {
        background-image: url(../images/Remission.png)
    }
    #FullWidthImage.TreatmentCosts {
        background-image: url(../images/TreatmentCosts.png)
    }
    #FullWidthImage.CaregiverStages {
        background-image: url(../images/CaregiverStages.png)
    }
    #FullWidthImage.Histopathology {
        background-image: url(../images/Histopathology.png)
    }
    #FullWidthImage.NoSmoking {
        background-image: url(../images/NoSmoking.png)
    }
    #FullWidthImage.CompensationFactors {
        background-image: url(../images/CompensationFactors.png)
    }
    #FullWidthImage.Immunotherapy {
        background-image: url(../images/Immunotherapy.png)
    }
    #GuideFeatureBanner .introText .features {
        margin-top: 40px;
        margin-left: 40px
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #GuideFeatureBanner .introText .features {
        margin-top: 20px
    }
    #GuideFeatureBanner .introText .button.primary {
        margin-left: 60px
    }
}

#GuideFeatureBanner .introText .features li {
    padding-left: 40px;
    position: relative;
    margin-top: 15px;
    font-weight: 700
}

#GuideFeatureBanner .introText .features li:after {
    display: block;
    position: absolute;
    font-family: MesoGuideIcons;
    content: '\24';
    left: 0;
    top: 0;
    color: #ffba1a
}

#GuideFeatureBanner .introText .button.primary:after,
#HomePortal .portal .button.third:after {
    display: none
}

#HomePortal .portal .portal-desc,
#SurvivorsGuide .features,
.contentUpdates h4,
.contentUpdates h6 {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#GuideFeatureBanner .introText .button.primary {
    width: auto;
    max-width: 350px;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px
}

@media screen and (min-width:769px) {
    #GuideFeatureBanner .introText h3 {
        font-size: 20px;
        line-height: 34px
    }
    #GuideFeatureBanner .introText .button.primary {
        margin-top: 0;
        bottom: 15px;
        width: 350px;
        position: absolute;
        right: 0
    }
    #HomePortal .portal .portal-img {
        float: left
    }
}

#HomePortal {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1999c0;
    color: #fff
}

#HomePortal .portal {
    position: relative;
    padding: 20px;
    border-top: 1px solid #fff
}

@media screen and (min-width:640px) {
    #HomePortal .portal {
        float: left;
        width: 420px;
        padding: 20px 39px;
        border-left: 1px solid #fff;
        border-top: 0
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #HomePortal .portal {
        box-sizing: border-box;
        width: 50%
    }
}

#HomePortal .portal:first-child {
    border-left: 0
}

#HomePortal .portal .portal-img {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    overflow: hidden
}

#HomePortal .portal .portal-img img {
    width: 100%
}

#HomePortal .portal .portal-desc {
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (min-width:769px) {
    #HomePortal .portal .portal-desc {
        padding-bottom: 30px;
        padding-left: 126px
    }
}

#HomePortal .portal .portal-desc h4 {
    font-weight: 700;
    font-size: 26px;
    text-align: center
}

@media screen and (min-width:640px) {
    #HomePortal .portal .portal-desc h4 {
        font-size: 32px;
        text-align: left
    }
}

#HomePortal .portal .portal-desc p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px
}

#HomePortal .portal .button.third {
    clear: both;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: none
}

#HomePortal .portal .button.third .icon {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #ffba1a
}

#SurvivorsGuide {
    position: relative;
    overflow: hidden;
    background: #e9f3f6;
    padding: 20px
}

#SurvivorsGuide .logo-img {
    display: block;
    width: 100%;
    max-width: 299px
}

#SurvivorsGuide .features {
    position: relative;
    margin-top: 20px
}

@media screen and (min-width:769px) {
    #SurvivorsGuide {
        width: 100%;
        padding: 60px 0
    }
    #SurvivorsGuide .logo-img {
        margin-left: 40px
    }
    #SurvivorsGuide .features {
        position: absolute;
        top: 40px;
        left: 500px
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #HomePortal .portal .portal-desc h4 {
        text-align: center
    }
    #SurvivorsGuide .features {
        position: absolute;
        left: 350px;
        top: 20px
    }
}

#SurvivorsGuide .features h4 {
    font-size: 24px;
    font-weight: 700
}

#SurvivorsGuide .features li {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 100;
    margin-left: 10px
}

#SurvivorsGuide .features li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    content: ' ';
    background: #00bb23;
    width: 8px;
    height: 8px;
    border-radius: 8px
}

#SurvivorsGuide .guidebook {
    display: none
}

#SurvivorsGuide .story {
    position: relative
}

@media screen and (min-width:640px) and (max-width:768px) {
    #SurvivorsGuide .guidebook {
        display: block;
        margin-top: 20px
    }
    #SurvivorsGuide .story {
        position: absolute;
        left: 170px;
        top: 260px
    }
}

@media screen and (min-width:769px) {
    #SurvivorsGuide .guidebook {
        display: block;
        margin-left: 80px;
        margin-top: 20px
    }
    #SurvivorsGuide .story {
        position: absolute;
        left: 320px;
        top: 250px;
        right: 0
    }
}

#SurvivorsGuide .story .story-img {
    width: 137px;
    height: 137px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #1999c0;
    margin: 10px auto
}

@media screen and (min-width:640px) {
    #SurvivorsGuide .story .story-img {
        float: left;
        margin: 0
    }
    #SurvivorsGuide .story .story-quote {
        padding-left: 127px
    }
}

#SurvivorsGuide .story .story-quote blockquote {
    border-left: 0;
    font-size: 23px;
    width: auto;
    margin-top: 0;
    border-bottom: 3px solid #1999c0;
    padding-bottom: 15px;
    padding-left: 0
}

@media screen and (min-width:640px) and (max-width:768px) {
    #SurvivorsGuide .story .story-quote blockquote {
        font-size: 18px
    }
}

#SurvivorsGuide .story .story-quote blockquote strong {
    display: block;
    font-size: 45px;
    margin-top: 10px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #SurvivorsGuide .story .story-quote blockquote strong {
        font-size: 30px
    }
}

#SurvivorsGuide .story .story-quote .quote-by {
    color: #656565
}

#SurvivorsGuide .story .story-quote .quote-by .middot {
    display: block;
    margin: 10px 0 0
}

@media screen and (min-width:640px) {
    #SurvivorsGuide .story .story-quote .quote-by,
    #SurvivorsGuide .story .story-quote blockquote {
        padding-left: 40px
    }
    #SurvivorsGuide .story .story-quote .quote-by .middot {
        display: inline-block;
        background: #1999c0;
        width: 8px;
        height: 8px;
        margin: 0 5px 2px;
        border-radius: 50%
    }
}

#SurvivorsGuide .cta-btn {
    font-size: 11px;
    margin-top: 20px
}

#SurvivorsGuide .cta-btn .button.green {
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    width: 100%
}

@media screen and (min-width:640px) {
    #SurvivorsGuide .cta-btn {
        position: absolute;
        bottom: 20px;
        right: 130px;
        margin-top: 0
    }
    #SurvivorsGuide .cta-btn .button.green {
        width: 350px
    }
}

#SurvivorsGuide .cta-btn .extra {
    color: #656565;
    text-align: center;
    margin-top: 10px
}

#more-info {
    background-color: #fafafa;
    border-top: solid 1px #dfdfdf
}

.contentUpdates {
    position: relative;
    overflow: hidden;
    padding: 20px
}

@media screen and (min-width:769px) {
    .contentUpdates {
        padding: 40px 0;
        width: 100%
    }
}

.contentUpdates h4 {
    font-weight: 700;
    font-size: 26px
}

@media screen and (min-width:640px) {
    .contentUpdates h4 {
        font-size: 36px
    }
}

.contentUpdates h6 {
    font-weight: 100;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #656565
}

.contentUpdates .section-link {
    position: relative;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 80px 20px 60px;
    height: 160px;
    margin: 60px 0 0
}

@media screen and (min-width:640px) {
    .contentUpdates h6 {
        font-size: 18px
    }
    .contentUpdates .section-link {
        margin: 60px 0 0 13px;
        width: 282px;
        float: left
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #SurvivorsGuide .cta-btn {
        right: 20px
    }
    .contentUpdates .section-link {
        box-sizing: border-box;
        width: 32%;
        height: 340px
    }
}

.contentUpdates .section-link.first {
    margin: 50px 0 0
}

@media screen and (min-width:640px) {
    .contentUpdates .section-link.first {
        margin: 60px 0 0
    }
}

.contentUpdates .section-link .section-img {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 3px solid #d1ebf2;
    top: -30px;
    border-radius: 50%
}

.contentUpdates .section-link .section-desc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #656565
}

.contentUpdates .section-link .section-desc h5 {
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px
}

.contentUpdates .section-link .section-desc p {
    line-height: 20px
}

.contentUpdates .section-link .section-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px
}

.contentUpdates .section-link .section-btn .button {
    text-align: center;
    padding: 20px 0;
    text-transform: none;
    font-weight: 400
}

.contentUpdates#Types .section-link {
    height: 240px
}

#VeteransSection {
    position: relative;
    overflow: hidden;
    border: solid #dfdfdf;
    border-width: 1px 0;
    padding: 20px
}

@media screen and (min-width:640px) and (max-width:768px) {
    .contentUpdates#Types .section-link {
        height: 480px
    }
    #VeteransSection {
        background: url(../images/homepage/flag.jpg) 320px 50% no-repeat
    }
}

#VeteransSection .veteran-pic {
    display: none;
    position: absolute;
    right: -270px;
    top: -40px;
    z-index: 0
}

#VeteransSection h4,
#VeteransSection p {
    z-index: 2;
    position: relative;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

@media screen and (min-width:769px) {
    #VeteransSection {
        padding: 40px 0;
        width: 100%
    }
    #VeteransSection .veteran-pic {
        display: block
    }
}

#VeteransSection h4 {
    font-size: 36px;
    font-weight: 700
}

#VeteransSection p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
    color: #656565
}

#VeteransSection ul {
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 1
}

#VeteransSection ul li {
    position: relative;
    margin-top: 10px;
    padding-left: 28px;
    color: #656565
}

#VeteransSection ul li:before {
    display: block;
    content: ' ';
    width: 8px;
    height: 8px;
    top: 3px;
    background: #1999c0;
    border-radius: 50%;
    position: absolute;
    left: 0
}

#SearchResults .gcsc-branding-text,
#VeteransSection .button.third:after {
    display: none
}

#VeteransSection .button.third {
    margin-top: 36px;
    max-width: 450px;
    text-align: center;
    text-transform: none;
    padding: 15px 0
}

#BlogUpdates {
    position: relative;
    width: auto;
    padding: 40px 20px 50px
}

#BlogUpdates .container {
    overflow: hidden
}

#BlogUpdates h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#BlogUpdates .blog-container {
    position: relative;
    width: auto;
    margin-left: 0
}

@media screen and (min-width:769px) {
    #BlogUpdates .blog-container {
        margin-left: -10px;
        width: 1020px
    }
}

#BlogUpdates .blog-post {
    position: relative;
    width: 100%;
    margin: 30px 0
}

@media screen and (min-width:769px) {
    #BlogUpdates .blog-post {
        float: left;
        width: 490px;
        margin: 20px 10px;
        min-height: 180px
    }
}

#BlogUpdates .blog-thumbnail {
    width: 76px;
    height: 49px;
    margin-right: 0;
    float: left;
    overflow: hidden;
    border: 2px solid #d1ebf2
}

@media screen and (min-width:769px) {
    #BlogUpdates .blog-thumbnail {
        width: 176px;
        height: 116px;
        margin-right: 20px
    }
}

#BlogUpdates .blog-thumbnail img {
    width: 100%;
    height: auto
}

#BlogUpdates .blog-meta {
    padding-left: 90px
}

@media screen and (min-width:769px) {
    #BlogUpdates .blog-meta {
        padding-left: 200px
    }
}

#BlogUpdates .blog-meta h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    text-transform: none
}

#BlogUpdates .blog-meta h4 a {
    color: #ffba1a;
    font-weight: 100
}

#BlogUpdates .blog-meta h3 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100
}

#BlogUpdates .blog-meta h5 {
    font-size: 14px;
    color: #656565;
    margin-top: 10px
}

#BlogUpdates .blog-meta h6 {
    font-size: 12px;
    color: #656565;
    font-style: italic;
    margin-top: 10px
}

#SearchResults {
    position: relative;
    padding: 20px
}

#SearchResults .gsc-result-info {
    font-size: 18px;
    font-weight: 700
}

#SearchResults .gsc-control-cse {
    padding: 0
}

#SearchResults table {
    position: relative
}

#SearchResults .gcsc-branding-img-noclear {
    position: absolute;
    right: 0;
    top: -17px
}

#SearchResults .gsc-thumbnail-inside,
#SearchResults .gsc-url-top {
    font-size: 14px;
    padding: 5px 0
}

#SearchResults .gsc-thumbnail-inside a {
    color: #1999c0;
    text-decoration: none;
    border: 0
}

#SearchResults .gsc-thumbnail-inside a.gs-title {
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
    border: 0
}

#SearchResults .gsc-thumbnail-inside a.gs-title b {
    color: #ffba1a;
    font-weight: 700
}

#SearchResults .gsc-thumbnail-inside a:hover {
    color: #056883
}

#SearchResults .gs-snippet {
    font-size: 14px;
    color: #656565;
    line-height: 24px
}

#SearchResults .gs-image-box {
    display: none
}

#SearchResults .gsc-cursor-box {
    text-align: center;
    font-size: 14px
}

#SearchResults .gsc-cursor-box .gsc-cursor-page {
    color: #ffba1a
}

#SearchResults .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #656565
}

#ContentPage,
#LowerContentPage {
    position: relative;
    width: 100%
}

@media screen and (min-width:769px) {
    #ContentPage,
    #LowerContentPage {
        padding-top: 111px
    }
}

#ContentPage.docProfile,
#LowerContentPage.docProfile {
    padding-top: 0
}

#ContentPage.docProfile.survivor #PageHeader .docMeta .focus,
#LowerContentPage.docProfile.survivor #PageHeader .docMeta .focus {
    margin-left: 0
}

#ContentPage.docProfile.survivor #PageHeader .docMeta .focus em,
#LowerContentPage.docProfile.survivor #PageHeader .docMeta .focus em {
    font-weight: 700
}

#ContentPage.docProfile #PageHeader,
#LowerContentPage.docProfile #PageHeader {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

#ContentPage.docProfile #PageHeader .docImg,
#LowerContentPage.docProfile #PageHeader .docImg {
    position: absolute;
    left: 50%;
    margin-left: -58px;
    top: 0;
    width: 115px;
    height: 115px;
    border-radius: 115px;
    border: 3px solid #d1ebf2;
    overflow: hidden
}

@media screen and (min-width:769px) {
    #ContentPage.docProfile #PageHeader,
    #LowerContentPage.docProfile #PageHeader {
        padding-bottom: 60px
    }
    #ContentPage.docProfile #PageHeader .docImg,
    #LowerContentPage.docProfile #PageHeader .docImg {
        position: relative;
        float: left;
        left: auto;
        margin-left: 0
    }
}

#ContentPage.docProfile #PageHeader .docImg img,
#LowerContentPage.docProfile #PageHeader .docImg img {
    width: 115px;
    height: auto
}

#ContentPage.docProfile #PageHeader .docMeta,
#LowerContentPage.docProfile #PageHeader .docMeta {
    position: relative;
    padding-top: 140px;
    padding-left: 0
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage.docProfile #PageHeader .docImg,
    #LowerContentPage.docProfile #PageHeader .docImg {
        position: relative;
        float: left;
        left: auto;
        margin-left: 0
    }
    #ContentPage.docProfile #PageHeader .docMeta,
    #LowerContentPage.docProfile #PageHeader .docMeta {
        padding-left: 140px;
        padding-top: 0
    }
    #ContentPage.docProfile #PageHeader .docMeta h1,
    #LowerContentPage.docProfile #PageHeader .docMeta h1 {
        padding-bottom: 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage.docProfile #PageHeader .docMeta,
    #LowerContentPage.docProfile #PageHeader .docMeta {
        padding-top: 0;
        padding-left: 140px
    }
}

#ContentPage.docProfile #PageHeader .docMeta .focus,
#LowerContentPage.docProfile #PageHeader .docMeta .focus {
    display: block;
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: 100;
    font-size: 14px;
    background: #f7f6f6;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding: 10px 15px;
    color: #353535
}

@media screen and (min-width:769px) {
    #ContentPage.docProfile #PageHeader .docMeta .focus,
    #LowerContentPage.docProfile #PageHeader .docMeta .focus {
        display: inline-block;
        top: -8px;
        margin-left: 20px;
        margin-bottom: 0
    }
}

#ContentPage.docProfile #PageHeader .docMeta .bio,
#LowerContentPage.docProfile #PageHeader .docMeta .bio {
    padding-right: 0;
    margin: 0 10px;
    font-size: 14px;
    line-height: 19px;
    color: #656565
}

@media screen and (min-width:769px) {
    #ContentPage.docProfile #PageHeader .docMeta .bio,
    #LowerContentPage.docProfile #PageHeader .docMeta .bio {
        margin: 10px 0;
        padding-right: 270px
    }
}

#ContentPage.docProfile #LowerPageContent .section.first .sidebar .widget_ascentus_ad:first-child,
#ContentPage.docProfile #PageContent .section.first .sidebar .widget_ascentus_ad:first-child,
#LowerContentPage.docProfile #LowerPageContent .section.first .sidebar .widget_ascentus_ad:first-child,
#LowerContentPage.docProfile #PageContent .section.first .sidebar .widget_ascentus_ad:first-child {
    margin-top: -240px
}

#ContentPage.clinicalTrialsProfile,
#LowerContentPage.clinicalTrialsProfile {
    padding-top: 0
}

#ContentPage.clinicalTrialsProfile #PageHeader,
#LowerContentPage.clinicalTrialsProfile #PageHeader {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto
}

#ContentPage.clinicalTrialsProfile #PageHeader h1,
#LowerContentPage.clinicalTrialsProfile #PageHeader h1 {
    max-width: 670px;
    line-height: normal
}

@media screen and (min-width:769px) {
    #ContentPage.clinicalTrialsProfile #PageHeader,
    #LowerContentPage.clinicalTrialsProfile #PageHeader {
        padding-bottom: 60px
    }
    #ContentPage.clinicalTrialsProfile #PageHeader .focus,
    #ContentPage.clinicalTrialsProfile #PageHeader .status,
    #LowerContentPage.clinicalTrialsProfile #PageHeader .focus,
    #LowerContentPage.clinicalTrialsProfile #PageHeader .status {
        width: 300px;
        display: inline-block
    }
}

#ContentPage.clinicalTrialsProfile #PageHeader .bio,
#LowerContentPage.clinicalTrialsProfile #PageHeader .bio {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage.clinicalTrialsProfile #PageHeader .focus,
#ContentPage.clinicalTrialsProfile #PageHeader .status,
#LowerContentPage.clinicalTrialsProfile #PageHeader .focus,
#LowerContentPage.clinicalTrialsProfile #PageHeader .status {
    padding: 10px;
    border: 1px solid #dfdfdf;
    font-weight: 100;
    font-size: 16px;
    border-radius: 3px;
    background: #f7f6f6;
    margin: 10px 20px 10px 0;
    text-align: center
}

#ContentPage #PageHeader h1 span,
#ContentPage.clinicalTrialsProfile #PageHeader .focus em,
#ContentPage.clinicalTrialsProfile #PageHeader .status em,
#LowerContentPage #PageHeader h1 span,
#LowerContentPage.clinicalTrialsProfile #PageHeader .focus em,
#LowerContentPage.clinicalTrialsProfile #PageHeader .status em {
    font-weight: 700
}

#ContentPage.clinicalTrialsProfile #PageContent .section.first .sidebar .widget_ascentus_ad:first-child,
#LowerContentPage.clinicalTrialsProfile #PageContent .section.first .sidebar .widget_ascentus_ad:first-child {
    margin-top: -240px
}

#ContentPage #PageHeader,
#LowerContentPage #PageHeader {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    padding: 0 20px;
    height: auto;
    z-index: 1;
    border-bottom: 1px solid #d1ebf2;
    background: #e9f3f6;
    top: 0
}

#ContentPage #PageHeader h1,
#LowerContentPage #PageHeader h1 {
    padding: 20px 0;
    font-size: 26px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #353535
}

#ContentPage #LowerPageContent,
#ContentPage #PageContent,
#LowerContentPage #LowerPageContent,
#LowerContentPage #PageContent {
    position: relative;
    background: #fafafa;
    width: 100%;
    /* padding-bottom: 40px; */
    margin: 0;
    padding-bottom: 0;
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #LowerPageContent,
    #ContentPage #PageContent,
    #LowerContentPage #LowerPageContent,
    #LowerContentPage #PageContent {
        padding-bottom: 10px
    }
}

@media screen and (min-width:769px) {
    #ContentPage #LowerPageContent,
    #ContentPage #PageContent,
    #LowerContentPage #LowerPageContent,
    #LowerContentPage #PageContent {
        padding-bottom: 40px
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader,
    #LowerContentPage #PageHeader {
        position: absolute;
        width: 100%;
        height: 120px;
        padding: 0;
        z-index: 0;
        overflow: auto;
    }
    #ContentPage #PageHeader h1,
    #LowerContentPage #PageHeader h1 {
        font-size: 30px;
        margin: 20px 0 0;
        text-transform: none;
        padding: 0
    }
    #ContentPage #LowerPageContent,
    #ContentPage #PageContent,
    #LowerContentPage #LowerPageContent,
    #LowerContentPage #PageContent {
        float: left
    }
}

#ContentPage #LowerPageContent .container,
#ContentPage #PageContent .container,
#LowerContentPage #LowerPageContent .container,
#LowerContentPage #PageContent .container {
    position: relative;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    background: #fff
}

#ContentPage #LowerPageContent .introParagraph,
#ContentPage #PageContent .introParagraph,
#LowerContentPage #LowerPageContent .introParagraph,
#LowerContentPage #PageContent .introParagraph {
    width: auto;
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
    font-weight: 100;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

@media screen and (min-width:769px) {
    #ContentPage #LowerPageContent .container,
    #ContentPage #PageContent .container,
    #LowerContentPage #LowerPageContent .container,
    #LowerContentPage #PageContent .container {
        margin-top: -40px;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7
    }
    #ContentPage #LowerPageContent .introParagraph,
    #ContentPage #PageContent .introParagraph,
    #LowerContentPage #LowerPageContent .introParagraph,
    #LowerContentPage #PageContent .introParagraph {
        font-size: 22px;
        padding: 20px;
        width: 630px;
        line-height: 32px
    }
}

#ContentPage .section,
#LowerContentPage .section {
    position: relative;
    margin: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #656565;
    border-top: 1px solid #d1ebf2;
    padding: 20px 0
}

@media screen and (min-width:769px) {
    #ContentPage .section,
    #LowerContentPage .section {
        margin: 0 20px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

#ContentPage .section.withSidebar .sidebar .highlight,
#LowerContentPage .section.withSidebar .sidebar .highlight {
    background: #f7f6f6;
    border-left: 3px solid #dfdfdf;
    padding: 30px 20px;
    border-radius: 3px
}

#ContentPage .section.withSidebar .sidebar .survivorStory blockquote,
#LowerContentPage .section.withSidebar .sidebar .survivorStory blockquote {
    background: 0 0;
    border-left: 3px solid #1999c0;
    padding: 0 20px;
    margin: 20px 0
}

#ContentPage .section.withSidebar .sidebar blockquote,
#LowerContentPage .section.withSidebar .sidebar blockquote {
    background: #f7f6f6;
    border-radius: 3px;
    border-left: 3px solid #dfdfdf;
    padding: 30px 20px
}

#ContentPage .section.withSidebar .sidebar blockquote cite,
#LowerContentPage .section.withSidebar .sidebar blockquote cite {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-align: right
}

#ContentPage .section .highlight,
#LowerContentPage .section .highlight {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
    border-left: 2px solid #1999c0
}

#ContentPage .section a,
#LowerContentPage .section a {
    text-decoration: underline
}

#ContentPage .section a:hover,
#LowerContentPage .section a:hover {
    text-decoration: underline;
    color: #056883
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .button.third:hover,
#ContentPage .section .column.list h3 a,
#ContentPage .survivorsContainer .survivor .ss_top .button.third:hover,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .button.third:hover,
#LowerContentPage .section .column.list h3 a,
#LowerContentPage .survivorsContainer .survivor .ss_top .button.third:hover,
#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel:hover {
    text-decoration: none
}

#ContentPage .section .break,
#LowerContentPage .section .break {
    clear: both;
    text-align: right;
    margin-top: 19px
}

#ContentPage .section .break .button,
#LowerContentPage .section .break .button {
    text-transform: none;
    padding: 10px 30px 10px 10px;
    text-align: left
}

#ContentPage .section .break .button:after,
#LowerContentPage .section .break .button:after {
    margin-top: -14px
}

#ContentPage .section.first .widget_ascentus_ad:first-child,
#LowerContentPage .section.first .widget_ascentus_ad:first-child {
    margin-top: -150px
}

#ContentPage .section .sectionTitle,
#ContentPage .section h2,
#LowerContentPage .section .sectionTitle,
#LowerContentPage .section h2 {
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 26px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #353535;
    font-weight: 700
}

@media screen and (min-width:769px) {
    #ContentPage .section .break .button,
    #LowerContentPage .section .break .button {
        display: inline-block
    }
    #ContentPage .section.first,
    #LowerContentPage .section.first {
        border-top: 0;
        padding-top: 0
    }
    #ContentPage .section .sectionTitle,
    #ContentPage .section h2,
    #LowerContentPage .section .sectionTitle,
    #LowerContentPage .section h2 {
        margin-bottom: 20px
    }
}

#ContentPage .section p,
#LowerContentPage .section p {
    margin: 10px 0
}

#ContentPage .section.withSidebar .mainContent,
#LowerContentPage .section.withSidebar .mainContent {
    width: auto
}

@media screen and (min-width:769px) {
    #ContentPage .section.withSidebar .mainContent,
    #LowerContentPage .section.withSidebar .mainContent {
        width: 630px;
        float: left
    }
}

#meetourteam.section.withSidebar .mainContent {
    width: 100%;
    float: none
}

#ContentPage .section.withSidebar .mainContent .column.small,
#LowerContentPage .section.withSidebar .mainContent .column.small {
    margin: 10px 20px 10px 0
}

#ContentPage .section h3,
#ContentPage .section h4,
#ContentPage .section h5,
#LowerContentPage .section h3,
#LowerContentPage .section h4,
#LowerContentPage .section h5 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-top: 20px;
    clear: both;
    color: #353535
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section.withSidebar .mainContent .column.small,
    #LowerContentPage .section.withSidebar .mainContent .column.small {
        width: 30%;
        float: left
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section.withSidebar .mainContent .column.small,
    #LowerContentPage .section.withSidebar .mainContent .column.small {
        width: 190px
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section.withSidebar .mainContent .column.medium,
    #LowerContentPage .section.withSidebar .mainContent .column.medium {
        float: left;
        width: 45%
    }
    #ContentPage .section.withSidebar .mainContent:after,
    #LowerContentPage .section.withSidebar .mainContent:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section.withSidebar .mainContent .column.medium,
    #LowerContentPage .section.withSidebar .mainContent .column.medium {
        width: 295px
    }
}

#ContentPage .section.withSidebar .mainContent .column.medium .imageList li .imageDescription,
#LowerContentPage .section.withSidebar .mainContent .column.medium .imageList li .imageDescription {
    float: none;
    padding-left: 60px;
    width: auto
}

#ContentPage .section .sidebar,
#LowerContentPage .section .sidebar {
    width: auto
}

@media screen and (min-width:769px) {
    #ContentPage .section .sidebar,
    #LowerContentPage .section .sidebar {
        width: 300px;
        float: right
    }
}

#ContentPage .section h3,
#LowerContentPage .section h3 {
    font-size: 20px
}

#ContentPage .section h4,
#LowerContentPage .section h4 {
    font-size: 18px;
    font-weight: 200
}

#ContentPage .section h5,
#LowerContentPage .section h5 {
    font-size: 16px;
    font-weight: 100
}

#ContentPage .section .column,
#LowerContentPage .section .column {
    width: auto;
    margin: 0;
    position: relative
}

@media screen and (min-width:769px) {
    #ContentPage .section .column,
    #LowerContentPage .section .column {
        float: left;
        margin: 10px 30px 10px 0
    }
}

#ContentPage .section .column h3,
#ContentPage .section .column h4,
#LowerContentPage .section .column h3,
#LowerContentPage .section .column h4 {
    margin-top: 0
}

#ContentPage .section .column ul.normal,
#LowerContentPage .section .column ul.normal {
    margin: 0
}

#ContentPage .section .column.list h3,
#LowerContentPage .section .column.list h3 {
    border-bottom: 2px solid #1999c0;
    margin-bottom: 10px;
    width: 90%
}

#ContentPage .section .column.medium,
#LowerContentPage .section .column.medium {
    margin: 10px 20px 10px 0
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .column.medium,
    #LowerContentPage .section .column.medium {
        float: left;
        width: 400px
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .column.medium,
    #LowerContentPage .section .column.medium {
        width: 400px
    }
}

#ContentPage .section .column.medium .imageList li .image,
#ContentPage .section .column.medium .imageList li .image img,
#LowerContentPage .section .column.medium .imageList li .image,
#LowerContentPage .section .column.medium .imageList li .image img {
    width: 60px
}

#ContentPage .section .column.medium .imageList li .imageDescription,
#LowerContentPage .section .column.medium .imageList li .imageDescription {
    padding-left: 80px
}

#ContentPage .section .column.large,
#LowerContentPage .section .column.large {
    float: none;
    margin: 10px auto
}

#ContentPage .section .column.large li,
#LowerContentPage .section .column.large li {
    margin-top: 20px
}

#ContentPage .section .column.large li h4,
#ContentPage .section .column.large li h5,
#LowerContentPage .section .column.large li h4,
#LowerContentPage .section .column.large li h5 {
    margin-top: 0
}

#ContentPage .section .column.large li p,
#LowerContentPage .section .column.large li p {
    margin: 0
}

@media screen and (min-width:769px) {
    #ContentPage .section .column.large,
    #LowerContentPage .section .column.large {
        width: 550px
    }
    #ContentPage .section .column.large li h4,
    #ContentPage .section .column.large li h5,
    #LowerContentPage .section .column.large li h4,
    #LowerContentPage .section .column.large li h5 {
        float: left;
        width: 110px
    }
    #ContentPage .section .column.large li p,
    #LowerContentPage .section .column.large li p {
        padding-left: 110px
    }
}

#ContentPage .section ul,
#LowerContentPage .section ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#ContentPage .section ul.normal,
#LowerContentPage .section ul.normal {
    margin: 20px
}

#ContentPage .section ul li,
#LowerContentPage .section ul li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative
}

#ContentPage .section ul li:after,
#LowerContentPage .section ul li:after {
    font-family: MesoGuideIcons;
    content: '\7d';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: #1999c0;
    font-size: 10px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li:after,
#ContentPage .section ul.imageList li:after,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li:after,
#LowerContentPage .section ul.imageList li:after {
    display: none
}

#ContentPage .section ul.imageList li,
#LowerContentPage .section ul.imageList li {
    float: left;
    margin-top: 20px;
    padding: 0
}

#ContentPage .section ul.imageList li .image,
#LowerContentPage .section ul.imageList li .image {
    width: 80px;
    float: left
}

#ContentPage .section ul.imageList li .image img,
#LowerContentPage .section ul.imageList li .image img {
    width: 80px
}

#ContentPage .section ul.imageList li .imageDescription,
#LowerContentPage .section ul.imageList li .imageDescription {
    padding-left: 100px
}

#ContentPage .section ul.imageList li .imageDescription h3,
#ContentPage .section ul.imageList li .imageDescription h4,
#LowerContentPage .section ul.imageList li .imageDescription h3,
#LowerContentPage .section ul.imageList li .imageDescription h4 {
    margin-top: 0;
    clear: none
}

#ContentPage .section ul.imageList:after,
#LowerContentPage .section ul.imageList:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .section ul.checkmarks li,
#LowerContentPage .section ul.checkmarks li {
    padding-left: 30px
}

#ContentPage .section ul.checkmarks li:after,
#LowerContentPage .section ul.checkmarks li:after {
    content: '\24';
    font-size: 14px;
    color: #1999c0;
    top: -2px
}

#ContentPage .section ul.numbers,
#LowerContentPage .section ul.numbers {
    margin: 15px
}

#ContentPage .section ul.numbers li,
#LowerContentPage .section ul.numbers li {
    position: relative;
    padding-left: 0;
    margin: 10px 0
}

#ContentPage .section ul.numbers li .num,
#LowerContentPage .section ul.numbers li .num {
    display: block;
    background: #1999c0;
    border: 1px solid #056883;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    float: left
}

#ContentPage .section ul.numbers li .desc,
#LowerContentPage .section ul.numbers li .desc {
    padding-left: 52px
}

#ContentPage .section ul.numbers li .desc h4:first-child,
#ContentPage .section ul.numbers li .desc h5:first-child,
#LowerContentPage .section ul.numbers li .desc h4:first-child,
#LowerContentPage .section ul.numbers li .desc h5:first-child {
    margin-top: 0;
    clear: none
}

#ContentPage .section ul.numbers li:after,
#LowerContentPage .section ul.numbers li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: static
}

#ContentPage .section .alignleft,
#ContentPage .section .alignright,
#LowerContentPage .section .alignleft,
#LowerContentPage .section .alignright {
    width: auto;
    max-width: 98%;
    margin: 0 auto;
    display: block
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .alignleft,
    #LowerContentPage .section .alignleft {
        float: left;
        margin: 5px 20px 5px 0;
        max-width: auto
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .alignleft,
    #LowerContentPage .section .alignleft {
        float: left;
        margin: 5px 20px 5px 0;
        max-width: auto
    }
    #ContentPage .section .alignright,
    #LowerContentPage .section .alignright {
        float: right;
        margin: 5px 0 5px 20px
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .alignright,
    #LowerContentPage .section .alignright {
        float: right;
        margin: 5px 0 5px 20px
    }
}

#ContentPage .section .treatmentPlan,
#LowerContentPage .section .treatmentPlan {
    position: relative;
    margin-top: 30px
}

#ContentPage .section .treatmentPlan h4,
#LowerContentPage .section .treatmentPlan h4 {
    padding-left: 180px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px
}

#ContentPage .section .treatmentPlan .tp_top,
#LowerContentPage .section .treatmentPlan .tp_top {
    position: relative;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px
}

#ContentPage .section .treatmentPlan .tp_top .doc_pic,
#LowerContentPage .section .treatmentPlan .tp_top .doc_pic {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -68px;
    height: 95px;
    width: 95px;
    border: 5px solid #d1ebf2;
    border-radius: 95px;
    background: #fff;
    overflow: hidden
}

#ContentPage .section .treatmentPlan .tp_top .doc_pic img,
#LowerContentPage .section .treatmentPlan .tp_top .doc_pic img {
    width: 95px;
    height: auto
}

#ContentPage .section .treatmentPlan .tp_top .tp_desc .tp_sub,
#LowerContentPage .section .treatmentPlan .tp_top .tp_desc .tp_sub {
    padding: 80px 20px 20px;
    background: #d1ebf2;
    font-weight: 400;
    font-style: italic;
    margin-top: 0
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .doc_pic,
    #LowerContentPage .section .treatmentPlan .tp_top .doc_pic {
        left: 10px;
        margin-left: 0
    }
    #ContentPage .section .treatmentPlan .tp_top .tp_desc .tp_sub,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_desc .tp_sub {
        padding: 10px 20px 10px 130px
    }
}

#ContentPage .section .treatmentPlan .tp_top .tp_desc p,
#LowerContentPage .section .treatmentPlan .tp_top .tp_desc p {
    padding: 10px;
    margin-bottom: 0
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .tp_desc p,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_desc p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px
    }
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures {
    border-top: 1px solid #d1ebf2;
    margin-top: 20px;
    padding: 0 20px 20px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul {
    margin-top: 20px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li {
    width: auto;
    margin: 0;
    display: block;
    padding-left: 0
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li {
        float: left;
        margin: 0 0 0 10px;
        width: 185px
    }
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li:first-child,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li:first-child {
    margin-left: 0
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .num,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .num {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #d1ebf2;
    color: #056883;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-radius: 26px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img {
    float: left;
    position: relative;
    width: 50px;
    height: 50px
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img {
        float: none;
        margin: 0 auto
    }
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img img,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .img img {
    width: 50px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc {
    float: none;
    padding: 0 0 0 60px;
    width: auto;
    margin-top: 10px
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc h5,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc h5 {
    clear: none;
    text-align: left;
    color: #353535;
    margin: 0
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc {
        padding: 0 20px
    }
    #ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc h5,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc h5 {
        text-align: center
    }
}

#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc p,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc p {
    padding: 10px
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc p,
    #LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul li .desc p {
        padding-left: 0;
        margin-top: 0
    }
}

#ContentPage .section .treatmentPlan .tp_meta:after,
#ContentPage .section .treatmentPlan .tp_top .tp_procedures ul:after,
#LowerContentPage .section .treatmentPlan .tp_meta:after,
#LowerContentPage .section .treatmentPlan .tp_top .tp_procedures ul:after {
    display: block;
    content: "";
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden
}

#ContentPage .section .treatmentPlan .tp_meta,
#LowerContentPage .section .treatmentPlan .tp_meta {
    background: #f9f9f9;
    padding: 20px;
    margin: -1px 10px 0;
    border: 1px solid #dfdfdf
}

#ContentPage .section .treatmentPlan .tp_meta .button,
#LowerContentPage .section .treatmentPlan .tp_meta .button {
    float: right;
    padding: 10px 30px 10px 10px
}

#ContentPage .section .treatmentPlan .attachedForm,
#LowerContentPage .section .treatmentPlan .attachedForm {
    display: none;
    margin: -1px 12px 20px
}

#ContentPage .section .treatmentPlan .attachedForm .form h4,
#LowerContentPage .section .treatmentPlan .attachedForm .form h4 {
    margin-top: 20px;
    padding-left: 0
}

#ContentPage .section .treatmentPlan .attachedForm .column,
#LowerContentPage .section .treatmentPlan .attachedForm .column {
    width: auto!important
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .attachedForm .column,
    #LowerContentPage .section .treatmentPlan .attachedForm .column {
        width: 273px!important
    }
}

#ContentPage .section .treatmentPlan .attachedForm .column .icon,
#LowerContentPage .section .treatmentPlan .attachedForm .column .icon {
    top: 24px
}

#ContentPage .section .treatmentPlan .attachedForm .column input[type=email],
#ContentPage .section .treatmentPlan .attachedForm .column input[type=phone],
#ContentPage .section .treatmentPlan .attachedForm .column input[type=text],
#LowerContentPage .section .treatmentPlan .attachedForm .column input[type=email],
#LowerContentPage .section .treatmentPlan .attachedForm .column input[type=phone],
#LowerContentPage .section .treatmentPlan .attachedForm .column input[type=text] {
    width: auto
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .attachedForm .column input[type=email],
    #ContentPage .section .treatmentPlan .attachedForm .column input[type=phone],
    #ContentPage .section .treatmentPlan .attachedForm .column input[type=text],
    #LowerContentPage .section .treatmentPlan .attachedForm .column input[type=email],
    #LowerContentPage .section .treatmentPlan .attachedForm .column input[type=phone],
    #LowerContentPage .section .treatmentPlan .attachedForm .column input[type=text] {
        width: 254px
    }
}

#ContentPage .section .treatmentPlan .attachedForm .column select,
#LowerContentPage .section .treatmentPlan .attachedForm .column select {
    width: auto
}

#ContentPage .section .treatmentPlan .attachedForm .success,
#LowerContentPage .section .treatmentPlan .attachedForm .success {
    position: relative;
    top: 0;
    left: 0;
    border: 0
}

#ContentPage .section .treatmentPlan .attachedForm .success h4,
#LowerContentPage .section .treatmentPlan .attachedForm .success h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-left: 72px;
    text-transform: none!important;
    border: 0;
    margin-bottom: 0;
    margin-top: 0
}

#ContentPage .section .treatmentPlan .attachedForm .success h5,
#LowerContentPage .section .treatmentPlan .attachedForm .success h5 {
    padding-left: 72px;
    color: #656565;
    margin-top: 0
}

#ContentPage .section .treatmentPlan:after,
#LowerContentPage .section .treatmentPlan:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .mapsWrapper .mapPopup .expand.close:after,
#ContentPage .mapsWrapper .mapPopup .expand:after,
#LowerContentPage .mapsWrapper .mapPopup .expand.close:after,
#LowerContentPage .mapsWrapper .mapPopup .expand:after,
#carlIllness .button:after,
#carlLargestGroup .button:after,
#carlQuestion .button:after,
#carlReduced .button:after,
#carlVASpecialist .button:after,
#jennaQuestion .button:after {
    content: ''
}

#ContentPage .section .responsiveImage,
#LowerContentPage .section .responsiveImage {
    font-size: 14px;
    border: 1px solid #1990c0;
    border-radius: 3px;
    background-color: #e9f3f6;
    overflow: hidden;
    text-align: center;
    margin: 20px auto
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .responsiveImage,
    #LowerContentPage .section .responsiveImage {
        margin: 20px 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .treatmentPlan .attachedForm .column select,
    #LowerContentPage .section .treatmentPlan .attachedForm .column select {
        width: 275px
    }
    #ContentPage .section .responsiveImage,
    #LowerContentPage .section .responsiveImage {
        margin: 20px 0
    }
}

#ContentPage .section .responsiveImage .title,
#LowerContentPage .section .responsiveImage .title {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #d1ebf2;
    position: relative;
    z-index: 12
}

#ContentPage .section .responsiveImage .title p,
#LowerContentPage .section .responsiveImage .title p {
    margin: 0
}

#ContentPage .section .responsiveImage .imageBody div img,
#LowerContentPage .section .responsiveImage .imageBody div img {
    display: block;
    width: 100%
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .responsiveImage .imageBody div,
    #LowerContentPage .section .responsiveImage .imageBody div {
        width: 50%;
        float: left;
        box-sizing: border-box
    }
}

#ContentPage .section .responsiveImage .imageBody .border,
#LowerContentPage .section .responsiveImage .imageBody .border {
    position: relative
}

#ContentPage .section .responsiveImage .imageBody .border.right,
#LowerContentPage .section .responsiveImage .imageBody .border.right {
    border-right: 1px solid #81c1db
}

#ContentPage .section .responsiveImage .imageBody .border.left,
#LowerContentPage .section .responsiveImage .imageBody .border.left {
    border-left: 1px solid #81c1db
}

#ContentPage .section .responsiveImage .imageBody .arrow,
#LowerContentPage .section .responsiveImage .imageBody .arrow {
    position: relative
}

@media screen and (min-width:769px) {
    #ContentPage .section .responsiveImage .imageBody div,
    #LowerContentPage .section .responsiveImage .imageBody div {
        width: 314px;
        height: 201px;
        float: left
    }
    #ContentPage .section .responsiveImage .imageBody .arrow,
    #ContentPage .section .responsiveImage .imageBody .border,
    #LowerContentPage .section .responsiveImage .imageBody .arrow,
    #LowerContentPage .section .responsiveImage .imageBody .border {
        width: 313px
    }
}

#ContentPage .section .responsiveImage .imageBody .arrow.left,
#LowerContentPage .section .responsiveImage .imageBody .arrow.left {
    border-top: 1px solid #81c1db;
    border-left: none
}

#ContentPage .section .responsiveImage .imageBody .arrow.left:after,
#ContentPage .section .responsiveImage .imageBody .arrow.left:before,
#LowerContentPage .section .responsiveImage .imageBody .arrow.left:after,
#LowerContentPage .section .responsiveImage .imageBody .arrow.left:before {
    bottom: 100%;
    border-right-color: transparent;
    right: 50%
}

#ContentPage .section .responsiveImage .imageBody .arrow.left:after,
#LowerContentPage .section .responsiveImage .imageBody .arrow.left:after {
    top: auto;
    border-bottom-color: #e9f3f6;
    margin-right: 1px
}

#ContentPage .section .responsiveImage .imageBody .arrow.left:before,
#LowerContentPage .section .responsiveImage .imageBody .arrow.left:before {
    top: auto;
    border-bottom-color: #81c1db
}

#ContentPage .section .responsiveImage .imageBody .arrow.right,
#LowerContentPage .section .responsiveImage .imageBody .arrow.right {
    border-bottom: 1px solid #81c1db
}

#ContentPage .section .responsiveImage .imageBody .arrow.right:after,
#ContentPage .section .responsiveImage .imageBody .arrow.right:before,
#LowerContentPage .section .responsiveImage .imageBody .arrow.right:after,
#LowerContentPage .section .responsiveImage .imageBody .arrow.right:before {
    top: 100%;
    left: auto;
    border-left-color: transparent;
    right: 50%;
    margin-top: 0
}

#ContentPage .section .responsiveImage .imageBody .arrow.right:after,
#LowerContentPage .section .responsiveImage .imageBody .arrow.right:after {
    bottom: auto;
    border-top-color: #e9f3f6;
    margin-right: 1px
}

#ContentPage .section .responsiveImage .imageBody .arrow.right:before,
#LowerContentPage .section .responsiveImage .imageBody .arrow.right:before {
    bottom: auto;
    border-top-color: #81c1db
}

@media screen and (min-width:640px) {
    #ContentPage .section .responsiveImage .imageBody .arrow.left,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.left {
        border-top: 0;
        border-left: 1px solid #81c1db
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.left:after,
    #ContentPage .section .responsiveImage .imageBody .arrow.left:before,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.left:after,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.left:before {
        right: 100%;
        bottom: auto
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.left:after,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.left:after {
        border-right-color: #e9f3f6
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.left:before,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.left:before {
        top: 50%;
        border-right-color: #81c1db
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.right img,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.right img {
        border-right: 1px solid #81c1db
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.right:after,
    #ContentPage .section .responsiveImage .imageBody .arrow.right:before,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.right:after,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.right:before {
        left: 100%
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.right:after,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.right:after {
        border-left-color: #e9f3f6
    }
    #ContentPage .section .responsiveImage .imageBody .arrow.right:before,
    #LowerContentPage .section .responsiveImage .imageBody .arrow.right:before {
        border-left-color: #81c1db
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .responsiveImage.triple .imageBody div,
    #LowerContentPage .section .responsiveImage.triple .imageBody div {
        width: 33.3%
    }
}

#ContentPage .section .responsiveImage.triple .imageBody div.arrow,
#ContentPage .section .responsiveImage.triple .imageBody div.border,
#LowerContentPage .section .responsiveImage.triple .imageBody div.arrow,
#LowerContentPage .section .responsiveImage.triple .imageBody div.border {
    border-top: 1px solid #81c1db
}

@media screen and (min-width:640px) {
    #ContentPage .section .responsiveImage.triple .imageBody div.arrow,
    #ContentPage .section .responsiveImage.triple .imageBody div.border,
    #LowerContentPage .section .responsiveImage.triple .imageBody div.arrow,
    #LowerContentPage .section .responsiveImage.triple .imageBody div.border {
        border-top: 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .responsiveImage.triple .imageBody div,
    #LowerContentPage .section .responsiveImage.triple .imageBody div {
        width: 208px
    }
    #ContentPage .section .responsiveImage.triple .imageBody div.arrow,
    #ContentPage .section .responsiveImage.triple .imageBody div.border,
    #LowerContentPage .section .responsiveImage.triple .imageBody div.arrow,
    #LowerContentPage .section .responsiveImage.triple .imageBody div.border {
        width: 209px
    }
}

#ContentPage .section .inlineForm,
#LowerContentPage .section .inlineForm {
    margin-top: 20px
}

#ContentPage .section .inlineForm .icon,
#LowerContentPage .section .inlineForm .icon {
    top: 24px
}

#ContentPage .section .inlineForm .column,
#LowerContentPage .section .inlineForm .column {
    width: 285px;
    margin-left: 20px
}

#ContentPage .section .inlineForm .column:first-child,
#LowerContentPage .section .inlineForm .column:first-child {
    margin-left: 0
}

#ContentPage .section .inlineForm .button,
#LowerContentPage .section .inlineForm .button {
    display: inline-block;
    width: 406px;
    margin-right: 5px
}

#ContentPage .section .inlineForm .success,
#LowerContentPage .section .inlineForm .success {
    position: relative;
    top: 0;
    left: 0;
    border: 0
}

#ContentPage .section .inlineForm .success h4,
#LowerContentPage .section .inlineForm .success h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-left: 72px;
    text-transform: none!important;
    border: 0;
    margin-bottom: 0;
    margin-top: 0
}

#ContentPage .section .inlineForm .success h5,
#LowerContentPage .section .inlineForm .success h5 {
    padding-left: 72px;
    color: #656565;
    margin-top: 0
}

#ContentPage .section table,
#LowerContentPage .section table {
    width: 100%;
    border-collapse: collapsed
}

#ContentPage .section table th,
#LowerContentPage .section table th {
    background: #e9f3f6;
    color: #1999c0;
    text-align: left;
    padding: 10px;
    border: 1px solid #1999c0;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage .section table td,
#LowerContentPage .section table td {
    border: 1px solid #dfdfdf;
    padding: 10px
}

#ContentPage .mapsWrapper,
#LowerContentPage .mapsWrapper {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: -21px;
    margin-left: 0
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper,
    #LowerContentPage .mapsWrapper {
        width: 1000px;
        margin-left: -20px;
        height: 600px;
        overflow: hidden;
        margin-bottom: -31px
    }
}

#ContentPage .mapsWrapper .legend,
#LowerContentPage .mapsWrapper .legend {
    background: #fff;
    position: absolute;
    left: 40px;
    bottom: 40px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    z-index: 5
}

#ContentPage .mapsWrapper .legend h5,
#LowerContentPage .mapsWrapper .legend h5 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 800
}

#ContentPage .mapsWrapper .legend ul,
#LowerContentPage .mapsWrapper .legend ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#ContentPage .mapsWrapper .legend ul li,
#LowerContentPage .mapsWrapper .legend ul li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    margin-left: 20px;
    line-height: 40px
}

#ContentPage .mapsWrapper .legend ul li:first-child,
#LowerContentPage .mapsWrapper .legend ul li:first-child {
    margin-left: 0
}

#ContentPage .mapsWrapper .legend ul li img,
#LowerContentPage .mapsWrapper .legend ul li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

#ContentPage .mapsWrapper .legend ul li:after,
#LowerContentPage .mapsWrapper .legend ul li:after {
    display: none
}

#ContentPage .mapsWrapper .intro,
#LowerContentPage .mapsWrapper .intro {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 6
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .intro,
    #LowerContentPage .mapsWrapper .intro {
        display: block
    }
}

#ContentPage .mapsWrapper .intro .popup,
#LowerContentPage .mapsWrapper .intro .popup {
    display: block;
    position: absolute;
    background: #fff;
    width: 250px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 20px;
    top: 50%;
    margin-top: -100px;
    margin-left: -125px
}

#ContentPage .mapsWrapper .intro .popup h4,
#LowerContentPage .mapsWrapper .intro .popup h4 {
    margin-top: 0;
    font-weight: 700
}

#ContentPage .mapsWrapper .intro .popup .button,
#LowerContentPage .mapsWrapper .intro .popup .button {
    padding: 10px
}

#ContentPage .mapsWrapper #GoogleMaps,
#LowerContentPage .mapsWrapper #GoogleMaps {
    display: none
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper #GoogleMaps,
    #LowerContentPage .mapsWrapper #GoogleMaps {
        width: 1000px;
        height: 600px;
        overflow: hidden;
        display: block
    }
}

#ContentPage .mapsWrapper .mapPopup,
#LowerContentPage .mapsWrapper .mapPopup {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    margin-top: 20px;
    border: 1px solid #d1ebf2;
    display: block;
    background: #e9f3f6
}

#ContentPage .mapsWrapper .mapPopup br,
#LowerContentPage .mapsWrapper .mapPopup br {
    display: none
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .mapPopup,
    #LowerContentPage .mapsWrapper .mapPopup {
        position: absolute;
        top: 0;
        left: auto;
        right: -465px;
        bottom: 0;
        width: 450px;
        margin-top: 0
    }
}

#ContentPage .mapsWrapper .mapPopup .locationPic,
#LowerContentPage .mapsWrapper .mapPopup .locationPic {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
    border: 2px solid #d1ebf2;
    width: 70px;
    height: 70px;
    overflow: hidden
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .mapPopup .locationPic,
    #LowerContentPage .mapsWrapper .mapPopup .locationPic {
        position: absolute;
        left: 20px;
        top: 20px;
        margin: 0
    }
}

#ContentPage .mapsWrapper .mapPopup .locationMeta,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #d1ebf2
}

#ContentPage .mapsWrapper .mapPopup .locationMeta h3,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta h3 {
    font-size: 20px;
    margin: 0;
    clear: none;
    padding: 0 20px 0 110px
}

#ContentPage .mapsWrapper .mapPopup .locationMeta h4,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta h4 {
    border-top: 1px solid #ffba1a;
    background: #ffe3a3;
    border-bottom: 1px solid #ffba1a;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #656565;
    clear: none;
    padding: 7px 20px 7px 110px
}

#ContentPage .mapsWrapper .mapPopup .locationMeta h4 strong,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta h4 strong {
    display: block;
    color: #353535
}

#ContentPage .mapsWrapper .mapPopup .locationMeta h5,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta h5 {
    clear: left;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 0;
    font-size: 12px;
    color: #959595;
    line-height: normal
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .mapPopup .locationMeta h4 strong,
    #LowerContentPage .mapsWrapper .mapPopup .locationMeta h4 strong {
        display: inline
    }
    #ContentPage .mapsWrapper .mapPopup .locationMeta h5,
    #LowerContentPage .mapsWrapper .mapPopup .locationMeta h5 {
        padding: 0 20px 0 110px
    }
}

#ContentPage .mapsWrapper .mapPopup .locationMeta h5 em,
#LowerContentPage .mapsWrapper .mapPopup .locationMeta h5 em {
    font-size: 13px;
    font-weight: 700;
    display: block;
    font-style: italic;
    color: #353535;
    margin-bottom: 5px
}

#ContentPage .mapsWrapper .mapPopup .popupContent,
#LowerContentPage .mapsWrapper .mapPopup .popupContent {
    display: none;
    padding-left: 20px;
    padding-top: 20px;
    height: auto
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .mapPopup .popupContent,
    #LowerContentPage .mapsWrapper .mapPopup .popupContent {
        padding: 20px 20px 20px 110px;
        height: 380px;
        overflow: auto;
        display: block
    }
}

#ContentPage .mapsWrapper .mapPopup .popupContent p,
#LowerContentPage .mapsWrapper .mapPopup .popupContent p {
    margin: 0
}

#ContentPage .mapsWrapper .mapPopup .lightboxForm,
#LowerContentPage .mapsWrapper .mapPopup .lightboxForm {
    padding: 10px;
    margin: 20px 20px 0 0
}

#ContentPage .mapsWrapper .mapPopup .closePin,
#LowerContentPage .mapsWrapper .mapPopup .closePin {
    padding: 3px 20px 3px 3px;
    display: none;
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    text-transform: capitalize;
    line-height: normal;
    color: #656565;
    left: -5px
}

#ContentPage .mapsWrapper .mapPopup .closePin:after,
#LowerContentPage .mapsWrapper .mapPopup .closePin:after {
    font-size: 10px;
    top: 18px;
    right: 8px
}

#ContentPage .mapsWrapper .mapPopup .expand,
#LowerContentPage .mapsWrapper .mapPopup .expand {
    margin: 20px;
    padding: 5px 30px 5px 5px;
    text-transform: none;
    display: block;
    font-size: 14px
}

#ContentPage .mapsWrapper .mapPopup .expand:after,
#LowerContentPage .mapsWrapper .mapPopup .expand:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffba1a;
    top: 50%;
    margin-top: -4px
}

#ContentPage .mapsWrapper .mapPopup .expand.close:after,
#LowerContentPage .mapsWrapper .mapPopup .expand.close:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffba1a;
    border-top: none;
    top: 50%;
    margin-top: -4px
}

#ContentPage #MesoTeam,
#LowerContentPage #MesoTeam {
    width: 100%;
    margin-left: 0
}

@media screen and (min-width:769px) {
    #ContentPage .mapsWrapper .mapPopup .closePin,
    #LowerContentPage .mapsWrapper .mapPopup .closePin {
        display: block
    }
    #ContentPage .mapsWrapper .mapPopup .expand,
    #LowerContentPage .mapsWrapper .mapPopup .expand {
        display: none
    }
    #ContentPage #MesoTeam,
    #LowerContentPage #MesoTeam {
        width: 970px;
        margin-left: -10px
    }
}

#meetourteam.section.withSidebar .mainContent #MesoTeam {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: 100%
}

#ContentPage #MesoTeam .member,
#LowerContentPage #MesoTeam .member {
    position: relative;
    margin: 10px 0;
    width: auto;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 20px
}

@media screen and (min-width:769px) {
    #ContentPage #MesoTeam .member,
    #LowerContentPage #MesoTeam .member {
        float: left;
        width: 423px;
        margin: 10px
    }
}

#meetourteam.section.withSidebar .mainContent #MesoTeam .member {
    float: none;
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (min-width:769px) {
    #meetourteam.section.withSidebar .mainContent #MesoTeam .member {
        width: 42%;
        flex-wrap: nowrap
    }
}

#ContentPage #MesoTeam .member .memberPic,
#LowerContentPage #MesoTeam .member .memberPic {
    float: left;
    width: 92px;
    height: 92px;
    margin-right: 10px;
    border: 2px solid #d1ebf2;
    border-radius: 3px
}

#ContentPage #MesoTeam .member .memberDesc,
#LowerContentPage #MesoTeam .member .memberDesc {
    width: auto
}

@media screen and (min-width:769px) {
    #ContentPage #MesoTeam .member .memberDesc,
    #LowerContentPage #MesoTeam .member .memberDesc {
        width: 312px;
        float: left
    }
}

#meetourteam.section.withSidebar .mainContent #MesoTeam .member .memberPic {
    float: none
}

#ContentPage #MesoTeam .member .memberDesc .title,
#ContentPage #MesoTeam .member .memberDesc h3,
#LowerContentPage #MesoTeam .member .memberDesc .title,
#LowerContentPage #MesoTeam .member .memberDesc h3 {
    text-align: center
}

#ContentPage #MesoTeam .member .memberDesc .title,
#LowerContentPage #MesoTeam .member .memberDesc .title {
    padding-top: 20px;
    font-size: 14px;
    font-style: italic;
    margin: 0
}

@media screen and (min-width:769px) {
    #ContentPage #MesoTeam .member .memberDesc .title,
    #ContentPage #MesoTeam .member .memberDesc h3,
    #LowerContentPage #MesoTeam .member .memberDesc .title,
    #LowerContentPage #MesoTeam .member .memberDesc h3 {
        text-align: left
    }
    #ContentPage #MesoTeam .member .memberDesc .title,
    #LowerContentPage #MesoTeam .member .memberDesc .title {
        padding-top: 0
    }
}

#ContentPage #MesoTeam .member .memberDesc p,
#LowerContentPage #MesoTeam .member .memberDesc p {
    margin-top: 10px
}

#meetourteam.section.withSidebar .mainContent #MesoTeam .member .memberDesc {
    float: none;
    width: 100%
}

#ContentPage #author-info:after,
#LowerContentPage #MesoTeam:after,
#LowerContentPage #author-info:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage #author-info,
#LowerContentPage #author-info {
    position: relative;
    margin: 60px 0 0;
    padding: 20px;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px
}

@media screen and (min-width:769px) {
    #ContentPage #author-info,
    #LowerContentPage #author-info {
        margin: 20px 0 0
    }
}

#ContentPage #author-info #author-avatar,
#LowerContentPage #author-info #author-avatar {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    border-radius: 120px;
    width: 96px;
    height: 96px;
    border: 2px solid #d1ebf2;
    overflow: hidden
}

#ContentPage #author-info #author-description,
#LowerContentPage #author-info #author-description {
    padding-left: 0;
    padding-top: 40px;
    position: relative
}

@media screen and (min-width:640px) {
    #ContentPage #author-info #author-avatar,
    #LowerContentPage #author-info #author-avatar {
        position: relative;
        margin-left: 0;
        left: auto;
        top: auto;
        float: left;
        /* margin-right: 20px */
    }
    #ContentPage #author-info #author-description,
    #LowerContentPage #author-info #author-description {
        padding-left: 116px;
        padding-top: 0
    }
}

#ContentPage #author-info #author-description h2,
#LowerContentPage #author-info #author-description h2,
#about-author {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

#ContentPage #author-info #author-description p,
#LowerContentPage #author-info #author-description p {
    line-height: 19px;
    color: #656565
}

#ContentPage .navigation-wrapper,
#LowerContentPage .navigation-wrapper {
    position: relative;
    border-top: 1px solid #d1ebf2;
    padding: 40px 0 0;
    margin: 0 20px
}

#ContentPage .navigation-wrapper .leftbutton,
#ContentPage .navigation-wrapper .rightbutton,
#LowerContentPage .navigation-wrapper .leftbutton,
#LowerContentPage .navigation-wrapper .rightbutton {
    float: left;
    width: 48%
}

#ContentPage .navigation-wrapper .rightbutton,
#LowerContentPage .navigation-wrapper .rightbutton {
    float: right
}

#ContentPage .navigation-wrapper .leftbutton a,
#LowerContentPage .navigation-wrapper .leftbutton a {
    text-align: right
}

#ContentPage .navigation-wrapper .leftbutton a:after,
#LowerContentPage .navigation-wrapper .leftbutton a:after {
    left: 10px;
    right: auto;
    content: '\7b'
}

#ContentPage .navigation-wrapper .fixedArrow,
#LowerContentPage .navigation-wrapper .fixedArrow {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 5%;
    z-index: 100;
    padding: 0
}

@media(max-width:1440px) {
    #ContentPage .navigation-wrapper .fixedArrow,
    #LowerContentPage .navigation-wrapper .fixedArrow {
        display: none
    }
}

#ContentPage .navigation-wrapper .fixedArrow.prev,
#LowerContentPage .navigation-wrapper .fixedArrow.prev {
    left: 0
}

#ContentPage .navigation-wrapper .fixedArrow.prev .button,
#LowerContentPage .navigation-wrapper .fixedArrow.prev .button {
    text-align: right;
    padding: 10px 10px 10px 30px
}

#ContentPage .navigation-wrapper .fixedArrow.prev .button:after,
#LowerContentPage .navigation-wrapper .fixedArrow.prev .button:after {
    left: 10px;
    right: auto;
    content: '\7b'
}

#ContentPage .navigation-wrapper .fixedArrow.next,
#LowerContentPage .navigation-wrapper .fixedArrow.next {
    right: 0
}

#ContentPage .navigation-wrapper .fixedArrow.next .button,
#LowerContentPage .navigation-wrapper .fixedArrow.next .button {
    right: 0;
    padding: 10px 30px 10px 10px
}

#ContentPage .navigation-wrapper .fixedArrow .button,
#LowerContentPage .navigation-wrapper .fixedArrow .button {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    text-transform: none;
    width: 10px;
    color: #1999c0;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

#ContentPage .navigation-wrapper .fixedArrow .button .textWrapper,
#LowerContentPage .navigation-wrapper .fixedArrow .button .textWrapper {
    display: inline-block;
    width: 250px;
    opacity: 0;
    white-space: nowrap;
    transition: all .5s .25s;
    -webkit-transition: all .5s .25s
}

#ContentPage .navigation-wrapper .fixedArrow .button em,
#ContentPage .navigation-wrapper .fixedArrow .button em span,
#LowerContentPage .navigation-wrapper .fixedArrow .button em,
#LowerContentPage .navigation-wrapper .fixedArrow .button em span {
    color: #1999c0
}

#ContentPage .navigation-wrapper .fixedArrow .button>span:first-child,
#LowerContentPage .navigation-wrapper .fixedArrow .button>span:first-child {
    font-weight: 100;
    color: #656565
}

#ContentPage .navigation-wrapper .fixedArrow .button:after,
#LowerContentPage .navigation-wrapper .fixedArrow .button:after {
    color: #ffba1a;
    top: 30px;
    font-size: 26px;
    text-indent: 0
}

#ContentPage .navigation-wrapper .fixedArrow:hover .button,
#LowerContentPage .navigation-wrapper .fixedArrow:hover .button {
    width: 280px;
    background: #ffd370
}

#ContentPage .navigation-wrapper .fixedArrow:hover .button .textWrapper,
#LowerContentPage .navigation-wrapper .fixedArrow:hover .button .textWrapper {
    opacity: 1;
    transition: all .5s 0s;
    -webkit-transition: all .5s 0s
}

#ContentPage .navigation-wrapper a,
#LowerContentPage .navigation-wrapper a {
    height: 50px;
    font-size: 14px;
    padding: 10px
}

@media screen and (min-width:769px) {
    #ContentPage .navigation-wrapper a,
    #LowerContentPage .navigation-wrapper a {
        height: auto
    }
}

#ContentPage .navigation-wrapper a span:first-child,
#LowerContentPage .navigation-wrapper a span:first-child {
    color: #353535;
    display: block;
    margin-bottom: 5px
}

#ContentPage .navigation-wrapper:after,
#LowerContentPage .navigation-wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .page-sources,
#LowerContentPage .page-sources {
    margin: 0 20px;
    padding: 40px 0 0
}

#ContentPage .page-sources .showHideSources,
#LowerContentPage .page-sources .showHideSources {
    position: relative;
    display: block;
    background: #f5f5f5;
    color: #1999c0;
    padding: 10px;
    width: 163px;
    border-radius: 3px;
    font-size: 14px;
    border: solid #eee;
    border-width: 1px
}

#ContentPage .page-sources .showHideSources.show,
#LowerContentPage .page-sources .showHideSources.show {
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0;
    z-index: 2
}

#ContentPage .page-sources .showHideSources:hover,
#LowerContentPage .page-sources .showHideSources:hover {
    cursor: pointer
}

#ContentPage .page-sources .sourcesAndAuthor,
#LowerContentPage .page-sources .sourcesAndAuthor {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 21px 20px 20px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 19px;
    color: #656565;
    border: 1px solid #eee;
    border-radius: 0 3px 3px
}

#ContentPage .page-sources ol,
#LowerContentPage .page-sources ol {
    padding: 0;
    list-style: decimal
}

#ContentPage .page-sources ol li,
#LowerContentPage .page-sources ol li {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    margin-top: 10px
}

@media screen and (min-width:769px) {
    #ContentPage .page-sources ol,
    #LowerContentPage .page-sources ol {
        padding-left: 20px;
        list-style-position: outside
    }
    #ContentPage .page-sources ol li,
    #LowerContentPage .page-sources ol li {
        margin-top: 0;
        text-overflow: none;
        overflow: visible;
        width: auto
    }
}

#ContentPage .page-sources ol li:after,
#LowerContentPage .page-sources ol li:after {
    padding-left: 0;
    display: none
}

#ContentPage .lastModified,
#LowerContentPage .lastModified {
    color: #d1d1d1;
    font-style: italic;
    font-size: 12px;
    display: block;
    clear: both;
    padding: 20px
}

#ContentPage pre,
#LowerContentPage pre {
    background: #efefef;
    padding: 20px;
    border: 1px solid #d7d7d7;
    color: #656565;
    font-family: courier new;
    font-size: 12px;
    border-radius: 5px;
    float: left;
    line-height: normal
}

#ContentPage:after,
#LowerContentPage:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .clinicalTrialsContainer,
#LowerContentPage .clinicalTrialsContainer {
    width: 100%
}

@media screen and (min-width:769px) {
    #ContentPage .clinicalTrialsContainer,
    #LowerContentPage .clinicalTrialsContainer {
        width: 960px
    }
    #ContentPage .clinicalTrialsContainer .clinicalTrial,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial {
        float: left
    }
}

#ContentPage .clinicalTrialsContainer .clinicalTrial,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial {
    position: relative;
    width: 100%;
    margin-top: 20px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top {
    position: relative;
    width: auto;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    margin-right: -1px;
    z-index: 3;
    padding-bottom: 20px
}

@media screen and (min-width:769px) {
    #ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top {
        float: left;
        width: 658px
    }
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .button.third,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .button.third {
    padding: 10px 40px 10px 10px;
    float: right;
    text-transform: none
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_title,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_title {
    margin: 20px;
    float: left;
    font-weight: 100;
    clear: none;
    width: 410px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_id,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_id {
    font-weight: 100;
    margin: 20px;
    clear: none;
    border-top: 1px solid #d1ebf2;
    border-bottom: 1px solid #d1ebf2;
    padding: 10px 0
}

@media screen and (min-width:769px) {
    #ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_id,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_id {
        float: right;
        border-top: 0;
        border-bottom: 0
    }
    #ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta {
        float: right
    }
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top p,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top p {
    clear: both;
    padding: 0 20px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_locations,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_locations {
    position: relative;
    padding: 20px 20px 0;
    border-top: 1px solid #d1ebf2;
    font-weight: 700
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_locations li,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_top .ct_locations li {
    font-weight: 400
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    z-index: 2;
    width: 299px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info {
    position: relative;
    padding: 15px;
    border-left: 0;
    border-bottom: 1px solid #dfdfdf;
    width: auto
}

@media screen and (min-width:769px) {
    #ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info {
        border-top: 1px solid #dfdfdf
    }
    #ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status,
    #LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status {
        width: 255px
    }
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status h5,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status h5 {
    text-align: center;
    margin-top: 20px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status .button,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info.status .button {
    padding: 10px;
    font-weight: 700
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info h5,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info h5 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info div,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info div {
    font-size: 12px
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info:first-child,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta .meta_info:first-child {
    border-top: 0
}

#ContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta:after,
#ContentPage .clinicalTrialsContainer:after,
#LowerContentPage .clinicalTrialsContainer .clinicalTrial .ct_meta:after,
#LowerContentPage .clinicalTrialsContainer:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .survivorsContainer,
#LowerContentPage .survivorsContainer {
    position: relative;
    width: 100%
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer,
    #LowerContentPage .survivorsContainer {
        width: 960px
    }
}

#ContentPage .survivorsContainer .survivor,
#LowerContentPage .survivorsContainer .survivor {
    position: relative;
    width: 100%;
    margin-top: 40px
}

#ContentPage .survivorsContainer .survivor:first-child,
#LowerContentPage .survivorsContainer .survivor:first-child {
    margin-top: 0
}

@media screen and (min-width:640px) {
    #ContentPage .survivorsContainer .survivor,
    #LowerContentPage .survivorsContainer .survivor {
        float: left
    }
}

#ContentPage .survivorsContainer .survivor .ss_title,
#LowerContentPage .survivorsContainer .survivor .ss_title {
    padding-left: 120px;
    padding-bottom: 10px;
    font-size: 22px
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_title,
    #LowerContentPage .survivorsContainer .survivor .ss_title {
        padding-left: 185px;
        padding-bottom: 20px
    }
}

#ContentPage .survivorsContainer .survivor .ss_top,
#LowerContentPage .survivorsContainer .survivor .ss_top {
    position: relative;
    padding: 40px 20px 20px;
    width: auto;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    margin-right: -1px;
    z-index: 3
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .survivorsContainer .survivor .ss_top,
    #LowerContentPage .survivorsContainer .survivor .ss_top {
        float: left;
        width: 70%;
        box-sizing: border-box
    }
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_top,
    #LowerContentPage .survivorsContainer .survivor .ss_top {
        float: left;
        width: 658px;
        padding: 0
    }
}

#ContentPage .survivorsContainer .survivor .ss_top .button.third,
#LowerContentPage .survivorsContainer .survivor .ss_top .button.third {
    text-transform: none;
    padding: 10px 20px 10px 10px
}

#ContentPage .survivorsContainer .survivor .ss_top .ss_picture,
#LowerContentPage .survivorsContainer .survivor .ss_top .ss_picture {
    position: absolute;
    width: 85px;
    height: 85px;
    top: -51px;
    left: 20px;
    border: 5px solid #d1ebf2;
    border-radius: 145px;
    background: #fff;
    overflow: hidden
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_top .ss_picture,
    #LowerContentPage .survivorsContainer .survivor .ss_top .ss_picture {
        top: -60px;
        height: 135px;
        width: 135px
    }
}

#ContentPage .survivorsContainer .survivor .ss_top .ss_picture img,
#LowerContentPage .survivorsContainer .survivor .ss_top .ss_picture img {
    width: 85px;
    height: auto
}

#ContentPage .survivorsContainer .survivor .ss_top p,
#LowerContentPage .survivorsContainer .survivor .ss_top p {
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 0
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_top .ss_picture img,
    #LowerContentPage .survivorsContainer .survivor .ss_top .ss_picture img {
        width: 135px
    }
    #ContentPage .survivorsContainer .survivor .ss_top p,
    #LowerContentPage .survivorsContainer .survivor .ss_top p {
        padding: 10px 20px 0 185px;
        margin-bottom: 10px
    }
}

#ContentPage .survivorsContainer .survivor .ss_top .ss_treatments,
#LowerContentPage .survivorsContainer .survivor .ss_top .ss_treatments {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #d1ebf2;
    font-weight: 700
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_top .ss_treatments,
    #LowerContentPage .survivorsContainer .survivor .ss_top .ss_treatments {
        margin: 20px 20px 20px 185px
    }
}

#ContentPage .survivorsContainer .survivor .ss_top .ss_treatments h4,
#LowerContentPage .survivorsContainer .survivor .ss_top .ss_treatments h4 {
    margin-top: 0
}

#ContentPage .survivorsContainer .survivor .ss_top .ss_treatments li,
#LowerContentPage .survivorsContainer .survivor .ss_top .ss_treatments li {
    font-weight: 400
}

#ContentPage .survivorsContainer .survivor .ss_meta,
#LowerContentPage .survivorsContainer .survivor .ss_meta {
    position: relative;
    height: auto;
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    z-index: 2
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .survivorsContainer .survivor .ss_meta,
    #LowerContentPage .survivorsContainer .survivor .ss_meta {
        float: right;
        width: 30%;
        box-sizing: border-box
    }
}

@media screen and (min-width:769px) {
    #ContentPage .survivorsContainer .survivor .ss_meta,
    #LowerContentPage .survivorsContainer .survivor .ss_meta {
        width: 299px;
        float: right
    }
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info {
    position: relative;
    padding: 15px;
    border-top: 1px solid #dfdfdf;
    width: auto
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info.stage h5,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info.stage h5 {
    font-size: 15px;
    font-weight: 100
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info.status .button,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info.status .button {
    padding: 10px 20px 10px 10px;
    font-weight: 700;
    font-size: 14px
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info h5,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info h5 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info div,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info div {
    font-size: 12px;
    color: #959595
}

#ContentPage .survivorsContainer .survivor .ss_meta .meta_info:first-child,
#LowerContentPage .survivorsContainer .survivor .ss_meta .meta_info:first-child {
    border-top: 0
}

#ContentPage .survivorsContainer:after,
#LowerContentPage .survivorsContainer:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage .sectionHighlight,
#LowerContentPage .sectionHighlight {
    position: relative;
    padding-top: 20px;
    clear: both
}

#ContentPage .sectionHighlight h3,
#LowerContentPage .sectionHighlight h3 {
    margin-bottom: 20px;
    margin-top: 20px
}

#ContentPage .sectionHighlight.wPicture h3,
#LowerContentPage .sectionHighlight.wPicture h3 {
    padding-left: 120px
}

#ContentPage .sectionHighlight .highlightImg,
#LowerContentPage .sectionHighlight .highlightImg {
    position: absolute;
    width: 85px;
    height: 85px;
    top: -50px;
    border: 3px solid #d1ebf2;
    border-radius: 135px;
    overflow: hidden;
    z-index: 2;
    left: 20px
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight.wPicture h3,
    #LowerContentPage .sectionHighlight.wPicture h3 {
        padding-left: 185px
    }
    #ContentPage .sectionHighlight .highlightImg,
    #LowerContentPage .sectionHighlight .highlightImg {
        width: 135px;
        height: 135px;
        top: -69px;
        margin-left: 0
    }
}

#ContentPage .sectionHighlight .extras:after,
#ContentPage .sectionHighlight .sh_top .desc:after,
#LowerContentPage .sectionHighlight .extras:after,
#LowerContentPage .sectionHighlight .sh_top .desc:after {
    display: block;
    line-height: 0;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden
}

#ContentPage .sectionHighlight .highlightImg img,
#LowerContentPage .sectionHighlight .highlightImg img {
    width: 85px
}

#ContentPage .sectionHighlight .sh_top,
#LowerContentPage .sectionHighlight .sh_top {
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    position: relative;
    z-index: 1
}

#ContentPage .sectionHighlight .sh_top .desc,
#LowerContentPage .sectionHighlight .sh_top .desc {
    padding: 10px 20px 0
}

#ContentPage .sectionHighlight .sh_top .desc.wPicture,
#LowerContentPage .sectionHighlight .sh_top .desc.wPicture {
    padding-top: 50px
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight .highlightImg img,
    #LowerContentPage .sectionHighlight .highlightImg img {
        width: 135px
    }
    #ContentPage .sectionHighlight .sh_top .desc.wPicture,
    #LowerContentPage .sectionHighlight .sh_top .desc.wPicture {
        padding-top: 10px;
        padding-left: 175px
    }
}

#ContentPage .sectionHighlight .sh_top .desc .column.medium,
#LowerContentPage .sectionHighlight .sh_top .desc .column.medium {
    width: 270px
}

#ContentPage .sectionHighlight .extras,
#LowerContentPage .sectionHighlight .extras {
    border-top: 1px solid #d1ebf2;
    margin-top: 20px;
    padding: 0 20px 20px
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight .extras,
    #LowerContentPage .sectionHighlight .extras {
        padding: 0 20px 10px
    }
}

#ContentPage .sectionHighlight .extras .column.medium,
#LowerContentPage .sectionHighlight .extras .column.medium {
    width: 270px!important
}

#ContentPage .sectionHighlight .sh_meta,
#LowerContentPage .sectionHighlight .sh_meta {
    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    margin: -1px 10px 10px
}

#ContentPage .sectionHighlight .sh_meta ul li,
#LowerContentPage .sectionHighlight .sh_meta ul li {
    display: inline-block;
    padding: 20px;
    margin: 0;
    border-left: 1px solid #d7d7d7
}

#ContentPage .sectionHighlight .sh_meta ul li.fullBlock,
#LowerContentPage .sectionHighlight .sh_meta ul li.fullBlock {
    display: block
}

#ContentPage .sectionHighlight .sh_meta ul li:after,
#ContentPage .sectionHighlight.inlineGuideForm .sh_top br,
#ContentPage .sectionHighlight.inlineGuideForm .sh_top p,
#ContentPage .sectionHighlight.inlineGuideForm form br,
#ContentPage .sectionHighlight.inlineGuideForm form p,
#LowerContentPage .sectionHighlight .sh_meta ul li:after,
#LowerContentPage .sectionHighlight.inlineGuideForm .sh_top br,
#LowerContentPage .sectionHighlight.inlineGuideForm .sh_top p,
#LowerContentPage .sectionHighlight.inlineGuideForm form br,
#LowerContentPage .sectionHighlight.inlineGuideForm form p {
    display: none
}

#ContentPage .sectionHighlight .sh_meta ul li h5,
#LowerContentPage .sectionHighlight .sh_meta ul li h5 {
    margin-top: 0;
    font-weight: 700
}

#ContentPage .sectionHighlight .sh_meta ul li div,
#LowerContentPage .sectionHighlight .sh_meta ul li div {
    font-size: 12px
}

#ContentPage .sectionHighlight .sh_meta ul li:first-child,
#LowerContentPage .sectionHighlight .sh_meta ul li:first-child {
    border-left: 0
}

#ContentPage .sectionHighlight .break,
#LowerContentPage .sectionHighlight .break {
    margin-top: 0
}

#ContentPage .sectionHighlight .break .button,
#LowerContentPage .sectionHighlight .break .button {
    font-size: 14px
}

#ContentPage .sectionHighlight.inlineGuideForm .success,
#LowerContentPage .sectionHighlight.inlineGuideForm .success {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    border-top: 1px solid #d1ebf2
}

#ContentPage .sectionHighlight.inlineGuideForm .sh_top p.content,
#ContentPage .sectionHighlight.inlineGuideForm form p.content,
#LowerContentPage .sectionHighlight.inlineGuideForm .sh_top p.content,
#LowerContentPage .sectionHighlight.inlineGuideForm form p.content {
    display: block
}

#ContentPage .sectionHighlight.inlineGuideForm select,
#LowerContentPage .sectionHighlight.inlineGuideForm select {
    margin-bottom: 3px
}

#ContentPage .sectionHighlight.inlineGuideForm .field.submit,
#LowerContentPage .sectionHighlight.inlineGuideForm .field.submit {
    padding: 0;
    margin-top: 10px;
    clear: both
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .sectionHighlight.inlineGuideForm .field.submit,
    #LowerContentPage .sectionHighlight.inlineGuideForm .field.submit {
        padding: 10px
    }
}

#ContentPage .sectionHighlight.inlineGuideForm .field.submit input,
#LowerContentPage .sectionHighlight.inlineGuideForm .field.submit input {
    position: relative;
    padding: 15px 10px
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight.inlineGuideForm .field.submit input,
    #LowerContentPage .sectionHighlight.inlineGuideForm .field.submit input {
        padding: 15px 20px
    }
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form {
    background: 0 0;
    border: none;
    padding: 0
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column,
    #LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 10px
    }
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column,
    #LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column {
        width: 284px;
        float: left;
        margin: 10px 10px 10px 0
    }
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 60px
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field,
    #LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field {
        width: 284px;
        height: auto
    }
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .icon,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .icon {
    right: -9px;
    top: 23px
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field label.valid,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field label.valid {
    margin-bottom: 0!important;
    bottom: 0!important
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field.submit input,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field.submit input {
    width: 100%;
    font-size: 16px
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField {
    position: absolute;
    width: 88px
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField input,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField input {
    width: 66px
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField.state,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField.state {
    width: auto;
    left: 84px;
    right: 84px
}

#ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField.zip,
#LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField.zip {
    right: 0
}

@media screen and (min-width:769px) {
    #ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField,
    #LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField {
        position: static
    }
    #ContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField select,
    #LowerContentPage .sectionHighlight.inlineGuideForm .lightForm .form .column .field .insetField select {
        width: 88px
    }
}

#ContentPage .auditumChart,
#LowerContentPage .auditumChart {
    position: relative;
    width: 100%;
    text-align: center
}

#ContentPage .auditumChart .chartTitle,
#LowerContentPage .auditumChart .chartTitle {
    display: inline-block;
    text-align: center;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700
}

#ContentPage .auditumChart .chartGraphic,
#LowerContentPage .auditumChart .chartGraphic {
    width: 100%;
    height: 300px
}

#ContentPage .auditumChart .highcharts-data-labels,
#LowerContentPage .auditumChart .highcharts-data-labels {
    z-index: 9!important
}

#ContentPage .auditumChart .highcharts-tooltip,
#LowerContentPage .auditumChart .highcharts-tooltip {
    z-index: 1000!important
}

#ContentPage .auditumChart .highcharts-tooltip .ac_tooltip,
#LowerContentPage .auditumChart .highcharts-tooltip .ac_tooltip {
    background: #fff;
    padding: 10px;
    border: 2px solid #1999c0;
    border-radius: 5px
}

#ContentPage .auditumChart .valueTop,
#LowerContentPage .auditumChart .valueTop {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -5px;
    z-index: 0!important
}

#ContentPage .auditumChart .pieValue,
#LowerContentPage .auditumChart .pieValue {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0
}

#ContentPage .auditumChart .pieValue small,
#LowerContentPage .auditumChart .pieValue small {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 100
}

#ContentPage .stats-box,
#LowerContentPage .stats-box {
    position: relative;
    border: 1px solid #dfdfdf;
    background: #f7f6f6;
    border-radius: 3px;
    margin-top: 20px
}

#ContentPage .stats-box .stat,
#LowerContentPage .stats-box .stat {
    padding: 14px;
    border-top: 1px solid #dfdfdf
}

#ContentPage .stats-box .stat:first-child,
#LowerContentPage .stats-box .stat:first-child {
    border-top: 0
}

#ContentPage .stats-box .stat h3,
#LowerContentPage .stats-box .stat h3 {
    margin: 0
}

#ContentPage .stats-box .stat span,
#LowerContentPage .stats-box .stat span {
    font-size: 12px
}

.lightForm {
    position: relative;
    width: auto;
    margin: 0
}

.lightForm .form {
    position: relative;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 0 18px 18px
}

.lightForm .form h4 {
    font-weight: 100!important;
    font-size: 24px;
    margin: 20px 0 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #d1ebf2;
    padding-bottom: 10px;
    line-height: normal
}

@media screen and (min-width:769px) {
    .lightForm .form .column {
        margin: 0 0 0 20px
    }
    .lightForm .form .column:first-child {
        margin: 0
    }
    .lightForm .form .field {
        float: left
    }
}

.lightForm .form .field {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.lightForm .form .field .icon {
    position: absolute;
    display: block;
    right: -3px;
    top: 17px;
    color: #1999c0
}

.lightForm .form .field br {
    display: none
}

.lightForm .form .field input[type=email],
.lightForm .form .field input[type=phone],
.lightForm .form .field input[type=text],
.lightForm .form .field input[type=zip] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    min-height: 32px;
    box-sizing: border-box
}

@media screen and (min-width:769px) {
    .lightForm .form .field input[type=email],
    .lightForm .form .field input[type=phone],
    .lightForm .form .field input[type=text],
    .lightForm .form .field input[type=zip] {
        width: 285px;
        position: static
    }
}

.lightForm .form .field select,
.lightForm .form .field textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 14px
}

.lightForm .form .field textarea {
    resize: none;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-top: 10px;
    height: 120px
}

.lightForm .form .field select {
    display: block;
    padding: 3px 5px 3px 10px;
    color: #656565;
    background: #fff;
    border-radius: 3px;
    height: 29px;
    -webkit-box-shadow: none;
    outline: 0;
    border: 1px solid #d1ebf2;
    margin-top: 2px;
    box-sizing: border-box
}

@media screen and (min-width:769px) {
    .lightForm .form .field select {
        width: 285px;
        box-sizing: padding-box
    }
}

.lightForm .form .field .button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 0;
    font-size: 14px
}

.lightForm .form .field .insetField {
    width: 140px;
    position: relative;
    float: left
}

.lightForm .form .field .insetField input[type=email],
.lightForm .form .field .insetField input[type=phone],
.lightForm .form .field .insetField input[type=text] {
    width: 116px
}

.lightForm .form .field .insetField.state {
    width: 108px;
    margin: 0 10px
}

.lightForm .form .field .insetField.state select {
    width: 108px;
    margin-bottom: 0;
    margin-top: 2px
}

.lightForm .form .field.submit {
    width: auto
}

@media screen and (min-width:769px) {
    .lightForm .form .field .button {
        font-size: 18px
    }
    .lightForm .form .field.submit {
        text-align: right;
        height: auto;
        width: 100%
    }
}

.lightForm .form:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.lightForm label {
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #656565
}

.lightForm label span {
    color: #1999c0;
    font-size: 11px;
    font-weight: 400
}

.lightForm.popupForm {
    width: 100%
}

@media screen and (min-width:769px) {
    .lightForm.popupForm {
        width: 620px
    }
}

.lightForm.popupForm .form {
    padding: 0
}

.lightForm.popupForm h4 {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 20px
}

.lightForm.popupForm h4+p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    padding-right: 20px;
    color: #656565
}

.lightForm.popupForm .formImage {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 70px;
    border: 3px solid #d1ebf2
}

.lightForm.popupForm form {
    border-top: 1px solid #d1ebf2;
    margin-top: 30px;
    background: #f7f6f6;
    padding: 10px 30px 30px
}

.lightForm.popupForm .column {
    width: 100%;
    float: left
}

@media screen and (min-width:769px) {
    .lightForm.popupForm .column {
        width: 268px
    }
}

.lightForm.popupForm .column .field {
    min-height: 60px
}

.lightForm.popupForm .column .field input[type=email],
.lightForm.popupForm .column .field input[type=text] {
    width: 100%!important;
    height: 30px;
    box-sizing: border-box
}

@media screen and (min-width:769px) {
    .lightForm.popupForm .column .field input[type=email],
    .lightForm.popupForm .column .field input[type=text] {
        width: 246px
    }
}

.lightForm.popupForm .column .field select {
    width: 100%
}

@media screen and (min-width:769px) {
    .lightForm.popupForm .column .field select {
        width: 269px
    }
}

.lightForm.popupForm .column .field .button {
    text-transform: none;
    width: 100%
}

.popup {
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -250px;
    width: 446px;
    z-index: 102
}

.popup#MapPopup {
    position: absolute;
    width: auto;
    top: 50px;
    left: 20px;
    right: 20px;
    margin-left: 0
}

@media screen and (min-width:769px) {
    .popup#MapPopup {
        top: 15%;
        position: fixed;
        margin-left: -310px;
        width: 620px;
        left: 50%
    }
}

.popup .closePopup {
    display: block;
    background: #e9f3f6;
    color: #ffba1a;
    padding: 10px;
    position: absolute;
    top: -39px;
    right: 0;
    left: auto;
    margin: 0;
    border: 1px solid #d1ebf2;
    border-radius: 3px
}

.popup .closePopup:after {
    left: 10px;
    top: 5px
}

.popup .closePopup:hover {
    color: #056883
}

.popup .success {
    position: relative;
    top: 0;
    left: 0;
    border: 0
}

.popup .success h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-left: 72px;
    text-transform: none!important;
    border: 0;
    margin-bottom: 0;
    margin-top: 0
}

.popup .success h5 {
    padding-left: 72px;
    color: #656565;
    margin-top: 0
}

#main .survivorStory {
    position: relative;
    padding-top: 43px;
    clear: both
}

#main .survivorStory .survivorPicture {
    position: absolute;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 2;
    top: -50px;
    border: 3px solid #d1ebf2;
    border-radius: 95px;
    left: 50%;
    margin-left: -48px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #main .survivorStory .survivorPicture {
        left: 0;
        margin-left: 20px
    }
}

@media screen and (min-width:769px) {
    #main .survivorStory .survivorPicture {
        width: 95px;
        height: 95px;
        top: -60px
    }
}

#main .survivorStory .survivorPicture img {
    width: 85px;
    height: auto
}

#main .survivorStory .storyDesc {
    border: 1px solid #d1ebf2;
    margin: 0;
    background: #e9f3f6;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    padding: 80px 20px 20px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #main .survivorStory .storyDesc {
        padding: 10px 10px 10px 125px
    }
}

@media screen and (min-width:769px) {
    #main .survivorStory .survivorPicture img {
        width: 95px
    }
    #main .survivorStory .storyDesc {
        margin: 20px
    }
}

#main .survivorStory .storyDesc p {
    padding-right: 20px
}

#main .survivorStory .storyDesc blockquote {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border-left: 3px solid #1999c0;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:769px) {
    #main .survivorStory .storyDesc blockquote {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 20px
    }
}

#main .survivorStory h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #353535;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0;
    text-align: center;
    position: absolute;
    top: 90px;
    z-index: 6;
    left: 0;
    right: 0
}

.noTitle {
    display: block;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

#ContentPage.communityBlog {
    padding-top: 0
}

#ContentPage #PageHeader.communityBlog {
    position: relative;
    height: auto;
    padding-bottom: 80px
}

#ContentPage #PageHeader.communityBlog .recentPost {
    padding-top: 20px
}

#ContentPage #PageHeader.communityBlog .recentPost .recentThumb {
    border: 2px solid #d1ebf2;
    overflow: hidden
}

@media screen and (min-width:640px) and (max-width:768px) {
    #main .survivorStory h4 {
        position: relative;
        left: auto;
        right: auto;
        text-align: left;
        padding-left: 125px;
        top: -20px
    }
    #ContentPage #PageHeader.communityBlog {
        padding-bottom: 20px
    }
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb {
        float: left;
        width: 297px;
        height: 192px
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader.communityBlog .recentPost {
        margin-top: 40px
    }
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb {
        width: 400px;
        height: 267px;
        float: left
    }
}

#ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
    width: 102%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    min-width: 282px;
    min-height: 188px;
}

@media screen and (min-width:350px) and (max-width: 639px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        min-width: 312px;
        min-height: 208px;
    }
}

@media screen and (min-width:400px) and (max-width: 639px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        min-width: 282px;
        min-height: 188px;
    }
}

@media screen and (min-width:450px) and (max-width: 639px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        min-width: 414px;
        min-height: 276px;
    }
}

@media screen and (min-width:500px) and (max-width: 639px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        min-width: 465px;
        min-height: 310px;
    }
}

@media screen and (min-width:560px) and (max-width: 639px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        min-width: 526px;
        min-height: 351px;
    }
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription {
    margin-top: 20px;
    width: 100%;
    line-height: 24px
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentThumb img {
        width: 100%
    }
    #ContentPage #PageHeader.communityBlog .recentPost .recentDescription {
        margin-top: 0
    }
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentDescription.wThumbnail {
        padding-left: 317px;
        width: auto;
        margin-top: 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentDescription.wThumbnail {
        float: left;
        width: 480px;
        margin-left: 20px
    }
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription .social {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentDescription .social{
        width: 60%
    }
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription .social .pinterest {
    position: relative;
    bottom: 3px
}

.blogimage-responsive-container img,
.blogimage-responsive-container a, .alignnone {
    max-width: 100%;
    height: auto;
}

.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription .postTitle {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription h3 {
    color: #656565;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100
}

#ContentPage #PageContent .related-post-section div.related-post-content p b,
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p b,
#ContentPage #PageHeader.communityBlog .recentPost .recentDescription h3 strong {
    font-weight: 700
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription .button {
    padding: 10px;
    margin-top: 20px;
    display: block
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription h4 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px
}

#ContentPage #PageHeader.communityBlog .recentPost .recentDescription h4 a {
    color: #ffba1a
}

@media screen and (min-width:769px) {
    #ContentPage #PageHeader.communityBlog .recentPost .recentDescription .button {
        width: 230px
    }
    #ContentPage #PageContent.communityBlog .section .mainContent {
        width: 630px
    }
}

#ContentPage #PageContent.communityBlog .section h2 {
    margin-top: 10px
}

#ContentPage #PageContent.communityBlog .section.withSidebar .sidebar .widget {
    margin-top: 20px
}

#ContentPage #PageContent.communityBlog .section.withSidebar .sidebar .widget:first-child {
    margin-top: 0
}

#ContentPage #PageContent.communityBlog .communityPost {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d1ebf2;
    margin: 0 20px
}

#ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail {
    overflow: hidden;
    border: 2px solid #d1ebf2;
    position: relative;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail {
        width: 180px;
        height: 120px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail {
        width: 180px;
        height: 120px;
        float: left;
        margin-right: 20px;
        margin-bottom: 0
    }
}

#ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail img {
    height: auto;
    width: 100%;
    display: block
}

#ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail .comments-link {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: rgba(255, 255, 255, .7);
    font-size: 12px
}

#ContentPage #PageContent.communityBlog .communityPost .communitySummary {
    line-height: 24px;
    color: #656565;
    margin-top: 20px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary {
        padding-left: 200px
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail img {
        width: 180px
    }
    #ContentPage #PageContent.communityBlog .communityPost .communityPostThumbnail .comments-link {
        display: block
    }
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary {
        float: left;
        width: 450px;
        margin-top: 0
    }
}

#ContentPage #PageContent.communityBlog .communityPost .communitySummary .button {
    display: block;
    padding: 5px 30px 5px 10px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary .button {
        margin-top: 10px
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary .button {
        float: right;
        display: inline-block;
        margin-top: 10px
    }
}

#ContentPage #PageContent.communityBlog .communityPost .communitySummary .button:after {
    font-size: 12px;
    margin-top: -14px
}

#ContentPage #PageContent.communityBlog .communityPost .communitySummary p {
    display: none
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary p {
        display: block
    }
}

@media screen and (min-width:769px) {
    #ContentPage #PageContent.communityBlog .communityPost .communitySummary p {
        display: block
    }
    #ContentPage #PageContent.communityBlog .communityPost .communityTitle {
        float: left;
        width: 280px;
        margin-right: 20px
    }
    #ContentPage #PageContent.communityBlog .communityPost .communityMeta {
        float: left
    }
}

#ContentPage #PageContent.communityBlog .communityPost .communityTitle h5 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase
}

#ContentPage #PageContent.communityBlog .communityPost .communityTitle h5 a {
    color: #ffba1a
}

#ContentPage #PageContent.communityBlog .communityPost .communityTitle h3 {
    font-size: 14px;
    color: #656565;
    margin-top: 10px
}

#ContentPage #PageContent.communityBlog .communityPost .communityTitle .date {
    font-size: 12px;
    font-style: italic;
    color: #656565;
    margin-top: 10px
}

#ContentPage #PageContent.communityBlog .communityPost .entry-title {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: normal;
    margin: 0 0 10px
}

#ContentPage #PageContent.communityBlog .communityPost .communityMeta {
    border-bottom: 1px solid #d1ebf2;
    border-top: 1px solid #d1ebf2;
    color: #656565;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%
}

#ContentPage #PageContent.communityBlog .communityPost .communityMeta .author {
    padding-right: 10px;
    border-right: 1px solid #d1ebf2
}

#ContentPage #PageContent.communityBlog .communityPost .communityMeta .date {
    padding: 0 10px
}

@media screen and (min-width:769px) {
    #ContentPage #PageContent.communityBlog .communityPost .communityMeta .author {
        float: left;
        width: 140px
    }
    #ContentPage #PageContent.communityBlog .communityPost .communityMeta .date {
        float: left
    }
}

#ContentPage #PageContent.communityBlog .communityPost:first-child {
    margin-top: 0
}

#ContentPage #PageContent.communityBlog .communityPost:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#ContentPage #PageContent.communityBlog .section {
    position: relative;
    padding: 10px 20px 20px;
    border-top: 0;
    margin: 0
}

#ContentPage #PageContent.communityBlog .navigation-wrapper a {
    line-height: normal
}

#ContentPage #PageContent.communityBlog .navigation-wrapper .leftbutton a {
    padding-left: 20px
}

#ContentPage #PageContent.communityBlog .navigation-wrapper .rightbutton a {
    padding-right: 20px
}

#ContentPage #PageContent.communityBlog #DisqussComments {
    padding: 20px;
    margin-top: 40px
}

#ContentPage #wp_page_numbers,
#ContentPage .pagination {
    padding: 20px 0
}

#ContentPage #wp_page_numbers ul,
#ContentPage .pagination ul {
    text-align: center;
    width: 100%
}

#ContentPage #wp_page_numbers ul li,
#ContentPage .pagination ul li {
    display: inline;
    padding-left: 0
}

#ContentPage #wp_page_numbers ul li a,
#ContentPage .pagination ul li a {
    display: inline-block;
    padding: 5px 8px;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    margin: 0 5px
}

#ContentPage #wp_page_numbers ul li a:hover,
#ContentPage .pagination ul li a:hover {
    background: #d7e9ef
}

#ContentPage #wp_page_numbers ul li.active_page a,
#ContentPage .pagination ul span.current {
    background: #f0f0f0;
    border: 1px solid #acacac;
    color: #353535;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 5px
}

#ContentPage #wp_page_numbers ul li:after {
    display: none
}

#main .nr_popular_placeholder .nrelate_popular h3 {
    padding: 0 0 10px
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel {
    min-height: auto;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1ebf2
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel:hover .nr_text .nr_post_title {
    text-decoration: underline
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel .nr_img_div {
    float: left;
    margin: 0 20px 0 0
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel .nr_img_div img.nr_img {
    border: 2px solid #d1ebf2
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel .nr_text .nr_post_title {
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    display: block
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel .nr_text .nr_excerpt {
    font-size: 14px;
    color: #656565;
    display: block
}

#main .nr_popular_placeholder .nrelate_popular .nr_inner a.nr_panel .nr_text .nr_showviews {
    display: none
}

#main .nr_related_placeholder h3.nr_title {
    border-top: 1px solid #d1ebf2;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 24px
}

#main .nr_related_placeholder .nr_inner {
    padding: 0
}

#main .nr_related_placeholder .nr_inner a.nr_panel {
    display: block;
    position: relative;
    margin-top: 20px
}

#main .nr_related_placeholder .nr_inner a.nr_panel .nr_img_div {
    display: block;
    float: left;
    border: 2px solid #d1ebf2;
    width: 150px;
    height: 150px
}

#main .nr_related_placeholder .nr_inner a.nr_panel .nr_text {
    display: block;
    padding-left: 170px
}

#main .nr_related_placeholder .nr_inner a.nr_panel .nr_text .nr_post_title {
    display: block;
    font-size: 18px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#main .nr_related_placeholder .nr_inner a.nr_panel .nr_text .nr_excerpt {
    color: #656565;
    font-size: 14px;
    display: block;
    margin-top: 10px
}

#main .nr_related_placeholder .nr_inner a.nr_panel:hover,
#main .nr_related_placeholder .nr_inner a.nr_panel:hover .nr_img_div {
    text-decoration: none
}

#main .nr_related_placeholder .nr_inner a.nr_panel:hover .nr_text .nr_post_title {
    text-decoration: underline
}

#main .nr_related_placeholder .nr_inner a.nr_panel:hover .nr_text .nr_excerpt {
    text-decoration: none
}

body .nrelate.nrelate_animate_style_simple {
    background: #e9f3f6;
    border: 2px solid #d1ebf2
}

body .nrelate.nrelate_animate_style_simple .nr_title {
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #353535
}

body .nrelate.nrelate_animate_style_simple .nr_inner a .nr_post_title {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #1999c0;
    font-weight: 400
}

body .nrelate.nrelate_animate_style_simple .nr_inner a:hover .nr_text .nr_post_title {
    text-decoration: underline
}

body #nrelate_flyout_open.nrelate_animate_style_simple {
    width: auto
}

body #nrelate_flyout_open.nrelate_animate_style_simple.nr_slideout_left {
    background-image: url(../images/FlyoutArrow.png);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, .15)
}

.ul-nested-ul li::after {
    font-family: MesoGuideIcons!important;
    content: '\7d'!important;
    display: block!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 20px!important;
    height: 20px!important;
    color: #1999c0!important;
    font-size: 10px!important;
    visibility: visible!important;
    line-height: 24px!important
}

.ul-nested-ul li {
    padding-left: 20px!important;
    margin-left: 32px!important
}

#ContentPage #PageContent .related-post-section,
#ContentPage #PageContent.communityBlog .related-post-section {
    width: 47%;
    float: left;
    height: 160px;
    padding-left: 0
}

#ContentPage #PageContent .related-post-section div.related-post-thumbnail,
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-thumbnail {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    float: left;
    width: 50%;
    border: 2px solid #e9f3f6;
    overflow: hidden;
    height: 83%
}

#ContentPage #PageContent .related-post-section div.related-post-thumbnail img,
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-thumbnail img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .37s cubic-bezier(.55, 0, .1, 1);
    transition: all .37s cubic-bezier(.55, 0, .1, 1)
}

#ContentPage #PageContent .related-post-section:hover img,
#ContentPage #PageContent.communityBlog .related-post-section:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

#ContentPage #PageContent .related-post-section div.related-post-content,
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content {
    width: 50%;
    float: right
}

#ContentPage #PageContent .related-post-section div.related-post-content p,
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p {
    text-align: left;
    margin-top: 5px
}

#ContentPage #PageContent .related-post-section div.related-post-content p:nth-child(2),
#ContentPage #PageContent .related-post-section div.related-post-content p:nth-child(3),
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p:nth-child(2),
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p:nth-child(3) {
    color: #656565;
    margin-top: 3px
}

#ContentPage #PageContent .related-post-section div.related-post-content p:nth-child(1),
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p:nth-child(1) {
    font-size: 18px;
    font-weight: 100;
    margin-top: 0;
    padding-right: 5px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage #PageContent .related-post-section div.related-post-content p:nth-child(3),
#ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p:nth-child(3) {
    font-style: italic;
    margin-top: 7px;
    font-size: 12px
}

#ContentPage #PageContent .related-post-section:hover,
#ContentPage #PageContent.communityBlog .related-post-section:hover {
    color: #137593
}

h3#related-articles-blog-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 7px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#GuideCalloutTopBooks .guideCalloutContent h3,
#GuideCalloutTopBooks .guideContents h4,
p#est-read-time,
section#GuideFeatureBanner.homepageNew div.introText .hero-btn {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage #PageContent.communityBlog .navigation-wrapper {
    padding-top: 25px
}

@media screen and (max-width:960px) {
    #ContentPage #PageContent .related-post-section div.related-post-content,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-content {
        width: 47%
    }
}

@media screen and (max-width:800px) {
    #ContentPage #PageContent .related-post-section,
    #ContentPage #PageContent.communityBlog .related-post-section {
        float: none;
        width: 100%;
        height: auto;
        display: inline-block
    }
    #ContentPage #PageContent .related-post-section div.related-post-thumbnail,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-thumbnail {
        width: 30%;
        max-height: 120px
    }
    #ContentPage #PageContent .related-post-section div.related-post-content,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-content {
        width: 70%;
        padding-right: 0
    }
}

@media screen and (max-width:750px) {
    #ContentPage #PageContent .related-post-section div.related-post-content,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-content {
        width: 68%;
        padding-right: 0
    }
}

@media screen and (max-width:620px) {
    #ContentPage #PageContent .related-post-section div.related-post-thumbnail,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-thumbnail {
        max-height: 87px
    }
    #ContentPage #PageContent .related-post-section div.related-post-content p,
    #ContentPage #PageContent.communityBlog .related-post-section div.related-post-content p {
        padding-left: 4px
    }
}

p#est-read-time {
    font-size: 14px;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 3px
}

.widget_ascentus_ad {
    display: none;
    margin-top: 20px;
    z-index: 0
}

.widget_ascentus_ad:first-child {
    margin-top: 0
}

@media screen and (min-width:769px) {
    .widget_ascentus_ad {
        display: block
    }
}

#GuideCalloutTopBooks {
    position: relative
}

#GuideCalloutTopBooks img {
    margin-bottom: -7px
}

#GuideCalloutTopBooks.stepGuide .guideContents {
    border-bottom: none
}

#GuideCalloutTopBooks.stepGuide .guideContents .center-call {
    border-bottom: none;
    padding: 10px 0 5px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step {
    display: none
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step.active {
    display: block
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-top {
    position: relative;
    width: 298px;
    left: -20px;
    background: #0b7795
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-top:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0b7795;
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-top h3 {
    font-size: 16px;
    text-transform: none;
    border-bottom: none;
    color: #e9f3f6
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field {
    margin-top: 8px;
    width: 100%;
    float: left;
    position: relative
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: #656565;
    display: block
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field input {
    width: 236px;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    height: 20px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.email,
#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.phone {
    width: auto;
    float: left
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.email input,
#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.phone input {
    width: 102px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.email {
    margin-right: 10px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.phone input {
    width: 77px;
    padding-right: 35px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field.phone .icon {
    position: absolute;
    top: 23px;
    right: -5px;
    color: #1999c0;
    margin-right: 12px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field select {
    font-size: 14px;
    width: 258px;
    height: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    outline: 0;
    padding: 6px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field .insetField {
    width: auto;
    float: left
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field .insetField select {
    width: 66px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field .insetField input {
    width: 64px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .field .insetField.state {
    margin: 0 10px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .buttons input.button.primary {
    width: 124px;
    height: 42px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button {
    text-transform: uppercase;
    font-size: 16px;
    width: 94px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button.primary {
    float: right;
    padding: 10px 15px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button.primary:after {
    top: 10px
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button:hover {
    text-decoration: none
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button.back {
    height: 32px;
    width: 62px;
    margin-top: 10px;
    float: left;
    padding: 10px 20px 0 40px;
    line-height: 22px
}

#GuideCalloutTopBooks .guideCalloutContent h3,
#GuideCalloutTopBooks .guideContents {
    padding: 10px 20px;
    border-bottom: 1px solid #d1ebf2
}

#GuideCalloutTopBooks.stepGuide .guideContents .stepForm .step-bottom .button.back:after {
    top: 19px;
    left: 10px;
    content: "\7b"
}

#GuideCalloutTopBooks .guideCalloutContent {
    border: 1px solid #d1ebf2;
    background: #e9f3f6;
    border-radius: 3px
}

#GuideCalloutTopBooks .guideCalloutContent h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    line-height: 22px
}

#GuideCalloutTopBooks .guideCalloutContent h3 span {
    font-weight: 700;
    color: #ffba1a
}

#GuideCalloutTopBooks .guideContents h4 {
    font-size: 16px;
    margin: 0;
    padding: 0
}

#GuideCalloutTopBooks .guideContents h4 strong {
    text-transform: uppercase
}

#GuideCalloutTopBooks .guideContents ul {
    list-style: none;
    font-size: 13px;
    margin-top: 0
}

#GuideCalloutTopBooks .guideContents ul li {
    margin: 2px 0
}

#GuideCalloutTopBooks .guideContents .center-call {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 5px 0;
    padding: 3px 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #d1ebf2;
    border-bottom: 1px solid #d1ebf2;
    color: #1999c0
}

#GuideCalloutTopBooks .guideContents .success {
    position: relative;
    left: auto;
    top: auto;
    border: none;
    padding: 0;
    background: 0 0
}

#GuideCalloutTopBooks .guideContents .success h4 {
    border: none;
    padding-left: 72px
}

#GuideCalloutTopBooks .guideContents .success h5 {
    margin-top: 0
}

#GuideCalloutTopBooks .guideContents .success:after {
    top: 0;
    left: 0
}

#GuideCalloutTopBooks .guideContents .button.primary {
    padding: 15px;
    font-size: 18px;
    margin-top: 10px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm img {
    position: relative;
    left: 7px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form {
    background: 0 0;
    border: none;
    padding: 0
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form ul {
    line-height: 22px;
    padding: 5px 0
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form ul li {
    padding-left: 28px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field {
    margin-top: 8px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field .icon {
    right: -8px;
    top: 22px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field input {
    width: 236px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field select {
    width: 258px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field.triple input,
#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field.triple select {
    width: 64px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field.submit input {
    width: 258px
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field .insetField,
#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field .insetField.state {
    width: auto
}

#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field .insetField input,
#GuideCalloutTopBooks #GuideContentForm .lightForm .form .field .insetField.state select {
    position: relative
}

#GuideCalloutTopBooks .privacy {
    padding: 20px;
    white-space: nowrap;
    font-size: 12px
}

#GuideCalloutTopBooks .privacy a {
    display: block;
    float: left;
    width: 87px;
    height: 27px;
    margin-right: 10px
}

#GuideCalloutTopBooks .privacy p {
    margin: 0
}

#GuideCalloutTopBooks .coverLink {
    bottom: 70px
}

.calloutLink,
.coverLink {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    left: 0
}

#GuideCalloutTopBooks.survivorAd .guideCalloutContent h3 {
    font-size: 22px;
    line-height: 26px
}

#GuideCalloutTopBooks.survivorAd .guideCalloutContent h3 span {
    font-size: 28px
}

#GuideCalloutTopBooks.survivorAd .guideContents .button.primary {
    font-size: 14px
}

.coverLink {
    display: block;
    background: url(../images/transparent.gif) no-repeat;
    right: 0
}

.coverLink:active+.button.primary,
.coverLink:hover+.button.primary {
    background: #056883;
    color: #fff
}

#ContentPage .section #CancerCentersMap {
    margin: 20px auto 0;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    background-color: #f7f6f6;
    padding: 20px 0 10px
}

#ContentPage .section #CancerCentersMap h3 {
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    padding: 0 20px
}

#ContentPage .section #CancerCentersMap p {
    margin: 10px 20px
}

#ContentPage .section #CancerCentersMap p.address {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    text-align: center
}

#ContentPage .section #CancerCentersMap p.address span {
    display: block
}

#ContentPage .section #CancerCentersMap #Map-Canvas {
    height: 300px;
    margin: 20px 0
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section #CancerCentersMap {
        width: 100%
    }
    #ContentPage .section #CancerCentersMap p.address span {
        display: inline
    }
    #ContentPage .section #CancerCentersMap p.address {
        padding-left: 0
    }
    #ContentPage .section #CancerCentersMap p,
    #ContentPage .section #CancerCentersMap ul {
        padding-left: 47%
    }
    #ContentPage .section #CancerCentersMap #Map-Canvas {
        width: 45%;
        float: left;
        border: solid #dfdfdf;
        border-width: 1px 1px 1px 0
    }
}

#ContentPage .section #CancerCentersMap .mapMarker {
    height: auto
}

#ContentPage .section #CancerCentersMap .mapMarker span {
    display: block
}

.calloutLink {
    color: #fff;
    display: block;
    width: 100%;
    background: url(../images/transparent.gif)
}

.calloutLink:active+.button,
.calloutLink:hover+.body .button,
.calloutLink:hover+.button {
    background: #056883;
    color: #fff
}

.secondaryAd {
    position: relative;
    width: 300px;
    border-radius: 3px
}

.secondaryAd .button {
    position: absolute;
    text-transform: none;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px 10px
}

#DoctorMatchEquation {
    width: 298px;
    border: 1px solid #d7d7d7;
    background: url(../images/callouts/dm-3.png) no-repeat;
    height: 402px
}

#DoctorMatchEquation .button.primary.fancyLink {
    right: 20px
}

#VeteransAd02 {
    position: relative;
    background: url(../images/callouts/VeteransAd02.jpg);
    width: 300px;
    height: 398px;
    border-radius: 3px
}

#VeteransAd02 .button {
    font-size: 18px;
    width: 240px
}

#VAClaimsAd {
    background: url(../images/callouts/new/veterans-guide-tall.png);
    height: 486px
}

#VAClaimsAd .button {
    font-size: 16px
}

#NewGuideAd {
    background: url(../images/callouts/NewGuideAd.jpg);
    height: 467px
}

#NewGuideAd .button {
    font-size: 18px
}

.button.primary.fancyLink {
    position: absolute;
    font-size: 18px;
    text-align: right;
    text-transform: none;
    background: 0 0;
    padding: 15px 40px 15px 0;
    width: auto;
    color: #1999c0;
    right: 0;
    bottom: 0;
    line-height: 18px
}

.button.primary.fancyLink:after {
    background: #1999c0;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 18px;
    font-size: 11px;
    right: 0
}

#ContentPage .section .mobile_callout.clinicalTrials .ctaHeader img,
#LegalTall .button {
    right: 20px;
    bottom: 20px
}

.calloutLink:hover+.button.fancyLink {
    background: 0 0;
    color: #056883;
    text-decoration: underline
}

.calloutLink:hover+.button.fancyLink:after {
    background: #056883
}

#NewVeteransAd {
    background: url(../images/callouts/NewVeteransAd.jpg);
    height: 337px
}

#NewVeteransAd_guide {
    background: url(../images/callouts/new/veterans-guide-header.png);
    height: 377px
}

#NewDoctorAd {
    background: url(../images/callouts/NewDoctorMatch.jpg);
    height: 454px
}

#NewDoctorAd2 {
    background: url(../images/callouts/NewDoctorMatch2.jpg);
    height: 382px
}

#newTopDoctorAd {
    background: url(../images/callouts/NewTopDoctor.jpg);
    height: 330px
}

#NewWristbandAd {
    background: url(../images/callouts/NewWristbandAd.jpg) no-repeat;
    height: 317px
}

#NewWristbandAd2 {
    background: url(../images/callouts/NewWristbandAd2.jpg);
    height: 232px
}

#NewWristbandAd3 {
    background: url(../images/callouts/NewWristbandAd3.jpg);
    height: 306px
}

#ContentPage #WristbandAd03 {
    width: 298px;
    height: 316px;
    border: 1px solid #d1ebf2;
    overflow: hidden
}

#ContentPage #WristbandAd03 .button {
    width: 218px;
    font-size: 18px;
    z-index: 1
}

#ContentPage #WristbandAd03 h3 {
    text-transform: uppercase;
    color: #ffba1a;
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    margin: 0;
    padding: 0 0 20px
}

#ContentPage #WristbandAd03 h3 span {
    color: #353535;
    font-weight: 100
}

#ContentPage #WristbandAd03 p {
    font-size: 14px;
    line-height: 24px
}

#ContentPage #WristbandAd03 .wristbandImg {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/callouts/WristbandAd03.jpg);
    width: 300px;
    height: 217px
}

#ContentPage #SmallGuideCallOut {
    background: url(../images/callouts/mini-guide.png) no-repeat;
    width: 300px;
    height: 323px;
    position: relative
}

#ContentPage #SmallGuideCallOut .button {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px
}

#ContentPage #SmallGuideCallOut .button:after {
    top: 11px
}

#ContentPage .contentCallout {
    position: relative;
    height: 118px;
    border-top: 1px solid #d1ebf2;
    border-bottom: 1px solid #d1ebf2;
    background: #e9f3f6;
    margin-bottom: -1px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 100
}

#ContentPage .contentCallout .guideBooks {
    display: block;
    width: 144px;
    height: 106px;
    background: url(../images/callouts/mini-books.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 100px
}

.ranking_callouts .rank .avatar .num,
.ranking_callouts_b .rank .avatar .num {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    left: 0;
    text-align: center
}

#ContentPage .contentCallout h4 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 270px;
    padding-top: 30px;
    font-weight: 400
}

#ContentPage .contentCallout h4 strong {
    font-weight: 700;
    color: #ffba1a
}

#ContentPage .contentCallout p {
    padding-left: 270px;
    padding-right: 280px;
    margin-top: 10px
}

#ContentPage .contentCallout .button {
    width: auto;
    position: absolute;
    padding: 15px 30px 15px 15px;
    right: 30px;
    top: 30px;
    font-weight: 700
}

#ContentPage .contentCallout .button:after {
    margin-top: 0;
    top: 14px
}

#ContentPage .contentCallout .calloutLink:hover+.button {
    background: #ffcc57;
    color: #353535
}

#ContentPage .section .blog {
    background: #f7f6f6;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

#ContentPage .section .blog.single img {
    position: relative;
    width: 100%;
    height: auto
}

#ContentPage .section .blog.single .title {
    margin-top: 0;
    font-size: 20px
}

#ContentPage .section .blog.single .info {
    padding: 15px 20px 10px
}

#ContentPage .section .blog.single .info .date {
    font-style: italic;
    margin: 0 0 10px
}

#ContentPage .section .blog.single .button.third {
    padding: 10px;
    margin: 0 20px 20px;
    font-size: 16px;
    color: #353535
}

#ContentPage .section .blog.single .button.third:hover {
    text-decoration: none
}

#ContentPage .section .blog.triple {
    padding: 20px
}

#ContentPage .section .blog.triple img {
    border: 2px solid #dfdfdf;
    width: 73px;
    float: left;
    margin-top: 2px;
    height: auto
}

#ContentPage .section .blog.triple .post {
    margin-bottom: 15px
}

#ContentPage .section .blog.triple .post .date {
    margin: 0 0 4px
}

#ContentPage .section .blog.triple .info {
    margin-left: 97px;
    font-weight: 400;
    font-style: italic
}

#ContentPage .section .blog.triple .info a.title {
    color: #1999c0;
    font-style: normal;
    font-size: 16px
}

#ContentPage .section .blog.triple h3 {
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf
}

#ContentPage .section .blog.triple .button.third {
    padding: 10px;
    font-size: 16px
}

#ContentPage .section .blog.triple .button.third:hover {
    text-decoration: none
}

.ranking_callouts {
    position: relative;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px
}

.ranking_callouts h3 {
    font-weight: 100;
    font-size: 18px!important;
    text-transform: uppercase;
    margin: 20px 20px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1ebf2;
    border-radius: 3px
}

.ranking_callouts h3 span {
    font-weight: 700;
    color: #ffba1a
}

.ranking_callouts .rank {
    position: relative;
    margin: 10px 20px
}

.ranking_callouts .rank .avatar {
    width: 54px;
    height: 54px;
    float: left;
    position: relative
}

.ranking_callouts .rank .avatar .num {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #ffe3a3;
    border: 1px solid #ffba1a;
    border-radius: 17px;
    font-size: 10px;
    color: #353535;
    bottom: 0;
    line-height: 17px;
    font-weight: 700
}

.ranking_callouts .rank .avatar .bigNum {
    position: static;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 5px
}

.ranking_callouts .rank .avatar .imageContainer {
    width: 50px;
    height: 50px;
    border: 3px solid #d1ebf2;
    border-radius: 50px;
    overflow: hidden
}

.ranking_callouts .rank .avatar .imageContainer img {
    width: 50px;
    height: auto
}

.ranking_callouts .rank .info {
    position: relative;
    padding-left: 70px
}

.ranking_callouts .rank .info h4 {
    clear: none!important;
    font-size: 16px!important;
    font-weight: 400!important;
    margin-bottom: 0;
    line-height: normal!important
}

.ranking_callouts .rank .info p {
    font-size: 12px;
    margin-top: 0!important;
    font-style: italic;
    color: #656565;
    line-height: 19px!important
}

.ranking_callouts .rank:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.ranking_callouts .button {
    margin: 10px 20px 20px;
    padding: 10px
}

.ranking_callouts .button.primary:after {
    top: 9px
}

.ranking_callouts .calloutLink:hover+.button {
    background: #ffcc57;
    color: #353535
}

.ranking_callouts_b {
    position: relative;
    border-bottom: 1px solid #dfdfdf
}

.ranking_callouts_b.survivors h3 {
    background: url(../images/callouts/SurvivorStoryIcon.png) 250px 50% no-repeat #f7f6f6
}

.ranking_callouts_b.doctors h3 {
    background: url(../images/callouts/DoctorsIcon.png) 250px 50% no-repeat #f7f6f6
}

.ranking_callouts_b.clinical-trials h3 {
    background: url(../images/callouts/ClinicalTrialsIcon.png) 250px 50% no-repeat #f7f6f6
}

.ranking_callouts_b.cancer-centers h3 {
    background: url(../images/callouts/CancerCentersIcon.png) 235px 50% no-repeat #f7f6f6
}

.ranking_callouts_b h3 {
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-radius: 3px
}

.ranking_callouts_b .rank {
    position: relative;
    margin: 10px 0
}

.ranking_callouts_b .rank .avatar {
    width: 54px;
    height: 54px;
    float: left;
    position: relative
}

.ranking_callouts_b .rank .avatar .num {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #f7f6f6;
    border: 1px solid #dfdfdf;
    border-radius: 17px;
    font-size: 10px;
    color: #353535;
    bottom: 0;
    line-height: 17px;
    font-weight: 700
}

.ranking_callouts_b .rank .avatar .bigNum {
    position: static;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 5px
}

.ranking_callouts_b .rank .avatar .imageContainer {
    width: 50px;
    height: 50px;
    border: 3px solid #dfdfdf;
    border-radius: 50px;
    overflow: hidden
}

.ranking_callouts_b .rank .avatar .imageContainer img {
    width: 50px;
    height: auto
}

.ranking_callouts_b .rank .info {
    position: relative;
    padding-left: 70px
}

.ranking_callouts_b .rank .info h4 {
    clear: none!important;
    font-size: 16px!important;
    font-weight: 400!important;
    margin-bottom: 0;
    line-height: normal!important
}

.ranking_callouts_b .rank .info p {
    font-size: 12px;
    margin-top: 0!important;
    font-style: italic;
    color: #656565;
    line-height: 19px!important
}

.ranking_callouts_b .rank:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.ranking_callouts_b .button.primary.fancyLink {
    position: relative;
    padding-bottom: 20px
}

#VeteransFacts {
    width: 300px;
    height: 338px;
    background: url(../images/callouts/vetfacts.jpg) no-repeat
}

#VeteransFacts .fancyLink {
    padding: 8px 40px 17px 0
}

#LegalTall {
    width: 300px;
    height: 579px;
    position: relative;
    background: url(../images/callouts/legal-tall.jpg) no-repeat
}

#LegalTall .button {
    position: absolute;
    left: 20px;
    padding: 15px
}

#ContentPage .section .mobile_callout {
    display: block;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-top: 20px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .mobile_callout {
        display: none
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .mobile_callout {
        display: none
    }
}

#ContentPage .section .mobile_callout .button {
    padding: 10px;
    text-align: center
}

#ContentPage .section .mobile_callout .button:after {
    display: none!important
}

#ContentPage .section .mobile_callout.survivorsGuideM .ctaHeader .quickBlurb {
    padding: 0 127px 0 20px
}

#ContentPage .section .mobile_callout.survivorsGuideM .ctaContent .banner img {
    float: right
}

#ContentPage .section .mobile_callout.survivorsGuideM .ctaContent .quickBio {
    padding: 0 127px 0 20px;
    margin: 0
}

#ContentPage .section .mobile_callout.topDoctors .ctaHeader.collapsed {
    border-bottom: 1px solid #d1ebf2;
    background: #f3fafc
}

#ContentPage .section .mobile_callout.topDoctors .ctaHeader .quickBlurb {
    color: #656565;
    padding: 20px 127px 0 20px
}

#ContentPage .section .mobile_callout.cancerCenters .ctaHeader .quickBlurb,
#ContentPage .section .mobile_callout.clinicalTrials .ctaHeader .quickBlurb {
    padding: 0 107px 0 20px
}

#ContentPage .section .mobile_callout.wristbands .ctaHeader img {
    right: 10px
}

#ContentPage .section .mobile_callout.wristbands .ctaContent .banner {
    padding-top: 0
}

#ContentPage .section .mobile_callout.veterans .ctaHeader {
    background: url(../images/mobile/v/flag.jpg) no-repeat!important;
    background-size: cover!important
}

#ContentPage .section .mobile_callout.veterans .ctaHeader h4 {
    background: 0 0
}

#ContentPage .section .mobile_callout.veterans .ctaHeader .quickBlurb {
    padding: 0 107px 0 20px
}

#ContentPage .section .mobile_callout.legal .ctaHeader.collapsed {
    border-bottom: 1px solid #d1ebf2;
    background: #e9f3f6
}

#ContentPage .section .mobile_callout.legal .ctaHeader .quickBlurb {
    color: #656565;
    padding: 20px 107px 0 20px
}

#ContentPage .section .mobile_callout.legal .ctaContent .banner {
    padding-top: 0
}

#ContentPage .section .mobile_callout .ctaHeader {
    position: relative;
    overflow: hidden
}

#ContentPage .section .mobile_callout .ctaHeader h4 {
    font-size: 20px;
    margin: 0;
    background: #1999c0;
    padding: 15px 20px;
    font-weight: 400;
    color: #fff
}

#ContentPage .section .mobile_callout .ctaContent h6,
#ContentPage .section .tablet_callout h4,
#ContentPage .section .tablet_callout h5 {
    font-weight: 700
}

#ContentPage .section .mobile_callout .ctaHeader.collapsed {
    display: block;
    background: #1999c0;
    padding-bottom: 20px
}

#ContentPage .section .mobile_callout .ctaHeader.collapsed .button,
#ContentPage .section .mobile_callout .ctaHeader.collapsed .quickBlurb,
#ContentPage .section .mobile_callout .ctaHeader.collapsed h4,
#ContentPage .section .mobile_callout .ctaHeader.collapsed img {
    display: block
}

#ContentPage .section .mobile_callout .ctaHeader .quickBlurb {
    display: none;
    margin: 0;
    padding: 0 147px 0 20px;
    color: #fff;
    font-size: 12px;
    line-height: 19px
}

#ContentPage .section .mobile_callout .ctaHeader .button {
    display: none;
    margin-right: 147px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 5px 10px
}

#ContentPage .section .mobile_callout .ctaHeader img {
    display: none;
    position: absolute;
    right: -10px;
    bottom: 0;
    max-width: 127px;
    height: auto
}

#ContentPage .section .mobile_callout .ctaContent {
    display: block
}

#ContentPage .section .mobile_callout .ctaContent.collapsed {
    display: none
}

#ContentPage .section .mobile_callout .ctaContent .banner {
    background: #f3fafc;
    border-bottom: 1px solid #d1ebf2;
    padding-top: 20px
}

#ContentPage .section .mobile_callout .ctaContent .banner img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%
}

#ContentPage .section .mobile_callout .ctaContent h5 {
    margin: 20px 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

#ContentPage .section .mobile_callout .ctaContent .checkmarks {
    margin-left: 20px;
    padding-right: 20px
}

#ContentPage .section .mobile_callout .ctaContent ul.list {
    padding-top: 10px;
    padding-bottom: 10px
}

#ContentPage .section .mobile_callout .ctaContent ul.list li {
    clear: both;
    min-height: 56px
}

#ContentPage .section .mobile_callout .ctaContent ul.list li:after {
    display: none
}

#ContentPage .section .mobile_callout .ctaContent ul.list li .img {
    float: left;
    max-width: 56px
}

#ContentPage .section .mobile_callout .ctaContent ul.list li .cont {
    padding-left: 76px;
    padding-right: 20px
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num .img {
    border-radius: 56px;
    border: 3px solid #dfdfdf;
    height: 56px;
    overflow: hidden;
    position: relative
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num .img img {
    width: 56px;
    height: auto
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num li {
    margin-top: 20px
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num li:first-child {
    margin-top: 0
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num .num {
    position: absolute;
    left: 20px;
    top: 40px;
    padding: 3px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    z-index: 4;
    background: #dfdfdf
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num h4 {
    clear: none;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

#ContentPage .section .mobile_callout .ctaContent ul.list.num .cont p {
    margin: 0;
    font-style: italic;
    font-size: 12px
}

#ContentPage .section .mobile_callout .ctaContent .cta {
    margin-top: 10px;
    position: relative;
    background: #1999c0;
    padding: 20px;
    color: #fff
}

#ContentPage .section .mobile_callout .ctaContent .cta:after {
    display: block;
    position: absolute;
    content: ' ';
    left: 50%;
    top: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1999c0
}

#ContentPage .section .mobile_callout .ctaContent .cta .button {
    margin-top: 10px
}

#ContentPage .section .tablet_callout {
    display: none;
    margin: 30px 0;
    border: 1px solid #dfdfdf;
    border-radius: 3px
}

@media screen and (min-width:640px) and (max-width:768px) {
    #ContentPage .section .tablet_callout {
        display: block
    }
}

@media screen and (min-width:769px) {
    #ContentPage .section .tablet_callout {
        display: none
    }
}

#ContentPage .section .tablet_callout .ctaHeader {
    padding: 20px;
    background: #f7f6f6
}

#ContentPage .section .tablet_callout h4 {
    color: #1999c0;
    margin: 0
}

#ContentPage .section .tablet_callout h5 {
    margin-top: 0
}

#ContentPage .section .tablet_callout .tabletAdContent {
    display: table
}

#ContentPage .section .tablet_callout .tabletContent,
#ContentPage .section .tablet_callout .tabletImg {
    display: table-cell;
    vertical-align: top
}

#ContentPage .section .tablet_callout img {
    position: relative
}

#ContentPage .section .tablet_callout .tabletContent {
    width: 100%;
    padding: 10px
}

#ContentPage .section .tablet_callout .cta {
    padding: 20px 20px 5px;
    border-top: 1px solid #dfdfdf;
    text-align: center
}

#ContentPage .section .tablet_callout .cta p {
    margin: 8px
}

#ContentPage .section .tablet_callout .cta a {
    padding: 10px;
    width: 50%;
    margin: 0 auto
}

#ContentPage .section .tablet_callout .cta a:after {
    top: 10px
}

#ContentPage .section .tablet_callout .notice {
    font-size: 12px
}

#ContentPage .section .tablet_callout.tabletGuide img {
    width: 240px;
    bottom: -23px
}

#ContentPage .section .tablet_callout.tabletGuide h5,
#ContentPage .section .tablet_callout.tabletGuide ul,
#ContentPage .section .tablet_callout.tabletVeteransGuide h5,
#ContentPage .section .tablet_callout.tabletVeteransGuide ul,
#ContentPage .section .tablet_callout.tabletWristbands h5,
#ContentPage .section .tablet_callout.tabletWristbands ul {
    margin-left: 25px
}

#ContentPage .section .tablet_callout.tabletDoctor .tabletAdContent {
    padding: 10px;
    display: block;
    background: url(../images/tablet/TabletAd_Doctors.jpg) bottom right no-repeat
}

#ContentPage .section .tablet_callout.tabletCancerCenters .cta,
#ContentPage .section .tablet_callout.tabletDoctor .cta,
#ContentPage .section .tablet_callout.tabletLegal .cta,
#ContentPage .section .tablet_callout.tabletTopDoctors .cta {
    padding: 20px
}

#ContentPage .section .tablet_callout.tabletVeteransGuide .tabletAdContent {
    padding: 10px 10px 10px 220px;
    display: block;
    background: url(../images/tablet/TabletAd_VeteransGuide.jpg) bottom left no-repeat
}

#ContentPage .section .tablet_callout.tabletLegal .tabletContent {
    padding: 10px 0 20px 20px
}

#ContentPage .section .tablet_callout.tabletLegal img {
    top: -14px;
    margin-bottom: -21px
}

#ContentPage .section .tablet_callout.tabletWristbands .tabletAdContent {
    padding-left: 220px;
    display: block;
    background: url(../images/tablet/TabletAd_Wristbands.jpg) bottom left no-repeat
}

#ContentPage .section .tablet_callout.tabletCancerCenters .tabletAdContent,
#ContentPage .section .tablet_callout.tabletTopDoctors .tabletAdContent {
    padding: 10px 20px 20px;
    width: 100%;
    box-sizing: border-box
}

#ContentPage .section .tablet_callout.tabletCancerCenters ul,
#ContentPage .section .tablet_callout.tabletTopDoctors ul {
    text-align: center
}

#ContentPage .section .tablet_callout.tabletCancerCenters li,
#ContentPage .section .tablet_callout.tabletTopDoctors li {
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top
}

#ContentPage .section .tablet_callout.tabletCancerCenters li:first-child,
#ContentPage .section .tablet_callout.tabletTopDoctors li:first-child {
    padding: 0
}

#ContentPage .section .tablet_callout.tabletCancerCenters li:first-child .num,
#ContentPage .section .tablet_callout.tabletTopDoctors li:first-child .num {
    margin-left: -40px
}

#ContentPage .section .tablet_callout.tabletCancerCenters li:after,
#ContentPage .section .tablet_callout.tabletTopDoctors li:after {
    display: none
}

#ContentPage .section .tablet_callout.tabletCancerCenters li .num,
#ContentPage .section .tablet_callout.tabletTopDoctors li .num {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -28px;
    width: 20px;
    height: 20px;
    background: #ffe3a3;
    border: 1px solid #ffba1a;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.75;
    z-index: 1
}

#ContentPage .section .tablet_callout.tabletCancerCenters li .cont p,
#ContentPage .section .tablet_callout.tabletTopDoctors li .cont p {
    margin: 4px 0
}

#ContentPage .section .tablet_callout.tabletCancerCenters li h4,
#ContentPage .section .tablet_callout.tabletTopDoctors li h4 {
    font-size: 14px
}

#ContentPage .section .tablet_callout.tabletCancerCenters img,
#ContentPage .section .tablet_callout.tabletTopDoctors img {
    border-radius: 50%;
    border: 3px solid #dfdfdf
}

#ContentPage .section .tablet_callout.tabletSurvivors .tabletAdContent {
    padding: 10px 0 10px 20px;
    position: relative
}

#ContentPage .section .tablet_callout.tabletSurvivors .tabletContent {
    padding: 0 10px 10px
}

#ContentPage .section .tablet_callout.tabletSurvivors .tabletImg {
    vertical-align: bottom
}

#ContentPage .section .tablet_callout.tabletSurvivors .tabletImg img {
    bottom: -17px
}

#ContentPage .section .tablet_callout.tabletSurvivors .tabletImg p {
    position: absolute;
    width: 180px;
    background: #f3fafc;
    padding: 20px 100px 20px 20px;
    top: 60px;
    right: 0;
    font-size: 12px;
    line-height: 1.5
}

#carlIllness .button,
#carlQuestion .button,
#jennaHope .button,
#jennaOptimism .button,
#jennaQuestion .button,
#jennaTravel .button,
#newlyDiagnosedAd .button {
    font-size: 18px;
    position: absolute
}

#ContentPage .section .tablet_callout.tabletClinicalTrials .tabletContent {
    padding: 20px
}

#ContentPage .section .tablet_callout.tabletClinicalTrials .tabletImg {
    padding: 60px 40px 0
}

#jennaHope .button,
#jennaOptimism .button,
#jennaTravel .button {
    padding-left: 20px;
    text-align: left
}

#testad1 {
    background: url(../images/callouts/NewDoctorMatch.jpg);
    height: 454px;
    position: relative
}

#testad1 div.button {
    position: absolute;
    bottom: 20px
}

#jennaQuestion {
    background: url(https://wpmedia.mesotheliomaguide.com/images/dev/karen/KarenSidebar.png) no-repeat;
    height: 300px
}

#jennaQuestion .button {
    text-align: center;
    bottom: 51px
}

#ContentPage .section .mobile_callout.jAsk img {
    bottom: -7%;
    right: -10px;
    width: auto;
    height: 102%;
    max-width: initial
}

#ContentPage .section .mobile_callout.jAsk .ctaHeader.collapsed .button.ad-btn-one {
    margin-right: 25%
}

#ContentPage .section .mobile_callout.jAsk .ctaHeader.collapsed .button.ad-btn-two {
    margin-right: 40%;
    z-index: 5
}

#carlQuestion {
    background: url(/wp-content/uploads/2016/08/carl_question.png) no-repeat;
    height: 300px
}

#carlQuestion .button {
    text-align: center;
    bottom: 51px
}

#ContentPage .section .mobile_callout.cAsk img {
    bottom: -35%;
    right: -10px;
    width: auto;
    height: 130%;
    max-width: initial
}

#carlLargestGroup .button,
#carlReduced .button,
#carlVASpecialist .button {
    bottom: 18px;
    text-align: center;
    font-size: 18px;
    position: absolute
}

#ContentPage .section .mobile_callout.cAsk .ctaHeader.collapsed .button.ad-btn-one {
    margin-right: 25%
}

#ContentPage .section .mobile_callout.cAsk .ctaHeader.collapsed .button.ad-btn-two {
    margin-right: 40%;
    z-index: 5
}

#carlVASpecialist {
    background: url(/wp-content/uploads/2016/08/carl_VA-specialist-.png) no-repeat;
    height: 450px
}

#ContentPage .section .mobile_callout.cVA span {
    font-style: italic
}

#carlReduced {
    background: url(/wp-content/uploads/2016/08/carl_reduced-log-.png) no-repeat;
    height: 450px
}

#ContentPage .section .mobile_callout.cReduced span {
    font-style: italic
}

#carlLargestGroup {
    background: url('https://wpmedia.mesotheliomaguide.com/images/sidebar/carl_largest_group_v2.png') no-repeat;
    height: 450px
}

#carlIllness {
    background: url('https://wpmedia.mesotheliomaguide.com/images/carl_illness.png') no-repeat;
    height: 400px
}

#carlIllness .button {
    text-align: center;
    bottom: 41px
}

#ContentPage .section .mobile_callout.cIllness span {
    font-style: italic
}

#jennaHope {
    background: url(/wp-content/uploads/2016/08/jenna_hope.png) no-repeat;
    height: 382px
}

#jennaHope .button {
    bottom: 28px
}

#ContentPage .section .mobile_callout.jHope span {
    font-style: italic
}

#jennaOptimism {
    background: url(/wp-content/uploads/2016/08/jenna_optomism.png) no-repeat;
    height: 400px
}

#jennaOptimism .button {
    bottom: 30px
}

#ContentPage .section .mobile_callout.jOptimism span {
    font-style: italic
}

@media screen and (max-width:768px) {
    #ContentPage .section .mobile_callout.cAsk,
    #ContentPage .section .mobile_callout.cGroup,
    #ContentPage .section .mobile_callout.cIllness,
    #ContentPage .section .mobile_callout.cVA,
    #ContentPage .section .mobile_callout.creduced,
    #ContentPage .section .mobile_callout.jAsk,
    #ContentPage .section .mobile_callout.jHope,
    #ContentPage .section .mobile_callout.jOptimism {
        display: block
    }
}

#jennaTravel {
    background: url(https://wpmedia.mesotheliomaguide.com/images/dev/karen/Karen_TravelSidebar.png) no-repeat;
    height: 400px
}

#jennaTravel .button {
    bottom: 37px
}

#ContentPage .section .mobile_callout.jTravel span {
    font-style: italic
}

#ContentPage .section .mobile_callout .ctaHeader.collapsed .button.ad-btn-one {
    margin-right: 20px
}

#ContentPage .section .mobile_callout .ctaHeader.collapsed .button.ad-btn-two {
    display: inherit;
    margin-right: 20px
}

@media screen and (max-width:768px) {
    #ContentPage .section .mobile_callout.jTravel {
        display: block
    }
}

@media screen and (max-width:500px) {
    #ContentPage .section .mobile_callout .ctaHeader.collapsed .button.ad-btn-one {
        display: none
    }
    #ContentPage .section .mobile_callout .ctaHeader.collapsed .button.ad-btn-two {
        display: inherit
    }
}

@media screen and (min-width:500px) {
    #ContentPage .section .mobile_callout .ctaHeader.collapsed .button.ad-btn-two {
        display: none
    }
}

#newlyDiagnosedAd {
    background: url('https://wpmedia.mesotheliomaguide.com/images/callouts/newlyDiagnosedCta1.png') no-repeat;
    height: 361px
}

#newlyDiagnosedAd .button {
    text-align: center;
    bottom: 24px
}

@media screen and (max-width:768px) {
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet {
        overflow: hidden
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .ctaHeader {
        background-color: #046883
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .ctaHeader h4 {
        color: #fff
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent {
        background-color: #bfbfbf
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent {
        position: relative
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent p {
        position: relative;
        z-index: 3;
        color: #fff;
        text-align: center;
        padding-right: 115px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 100;
        padding-top: 22px;
        line-height: 1.2em
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent p:first-child {
        margin-bottom: 25px
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent p:first-child span {
        font-weight: 700;
        font-weight: 400
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent p:last-child {
        font-size: 18px;
        font-weight: 400
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent p:last-child span {
        color: #ffba1a
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent:after {
        content: '';
        width: 100%;
        height: 101%;
        position: absolute;
        z-index: 2;
        top: -1px;
        left: -43px;
        background-color: rgba(4, 104, 131, .7);
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg)
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletContent .tabletContentInner:after {
        position: absolute;
        height: 101%;
        width: 94%;
        top: -1px;
        left: -30px;
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
        background-color: rgba(4, 104, 131, .7);
        z-index: 2;
        content: ''
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletImg {
        position: relative;
        z-index: 1;
        float: right;
        width: 200px;
        height: 200px
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .tabletAdContent .tabletImg img {
        position: absolute;
        height: 109%;
        right: 0;
        bottom: 0
    }
    #ContentPage .section .tablet_callout.newlyDiagnosedTablet .cta {
        background-color: #e9f3f6;
        padding-bottom: 20px
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile {
        display: none;
        overflow: visible
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile img {
        left: 0;
        height: 115%;
        width: auto;
        max-width: inherit
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile h4 {
        background-color: initial;
        position: relative;
        z-index: 2
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile p {
        position: relative;
        z-index: 2
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed {
        padding-bottom: 0;
        overflow: visible;
        height: 140px
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed .side-ad-content-newly-inner {
        height: 100%;
        width: 98%;
        background-color: rgba(4, 104, 131, .7);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .side-ad-content-angela {
        position: relative;
        height: 100%;
        z-index: 2;
        background: rgba(4, 104, 131, .7)
    }
}

#ContentPage #doctorTabApp,
#ContentPage .tablet_callout.tabletLegal.legalCraigAd,
section#tabsSection {
    overflow: hidden
}

@media screen and (max-width:640px) {
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile {
        display: block
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed .button.ad-btn-two {
        position: relative;
        z-index: 2;
        display: block!important
    }
}

@media screen and (max-width:420px) {
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed {
        height: 150px
    }
}

@media screen and (max-width:500px) {
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed .button.ad-btn-one {
        display: none
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed .button.ad-btn-two {
        display: inherit
    }
}

@media screen and (min-width:500px) {
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .ctaHeader.collapsed .button.ad-btn-two {
        display: none
    }
}

#ContentPage .section .mobile_callout.aQuestion img,
#ContentPage .section .mobile_callout.cGroup img,
#ContentPage .section .mobile_callout.cIllness img,
#ContentPage .section .mobile_callout.cReduced img,
#ContentPage .section .mobile_callout.cVA img,
#ContentPage .section .mobile_callout.jHope img,
#ContentPage .section .mobile_callout.jOptimism img,
#ContentPage .section .mobile_callout.jTravel img {
    height: 100%;
    max-width: initial;
    width: auto;
    left: 0;
    bottom: 0
}

#ContentPage .section .mobile_callout.jOptimism img {
    left: -15px
}

#ContentPage .section .mobile_callout.cGroup span,
#ContentPage .section .mobile_callout.cReduced span,
#ContentPage .section .mobile_callout.cVA span {
    font-style: italic
}

div.sidebar-ad-content {
    margin-left: 135px;
    padding-right: 5px
}

div.sidebar-ad-content.side-ad-content-angela {
    margin-left: 120px
}

#ContentPage .section .mobile_callout .ctaHeader div.sidebar-ad-content h4,
#ContentPage .section .mobile_callout .ctaHeader div.sidebar-ad-content p.quickBlurb {
    padding-right: 0
}

@media screen and (max-width:415px) {
    div.sidebar-ad-content {
        margin-left: 150px
    }
}

@media screen and (max-width:360px) {
    #ContentPage .section .mobile_callout.cGroup img,
    #ContentPage .section .mobile_callout.cIllness img,
    #ContentPage .section .mobile_callout.cReduced img,
    #ContentPage .section .mobile_callout.cVA img,
    #ContentPage .section .mobile_callout.jHope img,
    #ContentPage .section .mobile_callout.jTravel img {
        left: -30px
    }
    #ContentPage .section .mobile_callout.jOptimism img {
        left: -40px
    }
    div.sidebar-ad-content {
        margin-left: 140px
    }
}

@media screen and (max-width:330px) {
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile h4 {
        font-size: 18px;
        padding-bottom: 8px
    }
    #ContentPage .section .mobile_callout.newlyDiagnosedMobile .button.ad-btn-two {
        font-size: 13px
    }
    #ContentPage .section .mobile_callout.cGroup img,
    #ContentPage .section .mobile_callout.cIllness img,
    #ContentPage .section .mobile_callout.cReduced img,
    #ContentPage .section .mobile_callout.cVA img,
    #ContentPage .section .mobile_callout.jHope img,
    #ContentPage .section .mobile_callout.jOptimism img,
    #ContentPage .section .mobile_callout.jTravel img {
        left: -40px
    }
    #ContentPage .section .mobile_callout.jOptimism img {
        left: -50px
    }
    div.sidebar-ad-content {
        margin-left: 125px
    }
}

@media screen and (min-width:970px) {
    div#float-sidebar-ad {
        height: 3380px;
        margin-top: 52px;
        position: relative
    }
}

@media screen and (max-width:650px) {
    #ContentPage .section .threeFactsMobile.tablet_callout {
        display: block
    }
    #ContentPage .section .threeFactsMobile.mobile_callout {
        display: none
    }
}

@media screen and (max-width:565px) {
    #ContentPage .section .threeFactsMobile.tablet_callout {
        display: none
    }
    #ContentPage .section .threeFactsMobile.mobile_callout {
        display: block
    }
}

#ContentPage .section .threeFactsMobile {
    height: 235px
}

#ContentPage .section .threeFactsMobile .threeFactsBanner {
    background-image: url('https://wpmedia.mesotheliomaguide.com/images/carl_vet_facts_tablet.png');
    background-repeat: no-repeat;
    height: 160px;
    background-position: 100% 0;
    background-color: #f8f8f8
}

#ContentPage .section .threeFactsMobile .threeFactsBanner .innerText {
    padding-left: 5%;
    padding-top: 27px
}

#ContentPage .section .threeFactsMobile .threeFactsBanner h6 {
    font-size: 20px;
    max-width: 380px;
    color: #000;
    font-weight: 700
}

#ContentPage .section .threeFactsMobile .threeFactsBanner p {
    margin-bottom: 0;
    font-weight: 700
}

#ContentPage .section .threeFactsMobile .threeFactsBanner p:last-of-type {
    margin-top: 0;
    font-weight: 400
}

#ContentPage .section .threeFactsMobile a {
    text-decoration: none
}

#ContentPage .section .threeFactsMobile a div.button.primary {
    width: 90%;
    margin: 15px auto 0;
    padding: 10px;
    text-align: center
}

#ContentPage .section .threeFactsMobile a div.button.primary:after {
    display: none
}

#ContentPage .section .threeFactsMobile.mobile_callout .threeFactsBanner {
    background-position: right -90px top 0
}

#ContentPage .section .threeFactsMobile.mobile_callout .threeFactsBanner .innerText {
    padding-top: 18px
}

#ContentPage .section .threeFactsMobile.mobile_callout .threeFactsBanner h6 {
    max-width: 200px
}

@media screen and (max-width:650px) {
    #ContentPage .section .threeFactsMobile.tablet_callout .threeFactsBanner {
        background-position: 120% 0
    }
}

@media screen and (max-width:400px) {
    #ContentPage .section .threeFactsMobile.mobile_callout .threeFactsBanner {
        background-position: right -135px top 0
    }
}

#LegalTall.legalCraigAd {
    background-image: url(../images/callouts/legal_desktop.png);
    height: 385px
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd div.ctaHeader {
    position: relative;
    z-index: 5;
    box-shadow: 0 1px 8px #d3d3d3
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd h5 {
    font-weight: 400
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd h5 span {
    font-weight: 700
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd .tabletAdContent {
    padding-top: 14px
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd .tabletAdContent .tabletContent {
    padding-bottom: 0;
    padding-top: 5px
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd .tabletAdContent ul {
    width: 260px;
    margin-left: 0
}

#ContentPage .tablet_callout.tabletLegal.legalCraigAd .tabletAdContent ul div.num {
    height: 20px;
    width: 20px;
    font-size: 12px;
    margin-right: 10px;
    line-height: 22px;
    font-weight: 300
}

#ContentPage .mobile_callout.legal.legalCraigAd .ctaHeader.collapsed {
    background-color: #e0f3f8
}

#ContentPage .mobile_callout.legal.legalCraigAd .ctaHeader.collapsed img {
    bottom: -1px
}

@media screen and (max-width:514px) {
    #ContentPage .mobile_callout.legal.legalCraigAd p.quickBlurb {
        position: relative;
        z-index: 5
    }
    #ContentPage .mobile_callout.legal.legalCraigAd .ctaHeader.collapsed img {
        z-index: 3;
        max-width: 200px
    }
}

div#trust-funds-chart-mobile {
    display: none
}

div#MesoTeam div#member_8373 {
    top: 34px;
    color: inherit
}

#ContentPage div#MesoTeam a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

#ContentPage div#MesoTeam a:hover {
    color: #656565
}

@media screen and (min-width:770px) {
    div#MesoTeam {
        bottom: 30px
    }
}

div#testimonials div.testimonial {
    width: 93%;
    margin-bottom: 30px
}

@media screen and (min-width:900px) {
    div.testimonials-sidebar-fix {
        position: relative;
        top: 100px
    }
}

div#testimonial-9955 h2,
div#testimonial-9956 h2,
div#testimonial-9957 h2 {
    display: none
}

@media screen and (max-width:980px) {
    #Navigation nav#MainNavigation ul li a.menu-link {
        font-size: 75%
    }
    #Navigation nav#MainNavigation ul li a.menu-link>small {
        font-size: 60%
    }
}

@media screen and (max-width:880px) {
    #Navigation nav#MainNavigation ul li a.menu-link {
        padding-right: 10px
    }
}

#Footer div.footer-content div.about-meso div.questions {
    /* margin-top: 5px; */
}

#Footer div.footer-content div.about-meso p#footer-testimonials-link {
    margin-top: 3px
}

div#HMGB1-list-fix {
    padding-left: 30px
}

img#HMGB1-image-fix {
    position: relative;
    top: 9px
}

div#HMGB1-mobile-fix {
    position: relative
}

@media screen and (max-width:640px) {
    div#trust-funds-chart-mobile {
        display: block
    }
    div#trust-funds-chart-desktop {
        display: none
    }
    img#HMGB1-image-fix {
        position: absolute;
        top: 38px
    }
}

@media screen and (max-width:427px) {
    img#HMGB1-image-fix {
        top: 78px
    }
}

section#GuideFeatureBanner.homepageNew {
    background-repeat: no-repeat;
    background-size: 1300px;
    background-position: 50% -3%;
    min-height: 400px
}

section#GuideFeatureBanner.homepageNew div.introText {
    padding: 0!important;
    float: left;
    max-width: 490px;
    margin-left: 0;
    margin-top: 10px
}

section#GuideFeatureBanner.homepageNew div.introText h1 {
    font-size: 36px!important;
    margin-bottom: 10px;
    line-height: 1.2em;
    max-width: 432px
}

section#GuideFeatureBanner.homepageNew div.introText h3 {
    font-size: 20px!important;
    margin-bottom: 15px;
    margin-top: 10px
}

section#GuideFeatureBanner.homepageNew div.introText .hero-btn {
    width: 320px;
    height: 55px;
    font-weight: 400!important;
    border: none;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-left {
    margin-right: 10px;
    font-weight: 600!important
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-left:hover {
    color: #fff
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-right {
    background-color: #1999c0;
    color: #fff
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-right:hover {
    background-color: #0d5166
}

div#mesoGuideBanner {
    height: 260px;
    background-color: #056883;
    background-position: right 10% bottom 0;
    color: #fff
}

div#mesoGuideBanner a {
    color: #fff;
    cursor: pointer
}

div#mesoGuideBanner div#homeGuideBannerLeft {
    float: left;
    width: 34%;
    font-family: Roboto, Helvetica, sans-serif;
    position: relative
}

div#mesoGuideBanner div#homeGuideBannerLeft #homeGuideBannerHeader {
    font-size: 26px;
    margin: 79px 0 0;
    text-align: left;
    line-height: 1.3em;
    position: relative;
    z-index: 5
}

div#mesoGuideBanner div#homeGuideBannerLeft #homeGuideBannerHeader br#homeBannerBreak2 {
    display: none
}

div#mesoGuideBanner div#homeGuideBannerLeft #homeGuideBannerHeader #guideBannerBold {
    font-weight: 600
}

div#mesoGuideBanner div#homeGuideBannerRight {
    float: right;
    width: 66%;
    padding-top: 38px
}

div#mesoGuideBanner div#homeGuideBannerRight #bannerRightText {
    position: relative
}

div#mesoGuideBanner div#homeGuideBannerRight #bannerRightText:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    height: 240px;
    width: 250px;
    position: absolute;
    left: 391px;
    top: -13px;
    background-image: url(../images/homepage/meso_hands_v3.png)!important;
    background-size: 247px;
    image-rendering: -webkit-optimize-contrast
}

div#mesoGuideBanner div#homeGuideBannerRight button.hero-btn {
    width: 318px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffe3a1;
    border: 1px solid #ffba1a;
    color: #000;
    margin-top: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

div#mesoGuideBanner div#homeGuideBannerRight button.hero-btn:hover {
    background-color: #ffcc57
}

div#mesoGuideBanner div#homeGuideBannerRight span#homeBannerListText {
    font-weight: 700;
    font-size: 17px;
    line-height: 2em
}

div#mesoGuideBanner div#homeGuideBannerRight li {
    position: relative;
    padding-left: 32px;
    line-height: 1.8em
}

div#mesoGuideBanner div#homeGuideBannerRight li:after {
    display: block;
    position: absolute;
    font-family: MesoGuideIcons;
    content: '\24';
    left: 0;
    top: 0;
    color: #fdb01b
}

section#homepageMesoInfoBanner h4,
section#homepageMesoInfoBanner h6,
section.contentUpdates#Types div#mesoLearnButton a {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

div.container-fluid {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

section#homepageMesoInfoBanner {
    background-color: #e9f3f6
}

section#homepageMesoInfoBanner div#mesoInfoBannerPicture {
    position: absolute;
    z-index: 3;
    left: -240px;
    height: 100%
}

section#homepageMesoInfoBanner div#mesoInfoBannerPicture img {
    height: 100%
}

section#homepageMesoInfoBanner div#mesoInfoBannerInner {
    padding-left: 280px;
    z-index: 5;
    position: relative
}

section#homepageMesoInfoBanner h4 {
    font-weight: 700;
    font-size: 36px;
    padding-top: 40px
}

section#homepageMesoInfoBanner h6 {
    font-weight: 100;
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    color: #656565
}

section#homepageMesoInfoBanner h6#secondMesoParagraph {
    padding-bottom: 30px
}

@media screen and (max-width:1100px) {
    section#homepageMesoInfoBanner {
        padding-left: 1%;
        padding-right: 1%
    }
    section#GuideFeatureBanner.homepageNew div.introText {
        margin-left: 1%
    }
    div#mesoGuideBanner div#homeGuideBannerLeft {
        width: 34%;
        margin-left: 1%
    }
    div#mesoGuideBanner div#homeGuideBannerRight {
        width: 64%;
        margin-right: 1%
    }
    div#mesoGuideBanner div#homeGuideBannerRight div#bannerRightText:after {
        left: 360px
    }
}

@media screen and (max-width:875px) {
    section#homepageMesoInfoBanner div#mesoInfoBannerPicture {
        left: -300px
    }
    div#mesoGuideBanner div#homeGuideBannerRight {
        width: 64%
    }
    div#mesoGuideBanner div#homeGuideBannerLeft {
        width: 34%
    }
    div#mesoGuideBanner div#homeGuideBannerLeft:after {
        top: 55px;
        height: 180px;
        width: 180px;
        left: -40px
    }
}

@media screen and (max-width:795px) {
    div#mesoGuideBanner div#homeGuideBannerLeft h3#homeGuideBannerHeader br#homeBannerBreak1,
    div#mesoGuideBanner div#homeGuideBannerLeft:after {
        display: none
    }
    section#homepageMesoInfoBanner div#mesoInfoBannerPicture {
        left: -350px
    }
    section#homepageMesoInfoBanner {
        padding-left: 20px;
        padding-right: 20px
    }
    div#mesoGuideBanner {
        height: 317px
    }
    div#mesoGuideBanner div#homeGuideBannerRight {
        float: none;
        width: 100%;
        max-width: initial;
        padding-top: 10px
    }
    div#mesoGuideBanner div#homeGuideBannerRight ul {
        margin-left: 20px
    }
    div#mesoGuideBanner div#homeGuideBannerRight div#bannerRightText:after {
        right: 15px;
        left: initial
    }
    div#mesoGuideBanner div#homeGuideBannerRight button.hero-btn {
        margin-bottom: 20px;
        margin-left: 20px
    }
    div#mesoGuideBanner div#homeGuideBannerLeft {
        float: none;
        width: 100%;
        max-width: initial
    }
    div#mesoGuideBanner div#homeGuideBannerLeft h3#homeGuideBannerHeader {
        max-width: initial;
        margin: 0;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px
    }
    div#mesoGuideBanner div#homeGuideBannerLeft h3#homeGuideBannerHeader br#homeBannerBreak2 {
        display: initial
    }
}

@media screen and (max-width:768px) {
    section#homepageMesoInfoBanner div#mesoInfoBannerPicture {
        display: none
    }
    section#homepageMesoInfoBanner div#mesoInfoBannerInner {
        float: none;
        padding-left: 0
    }
    section#GuideFeatureBanner.homepageNew {
        background-position: 57% 0
    }
    section#GuideFeatureBanner.homepageNew div.introText {
        margin-left: 20px;
        margin-right: auto;
        max-width: 80%;
        float: none;
        margin-top: 0;
        position: relative;
        top: 45px
    }
    section#GuideFeatureBanner.homepageNew div.introText h1 {
        margin-right: auto
    }
}

@media screen and (max-width:670px) {
    section#GuideFeatureBanner.homepageNew {
        background-image: none;
        overflow: hidden
    }
    section#GuideFeatureBanner.homepageNew:after {
        content: '';
        width: 1200px;
        height: 103%;
        position: absolute;
        top: -10px;
        opacity: .4;
        left: -380px
    }
    section#GuideFeatureBanner.homepageNew .introText {
        margin-top: 30px;
        padding-top: 0
    }
    div#mesoGuideBanner div#homeGuideBannerRight div#bannerRightText:after {
        right: 20px
    }
    div#mesoGuideBanner div#homeGuideBannerRight button.hero-btn,
    div#mesoGuideBanner div#homeGuideBannerRight ul {
        margin-left: 20px
    }
}

@media screen and (max-width:600px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 380px
    }
    section#GuideFeatureBanner.homepageNew:after {
        left: -500px
    }
    section#GuideFeatureBanner.homepageNew div.introText {
        top: 20px
    }
    section#GuideFeatureBanner.homepageNew div.introText h1 {
        font-size: 36px!important
    }
    section#GuideFeatureBanner.homepageNew div.introText div#hero-buttons {
        width: 114%;
        position: relative
    }
    section#GuideFeatureBanner.homepageNew div.introText .hero-btn {
        width: 100%
    }
    div#mesoGuideBanner {
        height: 320px
    }
    div#mesoGuideBanner div#homeGuideBannerRight {
        padding-top: 10px
    }
    div#mesoGuideBanner div#homeGuideBannerRight button.hero-btn {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%
    }
    div#mesoGuideBanner div#homeGuideBannerRight div#bannerRightText:after {
        display: none
    }
}

@media screen and (max-width:550px) {
    section#GuideFeatureBanner.homepageNew div.introText {
        top: 5px
    }
}

@media screen and (max-width:493px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 410px
    }
    section#GuideFeatureBanner.homepageNew:after {
        left: -580px
    }
    section#GuideFeatureBanner.homepageNew div.introText h1 {
        margin-bottom: 10px;
        margin-top: 30px;
        font-size: 30px!important
    }
    div#mesoGuideBanner div#homeGuideBannerLeft h3#homeGuideBannerHeader br#homeBannerBreak2 {
        display: none
    }
}

@media screen and (max-width:416px) {
    section#GuideFeatureBanner.homepageNew:after {
        left: -650px
    }
    section#GuideFeatureBanner.homepageNew div.introText h1 {
        margin-bottom: 0;
        margin-top: 20px;
        font-size: 30px!important
    }
    section#GuideFeatureBanner.homepageNew div.introText h3 {
        font-size: 18px!important;
        margin-bottom: 8px;
        margin-top: 3px;
        letter-spacing: -.7px
    }
    div#mesoGuideBanner {
        height: 330px
    }
    div#mesoGuideBanner div#homeGuideBannerRight div#bannerRightText span#homeBannerListText {
        line-height: 1.3em
    }
}

@media screen and (max-width:340px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 425px
    }
    div#mesoGuideBanner {
        height: 350px
    }
}

section#HomePortal {
    display: none
}

section.contentUpdates#Types h4 {
    margin-top: 10px;
    margin-bottom: 18px
}

section.contentUpdates#Types h6#secondMesoParagraph {
    margin-bottom: 20px
}

section.contentUpdates#Types div.section-link-container {
    width: 100%
}

section.contentUpdates#Types div#mesoLearnButton {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

section.contentUpdates#Types div#mesoLearnButton a {
    text-align: center;
    padding: 20px 0;
    text-transform: none;
    font-weight: 400;
    border-radius: 2px;
    width: 300px
}

section.contentUpdates#Types div.section-link {
    min-height: 250px;
    text-align: center;
    width: 32%;
    max-width: 320px;
    margin-left: 1.6%;
    padding: 80px 0 20px
}

section.contentUpdates#Types div.section-link .section-desc p {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%
}

section.contentUpdates#Types div.section-link.first {
    margin-left: 0
}

@media screen and (max-width:1000px) {
    section.contentUpdates#Types h4 {
        padding-left: 1%
    }
    section.contentUpdates#Types h6 {
        padding-left: 1%;
        padding-right: 1%
    }
    section.contentUpdates#Types div.section-link {
        min-height: 270px
    }
    section.contentUpdates#Types div.section-link-container {
        width: 97%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:785px) {
    section.contentUpdates#Types div.section-link {
        min-height: 300px;
        height: inherit
    }
    section.contentUpdates#Types div.section-link:last-child {
        margin-left: 1.4%
    }
}

@media screen and (max-width:768px) {
    section.contentUpdates#Types div.section-link {
        padding: 80px 0 20px;
        min-height: 450px
    }
    section.contentUpdates#Types div.section-link h5 {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:640px) {
    section.contentUpdates#Types {
        padding-bottom: 0
    }
    section.contentUpdates#Types div.section-link {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 50px 0;
        min-height: 250px
    }
    section.contentUpdates#Types div.section-link h5,
    section.contentUpdates#Types div.section-link p {
        max-width: 100%
    }
    section.contentUpdates#Types div.section-link:last-child {
        margin-bottom: 0
    }
}

section#more-info div.section-link h5 {
    text-align: center
}

@-webkit-keyframes bounce {
    40%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45%,
    65% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
    55%,
    75% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@keyframes bounce {
    40%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    45%,
    65% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
    55%,
    75% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%)
    }
}

@-webkit-keyframes bounceDown {
    40%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    45%,
    65% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    55%,
    75% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

@keyframes bounceDown {
    40%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    45%,
    65% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }
    55%,
    75% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }
}

#ContentPage div#treatmentVideo {
    margin: 0;
    background-color: #dae7ea;
    border: 1px solid #d2eaf1;
    position: relative;
    top: 1px
}

#ContentPage div#treatmentVideo div.mainContent {
    width: 100%;
    text-align: center
}

#ContentPage div#treatmentVideo div#treatmentVideoText {
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft {
    float: left;
    width: 581px;
    height: auto;
    margin-left: 18px;
    padding: 20px 25px;
    background-color: #e9f3f6;
    text-align: left;
    font-weight: 700;
    border-radius: 3px;
    border: 1px solid #d4ecf2
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft p {
    margin-bottom: 0
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer,
#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayText span.overlayTopText {
    position: relative
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay:after {
    content: '';
    background-image: url(http://localhost:8888/wp-content/uploads/2016/10/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1999c0
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay:hover:after {
    color: #fff
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayText {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 23%;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayText span.overlayTopText #overlayArrow {
    position: absolute;
    right: -40px;
    background: url(/wp-content/uploads/2016/10/video_arrow.png) no-repeat;
    top: 4px;
    width: 20px;
    height: 20px
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayText span.overlayBottomText {
    font-size: 16px;
    font-weight: 300
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 20%;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    display: none
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile span#overlayTopTextMobile {
    position: relative
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile span#overlayTopTextMobile #overlayArrowMobile {
    position: absolute;
    right: 130px;
    background: url(/wp-content/uploads/2016/10/video_arrow_down.png) no-repeat;
    top: 80px;
    width: 20px;
    height: 20px
}

#ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile span.overlayBottomText {
    font-size: 22px;
    font-weight: 300
}

#ContentPage div#treatmentVideo div#treatmentVideoRight {
    background-color: #fff;
    float: right;
    width: 30%;
    height: 410px;
    margin-right: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 3px;
    border: 1px solid #dddfdf
}

#ContentPage div#treatmentVideo div#treatmentVideoRight #GuideContentForm,
#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm {
    height: 100%;
    width: 100%
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form {
    background-color: transparent;
    border: none
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success {
    height: 370px;
    width: 86%;
    top: -10px;
    left: initial;
    right: 0
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success h5 {
    display: none
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success h4 {
    position: relative
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success h4:after {
    content: 'Jenna will be in contact shortly.';
    position: absolute;
    top: 60px;
    left: 15px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form p#treatmentVideoFormText {
    font-weight: 700;
    margin: 10px 0 0;
    font-size: 16px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form .field select,
#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form input {
    width: 265px;
    background-color: #f7f6f6;
    border: 1px solid #d7d7d7;
    min-height: 32px;
    height: 32px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form input.button.primary {
    background-color: #ffba1a;
    margin-top: 10px;
    height: inherit;
    position: relative;
    right: 1px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form input.button.primary:hover {
    background-color: #056883
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form input.button.primary#submitButtonJennaVideoMobile {
    display: none
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form label {
    text-align: left
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form label.valid:after {
    position: relative;
    left: 10px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field {
    margin-top: 7px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field p#treatmentVideoFormBottom {
    text-align: center;
    font-size: 12px;
    margin-top: 0;
    position: relative;
    bottom: 5px
}

#ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#topField {
    margin-top: 0
}

#ContentPage div#treatmentVideo div#treatmentVideoRight br {
    display: none
}

@media screen and (max-width:1000px) {
    #ContentPage div#treatmentVideo div#treatmentVideoLeft {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 92.5%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayText {
        display: none
    }
    #ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile {
        display: block;
        line-height: 1em
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight {
        height: 280px;
        float: none;
        width: 98%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight div#GuideContentForm {
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success {
        height: 239px;
        width: 100%;
        top: -10px;
        left: -22px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success h4:after {
        left: 40%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form p#treatmentVideoFormText {
        text-align: left
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#topField {
        width: 48%;
        float: left;
        margin-top: 7px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#emailFieldMobile {
        margin-top: 8px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field:nth-child(odd) {
        width: 48%;
        float: left
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field:nth-child(even) {
        width: 48%;
        float: right
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field select,
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form input,
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form select {
        width: 100%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field.submit {
        width: 100%;
        height: 50px;
        position: relative
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field.submit input#submitButtonJennaVideoDesktop {
        display: none
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field.submit input#submitButtonJennaVideoMobile {
        display: block;
        font-size: 18px
    }
}

@media screen and (max-width:769px) {
    #ContentPage div#treatmentVideo div#treatmentVideoText {
        text-align: left
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#topField {
        margin-top: 10px;
        margin-bottom: 3px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#emailFieldMobile {
        margin-top: 40px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field.submit {
        margin-top: 43px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field {
        margin-top: 10px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#videoDiagnosisSelect label.not-valid.valid {
        top: -1px
    }
}

@media screen and (max-width:712px) {
    #ContentPage div#treatmentVideo div#treatmentVideoText {
        text-align: left
    }
    #ContentPage div#treatmentVideo div#treatmentVideoLeft {
        width: 90%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#emailFieldMobile {
        margin-top: 40px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field.submit {
        margin-top: 43px
    }
}

@media screen and (max-width:600px) {
    #ContentPage div#treatmentVideo {
        padding-bottom: 30px
    }
    #ContentPage div#treatmentVideo h2.sectionTitle {
        font-size: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoText {
        margin-bottom: 10px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoLeft {
        padding: 0;
        margin: 0;
        width: 100%;
        background-color: transparent;
        position: relative;
        right: 1px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoLeft p {
        padding: 0 10px;
        font-size: 18px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight {
        height: 400px;
        width: 95%;
        margin-top: 22px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success {
        height: 359px;
        right: 22px
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.success h4:after {
        left: 25%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#emailFieldMobile,
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div#topField,
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field,
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field:nth-child(even) {
        float: none;
        width: 100%
    }
    #ContentPage div#treatmentVideo div#treatmentVideoRight .lightForm .form div.field:nth-child(even) {
        position: relative;
        top: 35px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:400px) {
    #ContentPage div#treatmentVideo div#treatmentVideoLeft div#treatmentVideoContainer div#treatmentVideoContainerOverlay div#videoOverlayTextMobile {
        padding-top: 16%
    }
}

.gsc-adBlock {
    display: none!important
}

#angelaQuestion {
    background: url(/wp-content/uploads/2016/11/angela_question_ad.png) no-repeat;
    height: 285px
}

#angelaQuestion .button {
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 24px
}

@media screen and (max-width:768px) {
    #ContentPage .section .mobile_callout.aQuestion {
        display: block
    }
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul li a.mobileMenuLengthFix,
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li ul.mobileMenuLengthFix,
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-title a.mobileMenuLengthFix {
        display: none
    }
    #mobileMenuLengthRename,
    #mobileMenuLengthRename2 {
        color: transparent!important;
        position: relative
    }
    #mobileMenuLengthRename:after {
        content: 'Mesothelioma Specialists';
        position: absolute;
        top: 5px;
        left: 0;
        color: #fff
    }
    #mobileMenuLengthRename2:after {
        content: 'Top Cancer Centers';
        position: absolute;
        top: 5px;
        left: 0;
        color: #fff
    }
}

#Navigation #MainNavigation a.mobileMenuDropdownArrow,
div#mesoGuideBanner div#homeGuideBannerLeft:after {
    display: none
}

#Navigation #MainNavigation ul li.icon.HomePage span {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    #Navigation #MainNavigation li.main-menu-item {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        background-color: #000
    }
    #Navigation nav#MainNavigation ul li a.menu-link {
        border-bottom: 1px solid #000;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #353535;
        color: #fff
    }
    #Navigation #MainNavigation ul li:hover .menu-link {
        border-bottom: 1px solid #000;
        background: #353535
    }
    #Navigation #MainNavigation a.mobileMenuDropdownArrow {
        height: 51px;
        width: 48px;
        color: transparent;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #000;
        display: block
    }
    #Navigation #MainNavigation a.mobileMenuDropdownArrow:after {
        content: '';
        height: 100%;
        width: 100%;
        right: 0;
        background: url(../images/callouts/Chevron.png) 50% 50% no-repeat;
        position: absolute;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }
    #Navigation #MainNavigation ul li .mega-menu {
        background-color: #000;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        position: relative
    }
    a#mobileDropdownBorderFix {
        border-top: 1px solid #000!important;
        margin-top: 10px
    }
    a.mobileDropdownArrowActive {
        background-color: #000!important
    }
    a.mobileDropdownArrowActive:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

#main #jillLittonPrognosisFix,
#main #kendraClinicalTrialsFix {
    text-decoration: none;
    cursor: pointer
}

#kendraClinicalTrialsFix .survivorStory h4,
#main #jillLittonPrognosisFix .survivorStory h4,
#main #kendraClinicalTrialsFix blockquote {
    color: #1999c0
}

#kendraClinicalTrialsFix .survivorStory p,
#main #jillLittonPrognosisFix .survivorStory p {
    color: #656565
}

#kendraClinicalTrialsFix .survivorStory h4:hover,
#main #jillLittonPrognosisFix .survivorStory h4:hover {
    color: #056883
}

@media screen and (min-width:769px) {
    #Navigation #MainNavigation ul li .menu-link {
        padding: 9px 22px
    }
    #Navigation #MainNavigation ul li#DoctorsMegaDropDown .mega-menu {
        width: 800px
    }
    #Navigation #MainNavigation ul li#TreatmentMegaDropDown .mega-menu {
        width: 960px
    }
}

section#questionSection {
    margin-top: 0
}

#ContentPage #doctorTabApp div.mainContent {
    width: 95%
}

#ContentPage #doctorTabApp div#topSpecialistsApp {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 275px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab:last-child {
    margin-right: 0
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab {
    width: 30%;
    height: 240px;
    float: left;
    background-color: #ecf5f7;
    border-radius: 3px;
    margin-right: 1.5%;
    padding: 8px;
    border: 1px solid #d1ebf2
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab div.topSpecialistsPic {
    position: relative;
    bottom: 38px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab div.topSpecialistsPic img {
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border: 2px solid #d1ebf2;
    height: 80px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab>a {
    text-decoration: none
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3,
#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p {
    position: relative;
    bottom: 40px;
    padding-left: 20px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p:last-child {
    padding-left: 0
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter {
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    padding-left: 55px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter br {
    display: none
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter:before {
    content: '';
    background: url('https://wpmedia.mesotheliomaguide.com/images/doctorPage2016/shape.png') no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 26px;
    top: 5px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.docSpec {
    font-style: italic;
    font-size: 13px;
    padding-left: 55px;
    margin-bottom: 0;
    position: relative;
    bottom: 47px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.docLocation {
    margin-top: 0;
    font-style: italic;
    padding-left: 55px;
    font-size: 13px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.firstFix {
    margin-top: 15px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.secondFix {
    margin-top: 56px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.thirdFix {
    margin-top: 39px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3 {
    color: #1ba3c7;
    position: relative;
    padding-left: 55px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3:before {
    content: '';
    background: url('https://wpmedia.mesotheliomaguide.com/images/doctorPage2016/star.png') no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 20px;
    top: -2px
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button {
    background: #1999c0;
    color: #fff;
    display: block;
    height: 35px;
    width: 90%;
    text-align: center;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

#ContentPage #doctorTabApp a#tab1btn br,
#ContentPage #doctorTabApp a#tab2btn br,
#ContentPage #doctorTabApp div#hiddenPeritoneal,
#ContentPage #doctorTabApp div#hiddenPleural,
#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button:after {
    display: none
}

#ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button:hover {
    background: #0d5166
}

#ContentPage #doctorTabApp h2.sectionTitle {
    margin-bottom: 60px
}

#ContentPage #doctorTabApp h3#moreDoctorsTitle {
    margin-bottom: 20px;
    clear: both
}

#ContentPage #doctorTabApp a#tab1btn,
#ContentPage #doctorTabApp a#tab2btn {
    display: inline-block;
    height: 40px;
    width: 180px;
    text-align: center;
    color: #1ba3c7;
    text-decoration: none;
    padding-top: 10px;
    position: relative;
    top: 2px;
    z-index: 2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px
}

#ContentPage #doctorTabApp a#tab1btn:hover,
#ContentPage #doctorTabApp a#tab2btn:hover {
    color: #056883
}

#ContentPage #doctorTabApp a#tab1btn.active,
#ContentPage #doctorTabApp a#tab2btn.active {
    background-color: #f8f6f7;
    color: #056883;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf
}

#ContentPage #doctorTabApp div#tab1,
#ContentPage #doctorTabApp div#tab2 {
    background-color: #f8f6f7;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    width: 100%
}

#ContentPage #doctorTabApp div.loadMoreTab {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    border-top: 1px solid #d3d3d3
}

#ContentPage #doctorTabApp div.loadMoreTab a {
    display: inline-block;
    text-decoration: none
}

#ContentPage #doctorTabApp div.doctorBioText {
    float: left;
    width: 60%;
    position: relative
}

#ContentPage #doctorTabApp div.doctorBioText img {
    position: absolute;
    top: 45px;
    left: 12px;
    border-radius: 50%;
    border: 2px solid #d1ebf2;
    height: 80px
}

#ContentPage #doctorTabApp div.doctorBioText a {
    text-decoration: none
}

#ContentPage #doctorTabApp div.doctorBioText h3,
#ContentPage #doctorTabApp div.doctorBioText p {
    padding-left: 110px
}

#ContentPage #doctorTabApp div.doctorBioText h3 {
    color: #1ba3c7
}

#ContentPage #doctorTabApp div.doctorBioText p.medCenter {
    margin-bottom: 2px;
    font-weight: 700
}

#ContentPage #doctorTabApp div.doctorBioText p.docLocation {
    margin-top: 2px
}

#ContentPage #doctorTabApp div.doctorContactBtn {
    float: right;
    width: 40%;
    height: 100%
}

#ContentPage #doctorTabApp div.doctorContactBtn a {
    display: inline-block;
    width: 180px;
    height: 35px;
    color: #353535;
    background-color: #ffe3a1;
    border: 1px solid #ffba1a;
    padding-top: 12px;
    text-align: center;
    margin-left: 160px;
    margin-top: 50px
}

#ContentPage #doctorTabApp div.doctorContactBtn a:hover {
    background-color: #ffcc57
}

#ContentPage #doctorTabApp div.doctorContactBtn a:after {
    display: none
}

#ContentPage #doctorTabApp div#mainSection {
    width: 500px;
    height: 300px;
    margin: 200px auto;
    border: 1px solid #000;
    position: relative
}

#ContentPage #doctorTabApp div.tabClass {
    text-align: left;
    padding: 20px;
    display: none
}

#ContentPage #doctorTabApp div.tabShow {
    display: block
}

#ContentPage #doctorTabApp div#tabBar {
    top: 60px
}

#ContentPage #doctorTabApp a.tabButtons:hover {
    color: #00f
}

#ContentPage #doctorTabApp a.active {
    color: tomato
}

@media screen and (min-width:600px) and (max-width:969px) {
    #ContentPage #doctorTabApp div.doctorContactBtn a {
        margin-left: 30%
    }
    #ContentPage #doctorTabApp div.mainContent {
        width: 90%
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp {
        height: 550px;
        width: 94vw
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab {
        float: none;
        margin-bottom: 20px;
        width: initial;
        margin-right: 0;
        position: relative;
        height: 150px;
        border: 1px solid #d1ebf2
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab div.topSpecialistsPic {
        position: absolute;
        left: 15px;
        top: 40px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button {
        margin-top: 0
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.docLocation,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.docSpec,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter {
        padding-left: 150px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3 {
        margin-top: 70px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab h3:before {
        left: 110px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter:before {
        left: 116px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p:last-child {
        position: absolute;
        right: 10px;
        top: 55px;
        width: 40%
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.firstFix,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.secondFix,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.thirdFix {
        margin-top: initial
    }
}

@media screen and (max-width:720px) {
    #ContentPage #doctorTabApp div.mainContent {
        width: auto
    }
    #ContentPage #doctorTabApp div#tab1,
    #ContentPage #doctorTabApp div#tab2 {
        width: 93%
    }
    #ContentPage #doctorTabApp div.doctorContactBtn a {
        margin-left: 20%
    }
}

@media screen and (max-width:720px) and (min-width:600px) {
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button {
        margin-right: 0;
        width: 70%;
        font-size: 12px
    }
}

@media screen and (max-width:620px) {
    #ContentPage #doctorTabApp div.loadMoreTab {
        bottom: 6px
    }
    #ContentPage #doctorTabApp div.loadMoreTab a {
        margin-top: 8px
    }
    #ContentPage #doctorTabApp div.doctorBio {
        height: 220px
    }
    #ContentPage #doctorTabApp div.doctorBio div.doctorBioText {
        width: 100%
    }
    #ContentPage #doctorTabApp div.doctorBio div.doctorBioText img {
        left: 5px
    }
    #ContentPage #doctorTabApp div.doctorBio h3,
    #ContentPage #doctorTabApp div.doctorBio p {
        padding-left: 100px
    }
    #ContentPage #doctorTabApp div#tab1,
    #ContentPage #doctorTabApp div#tab2 {
        width: initial
    }
    #ContentPage #doctorTabApp a#tab1btn,
    #ContentPage #doctorTabApp a#tab2btn {
        width: 49.75%
    }
    #ContentPage #doctorTabApp div.doctorContactBtn {
        float: none;
        width: 100%
    }
    #ContentPage #doctorTabApp div.doctorContactBtn a {
        margin-top: 5px;
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width:600px) {
    #ContentPage #doctorTabApp div#topSpecialistsApp {
        height: 820px;
        width: 94vw
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab {
        float: none;
        margin-bottom: 50px;
        width: initial;
        margin-right: 0;
        position: relative;
        height: 225px;
        border: 1px solid #d1ebf2
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab p.medCenter br {
        display: none
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.firstFix,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.secondFix,
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.cancerFix.thirdFix {
        margin-top: 30px
    }
    #ContentPage #doctorTabApp div#topSpecialistsApp div.topSpecialistsTab a.button {
        margin-top: 10px
    }
    section#GuideFeatureBanner.homepageNew div.introText {
        text-align: center;
        margin-left: auto
    }
    section#GuideFeatureBanner.homepageNew div.introText h3 {
        text-align: center
    }
}

@media screen and (max-width:420px) {
    #ContentPage #doctorTabApp a#tab1btn,
    #ContentPage #doctorTabApp a#tab2btn {
        top: 2px;
        width: 49.7%;
        line-height: 20px;
        padding-top: 4px;
        height: 50px
    }
    #ContentPage #doctorTabApp a#tab1btn br,
    #ContentPage #doctorTabApp a#tab2btn br {
        display: initial
    }
}

@media screen and (max-width:350px) {
    #ContentPage #doctorTabApp a#tab1btn,
    #ContentPage #doctorTabApp a#tab2btn {
        width: 49.6%
    }
}

@media screen and (min-width:1000px) {
    #ContentPage #doctorTabApp div.doctorBioText a.indiReadLessBtn,
    #ContentPage #doctorTabApp div.doctorBioText a.indiReadMoreBtn {
        display: none
    }
    #ContentPage #doctorTabApp span.indiReadMoreText {
        display: initial
    }
}

.lightForm.popupForm .formImage,
section#tabsSection div.tabClass div.tabMobileBtn {
    display: none
}

.lightForm.popupForm h4,
.lightForm.popupForm h4+p {
    padding-left: 30px
}

.lightForm.popupForm .success h4 {
    padding-left: 60px
}

@media screen and (max-width:768px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-title a.mobileMenuResizeFix {
        padding-bottom: 0
    }
}

section#GuideFeatureBanner.homepageNew {
    background-image: url(../images/homepage/homepage_desktop.png)
}

section#GuideFeatureBanner.homepageNew div.introText div#hero-buttons {
    width: 100%
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-left {
    color: #fff
}

div#mesoGuideBanner {
    overflow: visible;
    position: relative
}

div#mesoGuideBanner div.container-fluid {
    overflow: hidden;
    height: 100%
}

div#mesoGuideBanner a#scrollDownLink {
    z-index: 5
}

div#mesoGuideBanner a#scrollDownLink:before {
    content: 'Scroll to Survivor Stories';
    color: #000;
    font-weight: 600;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: -55px
}

div#mesoGuideBanner a#scrollDownLink div {
    box-sizing: border-box;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: #ffba1a;
    border-radius: 50%;
    top: -28px;
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 50%;
    margin-left: -25px;
    z-index: 5
}

div#mesoGuideBanner a#scrollDownLink div img {
    position: absolute;
    height: 16px;
    width: 20px;
    top: 19px;
    left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

div#mesoGuideBanner a#scrollDownLink div:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    color: #000
}

div#mesoGuideBanner a#scrollDownLink div:after {
    content: '';
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 12px -2px #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

div#mesoGuideBanner a#scrollDownLink div:hover:after {
    opacity: 1
}

a#survivorLinkPosition {
    position: absolute;
    bottom: 25px
}

section#Types h6 {
    font-size: 16px;
    line-height: 26px
}

@-webkit-keyframes slideAwayLeft {
    0% {
        left: 0;
        opacity: 1
    }
    100% {
        left: -150%;
        opacity: 0
    }
}

@keyframes slideAwayLeft {
    0% {
        left: 0;
        opacity: 1
    }
    100% {
        left: -150%;
        opacity: 0
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        left: 150%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@keyframes slideInLeft {
    0% {
        left: 150%;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes slideAwayRight {
    0% {
        right: 0;
        opacity: 1
    }
    100% {
        right: -150%;
        opacity: 0
    }
}

@keyframes slideAwayRight {
    0% {
        right: 0;
        opacity: 1
    }
    100% {
        right: -150%;
        opacity: 0
    }
}

@-webkit-keyframes slideInRight {
    0% {
        right: 150%;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

@keyframes slideInRight {
    0% {
        right: 150%;
        opacity: 0
    }
    100% {
        right: 0;
        opacity: 1
    }
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-left {
    background-color: #00b40d
}

section#GuideFeatureBanner.homepageNew div.introText button#hero-btn-left:hover {
    background-color: #008819
}

section#tabsSection .container {
    margin-bottom: 10px
}

section#tabsSection div#tabSectionTopBar {
    padding-top: 20px;
    background-color: #056883;
    background-image: url('../images/homepage/treatment_header pic_desktopv2.png');
    background-repeat: no-repeat;
    background-position: 50%
}

section#tabsSection div#tabSectionTopBar h2#tabSectionHeader {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px
}

section#tabsSection div#tabSectionTopBar div#tabBar a div,
section#tabsSection div.tabClass div.tabSectionBox h4,
section#tabsSection div.tabClass div.tabSectionBox h6 {
    font-weight: 300;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

section#tabsSection div#tabSectionTopBar div#tabBar a div {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px
}

section#tabsSection div#tabSectionTopBar div#tabBar a.tabButtons.active div {
    background-color: #fff;
    color: #056883;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

section#tabsSection div.tabClass {
    text-align: left;
    padding: 20px 0;
    display: none;
    position: relative
}

section#tabsSection div.tabClass div.tabSectionBox {
    border: 1px solid #d1ebf2;
    width: 28%;
    float: left;
    background-color: #e9f3f6;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 3px;
    height: 270px
}

section#tabsSection div.tabClass div.tabSectionBox img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 65px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border: 2px solid #d1ebf2
}

section#tabsSection div.tabClass div.tabSectionBox h4 {
    margin-bottom: 10px;
    font-size: 18px
}

section#tabsSection div.tabClass div.tabSectionBox h6 {
    line-height: 24px;
    font-size: 14px
}

section#tabsSection div.tabClass div.tabSectionContent {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 65%;
    height: 310px;
    float: right;
    position: relative
}

section#tabsSection div.tabClass div.tabSectionContent h6 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px
}

section#tabsSection div.tabClass div.tabSectionContent p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 15px
}

section#tabsSection div.tabClass div.tabSectionContent a.fancyLink {
    left: 0;
    bottom: 0;
    text-align: left;
    width: 250px
}

section#tabsSection div.tabClass div.tabSectionContent a.fancyLink:after {
    top: 16px;
    right: 10px
}

section#tabsSection div.tabClass.show {
    display: block
}

section#tabsSection div.slideInLeft {
    -webkit-animation: slideInLeft .31s ease-out;
    animation: slideInLeft .31s ease-out
}

section#tabsSection div.slideAwayLeft {
    -webkit-animation: slideAwayLeft .31s ease-out;
    animation: slideAwayLeft .31s ease-out
}

section#tabsSection div.slideInRight {
    -webkit-animation: slideInRight .31s ease-out;
    animation: slideInRight .31s ease-out
}

section#tabsSection div.slideAwayRight {
    -webkit-animation: slideAwayRight .31s ease-out;
    animation: slideAwayRight .31s ease-out
}

section#tabsSection a#mobileTab1,
section#tabsSection a#mobileTab2,
section#tabsSection a#mobileTab3,
section#tabsSection a#mobileTab4 {
    display: none;
    position: relative;
    z-index: 5
}

@media screen and (max-width:1000px) {
    section#tabsSection div#tabBar,
    section#tabsSection h2#tabSectionHeader {
        margin-left: 20px
    }
    section#tabsSection div.tabClass div.tabSectionBox {
        margin-left: 20px;
        width: 27%
    }
    section#tabsSection div.tabClass div.tabSectionContent {
        width: 64%
    }
    section#tabsSection a.button.primary.fancyLink {
        right: 20px
    }
}

@media screen and (max-width:769px) {
    section#GuideFeatureBanner.homepageNew {
        background-image: url(../images/homepage/homepage_tablet.png);
        background-size: 920px;
        background-position: 65% 0
    }
    section#tabsSection a#mobileTab1,
    section#tabsSection a#mobileTab2,
    section#tabsSection a#mobileTab3,
    section#tabsSection a#mobileTab4 {
        display: block
    }
    section#tabsSection div#tabSectionTopBar {
        min-height: 60px;
        padding-top: 35px
    }
    section#tabsSection div#tabSectionTopBar h2#tabSectionHeader {
        margin-left: 20px;
        padding-bottom: 15px;
        margin-bottom: 10px
    }
    section#tabsSection div#tabBar {
        display: none
    }
    section#tabsSection div.tabClass {
        -webkit-animation: none;
        animation: none;
        padding-top: 5px
    }
    section#tabsSection div.tabClass div.tabSectionBox {
        width: initial;
        float: none;
        margin-right: 20px;
        height: 200px;
        text-align: center
    }
    section#tabsSection div.tabClass div.tabSectionContent {
        width: initial;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        box-shadow: 0 1px 1px #d3d3d3;
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    section#tabsSection div#tabBottomBtn {
        width: 100%;
        height: 63px;
        background-color: #fafafa;
        position: absolute;
        bottom: -10px;
        right: 0
    }
    section#tabsSection a.button.primary.fancyLink {
        position: relative;
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 5px
    }
    section#tabsSection div.tabMobileBtn {
        display: block;
        clear: both;
        position: relative;
        height: 50px
    }
    section#tabsSection div.tabMobileBtn:before {
        content: '';
        height: 10px;
        width: 15px;
        background: url(../images/homepage/Chevron2.png) no-repeat;
        position: absolute;
        right: 25px;
        top: 8px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    section#tabsSection div.tabMobileBtn.activeBtn:before {
        top: 10px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    section#tabsSection div.tabMobileBtn:after {
        content: '';
        position: absolute;
        bottom: 5px;
        border-bottom: 1px solid #d3d3d3;
        height: 1px;
        width: 100%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        transition: -webkit-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out
    }
    section#tabsSection div.tabMobileBtn a {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 15px;
        font-size: 20px;
        margin-top: 15px;
        height: 80%
    }
    section#tabsSection div.tabMobileBtn.activeBtn {
        border-bottom: none
    }
    section#tabsSection div.tabMobileBtn.activeBtn:after {
        content: '';
        position: absolute;
        bottom: 5px;
        border-bottom: 1px solid #d3d3d3;
        height: 1px;
        width: 100%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        transition: -webkit-transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out
    }
    section#tabsSection div.tabMobileBtn.lastTabBtn a {
        margin-top: 31px
    }
}

div#loadLessPeritoneal,
div#loadLessPleural,
span.indiReadMoreText {
    display: none
}

@media screen and (max-width:603px) {
    section#GuideFeatureBanner.homepageNew {
        background-image: url(../images/homepage/homepage_mobile.png);
        background-size: 650px;
        background-position: 65% 50%
    }
    section#tabsSection div#tabSectionTopBar {
        min-height: 100px;
        background-image: url(../images/homepage/treatmentheaderpicmobilev2.png);
        background-size: 100%
    }
}

@media screen and (max-width:870px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 425px
    }
}

@media screen and (max-width:795px) {
    div#mesoGuideBanner div#homeGuideBannerLeft h3#homeGuideBannerHeader {
        padding-top: 25px
    }
}

@media screen and (max-width:471px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 460px
    }
    section#tabsSection div.tabClass div.tabSectionBox {
        min-height: 200px;
        height: auto
    }
}

@media screen and (max-width:336px) {
    section#GuideFeatureBanner.homepageNew {
        min-height: 500px
    }
}

@media screen and (max-width:941px) and (min-width:872px) {
    section#SurvivorsGuide .cta-btn {
        bottom: -30px;
        right: 100px
    }
}

@media screen and (max-width:872px) and (min-width:769px) {
    section#SurvivorsGuide .cta-btn {
        bottom: -40px;
        right: 20px
    }
    section#SurvivorsGuide .features {
        top: 0
    }
}

@media screen and (max-width:980px) {
    #VeteransSection .veteran-pic {
        right: -340px
    }
}

@media screen and (max-width:900px) {
    #VeteransSection .veteran-pic {
        right: -400px
    }
}

@media screen and (max-width:850px) {
    #VeteransSection .veteran-pic {
        right: -470px
    }
}

@media screen and (max-width:1000px) {
    .contentUpdates#more-info .section-link {
        width: 28%
    }
}

@media screen and (max-width:950px) {
    .contentUpdates#more-info .section-link {
        width: 27.5%
    }
}

@media screen and (max-width:870px) {
    .contentUpdates#more-info .section-link {
        width: 27%
    }
}

@media screen and (max-width:800px) {
    .contentUpdates#more-info .section-link {
        width: 26.5%
    }
}

@media screen and (max-width:769px) {
    .contentUpdates#more-info .section-link {
        width: 32%
    }
}

@media screen and (max-width:690px) {
    .contentUpdates#more-info .section-link {
        width: 90%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:1020px) {
    #BlogUpdates .blog-post {
        width: 45%
    }
}

@media screen and (max-width:980px) {
    #BlogUpdates .blog-post {
        width: 40%
    }
}

@media screen and (max-width:880px) {
    #BlogUpdates .blog-post {
        width: 72%;
        float: none
    }
}

@media screen and (max-width:769px) {
    #BlogUpdates .blog-post {
        width: 100%
    }
}

@media screen and (max-width:620px) {
    div.doctorContactBtn {
        clear: both;
        position: relative;
        bottom: 25px
    }
    div#loadMorePeritoneal,
    div#loadMorePleural {
        display: none
    }
    #ContentPage #doctorTabApp div#hiddenPeritoneal,
    #ContentPage #doctorTabApp div#hiddenPleural {
        display: block
    }
    #ContentPage #doctorTabApp div.doctorsPage div.doctorContactBtn {
        bottom: 0
    }
    #ContentPage #doctorTabApp div.doctorsPage div.doctorContactBtn a {
        width: 99%
    }
}

#ContentPage #doctorTabApp div.loadMoreTab {
    bottom: 2px
}

#ContentPage #doctorTabApp div.loadMoreTab a {
    margin-top: 0
}

#ContentPage #doctorTabApp div.doctorBio {
    clear: both;
    height: auto!important;
    overflow: auto
}

#vetSupportGuideFix {
    position: absolute;
    bottom: 52px;
    background-color: #fff
}

#vetSupportGuideFix ul {
    line-height: 17px;
    color: #656565
}

#ContentPage div#vetSupportGuideFix ul li:after {
    font-family: MesoGuideIcons;
    content: '\24';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: #1999c0;
    font-size: 10px
}

p#breadcrumbs {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 14px;
    max-width: 700px;
    line-height: 20px
}

p#breadcrumbs a {
    color: #34adcd
}

p#breadcrumbs a:hover {
    color: #03738e;
    cursor: pointer
}

p#breadcrumbs img {
    margin: 0 5px;
    position: relative;
    top: 1px
}

p#breadcrumbs span#homeBreadcrumb {
    color: #fff;
    width: 17px;
    display: inline-block
}

p#breadcrumbs span#homeBreadcrumb:after {
    content: '';
    background-image: url(../images/breadcrumbs/breadcrumbsHome.png);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 20px;
    top: 22px;
    background-repeat: no-repeat
}

p#breadcrumbs span#homeBreadcrumb:hover:after {
    background-image: url(../images/breadcrumbs/breadcrumbsHomeHover.png);
    cursor: pointer
}

p#breadcrumbs .breadcrumb_last {
    color: #656565
}

#ContentPage .section.first .widget_ascentus_ad:first-child#GuideCalloutTopBooks {
    margin-top: -190px
}

@media screen and (max-width:769px) {
    p#breadcrumbs {
        display: none
    }
    #ContentPage .section.first .widget_ascentus_ad:first-child#GuideCalloutTopBooks {
        margin-top: -150px
    }
}

section#GuideFeatureBanner.two {
    background-color: #056883;
    background-image: url(../images/homepage/Homepage_bg.png);
    color: #fff;
    padding-top: 30px;
    background-size: 1780px;
    min-height: 420px
}

section#GuideFeatureBanner.two div.container-fluid {
    position: relative
}

section#GuideFeatureBanner.two div.container-fluid div.guideIpadImage {
    display: none
}

section#GuideFeatureBanner.two div.container-fluid div.introGuide {
    position: absolute;
    left: -20px;
    top: -37px
}

section#GuideFeatureBanner.two div.container-fluid div.introGuide img {
    width: 456px
}

section#GuideFeatureBanner.two div.container-fluid div.introText {
    width: 57%;
    float: right;
    max-width: 600px
}

section#GuideFeatureBanner.two div.container-fluid div.introText h1 {
    border-bottom: 1px solid #1999c0;
    padding-bottom: 15px;
    margin-bottom: 15px
}

section#GuideFeatureBanner.two div.container-fluid div.introText span#homeBannerListText {
    font-weight: 700;
    font-size: 17px;
    line-height: 2em
}

section#GuideFeatureBanner.two div.container-fluid div.introText li {
    position: relative;
    padding-left: 32px;
    line-height: 1.8em
}

section#GuideFeatureBanner.two div.container-fluid div.introText li:after {
    display: block;
    position: absolute;
    font-family: MesoGuideIcons;
    content: '\24';
    left: 0;
    top: 0;
    color: #fdb01b
}

section#GuideFeatureBanner.two div.container-fluid div.introText a button#hero-btn-left {
    margin-top: 25px
}

div#mesoGuideBanner.two {
    background-color: #e9f3f6;
    background-image: url(../images/homepage/meso_logo.png);
    background-repeat: no-repeat;
    background-position: 50% 15%;
    color: #656565;
    padding-bottom: 20px;
    border-top: 1px solid #d1ebf2;
    border-bottom: 1px solid #d1ebf2
}

div#mesoGuideBanner.two a#scrollDownLink:before {
    bottom: 38px;
    top: auto
}

div#mesoGuideBanner.two a#scrollDownLink div {
    top: auto;
    bottom: -22px
}

div#mesoGuideBanner.two div#homeGuideBannerLeft {
    float: none;
    width: auto
}

div#mesoGuideBanner.two div#homeGuideBannerLeft h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 34px;
    font-weight: 100;
    margin-top: 63px
}

div#mesoGuideBanner.two div#homeGuideBannerRight {
    padding-top: 0;
    width: 100%
}

div#mesoGuideBanner.two div#homeGuideBannerRight div#bannerRightText {
    width: 320px;
    margin-left: auto;
    margin-right: auto
}

div#mesoGuideBanner.two div#homeGuideBannerRight div#bannerRightText a button.hero-btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

div#mesoGuideBanner.two div#homeGuideBannerRight div#bannerRightText:after {
    display: none
}

@media screen and (max-width:900px) {
    section#GuideFeatureBanner.two {
        min-height: 360px;
        padding-top: 10px
    }
    section#GuideFeatureBanner.two div.container-fluid div.guideIpadImage {
        display: block;
        position: absolute;
        right: 70px;
        top: 110px
    }
    section#GuideFeatureBanner.two div.container-fluid div.introGuide {
        display: none
    }
    section#GuideFeatureBanner.two div.container-fluid div.introText {
        width: 600px;
        float: left;
        margin-left: 20px
    }
    section#GuideFeatureBanner.two div.container-fluid div.introText h1 {
        border-bottom: none;
        max-width: 100%
    }
}

#popupModal div.modal-content div.modal-header form br,
#popupModal div.modal-content div.modal-header form p,
.modal,
.modal-footer h3,
div#inlineFormModal button.button.primary:after {
    display: none
}

@media screen and (max-width:854px) {
    div#mesoGuideBanner.two {
        height: 294px
    }
}

@media screen and (max-width:720px) {
    section#GuideFeatureBanner.two div.container-fluid div.guideIpadImage {
        right: 10px
    }
}

@media screen and (max-width:600px) {
    section#GuideFeatureBanner.two div.container-fluid div.guideIpadImage {
        display: none
    }
    section#GuideFeatureBanner.two div.container-fluid div.introText {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    section#GuideFeatureBanner.two div.container-fluid div.introText ul li {
        text-align: left
    }
    div#mesoGuideBanner.two {
        height: 320px
    }
}

@media screen and (max-width:440px) {
    section#GuideFeatureBanner.two div.container-fluid div.introText {
        width: 90%
    }
    div#mesoGuideBanner.two {
        height: 380px
    }
}

@media screen and (max-width:360px) {
    div#mesoGuideBanner.two {
        height: 400px
    }
}

div#guide-flyout-small {
    position: fixed;
    bottom: 35%;
    left: -100%;
    z-index: 200;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px
}

div#guide-flyout-small div {
    height: 45px;
    width: 250px;
    background-color: #1998c0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
    border: 1px solid #fff;
    border-bottom: none;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .3);
    font-weight: 100;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

div#guide-flyout-small div:hover {
    background-color: #056883
}

div#guide-flyout-small div span {
    color: #f0b728;
    font-weight: 400
}

@media screen and (max-width:769px) {
    section#GuideFeatureBanner.two {
        min-height: 390px
    }
    section#GuideFeatureBanner.two div.container-fluid div.guideIpadImage {
        top: 138px
    }
    div#guide-flyout-small {
        display: none
    }
}

div#inlineFormModal button.button.primary {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 50px
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .83)
}

.modal-footer,
.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    border-radius: 3px
}

.close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    left: 50px;
    bottom: 35px
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    color: #000
}

.modal-header h2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px
}

.modal-body {
    padding: 2px 16px
}

.modal-footer {
    color: #fff
}

.modal-content {
    max-width: 450px;
    position: relative;
    background-color: #fefefe;
    top: 25%;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    border-radius: 3px
}

@-webkit-keyframes animatetop {
    from {
        top: -100%;
        opacity: 0
    }
    to {
        top: 20%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -100%;
        opacity: 0
    }
    to {
        top: 20%;
        opacity: 1
    }
}

#popupModal div.modal-content {
    max-width: 520px
}

#popupModal div.modal-content .success {
    width: 92%;
    left: 0;
    background: #fff;
    border: 1px solid #fff
}

#popupModal div.modal-content div.modal-header {
    min-height: 150px;
    padding: 15px 20px 2px
}

#popupModal div.modal-content div.modal-header div.modalImage {
    width: 27%;
    float: left
}

#popupModal div.modal-content div.modal-header div.modalImage img {
    width: 100px;
    border-radius: 50%;
    border: 3px solid #d1ebf2
}

#popupModal div.modal-content div.modal-header div.field {
    clear: both;
    position: relative
}

#popupModal div.modal-content div.modal-header div.field.submit {
    padding-top: 30px;
    margin-bottom: 15px
}

#popupModal div.modal-content div.modal-header div.field.submit input {
    height: 50px;
    font-size: 18px
}

#popupModal div.modal-content div.modal-header div.field.row {
    width: 50%;
    float: left;
    clear: none;
    box-sizing: border-box
}

#popupModal div.modal-content div.modal-header div.field.row.first {
    padding-right: 10px
}

#popupModal div.modal-content div.modal-header div.field.row.second {
    padding-left: 10px;
    margin-top: 10px
}

#popupModal div.modal-content div.modal-header div.field.row.second select {
    height: 40px
}

#popupModal div.modal-content div.modal-header div.field.first {
    padding-top: 10px
}

#popupModal div.modal-content div.modal-header div.field label {
    display: block;
    font-weight: 700
}

#popupModal div.modal-content div.modal-header div.field input,
#popupModal div.modal-content div.modal-header div.field select {
    width: 100%;
    margin-top: 0;
    border-radius: 3px;
    background: #f7f6f6;
    border: 1px solid #dfdfdf;
    padding: 10px 8px;
    box-sizing: border-box;
    font-size: 14px
}

#popupModal div.modal-content div.modal-header div.field input.button.primary,
#popupModal div.modal-content div.modal-header div.field select.button.primary {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #353535;
    background: #ffba1a;
    border-radius: 3px;
    font-weight: 700
}

#popupModal div.modal-content div.modal-header div.field input.button.primary:hover,
#popupModal div.modal-content div.modal-header div.field select.button.primary:hover {
    background: #056883;
    color: #fff
}

#popupModal div.modal-content div.modal-header div.modalTopContent {
    width: 73%;
    float: right
}

#popupModal div.modal-content div.modal-header div.modalTopContent h4 {
    margin-top: 0
}

@media screen and (max-width:600px) {
    #popupModal div.modal-content div.modal-header div.modalImage {
        display: none
    }
    #popupModal div.modal-content div.modal-header div.modalTopContent {
        width: 100%;
        float: none
    }
    #popupModal div.modal-content div.modal-header div.field {
        margin-top: 10px
    }
    #popupModal div.modal-content div.modal-header div.field.row.first,
    #popupModal div.modal-content div.modal-header div.field.row.second {
        float: none;
        width: 100%;
        padding-top: 0;
        clear: both;
        padding-left: 0;
        padding-right: 0
    }
    #popupModal div.modal-content div.modal-header div.field.submit {
        padding-top: 10px
    }
    #popupModal div.modal-content div.modal-header div.field.submit input {
        font-size: 16px
    }
}

#ContentPage .sectionHighlight.inlineGuideForm select#diagnosis {
    -webkit-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) 95% 50% no-repeat #fff;
    border: 1px solid #d7d7d7;
    min-height: 32px;
    margin-bottom: -1px
}

#ContentPage #trustFundsImage .trustFundsBottomLink {
    text-decoration: none
}

#ContentPage #trustFundsImage .trustFundsChartCTA {
    text-align: center;
    background: #e9f3f6;
    border: 1px solid #d1ebf2;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700!important;
    -webkit-transition: .3s;
    transition: .3s
}

#ContentPage #trustFundsImage .trustFundsImageBottom h3,
#ContentPage #trustFundsImage .trustFundsImageTop h3 {
    margin-bottom: 20px
}

#ContentPage #trustFundsImage .trustFundsChartCTA:hover {
    background-color: #d7e9ef;
    cursor: pointer
}

#ContentPage #trustFundsImage .trustFundsImageTop {
    height: 250px
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft {
    float: left;
    width: 66%;
    border-right: 1px solid #d3d3d3
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft img {
    width: 384px
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageRight {
    float: right
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageRight img {
    width: 187px;
    margin-top: 38px
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    overflow: hidden
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart div.trustFundsRow {
    min-height: 50px;
    box-sizing: border-box;
    padding-top: 9px;
    border-bottom: 1px solid #d3d3d3
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart div.trustFundsRow.first {
    font-weight: 700;
    background-color: #f5f5f5;
    box-shadow: 0 0 3px #d3d3d3
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li {
    display: inline-block;
    line-height: 19px
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
    width: 58%
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:nth-of-type(2) {
    padding-left: 0;
    text-align: center;
    width: 14%;
    float: right
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:last-of-type {
    width: 20%;
    float: right
}

#ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:after {
    display: none
}

@media screen and (max-width:630px) {
    #ContentPage #trustFundsImage .trustFundsImageTop {
        height: auto
    }
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft {
        float: none;
        width: 100%;
        border-right: none
    }
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft img {
        margin: 10px auto 20px;
        display: block
    }
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageRight {
        float: none;
        width: 100%;
        border-top: 1px solid #d3d3d3
    }
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageRight img {
        margin: 20px auto 10px;
        display: block
    }
    #ContentPage #trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
        width: 56%
    }
}

.bottomMobileMenuItem .bottomNav,
.bottomNav.phone {
    background-image: url(../images/secondaryNav/bottomSprite.png);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

@media screen and (max-width:500px) {
    #ContentPage div#trustFundsImage {
        font-size: 13px
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
        width: 50%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:last-of-type {
        width: 23%
    }
}

@media screen and (max-width:430px) {
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
        width: 44%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:nth-of-type(2) {
        width: 20%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:last-of-type {
        width: 27%;
        padding-left: 0
    }
    #ContentPage div#trustFundsImage .trustFundsImageTop div.trustFundsImageLeft img {
        width: 100%
    }
}

@media screen and (max-width:380px) {
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
        padding-left: 5px;
        width: 49%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:nth-of-type(2) {
        width: 17%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:last-of-type {
        width: 31%
    }
}

@media screen and (max-width:350px) {
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:first-of-type {
        padding-left: 5px;
        width: 46%
    }
    #ContentPage div#trustFundsImage .trustFundsImageBottom div.trustFundsImageChart li:last-of-type {
        padding-left: 10px;
        width: 29%
    }
}

p.addSpacingForDesktop {
    height: 200px
}

@media screen and (max-width:970px) {
    p.addSpacingForDesktop {
        display: none
    }
}

div#bottomMobileMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 77px;
    box-sizing: border-box;
    background-color: #006985;
    z-index: 100;
    text-align: center;
    color: #fff
}

@media screen and (max-width:600px) {
    html.chrome {
        margin-top: 0!important
    }
    .footer-mobile.notice.paddingBottom {
        padding-bottom: 80px
    }
    body.isChromeBody {
        padding-top: 0
    }
    body.isChromeBody div#CollapsableHeader {
        position: relative
    }
    body.isChromeBody div#bottomMobileMenu {
        display: block;
        bottom: -90px;
        -webkit-transition: bottom .3s;
        transition: bottom .3s;
        border-top: 1px solid #2294b3
    }
    body.isChromeBody div#bottomMobileMenu.active {
        bottom: 0
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft {
        float: left;
        width: 84%;
        height: 100%
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem {
        width: 25%;
        float: left;
        color: #0099c2;
        font-family: Roboto, arial, helvetica, sans-serif;
        font-size: 14px;
        padding-top: 50px;
        position: relative;
        height: 21px
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem.active {
        border-bottom: 2px solid #dbedf4;
        padding-bottom: 3px;
        color: #dbedf4
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem img {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 15px
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuRight {
        height: 100%;
        float: right;
        width: 16%;
        padding-top: 55px;
        position: relative;
        border-left: 1px solid #005870;
        box-sizing: border-box
    }
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuRight img {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 14px;
        border-radius: 50%;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1)
    }
}

.placeboChart .placeboChartCenterText,
.placeboChart .placeboChartHeader,
h2.homepageH2 {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

@media screen and (max-width:450px) {
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem {
        font-size: 13px;
        padding-top: 50px;
        height: 20px
    }
}

@media screen and (max-width:400px) {
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem {
        font-size: 12px;
        padding-top: 51px;
        height: 20px
    }
}

@media screen and (max-width:350px) {
    body.isChromeBody div#bottomMobileMenu div.bottomMobileMenuLeft div.bottomMobileMenuItem {
        font-size: 10px;
        padding-top: 55px;
        height: 16px
    }
}

h2.homepageH2 {
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width:769px) {
    #Navigation #MainNavigation ul li#TreatmentMegaDropDown .mega-menu {
        width: auto
    }
    div.clinicalTrialsMegaMenuAd {
        display: none
    }
}

#Navigation #MainNavigation ul li#TreatmentMegaDropDown .mega-menu .mega-menu-inner {
    padding-bottom: 13px
}

div.clinicalTrialsMegaMenuAd {
    position: absolute;
    right: 0;
    top: 0
}

.button.primary.fancierLink {
    height: 50px;
    box-sizing: border-box;
    padding: 14px;
    font-size: 18px;
    top: 5px
}

.button.primary.fancierLink:after {
    top: 10px
}

.bottomMobileMenuItem .bottomNav {
    position: absolute;
    top: 15px
}

.bottomMobileMenuItem .bottomNav.home {
    height: 30px;
    width: 32px
}

.bottomMobileMenuItem .bottomNav.home.active {
    background-position: right 64px top 0
}

.bottomMobileMenuItem .bottomNav.meso {
    height: 30px;
    width: 39px;
    background-position: right 103px top 0
}

.bottomMobileMenuItem .bottomNav.meso.active {
    background-position: right 141px top 0
}

.bottomMobileMenuItem .bottomNav.treatment {
    height: 27px;
    width: 28px;
    background-position: right 170px top 0
}

.bottomMobileMenuItem .bottomNav.treatment.active {
    background-position: right 198px top 0
}

.bottomMobileMenuItem .bottomNav.trust {
    height: 27px;
    width: 15px;
    background-position: right 213px top 0
}

.bottomMobileMenuItem .bottomNav.trust.active {
    background-position: right 228px top 0
}

.bottomNav.phone {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 14px;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    background-position: right 276px top 0
}

.menuSprite {
    background-image: url(../images/menuSprite.png)
}

.menuSprite.mobileAd {
    height: 223px;
    width: 196px;
    margin: 0 auto
}

.menuSprite.smallGuide {
    display: block;
    float: right;
    margin-right: -30px;
    width: 190px;
    height: 150px;
    background-position: right 383px top 0
}

.menuSprite.doctorMatch {
    position: absolute;
    left: -35px;
    width: 340px;
    height: 154px;
    background-position: right 752px top 0
}

.menuSprite.clinical {
    height: 303px;
    width: 185px;
    background-position: right 937px top 0
}

.menuSprite.veterans {
    display: block;
    float: right;
    margin-right: -20px;
    background-position: right 1341px top 0;
    height: 167px;
    width: 131px
}

.recoveryImageInline {
    display: none
}

.recoveryImageInline.forMobile {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:640px) {
    .recoveryImageInline {
        display: block
    }
    .recoveryImageInline.forMobile {
        display: none
    }
}

.ranking_callouts.survivors .button.primary.fancierLink:after {
    top: 12px;
    right: 12px
}

#ContentPage #PageContent.communityBlog .section.withSidebar .sidebar {
    padding-top: 0;
    position: relative;
    top: -25px
}

@media screen and (max-width:969px) {
    div.blogBottomAd,
    div.blogBottomMobileAd {
        display: none!important
    }
    #ContentPage #PageContent.communityBlog .section.withSidebar .sidebar {
        top: 0
    }
}

#ContentPage .navigation-wrapper .alignleft a {
    padding-left: 20px
}

#ContentPage .navigation-wrapper .alignright a {
    padding-right: 20px
}

#Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li a#insuranceOptionsMenuItem {
    color: #056883;
    font-weight: 700
}

@media screen and (max-width:769px) {
    #Navigation #MainNavigation ul li .mega-menu .mega-menu-inner .mega-menu-category .mega-menu-column ul li a#insuranceOptionsMenuItem {
        color: #fff
    }
}

#immunotherapyVideoContainer {
    position: relative
}

#immunotherapyVideoContainer #treatmentVideoContainerOverlay {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%
}

#ContentPage .section .statsBanner:after,
.placeboChart .placeboChartRow:after,
.placeboChart:after {
    content: "";
    display: table;
    clear: both
}

#ContentPage .section .statsBanner,
#immunotherapyVideoContainer #videoOverlayText {
    position: relative;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

#immunotherapyVideoContainer #treatmentVideoContainerOverlay #videoOverlayText {
    text-align: center;
    margin-top: 20%;
    color: #fff
}

#immunotherapyVideoContainer #videoOverlayText {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5em
}

#immunotherapyVideoContainer #videoOverlayText a {
    color: #ffba1a
}

#ContentPage .section .statsBanner {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 30px 0 20px
}

#ContentPage .section .statsBanner img {
    margin: 10px 0
}

#ContentPage .section .statsBanner img.statsPercentImage {
    margin: 20px 0
}

#ContentPage .section .statsBanner .statsBannerIntroText {
    position: absolute;
    top: -14px;
    left: 20px;
    background-color: #106882;
    color: #fff;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    padding: 2px 0 1px;
    font-size: 16px
}

#ContentPage .section .statsBanner .statsBannerLeft {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px
}

#ContentPage .section .statsBanner .statsBannerLeft.reverse {
    padding-left: 0;
    padding-top: 0;
    text-align: center
}

#ContentPage .section .statsBanner .statsBannerLeft.reverse img {
    margin-top: 40px
}

#ContentPage .section .statsBanner .statsBannerRight {
    float: right;
    width: 50%
}

#ContentPage .section .statsBanner .statsBannerRight.hasImage {
    text-align: center
}

#ContentPage .section .statsBanner .statsBannerRight.reverse {
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px
}

#ContentPage .section .statsBanner .statsBannerRight.reverse .veryLargeStatsText.worldwide {
    margin-top: 20px
}

#ContentPage .section .statsBanner .boldText {
    font-weight: 700
}

#ContentPage .section .statsBanner .statsBlueText {
    color: #106882;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px
}

#ContentPage .section .statsBanner .statsBlueText.percentBlueText {
    margin-top: 25px
}

#ContentPage .section .statsBanner .veryLargeStatsText {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 45px;
    line-height: 1em
}

#ContentPage .section .statsBanner .veryLargeStatsText.worldwide {
    margin-top: 16px;
    font-size: 36px
}

#ContentPage .section .statsBanner .veryLargeStatsText.extraLargeText {
    margin-top: 0;
    font-size: 38px
}

#ContentPage .section .statsBanner .statsStandardText {
    font-size: 16px;
    margin-top: 0
}

#ContentPage .section .statsBanner .statsStandardText.biggerBottomMargin {
    margin-bottom: 20px
}

@media screen and (max-width:600px) {
    #ContentPage .section .statsBanner img {
        margin-top: 0
    }
    #ContentPage .section .statsBanner .statsBannerLeft,
    #ContentPage .section .statsBanner .statsBannerRight {
        float: none;
        width: 300px;
        margin: 0 auto
    }
    #ContentPage .section .statsBanner .statsBannerLeft.reverse,
    #ContentPage .section .statsBanner .statsBannerRight.reverse {
        padding-top: 0
    }
    #ContentPage .section .statsBanner .statsBannerLeft.reverse .veryLargeStatsText.worldwide,
    #ContentPage .section .statsBanner .statsBannerRight.reverse .veryLargeStatsText.worldwide {
        margin-top: -9px
    }
    #ContentPage .section .statsBanner .statsBlueText.percentBlueText {
        margin-top: 10px
    }
    #ContentPage .section .statsBanner .statsBannerLeft img {
        margin-top: 30px
    }
    #ContentPage .section .statsBanner .veryLargeStatsText {
        margin-top: 10px
    }
    #ContentPage .section .statsBanner .veryLargeStatsText.worldwide {
        margin-top: 0
    }
}

.placeboChart {
    width: 90%;
    max-width: 400px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 20px
}

.placeboChart .placeboChartRow {
    clear: both;
    background-color: #fff;
    padding: 10px 0 20px
}

.placeboChart .placeboChartLeftText {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding-left: 40px
}

.placeboChart .placeboChartCenterText {
    width: 20%;
    float: left;
    color: #1999c0;
    font-weight: 300
}

.placeboChart .placeboChartRightText {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding-right: 40px
}

.placeboChart .placeboChartHeader {
    padding: 16px 0;
    font-weight: 700;
    background-color: #f6f6f6
}

.placeboChart .placeboChartHeader .placeboChartLeftText,
.placeboChart .placeboChartHeader .placeboChartRightText {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .03em
}

.placeboChart .placeboChartHeader .placeboChartCenterText {
    font-size: 26px;
    color: #056883;
    font-weight: 300;
    font-style: italic
}

.placeboChart .placeboChartRowBlue {
    background-color: #009bc3;
    color: #fff;
    padding: 10px 0
}

.placeboChart .placeboChartRowBlue .placeboChartCenterText {
    width: 100%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .03em
}

@media screen and (max-width:500px) {
    .placeboChart {
        margin: 0 auto
    }
    .placeboChart .placeboChartHeader .placeboChartLeftText {
        padding-left: 10px;
        font-size: 14px
    }
    .placeboChart .placeboChartHeader .placeboChartRightText {
        padding-right: 10px;
        font-size: 14px
    }
}

#immunotherapyVideoContainer #videoOverlayText span.overlayBottomText.overlayButton {
    background-color: #ffe3a1;
    border: 1px solid #ffba1a;
    display: block;
    width: 280px;
    padding: 10px;
    margin: 10px auto 0;
    border-radius: 3px;
    font-size: 18px
}

#immunotherapyVideoContainer #videoOverlayText span.overlayBottomText.overlayButton:hover {
    background-color: #ffba1a
}

#immunotherapyVideoContainer #videoOverlayText span.overlayBottomText.overlayButton a {
    text-decoration: none;
    color: #353535
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft {
    position: relative;
    margin-bottom: 50px
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft #videoImageReplacement {
    height: 250px
}

#ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft video {
    position: absolute;
    top: 0;
    left: 0
}

#ContentPage #trustFundsImage .trustFundsChartCTA {
    position: relative;
    z-index: 5
}

@media screen and (max-width:630px) {
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft #videoImageReplacement {
        height: 215px
    }
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft video {
        left: calc(50% - 192px)
    }
}

@media screen and (max-width:430px) {
    #ContentPage #trustFundsImage .trustFundsImageTop div.trustFundsImageLeft video {
        width: auto!important;
        max-width: 100%;
        left: 0
    }
}

#shipmentContainer p {
    margin: 0!important
}

.shipmentBoxes {
    max-width: 800px;
    background-size: cover;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #d1d1d1
}

#newOrleansInfo {
    background-image: url(/wp-content/uploads/2018/06/bg-new-orleans-mobile.png)
}

#houstonInfo {
    background-image: url(/wp-content/uploads/2018/06/bg-houston-mobile.png)
}

#newarkInfo {
    background-image: url(/wp-content/uploads/2018/06/bg-newark-mobile.png)
}

#longBeachInfo {
    background-image: url(/wp-content/uploads/2018/06/bg-long-beach-mobile.png)
}

.shipmentText {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 75%
}

.asbestosAmountTitle,
.shipmentNumberTitle {
    color: #656565;
    font-size: 11px
}

@media only screen and (min-width:767px) {
    #newOrleansInfo {
        background-image: url(/wp-content/uploads/2018/06/bg-new-orleans.jpg);
        background-position: 0
    }
    #houstonInfo {
        background-image: url(/wp-content/uploads/2018/06/bg-houston.jpg)
    }
    #newarkInfo {
        background-image: url(/wp-content/uploads/2018/06/bg-newark.jpg)
    }
    #longBeachInfo {
        background-image: url(/wp-content/uploads/2018/06/bg-long-beach.jpg)
    }
    .shipmentBoxes {
        background-size: 80%
    }
    .shipmentText {
        width: 40%;
        height: 80%
    }
    .asbestosAmountTitle,
    .shipmentNumberTitle {
        color: #d1d1d1
    }
}

.shipmentCity {
    font-size: 24px;
    width: 100%;
    color: #353535;
    font-weight: 700
}

.yellowDivider {
    width: 100%
}

.yellowDivider div {
    width: 20px;
    height: 2px;
    background-color: #ffb119
}

.asbestosAmount {
    width: 60%
}

.shipmentNumber {
    width: 40%
}

.asbestosAmountNum span {
    font-size: 14px;
    color: #246d96
}

.asbestosAmountNum,
.shipmentNumberNum {
    font-size: 22px
}

.subtypeSection,
.fiberSection {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #d1d1d1;
    justify-content: center;
    margin-bottom: 30px
}

.subtypeHeader,
.fiberHeader {
    background-color: #056883;
    display: flex;
    width: 85%;
    padding: 20px;
    position: relative;
    top: -6px;
    box-sizing: border-box;
    flex-wrap: wrap
}

#asbestosSubtypes .subtypeHeader h4,
#toxicFibers .fiberHeader h4 {
    color: #fff;
    margin: 0
}

.subtypeTitle,
.fiberTitle {
    width: 100%;
    text-align: center
}

.subtype,
.fiber {
    width: 100%;
    text-align: center;
    color: #b6def1
}

.subtypeImage,
.fiberImage {
    display: flex;
    align-self: start;
    width: 100%;
    justify-content: center
}

.subtypeDesc,
.fiberDesc {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    width: 85%
}

.subtypeTraits,
.fiberTraits {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.subtypeRow,
.fiberRow {
    display: flex;
    width: 100%;
    align-items: center
}

.listIcon {
    width: 60px
}

.traitText {
    width: 82%
}

@media only screen and (min-width:767px) {
    .subtypeSection,
    .fiberSection {
        max-width: 630px
    }
    .subtype,
    .fiber {
        width: 28%;
        text-align: left
    }
    .subtypeTitle,
    .fiberTitle {
        width: 72%;
        text-align: left
    }
    .subtypeDesc,
    .fiberDesc {
        display: flex;
        padding-left: 4%;
        padding-right: 8%;
        width: 100%
    }
    .subtypeImage,
    .fiberImage {
        width: 35%
    }
    .subtypeTraits,
    .fiberTraits {
        width: 65%
    }
    .subtypeRow,
    .fiberRow {
        display: flex;
        width: 100%;
        align-items: center
    }
}

/*********************************************
Reviewer By Footer
**********************************************/
#reviewer-footer {
  margin: 0 20px;
  padding: 40px 0 0;
}

#reviewer-container {
  padding: 20px;
  background: #1999c0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#reviewer-img-container {
  /* margin-right: 20px; */
  border-radius: 120px;
  overflow: hidden;
  height: 140px;
  width: 140px;
  border: 2px solid #d1ebf2;
  margin-bottom: 20px;
  position: absolute;
}

#reviewer-img-container img {
  width: 140px;
  height: 140px;
}

#reviewer-text-container {
  background: #f9f9f9;
  padding: 20px;
  border: 2px solid #d1ebf2;
  /* width: 75%; */
  margin-top: 70px;
  padding-top: 90px;
}

#reviewer-text-container p {
  color: #656565;
  margin-top: 20px;
  font-size: 12px;
  line-height: 19px;
}

#reviewer-name {
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #353535;
  box-sizing: border-box;
  max-width: 300px;
}

p#reviewer-position {
    margin: 0;
    font-size: 14px;
}

@media screen and (min-width:335px) {
        #reviewer-name {
            font-size: 18px;
        }
        p#reviewer-position {
            font-size: 16px;
        }
}
@media screen and (min-width:361px) {
        #reviewer-name {
            padding-right: 15%;
        }
}
@media screen and (min-width:403px) {
        #reviewer-name {
            padding-right: 22%;
        }
}
/* @media screen and (min-width:428px) {
        #reviewer-name {
            padding-right: 30%;
        }
} */
@media screen and (min-width:500px) {
        #reviewer-name {
            padding-right: 0;
            max-width: none;
        }
}

.align-left {
    float: left;
}

#troy-bio-img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    overflow: hidden;
    border: 2px solid #d1ebf2;
    border-radius: 50%;
}

@media screen and (min-width:640px) {
    #reviewer-container {
        flex-direction: row;
        align-items: unset;
    }
    #reviewer-img-container {
        position: static;
        margin-bottom: 0;
    }
    #reviewer-text-container {
        margin-top: 0;
        padding-top: 20px;
        width: 70%;
        box-sizing: border-box;
    }
}

@media screen and (min-width:750px) {
    #reviewer-text-container {
        width: 75%;
    }
}

@media screen and (min-width:900px) {
    #reviewer-text-container {
        width: 80%;
    }
}

.img-hon img {
    width: 43px;
}

#newsletter-footer-container{background-color:#e9f3f6;min-width:320px;border-top:1px solid #e9f3f6}.newsletter-footer-content-flex{display:flex}.mesoguide-icon-container{padding-left:15px;padding-top:10px}.mesoguide-icon-container-desktop,.newsletter-arrow-pointer-tablet,.newsletter-text-container-tablet{display:none}#upper-newsletter-footer{padding-top:10px;padding-bottom:10px}#newsletter-success{display:none;justify-content:flex-end;padding-left:60px;position:relative;bottom:0}#newsletter-success p{font-size:22px;color:#e9f3f6;letter-spacing:0;text-align:center;line-height:24px;position:relative;top:10px;margin-bottom:0}.newsletter-text-container{padding-left:15px}.newsletter-arrow-pointer{padding-left:10px;position:relative;top:10px}#lower-newsletter-footer{background-color:#1999c0;padding-top:20px;padding-bottom:10px;clip-path:polygon(14% 10%,-4% 122%,517% 19%)}#newsletter-email-form{display:flex;justify-content:flex-end;transition:all .5s linear}#newsletter-btn input{background-image:url("https://wpmedia.mesotheliomaguide.com/images/dev/mesoguide-footer/Submit arrow.png");background-repeat:no-repeat;background-position-x:15px;background-position-y:11px;width:40px;height:40px;background-color:#ffba1a;margin-right:20px;margin-left:20px;border-radius:5px;outline:0}#closing-btn input{background-image:url(https://wpmedia.mesotheliomaguide.com/images/dev/mesoguide-footer/Xmobile.png);background-repeat:no-repeat;background-position-x:13px;background-position-y:13px;width:40px;height:40px;background-color:#ffba1a;margin-right:20px;margin-left:20px;border-radius:5px;outline:0}#newsletter-btn input:hover{background-color:#056883;transition:.5s}#closing-btn input:hover{background-color:#056883;transition:.5s}#newsletter-email-field input{height:30px;width:180px;position:relative;top:3px;font-size:18px;color:#969696;letter-spacing:0;line-height:24px;padding-left:10px;outline:0}@media only screen and (min-width:375px){.newsletter-footer-content-flex{padding-left:20px}.newsletter-arrow-pointer{padding-left:20px}}@media only screen and (min-width:395px){#newsletter-email-field input{height:30px;width:230px;position:relative;top:3px}#newsletter-success{display:none;justify-content:flex-end}#newsletter-email-form{display:flex;justify-content:flex-start;padding-left:60px}.newsletter-footer-content-flex{padding-left:20px}}@media only screen and (min-width:495px){#lower-newsletter-footer{clip-path:polygon(35% 12%,25% 122%,517% 19%)}#newsletter-email-form{padding-left:36%}}@media only screen and (min-width:756px){.newsletter-arrow-pointer,.newsletter-text-container{display:none}.newsletter-arrow-pointer-tablet,.newsletter-text-container-tablet{display:block}#newsletter-success{position:relative;bottom:6px}#newsletter-footer-container{display:flex}#newsletter-master-container{display:flex;width:100%}.newsletter-footer-content-flex{padding-left:0;position:relative;top:15px}.mesoguide-icon-container{padding-left:10px;padding-right:10px;position:relative;bottom:20px}.newsletter-text-container-tablet{position:relative;top:-8px}.newsletter-arrow-pointer-tablet{position:relative;bottom:2px;padding-left:10px}#lower-newsletter-footer{width:100%;clip-path:polygon(13% 1%,-6% 145%,432% 3%)}#newsletter-email-field input{height:23px;width:151px;position:relative;top:0}#newsletter-btn input{background-position-x:11px;background-position-y:7px;width:30px;height:30px;position:relative;bottom:2px}#closing-btn input{background-image:url(https://wpmedia.mesotheliomaguide.com/images/dev/mesoguide-footer/xdesktoptablet.png);background-position-x:9px;background-position-y:9px;width:30px;height:30px;position:relative;bottom:-5px}#newsletter-email-form{padding-left:15%}}@media only screen and (min-width:1025px){#newsletter-footer-container{display:block}#newsletter-success{width:251px;justify-content:flex-start}#newsletter-success p{font-size:22px;color:#e9f3f6;letter-spacing:0;text-align:left;padding-left:154px;line-height:24px;justify-content:flex-start;padding-left:30px}#newsletter-master-container{display:flex;width:100%}#upper-newsletter-footer{width:50%}#lower-newsletter-footer{clip-path:polygon(7% 1%,0 145%,432% 3%);width:50%}.newsletter-footer-content-flex{display:flex;justify-content:flex-end}#newsletter-email-field input{width:253px}#newsletter-email-form{padding-left:9%}.mesoguide-icon-container-desktop{display:block;position:relative;bottom:14px;padding-right:10px}.mesoguide-icon-container{display:none}}

#newsletter-footer-container #new-success,
#newsletter-footer-container .loading {
    display: none !important;
}
#newsletter-footer-container label.valid:after,
#newsletter-footer-container label.valid.not-valid {
    display: none !important;
}

.contentform-mobile {
    display: none;
}
.incontent-ad-mobile {
    display: block;
}
.incontent-mobile-replacement {
    display: none;
}
@media screen and (min-width: 600px) {
    .contentform-mobile {
        display: block;
    }
    .incontent-ad-mobile {
        display: none;
    }
    .incontent-mobile-replacement {
        display: block;
    }
}

textarea.comments-box-optional::-webkit-input-placeholder {
    color: #afafaf;
  }
  
  textarea.comments-box-optional::-moz-placeholder { /* Firefox 18- */
    color: #afafaf;  
  }
  
  textarea.comments-box-optional::-moz-placeholder {  /* Firefox 19+ */
    color: #afafaf;  
  }
  
  textarea.comments-box-optional::-ms-input-placeholder {
    color: #afafaf;  
  }
  
  textarea.comments-box-optional::placeholder {
    color: #afafaf;  
  }

  /* Mobile Text Feature */
#TextPhoneNumber {
    display: none;
  }

  @media screen and (max-width: 639px) {
    #TextPhoneNumber {
        right: 65px;
        top: 13px;
        font-size: 15px;
        display: block;
      }
  #CollapsableHeader #Logo {
    left: 66px;
    top: 22px;
    margin: 0 auto;
}
#CollapsableHeader #Logo a {
    width: 139px;
    height: 17px;
    background-repeat: no-repeat;
}
  }

@media screen and (min-width: 375px) and (max-width: 639px) {
    #CollapsableHeader #Logo {
        left: 50px;
        top: 20px;
    }
    #CollapsableHeader #Logo a {
        width: 172px;
        height: 20px;
    }
}

.mobileBtn .icon.iconPhone img {
    position: relative;
    bottom: 4px;
}

.mobileBtn .icon.menu-list img {
    position: relative;
    bottom: 3px;
}

#gs_tti50 input {
    background: none !important;
}

#gs_tti51 input {
    background: none !important;
}


#Navigation .GoogleSearch .gsc-input-box {
    height: 26px !important;
}

.source-header {
    font-family: Roboto;
    font-size: 18px;
    margin-bottom: 18px;
}

@media screen and (min-width: 769px) {
    .source-header {
        position: relative;
        right: 16px;
    }
}

@media screen and (min-width: 769px) {
    div.menuSEOFix {
        position: relative;
        z-index: 10;
    }

    div.menuSEOFix:before {
        content: '';
        background: url(/wp-content/themes/mesoguide2/images/dd-arrow.png) 0 0 no-repeat;
        display: block;
        position: absolute;
        left: 5px;
        top: 14px;
        width: 12px;
        height: 12px;
        cursor: pointer;
    }


    .main-menu-item:hover div.menuSEOFix:before {
        background: url(/wp-content/themes/mesoguide2/images/dd-arrow.png) 0 100% no-repeat;
    }

    .main-menu-item {
        height: 35px;
        width: 134px;
    }

    #Navigation #MainNavigation ul li.main-menu-item a {
        padding-right: 10px;
        width: 99px;
    }

    /*Secondary Text for Top Level Nav*/

    #MesotheliomaMegaDropDown div.menuSEOFix:after {
        content: 'Learn the Basics';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #MesotheliomaMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #DoctorsMegaDropDown div.menuSEOFix:after {
        content: 'Locate Specialists';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #DoctorsMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #TreatmentMegaDropDown div.menuSEOFix:after {
        content: 'Discover Options';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #TreatmentMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #PrognosisMegaDropDown div.menuSEOFix:after {
        content: 'Extend Your Life';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #PrognosisMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #VeteransMegaDropDown div.menuSEOFix:after {
        content: 'Asbestos Exposure';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #VeteransMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #ResourcesMegaDropDown div.menuSEOFix:after {
        content: 'Financial & Legal';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #ResourcesMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }

    #CommunityMegaDropDown div.menuSEOFix:after {
        content: 'Blog & Community';
        margin: -5px 0 0;
        padding: 0;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #abe6f8;
        position: absolute;
        top: 31px;
        left: 25px;
        cursor: pointer;
    }
    #CommunityMegaDropDown:hover div.menuSEOFix:after {
        color: #056883;
    }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
    .main-menu-item {
        width: 125px;
    }

    #Navigation #MainNavigation ul li.main-menu-item a {
        width: 91px;
    }
}

@media screen and (max-width: 930px) and (min-width: 769px) {
    .main-menu-item {
        width: 115px;
    }

    #Navigation #MainNavigation ul li.main-menu-item a {
        width: 83px;
    }

    #CommunityMegaDropDown div.menuSEOFix:after,
    #ResourcesMegaDropDown div.menuSEOFix:after,
    #VeteransMegaDropDown div.menuSEOFix:after,
    #PrognosisMegaDropDown div.menuSEOFix:after,
    #TreatmentMegaDropDown div.menuSEOFix:after,
    #DoctorsMegaDropDown div.menuSEOFix:after,
    #MesotheliomaMegaDropDown div.menuSEOFix:after {
        font-size: 10px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    .main-menu-item {
        width: 105px;
    }

    #Navigation #MainNavigation ul li.main-menu-item a {
        width: 73px;
    }
    #CommunityMegaDropDown div.menuSEOFix:after,
    #ResourcesMegaDropDown div.menuSEOFix:after,
    #VeteransMegaDropDown div.menuSEOFix:after,
    #PrognosisMegaDropDown div.menuSEOFix:after,
    #TreatmentMegaDropDown div.menuSEOFix:after,
    #DoctorsMegaDropDown div.menuSEOFix:after,
    #MesotheliomaMegaDropDown div.menuSEOFix:after {
        font-size: 9px;
    }
}
@media screen and (min-width: 769px) {
    .main-menu-item:hover div.menuSEOFix:before {
        background: url(/wp-content/themes/mesoguide2/images/dd-arrow.png) 0 100% no-repeat;
    }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
