/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

    a:focus {
        outline: none !important;
        text-decoration: none !important;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[dimerageled],
    html input[dimerageled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    /*max-width: 1600px;*/
    max-width: 1170px;
}

.main section .container {
    max-width: 1170px;
}

.button-mst {
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

    .button-mst.white {
        background-color: #fff;
        color: #0A0909;
    }

        .button-mst.white:hover {
            background-color: #62A845;
            color: #fff;
        }

        .button-mst.white.hover-black:hover {
            background-color: #0A0909;
            color: #fff;
        }

    .button-mst.blue-border {
        border: 3px solid #005587;
        color: #005587;
        background: #fff;
    }

        .button-mst.blue-border:hover {
            background-color: #005587;
            color: #fff;
        }

    .button-mst.gray-border {
        border: 3px solid #C0C0C0;
        color: #C0C0C0;
    }

        .button-mst.gray-border:hover {
            background-color: #C0C0C0;
            color: #0A0909;
        }

    .button-mst.blue {
        background-color: #005587;
        color: #fff !important;
        border: 3px solid transparent;
    }

        .button-mst.blue:hover {
            background-color: #fff;
            color: #005587 !important;
            border: 3px solid #005587;
        }

div {
    box-sizing: border-box;
}

body {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1,
h2.korolev {
    font-family: "KorolevCondensed-Bold", sans-serif;
}
/*h3,
h4,
h5,
h6 {
    font-family: "KorolevCondensed-Bold", sans-serif;
}
*/
.hero-section {
    margin: 0 0 50px;
    padding: 60px 15px 0;
    position: relative;
    z-index: 1;
}

    .hero-section .bg-image {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

        .hero-section .bg-image img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
        }

    .hero-section .intro {
        color: #fff;
        margin: auto 0;
        padding: 0 15px;
        width: 50%;
    }

@media (max-width: 1280px) {
    .hero-section .intro {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .hero-section .intro {
        width: 100%;
    }
}

.hero-section .intro h1 {
    font-size: 50px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.hero-section .intro p {
    font-size: 20px;
    font-weight: 700;
}

.hero-section .white-box {
    background-color: #fff;
    border: 5px solid #62A845;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: -60px;
    width: 50%;
}

@media (max-width: 1280px) {
    .hero-section .white-box {
        width: 60%;
    }
}

@media (max-width: 992px) {
    .hero-section .white-box {
        margin: 40px 0 -60px;
        width: 100%;
    }
}

.hero-section .white-box .box-top {
    padding: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-section .white-box .box-top {
        padding: 30px 20px;
    }
}

.hero-section .white-box .box-top h2 {
    color: #005587;
    font-size: 40px;
    margin: 0 0 5px;
}

.hero-section .white-box .box-top h3 {
    color: #62A845;
    letter-spacing: normal;
	font-size: 22px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.hero-section .white-box .box-top ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 30px 0 0;
    padding: 0;
}

@media (max-width: 768px) {
    .hero-section .white-box .box-top ul {
        margin: 0 -15px;
    }
}

.hero-section .white-box .box-top ul li {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.33%;
}

@media (max-width: 1200px) {
    .hero-section .white-box .box-top ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .hero-section .white-box .box-top ul li {
        font-size: 16px;
        width: 50%;
    }
}

@media (max-width: 350px) {
    .hero-section .white-box .box-top ul li {
        width: 100%;
    }
}

.hero-section .white-box .box-top ul li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #0A0909;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 10px;
    width: 170px;
}

    .hero-section .white-box .box-top ul li a:hover {
        color: #fff;
    }

    .hero-section .white-box .box-top ul li a:focus {
        outline: none;
    }

/* middle box */

.box-middle {
	position:relative;
	text-align:center;
	background: #61a644;
	background-image: url('https://www.resapower.com/wp-content/uploads/renewables-main-med.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	padding: 30px;
}

.box-middle:before {
	position: absolute;
	z-index: 0;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #61a644;
	opacity: 0.85;
}

.box-middle h3 {
	position:relative;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #fff;
	z-index: 1;
}

.box-middle a {
	position:relative;
	background: #fff;
	border: 3px solid #fff;
	width: 33.33%;
	padding: 10px;
	color: #005587;
	z-index: 1;
}

.box-middle a:hover {
	background: #005587;
	border: 3px solid #005587;
	color: #fff;
}

@media only screen and (max-width: 768px) {
    .box-middle a {
        width: 50%;
    }
}

.hero-section .white-box .box-bottom, .hero-section .white-box .box-bottom-slider {
    border-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.box-bottom-slider p {
	font-size: 22px !important;
}

.box-bottom-slider img {
	width: 100px !important;
	margin: 15px 0 0;
}

@media (max-width: 768px) {
    .hero-section .white-box .box-bottom, .hero-section .white-box .box-bottom-slider {
        padding: 30px 15px 15px;
    }
    .box-bottom-slider img {
        width: 160px !important;
    }
}

.hero-section .white-box .box-bottom, .hero-section .white-box .box-bottom-slider .box-bottom__items {
    width: 33.3333%;
    float: left;
}

@media (max-width: 599px) {
    .hero-section .white-box .box-bottom, .hero-section .white-box .box-bottom-slider .box-bottom__items {
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 435px) {
    .hero-section .white-box .box-bottom, .hero-section .white-box .box-bottom-slider .box-bottom__items {
        width: 100%;
    }
}

.hero-section .cta-browse-all {
    width: 100% !important;
}

@media (max-width: 768px) {
    .hero-section .cta-browse-all {
        width: 50% !important;
    }
}

@media (max-width: 350px) {
    .hero-section .cta-browse-all {
        width: 100% !important;
    }
}

.cta-bottom-wrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.hero-section .white-box .box-bottom:before {
    background-image: url("/content/images/home/thunder.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: -1;
}

.hero-section .white-box .box-bottom-white-slider:before {
    /* background-image: url("/content/images/home/thunder.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;*/
    bottom: 0;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: -1;
}

@media (max-width: 768px) {
    .hero-section .white-box .box-bottom:before {
        content: none;
    }
}

@media (max-width: 768px) {
    .hero-section .white-box .box-bottom .cta-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 15px 0;
        width: 100%;
    }
}

.hero-section .white-box .box-bottom .cta-wrap .icon-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 20px;
}

    .hero-section .white-box .box-bottom .cta-wrap .icon-row .icon {
        /* width: 75px;*/
        width: 60px;
    }

        .hero-section .white-box .box-bottom .cta-wrap .icon-row .icon img {
            width: 100%;
        }

    .hero-section .white-box .box-bottom .cta-wrap .icon-row .title {
        color: #005587;
        font-size: 18px;
        font-weight: 700;
        padding-left: 10px;
        width: calc(100% - 75px);
    }

        .hero-section .white-box .box-bottom .cta-wrap .icon-row .title strong {
            display: block;
            /*font-size: 28px;*/
            font-size: 22px;
        }

@media (max-width: 768px) {
    .hero-section .white-box .box-bottom .cta-wrap .icon-row .title strong {
        font-size: 30px;
    }
}

.hero-section .white-box .box-bottom .cta-wrap .button-mst {
    font-size: 24px;
    max-width: 100%;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .hero-section .white-box .box-bottom .cta-wrap .button-mst {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-resa-map .section-title {
        white-space: break-spaces !important;
    }

    .hero-section .white-box .box-bottom {
        display: flex;
    }

    .services-section .service-wrap {
        width: 50%;
        padding: 0 15px;
    }

    .hero-section .white-box .box-bottom {
        display: block;
    }

    .services-section .service-wrap {
        padding: 0;
        width: 100%;
    }
}

.highlight-section {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 60px 40px;
    text-align: center;
}

@media (max-width: 992px) {
    .highlight-section {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .highlight-section {
        font-size: 24px;
        padding: 30px 15px;
    }
}

.highlight-section.green {
    background-color: #62A845;
}

.highlight-section.blue {
    background-color: #005587;
}

.highlight-section p {
    margin: 0;
    line-height: 1.5;
    font-size: 22px;
}

.services-section {
    padding: 60px 15px;
}

    .services-section .service-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px;
        width: 25%;
    }

@media (max-width: 1200px) {
    .services-section .service-wrap {
        margin: 15px 0;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .services-section .service-wrap {
        margin: 15px 0;
        padding: 0;
        width: 100%;
    }
}

.services-section .service-wrap .service-inner {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #005587;
    color: #fff;
    padding: 0 0 25px 0;
    text-align: center;
    width: 100%;
}

    .services-section .service-wrap .service-inner .image {
        height: 145px;
        margin-bottom: 20px;
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .services-section .service-wrap .service-inner .image {
        height: 20vw;
    }
}

@media (max-width: 768px) {
    .services-section .service-wrap .service-inner .image {
        height: 40vw;
    }
}

.services-section .service-wrap .service-inner .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.services-section .service-wrap .service-inner h4 {
    font-family: "Korolev-Medium", sans-serif;
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding: 0 20px;
}

.services-section .service-wrap .service-inner p {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 20px;
    padding: 0 20px;
}

.services-section .service-wrap .service-inner .button-mst {
    margin: auto auto 0;
    width: 170px;
}


.resa_media_center {
	padding: 70px 0;
	background: #dfdfdf;
}

.resa_media_center > .container > .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 30px;
}

.resa_media_center > .container > .row > div {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.resa_media_center h2 {
	color: #005587;
	text-transform: uppercase;
	font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

.resa_media_center h3 {
	font-family: "KorolevCondensed-Bold", sans-serif;
    font-weight: normal;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.resa_media_center h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.resa_media_center a {
	color: #005587;
	margin-top: 20px;
}

.media_center_intro {
	flex: 0.66 0.66 0px;
}

.media_center_intro  p {
	margin-bottom: 0;
}

.trade_shows_section {
	flex: 1 1 0px;
}

.trade_shows_section > div {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 7px 0 #0000001c;
    box-shadow: 5px 5px 7px 0 #0000001c;
}

.trade_shows_section img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}

.trade_shows_section h4 {
	font-size: 24px;
}

.trade_shows_section p {
	font-size: 16px;
	margin-bottom: 30px;
}

.news_section > div {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 7px 0 #0000001c;
    box-shadow: 5px 5px 7px 0 #0000001c;
}

.news_section {
	flex: 1 1 0px;
}

.trade_shows_section .container, 
.news_section .container {	
	display: flex;
    height: 100%;
    flex-direction: column;
}

.news_section .row {
	flex-flow: row;
}

.news_section h4 {
	padding-left: 20px;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
}

.news_section h4 i {
	position:absolute;
	left: 0px;
	top: 3px;
	color: #61a644;
}

.trade_shows_section .container a.button-mst, 
.news_section .container a.button-mst {
	margin-top: auto;
}

.blog_post_image {
	display:none;
	height: 80px;
	min-width: 80px;
	max-width: 80px;
	position: relative;
	overflow: hidden;
	background-image: url('https://www.resapower.com/wp-content/themes/resa-theme/assets/images/cta-icon-resa.svg');
	background-size: cover;
}


@media screen and (max-width: 480px) {
	.resa_media_center {
		padding: 50px 20px;
	}	
	.media_center_intro, 
	.news_section, 
	.trade_shows_section {
		flex: auto;
	}
  	.trade_shows_section,
	.news_section {
		margin-top: 40px;
	}
}



.latest-news-section {
    background-color: #DFDFDF;
    margin: 0;
    padding: 60px 15px;
}

@media (max-width: 768px) {
    .latest-news-section {
        padding: 30px 0;
    }
}

.latest-news-section .all-news-link {
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: right;
    width: 100%;
}

@media (max-width: 992px) {
    .latest-news-section .all-news-link {
        margin: 15px 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.latest-news-section .all-news-link a {
    color: #A0A3A6;
    font-family: "KorolevCondensed-Bold", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.latest-news-section .news-intro {
    padding: 0 15px;
    width: 30%;
}

@media (max-width: 992px) {
    .latest-news-section .news-intro {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

.latest-news-section .news-intro h2 {
    color: #005587;
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.latest-news-section .news-intro p {
    color: #0A0909;
    font-size: 22px;
    letter-spacing: .64px;
    /*line-height: 1.5em;*/
}

.latest-news-section .news-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 70%;
}

@media (max-width: 992px) {
    .latest-news-section .news-wrap {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

.latest-news-section .news-wrap article {
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%;
}

@media (max-width: 768px) {
    .latest-news-section .news-wrap article {
        margin: 0 0 15px;
        width: 100%;
    }
}

.latest-news-section .news-wrap article .post-inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 7px 0 #0000001c;
    box-shadow: 5px 5px 7px 0 #0000001c;
}

@media (max-width: 768px) {
    .latest-news-section .news-wrap article .post-inner {
        padding: 30px 20px;
    }
}

.latest-news-section .news-wrap article .post-inner h3 {
    color: #005587;
    /*    font-size: 24px;
    font-weight: 400;*/
    margin: 0;
    text-transform: uppercase;
}

    .latest-news-section .news-wrap article .post-inner h3:after {
        background-color: #DFDFDF;
        content: '';
        display: block;
        height: 3px;
        margin: 15px 0;
        width: 30px;
    }

.green-blue-section {
    padding: 60px 15px;
}

    .green-blue-section .row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .green-blue-section .container .row:first-child {
        margin-bottom: 60px;
    }

    .green-blue-section .green-box {
        background-color: #62A845;
        border-radius: 10px;
        color: #fff;
        padding: 20px 30px;
        position: relative;
        width: 400px;
    }

@media (max-width: 1200px) {
    .green-blue-section .green-box {
        margin: 0 auto;
    }
}

.green-blue-section .green-box h3 {
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.green-blue-section .green-box p {
    font-size: 18px;
    line-height: 1.2em;
}

.green-blue-section .blue-box {
    background-color: #005587;
    margin-left: -150px;
    padding: 30px 50px 30px 200px;
    width: calc(100% - 400px + 150px);
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .green-blue-section .blue-box {
        margin: -100px 0 0;
        padding: 120px 15px 30px;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .green-blue-section .blue-box.images-box {
        padding: 30px 50px 30px 170px;
    }
}

.green-blue-section .blue-box h4 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.green-blue-section .icons-list {
    /*background-color: #fff;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 auto;
    max-width: 1040px;
    /*padding: 20px 10px;*/
}

.green-blue-section .icon-wrap {
    margin: 15px 0;
    padding: 0 5px;
    text-align: center;
    width: 16.66%;
}

@media (max-width: 1440px) {
    .green-blue-section .icon-wrap {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .green-blue-section .icon-wrap {
        width: 33.33%;
    }
}

@media (max-width: 480px) {
    .green-blue-section .icon-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .green-blue-section .icon-wrap {
        width: 100%;
    }
}

.green-blue-section .icon-wrap .icon {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 10px;
    width: 100px;
}

    .green-blue-section .icon-wrap .icon img {
        height: 50%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 50%;
    }

.green-blue-section .icon-wrap p {
    margin: 0;
    font-size: 14px;
    color: white;
}

.green-blue-section .icon-wrap .icon {
    background-color: #62A845;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*.green-blue-section .icon-wrap:nth-child(3n) .icon {
    background-color: #005587;
}*/
/*.green-blue-section .icon-wrap:nth-child(3n+2) .icon {
    background-color: #505050;
}*/
/*.green-blue-section .icon-wrap:nth-child(3n+1) .icon {
    background-color: #62A845;
}*/

.green-blue-section .blue-box .icon-wrap:hover a {
    text-decoration: underline;
}

.green-blue-section .blue-box .icon-wrap a:hover .icon {
    background-color: #fff;
}

    .green-blue-section .blue-box .icon-wrap a:hover .icon img {
        filter: invert(45%) sepia(7%) saturate(3070%) hue-rotate(58deg) brightness(97%) contrast(99%);
    }

.green-blue-section .image-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

    .green-blue-section .image-list .image-wrap {
        margin: 10px 0;
        padding: 0 10px;
        width: 25%;
    }

@media (max-width: 992px) {
    .green-blue-section .image-list .image-wrap {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .green-blue-section .image-list .image-wrap {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .green-blue-section .image-list .image-wrap {
        width: 100%;
    }
}

.green-blue-section .image-list .image-wrap img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%;
}

.map-section {
    padding: 30px 15px;
}

@media (max-width: 768px) {
    .map-section {
        padding: 30px 0;
    }
}

.map-section .section-title i {
    font-size: 20px;
    margin-right: 10px;
    opacity: .7;
}

.map-section h3 {
    color: #62A845;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 10px;
}

    .map-section h3 img {
        margin-right: 10px;
        opacity: .7;
        width: 25px;
    }

.map-section p {
    text-align: center;
}

.section-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 37px;
    margin: 0 0 40px;
}

    .section-title:before, .section-title:after {
        background-color: currentColor;
        content: '';
        height: 2px;
        opacity: .2;
        width: 100%;
    }

@media (max-width: 768px) {
    .section-title:before, .section-title:after {
        content: none;
    }
}

.section-title span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 20px;
}

@media (max-width: 768px) {
    .section-title span {
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

.footer-wrap .footer-menu {
    margin: 0;
    padding: 0;
}

    .footer-wrap .footer-menu li {
        display: block;
    }

        .footer-wrap .footer-menu li a {
            color: #fff;
            font-size: 16px;
        }

.footer-wrap .top-footer,
.footer-wrap .bottom-footer {
    background-color: #62A845;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 15px;
}

@media (max-width: 992px) {
    .footer-wrap .top-footer,
    .footer-wrap .bottom-footer {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-wrap .top-footer,
    .footer-wrap .bottom-footer {
        padding: 30px 15px;
    }
}

.footer-wrap .top-footer p,
.footer-wrap .bottom-footer p {
    font-weight: 500;
    margin: 0 50px 0 0;
}

@media (max-width: 992px) {
    .footer-wrap .top-footer p,
    .footer-wrap .bottom-footer p {
        margin: 0 0 20px;
    }
}

.footer-wrap .top-footer ul,
.footer-wrap .bottom-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 992px) {
    .footer-wrap .top-footer ul,
    .footer-wrap .bottom-footer ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-wrap .top-footer ul,
    .footer-wrap .bottom-footer ul {
        display: block;
        text-align: center;
    }
}

.footer-wrap .top-footer ul li,
.footer-wrap .bottom-footer ul li {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .footer-wrap .top-footer ul li,
    .footer-wrap .bottom-footer ul li {
        margin: 0 0 15px;
        padding: 0;
    }

        .footer-wrap .top-footer ul li:last-child,
        .footer-wrap .bottom-footer ul li:last-child {
            margin: 0;
        }
}

.footer-wrap .top-footer ul li a:hover,
.footer-wrap .bottom-footer ul li a:hover {
    color: #005587;
}

.footer-wrap .footer-widgets {
    background-color: #005587;
    padding: 40px 15px;
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets {
        padding: 30px 15px;
    }
}

.footer-wrap .footer-widgets .top-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px;
    padding: 0 15px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets .top-widget {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets .top-widget .footer-logo {
        margin: 0 0 30px;
        width: 100%;
    }
}

.footer-wrap .footer-widgets .top-widget .footer-logo img {
    width: 334px;
}

.footer-wrap .footer-widgets .top-widget .all-locations-link {
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets .top-widget .all-locations-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 30px;
        width: 100%;
    }
}

.footer-wrap .footer-widgets .top-widget .all-locations-link a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .footer-wrap .footer-widgets .top-widget .all-locations-link a img {
        margin-right: 15px;
        width: 20px;
    }

.footer-wrap .footer-widgets .footer-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    padding: 0 15px;
    width: 30%;
}

@media (max-width: 992px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(2) {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(2) {
        margin-bottom: 30px;
    }
}

.footer-wrap .footer-widgets .footer-widget:nth-child(3) {
    margin-left: auto;
}

.footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
    width: 20%;
}

@media (max-width: 992px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
        margin: 30px 0;
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(3), .footer-wrap .footer-widgets .footer-widget:nth-child(4) {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .footer-wrap .footer-widgets .footer-widget:nth-child(5) {
        width: 100%;
    }
}

.footer-wrap .footer-widgets .footer-widget p {
    margin: 0 0 25px;
}

    .footer-wrap .footer-widgets .footer-widget p strong {
        font-weight: 700;
    }

.footer-wrap .footer-widgets .footer-widget a:hover {
    opacity: .7;
}

.footer-wrap .footer-widgets .footer-widget li {
    margin-bottom: 20px;
}

.footer-wrap .social-widget {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

@media (max-width: 992px) {
    .footer-wrap .social-widget {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.footer-wrap .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -15px 30px;
    padding: 0;
}

@media (max-width: 992px) {
    .footer-wrap .social-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .footer-wrap .social-links {
        margin-top: 30px;
    }
}

.footer-wrap .social-links li {
    display: block;
    padding: 0 10px;
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .footer-wrap .social-links li {
        padding: 0 5px;
    }
}

.footer-wrap .social-links li a {
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 48px;
}

    .footer-wrap .social-links li a:hover {
        background-color: #62A845;
    }

    .footer-wrap .social-links li a span {
        background-color: #0A0909;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        width: 25px;
    }

    .footer-wrap .social-links li a svg path {
        fill: #fff;
    }

.footer-wrap .social-links li.linkedin svg {
    width: 15px;
}

.footer-wrap .social-links li.facebook svg {
    width: 10px;
}

.footer-wrap .social-links li.instagram svg {
    width: 15px;
}

.footer-wrap .social-links li.twitter svg {
    width: 15px;
}

.hero-section h1, .green-box h3 {
    color: white
}

/* overrides */
.green-blue-section .carousel-control.left,
.green-blue-section .carousel-control.right {
    background-image: none !important;
}

/* Home-callouts CSS START */
.home-callouts--wrapper {
    border-bottom: 3px solid #337ab7;
}

.home-callouts {
    border-bottom: none !important;
}

    .home-callouts .navbar-logos-nav ul li {
        align-items: center;
        display: flex;
        font-family: Korolev;
        padding: 0;
        margin: 0;
    }

        .home-callouts .navbar-logos-nav ul li a {
            font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-weight: 600;
            font-size: 18px;
            margin-right: 13px;
            align-items: center;
            color: #337ab7;
            display: flex;
        }

@media screen and (max-width: 1200px) {
    .home-callouts .navbar-logos-nav ul {
        padding: 0;
        flex-wrap: wrap;
    }

        .home-callouts .navbar-logos-nav ul li {
            width: 20%;
        }

            .home-callouts .navbar-logos-nav ul li.social-icons {
                width: 100%;
                margin-left: 0;
                margin-top: 10px;
            }

            .home-callouts .navbar-logos-nav ul li a {
                font-size: 14px;
                margin-right: 0;
            }

    .navbar-logos-nav ul li img {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .home-callouts {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .home-callouts .navbar-logos-nav ul {
        align-items: flex-start;
    }

        .home-callouts .navbar-logos-nav ul li a {
            display: flex;
            flex-direction: column;
            font-size: 12px;
        }

            .home-callouts .navbar-logos-nav ul li a img {
                margin-right: 0;
                width: 25px;
                height: 25px;
            }
}

.navbar-logos-nav ul li a:hover {
    color: #61a644;
}

.navbar-logos-nav ul li img {
    border: 2px #61a644 solid;
    border-radius: 100%;
    overflow: hidden;
    width: 39px;
    height: 39px;
    /*  margin-right: 5px;*/
}

.row.home-callouts > .container {
    max-width: 1170px;
}

.home-callouts .navbar-logos-nav ul li.social-icons {
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 992px) {
    .row.home-callouts {
        padding: 0 !important;
        border: 0 !important;
    }

    .site-header {
        height: 54px;
    }
}

.hero-section .white-box .box-bottom .cta-wrap .icon-row .icon img {
    border: 3px solid #005587;
    border-radius: 50%;
    background-color: #fff;
}

/* Home-callouts CSS END */

/* Site Header START */

.site-header {
    height: 115px;
}

    .site-header.navbar-static-top .container {
        max-width: max-content;
    }

.ais-search-box {
    display: inline-block;
    position: relative;
    height: 46px;
    white-space: nowrap;
    font-size: 14px;
    max-width: 300px;
    width: 100%;
}

.navbar-logos-nav ul li {
    align-items: center;
    display: flex;
    font-family: "KorolevCondensed-Bold";
    padding: 0 15px;
}

.main-nav .menu {
    padding-right: 15px !important;
}

/* .main-nav {
  padding: 3px 15px 2px !important;
} */

.home-callouts .navbar-logos-nav ul {
    padding: 0 0 0 10px;
}

    .home-callouts .navbar-logos-nav ul li {
        padding: 0 6px;
    }

/*.home-callouts .navbar-logos-nav ul li a {
  margin-right: 0;
}*/

@media screen and (max-width: 1200px) {
    .home-callouts .navbar-logos-nav ul {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

        .home-callouts .navbar-logos-nav ul li {
            padding: 0;
        }

            .home-callouts .navbar-logos-nav ul li a {
                font-size: 16px;
                padding: 0;
            }

            .home-callouts .navbar-logos-nav ul li.social-icons {
                width: 100%;
            }

    .home-callouts {
        margin: 0;
    }
}

.ais-search-box {
    display: inline-block;
    position: relative;
    height: 46px;
    white-space: nowrap;
    font-size: 14px;
    max-width: 300px;
    width: 100%;
}

.ais-search-box--input {
    appearance: none;
    font: inherit;
    background: #fff;
    display: inline-block;
    border: 1px solid #d4d8e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(85,95,110,.2);
    transition: box-shadow .4s ease,background .4s ease;
    padding: 10px 10px 10px 35px;
    vertical-align: middle;
    white-space: normal;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.ais-search-box--loading-indicator-wrapper,
.ais-search-box--magnifier {
    fill: #bfc7d8;
    left: 12px;
    top: calc(50% - 18px/2);
    background: 0 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
        width: 18px;
        height: 18px;
    }

@media screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .header-logos .search button {
        font-size: 14px;
        margin-left: 10px;
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .header-logos .search #search-box {
        width: calc(100% - 60px);
    }

    #search-box .ais-search-box.search-wrapper {
        max-width: 100%;
    }

    .header-logos .search {
        margin-top: 5px;
    }
}

/* Site Header END */

/* 20220104 Footer Updates */
.footer-wrap .footer-widgets .footer-widget {
    width: 20%;
}

    .footer-wrap .footer-widgets .footer-widget p {
        margin: 0 0 20px;
        font-size: 16px;
    }

    .footer-wrap .footer-widgets .footer-widget a:hover,
    .footer-wrap .footer-widgets .top-widget .all-locations-link a:hover {
        opacity: 0.7;
        text-decoration: none;
    }

.footer-wrap .social-links li a {
    background-color: #fff;
    height: 30px;
    width: 30px;
}

    .footer-wrap .social-links li a:hover {
        background-color: #fff;
    }

    .footer-wrap .social-links li a span {
        background-color: #fff;
    }

    .footer-wrap .social-links li a svg path {
        fill: #222;
    }

.footer-wrap .bottom-footer {
    background-color: #005486;
}

    .footer-wrap .bottom-footer ul li {
        padding: 0;
    }

    .footer-wrap .bottom-footer .copyright {
        font-size: 16px;
    }

    .footer-wrap .bottom-footer ul li a:hover {
        color: #fff;
        opacity: 0.7;
        text-decoration: none;
    }

    .footer-wrap .bottom-footer ul li:last-child:after {
        content: '|';
        font-size: 20px;
        opacity: 0;
    }

@media (max-width: 991px) {

    .bottom-footer {
        padding-bottom: 90px !important;
    }

    .row.home-callouts {
        display: none;
    }

    .footer-wrap .footer-widgets.footer-green-widgets .footer-widget {
        text-align: left;
        width: 33.33%;
    }

    .footer-wrap .bottom-footer ul li {
        display: inline-block;
    }
}

@media (max-width: 450px) {
    .footer-wrap .bottom-footer ul li {
        display: block;
    }
}
