/*
Theme Name: Make Themes Great Again
Theme URI: https://2ce6e07a-8c2f-470e-accc-4d9334b39133.p.bardy.io
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://2ce6e07a-8c2f-470e-accc-4d9334b39133.p.bardy.io
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 !important;
  font-size: 14px !important;
}

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

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 !important;
}

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

strong, a {
  color: inherit;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3em;
  font-size: inherit;
  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) !important;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.header-top {
  padding-top: 8px;
}

.header-top .header__socialsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: 12px;
}

.header-top .header__socialsContainer a {
  padding: 4px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--fc-social-icon-border-color);
  text-decoration: none;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
}

.header-top .header__socialsContainer a i:before {
  color: var(--fc-social-icon-color);
}

.header-top .header__socialsContainer a:hover {
  color: var(--fc-social-icon-hover-bg-color);
  background-color: #fff;
}

.header-top .header__socialsContainer a:hover i::before {
  color: var(--fc-social-icon-hover-color);
}

.header-top .header__buttonsContainer {
  margin-right: 12px;
}

.header-top .header__buttonsContainer > a {
  padding: 4px 8px;
  background-color: var(--fc-social-icon-border-color);
  border-radius: 10px;
  margin: 0 4px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px !important;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  padding-top: 0;
}

.header-top .header__buttonsContainer > a:hover {
  background-color: #fff;
  color: var(--fc-social-icon-border-color) !important;
}

.header-top .header__siteSearch {
  position: relative;
  padding: 2px 0;
}

.header-top .header__siteSearch .siteSearch {
  border-radius: 10px;
  border: none;
  padding: 4px 8px;
  height: 27px;
}

.header-top .header__siteSearch .fas {
  position: absolute;
  top: 4px;
  right: 6px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 20px;
  width: 20px;
  background-image: url("/wp-content/uploads/2021/03/search-solid.png");
  background-position: center;
  background-size: contain;
}

.navbar .navbar-brand {
  position: relative;
  top: -26px;
}

.navbar .nav-link span {
  color: #fff !important;
}

.navbar .nav-link::after {
  border-top-color: #fff;
}

.navbar .nav-link:hover span {
  color: var(--fc-hover-color) !important;
}

.navbar .nav-link:hover::after {
  border-top-color: var(--fc-hover-color);
}

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

.dropdown-menu .dropdown-toggle {
  display: block !important;
  width: 100% !important;
  padding: 0.25rem 1rem !important;
  clear: both !important;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
}

.dropdown-menu .dropdown-toggle span {
  color: var(--fc-body-color) !important;
}

.dropdown-menu .dropdown-toggle:hover span {
  color: var(--fc-hover-color) !important;
}

.dropdown-menu .dropdown-toggle::after {
  display: none;
}

.dropdown-item span {
  color: var(--fc-body-color) !important;
}

.dropdown-item:hover span {
  color: var(--fc-hover-color) !important;
}

.dropdown {
  overflow: hidden;
}

.dropdown:hover {
  overflow: visible;
}

.dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown > .dropdown-menu {
  top: 96%;
  left: unset;
  right: 0;
}

.dropdown > .dropdown-menu .dropdown-menu {
  top: 0;
  right: 100%;
}

.dropdown {
  /* Main Navigation */
  /* Drop-Down Navigation */
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
  background-color: #f8f9fa !important;
}

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

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

.dropdown .menu {
  padding: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown .desktop-menu {
  position: relative;
}

.dropdown .custom-menu-class {
  position: relative;
}

.dropdown .menu {
  position: relative;
}

.dropdown .menu li {
  position: relative;
}

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

.dropdown .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.dropdown .menu ul,
.dropdown .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;
}

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

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

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

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

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

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

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

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

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

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

/* === General contact Forms === */
.gform_button {
  border-width: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  background-color: var(--fc-button-bg-color);
  text-transform: uppercase;
  color: #fff !important;
  border: solid 2px var(--fc-button-bg-color);
}

.gform_button:hover, .gform_button:focus {
  color: var(--fc-button-bg-color) !important;
  background-color: #fff;
}

/* === Embedded Contact Forms === */
@supports (grid-area: auto) {
  .embedded__contactForm .gform_fields {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "name email" "message message";
  }
  .embedded__contactForm .gform_fields .embedded__message {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: message;
  }
}

/* === Form 1 === */
#gform_1 .gform_footer {
  text-align: center;
}

/* === Form 2 === */
#gform_2 .gform_footer {
  text-align: center;
}
