body,
html {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0px;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0px;
}

a:hover,
a:focus {
    transition: .2s;
    text-decoration: none;
}

.container {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.slide h2 {
    display: block;
    color: #053788;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 3.938rem;
}

.slide h2 .sub-h2 {
    display: block;
    color: #0072BC;
    font-size: 2.125rem;
}

h3 {
    color: #6a6a6a;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

h4 {
    color: #6a6a6a;
    font-size: 20px;
}

p, li {
    margin-bottom: 20px;
    font-size: 1.15rem;
    line-height: 1.5 !important;
}

ul {
    padding-left: 1.5em;
    margin-bottom: 25px;
}

ul li {
    margin-bottom: 0.5rem;
    color: #333;
}

hr {
    border-bottom: 5px solid #28ace2;
    transform: skewX(45deg);
}

a {
    color: #0B254C;
    font-weight: 500;
    transition: background-color .2s, color .2s;
}

#mainArea a {
    text-decoration: underline;
}

.button {
    background-color: #28ace2;
    border-radius: 14px;
    border: 0;
    color: #fff;
    display: inline-block;
    letter-spacing: .05em;
    margin-top: 12px;
    padding: 4px 16px;
    transition: background-color .2s;
}

.button:hover {
    background-color: #6a6a6a;
    color: #fff;
}

.button:focus {
    color: #fff;
}

/* Forms */
form {
    margin: 18px 0;
}

label {
    display: block;
    margin: 10px 0 8px;
    width: 100%;
}

input[type="text"] {
    margin-bottom: 8px;
    padding-left: 3px;
    width: 100%;
}

textarea {
    height: 80px;
    margin-bottom: 8px;
    padding: 3px 5px;
    resize: none;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 4px 0 2px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -1px;
    width: auto;
}

input[type="submit"],
input[type="reset"] {
    background-color: #28ace2;
    border-radius: 14px;
    border: 0;
    color: #fff;
    letter-spacing: .05em;
    margin-top: 14px;
    padding: 4px 16px;
    transition: background-color .2s;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #6a6a6a;
}

.required {
    color: #800;
}

.required span {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

/* MAIN SCREEN */
#screen {
    height: 100%;
    left: 0%;
    position: absolute;
    transition: left .6s;
    width: 100%;
}

#menu .logo {
    background-color: #053788;
    display: block;
    width: 100%;
    padding: 35px;
}

/* LEFT MENU */
#skipcontent {
    background-color: #fff;
    border: 1px inset #aaa;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0 #333;
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
    left: -9999px;
    padding: 6px 14px;
    position: absolute;
    top: -9999px;
}

#skipcontent:focus {
    left: 8px;
    top: 8px;
}

#menu {
    background-color: #DAE1ED;
    float: left;
    height: 100%;
    overflow: hidden;
    padding-bottom: 18px;
    width: 20%;
}

#menu div {
    background-color: #053788;
    border: 1px solid #aaa;
    border-width: 1px 0;
    overflow-y: auto;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    width: 100%;
}

#menu ul li a {
    color: #FFF;
    font-weight: 600;
    display: block;
    padding: 12px 32px;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
}

#menu ul li a i {
    background-color: #28ace2;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    margin: 4px 0;
    opacity: .8;
    padding: 4px;
    position: absolute;
    text-align: center;
    transition: opacity .2s;
}

#menu ul li a i:before {
    content: "\f101";
}

#menu ul li a span {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.3em;
    padding: 0px;
    vertical-align: middle;
}

#menu ul li a:hover {
    background-color: #042760
}

#menu ul li a:hover i {
    opacity: 1;
}

#menu ul li a.showing {
    background-color: #042760;
}

#menu .comment-form-cta {
    height: auto;
    cursor: pointer;
}

#menu .comment-form-cta a {
    color: #0B254C;
    background-color: #FCAF17;
    display: block;
    padding: 12px 32px;
    position: relative;
    width: 100%;
    text-align: right;
    font-weight: 600;
}

#menu .onboarding-modal-cta {
    height: auto;
}

#menu .onboarding-modal-cta a {
    color: #FFF;
    background-color: #053788;
    display: block;
    padding: 12px 32px;
    position: relative;
    width: 100%;
    text-align: right;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.3em;
}

#menu .onboarding-modal-cta a:hover {
    cursor: pointer;
    background-color: #042760;
    color: #FFF;
}

#menu .comment-form-cta a:hover {
    background-color: #b47d11;
}

#menu .bottom-logos {
    height: auto;
    background-color: #DAE1ED;
    border: 0;
    padding: 40px 15px;
}

#menu .bottom-logos img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

#menuinner {
    height: 55%;
}

/* TRANSLATOR */
#google_translate_element2 {
    display: none;
}

#langaugeselectcont select {
    margin-left: 5%;
    width: 90%;
}

#langaugeselectcont label {
    margin-left: 5%;
    width: 90%;
}

/* SLIDE AREA */
#mainArea {
    background-size: cover;
    float: left;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    position: relative;
    width: 80%;
}

#slides {
    bottom: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

#slides>div {
    height: auto;
    left: 20%;
    margin: 0;
    position: fixed;
    top: 0px;
    transition: left .6s, margin .6s;
    width: 80%;
}

.survey-cta {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    border: 4px solid #053788;
    width: 120px;
    height: 50px;
    font-size: 1rem;
    text-decoration: none !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: all 150ms ease-in-out;
    background-color: #FFF;
    z-index: 2;
}

.survey-cta .icon {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.survey-cta:hover {
    border-color: #b47d11;
    color: #b47d11;
}

.survey-cta .icon path {
    transition: fill 150ms ease-in-out;
}

.survey-cta:hover .icon path {
    fill: #b47d11;
}

.slide {
    color: #aaa;
    height: 100vh;
    overflow: auto;
    margin-left: -1200%;
    margin-top: -22px;
    opacity: 0;
    position: absolute;
    top: -200%;
    transition: 0s;
    width: 100%;
    background-color: #FFF;
}

.slide.showing {
    margin-left: 0%;
    margin-top: 0;
    opacity: 1;
    top: 0;
    transition: margin-left 0s, margin-top .7s, opacity .8s, top 0s;
}

.slide>div {
    background-color: rgba(255, 255, 255, .99);
    box-shadow: 0 8px 15px -4px #000;
    color: #333;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.contact-open #slides>div {
    margin-left: -390px;
}

#nav-progress {
    bottom: 0;
    height: 50px;
    overflow: auto;
    position: absolute;
    right: 0;
    width: 85%;
}

#nav-progress a {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    float: left;
    height: 100%;
    line-height: 62px;
    text-align: center;
    width: 10%;
}

#nav-progress>a:hover {
    background-color: #000;
}

#nav-progress a span {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#nav-progress a i {
    font-size: 1.9em;
}

#nav-progress ul {
    display: table;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 80%;
}

#nav-progress ul li {
    display: table-cell;
    height: 100%;
    padding: 0;
}

#nav-progress ul li a {
    background-color: #6a6a6a;
    border: 1px solid #222;
    border-width: 19px 2px;
    height: 100%;
    width: 100%;
}

#nav-progress ul li a.active {
    background-color: #28ace2;
    ;
}

#nav-progress ul li a span {
    color: #000;
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#nav-progress ul li a:hover {
    border-color: #333;
}

/* MENU & COMMENT BUTTONS */
.meeting-button {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #28ace2;
    color: #28ace2;
    font-size: .9em;
    font-weight: 700;
    height: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

#menu-toggle {
    display: none;
    left: 20px;
    padding-top: 8px;
    top: 14px;
    width: 60px;
    z-index: 1;
}

#menu-toggle:hover {
    color: #6a6a6a;
}

#menu-toggle span {
    background-color: #28ace2;
    display: block;
    height: 4px;
    margin: 4px auto;
    transition: margin .2s, transform .2s;
    width: 40%;
}

#menu-toggle:hover span {
    background-color: #6a6a6a;
}

#contact {
    background-color: white;
    height: 100%;
    left: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 12px;
    position: fixed;
    top: 0;
    transition: margin .6s;
    width: 390px;
}

#menuOffScreen {
    background-color: rgba(35, 35, 35, .3);
    cursor: pointer;
    height: 100%;
    left: -200%;
    margin-left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: left 0s ease-in-out .3s, margin 0s, opacity .3s;
    width: 100%;
    z-index: 2;
}

#closecomment {
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
}

.contact-open #screen {
    left: -390px;
}

.menu-open #menuOffScreen,
.contact-open #menuOffScreen {
    left: 0px;
    margin-left: -390px;
    opacity: 1;
    transition: left 0s, margin .6s, opacity .6s;
}

.menu-open #menuOffScreen {
    margin-left: 240px;
}

.contact-open #contact {
    margin-left: -390px;
}

.meeting-button:before,
.meeting-button:after {
    border: 2px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.meeting-button:before {
    left: 0;
    top: 0;
}

.meeting-button:after {
    bottom: 0;
    right: 0;
}

.meeting-button:hover {
    color: #6a6a6a;
    transition: color .8s;
}

.meeting-button:hover:before,
.meeting-button:hover:after {
    height: 100%;
    width: 100%;
}

.meeting-button:hover:before {
    border-right-color: #6a6a6a;
    border-top-color: #6a6a6a;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.meeting-button:hover:after {
    border-bottom-color: #6a6a6a;
    border-left-color: #6a6a6a;
    transition: height 0.2s ease-out .6s, width 0.2s ease-out 0.4s;
}

/* LIGHTBOX */
#lightbox {
    height: 0%;
    position: fixed;
    top: -100%;
    transition: top .85s;
    width: 100%;
    z-index: 3;
}

#lightbox>span {
    background-color: rgba(35, 35, 35, .8);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#lightbox>span span {
    color: #fff;
    font-size: 3.6em;
    line-height: .4em;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

#lightbox div {
    box-shadow: 0 8px 15px 0 #000;
    margin: -120px auto 0;
    max-height: 80%;
    overflow: auto;
    position: relative;
    transform: rotateX(90deg) translateY(-160px);
    transition: .24s;
    width: 88%;
}

#lightbox img {
    display: block;
    width: 100%;
    background-color: #FFF;
}

#lightbox.on {
    top: 0;
    height: 100%;
}

#lightbox.on div {
    margin-top: 50px;
    transition: .8s ease-out .32s;
    transform: rotateX(0deg) translateY(0px);
}

.slide img.lightbox {
    cursor: pointer;
    margin-bottom: 18px;
}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.icon-list {
    padding: 0;
}

.icon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon-list li a {
    font-weight: bold;
    text-decoration: underline;
}

.icon-list .icon {
    width: 65px;
    height: auto;
    margin-right: 25px;
}

.icon-list .text {
    flex: 1;
    font-weight: 500;
}

.accordion .panel-heading {
    padding: 0;
}

.accordion .panel-heading a {
    display: block;
    background-color: #28ace2;
    padding: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    position: relative;
}

.accordion .panel-heading a:hover {
    color: #FFF;
    background-color: #1f8bb6;
}

.accordion .panel-heading a::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #000;
}

.accordion .panel-heading a[aria-expanded="true"]::after {
    content: "-";
    margin-right: 4px;
}

.owl-carousel iframe {
    min-height: 600px !important;
}

.divider {
    display: block;
    width: 80%;
    height: 5px;
    background-color: #28ace2;
    margin: 25px auto 50px;
}

.logos-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logos-row .logo {
    width: 50%;
    height: auto;
}

.carousel-row {
    display: flex;
    flex-wrap: wrap;
}

.carousel-row>div {
    width: 50%;
}

.aw-carousel h4 {
    background-color: #6a6a6a;
    color: #FFF;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 25px;
}

.aw-carousel .item {
    z-index: 2;
}

.aw-carousel .owl-nav button {
    height: 100%;
    background-color: #28ace2 !important;
    width: 35px;
    opacity: 50%;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 0;
}

.aw-carousel .owl-nav button.disabled {
    display: none;
}

.aw-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.aw-carousel .owl-nav button.owl-next {
    right: -35px;
}

.aw-carousel .owl-nav button:hover {
    opacity: 100%;
}

.aw-carousel .owl-nav button span {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
}

.modal-dialog {
    width: 80%;
    max-width: 1000px;
}

.modal-body {
    height: 60vh;
    overflow: auto;
}

.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.welcome-modal .modal-body {
    padding: 50px;
}

.img-full {
    width: 100%;
    height: auto;

}

.welcome-modal .welcome-modal-logo {
    height: 54px;
    width: auto;
    margin-bottom: 10px;
    max-width: 100%;
}

.welcome-modal .welcome-modal-logo.sun-link {
    height: 30px;
    transform: translateY(50%);
}

.welcome-modal .modal-header {
    background-color: #0B254C;
    padding: 20px 50px;
}

.welcome-modal h2 {
    color: #053788;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.welcome-modal h2 .subheader {
    margin-top: 15px;
    color: #0072BC;
    font-weight: 700;
    font-size: 2.25rem;
    display: block;
}


.welcome-modal .welcome-copy {
    font-size: 1.563rem;
    margin-bottom: 50px;
}

.welcome-modal .gray-container {
    background: rgba(204, 220, 255, 0.46);
    padding: 30px;
    width: 100%;
}

.welcome-modal .flex-row .gray-container {
    height: 100%;
}

.welcome-modal .gray-container h3 {
    color: #0B254C;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.688rem;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.btn {
   background-color: #026cb6;
   color: #FFF;
   font-size: 1.15rem;
   display: inline-block;
   padding: 12px 16px;
   text-decoration: none !important; 
}

.btn:hover {
    background-color: #063e90;
    color: #FFF;
    text-decoration: none;
}

.welcome-modal .gray-container p,
.welcome-modal .gray-container li {
    font-size: 1.15rem;
}

.welcome-modal .modal-footer {
    text-align: center;
    padding: 25px 50px;
}

.welcome-modal .modal-footer .btn {
    background-color: #053788;
    color: #FFF;
    padding: 16px 22px;
    font-size: 1.563rem;
    border-radius: 10px;
    transition: filter 150ms ease-in-out;
    white-space: normal;
}

.welcome-modal .modal-footer .btn:hover {
    filter: brightness(80%);
}

.slide-content {
    margin-left: auto;
    margin-right: auto;
    padding: 77px 30px;
    max-width: 1200px;
}

.slide-content .main-slide-copy h3 {
    font-size: 2.125rem;
    color: #000;
}

.slide-content .main-slide-copy,
.slide-content .main-slide-copy p {
    font-size: 1.563rem;
    margin-bottom: 60px;
}

.slide-content .main-slide-copy p,
.slide-content .main-slide-copy li {
    font-size: 1.563rem;
    margin-bottom: 20px;
}

.slide-content .subsection {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 5px dotted #0072BC;
}

.slide-content h3 {
    color: #0072BC;
    font-weight: 700;
    font-size: 1.688rem;
    display: block;
    margin-bottom: 12px;
}

.d-blue {
    color: #0B254C !important;
}

.nav-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(204, 220, 255, 0.31);
    padding: 25px 40px;
    border-radius: 79px;
    margin-bottom: 100px;
}

.nav-controls .nav-icon {
    height: 60px;
    width: auto;
}

.nav-controls a {
    transition: filter 150ms ease-in-out;
}

.nav-controls a:hover {
    filter: brightness(200%);
}

.blue-blurb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.blue-blurb .blurb-header {
    background-color: #0072BC;
    padding: 20px;
    color: #FFF;
    font-size: 1.688rem;
    font-weight: 700;
    margin-bottom: 0;
}

.blue-blurb .blurb-header.yellow {
    background-color: #FCAF17;
    color: #000;
    font-size: 1.563rem;
}

.blue-blurb .copy-container {
    padding: 20px;
    background-color: #CCDCFF;
}

.blue-blurb .copy-container p,
.blue-blurb .copy-container li {
    font-size: 1.5rem;
}

.blue-blurb .copy-container p:last-child,
.blue-blurb .copy-container ul:last-child {
    margin-bottom: 0;
}

.blue-blurb .copy-container h4 {
    color: #000;
    margin-bottom: 20px;
}

.yellow-blurb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: #FCAF17;
    padding: 20px;
}

.yellow-blurb .header {
    font: 1.688rem;
    margin-bottom: 10px;
    color: #000;
}

.yellow-blurb p {
    font-size: 1.15rem;
}

.yellow-blurb p:last-child {
    margin-bottom: 0;
}

.hover-card-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 885px;
}

.hover-card {
    display: block;
    position: relative;
    width: 110%;
    height: 410px;
    background-color: #053788;
    padding: 15px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
    margin-bottom: 20px;
    max-width: 275px;
    margin-left: 10px;
    margin-right: 10px;
}

.hover-card:hover {
    background-color: #FCAF17;

}

.hover-card .logo {
    position: absolute;
    width: calc(100% - 30px);
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-in-out;
}

.hover-card:hover .logo {
    top: 50px;
    transform: translateY(0);
}

.hover-card .logo path {
    transition: all 300ms ease-in-out;
}

.hover-card:hover .logo path {
    fill: #0B254C;
}

.hover-card .copy {
    position: absolute;
    font-size: 1rem;
    color: #000;
    top: 50%;
    width: calc(100% - 30px);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.hover-card:hover .copy {
    opacity: 100%;
}

.icon-and-text {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.icon-and-text .icon {
    width: 70px;
    height: auto;
    margin-right: 20px;
}

.icon-and-text .text {
    font-size: 1.563rem;
}

.icon-and-text .text:last-child {
    margin-bottom: 0;
}

.comment-map {
    width: 100%;
    height: 700px;
}

img[src*="map-glass.png"] {
    float: right;
    margin: 0 0 8px 12px;
}

img[src*="map-overview.png"] {
    display: block;
}

img[src*="map-jane.png"] {
    float: left;
    margin: 0 18px 8px 0;
}

.icon-link {
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #053788;
    font-size: 1.563rem;
    transition: filter 300ms ease-in-out;
    margin-bottom: 20px;
}

a.icon-link:hover {
    cursor: pointer;
    filter: brightness(80%);
    text-decoration: underline !important;
}

.icon-link .icon {
    width: 120px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.modal .close {
    font-size: 40px;
}

.solid-blurb {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 20px;
}

.solid-blurb h3 {
    font-size: 1.688rem;
    margin-bottom: 10px;
}

.solid-blurb.blue {
    background-color: #053788;
}

.solid-blurb.blue * {
    color: #FFF;
}

.solid-blurb.light-blue {
    background-color: #E0EDF6;
}

.solid-blurb.light-blue .inner {
    background-color: #FFF;
    padding: 20px;
}

.solid-blurb.yellow {
    background-color: #FCAF17;
}

.solid-blurb.yellow * {
    color: #0B254C;
}

.solid-blurb a {
    text-decoration: underline;
}

.social-row {
    display: block;
    margin-bottom: 10px;
}

.social-row .social-link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

.social-row .social-link img {
    width: 58px;
    height: auto;
    transition: filter 150ms ease-in-out;
}

.social-row .social-link:hover img {
    filter: brightness(80%);
}

.rounded-bottom-img {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.rounded-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-iframe {
    width: 100%;
    height: 500px;
}

@media screen and (min-width: 992px) {
    .map-iframe {
        width: 100%;
        height: 700px;
    }
    
}

.colored-block {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border: 10px solid #000;
    padding: 35px;
    border-radius: 40px;
}

@media screen and (max-width: 1030px) {
    .colored-block h3 {
        font-size: 1.35rem;
    }
}

.colored-block::after {
    content: "";
    position: absolute;
    background-size: 100% auto;
    background-position: 1px 0px;
    width: 210px;
    background-repeat: no-repeat;
    height: 85px;
    border-right: 8px solid #FFF;
}

.colored-block.yellow {
    border-color: #F8B61A;
}

.colored-block.yellow::after {
    background-image: url('../images/icons/colored-arrow-yellow.png');
    bottom: 0%;
    margin-bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .colored-block.yellow::after {
        top: 50%;
        bottom: auto;
        left: auto;
        right: -26px;
        transform: translate(0, 142%);
        rotate: 270deg;
        margin-bottom: 0;
    }
}

.colored-block.light-blue {
    border-color: #CCDCFF;
}

.colored-block.light-blue::after {
    background-image: url('../images/icons/colored-arrow-light-blue.png');
    bottom: 0%;
    margin-bottom: -84px;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

.colored-block.blue {
    border-color: #0072BC
}

.colored-block.blue::after {
    background-image: url('../images/icons/colored-arrow-blue.png');
    bottom: 0%;
    margin-bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .colored-block.blue::after {
        top: 50%;
        bottom: auto;
        left: -26px;
        transform: translate(-50%, 142%);
        rotate: 90deg;
        z-index: 100;
        margin-bottom: 0;
    }
}

.colored-block.dark-blue {
    border-color: #053788;
}

.colored-block.dark-blue::after {
    display: none;
}

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    margin: 28px 0; 
    overflow: hidden; 
    width: 100%; 
    max-width: 100%; 
} 

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


@media screen and (min-width: 1030px) {
    .colored-block {
        padding: 70px;
    }
}

@media screen and (max-width: 1030px) {
    #menu {
        margin-left: -240px;
        position: relative;
        width: 240px;
        z-index: 2;
    }

    #menu div {
        height: auto;
    }

    #mainArea {
        width: 100%;
    }

    #menu-toggle {
        display: block;
    }

    #contact-button {
        right: 20px;
    }

    .menu-open #screen {
        left: 240px;
    }

    #nav-progress {
        width: 100%;
    }

    #nav-progress a {
        width: 15%;
    }

    #nav-progress ul {
        width: 70%;
    }

    #nav-progress ul li a {
        border-width: 20px 1px;
    }

    #slides {
        height: 84%;
        top: 0;
    }

    #slides>div {
        left: 0;
        width: 100%;
    }

    .slide {
        height: 100vh;
        width: 100%;
        padding-top: 80px;
    }

    .slide.showing {
        margin-left: 0;
    }

    .slide>div {
        width: 100%;
    }

    .menu-open #slides>div {
        margin-left: 240px;
    }

    #lightbox img {
        max-width: 8000%;
        width: 160%;
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }

    .slide h2 {
        font-size: 2.5rem;
    }

    .slide-content {
        padding: 30px;
    }

    .slide-content .main-slide-copy {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }

    .slide-content .main-slide-copy p,
    .slide-content .main-slide-copy li {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

    .slide-content .subsection {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav-controls {
        padding: 25px;
    }

    .nav-controls .nav-icon {
        height: 30px;
    }

    .welcome-modal .modal-footer .btn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .mb-sm-20 {
        margin-bottom: 30px;
    }

    .btn {
        margin-bottom: 8px; 
        white-space: wrap;
    }
}

@media screen and (max-width: 640px) {
    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5rem;
    }

    p,li {
        font-size: 1em;
    }

    label {
        font-size: .9em;
    }


    #mainArea {
        overflow: hidden;
    }

    #menu {
        margin-left: -220px;
        width: 220px;
    }

    #menu-toggle {
        left: 8px;
        top: 8px;
    }

    #contact-button {
        line-height: .8em;
        right: 8px;
        top: 8px;
    }

    #contact-button i {
        font-size: 1.2em;
        padding: 4px;
    }

    .menu-open #screen {
        left: 220px;
    }

    #contact {
        width: 260px;
    }

    #closecomment {
        font-size: 1em;
    }

    .contact-open #screen {
        left: -260px;
    }

    .menu-open #menuOffScreen,
    .contact-open #menuOffScreen {
        margin-left: -260px;
    }

    .menu-open #menuOffScreen {
        margin-left: 220px;
    }

    .contact-open #contact {
        margin-left: -260px;
    }

    #slides {
        height: 100%;
    }

    .menu-open #slides>div {
        margin-left: 220px;
    }

    .contact-open #slides>div {
        margin-left: -260px;
    }

    .slide {
        height: 100vh;
    }

    .carousel-row>div {
        width: 100%;
    }

    .aw-carousel .owl-nav button.owl-prev {
        left: -25px;
    }

    .aw-carousel .owl-nav button.owl-next {
        right: -25px;
    }

    .modal-dialog {
        width: 95%;
    }

    .welcome-modal .welcome-modal-logo {
        height: 25px;
    }

    .welcome-modal .welcome-modal-logo.sun-link {
        height: 15px;
    }

    .welcome-modal .modal-header {
        padding: 15px;
    }

    .welcome-modal .modal-body {
        padding: 25px;
    }

    .welcome-modal h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .welcome-modal h2 .subheader {
        font-size: 1.5rem;
    }

    .welcome-modal .welcome-copy {
        font-size: 1.25rem;
        margin-bottom: 25px;
    }

    .welcome-modal .gray-container h3 {
        font-size: 1.5rem;
    }

    .welcome-modal .gray-container p,
    .welcome-modal .gray-container li {
        font-size: 1rem;
    }

    .welcome-modal .modal-footer {
        padding: 25px;
    }

    .icon-and-text .icon {
        width: 50px;
        margin-right: 10px;
    }

    .icon-and-text .text {
        font-size: 1rem;
    }

    .slide h2 .sub-h2 {
        font-size: 1.25rem;
    }

    .yellow-blurb .header {
        font: 1.5rem;
    }

    .yellow-blurb p {
        font-size: 1rem;
    }

    .pad-0-mobile {
        padding: 0 !important;
    }

    .comment-map {
        height: 500px;
    }

    #menu div {
        max-height: 45%;
    }

    .large-image {
        border: 1px solid #aaa;
        overflow: auto;
    }

    .large-image img {
        width: 670px;
    }
}

@media screen and (max-width: 530px) {

    #nav-progress {
        height: 38px;
    }

    #nav-progress a {
        border-right: 1px solid #aaa;
        line-height: 44px;
        width: 50%;
    }

    #nav-progress a:last-of-type {
        border: 0;
    }

    #nav-progress a i {
        font-size: 1.5em;
    }

    #nav-progress ul {
        display: none;
    }

    #lightbox img {
        width: 250%;
    }
}





/* Landing page */

.landing-page {
    background-color: #053788;
    height: 100vh;
    padding: 20px;
}

.landing-page .logo-header {
    background-color: #0B254C;
    padding: 20px;
}

@media screen and (min-width: 992px) {
    .landing-page .logo-header {
        padding: 30px;
    }
    
}

.landing-page .logo-header .logo {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
    max-width: 100%;
}
.landing-page .logo-header .sun-link {
    height: 22px;
    transform: translateY(50%);
}

@media screen and (min-width: 992px) {
    .landing-page .logo-header .logo {
        height: 54px;
    }
    .landing-page .logo-header .sun-link {
        height: 30px;
    }
}


.landing-page .container {
    background-color: #FFF;
    max-width: 1000px;
    border-radius: 8px;
    overflow: hidden;
}

.landing-page .container section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 992px) {
    .landing-page .container section {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }    
}

.landing-page h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #026cb6;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .landing-page h1 {
        font-size: 3rem;
    }
}

.landing-page h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .landing-page h2 {
        font-size: 2rem;
        min-height: 70px;
    }
}

.landing-page p {
    font-size: 1rem;
    margin-bottom: 20px;
}
.landing-page p:last-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
    .landing-page p,  .landing-page li {
        font-size: 1.15rem;
    }
}


.landing-page .icon-and-text .text {
    font-size: 1rem;
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .landing-page .icon-and-text .text {
        font-size: 1.25rem;
    }
}

.landing-page .btn-link {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #0072BC;
    transition: background-color 150ms ease-in-out;
    color: #FFF;
    padding: 15px;
}
.landing-page .btn-link:hover {
    background-color: #053788;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .landing-page .btn-link {
        font-size: 1.25rem;
    }
}