* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-size: 17px;
  font-weight: 700;
  color: #2d2d2d;
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}

a {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #00a8d6;
}

a:hover, a:focus {
  text-decoration: none;
  color: #007DA0;
  outline: none;
}
.twoColText h2 a:hover {
  color: inherit;
}
ul {
  list-style-type: circle;
}
li{
  font-size: 14px;
}
.listingLi li{
  margin: 0 0 4px;
  /* line-height: 18px; */
  list-style: none;
  position: relative;
}
#secPrsntr{
  margin-top: 25px;
}
#secContent2 {
  margin-bottom: 25px;
}
.listingLi li:before{
  width: 5px;
  height: 5px;
  content: '';
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0172ce;
  position: absolute;
  left: -15px;
  top: 10px;
}
img{
  max-width: 100%;
}
::-moz-selection {
  text-shadow: none;
  background: #08b4da;
  color: #FFF;
}

::selection {
  text-shadow: none;
  background: #08b4da;
  color: #FFF;
}
.btn-primary {
  color: #fff;
  background-color: #0072ce;
  border-color: #0072ce;
}
form#mktoForm_3529  .btn-primary {
  margin-top: 15px;
}
.btn.btn-primary a {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border: none !important;
  padding: 10px 30px !important;
  font-weight: bold;
  font-size: 14px;
  background-color: #0072ce !important;
  border-color: #0072ce !important;
  background-image: none !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  width: auto;
  display: inline-block;
}
form#mktoForm_3529 h4 + p {
  margin-bottom: 15px;
}
form#mktoForm_3529 .btn.btn-primary a:hover, form#mktoForm_3529 .btn.btn-primary a:hover {
  border-color: #357ebd !important;
  background-color: #08b4da !important;
  background-image: none !important;
}
.btn {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

.btn:hover, .btn:focus {
  background-color: #08b4da;
  color: #FFF;
}

.img-responsive img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
#footerSection{
  padding: 25px 0px 15px 0px;
}
.footer .row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .col-lg-6{
  max-width: 50%;
  flex: 0 0 50%;
}
.footer p, .footer a {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-links {
  text-align: right;
}

.formSec form.mktoForm {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 700px;
}
.formSec .mktoHtmlText{
  width: 100% !important;
}
.sNote p {
  margin-bottom: 10px;
}
/* ==========================================================================
FORM 2.0 -- Simple Form STYLES ONLY
========================================================================== */
form.mktoForm .mktoFormCol{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0 !important;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(2),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(1) {
    width: 100%;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2),
form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(1) {
    width: 50%;
}
form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(4),
form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(3),
form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(2),
form.mktoForm .mktoFormCol:nth-child(4):nth-last-child(1) {
    width: 33.33%;
}
form.mktoForm .mktoFormCol{
    padding-left: 8px;
    padding-right: 8px;
}
form.mktoForm .mktoFieldWrap,
form.mktoForm .mktoField{
  width: 100% !important;
}
form.mktoForm .mktoRadioList .mktoField{
  width: auto !important;
  float: left;
  height: auto;
}
form.mktoForm .mktoFieldWrap{
  padding-bottom: 5px;
}
form.mktoForm .mktoRadioList input[type="radio"]+label{
  width: auto !important;
  overflow: hidden;
  margin-top: 0;
}
form.mktoForm input[type=text], form.mktoForm input[type=url], form.mktoForm input[type=email], form.mktoForm input[type=tel], form.mktoForm input[type=number], form.mktoForm input[type=date], form.mktoForm textarea.mktoField, form.mktoForm select.mktoField{
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
}
form.mktoForm .mktoButtonRow{
  width: 100%;
  text-align: center;
}
form.mktoForm .mktoButtonWrap{
  margin-left: 0 !important;
  margin-top: 15px;
  display: block;
  text-align:center;
}
form.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  border: none !important;
  padding: 10px 30px !important;
  font-weight: bold;
  font-size: 14px;
  background-color: #0072ce  !important;
  border-color: #0072ce  !important;
  background-image: none !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  width: auto;
}
form.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover,
form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border-color: #357ebd  !important;
  background-color: #08b4da !important;
  background-image: none !important;
}
.rdWrap{
  width: 33.3%;
  float: left;
}
form.mktoForm .mktoRadioList .rdWrap>label{
  float: none;
  padding-bottom: 0px;
}
.rRadio{
  position: relative;
}
form.mktoForm .mktoRadioList .rdWrap .mktoField{
  position: absolute;
  top: 5px;
  left: -4px;
}
form.mktoForm .mktoRadioList .rdWrap input[type="radio"]+label{
  padding-left: 15px;
}
.secBlk{
  margin-top: 50px;
  margin-bottom: 50px;
}
.secBlk h1{
  font-size: 45px;
}
.secBlk h2{
  font-size: 40px;
}
.secBlk p{
  font-size: 14px;
  line-height: 1.5;
}
/* Header */
.headLinks {
  padding: 20px 15px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.headLinks a  {
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 8px;
  text-decoration: underline;
}
.headLinks a:hover,
.headLinks a.active{
  background-color:#21557f;
  text-decoration: none;
}
.headLinks a.active{
  pointer-events: none;
  cursor: default;
}

#banner{
  min-height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#bannerImg img{
  width: 100%;
}

.twoColText{
  display: flex;
  justify-content: center;
  align-items: center;
}
.twoColText h2,
.twoColText p{
  margin: 0;
  padding: 0 10px;
}
.twoColText h2{
  font-size: 50px;
  color: #AEC223;
  font-weight: 700;
  text-transform: uppercase;
}
.twoColText h2 span{
  color: #0172ce;
}
#section-1 p{
  color: #0172ce;
  font-weight: 600;
}
#secContent2 h3{
  font-size: 18px;
}

.prWrap{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.prWrap h5{
  font-size: 16px;
  font-weight: 600;
  color: #0172ce;
  margin-bottom: 0;
}
.line-font img{
  height: 112px;
  margin: 10px 0;
}
.prWrap h4{
  font-size: 14px;
  margin-bottom: 5px;
}
.prWrap p{
  margin-bottom: 0;
}

#prDetails-Head{
  margin-bottom: 30px;
}
.priWrap{
  padding-top: 25px;
  padding-bottom: 25px;
}

.sNote{
  position: fixed;
  background-color: #fff;
  box-shadow: 0 -5px 5px rgb(0 0 0 / 10%);
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 6px 0;
}
.sNote .container{
  width: 100%;
}
.sNoteToggle{
  position: absolute;
  top: 5px;
  right: 25px;
  display: inline-block;
  width: 25px;
  z-index: 9;
}
.sNote .listingLi {
  margin: 0;
  padding-left: 15px;
}
.sNote .listingLi {
 line-height: 18px;
}
.sNote .listingLi li:last-child{
  margin-bottom: 0;
}
.contentModal .modal-dialog{
  width: 100%;
  max-width: 700px;
}
.contentModal .modal-content{
  border-radius: 0;
}
.contentModal .modal-body {
    padding: 40px 35px;
    text-align: center;
}
.contentModal h2{
  font-weight: 700;
  color: #0072ce;
  font-size: 40px;
}
.contentModal p{
  margin-top: 35px;
  margin-bottom: 35px;
}
.contentModal .btn{
  margin: 0 10px;
}
.contentModal .close{
  background-color: #0072ce;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -15px;
  top:-15px;
  z-index: 9;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  border-radius: 50%;
}
.mobileView {
  display: none;
}
/* Custom Responsive */
@media screen and (max-width:991px) {
  .sNote{
    height: 80px;
  }
}
@media screen and (max-width:768px) {
  .desktopView {
    display: none;
  }
  .mobileView {
  display: block;
  }
}
@media screen and (max-width:767px) {

  form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(3),
    form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(2),
    form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(1),
    form.mktoForm .mktoFormCol:nth-child(1):nth-last-child(4),
    form.mktoForm .mktoFormCol:nth-child(2):nth-last-child(3),
    form.mktoForm .mktoFormCol:nth-child(3):nth-last-child(2),
    form.mktoForm .mktoFormCol:nth-child(4):nth-last-child(1) {
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }

  .footer .col-lg-6{
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #footer-Left{
    text-align: center;
  }
  .sNote{
    height: 110px;
  }
  .contentModal .modal-dialog{
    margin: 20px 0 0;
  }
  .contentModal .close{
    right: 0;
    top: -1px;
    border-radius: 0;
  }
  .contentModal .modal-body{
    padding: 20px 15px;
  }
  .rdWrap label>strong{
    padding-left: 0 !important
  }
}

@media screen and (max-width:575px) {
  .mktoForm .mktoCstError {  
    left: 10px; 
}
  .twoColText h2,
.twoColText p{
 text-align: center;
}

  .twoColText{
    display: block;
  }
  #section-1 h2 {
    font-size: 30px;
  }
  .prWrap .col-xs-4{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .priWrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .priWrap .col-xs-4,
  .priWrap .col-xs-8{
    width: 100%;
  }
  .priWrap .col-xs-4{
    padding-bottom: 20px;
  }
  .priWrap img{
    max-width: 200px;
  }
  .rdWrap{
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .sNote {
    max-height: 100%;
    height: auto;
}
}
