.popup_video_box {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blanket {
    display: none;
    z-index: 100000;
}

.video_box_on .popup_video_box {
    display: block;
    text-align: center;
    width: 90%;
    background-color: #000000;
    z-index: 200000;
    position: fixed;
    padding: 25px;
}

.video_box_on .blanket {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
}

#popup_video_box_1 iframe {
    width: 1000px;
    height: 563px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.off_x {
    color: #ffffff;
    text-align: right;
    font-size: 80px;
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: -50px;
}

.iframe_block {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 79%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    z-index: 1000;
}

.video_wraps {
    position: relative;
}

.ca {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.popup_video {
    border: 0px solid transparent;
}

.floater-wrap {
    position: relative;
}

.variables label {
    background-color: #efefef;
}

#field_1_12,
#field_3_17,
#field_6_17,
#field_4_17,
#field_5_18,
#field_8_12,
#field_10_12 {
    display: none;
}

.admin-bar #field_1_12,
.admin-bar #field_3_17,
.admin-bar #field_6_17,
.admin-bar #field_4_17,
.admin-bar #field_5_18,
.admin-bar #field_8_12,
.admin-bar #field_10_12 {
    display: block;
}

.iframe_block_wrap {
    vertical-align: top;
    position: relative;
}

@media only screen and (min-width: 27em) {
    .iframe_block_wrap {
        min-height: 225px;
    }
}

@media only screen and (min-width: 48em) {
    .iframe_block_wrap {
        display: inline-block;
        float: right;
    }
}

.lower-footer .social-link .social-instagram .social-icon {
    background-size: 30px !important;
}
.columns.large-4 {
    position: relative;
}
.made-in-usa-footer {
    position: absolute;
    right: 0px;
    top: 0px;
}

@media screen and (max-width: 1300px) {
    /**********************************/

    #popup_video_box_1 iframe {
        width: 853px;
        height: 480px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .made-in-usa-footer {
        max-width: none;
        position: relative;
        right: 0px;
        top: 0px;
    }
} /**********************************/

@media screen and (max-width: 1150px) {
    /**********************************/
    .menu > li > a img {
        max-width: 250px !important;
    }
} /**********************************/
@media screen and (max-width: 1100px) {
    /**********************************/
    .menu > li > a img {
        max-width: 180px !important;
    }
} /**********************************/
@media screen and (max-width: 1000px) {
    /**********************************/
    .menu > li > a img {
        max-width: 250px !important;
    }
} /**********************************/

@media screen and (max-width: 900px) {
    /**********************************/

    #popup_video_box_1 iframe {
        width: 640px;
        height: 360px;
    }
} /**********************************/

@media screen and (max-width: 600px) {
    /**********************************/

    #popup_video_box_1 iframe {
        width: 400px;
        height: 224px;
    }

    .video_box_on .popup_video_box {
        width: 100%;
    }

    .off_x {
        right: 50px;
        top: -100px;
    }
} /**********************************/

.persistent {
    transition: all 0.5s ease;
}
.persistent:hover {
    width: 270px !important;
    transition: all 0.5s ease;
}
.menu.mobile-menu {
}

select {
	height: unset;
}

 form.hs-form {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: system-ui, sans-serif;
}


form.hs-form > *:not(:last-child) {
  margin-bottom: 12px;
}


form.hs-form label {
  display: block;
  padding-bottom: 8px !important;
  font-weight: 500;
  color: #374151;
  text-align: left;
  width: 100%;
  margin:0;
  margin-bottom:8px;
}


form.hs-form .hs-input,
form.hs-form fieldset.form-columns-1 .hs-input{
  width: 95%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0px;
  font-size: 1rem;
  background-color: #f9fafb;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin: 0;
  box-sizing: content-box;
  height: 20px;
}


form.hs-form .form-columns-2 .hs-input
{
  width: 85%;
}

form.hs-form input:focus,
form.hs-form textarea:focus,
form.hs-form select:focus {
  border-color: #e51937;
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 25, 55, 0.2);
}


form.hs-form input[type=submit] {
  display: inline-block;
  width:100%;
  padding: 0.75rem 1.5rem;
  background-color: #e62525;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}

form.hs-form input[type=submit]:hover {
  background-color: #c11730;
}

form.hs-form input[type=submit]:disabled {
  background-color: #fca5a5;
  cursor: not-allowed;
}

form.hs-form .hs-error-msgs,
form.hs-form li
{
	margin-bottom: 0;
	padding-bottom: 0;
}

form.hs-form label.hs-error-msg  {
	color: red;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.contact-main article {
	background-color: #ffffff;
}