* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif; }

ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0px;
  margin: 0; }

header, nav, article, section, footer, img {
  display: block; }

.clear-it:after {
  content: "";
  display: block;
  clear: both; }

@font-face {
  font-family: 'whayne-icons';
  src: url(../webfonts/whayne-icons.eot?qmx30o);
  src: url(../webfonts/whayne-icons.eot?#iefixqmx30o) format("embedded-opentype"), url(../webfonts/whayne-icons.woff?qmx30o) format("woff"), url(../webfonts/whayne-icons.ttf?qmx30o) format("truetype"), url(../webfonts/whayne-icons.svg?qmx30o#whayne-icons) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Archivo';
  font-weight: 100 900;
  font-stretch: 62 125;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 115%; }

h1 {
  font-size: 32px;
  margin-bottom: 16px; }

h2 {
  font-size: 28px;
  margin-bottom: 14px; }

h3 {
  font-size: 26px;
  margin-bottom: 12px; }

h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5 {
  font-size: 20px;
  margin-bottom: 7px; }

h6 {
  font-size: 18px;
  margin-bottom: 7px; }

p {
  margin-bottom: 18px; }

.yellow {
  color: #FFCC00; }

.dk-yellow {
  color: #E6B800; }

.dk-gray {
  color: #333; }

.black {
  color: #000; }

.white {
  color: #fff; }

.caps {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

a, a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  a.yellow-btn, a:hover.yellow-btn {
    background: #FFCC00;
    margin: 0 1.5% 10px 1.5%;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 97%;
    text-align: left; }
    a.yellow-btn i, a:hover.yellow-btn i {
      float: right;
      font-size: 30px;
      vertical-align: middle; }
    a.yellow-btn:hover, a:hover.yellow-btn:hover {
      color: #000;
      background: #E6B800; }

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: none; }

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1230px; }

.no-margin {
  margin: 0 !important; }

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.column1 {
  width: 8.33333%; }

.column2 {
  width: 16.66666%; }

.column3 {
  width: 25%; }

.column4 {
  width: 33.33333%; }

.column5 {
  width: 41.66666%; }

.column6 {
  width: 50%; }

.column7 {
  width: 58.33333%; }

.column8 {
  width: 66.66666%; }

.column9 {
  width: 75%; }

.column10 {
  width: 83.33333%; }

.column11 {
  width: 91.66666%; }

.column12 {
  width: 100%; }

.col-pad-lt {
  padding: 0 0 0 30px; }

.col-pad-rt {
  padding: 0 30px 0 0; }

.col-pad-center {
  padding: 0 30px; }

/** search popup styles **/
.search-popup {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 80%;
  height: 280px;
  -webkit-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 800px rgba(0, 0, 0, 0.8);
  text-align: center;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999; }
  .search-popup.active {
    display: block; }
  .search-popup .search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 21px;
    color: #FFCC00;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 200;
    cursor: pointer;
    border-radius: 100px; }
    .search-popup .search-close span {
      cursor: pointer !important;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-family: 'whayne-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .search-popup .search-close span.icon-cross:before {
        content: "\ea0f"; }
  .search-popup form {
    padding: 80px;
    position: relative;
    z-index: 100; }
    .search-popup form .search {
          font-size: 60px !important;
    height: auto !important;
    padding: 20px !important;
    font-weight: 300;
    margin: 0;
    background: #fff;
    width: 100% !important;
    border: none !important;
    line-height: 1 !important;
    color: #757575 !important;
    border-radius: 0 !important; }
  .search-popup .search-submit {
    width: 60px;
    height: 60px;
    font-family: 'Oswald',sans-serif;
    position: absolute;
    right: 120px;
    top: 110px;
    line-height: 60px;
    font-size: 60px;
    color: #000;
    background: none;
    border: 0;
    padding: 0; }
    .search-popup .search-submit .icon-search {
      font-family: 'whayne-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none; }
      .search-popup .search-submit .icon-search:before {
        content: "\e618"; }
    .search-popup .search-submit:hover {
      color: #FFCC00;
      background: none; }

/********  NEW HEADER STYLES  **********/
.wid-90 {width: 90%; max-width: 1600px; margin: 0 auto;}

.main-header {position: relative;}

.main-header .wid-90 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-header ul {text-align: right;}
.top-header ul li {display: inline-block;}

.top-header ul li a {
	display: block;
    font-family: Archivo, sans-serif;
font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 75.3;
    font-weight: 650;
    padding: 13px 17px 7px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
	font-size: 1.25rem;
}

.top-header ul li a:hover {
	color: #FFCC00;
	background-color: #151515;
}

.top-header ul li a.call {
	font-size: 1.75rem;
	font-weight: 800;
	font-variation-settings:
    "wdth" 62;
}

.flex.menus {
	display: flex;
	justify-content: flex-start;
	gap: 3%;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex.links {
	display: flex;
	gap: 0 50px;
}

.nav-menu .menu-header {
	color: #FFCC00;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 62;
    font-weight: 500;
	text-transform: uppercase;
	border-bottom: 5px solid #FFCC00;
	margin-bottom: 10px;
	transition:.3s ease-in;
}

.nav-menu .white.menu-header {
	color: #fff;
	border-bottom: none;
}

.nav-menu .flex.links ul li a {
	color: #fff;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 62;
    font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	transition: .3 ease-in;
}

.nav-menu .flex.links ul li a:hover {
	color: #FFCC00;
}

.nav-menu a:hover > .menu-header {
	color: #CEA400;
	border-bottom-color: #CEA400;
}
.nav-menu a:hover > .white.menu-header {
	color: #FFCC00;
}

/** header/nav styles **/



header {
  width: 100%;
  padding: 0;
  background: #fff; }


.main-header {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .main-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-header .branding__link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 1; }
    .main-header .branding__link img {
      max-height: 65px;
      width: auto;
      max-width: 100%; }
  .main-header .header--search {
    color: #000;
    display: block;
    text-align: center;
    cursor: pointer;
	  max-height: 78px;
    position: relative;
}
    .main-header .header--search.active {
      color: #FFCC00; }
    .main-header .header--search .icon-search {
      font-family: 'whayne-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .main-header .header--search .icon-search:before {
        content: "\e618"; }

.nav--mobile {
  display: none; }

.nav--primary {
  float: right;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400; }
  .nav--primary > ul > .menu-item-has-children > a {
    position: relative;
    padding-right: 35px; }
    .nav--primary > ul > .menu-item-has-children > a:before {
      content: "\e600";
      display: block;
      font-family: 'whayne-icons';
      font-size: 40%;
      position: absolute;
      right: 20px;
      top: 40%;
      color: #FFCC00; }
  .nav--primary li {
    float: left;
    position: relative;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
      .nav--primary li:hover a {
        color: #000; }
        .nav--primary li:hover a i {
          color: #000; }
    .nav--primary li:hover > ul {
      display: block;
      z-index: 99999; }
    .nav--primary li ul {
      display: none;
      position: absolute;
      z-index: 99999;
      top: 100%;
      left: 0;
      width: 215px;
      background: #f0f0f0;
      -webkit-transition: 0.2s all ease-in-out;
      -moz-transition: 0.2s all ease-in-out;
      -ms-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      .nav--primary li ul ul {
        position: absolute;
        left: 100%;
        top: 0; }
      .nav--primary li ul li {
        float: none;
        position: relative;
        display: block; }
        .nav--primary li ul li:hover {
          background: #bebebe; }
        .nav--primary li ul li a:link, .nav--primary li ul li a:active, .nav--primary li ul li a:visited {
          font-size: 14px;
          padding: 8px 25px;
          color: #000; }
          .nav--primary li ul li a:link:hover, .nav--primary li ul li a:active:hover, .nav--primary li ul li a:visited:hover {
            color: #000; }
    .nav--primary li.mega-menu ul {
      width: calc(480% + 270px);
      left: -270px;
      height: 675px; }
      .nav--primary li.mega-menu ul li {
        width: 25%;
        position: static; }
        .nav--primary li.mega-menu ul li.current-menu-item > a {
          background: #000 !important;
          color: #fff; }
          .nav--primary li.mega-menu ul li.current-menu-item > a:before {
            right: 20px !important; }
        .nav--primary li.mega-menu ul li.current-menu-item:hover {
          background: #000 !important; }
        .nav--primary li.mega-menu ul li.current-menu-item ul {
          z-index: 600;
          display: block; }
        .nav--primary li.mega-menu ul li.menu-item-has-children > a:before {
          content: "\e602";
          display: block;
          font-family: 'whayne-icons';
          font-size: 60%;
          position: absolute;
          right: 25px;
          top: 33%; }
        .nav--primary li.mega-menu ul li.menu-item-has-children:hover > a:before {
          right: 20px; }
        .nav--primary li.mega-menu ul li.menu-item-has-children:hover > a {
          background: none !important; }
        .nav--primary li.mega-menu ul li:hover a {
          background: #f0f0f0; }
        .nav--primary li.mega-menu ul li:hover ul {
          display: block;
          z-index: 700; }
        .nav--primary li.mega-menu ul li a {
          position: relative; }
        .nav--primary li.mega-menu ul li ul {
          left: 25%;
          top: 0;
          bottom: auto;
          width: 75%;
          display: none;
          border-left: 1px solid #ccc;
          background: #f0f0f0;
          height: 100%;
          overflow-y: hidden; }
          .nav--primary li.mega-menu ul li ul li {
            position: relative;
            float: left;
            width: 100%; }
            .nav--primary li.mega-menu ul li ul li:first-child a {
              margin-top: 0; }
            .nav--primary li.mega-menu ul li ul li:hover {
              background: none; }
              .nav--primary li.mega-menu ul li ul li:hover > a {
                background: #e5e5e5; }
              .nav--primary li.mega-menu ul li ul li:hover li:hover > a {
                background: #f0f0f0; }
            .nav--primary li.mega-menu ul li ul li a {
              color: #000;
              background: #f0f0f0;
              padding: 7px 20px;
              margin-top: 10px;
              z-index: 200;
              position: relative;
              border-bottom: 1px #ccc solid; }
            .nav--primary li.mega-menu ul li ul li ul {
              position: relative;
              width: 100%;
              height: 100%;
              display: block;
              height: auto;
              left: 0;
              z-index: 100;
              border-left: 0;
              margin-bottom: 0;
              max-height: none;
              overflow-y: auto;
              -webkit-column-count: 3;
              -moz-column-count: 3;
              column-count: 3;
              -webkit-column-gap: 0;
              -moz-column-gap: 0;
              column-gap: 0; }
              .nav--primary li.mega-menu ul li ul li ul li {
                width: 100%;
                border: 0;
                font-size: 12px;
                font-family: 'Roboto',sans-serif;
                text-transform: none;
                letter-spacing: normal;
                float: none;
                height: auto;
                /*&:hover {background:#e5e5e5;}*/ }
                .nav--primary li.mega-menu ul li ul li ul li a {
                  border: 0;
                  line-height: 1.2;
                  display: inline-block;
                  vertical-align: top;
                  padding: 5px 20px;
                  margin-top: 0;
                  font-family: 'Roboto',sans-serif;
                  font-size: 12px; }
                  .nav--primary li.mega-menu ul li ul li ul li a:hover {
                    text-decoration: underline;
                    background: none; }
  .nav--primary a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding: 18px 25px 17px; }
    .nav--primary a i {
      color: #FFCC00; }
    .nav--primary a:hover {
      color: #000; }
      .nav--primary a:hover i {
        color: #000; }

#mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 16px;
  background: #000;
  color: #fff;
  margin: 0 !important;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4); }
  #mobile-nav .close-nav {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #fff solid;
    cursor: pointer; }
    #mobile-nav .close-nav i {
      font-size: 24px;
      margin-right: 15px; }
  #mobile-nav ul {
    clear: both;
    display: block;
    padding: 0; }
    #mobile-nav ul li {
      display: block;
      margin: 0;
      line-height: 40px;
      position: relative;
      border-bottom: 1px solid #fff; }
      #mobile-nav ul li a, #mobile-nav ul li span {
        padding: 0 15px;
        display: block;
        font-weight: 700;
        text-decoration: none;
        color: #fff; }
        #mobile-nav ul li a:hover, #mobile-nav ul li span:hover {
          background: #FFCC00;
          color: #000; }
      #mobile-nav ul li.expandable .end {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center; }
        #mobile-nav ul li.expandable .end.rotate {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    #mobile-nav ul ul {
      border-bottom: none;
      margin: 0;
      background: #333; }
      #mobile-nav ul ul.collapsed {
        display: none; }
      #mobile-nav ul ul.expanded {
        display: block !important; }
      #mobile-nav ul ul li {
        line-height: 40px;
        font-size: 14px; }
        #mobile-nav ul ul li:last-child {
          border-bottom: none; }
        #mobile-nav ul ul li a, #mobile-nav ul ul li span {
          color: #fff;
          padding-left: 30px; }
          #mobile-nav ul ul li a:hover, #mobile-nav ul ul li span:hover {
            background: #FFCC00;
            color: #000; }

/** content styles **/
.page-contain {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1; }

.yellow-btn-bar {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0 20px 0; }

article {
  width: 100%;
  background: #f0f0f0;
  padding: 50px 0; }

.hero {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 3px #fff solid;
  padding: 15% 0; }

/** NEW footer styles **/

footer {}

footer .white.menu-header {
	color: #fff;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 32px;
  	font-variation-settings:
    "wdth" 62;
    font-weight: 800;
	text-transform: uppercase;
	transition:.3s ease-in;
}

footer .wid-90.flex {
	display: flex;
	gap: 30px 5%;
}

.footer-contact {
	margin: 30px 0;
}

footer .socials.flex {
	display: flex;
	gap: 15px;
}

.social-icon {
	background-color: #FFCC00;
	color: #000;
	width: 68px;
	height: 68px;
	position: relative;
	transition: .3 ease-in;
}

.social-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2rem;
	transform: translate(-50%, -50%);
}

.social-icon:hover {
	color: #000;
	background-color: #CEA400;
}

.footer-drop {
	position: relative;
	transition: .3 ease-in;
	margin-top: 30px;
}

.footer-drop .yellow-bar {
	background-color: #FFCC00;
	color: #000;
	padding: 10px;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 24px;
  	font-variation-settings:
    "wdth" 65;
    font-weight: 800;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
	border: 10px solid #FFCC00;
}

.yellow-bar i {
	transform: rotate(0deg);
	transition: .3 ease-in;
}

.yellow-bar:hover {
	color: #fff;
	background-color: #000;
}

.yellow-bar:hover i {
	transform: rotate(180deg);
}

.footer-drop .dpdwn {
	background-color: #FFCC00;
	color: #000;
	padding: 10px;
	text-align: center;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 20px;
  	font-variation-settings:
    "wdth" 62;
    font-weight: 800;
	position: absolute;
	top: 100%;
	width: 100%;
	opacity: 0;
}

.footer-drop:has(.yellow-bar:hover) .dpdwn, .footer-drop .dpdwn:hover {
	opacity: 1;
}

.footer-drop a:hover {
	color: rgba(255,255,255, 0.5);
}

.footer-menu {
	display: flex;
	width: 100%;
	gap: 5%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-header {
	color: #FFCC00;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 62;
    font-weight: 800;
	font-size: 28px;
	text-transform: uppercase;
}

.footer-header:hover {
	color: #CEA400;
}

.footer-nav ul li a {
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 62;
	font-size: 18px;
	font-weight: 450;
}

.bottom-footer {
	margin-top: 120px;
	position: relative;
}

.footer-flavor {
	position: absolute;
	bottom: 0;
	right: -5%;
	width: 100%;
	max-width: 750px;
	text-align: right;
}

.footer-flavor p {
	margin: 0;
	font-family: Archivo, sans-serif;
	font-optical-sizing: auto;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 62;
	font-size: 90px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	color: rgba(255,255,255, 0.5);
	cursor: default;
}

.footer-flavor p.hovered {
	color: rgba(255,204,0,0.50);
	display: none;
}

.footer-flavor:hover p.default {
	display: none;
}

.footer-flavor:hover p.hovered {
	display: initial;
}

/** footer styles **/
footer {
  width: 100%;
  padding: 60px 0 0;
  color: #fff; }
  footer a:hover {
    color: #FFCC00; }
  footer .soft--bottom {
    padding-bottom: 30px !important; }
    footer .soft--bottom .footer__tagline {
      margin: 0;
      color: #4d4d4d;
      font-weight: 700;
      line-height: 1;
      padding-bottom: 10px;
      max-width: 165px;
      font-size: 32px; }
    footer .soft--bottom .footer__address, footer .soft--bottom .footer__contact {
      font-size: 12px;
      font-style: normal; }
    footer .soft--bottom .footer__contact {
      padding-top: 1em; }
      footer .soft--bottom .footer__contact a {
        color: #FFCC00; }
  footer .nav--footer li {
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
    footer .nav--footer li.footer-nav-inline {
      margin-top: 20px;
      font-size: 16px;
      font-family: 'Oswald',sans-serif; }
      footer .nav--footer li.footer-nav-inline a {
        font-family: 'Oswald',sans-serif;
        text-transform: uppercase;
        color: #FFCC00; }
  footer .nav--footer a {
    font-family: 'Oswald',sans-serif;
    color: #FFCC00; }
  footer .nav--footer .sub-menu li {
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: .8em; }
    footer .nav--footer .sub-menu li.footer-nav-inline {
      margin-top: 20px;
      font-size: 16px;
      font-family: 'Oswald',sans-serif; }
      footer .nav--footer .sub-menu li.footer-nav-inline a {
        font-family: 'Oswald',sans-serif;
        text-transform: uppercase;
        color: #FFCC00; }
    footer .nav--footer .sub-menu li a {
      font-family: 'Roboto',sans-serif;
      color: #fff; }
      footer .nav--footer .sub-menu li a:hover {
        color: #FFCC00; }
  footer .push--top {
    background: #fff;
    margin-top: 30px;
    color: #000;
    display: block; }
    footer .push--top .nav--social {
      margin: 40px 0; }
      footer .push--top .nav--social li {
        display: inline-block;
        margin-right: 4px;
        vertical-align: top; }
        footer .push--top .nav--social li a {
          background: #e5e5e5;
          color: #000;
          display: block;
          text-align: center;
          font-size: 18px;
          text-indent: -9999px;
          position: relative;
          line-height: 40px;
          height: 40px;
          width: 40px; }
          footer .push--top .nav--social li a:before {
            font-family: 'whayne-icons';
            position: absolute;
            width: 40px;
            height: 40px;
            top: 0;
            left: 0;
            text-align: center;
            text-indent: 0;
            background: none; }
          footer .push--top .nav--social li a:hover {
            color: #fff; }
        footer .push--top .nav--social li.facebook:hover a {
          background-color: #415e9b; }
        footer .push--top .nav--social li.facebook a:before {
          display: block;
          content: "\e609"; }
        footer .push--top .nav--social li.instagram:hover a {
          background-color: #c32aa3; }
        footer .push--top .nav--social li.instagram a:before {
          display: block;
          content: "\f16d";
          font-family: 'FontAwesome';
          font-weight: 900; }
        footer .push--top .nav--social li.linkedin:hover a {
          background-color: #0177b5; }
        footer .push--top .nav--social li.linkedin a:before {
          display: block;
          content: "\e60c"; }
    footer .push--top .footer-links {
      padding-top: 40px; }
      footer .push--top .footer-links p {
        font-size: 11px;
        color: #aaa;
        text-align: right;
        margin-bottom: 0; }
    footer .push--top .nav-footer {
      float: right; }
      footer .push--top .nav-footer li {
        float: left;
        font-size: 11px;
        color: #aaa;
        padding: 0 0 0 40px;
        white-space: nowrap; }
        footer .push--top .nav-footer li a {
          color: #aaa;
          text-transform: none;
          font-family: 'Roboto',sans-serif; }

::placeholder {
  color: #000;
  opacity: 1; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: #000; }

#formpage label {
  display: block;
  margin-bottom: 3px;
  font-size: 16px; }
  #formpage label i {
    color: #CC0000;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
    float: right; }
#formpage input {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  margin-bottom: 12px;
  background: #fff; }
  #formpage input:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }
  #formpage input .checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff; }
  #formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline; }
  #formpage input.radio:focus, #formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none; }
  #formpage input.button, #formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #FFCC00;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
    -webkit-appearance: none;
    cursor: pointer; }
  #formpage input.button:hover {
    background: #E6B800;
    color: #000; }
#formpage textarea {
  width: calc(100% - 12px);
  padding: 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  font-size: 12px;
  height: 120px;
  margin-bottom: 12px;
  background: #fff; }
  #formpage textarea:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }
#formpage select {
  width: calc(100% - 2px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #ddd;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 12px;
  background: #fff; }
  #formpage select:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none; }

/*control the Captcha */
.CaptchaPanel {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  text-align: center;
  line-height: normal !important; }

.CaptchaImagePanel {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .CaptchaImagePanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 160px; }

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px; }

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important; }

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 7px 0;
  padding: 8px 0 8px 0 !important; }
  .CaptchaWhatsThisPanel a {
    color: #000; }
    .CaptchaWhatsThisPanel a:hover {
      text-decoration: none; }

.show-1024, .show-tablet, .show-640 {
  display: none; }

@media screen and (max-width: 1240px) {
  .search-popup {
    width: 60%;
    height: 150px; }
    .search-popup .search-close {
      top: 10px;
      right: 10px;
      font-size: 14px; }
    .search-popup form {
      padding: 40px; }
      .search-popup form .search {
        font-size: 21px;
        padding: 10px !important; }
    .search-popup .search-submit {
      width: 20px;
      height: 20px;
      right: 60px;
      top: 55px;
      line-height: 20px;
      font-size: 21px; }


  .top-header .nav--secondary ul li {
    margin-left: 40px; }

  .nav--primary {
    font-size: 21px; }
    .nav--primary > ul > .menu-item-has-children > a {
      padding-right: 35px; }
    .nav--primary a {
      padding: 18px 20px 17px; } }
@media screen and (max-width: 1200px) {
	.top-header ul li a {
		font-size: 16px;
	}
	.top-header ul li a.call {
		font-size: 18px;
	}
	
	
  footer .soft--bottom .footer__tagline {
    font-size: 24px; } 
}
@media screen and (max-width: 1150px) {


  .top-header .nav--secondary ul li {
    margin-left: 25px; }

  .nav--primary {
    font-size: 18px; }
    .nav--primary > ul > .menu-item-has-children > a {
      padding-right: 30px; }
    .nav--primary a {
      padding: 20px; } }
@media screen and (min-width: 1025px) {
  #mobile-nav {
    display: none !important; } }


@media screen and (max-width: 1280px) {
	.top-header {display: none;}
	.nav--primary {
    display: none; }

  .nav--mobile {
    position: absolute;
    top: 100%;
    background: black;
    font-size: 16px;
    left: 0;
    width: 100%;
    z-index: 99999; }
    .nav--mobile li {
      display: block;
      position: relative;
      border-bottom: 1px solid #4D4D4D; }
      .nav--mobile li a {
        padding: 10px 20px;
        color: #fff;
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        font-family: 'Archivo',sans-serif;
		 font-weight: 600;
  font-variation-settings:
    "wdth" 62;
	}
	
	.nav--mobile li a:hover {
		background-color: #4D4D4D;
	}
      .nav--mobile li.has-children a {
		          padding: 10px 30px 10px 20px; 
	}
	
        .nav--mobile li.has-children a:before {
          display: none; }
	
      .nav--mobile li.has-children .sub-menu {
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        position: relative;
        height: auto;
        background: #4D4D4D; }
        .nav--mobile li.has-children .sub-menu li {
          border-bottom: none; }
          .nav--mobile li.has-children .sub-menu li a {
            padding: 8px 25px;
            font-size: 18px;
	font-variation-settings:
    "wdth" 70;
			  font-weight: 400;
	}
        .nav--mobile li.has-children .sub-menu ul {
          background: #424242; }
          .nav--mobile li.has-children .sub-menu ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .nav--mobile li.has-children .sub-menu ul li a {
              padding: 7px 20px 7px 40px; }
          .nav--mobile li.has-children .sub-menu ul ul li {
            border-bottom: none; }
            .nav--mobile li.has-children .sub-menu ul ul li a {
              font-size: 12px;
              font-family: 'Roboto',sans-serif;
              padding: 5px 20px 5px 60px;
              line-height: 1.2;
              text-transform: none; }

  .main-menu-toggle {
    float: right;
    font-size: 22px;
    padding: 20px;
    margin-top: 5px;
    cursor: pointer;
    color: #000;
    display: block;
    font-family: 'whayne-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .main-menu-toggle.icon-menu:before {
      content: "\e9bd"; }

  .sub-menu-toggle {
    position: absolute;
    right: 0;
    padding: 16px 20px;
    top: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'whayne-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .sub-menu-toggle.icon-arrow-down:before {
      content: "\e600"; }
    .sub-menu-toggle.rotate {
      color: #FFCC00;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
}

@media screen and (max-width: 1024px) {
  .show-1024 {
    display: block; }

  .hide-1024 {
    display: none; }

  .column1-ht {
    width: 8.33333%; }

  .column2-ht {
    width: 16.66666%; }

  .column3-ht {
    width: 25%; }

  .column4-ht {
    width: 33.33333%; }

  .column5-ht {
    width: 41.66666%; }

  .column6-ht {
    width: 50%; }

  .column7-ht {
    width: 58.33333%; }

  .column8-ht {
    width: 66.66666%; }

  .column9-ht {
    width: 75%; }

  .column10-ht {
    width: 83.33333%; }

  .column11-ht {
    width: 91.66666%; }

  .column12-ht {
    width: 100%; }

  .col-pad-lt-ht {
    padding: 0 0 0 2%; }

  .col-pad-rt-ht {
    padding: 0 2% 0 0; }

  .col-pad-center-ht {
    padding: 0 1%; }

  .col-pad-clear-ht {
    padding: 0; }

  body {
    font-size: 16px; }

  p {
    margin-bottom: 16px; }

  h1 {
    font-size: 30px;
    margin-bottom: 14px; }

  h2 {
    font-size: 26px;
    margin-bottom: 12px; }

  h3 {
    font-size: 24px;
    margin-bottom: 10px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  a.yellow-btn, a:hover.yellow-btn {
    font-size: 18px;
    padding: 10px 12px; }
    a.yellow-btn i, a:hover.yellow-btn i {
      font-size: 24px; }

  /*.main-header {
      .branding__link {
          img {margin:0 auto;}
      }
  }*/
  

  footer .push--top .nav--social {
    margin: 40px 0 0 0;
    text-align: center; }
  footer .push--top .footer-links {
    text-align: center; }
    footer .push--top .footer-links p {
      text-align: center; }
  footer .push--top .nav-footer {
    float: none;
    padding-bottom: 20px; }
    footer .push--top .nav-footer li {
      float: none;
      display: inline;
      padding: 0 20px; } }
@media screen and (max-width: 900px) {
  .top-header {
    font-size: 11px; }
    .top-header .nav--secondary ul li {
      margin-left: 15px; } 
	
	.footer-flavor {display: none;}

}
@media screen and (max-width: 768px) {
	footer .wid-90.flex, footer .socials.flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-left {
		width: 100%;
		text-align: center;
	}
	
	.footer-left img {margin: 0 auto;}
	
	.footer-menu {
		justify-content: flex-start;
	}
	
  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none; }

  .column1-vt {
    width: 8.33333%; }

  .column2-vt {
    width: 16.66666%; }

  .column3-vt {
    width: 25%; }

  .column4-vt {
    width: 33.33333%; }

  .column5-vt {
    width: 41.66666%; }

  .column6-vt {
    width: 50%; }

  .column7-vt {
    width: 58.33333%; }

  .column8-vt {
    width: 66.66666%; }

  .column9-vt {
    width: 75%; }

  .column10-vt {
    width: 83.33333%; }

  .column11-vt {
    width: 91.66666%; }

  .column12-vt {
    width: 100%; }

  .col-pad-lt-vt {
    padding: 0 0 0 20px; }

  .col-pad-rt-vt {
    padding: 0 20px 0 0; }

  .col-pad-center-vt {
    padding: 0 20px; }

  .col-pad-clear-vt {
    padding: 0; }

  .col-pad-lt {
    padding: 0 0 0 20px; }

  .col-pad-rt {
    padding: 0 20px 0 0; }

  .col-pad-center {
    padding: 0 20px; }

  header {
    height: 141px; }

  .top-header {
    font-size: 10px; }

  .yellow-btn-bar {
    padding: 20px 0 10px 0; }

  article {
    padding: 35px 0; } }
@media screen and (max-width: 640px) {
  .show-640 {
    display: block; }

  .hide-640 {
    display: none; }

  .column1-hp {
    width: 8.33333%; }

  .column2-hp {
    width: 16.66666%; }

  .column3-hp {
    width: 25%; }

  .column4-hp {
    width: 33.33333%; }

  .column5-hp {
    width: 41.66666%; }

  .column6-hp {
    width: 50%; }

  .column7-hp {
    width: 58.33333%; }

  .column8-hp {
    width: 66.66666%; }

  .column9-hp {
    width: 75%; }

  .column10-hp {
    width: 83.33333%; }

  .column11-hp {
    width: 91.66666%; }

  .column12-hp {
    width: 100%; }

  .col-pad-lt-hp {
    padding: 0 0 0 2%; }

  .col-pad-rt-hp {
    padding: 0 2% 0 0; }

  .col-pad-center-hp {
    padding: 0 1%; }

  .col-pad-clear-hp {
    padding: 0; }

  body {
    font-size: 14px; }

  p {
    margin-bottom: 14px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  a.yellow-btn, a:hover.yellow-btn {
    font-size: 14px;
    padding: 7px 10px; }
    a.yellow-btn i, a:hover.yellow-btn i {
      font-size: 22px; }

  .sticky-contain {
    position: relative; }

  .search-popup {
    width: 100%; }
    .search-popup .search-close {
      top: 5px;
      right: -8px; }
    .search-popup form {
      padding: 30px; }
      .search-popup form .search {
        font-size: 16px; }
    .search-popup .search-submit {
      right: 40px;
      top: 40px;
      font-size: 16px; }

  header {
    height: auto; }

  .top-header .menu--tools {
    width: 100%;
    max-width: 280px;
    margin: 5px auto 10px auto;
    float: none;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .top-header .menu--tools ul > li > a {
      padding: 7px 35px 7px 20px;
      font-size: 12px; }
    .top-header .menu--tools .sub-menu-toggle {
      padding: 15px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      cursor: pointer;
      font-family: 'whayne-icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .top-header .menu--tools .sub-menu-toggle.icon-arrow-down:before {
        content: "\e600"; }
    .top-header .menu--tools li.menu-item-has-children > a:before {
      content: ""; }
    .top-header .menu--tools li .sub-menu {
      width: 100%; }

  .main-header {
    padding: 10px 0; }
    .main-header .header--search {
      top: 0;
      margin-top: 7px; }

  .main-menu-toggle {
    padding: 9px; }

  .hero {
    border-top: none; }

  footer .soft--bottom {
    padding-bottom: 0 !important; }
    footer .soft--bottom .footer__tagline {
      text-align: center;
      max-width: none; }
    footer .soft--bottom .footer__address, footer .soft--bottom .footer__contact, footer .soft--bottom .footer__contact {
      text-align: center; }
  footer .push--top .nav--social {
    margin: 30px 0 0 0; }
  footer .push--top .footer-links {
    padding-top: 30px;
    padding-bottom: 30px; }
  footer .push--top .nav-footer {
    float: none;
    padding-bottom: 20px; }
    footer .push--top .nav-footer li {
      float: none;
      display: inline;
      padding: 0 20px; } }
@media screen and (max-width: 480px) {
  .column1-vp {
    width: 8.33333%; }

  .column2-vp {
    width: 16.66666%; }

  .column3-vp {
    width: 25%; }

  .column4-vp {
    width: 33.33333%; }

  .column5-vp {
    width: 41.66666%; }

  .column6-vp {
    width: 50%; }

  .column7-vp {
    width: 58.33333%; }

  .column8-vp {
    width: 66.66666%; }

  .column9-vp {
    width: 75%; }

  .column10-vp {
    width: 83.33333%; }

  .column11-vp {
    width: 91.66666%; }

  .column12-vp {
    width: 100%; }

  .col-pad-lt-vp {
    padding: 0 0 0 2%; }

  .col-pad-rt-vp {
    padding: 0 2% 0 0; }

  .col-pad-center-vp {
    padding: 0 1%; }

  .col-pad-clear-vp {
    padding: 0; }

  .top-bar .divisions {
    width: 100%;
    text-align: center; }
  .top-bar .phone {
    width: 100%;
    text-align: center;
    margin-top: 8px; }

  .logo {
    width: 100%;
    margin: 0;
    float: none; }
    .logo img {
      margin: 0 auto; }

  #simple-menu {
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: none; }

  article {
    padding: 25px 0; }

    footer .foot-nav {
      font-size: 13px;
      margin-bottom: 25px; }
    footer .social-media {
      margin-bottom: 25px; }
      footer .social-media i {
        font-size: 25px; }
    footer .copyright {
      text-align: center; } }
