/* MAIN CSS */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    background: white;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    background: white;
    color: #222222;
}

.wrap,
header,
#content,
#footer-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

.inner-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 3em 0;
}

.inner-wrap.nopad {
    padding: 0;
    max-width: 950px;
}

.inner-wrap.lesspad {
    padding: 1em 0;
    max-width: 950px;
}

.outer-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 3em 20px;
}

.outer-wrap:first-of-type {
    padding: 1em 20px 3em;
}

.wide-wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
}

h1,
h1 a,
h1 a:hover {
    letter-spacing: 0;
    color: #000;
    color: #000;
    line-height: 1.1;
    padding: 0;
}

.title-wrap {
    
}

h2.page-title,
h1.page-title {
    margin: 0 auto;
    padding: 0;
    display: block;
    color: rgb(128, 128, 128);
    font-size: 22px;
}

h2.page-title a,
h1.page-title a {
    display: inline-block;
}

.home h1 {
    font-size: 70px;
}

.home h2 {
    margin: 2em auto 0;
}

.no-margin {
    margin: 0 !important;
}

.black {
    color: black !important;
}

h1, h2, h3, h4, h5 {
    font-family: Poppins, sans-serif;
}

h2,
h3,
h4,
h5 {
    color: #3a6383;
    line-height: 1.4;
    padding: 0;
    /* font-weight: normal; */
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

b.thanks {
    font-size: 1.5em;
    padding: 15px;
    display: block;
    text-align: center;
}

ul,
ol {
    list-style-position: inside;
    padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
    padding: 0 20px;
}

hr {
    clear: both;
    border: none;
    margin: 2em auto;
    border-color: #eee !important;
    display: inline-block;
    width: 100%;
}

.more {
    font-size: 18px;
    display: block;
    text-decoration: underline;
}

.flex {
    display: flex;
}

section {
    clear: both;
}

#head {
    clear: both;
    position: relative;
    margin: 0 auto;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.top-bar {
    background: url(../../images/topbg.jpg) repeat-y left #e9e9e9;
}

.top-bar .wrap {
    max-width: 1170px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar a {
    color: #093f9d;
}

.top-bar img {
    vertical-align: middle;
    padding: 0 5px 0 0;
}

header {
    display: flex;
    align-items: center;
    margin: 10px auto 0;
    position: relative;
    padding: 0 4% 10px;
}

.logo,
.logo:hover,
.logo:active {
    flex: .75;
    /* width: 100px; */
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
}

#head.sticky {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%
}

#head.sticky+.main-wrap {
    padding-top: 100px;
}

#head.sticky .logo {
    width: 60px;
    height: 60px;
    transition: .5s;
}

.responsive-menu {
    display: none;
}

nav {
    flex: 4;
    margin: 0 auto;
    padding: 0;
    z-index: 1500;
    position: relative;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

nav li {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
}

nav a {
    padding: 35px 0 21px;
    margin: 0 1.5em;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    color: #222;
    transition: .5s ease;
}

nav a:hover,
nav .current_page_item a,
nav .current_page_item a:hover {
    border-color: #093f9d;
    color: #093f9d;
}

nav a:hover,
nav .current_page_item a,
nav .current_page_item a:hover {
    color: #093f9d;
}

header nav li ul {
    position: absolute;
    left: 0;
    margin: 0 auto;
    padding: 7px;
    width: 100%;
    min-width: 200px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    top: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

header nav {
    font-weight: normal;
    display: flex;
    justify-content: right;
    text-transform: uppercase;
}

nav li li {
    display: block;
    margin: 0;
    padding: 0;
}

nav li li a {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: left;
    background: none;
    display: inline-block;
}

header .nav-wrapper li li a {
    margin: 10px 0;
    padding: 5px;
    color: #002c4b;
    line-height: 1.4;
}

nav li.current_page_item li a {
    color: initial;
    border-color: white;
}

header nav ul li:hover>ul {
    opacity: 1;
    top: 24px;
    visibility: visible;
}

header nav ul ul li:hover>ul {
    top: -8px;
    left: 104%;
}

.menu-item-has-children>a:after {
    content: '';
    background: url(../../images/carrot.webp) right no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0 0 10px 10px;
    margin-left: 10px;
}

.menu-item-has-children li a:after {
    transform: rotate(270deg);
}

/* BOOK NOW NAV BUTTON */
header .menu-item-103 a {
    border: 2px solid;
    border-radius: 4px;
    background: none;
    padding: 13px 12px 10px !important;
}

header .menu-item-103 a:hover {
    border: 2px solid #002c4b;
    background: #002c4b;
    color: white;
}

/*  BREADCRUMBS AIOSEO SEO  */
.aioseo-breadcrumbs {
    margin: 9px auto 0;
    float: left;
    font-size: 16px;
    color: #9b9b9b;
}

.aioseo-breadcrumbs a {
    color: #9b9b9b;
    text-decoration: none;
}

.aioseo-breadcrumbs a:hover {
    text-decoration: underline;
}

.main-wrap {
    float: left;
    width: 100%;
    font-size: 18px;
}

#main .wp-post-image {
    margin: auto;
    display: block;
    width: 100%;
}

#hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 80vh;
    width: 100%;
}

/*    SLICK SLIDER JS    */
.home>.inner-wrap {
    padding-top: 5em;
}

.slides {
    width: 100%;
    overflow: hidden;
    background-color: #002c4b;
}

.home .slick-slider {
    margin-bottom: 0;
}

.slick-list {
    padding: 0 !important;
}

.slick-track {
    text-align: center;
}

.slick-slide {
    text-align: center;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.slick-slide img {
    margin: auto;
}

.home .slick-slide {
    background-size: cover;
}

.slides .slick-slide {
    height: 80vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides .slick-dots {
    bottom: 1em;
}

.slides .slick-dots li button::before {
    background: #fff;
}

.slick-slide h1 {
    line-height: .9;
    letter-spacing: 6px;
    overflow-wrap: inherit;
    margin: 0 auto 20px;
    text-align: left;
}

.hero-overlay {
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.44579830223104866) 46%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.slick-slide>div.hero-wrap {
    width: 60%;
    /* background: black;
    background: rgba(0, 0, 0, .7); */
    padding: 2em 4%;
}

.slick-slide>div.hero-wrap h2 {
    color: white;
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

.slick-slide a.cta {
    margin: auto;
    display: inline-block;
    font-size: 1.25rem;
    padding: .5em 1em;
}

.slider-nav .slick-slide img.portrait {
    object-fit: cover;
}

.slider-nav {
    box-sizing: border-box;
    width: 95%;
    margin: 10px auto 0;
}

.slider-nav .slick-slide {
    height: 130px;
    margin: 9px;
    padding-bottom: 9px;
    border-bottom: 6px solid #fff;
}

.slider-nav .slick-slide img {
    height: 100%;
    width: auto;
    margin: auto;
}

.slider-nav .slick-slide.slick-active {
    border-bottom: 6px solid #002c4b;
}

.home .prev,
.home .next {
    position: absolute;
    top: 45%;
    right: 3%;
    background: url(../../images/arrow.png) no-repeat;
    width: 18px;
    height: 35px;
    cursor: pointer;
}

.home .prev {
    left: 3%;
    right: 0;
    background: url(../../images/arrow-prev.png) no-repeat;
}

.carousel-item {
    background: white;
    margin: 0 1em;
    padding: 0 10px 10px;
}

.carousel .slick-prev, .carousel .slick-next {
    left: 0;
    top: 34%;
    display: none !important;
}

.carousel .slick-next {
    right: 0;
}

.home .carousel-wrap h2 {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    margin: 0 auto 1em;
}
.home .carousel-wrap h3 {
    font-size: 20px;
}

.slick-prev,
.slick-next {
    background: url(../../images/arrow-prev.png) no-repeat;
}

.slick-next {
    background: url(../../images/arrow.png) no-repeat;
}

.slick-prev::before,
.slick-next::before {
    content: "";
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

*:focus {
    /* for accesibility */
    outline: 3px dashed;
}

a:active {
    background: none;
    outline: none;
}

a:hover {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
.wp-block-button__link:focus-visible,
input.button:focus-visible,
a.button:focus-visible,
#commentform input#submit:focus-visible,
#searchsubmit:focus-visible {
    border: 1px solid white;
}

a[name] {
    scroll-margin-top: 180px;
    overflow: auto;
}

.cta {
    /* background: url() center center no-repeat; */
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 2px solid;
    border-color: white;
    background-size: contain;
    text-transform: uppercase;
    transition: .5s;
    display: table-cell;
    font-size: 18px;
    padding: .5em 1.5em;
}

.cta:hover {
    border: 2px solid #008cca;
    background: #008cca;
    color: white !important;
}

.cta.center {
    margin: 3em auto 1em;
    display: block;
    color: black;
    border-color: black;
    max-width: 500px;
}

.slick-slide .portrait {
    max-width: 600px;
    margin: auto;
}

.home .content {
    display: flex;
    flex-direction: column;
}

.home .content #testimonials {
    order: 5;
    padding-bottom: 4em;
    background: url(../../images/storbg.jpg);
}

.home #testimonials h2 {
    text-align: left;
    border: none;
}

.home #testimonials .testimonial {
    padding: 0 1%;
    text-align: left;
}

.home #testimonials .testimonial cite {
    text-align: right;
    width: 100%;
    display: block;
}

blockquote {
    padding: 1em 2em;
    margin: 1em 0;
    font-size: 1.3em
}

blockquote::before {
    content: "“";
    font-size: 3em;
    color: #999;
    float: left;
    margin-right: 0.1em;
    margin-bottom: 3em;
    line-height: 1;
}

/* blockquote::after {
    content: "”";
    font-size: 3em;
    color: #999;
    float: right;
    margin-left: 0.1em;
    line-height: 1;
    margin-top: -30px;
} */

.home section h2 {
    margin: 0 auto;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    max-width: 1170px;
    text-align: center;    
}

.locations {
    background: #4082c1;
    color: white;
    text-align: center;
}

.locations .wrap {
    display: flex;
    align-items: center;
    padding: 3em 0;
}

.locations h2 {
    color: white;
    max-width: 1170px;
}
.locations .sidebar strong {
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
    margin: 5px auto 0;
    display: block;
    background: rgb(3, 85, 158);
}
.locations .sidebar {
    border: 1px solid white;
    padding: 15px 0 5px;
    flex: 0 0 auto;
}
.locations .sidebar ul li {
    width: 20px;
    height: 20px;
    list-style: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(232, 213, 54)' d='M16.59 7.58L10 14.17l-3.59-3.58L5 12l5 5l8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8'/%3E%3C/svg%3E");
    margin: 10px 0;
    padding-left: 60px;
}

.how .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 4;
    margin: 2em auto;
}

.how .wrap div {
    background: #4082c1;
    padding: 2em 20px;
    color: white;
    text-align: center;
}
.how .wrap div:nth-of-type(even) {
    background: white;
    color: #4082c1;
}

.how .wrap div img {
    filter: brightness(0) invert(1);
    display: block;
    margin: auto;
}
.how .wrap div:nth-of-type(even) img {
    filter: none;
}

#pg-home .sub-head p {
    margin: 1em auto 3em;
}

.sub-head img {
    margin: auto;
    width: 100%;
}

.sub-head video {
    width: 100%;
    height: 100%;
}

.sub-head .button {
    margin: auto;
    display: block;
}

.col-2 {
    columns: 2;
    column-gap: 75px;
}

.col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

.col-3 h3 {
    margin: 0;
}

.info-wrap {
    position: relative;
    padding-bottom: 1em;
}

.info-wrap a {
    position: absolute;
    bottom: 0;
}

.wp-block-group.who {
    background: url(../../images/bg-who.jpg);
    padding: 2em 0 4em;
    color: white;
    line-height: 2.25;
    width: 100%;
}

.wp-block-group__inner-container {
    max-width: 1200px;
    padding: 1em 4%;
    margin: auto;
}
.wp-block-group.who .wp-block-image .alignright {
    margin: 1em 0 0 4%;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.product_meta {
    font-style: italic;
    font-size: .8rem;
    text-align: right;
}

.summary h3 {
    margin: 2em auto 0;
    font-weight: bold;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    max-width: 100px;
}

/* PRODUTS MODULE */
.products .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.products .thumb-wrap {
    flex: 0 0 35%;
}

.products .info-wrap {
    flex: 0 0 60%;
    font-size: 80%;
}

.products .info-wrap h2 {
    margin-top: 0;
    margin-top: -10px;
}

/* BENEFITS PAGE */
#pg-benefits .wp-block-group {
    grid-template-columns: 1.5fr 1fr 1fr;
}

#pg-benefits .benefit {
    border: 1px solid #eaeef0;
    text-align: center;
    padding: 30px 15px;
    margin: 1em;
}

#pg-benefits .benefit h3 {
    font-size: 24px;
    line-height: 1.1;
    color: rgb(34, 34, 34);
}

#pg-benefits .benefit p {
    text-align: left;
}


/* BLOG POSTS */
#blog-module {
    order: 6;
}

#blog-module .slick-slide {
    text-align: left;
}

#blog-module .post>a {
    color: #5b5b5b;
    margin: 0 auto 2em;
    display: block;
    font-size: 1.3rem;
}

#blog-module .post>a span {
    padding-left: 5em;
    font-size: 1rem;
}

.single .wide-wrap,
.blog .wide-wrap,
.archive .wide-wrap {
    display: flex;
    gap: 2em;
}

.single .inner-wrap,
.blog .inner-wrap,
.archive .inner-wrap {
    flex: 4;
    max-width: none;
    padding: 3em 2%;
}

.single .sidebar,
.blog .sidebar,
.archive .sidebar {
    flex: 1;
}

.single h1 {
    margin: 0;
}

/* BLOG ARCHIVE */
.post {
    margin: 1em auto;
    padding: 2em 0;
    display: block;
    width: 100%;
    clear: both;
}

.post>div {
    width: 440px;
    height: 293px;
    margin: 12px 20px 3em 0;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.post h3 {
    display: block;
    font-size: 32px;
    font-family: tenso, sans-serif;
    font-weight: 500;
    margin: 0 auto;
}

.post p {
    margin: 10px auto 0;
}

.blog .wide-wrap {
    padding: 0;
}

.pager {
    margin: 2em auto 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.pager a,
.pager span.current {
    margin: 1em;
    border: 1px solid;
    padding: 5px 10px;
}

.pager span.current {
    background: #002c4b;
    color: white;
}

.pager .next,
.pager .prev {
    border: none;
}

/* TAXONOMY ARCHIVES */

/* TABBED CONTENT */
.tabbed h2 {
    display: block;
    width: 100%;
    text-align: center;
}

.tab {
    color: #002c4b;
    margin: 1em 0;
    cursor: pointer;
    border-bottom: 2px solid #002c4b;
}

.tab:hover,
.tab.active {
    font-weight: 500;
}

.panel {
    display: flex;
    align-items: center;
    gap: 2em;
}

.panel p {
    margin: 0 auto 1em;
    font-size: 18px;
    line-height: 1.6;
}

/* CONTACT PAGE */
#pg-contact-us .outer-wrap strong {
    font-size: 1.5em;
}

.col-1-2 {
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
}

.col-1-2:nth-last-of-type(2) {
    margin: 0;
}

.call-back {
    background: url(../../images/bg-call-back.jpg);
    color: white;
    text-align: center;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.call-back h3 {
    color: white;
    font-weight: bold;
    margin: 0 auto;
}

.call-back input {
    max-width: 570px;
    padding: 10px;
    color: #000;
}

.call-back input[type='email'] {
    min-width: 330px;
}

.call-back form {
    display: inline-block;
}

#nf-field-7-container {
    float: left;
    width: calc(100% - 100px);
}

#nf-field-9-container {
    float: right;
    width: 100px;
    clear: none;
}

.ninja-forms-all-fields-wrap:after {
    content: '';
    display: table;
    clear: both;
}

#foot {
    margin: 0 auto;
    clear: both;
    float: left;
    width: 100%;
    background: #25272e;
    border-top: 1px solid #142b35;
    padding: 26px 0;
}

#footer-wrap {
    margin: auto;
}

footer {
    margin: 1.5em auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

footer .wrap>* {
    text-align: center;
    margin: auto;
}

footer nav div ul li {
    display: block;
}

footer .logo,
footer .logo:hover,
footer logo:active {
    height: 68px;
    border-right: 1px solid #3b3d43;
    margin: 0 20px 0 0;
    background-position: center;
}

footer .cta {
    margin: 1em auto;
    display: table;
}

footer h3 {
    margin: 0;
    padding: 10px 16px;
    color: #848484;
    font-weight: bold;
    flex: 2;
    text-align: right;
}

footer .nav-wrapper a,
.social>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    line-height: 1;
    opacity: 1;
}

footer .nav-wrapper a {
    border: none;
}

footer .nav-wrapper .sub-menu a {
    font-family: tenso, sans-serif;
    font-weight: 400;
    font-weight: 300;
    text-transform: none;
    border: none;
}

footer nav li.current-menu-item>a {
    color: #002c4b;
}

footer nav li.current_page_item li a {
    color: white;
}

footer nav li li.current_page_item a {
    color: #002c4b;
}

footer a:hover,
footer .nav-wrapper a:hover {
    opacity: .8;
    border: none;
}

footer a,
footer a[href^="tel"],
footer span {
    padding: 0 20px 0 0;
    color: #848484;
    opacity: 1;
}

.footer-contact {
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}

.footer-contact .fa-solid {
    display: block;
    font-size: 2em;
    margin: auto;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1em;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
}

.footer-contact .fa-solid:hover {
    border-color: #002c4b;
}

footer .social {
    max-width: 191px;
    margin-left: 10px;
}

footer .social div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

footer .social a {
    padding: 0;
}

footer .social img {
    width: 100%;
}

footer .form-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 4%;
}

footer .form-wrap form {
    display: flex;
    gap: 4%;
}

.nf-before-form-content {
    display: none;
}

footer .form-wrap input {
    border: 2px solid white;
    color: white;
    background: none;
    padding: 10px 15px;
}

footer .hs-form-field {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

footer .form-wrap label {
    color: white;
    font-size: 18px;
    padding: 3px 5px 0;
    flex: 2;
    text-align: right;
}

footer .form-wrap .hs-form-required {
    display: none;
}

footer .form-wrap .submitted-message {
    color: white;
}

.social {
    text-align: left;
}

.social div {
    padding: 10px 0;
}

.social div a {
    background-size: contain;
    margin: 0 5px 0 0;
    display: inline-block;
    opacity: 1;
    background-repeat: no-repeat;
}

.social a:hover {
    opacity: .7;
}

.social div a:last-of-type {
    margin: 0;
}

.social a.twitter {
    background: url(../../images/twitter.svgz) no-repeat;
}

.social a.facebook {
    background: url(../../images/facebook.svgz) no-repeat;
}

.social a.instagram {
    background: url(../../images/instagram.svgz) no-repeat;
}

header a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a.post-edit-link {
    display: block;
    background: #fff;
    width: auto;
    float: right;
    padding: 0 3px;
    font-size: smaller;
    color: #ccc;
}

img,
a.img,
img a {
    border: none;
    max-width: 100%;
    height: auto;
}

.copy,
.copy a {
    font-size: 14px;
    color: #626161;
    background: #25272e;
    text-decoration: none;
    max-width: 1440px;
    padding: 1em 4% 3em;
    margin: 0 auto;
    clear: both;
    margin: 1em auto 0;
    text-align: center;
}

.copy a {
    padding: 0 0 0 20px;
    white-space: nowrap;
}

.copy a:hover {
    color: inherit;
    text-decoration: underline;
}

.wp-block-button__link {
    padding: 10px 20px 35px !important;
}

button,
.wp-block-button__link,
input.button,
a.button,
#commentform input#submit,
#searchsubmit {
    width: auto;
    font-weight: bold;
    letter-spacing: 1.4px;
    font-size: 14px;
    padding: 7px 10px 5px;
    color: #000;
    background: #002c4b;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
    display: inline-block;
    max-width: 222px;
    text-align: center;
    text-transform: uppercase;
    height: 31px;
    line-height: 2;
}

.button.invert {
    background: white;
    color: #002c4b;
    border: 2px solid #002c4b;
    border-radius: 4px;
    letter-spacing: 1.6px;
    padding: 15px 25px;
}

.button.invert:hover {
    background: #002c4b;
    color: white;
    border: 2px solid #002c4b;
    border-radius: 4px;
}

.button.invert.aligncenter {
    display: block;
    margin: 100px auto;
}

#content .button {
    margin: auto;
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
}

button:hover,
.wp-block-button__link:hover,
.button:hover,
input.button:hover,
a.button:hover,
#commentform input#submit:hover,
#searchsubmit:hover {
    color: #fff;
    cursor: pointer;
    border: none;
}

.button.white {
    background-color: white;
}

.button.white:hover {
    background-color: #000;
}

.button.center {
    margin: 3em auto 1em;
    display: block;
}

.intro a.button {
    color: white;
    background: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 2em auto;
}

.alignleft {
    float: left;
    margin: 2em 1em 2em 0;
}

.alignright {
    float: right;
    margin: 2em 0 2em 1em;
}

.clear {
    clear: both;
    margin: 1em auto;
}

.aligncenter {
    margin: auto;
    text-align: center;
    display: inline-block;
}

.wp-caption {
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    margin: 4px 0 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 0 4px 5px;
}

.cats,
.tags {
    color: #ccc;
}

/*
#commentform {text-align:center;}
.commentlist, .commentlist .children {list-style:none; width:100%; padding:0; margin:0; float:left;}
.commentlist li {margin:0 2%; padding:2%; float:left;}
.comment-meta,.comment-author {float:left; width:45%; margin:0 2.5% 1% 0; display:block; line-height:32px; padding:0; font-size:1.1rem; color:#7893a0}
.comment-meta a {font-size:11px; line-height:1; color:#ccc}
.comment-author img {float:left; margin:0 10px 0 0;}
.comment-body p {width:100%; float:left; padding:3px 0; margin:0; }
#commentform input, #commentform textarea, #commentform label {float:left; width:45%; margin:5px 1%}
#commentform label {width:25%;}
#commentform input.submit { margin:10px 0 2rem 30%; border:none; border-radius:5px; background:#b95a9c; color:#fff; }
#commentform input.submit:hover {background:#00679a;}
*/



/* RESPONSIVE
================================================== */
@media only screen and (max-width:1460px) {
    header {
        padding: 0 4.375%;
    }

    .nav-wrapper a {
        margin: 0 15px;
    }

    .home_boxes a:nth-of-type(2) {
        min-width: 100px;
    }

    .home_boxes h2 {
        margin-top: 1em;
    }

    .home_boxes a:nth-of-type(2) h2 {
        bottom: 2em;
    }

    .home_boxes {
        padding: 0 20px;
    }

    #footer-wrap {
        padding: 0 2%
    }

    .copy {
        padding: 0 2% 1.5em;
        text-align: center;
    }
}

@media only screen and (max-width:960px) {
    header nav {
        display: none;
    }

    .menu-btn {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        width: 45px;
        z-index: 9999;
    }

    .menu-btn span {
        display: block;
        width: 45px;
        height: 5px;
        margin: 0 0 10px;
        border-radius: 5px;
        background: #002c4b;
        z-index: 9999;
    }

    .menu-btn.trans div {
        position: absolute;
        top: 1em;
        right: 0;
        line-height: 0;
    }

    .menu-btn.trans div:before {
        content: "\00d7";
        color: white;
        font-size: 66px;
    }

    .menu-btn.trans span {
        display: none;
    }

    .mobile-nav {
        list-style: none;
        /* background:#2e2e2e; box-shadow:3px 3px 5px #000;*/
        padding: 5px 2em 1em 15px;
        margin: auto;
    }

    .mobile-nav a {
        color: white;
        margin: .5em auto;
        padding: .5em;
        font-size: 22px;
        display: block;
    }

    .mobile-nav a:hover {
        color: rgb(172, 172, 172);
    }

    .responsive-menu {
        top: -500px;
        left: 0;
        position: absolute;
        transition: top 1s;
        z-index: 9999;
    }

    .expand {
        top: 0;
        width: 100%;
        display: block;
    }

    .menu-social-menu-container {
        display: none;
    }

    .overlay {
        background: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        display: none;
    }

    .show {
        display: block;
        transition: 1s;
    }

    .module-slide .thumb-wrap img {
        min-width: 300px;
    }

    .carousel-wrap.outer-wrap {
        padding: 3em 0;
    }

    .carousel-wrap .cta {
        color: black;
        background: white;
    }

    .inner-wrap.nopad,
    .inner-wrap.lesspad {
        padding: 1em 12%;
    }

    .inner-wrap,
    .outer-wrap {
        padding: 3em 12%;
    }

    #posts .inner-wrap {
        padding: 2em 12% 0;
    }

    #posts .slick-slide {
        padding: 0 2em;
    }

    #posts .outer-wrap .post {
        width: auto;
    }

    .contact .contact-wrap {
        padding: 3em 12%;
    }

    .contact .contact-wrap .flex {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:768px) {

    h1.page-title a,
    h2.page-title a {
        font-size: 22px;
    }

    .single .wide-wrap,
    .blog .wide-wrap,
    .archive .wide-wrap {
        display: block;
        padding: 0 4%;
    }
}

@media only screen and (max-width: 767px) {

    .logo,
    .logo:hover,
    .logo:active {
        display: inline-block;
        margin: 0;
        flex: initial;
    }

    .thumb-wrap {
        float: none;
        width: 100%;
        margin: 0 auto 1em;
    }

    .home h1 {
        font-size: 2em;
    }

    h1,
    h1 a,
    h1 a:hover {
        margin: 0 auto;
    }

    .col-2 {
        columns: 1;
    }

    .col-2 br {
        display: none;
    }

    .col-2 br:nth-of-type(odd) {
        display: block;
        margin: 0 0 1em;
    }

    .col-3 {
        grid-template-columns: 1fr;
        gap: 4em;
    }

    button,
    input.button,
    a.button,
    #commentform input#submit,
    #searchsubmit {
        max-width: 265px;
    }

    #ba .outer-wrap {
        display: block;
    }

    #ba .outer-wrap>div {
        padding: 0;
        margin: 0 auto 2em;
    }

    #pg-our-team .inner-wrap {
        width: auto;
        padding: 3em 12%;
    }

    #pg-our-team .outer-wrap {
        width: 76%;
        padding-top: 3em;
    }

    .module-slide .info-wrap {
        display: block;
    }

    .module-slide .info-wrap .button {
        position: relative;
    }

    #pg-community-giving-back .wide-wrap {
        grid-template-columns: 1fr;
    }

    .products .thumb-wrap {
        order: initial !important;
    }

    .products .thumb-wrap,
    .products .info-wrap {
        flex: 0 0 100%;
        text-align: center;
    }

    footer .social {
        margin: 36px 12%;
    }

}

@media only screen and (max-width: 600px) {
    .carousel-item.slick-slide img {
        width: 90%;
    }

    footer .wrap {
        grid-template-columns: 1fr;
        gap: 3em;
    }

    .footer-contact {
        font-size: 16px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 480px) {

    h2.page-title,
    h1.page-title,
    h1.subheading {
        padding-left: 30px;
    }

    .archive-wrap {
        display: block;
    }

    .archive-wrap .archive-single {
        margin: 2em auto 5em;
    }

    .slides {
        background: #fff;
    }

    .slides .slick-dots {
        bottom: 20px;
    }

    .slick-dots li {
        margin: 0 6px;
    }

    .bio>div.wrap {
        display: block;
    }

    .bio img {
        max-width: 94%;
        float: none;
        margin: 0 auto 1em;
    }

    footer .footer-contact a {
        text-align: center;
        display: block;
    }
}