.iconColor {
  color: rgb(23, 95, 158);
}

.iconColor:hover {
  color: rgb(23, 95, 158);
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.hidden {
  display: none;
}

.coslDisclaimerModalButton:hover {
  cursor: pointer;
}

.btn-cosl-primary, btn-cosl-primary:visited {
  color: #001E62;
  border: solid 2px #001E62;
  background-color: #fff;
}
.btn-cosl-primary:hover, btn-cosl-primary:visited:hover {
  color: #fff;
  background-color: #001E62;
}

.btn-cosl-lg {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (min-width: 380px) {
  .btn-cosl-lg {
    width: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .btn-cosl-lg {
    width: 250px;
  }
}

.padding-zero {
  padding: 0;
}

.img-round {
  border-radius: 15px;
}

.height-40 {
  height: 40px;
}

.policyEmbed, .termsConditionsClosed, #embeddedSourceObject {
  height: 60vh;
}

@media (min-width: 750px) {
  .modal-dialog {
    width: 600px;
    max-width: 600px;
    margin: 30px auto;
  }
  .modalPolicy {
    width: 60%;
    max-width: 60%;
  }
}
#navbarToggleMobile {
  background-color: #b1b1b1;
}

#togglerDivMobile {
  background-color: #b1b1b1;
}

#targetMobileDropdown {
  text-transform: uppercase;
  background-color: #b1b1b1;
  font: normal 12px "Segoe UI";
}
#targetMobileDropdown span {
  font-size: 12px;
  font-weight: bold;
  color: #001E62;
}
#targetMobileDropdown ul {
  width: 100%;
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
}

.adjustDropdownHeightMobile {
  height: 28px;
}

#userNameHeaderMobile {
  font: normal 17px "Segoe UI";
}

.table-responsive {
  content: "Swipe left to view more...";
}

.arLandText {
  background-color: white;
  width: 100vw;
}
.arLandText .landTextArea {
  padding: 20px 40px;
  width: 100%;
  min-height: 300px;
}

.mapJumbotron {
  background-color: white;
  padding-top: 20px;
}
.mapJumbotron .mapDiv {
  /* padding-top: $totalNavHeight;*/
  height: 65vh;
  width: 100%;
}
.mapJumbotron .mapDiv .mapText {
  padding: 10px 20px;
  width: 100%;
}

/*(-infinity, 767px)*/
@media only screen and (max-width: 767px) {
  #subHeader {
    display: none;
  }
  #mainHeader {
    display: none;
  }
  .arLandText, .mapJumbotron {
    padding-top: 0;
  }
}
/*(768px, infinity)*/
@media only screen and (min-width: 768px) {
  #mainHeaderMobile {
    display: none;
  }
  #userNameHeaderMobile {
    display: none;
  }
  #targetMobileDropdown {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  #coslwhite75Image {
    display: none;
  }
}
@media only screen and (max-width: 349px) {
  #mainSubBrands #mainBrandTopResize {
    font-size: 15px;
  }
  #mainSubBrands #subBrandResize {
    font-size: 23px;
  }
}
/*(-infinity, 991)*/
@media only screen and (max-width: 991px) {
  #footerDiv {
    display: none;
  }
}
/*(992, infinity)*/
@media only screen and (min-width: 992px) {
  #footerDivMobile {
    display: none;
  }
}
/*(-infinity, 575)*/
@media only screen and (max-width: 575px) {
  #footerDivMobile {
    display: none;
  }
}
/*(576, infinity)*/
@media only screen and (min-width: 576px) {
  #footerDivMobileStacked {
    display: none;
  }
}

/*# sourceMappingURL=site.css.map */
