/*
Theme Name: Make Themes Great Again
Theme URI: https://fourcolumns.net
Description: This is a starting point theme developed by professional developers with over 20 collective years experience and 300+ themes built.
Author: Four Columns
Author URI: https://fourcolumns.net
template: genesis

Version: 1.2.0
*/
/* === Global === */
.genesis-skip-link,
.post-edit-link {
  display: none;
}

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* ***SITE CONTAINER*** */
/*Calculated Site Container*/
/* ***LOGO WIDTH*** */
/* ***SUB MENU WIDTH*** */
/* ***STANDARD BOX WIDTHS*** */
/* ***ROW BOXES WITH SPACE TO THE RIGHT*** */
/* ***FONT FAMILY*** */
/* ***FONT SIZES*** */
/* ***CUSTOM SIZES*** */
/* ***FONT WEIGHTS*** */
/* ***COLORS*** */
/* ***FONTS*** */
/* ***CENTER MAX SITE WIDTH*** */
/* ***FlEX CONTAINERS*** */
/* ***PADDING DEFAULTS*** */
/* *** MARGIN DEFAULTS*** */
/* *** BACKGROUND DEFAULTS*** */
/* ***BASIC SLIDER CONTAINER WIDTH*** */
* {
  position: relative;
  z-index: 10;
}

#wpadminbar a {
  color: #ffffff;
  font-size: 14px;
}

#wpadminbar span,
#wpadminbar div {
  color: #ffffff;
  font-size: 14px;
}

body,
html {
  margin: 0px;
  padding: 0px;
}

.genesis-skip-link,
.post-edit-link {
  display: none;
}

.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.home .site-inner #genesis-content {
  width: 100%;
  float: none;
  margin-right: 0px;
}

.ab-container-inside,
.ab-layout-column-wrap {
  max-width: 1360px;
  margin: auto;
  padding: 0px 0px;
}

body,
.site-container {
  margin-bottom: 0px;
}

h1 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: var(--fc-heading-weight);
  font-size: 56px;
  margin: 0 0 0 0;
}

h2 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  font-size: 48px;
  margin: 0 0 0 0;
}

h3 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: var(--fc-heading-weight);
  font-size: 40px;
  margin: 0 0 0 0;
}

h4 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: var(--fc-heading-weight);
  font-size: 32px;
  margin: 0 0 0 0;
}

h5 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: var(--fc-heading-weight);
  font-size: 24px;
  margin: 0 0 0 0;
}

h6 {
  font-family: var(--fc-heading-font);
  color: #000000;
  font-weight: var(--fc-heading-weight);
  font-size: 16px;
  margin: 0 0 0 0;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: var(--fc-heading-weight);
  line-height: 1.2;
  color: var(--fc-heading-color);
}

body,
button,
select,
textarea,
p,
span,
ul,
ol,
li,
em,
div,
input,
a,
strong,
b,
blockquote {
  color: var(--fc-body-color);
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  font-size: var(--fc-body-font-size);
  margin: 0 0 0 0;
}

.site-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-logo-link img {
  max-width: 300px;
}

a {
  color: var(--fc-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--fc-hover-color);
}

.socials-container.header a {
  border: solid 1px #00cc00;
}

.socials-container.header a:hover {
  color: #00cc00;
  border: solid 1px #000000;
}

.socials-container.header div a {
  color: #00cc00;
}

.socials-container.header div a:hover {
  color: #000000;
}

.nav-container {
  background-color: #ffffff;
}

.sub-menu {
  background-color: #00cc00;
}

.menu li ul li a {
  color: #ffffff;
  font-size: 16px;
}

.menu ul,
.menu ul li ul {
  width: 150px;
}

.menu li ul li:hover {
  background-color: #000000;
}

.footer-widgets {
  background-color: #000000;
}

.widget-title {
  color: #ffffff;
  font-size: 16px;
}

.footer-widget-area p,
.footer-widget-area span,
.footer-widget-area li,
.footer-widget-area em,
.footer-widget-area div,
.footer-widget-area strong,
.footer-widget-area b,
.footer-widget-area blockquote {
  color: #ffffff;
  font-size: 16px;
}

.footer-widget-area a {
  color: #00cc00;
  font-size: 16px;
}

.footer-widget-area a:hover {
  color: #ffffff;
}

.site-footer {
  background-color: #363636;
  text-align: center;
}

.site-footer p {
  color: #ffffff;
  font-size: 14px;
}

.site-footer a {
  color: #00cc00;
  font-size: 14px;
}

.site-footer a:hover {
  color: #ffffff;
}

.home .content-sidebar-wrap {
  margin-top: 0px;
}

.page-template-full-width .site-inner #genesis-content {
  float: none;
  width: 100%;
  margin: 0;
}

.site-inner #genesis-content {
  float: left;
  width: calc(67% - 30px);
  margin-right: 30px;
}

.site-inner .sidebar-primary {
  float: left;
  width: 30%;
  padding: 24px 16px;
  background: #f7f7f7;
}

.sidebar-primary .widget-title {
  font-size: 24px;
}

.sidebar-primary button,
.sidebar-primary select,
.sidebar-primary textarea,
.sidebar-primary p,
.sidebar-primary span,
.sidebar-primary ul,
.sidebar-primary ol,
.sidebar-primary li,
.sidebar-primary em,
.sidebar-primary div,
.sidebar-primary input,
.sidebar-primary strong,
.sidebar-primary b,
.sidebar-primary blockquote {
  font-size: 14px;
}

.sidebar-primary .widget-title {
  color: #000000;
}

.sidebar-primary button,
.sidebar-primary select,
.sidebar-primary textarea,
.sidebar-primary p,
.sidebar-primary span,
.sidebar-primary ul,
.sidebar-primary ol,
.sidebar-primary li,
.sidebar-primary em,
.sidebar-primary div,
.sidebar-primary input,
.sidebar-primary strong,
.sidebar-primary b,
.sidebar-primary blockquote {
  color: #000000;
}

.sidebar-primary a {
  color: #00cc00;
}

.sidebar-primary a:hover {
  color: #000000;
}

.content-sidebar-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.content-sidebar-wrap {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .content-sidebar-wrap {
  height: 1%;
}

.content-sidebar-wrap {
  display: block;
}

/* close commented backslash hack */
/* ***BLOCK STYLYING*** */
.slider-content {
  max-width: 1330px;
}

/* === Button Styling === */
.button__square, .button__round, .button__round--disabled, .button__square--disabled {
  padding: 8px 24px;
  background-color: rgba(0, 0, 0, 0);
  border: solid #00cc00 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #00cc00;
  display: inline-block;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button__square:hover, .button__round:hover, .button__round--disabled:hover, .button__square--disabled:hover {
  background-color: #00cc00;
  color: #fff;
}

.button__round, .button__round--disabled {
  border-radius: 24px;
}

.button__square--disabled {
  cursor: not-allowed;
  background-color: lightgray;
  border-color: darkgray;
  color: #000;
}

.button__square--disabled:hover {
  background-color: lightgray;
  border-color: darkgray;
  color: #000;
}

.button__round--disabled {
  cursor: not-allowed;
  background-color: lightgray;
  border-color: darkgray;
  color: #000;
}

.button__round--disabled:hover {
  background-color: lightgray;
  border-color: darkgray;
  color: #000;
}

.block__background--video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.block__background--video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.block__background--overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-icons,
.mobile-menu_container {
  display: none;
}

.custom-logo {
  max-width: 100%;
  height: auto;
}

.menu {
  padding: initial;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu li {
  list-style: none;
  text-align: right;
  padding: 10px 20px;
}

.menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.menu li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.nav-container {
  padding-top: 15px;
  margin-bottom: 0px;
}

.nav-inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1360px;
  margin: auto;
  padding: 0px 0px;
  padding: 0px 30px;
}

.nav-left {
  width: 50%;
  margin-bottom: 0px;
}

.nav-right {
  width: 50%;
  margin-bottom: 0px;
}

.nav-right_inner {
  margin-bottom: 0px;
}

.nav-left_inner {
  bottom: -10px;
  position: relative;
}

.socials-container.header {
  display: table-row;
  float: right;
  margin-bottom: 5px;
}

.socials-container.header div {
  width: 25px;
  height: 25px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.menu-container {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.socials-container.header div a {
  padding: 5px;
  width: 15px;
  height: 15px;
  display: block;
  line-height: 1em;
}

.desktop-menu,
.menu,
.menu,
.menu li,
.custom-menu-class {
  margin-bottom: 0px;
}

.desktop-menu {
  position: relative;
}

/* Main Navigation */
.custom-menu-class {
  position: relative;
}

.menu {
  position: relative;
}

.menu li {
  position: relative;
}

.menu li a {
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

/* Drop-Down Navigation */
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.menu ul,
.menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99999;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.menu ul {
  top: 40px;
  left: 23px;
}

.menu ul li {
  clear: both;
  width: 100%;
  text-align: left;
  padding: 10px 0px;
}

.menu ul li a {
  clear: both;
  padding: 15px;
  position: relative;
  top: -3px;
}

#sticky-navigation-row {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  top: -250px;
  right: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}

#sticky-navigation-row.sticky {
  top: 0px;
  visibility: visible;
  z-index: 99999;
}

.header__socialsContainer {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header-v2 .nav-inner_container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-v2 .nav-inner_container .socials__outer {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-v2 .nav-inner_container .socials__outer .socials-container {
  margin: auto;
}

.header-v2 .nav-inner_container .socials__outer .nav__button {
  text-align: center;
}

.header-v2 .nav-inner_container .socials__outer .nav__button a {
  padding: 4px 12px;
}

.header-top {
  padding: 16px 0;
}

input[type="submit"] {
  border: none;
  border-radius: 0px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
}

input[type="submit"]:hover {
  cursor: pointer;
}

.gform_wrapper .gfield {
  position: relative;
  padding-top: 16px !important;
}

.gform_wrapper .gfield label {
  position: absolute;
  z-index: 10;
  top: 32px;
  left: 8px;
  font-size: 16px;
  -webkit-transition: ease-in 0.255s all;
  transition: ease-in 0.255s all;
  color: #da0013;
}

.gform_wrapper .gfield input {
  max-height: 35px;
  background-color: #f1f1f1;
  border: none;
}

.gform_wrapper .gfield input:focus {
  outline-color: #da0013;
}

.gform_wrapper .gfield textarea, .gform_wrapper .gfield textarea {
  background-color: #f1f1f1;
  border: none;
}

.gform_wrapper .gfield textarea:focus, .gform_wrapper .gfield textarea:focus {
  outline-color: #da0013;
}

.gform_wrapper .gfield .ginput_container {
  z-index: 5;
}

.gform_wrapper .gfield.active label {
  top: 4px;
  font-size: 12px;
}

#gform_fields_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#gform_fields_1 #field_1_4 {
  -ms-grid-column: 0;
      grid-column-start: 0;
  grid-column-end: 2;
}

#gform_fields_1 #field_1_5 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
}

#gform_fields_1 #field_1_2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

#gform_fields_1 #field_1_3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

#gform_fields_1 #field_1_7 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

#gform_fields_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#gform_fields_2 #field_1_4 {
  -ms-grid-column: 0;
      grid-column-start: 0;
  grid-column-end: 2;
}

#gform_fields_2 #field_1_5 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
}

#gform_fields_2 #field_1_2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

#gform_fields_2 #field_1_3 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}
