html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.reqLabel {
    margin: 5px 20px 15px 15px;
    font-weight: normal;
    font: 12px/1.4 Muli,sans-serif;
    color: #333;
    text-align: right;
    width:100%;
}
.req {
    color: #f00;
}
body, input, select, button, textarea {
    font-family: Muli, sans-serif !important;
}
body strong, body b, input strong, input b, select strong, select b, button strong, button b, textarea strong, textarea b {
    font-weight: bold;
}
body em, body i, input em, input i, select em, select i, button em, button i, textarea em, textarea i {
    font-style: italics;
}
body a, input a, select a, button a, textarea a {
    color: #254d64;
    text-decoration: none;
    font-family: Muli, sans-serif !important;
}
* {
    box-sizing: border-box;
}
.anchor {
    position: absolute;
    top: -110px;
}
@media(max-width:768px) {
    .anchor {
    top: -75px;
}
}@-webkit-keyframes fadeInOverlay {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@keyframes fadeInOverlay {
    from {
    opacity: 0;
}
to {
    opacity: .7;
}
}@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}@keyframes fadeOut {
    from {
    opacity: 1;
}
to {
    opacity: 0;
}
}.darken-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    z-index: 2;
    display: none;
}
.active-menu {
    display: block;
    -webkit-animation: fadeInOverlay .25s;
    animation: fadeInOverlay .25s;
}
.active-modal {
    display: block;
    -webkit-animation: fadeInOverlay .25s;
    animation: fadeInOverlay .25s;
    z-index: 4;
}
@media(min-width:1025px) {
    body {
    overflow-x: hidden;
}
}.edassist-outer {
    background-color: #f3f3f3;
}
.edassist-outer .edassist-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .edassist-outer .edassist-inner {
    padding: 30px 0;
}
}.edassist-outer .edassist-inner .edassist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-header {
    flex-flow: column nowrap;
}
}.edassist-outer .edassist-inner .edassist-header h2 {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.edassist-outer .edassist-inner .edassist-header h2 strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-header h2 {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.edassist-outer .edassist-inner .edassist-header .search-wrapper:before {
    content: url("/images/BH-search.svg");
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    left: 15px;
    top: 35px;
}
.edassist-outer .edassist-inner .edassist-header .search-wrapper input {
    border: none;
    width: 250px;
    padding: 15px 20px 15px 40px;
    font: 400 16px/1 'Muli'}
.edassist-outer .edassist-inner .edassist-table {
    padding: 25px 0;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal {
    display: none;
    background-color: #f3f3f3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 25px;
    z-index: 5;
    box-sizing: border-box;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font: 400 22px/1.2 "Muli";
    font-weight: 700;
    color: #254d64;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-header .edassist-modal-close {
    padding: 15px;
    cursor: pointer;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-header .edassist-modal-close:after {
    content: "";
    background-image: url("/images/close.svg");
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    top: 10px;
    position: absolute;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body {
    margin: 15px 0;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-link {
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    padding: 15px;
    margin: 15px 0;
    display: block;
    text-align: center;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-link:after {
    content: "";
    background-image: url("/images/BH-linkout.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data {
    margin: 15px 0;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .data-title {
    font-weight: 800;
    color: #254d64;
    padding: 10px 0;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .data-item {
    padding: 10px 0;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .checked {
    position: relative;
    margin-left: 30px;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .checked:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    width: 12px;
    height: 5px;
    margin: 0 10px 5px 0;
    border-bottom: solid 4px #008000;
    border-left: solid 4px #008000;
    transform: rotate(-45deg);
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .not-checked {
    position: relative;
    margin-left: 30px;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .not-checked:before, .edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .not-checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: -30px;
    width: 18px;
    height: 4px;
    background-color: #aaa;
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .not-checked:before {
    transform: rotate(-45deg);
}
.edassist-outer .edassist-inner .edassist-table .edassist-modal .edassist-modal-body .edassist-modal-table-data .not-checked:after {
    transform: rotate(45deg);
}
.edassist-outer .edassist-inner .edassist-table .active {
    display: block;
}
.edassist-outer .edassist-inner .edassist-table table {
    width: 100%}
.edassist-outer .edassist-inner .edassist-table table thead tr, .edassist-outer .edassist-inner .edassist-table table tbody tr {
    display: flex;
}
.edassist-outer .edassist-inner .edassist-table table thead tr th, .edassist-outer .edassist-inner .edassist-table table tbody tr th {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: flex-end;
}
.edassist-outer .edassist-inner .edassist-table table thead tr td, .edassist-outer .edassist-inner .edassist-table table tbody tr td {
    width: 100%;
    padding: 5px;
    display: block;
}
.edassist-outer .edassist-inner .edassist-table table thead tr .col-1, .edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 {
    text-align: left;
    max-width: 450px;
}
.edassist-outer .edassist-inner .edassist-table table thead tr .col-2, .edassist-outer .edassist-inner .edassist-table table tbody tr .col-2 {
    text-align: center;
    max-width: 100px;
}
.edassist-outer .edassist-inner .edassist-table table thead tr .col-3, .edassist-outer .edassist-inner .edassist-table table tbody tr .col-3 {
    text-align: left;
    max-width: 150px;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table thead tr .col-2, .edassist-outer .edassist-inner .edassist-table table thead tr .col-3, .edassist-outer .edassist-inner .edassist-table table tbody tr .col-2, .edassist-outer .edassist-inner .edassist-table table tbody tr .col-3 {
    display: none;
}
}.edassist-outer .edassist-inner .edassist-table table thead {
    background-color: #254d64;
    color: #fff;
    font: 600 16px/1.1 "Muli"}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table thead {
    display: none;
}
}.edassist-outer .edassist-inner .edassist-table table thead tr {
    margin: 20px;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table thead tr {
    padding: 0;
    margin: 10px 0;
}
}.edassist-outer .edassist-inner .edassist-table table tbody {
    background-color: #fff;
    font: 400 16px/1.3 "Muli"}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody {
    background-color: #f3f3f3;
}
}.edassist-outer .edassist-inner .edassist-table table tbody tr {
    align-items: center;
    padding: 3px 10px;
    margin: 0 10px;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody tr {
    padding: 0;
    margin: 10px 0;
}
}.edassist-outer .edassist-inner .edassist-table table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody tr: nth-child(even) {
    background-color: transparent;
}
}.edassist-outer .edassist-inner .edassist-table table tbody tr:last-child {
    margin-bottom: 10px;
}
.edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 {
    font-weight: 800;
    color: #254d64;
    font: 400 16px/1.3 "Muli";
    font-weight: 700;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 {
    display: flex;
}
.edassist-outer .edassist-inner .edassist-table table tbody tr .col-1:before {
    content: "";
    background-image: url("/images/BH-info.png");
    background-size: 15px 15px;
    width: 16px;
    height: 15px;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}
}.edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 a {
    display: block;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 a {
    white-space: normal;
    width: 100%}
}.edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 a:before {
    content: "";
    background-image: url("/images/BH-linkout.png");
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}
@media(max-width:768px) {
    .edassist-outer .edassist-inner .edassist-table table tbody tr .col-1 a: before {
    display: none;
}
}.edassist-outer .edassist-inner .edassist-table table tbody tr .checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 5px;
    margin: 0 auto;
    border-bottom: solid 4px #008000;
    border-left: solid 4px #008000;
    transform: rotate(-45deg);
}
.notes-outer {
    background-color: #fff;
}
.notes-outer .notes-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .notes-outer .notes-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .notes-outer .notes-inner {
    padding: 30px 0;
}
}.notes-outer .notes-inner .notes-header {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
@media(max-width:768px) {
    .notes-outer .notes-inner .notes-header {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.notes-outer .notes-inner .notes-header strong {
    font-weight: 800;
}
.notes-outer .notes-inner .notes-text {
    padding: 25px 0;
    font: 400 16px/1.8 "Muli";
    column-count: 2;
    column-gap: 50px;
}
@media(max-width:768px) {
    .notes-outer .notes-inner .notes-text {
    line-height: 1.5;
    column-count: 1;
}
}.notes-outer .notes-inner .notes-text p {
    margin-bottom: 15px;
}
.notes-outer .notes-inner .notes-text img {
    display: block;
    width: 100%;
    height: auto;
}
.promo-outer {
    background-color: #f3f3f3;
}
.promo-outer .promo-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
}
@media(max-width:768px) {
    .promo-outer .promo-inner {
    width: calc(100% - 40px);
}
}.promo-outer .promo-inner .promo-content {
    padding: 50px 0;
}
@media(max-width:768px) {
    .promo-outer .promo-inner .promo-content {
    padding: 30px 0;
}
}.promo-outer .promo-inner .promo-content .promo-header {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.promo-outer .promo-inner .promo-content .promo-header strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .promo-outer .promo-inner .promo-content .promo-header {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.promo-outer .promo-inner .promo-content .promo-body {
    display: flex;
    justify-content: space-between;
}
@media(max-width:768px) {
    .promo-outer .promo-inner .promo-content .promo-body {
    display: block;
}
}.promo-outer .promo-inner .promo-content .promo-body .promo-1, .promo-outer .promo-inner .promo-content .promo-body .promo-2 {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin: 25px 0;
}
@media(max-width:768px) {
    .promo-outer .promo-inner .promo-content .promo-body .promo-1, .promo-outer .promo-inner .promo-content .promo-body .promo-2 {
    width: 100%}
}.promo-outer .promo-inner .promo-content .promo-body .promo-1 img, .promo-outer .promo-inner .promo-content .promo-body .promo-2 img {
    display: block;
    width: 100%;
    height: auto;
}
.logo-cloud-outer {
    background-color: #f3f3f3;
}
.logo-cloud-outer .logo-cloud-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .logo-cloud-outer .logo-cloud-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .logo-cloud-outer .logo-cloud-inner {
    padding: 30px 0;
}
}.logo-cloud-outer .logo-cloud-inner .logo-cloud-header h2 {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.logo-cloud-outer .logo-cloud-inner .logo-cloud-header h2 strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .logo-cloud-outer .logo-cloud-inner .logo-cloud-header h2 {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.logo-cloud-outer .logo-cloud-inner .logo-cloud-wrapper {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}
.logo-cloud-outer .logo-cloud-inner .logo-cloud-wrapper .logo-cloud-item {
    width: 200px;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:768px) {
    .logo-cloud-outer .logo-cloud-inner .logo-cloud-wrapper .logo-cloud-item {
    margin: 10px;
    width: 100px;
}
}.logo-cloud-outer .logo-cloud-inner .logo-cloud-wrapper .logo-cloud-item img {
    display: block;
    width: 100%;
    height: auto;
}
.prefer-enroll-outer {
    background-color: #f3f3f3;
}
.prefer-enroll-outer .prefer-enroll-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner {
    padding: 30px 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-header h2 {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-header h2 strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-header h2 {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body {
    position: relative;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form {
    font: "Muli", sans-serif;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form {
    display: block;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form span {
    padding: 0 25px;
    text-align: center;
    font-weight: 700;
    color: #254d64;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form span {
    display: block;
    padding: 15px 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div {
    flex-grow: 1;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div label {
    display: none;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div:first-child {
    margin-right: 10px;
}
@media(max-width:450px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div: first-child {
    margin-right: 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div.two-col {
    margin-right: 0 !important;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div input, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div select {
    width: 100%;
    display: block;
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    border-radius: 6px;
    border: solid 1px #254d64;
    background-color: #fff;
    padding: 10px 15px;
    margin: 10px auto;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div input.city-dropdown, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div select.city-dropdown {
    text-transform: capitalize;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div input.city-dropdown option, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form div select.city-dropdown option {
    text-transform: capitalize;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col {
    display: flex;
    justify-content: space-between;
}
@media(max-width:450px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col {
    display: block;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col input, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col select {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
@media(max-width:450px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col input, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col select {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col input.city-uk-dropdown, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-form .two-col select.city-uk-dropdown {
    flex-basis: 100%}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-error {
    display: none;
    padding-top: 15px;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(243, 243, 243, .5);
    display: none;
    z-index: 2;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading.active {
    display: block;
}
@keyframes lds-spinner {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@-webkit-keyframes lds-spinner {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner {
    position: relative;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #254d64;
    width: 10px;
    height: 24px;
    border-radius: 20%;
    -webkit-transform-origin: 5px 52px;
    transform-origin: 5px 52px;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -.916666666666667s;
    animation-delay: -.916666666666667s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -.833333333333333s;
    animation-delay: -.833333333333333s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.666666666666667s;
    animation-delay: -.666666666666667s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.583333333333333s;
    animation-delay: -.583333333333333s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.416666666666667s;
    animation-delay: -.416666666666667s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.333333333333333s;
    animation-delay: -.333333333333333s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.25s;
    animation-delay: -.25s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.166666666666667s;
    animation-delay: -.166666666666667s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.083333333333333s;
    animation-delay: -.083333333333333s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-loading .lds-spinner {
    height: 150px !important;
    -webkit-transform: translate(-75px, -75px) scale(.75) translate(75px, 75px);
    transform: translate(-75px, -75px) scale(.75) translate(75px, 75px);
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results {
    padding: 50px 0;
    display: none;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results {
    padding: 30px 0;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results.active-enroll {
    display: flex;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results.active-enroll {
    display: block;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .left-col {
    width: 45%;
    height: 500px;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .left-col {
    width: 100%;
    height: 300px;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col {
    width: 55%;
    flex-grow: 1;
    background-color: #fff;
    height: 500px;
    overflow-y: scroll;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col {
    width: 100%;
    background-color: #f3f3f3;
    height: auto;
    overflow-y: visible;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-header {
    padding: 25px;
    background-color: #254d64;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-header h3 {
    font: 400 22px/1.2 "Muli";
    color: #fff;
    text-transform: uppercase;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list {
    margin: 0 25px;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item {
    line-height: 1.4;
    padding: 25px 0;
    border-bottom: solid 2px #d4d4d4;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item:last-child {
    padding-bottom: 50px;
    border-bottom: none;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .center-name {
    font-size: 16px;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .address {
    font-size: 14px;
    padding: 5px 0;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .address span {
    display: block;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .address .phone-number {
    font-size: 16px;
    padding: 5px 0;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .hours, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .ages, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .tour {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .hours span, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .ages span, .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .location-info .tour span {
    display: block;
    word-break: break-all;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .center-button {
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    margin: 10px 5px 5px 0;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .disclaimer {
    font-size: 14px;
    color: #3e889f;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .coupon {
    max-width: 150px;
    float: right;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    background-color: #f3f3f3;
}
@media(max-width:768px) {
    .prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .coupon {
    background-color: #fff;
}
}.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .prefer-enroll-results-list .prefer-enroll-results-item .coupon .coupon-label {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .bh-results .prefer-enroll-results-item .coupon {
    color: #0b874b;
    border: dashed 1px #0b874b;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .bh-results .prefer-enroll-results-item .coupon .coupon-modal .coupon-wrapper {
    border: dashed 5px #0b874b;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .bh-results .prefer-enroll-results-item .coupon .coupon-modal .coupon-wrapper .coupon-title span {
    font-weight: 700;
    color: #0b874b;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .center-results .prefer-enroll-results-item .coupon {
    color: #3e889f;
    border: dashed 1px #3e889f;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .center-results .prefer-enroll-results-item .coupon .coupon-modal .coupon-wrapper {
    border: dashed 5px #3e889f;
}
.prefer-enroll-outer .prefer-enroll-inner .prefer-enroll-body .prefer-enroll-results .right-col .center-results .prefer-enroll-results-item .coupon .coupon-modal .coupon-wrapper .coupon-title span {
    font-weight: 700;
    color: #3e889f;
}
.coupon-modal {
    padding: 25px;
    width: 100%;
    max-width: 800px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 5;
}
@media(max-width:768px) {
    .coupon-modal {
    display: none;
}
}.coupon-modal .coupon-controls {
    display: flex;
    justify-content: space-between;
}
.coupon-modal .coupon-controls .print {
    padding-bottom: 15px;
}
.coupon-modal .coupon-controls .close {
    padding-bottom: 15px;
}
.coupon-modal .coupon-wrapper {
    padding: 25px 25px 0;
    text-align: left;
    color: #000;
    text-align: left;
}
@media(max-width:768px) {
    .coupon-modal .coupon-wrapper {
    max-height: 90vh;
    overflow-y: scroll;
}
}.coupon-modal .coupon-wrapper .coupon-title {
    font: 400 22px/1.2 "Muli";
    text-transform: uppercase;
    padding-bottom: 25px;
}
.coupon-modal .coupon-wrapper .coupon-content {
    padding-bottom: 25px;
}
.coupon-modal .coupon-wrapper .coupon-content p {
    margin-bottom: 15px;
}
.coupon-modal .coupon-wrapper .coupon-disclaimer {
    padding-bottom: 25px;
    font-size: 12px;
}
.coupon-modal .coupon-wrapper .coupon-disclaimer p {
    margin-bottom: 15px;
}
.active {
    display: block !important;
}
@media(min-width:769px) {
    .usa-col {
    margin-right: 10px;
}
}.feature-webinar-outer {
    background-color: #f3f3f3;
}
.feature-webinar-outer .feature-webinar-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner {
    padding: 30px 0;
}
}.feature-webinar-outer .feature-webinar-inner .feature-webinar-header {
    margin: 25px 0;
}
.feature-webinar-outer .feature-webinar-inner .feature-webinar-header h2 {
    font: 700 32px/1.2 "Muli";
    line-height: 1.3;
    color: #254d64;
}
@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner .feature-webinar-header h2 {
    font-size: 22px;
}
}.feature-webinar-outer .feature-webinar-inner .feature-webinar-header h2 strong {
    font-weight: 800;
}
.feature-webinar-outer .feature-webinar-inner .feature-webinar-header .feature-webinar-date {
    margin: 10px 0;
    font-weight: 700;
}
.feature-webinar-outer .feature-webinar-inner .feature-webinar-body {
    margin: 25px 0;
    display: flex;
}
@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner .feature-webinar-body {
    flex-flow: column-reverse;
}
}.feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-text {
    flex-grow: 1;
    width: 60%;
    font: 400 16px/1.8 "Muli";
    line-height: 1.6;
}
@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-text {
    width: 100%}
}.feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-text p {
    margin-bottom: 15px;
}
.feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-text .feature-webinar-link {
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    margin: 25px 0;
}
.feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-image {
    width: 40%;
    margin-left: 25px;
}
@media(max-width:768px) {
    .feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-image {
    width: 100%;
    margin: 0 0 25px;
}
}.feature-webinar-outer .feature-webinar-inner .feature-webinar-body .feature-webinar-image img {
    display: block;
    width: 100%}
.webinar-video-outer {
    background-color: #f3f3f3;
}
.webinar-video-outer .webinar-video-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .webinar-video-outer .webinar-video-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .webinar-video-outer .webinar-video-inner {
    padding: 30px 0;
}
}.webinar-video-outer .webinar-video-inner .webinar-video-header {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.webinar-video-outer .webinar-video-inner .webinar-video-header strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .webinar-video-outer .webinar-video-inner .webinar-video-header {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.webinar-video-outer .webinar-video-inner .webinar-video-body {
    padding: 25px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.webinar-video-outer .webinar-video-inner .webinar-video-body:after {
    content: "";
    display: block;
    flex-grow: 1;
    width: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px);
}
@media(max-width:768px) {
    .webinar-video-outer .webinar-video-inner .webinar-video-body: after {
    width: 100%;
    flex-basis: 100%}
}.webinar-video-outer .webinar-video-inner .webinar-video-body .webinar-video-item {
    width: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px);
    padding: 25px 0;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column nowrap;
    border-bottom: solid 2px #d4d4d4;
}
@media(max-width:768px) {
    .webinar-video-outer .webinar-video-inner .webinar-video-body .webinar-video-item {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
}
}.webinar-video-outer .webinar-video-inner .webinar-video-body .webinar-video-item .webinar-video-title {
    font: 700 20px/1.4 "Muli";
    color: #254d64;
}
.webinar-video-outer .webinar-video-inner .webinar-video-body .webinar-video-item .webinar-video-date {
    margin: 15px 0 10px;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.webinar-video-outer .webinar-video-inner .webinar-video-body .webinar-video-item .webinar-video-link a {
    margin: 10px 0;
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 700;
}
.tutor-help-outer {
    background-color: #f3f3f3;
}
.tutor-help-outer .tutor-help-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner {
    padding: 30px 0;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-header h2 {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
}
.tutor-help-outer .tutor-help-inner .tutor-help-header h2 strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-header h2 {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form {
    display: none;
    font: "Muli", sans-serif;
    padding: 25px 0;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form span {
    padding: 0 25px;
    text-align: center;
    font-weight: 700;
    color: #254d64;
}
@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form span {
    display: block;
    padding: 15px 0;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div {
    flex-grow: 1;
}
@media(max-width:450px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div {
    padding: 0;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div label {
    display: none;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div input, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div select, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div textarea {
    width: 100%;
    display: block;
    font-family: Muli, sans-serif !important;
    font-size: 16px;
    border-radius: 6px;
    border: solid 1px #254d64;
    background-color: #fff;
    padding: 10px 15px;
    margin: 10px 0;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div input.error, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div select.error, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form div textarea.error {
    border-color: #f00;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
@media(max-width:450px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col {
    display: block;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col input, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col select, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col textarea {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
}
@media(max-width:450px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col input, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col select, .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .two-col textarea {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-form .tutor-form-error {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .submit {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    margin: 10px 5px 0;
    text-align: center;
}
.LoginButton {
 -webkit-appearance:none !important;
 border-radius:0 !important;
 display:inline-block !important;
 font-weight:600 !important;
 color:#254d64 !important;
 text-decoration:none !important;
 text-transform:uppercase !important;
 letter-spacing:.5px !important;
 background-color:#f1be45 !important;
 border-radius:8px !important;
 padding:10px 30px !important;
 cursor:pointer !important;
 font-size:13px !important;
 border:0 !important;
 margin-top:10px !important;
 text-align:center !important;
}

.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou {
    display: none;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-title {
    font: 400 48px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    padding: 25px 0;
    font-weight: 700;
    font-size: 36px;
}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-title strong {
    font-weight: 800;
}
@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-title {
    font: 400 22px/1.2 "Muli";
    padding: 15px 0;
}
}@media(max-width:768px) {
    .tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-title {
    font-weight: 700;
}
}.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-text {
    font: 400 16px/1.5 "Muli"}
.tutor-help-outer .tutor-help-inner .tutor-help-body .tutor-help-thankyou .thankyou-text p {
    margin-bottom: 15px;
}
.nav-outer {
    width: 100%;
    position: fixed;
    box-shadow: 0 0 16px -2px #000;
    z-index: 3;
    background-color: #fff;
}
@media(max-width:768px) {
    .nav-outer {
    max-height: 75px;
}
}.nav-outer .nav-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media(max-width:768px) {
    .nav-outer .nav-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .nav-outer .nav-inner {
    height: 75px;
}
}.nav-outer .nav-inner .menu-outer {
    flex-grow: 1;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .menu-outer {
    width: 280px;
    right: -280px;
    height: 100%;
    position: fixed;
    top: 75px;
    background-color: #254d64;
    overflow-x: hidden;
    transition: .25s ease;
}
}.nav-outer .nav-inner .menu-outer .menu-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .menu-outer .menu-inner {
    flex-flow: column nowrap;
}
}.nav-outer .nav-inner .menu-outer .menu-inner li {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    margin: 0 5px;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .menu-outer .menu-inner li {
    flex-flow: column nowrap;
    text-align: left;
    margin: 0;
    width: 100%}
}.nav-outer .nav-inner .menu-outer .menu-inner li a {
    display: inline-block;
    max-width: 100px;
    padding: 10px 0;
    border-bottom: solid 3px transparent;
    color: #254d64;
    font: 800 14px/18px "Muli";
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .menu-outer .menu-inner li a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 25px 50px 25px 25px;
    max-width: none;
    border-bottom: solid 1px #3e889f;
}
.nav-outer .nav-inner .menu-outer .menu-inner li a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 30px;
    border-left: solid 9px #f1be45;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}
}.nav-outer .nav-inner .menu-outer .menu-inner li a:hover, .nav-outer .nav-inner .menu-outer .menu-inner li a:active {
    border-bottom: solid 3px #254d64;
    transition: .25s ease;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .menu-outer .menu-inner li a: hover, .nav-outer .nav-inner .menu-outer .menu-inner li a:active {
    border-bottom: solid 1px #3e889f;
    transition: none;
}
}.nav-outer .nav-inner .bh-logo, .nav-outer .nav-inner .client-logo {
    max-width: 125px !important;
    margin: 0 5px;
    flex: 0 0 auto;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .bh-logo, .nav-outer .nav-inner .client-logo {
    max-width: 90px !important;
    height: auto;
}
}.nav-outer .nav-inner .bh-logo img, .nav-outer .nav-inner .client-logo img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .client-logo {
    padding-left: 10px;
    margin-left: 15px;
    border-left: solid 2px #d4d4d4;
}
}.nav-outer .nav-inner .mobile-menu-spacer {
    display: none;
}
@media(max-width:768px) {
    .nav-outer .nav-inner .mobile-menu-spacer {
    margin-left: 10px;
    margin-right: -20px;
    flex: 1 0 auto;
    display: block;
}
}.nav-outer .nav-inner .mobile-menu-spacer .mobile-menu-toggle {
    float: right;
    width: 90px;
    height: 75px;
    background-color: #fff;
    border-left: solid 2px #d4d4d4;
    position: relative;
    cursor: pointer;
}
.nav-outer .nav-inner .mobile-menu-spacer .mobile-menu-toggle:after {
    content: url("/images/menu-open.svg");
    display: block;
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width:768px) {
    .nav-outer .menu-active .menu-outer {
    right: 0;
}
.nav-outer .menu-active .mobile-menu-spacer .mobile-menu-toggle:after {
    content: url("/images/menu-close.svg") !important;
}
}.footer-outer {
    position: relative;
}
.footer-outer:before {
    display: block;
    width: 102%;
    margin: 0 -5px -1px;
    padding-top: 0;
    font-size: 0;
    background-color: #f3f3f3;
}
@media(max-width:768px) {
    .footer-outer: before {
    padding-top: 0;
}
}.footer-outer .footer-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto 5px;
    display: flex;
    align-items: center;
    padding-top: 25px;
}
@media(max-width:768px) {
    .footer-outer .footer-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .footer-outer .footer-inner {
    margin-top: 5px;
    width: calc(100% - 20px);
}
}.footer-outer .footer-inner .footer-logo {
    margin: 15px auto;
    max-width: 200px;
}
.footer-outer .footer-inner .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
}
.footer-outer .footer-inner .footer-text {
    margin: 15px 0 0;
    font: 400 22px/34px "Muli"}
@media(max-width:768px) {
    .footer-outer .footer-inner .footer-text {
    font-size: 20px;
    line-height: 1.4;
    order: -1;
}
}.footer-outer .footer-inner .footer-contact-info {
    font: 700 22px/1.4 "Muli";
    margin: 0 0 5px 0;
}
@media(max-width:768px) {
    .footer-outer .footer-inner .footer-contact-info {
    order: -1;
}
}.footer-outer .footer-inner .footer-contact-info .footer-phone, .footer-outer .footer-inner .footer-contact-info .footer-email {
    padding: 0 10px;
    border-right: solid 2px #d4d4d4;
}
.footer-outer .footer-inner .footer-contact-info .footer-phone:last-child, .footer-outer .footer-inner .footer-contact-info .footer-email:last-child {
    border-right: none;
}
@media(max-width:768px) {
    .footer-outer .footer-inner .footer-contact-info .footer-phone, .footer-outer .footer-inner .footer-contact-info .footer-email {
    display: block;
    border: none;
    padding: 0;
}
}sup {
    vertical-align: super;
    font-size: smaller;
}
.footer-outer .footer-inner .footer-copyright {
    font: 400 12px/1.7 Muli;
    margin: 5px auto;
    font-family: Muli, sans-serif !important;
}
.footer-outer .footer-inner .footer-copyright p {
    display: inline;
}
.footer-outer .footer-inner .footer-copyright .footer-links-wrapper {
    display: inline-block;
}
@media(max-width:768px) {
    .footer-outer .footer-inner .footer-copyright .footer-links-wrapper {
    display: block;
}
}.footer-outer .footer-inner .footer-copyright .footer-links-wrapper .footer-link {
    margin: 5px;
    padding-left: 10px;
    border-left: solid 2px #d4d4d4;
}
@media(max-width:768px) {
    .footer-outer .footer-inner .footer-copyright .footer-links-wrapper .footer-link: first-child {
    border-left: none;
}
}.hero-outer {
    padding-top: 110px;
    opacity: .9;
    background-position: center;
    background-size: cover;
}
.hero-outer .hero-inner {
    height: 370px;
    position: relative;
    background: linear-gradient(transparent, rgba(0, 0, 0, .4) 70%);
}
@media(max-width:768px) {
    .hero-outer .hero-inner {
    height: 240px;
}
}.hero-outer .hero-inner .hero-overlay {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media(max-width:768px) {
    .hero-outer .hero-inner .hero-overlay {
    width: calc(100% - 40px);
}
}.hero-outer .hero-inner .hero-overlay .hero-overlay-title {
    font: 400 64px/1.1 "Muli";
    color: #fff;
    text-transform: uppercase;
}
@media(max-width:768px) {
    .hero-outer .hero-inner .hero-overlay .hero-overlay-title {
    font-size: 46px;
}
}@media(max-width:450px) {
    .hero-outer .hero-inner .hero-overlay .hero-overlay-title {
    font-size: 38px;
}
}.hero-outer .hero-inner .hero-overlay .hero-overlay-title strong {
    font-weight: 800;
}
.hero-outer .hero-inner .hero-overlay .hero-overlay-title span {
    font-weight: 800;
}
.hero-outer .hero-inner .hero-overlay .hero-overlay-subtitle {
    font: 600 38px/1.1 "Muli";
    color: #fff;
    padding-top: 30px;
}
.hero-outer .hero-inner .hero-overlay .hero-overlay-subtitle a {
    color: #fff;
}
@media(max-width:768px) {
    .hero-outer .hero-inner .hero-overlay .hero-overlay-subtitle {
    padding-top: 20px;
    font-size: 28px;
}
}@media(max-width:450px) {
    .hero-outer .hero-inner .hero-overlay .hero-overlay-subtitle {
    font-size: 22px;
}
}.home-hero-outer {
    padding-top: 110px;
    opacity: .9;
    background-position: center;
    background-size: cover;
}
.home-hero-outer .home-hero-inner {
    height: 480px;
    position: relative;
    background: linear-gradient(transparent, rgba(0, 0, 0, .4) 70%);
}
@media(max-width:768px) {
    .home-hero-outer .home-hero-inner {
    height: 360px;
}
}@media(max-width:450px) {
    .home-hero-outer .home-hero-inner {
    height: 240px;
}
}.home-hero-outer .home-hero-inner .home-hero-overlay {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media(max-width:768px) {
    .home-hero-outer .home-hero-inner .home-hero-overlay {
    width: calc(100% - 40px);
}
}.home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-title {
    font: 400 64px/1.1 "Muli";
    color: #fff;
    text-transform: uppercase;
}
@media(max-width:768px) {
    .home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-title {
    font-size: 46px;
}
}@media(max-width:450px) {
    .home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-title {
    font-size: 38px;
}
}.home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-title strong, .home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-title span {
    font-weight: 800;
}
.home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-subtitle {
    font: 600 38px/1.1 "Muli";
    color: #fff;
    padding-top: 30px;
}
.home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-subtitle a {
    color: #fff;
}
@media(max-width:768px) {
    .home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-subtitle {
    padding-top: 20px;
    font-size: 28px;
}
}@media(max-width:450px) {
    .home-hero-outer .home-hero-inner .home-hero-overlay .home-hero-overlay-subtitle {
    font-size: 22px;
}
}.intro-second-nav-outer {
    background: linear-gradient(-20deg, #3e889f, #254d64 40%);
    overflow: hidden;
}
.intro-second-nav-outer .intro-second-nav-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner {
    padding: 30px 0;
}
}.intro-second-nav-outer .intro-second-nav-inner .intro-wrapper {
    width: 50%;
    flex: 1 0 auto;
    padding: 40px 80px 0 0;
    box-sizing: border-box;
}
@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner .intro-wrapper {
    padding: 20px 10px;
}
}.intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-title {
    color: #fff;
    font: 400 47px/1.1 "Muli";
    margin-bottom: 25px;
    text-transform: uppercase;
}
.intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-title strong, .intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-title span {
    font-weight: 800;
    color: #f1be45;
}
@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-title {
    display: none;
}
}.intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-text {
    font: 400 16px/2 "Muli";
    color: #fff;
}
@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner .intro-wrapper .intro-text {
    font: 400 16px/1.5 "Muli"}
}.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper {
    width: 50%;
    flex: 1 0 auto;
}
@media(max-width:768px) {
    .intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper {
    display: none;
}
}.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper:before {
    content: "";
    position: relative;
    display: block;
    width: 90px;
    right: 45px;
    top: 63px;
    border-top: solid 4px #f1be45;
}
.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper .second-nav-overlay {
    background-color: #1f3f51;
    padding: 40px 30px 40px 55px;
}
.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper .second-nav-overlay ul li {
    text-transform: uppercase;
    padding: 10px;
}
.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper .second-nav-overlay ul li a {
    font: 700 18px/1.2 "Muli";
    color: #fff;
    text-decoration: none;
}
.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper .second-nav-overlay ul li a:hover {
    color: #f1be45;
    transition: .25s ease;
}
.intro-second-nav-outer .intro-second-nav-inner .second-nav-wrapper .second-nav-overlay ul li a:after {
    content: "";
    position: relative;
    left: 10px;
    border-right: 5px solid transparent;
    border-top: 9px solid #f1be45;
    border-left: 5px solid transparent;
    display: inline-block;
}
.intro-second-nav-outer:after {
    display: block;
    width: 102%;
    margin: 0 -5px -1px;
    font-size: 0;
}
.CM-section-outer {
    background-color: #f3f3f3;
    position: relative;
}
.CM-section-outer .CM-section-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner {
    width: calc(100% - 40px);
}
}.CM-section-outer .CM-section-inner .CM-section-title {
    font: 700 32px/1.2 "Muli";
    color: #254d64;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-section-title {
    font-size: 22px;
    line-height: 1.2;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 25px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper {
    padding: 0;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper:after {
    content: "";
    display: block;
    width: calc(33% - 30px);
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item {
    width: calc(33% - 15px);
    flex-basis: calc(1/3 - 15px);
    background-color: #fff;
    margin-bottom: 40px;
    display: flex;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item {
    width: 100%;
    flex-basis: 100%;
    min-width: 250px;
    margin-bottom: 20px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 30px;
    border-bottom: solid 12px #3e889f;
    box-shadow: 0 0 50px -2px #ccc;
    width: 100%}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card {
    display: none;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card .CM-solution-card-title {
    font: 700 24px/1.2 "Muli";
    color: #254d64;
    flex-grow: 0;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card .CM-solution-card-body {
    font: 400 18px/1.4 "Muli";
    margin-top: 20px;
    flex-grow: 1;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-card .CM-solution-card-links {
    margin-top: 25px;
    font: 800 16px/1 "Muli";
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-grow: 0;
}
.link-button {
    display: inline-block;
    font-weight: 600;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
}
.link-text {
    display: inline-block;
    color: #254d64;
    text-decoration: none;
    margin: 10px 0 10px 15px;
    font-weight: 500;
    letter-spacing: .25px;
}
.link-text:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: solid 9px #f1be45;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal {
    position: relative;
    display: none;
    background-color: #f3f3f3;
    border-bottom: solid 20px #3e889f;
}
@media(min-width:1025px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
}@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal {
    display: block;
    width: 100%;
    border-bottom: solid 10px #3e889f;
    box-shadow: 0 0 50px -2px #ccc;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header {
    padding: 40px;
    background-color: #3e889f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header {
    padding: 30px 20px;
    background-color: #fff;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header h3 {
    font: 700 36px/1 "Muli";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header h3 {
    position: relative;
    color: #254d64;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 20px 0 10px;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header h3:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 5px;
    border-right: 8px solid transparent;
    border-top: 9px solid #f1be45;
    border-left: 8px solid transparent;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header span {
    padding: 12px 20px;
    border-radius: 8px;
    border: solid 2px #ffffff55;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-header span {
    display: none;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body {
    padding: 30px;
    display: none;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body {
    padding: 0 20px;
    transition: all .5s ease;
    max-height: 0;
    display: block;
    overflow-y: hidden;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font: 400 16px/1.5 "Muli"}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper {
    flex-flow: column nowrap;
    line-height: 1.4;
}
}@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .next-steps {
    display: none;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper h4, .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .next-steps {
    font: 700 22px/1 "Muli";
    color: #254d64;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper h4, .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .next-steps {
    font-size: 20px;
    margin-bottom: 10px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper p {
    margin: 0 0 15px;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper img, .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper iframe {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .modal-col {
    width: calc(33% - 15px);
    flex-basis: calc(33% - 15px);
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .modal-col {
    width: 100%;
    margin-bottom: 25px;
    flex-basis: auto;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col1 {
    order: 1;
    flex-grow: 1;
    padding: 0 15px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col1 {
    order: 2;
    padding: 0 10px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col2 {
    order: 2;
    flex-grow: 1;
    padding: 0 15px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col2 {
    order: 3;
    padding: 0 10px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 {
    order: 3;
    flex-grow: 0;
    padding: 0 15px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 {
    order: 1;
    padding: 0 10px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links {
    font: 800 16px/1 "Muli";
    text-transform: uppercase;
    flex-grow: 0;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links {
    text-align: center;
    font: 800 16px/1.5 "Muli";
    font-weight: 800;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links .CM-solution-modal-link-button {
    display: inline-block;
    font-weight: 800;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    padding: 20px 30px;
    margin: 10px 0;
    line-height: 1.4;
    display: block;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links .CM-solution-modal-link-button {
    padding: 12px 5px;
    margin: 0 0 10px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links .CM-solution-modal-link-text {
    display: inline-block;
    color: #254d64;
    text-decoration: none;
    margin: 20px 0;
    font-weight: 800;
    letter-spacing: .25px;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links .CM-solution-modal-link-text {
    display: block;
    padding: 12px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-links .CM-solution-modal-link-text:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: solid 9px #f1be45;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-contact .call {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 15px;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-contact .call-number a {
    font-size: 22px;
    font-weight: 800;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-body .CM-solution-modal-column-wrapper .col3 .CM-solution-modal-contact .hours {
    font-weight: 500;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-postbody {
    flex-basis: 100%;
    padding: 10px 20px 0;
    font: 400 16px/1.5 "Muli";
    background-color: #fff;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .CM-solution-item .CM-solution-modal .CM-solution-modal-postbody {
    padding: 0 10px 25px;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .full-width {
    width: 100% !important;
    flex-basis: 100% !important;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .double {
    width: calc(66% - 2px) !important;
    flex-basis: calc(66% - 2px) !important;
}
@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .double {
    width: 100% !important;
    flex-basis: 100% !important;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .active {
    position: relative;
    display: flex !important;
}
@media(min-width:769px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .active .CM-solution-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    height: auto;
    max-width: 800px;
    -webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
}.CM-section-outer .CM-section-inner .CM-solution-wrapper .active .CM-solution-modal .CM-solution-modal-header h3:after {
    content: "";
    background-image: url("/images/close.svg");
    background-size: cover;
    width: 15px;
    height: 15px;
    border: none;
}
.CM-section-outer .CM-section-inner .CM-solution-wrapper .active .CM-solution-modal .CM-solution-modal-body {
    display: block !important;
    background-color: #fff;
}
@media(min-width:769px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .active .CM-solution-modal .CM-solution-modal-body {
    overflow: auto;
    max-height: calc(100vh - 190px);
}
}@media(max-width:768px) {
    .CM-section-outer .CM-section-inner .CM-solution-wrapper .active .CM-solution-modal .CM-solution-modal-body {
    max-height: 2000px;
}
}.intro-outer .intro-inner {
    width: calc(100% - 50px);
    max-width: 1150px;
    margin: 0 auto;
    font: 400 16px/2 "Muli"}
@media(max-width:768px) {
    .intro-outer .intro-inner {
    width: calc(100% - 40px);
}
}@media(max-width:768px) {
    .intro-outer .intro-inner {
    font: 400 16px/1.5 "Muli"}
}.intro-outer .intro-inner .intro-content {
    padding: 50px 20px;
}
.intro-outer .intro-inner .intro-content p {
    margin: 10px 0;
}
.container {
    background-color: #F4F4F4;
    width: 72%;
    min-width: 360px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border: 0px solid black;
    height: auto;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}
.container-body {
    margin: auto;
    width: 70%;
    background-color: #f1f1f1;
    height: auto;
}

@media (max-width: 768px) {
    .container-body {
        width: 100%;
    }
}
.header-container {
    margin: 10px 0;
    text-align: center;
}
.page-header {
    font-family: Muli, sans-serif !important;
    font: 700 17px/1.2 Muli;
    color: #254d64;
    max-width: 80%;
    margin-top: 5px;
    border: none;
    margin: 5px 0 5px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.ui-dialog-titlebar {
    background-color: #3e889f !important;
}
.ui-dialog .ui-dialog-title {
    font: 200 18px/1 Muli;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%}
ul.stdBullets {
    margin: 10px 0;
}
ul.stdBullets li, li ul.stdBullets li {
    list-style-type: disc;
    float: none;
    margin: 0 0 8px 30px;
    font-weight: normal;
}
ul.stdBulletsNoIndent li, li ul.stdBulletsNoIndent li {
    list-style-type: disc;
    float: none;
    margin: 0 0 8px 10px;
    font-weight: normal;
}
ul.listNoBullets li, li ul.listNoBullets li {
    list-style-type: none;
    float: none;
    display: block;
    margin: 0 0 8px;
    font-weight: normal;
}
.ui-dialog-titlebar-close {
    background-image: url(/images/ui-icons_777777_256x240.png);
}
.clearfix:after, ul.lrBox:after, ul.stdBullets:after, .checkboxList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, ul.lrBox, ul.stdBullets, .checkboxList {
    display: inline-block;
}
* html .clearfix, * html ul.lrBox, * html ul.stdBullets, * html .checkboxList {
    height: 1%}
.clearfix, ul.lrBox, ul.stdBullets, .checkboxList {
    display: block;
}
.field-validation-error {
    color: #c00 !important;
    display: block !important;
}
.field-validation-valid {
    display: none;
}
select.input-validation-error, input[type=text].input-validation-error, input[type=password].input-validation-error, input[type="radio"].input-validation-error {
    background-color: #fee;
    outline: 1px solid #f00;
}
.validation-summary-errors {
    color: #c00;
    border: 1px solid #c00;
    padding: 8px 10px;
    background-color: #fff;
    margin-bottom: 20px;
    font: 14px/1.4 Muli Gill Sans MT, Arial;
}
.validation-summary-errors ul {
    margin: 0;
}
.validation-summary-errors ul li {
    list-style-type: disc;
    float: none;
    margin: 0 0 8px 10px;
    font-weight: normal;
}
.validation-summary-valid {
    display: none;
}
label {
    font: 400 15px/1.4 Muli, sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.agreementtext {
    margin-bottom: 0;
    font-weight: normal;
    font: 400 15px/1.4 Muli, sans-serif;
    color: #333;
    max-width: 100%;
    -ms-word-wrap: break-word;
}
input[type=text], input[type=password], select {
    width: 100%;
    display: inline-block;
    font-family: Muli, sans-serif;
    font-size: 15px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 8px 12px;
    margin: 0 0 8px 0;
    color: #444546;
    border-radius: .2rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=password]:focus, select:focus {
    border-color: #7888a6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 136, 166, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 136, 166, .6);
}
input[type=button], input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    color: #254d64;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #f1be45;
    border-radius: 8px;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 13px;
    border: 0;
    margin-top: 10px;
    text-align: center;
}
input[type=button].gray, input[type=button][disabled=disabled], input[type=submit][disabled=disabled], button[type=button].gray {
    font: 15px Muli HelveticaNeue, Arial;
    font-weight: bold;
    display: inline-block;
    padding: .6vw;
    margin-top: 15px;
    color: #f4f4f4;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f9e6a4;
    position: relative;
    cursor: pointer;
}
.serviceselection {
    width: 100%;
    height: 60px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #254d64;
    text-decoration: none;
}
.serviceselection-left {
    float: left;
    width: 40%;
    height: 100%}
.serviceselection-right {
    float: left;
    width: 60%;
    height: 100%}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.centertext {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    font: 700 15px/1.2 Muli;
    margin: 0 1em;
    font-family: Muli, sans-serif !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.centeruppertext {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    font: 15px/1.2 Muli;
    margin: 0 1em;
    font-family: Muli, sans-serif !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.serviceselection:hover {
    background-color: #254d64;
    color: #fff;
}
.container-left {
    float: left;
    width: 50%;
    max-height: 100%;
}

.container-right {
    width: 50%;
    background-color: white;
    float:left;
    min-height:580px;
}

}@media(max-width:768px) {
    #tabmiddle {
    width: 100%}
.container {
    width: 100%}
.container-body {
    width: 99%}
}
 @media (max-width: 1280px) {
    .container-left {
        display: none;
    }
 
    .bh-logo {
        display: inline;
    }
 
    .container-right {
        width: 100%;
    }
}
 
@media (min-width: 1280px) {
    .bh-logo {
        display: none;
    }
}

    hr {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        border: none !important;
        border-top: 1px double #dcdcdc !important;
        color: #dcdcdc;
        overflow: visible;
        text-align: center;
        height: 1px !important;
        margin-left: 20px;
        margin-right: 20px;
    }


