/**
 * Media Queries
 */
/**
 * Standard Colors
 */
/**
 * Brand Colors
 */
/*
 * Fonts - https://use.typekit.net/hnh0qhi.css
 *
 * Futura PT
 * Book:    font-weight: 400;
 * Medium:  font-weight: 500;
 * Demi:    font-weight: 600;
 * Heavy:   font-weight: 700;
 *
 * Lora
 * Regular: font-weight: 400;
 * Bold:    font-weight: 700;
 */
/**
 * Max Width Mixin
 */
/**
 * Disable CSS Transitions (used to avoid transitions on page load)
 */
.disable-transitions * {
  transition: none !important;
}
/**
 * CSS Animation: Icon Push
 */
@keyframes iconpushin {
  50% {
    transform: scale(0.75);
  }
}
/**
 * CSS Animation: Underline Effect
 */
.formname {
  display: none;
}
form {
  background: #eeeeee;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 25px auto;
  padding: 40px;
}
.optional {
  background: #d5d5d5;
  margin: 25px 0px;
  padding: 5px 20px 20px 20px;
}
.nomargin {
  margin: 0px;
}
h3 {
  border-bottom: 1px solid #ccc;
  margin-top: 8px;
  padding-top: 40px;
}
h3 span {
  color: #006673;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
h3.first {
  padding-top: 0px;
}
label,
legend {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  margin: 20px 0px 0px 0px;
}
/* input fields */
input,
select,
textarea {
  background: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 0px;
  flex: auto;
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  padding: 4px 10px;
  transition: all 0.2s ease;
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  background: #ffffff;
  border-color: #efb62a;
}
textarea {
  border-radius: 0px;
  min-height: 200px;
  padding: 6px 10px;
  -webkit-appearance: none;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 4px 10px;
  letter-spacing: normal;
  -webkit-appearance: none;
}
input[type=button] {
  height: auto;
  width: auto;
}
input[type=submit] {
  background: #efb62a;
  border: 1px solid #efb62a;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #231f20;
  cursor: pointer;
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  height: auto;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
  width: auto;
}
.college-button {
  background: #efb62a;
  border: 1px solid #efb62a;
  color: #231f20;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  margin: 0px 0px 0px 5px;
  padding: 5px 10px;
  position: relative;
}
.college-button:focus {
  background: #efb62a;
}
.college-button.remove {
  background: #231f20;
  border: 1px solid #231f20;
  color: #ffffff;
}
.degree-selects-wrap select {
  margin: 5px 0px;
}
blockquote p, ol {
  font-weight: 500;
  font-family: lora,serif;
}
/* styled checkboxes/radio buttons */
.option-outer-wrap {
  display: flex;
}
.option-outer-wrap.option-vertical {
  flex-direction: column;
}
.option-label {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  margin: 20px 0px 0px 0px;
}
.option-wrap {
  margin-top: 20px;
  margin: 5px 15px 0px 0px;
  padding-left: 2px !important;
  position: relative;
}
.option-wrap a {
  font-weight: 700;
}
.option-wrap input {
  float: left;
  height: auto;
  opacity: 0;
  width: auto;
}
.option-wrap input:focus + label:before {
  border-color: #efb62a;
}
.option-wrap input:checked + label:before {
  border-color: #231f20;
}
.option-wrap input:checked + label:after {
  opacity: 1;
  border-color: #231f20;
}
.option-wrap input:disabled + label {
  color: #231f20;
  cursor: default;
}
.option-wrap input:disabled + label:before {
  background: #231f20;
  border-color: #231f20;
  cursor: default;
}
.option-wrap label {
  cursor: pointer;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  left: -2px;
  /* mobile safari corners show otherwise */
  margin: 0px;
  padding: 3px 3px 3px 32px;
  position: relative;
  width: 100%;
}
.option-wrap label:hover:after {
  border-color: #231f20;
}
.option-wrap label:before {
  background: #ffffff;
  border: 1px solid #afafaf;
  content: '';
  cursor: pointer;
  height: 22px;
  position: absolute;
  top: 3px;
  width: 22px;
  left: 1px;
  /* left/top 1px to account for dotted outline on :focus */
}
.option-wrap label:after {
  background: transparent;
  border: 3px solid #afafaf;
  border-right: none;
  border-top: none;
  content: '';
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
  width: 11px;
}
.radio-option label:before {
  border-radius: 50%;
}
.radio-option label:after {
  background: #231f20;
  border: none;
  border-radius: 50%;
  height: 8px;
  left: 8px;
  top: 10px;
  transform: none;
  width: 8px;
}
.submitted {
  background: #ecfaee;
  color: #128221;
  margin: 25px 0px;
  max-width: 800px;
  padding: 25px 25px 25px 55px;
  position: relative;
}
.submitted:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  left: 17px;
  position: absolute;
  top: 20px;
}
/* FORM ELEMENTS */
@media only screen and (min-width: 980px) {
  .form10 {
    float: left;
    margin: 0% 4% 4% 0%;
    width: 10.833%;
  }
}
@media only screen and (min-width: 980px) {
  .form10end {
    float: left;
    margin: 0% 0% 4% 0%;
    width: 10.833%;
  }
}
@media only screen and (min-width: 980px) {
  .form15 {
    float: left;
    margin: 0% 4% 4% 0%;
    width: 15.833%;
  }
}
@media only screen and (min-width: 980px) {
  .form15end {
    float: left;
    margin: 0% 0% 4% 0%;
    width: 15.833%;
  }
}
@media only screen and (min-width: 980px) {
  .form25 {
    float: left;
    margin: 0% 4% 4% 0%;
    width: 22%;
  }
}
@media only screen and (min-width: 980px) {
  .form25end {
    float: left;
    margin: 0% 0% 4% 0%;
    width: 22%;
  }
}
@media only screen and (min-width: 980px) {
  .form33 {
    float: left;
    margin: 0% 4% 4% 0%;
    width: 30.666%;
  }
}
@media only screen and (min-width: 980px) {
  .form33end {
    float: left;
    margin: 0% 0% 4% 0%;
    width: 30.666%;
  }
}
@media only screen and (min-width: 980px) {
  .form50 {
    float: left;
    margin: 0% 4% 4% 0%;
    width: 48%;
  }
}
@media only screen and (min-width: 980px) {
  .form50end {
    float: left;
    margin: 0% 0% 4% 0%;
    width: 48%;
  }
}
/*
 * Colorbox
*/
#cboxOverlay {
  background: #231f20;
  opacity: 0.8;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #ffffff;
  margin-top: 20px;
}
.cboxIframe {
  background: #ffffff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ffffff;
}
#cboxLoadedContent {
  border: 2px solid #efb62a;
  background: #ffffff;
  padding: 20px;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ffffff;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ffffff;
}
#cboxLoadingGraphic {
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/loading.gif') no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 2px;
  right: 5px;
  display: block;
  background: url('/wp-content/themes/jpl/js/vendor/colorbox/images/controls.png') no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
