@CHARSET "UTF-8";

.dropdown-menu > li > a.email {
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #365665;
    text-decoration: underline;
}

.dropdown-menu > li > a.email:hover,
.dropdown-menu > li > a.email:focus {
    text-decoration: underline;
    background-color: transparent;
    color: #365665;
}

.page-post-sidebar h3 {
    margin-bottom: 0;
}

.wrapper-popular-widgets {
    margin-bottom: 50px;
}

.news .row {
    padding-bottom: 20px;
}

.news img {
    max-width: 100%;
}

.wrapper-news .news {
    padding-bottom: 20px;
    padding-top: 20px;
}

a:link, a:visited, a:hover, a:focus, a:active {
    text-decoration: none;
}

.wrapper-popular-widgets h5 a {
    color: #365665;
}

.page-thumbnails .thumbnail {
    margin-top: 0;
}

.news .row .page-thumbnails .thumbnail {
    margin-top: 20px;
}

.post-share {
    float: right;
    margin-top: -10px;
}

    .post-share ul {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .post-share ul li {
            float: none;
            display: inline-block;
            width: 32px;
            font-size: 18px;
        }

            .post-share ul li a {
                padding: 5px 10px;
                color: #5e7884;
                display: block;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                white-space: nowrap;
            }

.wrapper-comments .input-group, .g-recaptcha {
    margin-top: 12px;
}

.wrapper-comments .btn-gray {
    text-transform: none;
}

.wrapper-comments .page-form {
    padding: 0;
    background-color: transparent;
}

.wrapper-comments .input-group {
    width: 100%;
}

.navbar-sort {
    float: right;
    margin-top: 20px;
}

.news h3 {
    margin-top: 0px;
}

.sidebar-newsletter {
    margin-top: 50px;
    float: right;
}

.current-article {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 30px;
}

@media print {
    .wrapper-topnav {
        display: none;
    }

    .wrapper-blog-title {
        display: none;
    }

    .page-sidenav {
        display: none;
    }

    .wrapper-comments {
        display: none;
    }

    .wrapper-footer {
        display: none;
    }

    .page-post .breadcrumb {
        display: none;
    }

    .page-post .page-title {
        display: none;
    }

    a[href]:after {
        content: none;
    }

    .wrapper-homepage-hero-collapse {
        display: none;
    }
}

.blog-sidebar .sidebar-nav .sidebar-title {
  text-align: right;
  padding-right: 20px;
}

.blog-sidebar .sidebar-nav ul li {
  text-align: right;
}

.wrapper-interior-page {
  background-color: #f5f6f7;
}

.page-header h1 {
    font-size: 36px;
}

.wrapper-popular-widgets .current-article h5 {
    text-transform: none;
    font-size: 20px;
}

.wrapper-popular-widgets .current-article {
    color: #428bca;
}

.event-date {
    color: #ffffff;
    width: 55px;
    height: 55px;
    border-bottom: 2px solid #dedfe0;
    background-image: -webkit-linear-gradient(top, #cf554a 0%, #b64b42 100%);
    background-image: linear-gradient(to bottom, #cf554a 0px, #b64b42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf554a', endColorstr='#b64b42', GradientType=0);
    font-size: 14px;
    text-align: center;
}

.event-date-text {
    width: 40px;
    margin: 0 auto;
    line-height: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.event-title {
    float: right;
    width: 180px;
    background-color: #ffffff;
    height: 55px;
    margin-right: 20px;
    border-bottom: 2px solid #dedfe0;
}

.event-title-text {
    color: #788784;
    padding-left: 12px;
    line-height: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.event {
    margin-bottom: 10px;
}


.upcoming-events-box {
    margin-bottom: 30px;
    border-style: solid;
    border-width: 1px;   
    width: 100%;    
    text-align: left;
}

.upcoming-events-title-text {
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #cf554a 0%, #b64b42 100%);
    background-image: linear-gradient(to bottom, #cf554a 0px, #b64b42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf554a', endColorstr='#b64b42', GradientType=0);
    font-size: 24px;
    text-align: center;

    border-bottom: 1px solid #dedfe0;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    padding: 5px 0px 10px 0px;
}

.upcoming-events-box-content {
    padding: 5px;
    padding-bottom: 20px;
}

.upcoming-events-box-content * {
    font-size: 16px !important;
}


.questions-box {
    background-image: -webkit-linear-gradient(top, #4d99d1 0%, #2f89d0 100%);
    background-image: linear-gradient(to bottom, #4d99d1 0%, #2f89d0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d99d1', endColorstr='#2f89d0', GradientType=0);
    margin-left: -15px;
    margin-right: -15px;
    height: 178px;
}

.questions-box-text {
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    margin: 0 auto;
    width: 182px;
    line-height: 44px;
}

@media (min-width: 765px) and (max-width: 992px) {
    .event-title {
        width: 80px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .event-title {
        width: 130px;
    }
}

@media (max-width: 768px) {
  .wrapper-footer .wrapper-footer-menu {
      display: none;
  }
}




.challengeImageContainer { position:relative; margin:0px auto; width:100%; height:auto; display:inline-block;}

.popupChallengeContainer { display: none;z-index:1000;position:absolute;float:left;padding: 10px 0px 10px 0px;margin:0px 0px 8px 0px;background-color:#007b8a;top:50%;left:15%; width:70%; }
.popupChallengeImgWrapperDiv { float: left; display:flex; justify-content:center;align-items:center; width: auto; height: auto; margin-top: auto; margin-bottom: auto; margin-left: 20px; }

.popupChallengeTextDiv { float:left;width:auto;display:block;overflow:visible;margin: 20px 10px 20px 20px;}
.popupChallengeText { color:white; font-size:20px; }
.popupChallengeImgDiv { margin:auto;height:auto;width:auto;}
.popupChallengeImg { vertical-align:middle; width: auto; height: auto; }


.challengeMainImage { position:relative; top: 0px; left: 12%; z-index: 0; width:50%; height:auto; }
.challengeSubImage { position:absolute; z-index: 3; width: 13%; height: 14%; background-position: center top; background-repeat:no-repeat; background-size: 100% auto; }

.challengeBrainImage { top: -4%; left: 30%; background: transparent url('/resources-national/img/challenges_brain_off.png') no-repeat; background-position: center top; background-size: 100% auto; } 
.challengeBrainImage:hover { background-image: url('/resources-national/img/challenges_brain_on.png'); }

.challengeHeartImage { top: 24%; left: 36%; background: transparent url('/resources-national/img/challenges_heart_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeHeartImage:hover { background-image: url('/resources-national/img/challenges_heart_on.png'); }

.challengeLungsImage { top: 19%; left: 23%; background: transparent url('/resources-national/img/challenges_lungs_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeLungsImage:hover { background-image: url('/resources-national/img/challenges_lungs_on.png'); }

.challengeAppleImage { top: 35%; left: 28%; background: transparent url('/resources-national/img/challenges_apple_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeAppleImage:hover { background-image: url('/resources-national/img/challenges_apple_on.png'); }

.challengeBonesImage { top: 62%; left: 24%; background: transparent url('/resources-national/img/challenges_bones_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeBonesImage:hover { background-image: url('/resources-national/img/challenges_bones_on.png'); }

.challengeFallsCostImage { top: -4%; left: 65%; background: transparent url('/resources-national/img/challenges_falls_cost_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeFallsCostImage:hover { background-image: url('/resources-national/img/challenges_falls_cost_on.png'); }

.challengeMedicationCostImage { top: 10%; left: 65%; background: transparent url('/resources-national/img/challenges_medication_cost_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeMedicationCostImage:hover { background-image: url('/resources-national/img/challenges_medication_cost_on.png'); }

.challengeMedicareCostImage { top: 24%; left: 65%; background: transparent url('/resources-national/img/challenges_medicare_spending_off.png') no-repeat; background-position: center top; background-size: 100% auto; }
.challengeMedicareCostImage:hover { background-image: url('/resources-national/img/challenges_medicare_spending_on.png'); }

.challengePillsImage { top: 38%; left: 65%; background: transparent url('/resources-national/img/challenges_pills_off.png') no-repeat; background-position: center top; background-size: 100% auto; } 
.challengePillsImage:hover { background-image: url('/resources-national/img/challenges_pills_on.png'); }

.challengeInfoImage { top: 52%; left: 65%;background: transparent url('/resources-national/img/challenges_info_off.png') no-repeat; background-position: center top; background-size: 100% auto; } 
.challengeInfoImage:hover { background-image: url('/resources-national/img/challenges_info_on.png'); }

.challengePieChartImage { top: 66%; left: 65%; width:26%; height:28%; background: transparent url('/resources-national/img/challenges_pie_chart_off.png') no-repeat; background-position: center top; background-size: 100% auto; } 
.challengePieChartImage:hover { background-image: url('/resources-national/img/challenges_pie_chart_on.png'); }

.challengeCloseX { position:absolute; display:flex; align-items:flex-end; justify-content:flex-end; cursor:pointer; width:95%; }
.challengeCloseX2 
{
height:15px;
width:2px;
margin-left:12px;
background-color:white;
transform: rotate(45deg);
-ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari and Chrome */
Z-index:1;
  cursor:pointer;

}
.challengeCloseX3
{
height:15px;
width:2px;

background-color:white;
transform: rotate(90deg);
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Safari and Chrome */
Z-index:2;
  cursor:pointer;

}



@media screen and (max-width: 600px) 
{
.popupChallengeContainer { width:75%;left:12%; flex-flow: column wrap;}
.popupChallengeImgWrapperDiv { float: left; display:flex; justify-content:center; align-items:center; width: auto; height: auto; margin-top: 20px; margin-bottom: 10px; margin-left: 25px; margin-right:25px; }
.popupChallengeTextDiv { float: left; text-align:center; display:flex; justify-content:center; width: auto; height: auto; margin-top: 10px; margin-bottom: 25px; margin-left: 25px; margin-right:25px; }

.challengeMainImage { left: 12px; width:300px; height:auto; }
.challengeSubImage { width: 80px; height: 80px; }

.challengeBrainImage { top: -25px; left: 120px; }
.challengeHeartImage { top: 150px; left: 170px; }
.challengeLungsImage { top: 110px; left: 90px; }
.challengeAppleImage { top: 220px; left: 115px; }
.challengeBonesImage { top: 375px; left: 95px; }
.challengeFallsCostImage { top: -25px; left: 310px; }
.challengeMedicationCostImage { top: 60px; left: 310px; }
.challengeMedicareCostImage { top: 145px; left: 310px; }
.challengePillsImage { top: 230px; left: 310px; } 
.challengeInfoImage { top: 315px; left: 310px; } 
.challengePieChartImage { top: 405px; left: 310px; width:130px; height:130px; } 

.challengeCloseX { position:absolute; display:flex; align-items:flex-end; justify-content:flex-end; cursor:pointer; width:92%; }
}


@media screen and (max-width: 500px) {

.popupChallengeContainer { width:75%;left:12%; flex-flow: column wrap;}
.popupChallengeImgWrapperDiv { float: left; display:flex; justify-content:center; align-items:center; width: auto; height: auto; margin-top: 20px; margin-bottom: 10px; margin-left: 25px; margin-right:25px; }
.popupChallengeTextDiv { float: left; text-align:center; display:flex; justify-content:center; width: auto; height: auto; margin-top: 10px; margin-bottom: 25px; margin-left: 25px; margin-right:25px; }
.challengeMainImage { left: 2%; width:79%; height:auto; }
.challengeSubImage { width: 19%; height: 19%; }

.challengeBrainImage { top: -4%; left: 32%; }
.challengeHeartImage { top: 24%; left: 44%; }
.challengeLungsImage { top: 19%; left: 23%; }
.challengeAppleImage { top: 35%; left: 29%; }
.challengeBonesImage { top: 62%; left: 24%; }
.challengeFallsCostImage { top: -4%; left: 75%; }
.challengeMedicationCostImage { top: 10%; left: 75%; }
.challengeMedicareCostImage { top: 24%; left: 75%; }
.challengePillsImage { top: 38%; left: 75%; } 
.challengeInfoImage { top: 52%; left: 75%; } 
.challengePieChartImage { top: 66%; left: 75%; width:25%;height:25%; } 

.challengeCloseX { position:absolute; display:flex; align-items:flex-end; justify-content:flex-end; cursor:pointer; width:90%; }
}


.challengeColorInfoBox { position:relative;background-color:#edf8f4;float:left;padding: 10px 0px 10px 0px;margin:0px 0px 8px 0px; display:flex;width:100%; border-top-right-radius: 20px; }
.challengeColorInfoBoxImage { float:left;width:80px;height:100%;margin:0px;display:inline-block;margin-top:auto;margin-bottom:auto; }
.challengeColorInfoBoxImageCenteringDiv { margin:auto;width:70%;height:70%; }
.challengeColorInfoBoxTextDiv { float:right;width:90%;margin-right:20px;}
.challengeColorInfoBoxText { color: #007B96;font-size:20px; }
.challengeHeadingText { color: #007B96; font-weight: 300; }

.job-application h2 {
    font-size: 1em;
}