  /*
Theme Name: Sandmeyer Steel
Theme URI: https://www.sandmeyersteel.com/ 
Description: Custom designed & developed theme for Sandmeyer Steel.
Version: 1.0
Text Domain: Commexis
Author: William Pyle / Commexis
Author URI: http://www.commexis.com
*/
@font-face { font-family: 'Arimo'; src: url("/wp-content/themes/sandmeyer//wp-content/themes/sandmeyer/assets/fonts/Arimo-Bold.woff2") format("woff2"), url("/wp-content/themes/sandmeyer/assets/fonts/Arimo-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; }

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

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

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

/* ==========================================
TYPOGRAPHY
========================================== */
@font-face { font-family: 'Arimo'; src: url("/wp-content/themes/sandmeyer//wp-content/themes/sandmeyer/assets/fonts/Arimo-Bold.woff2") format("woff2"), url("/wp-content/themes/sandmeyer/assets/fonts/Arimo-Bold.woff") format("woff"); font-weight: bold; font-style: normal; font-display: swap; }

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

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

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

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

p:last-child { padding: 0; }

p strong { font-weight: 600; }

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 { font-family: "Arimo", sans-serif; line-height: 1.3; letter-spacing: 0; }

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

.the-content h1 { font-size: 30px; font-weight: 600; padding-bottom: 20px; }

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

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

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

.the-content h2 { font-size: 24px; font-weight: 600; padding-bottom: 20px; }

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

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

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

.the-content h3 { font-size: 22px; font-weight: 600; padding-bottom: 20px; }

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

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

.the-content h4 { font-size: 18px; font-weight: 600; padding-bottom: 20px; }

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

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

.the-content h5 { font-size: 18px; font-weight: 600; padding-bottom: 15px; }

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

.the-content h6 { color: #696969; font-size: 14px; font-style: italic; font-weight: 400; padding-bottom: 20px; }

h1, h2, h3, h4, h5, h6 { /*font-family: $headlinefont;*/ font-weight: normal; }

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

/* ==========================================
LINKS
========================================== */
a { color: #2ea443; cursor: pointer; text-decoration: underline; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

a:hover { color: #000000; }

a.btn { border: 2px solid transparent; border-radius: 5px; display: inline-block; font-size: 16px; font-weight: 400; padding: 10px 15px; text-decoration: none; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 676px) { a.btn { display: inline-block; font-size: 14px; padding: 10px 15px; text-align: center; } }

a.btn.green { background-color: #2ea443; color: #ffffff; }

a.btn.green:hover { background-color: #333333; }

a.btn.red { background-color: #b3001b; color: #ffffff; }

a.btn.red:hover { background-color: #000000; }

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.25); }

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

a.btn.black-border:hover { border: 2px solid #b3001b; color: #b3001b; }

a.btn.small { font-size: 16px; padding: 10px; }

@media screen and (max-width: 500px) { a.btn.small { font-size: 14px; } }

/* ==========================================
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: #ffffff; color: #333333; height: 100%; font-family: "Arimo", sans-serif, Arial, sans-serif; font-size: 15px; font-weight: 300; letter-spacing: .5px; line-height: 1.4; font-variant-numeric: lining-nums; -webkit-font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; font-feature-settings: "lnum"; }

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

@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: 0px 25px 10px 0; }

@media screen and (max-width: 850px) { .alignleft { float: none; display: block; margin: 0 0 20px 0; } }

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

@media screen and (max-width: 850px) { .alignright { float: none; display: block; margin: 0 0 20px 0; } }

.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; }

blockquote { background-color: #f0f0f0; border-left: 4px solid #2ea443; font-size: 16px; font-style: italic; margin: 20px auto 25px auto; padding: 25px; max-width: 80%; width: 100%; }

@media screen and (max-width: 676px) { blockquote { font-size: 16px; margin: 20px 0 25px 25px; padding: 10px 0 10px 20px; } }

@media screen and (max-width: 481px) { blockquote { margin: 15px 0; } }

blockquote h4 { font-size: 24px !important; }

@media screen and (max-width: 676px) { blockquote h4 { font-size: 20px !important; } }

iframe, .lazy-load-div, .container-lazyload, .container-lazyload a { max-width: 100% !important; }

.anchor-target { position: relative; top: -160px; }

/* ==========================================
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
========================================== */
#page { padding-top: 180px; }

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

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

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

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

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

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

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

.google-maps iframe { min-height: 600px; width: 100%; }

section.sub-hero-wrap { background-position: center center; background-size: cover; color: #ffffff; padding: 0; position: relative; }

section.sub-hero-wrap .trans-bg { background-color: rgba(0, 0, 0, 0.25); padding: 125px 0; }

@media screen and (max-width: 769px) { section.sub-hero-wrap .trans-bg { padding: 100px 0; } }

@media screen and (max-width: 676px) { section.sub-hero-wrap .trans-bg { padding: 60px 0 40px; } }

@media screen and (max-width: 481px) { section.sub-hero-wrap .trans-bg { padding: 60px 0 20px; } }

section.sub-hero-wrap .inner-container .content h1 { font-family: "Arimo", sans-serif; font-size: 42px; font-weight: 600; padding-bottom: 10px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 769px) { section.sub-hero-wrap .inner-container .content h1 { font-size: 36px; } }

@media screen and (max-width: 676px) { section.sub-hero-wrap .inner-container .content h1 { font-size: 30px; } }

@media screen and (max-width: 481px) { section.sub-hero-wrap .inner-container .content h1 { font-size: 24px; } }

section.sub-hero-wrap .inner-container .content h2 { font-size: 36px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 769px) { section.sub-hero-wrap .inner-container .content h2 { font-size: 30px; } }

@media screen and (max-width: 676px) { section.sub-hero-wrap .inner-container .content h2 { font-size: 24px; } }

@media screen and (max-width: 481px) { section.sub-hero-wrap .inner-container .content h2 { font-size: 18px; } }

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

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

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

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

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

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

section.full-screen-image { padding: 0; }

section.full-screen-image img { display: block; width: 100%; }

section.full-screen-image.fixed { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 300px 0 0 0 !important; }

@media screen and (max-width: 767px) { section.full-screen-image.fixed { padding: 200px 0 0 0 !important; } }

@media screen and (max-width: 678px) { section.full-screen-image.fixed { padding: 150px 0 0 0 !important; } }

@media screen and (max-width: 500px) { section.full-screen-image.fixed { padding: 100px 0 0 0 !important; } }

section.full-screen-video { padding: 0; }

section.full-screen-video .video-container video { display: block; width: 100%; }

section.ltgrey-bg .inner-container { background-color: #f0f0f0; padding: 25px; width: 1200px !important; }

@media screen and (max-width: 1225px) { section.ltgrey-bg .inner-container { padding: 20px; width: 100% !important; } }

section.dkgrey-bg .inner-container { background-color: #333333; color: #ffffff; padding: 25px; width: 1200px !important; }

@media screen and (max-width: 1225px) { section.dkgrey-bg .inner-container { width: 100% !important; } }

section.ltgreen-bg .inner-container { background-color: #d9f1de; padding: 25px; width: 1200px !important; }

@media screen and (max-width: 1225px) { section.ltgreen-bg .inner-container { width: 100% !important; } }

.gallery .gallery-item { margin: 0 !important; padding: 5px 10px; }

@media screen and (max-width: 769px) { .gallery .gallery-item { width: 33.33% !important; } }

@media screen and (max-width: 481px) { .gallery .gallery-item { padding: 5px; width: 50% !important; } }

.gallery .gallery-item img { border: none !important; height: auto; max-width: 100%; }

hr { background-color: #d9d9d9; border: none; height: 1px; margin: 15px 0 25px; width: 100%; }

/* ==========================================
TABLES
========================================== */
.responsive-table-container { overflow-x: auto; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .responsive-table-container { font-size: 12px; } }

.tablepress.plain tbody tr { display: flex; }

.tablepress.plain tbody tr td { flex: 1; padding: 15px; }

.tablepress.plain tbody tr td.row-1 { border-top: none; }

.tablepress.plain tbody tr.row-1 td { border-top: none; }

.tablepress.grey-table tbody tr { border: none; }

.tablepress.grey-table tbody tr td { border-right: 5px solid #ffffff; border-bottom: none; border-top: none; padding: 15px; text-align: center; }

.tablepress.grey-table tbody tr td.row-1 { border-top: none; }

.tablepress.grey-table tbody tr:nth-child(odd) td { background-color: #d9d9d9; }

.tablepress.grey-table tbody tr:nth-child(even) td { background-color: #f0f0f0; border-bottom: 5px solid #ffffff; }

.tablepress.grey-table tbody tr.row-1 td { border-top: none; }

.tablepress.green-table thead tr { border-left: 1px solid #696969; }

.tablepress.green-table thead tr th { background-color: #333333 !important; border-right: 1px solid #ffffff; color: #ffffff; font-size: 15px; padding: 15px; }

@media screen and (max-width: 767px) { .tablepress.green-table thead tr th { font-size: 12px; } }

.tablepress.green-table thead tr th:last-child { border-right: 1px solid #696969; }

.tablepress.green-table tbody tr { border: none; }

.tablepress.green-table tbody tr td { border-left: 1px solid #696969; border-right: 1px solid #696969; border-bottom: 1px solid #696969; border-top: none; font-size: 14px; padding: 15px; }

@media screen and (max-width: 767px) { .tablepress.green-table tbody tr td { font-size: 12px; } }

.tablepress.green-table tbody tr td.row-1 { border-top: none; }

.tablepress.green-table tbody tr:nth-child(odd) td { background-color: #92d09d; }

.tablepress.green-table tbody tr:nth-child(even) td { background-color: #ffffff; }

.tablepress.green-table tbody tr.row-1 td { border-top: none; }

/* ==========================================
FRONT PAGE
========================================== */
.home-flex-content section { margin: 0 auto; max-width: 1920px; padding: 0 0 60px 0; width: 100%; }

@media screen and (max-width: 900px) { .home-flex-content section { padding: 30px 0; } }

.home-flex-content section.home-hero-wrap { background-position: center center; background-size: cover; color: #ffffff; margin-bottom: 60px; padding: 0; position: relative; }

@media screen and (max-width: 900px) { .home-flex-content section.home-hero-wrap { margin-bottom: 30px; } }

.home-flex-content section.home-hero-wrap .inner-container { padding: 175px 0 75px; }

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

@media screen and (max-width: 769px) { .home-flex-content section.home-hero-wrap .inner-container { padding: 75px 20px; } }

@media screen and (max-width: 676px) { .home-flex-content section.home-hero-wrap .inner-container { padding: 50px 20px; } }

.home-flex-content section.home-hero-wrap .inner-container .content { background-color: rgba(0, 0, 0, 0.75); border-radius: 10px; color: #ffffff; max-width: 550px; padding: 20px; }

.home-flex-content section.home-hero-wrap .inner-container .content h1 { font-size: 33px; font-weight: 600; line-height: 1.2; padding-bottom: 20px; }

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

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

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

.home-flex-content section.home-hero-wrap .inner-container .content h2 { font-size: 40px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

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

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

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

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

.home-flex-content section.home-hero-wrap .inner-container .content p { font-size: 18px; }

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

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

@media screen and (max-width: 1225px) { .home-flex-content section.home-hero-wrap .inner-container .content .button-wrap { padding-top: 5px; } }

.home-flex-content section.text-image-block-wrap .inner-container .title { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; margin-bottom: 40px; }

@media screen and (max-width: 767px) { .home-flex-content section.text-image-block-wrap .inner-container .title { margin-bottom: 20px; } }

.home-flex-content section.text-image-block-wrap .inner-container .title h2 { padding: 0; }

.home-flex-content section.text-image-block-wrap .inner-container .text-image-container { display: flex; }

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

.home-flex-content section.text-image-block-wrap .inner-container .text-image-container .text-block { padding-right: 50px; width: 60%; }

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

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

.home-flex-content section.text-image-block-wrap .inner-container .text-image-container .image-block { width: 40%; }

@media screen and (max-width: 900px) { .home-flex-content section.text-image-block-wrap .inner-container .text-image-container .image-block { width: 100%; } }

.home-flex-content section.text-image-block-wrap .inner-container .text-image-container .image-block img { border-radius: 5px; }

.home-flex-content section.full-screen-image { margin-bottom: 60px; }

@media screen and (max-width: 900px) { .home-flex-content section.full-screen-image { margin-bottom: 30px; } }

.home-flex-content section.latest-news-wrap .inner-container .title { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; margin-bottom: 40px; }

@media screen and (max-width: 767px) { .home-flex-content section.latest-news-wrap .inner-container .title { margin-bottom: 20px; } }

.home-flex-content section.latest-news-wrap .inner-container .title h2 { font-weight: 600; padding: 0; }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap { display: flex; }

@media screen and (max-width: 600px) { .home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap { display: block; } }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single { width: 50%; }

@media screen and (max-width: 600px) { .home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single { width: 100%; } }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single:first-child { padding-right: 30px; }

@media screen and (max-width: 600px) { .home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single:first-child { padding: 0 0 20px 0; } }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single:last-child { padding-left: 30px; }

@media screen and (max-width: 600px) { .home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single:last-child { padding: 0; } }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single .post-title { font-size: 16px; font-weight: 600; }

.home-flex-content section.latest-news-wrap .inner-container .news-posts-wrap .post-single .post-date { font-size: 12px; padding: 5px 0 10px; }

.home-flex-content section.latest-news-wrap .inner-container .button-wrap { padding: 25px 0 0; text-align: center; }

@media screen and (max-width: 676px) { .home-flex-content section.latest-news-wrap .inner-container .button-wrap { padding: 20px 0 10px 0; } }

.home-flex-content section.blog-testimonials-wrap .inner-container { display: flex; }

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

.home-flex-content section.blog-testimonials-wrap .inner-container .title { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; margin-bottom: 40px; }

@media screen and (max-width: 767px) { .home-flex-content section.blog-testimonials-wrap .inner-container .title { margin-bottom: 20px; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .title h2 { font-size: 24px; font-weight: 600; padding: 0; }

@media screen and (max-width: 767px) { .home-flex-content section.blog-testimonials-wrap .inner-container .title h2 { font-size: 22px; } }

@media screen and (max-width: 676px) { .home-flex-content section.blog-testimonials-wrap .inner-container .title h2 { font-size: 20px; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap, .home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap { width: 50%; }

@media screen and (max-width: 767px) { .home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap, .home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap { width: 100%; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap { padding-right: 25px; }

@media screen and (max-width: 767px) { .home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap { padding: 0 0 20px; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap .post-single { padding-bottom: 25px; }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap .post-single:last-child { border: none; margin: 0; padding: 0; }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap .post-single .post-title { font-size: 16px; font-weight: 600; }

.home-flex-content section.blog-testimonials-wrap .inner-container .blog-wrap .post-single .post-date { font-size: 12px; padding: 5px 0 10px; }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap { padding-left: 25px; }

@media screen and (max-width: 767px) { .home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap { padding: 0; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap .test-repeater .post-single { padding-bottom: 25px; }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap .test-repeater .post-single:last-child { padding: 0; }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap .test-repeater .post-single blockquote { background-color: #ffffff; border: 1px solid #2ea443; border-radius: 10px; padding: 15px; position: relative; margin: 0 0 10px; max-width: 100%; }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap .test-repeater .post-single blockquote:after { background-color: #ffffff; border-right: 1px solid #2ea443; border-bottom: 1px solid #2ea443; bottom: -6px; content: ""; display: inline-block; height: 10px; position: absolute; width: 10px; transform: rotate(45deg); }

.home-flex-content section.blog-testimonials-wrap .inner-container .testimonials-wrap .test-repeater .post-single blockquote p { font-size: 15px; }

.home-flex-content section.blog-testimonials-wrap .inner-container .news-posts-wrap { display: flex; }

@media screen and (max-width: 600px) { .home-flex-content section.blog-testimonials-wrap .inner-container .news-posts-wrap { display: block; } }

.home-flex-content section.blog-testimonials-wrap .inner-container .button-wrap { padding: 25px 0 0; text-align: center; }

@media screen and (max-width: 676px) { .home-flex-content section.blog-testimonials-wrap .inner-container .button-wrap { padding: 30px 0; } }

.home-flex-content section.offerings-wrap { background-size: contain; background-repeat: repeat-x; color: #ffffff; margin-bottom: 60px; padding: 60px 0; }

@media screen and (max-width: 900px) { .home-flex-content section.offerings-wrap { margin-bottom: 30px; padding: 30px 0; } }

.home-flex-content section.offerings-wrap .inner-container .title { border-bottom: 1px solid #696969; padding-bottom: 10px; margin-bottom: 40px; }

@media screen and (max-width: 767px) { .home-flex-content section.offerings-wrap .inner-container .title { margin-bottom: 20px; } }

.home-flex-content section.offerings-wrap .inner-container .offering-blocks .repeater { display: flex; flex-wrap: wrap; }

.home-flex-content section.offerings-wrap .inner-container .offering-blocks .repeater .post-single { background-color: #d9d9d9; color: #000000; margin: 0 1% 25px; padding: 20px; text-align: center; width: 31.33%; }

@media screen and (max-width: 950px) { .home-flex-content section.offerings-wrap .inner-container .offering-blocks .repeater .post-single { width: 48%; } }

@media screen and (max-width: 600px) { .home-flex-content section.offerings-wrap .inner-container .offering-blocks .repeater .post-single { margin: 0 0 25px 0; width: 100%; } }

.home-flex-content section.offerings-wrap .inner-container .offering-blocks .repeater .post-single p { font-size: 15px; }

/* ==========================================
SUB PAGE
========================================== */
.sub-flex-content section.padding-above { margin: 50px 0 0 0; }

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

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

.sub-flex-content section.padding-below { margin: 0 0 50px; }

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

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

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

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

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

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

.sub-flex-content section.title-block-wrap { margin: 0; }

.sub-flex-content section.title-block-wrap .subtitle-wrap { padding-bottom: 5px; }

.sub-flex-content section.title-block-wrap .subtitle-wrap .inner-container .subtitle { color: #2ea443; font-size: 22px; }

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

.sub-flex-content section.title-block-wrap .title-wrap { background-color: #f0f0f0; }

.sub-flex-content section.title-block-wrap .title-wrap .inner-container { border-bottom: 1px solid #d9d9d9; padding-top: 15px; padding-bottom: 15px; }

.sub-flex-content section.title-block-wrap .title-wrap .inner-container .title h1 { padding: 0; }

.sub-flex-content section.title-block-wrap.center-aligned { text-align: center; }

.sub-flex-content section.title-block-wrap.padding-above { padding: 25px 0 0 0; }

.sub-flex-content section.title-block-wrap.padding-below { padding: 0 0 25px 0; }

.sub-flex-content section.title-block-wrap.padding-both { padding: 25px 0; }

.sub-flex-content section.title-block-wrap.padding-none { padding: 0; }

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

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

@media screen and (max-width: 1280px) { .sub-flex-content section.multiple-text-block-wrap .inner-container { width: 100% !important; } }

.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.case-study { background-repeat: no-repeat; background-size: contain; }

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

@media screen and (max-width: 676px) { .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:last-child { padding: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single.case-study { margin: 0 1% 25px; min-height: 325px; padding: 60px 20px 50px; width: 48%; }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.two-blocks .block-single.case-study { margin: 0 0 25px; width: 100%; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks { margin-bottom: -20px; }

@media screen and (max-width: 767px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks { margin-bottom: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single { padding: 0 20px 30px; 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 { padding: 0 0 20px; width: 100%; }
  .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single:last-child { padding: 0; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single.case-study { margin: 0 1% 25px; min-height: 325px; padding: 60px 20px 50px; width: 31.33%; }

@media screen and (max-width: 850px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single.case-study { width: 48%; } }

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.three-blocks .block-single.case-study { margin: 0 0 25px; width: 100%; } }

.sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks { margin-bottom: -30px; }

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

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

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

.sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single.case-study { margin: 0 1% 25px; min-height: 325px; padding: 60px 20px 50px; width: 23%; }

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

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

@media screen and (max-width: 676px) { .sub-flex-content section.multiple-text-block-wrap .inner-container.four-blocks .block-single.case-study { margin: 0 0 25px; width: 100%; } }

.sub-flex-content section.multiple-text-block-wrap.dkgrey-bg .inner-container, .sub-flex-content section.multiple-text-block-wrap.ltgrey-bg .inner-container { padding-left: 10px; padding-right: 10px; padding-bottom: 10px; }

@media screen and (max-width: 1225px) { .sub-flex-content section.multiple-text-block-wrap.dkgrey-bg .inner-container, .sub-flex-content section.multiple-text-block-wrap.ltgrey-bg .inner-container { padding: 20px; } }

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

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

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

@media screen and (max-width: 900px) { .sub-flex-content section.text-image-block-wrap .inner-container .text-block, .sub-flex-content section.text-image-block-wrap .inner-container .image-block { display: block; width: 100%; } }

@media screen and (max-width: 900px) { .sub-flex-content section.text-image-block-wrap .inner-container .text-block { margin-bottom: 20px; } }

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

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

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

.sub-flex-content section.text-image-block-wrap .inner-container .text-block.green-bg { background-color: #2ea443; color: #ffffff; padding: 25px; }

.sub-flex-content section.text-image-block-wrap .inner-container .text-block.green-bg a { color: #ffffff; }

.sub-flex-content section.text-image-block-wrap .inner-container .text-block.green-bg a:hover { color: #d9d9d9; }

.sub-flex-content section.timeline-wrap .the-content .block-single { background-attachment: fixed; background-size: cover; }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg { background-color: rgba(50, 50, 50, 0.9); }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container { align-items: center; display: flex; }

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

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .callout-block, .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block { width: 50%; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .callout-block, .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block { width: 100%; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .callout-block { color: #2ea443; font-size: 18px; font-weight: 600; text-transform: uppercase; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .callout-block { color: #ffffff; padding-top: 30px; text-align: center; } }

@media screen and (max-width: 676px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .callout-block { font-size: 16px; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block { padding-top: 50px; padding-bottom: 50px; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block { padding-bottom: 30px; padding-top: 30px; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .image { position: relative; }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .image img { display: block; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .content { color: #ffffff; margin-top: -25px; position: relative; }

@media screen and (max-width: 676px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .content { margin-top: -15px; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .content h2 { font-size: 72px; line-height: 1; padding-left: 10px; text-shadow: 2px 2px 5px #000000; }

@media screen and (max-width: 1025px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .content h2 { font-size: 60px; } }

@media screen and (max-width: 769px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container .image-content-block .content h2 { font-size: 48px; } }

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

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

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.left-image .callout-block { order: 2; }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.left-image .callout-block .text { border-left: 2px solid #d9d9d9; margin-left: 25px; padding-left: 15px; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.left-image .callout-block .text { border: none; margin-left: 0; padding-left: 0; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.left-image .image-content-block { border-right: 2px solid #2ea443; order: 1; padding-right: 25px; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.left-image .image-content-block { border: none; padding-right: 0; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.right-image .callout-block { order: 1; }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.right-image .callout-block .text { border-right: 2px solid #d9d9d9; margin-right: 25px; padding-right: 15px; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.right-image .callout-block .text { border: none; margin-right: 0; padding-left: 0; } }

.sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.right-image .image-content-block { border-left: 2px solid #2ea443; margin-left: -2px; order: 2; padding-left: 25px; }

@media screen and (max-width: 767px) { .sub-flex-content section.timeline-wrap .the-content .block-single .trans-bg .inner-container.right-image .image-content-block { border: none; margin-left: 0; padding-left: 0; } }

.sub-flex-content section.post-category-wrap .inner-container .post-single { border-bottom: 1px solid #2ea443; margin-bottom: 20px; padding-bottom: 20px; }

.sub-flex-content section.post-category-wrap .inner-container .post-single:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.sub-flex-content section.post-category-wrap .inner-container .post-single .text-block .title { font-family: "Arimo", sans-serif; font-size: 22px; font-weight: 600; padding-bottom: 5px; text-transform: uppercase; }

.sub-flex-content section.post-category-wrap .inner-container .post-single .text-block .post-date { font-size: 14px; font-style: italic; padding-bottom: 10px; }

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

.sub-flex-content section.pa-list-wrap .inner-container .pa-list { display: flex; flex-wrap: wrap; }

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

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single { padding: 0 10px 50px; width: 33.33%; }

@media screen and (max-width: 769px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single { padding: 0 10px 25px; text-align: center; width: 50%; } }

@media screen and (max-width: 550px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single { padding: 0 0 25px; width: 100%; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single:nth-last-child(-n+3) { padding-bottom: 0; }

@media screen and (max-width: 550px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single:nth-last-child(-n+3) { padding: 0 0 25px; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .image-block { min-height: 100px; position: relative; }

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

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .image-block .image-border { border-top: 2px solid #2ea443; border-left: 2px solid #2ea443; border-right: 2px solid #2ea443; pointer-events: none; position: absolute; top: 20px; right: 20px; left: 20px; bottom: 0; }

@media screen and (max-width: 1025px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .image-block .image-border { top: 10px; right: 10px; left: 10px; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info { border-bottom: 2px solid #2ea443; border-left: 2px solid #2ea443; border-right: 2px solid #2ea443; font-family: "Arimo", sans-serif; margin: 0 20px; padding: 15px 20px; }

@media screen and (max-width: 1025px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info { margin: 0 10px; padding: 10px; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info a { color: #2ea443; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info a:hover { color: #000000; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .name { border-bottom: 2px solid #2ea443; font-size: 18px; font-weight: 600; margin-bottom: 5px; text-transform: uppercase; }

@media screen and (max-width: 769px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .name { border-bottom: none; font-size: 16px; font-weight: 400; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .name a { color: #000000; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .name a:hover { color: #b3001b; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .link { text-align: right; }

@media screen and (max-width: 769px) { .sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .link { text-align: center; } }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .link a { color: #000000; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .link a:hover { color: #b3001b; }

.sub-flex-content section.pa-list-wrap .inner-container .pa-list .pa-single .info .link a:after { content: '\f054'; font-family: FontAwesome; font-weight: normal; font-size: 12px; font-style: normal; margin: 0px 0px 0px 5px; text-decoration: none; }

/* ==========================================
SIDEBAR
========================================== */
.sidebar-flex-content aside { margin-bottom: 25px; padding: 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: "Arimo", sans-serif; 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: 30px; }

@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: #f0f0f0; }

.sidebar-flex-content aside.form-block-wrap { background-color: #f5eee2; }

.sidebar-flex-content aside.menu-wrap nav ul.sidebar-nav { /*font-family: $headlinefont;*/ 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: #000000; font-weight: 600; }

/* ==========================================
BLOG
========================================== */
section.title-block-wrap-blog { margin: 0; padding-top: 25px; }

section.title-block-wrap-blog .subtitle-wrap { padding-bottom: 5px; }

section.title-block-wrap-blog .subtitle-wrap .inner-container .subtitle { color: #2ea443; font-size: 22px; }

@media screen and (max-width: 676px) { section.title-block-wrap-blog .subtitle-wrap .inner-container .subtitle { font-size: 18px; } }

section.title-block-wrap-blog .title-wrap { background-color: #f0f0f0; }

section.title-block-wrap-blog .title-wrap .inner-container { padding-top: 15px; padding-bottom: 15px; }

section.title-block-wrap-blog .title-wrap .inner-container .title h1 { padding: 0; }

.blogwrap { padding: 50px 0; }

@media screen and (max-width: 769px) { .blogwrap { padding: 35px 0; } }

@media screen and (max-width: 676px) { .blogwrap { padding: 25px 0; } }

.blogwrap .blog-sidebar { display: flex; }

@media screen and (max-width: 767px) { .blogwrap .blog-sidebar { display: block; } }

.blogwrap .blog-sidebar .posts-wrap { padding-right: 50px; width: 75%; }

@media screen and (max-width: 767px) { .blogwrap .blog-sidebar .posts-wrap { padding-right: 0; padding-bottom: 25px; width: 100%; } }

.blogwrap .blog-sidebar .posts-wrap .post-single { border-bottom: 1px solid #d9d9d9; margin-bottom: 20px; padding-bottom: 40px; }

@media screen and (max-width: 769px) { .blogwrap .blog-sidebar .posts-wrap .post-single { padding-bottom: 30px; } }

@media screen and (max-width: 481px) { .blogwrap .blog-sidebar .posts-wrap .post-single { margin-bottom: 30px; } }

.blogwrap .blog-sidebar .posts-wrap .post-single:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.blogwrap .blog-sidebar .posts-wrap .post-single .image-block { padding-bottom: 10px; }

.blogwrap .blog-sidebar .posts-wrap .post-single .image-block img { max-width: 100%; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .title { font-size: 24px; font-weight: 600; }

@media screen and (max-width: 769px) { .blogwrap .blog-sidebar .posts-wrap .post-single .text-block .title { font-size: 22px; } }

@media screen and (max-width: 676px) { .blogwrap .blog-sidebar .posts-wrap .post-single .text-block .title { font-size: 20px; } }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .title a { text-decoration: none; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .post-date { color: #696969; font-size: 13px; font-style: italic; padding-bottom: 20px; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .post-link { padding: 20px 0 0; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .container-lazyload { padding-bottom: 20px; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .social-share { padding-bottom: 25px; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .social-share ul.social-links { list-style-type: none; }

.blogwrap .blog-sidebar .posts-wrap .post-single .text-block .social-share ul.social-links li { display: inline-block; padding-right: 5px; }

.blogwrap .blog-sidebar .posts-wrap .post-single .gallery .gallery-item { margin: 0 !important; padding: 5px 10px; }

@media screen and (max-width: 769px) { .blogwrap .blog-sidebar .posts-wrap .post-single .gallery .gallery-item { width: 33.33% !important; } }

@media screen and (max-width: 481px) { .blogwrap .blog-sidebar .posts-wrap .post-single .gallery .gallery-item { padding: 5px; width: 50% !important; } }

.blogwrap .blog-sidebar .posts-wrap .post-single .gallery .gallery-item img { border: none !important; height: auto; max-width: 100%; }

.blogwrap .blog-sidebar .posts-wrap.blog-main .post-single { display: flex; }

@media screen and (max-width: 850px) { .blogwrap .blog-sidebar .posts-wrap.blog-main .post-single { display: block; } }

.blogwrap .blog-sidebar .posts-wrap.blog-main .post-single .image-block { flex: 0 0 250px; padding-right: 25px; }

@media screen and (max-width: 850px) { .blogwrap .blog-sidebar .posts-wrap.blog-main .post-single .image-block { max-width: 400px; padding: 0 0 20px; } }

.blogwrap .blog-sidebar .posts-wrap.blog-main .post-single .image-block img { display: block; }

.blogwrap .blog-sidebar .sidebar { width: 25%; }

@media screen and (max-width: 767px) { .blogwrap .blog-sidebar .sidebar { width: 100%; } }

.blogwrap .blog-sidebar .sidebar aside { background-color: #f0f0f0; margin-bottom: 30px; padding: 25px; }

.blogwrap .blog-sidebar .sidebar aside:last-child { margin-bottom: 0; }

.blogwrap .blog-sidebar .sidebar aside .sidebar-title { /*font-family: $headlinefont;*/ font-size: 20px; font-weight: 600; padding-bottom: 15px; }

.blogwrap .blog-sidebar .sidebar aside .post-single { padding-bottom: 10px; }

.blogwrap .blog-sidebar .sidebar aside .post-single:last-child { padding-bottom: 0; }

.blogwrap .blog-sidebar .sidebar aside .post-single .date { color: #696969; font-size: 13px; font-style: italic; padding-top: 5px; }

.blogwrap .blog-sidebar .sidebar aside ul.archive { list-style: none; }

.blogwrap .blog-sidebar .sidebar aside ul.archive li { padding-bottom: 10px; }

.blogwrap .blog-sidebar .sidebar aside ul.archive li:last-child { padding-bottom: 0; }

.blogwrap .blog-sidebar .sidebar aside ul.archive li ul { list-style-type: none; padding: 10px 0 0 10px; }

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

.pagination .page-numbers { border: 1px solid #2ea443; color: #2ea443; display: inline-block; margin-right: 3px; margin-bottom: 10px; padding: 10px 15px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

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

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

.category-title-wrap { padding-top: 50px; }

.wp-caption { max-width: 100%; }

/* ==========================================
SEARCH
========================================== */
.search-page-wrap { padding: 25px 0 50px 0; }

section.title-block-wrap { margin: 0; }

section.title-block-wrap .subtitle-wrap { padding-bottom: 5px; }

section.title-block-wrap .subtitle-wrap .inner-container .subtitle { color: #2ea443; font-size: 22px; }

@media screen and (max-width: 676px) { section.title-block-wrap .subtitle-wrap .inner-container .subtitle { font-size: 18px; } }

section.title-block-wrap .title-wrap { background-color: #f0f0f0; }

section.title-block-wrap .title-wrap .inner-container { border-bottom: 1px solid #d9d9d9; padding-top: 15px; padding-bottom: 15px; }

section.title-block-wrap .title-wrap .inner-container .title h1 { padding: 0; text-transform: capitalize; }

.search-wrap { padding-top: 50px; }

.search-wrap .inner-container .search-results-wrap .search-single { border-bottom: 1px solid #d9d9d9; margin-bottom: 25px; padding-bottom: 35px; }

.search-wrap .inner-container .search-results-wrap .search-single:last-child { border: none; margin: 0; padding-bottom: 15px; }

.search-wrap .inner-container .search-results-wrap .search-single h2 { padding-bottom: 15px; }

.search-wrap .inner-container .search-results-wrap .search-single .excerpt { padding-bottom: 25px; }

/* ==========================================
SIDEBAR
========================================== */
.sidebar-wrap { flex: 0 0 350px; }

@media screen and (max-width: 1025px) { .sidebar-wrap { flex: 0 0 300px; } }

@media screen and (max-width: 769px) { .sidebar-wrap { flex: 0 0 200px; } }

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

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

.the-content ul li:last-child, .the-content ol li:last-child { padding-bottom: 0; }

.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: 15px; padding-bottom: 0; }

/* ==========================================
ACCORDION MENU
========================================== */
#cssmenu > ul, #cssmenu > ul ul { list-style-type: none; }

#cssmenu ul > li { margin-bottom: 25px; padding: 25px; }

@media screen and (max-width: 767px) { #cssmenu ul > li { margin-bottom: 20px; padding: 20px; } }

#cssmenu ul > li:last-child { margin-bottom: 0; }

#cssmenu ul > li .title { background: #696969 url("images/down-arrow.png") right top no-repeat; display: block; font-size: 20px; font-weight: 600; padding-right: 50px; }

@media screen and (max-width: 767px) { #cssmenu ul > li .title { background-size: 20px; font-size: 18px; } }

@media screen and (max-width: 481px) { #cssmenu ul > li .title { background-size: 15px; font-size: 16px; } }

#cssmenu ul > li.active .title { background: #696969 url("images/up-arrow.png") right top no-repeat; }

@media screen and (max-width: 767px) { #cssmenu ul > li.active .title { background-size: 20px; } }

@media screen and (max-width: 481px) { #cssmenu ul > li.active .title { background-size: 15px; } }

#cssmenu ul > li ul.hidden-content { padding-left: 0; padding-top: 15px; }

#cssmenu ul > li.has-sub.active > a span { display: block; }

#cssmenu ul > li.active a { display: block; }

#cssmenu ul > li.active p a { display: inline; }

/* ==========================================
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: transparent; position: fixed; max-width: 1920px; width: 100%; z-index: 4; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

header .above-nav-wrap { background-color: #333333; color: #ffffff; padding: 5px 0; }

header .above-nav-wrap a { color: #ffffff; text-decoration: underline; }

header .above-nav-wrap a:hover { color: #2ea443; }

header .above-nav-wrap .inner-container { align-items: center; display: flex; padding-left: 140px; }

@media screen and (max-width: 1225px) { header .above-nav-wrap .inner-container { padding-left: 120px; } }

@media screen and (max-width: 1000px) { header .above-nav-wrap .inner-container { padding-left: 20px; } }

header .above-nav-wrap .inner-container .phone { font-size: 15px; font-weight: 600; }

@media screen and (max-width: 1225px) { header .above-nav-wrap .inner-container .phone { font-size: 14px; } }

@media screen and (max-width: 750px) { header .above-nav-wrap .inner-container .phone { width: 65%; } }

header .above-nav-wrap .inner-container .search { flex-grow: 1; padding: 0 50px; text-align: center; }

@media screen and (max-width: 750px) { header .above-nav-wrap .inner-container .search { display: none; } }

header .above-nav-wrap .inner-container .search .search-fields { display: flex; }

header .above-nav-wrap .inner-container .search .search-fields input[type="text"] { background-color: #d9d9d9; border: none; color: #000000; flex-grow: 1; font-family: "Arimo", sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; padding: 5px 10px; width: 100%; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

header .above-nav-wrap .inner-container .search .search-fields input[type="text"]:focus, header .above-nav-wrap .inner-container .search .search-fields input[type="text"]:active, header .above-nav-wrap .inner-container .search .search-fields input[type="text"]:focus-visible { border: none; }

header .above-nav-wrap .inner-container .search .search-fields button { background-color: transparent; color: #ffffff; margin-left: 10px; padding: 5px !important; }

header .above-nav-wrap .inner-container .search .search-fields button:hover { color: #ffffff; }

header .above-nav-wrap .inner-container .language { text-align: right; }

@media screen and (max-width: 750px) { header .above-nav-wrap .inner-container .language { width: 35%; } }

header .logo-button-wrap { background-image: url("/wp-content/themes/sandmeyer/images/gradianttop.jpg"); background-position: center center; background-size: cover; padding: 25px 0; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 1225px) { header .logo-button-wrap { padding: 15px 0; } }

@media screen and (max-width: 750px) { header .logo-button-wrap { padding: 20px 0 15px; } }

header .logo-button-wrap .inner-container { align-items: center; display: flex; padding-left: 140px; position: relative; }

@media screen and (max-width: 1225px) { header .logo-button-wrap .inner-container { padding-left: 120px; } }

@media screen and (max-width: 1000px) { header .logo-button-wrap .inner-container { padding-left: 20px; } }

@media screen and (max-width: 850px) { header .logo-button-wrap .inner-container { padding-left: 60px; } }

header .logo-button-wrap .inner-container .icon-logo-wrap { left: 0; position: absolute; top: -38px; z-index: 10; }

@media screen and (max-width: 1225px) { header .logo-button-wrap .inner-container .icon-logo-wrap { margin-left: 10px; top: -22px; } }

@media screen and (max-width: 1000px) { header .logo-button-wrap .inner-container .icon-logo-wrap { display: none; } }

header .logo-button-wrap .inner-container .icon-logo-wrap img { width: 130px; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 1225px) { header .logo-button-wrap .inner-container .icon-logo-wrap img { width: 100px; } }

header .logo-button-wrap .inner-container .logo-wrap { width: 550px; }

@media screen and (max-width: 1225px) { header .logo-button-wrap .inner-container .logo-wrap { width: 400px; } }

@media screen and (max-width: 850px) { header .logo-button-wrap .inner-container .logo-wrap { width: 350px; } }

@media screen and (max-width: 750px) { header .logo-button-wrap .inner-container .logo-wrap { text-align: center; width: 100%; } }

header .logo-button-wrap .inner-container .logo-wrap img { display: block; width: 100%; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 750px) { header .logo-button-wrap .inner-container .logo-wrap img { display: inline; margin: 0 auto; max-width: 400px; } }

@media screen and (max-width: 600px) { header .logo-button-wrap .inner-container .logo-wrap img { max-width: 300px; } }

@media screen and (max-width: 450px) { header .logo-button-wrap .inner-container .logo-wrap img { max-width: 250px; } }

header .logo-button-wrap .inner-container .buttons { margin-left: auto; }

@media screen and (max-width: 750px) { header .logo-button-wrap .inner-container .buttons { display: none; } }

header .logo-button-wrap .inner-container .search-icon { display: none; }

@media screen and (max-width: 750px) { header .logo-button-wrap .inner-container .search-icon { display: block; } }

header .logo-button-wrap .inner-container .search-icon a { color: #000000; }

header .logo-button-wrap .inner-container .search-icon a:hover { color: #696969; }

header .nav-social-wrap { background-color: #333333; }

@media screen and (max-width: 850px) { header .nav-social-wrap { display: none; } }

header .nav-social-wrap .inner-container { align-items: center; display: flex; padding-left: 135px; }

@media screen and (max-width: 1000px) { header .nav-social-wrap .inner-container { padding-left: 10px; } }

header .nav-social-wrap .inner-container nav { flex-grow: 1; }

header .nav-social-wrap .inner-container .social-wrap { margin-left: auto; padding-left: 20px; }

header .nav-social-wrap .inner-container .social-wrap ul { display: flex; list-style-type: none; padding: 0; }

header .nav-social-wrap .inner-container .social-wrap ul li { font-size: 20px; padding-right: 15px; }

header .nav-social-wrap .inner-container .social-wrap ul li:last-child { padding-right: 0; }

header .nav-social-wrap .inner-container .social-wrap ul li a { color: #ffffff; }

header .nav-social-wrap .inner-container .social-wrap ul li a:hover { color: #2ea443; }

header .logo-nav-wrap { background-color: #ffffff; align-items: center; display: flex; padding: 20px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

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

@media screen and (max-width: 1185px) { header .logo-nav-wrap { display: block; padding: 20px; text-align: center; } }

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

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

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

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

header .logo-nav-wrap nav { flex-grow: 1; margin-left: auto; text-align: right; }

@media screen and (max-width: 1185px) { header .logo-nav-wrap nav { padding-top: 15px; text-align: center; } }

@media screen and (max-width: 850px) { header .logo-nav-wrap nav { display: none; } }

header .search-block-wrap { background-color: #333333; display: none; padding: 20px; }

header .search-block-wrap .search-fields { display: flex; }

header .search-block-wrap .search-fields input[type="text"] { background-color: #ffffff; border: none; color: #000000; flex-grow: 1; font-family: "Arimo", sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; padding: 10px 20px; width: 100%; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

header .search-block-wrap .search-fields input[type="text"]:focus, header .search-block-wrap .search-fields input[type="text"]:active, header .search-block-wrap .search-fields input[type="text"]:focus-visible { border: none; }

header .search-block-wrap .search-fields button { background-color: transparent; color: #696969; margin-left: 10px; padding: 5px !important; }

header .search-block-wrap .search-fields button:hover { color: #ffffff; }

/* ==========================================
HEADER ON RESIZE
========================================== */
header.smaller .logo-button-wrap { padding: 15px 0; }

header.smaller .icon-logo-wrap { top: -30px !important; }

header.smaller .icon-logo-wrap img { max-width: 100px; }

header.smaller .logo-wrap .logo img { max-width: 400px; }

/* ==========================================
NAVIGATION
========================================== */
#mega-menu-1511-1 { background-color: #d9d9d9 !important; text-transform: uppercase !important; }

#mega-menu-1511-1 a { color: #000000 !important; text-transform: uppercase !important; }

#mega-menu-1511-1 a:hover { color: #696969 !important; }

#mega-menu-1511-1 .custom-html-widget { color: #000000 !important; font-size: 13px !important; text-transform: uppercase !important; }

#mega-menu-1511-1 .custom-html-widget strong { font-weight: 600 !important; }

.mega-current_page_item > a { color: #2ea443 !important; }

.mega-sub-menu .mega-current_page_item > a { color: #696969 !important; }

li.standard-size ul.mega-sub-menu li { padding: 5px 5px 10px !important; }

li.standard-size ul.mega-sub-menu li:last-child { padding-bottom: 5px !important; }

li.standard-size ul.mega-sub-menu a { font-weight: 300 !important; margin: 0 !important; text-transform: none !important; }

li.green-menu > a { color: #2ea443 !important; }

li.blue-menu > a { color: #021bb5 !important; }

li.red-menu > a { color: #b3001b !important; }

li.orange-menu > a { color: #FF6700 !important; }

ul.top-nav li { display: inline-block; list-style-type: none; font-family: "Arimo", sans-serif; font-size: 16px; font-weight: 300; padding-right: 10px; position: relative; text-transform: uppercase; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

@media screen and (max-width: 1025px) { ul.top-nav li { font-size: 14px; } }

ul.top-nav li:last-child { padding-right: 0; }

ul.top-nav li a { color: #000000; text-decoration: none; }

ul.top-nav li a:hover { color: #2ea443; }

ul.top-nav li.solid-btn a { background-color: #2ea443; border-radius: 5px; color: #ffffff; display: block; font-size: 13px; font-weight: 600; padding: 10px; max-width: 100px; text-align: center; -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5); box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 850px) { ul.top-nav li.solid-btn a { font-size: 10px; max-width: 80px; } }

ul.top-nav li.solid-btn a:hover { background-color: #333333; }

ul.top-nav li.solid-btn.current_page_item a { background-color: #2ea443; color: #ffffff; }

ul.top-nav li.solid-btn.current_page_item a:hover { background-color: #000000; }

ul.top-nav li.border-btn a, ul.top-nav li.border-btn.current_page_item a { border: 2px solid #2ea443; color: #2ea443; font-weight: 600; padding: 13px 18px; }

ul.top-nav li.border-btn a:hover, ul.top-nav li.border-btn.current_page_item a:hover { border: 2px solid #000000; color: #000000; }

ul.top-nav li.current_page_item a, ul.top-nav li.current-menu-ancestor a, ul.top-nav li.current_page_parent a, ul.top-nav li.current-menu-item a { color: #2ea443; font-weight: 600; }

header.smaller ul.top-nav li { font-size: 13px; }

/* ==========================================
DROPDOWNS
========================================== */
.drops .sub-menu { background-color: #ffffff; 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; z-index: 100; text-align: left; }

.drops .menu-item .sub-menu li { background-color: #ffffff; border-right: none; display: block; float: none; font-weight: 300; max-width: 275px; min-width: 225px; padding: 8px 20px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.drops .menu-item .sub-menu li:first-child { padding-top: 15px; }

.drops .menu-item .sub-menu li:last-child { padding-bottom: 15px; }

.drops .menu-item .sub-menu li:last-child a { color: #000000; margin-top: 0; padding: 0; }

.drops .menu-item .sub-menu li a { background-color: transparent; border: none; color: #000000; display: block; font-size: 14px !important; font-weight: 400; padding: 0 !important; }

.drops .menu-item .sub-menu li a:hover { color: #2ea443 !important; }

.drops .menu-item .sub-menu li.current-menu-item a { color: #2ea443; font-weight: 600; }

.drops li:last-child .sub-menu li { display: block; width: 200px; }

/* ==========================================
MOBILE MENU
========================================== */
.menu-block { display: none; }

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

.menu-open { color: #000000; cursor: pointer; display: none; font-size: 22px; left: 20px; line-height: 1; position: absolute; top: 8px; z-index: 2; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

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

@media screen and (max-width: 750px) { .menu-open { top: -3px; } }

.menu-open:hover { color: #000000; }

.sidenav { height: 100%; margin-left: -305px; width: 300px; position: fixed; z-index: 53; top: 0; left: 0; background-color: #ffffff; overflow-x: hidden; -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }

.sidenav .closebtn { cursor: pointer; font-size: 28px; position: absolute; right: 20px; top: 0px; }

.sidenav .sidenav-content { padding: 30px 20px 20px 20px; }

.sidenav .sidenav-content a { text-decoration: none; }

.sidenav .sidenav-content #navmenu ul.mega-sub-menu { box-shadow: none !important; padding: 0 10px 10px !important; }

.sidenav .sidenav-content #navmenu ul.mega-sub-menu ul.mega-sub-menu { padding: 0 !important; }

.sidenav .sidenav-content #navmenu ul.mega-sub-menu a.mega-menu-link { font-size: 13px !important; margin: 0 !important; padding: 0 0 10px !important; }

.sidenav .sidenav-content #navmenu .textwidget { padding: 10px !important; }

.sidenav .sidenav-content #navmenu ul li ul li { padding: 0 !important; }

.sidenav .sidenav-content ul.mobile-nav { list-style-type: none; }

.sidenav .sidenav-content ul.mobile-nav li { font-size: 15px; padding-bottom: 5px; }

.sidenav .sidenav-content ul.mobile-nav li:last-child { padding-bottom: 0; }

.sidenav .sidenav-content ul.mobile-nav li a { text-decoration: none; /*color: $purple;*/ display: block; }

.sidenav .sidenav-content ul.mobile-nav li a:hover { color: #000000; }

.sidenav .sidenav-content ul.mobile-nav li .sub-menu { list-style-type: none; padding: 5px 0 0 10px; }

.sidenav .sidenav-content ul.mobile-nav li .sub-menu li { font-size: 14px; }

.sidenav .sidenav-content ul.mobile-nav li.current-menu-item a, .sidenav .sidenav-content ul.mobile-nav li.current_page_ancestor > a, .sidenav .sidenav-content ul.mobile-nav li.current_page_parent > a { color: #000000; }

.sidenav .sidenav-content .buttons { border-top: 1px solid #d9d9d9; margin-top: 15px; padding-top: 20px; }

.sidenav .sidenav-content .buttons ul.top-nav li { display: block; padding: 0 0 15px; }

.sidenav .sidenav-content .buttons ul.top-nav li:last-child { padding: 0; }

.sidenav .sidenav-content .buttons ul.top-nav li.solid-btn a { font-size: 12px; max-width: 100%; width: 100%; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

.sidenav .sidenav-content .mobile-contact { border-top: 1px solid #d9d9d9; margin-top: 25px; padding: 20px 0 10px; }

.sidenav .sidenav-content .mobile-contact p { padding-bottom: 0; }

.sidenav .sidenav-content .mobile-contact .social ul { list-style-type: none; }

.sidenav .sidenav-content .mobile-contact .social ul li { display: inline-block; font-size: 24px; padding-right: 10px; }

.sidenav.active { margin-left: 0; }

#cssmenu ul ul { display: none; }

/* ==========================================
GRAVITY FORMS
========================================== */
.gform_validation_errors { margin-bottom: 25px !important; }

.gform_validation_errors > h2 { color: #000000 !important; font-family: "Arimo", sans-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: "Arimo", sans-serif; font-weight: 600; text-transform: uppercase; }

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

.gform-body input { font-family: "Arimo", 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: "Arimo", 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: #2ea443; border: 0; border-radius: 50px; color: #ffffff; cursor: pointer; font-family: "Arimo", sans-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: #2ea443; color: #ffffff; }

/* ==========================================
CONTACT FORMS
========================================== */
.caldera-grid { position: initial !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 { font-family: "Arimo", sans-serif; font-weight: 600; text-transform: uppercase; }

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

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

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

.caldera-grid .form-control { border-radius: 0px !important; border: 1px solid #d9d9d9 !important; box-shadow: none !important; letter-spacing: .75px; font-size: 14px !important; font-weight: 300; padding: 10px !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 #000000 !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 .btn-default { background-color: #2ea443 !important; border: none !important; border-radius: 0px !important; color: #ffffff !important; font-family: "Arimo", sans-serif; font-size: 16px !important; font-weight: 600 !important; padding: 15px 20px !important; text-transform: uppercase; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

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

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

.caldera-grid ul.cf2-list-files .cf2-file-listed .cf2-file-extra-data { margin-top: 0px !important; }

.caldera-grid .col-lg-1, .caldera-grid .col-lg-10, .caldera-grid .col-lg-11, .caldera-grid .col-lg-12, .caldera-grid .col-lg-2, .caldera-grid .col-lg-3, .caldera-grid .col-lg-4, .caldera-grid .col-lg-5, .caldera-grid .col-lg-6, .caldera-grid .col-lg-7, .caldera-grid .col-lg-8, .caldera-grid .col-lg-9, .caldera-grid .col-md-1, .caldera-grid .col-md-10, .caldera-grid .col-md-11, .caldera-grid .col-md-12, .caldera-grid .col-md-2, .caldera-grid .col-md-3, .caldera-grid .col-md-4, .caldera-grid .col-md-5, .caldera-grid .col-md-6, .caldera-grid .col-md-7, .caldera-grid .col-md-8, .caldera-grid .col-md-9, .caldera-grid .col-sm-1, .caldera-grid .col-sm-10, .caldera-grid .col-sm-11, .caldera-grid .col-sm-12, .caldera-grid .col-sm-2, .caldera-grid .col-sm-3, .caldera-grid .col-sm-4, .caldera-grid .col-sm-5, .caldera-grid .col-sm-6, .caldera-grid .col-sm-7, .caldera-grid .col-sm-8, .caldera-grid .col-sm-9, .caldera-grid .col-xs-1, .caldera-grid .col-xs-10, .caldera-grid .col-xs-11, .caldera-grid .col-xs-12, .caldera-grid .col-xs-2, .caldera-grid .col-xs-3, .caldera-grid .col-xs-4, .caldera-grid .col-xs-5, .caldera-grid .col-xs-6, .caldera-grid .col-xs-7, .caldera-grid .col-xs-8, .caldera-grid .col-xs-9 { position: initial !important; }

/* ==========================================
FOOTER
========================================== */
footer .social-info-links { background-color: #d9d9d9; color: #696969; font-size: 12px; padding: 35px 0; }

footer .social-info-links a { color: #696969; }

footer .social-info-links a:hover { color: #000000; }

footer .social-info-links .inner-container { display: flex; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container { display: block; text-align: center; } }

footer .social-info-links .inner-container .social-block, footer .social-info-links .inner-container .helpful { width: 25%; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .social-block, footer .social-info-links .inner-container .helpful { width: 100%; } }

footer .social-info-links .inner-container .title { border-bottom: 1px solid #696969; color: #000000; font-size: 16px; margin-bottom: 15px; padding-bottom: 10px; text-transform: uppercase; }

footer .social-info-links .inner-container .social-block .social { padding-bottom: 15px; }

footer .social-info-links .inner-container .social-block .social ul { display: flex; list-style-type: none; padding: 0; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .social-block .social ul { justify-content: center; } }

footer .social-info-links .inner-container .social-block .social ul li { margin-right: 10px; text-align: center; }

footer .social-info-links .inner-container .social-block .social ul li a { color: #ffffff; display: block; background-color: #696969; font-size: 18px; line-height: 1; padding: 10px; min-width: 40px; }

footer .social-info-links .inner-container .social-block .social ul li a:hover { background-color: #333333 !important; }

footer .social-info-links .inner-container .technical { padding: 0 25px; width: 50%; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .technical { padding: 20px; width: 100%; } }

footer .social-info-links .inner-container .technical .columns { display: flex; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .technical .columns { display: block; } }

footer .social-info-links .inner-container .technical .columns div.one, footer .social-info-links .inner-container .technical .columns div.two { width: 50%; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .technical .columns div.one, footer .social-info-links .inner-container .technical .columns div.two { width: 100%; } }

footer .social-info-links .inner-container .technical .columns div.one { padding-right: 20px; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .technical .columns div.one { padding: 0; } }

footer .social-info-links .inner-container .technical .columns div.two { padding-left: 20px; }

@media screen and (max-width: 769px) { footer .social-info-links .inner-container .technical .columns div.two { padding: 0; } }

footer .contact-info { background-color: #696969; padding: 20px 0; }

footer .contact-info .inner-container { color: #ffffff; display: flex; font-size: 12px; }

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

footer .contact-info .inner-container a { color: #ffffff; }

footer .contact-info .inner-container a:hover { color: #d9d9d9; }

footer .contact-info .inner-container .phone, footer .contact-info .inner-container .address { display: flex; }

@media screen and (max-width: 769px) { footer .contact-info .inner-container .phone, footer .contact-info .inner-container .address { display: block; } }

footer .contact-info .inner-container .phone .icon, footer .contact-info .inner-container .address .icon { padding-right: 5px; }

footer .contact-info .inner-container .phone { flex-grow: 1; justify-content: center; padding: 0 20px; }

@media screen and (max-width: 769px) { footer .contact-info .inner-container .phone { padding: 20px; } }

footer nav ul.footer-nav { list-style: none; }

footer nav ul.footer-nav li { padding-bottom: 5px; }

footer nav ul.footer-nav li .sub-menu { display: none; }

/* ==========================================
RETURN TO TOP ARROW
========================================== */
.cd-top { border-radius: 50%; display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 30px; right: 25px; /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #2ea443 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; }

.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 */ border: 1px solid transparent; visibility: visible; opacity: .75; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

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

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

.no-touch .cd-top:hover { background-color: #2ea443; opacity: 1; }
