/*
Theme Name: Saltwater
Text Domain: saltwater
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description:  Custom theme by Cat On The Couch
Author: Cat On The Couch
Author URI: https://catonthecouch.com
Theme URI: https://catonthecouch.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/Lato-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/Lato-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/Lato-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/Lato-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Noto';
    src: url('fonts/NotoSans-BoldItalic.eot');
    /* IE9 Compat Modes */
    src: url('fonts/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/NotoSans-BoldItalic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/NotoSans-BoldItalic.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/NotoSans-BoldItalic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/NotoSans-BoldItalic.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'NotoSerif';
    src: url('fonts/NotoSerif-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/NotoSerif-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/NotoSerif-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/NotoSerif-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/NotoSerif-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/NotoSerif-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    font-family: proxima-nova, sans-serif;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    line-height: 1.5;
}

/* :focus {
    outline: 0;
} */

a.info {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none
}

a.info:hover,
a.info:focus,
a.info:active {
    z-index: 25;
}

a.info span {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

a.info:hover span,
a.info:focus span,
a.info:active span {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 12em;
    border: 1px solid #0cf;
    background: none;
    color: #000;
    text-align: center
}

div.example {
    margin-left: 5em;
}

blockquote::before,
blockquote::after {
    content: "";
}

a {
    color: rgba(39, 161, 171, 1);
}

p {
    font-size: 14px;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
    margin: 0 0 24px 0;
}

ul {
    margin-left: 18px;
    line-height: 1.5;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: rgba(39, 161, 171, 1);
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    top: 10px;
}

#site-footer ul {
    margin-left: 0;
}

.wp-block-buttons {
    text-align: center;
}

/* custom */
.desktop-menu {
    display: inline-block;
    width: 43%;
    text-align: right;
    white-space: normal;
}

.desktop-menu-right {
    text-align: left;
}

#site-header {
    height: 129px;
    position: fixed;
    width: 100%;
    background-color: white;
    float: left;
    margin: 0 auto;
    z-index: 999;
    border-bottom: 1px solid rgba(206, 206, 206, 1);
}

.header-nav-left {
    display: inline-block;
}

.header-nav-right {
    display: inline-block;
}

.header-logo {
    display: inline-block;
    width: 13%;
    text-align: center;
}

#menu-main-menu-left {
    text-align: right;
}

#menu-main-menu-right {
    text-align: left;
}

.header-logo a img {
    margin-bottom: -37px;
    margin-top: 20px;
    text-align: center;
}

.desktop-menu .menu-main-menu-left-container ul ul {
    display: none;
}

.desktop-menu .menu-main-menu-left-container ul li:hover>ul {
    display: block;
}

.desktop-menu .menu-main-menu-left-container ul ul {
    display: none;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 99999;
    width: 180px;
    background-color: rgba(236, 243, 244, 1) !important;
    color: #999;
    width: 312px;
    text-align: left;

}

.desktop-menu .sub-menu li {
    padding: 11px;
}

.desktop-menu .menu-main-menu-left-container li {
    position: relative;
}

.desktop-menu .menu-main-menu-left-container li {
    display: inline-block;
}

.desktop-menu .menu-main-menu-left-container ul li ul li {
    display: block;
}

.desktop-menu .menu-main-menu-right-container ul li ul li {
    display: block;
}

.desktop-menu .menu-main-menu-right-container ul ul {
    display: none;
}

.desktop-menu .menu-main-menu-right-container ul li:hover>ul {
    display: block;
}

.desktop-menu .menu-main-menu-right-container ul ul {
    display: none;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 99999;
    width: 180px;
    background-color: rgba(236, 243, 244, 1) !important;
    color: #999;
    width: 300px;
    text-align: left;

}

.desktop-menu .menu-main-menu-right-container li {
    position: relative;
}

.desktop-menu .menu-main-menu-right-container li {
    display: inline-block;
}

#front-page-hero {
    float: none !important;
    top: 56px !important;
    left: 0 !important;
    width: auto !important;
    position: relative !important;
    /* height: 631px !important;
    padding-top: 172.5px !important;
    padding-left: 40px !important;
    padding-bottom: 269.5px !important; */
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /* padding-right: 40px !important; */
    min-width: 320px !important;
    text-align: start !important;
    background: #000;
}

#front-page-hero .banner-image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 2545/900;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
    opacity: .7;
}

#front-page-hero .title-wrap {
    padding: 40px 15px;
    background-color: #276B7C;
    /* background-color: #00A2B7; */
    color: #fff;
}

#front-page-hero .title-wrap .scale {
    display: block;
    animation-name: scale;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    transform: scale(0);
    animation-iteration-count: 1;
}

@keyframes scale {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#front-page-hero .home-hero-text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.4;
}

.inner-page-hero .img-wrap {
    background-color: #000;
}

.inner-page-hero .banner-image {
    max-width: 100%;
    height: auto;
    opacity: .7;
    width: 100%;
    vertical-align: top;
}

.inner-page-hero .title-wrap {
    padding: 40px 15px 0;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.inner-page-hero .home-hero-text {
    font-size: 42px;
    line-height: 1.4;
    color: #276b7c;
}

.inner-page-hero .home-hero-text__medium {
    font-size: 32px;
}

.lh-1 {
    font-weight: 600;
    font-size: 42px;
    font-family: Lato;
}

.desktop-menu .menu-item a {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: black;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Lato;
    letter-spacing: 0.03em;
    margin: 0 15px 0 15px;
    padding-bottom: 2px;
}

.desktop-menu .sub-menu .menu-item a {
    font-size: 14px;

}

.desktop-menu .sub-menu .menu-item a:hover {
    border: none;

}

.desktop-menu .sub-menu .menu-item:hover {
    background-color: #27a1ab;
}

.desktop-menu .sub-menu .menu-item a::after {
    content: '';
}

#menu-item-29 a::after {
    content: '';
    margin-left: 0;
}

.desktop-menu .menu-item a:hover {
    border-bottom: 1px solid rgba(241, 76, 18, 1);
}

.menu-item a::after {
    display: inline-block;
    content: '\f107';
    font-family: FontAwesome;
    font-weight: normal !important;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    margin-left: 10px;
    color: rgba(0, 0, 0, 1);
}

.desktop-menu .menu-item a:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* **************/
.dmRespColsWrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: end;
}

.imageWidget:not(.displayNone) {
    display: inline-block;
    max-width: 100%;
}

.large-4 {
    position: relative;
    width: 33.33333%;
    display: grid;
    text-align: left;
}

.large-5 {
    position: relative;
    width: 41.66667%;
    display: grid;
    padding: 24px 12px;
    text-align: left;
}

.large-7 {
    position: relative;
    width: 58.33333%;
    min-height: 500px;
    display: grid;
    background-repeat: no-repeat !important;
    background-image: url(https://lirp-cdn.multiscreensite.com/1d093223/dms3rep/multi/opt/ObserverWithNet2-2880w.jpg) !important;
    background-size: cover !important;
}

.font-lato-14 p {
    font-size: 14px !important;
}

.background-color-wrap {
    background-color: rgba(236, 243, 244, 1);
}

.background-color-wrap .dmDividerWrapper {
    margin: 0;
}

.background-color-wrap .dmRespColsWrapper {}

.bottom-image-wrapper {
    width: 50%;
    display: inline-block;
}

.newImageWidget {
    float: none !important;
    top: 0px !important;
    left: 0px !important;
    width: calc(100% - 256px) !important;
    position: relative !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.newImageWidget img {
    max-width: 200px;
}

.dmRespCol {
    padding-left: 0.75%;
    padding-right: 0.75%;
    flex-grow: 1;
    flex-basis: 20%;
}

.dmRespCol:first-child,
.dmRespCol:first-child {
    padding-left: 0;
    padding-right: 1.5%;
}

.dmRespCol:last-child,
.dmRespCol:last-child {
    padding-left: 1.5%;
    padding-right: 0;
}

.dmRespRow {
    padding-top: 100px !important;
    margin-top: 0 !important;
    float: none !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    position: relative !important;
    height: auto !important;
    padding-left: 40px !important;
    padding-bottom: 70.5px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    padding-right: 40px !important;
    min-width: 0 !important;
    text-align: start !important;
}

h4 {
    float: none !important;
    top: 0 !important;
    left: 0 !important;
    width: calc(100% - 0px) !important;
    position: relative !important;
    height: auto !important;
    padding-top: 2px !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    padding-right: 0 !important;
    min-width: 25px !important;

    color: rgba(39, 107, 124, 1);
    font-family: Lato;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
}

.home .main {
    padding-top: 0;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.sidebar-image {
    animation: 1s ease-out 0s 1 slideInFromRight;
}

.imageWidget img {
    max-height: 382px;
    width: 100%;
    height: auto;
}

.dmDividerWrapper {
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.dmDivider {
    color: rgba(241, 76, 18, 1) !important;
    margin: 10px 0;
    border: none;
}

.dmNewParagraph {
    float: none !important;
    top: 0 !important;
    left: 0 !important;
    width: calc(100% - 0px) !important;
    position: relative !important;
    height: auto !important;
    padding-top: 2px !important;
    padding-left: 0 !important;
    padding-bottom: 2px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-right: 0 !important;
    min-width: 25px !important;

    line-height: 1.5;
}

.dmOnlyButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-color: rgba(39, 107, 124, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: white;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    margin: 10px 0;
    clear: both;
    position: relative;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    box-shadow: none;
    background-image: none;
    padding: 0 0 0 40px;
    height: auto;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease;
    padding: 4px 0;
    vertical-align: bottom;
    width: 160px;
    margin: 0 auto;
    margin-top: 24px;
    height: 41px;
    padding: 0;
}

.home-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-color: rgba(39, 107, 124, 1);
    background-color: rgba(255, 255, 255, 1);
    background-color: white;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    margin: 10px 0;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    box-shadow: none;
    background-image: none;
    height: auto;
    transition: background-color .2s ease, border-color .2s ease;
    vertical-align: bottom;
    width: 160px;
    margin: 0 auto;
    height: 41px;
    color: rgba(45, 97, 112, 1) !important;
    font-family: Lato;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
}

.home-button-wrapper {
    width: 100%;
    text-align: center;
}

.dmOnlyButton .text {
    color: rgba(45, 97, 112, 1);
    font-family: Lato;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    font-family: Lato;
}

.background-color-wrap .large-5 {}

#site-footer {
    /* background-color: rgba(39, 161, 171, 1); */
    background-color: #276B7C;
    margin: 0 auto;
    padding: 60px 24px;
    color: white;
    line-height: 1.5;
    font-family: Lato;
}

#site-footer .section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#site-footer a {
    color: rgb(255, 255, 255);
    font-family: Lato;
    font-size: 14px;
    text-transform: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-decoration: none;
}

#site-footer a::after {
    content: '';
}

#site-footer ul li {
    list-style-type: none;
}

.one-fifth {
    width: 19%;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

underline {
    text-decoration: underline;
}

.hamburger {
    display: none;
    position: absolute;
    right: 24px;
    top: 24px;
}

.side-menu {
    display: none;
    background-color: rgba(236, 243, 244, 1);
    position: fixed;
    width: 75%;
    height: 100%;
    right: 0;
}

.side-menu-fb {
    height: 24px;
    width: 24px;
    /* color: black; */
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.fa-bars {
    background-color: #28a1ac;
    color: white;
    font-size: 32px;
    padding: 8px 12px;
    cursor: pointer;
}

.side-menu {
    text-align: left;
    padding-top: 120px;
    top: 0;
    z-index: 3;
}

.side-menu li {
    padding: 12px 24px;
}

.side-menu ul li {
    width: 100%;
    display: inline-block;
}

.side-menu .menu-main-menu-right-container,
.side-menu .menu-main-menu-left-container {
    white-space: normal;
}

.side-menu ul ul {
    display: none;
}

.close-side-menu {
    position: absolute;
    right: 24px;
    top: 72px;
    color: black;
    font-size: 26px;
    font-family: Lato;
    font-weight: 400;
    color: #28a1ac;
    cursor: pointer;
}

.side-menu li a {
    font-family: Lato;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.side-menu .sub-menu .menu-item a::after {
    content: '';
}

.side-menu .menu-item-29 a::after {
    content: '';
}

.menu-contact-link {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.hasBackgroundOverlay:not(.hasExtraLayerOverlay):before {
    background-color: rgba(51, 49, 50, 1) !important;
    opacity: 0.4 !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: ' ' !important;
}

.bottom-logo {
    float: right !important;
    margin-right: 60px;
}

.dmButtonLink:hover {
    background-color: #F66035;
    color: white;
    border-color: #F66035;
}

.dmButtonLink:hover>span {
    color: white;
}

#site-header {}

.dmHomeRespTmpl {
    margin-bottom: 60px;
}

html {
    margin-top: 0px !important;
}

@media screen and (min-width: 1200px) {

    .dmRespDesignRow,
    .dmRespColsWrapper {
        max-width: 1200px;
    }
}

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

    /* #front-page-hero .home-hero-text {
        font-size: 45px;
    } */

}

@media screen and (max-width: 991px) {
    #front-page-hero .home-hero-text {
        font-size: 35px;
    }

    #front-page-hero .banner-image {
        aspect-ratio: 1 / 0.8;
    }
}

/******** new CSS *********/
* {}

#site-footer .one-fifth {
    font-size: 14px;
}

.fblogo-wrapper,
.envelope-wrapper {
    display: inline-block;
}

.main {
    padding-top: 128px;
}

.main a {
    text-decoration: none;
    color: rgb(51, 49, 50);
    font-family: Lato;
}

.banner {
    height: 241px;
    background-attachment: initial;
    background-size: cover;
    background-position: 0 50%;
    position: relative;
    z-index: 1;
}

.banner h1 {
    font-size: 28px;
    color: white;
    font-family: Lato;
    max-width: 1200px;
    padding-left: 2%;
    padding-top: 93px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 9999;
}

.padded-wrapper {
    /* max-width: 1200px; */
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.padded-wrapper .title-wrap {
    padding: 40px 0 0;
    /* max-width: 1366px; */
    width: 100%;
    margin: 0 auto;
}

.padded-wrapper .home-hero-text {
    font-size: 42px;
    line-height: 1.4;
    color: #276b7c;
}

.the-content {
    margin-top: 48px;
}

.blue-left-column {
    width: 66%;
    display: inline-block;
    background-color: #ecf3f4;
    padding-left: 20%;
    margin-top: 48px;
}

.right-sidebar {
    width: 33%;
    display: inline-block;
    margin-top: 48px;
    vertical-align: top;
    padding-left: 24px;
    font-size: 14px;
}

.gform_title {
    font-size: 28px !important;
    font-family: Lato;
    color: rgb(39, 107, 124);
}

.gfield_label {
    font-size: 14px !important;
    font-family: Lato;
    font-weight: 400 !important;
}

input[type="text"],
textarea,
select {
    border: 2px solid rgb(39, 107, 124);
    padding: 9px 4px !important;
}

#field_1_1,
#field_1_2,
#field_1_3 {
    display: inline-block;
    width: 33%;
}

.gform_wrapper .top_label input.medium {
    width: 100% !important;
}

input[type="submit"] {
    background-color: white;
    border: 2px solid rgb(39, 107, 124);
    padding: 8px 48px;
    color: rgb(39, 107, 124);
    border-radius: 4px;
}

.main h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Lato;
    color: #276b7c;
}

.main p {}

.content-left {
    width: 63%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%
}

.content-right {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.the-content-wrapper {
    margin-top: 48px;
}

.blue-background {
    background-color: rgba(236, 243, 244, 1);
    padding: 24px;
    margin-top: -48px;
}

.btn-wrapper {
    width: 100%;
    text-align: center;
}

a.btn {
    position: relative;
    padding: 8px 24px;
    margin: 24px 12px;
    border-radius: 4px;
    border: 2px solid #276b7c;
    color: #276b7c;
    cursor: pointer;
    font-size: 14px;
    font-family: Lato;
    font-weight: bold;
    display: inline-block;
    background-color: white;
}

a.btn:hover {
    background-color: rgba(241, 76, 18, 1);
    border-color: rgba(241, 76, 18, 1);
    color: white;
}

a.btn.btn-new {
    color: #276B7C;
    border-color: #276B7C;
}

i b {
    color: rgb(186, 66, 34);
    font-size: 14px;
    line-height: 1.5;
    font-family: proxima-nova, sans-serif;
}

.home-hero-text {
    position: relative;
    line-height: 1.5;
}

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

.font-28 {
    font-size: 28px !important;
}

.content-right img:not(img)>.info {
    margin-bottom: 24px;
}

iframe {
    width: 100%;
}

.content-bottom {
    padding: 100px 20%;
    background-size: cover;
    background-position: bottom center;
}

.content-bottom-inner {
    animation: 1s ease-out 0s 1 slideInFromBottom;
}

.scroll-slide-in-from-right {
    animation: 1s ease-out 0s 1 slideInFromRight;
}

.scroll-slide-in-from-left {
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

.testimonial {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-family: 'Noto Serif' !important;
    font-style: italic;
    font-size: 24px !important;
    text-align: center;
}

.small-testimonial {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-family: 'Noto Serif' !important;
    font-style: italic;
    font-size: 20px !important;
    text-align: center;
}

.font-lato-14 {
    font-family: Lato;
    font-size: 14px !important;
    line-height: 1.5;
}

.bottom-grey-bar {
    /* background-color: rgba(112, 123, 125, 1); */
    background-color: #ECF3F4;
    text-align: center;
    color: white;
}

.bottom-grey-bar a.btn {
    vertical-align: middle;
    padding: 8px 48px;
}

.bottom-grey-bar h3 {
    display: inline-block;
    /* color: white !important; */
    color: #276B7C !important;
    font-size: 20px !important;
    vertical-align: middle;
}

.content-right p {
    font-family: proxima-nova, sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
}

.main .content-right p a {
    font-family: proxima-nova, sans-serif !important;
    font-size: 14px;
}

.main .content-right p {
    font-size: 14px;
    margin-bottom: 12px;
}

.content-left p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 2;
}

.content-full p {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 2;
}

.dmRespCol p {
    font-size: 14px;
    line-height: 1.5;
}

.h3-underline {
    font-size: 21px !important;
    color: #27a1ab;
    text-align: left;
}

div.orange {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100px;
    border-bottom: 2px solid rgba(241, 76, 18, 1);
    text-align: left;
}

.form-single-wrapper {
    display: inline-block;
    width: 49%;
    color: #276b7c;
    text-align: center;
    padding: 8px 0;
}

.form-single-wrapper a {
    color: #276b7c;
    text-decoration: underline !important;
}

.btn-forms-wrapper {
    margin-top: 24px;
}

.content-full {
    width: 100%;
}

.content-full-inner {
    max-width: 1200px;
    text-align: center;
    padding: 48px 0 24px;
    margin: 0 auto;
}

.content-full-inner a.btn {
    margin-bottom: 0;
}

.forms-bottom-callout {
    font-size: 14px !important;
    margin-top: 24px;
}

.forms-bottom-callout p {
    font-size: 14px !important;
}

.the-content-wrapper p {
    font-size: 16px;
}

.padded-wrapper li {
    font-size: 16px;
}

.content-half {
    display: inline-block;
    width: 49%;
    text-align: left;
    vertical-align: top;
}

.resources-single-item {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px !important;
}

.resources-single-item a {
    /* color: rgb(39, 161, 171); */
    color: #276B7C;
    font-weight: 700;
    font-size: 16px !important;
    text-decoration: underline;
    line-height: normal;
    font-family: Lato;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    background-color: #00a4ad !important;
}

.hide-on-mobile {
    display: block;
}

.hide-on-desktop {
    display: none;
}

a.btn img,
a.exlink img,
.ext-link {
    width: 13px;
    height: 13px;
    margin-top: 0;
}

.blue-background a.btn img {
    margin-bottom: -1px;
}

a.info img,
a.exlink img,
.ext-link {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -1px;
}

.content-right a.info img {
    width: 12px;
    height: 12px;
}

.content-full-inner a.btn {}

.content-full-inner a.btn img {
    top: 13px;
}

.content-full-inner a.btn:hover img {
    fill: white;
}

@media screen and (max-width: 768px) {
    .content-bottom {
        padding: 100px 4% !important;
    }

    .header-logo {
        width: 100%;
    }

    .bottom-logo {
        float: none !important;
        margin-right: 60px;
    }

    .dmHomeRespTmpl {
        display: inline-block;
    }

    .large-7 {
        display: none;
    }

    .footer-logo {
        display: none;
    }

    .one-fifth {
        width: 100%;
        margin-top: 24px;
    }

    #site-header {
        position: fixed;
        z-index: 2;
        height: 132px;
        width: 100%;
        background-color: white;
    }

    #wpadminbar {
        position: fixed !important;
    }

    .bottom-image-wrapper {
        width: 100%;
    }

    .large-4 {
        width: 100%;
        margin-top: 48px;
    }

    .large-5 {
        width: 100%;
        margin-top: 48px;
    }

    .dmRespColsWrapper {
        display: block;
    }

    .imageWidget img {
        max-height: 100%;
    }

    .imageWidget:not(.displayNone) {
        text-align: center;
    }

    .dmNewParagraph {}

    .lh-1 {
        font-size: 26px;
    }

    .hamburger {
        display: block;
    }

    .desktop-menu {
        display: none;
    }

    .newImageWidget {
        margin-left: 72px;
        margin-bottom: 48px;
    }

    .background-color-wrap .dmDividerWrapper {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

    #front-page-hero .home-hero-text {
        font-size: 30px;
    }

    .inner-page-hero .title-wrap,
    .padded-wrapper .title-wrap {
        padding-top: 30px;
    }

    .inner-page-hero .home-hero-text,
    .padded-wrapper .home-hero-text {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .hide-on-desktop {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    div.orange {
        margin: 24px auto;
        text-align: center;
    }

    .h3-underline {
        text-align: center;
    }

    .content-half {
        width: 100%;
    }

    .form-single-wrapper {
        width: 100%;
    }

    .bottom-grey-bar {
        padding-top: 24px;
    }

    .blue-background {
        margin-top: 0;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

    .main {
        padding-top: 150px;
    }

    .banner {
        height: 150px;
    }

    .banner h1 {
        padding-top: 6%;
        padding-left: 24px;
    }

    .padded-wrapper {
        max-width: none;
        padding-left: 24px;
        padding-right: 24px;
    }

    .blue-left-column {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .right-sidebar {
        width: 100%;
    }

    #field_1_1,
    #field_1_2,
    #field_1_3 {
        display: inline-block;
        width: 100%;
    }

    .testimonial,
    .small-testimonial {
        font-size: 15px;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes growText {
    0% {
        transform: scale3d(.3, .3, .3);
    }

    100% {

        transform: scale3d(1, 1, 1);
    }
}

.sub-menu .sub-menu {
    left: 292px !important;
}

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

    .the-content,
    .the-content-wrapper {
        margin-top: 30px;
    }
}


/* New Page */
.doubel-column {
    max-width: 1366px;
    margin: 60px auto;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 55px;
    padding: 0 15px;
}

.doubel-column.alter {
    flex-direction: row-reverse;
}

.doubel-column .title {
    font-size: 28px;
    margin-bottom: 24px;
    color: #276b7c;
}

.doubel-column .content-wrap {
    width: 45%;
}

.doubel-column .media-wrap {
    width: 55%;
}

.doubel-column p,
.doubel-column ul {
    font-size: 18px;
    line-height: 1.5;
}

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

.doubel-column iframe {
    aspect-ratio: 613 / 360;
    height: auto;
}

.card-layout .container {
    max-width: 1366px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    padding: 0 15px;
}

.card-layout .container .card {
    max-width: 33%;
    min-width: 300px;
    flex: 1;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-bottom: 67px;
}

.card-layout .container .card p {
    font-size: 18px;
}

.card-layout .container .card .img-wrap {
    margin-bottom: 20px;
}

.card-layout .container .card img {
    max-width: 100%;
    height: auto;
}

.card-layout .container .card a .ext-link {
    display: none !important;
}

.card-layout .container .card h3 {
    position: relative;
    z-index: 1;
    color: #276b7c;
    font-family: Lato;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.card-layout .container .card h3 a {
    color: #276b7c;
    font-family: Lato;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.card-layout .container .card h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #f14c12;
}

.card-layout .container .card .content-sm {
    max-width: 80%;
    margin: 0 auto;
}

.card-layout .container .card ul,
.card-layout .container .card ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-layout .card .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.card-layout .card .btn-wrap .btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px;
    max-width: 100%;
    display: block;
    margin: 0;
    transition: .2s all ease-in-out;
}

.blue-callout h2 {
    font-size: 20px;
    margin-bottom: 24px;
    color: #276b7c;
}

.blue-callout a.button {
    padding: 8px 48px;
    transition: .2s all ease-in-out;
}

.blue-callout .btn {
    transition: .2s all ease-in-out;
}

.blue-callout .dmRespCol {
    display: contents;
}

.blue-callout {
    background-color: rgba(236, 243, 244, 1);
    text-align: center;
    padding: 24px 0;
}

.blue-callout .font-size-24 {
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    line-height: 1.5;
}


@media(max-width: 991px) {

    .card-layout .container .card {
        max-width: 45%;
    }
}

@media(max-width: 768px) {
    .doubel-column {
        flex-direction: column;
        margin: 40px auto;
        gap: 25px;
    }

    .doubel-column .content-wrap,
    .doubel-column .media-wrap {
        width: 100%;
    }

    .doubel-column .title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .doubel-column p,
    .doubel-column ul {
        font-size: 16px;
    }

    .card-layout .container {
        margin: 30px auto;
    }

    .card-layout .container .card {
        max-width: 100%;
    }

    .card-layout .container .card .content-sm {
        max-width: 90%;
    }
}