*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
p {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
}

a {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  color: #0E6EB9;
}
#emailToken,
#link,
.mainLink{
  color: #0E6EB9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Neusa Next Std';
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
}

h1,.h1 {
  font-size: 42px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}
.secBlk {
  margin-top: 60px;
  margin-bottom: 60px;
}
img{
  max-width: 100%;
}
/* Header */

/* Banner */
.bnrWrap {
  min-height: 300px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bnrWrap h1 {
  color: #fff;
}

/* Form Wrap */
form.mktoForm,
form.mktoForm * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Proxima Nova Rg';
  padding: 0;
}
form.mktoForm h1,
form.mktoForm h2,
form.mktoForm h3,
form.mktoForm h4,
form.mktoForm h5,
form.mktoForm h6{
  font-family: 'Neusa Next Std';
}
form.mktoForm {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
form.mktoForm > div.mktoFormRow {
  flex: 0 0 50%;
  max-width: 50%;
  clear: none;
  margin: 10px 0;
  padding-left: 7px;
  padding-right: 7px;
}
form.mktoForm>div.mktoFormRow.fieldWrapFull {
  flex: 0 0 100%;
  max-width: 100%;
}
form.mktoForm > div.mktoFormRow>fieldset{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
}
form.mktoForm > div.mktoFormRow>fieldset>.mktoFormRow+.mktoFormRow{
  margin-top: 14px;
}
form.mktoForm>div.mktoFormRow.fieldWrap>.mktoFormRow+.mktoFormRow{
  margin-top: 0;
}
form.mktoForm .customChkbx{
  padding: 25px;
  background-color: #efefef;
}
form.mktoForm .formHeadCat,
form.mktoForm .formHeadUnCat{
  margin-bottom: 15px;
}
form.mktoForm .mktoFormRow.fieldWrap fieldset{
  padding: 25px !important;
  background-color: #efefef;
}
form.mktoForm .mktoFormRow.noBgFieldset fieldset,
form.mktoForm .mktoFormRow.noBgFieldset .customChkbx{
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
form.mktoForm .fieldWrap .customChkbx{
  padding: 10px 0;
}
form.mktoForm .fieldWrap .customChkbx .mktoCheckboxList{
  padding: 0;
}
form.mktoForm .fieldWrap .noSpace{
  padding-left: 45px;
}
form.mktoForm .mktoFieldWrap {
  width: 100%;
}
form.mktoForm fieldset legend,
form.mktoForm .mktoGutter,
form.mktoForm .mktoOffset,
form.mktoForm .customChkbx>label{
  display: none;
}
form.mktoForm .mktoButtonRow,
form.mktoForm .mktoFormCol {
  width: 100% !important;
  border: none;
}
form.mktoForm .mktoFormCol{
  margin-bottom: 0 !important;
}
form.mktoForm .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
  max-width: 100%;
}
form.mktoForm .mktoFieldWrap h3{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 24px;
  color: #222222;
}
form.mktoForm .mktoFieldWrap h4{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;
  color: #222222;
}
form.mktoForm .mktoFieldWrap label,
form.mktoForm p{
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0.02px;
}
form.mktoForm .mktoFieldWrap>label{
  display: block;
  width: auto !important;
  padding-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{
  width: 100% !important;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 15px;
  font-size: 18px;
  height: auto;
}
form.mktoForm select.mktoField{
  -webkit-appearance: none;
  appearance: none;
  background-image: url('https://interact.f5.com/rs/653-SMC-783/images/caretImg.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 28px;
}
form.mktoForm .mktoFieldWrap>label[for='Email']{
  display: block;
  margin-bottom: 10px;
  width: 100% !important
}
form.mktoForm input#Email{
  max-width: 500px;
  margin-bottom: 20px;
}
form.mktoForm textarea.mktoField{
  height: auto;
}
form.mktoForm .mktoFieldWrap h4 img {
  vertical-align: middle;
  margin-right: 15px;
  width: 45px;
  height: auto;
}
form.mktoForm .mktoFieldWrap .cstHead h3{
  margin-bottom: 0;
  margin-top: 15px;
}
form.mktoForm .mktoCheckboxList{
  width: 100% !important;
}
form.mktoForm .mktoCheckboxList label {
  position: relative;
  padding-left: 40px;
  margin: 0;
}
form.mktoForm input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.mktoCheckboxList input + label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 4px;
}
.mktoCheckboxList input + label:after {
  content: "";
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 7px;
  margin: auto;
  top: 9px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.mktoCheckboxList input:checked + label:before {
  background: #0e6eb9;
  border-color: #0e6eb9;
}
.mktoCheckboxList input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
form.mktoForm .selectAll.mktoCheckboxList{
  margin-top: 15px;
  margin-bottom: 0px;
}
form.mktoForm .selectAll.mktoCheckboxList label,
form.mktoForm #LblUnsubscribed ~ .mktoCheckboxList label{
  padding-left: 80px;
}
form.mktoForm .selectAll.mktoCheckboxList input + label:before,
form.mktoForm #LblUnsubscribed ~ .mktoCheckboxList input + label:before{
  display: block;
  width: 58px;
  height: 26px;
  background: #CCCCCC;
  border-radius: 31px;
  border: none;
  top: 0;
}
form.mktoForm .selectAll.mktoCheckboxList input + label:after,
form.mktoForm #LblUnsubscribed ~ .mktoCheckboxList input + label:after{
  background-image: url('https://interact.f5.com/rs/653-SMC-783/images/uncheckIconGrey.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
  display: inline-block;
  border: none;
  opacity: 1;
  visibility: visible;
  width: 22px;
  height: 22px;
  transform: none;
  left: 2px;
  top: 2px;
  transition: all ease-in-out 350ms;
}
form.mktoForm .selectAll.mktoCheckboxList input:checked + label:before,
form.mktoForm #LblUnsubscribed ~ .mktoCheckboxList input:checked + label:before{
  background: rgba(124, 192, 235, 0.7);
}
form.mktoForm .selectAll.mktoCheckboxList input:checked + label:after,
form.mktoForm #LblUnsubscribed ~ .mktoCheckboxList input:checked + label:after{
  left: 35px;
  background-image: url('https://interact.f5.com/rs/653-SMC-783/images/whiteTickCircle.png');
}
form.mktoForm .mktoButtonRow{
  padding-left: 7px;
  padding-right: 7px;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
form.mktoForm .mktoButtonRow .mktoButton{
  background-image: none;
  background-color: #0E6EB9;
  border-color: #0E6EB9;
  font-family: 'Proxima Nova Rg';
  font-style: normal;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 15px;
  min-width: 190px;
  text-align: center;
  padding: 12px 18px;
  border-radius: 5px;
  transition: all ease-in-out 350ms;
}
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
form.mktoForm .mktoButtonRow .mktoButton:hover,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
form.mktoForm .mktoButtonRow .mktoButton:focus,
form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
form.mktoForm .mktoButtonRow .mktoButton:active{
  background-image: none;
  background-color: #0E6EB9;
  border-color: #0E6EB9;
  opacity: 0.8;
}
form.mktoForm .emailWrap .mktoError,
form.mktoForm .mktoCstmError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
  left: 0 !important;
  right: auto !important;
  bottom: -30px !important;
}
form.mktoForm .mktoCstmError{
  visibility: hidden;
  opacity: 0;
}
form.mktoForm .mktoCstmError.mktoCstmErrorShow{
  visibility: visible;
  opacity: 1;
}
form.mktoForm .mktoCstmError .mktoErrorArrowWrap {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 100;
}
form.mktoForm .mktoCstmError .mktoErrorArrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
}
form.mktoForm .mktoCstmError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
}
.mktoCstmError .mktoErrorMsg .mktoErrorDetail {
    display: block;
}

/* Card Section */
.cardSecWrap .card{
  padding: 30px 15px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.141176);
  border-radius: 5px;
}
.cardImgWrap{
  width: 100px;
  height: 100px;
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.cardImgWrap img{
  flex: 0 0 60px;
  max-width: 60px;
}
.cardSecWrap .card-body{
  padding: 0;
  text-align: center;
}
.cardSecWrap a{
  text-decoration: none;
}

/* Footer */
.mainFooter .bottomLinks {
  color: #fff;
}
.mainFooter .bottomLinks {
  color: #fff;
  padding-top: 30px;
  position: relative;
}
.mainFooter .bottomLinks:before {
  position: absolute;
  width: 76%;
  height: 2px;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #707070;
  display: block;
  content: "";
  margin: auto;
}

.mainFooter {
  background-color: #222222;
  background-image: url(/rs/661-IED-822/images/footerTopBar.png) !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding: 100px 0;
  color: #fff;
}

.mainFooter a,
.mainFooter p,
.mainFooter h2,
.mainFooter h6,
.mainFooter li {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.mainFooter h6{
  text-transform: uppercase;
}

.mainFooter h2 {
  margin-bottom: 20px;
  font-family: 'Neusa Next Std';
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.03400000184774399px;
  text-align: center;
}

.mainFooter ul,
.mainFooter li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.mainFooter li+li{
  margin-top: 5px;
}
#ftrTopContent {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.mainFooter .col {
  margin-top: 25px;
}

.mainFooter .col h6 {
  font-weight: 700;
}

.mainFooter .sclBar {
  margin-bottom: 10px;
  margin-top: 60px;
}

.mainFooter .sclBar>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mainFooter .sclBar ul li {
  display: inline;
}

.mainFooter .sclBar h6 {
  font-family: 'Neusa Next Std';
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.600000023841858px;
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
}

.mainFooter .sclBar ul li img {
  height: 21.498449325561523px;
  width: 20.054895px;
  border-radius: 0px;
  object-fit: contain;
  margin: 0 10px;
}

.mainFooter .bottomLinks img {
  height: 37px;
  width: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.mainFooter .bottomLinks,
.mainFooter .bottomLinks span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
}
.mainFooter .bottomLinks a{
  padding: 0 5px;
  font-size: 14px;
}
 .quickLinksWrap{
   margin-top: 15px;
 }
/* Custom Responsive */
@media screen and (max-width: 991px){
  .bnrWrap {
    min-height: 200px;
  }
  /* Form */
  form.mktoForm > div.mktoFormRow{
    flex: 100%;
    max-width: 100%;
  }
  form.mktoForm .fieldWrap .noSpace {
    padding-left: 0;
  }
  .mainFooter .sclBar>div{
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px){
  .cardSecWrap .col-md-3.col-12{
    margin-top: 30px;
  }
  .quickLinksWrap>div{
    border-bottom: 1px solid #fff;
    padding: 0 15px;
  }
  .quickLinksWrap ul{
    display: none;
  }
  .quickLinksWrap h6{
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
  }
  .quickLinksWrap h6:after{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: -2px;
  }
  .mainFooter .sclBar h6{
    margin-right: 0;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px){
  h1, .h1{
    font-size: 34px;
  }
  #logoWrap img{
    max-width: 50px;
  }
  .bnrWrap {
    min-height: 175px;
    padding: 30px 0;
  }
  .mainFooter .sclBar>div{
    flex-wrap: wrap;
  }
  form.mktoForm .mktoFieldWrap h4{
    float: left;
    width: 100%
  }
  form.mktoForm .mktoFieldWrap h4 img{
    float: left;
  }
  .mainFooter .sclBar h6,
  .mainFooter .bottomLinks img{
    display: none;
  }
  .mainFooter #bottomLinks{
    line-height: 2;
  }
}

@media only screen and (max-width: 480px){
  #logoWrap img{
    max-width: 30px;
  }
  div.mktoForm, div.mktoForm *{
    padding: 0;
  }
  form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, form.mktoForm .mktoButtonRow .mktoButton{
    width: 100%;
  }
}