/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

input[type="submit"] {
  float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 10px 20px;
    background: #1A428A;
    color: #ffffff;
    border-radius: 22px;
    border: 0;
    font-size: 18px;
    font-family: var(--secondary-font);
    font-weight: 600;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

input[type="submit"], .hs-form .hs-button {
  background: #1A428A!important;
  color: #ffffff;
  border: 0px solid #1A428A;
  text-decoration: none;
}

input[type="submit"] .hs-button:hover {
    color: #1A428A!important;
    background: #F4DB6B!important;
    border: 0px solid #F4DB6B;
}
#hs_cos_wrapper_widget_1703864736452 input[type="submit"]:hover {
  color: #1A428A!important;
    background: #F4DB6B!important;
    border: 0px solid #F4DB6B;
}
p {
  color: #5a5a5a;
}
header .wrapper {
  /*height: 130px;*/
  box-shadow: none;
}
header .top_navigation_raw .logo {
  margin: 0 auto;
  max-height: none;
  width: 250px!important;
}
h2 {
  line-height: 40px;
}
a.school-link {
  color: #087C66;
  font-weight: bold;
}

li.hs-form-radio, li.hs-form-booleancheckbox {
  color: #5a5a5a;
}
li.hs-form-radio {
    padding-top: 20px;
}
ul.inputs-list.multi-container, ul.inputs-list {
  text-indent: -20px;
  margin-left: 20px;
}

.hs-input[type=radio], .hs-input[type=checkbox] {
  margin-right: 0.35rem;
}
form .hs-form-field > label {
  text-transform: none;
}
.span12 .widget-span .widget-type-custom_widget .dnd-module {
  height: 550px!important;
}

.row-fluid-wrapper .row-depth-1 .row-number-1 .dnd_area-row-0-vertical-alignment .dnd_area-row-0-background-layers .dnd-section .dnd_area-row-0-padding .dnd_area-row-0-background-image {
  min-height: 450px!important;
}

#hs_cos_wrapper_dnd_area-module-3 .custom_header.ch-dnd_area-module-3 .heading_text {
  max-width: 450px!important;
}
}
@media (max-width: 1200px) {
.custom_header.ch-dnd_area-module-3 h1.heading_text {
  font-size: 60px!important;
   line-height: 68px!important;
  }
}

@media (max-width: 991px) {
  .logo {
    display: none;
  }
  .logo-mobile {
    height: auto;
    display: flex !important;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-logo {
    margin: 0 auto;
  }
  custom_header.ch-dnd_area-module-3 h1.heading_text {
   line-height: 45px!important;
    font-size: 40px!important
  }
}

@media (max-width: 600px) {
  .custom_header.ch-dnd_area-module-3 h1.heading_text {
  line-height: 40px!important;
  }
}

@media (max-width: 480px) {
  .custom_header.ch-dnd_area-module-3 h1.heading_text {
  line-height: 32px!important;
  }
  .span12 .widget-span .widget-type-custom_widget .dnd-module {
  height: 400px!important;
}

.span12 .widget-span .widget-type-cell .dnd-column .dnd_area-column-1-vertical-alignment {
  min-height: 400px!important;
}
}