/*Font Families
----------------------------------------------------------*/
FONTS { font-family: 'Arial'; font-style: normal; font-weight: 400; /*Reg*/ font-family: 'Sanchez', serif; font-style: normal; font-weight: 400; /*Reg*/ font-family: 'Sanchez', serif; font-style: normal; font-weight: 600; /*Semi*/ font-family: 'Sanchez', serif; font-style: normal; font-weight: 700; /*Bold*/ font-family: 'Effra'; font-style: normal; font-weight: 400; /*Reg*/ font-family: 'Effra'; font-style: normal; font-weight: 500; /*Medium*/ font-family: 'Effra'; font-style: normal; font-weight: 700; /*Bold*/ }


/*Color Palette
----------------------------------------------------------*/
COLORS { color: #66686A; color: #D8D8D8; color: #F1F1F1; color: #FFFFFF; color: #BA2C44; color: #F08D3C; color: #E9BF2F; color: #329663; color: #50B747; color: #843A84; color: #52336A; color: #314785; color: #1C6B9C; color: #41A1B7; color: #4BC6C5; }


/*Aspect Ratios
----------------------------------------------------------*/
RATIOS { padding-top: 100%; /*  1:1 Aspect Ratio     */ padding-top: 56.25%; /*  16:9 Aspect Ratio    */ padding-top: 75%; /*  4:3 Aspect Ratio     */ padding-top: 66.66%; /*  3:2 Aspect Ratio     */ padding-top: 62.5%; /*  8:5 Aspect Ratio     */ }


/* General
----------------------------------------------------------*/
body { font-family: 'Effra'; font-style: normal; font-weight: 400; font-size: 18px; color: #404042; }
h1, h2, h3, h4, h5, h6 { font-family: 'Sanchez', serif; font-style: normal; font-weight: 400; }
h1 { font-size: 36px; font-weight: 700; line-height: 43px; }
h2 { font-size: 26px; font-weight: 700; line-height: 26px; }
h3 { font-size: 31px; font-weight: 700; line-height: 31px; }
h4 { font-size: 20px; font-weight: 700; line-height: 28px; }
h5 { font-size: 16px; font-weight: 400; line-height: 24px; }
h6 { font-size: 14px; font-style: normal; font-weight: 500; font-family: 'Effra'; }
p { font-size: 18px; line-height: 1.4em; }
div { font-size: 18px; }
ul { margin-left: 1rem; /*margin-left: 2.25rem;*/ }
ul > li { padding-left: 0.25rem; margin-bottom: .75em; }
ol { margin-left: 1rem; /*margin-left: 2.25rem;*/ }
ol > li { padding-left: 0.25rem; margin-bottom: .75em; }
hr { border-color: #404042; }
a { -webkit-transition: color .3s, background-color .3s, border-color .3s; -o-transition: color .3s, background-color .3s, border-color .3s; transition: color .3s, background-color .3s, border-color .3s; }
/*iframe {min-height: 600px;height: 100%;max-width: 100%;width: 100%;}*/
label { line-height: 1.4; }
.mainContent h3 { font-size: 24px; line-height: 24px; }

@media screen and (max-width: 39.9375em) {
h1 { }
h2 { }
h3 { font-weight: 400; }
}




/* Buttons, Links & Dropdowns
----------------------------------------------------------*/
button, a.button, [type=button], [type=submit], [type=reset] { border-radius: 0; background-color: transparent; color: #404042; border: 1px solid #404042; font-family: 'Effra'; font-style: normal; font-weight: 700; text-transform: uppercase; font-size: 14px; padding: .9em 1em .55em; -webkit-transition: color .3s, background-color .3s, border-color .3s; -o-transition: color .3s, background-color .3s, border-color .3s; transition: color .3s, background-color .3s, border-color .3s; }
button.primary, a.button.primary, [type=button].primary, [type=submit].primary { background-color: #F08D3C; color: #ffffff; border: 1px solid #F08D3C; }
button.secondary, a.button.secondary, [type=button].secondary, [type=submit].secondary { background-color: #41A1B7; color: #ffffff; border: 1px solid #41A1B7; }
button.tertiary, a.button.tertiary, [type=button].tertiary, [type=submit].tertiary { background-color: #843A84; color: #ffffff; border: 1px solid #843A84; }
button.quaternary, a.button.quaternary, [type=button].quaternary, [type=submit].quaternary { background-color: transparent; color: #ffffff; border: 1px solid #FFFFFF; }
button.quinary, a.button.quinary, [type=button].quinary, [type=submit].quinary { background-color: #FFFFFF; color: #404042; border: 1px solid #404042; }

button:hover, a.button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover { color: #404042; background-color: #D8D8D8; border-color: #66686A; }
button.primary:hover, a.button.primary:hover, [type=button].primary:hover, [type=submit].primary:hover { color: #FFFFFF; background-color: #E9BF2F; border-color: #E9BF2F; }
button.secondary:hover, a.button.secondary:hover, [type=button].secondary:hover, [type=submit].secondary:hover { color: #FFFFFF; background-color: #1C6B9C; border-color: #1C6B9C; }
button.tertiary:hover, a.button.tertiary:hover, [type=button].tertiary:hover, [type=submit].tertiary:hover { color: #ffffff; background-color: #52336A; border-color: #52336A; }
button.quaternary:hover, a.button.quaternary:hover, [type=button].quaternary:hover, [type=submit].quaternary:hover { color: #404042; background-color: #ffffff; }
button.quinary:hover, a.button.quinary:hover, [type=button].quinary:hover, [type=submit].quinary:hover { color: #404042; background-color: #D8D8D8; }

button.tertiary.active, a.button.tertiary.active, [type=button].tertiary.active, [type=submit].tertiary.active { color: #ffffff; background-color: #52336A; border-color: #52336A; }

ul.dropdown { list-style: none; margin: 0; position: relative; }
ul.dropdown > li { background-color: #fff; border-radius: 3px; border: 0 none transparent; color: #404042; font-family: 'Effra'; font-style: normal; font-weight: 700; font-size: 15px; text-transform: uppercase; padding: 0; }
ul.dropdown li { cursor: pointer; }
ul.dropdown > li > div { padding: 9px 9px 3px 9px; }
ul.dropdown ul { display: none; list-style: none; margin: 0 0 0 0; background-color: rgba(0, 0, 0, 0.75); position: absolute; left: 0; right: 0; z-index: 1; }
ul.dropdown ul li { padding: 9px 9px 3px 9px; text-transform: none; /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/ }
ul.dropdown ul li a { color: #FFFFFF; width: 100%; height: 100%; display: inline-block; }
ul.dropdown li:hover ul { display: block; }
ul.dropdown ul li:hover { background-color: rgb(0, 0, 0); }
ul.dropdown ul li:hover a { }
ul.dropdown img { float: right; }



/* Inputs
----------------------------------------------------------*/
::-webkit-input-placeholder { color: #b0b1b1; opacity: 1; }
::-moz-placeholder { color: #b0b1b1; opacity: 1; }
:-ms-input-placeholder { color: #b0b1b1; opacity: 1; }
::-ms-input-placeholder { color: #b0b1b1; opacity: 1; }
::placeholder { color: #b0b1b1; opacity: 1; }
:-ms-input-placeholder { color: #b0b1b1; }
::-ms-input-placeholder { color: #b0b1b1; }
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number],
[type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea { background-color: #D8D8D8; border-color: #66686A; color: #404042; border-radius: 0; font-family: 'Effra'; font-style: normal; font-weight: 600; font-size: 14px; padding: 8px 8px 3px 8px; }
input:-internal-autofill-selected { background-color: #D8D8D8 !important; background-image: none !important; color: #404042 !important; }
select { background-color: #D8D8D8; border-color: #66686A; color: #404042; border-radius: 0; font-family: 'Effra'; font-style: normal; font-weight: 600; font-size: 14px; padding-top: 12px; }
select option { font-family: 'Effra'; font-style: normal; font-weight: 400; font-size: 18px; }



/* Alert Bar
----------------------------------------------------------*/
.alert-bar { background-color: #41A1B7; color: #ffffff; }
.alert-bar.warning { background-color: #BA2C44; display: none; }
.alert-bar a { color: #ffffff; text-decoration: underline; }

@media screen and (max-width: 63.9375em) {
.alert-bar { border-bottom: 1px solid #1C6B9C; }
}



/* Header
----------------------------------------------------------*/
header { }
header img.primary-logo { width: auto; height: auto; max-height: 112px; /*transition: all 300ms ease;*/ }
header .call-now-pnl {margin-top: 8px;}
header .submit-search { border: 1px solid #66686A; }
header .submit-search input[type=text] { margin: 0; border: 0 none transparent; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
header .submit-search input[type=image] { margin: 0; max-height: 24px; max-width: 24px; margin: 6px 6px 0 0; -webkit-box-shadow: none; box-shadow: none; }
header .mbl .button { min-height: 50px; }

@media screen and (max-width: 39.9375em) {
header .submit-search input[type=text] { height: auto; }
header .submit-search input[type=image] { height: auto; max-height: 16px; max-width: 16px; }
}

@media screen and (min-width: 64em) and (max-width: 90em) {  /*   1024px ==> 1440px   */
header img.primary-logo { max-height: 80px; }
}



/* Navigation
----------------------------------------------------------*/
nav.primary-nav { }
nav.primary-nav ul { list-style: none; }
nav.primary-nav ul li { display: inline-block; padding: 0; position: relative; /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/ }
nav.primary-nav ul li a { font-family: 'Effra'; font-style: normal; font-weight: 500; font-size: 18px; color: #404042; border-bottom: 2px solid transparent; -webkit-transition: border-color .3s; -o-transition: border-color .3s; transition: border-color .3s; display: block; padding: 6px 1.125rem 0 1.125rem; }
nav.primary-nav ul li:hover { background-color: rgba(0, 0, 0, 0.75); }
nav.primary-nav ul li:hover a { color: #FFFFFF; }

nav.primary-nav ul ul { display: none; list-style: none; margin: 0 0 0 0; background-color: rgba(0, 0, 0, 0.75); position: absolute; right: 0; z-index: 1; min-width: 350px; min-width: -webkit-max-content; min-width: -moz-max-content; min-width: max-content; }
nav.primary-nav ul ul li { padding: 9px 9px 3px 9px; text-transform: none; display: block; }
nav.primary-nav ul ul li a { color: #FFFFFF; display: block; padding: 0 1.125rem; }

nav.primary-nav ul li:hover ul { display: block; }
nav.primary-nav ul ul li:hover { background-color: rgb(0, 0, 0); }
nav.primary-nav ul ul li:hover a { }

#mblMenu { padding: 0; margin: 0; background-color: #ffffff; }
#mblMenu nav.top-bar { padding: 0; margin: 0; width: 100%; }
#mblMenu nav.top-bar > div { width: 100% !important; }
#mblMenu nav.top-bar ul { background-color: #b21261; background-image: -webkit-gradient( linear, left top, right top, from(#784fb4), color-stop(#b21261), to(#eaa216) ); background-image: -o-linear-gradient( left, #784fb4, #b21261, #eaa216 ); background-image: linear-gradient( to right, #784fb4, #b21261, #eaa216 ); }
#mblMenu nav.top-bar ul li { padding: 0; background-color: rgba(0, 0, 0, 0.20); width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
#mblMenu nav.top-bar > ul > li > ul { }
#mblMenu nav.top-bar > ul > li > ul > li { }
#mblMenu nav.top-bar .searchIcon { background-color: rgba(0, 0, 0, 0.25); font-weight: 900; }
#mblMenu nav.top-bar .searchIcon img { height: 16px; width: auto; float: right; }
#mblMenu nav.top-bar ul.drilldown a { background-color: initial; color: #ffffff; font-size: 18px; padding: 1.15rem; }
.drilldown .is-drilldown-submenu-parent > a::after { border-color: transparent transparent transparent #ffffff; }
.drilldown .js-drilldown-back > a::before { border-color: transparent #ffffff transparent transparent; }
#mblMenu nav.top-bar .parentLink { background-color: rgba(0, 0, 0, 0.25); font-weight: 900; }
#mblMenu nav.top-bar .js-drilldown-back { background-color: #b21261; background-image: -webkit-gradient( linear, left top, right top, from(#784fb4), color-stop(#b21261), to(#eaa216) ); background-image: -o-linear-gradient( left, #784fb4, #b21261, #eaa216 ); background-image: linear-gradient( to right, #784fb4, #b21261, #eaa216 ); font-weight: 900; }

#sticky-nav-pnl {transition: all 300ms ease; position: fixed;top: -102px;width: 100%; max-height:100px; background-color:#fff;}
#sticky-nav-pnl.stick {top: 0;}
#sticky-nav-pnl .primary-logo {max-height: 70px;}
#sticky-nav-pnl .call-now-pnl { margin-top: 24px; line-height: 24px;}
#sticky-nav-pnl .call-now-link {}
#sticky-nav-pnl .submit-search {margin-top: 13px;}

.is-drilldown { overflow: visible; min-height: auto !important; }
@media screen and (max-width: 39.9375em) {
#sticky-nav-pnl .call-now-pnl { margin-top: 16px;}
}
@media screen and (min-width: 64em) and (max-width: 90em) {  /*   1024px ==> 1440px   */
}
@media print,screen and (max-width: 90em) {
nav.primary-nav ul li a { padding: 6px .8vw 0; }
}



/* Side Panel
----------------------------------------------------------*/
.side-panels { background-color: #41A1B7; color: #ffffff; }
.side-panel h1, .side-panel h2, .side-panel h3, .side-panel h4, .side-panel h5, .side-panel h6, .side-panel p, .side-panel div { color: #ffffff; }
.side-panel a, .side-panel a:hover { color: #ffffff; }



/* Our Services
----------------------------------------------------------*/
.our-services { min-height: 100px; }
.our-services h3 { color: #ffffff; margin: 0; }



/* Hero- Main
----------------------------------------------------------*/
.hero-main { background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 500px; }

@media screen and (max-width: 39.9375em) {
.hero-main { background-image: none !important; min-height: initial; }
}



/* Hero- Standard
----------------------------------------------------------*/
.hero-standard { background-size: cover; background-position: center center; background-repeat: no-repeat; min-height: 300px; }
/*.hero-standard h1 {color:#ffffff;}*/
@media screen and (max-width: 39.9375em) {
.hero-standard { background-image: none !important; min-height: initial; }
}



/* Call 2 Actions
----------------------------------------------------------*/
.call2action { background-color: #F1F1F1; }
.call2action .bgImg { background-size: cover; background-position: center center;/* background-position: right bottom;*/ background-repeat: no-repeat; }

.call2action-2 .bg-img { background-size: cover; }
.call2action-2 .bg-gradient-ovr-img { display: table; width: 100%; background-color: hsl(330deg 82% 38% / 50%); background-image: -webkit-gradient(linear,left top,right top,from(rgb(120 79 180 / 80%)),color-stop(rgb(178 18 97 / 50%)),to(rgb(223 178 13 / 75%))); background-image: -o-linear-gradient(left,rgb(120 79 180 / 80%),rgb(178 18 97 / 50%),rgb(223 178 13 / 75%)); background-image: linear-gradient(to right,rgb(120 79 180 / 80%),rgb(178 18 97 / 50%),rgb(223 178 13 / 75%)); /*min-height: 383px;*/ }
.call2action-2 .vertical-middle { display: table-cell; vertical-align: middle; }
.call2action-2 .top-text { color: #fff; font-weight: 700; font-size: 47px; line-height: 70px; font-family: Effra;padding: 0 150px; }
.call2action-2 .bottom-text { color: #fff; font-weight: 400; font-size: 56px; line-height: 32px; margin-top: 32px; font-family: Effra; }
.call2action-2 .cta-btn { }
.call2action-2 .cta-btn a { color: #ffffff; background-color: #41a1b7; font-size: 25px; font-weight: 700; padding: 20px 45px 14px 45px; line-height: 0px; }
.call2action-2 .cta-btn a:hover { background-color: #68bacd; }


@media screen and (max-width: 39.9375em) {  /*   <= 639px   */
.call2action-2 .top-text { font-size: 4.75vw; line-height: 7vw; padding: 0 15vw; }
.call2action-2 .cta-btn a { font-size: 3.5vw; padding: 2vw 4vw 2vw 4vw; }
.call2action-2 .bottom-text { font-size: 5.4vw; margin-top: 1.75vw; }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {  /*   640px ==> 1024px   */
.call2action-2 .top-text { font-size: 2.9vw; line-height: 4.25vw; padding: 0 10vw; }
.call2action-2 .cta-btn a { font-size: 1.6vw; padding: 1.45vw 2.5vw 1vw 2.5vw; }
.call2action-2 .bottom-text { font-size: 3.5vw; margin-top: 2vw; }
}
@media screen and (min-width: 64em) and (max-width: 90em) {  /*   1024px ==> 1440px   */
.call2action-2 .top-text { font-size: 2.4vw; line-height: 3.5vw; /*font-size: 2.9vw; line-height: 4.25vw;*/ padding: 0 10vw; }
.call2action-2 .cta-btn a { font-size: 1.6vw; padding: 1.45vw 2.5vw 1vw 2.5vw; }
.call2action-2 .bottom-text { font-size: 3.5vw; margin-top: 2vw; }
}





.call2action-3 .position-relative { position: relative; }
.call2action-3 .cta-color-bg { background-color: #4bc6c4; }
.call2action-3 img { border: 4px solid #ffffff; position: absolute; left: 16px; top: -20px; height: auto; width: 400px; }
.call2action-3 .tbl-pnl { min-height: 265px; display: table; }
.call2action-3 .vertical-middle { display: table-cell; vertical-align: middle; }
.call2action-3 .top-text { color: #fff; font-weight: 400; font-size: 38px; line-height: 51px; font-family: Effra; }
.call2action-3 .cta-btn { }
.call2action-3 .cta-btn a { color: #ffffff; background-color: #ef7e22; font-size: 19px; font-weight: 700; padding: 12px 30px 6px 30px; line-height: 0px; }
.call2action-3 .cta-btn a:hover { background-color: #ffa053; }

@media screen and (max-width: 39.9375em) {  /*   <= 639px   */
.call2action-3 img { position: initial; border-width: 0 0 4px 0; width: 100%; height: auto; }
.call2action-3 .tbl-pnl { min-height: 180px; }
.call2action-3 .top-text { font-size: 6vw; line-height: 9vw; padding: 0 5vw; }
.call2action-3 .cta-btn a { font-size: 5vw; padding: 12px 30px 6px 30px; }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {  /*   640px ==> 1024px   */
.call2action-3 img { position: initial; border-width: 0 0 4px 0; width: 100%; height: auto; }
/*.call2action-3 .top-text { font-size: 36px; line-height: 46px; padding: 0 12px; }*/
.call2action-3 .tbl-pnl { min-height: 200px; display: table; }
.call2action-3 .top-text { font-size: 3.5vw; line-height: 5vw; padding: 0 8vw; }
.call2action-3 .cta-btn a { font-size: 2.25vw; padding: 12px 30px 6px 30px; }
}
@media screen and (min-width: 64em) and (max-width: 90em) {  /*   1024px ==> 1440px   */
.call2action-3 img { /*position: initial; border-width: 24px;*/ width: 24vw; left: 0; }
.call2action-3 .tbl-pnl { padding: 0 3.5vw; min-height: 16vw; }
.call2action-3 .top-text { font-size: 2vw; line-height: 3vw; }
.call2action-3 .cta-btn {margin-bottom: 12px; }
.call2action-3 .cta-btn a { font-size: 1.25vw; }
.call2action-3 .cta-color-bg { border-left: 200px solid white; }
}








.call2action-4 { background-color: #4bc6c4; padding: 30px 20px 35px; }
.call2action-4 .top-text { color: #fff; font-weight: 400; font-size: 1.9vw; line-height: 2.65vw; font-family: Effra; }
.call2action-4 .cta-btn { margin-top: 16px; }
.call2action-4 .cta-btn a { color: #ffffff; background-color: #ef7e22; font-size: 20px; font-weight: 700; padding: 18px 30px 14px 30px; line-height: 0px; }
.call2action-4 .cta-btn a:hover { background-color: #ffa053; }

@media screen and (max-width: 39.9375em) {
.call2action-4 { padding: 8vw 5.5vw 10vw; }
.call2action-4 .top-text { font-size: 7.5vw; line-height: 10.5vw; }
.call2action-4 .cta-btn { margin-top: 0; }
.call2action-4 .cta-btn a { font-size: 16px; padding: 14px 24px 12px 24px; }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.call2action-4 { padding: 3vw 2.85vw 3vw; }
.call2action-4 .top-text { font-size: 2.5vw; line-height: 3.35vw; }
.call2action-4 .cta-btn { margin-top: 0; }
.call2action-4 .cta-btn a { font-size: 15px; padding: 12px 20px 10px 20px; }
}




/* Call 2 Action- Full
----------------------------------------------------------*/
.call2action-full { }
.call2action-full .bgImg { background-size: cover; background-position: center top; background-repeat: no-repeat; min-height: 430px; }

@media screen and (max-width: 39.9375em) {
.call2action-full .bgImg { min-height: 200px; }
}


/* Quote Panel
----------------------------------------------------------*/
.quote-panel { background-size: cover; background-position: center top; background-repeat: no-repeat; min-height: 420px; /*background-image: url('/images/panels/father-son.jpg');*/ }
.quote-panel p { font-family: 'Sanchez', serif; font-style: normal; font-weight: 700; font-size: 26px; line-height: 36px; color: #ffffff; }
.quote-panel cite { font-family: 'Sanchez', serif; font-style: normal; font-weight: 700; font-size: 26px; line-height: 36px; color: #ffffff; }

@media screen and (max-width: 39.9375em) {
.quote-panel p { font-weight: 500; font-size: 16px; line-height: 22px; }
.quote-panel cite { font-weight: 500; font-size: 16px; line-height: 22px; }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.quote-panel p { font-weight: 500; }
.quote-panel cite { font-weight: 500; }
}


/* Featured News Articles
----------------------------------------------------------*/
.featured-news-articles { background-color: #F1F1F1; min-height: 330px; }
.featured-news-articles .mbl { position: relative; }
.featured-news-articles .lft-arrow { z-index: 1; }
.featured-news-articles .rgt-arrow { z-index: 1; }
.featured-news-articles .mbl .lft-arrow { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 42px; }
.featured-news-articles .mbl .rgt-arrow { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 42px; }
.featured-news-articles .article-img { display: none; }
.featured-news-articles .article-content { display: none; }



/* Map
----------------------------------------------------------*/
.map { background-color: #66686A; color: #ffffff; }
.map > div { min-height: 430px; }
.map iframe { display: none; }



/* Accordions
----------------------------------------------------------*/
.accordion { background-color: transparent; color: #329663; }
.accordion.darkBg { color: #ffffff; }
.accordion .fa { margin-right: 16px; }
.accordion .ui-accordion-content { margin-left: 28px; }
.accordion div:focus { outline: 0 none transparent; }
.accordion .ui-accordion-header { margin-top: 16px; }
.accordion > div:nth-child(odd) { cursor: pointer; }
.accordion ul { margin-left: 1rem; }
.accordion li { padding-left: .25rem; }

.serviceList .accordion { }
.serviceList .accordion .fa { float: right; margin: 0; }
.serviceList .accordion .ui-accordion-header { border-top: 1px solid #404042; padding: 24px 0 24px 0; margin: 0; }
.serviceList .accordion .ui-accordion-header:first-child { border-top: 0 none transparent; }
.serviceList .accordion .ui-accordion-content { margin: 0; }



/* Slideshow
----------------------------------------------------------*/
.slideshow { background-color: #D8D8D8; position: relative; }
.slick-container .slick-slider { display: inline; }
.slick-container .slick-slider .slick-slide { opacity: 0.4; transition: all 300ms ease; -moz-transform: scale(.66); -ms-transform: scale(.66); -o-transform: scale(.66); -webkit-transform: scale(.66); transform: scale(.66); }
.slick-container .slick-slider .slick-slide.slick-center { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
.slick-container .slick-slider .slick-slide img { margin: 0 auto; }
.slick-container .mbl.lft-arrow { position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 42px; z-index: 1; }
.slick-container .mbl.rgt-arrow { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 42px; z-index: 1; }



/* Image Gallery
----------------------------------------------------------*/
.image-gallery { }
.image-gallery .img-in-gallery { height: 400px; border-width: 24px 0 0 0; border-style: solid; border-color: #ffffff; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.image-gallery div.img-in-gallery:nth-of-type(1) { border-right-width: 12px; }
.image-gallery div.img-in-gallery:nth-of-type(2) { border-left-width: 12px; }
.image-gallery div.img-in-gallery:nth-of-type(3) { border-right-width: 12px; }
.image-gallery div.img-in-gallery:nth-of-type(4) { border-right-width: 12px; border-left-width: 12px; }
.image-gallery div.img-in-gallery:nth-of-type(5) { border-left-width: 12px; }

@media screen and (max-width: 39.9375em) {
.image-gallery .img-in-gallery { border-width: 24px 0 0 0 !important; }
}



/* News List
----------------------------------------------------------*/
.newsList { }
.newsList img { width: 100%; height: auto; }
.newsList .newsItem { display: none; }
.newsList .lftPnl { border-right: 1px solid #66686A; }
.newsList .lftPnl .topPnl { border-bottom: 1px solid #66686A; padding-right: 48px; padding-bottom: 48px; }
.newsList .lftPnl .btmPnl { padding-top: 48px; }
.newsList .rgtPnl { }
.newsList .rgtPnl .topPnl { padding-left: 48px; padding-bottom: 48px; }
.newsList .rgtPnl .btmPnl { }

@media screen and (max-width: 39.9375em) {
.newsList .lftPnl { border-right: 0 none transparent; }
.newsList .lftPnl .topPnl { padding-right: 0; padding-bottom: 48px; }
.newsList .lftPnl .btmPnl { padding-top: 48px; }
.newsList .rgtPnl { padding-top: 48px; padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid #66686A; }
.newsList .rgtPnl .topPnl { padding-left: 0; padding-bottom: 48px; }
.newsList .rgtPnl .btmPnl { }
}



/* News Detail
----------------------------------------------------------*/
.newsDetail { }
.newsDetail .articleNav a { display: inline-block; color: #404042; }
.newsDetail .articleNav a:hover img { opacity: 1; }



/* Sitemap
----------------------------------------------------------*/
.sitemap > ul { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; }
.sitemap > ul li:before { content: ""; }
.sitemap > ul li .fa-li { color: #2ba6cb; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.sitemap > ul { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
}

@media screen and (max-width: 39.9375em) {
.sitemap > ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}



/* Search Results
----------------------------------------------------------*/
.searchResults ul { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; }
.searchResults ul li .fa-li { color: #2ba6cb; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.searchResults ul { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
}

@media screen and (max-width: 39.9375em) {
.searchResults ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; }
}



/* Service List
----------------------------------------------------------*/
.serviceList { }
.serviceList .serviceItem { }
.serviceList .serviceItem section { padding-top: 100%; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; }
.serviceList .serviceItem section svg { position: absolute; top: -50px; left: -50px; right: 0; bottom: 0; background-color: transparent; stroke-width: 0; transition: left .3s,top .3s; }
.serviceList .serviceItem:hover section svg { top: 0; left: 0; }
.serviceList .serviceItem img { width: 100%; height: auto; }
.serviceList .serviceItem a { text-transform: uppercase; }
.serviceList .mbl .serviceItem section svg { top: 0; left: 0; }



/* Leadership List
----------------------------------------------------------*/
.leadership { }
.leadership .top-pnl .button { padding: 18px 28px; }
.leadership .leadershipList { display: none; }
.leadership .leadershipList .leadershipItem { }
.leadership .leadershipList .leadershipItem.active { }
.leadership .leadershipList .leadershipItem.active .button { }
.leadership .leadershipList .leadershipItem.inactive { }
.leadership .leadershipList .leadershipItem.inactive img { filter: grayscale(100%); }
.leadership .leadershipList .leadershipBio { display: none; background-color: #843A84; color: #ffffff; }
.leadership .leadershipList .leadershipBio .closeBtn { color: #ffffff; text-transform: uppercase; cursor: pointer; display: inline-block; }
.leadership .leadershipList .leadershipBio .closeBtn span { }
.leadership .leadershipList .leadershipBio .closeBtn i { color: #F08D3C; font-size: 20px; margin-right: 6px; }

@media screen and (max-width: 39.9375em) {
.leadership .top-pnl .button { width: 100%; }
}



/* Donations
----------------------------------------------------------*/
.givingOptions { }
.givingOptions > .cell:nth-child(1) { border-right: 1px solid #66686A; }
.givingOptions > .cell:nth-child(2) { }
.givingOptions > .cell:nth-child(3) { border-top: 1px solid #66686A; }
.product-category-item { }
.product-category-item img { border: 1px solid #66686A; }
.donation-amounts { }
#direct-donation-form .validate-currency { background-color: #F1F1F1; border-radius: 6px; padding: 0 16px; }
#direct-donation-form .validate-currency input { background-color: transparent; text-align: center; border-style: none; box-shadow: none; font-size: 20px; font-weight: 100; margin: 0; }
.bottomContent { background-color: #F1F1F1; }

@media screen and (max-width: 39.9375em) {
.givingOptions > .cell { border-style: none !important; }
}

#CartPnl { }
#CartPnl tbody td, #CartPnl tbody th { padding: 0 !important; }



/* Footer
----------------------------------------------------------*/
footer a { color: #404042; text-decoration: underline; }
footer .follow-us { }
footer .follow-us .social-icon { max-height: 36px; }
footer .minor-footer { background-color: #66686A; color: #ffffff; font-family: 'Effra'; font-style: normal; font-weight: 700; }
footer .minor-footer nav { color: #ffffff; font-size: 15px; }
footer .minor-footer nav a { color: #ffffff; text-decoration: none; border-bottom: 2px solid transparent; -webkit-transition: border-color .3s; -o-transition: border-color .3s; transition: border-color .3s; }
footer .minor-footer nav a:hover { border-color: #FFFFFF; }
footer .minor-footer div { font-size: 12px; }
@media screen and (min-width: 64em) and (max-width: 90em) {  /*   1024px ==> 1440px   */
footer .follow-us .social-icon { max-height: 1.75vw; }
}




/* Miscellanious Body Structures
----------------------------------------------------------*/
@media print {
.noprint { display: none; }
.printFullWidth { width: 100% !important; }
a[href]:after { content: none !important; }
}

.fa.fa-bars { color: #BA2C44; font-size: 2.5em; }
.panel { }
.fullWidth { width: 100%; }
.fullHeight { height: 100%; }
.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
.underline { text-decoration: underline; text-decoration-line: underline; text-decoration-style: solid; text-decoration-color: inherit; }
.txtLight { color: #ffffff; }
.txtDark { color: #404042; }
.errorMsgs { font-weight: 900; color: #BA2C44; }
.txtGradient { background: -webkit-gradient(linear, left top, right top, from(#784fb4), color-stop(#b21261), to(#eaa216)); background: -o-linear-gradient(left, #784fb4, #b21261, #eaa216); background: linear-gradient(to right, #784fb4, #b21261, #eaa216); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.bgGradient { background-color: #b21261; background-image: -webkit-gradient(linear, left top, right top, from(#784fb4), color-stop(#b21261), to(#eaa216) ); background-image: -o-linear-gradient(left, #784fb4, #b21261, #eaa216 ); background-image: linear-gradient(to right, #784fb4, #b21261, #eaa216 ); color: #ffffff; }
.bgGradient h2, .bgGradient h3, .bgGradient h4, .bgGradient h5, .bgGradient h6 { color: #ffffff; }
.play-button { width: 128px; height: auto; }
.uppercase { text-transform: uppercase; }
h6.title { text-transform: uppercase; font-weight: 900; }
.lft-arrow img, .rgt-arrow img { max-width: 50px; height: auto; opacity: .3; transition: opacity .3s }
.lft-arrow img:hover, .rgt-arrow img:hover { max-width: 50px; height: auto; opacity: 1; }

@media screen and (max-width: 39.9375em) {
.play-button { width: 56px; }
}

@media screen and (min-width: 40em) {
.small-padding-collapse > .cell { padding-right: 0.9375rem; padding-left: 0.9375rem; }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.medium-padding-collapse > .cell { padding-right: 0; padding-left: 0; }
}

.small-order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7; }
.small-order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8; }
.small-order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9; }
.small-order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10; }
.small-order-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11; }
.small-order-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12; }

@media print, screen and (min-width: 40em) {
.medium-order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7; }
.medium-order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8; }
.medium-order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9; }
.medium-order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10; }
.medium-order-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11; }
.medium-order-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12; }
}

@media print, screen and (min-width: 64em) {
.large-order-7 { -webkit-box-ordinal-group: 8; -webkit-order: 7; -ms-flex-order: 7; order: 7; }
.large-order-8 { -webkit-box-ordinal-group: 9; -webkit-order: 8; -ms-flex-order: 8; order: 8; }
.large-order-9 { -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9; }
.large-order-10 { -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10; }
.large-order-11 { -webkit-box-ordinal-group: 12; -webkit-order: 11; -ms-flex-order: 11; order: 11; }
.large-order-12 { -webkit-box-ordinal-group: 13; -webkit-order: 12; -ms-flex-order: 12; order: 12; }
}

#view-cart-details-table > tbody > tr:first-child { background-color: #efefef; }
.image-left img { float: left; margin: 0 24px 24px 0; }
.image-right img { float: right; margin: 0 0 24px 24px; }

@media screen and (max-width: 39.9375em) {
.image-left img, .image-right img { float: none; margin: 12px; width: 100% !important; height: auto !important; }
}

.contourPage input { margin: 0; }
.contourPage select { margin: 0; }
.contourPage label { line-height: 1.25; font-size: 1rem; color: #404042; }
.fancybox-close { margin-top: 12px; text-shadow: 1px 1px #fff; }
