/*
Global styles

Page title with subtitle
buttons
Row with Image BG + auto height
CTA
input
select dropdown
textarea

NOTE: We REMOVED the REM values for tooltipster coz the js code adjusts positioning by pixels only not by rem 
      This prevents bugs.
*/


/* hide the edit posts link coz interferes with editing.. it sucks.. */
.post-edit-link,
#vc_load-inline-editor {
	display: none;
}

.hidden_375below {
  display: inline-block;
}

span.hidden_375below {
  display: inline;
}

.ms-lightgray-bg {
  background-color: #ececec;
}

.ms-darkgray-bg {
  background-color: #333;
}


.entry-content ol,
.content .vc_tta-panel-body .vc_toggle .vc_toggle_content ol {
  margin-left: 0;
  counter-reset: item;
}

  .entry-content ol > li,
  .content .vc_tta-panel-body .vc_toggle .vc_toggle_content ol > li {
    padding: 15px 0;
    padding: 0.9375rem 0;
    list-style-type:none;
    counter-increment:item;
    padding-left: 1em;
    text-indent: -1em;
  }

    .entry-content ol > li * {
      text-indent: 0;
    }

    .entry-content ol > li:before,
    .vc_tta-panel-body .vc_toggle .vc_toggle_content ol > li:before {
      content:counter(item) ". ";
      font-weight: 500;
    }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}


.medstart-width-marker {
  text-indent: 9999px;
}

/* Page Title */
.page-title-section {
  padding: 36px 0 51px;
  padding: 2.25rem 0 3.1875rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  text-align: center;
}

  .page-title-section h1 {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-weight: 300;
    color: #333;
    letter-spacing: -0.4px;
    word-spacing: 3px;
    word-spacing: 0.1875rem;
  }

  .page-title-section h2 {
    font-weight: 300;
    color: #333;
  }
  
    /*.page-title-section h2 br {
      display: none;
    }*/

  .page-title-section strong {
    font-weight: 400;
  }


/* Buttons */
a.ms-btn,
a.ms-btn-outline,
.button-enrolnow,
.gform_wrapper .gform_footer input[type=submit],
input[type=submit],
button,
input[type="button"],
input[type="reset"],
.button {
  display: inline-block;
	width: 100%;
  padding: 8.5px 30px;
  padding: 0.53125rem 1.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	background-color: rgba(226, 33, 44, 0.9);
	border: 1px solid rgba(226, 33, 44, 0.9);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 25px;
	line-height: 1.5625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0;
}

a.ms-btn:visited,
a.ms-btn-outline:visited,
.button-enrolnow:visited,
.gform_wrapper .gform_footer input[type=submit]:visited,
input[type=submit]:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
.button:visited {
  color: #ffffff;
}

  a.ms-btn-outline {
    border: 1px solid #ed323d;
    color: #ed323d;
    background-color: transparent;
  }
  
   a.ms-btn-outline:visited {
    color: #ed323d;
  }

  a.ms-btn:hover,
  a.ms-btn.hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  input[type=submit]:hover,
  button:focus,
  button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  .button:focus,
  .button:hover {
    background-color: #ff4550;
    border-color: #ff4550;
    color: #fff;
  }

  a.ms-btn-outline:hover {    
    color: #fff;
    background-color: rgba(226, 33, 44, 0.9);
    border-color: rgba(226, 33, 44, 0.9);
  }

/* TRIGGER SHOW */
.medstart-trigger-show {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Row with photo BG + Text */
.ms-bg-img-autoheight {
  position: relative;
}

  .page .ms-bg-img-autoheight > .ms-img-bg-row {
    max-width: none;
    max-height: 1100px;
    max-height: 68.75rem;
    overflow: hidden;
  }

  /* BUG fix: move position absolute to .vc_column_container later*/
  .page .ms-bg-img-autoheight > .ms-content-row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

    .ms-bg-img-autoheight .vc_column_container > .vc_column-inner {
      padding: 0;
    }

    .ms-bg-img-autoheight .wpb_single_image {
      margin-bottom: 0;
    }

      .ms-bg-img-autoheight .wpb_single_image * {
        width: 100%;
      }

      .ms-bg-img-autoheight .wpb_text_column {
        max-width: 415px;
        max-width: 25.9375rem;
      }
        
        .ms-bg-img-autoheight .wpb_text_column.centered {
          text-align: center;
        }

        .ms-bg-img-autoheight .wpb_text_column.flright {
          float: right;
        }

          .ms-bg-img-autoheight .wpb_text_column h3 {
            padding-top: 47px;
            padding-top: 2.9375rem;
            padding-bottom: 62px;
            padding-bottom: 3.875rem;
            margin-bottom: 0;
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 300;
            color: #ccc;
            text-transform: uppercase;
            letter-spacing: 3.7px;
            letter-spacing: 0.23125rem;
          }

          .ms-bg-img-autoheight .wpb_text_column h4 {
            padding-bottom: 32px;
            padding-bottom: 2rem;
            margin-bottom: 0;
            font-size: 48px;
            font-size: 3rem;
            font-weight: 100;
            color: #fff;
            line-height: 0.9;
            letter-spacing: 0;
            word-spacing: -2px;
            word-spacing: -0.125rem;
          }

          .ms-bg-img-autoheight .wpb_text_column p {
            padding-right: 6px;
            padding-right: 0.375rem;
            color: #ccc;
            line-height: 1.6;
          }

          .ms-content-btn-wrap {
            padding-top: 1px;
          }


/* MS Tooltip    */
.ms-tooltip,
.cc-help {
  position: relative;
  display: inline-block;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  margin: -4px 0 -4px 5px;
  margin: -0.25rem 0 -0.25rem 0.3125rem;
  /*font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  border: 2px solid #d4d4d4;
  border-width: 0.125rem;
  border-radius: 50%;*/
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  /*background: url(../images/course-question-icon@x.png) no-repeat;
  background-size: 24px;
  background-size: 1.46875rem;*/
}

  .ms-tooltip:before,
  .ms-tooltip:after,
  .cc-help:before,
  .cc-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/course-question-icon@2x.png) no-repeat;
    background-size: 100% auto;
    opacity: 1;
    z-index: 100;
  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .ms-tooltip:hover:before,
  .cc-help:hover:before {
    opacity: 0;
  }

  .ms-tooltip:after,
  .cc-help:after {
    background-position: left bottom;
    opacity: 0;
  }

  .ms-tooltip:hover:after,
  .cc-help:hover:after {
    opacity: 1;
  }

  /*.ms-tooltip:hover {
    color: #e2212c;
    border-color: #ef878d;
  }*/

.tooltip_templates {
  display: none;
}


/* from Tooltipster SideTip Light theme css */
/* 
   REMOVED THE REM values for tooltipster coz the js code adjusts positioning by pixels only not by rem 
   This prevents bugs
*/
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 0;
    border: 1px solid #ccc;
    background: #ededed;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    padding: 22px 20px 20px 27px;
    padding: 1.375rem 1.25rem 1.25rem 1.6875rem;
    color: #666;
    line-height: 24px;
    line-height: 1.5rem;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    /*left: 7.8% !important;*/
    bottom: -3px;
    /*bottom: -0.1875rem;*/
    height: 12px;
    /*height: 0.75rem;*/
    margin-left: -12px;
    /*margin-left: -0.75rem;*/
    width: 30px;
    /*width: 1.875rem;*/
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    /*height: 1.125rem;*/
    margin-left: 0;
    margin-top: -9px;
    /*margin-top: -0.5625rem;*/
    width: 9px;
    /*width: 0.5625rem;*/
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border: 12px solid transparent;
    border: 0.75rem solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top: -1px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border: 12px solid transparent;
    border: 0.75rem solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px;
    /*top: -0.5625rem;*/
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px;
/*    left: -0.5625rem;*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    top: -3px;
    /*top: -0.1875rem;*/
}


/* FORM elements */
.ms-form,
.gform_wrapper form {
  width: 516px;
  width: 32.25rem;
  max-width: 100%;
  margin: 0 auto;
}

  /* Stop rounded corners on iPhones / iPad / IOS devices */
  input,
  textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;    
  }

  .ms-form label,
  .gform_wrapper label.gfield_label {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #000;
  }

  .ms-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .ms-form textarea,
  .ms-form select {
    width: 100%;
    height: 48px;
    height: 3rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    border: 1px solid #dbdbdb;
    line-height: 48px;
    line-height: 3rem;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
  
  .ms-form input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .ms-form textarea:focus,
  .ms-form select:focus,
  .selectBox-dropdown:focus,
  .selectBox-arrow:focus {
    outline: none;
    border:1px solid #dbdbdb;
  }
  
  .ms-form input:focus::-webkit-input-placeholder,
  .gform_wrapper input:focus::-webkit-input-placeholder,
  .ms-form textarea:focus::-webkit-input-placeholder,
  .ms-form select:focus::-webkit-input-placeholder,
  .selectBox-dropdown:focus::-webkit-input-placeholders,
  .selectBox-arrow:focus::-webkit-input-placeholder,
  .page-enrol input:focus::-webkit-input-placeholder,  
  .page-enrol textarea:focus::-webkit-input-placeholder,
  .page-enrol select:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .ms-form input:focus:-moz-placeholder,
  .gform_wrapper input:focus:-moz-placeholder,
  .ms-form textarea:focus:-moz-placeholder,
  .ms-form select:focus::-moz-placeholder,
  .selectBox-dropdown:focus::-moz-placeholder,
  .selectBox-arrow:focus::-moz-placeholder,
  .page-enrol input:focus::-moz-placeholder,  
  .page-enrol textarea:focus::-moz-placeholder,
  .page-enrol select:focus::-moz-placeholder {  
    color: rgba(0, 0, 0, 0.7);
  }
  
  .ms-form input:focus:-ms-input-placeholder,
  .gform_wrapper input:focus:-ms-input-placeholder,
  .ms-form textarea:focus:-ms-input-placeholder,
  .ms-form select:focus:-ms-input-placeholder,
  .selectBox-dropdown:focus:-ms-input-placeholder,
  .selectBox-arrow:focus:-ms-input-placeholder,
  .page-enrol input:focus::-ms-input-placeholder,  
  .page-enrol textarea:focus::-ms-input-placeholder,
  .page-enrol select:focus::-ms-input-placeholder {  
    color: rgba(0, 0, 0, 0.7);
  }

  .ms-form textarea,
  .gform_wrapper textarea.medium {
    height: 181px;
    height: 11.3125rem;
    padding: 10px;
    padding: 0.625rem;
    line-height: 1.2;
  }

  .selectBox-dropdown,
  .ms-form-select select,
  .gform_wrapper .ms-form .ginput_container_select select {
    width: 100% !important;
    height: 48px;
    height: 3rem;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background: #fff;
    /*padding: 0 10px;
    padding: 0 0.625rem;*/
    outline: none;
    cursor: pointer;
  }

    .selectBox-dropdown:focus .selectBox-arrow {
      border-color: #333;
      border-left-color: transparent;
      border-right-color: transparent;
    }

    .selectBox-dropdown .selectBox-arrow {
      top: 21px;
      top: 1.3125rem;
      right: 18px;
      right: 1.125rem;
      width: 0;
      height: 0;
      background: none;
      border-left: 7.5px solid transparent;
      border-left: 0.46875rem solid transparent;
      border-right: 7.5px solid transparent;
      border-right: 0.46875rem solid transparent;
      border-top: 8px solid #333333;
      border-top: 0.5rem solid #333333;
    }

    .selectBox-dropdown .selectBox-label {
    	padding: 12px 10px;
    	padding: 0.75rem 0.625rem;
      font-weight: 400;
      color: #000;
    }
    
  .selectBox-dropdown-menu.selectBox-options .selectBox-optgroup {
    color: #000;
    background: #ccc;
    font-weight: 400;
    line-height: inherit;
    padding: 5px 13px;
    padding: 0.3125rem 0.8125rem;
  }

  .selectBox-dropdown-menu.selectBox-options li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
  }

    .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a {
      background-color: #e2212c;
      color: #fff;
    }
    
  .gform_wrapper {
  	margin: 16px 0;
  	margin: 1rem 0;
  }    

  .gform_wrapper .gform_footer {
  	padding: 16px 0 10px;
  	padding: 1rem 0 0.625rem;
  	margin: 16px 0 0;
  	margin: 1rem 0 0;  
    padding-top: 21px;
    padding-top: 1.3125rem;
    margin-top: 0;
  }

  .ms-form input[type="submit"],
  .gform_wrapper input[type="submit"] {
    border-radius: 0;
    padding: 0;
  }

  .gfield_required {
    display: none;
  }

  /* Important Note: Do not group these rules. Instead, make a separate rule for every selector (one invalid selector in a group makes the whole group invalid) */
  *::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
    opacity:  1;
  }

  *:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity:  1;
  }

  *::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity:  1;
  }

  *:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    opacity:  1;
  }

  *::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    opacity:  1;
  }
  
  .gform_wrapper ul.gform_fields li.gfield {
  	padding-right: 0;
  	padding-bottom: 28px;
  	padding-bottom: 1.75rem;
  	margin-top: 0;
  }
  
  .gform_wrapper .top_label div.ginput_container {
  	margin-top: 6px;
  	margin-top: 0.375rem;
  }  
  
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  	padding-left: 10px;
  	padding-left: 0.625rem;
  	padding-right: 10px;
  	padding-right: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;    
  }

  .ms_icheckbox,
  .ms_iradio {
    display: inline-block;
    width: 26px;
    width: 1.625rem;
    height: 26px;
    height: 1.625rem;
    margin: 1px 0 0 2px;
    margin: 0.0625rem 0 0 0.125rem;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
  }

    .ms_icheckbox.checked:before,
    .ms_iradio.checked:before {
    	content: "L";
    	position: absolute;
    	top: -9px;
    	top: -0.5625rem;
    	left: 5px;
    	left: 0.3125rem;
    	font-size: 26px;
    	font-size: 1.625rem;
    	font-weight: 700;
    	color: #e2212c;
    	-ms-transform: scaleX(-1) rotate(-45deg);
    	-webkit-transform: scaleX(-1) rotate(-45deg);
    	transform: scaleX(-1) rotate(-45deg);
    }
    
    .ms_icheckbox.checked:after,
    .ms_iradio.checked:after {
    	content: " ";
    	position: absolute;
    	top: 11px;
    	top: 0.6875rem;
    	left: 0px;
    	left: 0rem;
    	width: 5px;
    	width: 0.3125rem;
    	height: 4px;
    	height: 0.25rem;
    	background-color: #fff;
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }



/* 3 columns Image + content + button */
.row-3-columns,
.vc_section.vc_section-has-fill + .vc_section.row-3-columns {
  padding: 130px 0 104px;
  padding: 8.125rem 0 6.5rem;
}

  .row-3-columns > .vc_row {
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }

    .row-3-columns h3 {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 300;
      color: #000;
    }

    .ms-columns-3 {
      padding: 42px 0 0;
      padding: 2.625rem 0 0;
      margin: 0 -10px;
      margin: 0 -0.625rem;
    }

      .ms-columns-3 .vc_column-inner {
        padding: 0 9px;
        padding: 0 0.5625rem;
      }

        .ms-columns-3 .wpb_single_image {
          margin-bottom: 33px;
          margin-bottom: 2.0625rem;
        }

        .ms-columns-3 h4 {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #333;
        }

        .ms-columns-3 .ms-columns-3-text {
          margin-bottom: 0;
        }
        
          .ms-columns-3 .ms-columns-3-text p {
            padding: 3px 11px 0;
            padding: 0.1875rem 0.6875rem 0;
            line-height: 20px;
            line-height: 1.25rem;
            text-align: center;
          }

      .hidden_mobile.ms-columns-3 {
        padding-top: 37px;
        padding-top: 2.3125rem;
      }

        .hidden_mobile.ms-columns-3 .ms-btn {
          padding: 9.5px 30px;
          padding: 0.59375rem 1.875rem;
        }


/* Testimonials ================= */
.ms-middle-row {
  width: 740px;
  width: 46.25rem;
  margin: 0 auto;
}

.testimonial-row {
  padding: 65px 0;
  padding: 4.0625rem 0;
}

.testimonial-row .vc_column_container>.vc_column-inner {
  padding: 0;
}

.testimonial-row .wpb_single_image {
  display: inline-block;
  max-width: 161px;
  max-width: 10.0625rem;
  margin-bottom: 0;
  vertical-align: middle;
}

.testimonial-row .wpb_text_column {
  display: inline-block;
  max-width: 561px;
  max-width: 35.0625rem;
  padding-left: 61px;
  padding-left: 3.8125rem;
  margin-bottom: 0;
  vertical-align: middle;
}

  .testimonial-quote {
    position: relative;
    padding-top: 2px;
    padding-top: 0.125rem;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #333;
    line-height: 1.2;
  }

    .testimonial-quote::before,
    .testimonial-quote::after {
      position: absolute;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 80px;
      font-size: 5rem;
      font-weight: 400;
      color: #ccc;
      line-height: 1px;
    }

    .testimonial-quote::before {
      content: "\201C";
      top: 36px;
      top: 2.25rem;
      left: -41px;
      left: -2.5625rem;
    }

    .testimonial-quote::after {
      content: "\201D";
      bottom: -5px;
      bottom: -0.3125rem;
      right: -16px;
      right: -1rem;
    }

.testimonial-row-reverse {
  padding: 59px 0;
  padding: 3.6875rem 0;
}

  .testimonial-row-reverse .wpb_single_image {
    margin-left: 13px;
    margin-left: 0.8125rem;
  }

  .testimonial-row-reverse .wpb_text_column {
    padding-right: 41px;
    padding-right: 2.5625rem;
    padding-left: 39px;
    padding-left: 2.4375rem;
  }

  .testimonial-row-reverse .testimonial-quote {
    padding-top: 4px;
    padding-top: 0.25rem;
  }

    .testimonial-row-reverse .testimonial-quote::before {
      top: 37px;
      top: 2.3125rem;
      left: -42px;
      left: -2.625rem;
    }

    .testimonial-row-reverse .testimonial-quote::after {
      bottom: -8px;
      bottom: -0.5rem;
      right: -28px;
      right: -1.75rem;
    }


/* CTA ================== */
.ms-cta.vc_section,
.vc_section.vc_section-has-fill + .ms-cta.vc_section {
  /*padding: 54px 0 27px;
  padding: 3.375rem 0 1.6875rem;*/
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  background-color: #222;
  text-align: center;
}

  .ms-cta h4 {
    /*margin-bottom: 25px;
    margin-bottom: 1.5625rem;*/
    margin-bottom: 11px;
    margin-bottom: 0.6875rem;
    font-size: 30px;
    font-size: 1.875rem;
    color: #ccc;
  }

  .ms-cta p {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    font-weight: 100;
    color: #ccc;
  }

  .ms-cta .ms-btn,
  .ms-cta .ms-btn-outline {
    max-width: 220px;
    max-width: 13.75rem;
    margin: 0 3px;
    margin: 0 0.1875rem;
  }


/* CTA Interstate */
.interstate-row {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}

.interstate-row .gform_wrapper form {
  text-align: center;
}

.interstate-row .gform_wrapper .gform_body,
.interstate-row .gform_wrapper .gform_footer {
  display: inline-block;
  max-width: 220px;
  max-width: 13.75rem;
  margin: 0 3px;
  margin: 0 0.1875rem;
}

.interstate-row .wpb_text_column {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

  .interstate-row .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 0;
    position: relative;
  }
    
    .interstate-row .gform_wrapper .top_label .gfield_label {
      display: none;
    }

    body .interstate-row .gform_wrapper .top_label div.ginput_container {
      margin-top: 0;
    }

.interstate-row .gform_wrapper .gform_footer {
  padding: 0;
}

.interstate-row .gform_wrapper .gform_footer input[type=submit],
.interstate-row .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0;
}

.ms-cta-ready-med.interstate-row {
  padding-bottom: 30px;
}

.optin-interstate_wrapper.gform_wrapper .validation_error {
  position: absolute;
  top: -68%;
  padding: 5px 0;
  font-size: 0.8em;
  color: #e2212c;
}

  .optin-interstate_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    position: relative;
    padding: 0;
    border-bottom: 0;
  }

  .optin-interstate_wrapper.gform_wrapper .validation_message {
    position: absolute;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #e2212c;
    background-color: #ffeaeb;
  }

  #gform_3 .validation_error {
    position: static;
    margin-bottom: 4px;
  }


/* Mentors and Class / Dates and Times */
/* Date and Times table temp css */
.table {
  display: table;
  width: 100%;
}

.thead {
  display: table-header-group;
}

.tbody {
  display: table-row-group;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
}

.col {
  display: table-column;
}

.tfoot {
  display: table-footer-group;
}

.medstart-class-mentors {
  padding: 44px 0 0;
  padding: 2.75rem 0 0;
}

  .wpb-js-composer .medstart-class-mentors .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 0 !important;
  }

    .wpb-js-composer .medstart-class-mentors .vc_tta.vc_tta-spacing-1 ul.vc_tta-tabs-list {
      margin: 0;
    }

    .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab {
      width: 262px;
      width: 16.375rem;
      width: -webkit-calc( (100% / 4) - 3px );
      width: -moz-calc( (100% / 4) - 3px );
      width: calc( (100% / 4) - 3px );
      width: -webkit-calc( (100% / 4) - 0.1875rem );
      width: -moz-calc( (100% / 4) - 0.1875rem );
      width: calc( (100% / 4) - 0.1875rem );
      margin: 0 0 0 4px !important;
      margin: 0 0 0 0.25rem !important;
    }

    .ie .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab {
      width: 262px;
      width: 16.375rem;
    }

      .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab:first-child {
        margin-left: 0 !important;
      }

    .wpb-js-composer .medstart-class-mentors .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
      width: 100%;
      padding: 12.5px 20px 10px;
      padding: 12.5px 1.25rem 0.625rem;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 300;
      color: #333;
      text-align: center;
      border: 1px solid #c3c3c3;
      border-bottom: none;
      border-radius: 0;
      background-color: transparent;
    }

      .wpb-js-composer .medstart-class-mentors .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
        font-weight: 400;
        color: #e2212c;
        border-color: #fff;
        background-color: #fff;
      }

.wpb-js-composer .medstart-class-mentors .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border-radius: 0;
  border-color: #fff;
  background-color: #fff;
}

  .wpb-js-composer .medstart-class-mentors .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0;
    border: none;
  }
  
  .medstart-class-mentors .mentors-list {
    border-collapse: collapse;
  }

    .medstart-class-mentors .mentors-list .thead {
      border-bottom: 1px solid #d6d6d6;
    }

      .medstart-class-mentors .thead .td {
        padding: 21px 0 14px;
        padding: 1.3125rem 0 0.875rem;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        color: #666;
        text-transform: uppercase;
      }

          .medstart-class-mentors .mentor-photo {
            width: 26.8%;
          }

          .medstart-class-mentors .mentor {
            width: 15.1%;
          }
          
          .medstart-class-mentors .datetime {
            width: 18.4%;
          }

          .medstart-class-mentors .location {
            width: 11.9%;
          }

          .medstart-class-mentors .status {
            width: 12.3%;
          }

        .medstart-class-mentors .mentor-schedule {
          border-bottom: 1px solid #d6d6d6;
        }

          .medstart-class-mentors .mentor-schedule:last-child {
            border-bottom: none;
          }

          .medstart-class-mentors .tbody .mentor-photo {
            padding: 10px 15px 10px 0;
            padding: 0.625rem 0.9375rem 0.625rem 0;
          }

            .medstart-class-mentors .mentor-photo a {
              display: block;
              line-height: 0;
              min-height: 133px;
              min-height: 8.3125rem;
            }

              .medstart-class-mentors .mentor-photo a .mentor-photo-holder {
                background-position: top center;
                background-repeat: no-repeat;
                background-size: auto 100%;
                width: 100%;
                height: 0;
                max-width: 262px;
                max-width: 16.375rem;
                padding-top: 50.76335877862595%;
              }

          .medstart-class-mentors .tbody .mentor {
            padding: 0 55px 0 0;
            padding: 0 3.4375rem 0 0;
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: 400;
            color: #333;
            line-height: 20px;
            line-height: 1.25rem;
          }
          
          .medstart-class-mentors .tbody .time {
            display: block;
            padding: 2px 0 0;
            padding: 0.125rem 0 0;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 20px;
            line-height: 1.25rem;
          }
          
          .medstart-class-mentors .tbody .location,
          .medstart-class-mentors .tbody .status {
            padding: 5px 0 0;
            padding: 0.3125rem 0 0;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 20px;
            line-height: 1.25rem;
          }

          .medstart-class-mentors .tbody .enrol-now {
            padding: 1px 22px 0 0;
            padding: 0.0625rem 1.375rem 0 0;
          }

            .medstart-class-mentors .button-enrolnow {
              /*padding: 9.5px 30px;*/
              padding: 9.5px;
              padding: 0.59375rem;
              border-radius: 0;
            }

    .no-class-available {
      padding: 40px;
      padding: 2.5rem;
    }
    
       


/* BEST RESOURCES TAB SECTION */
.best-resources-section {
  max-width: 100%;
  padding: 126px 0 103px;
  padding: 7.875rem 0 6.4375rem;
  background-color: #333;
  overflow: hidden;
}

/* to reset globally declared rule */
.page .best-resources-section > .vc_row {
  max-width: none;
  margin: 0;
}

    .page .best-resources-section .br-left-box,
    .page .best-resources-section .br-right-box {
      float: left;
      width: 971px;
      width: 60.6875rem;
      width: -webkit-calc( 100% - (317px + 116px) );
      width: -moz-calc( 100% - (317px + 116px) );
      width: calc( 100% - (317px + 116px) );
      width: -webkit-calc( 100% - (19.8125rem + 7.25rem) );
      width: -moz-calc( 100% - (19.8125rem + 7.25rem) );
      width: calc( 100% - (19.8125rem + 7.25rem) );
    }

    .page .best-resources-section .br-left-box {
    }

    .page .best-resources-section .br-right-box {
      display: none;
    }

    .page .best-resources-section .br-mid-box {
      float: right;
      width: 317px;
      width: 19.8125rem;
      margin-left: 59px;
      margin-left: 3.6875rem;
      margin-right: 57px;
      margin-right: 3.5625rem;
    }

    .best-resources-section .vc_column_container > .vc_column-inner {
      padding: 0;
    }

      .br-pdf-box,
      .br-video-box {
        padding: 9px;
        padding: 0.5625rem;
        padding-left: 0;
        margin: 0;
        border-radius: 11px;
        border-radius: 0.6875rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #ddd;
      }

      /*.br-pdf-box {
      }

      .br-video-box {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }*/

        .br-address-bar,
        .br-content-window {
          background-color: #fff;
        }

        .br-address-bar {
          padding: 5px 20px 4px;
          padding: 0.3125rem 1.25rem 0.25rem;
          margin-bottom: 8px;
          margin-bottom: 0.5rem;
          border-radius: 3px;
          border-radius: 0.1875rem;
        }

        .br-content-window {
          border-left: none;
          /*min-height: 540px;
          min-height: 33.75rem;*/
          /*height: 540px;
          height: 33.75rem;*/
          border: 1px solid #b7b7b7;
          text-align: center;
          vertical-align: middle;
          font-size: 50px;
          font-size: 3.125rem;
          color: #505050;
          line-height: 513px;
          line-height: 32.0625rem;
        }

          .br-content-window.wpb_content_element {
            position: relative;
            height: auto;
            /*min-height: 539px;
            min-height: 33.6875rem;*/
            padding-top: 56.11%;
            margin-bottom: 0;
            overflow: hidden;
          }
        
        .br-content-window .wpb_wrapper,
        .br-content-window.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_wrapper,
        .br-content-window.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
          padding-top: 0;
          /*height: 100%;*/
        }
  
          .br-content-window > .wpb_wrapper {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
          }

            .br-content-window .wpb_wrapper > * {
              position: static;
              width: 100%;
              height: 100%;
              border: none;
            }

      /*.br-pdf-box {
        padding-left: 0;
      }
      
        .br-pdf-box .br-content-window {
          border-left: none;
        }

      .br-video-box {
        padding-right: 0;
      }
      
        .br-video-box .br-content-window {
          border-right: none;
          font-size: 140px;
        }*/

.best-resources.wpb_content_element {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.best-resources-section .vc_tta-panels p, 
.best-resources-section .vc_tta-panels h5 {
    color: #ededed;
}

.best-resources h3,
.best-resources p {
  color: #fff;
}

  .best-resources h3 {
    padding-top: 8px;
    padding-top: 0.5rem;
    line-height: 0.9;
  }

  .best-resources p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 100;
  }

.wpb-js-composer .br-mid-box .vc_tta-container {
  min-height: 351px;
  min-height: 21.9375rem;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

.wpb-js-composer .best-resources-tabs.vc_tta.vc_tta-style-outline .vc_tta-tabs-list {
  padding-left: 0;
}

.wpb-js-composer .best-resources-tabs.vc_tta.vc_tta-style-outline .vc_tta-tab {
  width: 50%;
  height: 58px;
  height: 3.625rem;
  margin-left: 0;
  text-align: center;
  vertical-align: middle;
}

  .wpb-js-composer .best-resources-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
    height: 58px;
    height: 3.625rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    border: 1px solid #767676 !important;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 57px;
    line-height: 3.5625rem;
    color: #dedcdc;
    text-align: center;
  }

  .wpb-js-composer .best-resources-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab:nth-child(2) > a {
    padding-top: 11px;
    padding-top: 0.6875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }


  .wpb-js-composer .best-resources-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a {
    border: 1px solid #999 !important;
    background-color: #ececec;
    color: #000;
  }

.wpb-js-composer .best-resources-tabs.vc_tta.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  padding: 0 1px;
  border: none;
}

  .wpb-js-composer .best-resources-tabs.vc_tta.vc_general .vc_tta-panel-body {
    padding: 28px 0 1px;
    padding: 1.75rem 0 0.0625rem;
  }

    .vc_tta-panels h5 {
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 26px;
      line-height: 1.625rem;
    }

    .vc_tta-panels p {
      margin-bottom: 22px;
      margin-bottom: 1.375rem;
      line-height: 22px;
      line-height: 1.375rem;
    }

.best-resources-btn-wrap {
  padding: 0 1px;
}

/* MOST ADVANCE ONLINE LEARNING SYSTEM SECTION */
.m-a-o-l-s-section.vc_section.vc_section-has-fill {
  position: relative;
  padding-top: 58.643%;
}

.m-a-o-l-s {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: 1060px;
  width: 66.25rem;
  flex-direction: column;
  justify-content: center;
  padding: 97px 0 88px;
  padding: 6.0625rem 0 5.5rem;
  text-align: center;
}

  .m-a-o-l-s .ms-middle-row {
    width: 808px;
    width: 50.5rem;
  }

    .m-a-o-l-s h3 {
      padding: 7px 0 26px 10px;
      padding: 0.4375rem 0 1.625rem 0.625rem;
      color: #fff;
      letter-spacing: -0.9px;
      word-spacing: -1px;
      line-height: 40px;
      line-height: 2.5rem;
    }

    .m-a-o-l-s p {
      margin: 0 0 6px;
      margin: 0 0 0.375rem;
      color: #fff;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      line-height: 1.25rem;
    }

.m-a-o-l-s-icons .wpb_column.vc_column_container.vc_col-sm-2 {
  display: inline-block;
  float: none;
  width: 33.3333%;
  vertical-align: top;
  letter-spacing: 0.08px;
}

  .m-a-o-l-s-icons > .wpb_column:nth-child(1) > .vc_column-inner {
    padding: 0 31px;
    padding: 0 1.9375rem;
  }

  .m-a-o-l-s-icons > .wpb_column:nth-child(2) > .vc_column-inner {
    padding: 0 16px;
    padding: 0 1rem;
  }

  .m-a-o-l-s-icons > .wpb_column:nth-child(3) > .vc_column-inner {
    padding: 0 34px;
    padding: 0 2.125rem;
  }

  .m-a-o-l-s-icons > .wpb_column:nth-child(4) > .vc_column-inner {
    padding: 0 24px;
    padding: 0 1.5rem;
  }

  .m-a-o-l-s-icons > .wpb_column:nth-child(5) > .vc_column-inner {
    padding: 0 10px;
    padding: 0 0.625rem;
  }

  .m-a-o-l-s-icons > .wpb_column:nth-child(6) > .vc_column-inner {
    padding: 0 18px;
    padding: 0 1.125rem;
  }

  .m-a-o-l-s-section .wpb_content_element {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
  
/* SEARCH PAGE */
.search-results .site-inner {
	width: 1060px;
	width: 66.25rem;
	margin-left: auto;
	margin-right: auto;
}

.search-results .archive-description {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.search-results .archive-title {
	font-size: 46px;
	font-size: 2.875rem;
	font-weight: 100;
	margin: 0px;
	margin: 0rem;
}

.search-results .blog-more {
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-bottom: 0;
}

.search-results .blog-more a {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
}

.search-results .content article {
	border-bottom: 2px solid #ededed;
	border-bottom: 0.125rem solid #ededed;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.search-results .content article .entry-title {
	margin: 0px;
	margin: 0rem;
}

.search-results .content article .entry-title a {
	display: block;
}

.search-results .content article .entry-content:not(:empty) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.search-results .archive-pagination a {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3.7px;
	letter-spacing: 0.23125rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}

.search-results .archive-pagination a:focus,
.search-results .archive-pagination a:hover,
.search-results .archive-pagination .active a {
	background-color: #e2212c;
	color: #fff;
}

.error404 .content .entry {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    text-align: center;
}

article.entry.mobile-width-1 {
    padding-top: 60px;
    padding-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
}

.error404  .entry {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.error404 .content .entry h1 {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    font-size: 156px;
    font-size: 9.75rem;
    font-weight: 700;
    line-height: normal;
}

.error404 .content .entry h2 {
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: normal;
}

.error404 a.ms-btn {
    display: inline;
}

/* CTA OPTIN FORM */
.optin-cta-section .wpb_text_column {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page .optin-interstate_wrapper form {
  position: relative;
	max-width: 100%;
  width: 100%;
  text-align: center;
}

.page .optin-interstate_wrapper .gform_body,
.page .optin-interstate_wrapper .gform_footer  {
	margin: 0;
	vertical-align: top;
}

.page .optin-interstate_wrapper.gform_wrapper .top_label .gfield_label {
  display: none;
}

.page .optin-interstate_wrapper .gform_body, 
.page .optin-interstate_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.page .optin-interstate_wrapper .gform_body {
	max-width: 345px;
	max-width: 21.5625rem;
	margin-left: -2px;
	margin-left: -0.125rem;
	margin-right: 3px;
	margin-right: 0.1875rem;
}

.page .optin-interstate_wrapper .gform_footer {
	max-width: 210px;
	max-width: 13.125rem;
	margin: 0;
}

.page .optin-interstate_wrapper.gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.page .optin-interstate_wrapper.gform_wrapper ul.gform_fields li.gfield {
	padding-bottom: 0;
}

.page .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit],
.page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 50px;
	height: 3.125rem;
}

.page .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit] {
  background-color: rgba(226, 33, 44, 1);
  border: 1px solid rgba(226, 33, 44, 1);
}

.page .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #ff4550;
  border-color: #ff4550;
}

.page .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit] {
	padding: 8px 0;
	padding: 0.5rem 0;
}

.page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
	color: #666666;
	font-weight: 300;
}

.page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
	color: #666666;
	font-weight: 300;
}

.page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #666666;
	font-weight: 300;
}

.page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
	color: #666666;
	font-weight: 300;
}


/**
 * Conditional CSS for Edge 12+.
 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
 */
@supports (-ms-ime-align:auto) {
	/* Conditional Edge styles */
  .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab {
    width: 24.7%;
  }
  
}


/* =============================== Media Queries =============================== */
/*
@media only screen and (max-width: 1230px) {
  
  .tooltipster-sidetip.tooltipster-light .tooltipster-box {
    margin-left: -103px !important;
    margin-left: -6.4375rem !important;
  }
  
}

@media only screen and (max-width: 1100px) {
  
  .tooltipster-sidetip.tooltipster-light .tooltipster-box {
    margin-left: -180px !important;
    margin-left: -11.25rem !important;
  }
  
}*/
@media only screen and (min-width: 1982px) {
  .m-a-o-l-s-section.vc_section.vc_section-has-fill {
      padding: 0;
      height: 1100px;
      height: 68.75rem;
    }
    
      .m-a-o-l-s {
      }
}


@media only screen and (min-width: 1899px) {
  .best-resources-section {
      height: 1100px;
      height: 68.75rem;
  }
    .br-content-window.wpb_content_element {
      height: 810px;
      height: 50.625rem;
      padding-top: 0;
    }
}

@media only screen and (max-width: 1400px) {
  .m-a-o-l-s-section.vc_section.vc_section-has-fill {
      padding: 0;
    }
    
      .m-a-o-l-s {
        position: static;
        /*padding: 97px 0 88px;
        padding: 6.0625rem 0 5.5rem;*/
      }
}


@media only screen and (max-width: 860px) {
  
  .site-inner {
    padding: 0;
  }
  
}

@media only screen and (min-width: 768px) {
  
  .ms-bg-img-autoheight.vc_section.vc_section-has-fill {
    background: none !important;
  }
  
}

@media only screen and (max-width: 767px) {
  
  .mobile-width-1,
  .ie.windows.page .ms-bg-img-autoheight .ms-content-row.mobile-width-1 {
    width: 92%;
  }
  
  .mobile-width-2,
  .ie.windows.page .ms-bg-img-autoheight .ms-content-row.mobile-width-2 {
    width: 81.6%;
  }
  
  .mobile-width-3,
  .ie.windows.page .ms-bg-img-autoheight .ms-content-row.mobile-width-3 {
    width: 76.26666666666667%;
  }
    
  .ms-cta .vc_col-sm-12 {
    padding: 0;
  }
  
  /* Page Title */
  .page .ms-bg-img-autoheight > .ms-content-row {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  
  .page-title-section {
    /*padding: 32px 0 37px;
    padding: 2rem 0 2.3125rem;*/
    padding: 41px 0 4px;
    padding: 2.5625rem 0 0.25rem;
    margin-top: 0;
  }

    .page-title-section h1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1;
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      /*margin-bottom: 25px;
      margin-bottom: 1.5625rem;
      word-spacing: 3px;
      word-spacing: 0.1875rem;*/
    }

    .page-title-section h2 {
      font-size: 19px;
      font-size: 1.1875rem;
    }
  
    /*.page-title-section h2 br {
      display: block;
    }*/
  
  .ms-bg-img-autoheight.vc_section,
  .page .vc_section.vc_section-has-fill+.ms-bg-img-autoheight.vc_section {
    padding-top: 26px;
    padding-top: 1.625rem;
    padding-bottom: 29px;
    padding-bottom: 1.8125rem;
    background-size: cover;
    background-position: center center;
  }
  
          .ms-bg-img-autoheight .wpb_text_column h3 {
            font-size: 16px;
            font-size: 1rem;
            padding-top: 17px;
            padding-top: 1.0625rem;
            padding-bottom: 24px;
            padding-bottom: 1.5rem;
            letter-spacing: 3.1px;
            letter-spacing: 0.19375rem;
          }

          .ms-bg-img-autoheight .wpb_text_column h4 {
            font-size: 35px;
            font-size: 2.1875rem;
            line-height: 35px;
            line-height: 2.1875rem;
            padding-bottom: 19.5px;
            padding-bottom: 1.21875rem;
          }

          .ms-bg-img-autoheight .wpb_text_column p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 23px;
            line-height: 1.4375rem;
          }
  
        .ms-content-btn-wrap {
          padding-top: 25px;
          padding-top: 1.5625rem;
          padding-bottom: 2px;
          padding-bottom: 0.125rem;
        }
  
          .ms-content-btn-wrap .ms-btn {
            min-width: 285px;
            min-width: 17.8125rem;
            padding: 12.5px 15px;
            padding: 0.78125rem 0.9375rem;
            line-height: 1;
          }
  
  a.ms-btn,
  a.ms-btn-outline,
  .gform_wrapper .gform_footer input[type=submit],
  input[type=submit] {
    /*font-size: 28px;
    font-size: 1.75rem;*/
  	padding: 6.5px 10px;
  	padding: 0.40625rem 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
    
  .interstate-row .gform_wrapper .gform_body,
  .interstate-row .gform_wrapper .gform_footer {
    width: 100%;
  }
  
.testimonial-row,
.testimonial-row-reverse {
  padding: 39px 0 22px;
  padding: 2.4375rem 0 1.375rem;
}
  
  .testimonial-row .wpb_single_image,
  .testimonial-row-reverse .wpb_single_image {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
    .testimonial-row .wpb_single_image img,
    .testimonial-row-reverse .wpb_single_image img {
      width: 119px;
      width: 7.4375rem;
    }
  
  .testimonial-row .wpb_text_column,
  .testimonial-row-reverse .wpb_text_column {
    float: none;
    margin: 0 auto;
    padding-top: 16px;
    padding-top: 1rem;
    padding-left: 0;
    max-width: none;
  }
  
  .testimonial-row .wpb_text_column p,
  .testimonial-row-reverse .wpb_text_column p {
    padding-top: 0;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  
    .testimonial-quote::before,
    .testimonial-quote::after {
      font-size: 59px;
      font-size: 3.6875rem;
    }
  
    .testimonial-quote::before,
    .testimonial-row-reverse .testimonial-quote::before {
      top: 27px;
      top: 1.6875rem;
      left: -30px;
      left: -1.875rem;
    }
  
    .testimonial-quote::after,
    .testimonial-row-reverse .testimonial-quote::after {
      right: -31px;
      right: -1.9375rem;
    }
  
  .testimonial-name {
    font-size: 30px;
    font-size: 0.9375rem;
  }
  
  .testimonial-row-reverse {
    -webkit-transform: scaleY(-1);
    -moz-transform:    scaleY(-1);
    -ms-transform:     scaleY(-1);
    -o-transform:      scaleY(-1);
    transform:         scaleY(-1);
  }

    .testimonial-row-reverse .wpb_single_image {
      -webkit-transform: scaleY(-1);
      -moz-transform:    scaleY(-1);
      -ms-transform:     scaleY(-1);
      -o-transform:      scaleY(-1);
      transform:         scaleY(-1);
    }

    .testimonial-row-reverse .wpb_text_column {
      padding-top: 14px;
      padding-top: 0.875rem;
      padding-right: 0;
      -webkit-transform: scaleY(-1);
      -moz-transform:    scaleY(-1);
      -ms-transform:     scaleY(-1);
      -o-transform:      scaleY(-1);
      transform:         scaleY(-1);
    }
  
  
  /* Mentors and Classes Table*/
  .medstart-class-mentors {
    padding: 16px 0 0;
    padding: 1rem 0 0;
  }
  
    .medstart-class-mentors * {
      box-sizing: border-box;
    }
  
  .wpb-js-composer .medstart-class-mentors .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
  }
  
  .medstart-class-mentors .vc_tta-panel-heading {
    display: none;
  }
  
  .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab {
    width: -webkit-calc( (100% / 4) - 1px );
    width: -moz-calc( (100% / 4) - 1px );
    width: calc( (100% / 4) - 1px );
    margin: 0 0 0 1px !important;
  }
  
    .wpb-js-composer .medstart-class-mentors .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
      padding: 11px 3px 8px;
      padding: 0.6875rem 0.1875rem 0.5rem;
      font-size: 16px;
      font-size: 1rem;
    }
  
  .wpb-js-composer .medstart-class-mentors .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    background-color: #fff;
  }
  
  .medstart-class-mentors .thead .td {
    padding: 21px 0 16px;
    padding: 1.3125rem 0 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }

      .medstart-class-mentors .tr .mentor-photo {
        width: 27.6%;
        padding-left: 14px;
        padding-left: 0.875rem;
      }
  
        .medstart-class-mentors .mentor-photo a {
          min-height: 112px;
          min-height: 7rem;
          height: 100%;
        }
      
        .medstart-class-mentors .mentor-photo a .mentor-photo-holder {
          min-width: 90px;
          min-width: 5.625rem;
          max-width: 262px;
          max-width: 16.375rem;
          min-height: 112px;
          min-height: 7rem;
          max-height: 112px;
          max-height: 7rem;
          padding-top: 0;
          /*padding-top: 125.8426966292135%;*/
        }      

      /*.medstart-class-mentors .tr .datetime {
        width: 40%;
        padding-left: 15px;
        padding-left: 0.9375rem;
      }

      .medstart-class-mentors .tr .location {
        width: 30%;
      }*/
  
      .medstart-class-mentors .tr .datetime {
        width: 41%;
        padding-left: 15px;
        padding-left: 0.9375rem;
      }

      .medstart-class-mentors .tr .location {
        width: 31%;
      }
  
        .medstart-class-mentors .tbody .datetime > *,
        .medstart-class-mentors .tbody .location > * {
          font-size: 15px;
          font-size: 0.9375rem;
        }
  
        .medstart-class-mentors .tbody .datetime .first-name,
        .medstart-class-mentors .tbody .datetime .last-name {
          font-weight: 400;
        }
  
      .medstart-class-mentors .mentor-schedule {
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
        display: -webkit-flex;
        display: flex;        
      }
  
        .medstart-class-mentors .tbody .td {
          padding-top: 13px;
          padding-top: 0.8125rem;
          vertical-align: top;
        }
        
        .medstart-class-mentors .tbody .mentor-photo {
          padding-right: 0;
          padding-bottom: 0;          
        }

          .medstart-class-mentors .tbody .td span {
            display: block;
            width: 100%;
            line-height: 18px;
            line-height: 1.125rem;
          }

            .medstart-class-mentors .tbody .name {
              margin-top: -2px;
              margin-top: -0.125rem;
            }
            
            .medstart-class-mentors .tbody .datetime {
              position: relative;
            }
            
            /*.medstart-class-mentors .tbody .datetime > .time {
              position: absolute;
              bottom: -3px;
              padding-left: 15px;
              padding-left: 0.9375rem;
              left: 0;
            } */           

            .medstart-class-mentors .tbody .time {
              padding-top: 10px;
              padding-top: 0.625rem;
            }

            .medstart-class-mentors .tbody .location {
              position: relative;
              padding-top: 13px;
              padding-top: 0.8125rem;
              padding-right: 14px;
              padding-right: 0.875rem;
            }
  
              .medstart-class-mentors .tbody .location > .loc {
                min-height: 36px;
                min-height: 2.25rem;
              }
  
              .medstart-class-mentors .tbody .location > .stat {
                min-height: 18px;
                min-height: 1.125rem;
              }

            .medstart-class-mentors .tbody .enrol-now {
              position: absolute;
              top: auto;
              right: 0;
              bottom: 0;
              left: 0;              
              padding: 25px 14px 0 0;
              padding: 1.5625rem 0.875rem 0 0;
            }

              .medstart-class-mentors .button-enrolnow {
                padding: 4px 8px;
                padding: 0.25rem 0.5rem;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: bold;
              }
              
            .ms_icheckbox.checked:before,
            .ms_iradio.checked:before {
              top: 0;  
            }
            
            .ms_icheckbox.checked:after,
            .ms_iradio.checked:after {
            	top: 10px;
            	top: 0.625rem;
            }         
  
  
  /* CTA */
  .ms-cta.vc_section,
  .vc_section.vc_section-has-fill + .ms-cta.vc_section {
    padding-top: 38px;
  	padding-top: 2.375rem;
  	padding-bottom: 26px;
  	padding-bottom: 1.625rem;
  }
  
    .ms-cta.vc_section .wpb_content_element {
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
    }
  
    .vc_section.ms-cta > .vc_row {
      max-width: 100%;
    }
  
    .ms-cta.vc_section h4 {
      padding: 0 10px;
      padding: 0 0.625rem;
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: 300;
      line-height: 25px;
      line-height: 1.5625rem;
      letter-spacing: 0.1px;
    }
  
    .ms-cta p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.25rem;
      margin-bottom: 17px;
      margin-bottom: 1.0625rem;
      padding: 0px 10px;
      padding: 0px 0.625rem;
    }
  
    .ms-cta p:nth-child(2) {
      margin-bottom: 17px;
      margin-bottom: 1.0625rem;
      line-height: 20px;
      line-height: 1.25rem;
    }
  
      .ms-cta p:nth-child(2) br {
        display: none;
      }
  
    .ms-cta p:nth-child(3) {
      margin: 0 -4%;
    }
  
    .ms-cta p:last-child {
      padding: 0;
    }
  
    .ms-cta .ms-btn,
    .ms-cta .ms-btn-outline,
    .interstate-row .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
    }

    .page .vc_section.ms-cta > .vc_row:not(.ms-img-bg-row) {
      max-width: 100%;
    }

      .ms-cta.vc_section .ms-btn,
      .ms-cta.vc_section .ms-btn-outline {
        max-width: 170px;
        max-width: 10.625rem;
        margin: 0px;
        margin-right: -3px;
        margin-right: -0.1875rem;
        max-width: none;
        width: 45.5%;
        min-width: 1px;
      }
  
      .ms-cta.vc_section .ms-btn-outline {
        margin-left: 5px;
        margin-left: 0.3125rem;
      }
      
  /* Forms */
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  
  .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  

  .gform_wrapper ul.gform_fields li.gfield {
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
  }

  .ms-form label,
  .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-size: 1rem;
  }

  .ms-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .ms-form textarea,
  .ms-form select,
  .selectBox-dropdown,
  .ms-form-select select,
  .gform_wrapper .ms-form .ginput_container_select select {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .ms-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .ms-form textarea,
  .ms-form select {
    height: auto;    
    line-height: normal;
  	padding: 10.5px 10px;
  	padding: 0.65625rem 0.625rem;        
  }

  .ms-form textarea,
  .gform_wrapper textarea.medium {
    height: 135px;
    height: 8.4375rem;
    display: block;
  }

  .selectBox-dropdown,
  .ms-form-select select,
  .gform_wrapper .ms-form .ginput_container_select select {
    height: 40px;
    height: 2.5rem;
    width: 100% !important;
  }
  
  .selectBox-dropdown .selectBox-label {
  	padding: 10px;
  	padding: 0.625rem;
  }
  
  .selectBox-dropdown-menu.selectBox-options li a {
    font-size: 14px;
    font-size: 0.875rem;    
  }
  
  .selectBox-dropdown .selectBox-arrow {
    top: 17px;
    top: 1.0625rem;
    right: 11px;
    right: 0.6875rem;
  }

  .gform_wrapper .gform_footer input[type=submit],
  input[type=submit] {
    height: 40px;
    height: 2.5rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
   	margin-bottom: 16px;
  	margin-bottom: 1rem;
    padding: 0;    
  }
  
  /* 3 columns Image + content + button */
  .row-3-columns,
  .vc_section.vc_section-has-fill + .vc_section.row-3-columns  {
    padding: 54px 0 7px;
    padding: 3.375rem 0 0.4375rem;
  }  

    .row-3-columns .bx-wrapper {
      margin-bottom: 60px;
      margin-bottom: 3.75rem;
    }
  
    .ms-columns-3 {
      max-width: none;
      padding: 20px 0 0;
      padding: 1.25rem 0 0;
      margin: 0;
    }
  
      .ms-columns-3 .vc_column-inner {
        padding: 0;
      }
  
        .ms-columns-3 .wpb_single_image {
          margin-bottom: 24px;
          margin-bottom: 1.5rem;
          text-align: center;
        }
  
        .ms-columns-3 h4 {
          margin-bottom: 5px;
          margin-bottom: 0.3125rem;
        }
  
        .ms-columns-3 .ms-columns-3-text {
          margin-bottom: 26px;
          margin-bottom: 1.625rem;
        }
  
        .ms-columns-3 .ms-btn {
          padding: 6.5px 30px;
          padding: 0.40625rem 1.875rem;
        }
  
    .row-3-columns .bx-pager.bx-default-pager {
      bottom: -25px;
      bottom: -1.5625rem;
    }
  
    .row-3-columns .bx-wrapper .bx-pager.bx-default-pager a {
      background-color: #c4c4c4;
    }
  
    .row-3-columns .bx-wrapper .bx-pager.bx-default-pager a.active,
    .row-3-columns .bx-wrapper .bx-pager.bx-default-pager a:focus,
    .row-3-columns .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background-color: #333;
    }
      
      
    /* BEST RESOURCES TAB SECTION */
    .best-resources-section {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  color: #ededed;
}
  
  .best-resources.wpb_content_element {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
  
  .best-resources h3 {
    margin-bottom: 1px;
    font-size: 40px;
    font-size: 2.5rem;
  }

  .best-resources p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  
  .best-resources-content {
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
  }
  
    .best-resources-content h4 {
      margin-bottom: 1px;
      margin-bottom: 0.0625rem;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px;
      letter-spacing: 0.1875rem;
    }
  
    .best-resources-content h5 {
      margin-bottom: 19px;
      margin-bottom: 1.1875rem;
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 28px;
      line-height: 1.75rem;
      color: #ededed;
    }
  
    .best-resources-content p {
      line-height: 23px;
      line-height: 1.4375rem;
    }
  
  .online-resources-mobile {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  
    .online-resources-mobile h5 {
      margin-bottom: 21px;
      margin-bottom: 1.3125rem;
    }
  
      .br-pdf-box,
      .br-video-box {
        max-width: none;
        margin: 0 auto;
        padding: 2px;
        padding: 0.125rem;
        border-radius: 5px;
      }
  
      .br-pdf-box {
        margin-bottom: 45px;
        margin-bottom: 2.8125rem;
      }
  
      .br-video-box {
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
      }

        .br-address-bar {
          padding: 1px 7px 1px;
          padding: 0.0625rem 0.4375rem 0.0625rem;
          margin-bottom: 2px;
          margin-bottom: 0.125rem;
        }
  
          .br-address-bar p {
            font-size: 5.12px;
            font-size: 0.32rem;
            font-weight: 400;
            color: #999;
          }

        .br-content-window.wpb_content_element {
          position: relative;
          height: auto;
          padding-top: 56.028%;
          min-height: 158px;
          min-height: 9.875rem;
          /*margin-bottom: 41px;
          margin-bottom: 2.5625rem;*/
          border: none;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 400;
          text-align: center;
          vertical-align: middle;
          color: #bf252d;
          background-color: #a6a6a6;
          line-height: 1;
        }
  
  .best-resources-section .ms-btn {
    max-width: 99.8%;
    padding: 6.5px 10px;
    padding: 0.40625rem 0.625rem;
  }
  
  /* MOST ADVANCE ONLINE LEARNING SYSTEM SECTION */
  .m-a-o-l-s-section.vc_section.vc_section-has-fill {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}
  
  .m-a-o-l-s {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
  }
  
  .m-a-o-l-s .ms-middle-row {
    width: 100%;
  }
  
  .m-a-o-l-s-icons > .wpb_column.vc_col-sm-2 > .vc_column-inner {
    padding: 0;
  }
    

    .m-a-o-l-s-title {
    }
  
      .m-a-o-l-s-title .wpb_content_element {
        margin-bottom: 0;
      }
  
    .m-a-o-l-s-icons .wpb_column.vc_column_container.vc_col-sm-2 {
      display: inline-block;
      width: 50%;
    }

      .m-a-o-l-s h3 {
        padding: 7px 0 24px;
        padding: 0.4375rem 0 1.5rem;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 35px;
        line-height: 2.1875rem;
      }
  
      .m-a-o-l-s p:last-child {
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 15px;
        line-height: 0.9375rem;
      }
  
        .m-a-o-l-s-icons .wpb_content_element {
          margin-bottom: 27px;
          margin-bottom: 1.6875rem;
        }
  
          .m-a-o-l-s-icons img {
            max-width: 55.5%;
          }
  
      .m-a-o-l-s-icons > .wpb_column:nth-child(3) .wpb_text_column,
      .m-a-o-l-s-icons > .wpb_column:nth-child(4) .wpb_text_column {
        margin-bottom: 29px;
        margin-bottom: 1.8125rem;
      }
  
        .m-a-o-l-s-icons > .wpb_column:nth-child(1) .wpb_text_column p:last-child {
          padding: 0 9px;
          padding: 0 0.5625rem;
        }

        .m-a-o-l-s-icons > .wpb_column:nth-child(2) .wpb_text_column p:last-child {
          padding: 0 9px;
          padding: 0 0.5625rem;
        }

        .m-a-o-l-s-icons > .wpb_column:nth-child(3) .wpb_text_column p:last-child {
          padding: 2px 16px 0;
          padding: 0.125rem 1rem 0;
        }

        .m-a-o-l-s-icons > .wpb_column:nth-child(4) .wpb_text_column p:last-child {
          padding: 2px 11px 0;
          padding: 0.125rem 0.6875rem 0;
        }

        .m-a-o-l-s-icons > .wpb_column:nth-child(5) .wpb_text_column p:last-child {
          padding: 0 14px;
          padding: 0 0.875rem;
        }

        .m-a-o-l-s-icons > .wpb_column:nth-child(6) .wpb_text_column p:last-child {
          padding: 0 14px;
          padding: 0 0.875rem;
        }
        
        /* SEARCH PAGE */
      .search-results .site-inner {
        max-width: 81.6%;
        padding-top: 30px;
        padding-top: 1.875rem;
      }
      
      .search-results .archive-title {
        font-size: 34px;
        font-size: 2.125rem;
      }
      
      .search-results .archive-pagination {
          margin: 25px auto 50px auto;
          margin: 1.5625rem auto 3.125rem auto;
      }
      
      .search-results .archive-pagination a {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 2px;
        letter-spacing: 0.125rem;
        padding: 5px 9px;
        padding: 0.3125rem 0.5625rem;
      }
      
      /* 404 page */
      
      .error404 .content .entry h2 {
          font-size: 50px;
          font-size: 3.125rem;
      }
      
      .error404 .content .entry h1 {
          font-size: 40px;
          font-size: 2.5rem;
      }
    /* CTA OPTIN FORM */
    .page .optin-interstate_wrapper .gform_body, 
    .page .optin-interstate_wrapper .gform_footer {
      width: 92%;
      max-width: 100%;
      margin: 0;
    }
    
    .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      margin-bottom: 8px;
      margin-bottom: 0.5rem;
    }
    
    .page .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit], 
    .page .optin-interstate_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      height: 40px;
    }
    
    .ipage .optin-interstate_wrapper.gform_wrapper .gform_footer input[type=submit] {
      padding: 3px 0px;
    }
  
    .optin-interstate_wrapper.gform_wrapper .validation_error,
    .optin-interstate_wrapper.gform_wrapper .validation_message {
      position: static;
    }
  
    .home-top-banner.interstate-row.ms-bg-img-autoheight .wpb_text_column.form-note {
      margin-bottom: 44px;
      margin-bottom: 2.75rem;
    }
  
    
} /* max 767px */


/**
 * Conditional CSS for Edge 12+.
 * @link: https://jeffclayton.wordpress.com/2015/04/07/css-hacks-for-windows-10-and-spartan-browser-preview/
 */
@supports (-ms-ime-align:auto) {
	/* Conditional Edge styles */
  
  @media (max-width: 767px) {
    .medstart-class-mentors .vc_tta.vc_tta-style-classic .vc_tta-tab {
      width: 24.9%;
      margin-left: 0 !important;
    }  
  }
  
}


@media only screen and (min-width: 375px) and (max-width: 767px) {
  
  .ms-bg-img-autoheight {
    height: 619.5px;
    height: 38.71875rem;
  }

} /* 375 -> 767 */


@media screen and (max-width: 500px) {
  

  
}


@media only screen and (max-width: 400px) {
    
  .vc_column_container > .vc_column-inner {
    padding: 0;
  } 
   
  .medstart-class-mentors .button-enrolnow {
    font-size: 14px;
    font-size: 3.5vw;
  }
  
} /* 400px */


@media only screen and (max-width: 375px) {
  
  .hidden_375below {
    display: none !important;
  }
  
}

@media only screen and (max-width: 374px) {
  
  .page .ms-bg-img-autoheight > .ms-content-row {
    position: static;
  }
  
  .ms-content-btn-wrap .ms-btn {
    min-width: 0;
  }
  
  .wpb-js-composer .medstart-class-mentors .vc_tta.vc_general.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    font-size: 4vw;
  }
  
} /* 375px */




