#alertWrapper {
    display: none;
}

body {
    font-family: 'Arial';
    font-size: 16px;
    color: #333;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.ico {
    color: #de6e01;
}
    #para00 {
  font-size: 18px;
  color: #ababab;
  font-weight: 300;
  font-style:italic;
  font-decoration:italic;
  line-height: 23px;
  letter-spacing: 1px;
  /*padding: 15px 0;*/
  font-family: 'circular';
      padding-top: 45px;
    padding-bottom: 13px;
}


@media screen and (max-width: 440px) and (min-width: 200px) {
  #para00 {
       font-size: 16px;
  color: #ababab;
   font-decoration:italic;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 15px 0;
  padding-left:9px;
  padding-right:9px;
  font-family: 'circular';
      padding-top: 29px;
    padding-bottom: 10px;
        padding-left: 99px;
    padding-right: 30px;
}
  
  }



.copyright {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  background-color: #02302e;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .copyright {
    color: #fff;
    font-family: 'Montserrat', Sans-serif;

    font-size: 14px;
    text-align: center;
    margin-left: -75px;
            margin-right: -11px;
    color: #fff;
    background-color: #02302e;
    
  }
}

.para1 {
  font-size: 12px;
  text-align: center;
  color: white;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.boxy {
    margin: 0px 15px;
    padding: 10px;
    border-top: 3px solid;
    border-top-color: #001962;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
}

.connect {
    background-color: #62a70f;
    color: #FFF;
}

.connectInner {
    max-width: 900px;
    margin: 20px auto;
}

.bkImg {
    width: 300px;
    margin: 8px;
    border: 1px solid #3398c6;
    padding: 5px;
}

.connectText {
    font-size: 24pt;
}

.buttonWrapper {
    padding: 10px 0px;
}

a.button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 34px;
    text-decoration: none;
    text-transform: capitalize;
}

a.button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c05f00;
    border: 1px solid #c05f00;
}

.f8 {
    font-size: 8pt
}

.f10 {
    font-size: 10pt
}

.f12 {
    font-size: 12pt
}

.f14 {
    font-size: 14pt
}

.f16 {
    font-size: 16pt
}

.f18 {
    font-size: 18pt
}

.f20 {
    font-size: 20pt
}

.f22 {
    font-size: 22pt
}

.f24 {
    font-size: 24pt
}

.f26 {
    font-size: 26pt
}

.f28 {
    font-size: 28pt
}

.f30 {
    font-size: 30pt
}

.f32 {
    font-size: 32pt
}

.bottomPhone {
    color: #666666;
}

.titleMain {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 46pt;
    color: #000;
    text-shadow: 0px 0px 5px #FFF;
}

.titleSub {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 32pt;
    color: #000;
    margin-top: 0px;
    margin-bottom: 12px;
    text-shadow: 0px 0px 5px #FFF;
}

.logoLeft {
    text-align: center;
    padding-top: 5px;
    /*color: #FFFFFF;*/
        background-color: #490000;
}

.logoRight {
    text-align: right;
    color: #FFFFFF;
    font-family: 'Barlow Condensed', sans-serif;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    color: #787878;
    padding: 0px 10px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 37px;
    color: #333;
    font-weight: bold;
    padding: 0px 10px;
    margin-top: 0px;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/* Custom Header */

.header-wrapper {
    padding: 0px 20px 10px 20px;
    /*background-color: #055450    ;*/
    background-color:  #d3d3d3;
   
}

.header {
    margin: 0px auto;
    max-width: 1400px;
}

.progText {
    text-transform: uppercase;
    font-size: 9pt;
}

#disclaimer {
    display: none;
    font-size: 9pt;
    margin: 5px;
    color: #bbb3b3;
}

/* Custom Content */

.content-wrapper {
    width: 100%;
    min-height: 700px;
    padding: 20px 10px 100px 10px;
}

.content {
    max-width: 1000px;
    margin: 0px auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 90%;
    color: #8f8f8f;
}

.form-wrapper {
    padding: 0px 10px 20px 10px;
}

/* Custom page footer */

.footer-wrapper {
    width: 100%;
    /*background-color: #ededef;*/
      background: #960303;
    padding: 20px;
}

.footer {
    max-width: 900px;
    margin: 20px auto 0px auto;
    font-size: 10pt;
    color: #787878;
    text-align: center;
}

.footer a {
    color: #787878;
}

.mobile {
    display: none;
}

.desktop {
    display: inline;
}

.mobileTop {
    font-size: 14pt;
    margin: 3px;
}

.mobilesBottom {
    font-size: 14pt;
    margin: 3px;
}

.w100 {
    width: 100% !Important;
}

#progress_wrapper {
    text-align: left;
    max-width: 300px;
    margin: 10px auto;
}

.progress {
    height: 10px;
    box-shadow: none;
}

.progress-bar {
    line-height: 10px;
    background-color: #128fa9;
    box-shadow: none
}

.heading_1 {
    margin: 0px 10px;
    color: #000000;
    font-weight: 900;
    /*font-size: 30px;*/
     font-size: 28px;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
}

.heading_2 {
    margin: 10px 10px;
    color: #000000;
    font-weight: 100;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}

.heading_3 {
    margin: 25px 10px;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

@media screen and (max-width: 650px) {
    .heading_1 {
        margin: 0px;
        color: #000000;
        font-weight: 900;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        line-height: 30px;
    }
    .heading_2 {
        margin: 0px 0px 10px 0px;
        color: #000000;
        font-weight: 100;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 32px;
    }
    .form-wrapper {
        padding: 0px 10px 20px 10px;
    }
    h3 {
        font-size: 26px;
    }
    .mRow {}
    .mRow2 {}
    .mHead {}
    /* Custom Header */
    .header-wrapper {
        padding: 0px 10px 10px 10px;
    }
    .centRow,
    .connectInner {
        text-align: center
    }
    .ico {
        display: none
    }
    .logoLeft {
        text-align: center;
    }
    .logoRight {
        text-align: center;
    }
    .titleMain {
        display: none;
    }
    .titleSub {
        font-size: 14pt;
    }
    .form-wrapper {}
    hr {
        margin-top: 0px;
    }
    .inputWrapperRight {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .inputWrapperLeft {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: inline;
    }
}

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

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

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {}









