@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900');
@font-face {font-family: 'CooperMdBTWXX-Medium'; src: url('../fonts/36D518_3_0.eot'); src: url('../fonts/36D518_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/36D518_3_0.woff2') format('woff2'), url('../fonts/36D518_3_0.woff') format('woff'), url('../fonts/36D518_3_0.ttf') format('truetype'); }

html {
    font-size: 14px;
}

@media (min-width: 480px) {
    html {
        font-size: -webkit-calc(14px + 4 * (100vw - 480px) / 1068);
        font-size: calc(14px + 4 * (100vw - 480px) / 1068);
    }
}

@media (min-width: 1548px) {
    html {
        font-size: 18px;
    }
}

html {
    font-size: 14px;
}

@media (min-width: 480px) {
    html {
        font-size: -webkit-calc(14px + 4 * (100vw - 480px) / 1068);
        font-size: calc(14px + 4 * (100vw - 480px) / 1068);
    }
}

@media (min-width: 1548px) {
    html {
        font-size: 18px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body.home,
#masthead {
    line-height: 1em;
    font-family: "Open Sans Pro", sans-serif;
    font-size: 1rem;
    color: #444;
}

p {
    margin: 0.625rem 0 0;
}

a:hover {
    text-decoration: none;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
}

.-text-centered {
    text-align: center;
}

.-text-right {
    text-align: right;
}

.wrapper {
    position: relative;
}

.button,
.subscribe #mc_embed_signup_scroll .button {
    display: inline-block;
    padding: 1.25rem 2.5rem;
    margin-bottom: 0.625rem;
    text-decoration: none;
    background: #078E17;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

button:focus, a:focus {
    outline: none;
    border: none;
}

.button:hover,
.button:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.35);
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.35);
    text-decoration: none;
}

.section-header {
    padding: 3.75rem 0;
    line-height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {
    .section-header {
        width: 75%;
    }
}

@media (max-width: 1024px) {
    .section-header {
        width: 100%;
    }
}

.section-header__title {
    font-size: 2.5rem;
    font-weight: 700;
}

.wrapper--products .section-header__title {
    font-family: 'CooperMdBTWXX-Medium';
}

.section-header__desc {
    font-size: 1.25rem;
	font-weight: 500;
	width: 50%;
	line-height: 1.5rem;
}

@media (max-width: 1024px) {
    .section-header__desc {
        width: 75%;
    }
}
/* ------------------ */
/* --- Navigation --- */
#masthead {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    transition: all .25s ease;
}

#masthead.solid {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
	#masthead .brand a {
		background: url("../images/logo-footer.png") no-repeat center;
    }
}

@media (max-width: 480px) {
	#masthead .brand a {
		background-size: contain;
	}
}

@media (min-width: 768px) {
	#masthead nav#site a {
		margin: auto 12px;
		color: #078E17;
		text-shadow: none;
		font-weight: 400;
	}

	#masthead nav#social a:hover:before,
	#masthead nav#site a:hover {
		color: #2A282A;
	}

	#masthead nav#icon ul li:nth-child(-n+2) a:hover,
	#masthead nav#site ul.main-menu li a:hover {
		color: #2A282A;
	}

	#masthead nav#site ul.main-menu > li.hover > a,
	#masthead nav#site ul.main-menu li .sub-menu a:hover {
		color: #2A282A;
	}
}

@media (min-width: 1440px) {
	#masthead nav#icon ul li:nth-child(-n+2) a {
		font-size: 1rem;
		margin: auto 12px;
		color: #078E17;
		text-shadow: none;
		font-weight: 400;
		letter-spacing: 0;
	}
}

#masthead #search-form input#search {
	font-size: 0.9em;
	background: rgba(255, 255, 255, 1);
    border: 1px solid #D2D2D2;
    color: #2A282A;
}

#masthead #search-form button[type="submit"] {
	font-size: 1.1em;
	color: #c4c4c4;
}

#masthead #search-form button[type="submit"]:hover {
	box-shadow: none;
}

#masthead nav#social a:before{
	color: #755A55;
}

@media (max-width: 1024px) {
    #masthead nav#icon .icon-shop > a {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    #masthead nav#tray-site {
        margin-top: 0;
    }
}


@media (max-width: 348px) {
    #masthead .brand {
        left: 10px;
    }
}

#masthead nav#social a:before,
#masthead nav#tray-icon a:before {
    color: #078E17;
}


@media (max-width: 1440px) {

	/* #masthead nav#icon a,
	#masthead nav#tray-icon a,
	#masthead nav#flag a {
	    color: #078E17;
	} */

	#masthead nav#icon a:before,
	#masthead nav#flag a:before {
		color: #078E17;
		width: 30px;
	}
}
@media (min-width: 768px) {
    #masthead #tray-container {
        top: 0;
    }
}
@media (max-width: 768px) {

	#masthead #tray-container::before,
	#masthead nav#flag .sub-menu, #flagsmenu	{
		background: #fff;
		box-shadow: 0 0 2px rgba(0,0,0,0.4);
	}

	#masthead nav#tray-site a {
        color: #078E17;
        font-weight: 400;
        background: #fff;
	}
}

@media (max-width: 1024px) {
    .footer-logo {
        text-align: center;
        margin: 10px 0;
    }
}
/* --- Navigation --- */
/* ------------------ */

/* ---------------- */
/* --- GOL Hero --- */
.home .wrapper--hero {
    padding: 10rem 0 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .home .wrapper--hero {
        padding: 4rem 0 0;
    }

    .home .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home .hero__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.home .hero__captions {
    font-size: 3rem;
    color: #078E17;
    font-weight: 800;
    display: flex;
    line-height: 1em;
}

.home .hero__caption-lg {
    font-size: 7.25rem;
    margin: 1.5rem 1.25rem;
}

@media (max-width: 1024px) {
    .home .hero__captions {
        font-size: 2.5rem;
    }

    .home .hero__caption-lg {
        font-size: 6rem;
        margin: 1rem 1.25rem;
    }
}

@media (max-width: 768px) {
    .home .hero__captions {
        font-size: 2rem;
        flex-direction: column;
    }

    .home .hero__caption-lg {
        font-size: 8rem;
        margin: 0 0 2rem;
    }
    .home .hero__caption-sm {
        margin-top: .625rem;
    }
}

.home .hero__title {
    margin: 3.75rem 0;
    width: 50%;
    text-align: center;
    font-weight: 400;
    font-family: 'CooperMdBTWXX-Medium';
}

@media (max-width: 1024px) {
    .home .hero__title {
        margin: 2rem 0 0;
        width: 85%;
        font-size: 2rem;
    }
}

.home .hero__video {
    width: 75%;
    margin: 0 auto 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 .3125rem .625rem rgba(51,51,51,0.3);
}

@media (max-width: 1024px) {
    .home .hero__video {
        margin-top: 2.5rem;
    }
}

.logolist {
	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 0 3rem;
}

.logolist img {
    margin-right: 1.25rem;
    height: 75px;
    width: auto;
}

.home .hero__footer p {
    width: 85%;
    margin: 0 auto;
    font-size: 2.25rem;
    color: #333;
    line-height: 1.25em;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .home .hero__footer p {
        width: 90%;
        font-size: 1.75rem;
    }
}
/* --- GOL Hero --- */
/* ---------------- */


/* ----------------- */
/* --- Modal CSS --- */
@-webkit-keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.modal-video-close {
    opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
        transform: translate(0, 100px);
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
}

.modal-video-close-btn:hover {
	background: transparent;
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-top: -6px;
}

@media (max-width: 768px) {
  .modal-video-body {
    max-width: 90vw;
  }

  .modal-video-close-btn {
    top: 0;
    right: -4.5vw;
    width: 20px;
  }
}
/* --- Modal CSS --- */
/* ----------------- */

/* ----------------------- */
/* --- OWL Over writes --- */
.owl-nav {
    position: absolute !important;
    top: 50% !important;
    width: 115% !important;
    left: -8%;
    margin-top: 0 !important;
}

.products-carousel .owl-nav {
    top: 30% !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	font-size: 3rem !important;
	color: #C4C4C4 !important;
    text-indent: 0 !important;
    height: auto !important;
    width: auto !important;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
	color: #008557 !important;
}

.owl-prev {
	left: 15px !important;
	background: none !important;
}

.owl-next {
	right: 15px !important;
	background: none !important;
}
/* --- OWL Over writes --- */
/* ----------------------- */


/* ---------------- */
/* --- Do Don't --- */
.do-donts {
    padding: 3.75rem 0 0;
}

.do-dont {
    width: 850px;
    height: 140px;
    margin: 0 auto 1.25rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
}

@media (max-width: 1024px) {
    .do-dont {
        width: 100%;
        height: 90px;
    }
}

.do-dont--no {
    flex-direction: row-reverse;
}

.do-dont__icon {
    position: relative;
    flex: 0 0 140px;
    height: 140px;
    background: rgba(0,133,87, 0.1);
    color: #008557;
    border-radius: 50%;
    font-size: 4rem;
}

@media (max-width: 768px) {
    .do-dont__icon {
        flex: 0 0 90px;
        height: 90px;
        font-size: 3rem;
    }
}

.do-dont--no .do-dont__icon {
    background: rgba(237,17,52, 0.1);
    color: #ED1134;
}

.do-dont__icon span {
    position: absolute;
    color: #008557;
    text-transform: uppercase;
    top: 50%;
    left: 100%;
    font-weight: 600;
    transform: translate(-75%, -50%);
}

.do-dont--no .do-dont__icon span {
    color: #ED1134;
    transform: translate(70%, -50%);
    left: auto;
    right: 100%;
}

.do-dont__text {
    font-size: 1.25rem;
    line-height: 1.25em;
    padding: 0 0 0 4rem;
    width: 61%;
}

@media (max-width: 768px) {
    .do-dont__text {
        width: 100%;
    }
}

.do-dont--no .do-dont__text {
    text-align: right;
    padding: 0 4rem 0 0;
}
/* --- Do Don't --- */
/* ---------------- */


/* --------------- */
/* --- Product --- */
.home .wrapper--products {
	padding: 0 0 5rem;
}

.home .products {
	padding-bottom: 3rem;
}

.products-carousel.no-carousel {
    display: flex;
}

.home .product {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home .product:not(:last-child) {
    margin-right: 1.25rem;
}

@media (max-width: 1024px) {
    .home .products-carousel.no-carousel {
        flex-wrap: wrap;
    }

    .home .product {
        flex: 0 0 calc(50% - .625rem);
    }

    .home .product:not(:last-child) {
        margin-right: inherit;
    }

    .home .product:not(:nth-child(2n)) {
        margin-right: 1.25rem;
    }
}

.home .product a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home .product__header {
    background: #F3F8FE;
    width: 100%;
    height: 100%;
}

.home .product__header a {
    display: flex;
    width: 100%;
}

.home .product__header img {
    width: 80%;
    margin: 3.75rem auto;
    display: block;
}

.home .product__content {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    padding: .625rem;
    position: relative;
}

.home .product__title {
    margin: .25rem 0 0;
    font-weight: 600;
    font-family: 'CooperMdBTWXX-Medium';
}

.home .prod_desc {
    line-height: 1.3em;
}
/* --- Product --- */
/* --------------- */

/* ------------- */
/* --- About --- */
.wrapper--about {
	margin-bottom: .625rem;
}

.about-carousel {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about-col {
    flex: 1;
	padding-bottom: 35%;
    background-size: cover;
    background-position: center center;
	position: relative;
}

.owl-stage-outer .about-col {
    padding-bottom: 60%;
}

.about-col:not(:last-child) {
    margin-right: .625rem;
}

.about-col__heading {
    background: url(../images/banner_white.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    width: 100%;
    height: 25%;
    color: #fff;
    padding-left: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    background-position: -15% center;
}

.about-col__heading a {
    color: #fff;
    font-size: 1.75rem;
    line-height: 1em;
    width: 50%;
}

@media (max-width: 768px) {
    .about-col {
        flex: 1 100%;
        padding-bottom: 75%;
    }

    .about-col:not(:last-child) {
        margin-right: 0;
        margin-bottom: .625rem;
    }

    .about-col__heading a {
        width: 60%;
    }
}
/* --- About --- */
/* ------------- */

/* ---------------- */
/* --- Discover --- */
.wrapper--discover {
	padding: 0 0 3.5rem;
    background: #f0eceb; /* FF3.6-15 */
    background: linear-gradient(top, #f0eceb 0%, #fff 60%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(top, #f0eceb 0%, #fff 60%, #fff 100%);
	background: -webkit-linear-gradient(top, #f0eceb 0%, #fff 60%, #fff 100%);
}

.home .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home .post {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    min-height: 400px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    padding: 1.25rem;
    margin: 0 1.25rem 1.25rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 25%;
    -webkit-flex: 1 -webkit-calc(33.33% - 2.5rem);
            flex: 1 calc(33.33% - 2.5rem);
}

.home .post:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.home .post.-lg {
    -webkit-box-flex: 1;
    -ms-flex: 42%;
    -webkit-flex: 1 -webkit-calc(50% - 2.25rem);
            flex: 1 calc(50% - 2.25rem);
}

@media (max-width: 1024px) {
    .home .post.-lg,
    .home .post {
        -webkit-box-flex: 1;
        -webkit-flex: 1 -webkit-calc(50% - 1.25rem);
            -ms-flex: 1 calc(50% - 1.25rem);
                flex: 1 calc(50% - 1.25rem);
    }
}

@media (max-width: 768px) {
    .home .post.-lg,
    .home .post {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
            -ms-flex: 1 100%;
                flex: 1 100%;
        margin-right: 0;
    }
}

.home .post__inner {
    position: absolute;
    bottom: 1.25rem;
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
}

.home .post__title {
    color: #fff;
	font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: .625rem;
    text-shadow: 0 5px 5px rgba(51, 51, 51, 0.5);
}

.home .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.home .tags > a {
    background: #fff;
    color: #014885;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 0.7rem;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    margin-top: .625rem;
}

.home .tags > a:not(:last-child) {
    margin-right: 0.625rem;
}

.home .tags > a:hover {
    background: #024884;
    color: #fff;
}
/* --- Discover --- */
/* ---------------- */

/* -------------- */
/* --- Footer --- */
.wrapper--stay-updated {
    background-color: #e9f5f8;
    background-position: center center;
    background-repeat: repeat;
    padding: 3.75rem 0;
    background: url('../images/wood-pattern.png');
    position: relative;
}

.wrapper--stay-updated:after {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255, 1) 0%,rgba(255,255,255, 0) 100%);
    z-index: 1;
}

.stay-updated .section-header__title {
    color: #755A55;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 2.5rem;
}

.new-footer {
    padding: 3.75rem 5rem;
    background: url('../images/wood-pattern.png');
}

@media (max-width: 768px) {
    .new-footer {
        padding: 0 0 2.5rem;
    }
}

.new-footer .social-navigation a {
    color: #755A55;
    border: 0;
}

.new-footer .social-navigation a:before {
    font-size: 1.25rem;
}

.new-footer .social-navigation a:hover:before {
    color: #2A282A;
}

.new-footer .footer-blogo {
	margin: 1% 0 4% 0;
	max-width: 175px;
	text-align: right;
}


.new-footer .footer-blogo img {
	width: 30px;
	height: 40px;
}

#site-footer-social {
    float: right;
}

@media (max-width: 1024px) {
    #site-footer-social {
        float: none;
        text-align: center;
        width: 210px;
        margin: -10px auto 10px;
    }
}

.social-navigation li {
    margin: 0 0 0.4375rem;
}

@media (max-width: 1024px) {

    .social-navigation li {
        margin: 0 0.4375rem 0.4375rem 0;
    }
}

#site-footer-primary,
#site-footer-secondary {
    float: left;
    width: 50%;
}

@media (max-width: 768px) {
    #site-footer-primary,
    #site-footer-secondary {
        width: 100%;
    }
}

#site-footer-primary ul,
#site-footer-secondary ul {
    list-style: none;
}

#site-footer-primary li,
#site-footer-secondary li {
    display: block;
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    #site-footer-primary li,
    #site-footer-secondary li {
        width: 33.33%;
    }
}

#site-footer-primary a,
#site-footer-secondary a {
    display: inline-block;
    padding: 0 10px 10px;
    color: black;
}

#site-footer-primary a:hover,
#site-footer-secondary a:hover {
    color: #2A282A;
}

.disclaimer p {
    width: 70%;
    margin: 1.25rem auto;
    font-size: .65rem;
    text-align: center;
}

.footer-b-corp {
    text-align: right;
    margin-bottom: 1.25rem;
    float: right;
    width: 100%;
}

.footer-b-corp-img {
    width: 25px;
    height: auto;
}

@media (max-width: 1024px) {
    .footer-b-corp {
        text-align: center;
    }
}

/* --- Footer --- */
/* -------------- */

/* ---------------------------------------- */
/* --- Overwrite styles for form plugin --- */
.subscribe__form .gform_wrapper,
.subscribe #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (max-width: 768px) {
    .subscribe__form .gform_wrapper {
        flex-direction: column;
    }
}

.subscribe__form .button,
.subscribe #mc_embed_signup_scroll .button {
    margin: 0 0.3125rem !important;
}

.subscribe__form .gform_body ul,
.subscribe__form .gform_body ul li,
.subscribe__form .ginput_container.ginput_container_email {
	margin: 0 !important;
	padding: 0;
}

.subscribe__form .gform_wrapper .gform_footer {
	clear: none;
	margin: 0;
	padding: 0;
}

.subscribe__form  .gform_wrapper ul li:after,
.subscribe__form  .gform_wrapper ul li:before,
.subscribe__form  .gform_wrapper ul.gform_fields {
	width: 300px;
}

@media (max-width: 768px) {
    .subscribe__form .gform_wrapper ul li:after,
    .subscribe__form .gform_wrapper ul li:before,
    .subscribe__form .gform_wrapper ul.gform_fields {
        width: 100%;
    }
}

input.gform_button.button,
.subscribe #mc_embed_signup_scroll .button {
	text-transform: none;
    font-weight: 400;
    padding: 0.725rem 2.5rem;
    font-size: 0.8em;
    letter-spacing: 0;
}

.subscribe__form  .gform_wrapper .gform_body,
.subscribe .mc-field-group input {
	width: 400px !important;
	padding: 0.45em 0.75em;
}

@media (max-width: 768px) {
    .subscribe__form  .gform_wrapper .gform_body,
    .subscribe .mc-field-group input {
        width: 300px !important;
    }
}

.subscribe__form  .gform_wrapper .gform_footer {
	width: auto !important
}

@media (max-width: 768px) {
    .subscribe__form .gform_wrapper .gform_body,
    .subscribe__form  .gform_wrapper .gform_footer,
	.subscribe__form .mc-field-group	{
        width: 100% !important;
    }

    .subscribe__form .gform_footer .gform_button,
	.subscribe #mc_embed_signup_scroll .button {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .subscribe__form .gform_footer .gform_button,
	.subscribe #mc_embed_signup_scroll .button {
        margin-top: 10px !important;
    }
}

.subscribe__form  .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important
}

.subscribe__form .gfield_label {
	display: none !important;
}
/* --- Overwrite styles for form plugin --- */
/* ---------------------------------------- */
