/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body #undergrads-booking-isolation {
  margin: 0;
}

input:focus, textarea:focus, select:focus{
  outline: none;
}


/**
 * Render the `main` element consistently in IE.
 */

#undergrads-booking-isolation main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

#undergrads-booking-isolation h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

#undergrads-booking-isolation hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#undergrads-booking-isolation pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

#undergrads-booking-isolation a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

#undergrads-booking-isolation abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

#undergrads-booking-isolation b,
#undergrads-booking-isolation strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#undergrads-booking-isolation code,
#undergrads-booking-isolation kbd,
#undergrads-booking-isolation samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

#undergrads-booking-isolation small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

#undergrads-booking-isolation sub,
#undergrads-booking-isolation sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#undergrads-booking-isolation sub {
  bottom: -0.25em;
}

#undergrads-booking-isolation sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

#undergrads-booking-isolation img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

#undergrads-booking-isolation button,
#undergrads-booking-isolation input,
#undergrads-booking-isolation optgroup,
#undergrads-booking-isolation select,
#undergrads-booking-isolation textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

#undergrads-booking-isolation button,
#undergrads-booking-isolation input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

#undergrads-booking-isolation button,
#undergrads-booking-isolation select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

#undergrads-booking-isolation button,
#undergrads-booking-isolation [type="button"],
#undergrads-booking-isolation [type="reset"],
#undergrads-booking-isolation [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

#undergrads-booking-isolation button::-moz-focus-inner,
#undergrads-booking-isolation [type="button"]::-moz-focus-inner,
#undergrads-booking-isolation [type="reset"]::-moz-focus-inner,
#undergrads-booking-isolation [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

#undergrads-booking-isolation button:-moz-focusring,
#undergrads-booking-isolation [type="button"]:-moz-focusring,
#undergrads-booking-isolation [type="reset"]:-moz-focusring,
#undergrads-booking-isolation [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

#undergrads-booking-isolation fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

#undergrads-booking-isolation legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

#undergrads-booking-isolation progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

#undergrads-booking-isolation textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

#undergrads-booking-isolation [type="checkbox"],
#undergrads-booking-isolation [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}




/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

#undergrads-booking-isolation [type="number"]::-webkit-inner-spin-button,
#undergrads-booking-isolation [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#undergrads-booking-isolation input[type=checkbox]:checked:before {
    color: #000000;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

#undergrads-booking-isolation [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

#undergrads-booking-isolation [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

#undergrads-booking-isolation ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

#undergrads-booking-isolation details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

#undergrads-booking-isolation summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

#undergrads-booking-isolation template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

#undergrads-booking-isolation [hidden] {
  display: none;
}




#undergrads-booking-isolation button:focus { outline:0 !important; }


/* Add a black background color to the top navigation */
#undergrads-booking-isolation .topnav {
  background-color: #11385C;
  overflow: hidden;
  text-align: center;
  color: white;
  font-weight: 700px;
}

#undergrads-booking-isolation #back {
  color: #598DAF;
  margin: 20px 0 0 40px;
  float: left;
  font-size: 24px;
}

#undergrads-booking-isolation #next {
  color: #598DAF;
  margin: 20px 40px 0 0;
  float: right;
  font-size: 24px;
}



#undergrads-booking-isolation {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}


#undergrads-booking-isolation .module {
  margin: 120px 0 0 0;
  display: none;
  min-height: 1000px;
}

#undergrads-booking-isolation .module-progress {
  width: 400px;
  margin: 0 0 40px 0;
}

#undergrads-booking-isolation .module-hourglass {
  width: 132px;
  margin: 0 0 40px 0;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


#undergrads-booking-isolation .module-input {
  width: 400px;
  border-radius: 10px;
  border: none;
  background: #EAEAEA;
  color: #9D9D9D;
  font-size: 18px;
  padding: 15px
}

#undergrads-booking-isolation .module-textarea {
  width: 400px;
  height: 300px;
  border-radius: 10px;
  border: none;
  background: #EAEAEA;
  color: #9D9D9D;
  font-size: 18px;
  line-height: 28px;
  padding: 15px
}

#undergrads-booking-isolation .module-title {
  margin: 0 auto 60px;
  width: 80%;
  font-size: 30px;
  line-height: 48px;
}

#undergrads-booking-isolation .module-big-title {
  margin: 0 auto 20px;
  width: 80%;
  max-width: 800px;
  font-size: 48px;
  line-height: 48px;
}


#undergrads-booking-isolation .module-title-with-sub {
  margin: 0 auto 10px;
  width: 80%;
  max-width: 800px;
  font-size: 30px;
  line-height: 48px;
}

#undergrads-booking-isolation .module-sub-title {
  margin: 0 auto 40px;
  color: #9D9D9D;
  font-size: 22px;
}

#undergrads-booking-isolation .module-location-button {
  margin: 0 20px 20px 0;
  border: 1px solid #666;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
  background: white;
  text-align: center;
  width: 200px;
}

#undergrads-booking-isolation .module-location-button:hover {
  background: #ddd;
  cursor:pointer;
}

#undergrads-booking-isolation .module-action {
  margin: 80px 5px 20px 5px;

font-family: "Poppins", Poppins;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1.2px;
    background: #F5B450;
    border-radius: 30px 30px 30px 30px;
    padding: 20px 35px 20px 35px;
    box-shadow: 1px 1px 1px 0px #7A7A7A;
    border: none;
}

#undergrads-booking-isolation .module-action:hover {
  background: #D9A139;
  cursor:pointer;
}

#undergrads-booking-isolation .module-option {
  margin: 10px auto 0;
  display: block;
  border: 1px solid #11385C;
  border-radius: 10px;
  background: white;
  color: #11385C;
  font-size: 26px;
  width: 100%;
  max-width: 375px;
  height: 80px;
}


#undergrads-booking-isolation .module-option:hover {
  color: white;
  background: #11385C;
  cursor:pointer;
}

#undergrads-booking-isolation .module-option-subtext {
  color: #909090;
  font-size: 16px;
}

#undergrads-booking-isolation .increment-row {
  margin: 0 auto 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  font-size: 24px;
  height: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#undergrads-booking-isolation .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#undergrads-booking-isolation .increment-name {

}

#undergrads-booking-isolation #price .increment-name {

  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  color: #111;
}

#undergrads-booking-isolation #price .increment-name.estimate {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px
  color: #111;
}

#undergrads-booking-isolation #price .increment-number {
  min-width: 30px;
  display:inline-block;
  color: #111;
  user-select: none;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #808285;
}

#undergrads-booking-isolation #price .increment-number.estimate {
  min-width: 30px;
  user-select: none;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #808285;
}

#undergrads-booking-isolation .increment-link {
  font-size: 24px;
  color: #598DAF;
}

#undergrads-booking-isolation .increment-widget {
  position: absolute;
  right: 0;
}

#undergrads-booking-isolation .increment-widget button {
  background: none;
  color: #005080;
  border: none;

  text-align: center;
  cursor: pointer;
  user-select: none;
}

#undergrads-booking-isolation .increment-widget button:hover {
/*  background: #2173A5;*/
}

#undergrads-booking-isolation .increment-widget button:active {
/*  background: #0F2E45;*/
}

#undergrads-booking-isolation .module-time-slot-container {
  width: 800px;
  margin: 40px auto 0;
}

#undergrads-booking-isolation .module-time-slot {
  margin: 0 10px 10px 10px;
  display: inline-block;
  border: 1px solid #11385C;
  border-radius: 10px;
  background: white;
  color: #11385C;
  font-size: 26px;
  width: 375px;
  height: 80px;
}

#undergrads-booking-isolation .module-time-slot:hover:enabled {
  color: white;
  background: #11385C;
  cursor:pointer;
}

#undergrads-booking-isolation .toggled {
  color: white;
  background: #11385C;
  cursor:pointer;
}

#undergrads-booking-isolation .disabled {
  border: 1px solid #CECECE;
  background: none;
  color: #CECECE;
}

#undergrads-booking-isolation .module-recommendation {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

#undergrads-booking-isolation .module-price-title {
  margin: 0 auto 20px;
  width: 60%;
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
}

#undergrads-booking-isolation .module-price-rate {
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 40px;
}

#undergrads-booking-isolation .total {
  width: 80%;
  max-width: 500px;
  border-top: 3px solid #FFC458;
  margin: 40px auto 0;
  padding: 40px 0 0 0;

}

#undergrads-booking-isolation .total-summary {
  width: 700px;
  border-top: 3px solid #FFC458;
  margin: 40px auto 0;
  padding: 40px 0 0 0;

}

#undergrads-booking-isolation .summary-container {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}

#undergrads-booking-isolation .summary-header {
  font-size: 48px;
  letter-spacing: 6px;
  color: #dddddd;
  margin-bottom: 40px;
  font-weight: 700;
}

#undergrads-booking-isolation .summary-sub-header {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #aaaaaa;
  letter-spacing: 1px;
}

#undergrads-booking-isolation .summary-content {
  margin-bottom: 60px;
  font-size:30px;
  color: #414042;
}

#undergrads-booking-isolation .summary-total-row {
  margin: 0 auto 0;
  width: 100%;
  max-width: 800px;
  position: relative;
  font-size: 24px;
  line-height: 48px;
}

#undergrads-booking-isolation .summary524-total-name {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 30px;
}

#undergrads-booking-isolation .summary-total-widget {
  position: absolute;
  right: 0;
  font-weight: 700;
}

#undergrads-booking-isolation .summary-total {
  font-size: 24px;
  color: #0D395C;
}

#undergrads-booking-isolation .summary-rate {
  color: #333;
}

#undergrads-booking-isolation .summary-message {
  color: #414042;
  font-size: 22px;
  margin-top: 120px;
  margin-bottom: 60px;
}

#undergrads-booking-isolation .disclaimer {
  color: #07496F;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

#undergrads-booking-isolation .summary-input {
  display: block;
  background: #EAEAEA;
  border: none;
  border-radius: 10px;
  font-size: 23px;
  color: #004067;
  padding: 20px 15px;
  box-sizing: border-box;
  font-weight: 300;
}

#undergrads-booking-isolation .field-cointainer {
  display: inline-block;

  margin: 0 10px 40px 10px;
  width: 345px;

}

#undergrads-booking-isolation a#adjust-estimate  {
  font-size: 18px;
  color: #598DAF;
}

#undergrads-booking-isolation p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

#undergrads-booking-isolation ul {
  margin: 20px auto 0;
  width: 600px;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
}

#undergrads-booking-isolation li {

}

#undergrads-booking-isolation .no-border-bottom {
  border-bottom: none;
}

#undergrads-booking-isolation .show {
  display:block;
}

#undergrads-booking-isolation .undergrads-back-btn,
#undergrads-booking-isolation .undergrads-back-btn-last {


    margin: 80px 5px 20px 5px;
    font-family: "Poppins", Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #0d385b;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1.2px;
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #0d385b;
    padding: 20px 35px 20px 35px;
    box-shadow: 1px 1px 1px 0px #7A7A7A;
}

#undergrads-booking-isolation .undergrads-back-btn:hover,
#undergrads-booking-isolation .undergrads-back-btn-last:hover {



    color: white;

    background-color: #0d385b;

}

#undergrads-booking-isolation #final-summary-date {
  font-weight: 500;
}



@media screen and (max-width: 600px) {

  #undergrads-booking-isolation .module {
    margin: 90px 0 0 0;
    min-height: 500px;
  }

  #undergrads-booking-isolation .module-option {
    font-size: 18px;
  }

  #undergrads-booking-isolation .module-option-subtext {

    font-size: 10px;
    font-weight: 500;
    line-height: 1px;
    color: black;
  }

  #undergrads-booking-isolation .module-title {
    margin: 0 auto 20px;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  #undergrads-booking-isolation .module-big-title {
    margin: 0 auto 20px;
    width: 100%;

    font-size: 28px;
    line-height: 32px;
  }


  #undergrads-booking-isolation .module-title-with-sub {
    margin: 0 auto 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  #undergrads-booking-isolation .module-sub-title {
    margin: 0 auto 10px;
    font-size: 14px;
    color: #333;
    line-height: 16px;
  }

  #undergrads-booking-isolation .module-input {
    width: 90%;
    border-radius: 5px;

    font-size: 14px;
    padding: 12px
  }

  #undergrads-booking-isolation .module-action,
  #undergrads-booking-isolation .undergrads-back-btn,
  #undergrads-booking-isolation .undergrads-back-btn-last {
    margin: 10px 5px 10px 5px;

    font-family: "Poppins", Poppins;
    font-size: 14px;

    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: fvdpx;

    border-radius: 15px;
    padding: 10px 25px 10px 25px;
    box-shadow: 1px 1px 1px 0px #7A7A7A;

  }

  #undergrads-booking-isolation .module-location-button {
    
    padding: 10px;
    background: white;

    margin: 10px auto 0;
    display: block;
    border: 1px solid #11385C;
    border-radius: 10px;
    background: white;
    color: #11385C;
    font-size: 18px;
    width: 100%;
    line-height: 1;
    height: 80px;
  }

  #undergrads-booking-isolation .module-location-button img,
   #undergrads-booking-isolation .module-location-button br {
    display: none;
  }

  #undergrads-booking-isolation .increment-row {
    width: 100%;
    position: static;
    height: 100%;
    border-bottom: 1px solid #ccc;
  }


  #undergrads-booking-isolation .increment-name {
    position: static;
    display: block;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
  }

  #undergrads-booking-isolation .increment-widget {
    position: static;
    display: block;
    vertical-align: middle;
  }

  #undergrads-booking-isolation .module-textarea {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 15px
  }

  .vanilla-calendar {
      width: 100%;
      font-size: 12px;
  }

  .vanilla-calendar .vanilla-calendar-header {
    padding: 5px 0;
  }

  .vanilla-calendar .vanilla-calendar-date {
    padding: 5px 0;
  }

  #undergrads-booking-isolation .module-time-slot-container {
    width: 100%;
    margin: 20px auto 0;
  }

  #undergrads-booking-isolation .module-time-slot {
    margin: 0 10px 10px 10px;
    display: inline-block;
    border: 1px solid #11385C;
    border-radius: 10px;
    background: white;
    color: #11385C;
    font-size: 22px;
    width: 40%;
    padding: 10px;
  }

  #undergrads-booking-isolation .module-price-title {
    margin: 0 auto 10px;
    width: 60%;
    font-size: 22px;
    line-height: 30px;
  }

  #undergrads-booking-isolation .summary-header {
    font-size: 30px;
    line-height: 1;
  }

  #undergrads-booking-isolation .module-hourglass {
    height: 40px;
    width: 40px;
  }

  #undergrads-booking-isolation .summary-content {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }
  #undergrads-booking-isolation .toggled {
    color: white;
    background: #11385C;
    cursor:pointer;
  }

  #undergrads-booking-isolation #btn-book {
    margin: 20px 0 0 0;
  }

  #undergrads-booking-isolation .summary-sub-header {

    line-height: 1;
  }



  #undergrads-booking-isolation .summary-total-name {
      font-weight: 700;
      font-size: 30px;
      line-height: 1.5;
      color: #0D395C;
  }

  #undergrads-booking-isolation .summary-total-widget {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }

  #undergrads-booking-isolation .summary-message {
    font-size: 18px;
    line-height: 1.5;
  }

  #undergrads-booking-isolation .field-cointainer {
    display: inline-block;
    margin: 0 10px 40px 0;
    width: 100%;
  }

  #undergrads-booking-isolation p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
  }

  
  #undergrads-booking-isolation .summary-container {
      width: 100%;
  }

  #undergrads-booking-isolation .summary-input {

    width: 100%;
  }

  #undergrads-booking-isolation .total-summary {
    width: 100%;

    margin: 20px auto 0;
    padding: 20px 0 0 0;
  }

  #undergrads-booking-isolation ul {
    margin: 20px auto 20px;
    width: 80%;
    /* max-width: 700px; */
    text-align: left;
    font-size: 24px;
    line-height: 1;
  }

  #undergrads-booking-isolation li {
      line-height: 1.5;
      font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#undergrads-booking-isolation select,
#undergrads-booking-isolation textarea,
#undergrads-booking-isolation input {
font-size: 16px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#undergrads-booking-isolation select:focus,
#undergrads-booking-isolation textarea:focus,
#undergrads-booking-isolation input:focus {
font-size: 16px;
}
}




