/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 border:red dashed 1px;
}*/
/* ------------------------  My Core CSS ------------------------ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.1em;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
}
p {
  font-weight: 300;
  margin: 0px 0px 10px 0px;
}
ul.body {
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 0px 0px;
}
ul.body li {
  margin: 0px 0px 0px 15px;
  padding: 0px;
  line-height: 20px;
  position: relative;
  list-style: none;
  font-size: 15px;
  margin-bottom: 6px;
}
ul.body li:before {
  content: "\25A0";
  position: absolute;
  left: -15px;
  top: 0px;
  font-size: inherit;
}
ol.body {
  margin: 0px 0px 20px 0px;
  padding: 5px 0px 0px 0px;
}
ol.body li {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  line-height: 20px;
  position: relative;
  list-style: none;
  font-size: inherit;
  margin-bottom: 6px;
  counter-increment: step-counter;
}
ol.body li::before {
  position: absolute;
  left: -15px;
  top: 0px;
  font-size: inherit;
  content: counter(step-counter) ".";
  font-weight: 400;
}
.lead {
  font-family: inherit!important;
  font-weight: 400;
  font-size: larger;
  margin: 0px 0px 6px 0px;
  color: inherit!important;
}
a {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  color: #000000 !important;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.small {
  font-size: 0.7em;
  line-height: 1.6em;
  margin-bottom: 4px;
}
.no-break {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.img-centre {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.img-force-full {
  width: 100%!important;
  height: auto;
}
#logo {
  margin-right: 20%;
  margin-left: 20%;
}
.no-padding {
  padding: 0px 0px 0px 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.bottom-gap {
  margin-bottom: 25px;
}
.bottom-gap-small {
  margin-bottom: 10px;
}
.bottom-gap-large {
  margin-bottom: 35px;
}
.bottom-push {
  padding-bottom: 25px!important;
}
.top-push {
  padding-top: 25px!important;
}
.back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  padding: 4px 10px 0px 10px;
}
.back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.fade-transition {
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}
.legal-box {
  background-color: #191e1f;
  padding: 0px;
  color: #FFFFFF;
}
.legal-button {
  font-size: 1em;
  background-color: transparent;
  color: #fef5d9;
  text-align: center;
  border: none;
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
  display: inline-block;
  margin: 0px;
}
.legal-button:hover {
  color: #000000;
  background-color: transparent;
}
.footer_info_plum {
  color: #FFFFFF;
  font-size: 1em;
  text-align: center;
}
.footer_info_plum a {
  color: #fef5d9 !important;
  white-space: nowrap;
  text-decoration: none;
}
/* Base Form */
.contactForm .form-group {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-indent: 0px;
}
.footer-form {
  background-color: #ffffff;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #5a5f64;
  border-top-left-radius: 20px;
}
.footer-form .title {
  color: #000000;
  font-size: 1.4em;
  line-height: 18px;
  font-weight: 700;
  margin: 0px 0px 14px 0px;
}
.footer-form .copy {
  color: #000000;
  font-size: 1.1em;
  line-height: 18px;
  font-weight: 400;
  margin: 0px 0px 14px 0px;
}
.contactForm label {
  color: #ffd500;
  font-weight: 300;
  padding: 2px 0px 2px 0px;
  margin: 0px;
}
.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm textarea,
.contactForm select,
.contactForm input[type="date"],
.contactForm input[type="datetime-local"] {
  margin: 0px;
  width: 100%;
  border-radius: 0px;
  border: #ffe252 0px solid;
  padding: 0px 0px 0px 10px;
  margin-bottom: 22px;
  color: #000000;
  background-color: white;
}
.contactForm textarea {
  padding: 6px 0px 6px 10px!important;
}
.contactForm .btn:hover {
  background-color: #000000;
}
.contactForm .checkbox {
  margin: 20px 0px 20px 0px;
  display: block;
}
.contactForm .checkbox label {
  display: block;
  margin: 0px 0px 10px 20px;
  position: relative;
}
.contactForm .checkbox label input {
  display: block;
  position: inherit;
  float: left;
}
.houdini {
  display: none;
}
/* Footer Ellements */
#footer {
  background-color: #5a5f64;
  color: #FFFFFF;
  font-weight: 100;
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #ffd500;
}
.footer-header {
  color: #ffd500;
  font-size: 1.4em;
  font-weight: 300!important;
}
.footer-menu .footer-header {
  padding: 0px;
}
.footer-menu .divider {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.75);
  padding-bottom: 4px!important;
  margin-bottom: 4px!important;
}
.footer-menu {
  border-left: solid 0px #000000;
  display: block;
  overflow: auto;
  font-size: 1em;
  line-height: normal;
  color: #000000;
}
.footer-menu ul,
.footer-menu ul li ul {
  margin: 0px;
  padding: 0px;
}
.footer-menu ul li,
.footer-menu ul li ul li {
  list-style: none;
  color: #ffd500;
  display: block;
}
.footer-menu ul li a {
  color: #ffd500 !important;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 8px;
  display: block;
}
.footer-menu ul li ul li a {
  color: white!important;
  font-size: 1.05em;
  line-height: 1.4em;
  padding-bottom: 4px;
  display: block;
}
.footer-menu ul li a:hover {
  color: #000000 !important;
}
.footer-menu .links a {
  display: block;
}
/* END Footer Ellements */
/* Social Network icon render */
.social-bar-group {
  overflow: ;
  font-size: 12px;
  font-weight: 100;
  background-color: transparent;
  text-align: center;
  display: block;
  border-bottom: 0px solid #000000;
  color: #000000;
  letter-spacing: -0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.social-bar-group .social-bar {
  display: inline-block;
  padding-left: 8px;
}
.social-icon-header-link {
  width: 22px!important;
  height: 22px!important;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  background-color: #000000;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  border-radius: 4px;
  position: relative;
}
.social-icon-header-link:hover {
  background-color: #FFFFFF;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.social-icon-header-link .svg {
  fill: #FFFFFF!important;
  display: block;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-icon-header-link:hover .svg {
  fill: #000000 !important;
}
#footer .social-bar-group {
  border-bottom: 0px solid #000000;
  text-align: left;
}
#footer .social-icon-header-link {
  background-color: #ffd500;
  margin: 0px 6px 1px 0px;
}
/* END Social Network icon render */
#cookie-law {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#cookie-law a {
  color: #000000;
  text-decoration: none;
}
.close-cookie-banner {
  font-size: 18px;
  color: #fb0509;
  text-decoration: none;
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
}
.close-cookie-banner .glyphicon {
  color: #ffffff;
}
.close-cookie-banner .glyphicon:hover {
  color: #000000;
}
#mail-sent {
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  margin: 10px;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  animation: mail-sent 1s 1;
  -webkit-animation: mail-sent 0.5s 1;
  animation-fill-mode: forwards;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}
@keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mail-sent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#mail-sent a {
  color: #ffd500;
  text-decoration: none;
}
.btn-link {
  display: inline-block !important;
  padding: 6px 12px!important;
  margin: 0px;
  text-decoration: none!important;
  color: #000000 !important;
  font-weight: 300!important;
  line-height: inherit!important;
  white-space: normal;
  border: 1px solid #000000;
  outline: none;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-link:hover {
  color: white!important;
  background-color: #000000;
}
.background-primary .btn-link {
  color: white!important;
  border-color: white;
  background-color: rgba(255, 255, 255, 0);
}
.background-primary .btn-link:hover {
  color: #000000 !important;
  background-color: white;
}
.btn-link-fill {
  display: inline-block !important;
  padding: 6px 12px!important;
  margin: 0px;
  text-decoration: none!important;
  color: white!important;
  font-weight: 300!important;
  line-height: inherit!important;
  white-space: normal;
  border: 1px solid #5a5f64;
  outline: none;
  font-size: 1.1em;
  background-color: #5a5f64;
}
.btn-link-fill:hover {
  color: #5a5f64 !important;
  background-color: white;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
.background-primary {
  background-color: #000000 !important;
}
.background-secondary {
  background-color: #ffd500 !important;
}
.background-tertiary {
  background-color: #5a5f64 !important;
}
.background-tertiary-fade {
  background-color: rgba(90, 95, 100, 0.5) !important;
}
.background-quaternary {
  background-color: #fef5d9 !important;
}
.background-white {
  background-color: white!important;
}
.color-primary {
  color: #000000 !important;
}
.color-secondary {
  color: #ffd500 !important;
}
.color-tertiary {
  color: #5a5f64 !important;
}
.color-quaternary {
  color: #fef5d9 !important;
}
.padding-top-mobile {
  padding-top: 40px;
}
.padding-bottom-mobile {
  padding-bottom: 40px;
}
.padding-left-mobile {
  padding-left: 15px;
}
.padding-right-mobile {
  padding-right: 15px;
}
.padding-top {
  padding-top: 40px!important;
}
.padding-bottom {
  padding-bottom: 40px!important;
}
#map_canvas1 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 500px!important;
  border-radius: 0px;
  box-shadow: inset rgba(0, 0, 0, 0.14) 0px 0px 10px;
}
.themap {
  width: 100%;
  height: 500px;
  z-index: -100;
}
.scrolloff {
  pointer-events: none;
}
.clear-on-mobile {
  clear: both;
}
.top-gap-mobile {
  padding-top: 25px;
}
.text-center-mobile {
  text-align: center;
}
.news-feed {
  margin-bottom: 12px;
  display: block;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 0px solid #999999;
}
.relative {
  position: relative;
}
.push-top {
  padding-top: 0px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
}
.aligncenter {
  float: center;
}
.align {
  display: block;
}
.align-center {
  align-self: center;
  align-items: center;
  justify-content: center;
}
.align-top {
  align-self: flex-start;
}
.align-bottom {
  align-self: flex-end;
}
.align-stretch {
  align-self: stretch;
}
/* testimonials feature */
.testimonial_feature {
  display: block;
  margin: 0px auto 60px 0px;
  position: relative;
  clear: both;
}
.testimonial_feature:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.testimonial_feature:nth-child(even):after {
  right: 40px!important;
  left: auto;
  border-width: 25px 0 0 25px;
  border-color: #ffd500 transparent transparent transparent;
}
.testimonial_feature blockquote {
  text-align: center;
  color: #ffd500;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  border: none;
  padding: 25px 30px 25px 30px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  background-color: #ffffff;
}
.testimonial_feature:nth-child(even) blockquote {
  color: #ffffff;
  background-color: #ffd500;
}
.testimonial_feature blockquote p:before,
.testimonial_feature blockquote p:after {
  color: #ffd500;
  content: open-quote;
  font-size: 40px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.testimonial_feature:nth-child(even) blockquote p:before,
.testimonial_feature:nth-child(even) blockquote p:after {
  color: #ffffff;
}
.testimonial_feature blockquote p:after {
  content: close-quote;
  padding-left: 10px;
}
.testimonial_feature blockquote p {
  display: inline;
  color: inherit;
  text-decoration: none;
  font-style: italic;
}
.testimonial_feature blockquote a {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote a:hover {
  color: inherit;
  text-decoration: none;
}
.testimonial_feature blockquote:hover {
  text-decoration: none;
}
.testimonial_feature blockquote footer {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  bottom: -25px;
  left: 80px;
  color: inherit;
}
.testimonial_feature:nth-child(even) blockquote footer {
  text-align: center;
  right: 80px;
  left: auto;
  color: inherit;
}
.testimonial_feature blockquote footer cite {
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.testimonial_feature blockquote footer span {
  color: inherit;
  font-style: italic;
  margin: 0px 10px 0px 0px;
}
.testimonial_feature blockquote footer span:before {
  content: ",";
  padding: 0px 6px 0px 0px;
}
.testimonial_feature-btn {
  clear: both;
}
/* ------ Small devices (tablets, 768px and up) ------ */
@media (min-width: 768px) {
  .footer-menu > ul > .align {
    display: block;
  }
  #logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-form {
    border-right: 0px solid #5a5f64;
  }
  .legal-button {
    height: 25px;
    line-height: 25px;
  }
  .footer_info_plum a {
    line-height: 25px;
  }
  .pdf-link {
    padding: 8px 0px 8px 0px;
  }
  .footer-menu .nav-stacked li {
    margin: 0px;
    color: #FFFFFF!important;
  }
  .footer-menu .nav-stacked li a {
    color: #FFFFFF!important;
  }
  .footer-menu .nav-stacked li a:hover {
    color: #ffd500 !important;
  }
  .social-outset {
    top: -35px;
    bottom: 0px;
    left: 2px;
    right: 2px;
    padding-top: 35px;
    adding-bottom: 0px;
    height: 90px;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .align {
    display: flex;
  }
  .padding-top-mobile {
    padding-top: 0px;
  }
  .padding-bottom-mobile {
    padding-bottom: 0px;
  }
  .padding-left-mobile {
    padding-left: inherit;
  }
  .padding-right-mobile {
    padding-right: inherit;
  }
  .push-top {
    padding-top: 150px;
  }
  .testimonial_feature blockquote footer {
    color: inherit;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    position: absolute;
    bottom: -25px;
    left: 80px;
    color: #343436;
    border-top: 0px solid rgba(0, 0, 0, 0.25);
  }
  .testimonial_feature blockquote footer cite {
    font-weight: 400;
    display: inline;
  }
  .testimonial_feature {
    margin: 0px auto 100px 0px;
  }
  .text-center-mobile {
    text-align: left;
  }
}
/* ------ Medium devices (Laptops, 992px and up) ------ */
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
/* ------ Large devices (large desktops, 1200px and up) ------ */
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* END Base Form */
/* ------------------------ END My Core CSS ------------------------ */
/* ------------------------ Bootsrap Restyle ------------------------ */
/* Custom Menu nav */
.navbar {
  min-height: 0px;
  margin-bottom: 0px!important;
}
.navbar-default {
  background-color: transparent!important;
  border: none;
  border-radius: 0px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #637478;
  color: #ffd500 !important;
}
.navbar-collapse {
  padding: 0px 20px 0px 20px;
}
.navbar-nav {
  height: 100%!important;
}
.navbar-nav > li {
  height: 100%;
}
.navbar-nav > li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-nav > li > a {
  /*	padding-top: 35px!important;
	padding-bottom: 35px!important;*/
  font-size: 0.95em;
  padding: 10px 12px;
  color: #000000 !important;
  border: solid green 0px;
  flex: 1;
}
.navbar-nav > li > a:hover {
  color: black!important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #404040 !important;
  background-color: transparent;
}
.navbar-nav > li:last-child > a {
  padding-right: 20px;
}
.navbar-toggle {
  background-color: #5a5f64;
  border-color: transparent!important;
}
.navbar-toggle .icon-bar {
  background-color: white!important;
}
.navbar-toggle:hover {
  background-color: #8c9298 !important;
  border-color: #FFFFFF!important;
}
.navbar-toggle:hover .icon-bar {
  background-color: white!important;
}
.dropdown-menu {
  background-color: #353e40 !important;
  color: #ffd500;
  border: 0px solid #cccccc;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  z-index: 10!important;
}
.multi .dropdown-menu {
  padding: 10px 0px 10px 0px;
}
.dropdown-menu ul {
  padding: 0px;
}
.dropdown-menu div ul {
  padding: 0px;
}
.dropdown-menu div ul li ul {
  padding: 0px;
}
.dropdown-menu div ul li {
  list-style: none;
}
.dropdown-menu div ul li ul {
  padding: 0px;
}
.dropdown-menu div ul li {
  font-size: 1.1em;
  font-weight: 700;
}
.dropdown-menu div ul li ul li {
  list-style: none;
  font-size: 0.75em;
  border: 0px solid green;
  word-wrap: normal;
  color: white;
}
.dropdown-menu ul li a,
.dropdown-menu div ul li a,
.dropdown-menu div ul li ul li a {
  display: block;
  padding: 2px 0px 4px 0px;
  clear: both;
  font-weight: 100;
  line-height: 1.42857143;
  color: inherit!important;
  border-bottom: 0px #FFFFFF solid;
  margin-bottom: 0px;
}
.dropdown-menu ul li {
  list-style: none;
  padding: 0px!important;
}
.col-menu div {
  border-right: solid #ffd500 0px;
}
.col-menu div:last-child {
  border-right: solid #ffd500 0px;
}
.dropdown-menu ul li a:hover,
.dropdown-menu ul li a.active,
.dropdown-menu ul li a:focus {
  text-decoration: none;
  background-color: transparent;
  color: white!important;
}
.dropdown-menu ul li ul li a:hover,
.dropdown-menu ul li ul li a.active,
.dropdown-menu ul li ul li a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #ffd500 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
}
.dropdown-menu ul li ul {
  margin: 0px 0px 10px 10px;
  padding: 0px;
  list-style: none;
}
.dropdown-menu ul li {
  font-weight: 400;
}
.dropdown-menu ul li.active a {
  background-color: transparent!important;
  color: #009cac !important;
  font-weight: 400!important;
}
/*.dropdown-menu > li > a:before {
  content: "";
  letter-spacing: -1.5px;
  padding-right: 6px;
}*/
.align-products {
  display: block;
}
.multi-column-dropdown > .active > a,
.multi-column-dropdown > .active > a:hover,
.multi-column-dropdown > .active > a:focus {
  color: #ffd500;
  text-decoration: none;
  outline: 0;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  border-bottom: 0px #eeeeee solid;
}
.dropdown-menu > .columns {
  min-width: 240px !important;
  overflow-x: hidden;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .dropdown-menu > .columns {
    width: 768px;
    border: none;
    border-radius: 0px;
    padding: 10px 0px 10px 0px;
  }
  .multi .dropdown-menu {
    width: 768px;
    left: -266px;
  }
  .col-menu div {
    border-right: solid #ffd500 1px;
  }
  .col-menu div:last-child {
    border-right: solid #ffd500 0px;
  }
  .col-menu .none {
    border-right: solid #ffd500 0px;
  }
}
@media (min-width: 992px) {
  .align-products {
    display: flex;
  }
  .dropdown-menu > .columns {
    width: 970px;
    border-radius: 0px;
    border: none;
    padding: 10px 0px 10px 0px;
  }
  .multi .dropdown-menu {
    left: -385px;
    width: 970px;
  }
  .col-menu div {
    border-right: solid #ffd500 1px;
  }
  .col-menu div:last-child {
    border-right: solid #ffd500 0px;
  }
  .col-menu .none {
    border-right: solid #ffd500 1px;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu > .columns {
    width: 1170px;
    border: none;
    padding: 10px 0px 10px 0px;
    overflow: visible;
  }
  .multi .dropdown-menu {
    left: -535px;
    width: 1170px;
  }
}
/* END Custom Menu nav */
.modal-dialog {
  width: 95%;
}
#myModalmech .modal-header .close {
  font-size: 50px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #5a5f64;
  margin: 0px;
}
.modal-title {
  font-weight: 400;
}
.modal-title span {
  padding-right: 10px;
}
/* Tab Navigation */
.nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}
.nav-tabs > li {
  width: 50%;
}
.nav-tabs > li > a {
  background: #ffe45c;
  color: #fef5d9;
  border: 1px;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0em;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  background: #5a5f64;
  color: #FFFFFF;
  border: 0px;
}
.nav-tabs > li > a:hover {
  background: #8c9298;
  color: #FFFFFF;
  border: 0px;
}
/* Tab Content */
.tab-pane {
  background-color: transparent;
  border-radius: 0;
  padding: 00px;
}
.thumbnail {
  background-color: #fef5d9;
  padding: 0px;
  border: 0 none;
  box-shadow: none;
  background-color: transparent;
  margin: 0px;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
}
.thumbnail img {
  background-color: transparent;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: auto;
  border: none;
}
.thumbnail .caption {
  display: block;
  padding: 10px;
  margin: 0px;
  height: 100px;
  overflow: visible;
}
.thumbnail .divide {
  content: "";
  display: block;
  border-bottom: solid 1px #FFFFFF;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 40%;
  clear: both;
}
.thumbnail .caption h3 {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}
.thumbnail .btn-default {
  background-color: transparent!important;
  border: none;
  color: #FFFFFF;
  padding: 10px;
  font-weight: 300;
  margin: 0px;
  width: 100%;
  text-align: left;
}
.thumbnail .btn-default:hover {
  color: #ffd500;
}
.thumbnail .btn-default:after {
  content: "\00BB";
  padding-left: 2px;
}
/* carousel  */
.carousel {
  background-color: #e1e1e1;
}
.carousel img {
  width: 100%;
}
.carousel-control {
  width: 5%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-caption {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background-color: #fef5d9;
  font-size: 15px;
  padding: 2% 6% 2% 6%;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px 0px 40px 0px;
  overflow: auto;
  text-align: left;
  text-transform: uppercase;
}
.slider-info {
  background-color: rgba(254, 245, 217, 0);
  padding-bottom: 20px;
}
.carousel-caption .title {
  padding: 0.5em;
  font-size: 1.3em;
  color: #FFFFFF;
  text-align: center;
  font-weight: 200!important;
  background-color: #ffd500;
}
.carousel-caption .flash {
  padding: 0em;
  font-size: 3.7em;
  color: #ffd500;
  text-align: center;
  font-weight: 600;
}
.carousel-caption .info {
  padding: 0em;
  font-size: 0.9em;
  color: #ffd500;
  text-align: center;
  font-weight: 200;
}
.carousel-indicators {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-control .glyphicon {
  font-size: 24px;
  display: block;
}
.carousel-control {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
  height: 40px;
}
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-control:hover {
  background-color: rgba(0, 0, 0, 0);
}
a.left.carousel-control {
  left: 0%;
  top: 100%;
  transform: translatey(-100%);
}
a.right.carousel-control {
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  opacity: 100%!important;
}
/* ------ Small devices (tablets, 768px and up) ------ */
@media (min-width: 768px) {
  .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    padding: 0px 0px 0px 0px;
  }
  .navbar {
    min-height: 0px;
  }
  #myModalmech .modal-dialog {
    width: 750px;
  }
  .nav-tabs > li > a {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.075em;
  }
  .modal-resize {
    width: 75%;
  }
  .carousel-caption {
    position: absolute;
    top: 57%;
    left: 0%;
    right: 60%;
    bottom: auto;
    z-index: 10;
    transform: translateY(-50%);
    padding: 0%;
    display: block;
    background-color: transparent;
    font-size: 14px;
  }
  .carousel-caption .title {
    font-size: 1em;
  }
  .carousel-caption .flash {
    font-size: 3.1em;
  }
  .carousel-caption .info {
    font-size: 0.65em;
  }
  a.left.carousel-control {
    left: 3%;
    top: 100%;
    transform: translatey(-150%);
  }
  a.right.carousel-control {
    left: 3%;
    top: 100%;
    transform: translate(100%, -150%);
  }
  .navbar-nav > li > a {
    padding: 10px 8px;
    font-size: 1em;
  }
}
/*------  Medium devices (Laptops, 992px and up) ------ */
@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 20px;
  }
  .navbar-nav > li > a {
    padding: 10px 14px;
    font-size: 1em;
  }
}
/* ------ Large devices (large desktops, 1200px and up) ------ */
@media (min-width: 1200px) {
  .navbar-nav {
    margin-right: 20px;
  }
  .nav-tabs {
    background-color: transparent;
  }
  .tab-content {
    background-color: transparent;
    padding: 0px;
  }
  .carousel-caption {
    top: 50%;
    right: 60%;
    font-size: 21px;
  }
  .navbar-nav > li > a {
    font-size: 1.1em;
  }
}
/* ------------------------ END Bootsrap Restyle ------------------------ */
/* ------------------------ Site Specific CSS ------------------------ */
.color-primary {
  color: #000000;
}
.color-secondary {
  color: #ffd500;
}
.color-tertiary {
  color: #5a5f64;
}
.color-primary-light {
  color: #a6a6a6;
}
.color-white {
  color: white;
}
.background-primary {
  background-color: #000000;
}
.background-secondary {
  background-color: #ffd500;
}
.background-tertiary {
  background-color: #5a5f64;
}
.background-primary-light {
  background-color: #4d4d4d;
}
.background-secondary-light {
  background-color: #ffffff;
}
.link-white a:link {
  color: #ffffff !important;
}
.light {
  font-weight: 300!important;
}
.semi-bold {
  font-weight: 400!important;
}
.bold,
strong {
  font-weight: 700!important;
}
.inset {
  padding-right: 4%;
  padding-left: 4%;
}
.inset-small {
  padding-right: 4%;
  padding-left: 4%;
}
.inset-large {
  padding-right: 8%;
  padding-left: 8%;
}
.inset-smaller {
  padding-right: 2%;
  padding-left: 2%;
}
.main-header {
  padding: 20px 0px 0px 0px;
}
.title {
  font-size: 2.6em;
  line-height: normal;
  margin-bottom: 20px;
}
.sub-title {
  font-size: 2em;
  line-height: normal;
  margin-bottom: 16px;
}
.strapline {
  font-size: 1.6em;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 12px;
}
.antler-divider img {
  max-height: 40px;
}
.antler-divider {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.antler-divider:before,
.antler-divider:after {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-top: 20px;
}
.antler-divider:before {
  right: 0.5em;
  margin-left: -50%;
}
.antler-divider:after {
  left: 0.5em;
  margin-right: -50%;
}
.background-stag {
  background-image: url(../../images/set-up/stag-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.background-stag-full {
  background-image: url(../../images/set-up/stag-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% -50px;
  background-size: 600px 600px;
}
.stag-icon {
  max-height: 50px;
  margin-bottom: 20px;
}
.body-menu {
  margin: 0px;
  padding: 0px;
}
.body-menu ul {
  margin: 6px 0px;
}
.body-menu li a:before {
  content: "|";
  position: absolute;
  left: 0px;
}
.body-menu li:first-child a:before {
  content: "";
  position: absolute;
  left: 0px;
}
.body-menu li {
  display: inline-block;
  padding: 2px 10px 4px 10px;
  font-weight: 100;
  line-height: 1.42857143;
  color: #000000;
  border-bottom: 0px #FFFFFF solid;
  margin-bottom: 0px;
  white-space: nowrap;
  list-style: none;
  clear: none;
  position: relative;
  font-size: 0.9em;
  text-transform: uppercase;
}
.body-menu > li > a {
  list-style: none;
}
.body-menu > li > a:hover,
.body-menu > li > a.active,
.body-menu > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.video-watermark-area {
  position: relative;
  overflow: visable;
  width: 100%;
  height: 100%;
  display: block;
}
.video-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20%;
  height: auto;
  z-index: 1000;
  fill: white!important;
}
.video-watermark .svg {
  fill: white!important;
}
.video-watermark .svg .st0,
.video-watermark .st1 {
  fill: white!important;
}
video::-webkit-media-controls-panel {
  background-color: #000000;
}
.bottom-padding {
  margin-bottom: 25px;
}
.main-form label {
  font-weight: 500;
  font-size: 1.2em;
}
.main-form label span {
  font-weight: 300;
  font-size: 0.9em;
}
.info-table {
  font-size: 1em!important;
}
.info-table th {
  font-size: 1.1em!important;
  font-weight: 600!important;
}
.info-table td {
  text-align: left;
}
.submit_button {
  background-color: #ffd500;
  color: black;
  padding: 5px 10px;
  font-size: 1em;
  border: solid 2px #ffd500;
  text-transform: uppercase;
  font-weight: 600;
}
.submit_button:hover {
  background-color: #353e40;
  color: #ffd500;
}
.btn-link {
  background-color: #ffd500;
  color: black;
  padding: 5px 10px;
  font-size: 1em;
  border: solid 2px #ffd500;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-link:hover {
  background-color: #353e40;
  color: #ffd500;
}
.btn-link-wide {
  display: inline-block !important;
  padding: 6px 12px!important;
  margin: 0px;
  text-decoration: none!important;
  color: #000000 !important;
  font-weight: 300!important;
  line-height: inherit!important;
  white-space: normal;
  border: 1px solid #000000;
  outline: none;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #ffd500;
  color: black;
  padding: 5px 10px;
  font-size: 1em;
  border: solid 2px #ffd500;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.btn-link-wide:hover {
  background-color: #353e40;
  color: #ffd500 !important;
}
.main-form {
  margin-bottom: 25px;
}
.main-form .checkbox input[type="checkbox"] {
  font-weight: 500;
  margin-top: -8px !important;
  box-shadow: none!important;
  line-height: 2em;
}
.main-form .checkbox input {
  line-height: 2em;
}
.main-form .form-control {
  width: inherit!important;
  background-color: transparent!important;
}
.alert {
  font-size: 1.1em;
  color: #d10003;
  display: block;
  padding: 2px 6px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
}
.alert:before {
  font-family: 'Glyphicons Halflings';
  content: "\e101";
  font-weight: 700;
  font-size: 1.6em;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
}
.error-alert {
  font-size: 1.4em;
  color: #d10003;
  display: block;
  padding: 2px 6px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
}
.error-alert:before {
  font-family: 'Glyphicons Halflings';
  content: "\e107";
  font-weight: 100;
  font-size: 1.2em;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
}
.panel-default .panel-heading .panel-title a {
  width: 100%;
  display: inline;
}
.panel-default .panel-heading .panel-title form {
  display: inline;
}
.panel-default > .panel-heading .badge {
  margin-top: 6px;
  font-weight: 300;
}
.panel-default .panel-body {
  padding: 0px;
  border: 0px;
}
.panel-default .info-table .table {
  margin-bottom: 0px!important;
}
.register-checklist {
  background-color: #c2c5c8;
  padding: 25px;
  color: black;
  font-size: 1em;
  margin-bottom: 25px;
  font-weight: 400;
}
.register-checklist li {
  margin: 0px 0px 4px 0px;
  padding: 0px;
}
.register-checklist li ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header-gradient {
  height: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdccce+0,cdccce+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(205, 204, 206, 0.65) 0%, rgba(205, 204, 206, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(205, 204, 206, 0.65) 0%, rgba(205, 204, 206, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(205, 204, 206, 0.65) 0%, rgba(205, 204, 206, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cdccce', endColorstr='#00cdccce', GradientType=0);
  /* IE6-9 */
}
.logo {
  padding-right: 20%;
}
.header-container {
  margin-top: 20px;
}
.navigation-bar {
  background-color: #ffd500;
  position: relative;
}
.navigation-bar:before {
  content: "";
}
.navbar-brand {
  padding: 0px;
  float: none!important;
}
.chevron-menu-bar {
  background-color: white;
  max-height: 50px;
  float: left;
  margin-right: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff9f9+50,f4ff28+51 */
  background: #fff9f9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff9f9 50%, #ffd500 51%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff9f9 50%, #ffd500 51%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff9f9 50%, #ffd500 51%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9', endColorstr='#f4ff28', GradientType=1);
  /* IE6-9 */
}
.social-links {
  padding: 5px;
}
.social-links > div {
  padding: 5px;
}
.social-links > div a {
  padding: 5px;
  background-color: #fef5d9;
  border-radius: 50%;
  display: block;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  max-width: 50%;
}
.Aligner-item--top {
  align-self: flex-start;
}
.Aligner-item--bottom {
  align-self: flex-end;
}
.contact {
  color: #ffd500 !important;
  font-size: 1.1em!important;
}
.contact span {
  color: white!important;
  font-size: 1em!important;
}
.contact-box {
  background-color: #72797f;
  overflow: auto;
  padding: auto;
}
.contact-box .info {
  padding: 20px;
}
.footer-nav {
  padding: 25px 0px 0px 0px;
}
.help {
  background-color: #ffd500;
  color: #5a5f64;
  font-weight: 500;
  padding: 10px 20px 18px 20px;
  margin-bottom: 0px;
  border-radius: 0px 0px 10px 10px;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
}
.help-top {
  background-color: #ffd500;
  padding: 10px 20px 0px 20px;
  border-radius: 10px 10px 0px 0px;
}
.help .icon {
  color: white;
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  padding: 3px 3px 4px 5px;
  position: absolute;
  right: 6px;
  bottom: 10px;
  font-size: 0.9em;
}
.help-contact {
  z-index: 10;
  background-color: #ffd500 !important;
  overflow: auto;
  padding-top: 20px;
}
.help .icon2 {
  color: white;
  display: none;
  border: 2px solid white;
  border-radius: 50%;
  padding: 4px 5px 4px 5px;
  position: absolute;
  right: 6px;
  bottom: 10px;
  font-size: 0.9em;
}
.hide-show {
  display: none;
  overflow: auto;
}
.align-footer {
  display: block;
}
.menu-divider {
  border-bottom: solid 1px #ffd500;
  padding-top: 4px;
  margin: 10px;
  clear: both;
  display: block;
}
/* ------ Small devices (tablets, 768px and up) ------ */
@media (min-width: 768px) {
  .main-header {
    padding: 20px 0px 20px 0px;
  }
  .title {
    font-size: 2.2em;
  }
  .sub-title {
    font-size: 1.6em;
  }
  .strapline {
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .inset {
    padding-right: 16%;
    padding-left: 16%;
  }
  .inset-small {
    padding-right: 8%;
    padding-left: 8%;
  }
  .inset-large {
    padding-right: 21%;
    padding-left: 21%;
  }
  .inset-smaller {
    padding-right: 5%;
    padding-left: 5%;
  }
  .body-menu li {
    font-size: 1.1em;
    padding: 2px 20px 4px 20px;
  }
  .navigation-bar:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url(../../images/set-up/cheveron.png);
    background-position: center;
    background-size: cover;
    border: solid 0px red;
    width: 100px;
    z-index: 1;
    background-repeat: no-repeat;
    transform: translateX(-50px);
  }
  .social-links {
    padding: 3px;
  }
  .social-links > div {
    padding: 3px 2px;
  }
  .social-links > div a {
    padding: 6px;
  }
  .logo img {
    padding-right: 0%;
    max-height: 70px;
  }
  .contact-box {
    padding: 0px;
  }
}
/* ------ Medium devices (Laptops, 992px and up) ------ */
@media (min-width: 992px) {
  .title {
    font-size: 2.4em;
  }
  .sub-title {
    font-size: 1.8em;
  }
  .strapline {
    font-size: 1.6em;
  }
  .social-links {
    padding: 3px 6px;
  }
  .social-links > div {
    padding: 4px;
  }
  .social-links > div a {
    padding: 6px;
  }
  .align-footer {
    display: flex;
  }
  .help-top {
    border-radius: 0px 0px 0px 0px;
  }
}
/* ------ Large devices (large desktops, 1200px and up) ------ */
@media (min-width: 1200px) {
  .title {
    font-size: 2.2em;
  }
  .sub-title {
    font-size: 1.8em;
  }
  .strapline {
    font-size: 1.8em;
  }
  .social-links {
    padding: 2px 6px;
  }
  .social-links > div {
    padding: 2px 6px;
  }
  .social-links > div a {
    padding: 8px 8px;
  }
}
/* ------------------------ END Site Specific CSS ------------------------ */
/* ------------------------ Animations CSS ------------------------ */
.kenburns {
  overflow: hidden;
}
.kenburns img {
  animation: kenburns 60s infinite;
}
@keyframes kenburns {
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-out;
  }
  2.5% {
    opacity: 1;
  }
  95% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-10%, -10%, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    transform: scale3d(2, 2, 2) translate3d(-12%, -12%, 0px);
    opacity: 0;
  }
}
/* ------------------------ END Animations CSS ------------------------ */
