@charset "UTF-8";
@font-face {
  font-family: 'OSC';
  src: url('../css/fonts/open_sans_condensed_300-webfont.woff2') format('woff2'),
    url('../css/fonts/open_sans_condensed_300-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: 'liga';
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  letter-spacing: -0.5px;
}
body,
html,
input {
  height: 100%;
}
a,
aside,
dd,
div,
dl,
dt,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
label,
li,
ol,
p,
select,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
tr,
ul,
em {
  font-style: normal;
  font-size: 15px;
  font-display: swap;
  color: #000;
  font-family: 'Open Sans';
  outline: none;
  margin: 0;
  padding: 0;
}
header,
section,
article,
aside,
hgroup,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
}
.yellow {
  color: #f3c344 !important;
}
.ttu {
  text-transform: uppercase !important;
}
:-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type='text'],
input[type='email'],
input[type='password'],
select {
  outline: none !important;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  margin: 15px 0 15px 0;
  width: 100%;
  color: #000;
  padding: 10px;
  height: 45px;
}
input[type='text']:-webkit-input-placeholder {
  color: #000;
}
input[type='radio'] {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  outline: none;
  box-shadow: 0;
  margin: 17.5px 0 0 40px;
  float: left;
  display: inline-block;
  background: #fff;
}
input[type='radio']:before {
  content: '';
  display: block;
  width: 55%;
  height: 55%;
  margin: 22.5% auto;
  border-radius: 50%;
}
input[type='radio']:checked:before {
  background: #2d64e4;
}
.nopad {
  padding: 0;
  margin: 0;
}
button:hover {
  opacity: 0.8;
}
#wrapper .lrpad {
  padding: 0 11.5%;
}
#wrapper header .logo {
  padding: 2% 11.5%;
}
#wrapper header .logo img {
  max-width: 21%;
}

/*================================================= TICKER CSS =========================================================*/
.ticker {
  background: #136f8a;
  padding: 0;
  overflow: hidden;
}
#wrapper .ticker .lrpad {
  padding: 0 12.5%;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
}
.ticker-wrap .ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
}
.ticker-wrap .ticker__item * {
  font-size: 22px;
  color: #fff;
  font-style: normal;
}
.ticker div {
  text-align: center;
}
.ticker div strong {
  font-weight: 700;
}
.ticker .rows {
  position: relative;
  padding: 0 45px;
  width: 100%;
}
/*.ticker .rows:before,.ticker .rows:after{ position: absolute; left: 0 ;top:20px; background: url(../img/warning.png) no-repeat 0 0; background-size:100% auto;width:24px; height:24px; z-index: 1;content:''}*/
.ticker .rows:after {
  left: auto;
  right: 0;
}

/*================================================= TICKER CSS =========================================================*/

#wrapper .main {
  background: url('https://converge-strapi-prod.s3.amazonaws.com/bg_c_7390635135.jpg') no-repeat center 35%;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
}
/*#wrapper .main h1,#wrapper .mainwrapper h2{color:#222222;font-size:45px;font-weight:700;text-align: center; line-height: 45px; text-transform: uppercase}*/
#wrapper .main h1,
#wrapper .mainwrapper h2 {
  color: #fff;
  text-align: center;
}
#wrapper .main h1,
#wrapper .mainwrapper h2 {
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-size: 40px;
  padding: 10px 0 15px;
  font-weight: 800;
}
/*{text-transform:uppercase;text-shadow:0px 0px 10px rgba(0, 0, 0, 1); font-size: 40px; padding:60px 0 15px; font-weight: 800}*/
#wrapper .main h1 span,
#wrapper .mainwrapper h2 span {
  color: #403e3e;
  font-size: 45px;
  font-weight: 800;
}

#wrapper .mainwrapper .timeline h3 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 100;
}
#wrapper .mainwrapper .timeline h3 em {
  font-style: italic;
  color: #136f8a;
  font-size: 24px;
  font-weight: 700;
}
#wrapper .mainwrapper .timeline {
  background-color: #222;
  background-image: none !important;
}
#wrapper .main .section_shadow {
  background: rgba(255, 255, 255, 0.5);
  padding: 7px;
  border-radius: 25px;
  margin: 0 auto;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#wrapper .main .section_shadow .second {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 20px;
  max-width: 750px;
}
#wrapper .main .section_shadow img {
  max-width: 80%;
  margin: 20% 0 0;
}
#wrapper .form-content .section_shadow {
  background: rgba(255, 255, 255, 0.5);
  padding: 7px;
  border-radius: 25px;
  margin: 0 auto;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
#wrapper .form-content .section_shadow .second {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 20px;
  max-width: 750px;
}
#wrapper .form-content .section_shadow img {
  max-width: 80%;
  margin: 20% 0 0;
}
#wrapper .main h2,
#wrapper .main h2 em,
#wrapper .main h3,
#wrapper .main h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
#wrapper .main h2 em {
  font-style: italic;
  font-weight: 800;
}
#wrapper .main h3 {
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  font-size: 40px;
  padding: 60px 0 15px;
  font-weight: 800;
}
#wrapper .main .shift {
  padding: 30px 0 0;
  max-width: 650px;
}
#wrapper .main ul {
  margin: 0 0 0 30px;
}
#wrapper .main ul li {
  color: #fff;
  font-size: 22px;
  padding: 5px 0;
}
#wrapper .mainwrapper {
  background: #dbdcdc url(../img/bg-form.jpg) repeat-x bottom left;
  padding: 20px 0;
}
#wrapper .mainwrapper h2 {
  max-width: 950px;
  margin: 0 auto;
}

footer {
}
footer .legal {
  background: #2f2f2f;
  padding: 5px 0;
}
footer .legal p,
footer a,
footer .links {
  color: #b5b5b5;
}
footer a {
  text-decoration: underline;
}
/*#wrapper .form-content .container{background: url(../img/pills.png) no-repeat right 100%; background-size:auto 80%}*/
#wrapper .form-content .container {
  background-size: auto 80%;
}
#wrapper .form-content form {
  margin: 0 auto;
  width: 100%;
  max-width: 475px;
}
#wrapper .form-content form .col-12 {
  padding: 0;
}
#wrapper .form-content form {
  padding: 60px 0 0;
}
#wrapper .form-content form p {
  font-size: 25px;
  text-align: center;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 15px 0 0;
}
#wrapper .form-content form span {
  font-size: 20px;
}
#wrapper .form-content form h6 {
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  color: #403e3e;
  text-align: center;
  padding: 10px 0 0;
}
#wrapper .form-content form button {
  background: url(../img/button.png) no-repeat 0 0;
  color: #fff;
  border: 0;
  width: 100%;
  border-radius: 5px;
  padding: 22px 0 30px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  margin: 15px 0 0;
  background-size: 100% auto;
}

button:focus {
  outline: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.timelineimage {
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#wrapper .form-content form .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 7px 20px 0;
}
#wrapper .form-content form .slider {
  background-color: #fff;
}
#wrapper .form-content form .slider:before {
  background-color: #999;
  height: 16px;
  width: 16px;
}
#wrapper .form-content form input:checked + .slider {
  background-color: #2196f3;
}
#wrapper .form-content form input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

#wrapper .main .selext {
  margin: 0 auto;
  max-width: 200px;
  padding: 30px 0 0;
  overflow: hidden;
}
#wrapper .main .selext span {
  color: #fff;
  font-size: 25px;
}
#wrapper .main .selext span,
#wrapper .main .selext label {
  float: left;
  display: inline-block;
}
#wrapper .main .selext .switch {
  width: 70px;
  height: 34px;
}
#wrapper .main .selext .slider {
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 4px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: inset 2px 2px 4px 0px rgba(50, 50, 50, 0.55);
  box-shadow: inset 2px 2px 4px 0px rgba(50, 50, 50, 0.55);
}
#wrapper .main .selext .slider:before {
  background: rgb(11, 112, 137);
  background: linear-gradient(
    190deg,
    rgba(11, 112, 137, 1) 0%,
    rgba(17, 172, 211, 1) 100%
  );
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  width: 24px;
  height: 24px;
  left: 6px;
  bottom: 5px;
}
#wrapper .main .selext input:checked + .slider {
  background-color: #fff;
}
#wrapper .main .selext input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}
#wrapper .main .selext input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}
