/*
Theme Name: Riley Gear
Author: Linkmedia 360
Author URI: https://www.linkmedia360.com/
Description: Custom Theme build by Linkmedia 360
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# WP Generated Classes

--------------------------------------------------------------*/

#wpadminbar {
  position: fixed !important;
}

body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #295ba2;
  text-decoration: none;
  font-weight: 500;
}

a:hover,
a:focus {
  color: #295bcf;
  text-decoration: underline;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*    -webkit-border-radius: 10px;
    border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(45deg, #122b4a 0%, #618bc1 100%);
}

/* WP Core Styles */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Form CSS */
.formexample1 {
  background-color: #e7e7e7;
  padding: 10px 20px 20px 20px;
  margin: 0px !important;
}

.formcolumn {
  padding: 0px 5px;
}

.formexample1 input,
.formexample1 select,
.formexample1 textarea {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #333;
}

.formcard {
  margin-top: 15px;
  background-color: white;
}

label.error {
  color: red;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold;
}

input[type="text"].error {
  box-shadow: inset 0 1px 1px transparent, 0 0 0 2px red;
}

input[type="phone"].error {
  box-shadow: inset 0 1px 1px transparent, 0 0 0 2px red;
}

input[type="email"].error {
  box-shadow: inset 0 1px 1px transparent, 0 0 0 2px red;
}

input[type="select"].error {
  box-shadow: inset 0 1px 1px transparent, 0 0 0 2px red;
}

input[type="textarea"].error {
  box-shadow: inset 0 1px 1px transparent, 0 0 0 2px red;
}

.formexample1 input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */
}

.formexample1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.formexample1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.formexample1 textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */
}

.formexample1 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.formexample1 textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.formsubmit {
  background-color: black;
  color: white !important;
  width: 100%;
  margin: 0px auto;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
}

.formsubmit:hover {
  background-color: gray;
}

@media screen and (max-width: 767px) {

  .formexample1 input,
  .formexample1 select,
  .formexample1 textarea {
    font-size: 14px;
  }
}

/* Basic Html */
body {
  margin: 0px;
}

p {
  font-size: 18px;
  line-height: 160%;
}

h1,
h2,
h3 {
  color: #4a4a4a;
}

.maincopy h1,
.maincopy h2,
.maincopy h3 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 800;
}

.maincopy p,
.maincopy ul li,
.maincopy ol li {
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  color: #4a4a4a;
}

.additionalCopy {
  padding-bottom: 40px;
}

/* Default */
.specialWrap {
  position: relative;
  max-width: 280px;
  margin: 60px auto;
}

.largeDollar {
  position: absolute;
}

.specialWrapCopy {
  padding-left: 80px;
}

.specialsTitle {
  font-weight: 600;
  color: #4a4a4a;
  margin: 0px;
  font-size: 22px;
}

.sepcialsCopy {
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0px;
  font-size: 16px;
}

.specialWrapCopy a {
  font-weight: 600;
  font-size: 12px;
  color: #446cb1;
}

.backLocation {
  color: white;
  background-color: #1a50a4;
  padding: 7px 10px;
  font-weight: 600;
  text-decoration: none;
}

.backLocation:hover,
.backLocation:active,
.backLocation:focus {
  background-color: #143f82;
  color: #fff;
}

/* Header Search */
.topHeaderForm {
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 8px;
}

.topHeaderForm button {
  border: none;
  padding: 0;
}

.topsearch {
  border: 1px solid #c1c0bf;
  border-radius: 5px;
  padding: 8px 10px 8px 40px;
  position: relative;
  height: 40px;
  width: 220px;
}

.topHeaderForm span {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
  color: #424242;
  font-size: 20px;
  cursor: pointer;
}

.headersearch {
  float: right;
  margin-top: 16px;
  margin-bottom: 0px;
}

.headersearch input {
  border: 1px solid #289268;
  border-radius: 25px !important;
  height: 25px;
  padding: 10px 40px 10px 15px;
  color: #919191;
  width: 180px;
}

.headersearch input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919191;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch button {
  border-radius: 100% !important;
  margin-left: -25px;
  background-color: #289268;
  height: 25px;
  width: 25px;
  padding: 0px;
  font-size: 14px;
}

.headersearch button:hover {
  background-color: #204d72;
}

/* Top Secondary Header */
.headermenu {
  margin-bottom: 0px;
  margin-top: 5px;
  padding: 0px;
  padding-left: 22px;
}

.headermenu li {
  list-style-type: none;
  display: inline-block;
  border-right: 2px solid #1b1b1b;
  line-height: 15px;
}

.headermenu li a {
  padding: 3px 0px;
  margin: 0px 20px;
  font-size: 15px;
  line-height: 100%;
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: none;
}

.headermenu li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1b1b1b;
}

.headermenu li:last-child {
  border-right: 0;
}

.menu-header-container {
  display: inline-block;
  margin-top: 5px;
}

/* Header Styles */

.mobilelogo {
  max-height: 100px;
  width: inherit;
  margin: 0px auto;
}

.topheadercolumn {
  padding: 7px;
}

.header-fluid {
  background-color: #cedae4;
}

#navdesktop {
  background: #fff;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  -moz-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  box-shadow: 0px 2px 6px 0px rgb(199 197 191/28%);
  z-index: 2 !important;
}

@media (min-width: 991px) {
  #navdesktop {
    position: fixed;
    width: 100%;
  }

  .paddesktop {
    height: 100px;
  }
}

#logodesktop {
  background-color: #d7d7d7;
}

#navtablet {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  -moz-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
}

#navtablet .container {
  padding: 0px;
}

.button-header-container {
  float: right;
}

.mobilemenuwrapper {
  display: none;
}

/* Navigation menu */
.menu-desktop-container {}

#navdesktop ul {
  list-style: none;
  padding: 0;
  z-index: 10;
}

#navdesktop ul li {
  display: block;
  position: relative;
  float: left;
}

#navdesktop ul li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {

  ::i-block-chrome,
  .InputAddOn-item {
    margin-left: -2px;
  }
}

.InputAddOn-item:not(:root:root) {
  margin-left: -2px;
}

#navdesktop ul li a span {
  font-weight: 400 !important;
  font-size: 14px;
}

.menu-depth-1 li a:hover>#navdesktop ul li a {
  color: white;
}

#navdesktop ul li a:hover {
  background: white;
  color: black;
}

#navdesktop ul .current_page_item a {
  color: black;
  background-color: white !important;
}

#navdesktop ul ul ul {
  left: 100%;
  top: 0;
}

#navdesktop ul:before,
#navdesktop ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* Navigation Dropdown */
.parentlink {
  background-color: white;
}

#navdesktop ul li ul li a {
  padding: 10px;
}

#navdesktop li ul {
  position: absolute;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.1s ease 0s;
  width: 250px;
}

#navdesktop li:hover>ul {
  position: absolute;
  transform: scaleY(1);
  width: 250px;
}

#navdesktop li:hover li {
  float: none;
}

#navdesktop li:hover li a:hover {
  color: black;
}

#navdesktop .menu-item-has-children.menu-item-depth-1 a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 20px;
  color: #4a4a4a;
  right: 8px;
}

.menu-depth-1 li a:hover .menu-item-has-children.menu-item-depth-1 a:after {
  color: white;
}

#navdesktop .menu-item-depth-2 a:after {
  display: none;
}

/* Navigation 2 Tier Dropdown */
#navdesktop li ul li ul {
  position: absolute;
  display: none;
}

#navdesktop li ul li:hover>ul {
  position: absolute;
  display: block;
}

#navdesktop .dropdown-menu li a {
  background-color: white;
  z-index: 200;
  color: #4a4a4a;
}

#navdesktop .dropdown-menu li {
  border-bottom: 1px solid gray;
}

#navdesktop .dropdown-menu li:last-child {
  border-bottom: none;
}

#navdesktop .dropdown-menu li a:hover {
  background-color: #dfdfdf !important;
  color: #4a4a4a !important;
}

#navdesktop .dropdown-menu .current-menu-item a {
  color: #4a4a4a !important;
}

#navdesktop .dropdown-menu .current-menu-item a .dropdown-menu li a {
  background-color: white;
}

#navdesktop .fa-caret-down {
  margin-left: -5px;
}

.main-navigation li ul li {
  border-top: 0;
}

#navdesktop li ul {
  border-top: 10px solid #1a50a4;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.mainlogo {
  max-width: 200px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  #navdesktop ul li a {
    font-size: 16px;
    padding: 15px;
  }

  .headersearch {
    margin-top: 13px;
  }

  .headermenu li a {
    font-size: 12px;
    padding: 3px 10px;
  }

  .button-header-container .cta1 {
    font-size: 14px;
    width: 150px;
  }

  .menu-header-container {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {

  #navdesktop,
  #logodesktop,
  .header-fluid {
    display: none;
  }

  #navtablet {
    display: block;
  }

  .mainlogo {
    margin: 0px auto;
    max-width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    display: inline;
  }
}

/* Hamburger Menu */
#hamburger {
  display: inline-block;
  width: 35px;
  padding: 10px 0px;
}

#hamburger span {
  background: #204d72;
  display: block;
  height: 3px;
  margin: 6px 0;
}

.mm-wrapper_opening #hamburger span.top-bar {
  transform: rotate(45deg);
  top: 15px;
}

.mm-wrapper_opening #hamburger span.middle-bar {
  opacity: 0;
}

.mm-wrapper_opening #hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -7px;
}

#hamburger {
  overflow: hidden;
}

#hamburger span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

html.mm-opened #hamburger span.middle-bar {
  left: -40px;
}

.mm-listitem__text,
.mm-navbar__title {
  font-weight: 600;
  color: #204d72 !important;
  font-size: 16px;
}

#menu-desktop .fa-chevron-down {
  font-size: 12px;
  margin-left: -5px;
  position: absolute;
  margin-top: 8px;
}

/* Dropdown Search */
/*
.searchtoggle {
    font-size: 20px;
    float: right;
    cursor: pointer;
}
*/

.footer {
  padding: 30px;
}

.lm360flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer2 {
  background-color: var(--primary);
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer2 p {
  font-size: 16px;
}

.footer p,
.footer2 p {
  margin-bottom: 5px;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer li {
  padding-bottom: 10px;
}

a.footerbutton {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.footer2 a {
  padding: 0 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

.footer2 a:last-child {
  border-right: none;
}

.bottombar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3a3a;
  color: white;
}

.bottombar p {
  margin: 0;
  padding: 12px;
}


.flexfoot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

h3.footertitle,
.footernap p {
  color: #333;
}

.topm {
  margin-top: 20px;
}

.hq span {
  display: block;
}

.hq {
  min-width: 25%;
}

.footer h3 {
  margin-bottom: 10px;
}

.hq p {
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

ul#menu-desktop-1 {
  margin: 0;
}

.menu-desktop-container {
  display: flex;
  padding-right: 0;
  height: 100%;
  align-items: center;
}

.payb {
  display: flex;
  flex-direction: row;
  padding-right: 0;
  height: 100%;
  align-items: center;
  color: var(--paragraph);
  font-size: 18px;
}

.fa-user {
  margin-right: 10px;
  color: var(--primary);
}

.mainlogo {
  max-width: 180px;
}

.number {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

.touchedgebutton {
  width: 200px;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 3px;
}

.touchedgebutton:hover {
  color: #000;
  text-decoration: none;
  background: var(--secondary-hover);
}

#navdesktop ul li a {
  font-size: 16px;
}

#navdesktop ul li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
}

.topbari {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.topbari p {
  margin: 0;
  padding: 7px;
  font-size: 12px;
}

.topbari i {
  margin-right: 10px;
}

ul#menu-quick-links {
  font-family: "Roboto", sans-serif;
}

a.herobtn {
  text-transform: uppercase;
  border-radius: 3px;
}

.ThreeBox,
.tab-active .tabBox,
input#gform_submit_button_2,
input#gform_browse_button_2_8,
.contactbtn {
  text-transform: uppercase;
  border-radius: 3px;
}

.rAQ {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #navtablet .container {
    padding: 0 30px;
  }

  .topbari p {
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    font-size: 10px;
  }

  .mobilelogo {
    max-width: 100%;
  }

  .footernap {
    text-align: center;
    margin: 0 auto;
  }

  .couplelogos {
    margin: 0 auto;
  }

  .hq {
    margin: 0 auto;
  }

  .quicklinks {
    margin: 20px auto 0;
  }

  .flexfoot {
    flex-direction: column;
    text-align: center;
  }

  i.fas.fa-phone {
    position: absolute;
    color: #ffffff;
    right: 10px;
    top: 24px;
    font-size: 20px;
    background: var(--primary);
    padding: 8px;
    border-radius: 50%;
  }

  input#gform_submit_button_2 {
    font-size: 14px;
  }

  .mobileonly {
    background-color: #f4f4f4;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    max-width: 100%;
  }

  .mobileonly .herobtn {
    margin-top: 0;
  }

  .footer2 {
    display: block;
    margin-bottom: 90px;
  }

  .page-id-3392 .mobileonly {
    display: none;
  }

  .page-id-3392 .footer2 {
    margin-bottom: 0;
  }

  a.herobtn {
    padding: 10px 40px;
    margin-top: 40px;
    display: block;
    background-color: var(--secondary);
    width: 400px;
    max-width: 100%;
    color: black;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
  }

}

@media (min-width:991px) {
  .mobileonly {
    display: none;
  }
}

.allcontainer .tabBox {
  text-transform: inherit !important;
}

.nateScott {
  padding: 10px 25px;
  color: white;
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.prim {
  background-color: var(--primary);
  color:white;
}
.prim:hover {
  background-color: var(--secondary);
  color:black;
  text-decoration:none;
}
.sec {
  background-color: var(--secondary);
  color:black;
}
.sec:hover {
  background-color: var(--primary);
  color:white;
  text-decoration:none;
}






/* forms */


.devqform {
  width: 100%;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: auto;
}

.devqform input,
.devqform textarea,
.devqform select {
  padding: 10px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  font-family: var(--font1);
  background: #ecebec;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  margin-bottom: 1rem !important;
}

.devqform select {
  text-transform: uppercase;
}

.devqform input::placeholder,
.devqform textarea::placeholder,
.devqform select::placeholder {
  text-transform: uppercase;
}

.devqform .gform_footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.devqform .button {
  background: var(--primary);
  color: white;
  margin: 0;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 300px;
  max-width:100%;
  margin-right: 10px;
}

.devqform .button:hover {
  background: var(--tertiary);
  color:initial;
}

.devqform textarea {
  height: 110px !important;
}

.devqform .gform_fields {
  grid-row-gap: 4px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  display: inline-block !important;
}

.col25 {
  width: 25%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}
.col33 {
  width: 33.33%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.col50 {
  width: 50%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.col100 {
  width: 100%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.boxFormFlex .gfield_checkbox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.boxFormFlex .gfield_radio {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.boxFormFlex .gchoice {
width: 33%;
height: 50px;
display: flex;
align-items: center;
}

.gfield_radio label {
    padding: 0 !important;
}

.boxFormFlex input {
margin: 0 10px 0 0 !important;
}

.boxFormFlex{
margin:30px 0 !important; 
}

.devqform h2 {
margin-bottom: 30px;
}

.devqform .gform_button_select_files {
padding: 15px;
font-family: var(--font1);
font-size: 18px;
border: 0;
}

.gfield_description {
    position: absolute;
	    font-size: 10px !important;
    padding-top: 0;
	bottom:5px;
	    z-index: -2;
}

.gfield {
    position: relative;
}
@media (max-width:991px){
.boxFormFlex .gchoice {
  width: 50%;
}

.col33 {
  width: 100%;
}
.col25 {
  width: 100%;
}

.col50 {
width: 100%;
}
}

.devqform h2 {
    font-size: 20px;
    margin: 15px 0 0;
}

.pursuit{
	    margin-top: -40px;
    font-size: 14px !important;
    font-style: italic !important;
}

.boxFormFlex legend {
    margin-bottom: -5px !important;
}

input[type=radio]+label:hover, input[type=checkbox]+label:hover {
    background-color: transparent !important;
}

input[type=radio]:checked+label, input[type=checkbox]:checked+label {
    background-color: transparent !important;
}

.boxFormFlex label {
    padding-left: 0 !important;
}

.gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
}

.gfield_checkbox label {
    padding: 5px 0 5px 5px !important;
}

.flexleftrightsocial {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sitestuff {
  text-align: left;
}

.sitestuff a {
  padding-right: 20px;
  padding-left: 0;
  border-right: none;
}

.socialicons a i {
  font-size: 26px;
}

.socialicons a {
  border-right:0;
  padding-right:30px;
}
span.gfield_required.gfield_required_text {
    display: none;
}
@media (max-width:1199px){
  .flexleftrightsocial {
    flex-direction: column;
}

.flexleftrightsocial {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.socialicons {
  margin-top: 20px;
}
}
.instruction.validation_message {
  display: none;
}
.gform_wrapper .validation_message {
  border: none;
  /* position: absolute; */
  bottom: -12px;
  background: transparent;
  font-size: 12px !important;
  left: 0;
}



.couplelogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.couplelogos img {
  max-width: 140px;
}
.topbot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}

@media (max-width:991px){
  .couplelogos {
    margin: 30px 0;
}
}

/* 2026-06-01 — mobile header + menu adjustments (Chad rebrand) */
@media (max-width: 991px) {
  #navtablet .container {
    padding: 8px 30px;
  }
  .mainlogo {
    max-width: 95px;
  }
  #hamburger {
    margin-top: 4px;
  }
}

.mm-listitem__text,
.mm-navbar__title {
  font-size: 14px;
}
.mm-listitem {
  font-size: 14px;
}

/* 2026-06-01 — remove sticky desktop header (Chad request) */
@media (min-width: 991px) {
  #navdesktop {
    position: static !important;
    width: auto !important;
  }
  .paddesktop {
    height: 0 !important;
    display: none;
  }
}

/* 2026-06-01 — mobile: bottom CTA removed from DOM; drop footer phantom space */
@media (max-width: 991px) {
  .footer2 {
    margin-bottom: 0 !important;
  }
}

/* 2026-06-01 — mobile menu: keep submenu arrows inside the panel */
.mm-listitem:after {
  right: 20px !important;
}
.mm-listitem .mm-btn_next:before {
  border-color: #204d72 !important;
}
.mm-listitem > a,
.mm-listitem > span {
  padding-right: 50px !important;
}

/* 2026-06-01 — hero h1 wrap on narrow phones */
@media (max-width: 480px) {
  .heroimagebkg h1 {
    font-size: 30px !important;
    line-height: 1.1;
  }
  .heroimagebkg h1 span {
    font-size: 36px !important;
    line-height: 1.1;
  }
}
