
/* Fonts
----------------------------------------------------------------------------- */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?mnf2be");
	src: url("../fonts/icomoon.eot?mnf2be#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mnf2be") format("truetype"), url("../fonts/icomoon.woff?mnf2be") format("woff"), url("../fonts/icomoon.svg?mnf2be#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hv-container {min-height:98px;}

/* Lightbox */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    padding: 44px;	
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.8);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 0;
    position: relative;
    transition: color 0.2s;
    vertical-align: middle;
    visibility: inherit;
    width: 50px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #fff;
}
.fancybox-button:focus,
.fancybox-button:active {
	background:transparent !important;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    opacity: 0.8;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: #FFF;
    right: 26px;
    top: 18px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

.dialog ul.action a:focus, button:focus, .dialog input[type=button]:focus, 
.dialog input[type=submit]:focus, .dialog ul.action a.default:focus, 
.dialog button.default:focus, 
.dialog input[type=button].default:focus, 
.dialog input[type=submit].default:focus {background-color: #74bc1f !important;}

.map-container {
    height: 560px;
}
.map-container .container {
    padding-left: 0;
    padding-right: 0;
}
.map-section {
    background: #1b346d;
    padding: 50px 0 80px;  
}
#formLightbox {
    display: none;
}
.featherlight-content #formLightbox {
    display: block;
}
.featherlight-content {
    width: 580px;
}
.btn-row-center {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
h1 span {
    display: block;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #74bc1f;
}
.charter-class .double-side-block {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}
.charter-class .two-thirds-block {
    width: 66.666%;
    min-width: 800px;
    margin: 0 auto;
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
    /* .bp-title {
        width: 380px !important;
        height: auto !important;
        margin-left: -137px !important;
    } */
}
/* Landing */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
html {
    font-size: 10px;
}
body {
    color: #383838;
    font-family: 'Mukta Mahee', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.65;
    font-weight: 300;
}
a {
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    text-decoration: none;
}
a,
a:hover {
    color: #50da3f;
}
a:hover {
    text-decoration: underline;
}
dl,
ol,
p,
ul {
    margin: 0 0 1.5em;
}
.text-green {
    color: #50da3f;
}
.h1,
h1 {
    font-size: 36px;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 700;
    margin: 0 0 2.7rem;
    line-height: 1.15;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 26px;
}
.h3,
.h4,
h3,
h4 {
    font-weight: 700;
    margin: 0 0 2.7rem;
    line-height: 1.15;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 22px;
}
.h5,
.h6,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 2.7rem;
    line-height: 1.15;
}
.h6,
h6 {
    font-size: 20px;
    margin-bottom: 1rem;
}
sub,
sup {
    font-size: 55%;
}
sup {
    top: -0.7em;
}
.link-underline {
    color: currentColor;
    text-decoration: underline;
}
.link-underline:hover {
    text-decoration: none;
}
body {
    background-color: #fff;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    overflow: hidden;
}
.container {
    max-width: 118rem;
    /* max-width: 136.5rem; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.notice-section {
	background:#0a1638;
	color:#FFF;
	font-size:24px;
	font-weight:400;
	line-height:1.2;
	padding: 19px 0 19px;
}
.notice-section strong {
	font-weight:700;
	display:block;
	font-size:22px;
}

.notice-block__column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;	
}
.notice-section .notice-block__column--left a,
.notice-section .notice-block__column--left a:visited,
.notice-section .notice-block__column--left a:link {
	color:#74bc1f;
	font-weight:700;
	text-decoration:underline;
}
.notice-section .notice-block__column--left a:hover {
	text-decoration:none;
}
.notice-section a:focus {
    outline: none;
}
.notice-section .container {   
    max-width: 118rem;
    /* max-width: 136.5rem; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.notice-block {
	display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0 18px;
}
.notice-block__column--left {
	margin-bottom: 0;
}

.notice-block p {margin:0;font-size:20px;}
.btn {
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #74bc1f;
    border: 0;
    outline: none;
    padding: 21px 28px;
    text-align: center;
    cursor: pointer;
	text-transform:uppercase;
	display:inline-block;
}
.btn-light-blue {
    background-color: #779ad0;
}
.btn-light-blue:hover {
    background-color: #678bbf !important;
}
.btn-gray {
    background-color: #dddddd;
    color: #383838 !important;
}
.btn-gray:hover {
    background-color: #cccccc !important;
}
.btn-dark-blue {
    background-color: #203469;
}
.btn-dark-blue:hover {
    background-color: #192958 !important;
}
.btn-stack .btn{
    width: 100%;
    font-size: 21px;
    padding: 21px 21px;
    text-align: center;
    margin: 8px auto;
}
.cta-section .btn {
	display:inline-block;
	margin-bottom:15px;
}
.btn-alt {
	color: #383838;
	border: 2px solid #77b94b;
	background: transparent;
    padding: 21px 18px;
}

.notice-block .btn-alt {color:#FFF;}
#form_7d4c1ede-b171-4d00-8f50-deaa1dc8e094 button {
    transition: background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #74bc1f;
    border: 0;
    outline: none;
    padding: 22px 30px;
    text-align: center;
    cursor: pointer;
	text-transform:uppercase;
	width:100%;
}
.btn:hover, #form_7d4c1ede-b171-4d00-8f50-deaa1dc8e094 button:hover {
    color: #fff;
    background: #63a232;
	text-decoration:none;
}

.decoration-fit {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.intro-section {
    background-image: url(../images/banner-students.jpg);
    background-color: #fff;
    background-size: auto 100%;;
    background-position: top right;
    background-repeat: no-repeat;
}
.fl-map-section {
    background-image: url(../images/freeport-map.jpg);
    background-color: #fff;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 23.877%;
}
.intro-section .double-side-block p {
	font-size:20px;
	font-weight:300;
	line-height:1.5em;
}
.intro-section .double-side-block p strong {
	font-size:20px;
	font-weight:600;
}

.intro-section p.intro-closing {
	font-size:28px;
	font-weight:700;
}
.intro-section .intro-closing span {
	font-size:28px;
	font-weight:700;
	color:#74bc1f;
}

.intro-section h1 {
	font-size: 50px;
    line-height: 1.09;
    color: #213469;
    font-family: 'Lora', Arial, serif;
	font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;	
	margin-bottom:2.75rem;
}
.intro-section h1 i {
    color: #ffffff;
    font-family: 'Lora', Arial, serif;
	font-size: 54px;
	font-style: italic;
	font-weight: 700;
	display:block;
}


.intro-section .heading {
	font-weight:700;
	font-size:34px;
    font-family: 'Lora', Arial, serif;
}

.intro-section .heading p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 2.25rem;
}
	
.text-icon-block__item {
    margin-bottom: 2.5rem;
}
.text-icon-block__item:last-child {
    margin-bottom: 0;
}
.text-icon-block__visual {
    margin-bottom: 2rem;
}
.text-icon-block__icon {
    max-width: 100%;
    display: block;
}
.text-icon-block__text {
    line-height: 1.65;
}
.text-icon-block__text h6 {
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.text-icon-block__text :last-child {
    margin-bottom: 0;
}
.double-side-block__column--left {
    margin-bottom: 2.5rem;
}
.stat-section .double-side-block__column--left {
    margin-bottom: 0;
}
.stat-section p {margin:0;}
.intro-section {
    position: relative;
    color: #fff;
}
.intro-section .double-side-block__column--left {
    /* padding: 95% 0 8rem; */
    padding: 0;
}
.intro-section .section-holder {
    position: relative;
    z-index: 2;
}
.intro-section__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4.4rem;
}
.intro-section-logo {
    /*
	display: flex;
    flex-wrap: wrap;
    */
	display:block;
	margin-bottom: 2.75rem;
}
.img-holder {
    width: 100%;
    position: relative;
    height: auto;
}
.excellence-section {
	background:#e4e9fc;
}
.excellence-section .double-side-block__column {
	/* background:#dce1f3;
	padding: 3.75rem; */
	text-align:center;
}
.excellence-section .section-holder {
	padding: 9rem 0;
}
.excellence-section h3 {
    font-family: 'Lora', Arial, serif;
	font-size:37px;
	color:#213469;
	font-weight: 700;
}

.cta-section h3 {
    font-family: 'Lora', Arial, serif;
	font-size:42px;
	color:#213469;
	font-weight: 700;
	padding-bottom:1rem;
}
.excellence-section p,
.cta-section p {
	font-weight: 300;
	font-size:20px;
    line-height: 29px;
}
.excellence-section p strong {
	font-weight: 600;
}
.excellence-section p a {
	color:#6ba642;
}
.cta-section p a,
.cta-section p span {
	color:#213469;
    font-weight: 600;
}

.footer-section {
	background:#112046;
	padding: 2.8rem 0;
}
.cta-section {
    padding: 8rem 0 6rem;
    position: relative;
    background: #FFFFFF;
    color: #383838;
    z-index: 1;
}
.cta-section .double-side-block {
    margin-bottom: 4rem;
}
.cta-section .decoration-fit {
    z-index: -1;
}
.cta-section h3 {
    margin: 0 0 1rem;
}
.cta-section .link-holder {
    margin-top: 3.3rem;
}
.cta-section .link-holder .btn {
    font-size: 21px;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
}
.cta-section .btn-holder {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0 18px;
}
.cta-section__visual {
    position: relative;
    z-index: 1;
}
.cta-section__image {
    max-width: 300px;
    margin: 0 auto;
}
.copyright {
    margin: 0;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
}

.fancybox-bg {
    background: #000;
    opacity: 0.8;
}
.modal-content {
    padding: 26px 40px;
}
.modal {
    color: #525558;
    display: none;
}
.modal--small {
    max-width: 625px;
    width: 100%;
    text-align: center;
}
.modal--offset {
    overflow: visible;
    margin-top: 12rem;
    margin-bottom: 12rem;
}
.modal__offset-image {
    margin-top: -2rem;
    margin-bottom: -4.2rem;
}
.modal__offset-image img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-8rem);
    display: block;
    margin: 0 auto;
}
.modal h3 {
	font-weight: 600;
	color:#FFFFFF;
	font-size:29px;
    padding: 26px 40px;
	background:#213469;
	margin:0;
	text-align:left;
}
.modal__title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.modal__heading {
    margin-bottom: 3rem;
}
.modal-form .btn {
    width: 100%;
}
.text-icon-block__item {
        display: flex;
}
.text-icon-block__visual {
    margin-bottom: 0;
    margin-top:5px;
    min-width: 45px;
    padding-right: 0;
}
.text-icon-block__icon {
    margin: 0 auto;
}
.notice-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice-flex .btn {
    font-size: 21px;
    padding: 19px 22px;
}
.intro-flex {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.intro-flex p, .intro-flex p strong {
    color: #383838;
    font-size: 22px !important;
}
.intro-box {
    min-width: 66px;
    max-width: 66px;
    padding-right: 16px;
    padding-top: 5px;
}
.icon-stetho img {
    /* width: 44px !important; */
    margin: 0 auto;
}
.icon-marker img {
    /* width: 36px !important; */
    margin: 0 auto;
}
.charter-class .text-icon-block {
    background-color: #ffffff;
    padding: 3.75rem;
}
.resp-container {
    display: block;
    position: relative;
    overflow: hidden;
    /* padding-top: 56.25%; */
    padding-top: 52.75%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.leadership-section {
    background-color: #E4E9FC;
}
.leadership-row {
    display: flex;
    width: 100%;
    padding-bottom: 7px;
}
.start-image-bg {
    background-image: url('../images/your-chance-video-thumbnail.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
}
.start-box {
    background-color: #fff;
    padding: 60px 40px;
    width: 350px;
    min-height: 379px;
    min-width: 350px;
    text-align: center;
    margin-right: 7px;
}
.start-box img {
    margin: 0 auto 10px;
}
p.start-copy {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    color: #203469;
    margin-bottom: 8px;
}
.start-box p:last-of-type {
    margin-bottom: 0;
}
.clerk-box {
    background-image: url('../images/partner-hospital.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clerk-box p {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0;
}
.leadership-description {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 40px;
}
.leadership-description h5 {
    font-size:30px;
    font-weight: bold;
    color: #112046;
    margin-bottom: 10px;
}
.leadership-description .leader-title {
    font-size: 23px;
    font-weight: bold;
    color: #203469;
    margin-bottom: 12px;
}
.leader-joe {
    width: 220px;
    min-width: 220px;
}
.leader-text {
    margin-left: 30px;
}
.leader-text p{
    margin-bottom: 0;
}
.cta-section p {
    margin-bottom: 12px;
}
.cta-section h5 {
    font-size: 23px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 0;
}
@media screen and (min-width: 320px) {
}
@media screen and (min-width: 768px) {
	
    .double-side-block {
        display: grid;
        grid-template-columns: repeat(2, minmax(10px, 1fr));
        grid-gap: 0 28px;
    }
    .cta-section .double-side-block {
        display: grid;
        grid-template-columns: 2.2fr 1fr;
        grid-gap: 0 50px;
    }
	.intro-section .double-side-block {
        display: grid;
        /* grid-template-columns: 1fr 448px; */
        grid-template-columns: 1fr 50%;
        grid-gap: 0 50px;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
	.cta-section .double-side-block p {padding-right:4em;}
    .double-side-block__column--left {
        margin-bottom: 0;
    }
    .cta-section .double-side-block {
        align-items: center;
    }
    .model-content {
        padding: 4.1rem 5.5rem;
    }	
    .modal__offset-image {
        margin-top: -4.1rem;
    }
	.stat-section .double-side-block {
        display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 0px;
    }
}
@media (max-width: 1200px) { 
    .excellence-section h3 {
        font-size: 32px;
    }
}
@media (max-width: 1024px) {
	.leadership-description {
        display: block;
    }
    .leader-joe {
        margin-bottom: 20px;
    }
    .leader-text {
        margin-left: 0;
    }
    .charter-class .double-side-block {
        display: block;
    }
    .charter-class .double-side-block__column--left {
        margin-bottom: 50px;
    }
    .excellence-section h3 {
        padding: 0 40px;
    }
    .charter-class .text-icon-block {
        padding: 1.75rem;
    }
    .header-logo {
        max-width: 330px;
    }
    .notice-section .btn {
        width: 448px;
    }
}

@media (max-width: 980px) {
    .intro-section h1 {
        font-size: 50px;
    }
    .intro-flex p, .intro-flex p strong {
        font-size: 22px !important;
    }
    .intro-flex {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .leadership-row {
        display: block;
    }
    .start-box {
        width: 100%;
        margin-bottom: 7px;
    }
    .start-image-bg {
        width: 100%;
        padding-top: 56.25%;
    }
}

@media screen and (max-width: 860px) {
	.intro-section .double-side-block {
        display: grid;
        grid-template-columns: 1fr 460px;
        grid-gap: 0 50px;
    }
}


@media screen and (max-width: 1000px) {
	.notice-block {
		display: grid;
		grid-template-columns: 60% 40%;
		grid-gap: 0 18px;
	}
	.notice-block .btn-alt {color:#FFF;margin-left:15px;}
}


@media screen and (min-width: 1000px) {
	.notice-block {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-gap: 0 18px;
	}
	.notice-block .btn-alt {color:#FFF;margin-left:15px;}
}
@media screen and (min-width: 1200px) {	
	.cta-section .double-side-block p {padding-right:0px;}
	.intro-section .double-side-block {
        display: grid;
        grid-template-columns: .9fr .8fr;
        grid-gap: 0 100px;
    }
	.notice-block {
		display: grid;
		grid-template-columns: 60% 40%;
		grid-gap: 0 18px;
	}
	.notice-block .btn-alt {color:#FFF;margin-left:15px;}
}

@media screen and (min-width: 1300px) {
	.intro-section .double-side-block {
        display: grid;
        grid-template-columns: .9fr .8fr;
        grid-gap: 0 110px;
    }
}


@media screen and (max-width: 1300px) {
	.section-holder {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}
	
	.excellence-section .section-holder {
		padding: 3rem 2.25rem;
	}
	.notice-section, .notice-section strong {
		/* font-size:1.25em; */
	}
	.notice-section .btn {
		font-size:.85em;
	}
	.cta-section .link-holder .btn:first-child {margin-right:1.25rem;margin-bottom:1.25rem;}
}
@media screen and (max-width: 1100px) {
	.notice-section, .notice-section strong {
		/* font-size:1.15em; */
	}
	.notice-section .btn {
		/* padding: 1rem 1rem;
		font-size:.85em; */
	}
	.cta-section .btn {display:inline-block;}
}
@media screen and (max-width: 1000px) {
	.notice-block {
		display:block;
	}
	.notice-section, .notice-section strong {
		font-size:1.25em;
	}
	.notice-section .btn {
		/* padding: 1rem 1rem; */
		font-size:1em;
		display:inline-block;
		margin-top:1.5rem;
	}
	.notice-block__column {
		display:block;
		text-align:center;
		margin:0 auto;
	}
}

@media screen and (max-width: 875px) {
	/* .intro-section {background: #213469;} */
	.intro-section .decoration-fit {display:none;}
	.intro-section .double-side-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0 100px;
    }
	.intro-section .double-side-block__column--right{
		padding: 5rem 0;
	}
	.intro-section .double-side-block__column--left	{
		padding: 20px 0 40px;
        order: 2;
	}
    .intro-section {
        /* background-position: top left;
        background-size: 130%; */
        background-image: none;
    }
    .btn-row-center .btn {
        width: 100%;
    }
    h1 br.hm {
        display: none;
    }
    .notice-section .btn {
        width: 300px;
    }
    .header-logo {
        max-width: 380px;
    }
    .cta-section h3 {
        font-size: 32px;
    }
    .fl-map-section {
        padding-top: 50%;
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {
	.notice-section, .notice-section strong {
		font-size:1.15em;
	}
    .featherlight-content {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {		
	.map-section {
		position:relative;
		min-height:250px;
	}
	.intro-section .heading h1 {
		text-align:center;
		font-size:1em;
	}
	.intro-section h1 i {
		font-size:1em;
	}
    .cta-section .decoration-fit {
        display:none;
    }
	.cta-section .link-holder .btn,.cta-section .link-holder .btn:first-child {margin-right:0; display:block;}
}
#form_page_1 {
	text-align:left;
}
#form_page_1 label,
#form_page_1 .form_label {
	font-size:20px;
	color:#383838;
	font-weight:300;
	margin-bottom:2px;
}
#form_page_1 input {
	font-size:20px;
	padding: 12px 10px;
	color:#000;
	width:100%;
	border: #cacaca 1px solid;
}
select:focus, input:focus{
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 2px #719ECE;
}
#form_page_1 select {
	font-size:20px;
	padding: 5px 10px;
	width:100%;
	color:#000;
	border: #cacaca 1px solid;
}
#form_page_1 .form_birthdate select:nth-child(1) {
	width:40%;
	margin-right:20px;
}
#form_page_1 .form_birthdate select:nth-child(2) {
	width:20%;
	margin-right:20px;
}
#form_page_1 .form_birthdate select:nth-child(3) {
	width:20%;
}
#form_page_1 .form_dateym select:nth-child(1) {
	width:50%;
	margin-right:20px;
}
#form_page_1 .form_dateym select:nth-child(2) {
	width:30%;
	margin-right:20px;
}
#form_page_1 sup {
	font-size: 20px;
    color: red;
    top: 0;
    left: -5px;
}
#form_page_1 .form_question.required {background-color:unset;}
#form_page_1 .form_question.required label {color:#e60000;font-weight:700;}
#form_7d4c1ede-b171-4d00-8f50-deaa1dc8e094 .action {text-align:left;margin-top:1em;}
#form_question_3fec546c-2d8e-40b9-ba64-e795d543b430,#form_question_3fec546c-2d8e-40b9-ba64-e795d543b430 em,
#form_question_3fec546c-2d8e-40b9-ba64-e795d543b430 em span {
	line-height:15px !important;
	font-size:13px !important;
}
#form_7d4c1ede-b171-4d00-8f50-deaa1dc8e094 button {margin:.9em 0;}

.info-form {
	/* background:#FFFFFF; */
    background: linear-gradient(#e4e9fc, #c4d3e6);
	text-align:center;
}
.info-form .form-heading {
	padding: 40px 40px 0 40px;
}
.info-form h3 {
	color:#213469;
	font-weight:700;
	font-size: 28px;
	font-family: 'Lora', serif;
	margin: 0 0 1.7rem;
}
.info-form p {
	font-size:18px !important;
	color:#383838;
	font-weight:300;
	margin-bottom:0;
}
.info-form strong {
	color:#062f6e;
	font-weight:600;
}

.info-form .form-heading i {
	display:block;
}
/* Icons
----------------------------------------------------------------------------- */

.icon-plane:before {
	content: "\e934";
}
.icon-book:before {
	content: "\e93a";
}
.icon-stethoscope:before {
	content: "\e93b";
}

.home-grid-blue {
	position: relative;
	padding: 36px;
	padding-top: 9.66%;
	padding-bottom: 9.66%;
	text-align: center;
	color: #FFFFFF;
	background: transparent linear-gradient(270deg, #162343 0%, #203262 100%) 0% 0% no-repeat padding-box;
}
.home-grid-green {
	position: relative;
	padding: 36px;
	padding-top: 9.66%;
	padding-bottom: 9.66%;
	text-align: center;
	color: #FFFFFF;
	background: transparent linear-gradient(270deg, #3d5f26 0%, #73b347 100%) 0% 0% no-repeat padding-box;
}
.home-grid img {
	width: 92px;
	height: 92px;
	margin-bottom: 6px;
}
#cube1 .icon-plane:before,
#cube2 .icon-stethoscope:before,
#cube3 .icon-book:before {
	font-size:82px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity:.8;
}
.hv-container {min-height:98px;}
#cube1:hover > div > .icon-plane:before,
#cube2:hover > div > .icon-stethoscope:before,
#cube3:hover > div > .icon-book:before {
	font-size:90px;
	opacity: 1;
}
.home-grid h2 {
	font-size: 92px;
	word-spacing: -6px;
	font-family: 'Lora', serif;
}
.home-grid h2 span:last-child {
	font-size: 30px;
	font-family: 'Lora', serif;
	font-style: italic;
	vertical-align: middle;
}
.home-grid p {
	font-size: 21px;
	font-weight: 300;
}
.home-grid {
	background-color: #203262;
}
.featherlight-iframe .featherlight-content {
    width: 800px;
}
.featherlight-inner {
    height: 422px;
    width: 100%;
}

@media (max-width: 1024px) {
    .featherlight-iframe .featherlight-content {
        padding: 0;
        border: 0;
    }
}

@media (max-width: 830px) {
    .featherlight-iframe .featherlight-content {
        width: 500px;
    }
    .featherlight-inner {
        height: 265px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .notice-flex {
        display: block;
    }
    .header-logo {
        max-width: 100%;
    }
    .notice-section .btn {
        width: 100%;
    }
    .excellence-section h3 {
        padding: 0;
    }
    .cta-section .link-holder .btn {
        max-width: 100%;
    }
    .start-box {
        min-width: 100%;
    }
    .notice-flex .btn {
        padding: 16px 22px;
        font-size: 20px;
    }
    h1 span {
        font-size: 22px;
        line-height: 30px; 
    }

    
}

@media (max-width: 580px) {
    .featherlight-iframe .featherlight-content {
        width: 338px !important;
    }
    .featherlight-inner {
        height: 179px !important;
        width: 100%;
    }
}