/* VARIABLES & FONTS */

@font-face{
    font-family: "Quincy";
    src: url('../fonts/quincy-cf.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Quincy";
    src: url('../fonts/quincy-cf-medium.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: "Quincy";
    src: url('../fonts/quincy-cf-light-italic.ttf') format('truetype');
	font-weight: lighter;
	font-style: italic;
}
@font-face {
    font-family: "Quincy";
    src: url('../fonts/quincy-cf-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: "Quincy";
    src: url('../fonts/quincy-cf-light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

:root {
    --ypurple:#68478D; 
    --ygreen:#003E51;
    --ygold:#AFA96E;
    --ypink:#DAA5AD;
    --ylightgreen:#487A7B;
    --ygrey:#75787B;
    --ylightgrey:#77777A;
}
body{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style:normal;
    font-size: 16px;
    color: var(--ylightgrey);
}
h1{
    font-family: 'Quincy';
    font-weight: bold;
    font-size: 40px;
    color: var(--ygreen);
}
h2{
    font-family: 'Quincy';
    font-weight: normal;
    font-size: 28px;
    color: var(--ygreen);
}
h3{
    font-family: 'Gotham A', 'Gotham B';
    text-transform:uppercase;
    font-weight: 700;
    font-style:normal;
    font-size: 16px;
    color: var(--ylightgrey);
}
h4{
    font-family: 'Quincy';
    font-weight: normal;
    font-size: 20px;
    color: var(--ygreen);
}
h5{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 300;
    font-style:normal;
    font-size: 16px;
    color: var(--ylightgrey);
}
h6{
    font-family: 'Quincy'; 
    font-weight: normal;
    font-size: 16px;
    color: var(--ylightgrey);
}
p{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style:normal;
    font-size: 16px;
    color: var(--ylightgrey);
}
a, a:focus{
    color: var(--ypurple);
    font-weight: normal;
    text-decoration:underline;
    cursor:pointer;
    text-decoration-color:#B5A5C7;
} 
a:hover{
    color: var(--ypurple);
    text-decoration:underline;
    text-decoration-color: var(--ypurple);
}
a.btn{
    text-decoration:none;
}
#breadcrumbs .mobile.divider{
    display:none;
}
#breadcrumbs, .breadcrumb_last{
    list-style: none;
    font-family: Gotham A, GOTHAM B;
    font-weight: 400; 
    font-style: normal;
    font-size: 12px;
    margin-bottom:50px;
    padding-left:0;
    text-transform:uppercase; 
}
ul.breadcrumbsul{
    list-style: none;
    font-family: Gotham A, GOTHAM B;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    margin-bottom:50px;
    padding-left:0;
}
ul.breadcrumbsul li{
    float:left;
    margin-right:5px;
}
ul.breadcrumbsul li.active{
    font-weight:normal;
}
ul.breadcrumbsul .liarrow{
    margin-left:5px;
}
#cs-content .h-custom-headline span{
    letter-spacing:0px;
}


/* BUTTONS */

#cs-content .x-btn, #cs-content .x-btn.x-btn-global, #cs-content .x-btn.x-btn-flat, .btn, .mc4wp-form-fields input[type="submit"]{
    font-size: 14px; 
    padding: 14px 40px;
    letter-spacing: 0px;
    text-transform:uppercase;
    background-color: var(--ypurple);
    color:#fff;
    font-weight:bold;
    border-radius:100em;
    border:none;
}
#cs-content .x-btn:focus, .btn:focus, #cs-content .x-btn.x-btn-flat:focus, #cs-content .x-btn.x-btn-pill:focus, #cs-content .x-btn.x-btn-global:focus{
    color:#fff;
}
#cs-content .x-btn:hover, .mc4wp-form-fields input[type="submit"]:hover, .btn:hover, #cs-content .x-btn.x-btn-flat:hover, #cs-content .x-btn.x-btn-pill:hover, #cs-content .x-btn.x-btn-global:hover{
    background-color: var(--ygreen);
    color:#fff;
    border:none;
}
#cs-content .x-btn.secondary, .btn.secondary, #cs-content .x-btn.secondary:visited, .btn.secondary:visited{
    color: var(--ypurple);
    text-shadow: none;
    background: none;
    border-bottom: 2px solid var(--ypurple);
    border-radius: 0px;
    padding: 0px;
    padding-bottom: 3px;
}
#cs-content .x-btn.secondary:focus, .btn.secondary:focus{ 

}
#cs-content .x-btn.secondary:hover, .btn.secondary:hover{
    background-color:transparent;
    color: var(--ygreen);
    border: none;
    text-shadow:none;
    border-bottom: 2px solid var(--ygreen);
}

/* HEADER */
.headerbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand img{
    width:100%;
    max-width:218px;
    margin-left:75px;
}
.menubutton{
    float:right;
    margin-right:75px;
    display:flex;
    align-items:center;
}
.navbar.navbar-light{
    order:2;
}
.navbar-light .navbar-toggler{
    position: relative;
    right: 0; 
    border:0;
    outline:none;
    margin-left:30px;
    padding:0;
}
.fa-bars{
    color:#68478d; font-size:35px; 
}
.headerbox, .topbox{
    height:150px;
}


/* MENU */
.navbar{
    padding:0;
}
#page-sub-header{
    padding:0;
}
#page-sub-header .donatebutton {
    display: block;
    cursor: pointer;
    background-color: var(--ypurple);
    text-align:center;
}
.navbar-white.navbar-expand .navbar-nav .nav-link, .dropdown-item {
    color: var(--ylightgrey);
    font-size: 16px;
    padding: 25px 18px 25px 40px;
    text-align: left;
    border-top: 1px solid #BFBFBF;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Gotham A', 'Gotham B'; 
    cursor:pointer;
    text-shadow:none;
} 
.navbar-white.navbar-expand .navbar-nav .nav-link:hover, .dropdown-item:hover{
    color: var(--ygreen);
    background:none;
}
.dropdown-menu{
    text-indent:60px;
    margin-top:-15px;
    margin-bottom:20px;
    border:0px;
    position:relative;
}
.dropdown-item{
    text-transform: none;
    border:none;
}
.dropdown-menu li a{
    padding:10px 0;
}
.dropdown-toggle::after{
    display:none;
}
.navbar-white.navbar-expand .navbar-nav .current-menu-parent a.nav-link, .current-menu-item a.dropdown-item, .navbar-white.navbar-expand .navbar-nav .current-menu-item a.nav-link{  
    color: var(--ygreen);
}
.caret{
    float:right;
    background-image: url('../../../images/ddarrow.png');
    background-repeat: no-repeat;
    background-size:contain;
    height:15px;
    width:25px;
    margin-right:47px;
    margin-top:5px;
}   
.dropdown.show .caret{
    transform: scaleY(-1);
}
.dropdown-menu .current-menu-item a.dropdown-item::before{
    background-color: var(--ypurple);
    width: 4px;
    height: 20px;
    content: "";
    position: absolute;
    margin-left: -10px;
}
.nav-item.externallink a.nav-link::after, .nav-item.externallink a.dropdown-item::after{
    background: url('../../../images/link.png') no-repeat;
    background-size:contain;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}
.nav-item.externallink:hover a.nav-link::after, .nav-item.externallink:hover a.dropdown-item::after{
    transform: rotate(45deg);
}

/* HEADER FROM STYLE */
#page-sub-header{
    position: absolute;
    right: -850px; 
    top:0px;
    transition: right 0.5s;
    z-index:999;
    overflow-x:hidden; 
    background:#fff;
    box-shadow: 0px 0px 20px #77777A;
    width:0px;
}
.admin-bar #page-sub-header{
    top:30px;
}

#page-sub-header.active{
    right: 0;
    width: 550px;
}
#page-sub-header .navbar-light .navbar-toggler{
    width:28px;
    margin-top:16px;
}
#page-sub-header .topbox{
    padding:44px 60px;
}
.searchbox{
    padding-left:0px;
}

/*  Video Modal */

.bs-example{
    margin: 20px;
}
.modal-content iframe{
    margin: 0 auto;
    display: block;
}
.featvideo img{
    filter: brightness(63%)
}
.featvideo:hover .playbtn{
    opacity:.5;
}
.playbtn{
    filter: brightness(100%);
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-25px;
    margin-left:-25px;
    z-index:9;
} 
.modal-dialog { 
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width:590px;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
    .breadcrumbs{
        display:none;
    }
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* FOOTER */

footer#colophon{
    background-color:#fff;
    text-align:left;
    border-top: 1px solid #A7A8A9;
}
footer .learnmore a{
    display:block;
    font-family: 'Gotham A', 'Gotham B'; 
    font-weight:300;
}
footer .social a{
    margin-right:3%;
}
footer .mc4wp-form-fields input[type="submit"]{
    margin-top:25px;
}
footer .divider{
    border-bottom:1px solid #A7A8A9;
}
.mc4wp-form-fields input[type="email"], .form-control, .wpcf7-form input[type="email"]{
    border-color:#808285;
    border-width:1px;
    border-radius:0px;
    width:100%;
    font-family:'Quincy';
    padding: 16px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    max-width:100%;
    color:var(--ylightgrey);
}
.social a:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    transition: all .5s;
}

/* TABLET RESPONSIVE */
@media screen and (max-width:992px){
    .headerbox{
        height:100px;;
    }
    .navbar-brand img{
        max-width:159px;
        margin-left:px;
    }
    .fa-bars{
        font-size:25px;
    }
    .menubutton{
        margin-right:40px;
    }
}
/* MOBILE RESPONSIVE */
@media screen and (max-width:767px){
    #page-sub-header{
        width:0;
        right:-150%;
    }
    #page-sub-header.active {
        width:100%;
    }
    .headerbox{
        height:70px;;
    }
    .navbar-brand img{
        max-width:139px;
        margin-left:20px;
    }
    .menubutton{
        margin-right:20px;
    }
}

/* PAGE ELEMENTS */

/* Blockquote */ 

#cs-content blockquote.x-blockquote{
    font-family:'Quincy';
    font-weight:lighter;
    font-size: 26px;
    color:var(--ylightgrey);
    text-align: left;
    padding: 40px;
    border: 0px;
    margin-left: 100px;
    border-left: 3px solid var(--ygold);
    text-transform:none;
}
#cs-content blockquote.x-blockquote cite{
    font-size:20px;
    margin-top:5px;
}

/* Blockquote CENTERED */ 

#cs-content blockquote.x-blockquote.center-text{
    border-left:none;
    text-align: center;
    margin-left:0px;
    position:relative;
}
#cs-content blockquote.x-blockquote.center-text cite{
    font-size:20px;
    margin-top:15px;
}
#cs-content blockquote.x-blockquote.center-text .leftquote, #cs-content blockquote.x-blockquote.center-text .rightquote{
    position: absolute;
    bottom: 0;
    border-top: 3px solid var(--ygold);
    width: 200px;
    left: 50%;
    margin-left: -100px;
} 
#cs-content blockquote.x-blockquote.center-text .rightquote{
    top:0;
}

@media screen and (max-width:767px){
    #cs-content blockquote.x-blockquote:not(.center-text){
        margin-left:20px;
    }
}

/* Bulleted List */

ul.bulletedlist li{
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 400;
    font-style:normal;
    font-size: 16px;
    color: var(--ylightgrey);
    line-height:20px;
    padding-left:10px;
    margin-bottom:30px;
}
ul.bulletedlist li::before{
    font-size:18px;
}
ul.bulletedlist p{
    margin:0;
}

/* Author */
#cs-content .x-author-box{
    position: relative;
}
#cs-content .x-author-box img.avatar{
    width:205px;
    height:auto;
}
#cs-content .x-author-box.cf .h-about-the-author{
    position: absolute;
    top: 35px;
    left:253px;
    border:none;
    font-family:'Quincy';
    font-weight:300;
    font-size:21px;

    text-transform:none;
    color: #75787B;
}
#cs-content .x-author-box .h-author{
    display:none;
}
#cs-content .x-author-box.cf .x-author-info{
    width:calc(100% - 230px);
    padding-top:45px;
    padding-left:20px;
    border-left: 3px solid var(--ygold);
    margin-top: 20px;
    padding-bottom: 20px;
}
#cs-content .x-author-box .p-author{
    font-size:14px;
    color: var(--ylightgrey);
    line-height:18px;
}

@media screen and (max-width:767px){
    #cs-content .x-author-box{
        display: flex;
        flex-direction: column;
    }
    #cs-content .x-author-box.cf .x-author-info{
        padding-top:15px;
        padding-bottom:15px;
        width:100%;
    }
}

/********** Cornerstone Elements **********/

/* Numbered List */
.numberedlistitem{
    display:flex;
    margin-bottom:40px;
}
.listnum{
    color:#DAA5AD;
    font-size:40px; 
    font-family:"Quincy";
    font-weight: lighter;
    font-style: italic; 
    margin-right:40px;
    text-align: right;
    line-height:28px;
    width:80px;
} 
.numberedlistitem .content{
    flex:1;
}
.listnumtitle{
    font-family: "Gotham A", "Gotham B";
    font-size:16px;
    font-weight:bold;
    color:var(--ylightgrey);
}
.listnumcontent{
    font-family: "Gotham A", "Gotham B";
    font-size:16px;
    font-weight:400;
    color:var(--ylightgrey);
}
.listnumcontent p:last-of-type{
    margin-bottom:0;
}
@media screen and (max-width:767px){
    .listnum{
        width:30px;
    }
}

/* Suggested Reading */

.suggestedreading{
    font-family: "Gotham A", "Gotham B";
    background-color:#F2F2F2;
    padding:40px 100px;
    color:var(--ylightgrey);
}
.suggestedtitle{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:20px;
}
.suggesteditem{
    margin-bottom:20px;
    font-weight:400;
    font-size:16px;
}
.suggesteditem a{
    color:var(--ypurple);
    font-weight:bold;
}
.disclaimertext{
    font-family:'Quincy';
    font-weight: normal;
    font-style: italic;
    font-size:11px;
    margin-top:10px;
}

@media screen and (max-width:767px){
    .suggestedreading{
        padding:25px;
    }
}

/* REFFERENCES */

.referencetitle{
    font-family:'Quincy';
    color:var(--ylightgrey);
    font-weight: bold;
    font-style: normal;
    font-size:16px;
    margin-bottom:15px;
}
.singlereference{
    font-size:13px;
    color:var(--ylightgrey);
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 300;
    font-style:normal;
    margin-bottom:10px;
    line-height:14px;
}

/* ALSO LIKE */
.alsolike{
    position:relative;
}
.alsolike::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:calc(100% - 150px);
    background-color:#f2f2f2;
    z-index:-10;
}
.alsocol{
    margin-bottom:50px;
}
/*.alsocol .alsoitem{
    margin-left:16px;
    margin-right:16px;
}
.alsocol:first-of-type .alsoitem{
    margin-left:40px;
    margin-right:-4px;
}
.alsocol:last-of-type .alsoitem{
    margin-right:40px;
    margin-left:-4px;
}*/
.alsotitle{
    font-family:'Quincy';
    color:var(--ylightgrey);
    font-weight: bold;
    font-style: normal;
    font-size:16px;
    margin-bottom:30px;
    margin-left:40px;
}
.likerow{
    padding-right:40px;
    padding-left:40px;
}
.alsoitem img{
    width:100%;
}
.postbottom{
    padding:20px 30px;
    background-color:#fff;
    height:82px;
}
.postbottom a{
    font-family: "Gotham A", "Gotham B";
    color:var(--ylightgrey);
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
.slickrunrow .slick-dots{
    bottom:15px;
}
.mobilelike{
    display:none;
}
.mobilelike .alsocol{
    padding-left:0px;
    padding-right:0px;
}
.mobilelike .alsoitem{
    padding-left:15px;
    padding-right:15px;
}
.mobilelike .alsocol .alsoitem{
    margin:auto;
}

/** TABLE OF CONTENTS **/

.tocbutton, .topicbutton{
    box-shadow:0px 3px 4px #eaeaea;
	width:100%;
	display: flex;
	align-items: center;
    height:65px;
}
.topicbutton{
    height:55px;
}
.tocnum{
	font-family:montserrat;
	font-weight:bold;
	font-size:40px;
	letter-spacing: .025em;
	color:#263145;
	float:left;
	padding:25px;
}
.topictitle{
    font-size:16px;
    color:#77777a;
    font-weight:bold;
    font-family: "Gotham A", "Gotham B";
    text-transform:uppercase;
    margin-left:15px;
    margin-right:15px;
}
.toctitle{
	float:right;
	padding-right:15px;
    margin-left:20px;
}
.toctitle h4{
    font-size:20px;
    font-family:'Quincy';
    font-weight:bold;
}
.toctitle h4, .tocbutton h2{
	margin:0px;
}
.tochovericon{
	width:100%;
	height:5px;
	margin:0 auto;
	transition: width 200ms;
}
.roccol:hover .tochovericon{
	width:0px;
}
.pageheader.titletab.toctab .headercontent{
	width: 100%;
    background-color: #fff;
    bottom: -40px;
} 
.toclist .content{
	position:relative;
	margin-top:0px; 
}
.numberedlistitem.toclistitem{
	margin-bottom:15px;
	box-shadow:0px 4px 8px #eaeaea;
}
.toclistitem .listnumtitle{
	padding-left:35px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:0px;
}
.toclistbar{
	width:5px;
	height:100%;
	transition: width 200ms;
    flex-shrink:0;
}
.tocbutton .toclistbar{
    width:25px;
}
.toclistitem a{
	width:100%;
}
.toclistitem a:hover, .toclistitem a:visited, .toclistitem a:active{
	text-decoration:none;
}
.toclistitem:hover .toclistbar{
	width:15px;
}
.toclistitem .listnumtitle{
	text-transform:none;
	font-weight:normal;
	font-size:18px;
	color:#777;
}
.desktophimage{
	display:block;
}
.mobilehimage{
	display:none;
}
.roccol{
    height:65px;
    margin-bottom:40px;
}
.tlicol{
    margin-bottom:25px;
    height:55px;
}
.tocbutton:hover .toclistbar{
    width:40px;
}
.tlicol:hover .toclistbar{
    width:15px;
}
.tlicol a, .tlicol a:hover, .tlicol a:active{
    text-decoration:none;
}
.pageheader.titletab.toctab .headercontent{
    position: absolute;
    bottom: 50px;
    left: -25px;
    height: 125px;
    width: 500px;
    padding: 0px 50px;
    display: flex;
    justify-content: center;
    font-size:26px;
    font-family:'Quincy';
    font-weight:bold;
}
.pageheader.titletab.toctab .headercontent h2, .pageheader.titletab.toctab .headercontent h1{
    font-weight:bold;
    font-size: 28px;
}
.pageheader.titletab.toctab .desktophimage{
    display: block;
}
.pageheader.titletab.toctab .mobilehimage{
    display: none;
}
@media screen and (max-width:767px){
    .roccol{
        height:55px;
        margin-bottom:15px;
    }
    .tlicol{
        margin-bottom:15px;
        height:40px;
    }
    .tocbutton{
        height:45px;
    }
    .topicbutton{
        height:40px;
    }
    .desktoplike{
        display:none;
    }
    .mobilelike{
        display:block;
    }
    .tocheaderset .headercontainer.fullwidth{
        padding-right:0px;
        padding-left:0px;
        max-width:100%;
    }
    #cs-content .tocheaderset .x-container.max.width{
        width:100%;
        margin-left:0px;
        margin-right:0px;
    }
    .pageheader.titletab.toctab .headercontent{
        position: relative;
        margin-top: -50px;
        width: 90%;
        margin: 0 auto;
        left: auto;
        font-size: 4px;
        height: 100px;
        padding:0 15px;
        margin-top:20px;
    }
    .pageheader.titletab.toctab .headercontent h2{
        font-weight:bold;
        font-size:22px;
        margin-bottom:0px;
    }
    .pageheader.titletab.toctab .desktophimage{
        display: none;
    }
    .pageheader.titletab.toctab .mobilehimage{
        display: block;
    }
    
}

/* PAGE HEADER */

.pageheader{  
    margin-top:0px; 
    margin-bottom:50px;
    position:relative;
}
.sectionheader{
    float:left;
    height:0px;
    padding-top: 10px;
    margin-bottom: -10px;
}
.noimage .sectionheader{
    height:50px;
}
.headertitle{
    margin-bottom:30px;
}
.withimage .headertitle{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.headercontent{
    font-family: "Gotham A", "Gotham B";
    color:var(--ylightgrey);
    font-size:16px;
    font-weight:normal;
    display:flex;
    flex-direction:column;
}
.headerbutton{
    margin-top:40px
}
.phbackground{
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    margin-top: 50px;
}
.phbackground.featbg, .phbackground.featdbg{
    height:calc(100% - 50px);
}
.featuredcards .phbackground{
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
}
.featuredcardsdescription .phbackground{
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
}
.phbackground.mobile{
    display:none;
    height:100%;
    margin-top:50px;
    top:0px;
    margin-left:-45px;
    margin-right:-45px;
    width:calc(100% + 60px);
    z-index:-1;
}

@media(max-width: 768px) { 
    .withimage .headertitle{
        margin-top: 0px;
        margin-bottom: 0px; 
        padding-top: 0px;
    }
    .phbackground.mobile{
        display:block;
    }
    .phbackground.desktop{
        display:none;
    }
    .headercontainer{
        max-width:88%;
    }
    .featuredcardsdescription{
        margin-left:-15px;
    }
    .featuredcardsdescription .cardcol{
        padding:0;
    }
    .featuredcardsdescription .cardrow{
        background-color:#f2f2f2;
    }
    .featuredcardsdescription > .container{
        padding:0px;
    }
    .pageheader.removeonmobile .headerimage{
        display:none;
    }
    .pageheader.removeonmobile .phbackground{
        display:none;
    }
    .phbackground{
        height: 60%;
        top:40%;
    }
    .phbackground.featbg, .phbackground.featdbg{
        height: calc(100% - 100px);
        top:50px; 
    }
}

/* RESOURCE HEADER */
.resourceheader .headerrow{
    align-items:center;
}
.resourceheader .headerrow .headertitle{
    margin-top:25px;
    margin-bottom:0px;
    padding-top:0px;
}
.resourceheader .boldedcontent{
    margin-top:10px; 
    display:block; 
    font-family:'Quincy'; 
    font-weight: bold; 
    font-size: 40px;
}

/* SURVIVOR HEADER */
.survivorheader .headerrow{
    align-items: center;
}

/* CTA BANNER */
.ctabanner{
    text-align:center;
    position:relative;
    margin-left:-15px;
    margin-right:-15px;
}
.bannerbackground{
    position:absolute;
    width: 100%;
    height:100%;
    z-index:-1;
}
.ctacontent{
    font-family:'Quincy';
    font-weight: normal;
    font-style: normal;
    font-size:40px;
    padding-bottom:30px;
    padding-top:40px;
    line-height:40px;
}
.ctalink{
    padding-bottom:30px;
}
.ctalink a.btn:not(.secondary){
    background-color:#DAA5AD;
}
.ctalink a.btn:not(.secondary):hover{
    background-color:#68478D;
}
.tleft{
    text-align:left;
}
.tright{
    text-align:right;
}
.tcenter{
    text-align:center;
}
.tjustify{
    text-align:justify;
}

@media(max-width: 768px) { 
    
    .resourceheader .boldedcontent{
        font-family: 'Quincy';
        font-size: 20px;
        text-transform: none;
        font-weight: normal;
        color: #003E51;
        display:inline;
        margin-top:0px;
        padding-left:5px;
    }
    .resourceheader h1.actualtitle{
        line-height:27px;
    }

    .ctacontent{
        font-size:20px !important;
        padding-top:30px;
        line-height:20px;
        padding-right:30px;
        padding-left:30px;
    }
    .ctalink{
        padding-bottom:20px;
    }
    .pageheader.removeonmobile .headerimage{
        display:none; 
    }
    .phbackground{
        height: 60%;
        top:40%;
    }
    .sectionheader{
        display:none;
    } 
    .headerimage{
        order:1;
        margin-top:30px;
    }
    .bannerbackground.desktopbackground {
        display:none;
    }
    .bannerbackground.mobilebackground {
        display:block;
    }
        .mleft{
        text-align:left;
    }
    .mright{
        text-align:right;
    }
    .mcenter{
        text-align:center;
    }
    .mjustify{
        text-align:justify;
    }
}

/* FEATURED CARDS DESCRIPTION */
.featuredcardsdescription{
    position:relative;
    margin-top:50px;
}
/* .featuredcardsdescription::after, .featuredcards::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:calc(100% + 160px);
    height:calc(100% - 50px);
    background-color:#f2f2f2;
    z-index:-10;
    margin-left:-80px;
    margin-right:-80px;
}  */
.cardimage{
    position: relative;
}
.cardimage img{
    width:100%;
}
.cardinfo{
    background-color:#fff;
    margin-top:-75px;
    z-index: 1;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px 30px;
}
.cardtitle{
    height:89px;
    margin-bottom: 20px;
    font-family: "Gotham A", "Gotham B";
    font-weight:bold;
    font-size:26px;
    color:#75787B;
}
.cardtopborder, .cardbottomborder{
    border-top: 3px solid var(--ygold);
    width:63%;
}
.cardcontent{
    font-family: "Gotham A", "Gotham B";
    font-size:16px;
    color:var(--ylightgrey);
    display: flex;
    min-height:100px;
}
.cardtext{

}
.cardbutton{
    margin-top:20px;
}
.cardrow{
    padding-bottom:25px;
}
.cardcol{
    margin-bottom:50px;
}

/* FEATURED CARDS  */
.featuredcards{
    position:relative;
}
.featuredcards .postbottom{
    height:100px;
} 

/* OLD ELEMENTS */

.offsetlist ul li:not(.menu-item){
    line-height:25px;

}

.blogpagination{
    text-align:center;
}
a.page-numbers:hover{
    text-decoration: none;
}
a.next.page-numbers{
    float:right;
    font-size: 60px;
    font-weight: 300;
    line-height: 12px;
}
a.prev.page-numbers{
    float:left;
    font-size: 60px;
    font-weight: 300;
    line-height: 12px;
}
.onthebloglabel{
    margin-bottom:0px;
}
.blog article.post.hentry{  
    padding-bottom:40px; 
    margin-bottom:40px;
    border-bottom: 1px solid #C0BFBF;
}
.authorbox{
    display: flex;
    align-items:center;
}
.authorbox .authorimage{
    width:205px;
}
.authorbox .authorcontent{
    flex:1;
    margin-left:25px;
}
.authorbox.mobile{
    display:none;
}
@media(max-width: 768px) {
    .cardcontent{
            min-height:auto;
    }
    .onthebloglabel{
        margin-bottom:15px;
    }
    .authorbox.mobile{
        display:block;
    }
    .authorbox.desktop{
        display:none;
    }
    .featuredcards{
        margin-left:-15px;
        margin-right:-15px;
    }
    .featuredcardsdescription > .container{
        width:100%;
    }
    .blog article.post.hentry{  
        padding-bottom:0px;
    }
}
.dropdown-menu{
    top:0px;
}
#content{
    position: relative;
}
.darkoverlay{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 5;
    height: 100%;
    transition: all 1s;
}
#content.activemenu .darkoverlay{
    display:block;
}
.backtotop{
    cursor:pointer;
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20%;
    z-index: 99;
}
.backtotop img{
    width:40px;
    height:40px;
}
.backtotop:hover{
    opacity:.5;
}
.pagenumlisting{
    font-size:16px;
    text-align: center;
} 

@media(max-width: 768px) {
    .backtotop{  
        right:0;
    }
}