/*
Theme Name: Affirma Base Theme 1
Author: Affirma Consulting
Author URI: https://affirma.com
Description: A custom base theme.
Version: 1.0
Requires at least: 6.2
Tested up to: 6.2
Requires at least PHP: 8.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************************************************/ /* global box-sizing */
/*------------------------------------*\
    CSS Variables
\*------------------------------------*/
:root {
  --primary-blue: #1c3563;
  --primary-green: #8fd400;
  --screen-black: #0d0d0d;
  --dark-gray: #5f5f5f;
  --light-gray: #cbccc5;
  --orange: #eb562b;
  --content-width: 1240px;
  --font-family: "Roboto", Arial, sans-serif;
  --link-color: #1e73be;
  --link-hover: #0e1f59;
  --nav-menu: #444444;
  --nav-menu-hover: #cc092f;
}
/*------------------------------------*\
    Base styles
\*------------------------------------*/

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  --font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--screen-black);
  overflow-x: hidden;
}

p,
div,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 4px;
  line-height: 1.1em;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-weight: 700;
  color: var(--color-h1);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-weight: 700;
  color: var(--color-h2);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  font-weight: 700;
  color: var(--color-h3);
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 600;
  color: var(--color-h4);
}

h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  font-weight: 400;
  color: var(--color-h5);
}

h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: 400;
  color: var(--color-h6);
}
p {
  font-size: var(--font-size-paragraph);
  color: var(--color-paragraph);
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

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

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a sup strong {
  font-weight: 400;
}

a strong sup {
  font-weight: 400;
}

a sup {
  font-weight: 400;
}

sup a strong {
  font-weight: 400;
}

sup {
  vertical-align: 75%;
  line-height: 5px;
  font-size: 50% !important;
}

p sup {
  vertical-align: -4px;
  line-height: 5px;
  font-size: 12px !important;
  padding: 0 0 0 0.3px;
}

.mega-menu-link sup {
  vertical-align: -3px;
  line-height: 5px;
  font-size: 12px !important;
}

.button,
button,
input[type="submit"] {
  padding: 1rem 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  background: #063d71;
  display: inline-block;
  cursor: pointer;
  border: 0 none;
  border-radius: 40px;
  margin: 30px 0 0 0;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

input:focus {
  outline: 0;
}

.container {
  margin: -134px auto 0 auto;
  width: 100%;
  max-width: var(--content-width);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  max-width: var(--content-width);
  margin: 0 auto;
  position: relative;
}
.nav {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

/* columns */
.row {
  clear: both;
  display: block;
  margin: 0 -1.7%;
}
.col {
  position: relative;
  float: left;
  padding: 0 1.7%;
}
.one-half {
  width: 50%;
}
.one-third {
  width: 33.33%;
}
.two-third {
  width: 66.66%;
}
.one-fourth {
  width: 25%;
}
.three-fourth {
  width: 75%;
}
.one-fifth {
  width: 20%;
}
.two-fifth {
  width: 40%;
}
.three-fifth {
  width: 60%;
}
.four-fifth {
  width: 80%;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {
  min-height: 80px;
}
.menu-item-has-children-img {
  float: right;
  width: 40px;
}
#header {
  background: transparent;
  width: 100%;
  z-index: 1000;
}

#header .header-wrap {
  position: relative;
  padding: 2.5rem 0;
}
#inner-header-desktop {
  width: 100%;
  padding: 4px 4.5% 0 4.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  min-height: 155px !important;
  /* border-bottom: 2px solid lightgrey; */
  min-height: 155px;
  max-height: 155px;
}

#inner-header-tablet {
  height: 70px;
  margin: 4px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  display: none;
}
#inner-header-tablet #site-title {
  min-height: auto;
  max-height: 60px;
  padding: 0;
}
#site-heading {
  padding: 20px 0;
}

#header .logo {
  float: left;
}

#header .logo img.main-logo {
  display: block;
  max-width: 460px;
  width: 100%;
}

#header.header.clear.scrolled .logo img.main-logo {
  max-width: 316px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}

#header .logo img.mobile-logo {
  display: none;
}

#header .header-nav {
  margin: 0;
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  z-index: 200;
  justify-content: flex-end;
}
#header .search-button {
  width: 15%;
}

#header .main-nav {
  float: left;
}
.top-header {
  width: 100%;
  height: 60px;
  margin: 0 4.5%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-header .top-header-social-media {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.top-header .company-information {
  width: 60%;
}

.top-header .company-information .cta-container {
  align-items: center;
}

#header .cta-container {
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 0 10px;
}

.company-information a:hover {
  text-decoration: underline;
}

.company-information a,
.company-information p {
  color: #444444;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.top-header p {
  display: flex;
  align-items: center;
  padding: 0 20px;
  flex-wrap: nowrap;
}

.top-header .phone_number_two {
  padding-right: auto !important;
}

.top-header .cta-button p:last-child {
  padding-right: 0;
}

.top-header .fa-suitcase,
.top-header .fa-user,
.top-header .fa-sharp,
.top-header .fa-envelope {
  color: #063d71;
  padding-right: 10px;
}

.top-header .social-media-icon {
  border-radius: 50%;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #4444441a;
  color: #444444;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

.top-header .social-media-icon:hover {
  color: #fff;
  background-color: #063d71;
  border: 1px solid #063d71;
}

#inner-header-desktop .header-nav ul#menu-main-menu {
  display: flex;
  flex-direction: row;
  min-height: 155px;
}

ul#menu-header-menu {
  min-height: 155px;
  display: flex;
  flex-direction: row;
}

#site-title {
  width: 20%;
  max-width: 370px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  padding: 37px 37px 40px 0;
  min-height: 155px;
  max-height: 155px;
}

#site-title p {
  font-size: 16px;
  color: #474747;
  margin: 0;
  text-align: center;
}

.search-info-button {
  width: 25%;
  min-width: 40px;
  max-width: 40px;
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 2px solid #4444441a;
  border-radius: 30px;
  padding: 6px 9px;
  transition: all 0.5s ease;
}

.search-info-button-search-page {
  margin-bottom: 30px;
  width: 40%;
  min-width: 250px;
  max-width: 300px;
  border: 2px solid #4444441a;
  border-radius: 30px;
  padding: 6px 9px;
  transition: all 0.5s ease;
}
.search-info-button.active {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 2px solid #444444;
}

.search-info-button.tablet {
  min-width: 40px;
  max-width: 40px;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 30px;
  padding: 6px 9px;
  transition: all 0.5s ease;
  border: none;
}

.search-info-button.tablet:hover {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  float: left;
  border: 2px solid #444444;
}

.search-info-button.tablet img {
  min-width: 40px;
  max-width: 40px;
}

.search-info-button.mobile {
  min-width: 40px;
  max-width: 40px;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 30px;
  padding: 6px 9px;
  transition: all 0.5s ease;
  border: none;
}

.search-info-button.mobile:hover {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  float: left;
  border: 2px solid #444444;
}

.search-info-button.mobile img {
  min-width: 40px;
  max-width: 40px;
}

img.search-icon {
  width: 15px;
  height: 15px;
}

.arrow-close {
  width: 10px;
  height: 10px;
  display: none;
}

.arrow-close.input-active{
  display: block;
}

.search-info-button input#elementor-search-form-5a9cc30 {
  border: none;
  width: 100%;
}
.search-info-button-search-page input#elementor-search-form-5a9cc30 {
  border: none;
  width: 100%;
}
.search-info-button ::placeholder {
  font-size: 14px;
  padding-left: 15px;
}
.search-info-button-search-page ::placeholder {
  font-size: 14px;
  padding-left: 15px;
}

.search-info-button i.fa.fa-search {
  color: #444444;
}
/******** tablet menu ********/

#tablet-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 200;
  margin: 0 4.5%;
}
.tablet .menu-item-has-children {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 15px;
}
.tablet .menu-item-has-children {
  border-bottom: 1px solid lightgrey;
}
.tablet a {
  width: 90%;
}
.tablet img {
  width: 10%;
  min-width: 10px;
  max-width: 10px;
}
.tablet-nav-container .header-cta-1 {
  padding: 4px 12px;
}

.tablet-nav-container .header-cta-2 {
  padding: 4px 12px;
}
#inner-header-tablet .header-nav {
  width: 20% !important;
}
#inner-header-tablet .search-button {
  width: 20%;
}
#inner-header-tablet .site-title {
  width: 70%;
}
.tablet-cta-button {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

.tablet-nav-container .sub-menu li a::after {
  content: "";
}
#tablet-menu .tablet-nav > ul > li.menu-item-has-children > a {
  padding-top: 14px;
  transition: none;
  -webkit-transition: none;
}

#tablet-menu .tablet-nav > ul > li.menu-item-has-children:hover > a,
#tablet-menu .tablet-nav li.current_page_item.menu-item-has-children > a,
#tablet-menu .tablet-nav li.current-page-ancestor.menu-item-has-children > a {
  border-color: #444444;
  color: #444444;
}
#tablet-menu .tablet-nav ul li ul {
  position: relative;
  width: 100%;
  top: 0;
  left: 0px;
  text-align: left;
  z-index: 100;
  display: none;
  padding-inline-start: 0;
  background: #ffffff;
  margin: 8px 0 -6px 0;
  padding: 10px 10px 0;
}
#tablet-menu .tablet-nav ul li ul li {
  display: block;
  float: none;
  z-index: 9999;
  margin: 20px 0;
}
#tablet-menu .tablet-nav ul li ul li:last-child {
  padding-bottom: 10px;
}
#tablet-menu .tablet-nav ul li ul li a {
  background: transparent;
  display: inline-block;
  margin: 0;
  padding: 6px 0 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
  border-bottom: 0 none;
}
#tablet-menu .tablet-nav ul li ul li a:hover,
#tablet-menu .tablet-nav ul li ul li.current_page_item a {
  color: #eb562a;
}
#tablet-menu .tablet-nav > ul > li.menu-item-has-children {
  cursor: pointer;
}
nav.tablet-nav {
  display: none;
  margin: 0;
  top: 82px;
  width: 400px;
  background: rgba(255, 255, 255, 1);
  text-align: end;
  position: absolute;
  right: 0;
  padding: 0;
}
nav.tablet-nav.open {
  display: block;
}
nav.tablet-nav ul {
  list-style: none;
  padding-inline-start: 0px;
  max-height: calc(100% + 50px);
  height: calc(100% + 50px);
  /* overflow-y: auto; */
  margin-bottom: 0;
}
nav.tablet-nav > ul > li {
  display: block;
  position: relative;
  margin: 20px 0 10px;
  text-align: left;
  padding-top: 10px;
}
nav.tablet-nav li a {
  color: #444444;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 600;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  text-transform: capitalize;
  padding: 10px 0 0 0;
}
.nav .tablet-nav > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.nav .tablet-nav li a:hover,
.nav .tablet-nav li.current_page_item > a,
.nav .tablet-nav li.current_page_parent > a,
.nav .tablet-nav li.current-page-ancestor > a {
  color: #0b75b7;
}
.nav .tablet-nav > ul > li.menu-item-has-children {
  margin: 2px 1px 0 0;
}

.nav .tablet-nav > ul > li.menu-item-has-children > a {
  padding-top: 14px;
  transition: none;
  -webkit-transition: none;
}

.nav .tablet-nav > ul > li.menu-item-has-children:hover {
  background: #ff554d;
}

.nav .tablet-nav > ul > li.menu-item-has-children:hover > a,
.nav .tablet-nav li.current_page_item.menu-item-has-children > a,
.nav .tablet-nav li.current-page-ancestor.menu-item-has-children > a {
  border-color: #ff554d;
}

.nav .tablet-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  text-align: center;
  z-index: 100;
  display: none;
  padding-top: 10px;
}

.nav .tablet-nav ul li ul li {
  display: block;
  background: #ff554d;
  float: none;
  z-index: 9999;
  padding: 0 4px;
}

.nav .tablet-nav ul li ul li:last-child {
  padding-bottom: 10px;
}

.nav .tablet-nav ul li ul li a {
  background: #ff554d;
  display: inline-block;
  margin: 0;
  padding: 6px 0 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  border-bottom: 0 none;
}

.nav .tablet-nav ul li ul li a:hover,
.nav .tablet-nav ul li ul li.current_page_item a {
  border-bottom: 1px solid #fff;
}

.tablet-nav-overlay {
  display: none;
}
.tablet-nav .menu-item-has-children a::after {
  content: "";
}

.sub-menu-actived {
  background-color: #fff;
}
.sub-menu-actived > a {
  color: #444444 !important;
}

/****** end tablet menu *******/

/***** mobile nmenu ****/

/* .mobile-logo {
	width: 50%;
} */
.mobile-logo {
  margin: 0 auto;
  width: 100%;
  max-width: 135px;
}
.mobile-logo-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-logo-info p {
  font-size: 14px;
  text-align: center;
}

#mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 127px;
  z-index: 200;
  width: 100%;
  background: #fff;
  height: auto;
  transition: 0.4s;
  padding: 0;
}

.mobile-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  padding: 0 17px 0 14px;
  box-shadow: 0px 10px 20px #00000029;
}
.mobile .menu-item-has-children a::after {
  content: "";
}
.container-for-search {
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row;
}
.container-for-search.hide {
  display: none;
}
.container-for-search.show {
  display: flex;
}
.container-for-search .mobile.search-button {
  width: 100%;
}
.container-for-search .search-info-button.mobile {
  min-width: 90%;
  max-width: 90%;
  float: left;
  border: 2px solid #444444;
}
.container-for-search .arrow-close-search {
  width: 10%;
  max-width: 45px;
  padding: 0 20px 0 0;
}
/* .fa.fa-search:active + .container-for-search{
	display: block;
} */
.bar1 {
  width: 28px;
  height: 3px;
  background-color: var(--dark-gray);
  margin: 8px 0 4px 0;
  transition: 0.4s;
}

.bar2 {
  width: 28px;
  height: 3px;
  background-color: var(--dark-gray);
  margin: 4px 0 4px 0;
  transition: 0.4s;
}

.bar3 {
  width: 28px;
  height: 3px;
  background-color: var(--dark-gray);
  margin: 4px 0 7px 0;
  transition: 0.4s;
}

.change .bar1 {
  width: 27px;
  -webkit-transform: rotate(-45deg) translate(-8px, 4px);
  transform: rotate(-45deg) translate(-8px, 4px);
  position: relative;
  right: 0;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  width: 26px;
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-6px, -3px);
  position: relative;
  right: 0;
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children > a {
  padding-top: 14px;
  transition: none;
  -webkit-transition: none;
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children:hover > a,
#mobile-menu .mobile-nav li.current_page_item.menu-item-has-children > a,
#mobile-menu .mobile-nav li.current-page-ancestor.menu-item-has-children > a {
  border-color: #ff554d;
  color: #eb562a;
}

#mobile-menu .mobile-nav ul li ul {
  position: relative;
  width: 100%;
  top: 0;
  left: 0px;
  text-align: left;
  z-index: 100;
  display: none;
  padding-inline-start: 0;
  background: #fff;
  margin: 8px 0 -6px 0;
  padding: 10px 10px 0;
}

#mobile-menu .mobile-nav ul li ul li {
  display: block;
  float: none;
  z-index: 9999;
  padding: 0;
  margin: 20px 0;
}

#mobile-menu .mobile-nav ul li ul li:last-child {
  padding-bottom: 10px;
}

#mobile-menu .mobile-nav ul li ul li a {
  background: transparent;
  display: inline-block;
  margin: 0;
  padding: 6px 0 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
  border-bottom: 0 none;
}

#mobile-menu .mobile-nav ul li ul li a:hover,
#mobile-menu .mobile-nav ul li ul li.current_page_item a {
  color: #eb562a;
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children {
  cursor: pointer;
}

.mobile-nav-container {
  display: none;
}

#mobile-nav-container.mobile-nav {
  display: none;
  margin: 0;
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  text-align: end;
  position: absolute;
  right: 0;
}

nav.mobile-nav.open {
  display: block;
}

nav.mobile-nav ul {
  list-style: none;
  padding-inline-start: 0px;
  max-height: calc(100% + 50px);
  /* overflow-y: auto; */
  margin-bottom: 0;
}

nav.mobile-nav > ul > li {
  display: block;
  position: relative;
  margin: 20px 0 10px;
  padding-top: 10px;
  text-align: left;
}

nav.mobile-nav li a {
  color: #444444;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 600;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  text-transform: capitalize;
  padding-left: 15px;
}

.nav .mobile-nav > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
}

.nav .mobile-nav li a:hover,
.nav .mobile-nav li.current_page_item > a,
.nav .mobile-nav li.current_page_parent > a,
.nav .mobile-nav li.current-page-ancestor > a {
  color: #0b75b7;
}

.nav .mobile-nav > ul > li.menu-item-has-children {
  margin: 2px 1px 0 0;
}

.nav .mobile-nav > ul > li.menu-item-has-children > a {
  padding-top: 14px;
  transition: none;
  -webkit-transition: none;
}

.nav .mobile-nav > ul > li.menu-item-has-children:hover {
  background: #444444;
}

.nav .mobile-nav > ul > li.menu-item-has-children:hover > a,
.nav .mobile-nav li.current_page_item.menu-item-has-children > a,
.nav .mobile-nav li.current-page-ancestor.menu-item-has-children > a {
  border-color: #444444;
}

.nav .mobile-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  text-align: center;
  z-index: 100;
  display: none;
  padding-top: 10px;
}
.nav .mobile-nav ul li ul li {
  display: block;
  background: #ff554d;
  float: none;
  z-index: 9999;
  padding: 0 4px;
}
.nav .mobile-nav ul li ul li:last-child {
  padding-bottom: 10px;
}
.nav .mobile-nav ul li ul li a {
  background: #ff554d;
  display: inline-block;
  margin: 0;
  padding: 6px 0 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  border-bottom: 0 none;
}
.nav .mobile-nav ul li ul li a:hover,
.nav .mobile-nav ul li ul li.current_page_item a {
  border-bottom: 1px solid #fff;
}
.mobile-nav-overlay {
  display: none;
}
html.mobile-open .mobile-nav-overlay {
  display: block;
  width: 100vw;
  height: 100%;
  min-height: calc(100% + 50px);
  position: absolute;
  background: #000;
  z-index: 199;
  opacity: 0;
}
.mobile.top-header {
  height: auto;
  flex-direction: column;
  margin: 0;
}

.mobile.top-header .social-media-icon {
  width: 40px;
  padding: 6px;
  margin-bottom: 40px;
}
.mobile.top-header nav.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile.top-header .company-information a,
.mobile.top-header .company-information p {
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.mobile.top-header .company-information {
  width: 100%;
  border-top: 1px solid #4444441a;
  border-bottom: 1px solid #4444441a;
  padding: 15px 0;
  margin-bottom: 5px;
}
/* .mobile.top-header .cta-button {
  padding-top: 24px;
} */
.mobile li {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #4444441a;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  display: flex;
}

.mobile a {
  width: 90%;
}
.mobile img {
  width: 10%;
  max-width: 10px;
}
.mobile.top-header .company-information img {
  width: 10%;
  min-width: 30px;
  max-width: 30px;
}
.mobile .menu-item-has-children {
  margin-top: 0;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 50px 0 50px 0;
}

.footer-info p,
.footer-company-information a,
.footer-company-information p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  text-wrap: nowrap;
}
.footer-company-information {
  width: 71%;
}
.footer-company-information nav.cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.footer-company-information .fa-suitcase,
.footer-company-information .fa-user,
.footer-company-information .fa-sharp,
.footer-company-information .fa-envelope {
  color: #fff;
  padding-right: 10px;
  filter: brightness(0) invert(1);
}
.footer-company-information .cta-button {
  padding: 0 25px;
}
.footer-company-information .cta-button p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-social-media .social-media-icon {
  border-radius: 50%;
  margin-right: 10px;
  padding: 8px 6px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background-color: transparent;
}

.footer-social-media .social-media-icon:hover {
  color: #fff;
  background-color: #063d71;
  border: 1px solid #063d71;
}
.footer-social-media {
  display: flex;
  align-items: center;
}
.footer-company-information .social-media-icon {
  width: 40px;
}
#footer-info #site-generator {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-menu-col {
  padding: 0 10% 0 0;
}
.footer-col-menu {
  padding: 0px 0 0 20px;
  width: 33%;
}
.footer-col-logo {
  padding: 0 0 0 20px;
  width: 33%;
}
.footer-col-follow-us {
  padding: 0 0 0 20px;
  width: 33%;
}
.footer-logo-container {
  padding: 0 0 20px 0;
  max-width: 80%;
}
.container-footer {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.container-footer {
  background: #6a727a 0% 0% no-repeat padding-box;
}
.container-footer .fm-form-container.fm-theme1 {
  width: 100%;
  padding-top: 0 !important;
}
.container-footer .fm-form-container.fm-theme1 .fm-form {
  padding-top: 0 !important;
}
.container-footer .fm-form .fm-header-bg,
.fm-form .wdform-field:not([type="type_hidden"]) {
  padding: 10px 0 !important;
  margin-top: 0;
}
.container-footer .fm-form-container.fm-theme1 .fm-form input[type="text"] {
  border-radius: 10px !important;
  background-color: var(--light-gray);
}
.container-footer .fm-form-container.fm-theme1 .fm-form textarea {
  border-radius: 10px !important;
  background-color: var(--light-gray);
}
.container-footer button.button-submit {
  margin-top: 0px !important;
  border: 1px var(--light-gray) solid;
  color: var(--light-gray);
  transition: all 0.5 ease;
}
.container-footer button.button-submit:hover {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

/**** end footer ****/

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#content {
  margin: 60px 0 60px 0;
}

#main {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-top: 110px;
}

.main-content {
  width: 100%;
}

.page-title,
.post-title,
.archive-title {
  margin-top: 0;
  color: #002555;
  line-height: 1.15em;
  margin-bottom: 2rem;
}

.post-label {
  color: #ff554d;
}

.body-content h2 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.body-content p {
  margin: 20px 0;
}

blockquote {
  line-height: 30px;
  margin: 40px auto;
  text-align: center;
  width: 75%;
}

#main ol,
#main ul {
  list-style-position: outside;
  margin: 0 0 0 1em;
  padding: 0;
}

#main li {
  margin: 0 0 0.5em 1em;
}

/*------------------------------------*\
    PAGE COMPONENTS
\*------------------------------------*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-color-bg-text p {
  color: #fff;
  line-height: 24px;
}

.cta-color-bg-image {
  margin: 0;
  padding: 0;
}

.cta-link-btn {
  background: #cb2891;
  border-radius: 22px;
  margin: 30px 0;
  padding: 2px 21px 0 20px;
  width: 230px;
  text-align: center;
  font-size: 14px;
  height: 28px;
}

.cta-link-btn:hover {
  background: #fff;
}

.cta-link-btn:hover a {
  color: #cb2891;
}

.cta-link-btn a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 14px;
  padding: 0;
  text-transform: uppercase;
}

.main-content ul {
  margin: 20px 0 0 -18px;
  font-size: 16px;
}
.main-content ul li {
  font-size: 16px;
}

.main-content ul li::marker {
  font-weight: 700;
  color: var(--primary-blue);
  margin: 0 6px 0 0;
}

.main-content ul li ul {
  margin: 10px 0 10px -18px;
}

.main-content ul li ul li {
  list-style-type: disc;
}

.main-content ul li ul li::marker {
  font-weight: 700;
  color: #636363;
  margin: 0 6px 0 0;
}

/*------------------------------------*\
    FANCYBOX VIDEO
\*------------------------------------*/

.fancybox-bg {
  background: #1f3e64;
}

.fancybox-close-small {
  height: 63px;
  width: 63px;
  z-index: 9999;
  top: -25px;
  right: -25px;
}

.fancybox-close-small:hover {
  background: none;
}

.fancybox-close-small::after {
  font: 60px/57px Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  background: #000;
  border: 4px solid #fff;
  height: 63px;
  width: 63px;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.fancybox-close-small:hover::after {
  background: #d90f03;
  color: #fff;
}

/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/

.search-no-results #main {
  background-image: none !important;
}

.search-result-item {
  margin: 6rem 0;
  padding: 0 0 6rem;
  border-bottom: 1px solid #484f58;
}

.search-result-item .post-excerpt p {
  margin-bottom: 1rem;
}

.search-result-item .search-result-link {
  text-align: left;
  margin-top: 20px;
}

.pagination h2 {
  display: none;
}

.pagination a {
  font-weight: 400;
}

/*------------------------------------*\
    404 PAGE
\*------------------------------------*/

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

/*------------------------------------*\
    PRE-FOOTER
\*------------------------------------*/

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 50px 0;
}

.footer-info {
  width: 100%;
  margin: 0 4.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.footer-info-spacer {
  height: 80px;
  margin: 0 auto;
}

.footer-logo {
  width: 100%;
}

#logo-background {
  position: absolute;
  opacity: 0.07;
  width: 100%;
  max-width: 1030px;
}

.social-media-icon-container {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  margin: 0 6px 0 0;
  overflow: hidden;
}

.social-media-icon {
  width: 40px;
  margin: 0 13px 0 0;
}

.footer-menu {
  margin: 0;
  padding-inline-start: 0;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu li {
  list-style: none;
  margin: 0 0 5px 0;
}

.footer-menu li a {
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

.footer-menu li a:hover {
  color: var(--primary-green);
}

.footer-menu-hr {
  width: 66%;
  background-color: var(--light-gray);
  height: 1px;
  margin: -5px 0 15px 0;
  clear: both;
  float: right;
}

.footer-menu-col {
  padding: 0 10% 0 0;
}

.footer-logo-container {
  padding: 0 0 40px 0;
}

/* .colophon {
	font-size: 11px;
	color: var(--light-gray);
	width: 100%;
	clear: both;
	text-align: left;
} */

.mobile-footer-menu {
  display: none;
}

/*------------------------------------*\
    INDIVIDUAL OVERRIDES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #3870b5;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #3870b5;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #3870b5;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 0 20px 10px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
a img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
a img.alignnone {
  margin: 0 20px 10px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

blockquote,
blockquote p,
blockquote em,
blockquote strong {
  font-family: "Open Sans";
}

/*------------------------------------*\
    LEGAL TEXT PAGE
\*------------------------------------*/
.main-content-legal-text {
  margin: 200px auto 120px;
  width: 100%;
  max-width: 1000px;
  padding: 0 60px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1600px) and (min-width: 1400px) {
  .nav li {
    padding: 54px 14px;
  }
  #header .nav li a,
  .footer-nav .nav li a {
    font-size: 18px;
  }
  .menu-item-has-children {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1400px) {
  #inner-header-desktop {
    padding: 4px 4.5% 0 4.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 1141px) {
  #header .header-nav {
    padding-left: 30px;
  }
  /* 	#header .header-nav {
		width: 70%;		
		padding-left: 0;
	} */
  #header .search-button {
    width: 10%;
  }
}
@media only screen and (max-width: 1450px) and (min-width: 800px) {
  #header .nav li a,
  .footer-nav .nav li a {
    font-size: 16px;
  }
  .nav li {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 1025px) {
  #header .search-button {
    width: 20%;
  }
  .nav li {
    padding: 62px 10px;
  }

  #inner-header-desktop {
    width: 100%;
    margin: 4px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
  #header .header-nav {
    float: right;
    margin: 0;
    width: 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
  #header .search-button {
    width: 0%;
  }
  #site-title {
    width: 20%;
    max-width: 260px;
  }

  #header .header-nav {
    width: 55%;
  }

  .main-content {
    width: 100%;
  }

  .mobile-open #header {
    height: 140px;
  }

  #mobile-menu {
    top: 120px;
  }

  .company-information #header .cta-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 1140px) and (min-width: 768px) {

  tbody tr th {
    padding: 12px 0 !important;
  }
  tbody tr td {
    padding: 12px 13px !important;
  }
  .top-header-social-media i {
    font-size: 14px !important;
  }

  #inner-header {
    margin: 4px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }

  /* #site-title {
	    width: 27%;
	} */
  #inner-header-tablet #site-title {
    width: auto;
    max-width: 130px;
  }
  /* .tablet .header-nav{
		width: 40% !important;
	} */
  #header .header-nav {
    float: right;
    margin: 0;
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  #header .cta-container {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  #header .nav > ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 0 25px 0;
    font-size: 12px;
  }

  #header .main-nav {
    visibility: hidden;
  }

  #header {
    background: #fff;
    padding: 4px 0;
    position: inherit;
  }
}

@media only screen and (max-width: 1050px) {
  #footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #footer-info #site-generator {
    width: auto;
    padding: 20px;
  }
  .footer-company-information {
    width: 100%;
  }
  .footer-company-information nav.cta-container {
    justify-content: center;
  }
  .footer-info {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  tbody tr th {
    padding: 12px 0 !important;
  }
  tbody tr td {
    padding: 12px 13px !important;
  }
  #inner-header-tablet {
    display: flex;
    width: 100%;
    padding: 0 4.5%;
    box-shadow: 0px 10px 20px #00000029;
  }

  #tablet-menu-q {
    display: block !important;
  }

  #inner-header-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 915px) {
  .company-information a,
  .company-information p {
    font-size: 11px;
  }
  .footer-info p,
  .footer-company-information a,
  .footer-company-information p {
    color: #fff;
    font-size: 11px;
  }
}
@media only screen and (max-width: 740px) {
  .footer-company-information nav.cta-container {
    flex-direction: column;
  }
  #footer-info #site-generator {
    padding: 24px 0 40px 0;
  }
  .footer-cta-4.cta-button {
    padding-bottom: 40px;
  }
  .footer-social-media {
    padding: 40px 0;
  }
  .footer-info p,
  .footer-company-information .cta-container .cta-button a,
  .footer-company-information p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    position: inherit;
    min-height: 0;
  }

  .two-fifth {
    width: 100%;
  }

  .three-fifth {
    width: 100%;
  }

  .one-third {
    width: 100%;
  }

  .two-third {
    width: 100%;
  }

  .desktop-nav-container {
    display: none !important;
  }

  nav.mobile-nav {
    display: block;
  }

  /**** footer ****/

  #footer {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 50px 0 50px 0;
  }

  .footer-top-spacer {
    height: 55px;
    margin: 0 auto;
  }

  .footer-logo {
    width: 100%;
  }

  .social-media-icon-container {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin: 0 6px 0 0;
    overflow: hidden;
  }

  .social-media-icon {
    width: 40px;
    margin: 0 6px 0 0;
  }

  .footer-menu {
    /* margin: 0 0 50px 0; */
    padding-inline-start: 0;
  }
  ul#footer_menu > li {
    width: 50%;
  }

  ul#footer_menu {
    flex-wrap: wrap;
  }

  .footer-menu ul {
    padding: 0;
    margin: 0;
  }

  .footer-menu li {
    list-style: none;
    margin: 0 0 5px 0;
  }

  .footer-menu li a {
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
  }

  .footer-menu li a:hover {
    color: var(--primary-green);
  }

  .footer-menu-hr {
    width: 100%;
    background-color: var(--light-gray);
    height: 1px;
    margin: -5px 0 15px 0;
    clear: both;
  }

  .footer-menu-col {
    padding: 0 10% 0 0;
  }

  .footer-col-menu {
    padding: 60px 0 20px;
    width: 100%;
  }

  .footer-col-logo {
    width: 100%;
  }

  .footer-col-follow-us {
    width: 100%;
  }

  .footer-logo-container {
    padding: 0 0 20px 0;
    max-width: 65%;
  }

  .footer-col-logo p {
    padding: 0 0 20px 0;
    max-width: 90%;
  }
  /* 
	.colophon {
		font-size: 11px;
		color: #fff;
		width: 100%;
		clear: both;
		margin: 0;
		padding: 0 0 30px 0px;
	} */

  /**** end footer ****/
  #tablet-nav-icon {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  tbody tr th {
    padding: 12px 0 !important;
  }
  tbody tr td {
    padding: 12px 13px !important;
  }
  .metal-table{
    overflow-x: auto;
    max-width: 580px;
  }
  #mobile-menu {
    position: relative;
    top: 35px;
  }
  .top-header .top-header-social-media {
    justify-content: center;
    width: 100%;
  }
  .top-desktop-header {
    display: none;
  }
  .desktop-footer-menu {
    display: none !important;
  }

  .mobile-nav-container {
    display: block;
    position: relative;
    z-index: 1;
  }
  #inner-header-tablet {
    display: none;
    width: 100%;
    padding: 0 4.5%;
    box-shadow: 0px 10px 20px #00000029;
  }
}

@media screen and (max-width: 480px) and (min-width: 281px) {
  .top-desktop-header,
  .top-header {
    display: none;
  }
  .metal-table{
    overflow-x: auto;
    max-width: 340px;
  }
  #utility-menu {
    display: none;
  }

  .mobile-nav-container {
    display: block;
    position: relative;
    z-index: 1;
  }

  #mobile-nav-container.mobile-nav {
    display: block;
    z-index: 2;
  }

  .mobile-footer-menu {
    display: block;
    margin: 70px 0 0 0;
    padding: 0;
  }

  .desktop-footer-menu {
    display: none !important;
  }
  .main-content-legal-text {
    padding: 0 20px;
  }
  .main-container {
    padding: 60px 30px;
  }
  .container-footer {
    background-position: top right;
  }
  ul#footer_menu > li {
    width: 100%;
  }

  .company-information a,
  .company-information p {
    font-size: 16px;
  }
}

@media screen and (max-width: 280px) {
  .metal-table{
    overflow-x: auto;
    max-width: 270px;
  }
  .top-header {
    display: none;
  }
  .container-footer {
    background-position: top right;
  }
  ul#footer_menu > li {
    width: 100%;
  }

  #utility-menu {
    display: none;
  }

  .mobile-nav-container {
    display: block;
  }

  .mobile-logo {
    width: 100%;
    max-width: 135px;
  }
  .main-content-legal-text {
    padding: 0 20px;
  }
  .main-container {
    padding: 60px 30px;
  }
}

/* Fixing the space between header and menu */
@media (max-height: 1000px) and (max-width: 1024px) and (min-width: 768px) {
  nav.tablet-nav {
    top: 120px;
    padding-left: 20px;
    text-align: start;
    /* top: 154px; */
  }
}
@media (max-height: 850px) and (max-width: 768px) and (min-width: 481px) {
  nav.tablet-nav {
    top: 152px;
  }
}

@media (max-height: 1000px) and (max-width: 1024px) and (min-width: 768px) {
  nav.tablet-nav {
    top: 153px;
  }
}
@media (max-height: 850px) and (max-width: 768px) and (min-width: 481px) {
  nav.tablet-nav {
    top: 153px;
  }
}

@media (max-height: 1000px) and (max-width: 480px) {
  #mobile-menu {
    top: 95px;
  }
}
@media (max-height: 450px) and (max-width: 480px) {
  #mobile-menu {
    top: 95px;
  }
}
@media (max-width: 480px) {
  #mobile-menu {
    position: relative;
    top: 35px;
  }
}
/* Fixing the space between header and menu */

/* tablet menu styles */

#main-nav-container .active-branch ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#utility-menu-container .active-branch ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.tablet-menu {
  margin: 18px auto 11px auto;
}

#tablet-menu-container .mobile-icon {
  display: block;
}

#tablet-menu-container .cta-search {
  right: 70px;
}

#tablet-menu-container .cta-orange-bkg a {
  padding: 7px 27px;
}

#tablet-logo-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .desktop-menu {
    display: block;
  }

  .tablet-menu {
    display: none;
  }

  .mobile-nav {
    display: none;
  }
}

/* Haynes */
.button-white-bg-tp {
  padding: 6px 20px;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
}
.button-black-bg-tp {
  padding: 6px 20px;
  border: 2px solid #444444;
  border-radius: 15px;
  color: #444444;
  font-size: 14px;
  transition: all 0.5s ease;
}
.button-red-background:hover {
  border: 2px solid #cc092f;
  background: #cc092f;
  color: #fff;
}

span.button-black-bg-tp.button-black-bg-tp a {
  color: #444444;
}


span .button-red-background {
  border: 2px solid #cc092f;
  background: #cc092f;
  color: #fff;
}

span.button-black-bg-tp.button-red-background:hover a {
  color: #fff;
}

table {
  width: 100%;
}

th,
td {
  border: 1px #e2e5e8 solid;
}

thead tr th {
  background: #063d71;
  padding: 32px 20px;
  color: #fff;
}
tbody tr th {
  padding: 32px 35px;
  background: #eeeff1;
}
tbody tr td {
  padding: 32px 35px;
}

/* location template */

.location-toggle-block {
  padding: 20px 32px;
  background: #063d71;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.location-toggle-block p {
  margin-bottom: 0;
  color: #fff;
}
.location-toggle-block img {
  transition: all 0.5s ease;
}

.location-name {
  text-align: left;
  display: flex;
  align-items: center;
}
.location-name span {
  padding-left: 10px;
  font-size: 16px;
}
.location-name img {
  width: 21px;
}
.location-table p {
  font-size: 16px;
}
.location-table h4 {
  font-size: 16px;
}
/* location template */

/* menu style */

#mobile-menu-q .quadmenu-navbar-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#tablet-menu-q {
  display: none;
}
#tablet-menu-q .quadmenu-navbar-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px 0;
}
#header #tablet-menu-q .search-button {
  width: auto;
}
#header #tablet-menu-q .search-button a {
  padding: 9px 6px;
}
#header #tablet-menu-q .logo {
  float: none;
}
#header #tablet-menu-q #site-title {
  padding: 0;
  justify-content: center;
  min-height: auto;
  max-height: 60px;
}
#tablet-menu-q #quadmenu .quadmenu-navbar-header:before,
#tablet-menu-q #quadmenu .quadmenu-navbar-header:after {
  content: none;
}

#tablet-menu-q
  #quadmenu.quadmenu-custom_theme_1:not(.quadmenu-is-horizontal)
  .quadmenu-navbar-nav
  li.quadmenu-item.open
  > a
  > .quadmenu-item-content
  > .quadmenu-caret {
  background-color: #e2e5e8 !important;
}

#mobile-menu-q
  #quadmenu.quadmenu-custom_theme_1:not(.quadmenu-is-horizontal)
  .quadmenu-navbar-nav
  li.quadmenu-item.open
  > a
  > .quadmenu-item-content
  > .quadmenu-caret {
  background-color: #e2e5e8 !important;
}

/**/

#quadmenu
  .quadmenu-navbar-nav
  li.quadmenu-item
  > a
  > .quadmenu-item-content
  > .quadmenu-caret:before {
  color: #cc092f;
}

#quadmenu.quadmenu-is-horizontal
  .quadmenu-navbar-nav
  li.quadmenu-dropdown-submenu
  > a
  > .quadmenu-item-content
  > .quadmenu-caret:before {
  font-size: 18px;
}

/**/

/* menu style */

.location-filter-active {
  border: 2px solid #cc092f;
  background: #cc092f;
  color: #fff;
}
