/*!
Theme Name: revivekitchenandbath
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: revivekitchenandbath
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

revivekitchenandbath is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base */
/* Underscores */
/* ***************************************** */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Underscores Reset */
/* ***************************************** */
a, a:hover {
  text-decoration: none;
}

a:active, a:focus, input:active, input:focus, textarea:active, textarea:focus, button:active, button:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.page, .post {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.widget {
  margin: 0;
}

.site-footer ul {
  list-style-type: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

/* Fonts */
/* ***************************************** */
.font-one {
  font-family: "Montserrat", sans-serif;
}

.font-two {
  font-family: "trajan-pro-3", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

/* Hover Transition */
a, input[type="submit"], h3 {
  transition: 0.5s ease all;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.uppercase {
  text-transform: uppercase;
}

/* Hide empty wordpress p tags */
p:empty {
  display: none;
}

/* Bootstrap Classes */
/* 
	.mx-auto to center horizontal margin
	.mb-0 to remove bottom margin of last element in section
*/
/* Spacers */
.spacer-5 {
  height: 5px;
}
.spacer-10 {
  height: 10px;
}
.spacer-15 {
  height: 15px;
}
.spacer-20 {
  height: 20px;
}
.spacer-25 {
  height: 25px;
}
.spacer-30 {
  height: 30px;
}
.spacer-35 {
  height: 35px;
}
.spacer-40 {
  height: 40px;
}
.spacer-45 {
  height: 45px;
}
.spacer-50 {
  height: 50px;
}
.spacer-55 {
  height: 55px;
}
.spacer-60 {
  height: 60px;
}
.spacer-65 {
  height: 65px;
}
.spacer-70 {
  height: 70px;
}
.spacer-75 {
  height: 75px;
}
.spacer-80 {
  height: 80px;
}
.spacer-85 {
  height: 85px;
}
.spacer-90 {
  height: 90px;
}
.spacer-95 {
  height: 95px;
}
.spacer-100 {
  height: 100px;
}

@media (max-width: 991px) {
  .spacer-tablet-0 {
    height: 0px;
  }
  .spacer-tablet-5 {
    height: 5px;
  }
  .spacer-tablet-10 {
    height: 10px;
  }
  .spacer-tablet-15 {
    height: 15px;
  }
  .spacer-tablet-20 {
    height: 20px;
  }
  .spacer-tablet-25 {
    height: 25px;
  }
  .spacer-tablet-30 {
    height: 30px;
  }
  .spacer-tablet-35 {
    height: 35px;
  }
  .spacer-tablet-40 {
    height: 40px;
  }
  .spacer-tablet-45 {
    height: 45px;
  }
  .spacer-tablet-50 {
    height: 50px;
  }
  .spacer-tablet-60 {
    height: 60px;
  }
  .spacer-tablet-75 {
    height: 75px;
  }
  .spacer-tablet-90 {
    height: 90px;
  }
  .spacer-tablet-100 {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .spacer-mobile-0 {
    height: 0px;
  }
  .spacer-mobile-5 {
    height: 5px;
  }
  .spacer-mobile-10 {
    height: 10px;
  }
  .spacer-mobile-15 {
    height: 15px;
  }
  .spacer-mobile-20 {
    height: 20px;
  }
  .spacer-mobile-25 {
    height: 25px;
  }
  .spacer-mobile-30 {
    height: 30px;
  }
  .spacer-mobile-35 {
    height: 35px;
  }
  .spacer-mobile-40 {
    height: 40px;
  }
  .spacer-mobile-45 {
    height: 45px;
  }
  .spacer-mobile-50 {
    height: 50px;
  }
  .spacer-mobile-75 {
    height: 75px;
  }
  .spacer-mobile-90 {
    height: 90px;
  }
  .spacer-mobile-100 {
    height: 100px;
  }
}
/* Font Sizes */
.section .fs-14 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-16 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-18 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-20 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-22 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-24 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-26 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-28 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-30 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-32 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-34 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-36 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-38 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-30 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-40 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-44 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.section .fs-46 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .section .fs-tablet-14 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-16 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-18 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-20 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-22 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-24 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-26 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-28 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-30 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-32 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-34 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-36 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-38 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-30 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-40 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-44 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-tablet-46 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section .fs-mobile-14 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-16 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-18 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-20 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-22 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-24 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-26 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-28 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-30 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-32 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-34 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-36 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-38 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-30 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-40 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-44 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section .fs-mobile-46 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
/* Font Weights */
.section .fw-100 {
  font-weight: 100;
}
.section .fw-200 {
  font-weight: 200;
}
.section .fw-300 {
  font-weight: 300;
}
.section .fw-400 {
  font-weight: 400;
}
.section .fw-500 {
  font-weight: 500;
}
.section .fw-600 {
  font-weight: 600;
}
.section .fw-700 {
  font-weight: 700;
}
.section .fw-800 {
  font-weight: 800;
}
.section .fw-900 {
  font-weight: 900;
}

/* Margin Bottoms */
.section .mb-10 {
  margin-bottom: 10px;
}

/* ??? */
@media (max-width: 767px) {
  .padding-mobile-5 {
    padding: 5px !important;
  }
}
@media (max-width: 575px) {
  .padding-mobile-bottom-15 {
    padding: 15px !important;
  }
}
/* Mixins */
/* ***************************************** */
/* Elements */
/* Universal Classes */
/* ***************************************** */
.header-section {
  padding: 210px 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
  text-align: left;
  min-height: 560px;
}
.header-section h1, .header-section h3 {
  color: #fff;
  font-size: 60px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-shadow: 5px 5px 15px #000000;
  font-family: "trajan-pro-3", sans-serif;
}

.section {
  padding: 75px 0;
  position: relative;
  /*[class*='col-'] {
  	align-self: center !important;
  }*/
  /*.fs-large {
  	font-size: 31px;
  	line-height: 38px;
  	font-weight: 600;
  }*/
}
.section .title-one {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section h1, .section h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
}
.section .subtitle {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section .underline {
  height: 2px;
  background-color: #fff;
}
.section p, .section ul, .section ol {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.section ul, .section ol {
  margin-left: 20px;
}
.section ul li, .section ol li {
  margin-bottom: 15px;
}
.section a {
  font-weight: 400;
  text-decoration: none;
}
.section .text-white {
  color: #fff !important;
}
.section .text-black {
  color: #373D38 !important;
}
.section .text-blue {
  color: #073350 !important;
}
.section .text-blue-two {
  color: #0095C7 !important;
}
.section .text-blue-three {
  color: #0071BB !important;
}
.section .image, .section .photo {
  text-align: center;
  position: relative;
  /*z-index: 1;
  p {
  	margin-bottom: 0;
  }*/
  /*.v-background {
  	position: absolute;
  	width: 50%;
  	height: 120%;
  	left: 50%;
  	top: 48%;
  	transform: translate(-50%,-50%);
  	z-index: -1;
  }
  .v-background.gray {
  	background-color: #E2E2E2;
  }*/
}
.section .video.full iframe {
  width: 100%;
}
.section .video .embed-container, .section .map .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.section .video .embed-container iframe, .section .video .embed-container object, .section .video .embed-container embed, .section .map .embed-container iframe, .section .map .embed-container object, .section .map .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .accordion .accordion-btn {
  background-color: transparent;
  cursor: pointer;
  padding: 23px;
  width: 100%;
  /*border: none;*/
  border: 1px solid #000000;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
}
.section .accordion .accordion-btn h3 {
  /*color: #fff;*/
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 75px;
}
.section .accordion .accordion-btn:after {
  content: '\002B';
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  background-color: #2F71B6;
  padding: 9px 15px;
}
.section .accordion .accordion-btn.last {
  margin-bottom: 0;
}
.section .accordion .active:after {
  content: "\2212";
}
.section .accordion .accordion-panel {
  padding-left: 25px;
  margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.section .accordion .accordion-panel h4 {
  color: #001E40;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section .container {
  /*max-width: 1120px; use if they want 3 columns on homepage for reviews*/
}
.section #rwl-review-carousel {
  /*width: 1120px;*/
  line-height: 1.5;
}
.section #rwl-output {
  line-height: 1.5;
}
.section #rwl-output h3 {
  font-size: 28px;
  margin-top: 5px;
}
.section #rwl-output a {
  color: #000;
}
.section #rwl-output a:hover {
  color: #f4a046 !important;
}
.section .team-headshot {
  position: relative;
  min-height: 144px;
}
.section .team-headshot [class*='col-'] {
  position: relative;
}
.section .team-headshot img {
  border-radius: 50%;
}
.section .team-headshot .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.section .btn {
  /*margin-top: 40px;*/
}
.section .btn a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  padding: 12px 24px 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
}
.section .btn.icon img {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.section .btn.small a {
  font-size: 12px;
  line-height: 16px;
  padding: 12px 16px 10px;
}
.section .btn.white a {
  color: #000;
  background-color: #fff;
}
.section .btn.blue a {
  color: #fff;
  background-color: #0071BB;
}
.section .btn.blue a:hover {
  color: #f4a046;
}
.section .btn.clear-white a {
  color: #fff;
  border: 1px solid #fff;
}
.section .btn.clear-white a:hover {
  color: #f4a046;
}
.section .btn.clear-black a {
  color: #090000;
  border: 1px solid #090000;
}
.section .btn.clear-black a:hover {
  color: #f4a046;
}
.section .btn.white-two a {
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}
.section .btn.hover-black a:hover {
  color: #fff;
  background-color: #000;
}

.section.light h1, .section.light h2, .section.light h3, .section.light h4, .section.light h5, .section.light p, .section.light ul {
  color: #000;
}
.section.light a {
  /*color: #000;*/
  color: #6EC1E4;
  /*text-decoration: none;*/
}

.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4, .section.dark h5, .section.dark p, .section.dark ul {
  color: #fff;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-hero-section {
  /*#n2-ss-2item1, #n2-ss-2item3, #n2-ss-2item5 {
  	text-shadow: 5px 5px 15px #000000 !important;
  	margin-bottom: 5px !important;
  }*/
}
.slider-hero-section .top-text {
  position: absolute !important;
  top: 20px !important;
}
.slider-hero-section .top-text p, .slider-hero-section .top-text a {
  font-family: "roboto", sans-serif !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-size: 36px !important;
  line-height: 55px !important;
  font-weight: 500 !important;
  text-shadow: 5px 5px 15px #000000 !important;
  margin-bottom: 0 !important;
}
.slider-hero-section .n2-ss-text, .slider-hero-section .n2-ss-text p {
  text-shadow: 5px 5px 15px #000000 !important;
  margin-bottom: 15px !important;
}
.slider-hero-section .n2-ss-button-container {
  margin-top: 80px !important;
}
.slider-hero-section .n2-ss-item-image-content img {
  max-width: 38% !important;
  margin-bottom: 40px !important;
}
.slider-hero-section .slider-text {
  color: #fff !important;
  font-size: 42px !important;
  line-height: 55px !important;
  font-weight: 55px !important;
  text-shadow: 5px 5px 15px #000000 !important;
}
.slider-hero-section .n2-ss-button-container a {
  padding: 15px 50px 12px !important;
}

.slick-slider-hero h1 {
  font-size: 57px;
  line-height: 74px;
  font-weight: 700;
  margin-bottom: 13px;
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider-hero .slick-slide {
  /*width: 100% !important;*/
  height: 920px;
}

/*.hero-section {
	padding: 183px 0 208px;
	h1 {
		font-size: 57px;
		line-height: 74px;
		font-weight: 700;
		margin-bottom: 13px;
		max-width: 544px;
		margin-left: auto;
		margin-right: auto;
	}
	p {
		margin-bottom: 48px;
	}
	.btn {
		a {
			width: 100%;
		}
	}
}*/
iframe .hl_form-builder--main, iframe #form-builder, iframe .hl_wrapper--inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.form-section-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 40px 27px 40px;
  border: 1px dashed #C9D4DD;
  margin-left: 40px;
  /*margin-right: 40px;*/
}
.form-section-one .wpcf7 label, .form-section-one .wpcf7 p {
  color: #000;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
}
.form-section-one .wpcf7 label br, .form-section-one .wpcf7 p br {
  display: none;
}
.form-section-one .wpcf7 p {
  line-height: 14px;
  margin-bottom: 12px;
}
.form-section-one .wpcf7 input[type="text"], .form-section-one .wpcf7 input[type="email"], .form-section-one .wpcf7 textarea, .form-section-one .wpcf7 select {
  width: 100%;
  color: #607175;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 15px 23px;
  background-color: #F7FAFC;
  border: 0;
  margin: 0 0 20px 0;
}
.form-section-one .wpcf7 input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.form-section-one .wpcf7 .required-dot {
  color: #42D72B;
}
.form-section-one .wpcf7 .btn {
  text-align: center;
}
.form-section-one .wpcf7 input[type="submit"] {
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  padding: 15px 20px;
  border: none;
  background-color: #0071BB;
  display: inline-block;
  width: auto;
  margin-top: 5px;
  border-radius: 0;
}
.form-section-one .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background-color: #0071BB;
}
.form-section-one .wpcf7 .ajax-loader, .form-section-one .wpcf7 .wpcf7-spinner {
  display: block;
}
.form-section-one .wpcf7 .wpcf7-response-output {
  color: #fff;
}
.form-section-one .wpcf7-not-valid-tip {
  margin-bottom: 20px;
}

.form-section-one.careers {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-left: 0;
}
.form-section-one.careers input[type="text"], .form-section-one.careers input[type="email"], .form-section-one.careers textarea {
  box-shadow: 0 0 5pt .5pt #d3d3d3 !important;
  padding: 5px;
  color: #000 !important;
  margin-bottom: 5px;
}
.form-section-one.careers input[type="text"], .form-section-one.careers input[type="email"] {
  min-height: 38px;
}
.form-section-one.careers input[type="submit"] {
  min-width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.slick-slider img {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.slick-slider-testimonials-dots ul {
  margin-left: 0;
  margin-bottom: 0;
}
.slick-slider-testimonials-dots .slick-dots {
  position: static;
}
.slick-slider-testimonials-dots .slick-dots li button {
  padding-bottom: 0;
}
.slick-slider-testimonials-dots .slick-dots li button:before {
  color: #fff;
  font-size: 9px;
}
.slick-slider-testimonials-dots .slick-dots li.slick-active button:before {
  color: #fff;
}

#sp-wp-tabs-wrapper_70.sp-tab__lay-default > ul {
  border-bottom: 0;
  margin-bottom: 45px;
}

.sp-tab__section_title_70 {
  display: none;
}

.sp-tab__tab_title {
  color: rgba(255, 255, 255, 0.5) !important;
}

#sp-wp-tabs-wrapper_70.sp-tab__lay-default > ul .sp-tab__nav-item {
  background-color: transparent !important;
}

#sp-wp-tabs-wrapper_70 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
  background-color: transparent !important;
}

#sp-wp-tabs-wrapper_70 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
  color: white !important;
}

#sp-wp-tabs-wrapper_70 > .sp-tab__nav-tabs .sp-tab__nav-link {
  border: 0 !important;
}

.sp-tab-content p {
  margin-bottom: 0;
}

#sp-wp-tabs-wrapper_70.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.gallery-item {
  margin: 0;
}

body .ngg-slideshow.slick-slider {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}

#fancybox-title-wrap {
  display: none !important;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .form-section-one .title-one {
    font-size: 36px;
  }

  .section .hide-br-desktop br {
    display: none !important;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .section .display-br-tablet br {
    display: block !important;
  }
  .section .height-tablet-auto {
    height: auto !important;
  }
  .section .border-tablet-none {
    border: none !important;
  }

  /*.section {
  	padding: 75px 0;
  }*/
  /*.section {
  	.team-headshot {
  		max-width: 560px;
  		margin: auto;
  	}
  }*/
  .slider-hero-section {
    /*div#n2-ss-2 .n2-font-4fee16ac90749e270d14db510e1c6ee3-hover {
    	font-size: 30px !important;
    }*/
    /*#n2-ss-2item1, #n2-ss-2item3, #n2-ss-2item5 {
    	margin-bottom: 30px !important;
    }*/
  }
  .slider-hero-section .n2-ss-text {
    font-size: 30px !important;
  }
  .slider-hero-section .top-text p, .slider-hero-section .top-text a {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .slider-hero-section .n2-ss-text p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .slider-hero-section .n2-ss-button-container {
    margin-top: 30px !important;
  }

  .form-section-one {
    margin: 0 !important;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  /*.header-section {
  	padding: 70px 0 !important;
  	h1, h3 {
  		font-size: 45px;
  		line-height: 45px;
  	}
  }*/
  .section {
    padding: 50px 0;
  }
  .section .hide-br-mobile br {
    display: none !important;
  }
  .section .btns .btn {
    margin-right: 0 !important;
  }
  .section .accordion .accordion-btn {
    padding: 40px 15px;
  }
  .section .accordion .accordion-btn h3 {
    font-size: 18px;
  }
  .section .accordion .accordion-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-hero-section #n2-ss-2item1, .slider-hero-section #n2-ss-2item3, .slider-hero-section #n2-ss-2item5 {
    margin-bottom: 15px !important;
  }
  .slider-hero-section .n2-ss-button-container {
    /*margin-top: 10px !important;*/
    margin-top: 0 !important;
  }
  .slider-hero-section .n2-ss-button-container a {
    padding: 15px 25px 12px !important;
  }
  .slider-hero-section .n2-ss-item-image-content img {
    max-width: 200px !important;
    margin-bottom: 10px !important;
  }
  .slider-hero-section .top-text {
    top: 0 !important;
  }

  .form-section-one {
    padding: 44px 12px 0;
  }
  .form-section-one .title-one {
    font-size: 28px;
  }

  /*.slider-hero-section {
  	#n2-ss-2item1.n2-ss-tex {
  		font-size: 12px !important;
  	}
  }*/
  .gallery-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .section .accordion .accordion-btn-lg-mobile-portrait {
    padding: 90px 15px;
  }
}
/* Components */
/* Header */
/* ***************************************** */
.top-header {
  display: none;
}

.site-header {
  background-color: #0171BB;
  position: relative;
}
.site-header .site-branding {
  text-align: center;
  max-width: 380px;
  position: relative;
  padding-bottom: 50px;
}
.site-header .site-branding img {
  width: 177px;
  margin-top: 30px;
}
.site-header .site-branding .logo-tagline {
  font-family: "trajan-pro-3", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
}
.site-header .main-navigation a {
  font-family: "trajan-pro-3", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding: 57px 15px 53px;
}
.site-header .main-navigation a:hover {
  color: #f4a046;
}
.site-header .main-navigation .btn a {
  padding: 12px 15px;
  border: 2px solid #FFFFFF;
  /*margin-top: 41px;*/
  margin-top: 31px;
  text-align: center;
}
.site-header .current-menu-item > a {
  /*color: #000;*/
}
.site-header #primary-menu {
  justify-content: flex-end;
}
.site-header .down-arrow {
  position: absolute;
  padding: 0 !important;
  top: 57px;
  right: -3px;
  font-size: 10px !important;
}
.site-header .down-arrow:hover {
  color: #fff !important;
}

/* Large Desktop - 992px */
/* ***************************************** */
@media (max-width: 1399px) {
  .site-header .site-branding {
    /*padding-bottom: 50px;*/
  }
  .site-header .site-branding .logo-tagline {
    left: 0;
    transform: none;
  }
}
/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-header .site-branding img {
    margin-top: 35px;
  }
  .site-header .main-navigation a {
    font-size: 14px;
    padding: 57px 5px 53px;
  }
  .site-header .main-navigation .btn a {
    padding: 12px 5px;
    margin-left: 5px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .top-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .site-header {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    /*top: 41px;*/
    width: 100%;
  }
  .site-header .site-branding {
    /*padding-bottom: 12px;*/
    padding-bottom: 50px;
  }
  .site-header .site-branding img {
    margin-top: 20px;
  }

  .site-main {
    margin-top: 120px;
    /*margin-top: 161px;*/
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .site-header {
    /*top: 36px;*/
  }
  .site-header .site-branding img {
    max-width: 210px;
  }

  .site-main {
    /*margin-top: 155px;*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .site-main {
    /*margin-top: 177px;*/
  }
}
/* Header - Desktop Submenu */
/* ***************************************** */
.site-header .main-navigation ul {
  justify-content: flex-end;
}
.site-header .main-navigation ul ul {
  /*top: 130px;*/
}
.site-header .sub-menu {
  background-color: #0071bb;
  /*border-top: 5px solid #321857;*/
  flex-direction: column;
}
.site-header .sub-menu a {
  font-size: 15px;
  font-weight: 600;
  width: 250px;
  padding: 15px 15px 15px 35px;
}
.site-header .sub-menu li {
  border-bottom: 1px solid #c4c4c4;
}
.site-header .sub-menu li:last-child {
  border-bottom: none;
}
.site-header .sub-menu .sub-menu {
  left: -100%;
  top: -6px;
  display: none;
}
.site-header .sub-menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-header .main-navigation ul ul {
    /*top: 127px;*/
  }
  .site-header .sub-menu a {
    font-size: 14px;
    /*font-size: 30px;*/
  }
}
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Header - Mobile */
/* ***************************************** */
/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-header .menu-item-has-children .down-arrow {
    display: none;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-header .main-navigation ul ul {
    position: static;
  }
  .site-header .main-navigation a, .site-header .main-navigation .btn a {
    padding: 15px 0 15px 20px;
  }
  .site-header .main-navigation .btn a {
    margin: 0;
    border: 0;
    text-align: left;
  }
  .site-header .main-navigation .btn a br {
    display: none;
  }
  .site-header .menu-toggle {
    display: block;
  }
  .site-header #primary-menu {
    display: none;
    position: relative;
  }
  .site-header #primary-menu > li {
    text-align: left;
    display: block;
  }
  .site-header .menu-main-menu-container {
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 3;
    background-color: #0071bb;
    width: 100%;
    max-height: 455px;
    overflow-y: auto;
  }
  .site-header #primary-menu {
    border-top: 1px solid #ccc;
  }
  .site-header #primary-menu > li {
    border-bottom: 1px solid #ccc;
  }
  .site-header #primary-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #primary-menu > li .sub-menu {
    display: none;
    float: none;
    position: relative;
    left: 0;
    box-shadow: none;
    border-top: 0;
  }
  .site-header #primary-menu > li .sub-menu li {
    border-bottom: 1px solid #ccc;
  }
  .site-header #primary-menu > li .sub-menu li:first-child {
    border-top: 1px solid #ccc;
  }
  .site-header #primary-menu > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #primary-menu > li .sub-menu a {
    padding: 15px 0 15px 40px;
    width: 100%;
  }
  .site-header .menu-item-has-children .down-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    padding: 17px 25px 13px 20px !important;
    z-index: 33333;
    cursor: pointer;
  }
  .site-header .menu-item-has-children .down-arrow:hover {
    color: #fff;
  }
  .site-header .toggled #primary-menu {
    display: none;
  }
  .site-header .hamburger {
    border: 0;
    background: none;
    display: block;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 35px;
  }
  .site-header .hamburger:hover {
    cursor: pointer;
  }
  .site-header .hamburger-box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative;
  }
  .site-header .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 8px;
  }
  .site-header .hamburger-inner, .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
  }
  .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    content: "";
    display: block;
  }
  .site-header .hamburger-inner::before {
    top: -7px;
  }
  .site-header .hamburger-inner::after {
    bottom: -7px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .site-header .site-branding {
    text-align: left;
    padding-bottom: 15px;
  }
  .site-header .site-branding .logo-tagline {
    text-align: center;
    position: static;
    width: auto;
    transform: none;
    /*height: 42px;*/
  }
  .site-header .hamburger {
    /*top: 15px;*/
  }
  .site-header .menu-main-menu-container {
    /*top: 120px;*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 418px) {
  .site-header .menu-main-menu-container {
    top: 140px;
  }
}
/* Footer */
/* ***************************************** */
.site-footer {
  background-color: #2F71B6;
  padding: 65px 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .logo {
  margin-bottom: 30px;
}
.site-footer .info p {
  margin-bottom: 15px;
}
.site-footer .info a {
  color: #FCB900;
  font-weight: 600;
}
.site-footer .contacts {
  margin-top: 44px;
}
.site-footer .contacts img {
  margin-right: 14px;
}
.site-footer .links h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 8px;
}
.site-footer .links .underline {
  height: 2px;
  background-color: #fff;
  margin-bottom: 14px;
}
.site-footer .links a {
  display: block;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.site-footer .links p:last-child {
  margin-bottom: 0;
}
.site-footer .service-areas h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 8px;
}
.site-footer .service-areas .underline {
  height: 2px;
  background-color: #fff;
  margin-bottom: 14px;
}
.site-footer .service-areas a {
  display: inline-block;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.site-footer .service-areas p:last-child {
  margin-bottom: 0;
}
.site-footer .socials {
  margin-top: 33px;
}
.site-footer .socials img {
  margin-right: 14px;
  margin-bottom: 15px;
}
.site-footer .socials a:last-child img {
  margin-right: 0;
}

.site-footer-copyright {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}
.site-footer-copyright p {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 0;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-footer .featured-image, .site-footer .links {
    /*margin-bottom: 25px;*/
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
/* Portrait Phone - 320px */
/* ***************************************** */
/* Pages */
/* Blog */
/* ***************************************** */
.blog {
  /*.blog-header {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	height: 416px;
  }*/
}
.blog p, .blog h1, .blog h3, .blog h4, .blog h5, .blog h6, .blog ul, .blog ol, .blog a {
  font-family: "roboto", sans-serif;
}
.blog .header-section h1 {
  max-width: 970px;
  margin: auto;
}
.blog .blog-title {
  margin-bottom: 36px;
}
.blog .blog-title h1 {
  color: #4FCE2A;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
}
.blog .blog-title h1 span {
  color: #003EFF;
}
.blog .blog-page-post-container {
  padding: 50px 50px 70px 50px;
  /*background-color: #F0F0F0;*/
  box-shadow: 0px 5px 19px #0000000D;
  margin-bottom: 75px;
}
.blog .blog-posts {
  padding: 80px 0 50px 0;
}
.blog .blog-posts .col-12.col-sm-10.col-lg-6 {
  margin-bottom: 60px;
}
.blog .blog-posts .post {
  /*height: 100%;*/
  margin-bottom: 60px;
  position: relative;
}
.blog .blog-posts article {
  position: relative;
}
.blog .blog-posts .entry-title {
  margin-bottom: 26px;
}
.blog .blog-posts .entry-title a {
  color: #000;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}
.blog .blog-posts .entry-title a:hover {
  color: #f4a046;
}
.blog .blog-posts .entry-content {
  /*margin-bottom: 75px;*/
}
.blog .blog-posts .entry-content p {
  color: #565656;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog .blog-posts .post-thumbnail img {
  width: 100%;
}
.blog .blog-posts .entry-meta p {
  color: #565656;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  display: inline-block;
}
.blog .blog-posts .entry-meta img {
  position: relative;
  top: 2px;
}
.blog .blog-posts .entry-meta .author.vcard, .blog .blog-posts .entry-meta .posted-on {
  padding-left: 5px;
  padding-right: 20px;
}
.blog .blog-posts .read-more-btn {
  margin-top: 20px;
}
.blog .blog-posts .read-more-btn a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #0071bb;
  padding: 12px 30px;
  display: inline-block;
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  /*img {
  	vertical-align: middle;
  	margin-left: 10px;
  }*/
}
.blog .blog-posts .read-more-btn a:hover {
  background-color: #222;
}
.blog aside h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 50px;
}
.blog aside #block-10 h2 {
  margin-top: 0;
}
.blog aside .wp-block-search__label {
  display: none;
}
.blog aside .wp-block-search__button-outside input, .blog aside .wp-block-search__button-outside button {
  background-color: #EAEAEA;
  border: 0;
}
.blog aside .wp-block-search__button-outside input {
  min-height: 55px;
  width: 100%;
  padding: 15px 30px;
}
.blog aside .wp-block-search__button-outside button {
  color: #fff;
  margin-left: 0;
}
.blog aside .wp-block-latest-posts__list, .blog aside .wp-block-categories-list, .blog aside .wp-block-tag-cloud {
  margin-left: 10px;
}
.blog aside .wp-block-latest-posts__list li, .blog aside .wp-block-categories-list li, .blog aside .wp-block-tag-cloud li {
  list-style: none;
}
.blog aside .wp-block-latest-posts__list a, .blog aside .wp-block-categories-list a, .blog aside .wp-block-tag-cloud a {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 5px 0;
  display: block;
}
.blog aside .wp-block-latest-posts__list a:hover, .blog aside .wp-block-categories-list a:hover, .blog aside .wp-block-tag-cloud a:hover {
  color: #f4a046;
}
.blog aside .wp-block-latest-posts__list {
  /*margin-left: 0;*/
}
.blog .blog-pagination {
  text-align: center;
  margin-bottom: 90px;
}
.blog .blog-pagination li {
  display: inline;
  margin: 0 4px;
}
.blog .blog-pagination a {
  color: #565656;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #F4A046;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 2px;
}
.blog .blog-pagination a:hover {
  color: #F4A046;
  background-color: #DDDDDD;
}
.blog .blog-pagination li {
  color: #565656;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.blog .blog-pagination .active a {
  color: #565656;
  background-color: #DDDDDD;
  border: none;
}

.single-post {
  /*.header-section {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	height: 416px;
  }*/
}
.single-post .header-section h3 {
  font-family: "trajan-pro-3", sans-serif;
  margin-bottom: 0;
  max-width: 970px;
  margin: auto;
}
.single-post .entry-title {
  font-family: "Montserrat", sans-serif;
  color: #404040;
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-post h2, .single-post h3, .single-post h4 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.single-post h2 {
  margin-bottom: 15px;
}
.single-post .entry-meta {
  margin-bottom: 25px;
}
.single-post .entry-meta p {
  color: #565656;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-transform: uppercase;
  display: inline-block;
}
.single-post .entry-meta img {
  position: relative;
  top: 2px;
}
.single-post .entry-meta .author.vcard, .single-post .entry-meta .posted-on {
  padding-left: 5px;
  padding-right: 20px;
}
.single-post .entry-content {
  box-shadow: 0px 5px 19px #0000000D;
  padding: 0;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.single-post .entry-content .featured-image img {
  width: 100%;
}
.single-post .entry-content p, .single-post .entry-content ul, .single-post .entry-content ol {
  color: #565656 !important;
}
.single-post .entry-content p {
  margin-bottom: 35px;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ul {
  margin: 0 0 35px 100px;
}
.single-post .entry-content ul:last-child {
  margin-bottom: 0;
}
.single-post .entry-content li {
  margin-bottom: 10px;
}
.single-post .entry-content li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content a {
  color: #65C3E3;
}
.single-post .entry-content a:hover {
  color: #f4a046;
}
.single-post .entry-content-inner {
  padding: 50px;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .blog {
    /*.blog-header {
    	height: 145px;
    }*/
  }
  .blog .blog-subtitle h3 {
    font-size: 42px;
    line-height: 51px;
  }
  .blog .entry-content .btn {
    margin-top: 28px;
  }

  .single-post .header-section {
    height: 145px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .blog {
    /*.blog-header {
    	height: 173px;
    }*/
  }

  .single-post {
    /*.header-section {
    	height: 173px;
    }*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 575px) {
  .blog {
    /*.blog-header {
    	padding: 27px 0;
    }*/
  }
  .blog .blog-posts {
    padding: 75px 0 25px 0;
  }
  .blog .blog-posts .post {
    margin-bottom: 30px;
  }
  .blog .blog-pagination a {
    font-size: 30px;
  }

  .single-post .entry-header {
    padding: 75px 0;
  }
  .single-post .entry-header h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
