@font-face {
  font-family: 'flexslider-icon';
  src: url('../node_modules/flexslider/fonts/flexslider-icon.eot?');
  src: url('../node_modules/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../node_modules/flexslider/fonts/flexslider-icon.woff') format('woff'), url('../node_modules/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('../node_modules/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
html {
    height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body{
  margin:0;
  font-family:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size:1rem;
  font-weight:300;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff
}
b, strong {
    font-weight: bold;
}
#header{
  border-top: 11px solid #ba122b;
  position:sticky;
  top:0;
  width:100%;
  height:120px;
/* background:#ffffff;*/
  z-index:100;
}
html{scroll-behavior: smooth;}
/*html.scrolled #header {
     position: sticky; 
    z-index: 1;
  height:65px;
  transform: translate3d(0,0,0);
transform: translateZ(0);
-webkit-transform: translateZ(0);
}*/
#logo{d
  flex:0 0 auto;
 max-width:200px;
  padding-right:15px;
  padding-left:15px;
  top:0;
  bottom:0;
  margin-top:auto;
  margin-bottom:auto;
}
html #header #top-header>div.row {
    height: 120px;
  background:#fff;
}
html #top-header{
  background:#fff;
  box-shadow:0 0 6px #ddd;
}
html #topNav {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
html #topNav>ul {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    color: rgba(185,18,43,.9);
}
 a{
    color: rgba(185,18,43,.9);
    text-decoration: none;
    background-color: transparent;
}
a, a:visited {
    cursor: pointer;
    color: #b9122b;
    transition: color .4s ease-out 0s;
  outline:0;
}
html #topNav>ul>li {
    white-space: nowrap;
    line-height: 2.5em;
}
html #topNav>ul li {
    position: relative;
}
html #topNav>ul>li>a, html #topNav>ul>li>span {
    color: rgba(185,18,43,.9);
    position: relative;
    display: inline-block;
    font-weight: 900;
}

html #topNav>ul>li{
  padding:0 1rem;
  cursor:pointer;
  position:relative;
  font-size:14px;
  font-family:"Roboto";
  text-transform:uppercase;
  line-height:1.5em;
  text-align:center;
  margin-left:1px;
}

.row{
  display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
/*   justify-content: space-evenly; */
  justify-content:flex-start;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}
.col-auto{
      flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#contact-image span.h2 {
    max-width: 270px;
    margin: 0;
}
.logo-pad{
  max-width:200px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.p-2{
  padding:.5rem!important;
}
.align-items-center{
  align-items: center !important;
}
.text-right {
    text-align: right !important;
}
.container{
  width: 100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}
p {
    margin: .8em 0;
}
section.menu-item .menu-item-title {
    display: inline-block;
    border-bottom: solid 6px #b9122b;
}
.position-relative {
    position: relative !important;
}
#topmain-image {
    background-size: cover;
    background-position: top,center;
    height: 515px;
    padding-top: 70px;
/*   background-image:url(https://8472580.fs1.hubspotusercontent-na1.net/hubfs/8472580/Landings/Fotos-036_2.jpg); */
}
#topmain-image h3 {
    padding-bottom: .5rem;
    max-width: 345px;
    border-bottom: 6px solid #b9122b;
}
#topmain-image h1, #topmain-image h3 {
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
}
#topmain-image h1, #topmain-image h2, #topmain-image h3, #topmain-image h4, #topmain-image h5, #topmain-image h6 {
    color: #fff;
  color:#525252;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.d-inline-block {
    display: inline-block !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
    color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
h3, .h3 {
    font-family: "Roboto";
    font-size: 1.3rem !important;
    font-weight: 900;
}
h1, .h1 {
    font-family: "Roboto";
    font-size: 3.3333rem !important;
    font-weight: 300;
    line-height: 1em;
}
.col-10 {
    flex: 0 0 50%;
    max-width: 50%;
}
h3, .h3 {
    font-family: "Roboto";
    font-size: 1.3rem !important;
    font-weight: 900;
}
.section-slides {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.section-slides .slide-to-red {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
}
.section-slides .slide-to-red {
    background-color: rgba(84,78,78,.58);
    background-blend-mode: overlay;
}

}
.section-slides .slide-to-red .content {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    padding-top: 35px;
    height: 100%;
}

.section-slides .slide-to-red:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(185,18,43,.5);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.section-slides h1, .section-slides h2, .section-slides h3, .section-slides h4, .section-slides h5, .section-slides h6, .section-slides .NormalTextBox, .section-slides table, .section-slides p, .section-slides span, .section-slides .Normal, .section-slides .NormalDisabled, .section-slides .NormalBold, .section-slides a {
    color: #fff;
}
h2, .h2 {
    font-family: "Roboto";
/*     font-size: 2.2222rem !important; */
  font-size:3vw;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
    color: #000;
}
.section-slides .slide-to-red .content {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    padding-top: 35px;
    height: 100%;
}

.achievement-list {
    background-color: #252526;
}
.d-block {
    display: block !important;
}
.m-0 {
    margin: 0 !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.px-4{
padding-right:1rem!important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.achievement-list h1, .achievement-list h2, .achievement-list h3, .achievement-list h4, .achievement-list h5, .achievement-list h6, .achievement-list .NormalTextBox, .achievement-list table, .achievement-list p, .achievement-list span, .achievement-list .Normal, .achievement-list .NormalDisabled, .achievement-list .NormalBold, .achievement-list a {
  color:#ffffff;
}

element.style {
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.achievement-list .achivement-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.text-center {
    text-align: center !important;
}
.text-white, .text-white .NormalTextBox, .text-white table, .text-white p, .text-white span, .text-white .Normal, .text-white .NormalDisabled, .text-white .NormalBold {
    color: #fff !important;
  text-shadow: 1px 1px rgb(0 0 0 / 50%);
}
.text-thin {
    font-weight: 300 !important;
}
.text-semibold {
    font-weight: 500 !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.achievement-list .counter .spinner {
    display: inline-block;
    border: solid 10px #b9122b;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
}

.achievement-list .counter .spinner span {
    line-height: 100px;
    font-size: 1.333rem;
    font-weight: 700;
}
#contact-image {
    background-size: cover;
    background-position: top, center;
    height: 280px;
    padding-top: 70px;
}
#contact-image span.h2 {
    max-width: 270px;
    margin: 0;
}
#contact-image h1, #contact-image h2, #contact-image h3, #contact-image h4, #contact-image h5, #contact-image h6 {
    color: #fff;
}
.justify-content-end {
    justify-content: flex-end !important;
}

#footer {
  background-color: #252526;
  bottom: 0;
/*   position: sticky; */
  right: 0;
  width: 100%;
  display:block;
}

/*   html.scrolled #footer{position:fixed;bottom:0;} */
@media(max-width:430px){
  html.scrolled #header {
    position:relative;
  }

  #footer{
    position:relative;
  }
  html.scrolled #footer {
    /*position: fixed;*/
    bottom: 0;
}
  .section-slides{position:relative;z-index:1;}
  .contact-form .container {
    padding-bottom: 300px;
}
  
}
#footer .NormalTextBox, #footer table, #footer p, #footer span, #footer .Normal, #footer .NormalDisabled, #footer .NormalBold {
    color: #fff;
    font-size: .85em;
}
#footer a {
    color: #fff;
    font-size: .85em;
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-circle:before {
    content: "\f111";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.social-link .fa-stack {
    font-size: .9rem !important;
}
.social-link .fa-stack .fa-inverse {
    color: #252526;
}
.social-link .fa-stack.c_twitter {
    color: #4099ff !important;
}
.social-link .fa-stack.c_youtube {
    color: #c4302b !important;
}
.social-link .fa-stack.c_linkedin {
    color: #0e76a8 !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.contact-form {
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 1;
}
  .text-bold{font-size:xxx-large;}
  .text-thin{font-size:xx-large;}
.contact-form .text-bold{font-size:large;}
@media (max-width:430px){
  
  .contact-form{
    position:relative;
    top:0;
    width:100%;
    z-index:1;
  }
  .text-bold{font-size:large!important;}
  .text-thin{font-size:large!important;}
}
.c_DNN.red-background .content, .DNNContainer_noTitle.red-background .content {
    background-color: #a61027;
    font-size: .8rem;
}
.c_DNN.red-background, .DNNContainer_noTitle.red-background {
    background-color: #b9122b;
}
.text-bold {
/*     font-weight: 600 !important; */
  
}

h4, .h4 {
    font-family: "Roboto";
    font-size: 1.1rem !important;
    font-weight: 900;
}
.c_DNN.red-background>h2, .DNNContainer_noTitle.red-background>h2 {
    text-transform: uppercase;
    line-height: 3.05rem;
    border-bottom: solid 1px rgba(255,255,255,.15);
}
.hs-input{
  height:auto!important;
}
.hs-input::placeholder{
  color:rgb(255 255 255 /50%);
}
.actions{position:relative;padding-bottom:1.9rem;padding-top:18px;}
input[value="SEND"],.c_DNN.red-background h1, .c_DNN.red-background h2, .c_DNN.red-background h3, .c_DNN.red-background h4, .c_DNN.red-background h5, .c_DNN.red-background h6, .c_DNN.red-background .NormalTextBox, .c_DNN.red-background table, .c_DNN.red-background p, .c_DNN.red-background span, .c_DNN.red-background .Normal, .c_DNN.red-background .NormalDisabled, .c_DNN.red-background .NormalBold, .c_DNN.red-background a, .c_DNN.red-background .alpaca-message, .DNNContainer_noTitle.red-background h1, .DNNContainer_noTitle.red-background h2, .DNNContainer_noTitle.red-background h3, .DNNContainer_noTitle.red-background h4, .DNNContainer_noTitle.red-background h5, .DNNContainer_noTitle.red-background h6, .DNNContainer_noTitle.red-background .NormalTextBox, .DNNContainer_noTitle.red-background table, .DNNContainer_noTitle.red-background p, .DNNContainer_noTitle.red-background span, .DNNContainer_noTitle.red-background .Normal, .DNNContainer_noTitle.red-background .NormalDisabled, .DNNContainer_noTitle.red-background .NormalBold, .DNNContainer_noTitle.red-background a, .DNNContainer_noTitle.red-background .alpaca-message {
    color: #fff;
}
input[value="SEND"]{
  font-size: 1.2em;
  padding: 6px;
  text-align: center;
  margin-bottom: 9px;
  cursor: pointer;
  min-width: 75px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  border-radius: 0;
  font-weight:300;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[value="SEND"]{
  background-color:#b9122b;
  border-color:#b9122b;
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  padding:6px;
  padding-bottom:9px;
}
input[value="SEND"]:hover{
  border-color:white;
}
.hs-error-msgs li {
    color: rgb(255 255 255 /50%);
    line-height: 0;
    list-style: none;
}
.input{margin-bottom:1rem;}
.input::focus{
  border-color:rgba(239,91,114,.9);
  outline:0;
  box-shadow:0 0 0 0.2rem rgb(185 18 43 /25%);
}
.legal-consent-container p{
  color:rgb(255 255 255 /50%)!important;
}
li.hs-form-booleancheckbox{
  list-style: none;
  
}
.legal-consent-container .hs-form-booleancheckbox-display input {
    width: fit-content;
}
span.hs-form-required{display:none;}
.p-4 {
    padding: 1.5rem !important;
}
.c_DNN.red-background .content, .DNNContainer_noTitle.red-background .content {
    background-color: #a61027;
    font-size: .8rem;
}

.form-group {
    margin-bottom: 7px;
}
.form-group {
    margin-bottom: 1rem;
}
.input[data-reactid=".hbspt-forms-0.1:$0.$firstname"],.input[data-reactid=".hbspt-forms-0.1:$3.$email"]{position:relative;}
.input[data-reactid=".hbspt-forms-0.1:$0.$firstname"]::before,.input[data-reactid=".hbspt-forms-0.1:$3.$email"]::before {
    content: "*";
    position: absolute;
    left: -10px;
    color: #ffffff;
}
/* .c_DNN.red-background .ModOpenFormC .form-group.alpaca-field-text.alpaca-required::before, .c_DNN.red-background .ModOpenFormC .form-group.alpaca-field-email.alpaca-required::before, .DNNContainer_noTitle.red-background .ModOpenFormC .form-group.alpaca-field-text.alpaca-required::before, .DNNContainer_noTitle.red-background .ModOpenFormC .form-group.alpaca-field-email.alpaca-required::before, ^input[name="firstname"]::before{
    content: "*";
    position: absolute;
    left: 0;
    color: #fff;
} */
/* ,.c_DNN.red-background .ModOpenFormC .form-group .alpaca-control-label, .DNNContainer_noTitle.red-background .ModOpenFormC .form-group .alpaca-control-label {
    display: none;
} */
.c_DNN.red-background .ModOpenFormC .form-group.alpaca-field-checkbox .alpaca-control-label, .DNNContainer_noTitle.red-background .ModOpenFormC .form-group.alpaca-field-checkbox .alpaca-control-label {
    display: inline-block;
    color: #fff;
    float: right;
    width: calc(100% - 25px);
}
.dnnActions li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.dnnActions li {
    list-style: none!important;
    float: right;
}
.c_DNN.red-background .ModOpenFormC .dnnActions li, .DNNContainer_noTitle.red-background .ModOpenFormC .dnnActions li {
    float: none;
    text-align: center;
}
/* ol, ul {
    list-style: none;
} */
ul {
  margin-left:35px;
    list-style: square outside;
}
ul {
    list-style: square outside;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    list-style: disc;
    line-height: 1.7em;
}
.dnnActions {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding-top: 18px;
    text-align: left;
}
.dnnClear {
    clear: both;
}
.dnnClear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.btn {
    display: inline-block;
    font-weight: 300;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.hs-button{
  border:#ffffff!important;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn {
    text-transform: uppercase;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.c_DNN.red-background .ModOpenFormC .dnnActions, .DNNContainer_noTitle.red-background .ModOpenFormC .dnnActions {
    display: block;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
    resize: vertical;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.form-control, .hs-input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: auto;
}
.hs-input {
    font-size: .8rem;
    border-radius: 0;
    background: transparent;
    color:rgb(255 255 255 /50%);
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
em, i {
    font-style: italic;
}



@media (min-width: 576px){
  html {
    font-size: 16px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 540px;
  }
.col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
}
  section.menu-item {
    padding-top: 50px;
}
  .section-slides .slide-to-red {
    height: 350px;
}
   .section-slides .slide-to-red .content{padding-top:130px}
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
/*   html.scrolled #footer{position:fixed;bottom:0;} */
}

@media (min-width: 768px){
  html {
    font-size: 16px;
}
  html.scrolled #header #top-header>div.row {
    height: 65px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 720px;
  }

.col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
}
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
  section.menu-item {
    padding-top: 50px;
}
  .section-slides .slide-to-red {
    min-width: 50%;
    height: 445px;
}
  .section-slides .slide-to-red .content{
/*     padding-top:130px; */
    padding-top:35px;
}
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
  .achievement-list .counter .spinner {
    width: 150px;
    height: 150px;
}
  .achievement-list .counter .spinner span {
    line-height: 130px;
    font-size: 1.666rem;
}
  #contact-image {
    height: 600px;
}
   .contact-form {
    position: absolute;
    top: 69px;
    width: 100%;
    z-index: 1
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
/*   html.scrolled #footer{position:fixed;bottom:0;} */
}


@media (min-width: 992px){
  html {
    font-size: 18px;
}
  html #topNav > ul > li.haschild:hover > a, html #topNav > ul > li.haschild:hover > span {
  color: #fff
}
html #topNav > ul > li > a, html #topNav > ul > li > span {
  color: rgba(185, 18, 43, .9);
  position: relative;
  display: inline-block;
  font-weight: 900
}
html #topNav > ul > li:not(.haschild) > a:hover, html #topNav > ul > li:not(.haschild) > span:hover {
  color: #fff
}
html #topNav > ul > li.selected, html #topNav > ul > li.parent, html #topNav > ul > li:hover {
  background-color: rgba(185, 18, 43, .9)
}
html #topNav > ul > li.selected > a, html #topNav > ul > li.parent > a, html #topNav > ul > li:hover > a {
  color: #fff
}
  
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 960px;
  }

.col-sm-8 {
    flex: 0 0 40%;
    max-width: 50%;
}
  section.menu-item {
    padding-top: 50px;
}
  .section-slides .slide-to-red {
    min-width: 0;
}
  #contact-image {
    height: 700px;
}
  .col-lg-5 {
    flex: 0 0 35%;
    max-width: 35%;
}
/*   html.scrolled #footer{position:fixed;bottom:0;} */
}

@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
/*     max-width: 1140px; */
  max-width:100%;
  }
  #selectorMenu .form-selector:first-of-type{margin-left:250px;}
/*   html.scrolled #footer{position:fixed;bottom:0;} */
}

  .hs_TICKET\.subject{display:none;}