/*******************************************************************************************************************************************
********************************************************************************************************************************************

Reset

********************************************************************************************************************************************
********************************************************************************************************************************************/


/******************************************************
http://meyerweb.com/eric/tools/css/reset/
*******************************************************/

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

/***************************************************************************************************
meyerReset++
****************************************************************************************************/

img{ border: 0; vertical-align: bottom; }
label, input[type="submit"]{ cursor: pointer; }
body{ position: relative; }
em{ font-style: italic; }
h1, h2, h3, h4, h5, h6, strong{ font-weight: normal; }

input{ -webkit-appearance: none; border-radius: 0;}
input[type=checkbox]{ -webkit-appearance: checkbox; }

/******************************************************
Responsive
*******************************************************/

img, embed, object, video{  max-width: 100%; }

/******************************************************
j.mp/bestclearfix - <div class="clearfix"><floated><floated></div>
*******************************************************/

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/******************************************************
Hidden
*******************************************************/

.hidden{ display: none; visibility: hidden;}

/******************************************************
Borderbox Everywhere!
*******************************************************/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/******************************************************
Transistions... Everywhere?
*******************************************************/

* { transition: .19s; }

.skipNavigation a {
    background-color: #5ab7b2;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    padding: 10px;
    left: 5px;
    top: 5px;
    z-index: -1;
}
.skipNavigation a:focus {
    z-index: 11;
}
.sr-only {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
.debug-res{
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 4px;
    border-left: 7px solid red;
}

@media (min-width: 768px) {
    .debug-res{
        width: 14px;
        background-color: green;
    }
}

@media (min-width: 1024px) {
    .debug-res{
        width: 21px;
        border-right: 7px solid blue;
    }
}

/*******************************************************************************************************************************************
********************************************************************************************************************************************

Layout

********************************************************************************************************************************************
********************************************************************************************************************************************/

body{
    font-family: 'Roboto', sans-serif;
    background-color: #333f48;
}

.layout-container{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}.block-hero-wrapper .layout-container{
     position: relative;
 }

/******************************************************
Ribbons
*******************************************************/
.ribbon,
.ribbon.white{	background-color: white;}
.ribbon.gray-1{	background-color: #f9f8f7; } /* promo */
.ribbon.gray-2 { background-color: #e8edf0; } /* hero */
.ribbon.gray-3{	background-color: #cdcccc; } /* primary footer */
.ribbon.gray-4{	background-color: #807f7f; } /* copyright footer */
.ribbon.gray-5{	background-color: #333f48;}
.ribbon.lt_blue {background-color: #34657f;}
.ribbon.dk_blue {background-color: #2d3e49;}
.ribbon.dk_blue .wysiwyg,
.ribbon.lt_blue .wysiwyg {color: #fff;}
/* since n-th child logic may not always work here, let's do this instead */
.ribbon.dk_blue .wysiwyg h2,
.ribbon.lt_blue .wysiwyg h2 {  color: #fff;  }
.home .block-hero-ribbon + .ribbon.white{
    padding-bottom: 14px;
}


.home .ribbon.white + .ribbon.white,
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white,
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white{
    /*background-color: #f9f8f7;*/
    padding-bottom: 14px;
}

.home .ribbon.white + .ribbon.white + .ribbon.white,
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white,
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white,
.home .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white + .ribbon.white{
    background-color: white;
    padding-bottom: 14px;
}




/*******************************************************************************************************************************************
********************************************************************************************************************************************

Header

********************************************************************************************************************************************
********************************************************************************************************************************************/


.primary-header{
    position: relative;
    height: 77px;
}

.primary-logo-anchor{
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

/* ratio: 891 to 252 */
.primary-logo{
    width: 152px;
    height: 43px;
    margin: 16px 0 18px 0;
}

@media (min-width: 768px) {

    .primary-header{
        height: 96px;
        position: relative;
    }

    .primary-logo{
        width: 180px;
        height: 51px;
        margin: 26px 0 20px 0;
    }
}

@media (min-width: 1024px) {

    .primary-header{
        height: 110px;
    }

    .primary-logo{
        width: 212px;
        height: 60px;
        margin: 26px 0 24px 0;
    }
}

/*
	font-family: 'Montserrat', sans-serif;
	regular: 400 / bold 700

	font-family: 'Roboto', sans-serif;
	regular: 400 / medium 500
*/

/******************************************************
Mobile Menu
*******************************************************/

.primary-nav{
    z-index: 10;
}

.primary-nav-mobile-hide-toggle{
    position: absolute;
    top: 25px;
    right: 8px;
    cursor: pointer;
    overflow: hidden;
    max-height: 32px;
}

.primary-nav-mobile-hide{
    position: absolute;
    right: 0;
    top: 77px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: white;
    z-index: 10;
    visibility: hidden;
}

.primary-nav-mobile-hide-toggle.open + .primary-nav-mobile-hide{
    border-top: 3px solid #3c6271;
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    max-height: 1800px;
    visibility: visible;
}

@media (min-width: 768px) {

    .primary-nav-mobile-hide-toggle{
        top: 35px;
        right: 30px;
    }
    .primary-nav-mobile-hide{
        top: 96px;
    }
    /* Needed because the nav has absolute positioning */
    .primary-nav-mobile-hide-toggle.open + .primary-nav-mobile-hide{
        box-shadow: none;
        overflow: visible;
        visibility: visible;
    }
}

@media (min-width: 1024px) {

    .primary-nav-mobile-hide-toggle.open + .primary-nav-mobile-hide{
        border-top: 0;
    }

    .primary-nav-mobile-hide-toggle{
        max-height: 0;
        opacity: 0;
        top: 0;
    }

    .primary-nav-mobile-hide{
        position: relative;
        right: 0;
        top: 0;
        width: 400px;
        max-height: 10000px;
        overflow: visible;
        float: right;
        margin: 9px 0 0;
        visibility: visible;
    }

}


/******************************************************
Nav
*******************************************************/


/***********************************
Nav Layout
************************************/

.pn-1-label{
    position: relative;
}

.pn-1-label a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding: 0 30px;
    border-bottom: 1px solid #c2cbcf;
    line-height: 60px;
    position: relative;
    cursor: default;
    background-color: white;
    position: relative;
}

.no-children .pn-1-label a{
    cursor: pointer;
}

.pn-1-label a:hover{
    color: #55b7b3;
}

.pn-1-label, .pn-1-label a{
    color: #3c6271;
    text-decoration: none;
}

.pn-1-label .plus-button{
    position: absolute;
    right: 14px;
    top: 22px;
    width: 18px;
    height: 18px;
}

.pn-1-label .plus-button:before, .pn-1-label  .plus-button:after{
    background-color: #55b7b3;
}

.pn-1-label.open{}

.pn-1-label.open + .pn-2-wrapper{
    max-height: 1800px;
    border-bottom: 1px solid #c2cbcf;
    padding-bottom: 20px;
    visibility: visible;
}

.pn-2-wrapper{
    max-height: 0;
    overflow: hidden;
    background-color: white;
    visibility: hidden;
}

.pn-2-col{
    padding: 12px 30px 0 30px;
}

.pn-2-col h4, .pn-2-col h4 a{
    color: #3c6271;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}

.pn-2-col h4:after{
    content: '';
    display: block;
    width: 93px;
    height: 3px;
    background-color: #c2cbcf;
}

.pn-2-col ul{
    margin: 13px 0 18px 0;
}

.pn-2-col li{
    margin: 9px 0;
    font-size: 15px;
    line-height: 18px;
}

.pn-2-col li a{
    text-decoration: none;
    font-weight: 500;
    color: #4aaaa5;
}

.pn-2-col li a:hover, .pn-2-col li a:active{
    color: #3c6271;
}

@media (min-width: 768px) {

    .primary-nav{
        position: absolute;
        top: 64px;
        width: 100%;
        border-top: 1px solid #c2cbcf;
        box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    }

    .pn-1-label .plus-button{
        right: 36px;
    }

    .pn-2-wrapper{
        width: 100%;
    }

    .pn-2-col{
        width: 33.333333333%;
        float: left;
    }
}

@media (min-width: 1024px) {
    .primary-nav{
        position: absolute;
        top: 50px;
        right: 200px;
        width: 700px;
        border-top: 0;
        box-shadow: none;
    }

    .pn-1-list{
        text-align: right;
    }

    .pn-1-item{
        padding: 0;
        display: inline-block;
    }

    .pn-1-label a{
        padding: 0 18px 28px 18px;
        font-size: 16px;
        line-height: 23px;
        display: inline-block;
        cursor: pointer;
        margin: 0;
        border-bottom: 0;
        position: relative;
        background-color: transparent;
    }

    .pn-1-label .plus-button{
        display: none;
    }

    .pn-2-wrapper{
        display: block;
        position: absolute;
        top: 48px;
        text-align: left;
        background-color: white;
    }
    .pn-1-item.has-children.hover .pn-2-wrapper,
    .pn-1-item.has-children:hover .pn-2-wrapper{
        max-height: 600px;
        border-top: 3px solid #3c6271;
        box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
        visibility: visible;
    }

    /* triangle above drop nav */
    .pn-1-item.has-children.hover .pn-1-label:after,
    .pn-1-item.has-children:hover .pn-1-label:after{
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: relative;
        bottom: 10px;
        left: calc(50% - 10px);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3c6271;
    }

    /* border below drop nav label */
    .pn-1-item.has-children.hover .pn-1-label,
    .pn-1-item.has-children:hover .pn-1-label{
        border-bottom: 3px solid #c2cbcf;
    }

    .pn-1-item:hover .pn-1-label, .pn-1-item:hover .pn-1-label a{
        color: #4aaaa5;
    }

    .pn-2-wrapper.col-3{ width: 700px; }
    .pn-2-wrapper.col-2{ width: 466px; }
    .pn-2-wrapper.col-1{ width: 233px; }

    .pn-2-wrapper.col-3 .pn-2-col{ 	width: 33.3333333%;	 }
    .pn-2-wrapper.col-2 .pn-2-col{ 	width: 50%; }
    .pn-2-wrapper.col-1 .pn-2-col{ 	width: 100%; }

    .pn-2-col h4{ 	font-size: 16px; }

}

/******************************************************
PowerPlan Login Toggle
*******************************************************/
.login-modal-open,
.power-plan-login-toggle{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #3c6271;
    text-decoration: none;
    display: inline-block;
    margin: 28px 30px;
    font-size: 16px;
}
.login-modal-open:hover,
.login-modal-open:focus,
.power-plan-login-toggle:hover{
    color: #4aaaa5;
}

@media (min-width: 768px) {
    .login-modal-open,
    .power-plan-login-toggle{
        margin: 24px 30px;
    }
}

@media (min-width: 1024px) {
    .login-modal-open,
    .power-plan-login-toggle{
        position: absolute;
        top: 10px;
        right: 212px;
        margin: 0;
        font-size: 12px;
    }
}
.pp-modal-container .modaal-container .modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #e4e4e4;
    display: block;
    width: calc(100vw - 80px);
    max-width: 530px;
    margin: 0;
    padding: 20px;
    box-shadow: 6px 6px 6px 0px rgb(0 0 0 / 20%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.pp-modal-container .modaal-container {
    position: relative;
    display: inline-block;
    width: calc(100vw - 80px);
    max-width: 530px;
    margin: auto;
    text-align: left;
    max-height: calc(100vh - 40px);
    color: #000;
    border-radius: 0px;
    background: none;
    box-shadow: none;
    cursor: auto;
}
.pp-modal-container .modaal-container  .modaal-content-container {
     padding: 0;
}
.pp-modal-container .modaal-container .modaal-close {
    color: #5ab7b2;
    text-decoration: none;
    position: absolute;
    top: 4px;
    right: 5px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    height: 16px;
    width: 14px;
    line-height: 14px;
    overflow: hidden;
}
.pp-modal-container .modaal-container  .wysiwyg h2 {
    margin: 30px 0 -4px 0 !important;
}
.pp-modal-container .modaal-container  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pp-modal-container .modaal-container .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pp-modal-container .modaal-container .modaal-close:before, .pp-modal-container .modaal-container .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 2px;
    left: 6px;
    border-radius: unset;
    height: 12px;
    width: 2px;
    background: #5ab7b2;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
@media (min-width: 768px) and (min-height: 600px) {
    .pp-modal-container .modaal-container .modal-content {
        padding: 40px 55px 46px 55px;
    }
    .pp-modal-container .modaal-container .modaal-close {
        top: 15px;
        right: 17px;
    }
}
/******************************************************
Search
*******************************************************/

.primary-header-search{
    position: relative;
    display: block;
    width: 210px;
    height: 37px;
    display: block;
    margin: 0 30px 20px 30px;
}
.primary-header-search-text{
    position: absolute;
    width: 210px;
    height: 37px;
    right: 0;
    border: 0;
    line-height: 37px;
    padding: 0 52px 0 14px;

    z-index: 1;
    background-color: #e8edee;
}
.primary-header-search-button{
    position: absolute;
    z-index: 2;
    border: 0;
    background-color: transparent;
    background-image: url(../graphics/icon-search.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -400px;
    background-position: center center;
    width: 24px;
    height: 25px;
    overflow: hidden;
    right: 14px;
    top: 6px;
}
@media (min-width: 768px) {

    .primary-header-search{
        float: right;
        margin: 13px 30px 0 0;

        width: 210px;
        height: 37px;
        padding: 0 52px 0 14px;
        line-height: 37px;
    }

    .primary-header-search-text{
        width: 210px;
        height: 37px;
    }


    .primary-header-search-button{
        width: 24px;
        height: 25px;
        right: 14px;
        top: 6px;
    }
    .block-hero-wrapper .layout-container {
        position: absolute;
        left: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        height: 100%;
    }
}
@media (min-width: 1024px) {

    .primary-header-search{
        width: 172px;
        height: 30px;
        padding: 0 52px 0 14px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .primary-header-search-text{
        width: 172px;
        height: 30px;:;
    }

    .primary-header-search-button{
        width: 20px;
        height: 21px;
        right: 10px;
        top: 5px;
    }
}


/******************************************************
Header CTA
*******************************************************/

.primary-nav-cta, .contact-widget-cta{
    display: block;
    overflow: hidden;
    color: white;
    background-color: #5ab7b2;
    background-color: #35647E;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    width: 172px;
    right: 0;
}

.contact-widget-cta{
    max-height: 30px;
    margin: 8px auto 20px auto;
}

.primary-nav-cta{
    max-height: 0;
    top: 0;
    position: absolute;
}

.contact-widget-cta:hover,
.primary-nav-cta:hover{
    background-color: #48928e;
    background-color: #294c62;
}


@media (min-width: 1024px) {

    .contact-widget-cta{
        max-height: 0px;
        margin: 0;
    }


    .primary-nav-cta{
        max-height: 30px;
        top: 55px;
    }
}



/******************************************************
Header Contact Icon
*******************************************************/

.primary-nav-contact{
    position: absolute;
    top: 24px;
    right: 64px;

    width: 35px;
    height: 29px;
    background-image: url(../graphics/icon-contact.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    text-indent: -200px;
    overflow: hidden;

    /* left off here; set background image as icon-contact.gif */
}

@media (min-width: 768px) {
    .primary-nav-contact{
        max-height: 29px;
        top: 33px;
        right: 81px;
    }
}

@media (min-width: 1024px) {
    .primary-nav-contact{
        max-height: 0;
        top: 0;
        visibility: hidden;
        /* max-height: 0; */
        /* top: 0; */
        display: none;
    }
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Modals

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.modal{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.85);
    z-index: 100000;
}
.modal-close{
    display: block;
    position: absolute;
    top: 4px;
    right: 5px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    height: 16px;
    width: 14px;
    line-height: 14px;
    overflow: hidden;
}

.modal-content{
    position: relative;
    background-color: white;
    border: 1px solid #e4e4e4;
    display: block;

    width: calc(100vw - 80px);
    max-width: 530px;

    margin: 20px auto 0 auto;
    padding: 20px;
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.2);

    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.modal.partner-modal  .modal-content{
    max-width: 730px;
    margin: auto !important;
    top: 10%;
}
.modal.partner-modal  .modal-content.wysiwyg h3 {
    margin-top: 0;
}
.modal-content.wide{
    max-width: 1000px;
    margin-top: 20px;
}

.hidden .modal-content{
    margin: -500px auto 0 auto;
}

@media (min-height: 600px) {
    .modal-content{
        margin-top: calc(25vh);
    }
}
@media (max-width: 400px) {
    .modal.partner-modal  .modal-content {
        max-height: 80vh;
        margin-top: 10vh;
    }
}
@media (min-width: 600px) {
    .modal.partner-modal  .modal-content{
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (min-width: 768px) and (min-height: 600px) {

    .modal-close{
        top: 21px;
        right: 21px;
    }

    .modal-content{
        padding: 40px 55px 46px 55px;
    }
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Color Tiles

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.color-tile-wrapper{
    text-align: center;
}

h3.color-tile-header,
h3.color-tile-header a{
    font-size: 24px;
    color: #53565a;
}

h3.color-tile-header a:hover{
    color: #5eb7b1;
}



h3.color-tile-header:after{
    content: '';
    height: 3px;
    width: 92px;
    background-color: #c2cbcf;
    display: block;
    margin: 0 auto 45px auto;
    position: relative;
    top: 20px;
}

/*

h3.color-tile-header.Blue{
	color: #51a5c1;
}

h3.color-tile-header.Green{
	color: #8fad59;
}

h3.color-tile-header.Gold{
	color: #d8b135;
}

h3.color-tile-header.Tan{
	color: #b6996a;
}

h3.color-tile-header.Grape{
	color: #a24b83;
}

h3.color-tile-header.Pink{
	color: #d46c9b;
}

h3.color-tile-header.Orange{
	color: #f0aa4f;
}

h3.color-tile-header.Purple{
	color: #757cab;
}
*/


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Angled Shadow

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.angled-shadow{
    z-index: 0;
    border-bottom: 1px solid rgba(1,1,1,0.05);
}

.angled-shadow:before{
    content: "";
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.angled-shadow:after{
    position: absolute;
    content: "";
    bottom: 14px;
    right: 5px;
    left: auto;
    z-index: -2;
    width: calc(100% - 20px);
    top: auto;
    height: 15px;
    background: #777;
    box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
    transform: rotate(2deg);
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Toggle +/- Icon

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.plus-button{
    position: relative;
}

.plus-button:before, .plus-button:after{
    content: "";
    position: absolute;
    background-color: black;
    -webkit-transition: .19s ease-in-out;
    -moz-transition: .19s ease-in-out;
    -o-transition: .19s ease-in-out;
    transition: .19s ease-in-out;
}

/* Vertical line */
.plus-button:before{
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

/* horizontal line */
.plus-button:after{
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.open .plus-button:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.open .plus-button:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Toggle Menu Icon

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

#ninja-burger{
    width: 31px;
    height: 26px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .19s ease-in-out;
    -moz-transition: .19s ease-in-out;
    -o-transition: .19s ease-in-out;
    transition: .19s ease-in-out;
    cursor: pointer;
    border: none;
    background: transparent;
}

#ninja-burger span{
    display: block;
    position: absolute;
    height: 5px;
    border-radius: 2px;
    width: 100%;
    background: #3c6271;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .19s ease-in-out;
    -moz-transition: .19s ease-in-out;
    -o-transition: .19s ease-in-out;
    transition: .19s ease-in-out;
}

#ninja-burger span:nth-child(1) {
    top: 0px;
}

#ninja-burger span:nth-child(2),#ninja-burger span:nth-child(3) {
    top: 10px;
}

#ninja-burger span:nth-child(4) {
    top: 20px;
}

#ninja-burger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

#ninja-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#ninja-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#ninja-burger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}



/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Breadcrumbs

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.primary-breadcrumbs{
    background: #e9e8e7;
    background: -moz-linear-gradient(top, #e9e8e7 0%, #f4f3f2 33%, #fbfaf9 100%);
    background: -webkit-linear-gradient(top, #e9e8e7 0%,#f4f3f2 33%,#fbfaf9 100%);
    background: linear-gradient(to bottom, #e9e8e7 0%,#f4f3f2 33%,#fbfaf9 100%);
}

.primary-breadcrumb-list{
    font-size: 12px;
    padding: 16px 30px;
}

.primary-breadcrumb-list li{
    display: inline-block;
    float: left;
}

.primary-breadcrumb-list a{
    color: #4aaaa5;
    text-decoration: none;
}

.primary-breadcrumb-list li:after{
    content: '\00a0\00a0/\00a0\00a0';
}

.primary-breadcrumb-list li:last-child:after{
    content: '';
}

.primary-breadcrumb-list a:hover,
.primary-breadcrumb-list a:active{
    color: #4b928e;
}



/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

1 Column Layout

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.layout-1col-wide{
    width: 100%;
    /*max-width: 1060px;*/
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.layout-1col-wide.promo {
    padding: 30px 0 0;
    /*padding: 30px 30px 0;*/
}
/******************************************************
Content Block - Hero - Text
*******************************************************/

.block-hero-ribbon{
    background-color: white;
}
@media (min-width: 768px) {
    .block-hero-ribbon{
        /*background-color: #e8edf0;*/
    }
}
.block-hero-copy{
    background-color: transparent;
    padding: 24px 0;
    position: relative;
    color: #34657f;
}

.block-hero-copy h1, .block-hero-copy h2, .block-hero-copy h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #005776;
}
.block-hero-copy.sentence-case, .block-hero-copy.sentence-case h2, .block-hero-copy.sentence-case h3{text-transform: none;}
.block-hero-copy.Small h1, .block-hero-copy.Small h2, .block-hero-copy.Small h3{ font-size: 24px; }
.block-hero-copy.Medium h1, .block-hero-copy.Medium h2, .block-hero-copy.Medium h3{ font-size: 22px; }
.block-hero-copy.Large h1, .block-hero-copy.Large h2, .block-hero-copy.Large h3{ font-size: 22px; }

@media (min-width: 768px) {

    .block-hero-copy{
        padding: 0;
        width: 450px;
        margin: 0;
        right: 0;
        position: absolute;
        text-align: right;
    }
    .block-hero-wrapper .slick-slide .block-hero-copy,
    .block-hero-wrapper .layout-container .block-hero-copy{
        top: 50%;
        margin: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .block-hero-copy.left-side {
        left: 0;
        right: auto;
        text-align: left;
    }
    .block-hero-copy h1, .block-hero-copy h2, .block-hero-copy h3{
        color: #fff;
    }
    .block-hero-copy.dark-blue h1, .block-hero-copy.dark-blue h2, .block-hero-copy.dark-blue h3 {
        color: #005776;
    }
    .block-hero-copy.dark-green h1, .block-hero-copy.dark-green h2, .block-hero-copy.dark-green h3 {
        color: #007681;
    }
    .block-hero-copy.dark-grey h1, .block-hero-copy.dark-grey h2, .block-hero-copy.dark-grey h3 {
        color: #333f48;
    }
    .hero-carousel .block-hero-copy {
        right: 50px;
    }

    .block-hero-copy.Small{ font-size: 24px; }
    .block-hero-copy.Medium{ font-size: 24px; }
    .block-hero-copy.Large{ font-size: 24px; }
}
.hero-carousel .slick-track,
.hero-carousel .slick-slide
{
    height: auto;
}
@media (min-width: 1024px) {

    .block-hero-copy, .hero-carousel .block-hero-copy {
        width: 570px;
    }
    .block-hero-copy.Small h1, .block-hero-copy.Small h2, .block-hero-copy.Small h3,
    .block-hero-copy.Medium h1, .block-hero-copy.Medium h2, .block-hero-copy.Medium h3,
    .block-hero-copy.Large h1, .block-hero-copy.Large h2, .block-hero-copy.Large h3{
        font-size: 32px;
    }
    /*.home .block-hero-copy.Small h1, .home .block-hero-copy.Small h2, .home .block-hero-copy.Small h3,*/
    /*.home .block-hero-copy.Medium h1, .home .block-hero-copy.Medium h2, .home .block-hero-copy.Medium h3,*/
    /*.home .block-hero-copy.Large h1, .home .block-hero-copy.Large h2, .home .block-hero-copy.Large h3{*/
    /*    font-size: 38px;*/
    /*}*/
}


@media (min-width: 1200px) {
    .block-hero-copy{
        /*right: calc(((100% - 1200px)/2) + 30px);*/
        position: absolute;
    }
}

/******************************************************
Content Block - Hero - Image
*******************************************************/

.block-hero-wrapper{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.block-hero{
    overflow: hidden;
    width: 100%;
    position: relative;
    border-bottom: 4px solid #e87722;
    border-top: 4px solid #e87722;
}

.block-hero.Small{ height: 150px; }
.block-hero.Medium{ height: 162px;}
.block-hero.Large{ height: 175px; }

@media (min-width: 540px) {
    .block-hero.Small{ height: 210px; }
    .block-hero.Medium{ height: 245px; }
    .block-hero.Large{ height: 280px; }
}

@media (min-width: 820px) {
    .block-hero.Small{ height: 240px; }
    .block-hero.Medium{ height: 330px; }
    .block-hero.Large{ height: 380px; }
}

.block-hero-image.Small,
.block-hero-image.Medium,
.block-hero-image.Large{
    height: 100%;
    position: relative;
    z-index: 0;
}

.block-hero-image.Small{
    width: 812px;
    max-width: 812px;
    left: -75px;
}

.block-hero-image.Medium{
    width: 638px;
    max-width: 638px;
    left: -59px;
}

.block-hero-image.Large{
    width: 599px;
    max-width: 599px;
    left: -55px;
}

@media (min-width: 540px) {
    .block-hero-image.Small{
        width: 1138px;
        max-width: 1138px;
        left: -105px;
    }

    .block-hero-image.Medium{
        width: 965px;
        max-width: 965px;
        left: -89px;
    }

    .block-hero-image.Large{
        width: 958px;
        max-width: 958px;
        left: -88px;
    }
}

@media (min-width: 820px) {
    .block-hero-image.Small,
    .block-hero-image.Medium,
    .block-hero-image.Large{
        width: 1300px;
        max-width: 1300px;
        left: -120px;
    }
}

@media (min-width: 1060px) {
    .block-hero-image.Small,
    .block-hero-image.Medium,
    .block-hero-image.Large{
        left: calc((1300px - 100%) / -2);
    }
}

@media (min-width: 1300px) {
    .block-hero-image.Small,
    .block-hero-image.Medium,
    .block-hero-image.Large{
        left: 0;
    }
}

/******************************************************
Content Block - Small Image + Copy
*******************************************************/

.block-small-image-copy-image{
    margin: 0 0 20px 0;
    width: 200px;
}

.block-small-image-copy-copy{

}

@media (min-width: 640px) {

    .block-small-image-copy-image{
        float: left;
    }

    .block-small-image-copy-copy{
        float: left;
        width: calc(100% - 200px);
        padding: 0 0 0 40px;
    }
}

@media (min-width: 768px) {
    .block-small-image-copy-copy{
        padding: 0 0 0 80px;
    }
}

/******************************************************
Content Block - Medium Image + Copy
*******************************************************/

.block-med-image-copy-image-wrapper{
    padding: 0;
    width: 260px;
    margin: 0 0 20px 0;
}

.block-med-image-copy-copy{
    margin-top: 3%;
}

.block-med-image-copy-height-enforce{
    display: none;
}

@media (min-width: 640px) {

    .block-med-image-copy-image-wrapper{
        width: 200px;
    }

    .block-med-image-copy-image-wrapper.image_Left{
        float: left;
    }

    .block-med-image-copy-image-wrapper.image_Right{
        float: right;
    }

    .block-med-image-copy-copy{
        width: calc(100% - 200px);
    }

    .block-med-image-copy-copy.image_Left{
        float: left;
        padding: 0 0 0 40px;
    }

    .block-med-image-copy-copy.image_Right{
        padding: 0 40px 0 0;
    }
}

@media (min-width: 768px){

    .block-med-image-copy-image-wrapper{
        width: 280px;
    }

    .block-med-image-copy-image-wrapper.image_Left{

    }

    .block-med-image-copy-image-wrapper.image_Right{

    }

    .block-med-image-copy-copy{
        width: calc(100% - 280px);
    }

    .block-med-image-copy-copy.image_Left{
        padding: 0 0 0 40px;
    }

    .block-med-image-copy-copy.image_Right{
        padding: 0 40px 0 0;
    }
}

@media (min-width: 1024px){

    .block-med-image-copy-image-wrapper{
        width: 340px;
    }

    .block-med-image-copy-image-wrapper.image_Left{

    }
    .block-med-image-copy-copy{
        width: calc(100% - 340px);
    }
    .block-med-image-copy-image-wrapper.image_Right{

    }

    .block-med-image-copy-copy.image_Left{

    }

    .block-med-image-copy-copy.image_Right{

    }

}

@media (min-width: 1200px){

    .block-med-image-copy-image-wrapper{
        width: 420px;
    }
    .block-med-image-copy-copy{
        width: calc(100% - 420px);
    }
    .block-med-image-copy-image-wrapper.image_Left{
        position: relative;
        /*left: -49px;*/
    }

    .block-med-image-copy-image-wrapper.image_Right{
        position: relative;
        /*left: 49px;*/
    }

    .block-med-image-copy-copy{
        /*width: 670px;*/
    }

    .block-med-image-copy-copy.image_Left{
        padding: 0 0 0 40px;
        float: right;
    }

    .block-med-image-copy-copy.image_Right{
        padding: 0 40px 0 0;
    }

    .block-med-image-copy-height-enforce{
        display: block;
        width: 0;
        float: left;
    }
}



/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

1 Col (as in 1 column page layout) Table

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.p-table{
    width: 100%;
    color: #717171;
}

.p-table tr{
    border-bottom: 1px solid #eee;
}

.p-table th{
    text-align: left;
    font-weight: bold;
}

.p-table td, .p-table th{
    padding: 6px;
}

.p-table td:first-child, .p-table th:first-child{
    padding-left: 0;
}

.p-table td:last-child, .p-table th:last-child{
    padding-right: 0;
}

.table-drop-5 th:nth-child(5), .table-drop-5 td:nth-child(5){ display: none; }
.table-drop-4 th:nth-child(4), .table-drop-4 td:nth-child(4){ display: none; }
.table-drop-3 th:nth-child(3), .table-drop-3 td:nth-child(3){ display: none; }
.table-drop-2 th:nth-child(2), .table-drop-2 td:nth-child(2){ display: none; }

@media (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .p-table table, .p-table thead, .p-table tbody, .p-table th, .p-table td, .p-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .p-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .p-table tr { border-bottom: 1px solid #ccc; }

    .p-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: calc(50% + 6px) !important;
    }

    .p-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 0px;
        width: calc(50% - 6px);
        padding-right: 10px;
        white-space: nowrap;
    }

}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Arbitrary HTML Wrapper

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.one-col-html-wrapper{
    margin-top: -40px;
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Linked Image Grid

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.link-image-grid-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px 0;
}

.link-image-grid-item{

    display: flex;
    align-items: center;
    justify-content: center;

    height: 90px;
    width: 130px;

    padding: 10px;
}


.link-image-grid-image{
    max-width: 110px;
    max-height: 70px;
}

@media (min-width: 1024px){

    .link-image-grid-item{
        padding: 10px;
        height: 140px;
        width: 200px;
        margin: 0;
    }

    .link-image-grid-image{
        max-width: 180px;
        max-height: 120px;
    }
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

3 Col Boxes

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.layout-3-col-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    margin: 20px 0 0 0;
}

/* reduce top margin if it's next to another white ribbon section */
.ribbon.white + .ribbon.white .layout-3-col-wrapper{
    margin-top: -14px;
}

.layout-3-col-item{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 20px 30px;
    padding: 40px;
    position: relative;
    z-index: 5;
    background-color: white;

    width: calc(100% - 60px);

}
ul.column-list {
    list-style-type: none !important;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.column-list li {
    list-style-type: none;
}
.wysiwyg ul.column-list > li:before {
    content: '';
}
/*.partner-tiles .layout-3-col-item {*/
/*padding: 0;*/
/*padding-bottom: calc(50% - 60px);*/
/*}*/
/* third item */
.layout-3-col-item.leftover-item{
    display: none;
}

.layout-3-col-image{
    display: flex;
    justify-content: center;
    height: 160px;
    margin: 0 0 14px 0;
}

.layout-3-col-inner{
    position: relative;
    z-index: 5;
    width: 100%;
}

.partner-popup .layout-3-col-inner img{
    width: 70%;
    max-width: 350px;
}
.layout-3-col-item:before{
    background-color: white;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.layout-3-col-item:after{
    content: '';
    position: absolute;
    bottom: 14px;
    right: 5px;
    left: auto;
    z-index: 0;
    width: calc(100% - 16px);
    top: auto;
    height: 15px;
    background: white;
    box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
    transform: rotate(0.7deg);
}

@media (min-width: 640px) {

    .layout-3-col-item{
        width: calc(50% - 60px);
    }
    .partner-tiles .layout-3-col-item {
        padding-bottom: calc(40% - 60px);
    }
    /* 1/2 width leftover item to show when 2nd in column */
    .layout-3-col-item.leftover-item:nth-child(2n){
        display: flex;
    }
    .partner-popup .layout-3-col-inner {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .partner-popup .layout-3-col-inner img{
        width: 70%;
        max-width: 200px;
    }
}

@media (min-width: 1024px) {

    .layout-3-col-item{
        width: calc(33.33333% - 60px);
    }
    .partner-tiles .layout-3-col-item {
        padding-bottom: calc(30% - 60px);
    }
    /* the 1/2 width leftover item to show when 2nd in column is now a 1/3 width and should be hidden */
    .layout-3-col-item.leftover-item:nth-child(2n){
        display: none;
    }


    /* 1/3 column leftover item */
    .layout-3-col-item.leftover-item:nth-child(3n){
        display: flex;
    }


    /* 2/3 width leftover item  */
    .layout-3-col-item.leftover-item:nth-child(3n+2){
        display: flex;
        width: calc(66.666666666% - 60px);
    }

    .layout-3-col-item.leftover-item:nth-child(3n+2) .promo-box-image-wrapper{
        width: 260px;
        text-align: center;
        float: left;
        margin: 0;
    }

    .layout-3-col-item.leftover-item:nth-child(3n+2) .promo-box-image-wrapper + .promo-box-copy{
        width: calc(100% - 260px);
        float: left;
        padding-left: 40px;
    }
    ul.column-list li {
        list-style-type: none;
        margin: 0 40px;
    }
    ul.column-list li:first-of-type {
        margin-left: 0;
    }
    ul.column-list li:last-of-type {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    ul.column-list li {
        list-style-type: none;
        margin: 0 70px;
    }
}
/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Promo Boxes

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.promo-box-list{
    padding: 10px 0;
    position: relative;
}
.promo-box-list.full,
.promo-box-list.half{

}
.promo-box-list.third{

}
.promo-box-item{
    padding: 40px 40px 35px 40px;
    background-color: white;
    /*border: 1px solid #e3e3e3;*/
    max-width: 375px;
    display: flex;
    width: 100%;
    position: relative;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.10);
}

.color-bar {
    height: 12px;
    width: 100%;
    background: #e87722;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.promo-box-item:nth-of-type(3n+2) .color-bar {
    background: #009cde;
}
.promo-box-item:nth-of-type(3n+3) .color-bar {
    background: #6cc24a;
}
/*.promo-box-item:before{*/
/*    background-color: white;*/
/*    content: '';*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*}*/
/*.promo-box-item:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 14px;*/
/*    right: 5px;*/
/*    left: auto;*/
/*    z-index: 0;*/
/*    width: calc(100% - 16px);*/
/*    top: auto;*/
/*    height: 15px;*/
/*    background: white;*/
/*    box-shadow: 0 15px 10px rgba(0,0,0, 0.5);*/
/*    transform: rotate(0.7deg);*/
/*}*/

.promo-item-inner{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.promo-box-image-wrapper{
    text-align: center;
    margin: 0 0 25px 0;
    position: relative;
    max-width: 100%;
    height: 0;
    padding-top: 55%;
}

.promo-box-image{
   position: absolute;
    margin: auto;
    height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/* bump up the text if no image is present */
.promo-item-inner > .promo-box-copy{
    margin-top: -6px;
}

.promo-box-copy-title{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}

.promo-box-copy-title a{
    color: #53565a !important;
}

.promo-box-copy-title a:hover,
.promo-box-copy-title a:active{
    color: #4b928e !important;
}

@media (min-width: 640px) {

    /* Image on Left Layout 100% wide */

    .promo-box-item{
        padding: 40px;
        max-width: none;
    }
    .promo-box-list {
        position: relative;
        margin: auto;
        list-style: none;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .promo-box-list.third {
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    /* half width promos */
    .promo-box-item.third,
    .promo-box-item.half {
        width: calc(50% - 80px) !important;
        margin:  20px 40px 40px;
    }
    /*.promo-box-item .promo-box-image-wrapper{*/
    /*    width: 260px;*/
    /*    text-align: center;*/
    /*    float: left;*/
    /*    margin: 0;*/
    /*}*/

    /*.promo-box-item .promo-box-image-wrapper + .promo-box-copy{*/
    /*    width: calc(100% - 260px);*/
    /*    float: left;*/
    /*    padding-left: 40px;*/
    /*}*/

}
@media (min-width: 750px) {

}
@media (min-width: 1024px) {
    .promo-box-list {
        position: relative;
        margin: auto;
        list-style: none;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    /* half width promos */

    .promo-box-item.half{
        width: calc(50% - 80px)!important;
        margin:  20px 40px 40px;
    }

    /* third width promos */
    .promo-box-list.third {
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    .promo-box-item.third{
        width: calc(33.333333% - 80px)!important;
        margin: 20px 40px 40px;
    }
    /* image centered above copy layout */

    .promo-box-item.half .promo-box-image-wrapper,
    .promo-box-item.third .promo-box-image-wrapper{
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 0 25px 0;
    }

    .promo-box-item.half .promo-box-image-wrapper + .promo-box-copy,
    .promo-box-item.third .promo-box-image-wrapper + .promo-box-copy{
        width: 100%;
        float: none;
        padding-left: 0;
    }

}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Resource Filters

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.resource-filter-wrapper{
    background-color: #fbfaf9;
    padding: 10px 30px 12px 30px;
}

.resource-filter-block{
    margin: 15px 0;
}

.resource-filter-label{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    line-height: 30px;
}

.resource-filter-select-wrapper {
    overflow: hidden;
    background-color: #e6eaeb;
    background-image: url(../graphics/icon-select.svg);
    background-repeat: no-repeat;
    background-position: 235px center;
    height: 30px;
    width: 260px;
}

.resource-filter-select {
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0 7px; /* If you add too much padding here, the options won't show in IE */
    border: 0;
    height: 30px;
    width: 280px;
    -webkit-appearance:none;
    display: block;
}

.resource-filter-select option{
    background-color: white;
    border: 0;
    display: block;
}


.filter-item.hidden{
    height: 0;
    width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
}

.resources-load-more-wrapper{
    text-align: center;
    padding: 0 0 20px 0;
}


.resources-load-more{}


@media (min-width: 768px) {

    .resource-filter-wrapper{
        padding: 12px 30px 3px 30px;
    }

    .resource-filter-label{
        float: left;
    }

    .resource-filter-select-wrapper {
        display: inline-block;
    }

    .resource-filter-select{
        float: left;
    }



}

@media (min-width: 1024px) {

    .resource-filter-wrapper{
        text-align: center;
        margin: 0 30px;
        padding: 28px 30px 18px 30px;
    }

    .resource-filter-block{
        display: inline-block;
        margin: 0 10px;
    }
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

News Stuff

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.news-filter{
    background-color: #fbfaf9;
    margin: 0 30px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px 14px;
    color: #333333;
}

@media (min-width: 1084px) {
    .news-filter{
        padding-left: calc(((100% - 1000px)/2) - 30px);
    }
}

@media (min-width: 1200px) {
    .news-filter{
        padding-left: 70px;
    }
}

.news-filter a{
    text-decoration: none;
    color: #4aaaa5;
}

.news-filter a.selected{
    color: #333333;
}

.news-list{

}

.news-item{
    display: block;
    max-height: 900px;
    padding: 0 0 24px 0;
    overflow: hidden;
}

.news-item.hidden{
    max-height: 0;
    padding: 0;
}

.news-item-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #53565a;
    font-size: 24px;
    margin-bottom: -20px;
}

.news-item-title a{
    color: #53565a;
}

p.news-item-date{
    font-size: 18px;
    margin-bottom: -12px;
}

p.news-item-cta{
    margin-top: -12px;
}

.news-load-more-wrapper{
    text-align: center;
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Events Stuff

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.events-filter{
    background-color: #fbfaf9;
    margin: 0 30px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px 14px;
    color: #333333;
}

@media (min-width: 1084px) {
    .events-filter{
        padding-left: calc(((100% - 1000px)/2) - 30px);
    }
}

@media (min-width: 1200px) {
    .events-filter{
        padding-left: 70px;
    }
}

.events-filter a{
    text-decoration: none;
    color: #4aaaa5;
}

.events-filter a.selected{
    color: #333333;
}

.events-list{

}

.events-item{
    display: block;
    max-height: 900px;
    padding: 0 0 24px 0;
    overflow: hidden;
}

.events-item.hidden{
    max-height: 0;
    padding: 0;
}

.events-item-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #53565a;
    font-size: 24px;
    margin-bottom: -20px;
}

.events-item-title a{
    color: #53565a;
}

p.events-item-date{
    font-size: 18px;
    margin-bottom: -12px;
}

p.events-item-cta{
    margin-top: -12px;
}

.events-load-more-wrapper{
    text-align: center;
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Search Results

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.search-result{
    overflow: hidden;
}

.search-result.hidden{
    height: 0;
}

.search-load-more-wrapper{
    text-align: center;
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

2 Column Layout

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/


.fitvid{
    margin: 24px 0;
}

.fitvid:first-child{
    margin-top: 0;
}

.fitvid:last-child{
    margin-bottom: 0;
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

2 Column Layout

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.layout-2col-wide,
.layout-2col-narrow{
    padding: 30px;
}

.layout-2col-narrow{
    max-width: 320px;
}

.layout-2-col-narrow-img{
    margin: 0 0 28px 0;
}

@media (min-width: 768px) {

    .layout-2col-wide,	.layout-2col-narrow{
        float: left;
    }

    .layout-2col-wide{
        width: calc(100% - 300px);
        padding: 50px 30px;
    }

    .layout-2col-narrow{
        width: 300px;
        max-width: 300px;
        padding: 50px 30px;
    }
}

@media (min-width: 1024px) {
    .layout-2col-wide{
        width: calc(100% - 370px);
        padding: 50px 65px 50px 100px;
    }

    .layout-2col-narrow{
        width: 370px;
        max-width: 370px;
        padding: 50px 30px 50px 0;
    }
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Form

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.p-form label{
    display: block;
    font-size: 14px;
    color: #333333;
    margin: 12px 0;
}

.p-form input[type=text]{
    border: 0;
    background-color: #eaeced;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;
    margin: 4px 0;
}

.p-form input[type=text]:focus{
    background-color: #d6ecef;
}

.p-form-submit{
    text-transform: uppercase;
    color: white;
    background-color: #bf4b6c;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    padding: 0 18px;
    line-height: 34px;
    display: inline-block;
    margin: 12px 0 0 0;
}

.p-form-submit:hover{
    background-color: #4aaaa5;
}


/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Member Login Form

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

form.form label{
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 14px !important;
    color: #333333 !important;
    margin: 12px 0 !important;
    background: none !important;
    text-align: left  !important;
}

form.form input[type=text], form.form input.password {
    border: 0;
    background-color: #eaeced;
    display: block;
    width: 300px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;
    margin: 4px 0;
}

form.form input[type=text]:focus{
    background-color: #d6ecef;
}

form.form p.submit input {
    text-transform: uppercase;
    color: white;
    background-color: #eb6852 !important;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    padding: 0 18px;
    line-height: 34px;
    display: inline-block;
    margin: 12px 0 0 0;
}

form.form p.submit input:hover{
    background-color: #bc5342 !important;
}

form.form span.value {
    clear: both;
    margin-left: 0 !important;
}

form.form p.submit {
    margin-left: 0 !important;
}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************

Contact Widget

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.fixed-contact-toggle-wrapper{
    display: none;
}

.contact-widget-close{
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    font-size: 24px;
    cursor: pointer;
    height: 16px;
    width: 14px;
    line-height: 14px;
    overflow: hidden;
}

.contact-widget-wrapper{
    position: absolute;
    top: 77px;
    z-index: 1000;
    width: 100%;
    background-color: #35647e;
}

.contact-widget{
    color: white;
    padding: 22px 0;
    background-color: #35647e;
}

.contact-widget:before{
    display: block;
    position: absolute;
    top: -11px;
    right: 70px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #35647e;
}

.contact-widget-section{
    padding: 21px 30px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.contact-widget-section p{
    margin-top: 13px;
}

.contact-widget-section p a{
    color: white;
    text-decoration: none;
}

.contact-widget-section .cta-link-wrapper a, .contact-widget-section a.cta-link-wrapper, .contact-widget-section a .cta-link-wrapper{
    font-size: 14px;
    color: white;
}

.contact-widget-section .cta-link-wrapper a:after, .contact-widget-section  a.cta-link-wrapper:after, .contact-widget-section a .cta-link-wrapper:after{
    font-size: 25px;
}

.contact-widget-section a:hover{
    color: #9eb1b8 !important;
}

@media (min-width: 768px) {

    .contact-widget:before{
        right: 86px;
    }

    .contact-widget-wrapper{
        top: 96px;
    }
}

@media (min-width: 1024px) {

    .fixed-contact-toggle-wrapper{
        display: inline-block;
        position: fixed;
        bottom: 30px;
        right: 0px;
        z-index: 5000;
        height: 30px;
    }

    .fixed-contact-toggle{
        position: relative;
        display: inline-block;
        background-image: url(../graphics/icon-contact-desktop.png);
        background-position: 15px center;
        background-repeat: no-repeat;
        background-size: auto 18px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #35647e;
        color: white;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        line-height: 30px;
        height: 30px;
        padding: 0 20px 0 50px;

        z-index: 1;
        -webkit-box-shadow: -3px 3px 3px 0px rgba(53,100,126,0.25);
        -moz-box-shadow: -3px 3px 3px 0px rgba(53,100,126,0.25);
        box-shadow: -3px 3px 3px 0px rgba(53,100,126,0.25);
    }

    .fixed-contact-toggle:hover{
        background-color: #005776;
    }

    /*.fixed-contact-toggle-wrapper:after{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    bottom: 13px;*/
    /*    right: 35px;*/
    /*    left: auto;*/
    /*    z-index: -2;*/
    /*    width: calc(100% - 40px);*/
    /*    top: auto;*/
    /*    height: 15px;*/
    /*    background: white;*/
    /*    box-shadow: 0 15px 10px rgba(60,98,113,0.6); !* #3c6271 at 60% *!*/
    /*    transform: rotate(-3deg);*/
    /*}*/

    .contact-widget-wrapper{
        width: 446px;
        position: fixed;
        bottom: 30px;
        right: 0;
        z-index: 5001;
        top: auto;
    }

    .contact-widget{
        padding: 30px 16px;
    }

    .contact-widget:before{
        display: none;
    }

    .contact-widget-wrapper:after{
        content: '';
        position: absolute;
        bottom: 10px;
        right: 35px;
        left: auto;
        z-index: -2;
        width: calc(100% - 40px);
        top: auto;
        height: 15px;
        background: white;
        box-shadow: 0 15px 10px rgba(60,98,113,0.6);
        transform: rotate(-1deg);
    }

    .contact-widget-section{
        padding: 0 16px;
        text-align: center;
        width: 50%;
        float: left;
    }

    .contact-widget-section.stroke-right{
        border-right: 1px solid #9eb1b8;
    }

}

/******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************
Footer
*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************/

.primary-footer-content{
    padding: 24px 30px;
    font-size: 12px;
}
.footer-col-secondary {
    padding: 15px 0;
}
.footer-col{
    /*width: 100%;*/
    /*padding: 15px 30px;*/
    font-size: 14px;
    color: #fff;
}
.footer-col:first-child img{
    width: 80px;
}

.footer-col-secondary a{
    color: #fff;
    text-decoration: none;
}

.footer-col-secondary a:hover,
.footer-col-secondary a:active{
    color: #4aaaa5;
}

.footer-col-secondary p{
    margin: 26px 0;
    line-height: 24px;
}
.footer-col-secondary h3{
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c6271;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 32px 0;
}
.footer-col-secondary h3:after{
    content: '';
    display: block;
    width: 75px;
    height: 3px;
    background-color: #f0efed;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.footer-col-secondary li{
    margin: 10px 0;
    line-height: 18px;
}
.footer-social-links{
    margin: -18px 0 0 -3px;
}
.footer-social-links a{
    display: block;
    height: 36px;
    width: 36px;
    fill: white;
    float: left;
}
.footer-social-links a.facebook svg {
    width: 30px;
    margin: 4px 0 0 3px;
}
.footer-social-links a:hover{
    fill: #4b928e;
}

@media (min-width: 375px) {


    .footer-col-wrapper-50:first-child .footer-col{
        padding-right: 0;
    }

    .footer-col-wrapper-50:last-child{

    }
}

@media (min-width: 500px) {
    .footer-col{

    }
    .footer-col:last-of-type {
        width: 142px;
    }
    .footer-col-wrapper-50{

    }
    .footer-col-secondary{
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: -ms-space-between;
        justify-content: space-between;
    }
}

@media (min-width: 500px) and (max-width: 875px) {
    .footer-col:last-of-type,
    .footer-col{
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-col:first-child {
        width: 100%;
    }
}
@media (min-width: 875px) {
    .footer-col-secondary {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

/******************************************************
Tertiary
*******************************************************/

.primary-footer-copyright{
    color: #d9e1e2;
}

.primary-footer-tertiary-nav{
    display: block;
    position: relative;
    margin-top: 6px;
}

.primary-footer-tertiary-nav li{
    display: inline-block;
    padding: 0 8px;
    float: left;
    height: 11px;
    position: relative;
    margin-bottom: 10px;
}

.primary-footer-tertiary-nav li:first-child{
    margin-left: 0;
    padding-left: 0;
}

.primary-footer-tertiary-nav li:first-child:before{
    display: none;
}

.primary-footer-tertiary-nav li:before{
    content: '';
    height: 11px;
    width: 2px;
    background-color: #616060;
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
}

.primary-footer-tertiary-nav a{
    color: white;
    text-decoration: none;
    line-height: 12px;
}

.primary-footer-tertiary-nav a:hover,
.primary-footer-tertiary-nav a:active{
    color: white;
    text-decoration: underline;
}


@media (min-width: 400px) {
    .primary-footer-copyright{
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .primary-footer-tertiary-nav{
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .primary-footer-tertiary-nav li{
        padding: 0 12px;
    }
}

@media (min-width: 1150px) {

    .primary-footer-copyright{
        float: left;
    }

    .primary-footer-tertiary-nav{
        margin-top: 0;
        display: inline-block;
        float: left;
    }
    .primary-footer-tertiary-nav li {
        margin-bottom: 0;
    }
    .primary-footer-tertiary-nav li:first-child{
        margin-left: 12px;
        padding-left: 12px;
    }

    .primary-footer-tertiary-nav li:first-child:before{
        display: block;
    }
}
/******************************************************
GDPR Popup
*******************************************************/

.cookieNoticeWrapper{
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    display: inline-block;
    z-index: 1000;
    background-color: transparent;
}

.cookieNotice{
    position: fixed;
    height: 100vh;
    background-color: rgba(255,255,255,0.85);
    top: 0;
    right: 0;
    left: 0;
    z-index: 100001;
    display: block;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
}
.cookieNotice .constrainedWidth {
    position: absolute;
    max-width: 500px;
    min-height: 250px;
    background: #fff;
    color: #000;
    left: 0;
    right: 0;
    /*opacity: 0;*/
    top: 35%;
    margin: auto;
    border: 1px solid #e4e4e4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 55px 46px 55px;
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.2);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}
.eu-popup-overlay .popup.show{
    top: 45%;
    opacity: 1;
}
.cookieNotice .constrainedWidth h2,
.eu-popup-overlay .popup h2 {
    color: #484848;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
}
.cookieNotice .constrainedWidth p,
.eu-popup-overlay .popup p {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0;
    color: #484848;
}
.cookieNotice p a,
.eu-popup-overlay .popup p a {
    color: #5ab7b2;
    text-decoration: underline;
}
.cookieNotice p a:hover,
.cookieNotice p a:focus,
.cookieNotice p a:active {
    text-decoration: none;
}
.cookieNotice p a.link,
.eu-popup-overlay .popup p a.link {
    display: inline-block;
    text-transform: uppercase;
    color: #35647E;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: -2px;
}
.cookieNotice p a.link:after,
.eu-popup-overlay .popup p a.link:after {
    content: '\00a0\203A';
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    top: 2px;
    left: -1px;
    font-weight: 300;
}
.cookieNotice p a.link:hover,
.cookieNotice p a.link:focus,
.cookieNotice p a.link:active,
.eu-popup-overlay .popup p a.link:hover,
.eu-popup-overlay .popup p a.link:focus,
.eu-popup-overlay .popup p a.link:active {
    color: #eb6852 !important;
}
.cookieNotice button,
.eu-popup-overlay .popup a.closebtn {
    /*background: #5ab7b2;*/
    background-color: #35647E;
    color: #fff;
    margin: auto;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 10px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.cookieNotice button:hover,
.cookieNotice button:focus,
.cookieNotice button:active,
.eu-popup-overlay .popup a.closebtn:hover,
.eu-popup-overlay .popup a.closebtn:focus,
.eu-popup-overlay .popup a.closebtn:active {
    text-decoration: underline;
}
.cookieNotice form {
    display: inline-block;
}
.cookieSettingsToggle {
    color: #fff;
    padding: 7px;
    background: #c3fffd;
    display: inline-block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cookieSettingsToggle a {
    color: #223244;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}
.cookieSettingsToggle a:hover,
.cookieSettingsToggle a:focus,
.cookieSettingsToggle a:active{
    text-decoration: underline;
}
.cookieConsentFormWrapper{
}
.cookieConsentFormWrapper .consentDescription{
    padding: 1rem 2rem 0 2rem;
}
.cookieConsentFormWrapper .consentDescription > div:last-child{
    padding: 1rem 1rem 0 1rem;
}
.cookieConsentFormWrapper .consentType{
    padding: 2rem;
    border-radius: 3px;
    border: 1px solid #BBBBBB;
    margin-bottom: 1rem;
}
.cookieConsentFormWrapper div:last-child{
    padding: 1rem 0;
}
.cookieConsentFormWrapper h3{
    border-bottom: 1px solid #323231;
}
.cookieConsentFormWrapper input[type="radio"] {
    -webkit-appearance: radio !important;
    border-radius: 0;
}
.cookieConsentFormWrapper input[type="submit"] {
    display: block;
    overflow: hidden;
    color: white;
    background-color: #5ab7b2;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    width: 172px;
}
.cookieConsentFormWrapper input[type="submit"]:hover,
.cookieConsentFormWrapper input[type="submit"]:focus {
    background-color: #48928e;
}
.vid-right h3 {
    margin-top: 0;
}
@media (max-width: 749px) {
    .right-vid {
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .right-vid iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }
}
@media (min-width: 750px) {
    .right-vid {
        margin: 0;
        float: right;
        padding-bottom: auto;
        width: 400px;
        position: relative;
        z-index: 3;
        margin-left: 20px;
        height: 255px;
    }
    .right-vid iframe {
        position: relative;
    }
}

.block_anchor_target {
    visibility: hidden;
}
.target:before {
    display: block;
    content: " ";
    margin-top: -20px;
    height: 20px;
    visibility: hidden;
}
.layout-1col-wide .col {
    /*max-width: 500px;*/
    margin: auto;
    margin-bottom: 30px;
}

@media (min-width: 750px) {
    .layout-1col-wide .col {
        width: 48%;
        float: left;
        margin-bottom: 0;
    }

    .layout-1col-wide .col:first-of-type {
        margin-right: 4%;
    }
}
.slick-track {
    transition: none;
}
.slick-initialized .slick-slide {
    position: relative;
}
.slick-dots  {
    bottom: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-list {
    overflow-y: visible;
}
.slick-dots li button {
    border: 2px solid #5ab7b2;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
}
.slick-dots li.slick-active button {
    background: #eb6852;
    border: 2px solid #eb6852;
}
.slick-dots li button:before {
    content: '';
}
.slick-slide > span.p-button-wrapper-salmon {
    position: absolute;
    right: 10%;
    bottom: 20px;
}
.slick-next,
.slick-prev {
    z-index: 2;
    height: 60px;
    width: 60px;
}
.slick-next:before,
.slick-prev:before {
    content: "";
    background: url(/assets/graphics/next-chev.svg)center right no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 12px;
    height: 50px;
}
.slick-next {
    right: 0;
}
.slick-next:before {
    right: 10px;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    left: 10px;
}
.slick-prev:before {
    transform: rotate(180deg);
    right: auto;
}
.hero-carousel .slick-list {
    overflow: visible;
}
.hero-carousel .slick-list {
    overflow: visible;
}
@media (min-width: 768px) {
    .hero-carousel .slick-list {
        overflow: hidden;
    }
}