/*
    Theme Name: NCSCP
    Theme URI: http://wordpress.org
    Description: Custom Theme for NCSCP
    Version: 1.0.0
    Author: Wordpress
    Author URI: http://wordpress.org
    Tags: Blank, HTML5, CSS3
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    normalize.css v2.1.3 | MIT License
    git.io/normalize
\*------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0;line-height: 1.25em;}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    font-size: 16px;
    font-size: 0.666667vw;
    font-size: 8px;
}
body {
    font: 300 2.25rem/1.75 'Gotham', Helvetica, Arial, sans-serif;
    color: #2d2c6b;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
    overflow: hidden;
}
.container {
    width: 94%;
    margin: 0 auto;
    max-width: 137.5rem; 
}
/*------------------------------------*\
    Header
\*------------------------------------*/
.header {
    position: relative;
    z-index: 9998;
    background: #f3f3f3;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 0.75rem solid #2f2f73;
}
.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-inner .logo {
    width: 26%;
}
.header-inner .logo img {
    display: block;
    width: 100%;
}
.header-inner .header-right {
    width: 69%;
}
.header .nav ul {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
}
.header .nav a {
    font-weight: bold;
}
.header .top-nav a {
    color: #3a2c77;
    letter-spacing: 0.025em;
    height: 4.75rem;
    line-height: 1;
    padding: 0 1.5rem;
    font-size: 1.75rem;
    -webkit-border-radius: 1.5rem;
            border-radius: 1.5rem;
    background: #f8e300;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
    -webkit-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.header .top-nav a:hover {
    color: #f8e300;
    background: #2c2d6b;
}
.header .top-nav li:not(:last-child) {
    margin-right: 2rem;
}
.header .main-nav > ul {
    padding-left: 4.375rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .main-nav > ul > li > a {
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    color: #2c2d6b;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.header .main-nav > ul > li > a:hover {
    color: #f8e300;
}
.main-nav > ul > li {
    position: relative;
}
.main-nav > ul > li .sub-menu {
    position: absolute;
    width: 25rem;
    background: #fff;
    display: block;
    padding: 1rem 0;
    -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1);
            box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.1);
    -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    -o-transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s, -webkit-transform 0.25s;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
}
.main-nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.main-nav > ul > li .sub-menu a {
    line-height: 1.5;
    display: block;
    padding: 0.5rem 1rem;
    color: #2f2f73;
    font-size: 1.875rem;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.main-nav > ul > li .sub-menu a:hover {
    color: #f8e300;
}
/*------------------------------------*\
    Homepage
\*------------------------------------*/
.home-hero {
    position: relative;
}
.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
:
}
.home-hero-bg img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
/*.home-hero-bg:before {content: '';display: block;width: 100%;height: 100%;background: #fff;opacity: 0.6;}*/

.home-hero-bg:before {content: '';display: block;width: 100%;height: 100%;}

.home-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 24rem;
    padding-bottom: 18rem;
}
.home-hero-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home-hero-title-wrap h1 {
    color: #151415;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.025em;
    font-size: 7.25rem;
    line-height: 1.05;
    margin: 0;
    width: 80%;
    text-align: center;
    margin-bottom: 30px;
}
.home-hero-title-icon {
    width: 15%;
}
/*.home-hero-cta a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #2f2d72;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fdead6;
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    height: 8rem;
    -webkit-border-radius: 3.25rem;
            border-radius: 3.25rem;
    padding: 0 1.875rem;
    margin-top: -4rem;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}*/
.home-hero-cta {
    text-align: center;
}
.home-hero-cta a:hover {
    background: #f7da34;
}
.learn-programs-title-bar {
    background: #2f2d72;
    text-align: center;
}
.learn-programs-title {
    letter-spacing: 0.025em;
    color: #fdead6;
    font-size: 5rem;
    line-height: 1.3;
    padding: 2rem 0;
}
.learn-programs-logos-wrapper {
    padding: 5.625rem 0 5rem;
}
.learn-programs-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.learn-programs-logos img{
	margin: 0px 40px;
}


.learn-programs-sep {
    color: #fae100;
    letter-spacing: 0.025em;
    font-weight: bold;
    font-size: 11.25rem;
    line-height: 1;
    padding: 0 5rem;
    display:none;
}
.cols-ctas-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.cols-ctas-wrapper .col-cta-item {
    width: 50%;
    padding-top: 5.625rem;
    padding-bottom: 6rem;
    position: relative;
    display: block;
}
.col-cta-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover!important;
}
.col-cta-item-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.82;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.col-cta-item-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.col-cta-item-icon {
    height: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.col-cta-item-icon img {
    max-height: 100%;
}
.col-cta-item:nth-child(2) .col-cta-item-icon img {
    max-height: 6.875rem;
}
.col-cta-item-title {
    font-size: 5rem;
    font-weight: bold;
}
.col-cta-item-sub-title {
    font-size: 4.5rem;
}
.col-cta-item:nth-child(1) {
    padding-left: 6.25rem;
}
.col-cta-item:hover .col-cta-item-bg-overlay {
    opacity: 0.95;
}
.core-members-wrapper {
    padding: 5.625rem 0 7rem 0;
}
.core-members-title {
    color: #2f2d72;
    font-size: 5rem;
    text-align: center;
    margin: 0 0 8.4375rem;
}
.core-members-logos {
    padding: 0 4.6875rem;
    margin-bottom: 5.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.core-members-logos img {max-height: 18.25rem; padding: 0 20px 0 20px;}
.button,
.core-members-cta a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2f2d72;
    color: #fdead6;
    border: none;
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: 0.025em;
    min-height: 6.25rem;
    padding: 0.5rem 1.875rem;
    -webkit-border-radius: 1.875rem;
            border-radius: 1.875rem;
    -webkit-transition: background 0.2s,color 0.2s;
    -o-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s;
}
.button:hover,
.core-members-cta a:hover {
    background: #fdead6;
    color: #2f2d72;
}
.core-members-cta {
    text-align: center;
}
.program-hero-wrapper {
    position: relative;
}
.program-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.program-hero {
    position: relative;
    z-index: 1;
    padding: 5vw 0 5rem;
}
.program-hero h1 {
    text-align: center;
    color: #fff;
    font-size: 12rem;
    margin: 0 0 7rem;
    line-height: 1;
    text-shadow: 0 0 3rem rgba(1,1,1, 0.52);
}
.program-hero-logo {
    max-width: 40rem;
    margin: 0 auto;
}
.program-description-wrapper {
    padding: 3.5rem 0;
    text-align: center;
}
.programs-popups-title,
.program-description h2 {
    font-weight: 300;
    font-size: 3.25rem;
    margin: 0 0 2.5rem;
}
.program-description p {
    margin: 0 0 3rem;
}
.program-description p:last-child {
    margin-bottom: 0;
}
.about-programs-popups-wrapper {
    text-align: center;
}
.about-programs-popups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-programs-popups img {
    max-height: 28.125rem;
    width: auto;
    margin: 0 2.8125rem 2rem;
}
.about-programs-popups img:hover {
    opacity: 0.5;
}
#program-video {
    max-width: 100rem;
    margin: 3rem auto;
    border: 1rem solid #fae300;
}
.program-resources-wrapper {
    padding: 3rem 0 0;
}
.program-resources-title {
    color: #39247e;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.25rem;
}
.program-resources-grid {
    padding: 0 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.program-resource-item {
    color: #000000;
    font-size: 3.125rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-border-radius: 1rem;
            border-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 31.3%;
    min-height: 15rem;
    background: #fae300;
    margin-bottom: 3.75rem;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.program-resource-item.active,
.program-resource-item:hover {
    background: #39247e;
    color: #fff;
}
.program-resource-item:nth-child(3n - 1) {
    margin-left: 3%;
    margin-right: 3%;
}
.program-resources-list {
    background: #f3f3f3;
    padding: 5rem 0 2.5rem 5rem;
}
.program-resources-list .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.program-resources-list .container a {
    width: 31%;
    margin-right: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.multiple-resources-box {
    width: 100%;
}
.multiple-resources-box .container {
    width: 100%;
    max-width: 100%;
}
.multiple-resources-desc, .resource-item-info {
    font-size: 12px!important;
    line-height: 18px!important;
    font-weight: 500!important;
    margin-bottom: 10px;
}
.resource-item-info h3, .multiple-resources-title h3 {
    font-size: 14px!important;
    line-height: 18px;
}
.resource-item-info h4 {
    font-size: 13px;
    line-height: 14px;
}
.resource-item-preview {
    width: 25%;
    padding: 0 8px;
}
.multiple-resources-box .container .resource-item-preview {
    width: 35%!important;
    padding: 0 5px!important;   
}
.resource-item-info {
    width: 65%;
    padding: 0 8px;
}
.resource-item-info {
    color: #39247e;
    font-size: 2rem;
    width: 74%;
}
.resource-item-info h4, .resource-item-info h3, .multiple-resources-title h3 {
    margin: 0 0 2.5rem !important;
    line-height: 2.5rem !important;
}
.resource-item-info p {
    margin: 0;
}
.program-resources-list:not(.active) {
    display: none;
}
.program-instagram-feed {
    border-top: 4px solid #39247e;
    border-bottom: 4px solid #39247e;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.program-instagram-feed .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.program-instagram-feed-left {
    width: 20%;
    color: #2d2c6b;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
}
.program-instagram-feed-left img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.program-instagram-right {
    width: 66.822%;
}
div#prog-insta-feed #sb_instagram .sbi_item .sbi_photo_wrap {
    border: 0.5rem solid #39247e;
    max-height: 20.625rem;
    overflow: hidden;
}
/*------------------------------------*\
    General Pages
\*------------------------------------*/
.page-has-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.page-has-sidebar > main {
    width: 67%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-sidebar {
    width: 31%;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-left: 1px solid #2f2f73;
}
.page-has-sidebar article h2 {
    font-size: 2.85rem;
}
.page-sidebar aside > img,
.page-sidebar aside > div {
    margin-bottom: 3rem;
}
.random-fact {
    border: 0.125rem solid #2f2f73;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    background-color: #2c2d6b;
}
.random-fact-body {
    text-align: center;
    font-size: 30px;
    color: #fae300;
    font-weight: 100px;
    padding: 15px 40px;
}
.random-fact h3 {
    display: none;
}
.page-has-sidebar article ul a {
    line-height: 1.6;
    color: #2f2f73;
}
/*------------------------------------*\
    Blog
\*------------------------------------*/
.blog-posts-list .blog-post-item {
    color: #2f2d72;
    font-size: 1.87rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: block;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.blog-posts-list a.blog-post-item:hover {
    color: #f8e300;
}
.blog-posts-list .blog-post-item:not(:last-child) {
    border-bottom: 0.125rem solid #2f2d72;
}
.blog-post-date {
    font-weight: normal;
    font-size: 1.5rem;
}
.blog-post-title {
    margin-bottom: 1rem;
}
.blog-post-pagination {
    text-align: center;
    padding: 2rem 0;
}
.blog-post-pagination a,.blog-post-pagination span {
    font-weight: bold;
    color: #2f2d72;
    padding: 0 0.25rem;
}
.blog-post-pagination a:hover {
    color: #000;
}
/*------------------------------------*\
    Miscellaneous
\*------------------------------------*/
.wrapper main section .gform_wrapper .gfield {
    margin: 0 0 2.25rem;
}
.wrapper main section .gform_wrapper textarea,
.wrapper main section .gform_wrapper .gform_body input {
    min-width: 100%;
    border: 0.125rem solid #2f2f73;
    height: 4.875rem;
    padding: 0 1rem;
    outline: none;
}
.wrapper main section .gform_wrapper textarea {
    height: 15rem;
    padding-top: 0.5rem;
}
.blog-post-original a {
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #2f2f73;
    color: #f7da34;
    font-weight: normal;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.blog-post-original a:hover {
    background: #f7da34;
    color: #2f2f73;
}
/*------------------------------------*\
    Membership
\*------------------------------------*/
.members-fs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    height: 100vh;
    height: -webkit-calc(100vh - 22.5rem);
    height: calc(100vh - 22.5rem);
    overflow: hidden;
}
.members-fs-left {
    width: 35%;
    height: 100%;
}
.members-fs-right {
    width: 65%;
    border-left: 0.25rem solid #2f2f73;
    min-height: 435px;
}
.members-list-item-logo {
    width: 30%;
    padding: 5px;
    background-color: #fff;
}
.location-iwindow-logo, .gm-style .location-infowindow img {
    width: 100%!important;
    padding: 5px !important;
}
.members-fs-left-header {
    background: #f8e300;
    padding: 1rem 2rem;
    font-weight: bold;
    border-bottom: 0.25rem solid #2f2f73;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.members-fs-left-header label {
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding-right: 1rem;
}
.members-fs-left-header select {
    width: 100%;
    border: 0.25rem solid #2f2f73;
    font-size: 1.35rem;
    height: 4rem;
    padding: 0 1rem;
    outline: none;
}
.members-fs-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.members-fs-filter {
    margin-top: 1rem;
}
.members-fs-filter:first-child {
    padding-right: 1rem;
    width: 30%;
}
.members-fs-filter:nth-child(2) {
    width: 70%;
}
.members-list-left {
    background: #f3f3f3;
    height: -webkit-calc(100% - 12rem);
    height: calc(100% - 12rem);
    overflow-y: auto;
    padding: 1.5rem 0;
}
.members-fs-left-inner {
    height: 100%;
}
.members-list-item {
    font-weight: bold;
    border-bottom: 0.125rem solid #2f2f73;
    font-size: 2.1rem;
    padding: 1rem 2rem;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.members-list-item.hover {
    background: #f8e300;
}
.members-list-item-website a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 1.75rem;
    background: #2f2f73;
    color: #fff;
    padding: 0.5rem 2rem;
    line-height: 1;
    margin: 0.5rem 0 0;
    -webkit-border-radius: 0.35rem;
            border-radius: 0.35rem;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.members-list-item-type {
    font-weight: 300;
    font-size: 1.75rem;
    font-style: italic;
    color: #211944;
}
.members-list-item-website a:hover {
    background: #fff;
    color: #2f2f73;
}
.member-type-block {
    overflow: hidden;
}
table.membership-pricing {
    text-align: center; 
}
.membership-pricing {
    text-align: center; 
}
.membership-pricing tr{
    height: 60px;
}
.join-the-council table {
    width: 100%;
}
.membership-pricing td{
    min-width: 200px;
    width: 49%;
}
.membership-pricing tr:first-child td{
    min-width: 200px;
    background-color: #2c2d6b;
    color: #f8e300;
    font-weight: bold;
}
.membership-pricing tr td:first-child{
    border-right: 1px solid #efefef;
}
.membership-pricing td {
}
.gm-style-iw.gm-style-iw-c {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
}
.gm-style-iw-d + button {
    display: none !important;
}
.gm-style-iw-d {
    background: none !important;
}
.location-infowindow {
    border: 0.25rem solid #2f2f73;
    background: #fff;
    -webkit-border-radius: 1.5rem;
            border-radius: 1.5rem;
    overflow: hidden;
    min-width: 20rem;
    max-width: 20rem;
    text-align: center;
    font-size: 1.25rem;
    color: #2c2d6b;
}
.location-iwindow-title {
    /* background: #095b8e; */
    /* color: #fff; */
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    padding: 1.2rem 0.5rem;
}
.location-iwindow-address {
    max-width: 150px;
    margin: 16px auto 8px;
}
.location-iwindow-directions a,.location-iwindow-page-cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.5rem;
    color: #fff;
    background: #117ec2;
    max-width: 10rem;
    margin: 0 auto 1.25rem;
    line-height: 1;
    -webkit-border-radius: 1.25rem;
            border-radius: 1.25rem;
    text-align: center;
    justify-content: center;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.location-iwindow-directions a:hover {
    background: #095b8e;
}
.location-iwindow-page-cta a {
    background: #2f2f73;
}
.location-iwindow-page-cta a:hover {
    background: #212150;
}
.gm-style-iw-t:after {
    display: none !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}
.location-iwindow-phone a {
    color: #117ec2;
    font-weight: bold;
}
.location-iwindow-phone {
    padding-top: 10px;
    padding-bottom: 10px;
}
.location-iwindow-hours {
    padding-bottom: 15px;
}
.location-iwindow-type {
    font-style: italic;
    margin: 0 0 1rem;
}
.members-no-items {
    color: #cb0009;
    font-weight: bold;
    font-size: 1.75rem;
    padding: 1rem;
}
.members-no-items .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 15rem;
    font-size: 1.75rem;
    min-height: 4rem;
    margin-top: 1rem;
}
/*------------------------------------*\
    External Resources
\*------------------------------------*/
.er-cat-section {
    margin-bottom: 5rem;
}
.er-cat-section h3 {
    margin-bottom: 3rem;
}
.er-cat-resources .er-cat-resource {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.125rem solid #2f2f73;
}
.er-cat-resource-title {
    font-weight: bold;
    font-size: 2.1rem;
}
.er-resource-desc p {
    margin: 0;
}
.er-goto-resource a {
    color: #2f2f73;
    font-weight: bold;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.er-goto-resource a:hover {
    color: #f7da34;
}
.er-resource-source span {
    font-style: italic;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    background: #f7da34;
}
.footer-cols {
    padding-left: 6.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-cols .footer-col {
    margin-bottom: 5rem;
}
.footer-col.footer-1 {
    width: 23.775%;
}
.footer-col.footer-2 {
    width: 19%;
}
.footer-col.footer-3 {
    width: 25.68%;
}
.footer-col.footer-4 {
    width: 31.545%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-col.footer-4 .widget_media_image {
    width: 53.94%;
}
.footer-col.footer-4 .widget_media_image:nth-child(2) {
    width: 39.7%;
}
.footer-col .widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col .widget_nav_menu ul a {
    letter-spacing: 0.025em;
    color: #2f2d72;
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 2rem;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.footer-col .widget_nav_menu ul a:hover {
    color: #000;
}
.footer-copyright {
    padding-left: 6.25rem;
    color: #050606;
    font-size: 1.375rem;
    line-height: 1.14;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.footer-copyright a {
    color: #050606;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.footer-copyright a:hover {
    color: #2f2d72;
}
.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-social-title {
    letter-spacing: 0.025em;
    color: #2f2d72;
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 1.2;
    display: inline-block;
    margin-right: 2.5rem;
}
.footer-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-social-links a {
    background: #2f2d72;
    color: #f7da34;
    width: 4.125rem;
    line-height: 1;
    height: 4.125rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 2rem;
    margin-right: 1.25rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.footer-social-links a:hover {
    background: #fff;
    color: #2f2d72;
}
.footer-social-links a:last-child {
    margin-right: 0;
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Regular.eot');
  src: url('fonts/Gotham-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Gotham-Regular.woff') format('woff'),
       url('fonts/Gotham-Regular.ttf') format('truetype'),
       url('fonts/Gotham-Regular.svg#Gotham-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.eot');
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Gotham-Light.woff') format('woff'),
       url('fonts/Gotham-Light.ttf') format('truetype'),
       url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot');
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Gotham-Bold.woff2') format('woff2'),
       url('fonts/Gotham-Bold.woff') format('woff'),
       url('fonts/Gotham-Bold.ttf') format('truetype'),
       url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBold-Italic.eot');
    src: url('fonts/GothamBold-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBold-Italic.woff2') format('woff2'),
        url('fonts/GothamBold-Italic.woff') format('woff'),
        url('fonts/GothamBold-Italic.ttf') format('truetype'),
        url('fonts/GothamBold-Italic.svg#GothamBold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamLight-Italic.eot');
    src: url('fonts/GothamLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamLight-Italic.woff2') format('woff2'),
        url('fonts/GothamLight-Italic.woff') format('woff'),
        url('fonts/GothamLight-Italic.ttf') format('truetype'),
        url('fonts/GothamLight-Italic.svg#GothamLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
                box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
/* Icons */
@font-face {
  font-family: 'sicons';
  src:  url('fonts/sicons.eot?lm4xny');
  src:  url('fonts/sicons.eot?lm4xny#iefix') format('embedded-opentype'),
    url('fonts/sicons.ttf?lm4xny') format('truetype'),
    url('fonts/sicons.woff?lm4xny') format('woff'),
    url('fonts/sicons.svg?lm4xny#sicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="nicon-"], [class*=" nicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nicon-instagram:before {
  content: "\e900";
}
.nicon-twitter:before {
  content: "\e907";
}
.nicon-facebook:before {
  content: "\e908";
}
.home-hero-title-icon {
    display: none;
}
a.button-purple, .page-sidebar #menu-learning a {
    color: #2f2f73!important;
    border: 3px solid #2f2f73!important;
    background-color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    display:block!important;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
a.button-purple:hover, .page-sidebar #menu-learning a:hover {
    color: #fff!important;
    background-color: #2f2f73!important;
}
#menu-learning {
    margin-left: 0px;
    padding-left: 0px;
}
ul#menu-learning {
    list-style-type: none!important;
}
.page-sidebar h3 {
    background-color: #2f2f73;
    color: #f8e300;
    text-align: center;
    padding: 10px 0;
    font-weight: 100;
    font-size: 30px;
    line-height: 32px;
}
.page-sidebar hr {
    margin: 30px 0;
    color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.join-the-council .program-hero-wrapper {
    margin-bottom: 0px!important;
}
.join-the-council .vc_col-sm-8{
    padding: 30px 0 10px 0;
}
.learning .vc_col-sm-3 .wpb_content_element {
    margin-bottom: 0px!important;
}
.learning .type-page {
    margin-bottom: 45px;
}
.vc-hoverbox{
-webkit-perspective: none!important;
        perspective: none!important;
}
.vc-hoverbox-block {
    /*background-image: none!important;*/
    background-position: center top!important;
    -webkit-background-size: 80px 75px!important;
            background-size: 80px 75px!important;
    max-height: 250px!important;
    background-repeat: no-repeat;
}
.vc_row.vc_row-o-full-height {
    min-height: none!important;
}
.vc-hoverbox-front-inner h2 {
    line-height: 30px;  
}
.reference-list ol {
    font-size: 10px!important;
    font-weight: bold;
}
.resource-pdf-thumb {
    display: block;
    padding: 0 12%;
}
.resource-pdf-thumb img{
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.resource-title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding: 0px 10px;
}
.bio-thumb{
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 5px solid #f8e300;
    display: block;
    overflow: hidden;
}
.vitamin-d-sun-safety tr:first-child td{
    min-width: 200px;
    background-color: #2c2d6b;
    color: #f8e300;
    font-weight: bold;
    padding: 10px 10px;
}
.vitamin-d-sun-safety tr td{
    padding: 10px 10px;
}
.vitamin-d-sun-safety table {
    width: 100%;
    font-size: 13px;
}
.vitamin-d-sun-safety tr:nth-child(even) {
  background-color: #f2f2f2;
}
.program-hero-wrapper {
    margin-bottom: 20px;
}
.program-hero-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 10rem;
    margin: 0 0 2rem;
    line-height: 1;
    text-shadow: 0 0 3rem rgba(1,1,1, 0.52);
    padding: 30px 0 20px 0;
}

.advocacy .program-hero-wrapper h1 {
	font-size: 8rem!important;
    padding-top: 100px!important;
	padding-bottom: 100px!important;
}

.vc_images_carousel ol.vc_carousel-indicators {
}

.vc_toggle {
    border-bottom: 1px solid #f3f3f3;
}
.vc_toggle_content {
    background-color: #f9f9f9;
}
.vc_toggle_default .vc_toggle_icon, .vc_toggle_default .vc_toggle_icon::before, .vc_toggle_icon, .vc_toggle_default .vc_toggle_icon, .vc_toggle_default .vc_toggle_icon::after {
    background: #f8e300!important;
    border: 1px solid #f8e300!important;
}
.vc-hoverbox-block-inner p{
    font-size: 14px!important;
}
.melanoma-facts-statistics article p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-left: 2px solid #f8e300; 
    margin-bottom: 20px;
}
.get-involved .type-page .container {
    max-width: none!important;
    width: 100%!important;
    
    max-height: 250px;
    overflow: visible;
    display: block;
}
.get-involved .wpb_wrapper {
    min-height: 300px;
    max-height: 301px;
    overflow: hidden;
    display: block;
}

.get-involved .container {
	overflow: hidden;
}
.get-involved .vc_column-inner {
    padding-top: 170px!important;
    padding-bottom: 100px!important;
}
.get-involved .vc_col-sm-4 h1 {
    text-align: center!important;
}
.get-involved .vc_col-sm-4 h1 a {
    font-size: 50px!important;
    font-weight: 100!important;
    color: #f8e300!important;
}
.get-involved .wpb_content_element {
    margin-bottom: 0px !important;
}
.popmake-content p{
    line-height: 28px;
}
/* Header Search */
.header-search-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2f2f73;
    z-index: 9999;
    padding: 20px 0;
    color: #fff;
    transition: transform 0.25s;
    transform: translateY(-120%);
}
.show-search-bar .header-search-bar {
    transform: translateY(0);
}
.header-search-bar input {
    width: 100%;
    padding: 0 15px;
    height: 43px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.header-search-bar .container {
    position: relative;
}
.header-search-bar .header-search-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    background: #cb0009;
    cursor: pointer;
}
.header-search-bar .header-search-bar-inner {
    padding-right: 50px;
}
/* Responsive Issues */
.mobile-search-trigger,
.mobile-menu-wrapper,
.header .menu-trigger {
    display: none;
}
@media all and (max-width: 1200px) {
    .footer-social {
        display: block;
    }
    .footer-cols {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-copyright {
        padding-left: 0;
    }
    .col-cta-item-title {
        font-size: 4rem;
    }
    .col-cta-item-sub-title {
        font-size: 3rem;
    }
    .learn-programs-title {
        font-size: 4rem;
    }
    .home-hero-title-wrap h1 {
        font-size: 5rem;
    }
    .home-hero-inner {
        padding-top: 14rem;
        padding-bottom: 10rem;
    }
    .core-members-title {
        font-size: 4rem;
    }
    .core-members-logos img {
        max-height: 14rem;
    }
    .random-fact-body {
        font-size: 24px;
    }
    header.header.clear {
        padding-bottom: 3rem;
    }
    .program-resource-item {
        font-size: 2.5rem;
    }
    .program-hero-wrapper h1 {
        font-size: 8rem;
        padding-top: 8rem;
        padding-bottom: 6rem;
    }
    .program-hero-logo {
        max-width: 50rem;
    }
    div#join-page-hoverboxes .vc_col-sm-1\/5 {
        width: 33%;
    }
    div#join-page-hoverboxes h2 {
        font-size: 1.2em;
        line-height: 1.2;
    }
}
@media all and (max-width: 992px) {
    .wrapper {
        padding-top: 100px;
    }
    .header.header.clear {
        height: 100px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        padding: 2.5rem 0;
        border-bottom-width: 3px;
    }
    .header-inner .logo {
        width: 180px;
    }
    .header-inner {
        position: relative;
    }
    .header-right .nav {
        display: none;
    }
    .header .menu-trigger {
        width: 34px;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        position: absolute;
        right: 4rem;
        top: 50%;
        margin-top: -14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu-open .menu-trigger {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .header .menu-trigger span {
        display: block;
        width: 100%;
        height: 4px;
        background: #2f2f73;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        margin-bottom: 8px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .menu-open .menu-trigger span:first-child {
        -webkit-transform: translateY(12px);
            -ms-transform: translateY(12px);
                transform: translateY(12px);
    }
    .menu-open .menu-trigger span:last-child {
        -webkit-transform: translateY(-12px) rotate(90deg);
            -ms-transform: translateY(-12px) rotate(90deg);
                transform: translateY(-12px) rotate(90deg);
    }
    .page-has-sidebar {
        display: block;
    }
    .page-has-sidebar > main {
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .page-has-sidebar .container {
        padding-left: 0;
        padding-right: 0;
    }
    .page-sidebar {
        width: 100%;
        padding: 0;
        border: none;
    }
    .random-fact-body {
        font-size: 20px;
    }
    .core-members-logos img {
        max-height: 10rem;
    }
    .home-hero-cta a {
        margin-top: -1rem;
        font-size: 3rem;
    }
    .mobile-menu-wrapper {
        display: block;
        width: 100%;
        position: fixed;
        top: 100px;
        left: 0;
        background: #f3f3f3;
        z-index: 98;
        max-height: -webkit-calc(100vh - 100px);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding-bottom: 5rem;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .menu-open .mobile-menu-wrapper {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .mobile-menu-wrapper .mobile-menu-inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-menu-wrapper .mobile-menu-inner > ul > li > a {
        display: block;
        font-size: 2.8755rem;
        font-weight: bold;
        color: #2f2f73;
        padding: 1rem 4rem;
    }
    .mobile-menu-wrapper .mobile-menu-inner > ul > li {
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .mobile-menu-wrapper .mobile-menu-inner > ul > li .sub-menu > li > a {
        padding: 0 6rem;
        color: #2f2f73;
    }
    .mobile-menu-wrapper .mobile-menu-inner > ul > li .sub-menu {
        padding-bottom: 2rem;
        display: none;
    }
    .mobile-menu-wrapper .mobile-sub-toggle {
        width: 7rem;
        height: 7rem;
        position: absolute;
        right: 0;
        font-weight: bold;
        font-size: 2.8755rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        top: 0;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .mobile-menu-wrapper .mobile-sub-toggle:before {
        content: '+';
    }
    .mobile-menu-wrapper .sub-menu-open .mobile-sub-toggle:before  {
        content: '-';
    }
    .program-resources-list .container {
        padding-left: 0;
        padding-right: 0;
    }
    .program-resources-list .container a {
        width: 48%;
    }
    .members-fs-left {
        width: 35%;
        width: 40rem;
    }
    .members-fs-right {
        width: -webkit-calc(100% - 40rem);
        width: calc(100% - 40rem);
    }
    .get-involved-page-cols .vc_col-sm-4 {
        width: 100%;
    }
    .get-involved .vc_column-inner {
        padding: 25% 2% !important;
    }
    .mobile-search-trigger {
        position: absolute;
        display: block;
        right: 90px;
        top: 5px;
    }

    .mobile-search-trigger a {
        color: #2f2f73;
        font-size: 27px;
    }
    .header-search-bar {
        padding-right: 20px;
        padding-left: 0;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .header-search-bar .header-search-bar-inner {
        padding-right: 4rem;
    }
}
@media all and (max-width: 767px) {
    .footer-cols {
        display: block;
    }
    .footer-cols .footer-col {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    .footer-col .widget_nav_menu ul a {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 1rem;
    }
    .footer-social {
        margin: 5rem 0;
    }
    .footer-col.footer-4 {
        display: block;
    }
    .footer-col.footer-4 img {
        margin: 0 0 3rem;
    }
    .footer-social-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-col.footer-4 .widget_media_image {
        width: 100%;
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-copyright {
        text-align: center;
        line-height: 1.4;
    }
    .random-fact-body {
        padding: 0;
        font-size: 17px;
    }
    .footer-interesting-fact .random-fact {
        padding: 4rem;
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .home-hero-inner {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .home-hero-title-wrap h1 {
        font-size: 3.5rem;
    }
    .home-hero-cta a {
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        height: 7rem;
        -webkit-border-radius: 3rem;
                border-radius: 3rem;
    }
    .cols-ctas-wrapper {
        display: block;
    }
    .cols-ctas-wrapper .col-cta-item {
        width: 100%;
        padding: 4rem 0;
    }
    .col-cta-item-icon {
        height: 8rem;
        margin-bottom: 2rem;
    }
    .col-cta-item-title {
        font-size: 3rem;
    }
    .core-members-title {
        font-size: 3rem;
        margin-bottom: 4rem;
    }
    .core-members-logos {
        padding: 0;
        margin-bottom: 3rem;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .core-members-logos > a {
        width: 50%;
        text-align: center;
        margin-bottom: 3rem;
    }
    .button, .core-members-cta a {
        font-size: 1.875rem;
    }
    .program-hero {
        padding-top: 5rem;
    }
    .program-hero-wrapper h1 {
        font-size: 5rem;
        margin-bottom: 3rem;
    }
    .program-hero-logo {
        max-width: 30rem;
    }
    .programs-popups-title, .program-description h2 {
        font-size: 2.5rem;
    }
    .program-instagram-feed .container {
        display: block;
    }
    .program-instagram-feed-left {
        width: 100%;
        max-width: 30rem;
        margin: 0 auto 5rem;
        text-align: center;
    }
    .program-instagram-feed-left img {
        max-width: 20rem;
        margin: 0 auto 2.5rem;
    }
    .program-instagram-right {
        width: 100%;
    }
    .program-resource-item {
        width: 100%;
    }
    .program-resource-item:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0;
    }
    .program-resources-list {
        padding: 3rem 2rem;
    }
    .program-resources-list .container a {
        width: 100%;
        margin-right: 0;
    }
    div#prog-insta-feed #sb_instagram .sbi_item .sbi_photo_wrap {
        max-height: 40rem;
    }
    .members-fs-wrapper {
        display: block;
        min-height: initial;
        height: auto;
    }
    .members-fs-left {
        width: 100%;
        height: 50rem;
    }
    div#members-map {
        width: 100%;
        border: 0;
    }
    .members-list-left {
        padding-bottom: 1.5rem;
    }
    .members-fs-left-inner:after {
        content: '';
        height: 3.5rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
        background: -webkit-linear-gradient(top, #fff, transparent);
        background: -o-linear-gradient(top, #fff, transparent);
        background: linear-gradient(180deg, #fff, transparent);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg);
    }
    .members-fs-left-inner {
        height: inherit;
        position: relative;
        padding-bottom: 4rem;
    }
    div#join-page-hoverboxes .vc_col-sm-1\/5 {
        width: 100%;
    }
    .membership-pricing tr:first-child td {
        min-width: inherit;
        font-size: 15px;
        line-height: 1.2;
    }
    .membership-pricing td {
        min-width: inherit;
        font-size: 15px;
    }
    article#post-28 h1 {
        font-size: 30px !important;
    }
    .melanoma-facts-statistics article p {
        font-size: 18px;
    }
    .learn-programs-title {
        font-size: 2.2rem;
    }
    .mobile-search-trigger {
        top: 0;
    }
}
.signup-callout {
    text-align: center;
    line-height: 32px;
    background-color: #f8e300;
    padding: 30px;
    border: 5px solid #f3f3f3;
}
.signup-callout h4{
    font-size: 2.75rem!important;
    margin-top: 0px!important;
}
.signup-callout h2{ 
    margin-top: 0px!important;
    font-size: 5rem!important;
    line-height: 42px;
    margin-bottom: 20px;
}
.news-ticker-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-ticker-label {
    background: #f1df23;
    color: #2f2f73;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75rem 2.5rem;
    text-transform: uppercase;
    font-size: 2.75rem;
    width: 25rem;
}
.news-ticker-right {
    width: -webkit-calc(100% - 25rem);
    width: calc(100% - 25rem);
    background: #2f2f73;
    font-style: italic;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-ticker-right,.news-ticker-right a {
    color: #f8e300;
    font-weight: 300;
}
.news-ticker-right b,.news-ticker-right strong {
    font-weight: 300;
}
.news-ticker-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2rem;
    width: 100%;
}
a.news-ticker-item-title {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: -webkit-calc(100% - 26rem);
    max-width: calc(100% - 26rem);
}
.news-ticker-item a:hover {
    color: #fff;
}
.news-ticker-right-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.news-ticker-item-continue {
    width: 26rem;
}
@media all and (max-width: 992px) {
    .news-ticker-label {
        font-size: 1.75rem;
    }
    .news-ticker-item {
        font-size: 1.75rem
    }
}
@media all and (max-width: 767px) {
    .news-ticker-inner {
        display: block;
    }
    .news-ticker-label {
        width: 100%;
    }
    .news-ticker-right {
        width: 100%;
        text-align: center;
    }
    .news-ticker-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media all and (max-width: 500px) {
    .news-ticker-item {
        display: block;
    }
    a.news-ticker-item-title {
        width: 100%;
        max-width: 100%;
        display: block;
        white-space: normal;
        padding-right: 0;
    }
    .news-ticker-item-continue {
        width: 100%;
    }
}

.post-113 .vc_column_container p {
	margin-top: 0px!important;
}


.post-24 .vc_slide {
}

.post-24 .vc_slide img{
	height: auto!important;
}

.post-24 .wpb_images_carousel {

	margin-bottom: 0px!important;
	justify-content: center;
	
	max-height: 500px!important;
	display: block!important;
	overflow: hidden!important;
}

.post-30 .program-hero-wrapper h1, .post-127 .program-hero-wrapper h1{
	margin-top: 150px;
	margin-bottom: 150px;
}

.post-24 .wpb_gallery_heading, .vc_pagination {	
	position: absolute !important;
}

.post-24 .wpb_images_carousel h2, .vc_tta-panel-body h1, .homepage-slider-title h1{
	position: absolute !important;
	top: 0; left: 0; right: 0;	border: 0;
	z-index: 999;
	width: 58%;
	color: #151415;
	text-align: center!important;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.025em;
	font-size: 6rem;
	line-height: 1.05;
	
	  border: 1px solid #fff;
	  border-radius: 25px;
	
	margin: auto;
		
	margin-top:12.75vw;
	padding: 20px 20px;
}

.wpb_images_carousel h2, .vc_tta-panel-body h1,  .homepage-slider-title h1{
	background-color: rgba(256,256,256,0.7);
}

.vc_tta-panel-body {
	margin: 0!important;
	padding: 0!important;
	height: auto!important;
	border: none!important;
}

.vc_tta-panel-body .wpb_text_column {
	margin-bottom: 0px!important;
}

.vc_tta-container {
	margin-bottom: 0px!important;
	max-height: 750px!important;
}

#vc_tta-panel {
	 animation: fade-1 10s infinite;
	 -webkit-animation: fade-1 10s infinite;
}

.slider-backup {
	display: none;
}

.tabs-slider .vc_single_image-wrapper{
	
}

#mct_ai_excerpt {
	display: none!important;
}
.fpost img {
	display: none!important;
}
.mct_ai_train_nav, #nb-dialog {
	display: none!important;
}
.mct-ai-attriblink {
	margin-top: 0px!important;
}
#mct-ai-attriblink {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.page-has-sidebar article h2 {
	line-height: 28px;
}
.fpost blockquote {
	display: none!important;
}

div.target_ai {
	border: none!important;
}
.ai_class-tags {
	display: none;
}
.topic-tags {
	display: none;
}
.multiple-resources-box {
	padding-top: 20px;
	border-top:1px solid #bebebe !important;
}