
/*
  BREAKPOINTS: 

  sm	≥576px
  md	≥768px
  lg	≥992px
  xl	≥1200px
  xxl	≥1400px
*/


body {
  color: rgb(13, 50, 77);
  background-color: rgb(244, 233, 205);
  font-family: 'Work Sans';
  width: 100%;
  overflow-x: hidden;
}

.modal-content {
  background-color: rgb(244, 233, 205);
}

a { 
  color: rgb(13, 50, 77);
  text-decoration: underline;
  transition: .25s color;
}


h1, h2, h3 { font-family: Druk; }

h1.main-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 5.5rem;  
  font-weight: 700;
}

h3 { font-size: 2rem; }

.display-5{font-size:2.5rem;line-height:1.2}
.display-6{font-size:1.5rem;line-height:1.2}



#subscribe-response {
  color: rgb(13, 50, 77);
  background-color: rgb(237,174,73);
  padding: 10px 15px;
  margin-bottom: 15px;
  display: none;
}

.hidden { display: none; }

.alert-warning {
  color: rgb(13, 50, 77);
  background-color: rgb(237, 174, 73);
}



input[type="radio"],
input[type="checkbox"] {
    opacity: 0;
    width: 50px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    vertical-align: middle;
    display: inline-block;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #d7d1b3;  
    border: 1px solid #988;
    position: absolute;
    left: 0;
    top: 0.125rem;
    transition: 0.5s;
    cursor: pointer;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    background-color: rgb(13, 50, 77);
}








/* slideout */

.closer {
  position: absolute;
  border: none;
  background: #e20;
  padding: 0;
  width: 40px;
  height: 40px;
  right: .5rem;
  top: .5rem;
  transition: .5s background;
}
.closer span {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
.closer:hover {
  background: #000;
}







#ground {
  padding-right: 0px !important;
}
.modal.fade .modal-right {
   left: auto !important;
   transform: translate3d(100%, 0, 0);
   transition: transform .3s cubic-bezier(.25, .8, .25, 1)
}
.modal.fade.show .modal-right {
  transform: translate3d(0, 0, 0)
}

#ground .modal-dialog { 
  margin: 0 0 0 auto; 
  padding: 0;
}

#pane {
  width: 100%;
  padding: 4rem 2.5rem 1.5rem 2.5rem;
  border-radius: 0;
  border: 0;
}


@media (min-width: 768px) {
  .closer {
    width: 50px;
    height: 50px;
    left: -50px;
    top: 0px;
  }
  .closer span {
    font-size: 30px;
  }
  #pane {
    width: 100%;
    padding: 1.5rem 2.5rem;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
  }
}






.required::after {
    content: "*";
    color: #d00;
    margin-left: 5px;
}

.field-label { font-weight: 700; }

@media (min-width: 768px) {
  .field-label { text-align: right; }
}

.hollow-button {
  appearance: none;
  background-color: inherit;
  font-family: Druk;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(13, 50, 77);
  letter-spacing: .5px;
  text-decoration: none;
  padding: 1rem 2rem;
}
.hollow-input, .hollow-input:focus {
  background-color: rgb(215, 209, 179);
  padding: 1rem;
}

.hollow-input,
.hollow-button {
  font-size: 1.5rem;
  border: 1px solid;
  border-radius: 0;
  height: 4rem;
  margin-right: 20px;
  transition: .25s color,  .25s background-color;
}
.hollow-button:hover {
  text-decoration: none;
  background-color: rgb(13, 50, 77);
  color: rgb(244, 233, 205);
}

.helptext {
  font-size: .75rem;
}

#password-request .hollow-input {
  font-size: 1rem;
  height: 3rem;
}
#password-request .row { 
  margin-bottom: 1rem;
}

.red { color: #c00; }

.alert { margin: .5px 0; }

.border-blue {
  border: 2px solid rgb(13, 50, 77);
}

.bg-blue {
  background-color: rgb(13, 50, 77);
  color: rgb(244, 233, 205);
}
.bg-blue a {
  color: rgb(244, 233, 205);
}
.bg-blue a:hover {
  color: rgb(237, 174, 73);
}

.responsive-video,
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container img {
  cursor: pointer;
}

.responsive-video iframe,
.video-container iframe,
.video-container img,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-wrap:before {
  z-index: 100;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom left, transparent 49.5%, #ECAF4A 50% calc(50% + 2px), transparent calc(50% + 2px))
      right/50% 100%,
    linear-gradient(to bottom right, transparent 49.5%, #ECAF4A 50% calc(50% + 2px), transparent calc(50% + 2px)) left/50%
      100%,
    linear-gradient(#ECAF4A, #ECAF4A) bottom/calc(100% - 2px) 2px;
  background-repeat: no-repeat;
}







/* nav */

.navbar {
  background-color: rgb(13, 50, 77);
  font-family: Druk;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(244, 233, 205);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-collapse ul a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  font-size: 1.6667rem;
  padding: .25rem;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active {
  color: rgb(237, 174, 73) !important;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 1.25rem;
  }
}
.navbar-toggler {
  position: relative;
  border: 0;
  margin-bottom: 10px;
}
.navbar-icon::before, .navbar-icon::after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 20px;
  background-color: rgb(244, 233, 205);
  top: 3px;
  left: 0px;
  transform-origin-x: 50%;
  transform-origin-y: 50%;
  transition-duration: 0.5s;
  transition-timing-function: initial;
  transition-delay: initial;
  transition-property: initial;
}
.navbar-icon::after {
  top: 13px;
}





/* footer */

#footer {
  min-height: 200px;
  padding: 4rem 0px;
  color: rgb(244, 233, 205);
}

#footer .icons {
  display: flex;
  margin-bottom: 2rem;
}
#footer .icon {
  background-color: rgb(244, 233, 205);
  color: rgb(13, 50, 77);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

#footer svg {
  background-color: rgb(244, 233, 205);
  color: rgb(13, 50, 77);
  height: 1rem;
  width: 1rem;
}

#footer a {
  color: rgb(244, 233, 205);
}

#footer input[type="email"] {
  background-color: rgb(244, 233, 205);
  color: rgb(13, 50, 77);
}

#footer button {
  appearance: none;
  border-radius: 0px;
  background-color: rgb(13, 50, 77);
  color: rgb(244, 233, 205);
  font-family: Druk;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
}

#footer input,
#footer button {
  margin: 0px;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  border: 1px solid;
}
