/*
Theme Name: Ward Consulting
Theme URI: http://www.wardconsulting.com
Description: Custom design & developed theme for Ward Consulting.
Version: 1.0
Text Domain: Ward Consulting
Author: William Pyle / Commexis
Author URI: http://www.commexis.com
*/
@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Light.woff2") format("woff2"), url("assets/fonts/Poppins-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Italic.woff2") format("woff2"), url("assets/fonts/Poppins-Italic.woff") format("woff"); font-weight: normal; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("assets/fonts/Poppins-LightItalic.woff") format("woff"); font-weight: 300; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("assets/fonts/Poppins-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Bold.woff2") format("woff2"), url("assets/fonts/Poppins-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; }

/* ==========================================
TYPOGRAPHY
========================================== */
@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Light.woff2") format("woff2"), url("assets/fonts/Poppins-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Italic.woff2") format("woff2"), url("assets/fonts/Poppins-Italic.woff") format("woff"); font-weight: normal; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("assets/fonts/Poppins-LightItalic.woff") format("woff"); font-weight: 300; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff"); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("assets/fonts/Poppins-BoldItalic.woff") format("woff"); font-weight: bold; font-style: italic; font-display: swap; }

@font-face { font-family: 'Poppins'; src: url("assets/fonts/Poppins-Bold.woff2") format("woff2"), url("assets/fonts/Poppins-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; }

/* ==========================================
TEXT
========================================== */
p { line-height: 1.5; padding-bottom: 20px; }

p:last-child { padding: 0; }

p strong { font-weight: 500; }

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 { font-family: "Poppins", serif; font-weight: 600; letter-spacing: 1.15px; line-height: 1.4; padding-bottom: 20px; }

.the-content h1:last-child, .the-content h2:last-child, .the-content h3:last-child, .the-content h4:last-child, .the-content h5:last-child, .the-content h6:last-child { padding-bottom: 0; }

.the-content h1 { font-size: 40px; }

.the-content h2 { font-size: 36px; }

@media screen and (max-width: 767px) { .the-content h2 { font-size: 30px; } }

@media screen and (max-width: 676px) { .the-content h2 { font-size: 26px; } }

@media screen and (max-width: 481px) { .the-content h2 { font-size: 22px; } }

.the-content h3 { font-size: 30px; }

@media screen and (max-width: 767px) { .the-content h3 { font-size: 24px; } }

@media screen and (max-width: 676px) { .the-content h3 { font-size: 22px; } }

@media screen and (max-width: 481px) { .the-content h3 { font-size: 20px; } }

.the-content h4 { font-size: 24px; }

@media screen and (max-width: 676px) { .the-content h4 { font-size: 20px; } }

@media screen and (max-width: 481px) { .the-content h4 { font-size: 16px; } }

.the-content h5 { font-size: 20px; }

@media screen and (max-width: 481px) { .the-content h5 { font-size: 16px; } }

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

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* ==========================================
LINKS
========================================== */
.the-content p a, .the-content li a { text-decoration: underline; }

a { color: #ffffff; cursor: pointer; text-decoration: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

a:hover { color: #2daeea; }

a.btn { border: 2px solid transparent; border-radius: 50px; font-family: "Poppins", serif; font-size: 14px; font-weight: 600; text-transform: uppercase; padding: 15px 25px; }

@media screen and (max-width: 767px) { a.btn { padding: 10px 20px; } }

a.btn.ltblue { background-color: #2daeea; }

a.btn.ltblue:hover { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; }

a.btn.orange { background-color: #fa9929; }

a.btn.orange:hover { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; }

a.btn.green { background-color: #a9d2a4; color: #141414; }

a.btn.green:hover { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; }

a.btn.dkgrey { background-color: #02224f; border: 2px solid transparent; color: #ffffff; }

a.btn.dkgrey:hover { background-color: rgba(58, 58, 58, 0.75); border: 2px solid #ffffff; color: #ffffff; }

a.btn.white { background-color: #ffffff; border: 2px solid #ffffff; color: #141414; }

a.btn.white:hover { background-color: rgba(255, 255, 255, 0.65); }

a.btn.white-border { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; }

a.btn.white-border:hover { background-color: rgba(255, 255, 255, 0.15); border: 2px solid #ffffff; }

a.btn.small { padding: 10px 20px; }

/* ==========================================
MISC
========================================== */
blockquote { background-color: #2daeea; color: #ffffff; font-family: "Poppins", serif; font-size: 22px; font-weight: 600; margin-bottom: 25px; padding: 20px; }

blockquote p { line-height: 1.35; }

blockquote a { color: #141414; text-decoration: underline; }

blockquote a:hover { color: #00183a; }

/* ==========================================
FONT AWESOME
========================================== */
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ==========================================
MISC OVERALL
========================================== */
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

html { height: 100%; }

body { background-color: #02224f; color: #ffffff; height: 100%; font-family: "Poppins", serif, Arial, sans-serif; font-size: 18px; font-weight: 300; letter-spacing: .6px; line-height: 1.45; font-variant-numeric: lining-nums; -webkit-font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; font-feature-settings: "lnum"; }

@media screen and (max-width: 769px) { body { font-size: 16px; } }

@media only screen and (min-width: 320px) and (max-width: 676px) { body { -webkit-text-size-adjust: none; } }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }

* html .group, *:first-child + html .group { zoom: 1; }

a.post-edit-link { color: #212121; position: absolute; top: 1px; right: 0; font-size: 12px; text-decoration: none; padding-top: 5px; }

a.post-edit-link:hover { text-decoration: underline; }

::selection { background: #f1972c; color: #fff; }

::-moz-selection { background: #f1972c; color: #fff; }

.width-100 { width: 100%; }

/* ==========================================
MISC CONTENT RELATED
========================================== */
.alignleft { float: left; margin: 10px 20px 20px 0; }

.alignright { float: right; margin: 10px 0 10px 10px; }

.aligncenter { text-align: center; }

.clear:after { content: ""; display: table; clear: both; }

.word-break { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

iframe { max-width: 100%; }

.container-lazyload { margin: 0 auto; max-width: 1000px; padding-bottom: 20px; }

.accessibilty { display: block; align-items: stretch; background-color: #02224f; opacity: .5; position: fixed; bottom: 25px; right: 85px; z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

@media screen and (max-width: 1225px) { .accessibilty { right: 65px; } }

@media screen and (max-width: 750px) { .accessibilty { bottom: auto; right: 5px; top: 50%; } }

.accessibilty:hover { opacity: 1; }

.accessibilty .contrast, .accessibilty .font-size { border: 1px solid #02224f; float: left; padding: 5px; }

@media screen and (max-width: 750px) { .accessibilty .contrast, .accessibilty .font-size { float: none; } }

.accessibilty .contrast img, .accessibilty .font-size img { cursor: pointer; display: block; width: 30px; }

@media screen and (max-width: 750px) { .accessibilty .contrast img, .accessibilty .font-size img { width: 25px; } }

.accessibilty .contrast.active-toggle, .accessibilty .font-size.active-toggle { background-color: #eb6737; }

/* ==========================================
IMAGES
========================================== */
img { max-width: 100%; }

img.aligncenter { float: none; margin: 0 auto; display: block; }

.not-found { width: 100%; max-width: 600px; height: auto; }

.size-large, .size-full, .size-medium { max-width: 100%; height: auto; }

.wp-caption-text { font-size: 14px; font-style: italic; margin-bottom: 15px; padding-left: 15px; padding-bottom: 15px; }

/* ==========================================
ALL PAGES
========================================== */
.pagewrap { position: static; }

.pagewrap.menuclick { position: fixed; }

.inner-container { margin: 0 auto; width: 1200px; }

@media screen and (max-width: 1225px) { .inner-container { padding-left: 20px; padding-right: 20px; width: 100%; } }

.wide-container { margin: 0 auto; width: 1400px; }

@media screen and (max-width: 1425px) { .wide-container { padding-left: 20px; padding-right: 20px; width: 100%; } }

#page { padding-top: 110px; }

@media screen and (max-width: 676px) { #page { padding-top: 91px; } }

@media screen and (max-width: 481px) { #page { padding-top: 83px; } }

section.background-image-block { background-size: cover; background-position: center center; }

@media screen and (max-width: 500px) { section.background-image-block { background-position: left center; } }

section.background-image-block .trans-bg { background-color: rgba(30, 30, 30, 0.55); padding: 75px 0; }

@media screen and (max-width: 767px) { section.background-image-block .trans-bg { background-color: rgba(30, 30, 30, 0.75); padding: 30px 0; } }

section.background-image-block .trans-bg .inner-container .text-block { float: right; max-width: 600px; width: 100%; }

@media screen and (max-width: 767px) { section.background-image-block .trans-bg .inner-container .text-block { max-width: 100%; text-align: center; } }

section.background-image-block .trans-bg .inner-container .text-block h2 { font-family: "Poppins", serif; font-size: 40px; line-height: 1.25; }

@media screen and (max-width: 767px) { section.background-image-block .trans-bg .inner-container .text-block h2 { font-size: 36px; padding-bottom: 15px; } }

@media screen and (max-width: 676px) { section.background-image-block .trans-bg .inner-container .text-block h2 { font-size: 30px; } }

@media screen and (max-width: 481px) { section.background-image-block .trans-bg .inner-container .text-block h2 { font-size: 24px; } }

section.background-image-block .trans-bg .inner-container .text-block h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 25px 0 35px; width: 75px; }

@media screen and (max-width: 767px) { section.background-image-block .trans-bg .inner-container .text-block h2:after { display: none; } }

section.background-image-block .trans-bg .inner-container .text-block h3 { font-family: "Poppins", serif; font-size: 24px; font-weight: 600; padding-bottom: 15px; }

section.background-image-block .trans-bg .inner-container .text-block p { font-size: 18px; }

section.background-image-block .trans-bg .inner-container .text-block .button-wrap { padding-top: 50px; padding-bottom: 25px; }

@media screen and (max-width: 767px) { section.background-image-block .trans-bg .inner-container .text-block .button-wrap { padding: 25px 0; } }

@media screen and (max-width: 481px) { section.background-image-block .trans-bg .inner-container .text-block .button-wrap { padding: 15px 0 25px; } }

/* ==========================================
FRONT PAGE
========================================== */
.home-flex-content section.black-bg { background-color: #141414; }

.home-flex-content section.dkblue-bg { background-color: #00183a; }

.home-flex-content section.padding-top, .home-flex-content section.top-padding { padding-top: 75px; padding-bottom: 0; }

.home-flex-content section.bottom-padding { padding-bottom: 75px; }

.home-flex-content section.both-padding { padding: 75px 0; }

.home-flex-content section.no-padding { padding: 0; }

.home-flex-content section.hero-block-new { background-color: #00183a; margin-bottom: 100px; padding: 20px 0 0; position: relative; }

@media screen and (max-width: 1130px) { .home-flex-content section.hero-block-new { margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .home-flex-content section.hero-block-new { margin-bottom: 0; padding: 20px 0 15px; } }

.home-flex-content section.hero-block-new .image-block { margin: 0 auto -100px; max-width: 1920px; padding-right: 75px; text-align: right; pointer-events: none; }

@media screen and (max-width: 1130px) { .home-flex-content section.hero-block-new .image-block { margin-bottom: -50px; } }

@media screen and (max-width: 767px) { .home-flex-content section.hero-block-new .image-block { margin: 0 auto; padding: 0 20px 10px; text-align: center; } }

.home-flex-content section.hero-block-new .image-block img { max-width: 800px; }

@media screen and (max-width: 1650px) { .home-flex-content section.hero-block-new .image-block img { max-width: 700px; } }

@media screen and (max-width: 1360px) { .home-flex-content section.hero-block-new .image-block img { max-width: 700px; } }

@media screen and (max-width: 1130px) { .home-flex-content section.hero-block-new .image-block img { max-width: 50%; } }

@media screen and (max-width: 767px) { .home-flex-content section.hero-block-new .image-block img { max-width: 80%; } }

.home-flex-content section.hero-block-new .content { display: flex; height: 100%; position: absolute; top: 0; width: 100%; }

@media screen and (max-width: 767px) { .home-flex-content section.hero-block-new .content { display: block; position: relative; text-align: center; } }

.home-flex-content section.hero-block-new .content .inner-container { align-self: center; width: 1500px; }

@media screen and (max-width: 1925px) { .home-flex-content section.hero-block-new .content .inner-container { width: 1200px; } }

@media screen and (max-width: 1225px) { .home-flex-content section.hero-block-new .content .inner-container { padding-left: 20px; padding-right: 20px; width: 100%; } }

.home-flex-content section.hero-block-new .content .inner-container .content-wrap { margin-top: -35px; max-width: 600px; }

@media screen and (max-width: 1200px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap { padding-right: 25px; } }

@media screen and (max-width: 1130px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap { margin-top: 0; max-width: 50%; } }

@media screen and (max-width: 767px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap { padding-right: 0; max-width: 100%; width: 100%; } }

.home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-family: "Poppins", serif; font-size: 55px; font-weight: 600; line-height: 1.25; padding-bottom: 0; text-shadow: 1px 1px 0px black; }

@media screen and (max-width: 1525px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 52px; } }

@media screen and (max-width: 1200px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 42px; } }

@media screen and (max-width: 1023px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 36px; } }

@media screen and (max-width: 850px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 30px; } }

@media screen and (max-width: 676px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 28px; } }

@media screen and (max-width: 481px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap h1 { font-size: 26px; } }

.home-flex-content section.hero-block-new .content .inner-container .content-wrap h2 { color: #fa9929; font-family: "Poppins", serif; font-size: 20px; font-weight: 600; padding-bottom: 15px; text-transform: uppercase; }

.home-flex-content section.hero-block-new .content .inner-container .content-wrap .button-wrap { padding-top: 50px; }

@media screen and (max-width: 1130px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap .button-wrap { padding: 35px 0 20px; } }

@media screen and (max-width: 800px) { .home-flex-content section.hero-block-new .content .inner-container .content-wrap .button-wrap { padding: 35px 0; } }

.home-flex-content section.color-blocks-wrap { padding-top: 75px; }

@media screen and (max-width: 767px) { .home-flex-content section.color-blocks-wrap { padding-top: 40px; } }

.home-flex-content section.color-blocks-wrap .inner-container { display: flex; }

@media screen and (max-width: 676px) { .home-flex-content section.color-blocks-wrap .inner-container { display: block; } }

.home-flex-content section.color-blocks-wrap .inner-container .block-single { border: 2px solid #2daeea; display: block; margin: 0 .5%; padding: 25px; width: 32.33%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.home-flex-content section.color-blocks-wrap .inner-container .block-single:hover { border: 2px solid #ffffff; }

@media screen and (max-width: 767px) { .home-flex-content section.color-blocks-wrap .inner-container .block-single { padding: 15px; text-align: center; } }

@media screen and (max-width: 676px) { .home-flex-content section.color-blocks-wrap .inner-container .block-single { margin: 0 0 15px; width: 100%; } }

.home-flex-content section.color-blocks-wrap .inner-container .block-single a { color: #ffffff; }

.home-flex-content section.color-blocks-wrap .inner-container .block-single a:hover { color: #f6f6f6; }

.home-flex-content section.color-blocks-wrap .inner-container .block-single .subheadline { font-family: "Poppins", serif; font-size: 13px; font-weight: 400; letter-spacing: 2px; padding-bottom: 10px; text-transform: uppercase; }

@media screen and (max-width: 676px) { .home-flex-content section.color-blocks-wrap .inner-container .block-single .subheadline { padding-bottom: 5px; } }

.home-flex-content section.color-blocks-wrap .inner-container .block-single .headline { font-family: "Poppins", serif; font-size: 28px; font-weight: 600; }

@media screen and (max-width: 800px) { .home-flex-content section.color-blocks-wrap .inner-container .block-single .headline { font-size: 22px; } }

.home-flex-content section.overlapping-images-wrap { padding: 75px 0 150px; }

.home-flex-content section.overlapping-images-wrap .inner-container { align-items: center; display: flex; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap .inner-container { display: block; } }

.home-flex-content section.overlapping-images-wrap .inner-container .image-block, .home-flex-content section.overlapping-images-wrap .inner-container .image-block-single { padding-right: 25px; position: relative; width: 45%; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap .inner-container .image-block, .home-flex-content section.overlapping-images-wrap .inner-container .image-block-single { padding: 0 0 20px; width: 100%; } }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block { padding-left: 100px; width: 55%; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block { padding: 0; text-align: center; width: 100%; } }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-family: "Poppins", serif; font-size: 36px; font-weight: 600; line-height: 1.25; }

@media screen and (max-width: 950px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 30px; } }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { padding-bottom: 15px; } }

@media screen and (max-width: 676px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 26px; } }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 15px 0 40px; width: 75px; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2:after { display: none; } }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block h3 { font-family: "Poppins", serif; font-weight: 400; font-size: 20px; line-height: 1.5; padding-bottom: 15px; }

@media screen and (max-width: 676px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3 { font-size: 18px; font-weight: 400; } }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block p { line-height: 1.5; }

.home-flex-content section.overlapping-images-wrap .inner-container .text-block .button-wrap { padding-top: 25px; }

@media screen and (max-width: 500px) { .home-flex-content section.overlapping-images-wrap .inner-container .text-block .button-wrap { padding-top: 25px; } }

.home-flex-content section.overlapping-images-wrap.right-image { padding: 75px 0 85px; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap.right-image { padding: 35px 0 50px; } }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block { order: 2; }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block .top-image { position: absolute; left: -50px; right: 0; bottom: -75px; }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block .top-image img { display: block; max-width: 400px; width: 100%; }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block .bottom-image img { width: 100%; }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block-single { order: 2; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block-single { text-align: center; }
  .home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block-single img { max-width: 450px; width: 100%; } }

@media screen and (max-width: 676px) { .home-flex-content section.overlapping-images-wrap.right-image .inner-container .image-block-single img { max-width: 80%; } }

.home-flex-content section.overlapping-images-wrap.right-image .inner-container .text-block { order: 1; padding: 0 100px 0 0; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap.right-image .inner-container .text-block { padding: 0; } }

.home-flex-content section.overlapping-images-wrap.left-image { padding: 75px 0 85px; }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap.left-image { padding: 35px 0 50px; } }

@media screen and (max-width: 850px) { .home-flex-content section.overlapping-images-wrap.left-image .image-block-single { text-align: center; }
  .home-flex-content section.overlapping-images-wrap.left-image .image-block-single img { max-width: 450px; width: 100%; } }

@media screen and (max-width: 676px) { .home-flex-content section.overlapping-images-wrap.left-image .image-block-single img { max-width: 80%; } }

.home-flex-content section.text-overlapping-wrap .inner-container { align-items: center; display: flex; /*.text-block, .image-block { width:50%; }*/ }

.home-flex-content section.text-overlapping-wrap .inner-container .text-block { padding-right: 60px; width: 55%; z-index: 2; }

.home-flex-content section.text-overlapping-wrap .inner-container .text-block h2:after { background-color: #fa9929; content: ""; display: block; height: 5px; margin: 25px 0 30px; width: 75px; }

.home-flex-content section.text-overlapping-wrap .inner-container .text-block .button-wrap { padding-top: 25px; }

.home-flex-content section.text-overlapping-wrap .inner-container .image-block { margin-right: auto; width: 45%; z-index: 1; }

.home-flex-content section.text-overlapping-wrap .inner-container .image-block img { display: block; width: 100%; }

/* ==========================================
SUB PAGE
========================================== */
.sub-flex-content section { padding-bottom: 75px; }

@media screen and (max-width: 769px) { .sub-flex-content section { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section { padding-bottom: 30px; } }

.sub-flex-content section.dkblue-bg { background-color: #00183a; }

.sub-flex-content section.padding-top, .sub-flex-content section.top-padding { padding-top: 75px; padding-bottom: 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.padding-top, .sub-flex-content section.top-padding { padding-top: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.padding-top, .sub-flex-content section.top-padding { padding-top: 35px; } }

.sub-flex-content section.bottom-padding { padding-bottom: 75px; }

@media screen and (max-width: 769px) { .sub-flex-content section.bottom-padding { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.bottom-padding { padding-bottom: 35px; } }

.sub-flex-content section.both-padding { padding: 75px 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.both-padding { padding: 50px 0; } }

@media screen and (max-width: 676px) { .sub-flex-content section.both-padding { padding: 35px 0; } }

.sub-flex-content section.no-padding { padding: 0; }

.sub-flex-content section.hero-block { background-color: #00183a; margin-bottom: 100px; padding: 0; }

.sub-flex-content section.hero-block .inner-container { padding: 0 40px; }

.sub-flex-content section.hero-block .inner-container.text-image { display: flex; padding: 15px 0 0 0; }

@media screen and (max-width: 1225px) { .sub-flex-content section.hero-block .inner-container.text-image { padding: 15px 20px 0; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image { display: block; } }

.sub-flex-content section.hero-block .inner-container.text-image .content-block { padding: 25px 50px 20px 0; width: 60%; z-index: 3; }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block { padding: 0; text-align: center; width: 100%; } }

.sub-flex-content section.hero-block .inner-container.text-image .content-block h1 { font-family: "Poppins", serif; font-size: 40px; font-weight: 600; line-height: 1.4; padding-bottom: 25px; text-transform: uppercase; }

@media screen and (max-width: 1225px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block h1 { font-size: 36px; } }

@media screen and (max-width: 950px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block h1 { padding-bottom: 20px; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block h1 { font-size: 30px; padding-bottom: 10px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block h1 { font-size: 26px; } }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content { border-left: 5px solid #2daeea; font-size: 18px; margin-left: 25px; padding: 15px 100px 15px 25px; /*@media screen and (max-width:676px) { border-left:3px solid $green; font-size:16px; margin-left:15px; padding:10px 0 10px 15px; }*/ }

@media screen and (max-width: 950px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block .content { padding: 15px 0 15px 20px; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image .content-block .content { border-left: none; font-size: 16px; margin-left: 0; padding: 0 0 15px; } }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content h1, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h2, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h3, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h4, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h5, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h6 { font-family: "Poppins", serif; padding-bottom: 15px; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content h1, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h2 { font-family: "Poppins", serif; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content h3, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content h4 { font-weight: 600; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content p a { text-decoration: underline; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content ul, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content ol { counter-reset: my-awesome-counter; list-style: none; margin-left: 25px; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content ul li, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content ol li { line-height: 1.6; padding-bottom: 15px; counter-increment: my-awesome-counter; position: relative; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content ul li:before, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content ol li:before { content: counter(my-awesome-counter) "."; font-family: "Poppins", serif; font-size: 26px; position: absolute; top: -8px; left: -25px; }

.sub-flex-content section.hero-block .inner-container.text-image .content-block .content ul li:last-child, .sub-flex-content section.hero-block .inner-container.text-image .content-block .content ol li:last-child { padding-bottom: 0; }

.sub-flex-content section.hero-block .inner-container.text-image .image-block { margin-bottom: -50px; width: 45%; }

@media screen and (max-width: 1225px) { .sub-flex-content section.hero-block .inner-container.text-image .image-block { margin: 0; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image .image-block { text-align: center; width: 100%; } }

.sub-flex-content section.hero-block .inner-container.text-image .image-block img { display: block; max-width: 540px; width: 100%; }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block .inner-container.text-image .image-block img { display: inline-block; max-width: 450px; } }

@media screen and (max-width: 500px) { .sub-flex-content section.hero-block .inner-container.text-image .image-block img { max-width: 400px; } }

.sub-flex-content section.hero-block.text-only { background-color: #00183a; margin-bottom: 50px; padding: 0; }

.sub-flex-content section.hero-block.text-only .inner-container { padding: 0 0 30px 0; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block { padding: 25px 50px 20px 0; width: 60%; z-index: 3; }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block { padding: 0; text-align: center; width: 100%; } }

.sub-flex-content section.hero-block.text-only .inner-container .content-block h1 { font-family: "Poppins", serif; font-size: 40px; font-weight: 600; line-height: 1.4; padding-bottom: 25px; text-transform: uppercase; }

@media screen and (max-width: 1225px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block h1 { font-size: 36px; } }

@media screen and (max-width: 950px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block h1 { padding-bottom: 20px; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block h1 { font-size: 30px; padding-bottom: 10px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block h1 { font-size: 26px; } }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content { border-left: 5px solid #2daeea; font-size: 19px; margin-left: 25px; padding: 15px 100px 15px 25px; /*@media screen and (max-width:676px) { border-left:3px solid $green; font-size:16px; margin-left:15px; padding:10px 0 10px 15px; }*/ }

@media screen and (max-width: 950px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block .content { padding: 15px 0 15px 20px; } }

@media screen and (max-width: 750px) { .sub-flex-content section.hero-block.text-only .inner-container .content-block .content { border-left: none; font-size: 16px; margin-left: 0; padding: 0 0 15px; } }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content h1, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h2, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h3, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h4, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h5, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h6 { font-family: "Poppins", serif; padding-bottom: 15px; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content h1, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h2 { font-family: "Poppins", serif; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content h3, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content h4 { font-weight: 600; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content p a { text-decoration: underline; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content ul, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content ol { counter-reset: my-awesome-counter; list-style: none; margin-left: 25px; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content ul li, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content ol li { line-height: 1.6; padding-bottom: 15px; counter-increment: my-awesome-counter; position: relative; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content ul li:before, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content ol li:before { content: counter(my-awesome-counter) "."; font-family: "Poppins", serif; font-size: 26px; position: absolute; top: -8px; left: -25px; }

.sub-flex-content section.hero-block.text-only .inner-container .content-block .content ul li:last-child, .sub-flex-content section.hero-block.text-only .inner-container .content-block .content ol li:last-child { padding-bottom: 0; }

.sub-flex-content section.text-block-wrap .inner-container .button-wrap { padding-top: 15px; }

.sub-flex-content section.text-block-wrap .inner-container.thin-block { width: 800px; }

@media screen and (max-width: 825px) { .sub-flex-content section.text-block-wrap .inner-container.thin-block { padding-left: 20px; padding-right: 20px; width: 100%; } }

.sub-flex-content section.text-block-wrap .inner-container.thin-block iframe { width: 100%; }

.sub-flex-content section.text-block-wrap .inner-container.thin-block .button-wrap { text-align: center; }

.sub-flex-content section.multiple-text-block-wrap .inner-container { display: flex; flex-wrap: wrap; justify-content: center; }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single { padding: 0 20px 20px; }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single:nth-last-child(-n+3) { padding: 0 20px; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single:nth-last-child(-n+3) { padding: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2 { font-family: "Poppins", serif; font-size: 26px; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2 { font-size: 22px; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 24px; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 20px; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h4 { font-size: 20px; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h4 { font-size: 18px; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h5 { font-size: 18px; }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single .button-wrap { padding: 10px 0 30px; }

.sub-flex-content section.multiple-text-block-wrap .inner-container .block-single .button-wrap.center-button { text-align: center; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.white-bg .block-single .content { background-color: #ffffff; padding-left: 10px; padding-right: 10px; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.center-alignment { align-items: center; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single { width: 50%; }

@media screen and (max-width: 767px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single { padding: 0 0 20px; width: 100%; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single:nth-last-child(-n+2) { padding: 0 20px; }

@media screen and (max-width: 767px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single:nth-last-child(-n+2) { padding: 0 0 20px; } }

@media screen and (max-width: 767px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single:last-child { padding: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single h2 { /*&:first-child::first-letter { color: $orange; font-family: $boldfont; font-size: 44px; line-height: 1; }*/ }

.sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { width: 33.33%; }

@media screen and (max-width: 1025px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { padding-bottom: 20px; width: 50%; } }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { text-align: center; width: 100%; }
  .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single:last-child { padding-bottom: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { padding-bottom: 50px; width: 25%; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single:nth-last-child(-n+4) { padding-bottom: 20px; }

@media screen and (max-width: 1025px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { width: 50%; } }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { padding-bottom: 20px !important; width: 100%; }
  .sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single:last-child { padding-bottom: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single h3 { font-size: 24px; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single h3 { font-size: 22px; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { padding: 0 20px 20px !important; width: 20%; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single h3 { font-size: 22px; }

@media screen and (max-width: 1025px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { padding-bottom: 20px; width: 33.33%; } }

@media screen and (max-width: 769px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { padding-bottom: 30px !important; width: 50%; } }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { width: 100%; }
  .sub-flex-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single:last-child { padding-bottom: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single { padding: 0 10px 20px; width: 16.66%; }

.sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single h3 { font-size: 20px; }

@media screen and (max-width: 1025px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single { padding-bottom: 20px; width: 33.33%; } }

@media screen and (max-width: 769px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single { padding-bottom: 20px; width: 50%; } }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single { width: 100%; }
  .sub-flex-content section.multiple-text-block-wrap .inner-container.six-blocks .block-single:last-child { padding-bottom: 0; } }

.sub-flex-content section.text-block-sidebar-wrap .inner-container { display: flex; }

@media screen and (max-width: 875px) { .sub-flex-content section.text-block-sidebar-wrap .inner-container { display: block; } }

.sub-flex-content section.text-block-sidebar-wrap .inner-container .text-block { flex-grow: 1; padding-right: 75px; }

@media screen and (max-width: 875px) { .sub-flex-content section.text-block-sidebar-wrap .inner-container .text-block { padding: 0 0 20px; } }

.sub-flex-content section.text-block-sidebar-wrap .inner-container .sidebar-wrap { flex: 0 0 400px; }

@media screen and (max-width: 1025px) { .sub-flex-content section.text-block-sidebar-wrap .inner-container .sidebar-wrap { flex: 0 0 300px; } }

.sub-flex-content section.two-column-text-wrap { padding: 100px 0 75px; }

.sub-flex-content section.two-column-text-wrap .inner-container { display: flex; }

.sub-flex-content section.two-column-text-wrap .inner-container .left-block { width: 40%; }

.sub-flex-content section.two-column-text-wrap .inner-container .left-block h2 { font-family: "Poppins", serif; font-size: 26px; }

.sub-flex-content section.two-column-text-wrap .inner-container .left-block h2:first-child::first-letter { color: #fa9929; font-size: 48px; line-height: 1; }

.sub-flex-content section.two-column-text-wrap .inner-container .right-block { padding-top: 20px; padding-left: 85px; width: 60%; }

.sub-flex-content section.single-image-wrap .inner-container { align-items: center; display: flex; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container { display: block; } }

.sub-flex-content section.single-image-wrap .inner-container .image-block { width: 45%; }

@media screen and (max-width: 1000px) { .sub-flex-content section.single-image-wrap .inner-container .image-block { flex: 0 0 400px; } }

@media screen and (max-width: 900px) { .sub-flex-content section.single-image-wrap .inner-container .image-block { flex: 0 0 300px; } }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container .image-block { text-align: center; width: 100%; } }

.sub-flex-content section.single-image-wrap .inner-container .image-block img { max-width: 100%; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container .image-block img { max-width: 450px; width: 100%; } }

.sub-flex-content section.single-image-wrap .inner-container .text-block { padding-left: 75px; padding-bottom: 25px; width: 55%; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container .text-block { padding-left: 0; padding-top: 20px; text-align: center; width: 100%; } }

.sub-flex-content section.single-image-wrap .inner-container .text-block h2 { font-family: "Poppins", serif; font-size: 36px; line-height: 1.25; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container .text-block h2 { font-size: 33px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.single-image-wrap .inner-container .text-block h2 { font-size: 30px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.single-image-wrap .inner-container .text-block h2 { font-size: 24px; } }

.sub-flex-content section.single-image-wrap .inner-container .text-block h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 15px 0 25px; width: 75px; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container .text-block h2:after { display: none; } }

.sub-flex-content section.single-image-wrap .inner-container .text-block p { font-size: 18px; max-width: 650px; }

@media screen and (max-width: 676px) { .sub-flex-content section.single-image-wrap .inner-container .text-block p { font-size: 16px; } }

.sub-flex-content section.single-image-wrap .inner-container .text-block .button-wrap { padding-top: 30px; }

@media screen and (max-width: 676px) { .sub-flex-content section.single-image-wrap .inner-container .text-block .button-wrap { padding-top: 15px; } }

.sub-flex-content section.single-image-wrap .inner-container.right-side .text-block { order: 1; padding-left: 0; padding-right: 75px; }

@media screen and (max-width: 767px) { .sub-flex-content section.single-image-wrap .inner-container.right-side .text-block { padding-right: 0; } }

.sub-flex-content section.single-image-wrap .inner-container.right-side .image-block { order: 2; }

.sub-flex-content .single-image-wrap.padding-top { padding-top: 75px; padding-bottom: 0; }

@media screen and (max-width: 769px) { .sub-flex-content .single-image-wrap.padding-top { padding-top: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content .single-image-wrap.padding-top { padding-top: 35px; } }

.sub-flex-content .single-image-wrap.padding-bottom { padding-bottom: 75px; }

@media screen and (max-width: 769px) { .sub-flex-content .single-image-wrap.padding-bottom { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content .single-image-wrap.padding-bottom { padding-bottom: 35px; } }

.sub-flex-content .single-image-wrap.both-padding { padding: 75px 0; }

@media screen and (max-width: 769px) { .sub-flex-content .single-image-wrap.both-padding { padding: 50px 0; } }

@media screen and (max-width: 676px) { .sub-flex-content .single-image-wrap.both-padding { padding: 35px 0; } }

.sub-flex-content section.single-image-wrap.grey { background-color: #02224f; }

.sub-flex-content section.single-image-wrap-port { margin: 0 auto; max-width: 1920px; }

.sub-flex-content section.single-image-wrap-port .full-width-image img { display: block; }

.sub-flex-content section.two-image-wrap-port .wide-container { display: flex; }

.sub-flex-content section.two-image-wrap-port .wide-container .left-block, .sub-flex-content section.two-image-wrap-port .wide-container .right-block { width: 50%; }

.sub-flex-content section.two-image-wrap-port .wide-container .left-block { padding-right: 35px; }

.sub-flex-content section.two-image-wrap-port .wide-container .right-block { padding-left: 35px; }

.sub-flex-content section.image-text-block-wrap .inner-container { align-items: center; display: flex; }

.sub-flex-content section.image-text-block-wrap .inner-container .image-block, .sub-flex-content section.image-text-block-wrap .inner-container .text-block { width: 50%; }

.sub-flex-content section.image-text-block-wrap .inner-container .image-block { padding-right: 35px; }

.sub-flex-content section.image-text-block-wrap .inner-container .text-block { padding-left: 35px; }

.sub-flex-content section.image-text-block-wrap .inner-container .text-block .button-wrap { padding-top: 25px; }

.sub-flex-content section.overlapping-rows-wrap .the-content h1, .sub-flex-content section.overlapping-rows-wrap .the-content h2 { font-size: 44px; }

@media screen and (max-width: 769px) { .sub-flex-content section.overlapping-rows-wrap .the-content h1, .sub-flex-content section.overlapping-rows-wrap .the-content h2 { font-size: 36px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.overlapping-rows-wrap .the-content h1, .sub-flex-content section.overlapping-rows-wrap .the-content h2 { font-size: 30px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.overlapping-rows-wrap .the-content h1, .sub-flex-content section.overlapping-rows-wrap .the-content h2 { font-size: 24px; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap { padding-top: 35px; }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single { align-items: center; display: flex; margin-top: -50px; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single { display: block; margin-top: 0; padding-bottom: 35px; text-align: center; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .image-block { width: 45%; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .image-block { clear: both; padding-bottom: 20px; width: 100%; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .image-block img { max-width: 465px; width: 100%; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35); }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content { padding-left: 75px; width: 55%; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content { clear: both; padding: 0; width: 100%; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content h3 { font-family: "Poppins", serif; font-weight: 400; font-size: 30px; }

@media screen and (max-width: 769px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content h3 { font-size: 24px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content h3 { font-size: 22px; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content p { font-size: 16px; margin-left: 25px; padding: 10px 0 10px 25px; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single .the-content p { margin: 0; padding: 0; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(odd) .image-block { text-align: right; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(odd) .image-block { text-align: center; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(odd) .image-block img { float: right; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(odd) .image-block img { float: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:first-child { margin-top: 0; }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:first-child .the-content p { border-left: 3px solid #fdedd9; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:first-child .the-content p { border: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(2) .the-content p { border-left: 3px solid #fa9929; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(2) .the-content p { border: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(3) .the-content p { border-left: 3px solid #ff6e1f; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(3) .the-content p { border: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(4) .the-content p { border-left: 3px solid #eb6737; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(4) .the-content p { border: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(5) .the-content p { border-left: 3px solid #a9d2a4; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .row-single:nth-child(5) .the-content p { border: none; } }

.sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .button-wrap { padding: 75px 0 10px; text-align: center; }

@media screen and (max-width: 1150px) { .sub-flex-content section.overlapping-rows-wrap .alt-rows-wrap .button-wrap { padding: 10px 0 10px; } }

.sub-flex-content section.overlapping-images-wrap { padding-bottom: 150px; }

.sub-flex-content section.overlapping-images-wrap .inner-container { align-items: center; display: flex; }

.sub-flex-content section.overlapping-images-wrap .inner-container .image-block, .sub-flex-content section.overlapping-images-wrap .inner-container .text-block { width: 50%; }

.sub-flex-content section.overlapping-images-wrap .inner-container .image-block { position: relative; width: 50%; }

.sub-flex-content section.overlapping-images-wrap .inner-container .image-block .top-image { position: absolute; right: -50px; bottom: -75px; }

.sub-flex-content section.overlapping-images-wrap .inner-container .image-block .top-image img { display: block; width: 355px; }

.sub-flex-content section.overlapping-images-wrap .inner-container .image-block .bottom-image img { width: 100%; }

.sub-flex-content section.overlapping-images-wrap .inner-container .text-block { padding-left: 110px; }

.sub-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-family: "Poppins", serif; font-size: 33px; line-height: 1.25; }

.sub-flex-content section.overlapping-images-wrap .inner-container .text-block h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 25px 0 35px; width: 75px; }

.sub-flex-content section.overlapping-images-wrap .inner-container .text-block p { font-size: 18px; }

.sub-flex-content section.overlapping-images-wrap .inner-container .text-block .button-wrap { padding-top: 40px; }

.sub-flex-content section.alternating-wrap { padding: 0; }

.sub-flex-content section.alternating-wrap .row-wrap .row-single { align-items: center; display: flex; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single { display: block; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .image-block, .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content { width: 50%; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .image-block, .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content { width: 100%; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .image-block img { display: block; }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .image-block .image-gallery { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .image-block .image-gallery .gallery-item { display: inline-block; padding-bottom: 15px; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content { padding-bottom: 20px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content { text-align: center; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 15px 0 15px; width: 75px; }

@media screen and (max-width: 676px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h2:after { display: none; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3 { font-size: 24px; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3 { font-size: 22px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3 { font-size: 20px; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content .buttons { display: flex; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content .buttons { display: block; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content .buttons .button-wrap.second { padding-left: 15px; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content .buttons .button-wrap.second { padding: 15px 0 0 0; } }

.sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content .button-wrap { padding: 20px 0 25px; }

.sub-flex-content section.alternating-wrap .row-wrap.left-image .image-block { order: 1; }

.sub-flex-content section.alternating-wrap .row-wrap.left-image .the-content { order: 2; padding-left: 50px; padding-right: 0; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap.left-image .the-content { padding-left: 0; } }

.sub-flex-content section.alternating-wrap .row-wrap.right-image .image-block { order: 2; }

.sub-flex-content section.alternating-wrap .row-wrap.right-image .the-content { order: 1; padding-right: 50px; padding-left: 0; }

@media screen and (max-width: 767px) { .sub-flex-content section.alternating-wrap .row-wrap.right-image .the-content { padding-right: 0; } }

.sub-flex-content section.alternating-wrap .row-wrap.black-bg { background-color: #141414; }

.sub-flex-content section.alternating-wrap .row-wrap.section.padding-top, .sub-flex-content section.alternating-wrap .row-wrap.top-padding { padding-top: 75px; padding-bottom: 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.alternating-wrap .row-wrap.section.padding-top, .sub-flex-content section.alternating-wrap .row-wrap.top-padding { padding-top: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.alternating-wrap .row-wrap.section.padding-top, .sub-flex-content section.alternating-wrap .row-wrap.top-padding { padding-top: 35px; } }

.sub-flex-content section.alternating-wrap .row-wrap.bottom-padding, .sub-flex-content section.alternating-wrap .row-wrap.padding-bottom { padding-bottom: 75px; }

@media screen and (max-width: 769px) { .sub-flex-content section.alternating-wrap .row-wrap.bottom-padding, .sub-flex-content section.alternating-wrap .row-wrap.padding-bottom { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.alternating-wrap .row-wrap.bottom-padding, .sub-flex-content section.alternating-wrap .row-wrap.padding-bottom { padding-bottom: 35px; } }

.sub-flex-content section.alternating-wrap .row-wrap.both-padding { padding: 75px 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.alternating-wrap .row-wrap.both-padding { padding: 50px 0; } }

@media screen and (max-width: 676px) { .sub-flex-content section.alternating-wrap .row-wrap.both-padding { padding: 35px 0; } }

.sub-flex-content section.alternating-wrap .row-wrap.no-padding { padding: 0; }

.sub-flex-content section.image-gallery-wrap .inner-container .intro { padding-bottom: 35px; }

.sub-flex-content section.image-gallery-wrap .inner-container .gallery-container { display: flex; flex-wrap: wrap; justify-content: center; }

.sub-flex-content section.image-gallery-wrap .inner-container .gallery-container .gallery-single { padding: 0 15px 30px; text-align: center; width: 33.33%; }

@media screen and (max-width: 900px) { .sub-flex-content section.image-gallery-wrap .inner-container .gallery-container .gallery-single { width: 50%; } }

@media screen and (max-width: 481px) { .sub-flex-content section.image-gallery-wrap .inner-container .gallery-container .gallery-single { padding: 0 0 20px; width: 100%; } }

.sub-flex-content section.image-gallery-wrap .inner-container .gallery-container .gallery-single h3 { font-family: "Poppins", serif; }

.sub-flex-content section.portfolio-wrap { padding: 0; }

.sub-flex-content section.portfolio-wrap .inner-container { align-items: flex-start; display: flex; flex-wrap: wrap; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single { margin: 0 1% 25px; text-align: left; width: 31.33%; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 767px) { .sub-flex-content section.portfolio-wrap .inner-container .post-single { width: 47%; } }

@media screen and (max-width: 481px) { .sub-flex-content section.portfolio-wrap .inner-container .post-single { margin: 0 0 20px; width: 100%; } }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .image-block img { display: block; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block { background-color: #ffffff; color: #141414; padding: 20px; text-align: center; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block a { color: #141414; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block a:hover { color: #fa9929; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3 { font-family: "Poppins", serif; font-size: 28px; font-weight: 600; padding-bottom: 10px; }

@media screen and (max-width: 767px) { .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3 { font-size: 24px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3 { font-size: 22px; } }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block p { font-size: 16px; }

.sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block .port-cats { color: #02224f; font-size: 16px; }

.sub-flex-content section.portfolio-wrap.padding-top { padding-top: 75px; padding-bottom: 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.portfolio-wrap.padding-top { padding-top: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.portfolio-wrap.padding-top { padding-top: 35px; } }

.sub-flex-content section.portfolio-wrap.padding-bottom { padding-bottom: 75px; }

@media screen and (max-width: 769px) { .sub-flex-content section.portfolio-wrap.padding-bottom { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .sub-flex-content section.portfolio-wrap.padding-bottom { padding-bottom: 35px; } }

.sub-flex-content section.portfolio-wrap.both-padding { padding: 75px 0; }

@media screen and (max-width: 769px) { .sub-flex-content section.portfolio-wrap.both-padding { padding: 50px 0; } }

@media screen and (max-width: 676px) { .sub-flex-content section.portfolio-wrap.both-padding { padding: 35px 0; } }

.sub-flex-content section.timeline-outer-wrap .inner-container .intro-block { padding-bottom: 50px; }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap { position: relative; }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-border { background-color: #a9d2a4; float: none; position: absolute; margin: 0 auto; width: 3px; right: 0; left: 0; top: 0; bottom: 0; text-align: center; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-border { display: none; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single { width: 100%; }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content { align-items: center; display: flex; padding-bottom: 50px; width: 50%; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content { display: block; text-align: center; width: 100%; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content:last-child { padding-bottom: 25px; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content:last-child { padding-bottom: 0; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .date { background-color: #141414; border: 3px solid #ffffff; border-radius: 50%; flex: 0 0 75px; font-family: "Poppins", serif; font-size: 36px; font-weight: 600; height: 75px; margin-right: -37px; order: 2; padding-top: 8px; text-align: center; width: 75px; z-index: 2; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .date { margin: 0 auto; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content { flex-grow: 1; order: 1; padding-right: 50px; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content { padding-right: 0; padding-top: 20px; text-align: center; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2 { font-family: "Poppins", serif; font-size: 28px; font-weight: 600; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2 { font-size: 24px; } }

@media screen and (max-width: 481px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2 { font-size: 22px; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 20px 0; width: 75px; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2:after { display: none; } }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content ul { padding-left: 0; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single:nth-child(odd) .timeline-content { border-right: none; float: right; }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single:nth-child(odd) .timeline-content .date { margin-left: -37px; margin-right: 0; order: 1; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single:nth-child(odd) .timeline-content .date { margin: 0 auto; } }

.sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single:nth-child(odd) .timeline-content .content { order: 2; padding-left: 50px; padding-right: 0; text-align: left; }

@media screen and (max-width: 850px) { .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single:nth-child(odd) .timeline-content .content { padding-left: 0; padding-top: 20px; text-align: center; } }

.sub-flex-content section.background-image-block { padding: 0; }

/* ==========================================
SIDEBAR
========================================== */
.sidebar-flex-content aside { margin-bottom: 25px; }

.sidebar-flex-content aside:last-child { margin-bottom: 0; }

.sidebar-flex-content aside.the-content h1, .sidebar-flex-content aside.the-content h2, .sidebar-flex-content aside.the-content h3, .sidebar-flex-content aside.the-content h4, .sidebar-flex-content aside.the-content h5, .sidebar-flex-content aside.the-content h6 { /*font-family: $boldfontfont;*/ font-weight: normal; }

.sidebar-flex-content aside.the-content h2 { font-size: 36px; }

@media screen and (max-width: 769px) { .sidebar-flex-content aside.the-content h2 { font-size: 30px; } }

@media screen and (max-width: 676px) { .sidebar-flex-content aside.the-content h2 { font-size: 24px; } }

@media screen and (max-width: 481px) { .sidebar-flex-content aside.the-content h2 { font-size: 20px; } }

.sidebar-flex-content aside.the-content h3 { font-size: 26px; }

@media screen and (max-width: 769px) { .sidebar-flex-content aside.the-content h3 { font-size: 24px; } }

@media screen and (max-width: 676px) { .sidebar-flex-content aside.the-content h3 { font-size: 20px; } }

@media screen and (max-width: 481px) { .sidebar-flex-content aside.the-content h3 { font-size: 18px; } }

.sidebar-flex-content aside.the-content h4 { font-size: 24px; }

@media screen and (max-width: 769px) { .sidebar-flex-content aside.the-content h4 { font-size: 22px; } }

@media screen and (max-width: 676px) { .sidebar-flex-content aside.the-content h4 { font-size: 18px; } }

@media screen and (max-width: 481px) { .sidebar-flex-content aside.the-content h4 { font-size: 16px; } }

.sidebar-flex-content aside.text-block-wrap { /*background-color:$vltgrey;*/ }

.sidebar-flex-content aside.menu-wrap nav ul.sidebar-nav { /*font-family: $boldfontfont;*/ list-style-type: none; padding: 0; text-transform: uppercase; }

.sidebar-flex-content aside.menu-wrap nav ul.sidebar-nav li a { border-bottom: none; }

.sidebar-flex-content aside.menu-wrap nav ul.sidebar-nav li.current-menu-item a { color: #141414; font-weight: 600; }

/* ==========================================
BLOG
========================================== */
.blog-wrap { padding-bottom: 75px; }

@media screen and (max-width: 768px) { .blog-wrap { padding-bottom: 50px; } }

@media screen and (max-width: 676px) { .blog-wrap { padding-bottom: 35px; } }

.blog-wrap section.featured-post { padding-bottom: 75px; }

@media screen and (max-width: 767px) { .blog-wrap section.featured-post .inner-container h2 { text-align: center; } }

.blog-wrap section.featured-post .inner-container h2:after { background-color: #2daeea; content: ""; display: block; height: 5px; margin: 10px 0 25px; width: 75px; }

@media screen and (max-width: 767px) { .blog-wrap section.featured-post .inner-container h2:after { display: none; } }

.blog-wrap section.featured-post .inner-container .feat-single { align-items: center; display: flex; }

@media screen and (max-width: 825px) { .blog-wrap section.featured-post .inner-container .feat-single { display: block; } }

@media screen and (max-width: 767px) { .blog-wrap section.featured-post .inner-container .feat-single { text-align: center; } }

.blog-wrap section.featured-post .inner-container .feat-single .image-block, .blog-wrap section.featured-post .inner-container .feat-single .text-block { width: 50%; }

@media screen and (max-width: 825px) { .blog-wrap section.featured-post .inner-container .feat-single .image-block, .blog-wrap section.featured-post .inner-container .feat-single .text-block { width: 100%; } }

.blog-wrap section.featured-post .inner-container .feat-single .image-block img { display: block; max-width: 600px; width: 100%; }

.blog-wrap section.featured-post .inner-container .feat-single .text-block { padding-left: 75px; }

@media screen and (max-width: 825px) { .blog-wrap section.featured-post .inner-container .feat-single .text-block { padding: 20px 0 0; } }

.blog-wrap section.featured-post .inner-container .feat-single .text-block .button-wrap { padding-top: 25px; }

.blog-wrap section.post-list-wrap .inner-container { text-align: center; }

.blog-wrap section.post-list-wrap .inner-container .categories-list { padding-bottom: 40px; }

.blog-wrap section.post-list-wrap .inner-container .categories-list h3 { padding-bottom: 10px; }

.blog-wrap section.post-list-wrap .inner-container .categories-list nav ul { list-style-type: none; margin: 0; padding: 0; }

.blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li { display: inline-block; padding: 0 25px; }

@media screen and (max-width: 500px) { .blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li { padding: 0 10px; } }

.blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li a { color: #ffffff; font-family: "Poppins", serif; font-size: 14px; font-weight: 600; text-transform: uppercase; }

.blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li a:hover { color: #2daeea; }

.blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li.current_page_item a { color: #2daeea; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap { align-items: flex-start; display: flex; flex-wrap: wrap; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single { margin: 0 1% 25px; text-align: left; width: 31.33%; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 767px) { .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single { width: 47%; } }

@media screen and (max-width: 481px) { .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single { margin: 0 0 20px; width: 100%; } }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .image-block img { display: block; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block { background-color: #ffffff; color: #141414; padding: 20px; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block a { color: #141414; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block a:hover { color: #fa9929; }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block h3 { font-family: "Poppins", serif; font-size: 24px; font-weight: 600; line-height: 1.25; padding-bottom: 10px; }

@media screen and (max-width: 481px) { .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block h3 { font-size: 22px; } }

.blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block p { font-size: 16px; }

.blog-wrap .single-post section.hero-block { background-color: #00183a; padding: 30px 0 60px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block { z-index: 3; text-align: center; }

.blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-family: "Poppins", serif; font-size: 36px; font-weight: 600; line-height: 1.4; text-transform: uppercase; }

@media screen and (max-width: 769px) { .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 30px; } }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 26px; } }

@media screen and (max-width: 481px) { .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 22px; } }

.blog-wrap .single-post section.hero-block .inner-container .content-block .date-social { align-items: center; display: flex; justify-content: center; padding-top: 10px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .date-social .post-date { border-right: 1px solid #f6f6f6; margin-right: 10px; padding-right: 10px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .date-social .social-share { font-size: 16px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .date-social .social-share ul { list-style: none; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .date-social .social-share ul li { display: inline-block; padding-right: 5px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .content { border-left: 5px solid #a9d2a4; font-size: 19px; margin-left: 25px; padding: 15px 100px 15px 25px; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .content h1 { font-family: "Poppins", serif; }

.blog-wrap .single-post section.hero-block .inner-container .content-block .content p a { text-decoration: underline; }

.blog-wrap .single-post section.hero-block.video-post, .blog-wrap .single-post section.text-post { padding: 30px 0 200px; }

@media screen and (max-width: 750px) { .blog-wrap .single-post section.hero-block.video-post, .blog-wrap .single-post section.text-post { padding: 30px 0 150px; } }

.blog-wrap .single-post section.featured-video, .blog-wrap .single-post section.featured-image { margin-top: -150px; position: relative; }

.blog-wrap .single-post section.featured-video .container-lazyload, .blog-wrap .single-post section.featured-image .container-lazyload { margin: 0 auto; max-width: 100%; padding-bottom: 0; }

.blog-wrap .single-post section.post-content section { padding-top: 50px; }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.post-content section { padding-top: 35px; } }

.blog-wrap .single-post section.post-content section p { padding-bottom: 20px; }

.blog-wrap .single-post section.post-content section.text-block-wrap .inner-container { padding-left: 100px; padding-right: 100px; }

@media screen and (max-width: 1225px) { .blog-wrap .single-post section.post-content section.text-block-wrap .inner-container { padding-left: 20px; padding-right: 20px; } }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container { display: flex; flex-wrap: wrap; justify-content: center; padding-left: 100px; padding-right: 100px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single { padding: 0 20px 20px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single:nth-last-child(-n+3) { padding: 0 20px; }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single:nth-last-child(-n+3) { padding: 0; } }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single h2 { font-family: "Poppins", serif; font-size: 26px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 24px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container .block-single .button-wrap { padding: 10px 0 30px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single { width: 50%; }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single { padding-bottom: 20px; width: 100%; } }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single:nth-last-child(-n+2) { padding: 0 20px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single h2:first-child::first-letter { color: #fa9929; font-size: 48px; line-height: 1; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { width: 33.33%; }

@media screen and (max-width: 1025px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { padding-bottom: 20px; width: 50%; } }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { width: 100%; } }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { width: 25%; }

@media screen and (max-width: 1025px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { padding-bottom: 20px; width: 50%; } }

@media screen and (max-width: 676px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single { width: 100%; } }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single h3 { font-size: 18px; }

.blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { width: 20%; }

@media screen and (max-width: 1025px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { padding-bottom: 20px; width: 33.33%; } }

@media screen and (max-width: 769px) { .blog-wrap .single-post section.post-content section.multiple-text-block-wrap .inner-container.five-blocks .block-single { padding-bottom: 20px; width: 50%; } }

.blog-wrap .single-post section.share-post { padding-top: 25px; text-align: center; }

.blog-wrap .single-post section.share-post .inner-container { border-top: 1px solid #02224f; padding-top: 25px; }

.blog-wrap .single-post section.share-post h3 { font-family: "Poppins", serif; font-size: 16px; font-weight: 600; text-transform: uppercase; }

.blog-wrap .single-post section.share-post ul { list-style-type: none; padding: 0; }

.blog-wrap .single-post section.share-post ul li { display: inline-block; font-size: 30px; padding-right: 10px; }

.blog-wrap .single-post section.share-post ul li:last-child { padding-right: 0; }

.blog-wrap .single-post section.mailing-list { padding-top: 25px; padding-bottom: 50px; }

.blog-wrap .single-post section.mailing-list .inner-container { background-color: #00183a; max-width: 800px; padding: 35px 35px 20px; }

.blog-wrap .single-post section.mailing-list .inner-container h3 { font-family: "Poppins", serif; font-size: 28px; padding-bottom: 20px; }

@media screen and (max-width: 767px) { .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 24px; } }

@media screen and (max-width: 500px) { .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 22px; } }

/* ==========================================
PAGINATION
========================================== */
section.previous-next .inner-container { display: flex; }

@media screen and (max-width: 481px) { section.previous-next .inner-container { display: block; } }

section.previous-next .inner-container .previous-post, section.previous-next .inner-container .next-post { width: 50%; }

@media screen and (max-width: 481px) { section.previous-next .inner-container .previous-post, section.previous-next .inner-container .next-post { text-align: center; width: 100%; } }

section.previous-next .inner-container .previous-post .left-arrow, section.previous-next .inner-container .previous-post .right-arrow, section.previous-next .inner-container .next-post .left-arrow, section.previous-next .inner-container .next-post .right-arrow { display: inline-block; }

section.previous-next .inner-container .previous-post a, section.previous-next .inner-container .next-post a { font-family: "Poppins", serif; font-size: 22px; font-weight: 600; text-transform: uppercase; }

@media screen and (max-width: 769px) { section.previous-next .inner-container .previous-post a, section.previous-next .inner-container .next-post a { font-size: 18px; } }

section.previous-next .inner-container .next-post { margin-left: auto; text-align: right; }

@media screen and (max-width: 481px) { section.previous-next .inner-container .next-post { padding-top: 20px; text-align: center; } }

.pagination { padding: 50px 20px 0; text-align: center; }

.pagination .page-numbers { border: 1px solid #ffffff; color: #ffffff; display: inline-block; font-family: "Poppins", serif; font-weight: 600; margin-right: 3px; margin-bottom: 10px; padding: 10px 20px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.pagination .page-numbers:hover { background-color: #2daeea; color: #ffffff; }

.pagination .page-numbers.current { background-color: #2daeea; border: 1px solid #2daeea; color: #141414; }

/* ==========================================
LISTS
========================================== */
.the-content ul, .the-content ol { padding-left: 35px; padding-bottom: 10px; }

.the-content ul li, .the-content ol li { padding-bottom: 10px; }

.the-content ul li strong, .the-content ol li strong { font-weight: 700; }

.the-content ul li ul, .the-content ul li ol, .the-content ol li ul, .the-content ol li ol { padding-top: 10px; }

/* ==========================================
404
========================================== */
.not-found-wrap { text-align: center; padding-left: 20px; padding-right: 20px; padding-bottom: 25px; }

.not-found-wrap .image-wrap { padding-top: 25px; padding-bottom: 25px; }

.not-found-wrap .image-wrap img { max-width: 400px; width: 100%; }

/* ==========================================
HEADER
========================================== */
header { background-color: #00183a; position: fixed; margin: 0 auto; width: 100%; z-index: 4; }

header .logo-nav-wrap { align-items: center; display: flex; margin: auto; padding: 20px 0; width: 1200px; }

@media screen and (max-width: 1225px) { header .logo-nav-wrap { padding-left: 20px; padding-right: 20px; width: 100%; } }

header .logo-nav-wrap .logo-wrap { flex-grow: 1; position: relative; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 676px) { header .logo-nav-wrap .logo-wrap { padding-left: 20px; } }

header .logo-nav-wrap .logo-wrap a { display: inline-block; }

header .logo-nav-wrap .logo-wrap img { display: block; max-width: 400px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 676px) { header .logo-nav-wrap .logo-wrap img { max-width: 175px; } }

@media screen and (max-width: 481px) { header .logo-nav-wrap .logo-wrap img { max-width: 150px; } }

header .logo-nav-wrap .cta-icon { align-items: center; display: flex; }

header .logo-nav-wrap .cta-icon .button-wrap { padding-right: 20px; }

@media screen and (max-width: 676px) { header .logo-nav-wrap .cta-icon .button-wrap { padding-right: 0px; } }

@media screen and (max-width: 481px) { header .logo-nav-wrap .cta-icon .button-wrap a.btn { font-size: 12px; } }

/* ==========================================
HEADER ON RESIZE
========================================== */
header.smaller .logo-nav-wrap .logo-wrap img { max-width: 150px; }

header.smaller .logo-nav-wrap .cta-icon .button-wrap a.btn { padding: 12px 20px; }

/* ==========================================
MENU ICON
========================================== */
.menu-open { /*color:$teal;*/ cursor: pointer; display: block; font-size: 28px; line-height: 1; top: 0; z-index: 2; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.menu-open:hover { color: #2daeea; }

@media screen and (max-width: 676px) { .menu-open { display: none; } }

.menu-open-small { cursor: pointer; display: none; font-size: 20px; line-height: 1; margin-top: -35px; z-index: 2; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.menu-open-small:hover { color: #2daeea; }

@media screen and (max-width: 676px) { .menu-open-small { display: block; } }

/* ==========================================
MENU
========================================== */
.topnav { height: 0; overflow: hidden; position: fixed; width: 100%; z-index: 5; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.topnav .inner-container { display: flex; padding-top: 40px; }

@media screen and (max-width: 750px) { .topnav .inner-container { padding-top: 10px; display: block; } }

.topnav .inner-container a { color: #141414; }

.topnav .inner-container a:hover { color: #fa9929; }

.topnav .inner-container .company-info { flex-grow: 1; order: 1; }

@media screen and (max-width: 750px) { .topnav .inner-container .company-info { font-size: 14px; } }

.topnav .inner-container .company-info h4 { font-family: "Poppins", serif; font-weight: normal; font-size: 18px; padding-bottom: 10px; text-transform: uppercase; }

@media screen and (max-width: 676px) { .topnav .inner-container .company-info p { padding-bottom: 10px; } }

.topnav .inner-container .company-info .social ul { list-style-type: none; }

.topnav .inner-container .company-info .social ul li { display: inline-block; font-size: 24px; padding-right: 5px; }

@media screen and (max-width: 676px) { .topnav .inner-container .company-info .social ul li { font-size: 20px; } }

.topnav .inner-container .company-info .social ul li a { color: #141414; }

.topnav .inner-container .company-info .social ul li a:hover { color: #2daeea; }

.topnav .inner-container .company-info .button-wrap { padding-top: 30px; }

@media screen and (max-width: 676px) { .topnav .inner-container .company-info .button-wrap { padding-top: 20px; } }

.topnav .inner-container .company-info .button-wrap a { border: none; color: #ffffff; }

.topnav .inner-container .company-info .button-wrap a:hover { background-color: #141414; border: none; }

.topnav .inner-container .menu-container { margin-right: auto; max-width: 450px; padding-right: 50px; position: relative; order: 2; text-align: right; }

@media screen and (max-width: 676px) { .topnav .inner-container .menu-container { padding: 0 0 10px; text-align: left; } }

.topnav .inner-container .menu-container .menu-close { position: absolute; top: -15px; right: 0; color: #00183a; cursor: pointer; display: block; font-size: 34px; line-height: 1; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.topnav .inner-container .menu-container .menu-close:hover { color: #2daeea; }

@media screen and (max-width: 750px) { .topnav .inner-container .menu-container .menu-close { display: inline-block; font-size: 24px; padding-bottom: 5px; position: relative; left: 0; right: auto; top: 0; } }

.topnav .inner-container .menu-container ul.top-nav { margin-top: -12px; }

@media screen and (max-width: 676px) { .topnav .inner-container .menu-container ul.top-nav { margin-top: 0; } }

.topnav .inner-container .menu-container ul.top-nav li { font-size: 28px; font-weight: 300; line-height: 1.15; list-style-type: none; padding-bottom: 15px; text-transform: uppercase; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-height: 768px) { .topnav .inner-container .menu-container ul.top-nav li { font-size: 24px; padding-bottom: 15px; } }

@media screen and (max-width: 750px) { .topnav .inner-container .menu-container ul.top-nav li { font-size: 18px; padding-bottom: 10px; } }

@media screen and (max-width: 676px) { .topnav .inner-container .menu-container ul.top-nav li { font-size: 14px; } }

.topnav .inner-container .menu-container ul.top-nav li:last-child { padding-bottom: 0; }

.topnav .inner-container .menu-container ul.top-nav li a { border-bottom: 1px solid transparent; color: #141414; }

.topnav .inner-container .menu-container ul.top-nav li a:hover { border-bottom: 1px solid #2daeea; color: #02224f; }

.topnav .inner-container .menu-container ul.top-nav li ul.sub-menu { padding-top: 10px; }

.topnav .inner-container .menu-container ul.top-nav li ul.sub-menu li { font-size: 22px; padding-bottom: 10px; }

.topnav .inner-container .menu-container ul.top-nav li ul.sub-menu li:last-child { padding-bottom: 0; }

.topnav .inner-container .menu-container ul.top-nav li ul.sub-menu li.current_page_item > a { border-bottom: none; color: #ff6e1f; }

.topnav .inner-container .menu-container ul.top-nav li.current_page_item > a, .topnav .inner-container .menu-container ul.top-nav li.current-menu-ancestor > a, .topnav .inner-container .menu-container ul.top-nav li.current_page_parent > a, .topnav .inner-container .menu-container ul.top-nav li.current-menu-item > a { border-bottom: 1px solid #2daeea; }

.topnav.active { background-color: #ffffff; color: #141414; height: 90vh; margin-top: 0; width: 100%; z-index: 5; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

@media screen and (max-width: 750px) { .topnav.active { height: 100vh; overflow: scroll; } }

/* ==========================================
NAVIGATION
========================================== */
/* ==========================================
DROPDOWNS
========================================== */
/*.drops .sub-menu {
  background-color:$white;
  border-radius: 5px;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.drops li:hover .sub-menu {
  display: block;
}
.drops .menu-item .sub-menu {
  position: absolute;
  text-align:left;
  z-index: 100;  
  li {
    border-right:none;
    display:block;
    float:none;
    font-weight:300;
    max-width:375px;
    min-width:215px;
    padding:8px 15px;
    text-transform: none;
    @include transition50;
    &:first-child {
      padding-top:15px;
    }
    &:last-child {
      padding-bottom:15px;
      a {
        color:$black;
        margin-top:0;
        padding:0;
      }
    }
    a {
      background-color:transparent !important;
      border:none !important;
      border-radius:0 !important;
      color:$black !important;
      display:block;
      font-family: $bodyfont !important;
      font-weight:400 !important;
      padding:0 !important;
      &:hover {
        color:$blue !important;
      }
    }
  }
}
.drops li:last-child .sub-menu li {
  display:block;
  width:200px;
}*/
/* ==========================================
GRAVITY FORMS
========================================== */
.gform_validation_errors { margin-bottom: 25px !important; }

.gform_validation_errors > h2 { color: #141414 !important; font-family: "Poppins", serif !important; font-size: 14px !important; font-weight: 600 !important; padding: 0; text-transform: uppercase !important; }

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { font-weight: 400 !important; }

.gform-body .gfield { padding-bottom: 5px; }

.gform-body .gfield_label { font-family: "Poppins", serif; font-weight: 600; text-transform: uppercase; }

.gform-body .gfield_required_asterisk { position: relative; top: -3px; }

.gform-body input { font-family: "Poppins", sans-serif !important; font-size: 16px !important; font-weight: 300 !important; padding: 10px !important; font-variant-numeric: lining-nums; -webkit-font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; font-feature-settings: "lnum"; }

.gform-body textarea { min-height: 100px !important; max-height: 300px !important; font-family: "Poppins", sans-serif !important; font-size: 16px !important; font-weight: 300 !important; padding: 10px !important; width: 100% !important; }

button, input[type="button"], input[type="submit"] { background-color: #2daeea; border: 2px solid transparent; border-radius: 50px; color: #ffffff; cursor: pointer; font-family: "Poppins", serif; font-size: 16px; font-weight: 600; padding: 15px 25px; text-transform: uppercase; transition: all .5s; }

button:hover, input[type="button"]:hover, input[type="submit"]:hover { background: transparent; border: 2px solid #ffffff; color: #ffffff; }

/* ==========================================
CONTACT FORMS
========================================== */
.caldera-grid progress[value] { /* Reset the default appearance */ -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Get rid of default border in Firefox. */ border: none; margin-bottom: 30px; width: 100%; height: 25px; }

.caldera-grid progress[value]::-webkit-progress-bar { background-color: #eee; border-radius: 2px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }

.caldera-grid progress::-moz-progress-bar { background: #a9d2a4; }

.caldera-grid h3 { padding-bottom: 10px !important; }

.caldera-grid h4 { font-weight: normal; padding-bottom: 20px !important; }

.caldera-grid h5 { font-size: 22px; padding-bottom: 15px !important; text-transform: uppercase; }

.caldera-grid h6 { font-weight: normal; }

.caldera-grid .breadcrumb { background-color: transparent !important; font-family: "Poppins", serif; font-size: 14px; font-weight: 600; padding: 0 !important; text-transform: uppercase; }

.caldera-grid .breadcrumb li a:hover { color: #a9d2a4 !important; }

.caldera-grid .breadcrumb li.active a { color: #fa9929 !important; }

.caldera-grid .row { padding-bottom: 5px; }

@media screen and (max-width: 1225px) { .caldera-grid .row { margin-left: 0 !important; margin-right: 0 !important; } }

.caldera-grid .row .first_col { padding-right: 15px; }

@media screen and (max-width: 767px) { .caldera-grid .row .first_col { padding-right: 0; padding-left: 0; } }

.caldera-grid .row .last_col { padding-left: 15px; }

@media screen and (max-width: 767px) { .caldera-grid .row .last_col { padding-left: 0; padding-right: 0; } }

@media screen and (max-width: 767px) { .caldera-grid .row .col-sm-12.single { padding-left: 0; padding-right: 0; } }

.caldera-grid .row .single-text p { padding-bottom: 0; }

.caldera-grid .row label, .caldera-grid .row .radio label { font-weight: 300; }

.caldera-grid .row label .field_required, .caldera-grid .row .radio label .field_required { color: #fa9929 !important; }

.caldera-grid .row .checkbox label { font-size: 16px !important; font-weight: 300 !important; text-transform: capitalize !important; }

.caldera-grid .row .radio label { font-size: 16px !important; }

.caldera-grid .row input[type=select] { font-family: "Poppins", serif !important; }

.caldera-grid .row p { padding-bottom: 10px; }

.caldera-grid .row p strong { font-weight: 500; }

.caldera-grid .row hr { margin: 40px 0; display: block; height: 1px; border: 0; border-top: 1px solid #a9d2a4; padding: 0; }

.caldera-grid .form-control { border-radius: 0px !important; /*border:1px solid $medgrey !important;*/ box-shadow: none !important; letter-spacing: .75px; font-size: 14px !important; font-weight: 300; padding: 12px !important; height: auto !important; margin-right: 0 !important; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.caldera-grid .form-control:focus { border: 1px solid #a9d2a4 !important; }

.caldera-grid .form-control.cf2-file { border: none !important; padding: 0 0 10px 0 !important; }

.caldera-grid .btn-block { width: auto !important; }

::-webkit-input-placeholder { /* WebKit browsers */ opacity: .75 !important; }

::-moz-placeholder { /* Firefox 19+ */ opacity: .75; }

.caldera-grid .form-control select { font-family: "Poppins", serif !important; font-size: 18px !important; font-weight: 600 !important; }

.caldera-grid .btn-default { background-color: #fa9929 !important; border: none !important; border-radius: 50px !important; color: #ffffff !important; font-family: "Poppins", serif; font-size: 16px !important; font-weight: 600 !important; padding: 12px 30px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.caldera-grid .btn-default:hover { background-color: #a9d2a4 !important; }

@media screen and (max-width: 768px) { .caldera-grid .btn-default { float: none; } }

.caldera-grid .btn-block { background-color: #a9d2a4 !important; border: none !important; border-radius: 50px !important; color: #ffffff !important; font-family: "Poppins", serif; font-size: 12px !important; font-weight: 600 !important; margin-top: 5px !important; margin-bottom: 15px !important; padding: 12px 30px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.caldera-grid .btn-block:hover { background-color: #a9d2a4 !important; }

@media screen and (max-width: 768px) { .caldera-grid .btn-block { float: none; } }

.caldera-grid .has-error .checkbox, .caldera-grid .has-error .checkbox-inline, .caldera-grid .has-error .control-label, .caldera-grid .has-error .help-block, .caldera-grid .has-error .radio, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error.checkbox label, .caldera-grid .has-error.checkbox-inline label, .caldera-grid .has-error.radio label, .caldera-grid .has-error.radio-inline label { color: #a9d2a4 !important; }

.post-password-form input[type=password] { max-width: 350px; padding: 10px; width: 100%; }

.post-password-form input[type=submit] { background-color: #fa9929 !important; border: none !important; border-radius: 50px !important; color: #ffffff !important; font-family: "Poppins", serif; font-size: 12px !important; font-weight: 600 !important; margin-left: 5px; padding: 12px 30px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.post-password-form input[type=submit]:hover { background-color: #a9d2a4 !important; cursor: pointer; }

/* ==========================================
CONSTANT CONTACT
========================================== */
.ctct-form-wrapper label { font-weight: 300; }

.ctct-form-wrapper label .field_required { color: #fa9929 !important; }

.ctct-form-wrapper input[type=text], .ctct-form-wrapper input[type=email] { border-radius: 0px !important; border: 1px solid #ffffff !important; box-shadow: none !important; letter-spacing: .75px; font-size: 14px !important; font-weight: 300; padding: 12px !important; height: auto !important; margin-right: 0 !important; width: 100% !important; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.ctct-form-wrapper input[type=text]:focus, .ctct-form-wrapper input[type=email]:focus { border: 1px solid #fa9929 !important; }

.ctct-form-wrapper input[type=submit] { background-color: #fa9929 !important; border: none !important; border-radius: 50px !important; color: #ffffff !important; font-family: "Poppins", serif; font-size: 16px !important; font-weight: 600 !important; margin-left: 5px; padding: 12px 30px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.ctct-form-wrapper input[type=submit]:hover { background-color: #a9d2a4 !important; cursor: pointer; }

/* ==========================================
CONTRAST TOGGLE
========================================== */
body.site-wide-contrast .caldera-grid .form-control { border: 1px solid #141414 !important; }

body.site-wide-contrast .ctct-form-wrapper input[type=submit] { background-color: #ffffff !important; color: #141414 !important; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

body.site-wide-contrast .ctct-form-wrapper input[type=submit]:hover { background-color: #a9d2a4 !important; cursor: pointer; }

/* ==========================================
FOOTER
========================================== */
footer { background-color: #141414; }

@media screen and (max-width: 1300px) { footer { padding-bottom: 50px; } }

@media screen and (max-width: 750px) { footer { padding-bottom: 0; } }

footer .cta-bar-wrap { background-color: #2daeea; padding: 35px 0; }

@media screen and (max-width: 767px) { footer .cta-bar-wrap { padding: 25px 0; } }

footer .cta-bar-wrap .inner-container { align-items: center; display: flex; }

@media screen and (max-width: 900px) { footer .cta-bar-wrap .inner-container { display: block; text-align: center; } }

footer .cta-bar-wrap .inner-container .content { font-family: "Poppins", serif; font-size: 30px; font-weight: 600; flex-grow: 1; padding-right: 50px; text-transform: uppercase; }

@media screen and (max-width: 950px) { footer .cta-bar-wrap .inner-container .content { font-size: 24px; } }

@media screen and (max-width: 900px) { footer .cta-bar-wrap .inner-container .content { padding-right: 0; } }

@media screen and (max-width: 676px) { footer .cta-bar-wrap .inner-container .content { font-size: 20px; } }

@media screen and (max-width: 481px) { footer .cta-bar-wrap .inner-container .content { font-size: 18px; } }

@media screen and (max-width: 767px) { footer .cta-bar-wrap .inner-container .content { padding-right: 0; } }

footer .cta-bar-wrap .inner-container .content p { line-height: 1.35; }

footer .cta-bar-wrap .inner-container .content strong { color: #141414; font-weight: 600; }

footer .cta-bar-wrap .inner-container .button-wrap { flex: 0 0 375px; margin-left: auto; text-align: right; }

@media screen and (max-width: 900px) { footer .cta-bar-wrap .inner-container .button-wrap { padding: 25px 0 15px; text-align: center; } }

footer .cta-bar-wrap .inner-container .button-wrap div { display: inline-block; }

footer .cta-bar-wrap .inner-container .button-wrap div:first-child { padding-right: 10px; }

footer a { color: #ffffff; }

footer a:hover { color: #2daeea; }

footer .footer-main { font-size: 15px; padding-top: 40px; }

footer .footer-main .inner-container { display: flex; justify-content: space-between; padding-bottom: 20px; }

@media screen and (max-width: 767px) { footer .footer-main .inner-container { display: block; text-align: center; } }

footer .footer-main .inner-container .contact h4 { font-family: "Poppins", serif; font-weight: normal; font-size: 18px; padding-bottom: 10px; text-transform: uppercase; }

footer .footer-main .inner-container .nav-one, footer .footer-main .inner-container .nav-two { font-family: "Poppins", serif; }

@media screen and (max-width: 767px) { footer .footer-main .inner-container .nav-one, footer .footer-main .inner-container .nav-two { padding-top: 15px; } }

footer .footer-main .inner-container .nav-one nav ul.footer-nav, footer .footer-main .inner-container .nav-two nav ul.footer-nav { list-style-type: none; }

footer .footer-main .inner-container .nav-one nav ul.footer-nav li, footer .footer-main .inner-container .nav-two nav ul.footer-nav li { font-size: 15px; padding-bottom: 10px; text-transform: uppercase; }

@media screen and (max-width: 767px) { footer .footer-main .inner-container .nav-one nav ul.footer-nav li, footer .footer-main .inner-container .nav-two nav ul.footer-nav li { font-size: 14px; } }

footer .footer-main .inner-container .nav-one nav ul.footer-nav li:last-child, footer .footer-main .inner-container .nav-two nav ul.footer-nav li:last-child { padding-bottom: 0; }

footer .footer-main .copyright { font-family: "Poppins", serif; font-size: 12px; text-transform: uppercase; padding: 0 0 20px; }

footer .footer-main .copyright .inner-container { align-items: center; display: flex; padding-bottom: 0; }

@media screen and (max-width: 650px) { footer .footer-main .copyright .inner-container { display: block; text-align: center; } }

footer .footer-main .copyright .inner-container .copy-content .privacy { display: inline-block; }

footer .footer-main .copyright .inner-container .social { margin-left: auto; text-align: right; }

@media screen and (max-width: 650px) { footer .footer-main .copyright .inner-container .social { padding-top: 10px; text-align: center; } }

footer .footer-main .copyright .inner-container .social ul { list-style-type: none; }

footer .footer-main .copyright .inner-container .social ul li { display: inline-block; font-size: 18px; padding-right: 10px; }

footer .footer-main .copyright .inner-container .social ul li:last-child { padding-right: 0; }

/* ==========================================
RETURN TO TOP ARROW
========================================== */
.cd-top { border-radius: 50%; display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 25px; right: 25px; /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #02224f url(images/cd-top-arrow.svg) no-repeat center 50%; background-size: 20px; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; /*@media screen and (max-width:1225px) { right:15px; bottom:15px; }*/ }

@media screen and (max-width: 750px) { .cd-top { bottom: 10px; right: 10px; } }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .25s 0s, visibility 0s 0s; -moz-transition: opacity .25s 0s, visibility 0s 0s; transition: opacity .25s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: .5; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.cd-top.cd-is-visible:hover { opacity: .75; }

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .25; }

.no-touch .cd-top:hover { /*background-color: $blue;*/ opacity: 1; }

/* ==========================================
CONTRAST TOGGLE
========================================== */
body.site-wide-contrast a.btn.orange { background-color: #ffffff; color: #141414; }

body.site-wide-contrast a.btn.orange:hover { background-color: #ffffff; border: 2px solid #fa9929; }

body.site-wide-contrast blockquote { background-color: #ffffff; }

body.site-wide-contrast .topnav .inner-container .company-info .button-wrap a { background-color: #ffffff; border: 2px solid #141414; color: #141414; }

body.site-wide-contrast .topnav .inner-container .company-info .button-wrap a:hover { border: 2px solid #fa9929; }

body.site-wide-contrast .home-flex-content section.hero-text-only .inner-container .tagline { -webkit-text-fill-color: #ffffff; -webkit-text-stroke-width: 0; -webkit-text-stroke-color: #a9d2a4; }

body.site-wide-contrast .home-flex-content section.hero-text-only .inner-container .tagline p { opacity: 1; }

body.site-wide-contrast .caldera-grid .btn-default { background-color: #ffffff !important; color: #141414 !important; }

body.site-wide-contrast .cta-bar-wrap { color: #141414 !important; }

/* ==========================================
FONT SIZE TOGGLE
========================================== */
body.site-wide-font-size { font-size: 22px; }

@media screen and (max-width: 767px) { body.site-wide-font-size { font-size: 20px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size { font-size: 18px; } }

body.site-wide-font-size a.btn { font-size: 18px; }

body.site-wide-font-size .the-content h1 { font-size: 44px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .the-content h1 { font-size: 40px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .the-content h1 { font-size: 36px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .the-content h1 { font-size: 30px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h1 { font-size: 24px; } }

body.site-wide-font-size .the-content h2 { font-size: 38px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .the-content h2 { font-size: 34px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .the-content h2 { font-size: 32px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .the-content h2 { font-size: 28px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h2 { font-size: 22px; } }

body.site-wide-font-size .the-content h3 { font-size: 34px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .the-content h3 { font-size: 30px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .the-content h3 { font-size: 26px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .the-content h3 { font-size: 22px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h3 { font-size: 20px; } }

body.site-wide-font-size .the-content h4 { font-size: 30px; }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h4 { font-size: 24px; } }

body.site-wide-font-size .the-content h5 { font-size: 24px; }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h5 { font-size: 20px; } }

body.site-wide-font-size .the-content h6 { font-size: 22px; }

@media screen and (max-width: 481px) { body.site-wide-font-size .the-content h6 { font-size: 18px; } }

body.site-wide-font-size blockquote { font-size: 24px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size blockquote { font-size: 22px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size blockquote { font-size: 20px; } }

body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block h1, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block h1, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block h2, body.site-wide-font-size .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 46px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block h1, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block h1, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block h2, body.site-wide-font-size .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 40px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block h1, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block h1, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block h2, body.site-wide-font-size .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 36px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block h1, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block h1, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block h2, body.site-wide-font-size .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 30px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block h1, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block h1, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block h2, body.site-wide-font-size .blog-wrap .single-post section.hero-block .inner-container .content-block h1 { font-size: 24px; } }

body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 44px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 38px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 34px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 28px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h2 { font-size: 24px; } }

body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3, body.site-wide-font-size .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2, body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3, body.site-wide-font-size .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 36px; }

@media screen and (max-width: 1023px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3, body.site-wide-font-size .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2, body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3, body.site-wide-font-size .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 30px; } }

@media screen and (max-width: 767px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3, body.site-wide-font-size .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2, body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3, body.site-wide-font-size .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 26px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3, body.site-wide-font-size .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2, body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3, body.site-wide-font-size .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 22px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .home-flex-content section.overlapping-images-wrap .inner-container .text-block h3, body.site-wide-font-size .sub-flex-content section.timeline-outer-wrap .timeline-inner-wrap .timeline-single .timeline-content .content h2, body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block h3, body.site-wide-font-size .blog-wrap .single-post section.mailing-list .inner-container h3 { font-size: 20px; } }

body.site-wide-font-size .home-flex-content section.color-blocks-wrap .inner-container .block-single .headline, body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2, body.site-wide-font-size footer .cta-bar-wrap .inner-container .content { font-size: 32px; }

@media screen and (max-width: 767px) { body.site-wide-font-size .home-flex-content section.color-blocks-wrap .inner-container .block-single .headline, body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2, body.site-wide-font-size footer .cta-bar-wrap .inner-container .content { font-size: 30px; } }

@media screen and (max-width: 676px) { body.site-wide-font-size .home-flex-content section.color-blocks-wrap .inner-container .block-single .headline, body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2, body.site-wide-font-size footer .cta-bar-wrap .inner-container .content { font-size: 26px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .home-flex-content section.color-blocks-wrap .inner-container .block-single .headline, body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h2, body.site-wide-font-size footer .cta-bar-wrap .inner-container .content { font-size: 20px; } }

body.site-wide-font-size .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3, body.site-wide-font-size section.previous-next .inner-container .previous-post a, body.site-wide-font-size section.previous-next .inner-container .next-post a, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block h3 { font-size: 30px; }

@media screen and (max-width: 676px) { body.site-wide-font-size .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3, body.site-wide-font-size section.previous-next .inner-container .previous-post a, body.site-wide-font-size section.previous-next .inner-container .next-post a, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block h3 { font-size: 26px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .sub-flex-content section.alternating-wrap .row-wrap .row-single .the-content h3, body.site-wide-font-size section.previous-next .inner-container .previous-post a, body.site-wide-font-size section.previous-next .inner-container .next-post a, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block h3 { font-size: 20px; } }

body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 28px; }

@media screen and (max-width: 676px) { body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 24px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .sub-flex-content section.multiple-text-block-wrap .inner-container .block-single h3 { font-size: 20px; } }

body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block .content, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block .content, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block p { font-size: 24px; }

@media screen and (max-width: 676px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block .content, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block .content, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block p { font-size: 22px; } }

@media screen and (max-width: 481px) { body.site-wide-font-size .sub-flex-content section.hero-block .inner-container.text-image .content-block .content, body.site-wide-font-size .sub-flex-content section.hero-block.text-only .inner-container .content-block .content, body.site-wide-font-size .sub-flex-content section.single-image-wrap .inner-container .text-block p { font-size: 20px; } }

body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block .port-cats, body.site-wide-font-size .blog-wrap .single-post section.share-post h3, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block p, body.site-wide-font-size .caldera-grid .row .checkbox label { font-size: 22px !important; }

@media screen and (max-width: 676px) { body.site-wide-font-size .sub-flex-content section.portfolio-wrap .inner-container .post-single .text-block .port-cats, body.site-wide-font-size .blog-wrap .single-post section.share-post h3, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .posts-wrap .post-single .text-block p, body.site-wide-font-size .caldera-grid .row .checkbox label { font-size: 18px !important; } }

body.site-wide-font-size .caldera-grid .btn-default, body.site-wide-font-size footer .footer-main .inner-container .nav-one nav ul.footer-nav li, body.site-wide-font-size footer .footer-main .inner-container .nav-two nav ul.footer-nav li { font-size: 20px !important; }

@media screen and (max-width: 676px) { body.site-wide-font-size .caldera-grid .btn-default, body.site-wide-font-size footer .footer-main .inner-container .nav-one nav ul.footer-nav li, body.site-wide-font-size footer .footer-main .inner-container .nav-two nav ul.footer-nav li { font-size: 18px !important; } }

body.site-wide-font-size .home-flex-content section.color-blocks-wrap .inner-container .block-single .subheadline, body.site-wide-font-size .blog-wrap section.post-list-wrap .inner-container .categories-list nav ul li a { font-size: 18px; }

body.site-wide-font-size footer .footer-main .copyright { font-size: 16px; }

body.site-wide-font-size footer .cta-bar-wrap .inner-container .button-wrap { flex: 0 0 200px; }
