/*body { font-family: "Montserrat","Segoe UI","Helvetica Neue",Arial,sans-serif !important; }*/

.font-weight-bold {
    font-weight: 700!important;
}

.wysiwyg h2 {
    font-size: 2.125rem;
}

.wysiwyg h3 {
    font-size: 1.625rem;
}

.wysiwyg hr, .wysiwyg ol, .wysiwyg p, .wysiwyg ul {
    margin-bottom: 1.65rem;
}

/* do block for learning page - content with image right and heading above both columns */

.container-2-col .item {
  padding: 3px;
}

.fa { display: inline; }

@media (max-width: 1079px) {
    .service-icon { max-width:70%; display:none; }
}

@media (min-width: 1080px) {

    .service-icon-button {
        display: flex;
    }
    
    .service-icon {
        width: 37%;
        height: auto;
        align-self: flex-start;
        margin-left: -20px;
    }
    
    .service-icon-text {
        flex: 1;
        padding-left: 6px;
    }
}

@media (min-width: 1080px) {
    .container-2-col {
      columns: 2;
    }
    .container-2-col .item {
      display: inline-block;
      padding: 5px;
    }
}

/*a { color: #96294a; }
a:hover { color: #96294a; }*/

.light-text { color: #9d9a9b; }
::selection{background:#333;color:#fff;text-shadow:none;}


p strong { font-weight: 700; }

.award-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.award-col-left {
    padding-right: 20px;
    flex-basis: 13%;
}

.no-photo .lv-hero-item { background: #afabab; }
.no-photo .lv-hero-item.is-tinted:before { background: none !important; }

.bg-purple { background-color: #000024 !important; }

.bg-green { background-color: #30cba4 !important; }
.bg-green-transparent { background-color: rgb(48 203 164 / 71%) !important; }
.bg-lighter { background-color: rgb(255 255 255 / 15%) !important; }
.bg-light-grey-blue { background-color: #d0d4db !important; } 
.bg-light-grey { background-color: #eee !important; } 
.bg-dark p, .bg-dark h2, .bg-dark h3, .bg-dark li, .bg-dark h4, .bg-dark strong { color: #fff; }
.link-box { display: block; height: 100%; }
.link-box.bg-green h2, .link-box.bg-green p, .link-box.bg-green,
.link-box.bg-light-grey-blue h2, .link-box.bg-light-grey-blue p, .link-box.bg-light-grey-blue
{ color: #000024 !important; }
.link-box.bg-green:hover { background-color: #23d5a8 !important; }
.link-box-bg-image { min-height: 15rem; position: relative; background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}
.link-box-bg-image-title { padding: 1rem 1.5rem; background: rgba(0,0,25,0.6); position: absolute; bottom: 0; width: 100%; margin: 0; color: #fff; }

.award-col-right h3 { margin-bottom: 1rem; }

.header-search-container {
    display: none;
    position: fixed;
    background: rgb(158 214 198 / 94%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}
.header-search-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    color: #fff;
    font-size: 2em;
    line-height: 100%;
    padding: 10px;
    border: 0;
}
.header-search-form {
    position: absolute;
    top: 70px;
    right: 20px;
    max-width: 400px;
    text-align: right;
}

.header-search-form input {
    vertical-align: bottom;
    display: inline-block;
    font-size: 1.3em;
    width: 70%;
    border: 0;
}
.header-search-form button {
    vertical-align: bottom;
    display: inline-block;
    font-size: 1.3em;
    border: 0;
    background: #90865f;
    color: #fff;
    width: 4rem;
    min-width: 4rem;
}
.header-search-form button:hover {
    background: #a39768;
    color: #fff;
}

.lv-off-canvas .search-form .form-control {
    max-width: 180px;
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 15px;
    width: auto;
    background: rgba(0,0,0,0.1);
}

.lv-off-canvas .search-form .btn {
    background: rgba(0,0,0,0.2);
    padding: 6px 10px;
    font-size: 1.3em;
    color: rgba(255,255,255,0.6);
    border: none;
    display: inline-flex;
    justify-content: center;
    height: 45px;
    margin-top: -2px;
    min-width: 52px;
}

.lv-off-canvas .search-form ::-webkit-input-placeholder {  color: rgba(255,255,255,0.6);}
.lv-off-canvas .search-form :-moz-placeholder { /* Firefox 18- */   color: rgba(255,255,255,0.6); }
.lv-off-canvas .search-form ::-moz-placeholder {  /* Firefox 19+ */   color: rgba(255,255,255,0.6); }
.lv-off-canvas .search-form :-ms-input-placeholder {     color: rgba(255,255,255,0.6);  }

.background-blue .link-button a, .background-blue a .link-button {
    background: #09799d !important;
    color: #fff !important;
}

.background-blue .link-button a:hover, .background-blue a:hover .link-button {
    background: #086c8d !important;
}

.lv-hamburger:hover .lv-hamburger-bottom, .lv-hamburger:hover .lv-hamburger-middle, .lv-hamburger:hover .lv-hamburger-top {
    background: #fff;
}

@media (max-width: 1404px) {
    .has-open-menu .lv-hamburger-middle {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.5)!important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        z-index: 1;
        cursor: not-allowed;
    }
}

.lv-hero.is-taller {
    height: 80vh;
}

.lv-hero-item {
    height: 100%;
}

.cta-button {
    position: relative;
    background: #00a1d5;
    color: #222 !important;
    display: block;
    padding: 1rem;
    /*margin-bottom: 2rem;*/
}

.cta-button h4 {
    color: #222 !important;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.cta-button .fa {
    color: #222 !important;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.cta-button p {
    margin:0;
    padding:0;
    line-height: 1rem;
}

.cta-button:hover, .cta-button:active, .cta-button:visited {
    color: #222 !important;
}

.cta-button .fa {
    position: absolute;
    right: 0.7rem;
        bottom: 0.7rem;
}

@media (min-width: 992px) {
    .cta-button .fa {
        position: absolute;
        right: 0.7rem;
        bottom: 0.7rem;
    }
}



.global-footer-body a, .global-footer-body p {
    color: #fff;
}


.light-text h4, .light-text p, .light-text a { color: #fff !important; } 

.global-footer-body .social-media .linkedin, .global-footer-body .social-media .facebook {
    background: #fff;
    color: #9dd6c7;
}

.social-media .fa {
    color: #9dd6c7;
}


.content-cta-col {
    padding: 1.6rem !important;
    color: #fff !important;
}
.content-cta-col p {
   color: #fff !important;
}

.content-cta-left-col {
    background: #90865f;
}

.content-cta-left-col p {
    margin: 0; padding: 0;
}

.content-cta-right-col {
    background: #9ed6c6;
}
.content-cta-col a { font-weight: 700; color: #fff !important; }
.content-cta-col a .fa{ color: #fff !important; font-size: 1.5rem; }

.is-minimal .lv-hero-item-caption {
    padding: 1rem 0 1.5625rem 0;
}

@media (max-width: 1509.98px) {
    .img-left img, .img-right img {
        width: 100%;
        max-width: 480px!important;
    }
}

@media (min-width: 640px) {
    .img-right {
        float: right;
        margin: 0 0 1.875rem 3.125rem;
    }
    .img-left {
        float: left;
        margin: 0  3.125rem 1.875rem 0;
    }
}

@media (max-width: 1250px) {
    .img-left img, .img-right img {
        max-width: 380px!important;
    }
}

@media (max-width: 900px) {
    .img-left img, .img-right img {
        max-width: 280px!important;
    }
}

@media (max-width: 639.98px) {
    .img-left img, .img-right img {
        width: 100%;
        max-width: 100%!important;
    }
}

.lh-2 { line-height: 1.9rem; }

.umbraco-forms-submitmessage { 
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    display: block; width: 100%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.background-blue {
    background: #14b7ec;
}

.background-blue .wysiwyg p, .background-blue .wysiwyg h2, .background-blue .wysiwyg h3, .background-blue .wysiwyg h4, .background-blue .wysiwyg li, .background-blue .wysiwyg a{
    color: #222;
}

.lv-breadcrumb-wrapper .breadcrumb-item {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}
.lv-breadcrumb-wrapper .breadcrumb-item .fa { top: auto; }

.btn .fa-angle-right { margin-left: 20px; }

.lv-nav .dropdown, .lv-nav .dropdown .dropdown { background: rgb(0 0 0 / 59%); background: rgb(255 255 255 / 94%); }
/*.headroom--not-top .lv-nav .dropdown, .headroom--not-top .lv-nav .dropdown .dropdown { background:rgb(46 46 46 / 80%); background: #1c1c1e; }*/
.lv-nav .dropdown li a { padding: 0.925rem 1.35rem; }

.lv-nav .dropdown li a { color: #fff; color: #000024; font-weight: 700; }

.lv-nav>ul>li.has-dropdown:hover>a, .lv-nav>ul>li:hover>a {
    background: rgb(65 65 71 / 78%);
    background: rgb(255 255 255 / 73%);
    color: #000024;
}

.page-link { color: #222; }
.page-item.active .page-link {
    background-color: #908760;
    border-color: #908760;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .display-1 {
    font-weight: 800;
}

.wysiwyg, body {
    color: #000024;
}

.lv-hero-item.is-minimal .lv-breadcrumb-wrapper .breadcrumb-item {
    font-weight: 700;
    color: #fff;
}

.text-larger p { font-size: 1.2rem; }
.text-larger h2 { font-size: 1.9rem; }

.section-cta-light.has-image-bg.is-tinted:before, .section-cta-light[style~=background-image].is-tinted:before {
    background-color: rgb(255 255 255 / 69%);
}

.lv-nav>ul>li>a {
    font-weight: 600;
	text-transform: none;
	font-size: 16px;
}

.lead, p.lead {
    font-size: 1.2rem;
    font-weight: 500;
}

.link-button a, a .link-button {
    clear: both;
    background: #000024;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	min-width: 300px;
}
.link-button a:hover, a:hover .link-button {
    background: #020245;
}

.global-header-body .container {
    max-width: 100%!important;
}

.container-full-width {
    max-width: 100%!important;
}

.wysiwyg .lead, .wysiwyg p.lead {
    margin-bottom: 1.5rem;
}
.wysiwyg li > p.lead { margin-bottom: 0.5rem }


    .customer-reviews { margin-top: 3rem; }
    .customer-review { /*border-bottom: 1px solid #eee;*/ padding: 1rem 1.2rem 0.3rem 1.2rem; background: #eee; width: 100%; margin-bottom: 15px; }
    .customer-review { font-size: 0.9rem; }
    .customer-review p { font-size: 0.8rem; }
    .customer-review:first-child { /*border-top: 1px solid #eee;*/}
    .review-row { padding-bottom: 0.5rem; }
    .review-source-icon, .date-icon, .person-icon { color: #ccc; }
    
    @media (min-width: 768px) {
    .customer-review { width: 49%; }
    }
    @media (min-width: 1024px) {
    .customer-review { width: 32%; }
    }

.h5, h5 {
    font-size: 1.325rem;
}

.global-footer-bottom .col-md-9 a:hover { color: #fff; }



.card:not(.is-flat) {
    background: #323149;
}

.footer-address-container h3 { color: #fff; font-size: 1.3rem; }

.card .btn,
 .show>.btn-primary.dropdown-toggle{ background-color: #444545; border-color: #444545; }
.card .btn:hover { background-color: #444545; border-color: #444545; }

.side-nav a { text-transform: none; font-weight: bold; }
/*.side-nav li>a {
    background: rgba(0,0,0,0.56); padding: 1.725rem 2.8125rem 1.425rem 1.85rem;
}
.side-nav a:hover {
    opacity: 1;
    background: #333;
}

.side-nav li>a { color: #fff; text-transform: none; font-weight: bold; margin-bottom: 3px; background: #222;}
.side-nav .active>a { background: #096872; }
.side-nav li { border-top: 2px solid #fff; }
.side-nav>ul { border-bottom: 2px solid #fff; }
.side-nav a:after { right: 1.2rem !important; top: 1.5rem; }
.side-nav li, .side-nav>ul { border: none;}*/



.text-primary { color: #ea2b4f  !important; }

.lv-hero-item-caption-top .side-nav li>a:hover { 
	background: rgb(142 107 64 / 65%); opacity: 1;
}
.lv-hero-item-caption-top .side-nav .active>a { background: #1d652a; }
.lv-hero-item-caption-top .side-nav li { margin-bottom: 6px; margin-top: 3px;  }


.wysiwyg a { color: #eb304d; font-weight: bold; }
.wysiwyg a:hover { color: #eb304d; }

.global-footer-body a:hover { color: #fff; }

.global-footer-bottom .author-logo, .global-footer-bottom { font-size: 0.9rem; color: #b38c9b; font-weight: 500;}
.global-footer-bottom .author-logo .text {
    opacity: 0.6;
    font-weight: 500;
}

.has-image-bg.is-tinted:before, .section[style~=background-image].is-tinted:before {
    background-color: rgb(255 255 255 / 50%);	
}

.home-cta-lower.has-image-bg.is-tinted:before, .section[style~=background-image].is-tinted:before {
    background-color: rgb(50 50 50 / 80%);	
}

.section-cta h2, .section-cta h3, .section-cta p, .section-cta a,
.section-cta2 h2, .section-cta2 h3, .section-cta2 p, .section-cta li, .section-cta2 a{ color: #fff !important; }
.section-cta li  { margin-bottom: 5px !important; }

.section-cta-dark .link-button a, .section-cta-dark a .link-button { background-color: #fff; color: #222 !important; display: inline-block; text-transform: uppercase; margin-top: 0.8rem; margin-bottom: 0; }
.section-cta-dark .link-button a:hover, .section-cta-dark a:hover .link-button { background-color: #fff !important; color: #222 !important; }

.section-cta .wysiwyg h2 {
    font-size: 2rem;
}

.link-button a, a .link-button {
    padding: 14px 57px 14px 14px;
    /*padding: 24px 57px 24px 24px;*/
    /*font-size: 1.1rem;*/
}

.link-button a:after, a .link-button:after {
    /*top: 28px;
    right: 19px;*/
    /*font-size: 1.4rem;*/
}

.home-services-section p { font-size: 1.1rem;  }

.lv-page-loader-spinner .half-circle { 
border: .2em solid #1292a0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-animation: half-rotate 1333ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: half-rotate 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

.text-light.wysiwyg p, .text-light.wysiwyg h3, .text-light.wysiwyg h2, .text-light.wysiwyg li  {
    color: #fff!important;
}

.lv-breadcrumb-wrapper .breadcrumb-item { text-transform: none; margin-top: 14px; margin-bottom: -10px; }

.section-cta-light h2, .section-cta-light h3, .section-cta-light p, .section-cta-light li, .section-cta-light a:not(.btn), .section-cta-light a:not(.link-button) { color: #000024 !important; }
.section-cta-light .link-button a { color: #fff !important; }
.section-cta-dark .bg-fill { background: rgb(26 23 49 / 70%); }
.section-cta-dark .bg-fill-left { right: 0; background: #90865f; }
.section-cta-dark .bg-fill-right { left: 0; background: #9ed6c6; }
.home-cta { background: #b5395f; color: #fff !important; }

@media (max-width: 767.98px) {
    .section-cta-dark .bg-fill-right { top:0; }
    .section-cta-dark .bg-fill-left { top: 0; }
}

.section-cta .btn-primary, .section-cta .btn-primary.disabled, .section-cta .btn-primary:disabled {
    font-weight: bold;
    color: #000024 !important;
    background-color: #fff;
    border-color: #fff;
}
/*.section-cta .btn-primary:hover {
    color: #000024 !important;
    background-color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.9);
}
.section-cta .btn-primary:not(:disabled):not(.disabled).active, .section-cta .btn-primary:not(:disabled):not(.disabled):active, .section-cta .show>.btn-primary.dropdown-toggle {
    color: #000024 !important;
    background-color: #fff;
    border-color: #fff;
}*/

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    font-weight: bold;
    background-color: #13a1b0;
    border-color: #13a1b0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #13a1b0;
    border-color: #13a1b0;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.section-cta-dark .btn-primary, .section-cta-dark .btn-primary.disabled, .section-cta-dark .btn-primary:disabled,
.lv-hero-item-caption-top .btn-primary, .lv-hero-item-caption-top .btn-primary.disabled, .lv-hero-item-caption-top .btn-primary:disabled{
    font-weight: bold;
    background-color: #fff; 
    border-color: #fff; 
	color: #222 !important;
}
.section-cta-dark .btn-primary-2, .section-cta-dark .btn-primary-2.disabled, .section-cta-dark .btn-primary-2:disabled,
.lv-hero-item-caption-top .btn-primary-2, .lv-hero-item-caption-top .btn-primary-2.disabled, .lv-hero-item-caption-top .btn-primary-2:disabled{
    font-weight: bold;
    background-color: #ea2b4f; 
    border-color: #ea2b4f; 
	color: #fff !important;
}

.btn-primary-2:not(:disabled):not(.disabled).active, .btn-primary-2:not(:disabled):not(.disabled):active, .show>.btn-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #ea2b4f;
    border-color: #ea2b4f;
}

.card .btn, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    background-color: #eb344c;
    border-color: #eb344c;
}

.card .btn-primary:hover, .card .btn-primary:active {
    background-color: #eb344c !important;
    border-color: #eb344c !important;
    color: #fff !important;
}

.section-cta-dark .card .btn, .section-cta-dark .btn-primary:not(:disabled):not(.disabled).active, .section-cta-dark .btn-primary:not(:disabled):not(.disabled):active, .section-cta-dark .show>.btn-primary.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
}

.card-body, .card-body a , .card-body p, .card-body h3  {
    color: #fff; !important
}
.card time {
    color: rgb(255 255 255 / 48%);
}

.is-home .lv-hero-item-caption .h1 { font-size: 3rem; }

.text-dark {
    color: #222!important;
}

.lv-hamburger { margin-top: 13px; }
.headroom--not-top .lv-hamburger { margin-top: auto; }

@media (max-width: 767.98px) {
	.global-header .logo img { margin-top: 45px; max-height: 60px; }
	
	.headroom--not-top .global-header .logo img {
		max-height: 2rem; margin-top: 0;
	}
	
	.card-title.h4 { font-size: 24px; }
	
	.home-services-section .btn-tile { margin-top: 10px; margin-bottom: 10px; }
	.home-services-section .h2 { font-size: 28px; }
	
	.is-short.is-minimal.large-breadcrumb .lv-breadcrumb-wrapper .breadcrumb-item {
		font-size: 2.125rem!important;
		font-weight: 700;
	}
	.is-short.is-minimal .lv-breadcrumb-wrapper .breadcrumb-item {
        font-size: 0.9375rem!important;
        font-weight: 700;
    }
	
	.display-1 {
		font-size: 33px;
	}
	
	.h1 { font-size: 33px; }
	
	ol, p, td, ul {
		font-size: 1rem;
	}
	
	
	.is-home .lv-hero-item-caption .h1 { font-size: calc(3rem - 64%); }
	.h5, h5 { font-size: calc(1.325rem - 15%); font-size: 1.325rem; }
}


@media (min-width: 375px) {
    .lv-off-canvas {
        width: 280px;
    }
}

@media (max-width: 500px) {
	.global-header .logo img { margin-top: 35px; max-height: 48px; }
}

@media (max-width: 400px) {
	.global-header .logo img { margin-top: 35px; max-height: 48px; }
}

@media (max-width: 700px) {
	/*.theme-home .lv-hero-item-caption .lv-hero-item-caption-top { padding-top: 10rem; }*/
	.global-header-top a { margin-right: 0; margin-left: 9px; }
	.global-header-top { z-index: 2; }
	
	.header-phone , .header-phone .fa { font-size: 1rem; }
}

@media (max-width: 767.98px) {
    .side-nav a:after {
        right: 1.25rem !important;
    }
}


.section-cta2 { position: relative; background-color: #302f2f;  }

.section-half-background {
    width: 48%;
    position: absolute;
    left: 0px;
    height: 100%;
}


@media (max-width: 767.98px) {
	.section-half-background { position: relative; height: 250px; width: 100%; }
}


.staff-image { display: none; }
@media (min-width: 768px) {
	.staff-image { display: block; }
	.staff-image-mobile { display: none; }
	
.headroom--not-top .lv-hamburger { margin-top: 64px; }
}

.global-footer-bottom a {
    color: #fff;
}


.opacity-50 {
    opacity: 0.5;
}


/*@media (max-width: 1399.98px) {
	.global-navigation {
		display: none!important;
	}
}*/
@media (min-width: 1400px) {
	.logo { margin-top: -60px; }
	.headroom--not-top .logo { margin-top: auto !important; }
	.global-navigation { top: -3.25rem; }
}

/*.global-header-hamburger {
	display: block !important;
}*/

@media (min-width: 1400px) {
	.global-header-hamburger {
		display: none!important;
	}
}

.headroom--not-top .global-header .global-header-body {
    /*background: #72bfcc;*/
	background: rgba(9,9,9,0.83);
}

.global-footer-body {
    background: #191536;
    background-image: url(/images/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.home-services-section {
    background: #369847;
	color: #fff !important;
}

.services-feature-link { height: 300px; position: relative; padding: 25px; }
a .services-feature-link { color: #fff; }

.global-footer-bottom {
    background: #0c0c2f;
}

.is-short .lv-hero-item-caption { background: rgb(0 0 0 / 53%); }

.overlay {
    background: rgba(0,0,0,0.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a:hover .services-feature-link  .overlay {
    background: rgba(0,0,0,0.35);
}

.bg-transition  {
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    -ms-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}


.btn-relative { position: relative !important; margin: 0 auto; }

.global-header-top { font-weight: 500; background: rgba(2,2,2,0.43); font-size: 15px; }
.global-header-top a:hover { color: #fff; }

.lv-off-canvas, .lv-off-canvas .dropdown { background: #30cba4; }
.lv-off-canvas .social-media a .fa { color: #30cba4; }
.lv-off-canvas .social-media a { background: #fff; }
.lv-off-canvas a { color: #fff; font-weight: 600; }
.lv-off-canvas .dropdown:before {
    padding: 26px 20px 15px 20px;
	background: #1d8db1;
}

.lv-off-canvas .dropdown:before {
    content: attr(data-parent);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 26px 20px 15px 40px;
    /*background: #ad3157 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAACiUlEQVR4nO3cT2oUQRSA8S8iIh4gRxCPIIIwIrhR8Aziwi7EY7jxAtVkYXCZXSK4cWXAE4grjyDiUtzFhWnIOCZM91Cv3r9vOfTA40d1MV0DvXfGGVn7rvUeIEoJLVRCC5XQQiW0UAktVEILldBCJbRQCS3U9d4DtK4MZR94B9wD3gMv6lh/Sc+x5/ms4xz5FLhz4eNPwGNpbLdbxyXIACvgQxnKLcl5XEJfgTy1QhjbHfQWyFMroDYf6DxX0DOQp540HGctN9ALkAE+NxpnIxfQC5G/AM/aTLSZeegdkB/Wsf5sM9VmpqF3RP7RZqr/ZxbaEjIYhbaGDAahLSKDsbOOhchfgQc9kcHQiraMDEagrSODAWgPyKAc2gsyKIb2hAxKob0hg0Joj8igDNorMiiC9owMSqC9I4MC6AjI0Bk6CjJ0hI6EDJ2goyFDB+iIyCAMHRUZBKEjI4MQdHRkkFvRhwRGBjnouzOvf+UJGeSgj2def1SGMucOUJ8U9Evg44zr94FTT9gi0HWsv4GnBMYW+3kXHVv0gSUytvgjeFTsLodKEbG7HZNGw+568B8Ju/tfWVGwu0NDDGwV0OAfWw00+MZWBQ1+sdVBg09sldDgD1stNPjCVg0NfrDVQ4MPbBPQYB/bDDTYxjYFDXaxzUGDTWyT0GAP2yw02MI29XaDyypDuQmcAI9mfO07cL+O9VubqdYzvaKndljZh20m2swFNCzGvt1onI3cQMMi7IOG46zlYo/+ty337Ld1rM+FRvK1oqe2WNmiyOAUGq7EFkcGp1vHxcpQbgCv+ftG9JM61jc95nAPrSW3W4e2ElqohBYqoYVKaKESWqiEFiqhhUpooRJaqIQW6g/MUoF549GZugAAAABJRU5ErkJggg==) no-repeat 15px 27px;*/
    background: #2bb592 url(/images/arrow-transparent.png) no-repeat 15px 27px;
    background-size: 18px;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    z-index: 1000;
	color: #fff;
	font-weight: 600;
}

.lv-off-canvas a:hover { color: #fff; }

.lv-off-canvas ul li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-left: 20px;
}
.lv-off-canvas ul .has-dropdown>a>.submenu-arrow { color: #fff; }

.global-footer-body .logo img { max-width: 160px; width: 100%; }

.grey-bg { padding: 1.5rem 1.5rem 0.5rem 1.5rem; background: #eee; margin-bottom: 2rem; }
.grey-bg h3 { border-bottom: 1px solid #ddd; padding-bottom: 1rem; color: #222; }

.side-nav li {
    border-top: 1px solid rgb(209 209 209 / 33%);
}
.side-nav>ul {
    border-bottom: 1px solid rgb(209 209 209 / 33%);
}

@media (min-width: 768px) {
    
.global-footer-body .logo img { max-width: 260px; }
	.global-header .logo img { width: 350px; }
	/*.global-header .logo img { width: 26rem; }*/
	
	.headroom--not-top .global-header .global-header-body .logo img { width: auto; max-height: 54px; }
	
	/*.headroom--top .global-header .logo { margin-top: -34px; }*/
	
	.global-header .logo { margin-top: -34px; }
	.headroom--not-top .global-header .logo { margin-top: auto; }
	
	.global-header-hamburger { margin-top: -70px; }
}

.home-cta-left-column .wysiwyg p + h2 { margin-top: 3rem; }
.home-cta-left-column .wysiwyg p, .lv-hero-item-caption-container p { font-size: 1.2rem; }

@media (min-width: 1024px) {
	.home-cta-left-column { padding-right: 4rem; }
	.home-cta-right-column { padding-left: 4rem; }
}

@media (min-width: 900px) {
	
	.lv-hero-item-caption-left-column { padding-right: 6rem; }
	.global-header .logo img { width: 360px; }
}

/*@media (max-width: 767.98px) {
	p.lead { font-size: 1.6875rem; font-size: 20px; }
}*/

@media (min-width: 1670px) {
	.global-header-body .lv-nav .dropdown .dropdown {
		top: 0;
		left: 280px;
		z-index: 400;
	}
}

/*@media (min-width: 375px) {
	.lv-off-canvas {
		width: 360px;
	}
}*/


.alert-button {
	display: block;
	padding: 1rem;
	color: #fff;
	background-color: #5a594a;
	font-weight: bold;
	font-size: 17px;
	position: relative;
}

.alert-button:hover {
	color: #fff;
}

.alert-button:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 1rem;
}

/*@media (min-width: 792px) {
	.global-header .logo img { max-height: 2.5rem; }
}*/

.social-media a { border-radius: 100%; }
@media (max-width: 792px) {
	.social-media a { width: 2.5rem; min-width: 2.5rem; height: 2.5rem; font-size: 1.3rem !important;}
}

.lv-hero-item.is-tinted:before { 
	opacity: 0.25;
	opacity: 1;
	background: rgba(0,0,0,0.5);
	
	background: -webkit-gradient(linear,left top, left bottom,color-stop(10%, rgba(0 ,0 ,0 ,0.35)),color-stop(40%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top,rgba(0 ,0 ,0 ,0.35) 10%,rgba(0,0,0,0) 40%);
    background: linear-gradient(to bottom,rgba(0 ,0 ,0 ,0.65) 10%,rgba(0,0,0,0) 40%);
}

.is-home .lv-hero-item.is-tinted:before { 
	opacity: 0.25;
	opacity: 1;
	background: rgba(0,0,0,0.5);
	
	background: -webkit-gradient(linear,left top, left bottom,color-stop(20%, rgba(0 ,0 ,0 ,0.55)),color-stop(40%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top,rgba(0 ,0 ,0 ,0.55) 20%,rgba(0,0,0,0) 40%);
    background: linear-gradient(to bottom,rgba(0 ,0 ,0 ,0.55) 20%,rgba(0,0,0,0) 40%);
}

/*.lv-hero-item.is-tinted:after {
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: .42;
    z-index: 1;

    
    
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.17970938375350143) 0%, rgba(0,0,0,0) 31%);
    background: red;
}*/

.theme-home .lv-hero-item-caption { z-index: 100; }
.theme-home .lv-hero-item-caption .lv-hero-item-caption-top { 
    /*background: rgb(0 0 0 / 53%); */
    color: inherit; 
    color: #fff; 
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.14); 
}

.theme-home .lv-hero-item-caption .lv-hero-item-caption-top p,
.theme-home .lv-hero-item-caption .lv-hero-item-caption-top .lead {
    color: #fff;
}

/*@media (min-width: 800px) {*/
    .theme-home .lv-hero-item.is-tinted:after {
    	content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 51%);
        opacity: 1;
        z-index: 1;
    }
/*}*/

@media (min-width: 992px) {
    .is-home .lv-hero-item-caption {
        padding: 47.5rem 0 0 0;
    }
}

/*.side-nav a, body, .btn-accordion { color: #222; }*/
.text-body {
    color: #474c47!important;
}
.wysiwyg p.lead, p.lead, .sidebox, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    color: #222;
}
.section-is-tinted:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    opacity: .42;
    z-index: 1;
}
.no-tint .section-is-tinted:before {
	content: none;
}

@media (min-width: 992px) {
	/*.global-footer-body  .container  .row  .col-lg-1 { 
		flex: 0 0 13.3333333333%;
    	max-width: 13.3333333333%;
	}
	.global-footer-body  .container  .row  .footer-address-container { 
		flex: 0 0 30.8333333333%;
    	max-width: 30.8333333333%;
	}*/
}

@media (min-width: 1230px) {
	.spec-col-condense { justify-content: unset; }
	.card { font-size: 0.95rem; }
}

@media (max-width: 767.98px) {
    .side-nav li>a {
        padding-left: 1rem !important;
    }
}


.lv-hero-nav ul li { border: none; }

.lv-hero-item-caption-top .side-nav li>a { 
	background: #90865f;
	color: #fff; text-transform: none; font-weight: bold; 
    height: 100%;
	padding: 1.425rem 2.8125rem 1.425rem 2rem !important;
	padding: 1.125rem 2.5125rem 1.125rem 1.8rem !important;
}
.lv-hero-nav ul {
    border: none;
}

.lv-hero-wrapper-v2 .lv-hero { height: 70vh; }


    .lv-hero-wrapper-v2 { height: 80vh; }

@media (min-width: 767px) {
    .lv-hero-wrapper-v2 { height: 100vh; }
    
}
    .lv-hero-wrapper-v2 .lv-hero { height: 100%; }
    .lv-hero-wrapper-v2 .lv-hero-item-caption { position: absolute; bottom: 0; }
    .lv-hero-item-caption-top .side-nav li>a { background: rgb(142 107 64 / 57%); }
    
    /*.lv-hero-nav ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
    }*/
  



@media (min-width: 1090px) {
    
    
    .lv-hero-item-caption-top .side-nav a:after { right: 1.25rem !important; top: 1.425rem !important; }
    
    .lv-hero-nav ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
        border: none;
    }
    
    
    .lv-hero-item-caption-top .side-nav li:nth-child(odd) { 
    	margin-right: 5px;
    }
    
    .lv-hero-item-caption-top .side-nav li:nth-child(even) { 
    	margin-left: 5px;
    }
    
}

@media (min-width: 768px) {
    .no-photo.lv-hero.is-minimal {
        height: 20.375rem;
    }
}


@media (min-width: 992px) {
    .no-photo.lv-hero.is-minimal {
        height: 20.375rem;
    }
}

@media (min-width: 1230px) {
    .lv-hero.is-minimal {
        height: 32.375rem;
    }
    .no-photo.lv-hero.is-minimal {
        height: 20.375rem;
    }
}