body {
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 color: #686868;
 margin: 0px auto;
 width: 100%;
 background-color: #fff;
 line-height: 24px;
 padding: 0px;
}

.header--sticky {
 position: fixed;
 max-width: 100%;
 display: block;
 top: 0;
 left: 0;
 right: 0;
}

.header {
 box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
 z-index: 4;
 transition-duration: .2s;
 transition-timing-function: ease-in-out;
 transition-property: top;
}

.header__primary-menu {
 position: relative;
 background: #e2000f;
 color: #fff;
 z-index: 5;
}
.container-fluid {
 max-width: 1280px;
 /*padding-right: 15px;
 padding-left: 15px;*/
 margin-right: auto;
 margin-left: auto;
}
.container-fluid:after, .container-fluid:before {
 display: table;
 content: " ";
}

.header__row, .header__row>* {
 display: -ms-flexbox;
 display: flex;
}

.header__row {
 height: 72px;
 transition-duration: .2s;
 transition-timing-function: ease-in-out;
 transition-property: height;
 position: relative;
}
.row {
 margin-right: -15px;
 margin-left: -15px;
}

.row:after, .row:before {
 display: table;
 content: " ";
}

.header__col--logo {
 width: 33.33333%;
 display: flex;
}

.header__logo-wrapper {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}

.header__logo-wrapper>img {
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #686868;
 transition-duration: .2s;
 transition-timing-function: ease-in-out;
 transition-property: height;
 height: 60px;
 margin-left: -1px;
}

.header__logo__title {
 display: inline-block;
 padding-left: 5px;
 vertical-align: middle;
 letter-spacing: 1px;
 line-height: 13px;
 font-size: 13px;
}

.header__logo__title>span {
 font-weight: 600;
 letter-spacing: 2.5px;

} 

.page_content {
 max-width: 1280px;
 margin: 0 auto;
}

.page_title {
 margin: 0 auto;
}

.page_title>h1 {
 font-size: 28px;
 font-weight: 800;
 padding-top: 123px;
 padding-left: 10px;
 text-align: left;
 line-height: 48px;
 color: #303030;
 margin: 0;
}

.page_title>p {
 font-size: 24px;
 font-weight: 600;
 padding-top: 12px;
 padding-left: 10px;
 text-align: left;
 line-height: 32px;
 color: #303030;
 margin: 0;
}

.content_body {
 /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
 /*border-radius: 8px;*/
 margin-top: 30px;
 padding: 10px;
}
.btn_only_mobile {
 display: none;
}

#image_top>img{
 display: none;
}

.right_col>img {
 padding-top: 32px;
 width: 100%;
}

.content_body>p {
 text-align: justify;
}

ul {
 line-height: 22px;
}
#t_bold {
 font-size: 24px;
 font-weight: 600;
 line-height: 32px;
 color: #303030;
}

.two_col {
 display: flex;
}

.left_col {
 width: 65%;
 padding-right: 12px;
}

.right_col {
 width: 35%;
}

.form_body {
 text-align: center;
 margin: 0 auto;
 padding-top: 22px;
 /*background-color: #fbfbfb;*/
 border-radius: 5px;
 padding-bottom: 12px;
}

#form_header {
 text-align: right;
 padding: 5px;
 font-size: 20px;
 font-weight: 600;
}

.form_body>form>p>input {
 font-size: 16px;
 padding: 10px 5px;
 width: 95%;
 font-family: 'Roboto', sans-serif;
 color: #686868;
}

.form_body>form>p>select {
 font-size: 16px;
 padding: 10px 5px;
 width: 99%;
 color: #686868;
 font-family: 'Roboto', sans-serif;
 -webkit-appearance: none;
}

#privacy_policy{
 font-size: 12px;
 text-align: left;
 padding: 0 1px;
 line-height: 16px;
}
#privacy_policy>a {
 color: #e2000f;
}

#privacy_policy>a:hover {
 color: #B6000F;
}

#gdpr_box {
 text-align: left;
 padding: 0;
}
#check_gdpr, #check_policy{
 -webkit-appearance: none;
 -webkit-appearance: none;
 background-color: #ffffff;
 border: 1px solid #686868;
 padding: 9px;
 border-radius: 2px;
 display: inline-block;
 position: relative;
 width: 10px;
 margin: 3px 1px;
}
#check_gdpr:checked, #check_policy:checked {
 color: #686868;
 background-color: #686868;
}

#check_gdpr:checked:after, #check_policy:checked:after {
 color: #fff!important;
 content: '\00D7';
 font-size: 28px;
 font-weight: 800;
 position: absolute;
 top: -9px;
 left: 2px;
}

/*#check_gdpr:checked:after{
  content: '\2714';
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 3px;
}*/
.privacy_text{
 position: absolute;
 font-size: 12px;
 padding: 0 5px;
 line-height: 16px;
 max-width: 425px;
}
.privacy_text>a {
 color: #e2000f;
}

.privacy_text>a:hover {
 color: #B6000F;
}

#submit_box {
 margin: 32px auto;
 padding-top: 24px;
}


.submit {
 width: 100%!important;
 min-height: 44px;
 border: 1px solid #e2000f;
 background-color: #e2000f;
 color: #fff!important;
 border-radius: 4px;
 font-weight: bold;
 -webkit-appearance: none;
}

.submit:hover {
 border: 1px solid #B6000F;
 background-color: #B6000F;
}

.footer {
 background-color: #303030;
 margin-top: 48px;
}

.footer__secondary>* {
 flex: 1 0 auto;
 width: 100%;
 padding-top: 12px;
 padding-bottom: 12px;
 min-height: 64px;
 display: flex;
 align-items: center;
}

.container-fluid {
 max-width: 1250px;
}

.row {
 margin-right: -15px;
 margin-left: -15px;
}

.footer__secondary .secondary-wrap {
 display: flex;
 align-items: center;
}

.footer__secondary .secondary__list {
 list-style-type: none;
 flex-grow: 2;
 padding: 0 20px 0 0;
 margin: 0 0 0 -30px;
 color: #fff;
}

.footer__secondary .secondary__list-item {
 display: inline-block;
 padding-left: 30px;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #686868;
 letter-spacing: .005em;
}

.footer__secondary .secondary__list-item-link {
 color: #fff;
 vertical-align: top;
}

.non-decorated, .non-decorated:active, .non-decorated:focus, .non-decorated:hover {
 text-decoration: none;
}

/* Thank You page style */

.page_content_2 {
 max-width: 1280px;
    margin: 0 auto;
    min-height: calc(100vh - 136px);
}

.content_body_2 {
 margin-top: 100px;
 padding: 10px;
}

.content_body_2>p {
 text-align: center;
}

.big_p {font-size: 1em;}
.cta_btn {font-size: 16px; font-family: 'Roboto', sans-serif; width:150px; float: right; padding: 10px 5px; text-decoration: none;background-color: #e2000f; color: #ffffff; text-align: center; border: 1px solid; border-radius: 4px; font-weight: bold;}
.cta_btn:hover {
 border: 1px solid #B6000F;
 background-color: #B6000F;
}

#button_block{
 padding-top: 40px;
}

#button_link {
 font-family: 'Roboto', sans-serif;
 color:#ffffff;
 background:#e2000f;
 border:0px none #ffffff;
 border-radius:4px 4px 4px 4px;
 -moz-border-radius:4px 4px 4px 4px;
 -webkit-border-radius:4px 4px 4px 4px;
 width:auto;
 padding:14px 20px;
 text-decoration: none;
 -webkit-appearance: none;
}

#button_link:hover {
 background:#B6000F;
 -webkit-appearance: none;
}

/* End Thank You page style */

 @media only screen and (max-width: 1022px){
  #image_top>img {
   display: block;
   padding-top: 0!important;
   width: 100%;
  }
  .btn_only_mobile {
    display: block;
    color: #e2000f;
    text-decoration: none;
    -webkit-appearance: none;
  }

  .btn_only_mobile:hover {
    display: block;
    color: #B6000F;
  }
  .two_col {
   display: block;
  }
  .left_col {
   width: 100%;
   padding-right: 12px;
   }
  .right_col {
   width: 100%;
  }
  .right_col>img {
    display: none;
   }
   #form_header {
     text-align: center;
     padding: 5px;
     font-size: 20px;
     font-weight: 600;
    }

#privacy_policy{
padding-bottom: 45px;
}
  .privacy_text {
   position: absolute;
   font-size: 12px;
   padding: 0 5px;
   line-height: 16px;
   max-width: 1022px;
  }
}