/*
Theme Name: Port Nikau 2025
Theme URI: https://level.co.nz/
Author: Level
Author URI: https://level.co.nz
Description: This is Level's base theme & plugin package and is subject to Level's Website & Software EULA
Version: 2.5.1
Tested up to: 6.6
Requires at least: 6.6
Requires PHP: 8.1
License: Level Website & Software EULA
License URI: Available on request from Level
Text Domain: port-nikau-2025
--------------------------------------------------------------*/

/* ========================================
   IMPORTS
======================================== */
@import url('css/fonts.css');
@import url('css/icons.css');
@import url('css/video-hero.css');

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: brother-1816, sans-serif;
    color: #6F6F6F;
    font-size: 18px;
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 200;
}

/*----- TYPOGRAPHY */
h1,
h2,
h3 {
    font-family: begum, serif;
    font-weight: 300;
    color: #001E45;
    margin-top: 0;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

h4,
h5,
h6 {
    font-family: brother-1816, serif;
    font-weight: 200;
    color: #001E45;
    margin-top: 0;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    /*letter-spacing: 0.15em;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, li a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover {
    text-decoration: underline;
}


h1 {
    font-size: 80px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
    font-weight: 200;
}

h5 {
    font-size: 20px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}


ul {
    margin: 0 0 1.5em 0;
    list-style: none;
}

li {
    position: relative;
    line-height: 24px;
}

a {
    color: #03626F;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #077989;
    text-decoration: none;
}

button a,
button a:hover,
button a:active,
button a:focus {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

/*----- BUTTONS */
button.underline,
a.underline {
    color: #002C47;
    font-size: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #03626F;
    letter-spacing: 2.8px;
    font-weight: 700;
    padding-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

button.underline:hover,
a.underline:hover,
p.lplink a:hover {
    color: #077989;
    border-bottom: 2px solid #077989;
}

p.lplink a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #03626F;
    letter-spacing: 2.8px;
    font-weight: 700;
    padding-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

p.button a,
a.btn,
button.cta,
a.cta,
.gform_button,
button.pill,
a.button.pill {
    background: #077989;
    color: #fff !important;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

p.button a:hover,
a.btn:hover,
button.cta:hover,
a.cta:hover,
.gform_button:hover,
button.pill:hover,
a.button.pill:hover {
    background: #03626F;
    text-decoration: none;
}

button.arrow,
.button.arrow {
    vertical-align: middle;
    user-select: none;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem 45px 0.5rem 1.5rem;
    background-color: #001E45;
    border-radius: 9999px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;

    background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22arrow-sm-white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.476%22%20height%3D%2215.314%22%20viewBox%3D%220%200%2014.476%2015.314%22%3E%3Cpath%20id%3D%22Fill-26%22%20d%3D%22M2.706-294.386%2C1.7-295.448l6.539-6.6-6.539-6.6L2.706-309.7l7.657%2C7.657-7.657%2C7.657%22%20transform%3D%22translate(4.113%20309.7)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20id%3D%22Fill-27%22%20d%3D%22M4.714-295.835H-8.7V-297.4H4.714Z%22%20transform%3D%22translate(8.7%20304.275)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;

    &:hover {
        background-color: #001733;
        background-position: calc(100% - 17px) center !important;
    }

    &:disabled {
        opacity: 0.5;
        box-shadow: none;
        pointer-events: none;
    }

    &.reverse {
        border: 2px solid #ffffff;

        &:hover {
            background-color: #ffffff;
            color: #001E45;
            icon-arrow-sm-navy;
        }
    }

    &.transparent {
        background-color: transparent;
        border: 2px solid #ffffff;

        &:hover {
            background-color: transparent;
            color: #ffffff;
            icon-arrow-sm-white;
        }
    }
}


section p span,
section p {
    font-weight: 200 !important;
}

/*
Mobile Menu
*/
.rmp-menu-item-link{
    /*height: auto !important;*/
}

ul.rmp-menu > li > a {
    font-family: begum, serif !important;
    font-weight: 300 !important;
    font-size: 40px !important;
    line-height: 1.6em !important;
    padding-right: 5% !important;
}

ul.rmp-submenu > li > a {
    font-family: brother-1816, serif !important;
    font-weight: 200 !important;
    font-size: 20px !important;
    line-height: 1.6em !important;
    padding-right: 5% !important;
}

/*

button.underline, a.underline {
    color: #002C47;
    font-size: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #077989;
    letter-spacing: 2.8px;
    font-weight: 700;
    padding-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}


.main p a:not(.gform_wrapper a):hover,
.main p a:not(.gform_wrapper a):active {
    color: #077989;
}

p.lplink a {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #077989;
    letter-spacing: 2.8px;
    font-weight: 700;
    padding-bottom: 6px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

p.lplink.blue a {
    color: #002C47 !important;
}

p.lplink a:hover {
    color: #fff !important;
}

p.lplink.blue a:hover {
    color: #077989 !important;
}

.main p a:after,
p.lplink a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 1%;
    width: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    height: 2px;
    display: block;
}

p.lplink a:hover:after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}*/

hr {
    border: 0 none;
    height: 1px;
    background: #e9ebec;
    width: 100%;
    margin: 44px 0 56px 0;
}

.introbox.lined:before {
    background: #fff;
    width: 2px;
    height: 94px;
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: -65px;
}

/*.lined:before {
    background: #6681AC;
    width: 2px;
    height: 55px;
    content: "";
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 50%;
    top: -81px;
}

.lined.left:before {
    background: #6681AC;
    width: 2px;
    height: 55px;
    content: "";
    position: absolute;
    top: 20px;
    margin: 0 auto;
    left: 5px;
    top: -81px;
}*/

section.main {
}

/*.main p a {
  color: #000;
  text-decoration: underline;
}*/

.main ul {
    list-style: none;
}

.main li {
    margin-bottom: 1em;
}

.altrows .column li {
    margin-bottom: 0px;
}

.main hr {
    height: 1px;
    border: none;
    margin: 50px auto;
    background-color: #e9ebec;
}

/* END TYPOGRAPHY */

/*----- Global */
.gallery {
    display: flex;
    gap: 25px;
    flex-direction: row;
    flex-wrap: wrap;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.centered {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}

img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}

/* END GLOBAL */

.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
    max-width: 100% !important;
}

#gform_1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

body .gform_wrapper ul li.gfield,
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_button {
    top: 0px;
}

.gform_confirmation_message {
    background: #869d84;
    padding: 7%;
    color: #fff;
    margin-bottom: 20px;
}

input,
textarea,
select {
    border: 1px solid #6F6F6F;
    background: #fff;
    padding: 20px 30px 18px 30px !important;
    border-radius: 5px;
    color: #6e6e6e !important;
}

select#input_6_24 {
    padding: 20px 5px 18px 5px !important;
}

XXXlabel.gfield_label {
    display: none !important;
}

.gfield_label,
.gfield_description,
.gform-field-label--type-sub {
    color: #001E45;
    font-weight: 700;
}

.gform_required_legend {
    color: #6F6F6F !important;
    font-size: 0.8em;
    float: right;
}

input:focus-visible,
textarea:focus-visible,
textarea:focus,
input:focus,
select:focus,
select:focus-visible {
    outline: none !important;
    text-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select#input_5_7 {
    color: #adacac !important;

    font-style: italic;
    font-size: 16px;
}

#field_6_19 hr {
    margin: 30px 0 20px;
}

#choice_6_20_1,
#choice_6_25_1 {
    vertical-align: top;
    margin-top: 7px;
}

input#choice_6_20_1,
input#choice_6_25_1 {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div#field_6_26 {
    border: 1px solid #ffaf3c;
    padding: 20px;
    background: #0000000d;
}

p.button {
    margin: 45px 0;
}

.maincol p.button {
    margin: 40px 0;
}

/* BUTTONS */

/*----- LAYOUT */

header#mainheader {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    height: 726px;
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
}

header#mainheader.darken {
    background-color: #00000073;
    background-blend-mode: darken;
}

header#mainheader.no-hero {
    height: auto;
}

.home header#mainheader {
    height: 949px;
}
.rmp-container{
    background-color: rgba(0, 30, 69, 1) !important;
}
.wrap.headerwrap {
    z-index: 2;
    background-color: rgba(0, 30, 69, 0.9);
    padding: 0 60px !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .wrap.headerwrap {
        padding: 0 20px !important;
    }
}

/*.headergrad {
  background: linear-gradient(180deg, #00000069 0%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
}*/

.main-menu-more {
    display: none;
}

/*header#mainheader.noimage,
.page-template-template-news-landing header#mainheader,
.single header#mainheader,
.category header#mainheader,
.error404 header#mainheader {
  background-color: #002c47;
  background-image: none !important;
  height: 149px !important;
}*/

header#mainheader.noimage .headergrad,
.page-template-template-news-landing header#mainheader .headergrad,
.single header#mainheader .headergrad,
.category header#mainheader .headergrad,
.error404 header#mainheader .headergrad {
    display: none;
}

.herotext {
    position: relative;
    top: 35%;
    transform: translateY(-35%);
    /*bottom: 765px;*/
    width: 100%;
    text-align: center;
    color: #fff;
}

.front-page .herotext,
.hasmobilealt .herotext {
    /*bottom: 545px;*/
}

@media screen and (max-width: 768px) {
    .herotext h6 {
        display: none;
    }
}

.herotext h6 {
    font-size: 0.9em;
    color: #fff !important;
    padding-bottom: 20px;
}

.herotext h1 {
    color: #fff !important;
    font-size: 81px;
    font-weight: 400;
    text-shadow: 0 0 7px #00000029;
    margin-bottom: 0;
}

.introbox {
    background: #002c47;
    box-shadow: 0 10px 20px #00000026;
    width: 967px;
    margin: 0 auto;
    padding: 80px 100px 90px;
    box-sizing: border-box;
    position: relative;
    top: -94px;
    max-width: 92%;
}

.introbox h2 {
    color: #BBBDBF;
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-bottom: 43px;
}

.introbox p {
    color: #BBBDBF;
    /*    font-size: 22px;
        line-height: 34px;*/
}

@media (max-width: 768px) {
    .mobile-padding-top {
        padding-top: 40px;
    }
}

.homeintro {
    background: url(images/design-green-bg.png) repeat-x bottom center #839c84;
    color: #fff;
}

.homeintro p {
    font-size: 24px;
    margin-bottom: 20px;
}

.homeintro p:last-child,
.homereceive p:last-child {
    margin-bottom: 0px;
}

.homereceive h3 {
    margin-bottom: 35px;
    line-height: 1.3;
}

.homeprojects {
    background: #dfe5df;
}

.homeprojects h2 {
    color: #25281f;
    margin-bottom: 25px;
}

.homeprojects p {
    font-size: 18px;
}

.wrap.homeprojects-intro {
    margin-bottom: 80px;
}

.flex-container2 {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    gap: 44px;
    margin-bottom: 75px;
}

.flex-container2 .column {
    background: #fff;
    text-align: left;
    width: 33.333%;
    padding-bottom: 34px;
}

.flex-container2 .column h3 {
    background: #25281f;
    color: #839c84;
    padding: 34px;
    font-size: 36px;
}

.flex-container2 .column h3 a {
    color: #839c84;
    text-decoration: none;
}

.flex-container2 .column h3 a:hover {
    color: #aac3ab;
}

.flex-container2 .column ul {
    padding: 34px 34px 10px 34px;
}

p.morelink a {
    color: #526224;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    background: url(images/icon-more.png) no-repeat center left;
    padding-left: 40px;
    height: 29px;
    padding: 10px 0 10px 40px;
    margin-left: 34px;
}

p.morelink a:hover {
    opacity: 0.8;
}

.newswrap img {
    width: 100%;
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px #0000001a;
}

.newswrap img:hover,
.newswrap h3 a:hover {
    opacity: 0.8;
}

.newswrap:not(.firstnews) h2 {
    color: #001E45;
    font-size: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #001E45;
    margin-bottom: 50px;
    /*text-align: center;*/
    position: relative;
}

.layoutwrap.newswrap h2 {
    color: #002c47;
    /*margin-bottom: 75px;*/
    font-size: 50px;
}

.layoutwrap.newswrap.bluenewsfeed h2 {
    color: #fff;
}

.main .layoutwrap ul.faq-list ul {
    margin: 20px 0 20px 20px;
}

.main .layoutwrap ul {
    list-style: disc;
    margin-left: 20px;
}

.newswrap.newsfeed p.button a {
    /*background: #ffaf3c;*/
}

.newswrap p.blogdate {
    margin-bottom: 5px;
}

.newswrap p.blogdate a,
.blogcontent .blogdate {
    color: #6F6F6F !important;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
}

.blogcontent p {
    color: #6F6F6F !important;
}

.home .newswrap p.blogdate a,
.bluenewsfeed.newswrap p.blogdate a {
    color: #fff;
}

.layoutwrap.newspageloop.nopadtop.bluenewsfeed {
    background: #001E45;
    padding-top: 100px !important;
}

/*.blogcontent .blogdate {
  color: #002c47;
  font-size: 12px;
  font-weight: 700;
}*/

.blogcontent .banner img {
    width: 100%;
}

/*.newswrap h3 a {
    font-family: brother-1816, sans-serif;
    font-weight: inherit;
    text-decoration: none;
}*/

.home .newswrap.xxlargepad h3 a {
    color: #fff;
}

.newswrap h3 {
    margin-bottom: 21px;
}

.newscol {
    width: calc(33% - 74px);
    float: left;
    margin: 0 36px 40px 36px;
    box-sizing: border-box;
}

.newscol:nth-of-type(3n + 4) {
    clear: left;
}

.excerpt,
.bluenewsfeed.newswrap .excerpt {
    color: #6F6F6F;
    font-size: 16px;
}

.newspageloop .excerpt,
.newspageloop .excerpt p {
    color: #6F6F6F;
}

.newswrap p.button a {
    /*background: #25281f;*/
}

/*.firstnews img {
    margin-bottom: 0;
}

.firstnews h2 {
    text-align: left;
    margin-bottom: 20px;
}

.firstnews h2 a {
    color: #000;
    text-align: left;
    text-decoration: none;
}

.firstnews p.blogdate a {
    color: #002c47;
}

.firstnews .excerpt p {
    color: #002c47;
    font-size: 18px;
    margin-bottom: 30px;
}*/

p.blogmore a {
    color: #839c84;
    background: url(images/icon-eye-green.png) no-repeat center left;
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.social-tags {
    margin-top: 20px;
}

.social-tags img:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

ul.post-categories li {
    display: inline-block;
}

ul.post-categories li:after {
    content: ",";
}

ul.post-categories li:last-child:after {
    content: "";
}

/*
ul.post-categories li a,
.posttags a {
    color: #002c47;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}
*/

/*
ul.post-categories li a:hover,
.posttags a:hover {
    opacity: 0.8;
}
*/

.postcats,
.posttags {
    display: inline-block;
}

.posttags:first-letter {
    color: #fbba33;
}

.recentnews {
    margin-top: 50px;
}

.recentnews h2 {
    font-size: 50px;
}

.wrap.line1 {
    /*    background: #1e5576;
        height: 1px;*/
    margin-top: 85px;
}

.wrap.newslinker {
    padding: 36px 0 20px 0;
}

.topblogcontent p {
    font-size: 24px;
    margin-bottom: 20px;
}

.wrap {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    width: 1363px;
    max-width: 92%;
}

.wrap.full {
    width: 92%;
}

.wrap.full.maxedout {
    width: 92%;
    max-width: calc(1920px - 60px);
}

.wrap.mid {
    width: 1290px;
    max-width: 92%;
}

.wrap.small2 {
    width: 967px;
}

.wrap.med {
    width: 960px;
    max-width: 92%;
}

.wrap.small {
    width: 773px;
    max-width: 92%;
}

.smallpad {
    padding: 20px 0;
}

.medpad {
    padding: 35px 0;
}

.largepad {
    padding: 50px 0;
}

.xlargepad {
    padding: 100px 0;
}

.xxlargepad {
    padding: 120px 0;
}

.nopad {
    padding: 0px 0;
}

.nopad .col {
    margin-top: 0;
    margin-bottom: 0;
}

.padbottom {
    padding-bottom: 50px;
}

.nopadtop {
    padding-top: 0 !important;
}

.padded20 {
    padding: 0 20px;
}

.largepad.blogcontent {
    padding-top: 70px;
}

.blogcontent {
    border-bottom: 1px solid #6F6F6F;
}

.blogcontent p {
    margin-bottom: 18px;
}

/*.blogcontent h2 {
    color: #fbba33;
    margin: 1em 0 0.7em;
    font-size: 30px;
    font-weight: 700;

}*/

.supsystic-social-sharing {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
}

.listed9 ul li {
    background: url(images/bullet-white.png) no-repeat left 4px transparent;
    padding: 5px 0px 21px 53px;
    border-bottom: 1px solid #fff;
}

.listed9 ul li a {
    text-decoration: none;
    display: block;
}

.pgntn-page-pagination-intro,
.pgntn-page-pagination a,
.pgntn-page-pagination .current {
    padding: 0.4rem 1rem !important;
    font-size: 15px;
    font-weight: 700;
}

p.logo {
    background: url(images/logo-reversed.png) no-repeat center center transparent;
    width: 172px;
    height: 110px;
    text-indent: -9999px;
    padding: 30px 0;
    float: left;
    margin: 0 0 0 0 !important;
}

p.logo a {
    width: 172px;
    height: 110px;
    display: block;
}

#rmp_menu_trigger-1622 {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    p.logo {
        width: 120px;
        height: 77px;
        background-size: contain;
        padding: 20px 0;
    }

    p.logo a {
        width: 120px;
        height: 77px;
        display: block;
    }

    #rmp_menu_trigger-1622 {
        top: 30px;
    }
}


.col.catlandintro {
    width: 470px;
    margin-right: 50px;
}

.col.catlandintro h2 {
    font-size: 55px;
    max-width: 414px;
}

.catlandcta {
    display: flex;
    justify-content: normal;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    position: relative;
    width: 398px;
    height: 389px;
    box-sizing: border-box;
    float: left;
    margin-left: 16px;
}

.catlandcta.first {
    margin-left: 0;
}

.catlandcontent {
    position: relative;
    z-index: 30;
    padding: 34px 46px;
    color: #fff;
    font-size: 25px;
}

section.overlay {
    background: #38b449;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    opacity: 0.88;
}

.flexlist {
    display: flex;
    max-width: 100%;
    margin: auto;
}

.flexlist li {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding-bottom: 40px;
    background: #0b445f;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}

.flexlist li p {
    margin: 0 0 30px;
    font-size: 25px;
}

.flexlist.newslist li p {
    font-size: 20px;
}

.flexlist.careerslist li p {
    font-size: 18px;
}

.flexlist.careerslist li {
    margin-bottom: 1px;
}

.flexlist li h3 {
    color: #38b449;
    font-size: 16px;
    text-transform: uppercase;
    margin: 40px 0 20px;
    padding: 0 40px;
    line-height: 1.3;
}

.flexlist li h3 a {
    color: #38b449;
    text-decoration: none;
}

.flexlist li h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 40px;
    line-height: 1.2;
}

.flexlist li h4 a {
    color: #fff;
    text-decoration: none;
}

.flexlist li h3,
.flexlist li p {
    padding: 0 40px;
}

.flexlist li .btn {
    align-self: flex-start;
    margin-top: auto;
    margin-left: 40px;
}

ul.flexlist.nonslider {
    flex-wrap: wrap;
}

.flexlist.nonslider li {
    margin-right: 1px;
    flex: 0 1 24.9%;
}

ul.catnavlist {
    margin: 0 !important;
    border-bottom: 1px solid #6F6F6F;
    padding-bottom: 30px;
}

.maincol ul.catnavlist li,
.post-categories li {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    margin: 0 28px 0 0;
    color: #002c47;
    font-size: 14px;
    font-weight: 400;
}

.maincol ul.catnavlist li a,
.post-categories li a {
    color: #002c47;
}

ul.catnavlist li.subscibenav a {
    width: auto;
    font-size: 14px;
    background: #077989;
    color: #fff !important;
    border-radius: 999px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
}

ul.catnavlist li.subscibenav a:hover {
    background: #03626F;
    text-decoration: none;
}

/*ul.catnavlist li.subscibenav {
    float: right;
    margin-right: 0;
}*/

.padrightcol {
    padding-right: 60px;
    box-sizing: border-box;
}

.maincol h2 {
    line-height: 1.3;
}

.maincol h2 strong {
    color: #45cbdd;
}

.maincol ul li {
    padding-left: 1em;
    margin-bottom: 0.7em;
}

.main .maincol ul {
    list-style: disc;
    margin-left: 1em;
}

.main .maincol ul.listed1 {
    list-style: none;
    margin-left: 0;
}

.leftpadded {
    box-sizing: border-box;
    padding-left: 40px;
}

.rightpadded {
    box-sizing: border-box;
    padding-right: 40px;
}

.bottompadded {
    padding-bottom: 80px;
}

.flex-container {
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    flex-direction: row;
}

.flex-container:nth-child(even) {
    flex-direction: row-reverse;
}

.flex-container .column {
    padding: 6%;
    background: #f5f5f5;
    flex: 1;
}

.flex-container .column h2 {
    font-size: 50px;
    line-height: 1em;
}

.flex-container .column h2 b {
    font-weight: 300 !important;
}

.third-towthirds .flex-container .column:nth-of-type(1) {
    width: 66%;
    flex: auto;
}

.third-towthirds .flex-container .column:nth-of-type(2) {
    width: 33%;
    flex: auto;
}

.flex-container .column.third-towthirds {
}

.greylayout + .greylayout {
    margin-top: -100px;
}

.page-id-16 .greylayout + .greylayout {
    margin-top: 30px;
}

.page-id-16 .greylayout:nth-child(3) {
    margin-top: -100px;
}

.flex-container-quote {
    display: flex;
    flex: 1;
    align-items: center;
    flex-flow: row nowrap;
    align-content: flex-start;
    column-gap: 98px;
}

.flex-container-quote .column {
    flex: 1;
}

.flex-container-quote .column.quoteimg {
    width: 35%;
    flex: auto;
}

.flex-container-quote .column.quotetext {
    width: 65%;
    flex: auto;
}

.flex-container-quote .column img {
    box-shadow: 0px 5px 10px #0000001a;
}

.cite {

    font-size: 18px;
    font-weight: 700;
}

.cite .citextra {
    font-weight: 400;
}

.grey {
    background: #f5f5f5;
}

.grey + .layoutwrap.nopadtop {
    padding-top: 100px !important;
}

/*.grey h3,
.altrows h2 {

  color: #fbba33;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.85em !important;
}*/
.greylayout p,
.answer p {
    color: #6F6F6F !important;
}

.layoutwrap p {
    color: #001E45;
    margin-bottom: 24px;
}

.layoutwrap p:last-child {
    margin-bottom: 0;
}

.wysiwyg-area {
    margin-bottom: 90px;
}

.wysiwyg-area h3 {
    margin-bottom: 22px;
}

.main .wysiwyg-area ul {
    list-style: disc;
    margin-left: 30px;
}

.main .wysiwyg-area ul li {
    margin-bottom: 10px;
}

/* END LAYOUT */

/* START page grid */

.container2 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(445px, 1fr));
}

section.overlay {
    background: #002c47;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.container2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 13%;
    flex-direction: column;
    text-align: center;
    position: relative;
    aspect-ratio: 300/233;
    box-sizing: border-box;
}

.container2 > div:hover section.overlay {
    opacity: 0.73;
}

.container2 h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0 !important;
    position: absolute;
    top: -19px;
    background: #002c47;
    padding: 30px 70px;
    z-index: 30;

}

.container2 h3 a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.container2 p {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 35px;
}

.container2 > div:hover p {
    height: auto;
    opacity: 1;
    margin-bottom: 20px !important;
}

.lgcontent {
    position: relative;
    z-index: 30;
    margin-top: 30px;
}

.landingintro.xxlargepad {
    padding: 120px 0 70px;
}

.landingintro {
    margin: 0 auto;
    max-width: 977px;
}

.landingintro h2 {
    font-size: 48px;
    margin-bottom: 35px;
}

.landingintro p {
    margin-bottom: 25px;
}

/* END grid */

header nav {
    float: right;
    margin-top: 66px;
}

nav.themainmenu ul {
    text-decoration: none;
    padding: 0px;
    margin: 0;
    height: 60px;
}

nav.themainmenu ul li {
    float: left;
    display: block;
    margin-right: 29px;
    line-height: 60px;
}

nav.themainmenu ul li:last-child {
    margin-right: 0px;
}

nav.themainmenu ul li a,
nav.auxmenu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    margin: 0 0px 0 0px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

nav.themainmenu ul li a:hover,
nav.themainmenu ul li.current_page_item a,
nav.auxmenu ul li a:hover,
nav.auxmenu ul li.current-menu-item a {
    color: #077989;
}

li.navbutton {
    margin-left: 26px;
}

nav ul li.navbutton a {
    padding: 15px 35px;
    border-radius: 999px;
    color: #fff;
    letter-spacing: 0;
    background: #077989;
}

nav ul li.navbutton a:hover,
nav ul li.navbutton.current-menu-item a {
    background: #03626F;
    color: #fff;
}

nav.themainmenu ul ul {
    /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 60px; /* this should be the same height as the top level menu -- height + padding + borders */
    left: 0px;
    z-index: 1000;
    background: #fff;
    height: auto;
    width: 310px;
    overflow: hidden;
    box-shadow: 1px 5px 8px #163f7214;
}

nav.themainmenu ul ul li {
    /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    line-height: 1.7;
    margin: 0;
    background: #fff;
    margin: 20px 0;
    text-transform: none;
    text-align: left;
    padding: 0;
}

nav.themainmenu ul ul li:last-child {
    border-bottom: 0 none;
}

nav.themainmenu ul ul li a {
    /* target all sub menu item links */
}

nav.themainmenu ul.sub-menu li a {
    color: #163f72;
    border: 0 none;
    background: #fff;
    padding: 0 20px;
    letter-spacing: 0;
}

nav.themainmenu ul ul li.current-menu-item a,
nav.themainmenu ul ul li a:hover {
    color: #077989;
    border: 0 none;
    background: #fff;
}

nav ul li:hover > ul {
    display: inline; /* show sub menus when hovering over a parent */
}


nav.auxmenu {
    position: absolute;
    top: 0;
    right: 60px;
    float: none;
    margin-top: 0;
}

#menu-aux-menu {
    display: flex;
    flex-direction: row;
    gap: 22px;
    height: 40px;
    align-items: center;
    background: #001E45;
    opacity: 1;
    margin-bottom: 0;
    padding: 5px 30px;
}


/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_9_of_12.padright {
    padding-right: 6%;
    width: 68.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
    position: relative;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

.col p,
.col h2,
.col h3,
.maincol p,
.maincol h2,
.maincol h3 {
    margin-bottom: 24px;
}

.maincol p:last-child {
    margin-bottom: 0;
}

.summary h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.summary p {
    font-size: 22px;

}

p.seeall a {
    color: #839c84;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

footer#mainfooter {
    background: #122A52;
    padding: 100px 0 50px;
    width: 100%;
}

.home footer#mainfooter {
    padding: 273px 0 50px;
}

footer#mainfooter p {
    color: #fff;
}

footer#mainfooter p a {
    color: #fff;
    text-decoration: none;
}

footer#mainfooter p a:hover {
    opacity: 0.8;
}

#subfooter {
    background: #001E45;
    padding: 20px 0;
}

#subfooter p {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

#subfooter p a {
    color: #fff;
}

.footer-title {

}

ul.listed1 {
    padding-left: 0;
    list-style: none;
}

.main ul.listed1 li:before,
.main ul.slider li:before {
    content: none;
}

ul.listed1 li {
    width: 24%;
    float: left;
    padding: 0 3%;
    margin-bottom: 40px;
    text-align: center;
    box-sizing: border-box;
}

ul.listed1 li:nth-of-type(4n + 5) {
    clear: left;
}

ul.listed1 li p {
    margin-bottom: 5px;
}

ul.listed1 li h2 {
    margin-bottom: 5px;
    font-weight: 700;
}

ul.listed1 li h2 {
    font-size: 24px;
}

ul.listed1 li h2 a {
    color: #0b445f;
    text-decoration: none;
}

#rmp-menu-wrap-139 {
    padding-top: 30px;
}

.video_play_button {
    background-image: url(images/play-icon.png);
    background-repeat: no-repeat;
    width: 22%;
    height: 22%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: 50%;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.video_mute_button {
    background-image: url(images/icon-speaker-mute.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: 50%;
    cursor: pointer;
    float: right;
    position: relative;
}

.video_play_button.clicked {
    opacity: 0;
}

.video_play_button.clicked:hover {
    opacity: 1;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

video {
    width: 100% !important;
    height: auto !important;
}

.video_wrapper {
    position: relative;
    padding-bottom: 31.5%;
    padding-top: 0px;
    height: 0;
}

.video_wrapper object,
.video_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.registerint {
    background: url(images/boats-bg.jpg) repeat-x bottom center #839c84;
    background-size: cover;
    padding-top: 160px;
}

.registerint h2 {
    color: #fff;
    margin-bottom: 33px;
    margin-bottom: 33px;
}

.flex-grid {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.firstnews .flex-grid {
    gap: 60px;
    align-items: center;
}

.formwraper .flex-grid {
    gap: 100px;
}

.formwraper .flex-grid a {
    color: #000;
}

.flex-grid3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 5.7%;
}

.flexcol3 {
    width: 29.5%;
}

.flexcol2 {
    width: 46%;
}

.registerint .flex-grid {
    background: #fff;
    padding: 87px 100px;
    gap: 72px;
    margin-bottom: -192px;
}

.flexcol {
    flex: 1;
}

/*

h2.table-title {
    color: #077989;

    font-weight: 700;
    font-size: 30px;
    margin-bottom: 43px;
}*/

.table1 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 18px;
}

.table1 th, .table1 td {
    border: none;
    padding: 12px 0;
    text-align: left;
}

.table1 th {
    border-bottom: 4px solid #002C47;
}

.table1 tbody tr {
    height: 54px;
}

.table1 tbody td {
    border-bottom: 1px solid #002C47;
    width: 33.33%;
}

.table-after {
    font-size: 14px;
}


/* # FAQ
--------------------------------------------- */

.faq-list,
.faq-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.faq-list {
    margin-left: 0 !important;
}

.faq-list > li {
    background: #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #6F6F6F;
    padding-left: 0 !important;
}

.faq-list li ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.faq-list > li:first-child {
    border-top: 1px solid #6F6F6F;
}

.faq-list li .question {
    display: block;
    padding: 25px 45px 22px 0px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}

.faq-list li a.question {
    color: #002c47;
    text-decoration: none;
}

.faq-list li .question:before {
    content: "\f132";
    font-family: "dashicons";
    color: #077989;
    right: 0;
    margin-right: 10px;
    position: absolute;
    top: 25px;
    font-weight: 300;
}

.faq-list li .question.on:before {
    content: "\f460";
    font-family: "dashicons";
    font-weight: 200;
}

.faq-list li .answer {
    display: none;
    font-size: 18px;
    padding: 0px 0 25px 0;
    line-height: 28px !important;
}

.layoutwrap h2 {
    margin-bottom: 0.6em;
}

.layoutwrap.tileswrap h2 {
    margin-bottom: 75px;
}

.thirdsmulti img {
    margin-bottom: 35px !important;
}

.thirdsmulti h3 {
    font-size: 23px;
    font-weight: 700;
    color: #077989;
    line-height: 1.3;
    margin-bottom: 15px !important;

}

.thirdsmulti p {
    font-size: 16px;
}

.thirdsmulti p {
    margin-bottom: 20px;
}

.bx-wrapper {
    margin-bottom: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

x.bx-wrapper .bx-controls-direction a {
    height: 60px !important;
    width: 60px !important;
    top: 42% !important;
    z-index: 99 !important;
}

.bx-wrapper a.bx-prev {
    background: url(images/arrow-left.svg) no-repeat scroll center center;
}

.bx-wrapper a.bx-next {
    background: url(images/arrow-right.svg) no-repeat scroll center center;
}

.bx-wrapper a.bx-prev:hover,
.bx-wrapper a.bx-prev:focus,
.bx-wrapper a.bx-next:hover,
.bx-wrapper a.bx-next:focus {
    background-position: center center;
    transform: scale(1.1);
}

.main .layoutwrap ul.slider {
    margin-left: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* stop commented backslash hack */

/* END TYPOGRAPHY */

/*********************** START RESPONSIVE *****************/

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1362px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1363px) {
    .hidden-lg {
        display: none !important;
    }
}

/* for 1419px or LESS */
@media screen and (max-width: 1419px) {
    .hero1 h1 br,
    nav.themainmenu,
    nav.auxmenu {
        display: none;
    }

    .hero1 h1 {
        font-size: 85px;
    }

    .hero1 {
        padding: 140px 0;
    }

    .hero1 p {
        max-width: 100%;
    }

    .col.catlandintro {
        width: 100%;
        margin-right: 0;
    }

    .col.catlandintro h2 {
        max-width: 100%;
    }

    .catlandcta {
        width: 48%;
    }

    .maincol {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    p.button a,
    .gform_button {
        display: inline-block;
    }

    footer#mainfooter h3 br {
        display: none;
    }
}


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

    .table1 tbody td {
        width: auto;
    }

    .table1 th,
    .table1 td {
        padding-right: 20px;
    }

}


/* for 768px or less */
@media screen and (max-width: 768px) {
    .page-id-16 .greylayout:nth-child(3) {
        margin-top: -30px;
    }

    .xlargepad {
        padding: 30px 0;
    }

    .greylayout + .greylayout,
    .grey + .layoutwrap.nopadtop {
        padding-top: 20px !important;
        margin-top: 0;
    }

    .cattags.alignright,
    .prevnext .alignright {
        text-align: left;
    }

    .maincol ul.catnavlist li {
        display: block;
        padding: 0 0 10px 0;
        margin: 0;
        text-align: center;
    }

    ul.catnavlist li.subscibenav {
        float: none;
        margin: 20px 0 0 0;
    }

    footer#mainfooter {
        padding: 73px 0 50px;
    }

    .registerint .flex-grid {
        flex-direction: column-reverse;
        padding: 35px 20px;
        margin-bottom: 0;
        gap: 20px;
    }

    .firstnews .flex-grid {
        flex-direction: column-reverse;
        gap: 20px;
    }

    input#gform_submit_button_1 {
        width: 244px !important;
        margin-top: 15px;
    }

    div#field_1_1 {
        padding-right: 0;
    }

    input,
    select {
        line-height: 1 !important;
    }

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

    .flex-container2 .column {
        width: 100%;
    }

    .threecolfaq .flex-grid3 {
        row-gap: 0;
    }

    .faq-list li:first-child {
        border-top: 0 none;
    }

    .flexcol3,
    .flexcol2 {
        width: 100%;
    }

    .formwraper .flex-grid {
        gap: 40px;
        flex-direction: column;
    }

    .flex-container-quote {
        flex-direction: column;
        text-align: center;
        row-gap: 40px;
    }

    .flex-container-quote .column.quoteimg {
        width: 100%;
    }

    .flex-container-quote .column.quotetext {
        width: 100%;
    }

    .flex-container {
        flex-direction: column-reverse;
    }

    .flex-container .column.promoimg {
        min-height: 250px;
    }

    .flex-container:nth-child(even) {
        flex-direction: column-reverse;
    }

    .flex-container .column {
        padding: 6%;
        background: #f5f5f5;
        flex: 1;
    }

    .third-towthirds .flex-container .column:nth-of-type(1),
    .third-towthirds .flex-container .column:nth-of-type(2) {
        width: auto;
    }

    .hero1 {
        padding: 70px 0;
    }

    .specialheading h1 {
        font-size: 40px;
        word-break: break-word;
    }

    .wrap.herocontent {
        background: none;
        padding-left: 0;
    }

    .downlink {
        display: none;
    }

    .newscol {
        width: calc(50% - 40px);
        margin: 0 20px 40px 20px;
    }

    .newscol:nth-of-type(3n + 4) {
        clear: none;
    }

    .newscol:nth-of-type(2n + 3) {
        clear: left;
    }

    .text1 {
        background-image: none;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12,
    .span_9_of_12.padright {
        width: 100%;
        padding-right: 0;
    }

    .xxlargepad {
        padding: 60px 0;
    }

    .catlandcta {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
        margin: 0 0 20px 0;
    }

    .hero1 h1 {
        font-size: 65px;
    }

    /*.herotext {*/
    /*  padding:0 20px;*/
    /*}*/
    img.alignright,
    img.alignleft {
        float: none;
        margin: 0;
    }

    p.button a,
    .gform_button {
        position: initial;
    }

    .span_3_of_12,
    .span_9_of_12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .rightpadded {
        padding-right: 0px !important;
    }

    .leftpadded {
        padding-left: 0px !important;
    }

    p.button a,
    .gform_button {
        display: block;
        text-align: center;
    }

    ul.listed1 li {
        width: 50%;
    }

    ul.listed1 li h2 {
        font-size: 22px;
    }

    ul.listed1 li:nth-of-type(3n + 4) {
        clear: none;
    }

    ul.listed1 li:nth-of-type(2n + 3) {
        clear: left;
    }

    #mainfooter .col {
        text-align: center;
    }
}

/* for 580px or less */
@media screen and (max-width: 580px) {
    .headergrad {
        display: none;
    }

    .gallery {
        flex-direction: column;
        align-content: center;
    }

    .newspageloop .wrap p.button {
        margin: 0;
    }

    .wrap.videowrap {
        padding: 0 0 50px;
    }

    .newswrap.xxlargepad {
        margin-top: 0;
        padding-top: 50px;
    }

    .home .newswrap.xxlargepad {
        padding-top: 100px;
        margin-top: 0;
    }

    .lined:before {
        height: 44px;
        top: -53px;
    }

    .container2 {
        grid-gap: 53px;
        margin-top: 30px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .container2 > div {
        padding: 0px 5%;
    }

    .container2 h3 {
        font-size: 22px;
    }

    .container2 p {
        font-size: 14px;
    }

    .introbox {
        box-shadow: none;
        margin: 0 auto;
        padding: 80px 5% 90px;
        top: 0;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .home .introbox {
        margin-bottom: 10px;
    }

    header#mainheader {
        height: 544px !important;
    }

    header#mainheader.no-hero {
        height: auto !important;
    }

    header#mainheader.hasmobilealt {
        background-size: 0, cover;
    }

    header#mainheader.noimage {
        height: 149px !important;
    }

    .herotext h1 {
        font-size: 58px;
    }

    .introbox.lined:before {
        height: 54px;
        top: -25px;
    }

    .newscol {
        width: calc(50% - 20px);
        float: left;
        margin: 0 10px 20px 10px;
    }

    .newswrap h3 {
        line-height: 1;
    }

    .newswrap h3 a {
        /*font-size: 16px;*/
    }

    .flex-container .column {
        padding: 20px;
    }

/*    h2,
    .col.catlandintro h2,
    .standout1 h2 {
        font-size: 40px !important;
    }*/

    .home footer#mainfooter {
        padding: 50px 0;
    }

    footer#mainfooter h3 {
        font-size: 30px;
    }

    footer#mainfooter {
        padding: 55px 0;
    }

    .flexlist li h3,
    .flexlist li p,
    .flexlist li h4 {
        padding: 0 15px;
    }

    .flexlist li h4 {
        font-size: 18px;
    }

    .flexlist li .btn {
        margin-left: 15px;
    }

    .catlandcontent,
    .flexlist li p,
    .flexlist.newslist li p {
        font-size: 18px;
    }

    .hero1 h1 {
        font-size: 52px;
    }

    .hero1 p {
        font-size: 22px;
    }

    .outrocta {
        top: 0;
    }

    .smallpad,
    .medpad,
    .largepad {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .alignright {
        text-align: center;
    }

    span.vanity {
        display: block;
    }

    .newscol {
        width: 100%;
        margin: 0 0 45px 0;
        float: none;
    }
}

@media screen and (max-width: 374px) {
    .hero1 h1 {
        font-size: 42px;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 20% !important;
    }

    .flexlist.nonslider li {
        flex-basis: 100%;
    }
}
