@media (min-width: 750px) and (min-height: 680px) {
  html.flexbox {
    height: 100%;
  }

  .flexbox body {
    height: 100%;
    overflow: hidden;
  }
  .flexbox body > form {
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexbox .Utility-Menus,
  .flexbox .Header,
  .flexbox .Emergency,
  .flexbox .Footer {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .flexbox .SlideShow {
    padding: 0 !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
form > img {
  position: absolute;
  top: -1px;
}

.SlideShow {
  font-family: "montserratultra_light", sans-serif;
}
.SlideShow a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .SlideShow {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  .SlideShow.hasCall {
    padding-bottom: 36.66667%;
  }
}

.SlideShow-bullets {
  list-style: none;
  white-space: nowrap;
  padding: 13px 3.75%;
  line-height: 13px;
  line-height: 0.8125rem;
  background: #666;
}
.SlideShow-bullets li {
  display: inline-block;
  margin: 0 3px 0 4px;
  height: 11px;
  width: 11px;
  border: 1px solid #ffc423;
  border-radius: 50%;
  cursor: pointer;
}
.SlideShow-bullets li.isActive {
  background: #ffc423;
  cursor: default;
}
@media screen and (min-width: 750px) {
  .SlideShow-bullets {
    position: absolute;
    z-index: 50;
    bottom: 14.81481%;
    padding: 13px 70px;
    background: none;
  }
  .hasCall .SlideShow-bullets {
    bottom: 22.72727%;
  }
}
@media screen and (min-width: 1200px) {
  .SlideShow-bullets {
    padding: 13px 16px;
    left: 50%;
    margin-left: -535px;
  }
}

.SlideShow-images {
  list-style: none;
  padding: 0;
}
.SlideShow-images li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
.SlideShow-images li.isActive {
  left: 0;
}
.SlideShow-images li div {
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 749px), print {
  .SlideShow-images {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
  }
}
@media screen and (min-width: 750px) {
  .SlideShow-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.SlideShow-text {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.SlideShow-text .line1,
.SlideShow-text .line2 {
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.SlideShow-text .line2 {
  color: #ffc423;
}
.SlideShow-text .link {
  padding: 15px 0 0;
}
@media (max-width: 749px), print {
  .SlideShow-text {
    padding: 15px 3.75% 50px;
    background: #666;
    color: #fff;
  }
  .SlideShow-text li {
    display: none;
  }
  .SlideShow-text li.isActive {
    display: block;
  }
  .hasCall .SlideShow-text {
    padding: 15px 3.75% 25px;
  }
}
@media screen and (min-width: 750px) {
  .SlideShow-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
  .SlideShow-text li {
    position: absolute;
    left: 3.75%;
    bottom: 14.81481%;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 40px 45px;
    width: 440px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .6s ease, visibility .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .hasCall .SlideShow-text li {
    bottom: 22.72727%;
  }
  .SlideShow-text li.isActive {
    opacity: 1;
    visibility: visible;
  }
  .SlideShow-text .line1,
  .SlideShow-text .line2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .SlideShow-text li {
    left: 50%;
    margin-left: -555px;
  }
}

.Callouts:after {
  content: "";
  display: table;
  clear: both;
}
.Callouts .callout-box {
  position: relative;
  padding: 20px;
  float: left;
  width: 25%;
  height: 200px;
  min-height: auto;
  text-align: center;
  box-sizing: border-box;
}
.Callouts .callout-box .callout-Background {
  display: none;
}
.Callouts .callout-box .toptext, .Callouts .callout-box .header, .Callouts .callout-box .desc, .Callouts .callout-box .MoreButton {
  z-index: 20;
}
.Callouts .callout-box .toptext {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
}
.Callouts .callout-box .header {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}
.Callouts .callout-box .desc {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.Callouts .callout-box.box-1 {
  background-color: #ffc423;
}
.Callouts .callout-box.box-2 {
  background-color: #f58358;
}
.Callouts .callout-box.box-3 {
  background-color: #a9ac25;
}
.Callouts .callout-box.box-4 {
  background-color: #68a2ca;
}
.Callouts .callout-box .MoreButton {
  padding: 4px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background: rgba(11, 25, 61, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 250ms ease;
}
.Callouts .callout-box .MoreButton:hover {
  border: 1px solid white;
}
.Callouts .callout-box .MoreButton:after {
  content: "";
}
.Callouts.hasBg .callout-box .toptext {
  color: #fff;
}
.Callouts.hasBg .callout-box .header {
  color: #ffc425;
}
.Callouts.hasBg .callout-box .desc {
  color: #fff;
}
.Callouts.hasBg .callout-box .MoreButton {
  color: #ffc423;
  background: rgba(11, 25, 61, 0.5);
  border: 1px solid rgba(255, 196, 35, 0.5);
  transition: all 250ms ease;
}
.Callouts.hasBg .callout-box .MoreButton:hover {
  border: 1px solid #ffc423;
}
.Callouts.hasBg .callout-box .callout-Background {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.Callouts.hasBg .box-1, .Callouts.hasBg .box-2, .Callouts.hasBg .box-3, .Callouts.hasBg .box-4 {
  box-shadow: inset 0 0 50px 35px rgba(0, 0, 0, 0.25);
  background-color: rgba(15, 34, 82, 0.7);
}
@media (max-width: 959px), print {
  .Callouts .callout-box {
    width: 50%;
  }
}
@media (max-width: 749px), print {
  .Callouts .callout-box {
    width: 100%;
    min-height: 200px;
    height: auto;
  }
  .Callouts .callout-box.box-4 {
    min-height: 225px;
    padding-bottom: 50px;
  }
}
