@font-face {
  font-family: "gotham-book";
  src: url("../font/gotham_font_book.otf");
}

@font-face {
  font-family: "gotham-bold";
  src: url("../font/gotham_font_bold.otf");
}

@font-face {
  font-family: "Tiempos-Headline";
  src: url("../font/TiemposHeadlineSemiBold.otf");
}



body {
  font-family: gotham-book;
  
}

.fm-tiempos {
  font-family: Tiempos-Headline;
}

/* enrollment.ctp styles */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/* admin tweaks */
.dd-group{
    border: solid 1px #ced4da;
    border-radius: 5px;
}
.dd-group-text{
    background: #fff;
    border: none;
}

footer {
  background-color: #141b4d;
  color: #fff;
  font-size: 0.8rem;
}

#quote_lp_footer {
  background-color: #0047bb;
  color: #fff;
  font-size: 0.8rem;
}

.footer-link {
  padding: 0 10% 20px 10%;
}
a.mymailto{
    color: #457786;
}
a.nav-link:hover{
    background-color: #f3f6fb !important;
    border-left: solid 2px #003f87;
    border-radius: 0;
}