@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');
@import url("https://use.typekit.net/iff8rui.css");



/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display:none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top:0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:#fff
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:#fff
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid #e9ecef;
    border-left: .8em solid #e03c31;
    animation:spin 1.1s infinite linear
}

.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top:-4.05em
}



.mce-tabs {
    display: none !important;
}

.logging_you_in_loader {
    font-size: 5em;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function:linear
}



.spinner-border {
    -webkit-animation: spinner-border 1.25s linear infinite !important;
    animation:spinner-border 1.25s linear infinite !important
}

.spinner-border-md {
    width: 1.1rem !important;
    height:1.1rem !important
}


@-ms-keyframes spin {
    from {
        -ms-transform:rotate(0)
    }

    to {
        -ms-transform:rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform:rotate(0)
    }

    to {
        -moz-transform:rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform:rotate(0)
    }

    to {
        -webkit-transform:rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform:rotate(0)
    }

    to {
        transform:rotate(360deg)
    }
}

.form-row.required .control-label:after {
  content:"*";color:#e03c31;
}



/* bootstrap.css */
* {
   font-size: 16px;
   line-height: 1.428;
}


.red_text {
    color: #e03c31;
}

.credits {
    line-height: 1.1em !important;
    font-size: 0.7em;
    font-style: italic;
}



body {
    background-color: #eeeeee;
    color: #666666;
    font-family: 'Open Sans', sans-serif;    
}

.container {
    background-color: #FFFFFF;
}


a {
    color: #e03c31;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #e03c31;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: none;
    color: #e03c31;
}

.navbar-white a:link { 
    color: #222222; 
    font-size: 0.85em;
    padding: 0;
    padding-right: 10px;
}
.navbar-white a:visited { 
    color: #222222; 
}
.navbar-white a:hover { 
    color: #e03c31; 
}
.navbar-white a:active { 
    color: #e03c31; 
}



.navbar-black a:link { 
    color: #000000; 
    font-size: 0.9em;
    font-weight: bold;
    padding: 0;
    padding-right: 30px;
}
.navbar-black a:visited { 
    color: #000000; 
}
.navbar-black a:hover { 
    color: #e03c31; 
}
.navbar-black a:active { 
    color: #e03c31; 
}




.btn-group-xs > .btn, .btn-xs {
  padding: .45rem .4rem;
  font-size: .8rem;
  line-height: .5;
  border-radius: .2rem;
}

.active {
    color: #e03c31 !important;
}

@media only screen and (max-width: 991px) {
    .navbar-nav {font-size: 2em;}
    .no_phone {display: none; }
    .no_desktop {display: block;}
    
    
    .navbar-black a:link { 
        color: #000000; 
        font-size: 1.2em;
        font-weight: bold;
        padding: 0;
        padding-right: 30px;
    }
    .navbar-black a:visited { 
        color: #000000; 
        font-size: 1.2em;
    }
    .navbar-black a:hover { 
        color: #e03c31; 
        font-size: 1.2em;
    }
    .navbar-black a:active { 
        color: #e03c31; 
        font-size: 1.2em;
    }    

    
    
    .navbar-white a:link { 
        color: #7b7b7b; 
        font-size: 1em;
        padding: 0;
        padding-right: 10px;
    }
    .navbar-white a:visited { 
        color: #7b7b7b; 
        font-size: 1em;
    }
    .navbar-white a:hover { 
        color: #000000; 
        font-size: 1em;
    }
    .navbar-white a:active { 
        color: #e03c31; 
        font-size: 1em;
    }    
    

}


.left_header {
    background-color: #e03c31;
    color: #FFF;
    border-bottom-style: double;
    border-top-style: double;

}


.left_header_black {
    background-color: #000;
    color: #FFF;
    border-bottom-style: double;
    border-top-style: double;
    font-size: 0.9em;
    font-size: .75vw;
    line-height: .75vw;
    text-transform: uppercase;
}



.top_header_black {
    background-color: #000;
    color: #FFF;
    border-top-style: double;
    font-size: 1.2em;
    line-height: 1.3em;;
    text-transform: uppercase;
    padding-left: 10px; 
    font-weight: 700;
}


.left_title {
    text-transform: uppercase;
     font-size: 16px;
    font-size: 1.5vw;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.5vw;
    
}


.left_title2 {
    text-transform: uppercase;
     font-size: 14px;
    font-size: 1.2vw;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2vw;
    
}


.left_title3 {
    text-transform: uppercase;
     font-size: 14px;
    font-size: 1.2vw;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2vw;
    
}


.left_title4 {
    text-transform: none;
    font-size: 14px !important;
    font-size: 1.2vw !important;
    font-size: 1.1em !important;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2vw;
    color: #000000;
}




.left_subtitle {
    text-transform: uppercase;
    font-size: .75vw;    
    margin: 0;
    padding: 0;   
    line-height: .8vw;
}


.left_subtitle2 {
    text-transform: uppercase;
    font-size: .65vw;    
    margin: 0;
    padding: 0;   
    line-height: .7vw;
}


@media screen and (min-width: 2300px) {
    .left_title  {
        font-size: 36px !important;
    }
    
    .left_subtitle {
         font-size: 17px !important;   
    }
    .left_header_black {
        font-size: 15px !important;
    }
}    


@media screen and (min-width: 1900px) {
    .left_title2  {
        font-size: 22px !important;
    }
    
    .left_title3  {
        font-size: 18px !important;
    }   
    
    .left_title4  {
        font-size: 19px !important;
    }       
    
    .left_subtitle2 { 
        font-size: 12px !important;
    } 
}


@media screen and (max-width: 767px) {
    .left_title2  {
        font-size: 30px !important;
        line-height: 33px !important;
    }

    .left_title3  {
        font-size: 30px !important;
        line-height: 33px !important;
    }    
    

    .left_title4  {
        font-size: 30px !important;
        line-height: 33px !important;
    }        
    
    .left_subtitle2 { 
        font-size: 20px !important;
        line-height: 22px !important;
    } 
    
    .pr-1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }    
    
    .pl-1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }        
    
    
}




a.left_links:link {
    font-weight: 700;
    padding-left: 5px;
    padding-top: 3px;  
    color: #e03c31;
}



a.left_links:hover {
    font-weight: 700;
    padding-left: 5px;
    padding-top: 3px; 
    color: #000;
}


.circle_text {
      height: 17px;
      width: 17px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      background: black;
      color: white;
      font-weight: 600;
      line-height: 18px;
      font-size: 14px;
}

.event_item {
    border-bottom: 1px solid #000;
}
.event_item h4 {
    padding-top: 15px;
    color: #e03c31;
    font-size: 1.2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.event_item .date {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
}


.news_item {
    border-bottom: 1px solid #000;
}

.news_item h4 {
    padding-top: 15px;
    color: #000000;
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;font-weight: 700;
}

.news_item .author {
    color: #e03c31;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
}


.news_item .headline {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 700;
    font-style: italic;
}





.news_item .date {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 0.8em;
}


a.news_title_link:link {
    color: #000000;
}

a.news_title_link:active {
    color: #e03c31;
}

a.news_title_link:visited {
    color: #000000;
}

a.news_title_link:hover {
    color: #e03c31;
}




a.event_link:link {
    color: #e03c31;
}

a.event_link:visited {
    color: #e03c31;
}

a.event_link:active {
    color: #000000;
}

a.event_link:hover {
    color: #000000;
}



.read_more {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}

@media only screen and (min-width: 990px) {
    .no_phone {display: block; }
    .no_desktop {display: none;}
}


@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}





@media only screen and (max-width: 1199px) {
    .circle_text {display: none; }
}



label {
 font-weight: 700;
}


.btn-outline-danger {
    color: #e03c31;
    background-color: transparent;
    background-image: none;
    border-color: #e03c31;
}


.btn-outline-danger:hover {
    color: #fff;
    background-color: #e03c31;
    border-color: #e03c31;
}


.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e03c31;
}


.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #e03c31;
}

.bad_field {
    border-color: #e03c31;
}

.reg_links a, .reg_links a:visited {
    color: #000000;
}

.reg_links a:hover, .reg_links a:active {
    color: #e03c31;
}

.fea_links a, .fea_links a:visited {
    color: #e03c31;
}

.fea_links a:hover, .fea_links a:active {
    color: #000000;
}




    .nl_top_info2 {
        position: absolute; 
        top:2px; 
        right: 12px;
        font-size: 0.8em;
    }


@media only screen and (max-width: 520px) {
    .nl_top_info2 {
        font-size: 0.6em;
    }
}


@media only screen and (max-width: 520px) {
    .contact_editor_link {
        display: none;
    }
}

hr.dotted {
    border: dashed #7b7b7b;
    border-width: 1px 0 0;
    height: 0;
}

img {
    max-width: 100% !important;
    height: auto !important;
}


.mce-tinymce {
    border: 1px solid #dddddd !important;
}



a.btn-red:link {
    color: #FFFFFF !important;
}

a.btn-red:visited {
    color: #FFFFFF !important;
}

a.btn-red:hover {
    color: #FFFFFF !important;
}

a.btn-red:active {
    color: #FFFFFF !important;
}

.btn-red {
    color: #fff;
    background-color: #e03c31;
    border-color:#e03c31
}

.btn-red:hover {
    color: #fff;
    background-color: #c82333;
    border-color:#bd2130
}

.btn-red.focus, .btn-red:focus {
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #e03c31;
    border-color:#e03c31
}

.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color:#b21f2d
}

.btn-red:not(:disabled):not(.disabled).active:focus, .btn-red:not(:disabled):not(.disabled):active:focus, .show > .btn-red.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .5)
}

 .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .bars::before {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f0c9";
  }


  .facebook::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f082";
  }


  .twitter::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f081";
  }

  .instagram::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f955";
  }

  .twitter2::before {
    font-family: "Font Awesome 5 Brands"; font-weight: 900; content: "\f099";
  }

  .plus::before {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f055";
  }


  .minus::before {
    font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f056";
  }


img.page_image {
	width: 100% !important;
	height: auto !important;
}


img.page_image80 {
	width: 80% !important;
	height: auto !important;
}

img.page_image60 {
	width: 60% !important;
	height: auto !important;
}

img.page_image50 {
	width: 50% !important;
	height: auto !important;
}

img.page_image40 {
	width: 40% !important;
	height: auto !important;
}

.custom-control-label:before{
  background-color:#eeeeee;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#e03c31;
}

