.icon {
  max-height: 50px;
}
.carousel-control {
  opacity: 1 !important;
}

.blacker3 {
  padding-top: 4em;
  background: black;
}
a.white {
  font-size: 14px;
  color: white !important;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
  display: none !important;
}
.gm-bundled-control .gmnoprint {
  display: block !important;
}
.gmnoprint:not(.gm-bundled-control) {
  display: none;
}
.gm-svpc {
  display: none !important;
}

.hero-slide {
  background-position: center !important;
}

.center2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  text-align: center;
  margin-top: 0em;
}
.bluishButton.new {
  margin-top: 40px;
  font-size: 14px;
  color: white !important;
  background-color: #2f5399;
  border: 2px solid transparent;
  font-weight: 300;
  padding: 12px 0px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1em;
  margin-left: 1em;
  width: 162px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.bluishButton.new:hover {
  /* background-color: transparent; */
  /* border: 2px solid #2f5399; */
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* modals */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  opacity: 0.97;
  background: #2c2b37;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: scroll;
}
.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px;
  border-radius: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: none;
}
.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}
.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}
.modal-body {
  position: absolute;
  top: 0%;
  bottom: 0%;
  width: 100%;
  font-weight: 300;
  /* overflow: hidden; */
  background: #2c2b37;
  height: 100%;
  /* min-height:3000px; */
  z-index: 9999 !important;
  padding-top: 2em;
  padding-bottom: 2em;
}
.modal-footer {
  position: absolute;
  right: 0;
  left: 50%;
  height: 60px;
  padding: 0px;
  background: none;
  top: 0px;
}

.modal-footer {
  padding: 0px;
  margin-top: 0px;
  text-align: right;
  border-top: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
}
.btn {
  height: 40px;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.btn:focus,
.btn:active,
.btn:active:focus {
  box-shadow: none;
  outline: none;
}
.btn-modal {
  color: blue;
  min-width: 160px;
  height: 30px;
  text-decoration: underline;
  margin-top: -12px;
  outline: none !important;
  background: none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  color: #767b93;
  color: #fff;
  text-align: center;
  background: #60cc69;
  border: 1px solid #36a940;
  border-bottom: 3px solid #36a940;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus:active,
.btn-primary:active:active {
  border-bottom: 1px solid #36a940;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  font-weight: 300;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #bfc5ce;
  border: 1px solid #a2aab8;
  border-bottom: 3px solid #a2aab8;
}
.btn-default:active,
.btn-default:hover:active,
.btn-default:focus:active,
.btn-default:active:active {
  border-bottom: 1px solid #a2aab8;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #cc7272;
  background: transparent;
  border: 0;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid #d3dae0;
}
::-webkit-scrollbar-thumb {
  background: #b6c0cb;
}

h6 {
  color: black !important;
}
h2.modalFont {
  margin-top: 0px;
  text-transform: inherit;
}

h2.modalFont.two {
  margin-top: 1em;
  margin-bottom: 1em;
}
p.modalFont {
  text-align: left;
}

a.modalFont {
  color: white;
  text-decoration: underline;
  font-size: 20px !important;
  font-weight: 500 !important;
}

h1.modalFont {
  font-size: 14px !important;
  color: black;
  text-shadow: none;
  margin: 10px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 10px;
  text-transform: inherit;
}

.flickity-prev-next-button.previous {
  left: 10px;
  position: absolute;
  z-index: 300;
}

.flickity-prev-next-button.next {
  right: 10px;
  position: absolute;
  z-index: 300;
}

h1.acq {
  font-size: 2.6em !important;
  font-weight: 700 !important;
  margin-bottom: 45px;
}

h1.acq.two {
  font-size: 1.8em !important;
  font-weight: 400 !important;
  margin-bottom: 45px;
}

#menu li.slide-line,
#menu2 li.slide-line {
  display: block;
  padding: 0;
  margin: 0;
  background: black;
  position: absolute;
  top: 0;
  width: 43px;
  height: 3px;
  left: 83px;
  top: 20px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .hero-slide {
    background-position: center;
  }
  .overlayText {
    font-family: "Roboto Condensed", sans-serif !important;
    color: white;
    font-size: 2em !important;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .bluish3 {
    margin-bottom: 5em;
  }
}

@media (max-width: 991px) {
  .tabletHidden {
    display: block;
    margin-top: -1em;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .slicker.two {
    font-size: 5em !important;
    margin-top: -0.6em !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  h1.slicker {
    font-size: 4em !important;
  }
  .slicker.two {
    font-size: 4em !important;
  }
}

@media (max-width: 767px) {
  .center2 {
    margin-top: 0em !important;
  }

  h1.acq.two {
    font-size: 1.8em !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }

  .funThing {
    bottom: 25%;
  }
  .mobileHidden {
    margin-top: 0em !important;
  }
  h1.slicker {
    font-size: 2.5em !important;
    margin-top: 1.5em !important;
  }

  .slicker.two {
    font-size: 2.5em !important;
    margin-top: -0.6em !important;
  }
  .hero-content.acq {
    margin-top: 4em;
  }
  #slideUpLiner {
    height: 3px;
    width: 70px;
    margin-top: 3em !important;
  }
  p.small:last-of-type {
    margin-bottom: 20px;
  }
  .whiteLine3.pb100 {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .flickity-viewport {
    height: 240px !important;
    touch-action: pan-y;
  }
  .form-group.states {
    width: auto;
  }
  h1.acq {
    margin-bottom: 1em;
  }
  .states .form-control {
    width: auto !important;
    min-width: 0px !important;
  }
  .pb100.mobile {
    margin-top: 3em;
  }

  #slideUpLiner3 {
    height: 3px;
    width: 90px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  p.register.two {
    margin-top: 0em !important;
    margin-bottom: 1em !important;
  }
}

@media (max-width: 480px) {
  h1.slicker {
    font-size: 1.8em !important;
    margin-top: 1.5em !important;
  }

  .slicker.two {
    font-size: 1.8em !important;
    margin-top: -0.6em !important;
  }
}

.slick-slider {
  visibility: hidden;
}
.slick-slider.slick-initialized {
  visibility: visible;
}

/* styles for internet explorer */

.nav {
  list-style-type: none !important;
}

li {
  list-style-type: none !important;
}
