<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*   
Theme Name: AV Powell Theme
Theme URI: http://www.eyesoreinc.com
Description: This is a WordPress Theme template 
Author: JS
Author URI: http://www.eyesoreinc.com
Version: 1
*/
*{
    font-family: "sharik-sans",sans-serif;
    font-size: 18px;
    color: black;
}
img{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
h1{
    font-size: 34px;
    color: #1A5656;
}
h2{
    font-size: 30px;
    color: #1A5656;
}
h3{
    font-size: 26px;
    color: #1A5656;
}
h4{
    font-size: 24px;
    color: #1A5656;
}
h5{
    font-size: 20px;
    color: #1A5656;
}
h1 *, h2 *, h3 *, h4 *, h5 *, p strong{
    font-size: inherit;
    color: inherit;
}
h1, h2, h3, h4, h5{
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
#header {
    background: #31B3BA;
    width: 100%;
    /* border-bottom: 15px solid #286060; */
}
.logo-left{
    /* background: white; */
    /* float: left; */
    /* padding: 20px 20px 10px; */
        flex-basis: 30%;
}
.logo-left a{
    display: block;
}
.logo-left img {
    max-width: 250px;
    width: 100%;
    margin: 0;
    object-fit: contain;
}
.menu-right {
    /* float: right; */
    text-align: right;
    position: relative;
}


ul#menu-main {
    list-style-type: none;
    margin: 15px 0 0;
}
ul#menu-main&gt;li{
    display: inline-block;
    position: relative;
}
ul#menu-main li a {
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    padding: 0px 7px 15px;
    display: block;
    font-weight: 500;
}
ul#menu-main li:last-child a{
    padding-right: 0;
}
ul#menu-main li.current_page_item a{
    color: white;
}

ul#menu-main li ul.sub-menu{
    display: none;
}
ul#menu-main li:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    background: #286060;
    list-style-type: none;
    margin-left: 0;
    text-align: left;
    width: 200px;    z-index: 33;
}
ul#menu-main li:hover ul.sub-menu li{
    display: block;
}
ul#menu-main li:hover ul.sub-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #cecece;
    color: white;
}


.dark-grey{
    height: 10px;
    margin: 0;
    padding: 0;
    background: #8E8E8E;
    width: 100%;
    position: relative;
    z-index: -1;
}

/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
.hero-img {
    margin-top: -30px;
}
.hero-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    -webkit-clip-path: polygon(50% 100%, 100% 95%, 100% 0, 0 0%, 0 95%);
    clip-path: polygon(50% 100%, 100% 95%, 100% 0, 0 0%, 0 95%);
}
.bg-grid {
    width: 100%;
    height: 320px;
    background: url(images/main-section-bg.png) 54% 50% no-repeat;
    margin-top: -85px;
    /*margin-bottom: -60px;*/
    margin-bottom:0px;
}
.bg-grid h2 {
    color: #1A5656;
    font-size: 30px;
    font-weight: normal;
    padding-top: 20px;
    margin-bottom: 15px;
}
.bg-grid p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.top-left {
    width: 46%;
    float: left;
    margin-top: 90px;
    padding: 0 15px;
}
.top-right {
    width: 47%;
    float: left;
    margin-top: 90px;
    padding-left: 40px;
}


.middle-img img {
    height: 460px;
    object-fit: cover;
    width: 100%;
   /* -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0); */
    margin-top: -63px;
}


.specialized-content {
    width: 100%;
    margin-top: 10px;
    background: #EFEFEF;
    padding: 30px 0;
}
.specialized-content h2{
    color: #1A5656;
    padding: 0 30px;
}
.spec-left {
    width: 45%;
    float: left;
    padding: 0 30px;
}
.spec-right {
    width: 45%;
    float: left;
}
.specialized-content ul {
    background: white;
    border: 2px solid #cecece;
    padding: 5px 20px 5px 50px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    margin-left: 0;
    width: 65%;
    list-style-image: url('images/grey-dot.png');
}
.specialized-content ul li{
}
.hp-callouts {
    display: flex;
    margin-top: -15px;
    position: relative;
    z-index: 1;
}
.callout {
    width: 30%;
    margin-right: 55px;
    background: #EFEFEF;
    justify-content: space-between;
    display: block;
}
.callout:last-child{
    margin-right: 0;
}
.callout h2{
    font-size: 18px;
    padding: 15px;
    color: #286060;
}
.callout a{
    font-size: inherit;
    font-size: inherit;
    color: inherit;
}
.callout p{
    margin: 0;
}
.callout.cimg h2, .callout.cgreen h2 {
    color: white;
}
.callout.cgreen{
    background: #31B3BA;
    color: black
}
.callout.cgreen .ctop{
    background: rgba(39, 140, 140, 0.26);
}
.ctop {
    /*background: rgba(204, 204, 204, 0.43);*/
}
.cbody {
    padding: 0 20px 20px;
}
.cbody img {
    max-width: 200px;
}
.centered{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.centered img {
    margin: 0 10px;
}

.tri-left img, .tri-right img {
    width: 100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 57px;
    object-position: bottom;
}

/*------------------------------------*\
    $SUBPAGE
\*------------------------------------*/
.badge {
    background: #D6D6D6;
    color: #1A5656;
    padding: 10px 50px 45px;
    text-align: left;
    float: left;
    /* margin-top: -30px; */
    margin-bottom: -15px;
    max-width: 192px;
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 71%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 71%);
}
.badge span.larger{
    font-size: 24px;
    letter-spacing: 3px;
    color: #1A5656;
}
.badge p{
    font-size: 18px;
    color: #1A5656;
    margin: 0;
}
.sub-title {
    display: inline-block;
    margin-left: 30px;
    padding-top: 20px;
}
.submast {
    height: 300px;
    width: 100%;
    -webkit-clip-path: polygon(50% 15%, 100% 6%, 100% 100%, 0% 100%, 0% 6%);
    clip-path: polygon(50% 15%, 100% 6%, 100% 100%, 0% 100%, 0% 6%);
    object-fit: cover;
    object-position: top;
}
#fullwidth .submast {
    height: 400px;
}
.subentry{
    margin-top: -20px;
}
.entry{
    padding-left: 20px;
    padding-bottom: 40px;
}


/*tables*/
ul.infotable {
    margin: 0 0 50px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
ul.infotable li {
    padding: 20px 5px;
    border: 1px solid #ccc;
    width: 21.853%;
    text-align: center;
    margin-left: -1px;
    margin-bottom: -1px;
}
ul.infotable li p:last-child{
    margin-bottom: 0;
}
ul.infotable li a img.alignnone {
    margin: 0;
}


/*sidebar*/
#sidebar h2 {
    font-size: 24px;
    text-align: center;
    background: url(images/sidebar-bar.png) center center no-repeat;
    height: 58px;
    background-size: cover;
    padding-top: 35px;
}
#sidebar a {
    color: black;
    font-size: 22px;
}
#sidebar ul{
    list-style-image: url('images/grey-dot.png');
}

#sidebar .callout {
    width: 89.5%;
    margin: 0 0 30px 0;
    float: right;
}
#sidebar .callout h2, #sidebar .callout.cgreen h2 {
    font-size: 24px;
    text-align: center;
    /*background: initial !important;
    height: auto !important;
    background-size: cover;*/   
    padding: 20px 0;
    margin: 0;
}
#sidebar .callout h2, #sidebar .callout h2 a{
    color: #286060;
}
#sidebar .callout.cgreen h2, #sidebar .callout.cgreen h2 a{
    color: white;
}
#sidebar .callout .cbody img {
    max-width: 100%;
    width: auto;
}
#sidebar .callout p {
    margin: 20px 0 0;
}


/*template sidebar left*/
#sidebar-left #sidebar .callout{
    float: left;
}
#sidebar-left #sidebar h2 {
    background: url(images/sidebar-bar-left.png) center center no-repeat;
    background-size: cover;
    height: 60px;
}
#sidebar-left .badge {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 0% 65%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 0% 65%);
}

/*blog*/
.blog .entry {
    padding-bottom: 20px;
}


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.tri-bleft {
    position: relative;
    z-index: 0;
    margin-bottom: -121px;
}
.footer-news {
    padding: 10px;
    margin-bottom: 30px;
    background: #e9e9e9;
}
.footer-news h2{
    color: #286060;
    display: inline-block;
}
a.readall {
    color: #31B3BA;
    float: right;
    margin-bottom: 30px;
}
ul.news-list {
    margin: 0;
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}
ul.news-list li{
}
ul.news-list li a {
    color: black;
    padding: 1px 0 0px;
    margin-bottom: 15px;
    display: block;
}

footer {
    background: #D3D3D3;
    width: 100%;
    padding: 20px 0 20px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}


/*------------------------------------*\
    $TYPE
\*------------------------------------*/
a{
    color:#4a8ec2;
}





/*------------------------------------*\
    $MISC
\*------------------------------------*/
hr{
    padding:0;
    border:none;
    height:1px;
    background-color:#ccc;
}
a.button {
    display: inline-block;
    padding: 10px 20px;
    background: #31B3BA;
    color: white;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: 600;
}
a.button.button-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto 15px auto;
}
a.button.button-icon img{
    width: 100%;
    max-width: 45px;
    margin-left: 7px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.mobile{display: none;}
.mobile-displayed{display: none;}
#rmp-menu-wrap-1451 .rmp-menu-item-link{
    width: auto!important;
}
html #rmp-menu-wrap-1451 .rmp-menu-item-link .rmp-font-icon{
    width: 40px;
    font-size: 35px;
    color: white;
}
/*------------------------------------*\
    $MOBILE RESPONSIVENESS
\*------------------------------------*/
@media screen and (max-width: 1020px){
    .top-left{padding: 0;}
    .bg-grid h2, .bg-grid p {
        padding-left: 15px;
    }
}
@media screen and (max-width: 1000px){
    .logo-left img {
        max-width: 350px;
    }
    ul#menu-main {
        margin: 20px 0 0;
    }
    .mobile{display: block;}
    #header {
        position: relative;    
    }
    html button#rmp_menu_trigger-1451 {
        top: initial;
        width: 100%;
        text-align: right;
        padding-right: 30px;    
        background: #286060;
        z-index: 1;
        border-radius: 0;
        padding-top: 9px;
    }
    html button#rmp_menu_trigger-1451:hover{background: #286060;}
}
@media screen and (max-width: 832px){
    .bg-grid .alignleft {
        margin: 0 20px 0 0;
    }
    .bg-grid h2{
        float: none;
    }
    .callout {
        width: 32%;
        margin-right: 20px;
    }
    td {
        /* display: table-row; */
        text-align: center;
    }


}
@media screen and (max-width: 768px){
    .hp-callouts{
        display: block;
    }
    .callout, .callout:last-child {
        width: 100%;
        margin: 0 auto 30px;
        justify-content: initial;
        min-height: 300px;
        max-width: 350px;
    }
    #sidebar h2 {
        font-size: 20px;
    }
    .badge {
        margin-top: 10px;
    }
    ul.infotable li {
        width: 30%;
    }
    header#header {
        background: rgba(49, 179, 186, 1)!important;
        padding-bottom: 0 !important;
    }
    .masthead {
        margin-top: 150px;
    }
    .utility-bar{
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 720px){
    .bg-grid{
        background: none;
    }
    .top-left, .top-right {
        width: 100%;
        clear: both;
        margin-top: 0;
        padding-left: 0; 
        text-align: center;
    }
    .bg-grid {
height: auto; 
}
.top-left, .top-right {
float: none; 
}
    .bg-grid h2, .bg-grid p {
        float: none;
        padding: 0;
    }
    .top-left{
        padding-top: 90px;
    }
    .bg-grid .alignleft {
        margin: 0;
        float: none;
    }
    .spec-left, .spec-right {
        width: auto;
        float: none;
        padding: 0 20px;
    }
    #sidebar .callout {
        width: 100%;
        margin: 0 auto 30px;
        float: none;
    }    
    .mobile-hidden{display: none;}
    .mobile-displayed{display: block;}
    li.empty-box {
        display: none;
    }
}
@media screen and (max-width: 600px){
    ul.news-list {
        margin: 0;
        list-style-type: none;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .tri-left img, .tri-right img{
        display: none;
    }
    .hp-callouts {
        margin-top: 30px;
    }
    .hero-img img{margin-top: 40px;}
    .hero-img img, .middle-img img, #fullwidth .submast{
        height: auto;
        object-fit: initial;
    }
    .badge {
        padding: 10px 20px 45px;
        max-width: 100%;
        width: auto;
    }
    .entry {    padding-left: 0; }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    html button#responsive-menu-button {
        top: auto;
    }
}


/* Homepage Update 5.31.23 */
#header{
    background: rgba(49, 179, 186, 1);
    position: relative;
    top: initial;
    left: initial;
    padding: 10px 0 0;
    transition: all .5s ease;
    z-index: 5;
}
.home #header {
    background: rgb(50, 79, 162);
    background: linear-gradient(0deg, rgba(50, 79, 162, 0) 0%, rgba(49, 179, 186, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 30px;
}
header#header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: rgba(49, 179, 186, 1);
    padding: 0;
}
#header .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home .dark-grey{
    background: #999999;
}
.full-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
a.full-link:active,
a.full-link:focus {
    position: absolute !important;
    top: 0 !important;
}
.visually-hidden{
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/* Utility Bar */
.utility-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
}
.utility-bar p,
.utility-bar a{
    color: white;
    margin-bottom: 0;
}
.utility-bar .button{
    background: white;
    color: #31B3BA;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 5px 30px;
    font-weight: 600;
    transition: all .5s ease;
    margin-left: 10px;
    border: 2px solid white;
}
.utility-bar .button:hover{
    background: #31B3BA;
    color: white;
}
/* Masthead */
.masthead{
    border-bottom: 10px solid #999999;
    height: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.masthead__hosted {
    height: 100%;
    width: 100%;
    position: relative;
    background: #134e52;
}
.masthead__hosted a,
.masthead__hosted p{
    display: none;
}
.masthead object,
.masthead embed,
.masthead video,
.masthead iframe {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.masthead__gallery{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.masthead__slide{
    position: relative;
}
.masthead__gallery img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.masthead__inner{
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 10px;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
}
.masthead__title{
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 0px 15px black;
}
.masthead__subtitle{
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 15px black;
}
.masthead__inner .button{
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.masthead__gallery .slick-list,
.masthead__gallery .slick-track{
    height: 100%;
}
.masthead__gallery ul.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.masthead__gallery ul.slick-dots li{
    margin: 0 9px;
    padding: 0;
    display: inline-block;
}
.masthead__gallery ul.slick-dots li button {
    border: 2px solid white;
    background: rgba(255,255,255,.6);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-indent: -9999px;
}
.masthead__gallery ul.slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

/* Latest News */
.latest-news{
    background: #EBEBEB;
}
.latest-news h2 {
    text-transform: uppercase;
}
.latest-news__slide a{
    color: black;
    text-decoration: none;
}
.latest-news__slide a:hover{
    text-decoration: underline;
}

/* Two Column Section */
.two-column{
    border-bottom: 10px solid #999999;
}
.two-column .wrapper{
    display: flex;
    flex-wrap: nowrap;
}
.two-column__column{
    flex-basis: 50%;
}
.two-column__left{
    box-shadow: 10px 0px 0px 0 #31B3BA;
}
.two-column__left .two-column__inner {
    padding: 40px 40px 20px 0;
}
.two-column__right .two-column__inner {
    padding: 40px 0 20px 40px;
}
.two-column__inner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.two-column__image a{
    display: block;
}
.two-column__inner .two-column__image img{
    max-width: 175px;
    width: auto;
    object-fit: contain;
}
.two-column__inner .two-column__image img{
    padding-right: 10px;
}
.two-column__inner h2{
        font-weight: 400;
}
.two-column__inner p:last-child{
    margin-bottom: 0;
}

/* Three Column Section */
.three-column{
    border-bottom: 10px solid #999999;
    background: #EBEBEB;
}
.three-column .wrapper {
    display: flex;
    flex-wrap: nowrap;
}
.three-column__single{
    padding: 20px 40px;
    flex-basis: 33%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.three-column__single:nth-child(1),
.three-column__single:nth-child(2){
    box-shadow: 10px 0px 0px 0 #31B3BA;
}
.three-column__single h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}
.three-column__single img{
    /* width: 100%; */
    object-fit: contain;
    margin: 0 auto 10px;
}
.three-column__content {
    width: 100%;
    max-width: 100%;
}
.three-column__button{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 12px auto;
    text-align: center;
}
/* Testimonials section */
.qsandts{
    padding: 40px 60px;
    background: rgb(50, 79, 162);
    background: linear-gradient(0deg, rgba(50, 79, 162, 0) 0%, rgba(49, 179, 186, 1) 100%);
    text-align: center;
}
.qsandts h2{
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    font-weight: 800;
    max-width: 850px;
    width: 100%;
    margin: 0 auto 20px;
}
.qsandts__question{
    color: black;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 800;
}
.qsandts__testimonial{
    font-size: 26px;
    color: black;
    margin-bottom: 20px;
}
.qsandts__byline{
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
    font-style: italic;
}
.qsandts__single a.button {
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 20px;
    text-transform: uppercase;
}

/* Footer */
footer{
    background: rgb(211, 211, 211);
    background: linear-gradient(180deg, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 40px 0;
}
footer .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__logo{
    flex-basis: 30%;
}
.footer__menu {
    flex-basis: 40%;
}
.footer__buttons {
    flex-basis: 30%;
}
.footer__copyright {
    flex-basis: 100%;
    text-align: left;
}
.footer__logo a{
    display: block;
}
.footer__logo img{
    max-width: 250px;
    width: 100%;
    object-fit: contain;
}
.footer__menu ul{
    columns: 2;
    list-style-type: none;
    margin: 0 0 0 40px;
    padding: 0;
}
.footer__menu a{
    display: block;
    text-transform: uppercase;
    color: black;
}
.footer__buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer__buttons a{
    flex-basis: 48%;
}
.footer__buttons a.footer__buttons--wide{
    flex-basis: 100%;
}

/* News Slider */
.latest-news{
    padding: 30px 0;
}
.latest-news__slider .slick-list, .qsandts__slider .slick-list{
    margin: 0 50px;
}
.latest-news__slider button, .masthead__gallery button, .qsandts__slider button{
    border: 0;
    background: initial;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.latest-news__slide{
    padding-right: 40px;
}
.latest-news__slider .slick-slide a{
    font-size: 20px;
}
.latest-news__slider .slick-slide a br{
    display: none;
}
.latest-news__slider button, .masthead__gallery button, .qsandts__slider button{
    cursor: pointer;
}
.latest-news__slider button i, .masthead__gallery button i, .qsandts__slider button i{
    font-size: 40px;
}
.latest-news__slider button.slick-prev, .qsandts__slider button.slick-prev{
    left: 0;
}
.latest-news__slider button.slick-next, .qsandts__slider button.slick-next {
    right: 0;
}
.masthead__gallery button.slick-prev{
    left: 20px;
}
.masthead__gallery button.slick-next{
    right: 20px;
}
a:visited {
    opacity: 1 !important;
}
/* Reponsive */
@media screen and (max-width: 1170px){
    .masthead__inner {
        padding: 0 65px;
        max-width: calc(100% - 120px);
    }
}
@media screen and (max-width: 991px){
    #header .wrapper {
        justify-content: center;
    }
    header#header.is-sticky .utility-bar{
        display: none;
    }
    html button#rmp_menu_trigger-1451{
        height: auto;
        padding: 12px;
    }
    .logo-left{
        flex-basis: 100%;
        text-align: center;
        margin: 7px 0;
    }
    .masthead{
        height: 500px;
    }
    span.rmp-trigger-text {
        color: white;
    }
    .masthead__title{
        font-size: 30px;
    }
    .masthead__inner{
        margin-top: 60px;
    }
    .latest-news{
        padding: 30px 10px;
    }
    .latest-news__slide {
        padding-right: 0;
    }
    .latest-news__slider .slick-list{
        margin: 0 10px;
    }
    .two-column .wrapper,
    .two-column__inner,
    .three-column .wrapper{
        flex-wrap: wrap;
    }
    .two-column__column,
    .three-column__single{
        flex-basis: 100%;
        text-align: center;
    }
    .two-column__left {
        box-shadow: 0px 10px 0px 0 #31B3BA;
    }
    .two-column__left .two-column__inner,
        .two-column__right .two-column__inner {
        padding: 40px;
    }
    .three-column__single:nth-child(1),
    .three-column__single:nth-child(2) {
        box-shadow: 0px 10px 0px 0 #31B3BA;
    }
    .two-column__content,
    .two-column__image,
    .two-column__inner .two-column__image img{
        flex-basis: 100%;
        margin: 0 auto;
    }
    .three-column__content {
        width: 100%;
    }
    .three-column__single img{
        max-width: 200px;
    }
    .qsandts h2{
        font-size: 20px;
    }
    .qsandts__question{
        font-size: 24px;
    }
    .qsandts__testimonial{
        font-size: 18px;
    }
    .footer__logo,
    .footer__menu,
    .footer__buttons{
        flex-basis: 100%;
        text-align: center;
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .footer__logo img{
        max-width: 250px;
        margin: 0 auto;
    }
    .footer__menu ul{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
}</pre></body></html>