/* CSS Document */

.row {
    max-width: 75rem;
}

.row--menu {
    width: 100%;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.row.small-unstack>.column,
.row.small-unstack>.columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@-webkit-keyframes stickyHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickyHeader {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

html {
    font-size: 16px;
    font-size: 1rem;
}

body {
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.4;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #4c80d4;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #4473bf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    margin-bottom: 1rem;
    color: #022754;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.125rem;
}

ul,
ol,
dl {
    line-height: 1.750rem;
    margin-bottom: 1rem;
    list-style-position: outside;
    padding-left: 1rem;
}

ol,
ul {
    margin-left: 1.25rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
}

dl {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
}

dt {
    font-weight: bold;
    margin-bottom: 0.3rem;
}

ol {
    font-size: inherit;
    list-style: none;
}

li {
    font-size: inherit;
    font-size: 1rem;
    line-height: 1.875;
    color: #414141;
}

abbr {
    color: #bbcadc;
    text-decoration: none;
    border: 0px;
    cursor: help;
}

blockquote {
    display: block;
    padding: 0 1.5rem;
    position: relative;
    font-style: italic;
    border: 0;
    font-size: 1.125rem;
    border-left: 4px solid #446a99;
    color: #4a4a4a;
}

blockquote p {
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    color: #446a99;
}

blockquote cite {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 1.563rem;
    color: #818181;
    font-weight: 800;
}

blockquote cite:before {
    content: '\2014 \0020';
}

blockquote cite img {
    max-width: 150px;
    display: block;
    margin-top: 0.5rem;
    margin-right: 0;
    margin-left: auto;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

em,
i {
    font-style: italic;
}

hr {
    border: 0;
    height: 1px;
    position: relative;
    max-width: 100%;
    background: -o-radial-gradient(center, ellipse, rgba(129, 129, 129, 0.1) 0%, rgba(129, 129, 129, 0) 75%);
    background: -webkit-radial-gradient(center, ellipse, rgba(129, 129, 129, 0.1) 0%, rgba(129, 129, 129, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(129, 129, 129, 0.1) 0%, rgba(129, 129, 129, 0) 75%);
    margin: 1.75rem 0;
}

code {
    font-family: "Lucida Console", "Lucida Sans Typewriter", monospace;
}

sup {
    font-size: 80%;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: inherit;
}

.caption {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0.5rem 0 1rem 0;
    line-height: 1.25;
}

.content p,
.content li,
.content td {
    font-size: 1rem;
    line-height: 1.8;
}

.interior .content .main ul {
    list-style-type: disc;
}

.interior .content .main ul li {
    list-style-type: disc;
    margin-left: 2rem;
}

.main ol {
    list-style-type: decimal;
    padding-left: 40px;
}

.alt p {
    color: white;
}

.interior .content p {
    margin: 1rem 0;
}

.interior .content h1,
.interior .content h2,
.interior .content h3 {
    margin: .5em 0 .35em;
}

.title--index {
    text-align: center;
    margin: 0;
    padding: 0;
}

.o-hidden {
    overflow: hidden;
}

.o-visible {
    overflow: visible;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.caps,
.uppercase {
    text-transform: uppercase;
}

.titlecase {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.underline {
    text-decoration: underline;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.font-primary {
    font-family: "Raleway", sans-serif;
}

.font-lighter {
    font-weight: lighter;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.font-normal {
    font-style: normal;
}

.font-italic {
    font-style: italic;
}

.font-oblique {
    font-style: oblique;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.text--center--small {
    text-align: center;
}

.text--center--small-medium {
    text-align: center;
}

.text--center--medium {
    text-align: left;
}

.text--center--medium-large {
    text-align: left;
}

.text--center--large {
    text-align: left;
}

.color-primary {
    color: #446a99;
}

.color-secondary {
    color: #bbcadc;
}

.color-third {
    color: #022754;
}

.color-white {
    color: #ffffff;
}

.color-black {
    color: #000000;
}

.background-primary {
    background: #446a99;
}

.background-secondary {
    background: #bbcadc;
}

.background-third {
    background: #022754;
}

.background-white {
    color: #ffffff;
}

.background-black {
    color: #000000;
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pad {
    padding: 0.5rem;
}

.pad-0 {
    padding: 0;
}

.pad-vert {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pad-horiz {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.pad-top {
    padding-top: 0.5rem;
}

.pad-bottom {
    padding-bottom: 0.5rem;
}

.pad-left {
    padding-left: 0.5rem;
}

.pad-right {
    padding-right: 0.5rem;
}

.pad-2x {
    padding: 1rem;
}

.pad-2x-vert {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-2x-horiz {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pad-2x-top {
    padding-top: 1rem;
}

.pad-2x-bottom {
    padding-bottom: 1rem;
}

.pad-2x-left {
    padding-left: 1rem;
}

.pad-2x-right {
    padding-right: 1rem;
}

.pad-3x {
    padding: 1.5rem;
}

.pad-3x-vert {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pad-3x-horiz {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pad-3x-top {
    padding-top: 1.5rem;
}

.pad-3x-bottom {
    padding-bottom: 1.5rem;
}

.pad-3x-left {
    padding-left: 1.5rem;
}

.pad-3x-right {
    padding-right: 1.5rem;
}

.marg {
    margin: 0.5rem;
}

.marg-0 {
    margin: 0;
}

.marg-vert {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.marg-horiz {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.marg-top {
    margin-top: 0.5rem;
}

.marg-bottom {
    margin-bottom: 0.5rem;
}

.marg-left {
    margin-left: 0.5rem;
}

.marg-right {
    margin-right: 0.5rem;
}

.marg-half {
    margin: 0.25rem;
}

.marg-half-vert {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.marg-half-horiz {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.marg-half-top {
    margin-top: 0.25rem;
}

.marg-half-bottom {
    margin-bottom: 0.25rem;
}

.marg-half-left {
    margin-left: 0.25rem;
}

.marg-half-right {
    margin-right: 0.25rem;
}

.marg-2x {
    margin: 1rem;
}

.marg-2x-vert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.marg-2x-horiz {
    margin-left: 1rem;
    margin-right: 1rem;
}

.marg-2x-top {
    margin-top: 1rem;
}

.marg-2x-bottom {
    margin-bottom: 1rem;
}

.marg-2x-left {
    margin-left: 1rem;
}

.marg-2x-right {
    margin-right: 1rem;
}

.marg-3x {
    margin: 1.5rem;
}

.marg-3x-vert {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.marg-3x-horiz {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.marg-3x-top {
    margin-top: 1.5rem;
}

.marg-3x-bottom {
    margin-bottom: 1.5rem;
}

.marg-3x-left {
    margin-left: 1.5rem;
}

.marg-3x-right {
    margin-right: 1.5rem;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1 px;
    height: 1 px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

.shadow {
    -webkit-box-shadow: 0 0 16.92px 1.08px rgba(2, 2, 2, 0.44) inset;
    box-shadow: 0 0 16.92px 1.08px rgba(2, 2, 2, 0.44) inset;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #353535;
}

.alt {
    background: #f5f5f5;
}

.lined {
    display: block;
    border: 2px solid #7fc241;
    border-width: 2px 0;
    text-transform: uppercase;
    font-size: 1.125rem;
    text-decoration: none;
    color: #999999;
    font-weight: 400;
    padding: 4px 0 3px;
    margin: 0 auto;
}

.icon {
    display: block;
    padding-left: 2.125rem;
    position: relative;
}

.icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.125rem;
    background: url("../images/sprite-icons.png") no-repeat;
}

.svg-container {
    position: absolute;
    height: 0;
}

svg {
    height: 32px;
    width: 32px;
}

.btn {
    display: inline-block;
    text-align: center;
    background: #446a99;
    color: #ffffff;
    line-height: 1;
    border: 1px solid #ffffff;
    position: relative;
    text-transform: uppercase;
    padding: 1rem;
}

.btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 70%;
    width: 90%;
    -webkit-box-shadow: 0px 0px 20px 12px rgba(68, 106, 153, 0.5);
    box-shadow: 0px 0px 20px 12px rgba(68, 106, 153, 0.5);
    z-index: -1;
    border-radius: 50%;
}

.btn:hover {
    background: #3a5a82;
    color: #ffffff;
}

.btn--secondary {
    background: #bbcadc;
    color: #022754;
}

.btn--secondary:hover {
    background: #9facbb;
    color: #022754;
}

.btn--large {
    font-size: 2rem;
    padding: 1.125rem 2.25rem;
    border: 2px solid #ffffff;
    margin: 1rem 0;
}

.btn--expand {
    display: block;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.bread_crumbs a {
    color: #353535;
}

.bread_crumbs a:hover {
    color: #4c80d4;
}

table thead {
    background: #446a99;
}

table thead tr th {
    color: #ffffff;
}

.main--index {
    overflow: hidden;
}

.content {
    padding: 1rem 0 3rem 0;
}

.content--interior {
    padding-bottom: 0;
}

.header {
    position: relative;
    height: 100vh;
}

.header--interior {
    height: auto;
}

.footer {
    background: #233c5b;
    padding: 2rem 0 6rem 0;
}

.footer__text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-left: 1.25rem;
}
.badge-list {
    list-style:none;
    margin:1rem 0 0 0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    justify-content:center;
    column-gap:0.625rem;
}
.badge-list__item {
	line-height:1;
}
.footer__badge {
    width:100%;
    max-width:75px;
}
.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.interior .content .main ul.social1,
.interior .content .main ul.social1 li {
    list-style-type: none;
    list-style: none;
    margin: 1rem .2rem 0 .2rem;
}

.social__item {
    margin: 0 0.25rem;
}

.social__link {
    display: block;
    line-height: 0;
    height: 30px;
    width: 30px;
    background: #516e91;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__link1 {
    height: 90px;
    width: 90px;
}

.social__link:hover {
    background: #496383;
}

.social__link--large {
    height: 50px;
    width: 50px;
}

.social__icon {
    color: #ffffff;
    fill: currentColor;
    line-height: 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social__link svg {
    fill:#fff;
    width:15px;
    height:15px;
}
.social__link--large svg {
    width:25px;
    height:25px;
}
.social__link1 .social__icon {
    font-size: 3rem;
}
.social__link1 svg {
    fill: #ffffff;
    width: 45px;
    height: 45px;
}

.social__icon--large {
    font-size: 1.5rem;
}

.hero {
    position: relative;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.hero__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.hero__slider {
    height: 100%;
}

.hero__slider .slick-list,
.hero__slider .slick-track {
    height: 100%;
}

.hero__slide--1 {
    background: url("../images/sliders/slide-01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--2 {
    background: url("../images/sliders/slide-02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--3 {
    background: url("../images/sliders/slide-03.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--4 {
    background: url("../images/sliders/slide-04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--5 {
    background: url("../images/sliders/slide-05.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--6 {
    background: url("../images/sliders/slide-06.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--7 {
    background: url("../images/sliders/slide-07.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__slide--8 {
    background: url("../images/sliders/slide-08.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.hero .flex-video {
    height: 100%;
}

.hero .flex-video iframe {
    position: absolute;
    height: calc(100%/.5256);
    min-height: 100%;
    width: calc(100vh/.5256);
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fullscreen {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

.nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

form .currentForm {
    text-align: right;
}

form .currentForm .formElements h2,
form .currentForm .formElements p {
    text-align: left;
}

form .currentForm .formElements .formRow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form .currentForm .formElements .formRow ul li {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    list-style: none;
}

form .currentForm .formElements .formRow ul li:before {
    display: none;
}

form .currentForm .formElements .formRow ul li input {
    border-radius: 0;
}

form .currentForm .formElements .formRow ul li label {
    color: #414141;
}

form .currentForm .formElements .formRow ul li.radio fieldset,
form .currentForm .formElements .formRow ul li.checkbox fieldset {
    margin-bottom: 1rem;
}

form .currentForm .formElements .formRow ul li.radio fieldset span,
form .currentForm .formElements .formRow ul li.checkbox fieldset span {
    display: inline-block;
    float: left;
    margin-right: 1.5rem;
}

form .currentForm .formElements .formRow ul li.radio fieldset span input,
form .currentForm .formElements .formRow ul li.checkbox fieldset span input {
    margin: 0.5rem 0.4rem 0.5rem 0;
}

form .currentForm input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 1rem 0;
    display: inline-block;
    padding: 0.4rem 2rem;
    background: #022754;
    color: #ffffff;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1);
}

form .currentForm input[type="submit"]:hover {
    background: #011022;
    color: #ffffff;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.banner__content a {
    max-height: 90%;
    display: inline-block;
}

.banner__content a img {
    width: auto;
    max-width: 180px;
}

.menu {
    background: #022754;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.menu.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.menu__logo__link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu .phone {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 0 auto;
    padding: .75rem 0;
    text-align: center;
    color: #a2b8d3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu .phone svg {
    fill: #a2b8d3;
}

.branding a {
    display: inline-block;
    padding: 7px 0;
}

.topbar {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 100%;
    z-index: 5;
}

.callout__wrapper {
    max-width: 100%;
    overflow: hidden;
}

.callout__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.callout__grid__item {
    padding: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.callout__grid__item--wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@supports ((display: -ms-grid) or (display: grid)) {
    .callout__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 6px;
        margin: 0;
    }

    @media only screen and (min-width: 48rem) {
        .callout__grid {
            -ms-grid-columns: 1fr 6px 1fr;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media only screen and (min-width: 64rem) {
        .callout__grid {
            -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .callout__grid__item {
        padding: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: none;
    }
    .callout__grid__item--wide {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
    }
}

.callout {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: block;
    overflow: hidden;
    background: #333333;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.callout__image {
    width: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.callout__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem 2rem;
}

.callout__title {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    margin: 0;
    line-height: 1;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.callout:hover .callout__image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 3s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 3s ease-in-out;
    -o-transition: transform 3s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 3s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 3s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 3s ease-in-out;
}

.cta {
    padding: 2rem 0;
}

.message {
    background: url("../images/message-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 2rem 0;
    border-bottom: 8px solid #21416c;
}

.message__logo {
    margin-bottom: 1rem;
}

.message__title {
    color: #ffffff;
    font-size: 1.875rem;
    text-align: center;
}

.message__text {
    color: #a2b8d3;
    text-align: center;
    line-height: 1.8;
}

.testimonials__title {
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #022754;
}

.testimonials .slick-list,
.testimonials .slick-track {
    height: 100%;
}

.testimonials__slider {
    position: relative;
}

.testimonials__slider .slick-arrow--prev,
.testimonials__slider .slick-arrow--next {
    position: absolute;
    z-index: 2;
    bottom: 5rem;
    left: 50%;
}

.testimonials__slider .slick-arrow--prev {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
}

.testimonials__slider .slick-arrow--next {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.testimonials__slide {
    height: 100%;
    padding-bottom: 3rem;
}

.testimonial {
    background: #efefef;
    padding: 1rem;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
    position: relative;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.testimonial:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 70%;
    width: 90%;
    -webkit-box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 12px rgba(0, 0, 0, 0.25);
    z-index: -1;
    border-radius: 50%;
}

.testimonial__title {
    font-size: 1.5rem;
}

.testimonial__text {
    line-height: 2;
}

.testimonial__action {
    font-weight: bold;
    text-transform: uppercase;
}

.family {
    background: #e2e8ed;
    padding: 2rem;
}

.family__title {
    font-size: 1.5rem;
    color: #213d51;
}

.family__list {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.family__list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin: 1rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
}

.sidebar__contact {
    display: inline-block;
    background: url("../images/bg-btn-outline.png") center top no-repeat;
    background-size: contain;
    color: #022754;
    font-size: 1.25rem;
    padding: 9% 23% 11% 0;
    margin: 2rem 0 1.75rem;
}

.lightBoxImgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lightBoxImgs .lbThumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    margin: 0.25rem;
    background: transparent;
    border: 0;
}

.lightBoxImgs .lbThumb a {
    display: block;
}

.lightBoxImgs .lbThumb a img {
    width: 100%;
}

.pswp__caption {
    display: none;
}

.pswp__img {
    border: 0;
    border-radius: 0;
}

@media only screen and (min-width: 48rem) {

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .medium-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .medium-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .medium-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .medium-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .medium-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .medium-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .medium-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .medium-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .medium-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .medium-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .medium-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .medium-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .medium-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .medium-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .medium-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .title--index {
        font-size: 2.5rem;
    }

    .text--center--small {
        text-align: left;
    }

    .text--center--medium {
        text-align: center;
    }

    .text--center--medium-large {
        text-align: center;
    }

    .pad {
        padding: 1rem;
    }

    .pad-vert {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pad-horiz {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pad-top {
        padding-top: 1rem;
    }

    .pad-bottom {
        padding-bottom: 1rem;
    }

    .pad-left {
        padding-left: 1rem;
    }

    .pad-right {
        padding-right: 1rem;
    }

    .pad-2x {
        padding: 2rem;
    }

    .pad-2x-vert {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .pad-2x-horiz {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .pad-2x-top {
        padding-top: 2rem;
    }

    .pad-2x-bottom {
        padding-bottom: 2rem;
    }

    .pad-2x-left {
        padding-left: 2rem;
    }

    .pad-2x-right {
        padding-right: 2rem;
    }

    .pad-3x {
        padding: 3rem;
    }

    .pad-3x-vert {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pad-3x-horiz {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .pad-3x-top {
        padding-top: 3rem;
    }

    .pad-3x-bottom {
        padding-bottom: 3rem;
    }

    .pad-3x-left {
        padding-left: 3rem;
    }

    .pad-3x-right {
        padding-right: 3rem;
    }

    .marg {
        margin: 1rem;
    }

    .marg-vert {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .marg-horiz {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .marg-top {
        margin-top: 1rem;
    }

    .marg-bottom {
        margin-bottom: 1rem;
    }

    .marg-left {
        margin-left: 1rem;
    }

    .marg-right {
        margin-right: 1rem;
    }

    .marg-half {
        margin: 0.5rem;
    }

    .marg-half-vert {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .marg-half-horiz {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .marg-half-top {
        margin-top: 0.5rem;
    }

    .marg-half-bottom {
        margin-bottom: 0.5rem;
    }

    .marg-half-left {
        margin-left: 0.5rem;
    }

    .marg-half-right {
        margin-right: 0.5rem;
    }

    .marg-2x {
        margin: 2rem;
    }

    .marg-2x-vert {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .marg-2x-horiz {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .marg-2x-top {
        margin-top: 2rem;
    }

    .marg-2x-bottom {
        margin-bottom: 2rem;
    }

    .marg-2x-left {
        margin-left: 2rem;
    }

    .marg-2x-right {
        margin-right: 2rem;
    }

    .marg-3x {
        margin: 3rem;
    }

    .marg-3x-vert {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .marg-3x-horiz {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .marg-3x-top {
        margin-top: 3rem;
    }

    .marg-3x-bottom {
        margin-bottom: 3rem;
    }

    .marg-3x-left {
        margin-left: 3rem;
    }

    .marg-3x-right {
        margin-right: 3rem;
    }

    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content {
        padding: 3rem 0;
    }

    .content--interior {
        padding-bottom: 0;
    }

    .footer {
        padding: 2rem 0;
    }

    .hero {
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .menu {
        position: absolute;
    }

    .menu.sticky {
        position: fixed;
        top: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation: stickyHeader 0.5s ease-out 0.2s forwards;
        animation: stickyHeader 0.5s ease-out 0.2s forwards;
    }

    .menu .phone {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .cta {
        padding: 3.5rem 0;
    }

    .family__list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .lightBoxImgs .lbThumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
        flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
        margin: 0.25rem;
    }
}

@media all and (min-width: 48rem) {
    .show-for-small-only {
        display: none !important;
    }

    .hide-for-medium {
        display: none !important;
    }
}

@media only screen and (min-width: 64rem) {

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .large-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        max-width: none;
    }

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .large-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .large-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .large-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .large-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .large-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .large-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .large-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .large-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .large-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .large-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .large-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .large-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .large-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .large-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .text--center--small-medium {
        text-align: left;
    }

    .text--center--medium {
        text-align: left;
    }

    .text--center--large {
        text-align: center;
    }

    .pad {
        padding: 1.5rem;
    }

    .pad-vert {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .pad-horiz {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pad-top {
        padding-top: 1.5rem;
    }

    .pad-bottom {
        padding-bottom: 1.5rem;
    }

    .pad-left {
        padding-left: 1.5rem;
    }

    .pad-right {
        padding-right: 1.5rem;
    }

    .pad-2x {
        padding: 3rem;
    }

    .pad-2x-vert {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pad-2x-horiz {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .pad-2x-top {
        padding-top: 3rem;
    }

    .pad-2x-bottom {
        padding-bottom: 3rem;
    }

    .pad-2x-left {
        padding-left: 3rem;
    }

    .pad-2x-right {
        padding-right: 3rem;
    }

    .pad-3x {
        padding: 4.5rem;
    }

    .pad-3x-vert {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .pad-3x-horiz {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .pad-3x-top {
        padding-top: 4.5rem;
    }

    .pad-3x-bottom {
        padding-bottom: 4.5rem;
    }

    .pad-3x-left {
        padding-left: 4.5rem;
    }

    .pad-3x-right {
        padding-right: 4.5rem;
    }

    .marg {
        margin: 1.5rem;
    }

    .marg-vert {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .marg-horiz {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .marg-top {
        margin-top: 1.5rem;
    }

    .marg-bottom {
        margin-bottom: 1.5rem;
    }

    .marg-left {
        margin-left: 1.5rem;
    }

    .marg-right {
        margin-right: 1.5rem;
    }

    .marg-half {
        margin: 0.75rem;
    }

    .marg-half-vert {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .marg-half-horiz {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .marg-half-top {
        margin-top: 0.75rem;
    }

    .marg-half-bottom {
        margin-bottom: 0.75rem;
    }

    .marg-half-left {
        margin-left: 0.75rem;
    }

    .marg-half-right {
        margin-right: 0.75rem;
    }

    .marg-2x {
        margin: 3rem;
    }

    .marg-2x-vert {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .marg-2x-horiz {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .marg-2x-top {
        margin-top: 3rem;
    }

    .marg-2x-bottom {
        margin-bottom: 3rem;
    }

    .marg-2x-left {
        margin-left: 3rem;
    }

    .marg-2x-right {
        margin-right: 3rem;
    }

    .marg-3x {
        margin: 4.5rem;
    }

    .marg-3x-vert {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .marg-3x-horiz {
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }

    .marg-3x-top {
        margin-top: 4.5rem;
    }

    .marg-3x-bottom {
        margin-bottom: 4.5rem;
    }

    .marg-3x-left {
        margin-left: 4.5rem;
    }

    .marg-3x-right {
        margin-right: 4.5rem;
    }

    .large-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .btn--large {
        margin: 0;
    }

    .header--interior {
        height: auto;
        padding-bottom: 64px;
    }
    .badge-list {
        margin:-15% 0 2.5rem 0;
        align-items:flex-end;
    }
    .badge-list__item {
        flex:0 0 calc(25% - 0.875rem);
    }
    .footer__badge {
        max-width:120px;
    }
    footer .social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .social1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .interior .content .main ul.social1,
    .interior .content .main ul.social1 li {
        margin: 1rem 2rem 0 2rem;
    }

    .social--large {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social--sidebar {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    form .currentForm .formElements .formRow ul li {
        padding: 0 0.5rem;
    }

    form .currentForm .formElements .formRow ul li:first-child {
        padding-left: 0;
    }

    form .currentForm .formElements .formRow ul li:last-child {
        padding-right: 0;
    }

    form .currentForm .formElements .formRow ul li:nth-last-child(n+1):nth-last-child(-n+1):first-child,
    form .currentForm .formElements .formRow ul li:nth-last-child(n+1):nth-last-child(-n+1):first-child~li {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    form .currentForm .formElements .formRow ul li:nth-last-child(n+2):nth-last-child(-n+2):first-child,
    form .currentForm .formElements .formRow ul li:nth-last-child(n+2):nth-last-child(-n+2):first-child~li {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    form .currentForm .formElements .formRow ul li:nth-last-child(n+3):nth-last-child(-n+3):first-child,
    form .currentForm .formElements .formRow ul li:nth-last-child(n+3):nth-last-child(-n+3):first-child~li {
        width: 33.33%;
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }

    form .currentForm .formElements .formRow ul li:nth-last-child(n+4):nth-last-child(-n+4):first-child,
    form .currentForm .formElements .formRow ul li:nth-last-child(n+4):nth-last-child(-n+4):first-child~li {
        width: 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .banner__content a img {
        max-width: 100%;
    }

    .callout__title {
        font-size: 1.875rem;
    }

    .cta {
        padding: 5rem 0;
    }

    .message {
        border: 0;
    }

    .message__title {
        font-size: 2.5rem;
    }

    .message__text {
        line-height: 2.125;
    }

    .testimonials__slider .slick-arrow--prev,
    .testimonials__slider .slick-arrow--next {
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
    }

    .testimonials__slider .slick-arrow--prev {
        left: 1rem;
    }

    .testimonials__slider .slick-arrow--next {
        right: 1rem;
    }

    .testimonial {
        padding: 3rem 6rem;
        padding-bottom: 6rem;
    }

    .testimonial__title {
        font-size: 1.875rem;
    }

    .family__list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .lightBoxImgs .lbThumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 0.5rem);
        flex: 0 0 calc(33.33% - 0.5rem);
        max-width: calc(33.33% - 0.5rem);
    }
}

@media print,
screen and (min-width: 64rem) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64rem) {
    .show-for-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 75rem) {

    .xl-collapse>.column,
    .xl-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }

    .xl-uncollapse>.column,
    .xl-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .xl-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .row.xl-unstack>.column,
    .row.xl-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .xl-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .xl-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .xl-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .xl-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .xl-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .xl-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .xl-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .xl-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .xl-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .xl-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .xl-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .xl-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .xl-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .xl-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .xl-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .xl-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xl-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xl-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xl-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xl-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xl-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .xl-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    .xl-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .xl-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .xl-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xl-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xl-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xl-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xl-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 90rem) {

    .xxl-collapse>.column,
    .xxl-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }

    .xxl-uncollapse>.column,
    .xxl-uncollapse>.columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .xxl-expand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .row.xxl-unstack>.column,
    .row.xxl-unstack>.columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .xxl-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .xxl-align-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .xxl-align-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .xxl-align-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .xxl-align-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .xxl-align-spaced {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .xxl-align-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .xxl-align-self-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .xxl-align-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .xxl-align-self-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .xxl-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .xxl-align-self-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .xxl-align-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .xxl-align-self-stretch {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .xxl-align-center-middle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .xxl-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .xxl-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .xxl-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .xxl-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .xxl-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .xxl-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .xxl-flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }

    .xxl-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .xxl-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .xxl-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .xxl-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .xxl-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .xxl-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xxl-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 1600px) {
    .callout__title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 63.937rem) {
    .show-for-large {
        display: none !important;
    }
}

@media all and (max-width: 48rem) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 47.937rem) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 48rem) and (max-width: 63.937rem) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 47.937rem),
screen and (min-width: 64rem) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 64rem) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

/* 
* New Card Styles
* Added 2-6-2019
*/

.card {
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s 0.025s ease-in-out;
    -o-transition: all 0.4s 0.025s ease-in-out;
    transition: all 0.4s 0.025s ease-in-out;
}

.card::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(217, 100%, 10%, 0.5);
    z-index: 1;
    top: calc(100% - 3rem);
    -webkit-transition: all 0.4s 0.025s ease-in-out;
    -o-transition: all 0.4s 0.025s ease-in-out;
    transition: all 0.4s 0.025s ease-in-out;
}

.card__image {
    width: 100%;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: all 0.4s 0.025s ease-in-out;
    -o-transition: all 0.4s 0.025s ease-in-out;
    transition: all 0.4s 0.025s ease-in-out;
}

.card__body {
    position: absolute;
    top: calc(100% - 2.5rem);
    padding: 0 1rem;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 2;
    width: 100%;
}

.card__title {
    font-weight: 600;
}

.card p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.33;
}

.card__title__action {
    color: #fff;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
}

.card__action {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #002155;
    font-weight: 800;
    display: inline-block;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
}

.card__action__icon {
    margin-left: 0.25rem;
    font-size: 0.8rem;
}

/* Hover */
.card:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.card:hover::after {
    top: 0;
    background: hsla(217, 100%, 10%, 0.75);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.card:hover .card__image {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.card:hover .card__body {
    top: 0;
    padding: 2rem 1rem;
    -webkit-transition: all 0.4s 0.025s ease-in-out;
    -o-transition: all 0.4s 0.025s ease-in-out;
    transition: all 0.4s 0.025s ease-in-out;
}