/*!
Theme Name: Solar Bear v2
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: solar-bear
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.

Solar Bear v2 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 */
/*--------------------------------------------------------------
>>> 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: "Exo 2", sans-serif;
}

.font-two {
  font-family: "Roboto", sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Exo 2", sans-serif;
}

body {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1 !important;
}

ul, ol {
  margin-bottom: 15px;
}

/* Hover Transition */
a, input[type="submit"], h3 {
  transition: 0.5s ease all;
}

.text-center {
  text-align: center;
}

@media (max-width: 991px) {
  .text-tablet-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

/* 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
*/
/* Font Sizes */
.section .fs-14 {
  font-size: 14px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-16 {
  font-size: 16px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-18 {
  font-size: 18px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-20 {
  font-size: 20px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-22 {
  font-size: 22px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-24 {
  font-size: 24px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-26 {
  font-size: 26px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-28 {
  font-size: 28px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-30 {
  font-size: 30px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-32 {
  font-size: 32px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-34 {
  font-size: 34px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-36 {
  font-size: 36px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-38 {
  font-size: 38px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-30 {
  font-size: 30px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-40 {
  font-size: 40px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-44 {
  font-size: 44px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-46 {
  font-size: 46px;
  line-height: 1.3125;
  margin-bottom: 15px;
}
.section .fs-74 {
  font-size: 74px;
  line-height: 1.3125;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .section .fs-tablet-14 {
    font-size: 14px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-16 {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-18 {
    font-size: 18px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-20 {
    font-size: 20px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-22 {
    font-size: 22px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-24 {
    font-size: 24px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-26 {
    font-size: 26px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-28 {
    font-size: 28px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-30 {
    font-size: 30px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-32 {
    font-size: 32px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-34 {
    font-size: 34px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-36 {
    font-size: 36px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-38 {
    font-size: 38px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-30 {
    font-size: 30px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-40 {
    font-size: 40px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-44 {
    font-size: 44px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-tablet-46 {
    font-size: 46px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section .fs-mobile-14 {
    font-size: 14px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-16 {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-18 {
    font-size: 18px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-20 {
    font-size: 20px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-22 {
    font-size: 22px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-24 {
    font-size: 24px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-26 {
    font-size: 26px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-28 {
    font-size: 28px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-30 {
    font-size: 30px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-32 {
    font-size: 32px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-34 {
    font-size: 34px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-36 {
    font-size: 36px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-38 {
    font-size: 38px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-30 {
    font-size: 30px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-40 {
    font-size: 40px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-44 {
    font-size: 44px;
    line-height: 1.3125;
    margin-bottom: 15px;
  }
  .section .fs-mobile-46 {
    font-size: 46px;
    line-height: 1.3125;
    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;
}

/* ??? */
@media (max-width: 767px) {
  .padding-mobile-5 {
    padding: 5px !important;
  }
}
@media (max-width: 575px) {
  .padding-mobile-bottom-15 {
    padding: 15px !important;
  }
}
/* Spacing */
/* ***************************************** */
/* Max Widths */
.mw-125 {
  max-width: 125px;
}
.mw-135 {
  max-width: 135px;
}
.mw-140 {
  max-width: 140px;
}
.mw-240 {
  max-width: 240px;
}
.mw-255 {
  max-width: 255px;
}
.mw-370 {
  max-width: 370px;
}
.mw-500 {
  max-width: 500px;
}
.mw-510 {
  max-width: 510px;
}
.mw-550 {
  max-width: 550px;
}
.mw-640 {
  max-width: 640px;
}
.mw-680 {
  max-width: 680px;
}
.mw-715 {
  max-width: 715px;
}
.mw-740 {
  max-width: 740px;
}
.mw-750 {
  max-width: 750px;
}
.mw-775 {
  max-width: 775px;
}
.mw-800 {
  max-width: 800px;
}
.mw-840 {
  max-width: 840px;
}
.mw-870 {
  max-width: 870px;
}
.mw-930 {
  max-width: 930px;
}
.mw-940 {
  max-width: 940px;
}
.mw-945 {
  max-width: 945px;
}
.mw-900 {
  max-width: 900px;
}
.mw-950 {
  max-width: 950px;
}
.mw-970 {
  max-width: 970px;
}
.mw-1000 {
  max-width: 1000px;
}
.mw-1110 {
  max-width: 1110px;
}
.mw-1140 {
  max-width: 1140px;
}
.mw-1170 {
  max-width: 1170px;
}

@media (max-width: 1199px) {
  .mw-lg-desktop-850 {
    max-width: 850px;
  }
}
@media (max-width: 991px) {
  .mw-tablet-575 {
    max-width: 575px;
  }
}
@media (max-width: 767px) {
  .mw-mobile-140 {
    max-width: 140px;
  }
}
/* 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-70 {
    height: 70px;
  }
  .spacer-tablet-75 {
    height: 75px;
  }
  .spacer-tablet-90 {
    height: 90px;
  }
  .spacer-tablet-100 {
    height: 100px;
  }
  .spacer-tablet-130 {
    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-70 {
    height: 70px;
  }
  .spacer-mobile-75 {
    height: 75px;
  }
  .spacer-mobile-90 {
    height: 90px;
  }
  .spacer-mobile-100 {
    height: 100px;
  }
}
/* Margin Bottoms */
.section .mb-5 {
  margin-bottom: 5px !important;
}
.section .mb-10 {
  margin-bottom: 10px;
}
.section .mb-20 {
  margin-bottom: 20px;
}

.mb-0 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section .mb-tablet-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mb-mobile-10 {
    margin-bottom: 10px;
  }
  .mb-mobile-15 {
    margin-bottom: 15px;
  }
  .mb-mobile-20 {
    margin-bottom: 20px;
  }
}
/*.section .mr {
	&-40 {
		margin-right: 40px;
	}
}

@media (max-width: 991px) {
	.section .mr-tablet {
		&-0 {
			margin-right: 0;
		}
	}
}

@media (max-width: 767px) {
	.mr-mobile {
		&-0 {
			margin-right: 0;
		}
		&-10 {
			margin-right: 10px;
		}
	}
}*/
/* ??? */
@media (max-width: 767px) {
  .padding-mobile-5 {
    padding: 5px !important;
  }
}
@media (max-width: 575px) {
  .padding-mobile-bottom-15 {
    padding: 15px !important;
  }
}
/* Positioning */
/* ***************************************** */
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .position-tablet-none {
    position: static !important;
  }

  .translate-tablet-none {
    transform: translate(0, 0) !important;
  }

  .rotate-right-tablet-90 {
    transform: rotate(90deg) !important;
  }
}
/*@import "_base/mixins";*/
/* Elements */
/* Universal Classes */
/* ***************************************** */
.page-id-324 .site-header, .page-id-324 .site-footer {
  display: none;
}
.page-id-324 .site-main {
  margin-top: 0 !important;
}
.page-id-324 .header-top {
  display: none !important;
}

.header-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  /*text-align: left;*/
  /*min-height: 300px;*/
  /*h1, h3 {
  	color: #fff;
  	font-size: 60px !important;
  	line-height: 1.2 !important;
  	font-weight: 500 !important;
  	text-shadow: 5px 5px 9px #000000;
  	margin-bottom: 0;
  }*/
}

.hero-section.slider h2 {
  color: #fff !important;
  font-size: 36px !important;
  line-height: 50px !important;
  font-weight: 700 !important;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
}
.hero-section.slider .n2-ss-control-bullet-horizontal {
  --widget-offset: 79px !important;
}
.hero-section.slider .n2-ss-control-bullet-horizontal .n2-bullet {
  background: rgba(0, 0, 0, 0.07) !important;
}
.hero-section.slider .n2-ss-control-bullet-horizontal .n2-active {
  background: rgba(0, 0, 0, 0.18) !important;
}
.hero-section.slider .n2-ss-layer {
  top: -13px;
}
.hero-section.slider .btn {
  display: none;
}

.section {
  padding: 75px 0;
  position: relative;
  /*ul {
  	margin-left: 25px;
  	li {
  		margin-bottom: 1px;
  	}
  	li::marker {
  		font-size: 1.5em;
  	}
  	ul {
  		margin-top: 10px;
  		margin-bottom: 10px;
  	}
  }*/
  /*.custom-bullet-size {
  	list-style: none;
  	margin-left: 0;
  	li {
  		position: relative;
  		padding-left: 13px;
  		&::before {
  			content: '\2022';
  			color: #000;
  			font-size: 26px;
  			font-weight: 400;
  			position: absolute;
  			left: 0;
  			top: -1px;
  		}
  	}
  }*/
  /*.custom-bullet-color {
  	list-style: none;
  	margin-left: 0;
  	li {
  		position: relative;
  		padding-left: 25px;
  		&::before {
  			content: '\2022';
  			color: #026EAD;
  			font-size: 26px;
  			font-weight: 400;
  			position: absolute;
  			left: 0;
  			top: -2px;
  		}
  	}
  }
  .bullet-list-inline {
  	li {
  		display: inline-block;
  		margin-right: 30px;
  		&:last-child {
  			margin-right: 0;
  		}
  		&:before {
  			content: '\2022';
  			margin-right: 12px;
  			font-size: 26px;
  			font-weight: 400;
  		}
  	}
  }*/
}
.section .container {
  max-width: 1170px;
  margin: auto;
}
.section .inline-block {
  display: inline-block;
}
.section .br-10 {
  border-radius: 10px;
}
.section p, .section ul, .section ol {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
.section ol {
  margin-left: 20px;
}
.section ul {
  list-style: none;
  margin-left: 0;
}
.section ul li {
  position: relative;
  padding-left: 13px;
}
.section ul li::before {
  content: '\2022';
  color: #000;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -1px;
}
.section ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section .bullets-green li {
  padding-left: 23px;
}
.section .bullets-green li::before {
  color: #42D72B;
  font-size: 60px;
  top: -1px;
}
.section .bullets-white li::before {
  color: #fff;
}
.section .list-numbers-green li::marker {
  color: #42D72B;
  font-weight: 700;
}
.section .list-checkmarks {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.section .list-checkmarks li {
  background-image: url("/wp-content/uploads/2025/05/List-Green-Checkmark.png");
  background-repeat: no-repeat;
  /*background-position: left center;*/
  background-position: left 8px;
  background-size: 17px 17px;
  padding-left: 29px;
}
.section .list-checkmarks li:before {
  content: none;
}
.section .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
  margin: 15px;
}
.section .ngg-navigation a.page-numbers, .section .ngg-navigation span.current {
  display: inline-block;
}
.section .accordion .accordion-btn {
  background-color: #000;
  cursor: pointer;
  padding: 15px 35px;
  width: 100%;
  /*border: none;*/
  border: 2px solid #000;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 25px;
}
.section .accordion .accordion-btn h3 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 75px;
}
.section .accordion .accordion-btn:after {
  content: '\002B';
  color: #000;
  font-size: 22px;
  font-weight: 600;
  float: right;
  margin-left: 5px;
  background-color: #fff;
  /*padding: 0 6px 2px;*/
  padding: 2px 7px;
  border-radius: 50%;
}
.section .accordion .accordion-btn.last {
  margin-bottom: 0;
}
.section .accordion .accordion-btn.active {
  background-color: transparent;
}
.section .accordion .accordion-btn.active h3 {
  color: #000;
}
.section .accordion .accordion-btn.active:after {
  content: "\2212";
  background-color: #000;
  color: #fff;
}
.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 a {
  font-weight: 400;
  text-decoration: none;
}
.section .text-white {
  color: #fff !important;
}
.section .text-black {
  color: #000 !important;
}
.section .text-blue {
  color: #14327E !important;
}
.section .image, .section .photo {
  text-align: center;
  position: relative;
}
.section .image.br-10 img, .section .photo.br-10 img {
  border-radius: 10px;
}
.section .image.br-20 img, .section .photo.br-20 img {
  border-radius: 20px;
}
.section .image.four {
  position: relative;
  max-width: 540px;
  max-height: 450px;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.section .image.four img {
  position: absolute;
}
.section .image.four img:nth-child(1) {
  left: 0;
  top: 0;
}
.section .image.four img:nth-child(2) {
  bottom: 0;
  right: 0;
}
.section .image.four img:nth-child(3) {
  left: 50px;
  top: 50px;
  border-radius: 10px;
  z-index: 2;
}
.section .image.four img:nth-child(4) {
  bottom: 50px;
  right: 50px;
  border-radius: 10px;
  z-index: 1;
}
.section .image.dots-top-left {
  position: relative;
  max-width: 540px;
  /*max-height: 450px;*/
  width: 100%;
  /*height: 450px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-top: 25px;
}
.section .image.dots-top-left img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.section .image.dots-top-right {
  position: relative;
  max-width: 540px;
  /*max-height: 450px;*/
  width: 100%;
  /*height: 450px;*/
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-top: 25px;
}
.section .image.dots-top-right img:nth-child(1) {
  position: absolute;
  right: 0;
  top: 0;
}
.section .image.underneath {
  position: relative;
  text-align: initial;
  max-width: 970px;
  margin: auto;
}
.section .image.underneath .right, .section .image.underneath .left {
  background-color: #000;
  border-radius: 10px;
  padding: 35px;
  max-width: 470px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  /*top: 50%;
  transform: translateY(-50%);*/
  text-align: left;
}
.section .image.underneath .right p, .section .image.underneath .right ul, .section .image.underneath .right ol, .section .image.underneath .left p, .section .image.underneath .left ul, .section .image.underneath .left ol {
  color: #fff;
}
.section .image.underneath .right {
  padding-right: 80px;
  right: 0;
}
.section .image.underneath .left {
  padding-left: 80px;
  left: 0;
}
.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%;
  /*max-width: 370px;*/
}
.section .testimonial-box {
  box-shadow: 0px 3px 36px #00000029;
  padding: 28px;
  border-radius: 15px;
  position: relative;
  height: 241px;
  max-height: 241px;
}
.section .testimonial-box p {
  position: relative;
  z-index: 1;
}
.section .testimonial-box:before {
  background-color: #fff;
  content: "\00a0";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: -7px;
  left: 40px;
  transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  -ms-transform: rotate(47deg) skew(5deg);
  -o-transform: rotate(47deg) skew(5deg);
  -webkit-transform: rotate(47deg) skew(5deg);
  z-index: 0;
}
.section .testimonial-user {
  margin-left: 40px;
}
.section .testimonial-user span {
  position: relative;
  top: -12px;
  left: 15px;
  max-width: 200px;
  display: inline-block;
}
.section .btn a {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  padding: 9px 55px;
  /*border-radius: 21px;*/
  border-radius: 25px;
  display: inline-block;
  text-decoration: none !important;
  text-transform: none;
}
.section .btn.small a {
  font-size: 11px;
  line-height: 15px;
  padding: 6px 25px;
  min-width: 105px;
}
.section .btn.btn-inline {
  display: inline-block;
}
.section .btn.green a {
  color: #000;
  background-color: #42D72B;
}
.section .btn.black a {
  color: #fff;
  background-color: #000;
}
.section .btn.clear a {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 20px;
}
.section .btn.hover-green a:hover {
  color: #fff;
  background-color: #42D72B;
}
.section .btn.hover-white a:hover {
  color: #42D72B;
  background-color: #fff;
  /*svg {
  	path {
  		stroke: #42D72B;
  	}
  }*/
}
.section .btn.hover-black a:hover {
  color: #fff;
  background-color: #000;
  border-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;
  font-weight: 700;
  text-decoration: underline;
  /*&:hover {
  	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;
}

.section.box-shadow {
  box-shadow: 0px -5px 70px #0000001A, 0px 5px 70px #0000001A;
  z-index: 1;
}

.section.box-shadow-top {
  box-shadow: 0px -5px 70px #0000001A;
  z-index: 1;
}

.section.box-shadow-bottom {
  box-shadow: 0px 5px 70px #0000001A;
  z-index: 1;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 50px 50px 25px;
  border-radius: 15px;
  background-color: #F7F7F7;
}
.contact-form .wpcf7 label, .contact-form .wpcf7 p {
  color: #231F20;
  font-size: 19px;
  line-height: 40px;
  font-weight: 400;
}
.contact-form .wpcf7 label br, .contact-form .wpcf7 p br {
  display: none;
}
.contact-form .wpcf7 p {
  line-height: 19px;
  margin-bottom: 5px;
}
.contact-form .wpcf7 input[type="text"], .contact-form .wpcf7 input[type="email"], .contact-form .wpcf7 textarea, .contact-form .wpcf7 select {
  width: 100%;
  color: #607175;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  padding: 17px;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 7px;
  margin: 0 0 7px 0;
}
.contact-form .wpcf7 textarea {
  max-height: 173px;
}
.contact-form .wpcf7 .input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.contact-form .wpcf7 .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.contact-form .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}
.contact-form .wpcf7 .required-dot {
  color: #42D72B;
}
.contact-form .wpcf7 .recaptcha {
  display: block;
  margin-bottom: 20px;
}
.contact-form .wpcf7 .btn {
  text-align: center;
}
.contact-form .wpcf7 .btn.full-width input[type="submit"] {
  max-width: 100%;
}
.contact-form .wpcf7 input[type="submit"] {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding: 8px 45px;
  border: none;
  background-color: #000;
  display: inline-block;
  max-width: 212px;
  width: 100%;
  border-radius: 21px;
  margin-top: 25px;
}
.contact-form .wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  background-color: #42D72B;
}
.contact-form .wpcf7 .ajax-loader, .contact-form .wpcf7 .wpcf7-spinner {
  display: block;
}
.contact-form .wpcf7 .wpcf7-response-output {
  color: #000;
}
.contact-form .wpcf7-not-valid-tip {
  margin-bottom: 20px;
}

.pum-container .section {
  padding: 40px 0px 15px;
}
.pum-container .section p {
  font-size: 16px;
}
.pum-container .section ul li, .pum-container .section ol li {
  line-height: 1.5;
  margin-bottom: 5px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .section .image.four {
    height: 355px;
  }
  .section .image.four img:nth-child(3), .section .image.four img:nth-child(4) {
    max-width: 265px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .section {
    padding: 75px 0;
  }
  .section .display-tablet-block {
    display: block;
  }
  .section .image.four {
    height: 240px;
  }
  .section .image.four img:nth-child(3), .section .image.four img:nth-child(4) {
    max-width: 200px;
  }
  .section .image.four img:nth-child(3) {
    top: 25px;
    left: 25px;
  }
  .section .image.four img:nth-child(4) {
    bottom: 25px;
    right: 25px;
  }
  .section .image.dots-top-left {
    padding-left: 20px;
    padding-top: 20px;
  }
  .section .image.dots-top-right {
    padding-right: 20px;
    padding-top: 20px;
  }
  .section .image.underneath img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section .image.underneath .right, .section .image.underneath .left {
    position: relative;
    bottom: 60px !important;
    max-width: 560px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .hero-section.slider {
    /*.bullet-list-inline {
    	li {
    		display: block;
    		margin-right: 0px;
    		text-align: left;
    	}
    }*/
  }
  .hero-section.slider img {
    max-width: 100% !important;
  }
  .hero-section.slider h2 {
    font-size: 26px !important;
    line-height: 35px !important;
  }
  .hero-section.slider .n2-ss-control-bullet-horizontal {
    --widget-offset: 79px !important;
  }
  .hero-section.slider .n2-ss-layer {
    top: -31px;
  }
  .hero-section.slider .btn {
    display: block;
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-section.slider .btn a {
    max-width: 205px;
    width: 205px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-section {
    height: 220px;
  }

  .section {
    padding: 50px 0;
  }
  .section .text-mobile-center {
    text-align: center;
  }
  .section .accordion .accordion-btn {
    /*padding: 40px 20px;*/
    /*padding: 20px;*/
    padding: 40px 20px;
  }
  .section .accordion .accordion-btn h3 {
    /*font-size: 18px;*/
  }
  .section .accordion .accordion-panel {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section .image.underneath .right, .section .image.underneath .left {
    /*position: relative;*/
    bottom: 30px !important;
    max-width: 275px !important;
    /*margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;*/
  }

  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Components */
/* Header */
/* ***************************************** */
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}
.header-top p, .header-top a {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 0;
}
.header-top p {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.site-header {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 3px 26px #00000021;
  position: fixed;
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 111;
}
.site-header .site-title {
  display: none;
}
.site-header .site-branding {
  text-align: center;
  max-width: 380px;
  position: relative;
}
.site-header .site-branding img {
  width: 136px;
  margin-top: 21px;
  margin-bottom: 21px;
}
.site-header .main-navigation a {
  font-family: "Roboto", sans-serif;
  color: #494C51;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding: 43px 15px 43px;
  text-transform: uppercase;
  position: relative;
  /*&:after {
  	content: "";
  	display: inline-block;
  	height: 18px;
  	width: 0.5px;
  	background-color: #D5D5D5;
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  }*/
}
.site-header .main-navigation li:nth-last-child(3) a:after, .site-header .main-navigation li:nth-last-child(2) a:after, .site-header .main-navigation li:nth-last-child(1) a:after {
  content: none;
  display: none;
}
.site-header .main-navigation .btn {
  margin-left: 52px;
}
.site-header .main-navigation .btn a {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  padding: 9px 18px;
  background-color: #000;
  margin-top: 36px;
  border-radius: 21px;
  text-transform: none;
}
.site-header .main-navigation .btn a:hover {
  background-color: #42D72B;
  color: #fff;
}
.site-header .menu-item-has-children > a {
  padding-right: 25px;
}
.site-header .current-menu-item > a {
  /*color: #fff;
  background-color: #42D72B;
  font-weight: 900;
  &:after {
  	right: -1px;
  }*/
  /*&:before {
  	content: "";
  	display: inline-block;
  	height: 2px;
  	width: 100%;
  	background-color: #026EAD;
  	position: absolute;
  	left: 0;
  	top: 23px;
  }*/
}
.site-header .current-menu-item .down-arrow svg path {
  stroke: #fff !important;
}
.site-header #primary-menu {
  justify-content: flex-end;
}
.site-header .down-arrow {
  position: absolute !important;
  padding: 0 !important;
  top: 32px;
  right: 6px;
  font-size: 10px !important;
  /*display: none;*/
}
.site-header .down-arrow:hover {
  /*color: #494C51 !important;*/
}
.site-header .down-arrow:after {
  content: none !important;
  display: none !important;
}

.site-main {
  margin-top: 153px;
}

/* Large Desktop - 992px */
/* ***************************************** */
@media (max-width: 1399px) {
  .site-header .site-branding {
    /*padding-bottom: 50px;*/
  }
  .site-header .site-branding .logo-tagline {
    left: 0;
    transform: none;
  }
  .site-header .main-navigation {
    /*.btn {
    	a {
    	}
    }*/
  }
  .site-header .main-navigation a {
    /*padding: 30px 5px 30px;*/
  }
  .site-header .main-navigation .btn a {
    /*padding: 9px 19px;*/
  }
}
/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-header .site-branding img {
    /*margin-top: 50px;*/
  }
  .site-header .main-navigation a {
    /*padding: 30px 10px 30px;*/
    padding: 43px 10px 43px;
  }
  .site-header .main-navigation .btn {
    margin-left: 5px;
  }
  .site-header .main-navigation .btn a {
    /*padding: 9px 10px;*/
  }
  .site-header .menu-item-has-children {
    /*padding-right: 25px;*/
  }
  .site-header .menu-item-has-children .down-arrow {
    display: none;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .header-top {
    display: none;
  }

  .site-header {
    top: 0;
  }
  .site-header .site-branding {
    text-align: left;
    /*padding-bottom: 12px;*/
    /*padding-bottom: 50px;*/
  }
  .site-header .site-branding img {
    /*margin-top: 20px;*/
  }
  .site-header .current-menu-item .down-arrow svg path {
    stroke: #494c51 !important;
  }

  .site-main {
    margin-top: 110px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .site-header .site-branding img {
    /*max-width: 210px;*/
  }

  .site-main {
    /*margin-top: 77px;*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* 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: #fff;
  /*border-top: 5px solid #321857;*/
  flex-direction: column;
}
.site-header .sub-menu a {
  /*font-size: 15px;*/
  /*font-weight: 600*/
  text-transform: none;
  width: 250px;
  padding: 15px 15px 15px 35px;
}
.site-header .sub-menu a:hover {
  color: #fff;
  background-color: #42D72B;
}
.site-header .sub-menu li {
  border-bottom: 1px solid #D5D5D5;
}
.site-header .sub-menu li:last-child {
  border-bottom: none;
}
.site-header .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  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 */
/* ***************************************** */
.site-header .menu-item-has-children .down-arrow {
  display: none;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-header .current-menu-item > a {
    font-weight: 400;
    color: inherit;
    background-color: inherit;
    /*color: #026EAD;
    background-color: #fff;
    font-weight: 600;*/
    /*&:before {
    	content: "";
    	display: inline-block;
    	height: 2px;
    	width: 100%;
    	background-color: #026EAD;
    	position: absolute;
    	left: 0;
    	top: 23px;
    }*/
  }
  .site-header .current-menu-item > a:before {
    display: none;
  }
  .site-header .main-navigation {
    /*.btn.one {
    	margin-left: 0;
    	margin-right: 0;
    }*/
  }
  .site-header .main-navigation ul ul {
    position: static;
  }
  .site-header .main-navigation a, .site-header .main-navigation .btn a {
    padding: 15px 0 15px 20px;
    /*text-transform: none;*/
  }
  .site-header .main-navigation .btn {
    margin-left: 0;
  }
  .site-header .main-navigation .btn a {
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .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: 110px;
    z-index: 3;
    background-color: #fff;
    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 #primary-menu > li .sub-menu .sub-menu a {
    padding: 15px 0 15px 60px;
  }
  .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;
    width: 24px !important;
  }
  .site-header .menu-item-has-children .down-arrow:hover {
    /*color: #494C51;*/
    background-color: transparent;
  }
  .site-header .toggled #primary-menu {
    display: none;
  }
  .site-header .hamburger {
    border: 0;
    background: none;
    display: block;
    outline: 0;
    position: absolute;
    right: 15px;
    /*top: 15px;*/
    top: 31px;
  }
  .site-header .hamburger:hover {
    cursor: pointer;
  }
  .site-header .hamburger-box {
    width: 35px;
    height: 32px;
    display: inline-block;
    position: relative;
    /*background-color: #026EAD;*/
    border-radius: 4px;
  }
  .site-header .hamburger-inner {
    display: block;
    /*top: 50%;*/
    top: 15px;
    left: 3.5px;
    /*margin-top: 8px;*/
  }
  .site-header .hamburger-inner, .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
    width: 27px;
    height: 3px;
    background-color: #000;
    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: 77px;*/
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
@media (max-width: 418px) {
  .site-header .menu-main-menu-container {
    /*top: 142px;*/
  }
}
/* Footer */
/* ***************************************** */
.site-footer .footer-widgets-section {
  background-color: #000000;
  padding: 75px 0 25px;
}
.site-footer .footer-widgets-section a {
  color: #fff;
}
.site-footer .footer-widgets-section h3 {
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-footer .footer-widgets-section .links a {
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
}
.site-footer .footer-widgets-section .btn {
  margin-top: 35px;
  margin-bottom: 30px;
}
.site-footer .footer-widgets-section .btn a {
  display: inline-block;
  color: #000000;
  font-size: 28px;
  line-height: 52px;
  font-weight: 700;
  padding: 26px 11px;
  background-color: #42D72B;
  border-radius: 21px;
}
.site-footer .footer-widgets-section .btn a:hover {
  background-color: #fff;
  color: #42D72B;
}
.site-footer .footer-widgets-section .column-one {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.site-footer .footer-widgets-section .column-one .logo {
  margin-bottom: 25px;
}
.site-footer .footer-widgets-section .column-one .socials a {
  margin-right: 15px;
}
.site-footer .footer-widgets-section .column-one .socials img {
  display: inline;
}
.site-footer .footer-widgets-section .column-one .phone {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}
.site-footer .footer-widgets-section .column-one .phone a {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}
.site-footer .footer-widgets-section .column-three .logos {
  margin-top: 90px;
}
.site-footer .footer-widgets-section .column-three .logos img {
  display: block;
}
.site-footer .footer-widgets-section .awards-section {
  margin-top: 35px;
  text-align: center;
}
.site-footer .footer-widgets-section .awards-section .col-lg {
  margin-bottom: 20px;
}
.site-footer .footer-widgets-section .awards-section .graphic {
  min-height: 104px;
  position: relative;
}
.site-footer .footer-widgets-section .awards-section .graphic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 104px;
  width: auto;
}
.site-footer .footer-widgets-section .awards-section .details {
  margin-top: 15px;
}
.site-footer .footer-widgets-section .awards-section p {
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 10px;
}
.site-footer .footer-widgets-section .awards-section p strong {
  font-size: 18px;
}

/* Desktop - 992px */
/* ***************************************** */
@media (max-width: 1199px) {
  .site-footer .footer-widgets-section h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .site-footer .footer-widgets-section .awards-section p {
    font-size: 9px;
    line-height: 16px;
  }
}
/* Tablet - 768px */
/* ***************************************** */
@media (max-width: 991px) {
  .site-footer .footer-widgets-section .column-one {
    margin-bottom: 50px;
  }
}
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .site-footer .footer-widgets-section .column-two, .site-footer .footer-widgets-section .column-three, .site-footer .footer-widgets-section .column-four {
    text-align: center;
    margin-bottom: 25px;
  }
  .site-footer .footer-widgets-section .column-two img, .site-footer .footer-widgets-section .column-three img, .site-footer .footer-widgets-section .column-four img {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-widgets-section .awards-section .graphic {
    min-height: auto;
  }
  .site-footer .footer-widgets-section .awards-section .graphic img {
    position: static;
    transform: none;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
/* Pages */
/* Blog */
/* ***************************************** */
.blog .blog-title {
  margin-bottom: 60px;
}
.blog .blog-title h1 {
  color: #000;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
.blog .blog-page-post-container {
  padding: 25px 20px 50px;
  /*background-color: #F0F0F0;*/
  box-shadow: 0px 3px 46px #00000029;
  border-radius: 0px 0px 10px 10px;
  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: 80px;*/
  position: relative;
}
.blog .blog-posts article {
  position: relative;
}
.blog .blog-posts .post-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.blog .blog-posts .entry-title {
  margin-bottom: 7px;
}
.blog .blog-posts .entry-title a {
  color: #000;
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}
.blog .blog-posts .entry-title a:hover {
  color: #000;
}
.blog .blog-posts .entry-meta {
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog .blog-posts .entry-meta .posted-on {
  padding-left: 0;
  padding-right: 0;
}
.blog .blog-posts .entry-content {
  /*margin-bottom: 75px;*/
}
.blog .blog-posts .entry-content p {
  color: #565656;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog .blog-posts .read-more-btn {
  text-align: right;
  margin-top: 40px;
}
.blog .blog-posts .read-more-btn a {
  color: #000;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  padding: 12px 30px;
  padding: 8px 33px 6px;
  border: 2px solid #000000;
  border-radius: 21px;
  display: inline-block;
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  /*img {
  	vertical-align: middle;
  	margin-left: 10px;
  }*/
}
.blog .blog-posts .read-more-btn a:hover {
  color: #fff;
  background-color: #222;
}
.blog .blog-pagination {
  text-align: center;
  margin-bottom: 75px;
}
.blog .blog-pagination li {
  display: inline;
  margin: 0 4px;
}
.blog .blog-pagination a {
  color: #000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 2px;
}
.blog .blog-pagination a:hover {
  color: #42D72B;
}
.blog .blog-pagination li {
  color: #000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.blog .blog-pagination .active a {
  color: #42D72B;
}

.single-post .entry-title {
  font-family: "Exo 2", sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-post .entry-meta {
  color: #000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-post .entry-meta .posted-on {
  padding-left: 0;
  padding-right: 0;
}
.single-post h2, .single-post h3, .single-post h4 {
  font-family: "Exo 2", sans-serif;
  margin-bottom: 5px;
}
.single-post .entry-content {
  padding: 0;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}
.single-post .entry-content p, .single-post .entry-content ul, .single-post .entry-content ol {
  color: #000 !important;
}
.single-post .entry-content p {
  margin-bottom: 20px;
}
.single-post .entry-content p:last-child {
  margin-bottom: 0;
}
.single-post .entry-content ul {
  margin: 0 0 20px 0;
}
.single-post .entry-content li {
  margin-bottom: 0;
}
.single-post .entry-content li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content a {
  color: #000;
}
.single-post .entry-content a:hover {
  color: #000;
}

/* Desktop - 992px */
/* ***************************************** */
/* Tablet - 768px */
/* ***************************************** */
/* Landscape Phone - 576px */
/* ***************************************** */
@media (max-width: 767px) {
  .blog .blog-page-post-container {
    margin-bottom: 50px;
  }
  .blog .blog-pagination a {
    font-size: 24px;
  }
}
/* Portrait Phone - 320px */
/* ***************************************** */
