:root {
    --lvc-dark-blue: #0c2a4b;
    --lvc-extra-light-blue: #9ec0d9;
    --lvc-light-blue: #32608b;
    /*--lvc-yellow: #f9d348;*/
    --lvc-yellow: #ffe400;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: none;
}
html {
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: raleway, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.45;
}
.page_wrapper {
    position: relative;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.page {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
}
/*Typography*/
h1, .h1 {
    margin-top: 0;
    font-size: 3.157em;
}

h2, .h2 {
    font-size: 2.369em;
}

h3, .h3 {
    font-size: 1.777em;
}

h4, .h4 {
    font-size: 1.333em;
}
small,
.font_small {
    font-size: 0.75em;
}
b, .bold {
    font-weight: 700;
}
.yellow--text {
    color: var(--lvc-yellow);
}
a {
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    text-decoration: none;
    color: var(--lvc-light-blue);
}
a.hover {
    color: var(--lvc-dark-blue);
}
.section_heading {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid var(--lvc-yellow);
    color: var(--lvc-dark-blue);
    font-size: 4rem;
    margin: 0 0 2rem 0;
    line-height: 1;
    position: relative;
    z-index: 2;
}
/* Header/Masthead */
#masthead {
    background-color: var(--lvc-dark-blue);
    color: #fff;
    margin: 0;
    padding: 2rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    pointer-events: none;
}
#masthead .column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#masthead .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
#masthead .flex-column.logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 280px;
}
#masthead .lvc_wordmark,
#navigation_panel_wrapper .lvc_wordmark {
    width: 100%;
}
#masthead .lvc_wordmark div,
#navigation_panel_wrapper .lvc_wordmark div {
    background-image: url(../assets/lvc_horizontal_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 11.6183%;
    position: relative;
}
#masthead .flex-column.nav-controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
#masthead .flex-column.nav-controls nav {
    pointer-events: all;
}
.masthead-spacer {
    position: relative;
    width: 100%;
}
.masthead-spacer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    opacity: 0.25;
}

footer {
    color: #fff;
    margin: 0;
    padding: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
#footer-top {
    background-color: var(--lvc-dark-blue);
    color: #fff;
    padding: 2rem 0;
}
#footer-bottom {
    background-color: var(--lvc-light-blue);
    color: #fff;
    padding: 1rem 0;
}
#footer-bottom .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
#footer-bottom p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.footer-social-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer-social-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 1rem;
}
.footer-social-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1px;
}
.footer-info-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-info-nav li {
    margin: 0 0 0 1rem;
}
.footer-info-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
}
.footer_address_group,
.footer_nav_list_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer_address_group ul,
.footer_nav_list_group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_address_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--lvc-yellow);
        font-family: mongoose, sans-serif;
        font-weight: 300;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1.75rem;
}
.footer_address_group li {
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
}
.footer_address_group li:after {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid var(--lvc-yellow);
}
.footer_address_group li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer_address_group li:last-child:after {
    display: none;
}

.footer_nav_list_group ul {
    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-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            font-family: raleway, sans-serif;
            font-size: 0.875rem;
}
.footer_nav_list_group li {
    margin-bottom: 1rem;
}
.footer_nav_list_group li:last-child {
    margin-bottom: 0;
}

.footer_column.logo img {
    max-width: 80%;
}
.footer_column.logo {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 60%;
} 

.footer_column.address {
    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-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
}
.copyright {
    white-space: nowrap;
}
/* ----------------------------- */
/* Button Styles */
.button_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.button_group ul {
    margin: 0 0 0 -1rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
}
.button_group li {
    margin-left: 1rem;
}
button,
.button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
}

button:focus,
button:active,
.button:focus,
.button:active {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}
button > span[tabindex='-1'],
.button > span[tabindex='-1'] {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    outline: none;
    padding: 0.5rem 1rem;
    display: block;
    border: 1px solid;
    border-radius: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 400;
    position: relative;
}

button:focus > span[tabindex='-1'],
.button:focus > span[tabindex='-1'] {
    -webkit-box-shadow: 0 0 1px 2px #406ebc;
    box-shadow: 0 0 1px 2px #406ebc;
    -webkit-box-shadow: 0 0 1px 2px rgba(52, 152, 219, 1.0);
    box-shadow: 0 0 1px 2px rgba(52, 152, 219, 1.0)
}
.button--hasArrow span[tabindex='-1']:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e940";
    border: 1px solid #fff;
    color: #fff;
    border-radius:100%;
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(-1rem, -50%, 0);
    transform: translate3d(-1rem, -50%, 0);
    -moz-transform: translate3d(-1rem, -50%, 0);
    -ms-transform: translate3d(-1rem, -50%, 0);
    -o-transform: translate3d(-1rem, -50%, 0);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.button--small.button--hasArrow span[tabindex='-1']:after {
    font-size: 0.5rem;
}
.button--hasArrow:hover span[tabindex='-1'],
.button--hasArrow:focus span[tabindex='-1'] {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
.button--hasArrow:hover span[tabindex='-1']:after,
.button--hasArrow:focus span[tabindex='-1']:after {
    -webkit-transform: translate3d(-0.5rem, -50%, 0);
    transform: translate3d(-0.5rem, -50%, 0);
    -moz-transform: translate3d(-0.5rem, -50%, 0);
    -ms-transform: translate3d(-0.5rem, -50%, 0);
    -o-transform: translate3d(-0.5rem, -50%, 0);
    opacity: 1;
}
.button--white span[tabindex='-1'] {
    background: #fff;
    border: 1px solid #fff;
    color: var(--lvc-dark-blue);
}
.button--white:hover span[tabindex='-1'],
.button--white:focus span[tabindex='-1'] {
    background: var(--lvc-yellow);
    border: 1px solid var(--lvc-yellow);
    color: var(--lvc-dark-blue);
}

.button--yellow span[tabindex='-1'] {
    background-color: var(--lvc-yellow);
    border: 1px solid var(--lvc-yellow);
    color: var(--lvc-dark-blue);
}
.button--yellow:hover span[tabindex='-1'],
.button--yellow:focus span[tabindex='-1'] {
    background-color: var(--lvc-extra-light-blue);
    border: 1px solid var(--lvc-extra-light-blue);
}

.button--primary span[tabindex='-1'] {
    background: var(--lvc-dark-blue);
    border: 1px solid var(--lvc-dark-blue);
    color: #fff;
}

.button--primary:hover span[tabindex='-1'],
.button--primary:focus span[tabindex='-1'] {
    background: var(--lvc-yellow);
    border: 1px solid var(--lvc-yellow);
    color: var(--lvc-dark-blue);
}

.button--inverted span[tabindex='-1'] {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.button--inverted:hover span[tabindex='-1'],
.button--inverted:focus span[tabindex='-1'] {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.button--small > span[tabindex='-1'] {
    font-size: 1.125rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
}
.button--menu,
.button--menu:focus,
.button--menu:active {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.button--menu span[tabindex='-1'] {
    padding: 0.1905rem;
    line-height: 1rem;
}
.button--menu span[tabindex='-1']:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e960";
    font-size: 1.5rem;
}
.button--close_menu span {
    color: #fff;
}
.button--close_menu span[tabindex='-1'] {
    border: none;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button--close_menu span[tabindex='-1']:before {
    content: 'close';
    color: #fff;
    text-transform: capitalize;
    font-size: 1rem;
    margin-right: 0.5rem;
}
.button--close_menu span[tabindex='-1']:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    background-color: var(--lvc-extra-light-blue);
    height: 1.5rem;
    width: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.navIsVisible .button--menu span[tabindex='-1']:before {
    content: "\e910";
}
.button--alternate {
    min-width: 100%;
}
.button--alternate span[tabindex='-1'] {
    background: #fff;
    color: var(--lvc-dark-blue);
    font-size: 1.125rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    
}
.button--alternate span[tabindex='-1']:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e940";
    width: 2rem;
    color: var(--lvc-dark-blue);
    background: var(--lvc-yellow);
    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-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: -0.5rem -1rem -0.5rem auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.button--alternate span[tabindex='-1']:before {
    content: '';
    background: var(--lvc-yellow);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.button--alternate:hover span[tabindex='-1']:before,
.button--alternate:focus span[tabindex='-1']:before {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.nav-list {
    list-style:none;
    margin: 0;
    padding: 0;
    
}
.nav-list.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            margin: 0 0 0 auto;
}
.footer-social-nav,
.footer-info-nav  {
    margin: 0 0 0 -1rem;
}
/* Helpers */

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: table;
}
.sr-only,
.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.block,
.text_block {
    display: block;
    width: 100%;
}
.vid-limiter {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.flex-video {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

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

.flex-frame {
    position: relative;
    padding-top: 25px;
    padding-bottom: 87.5%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.flex-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.placeholder:after {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    content: 'The archive video is not yet available. Please check back soon.'
}

.nowrap {
    white-space: nowrap;
}

.arrow-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.arrow-icon:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e940";
    position: relative;
    font-size: 0.5em;
    margin-left: 1rem;
    border: 3px solid #fff;
    padding: 0.125em;
    color: #fff;
    border-radius:100%;
}
#navigation_panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/Campus_Admissions_grayscale.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0.25s linear;
    -o-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0.25s linear;
    transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0.25s linear;
    -moz-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0.25s linear;
    -ms-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0.25s linear;
}
#navigation_panel_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    z-index: 2;
}
#navigation_panel_control {
    position: absolute;
    top: 66px;
    right: 0;
    background:var(--lvc-dark-blue);
    padding: 0.5rem;
    z-index: 3
}
.navIsVisible #navigation_panel {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0s linear;
    -o-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0s linear;
    transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0s linear;
    -moz-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0s linear;
    -ms-transition: opacity 0.25s 0s cubic-bezier(0.455, 0.030, 0.515, 0.955), visibility 0s 0s linear;
}
#navigation_panel:after {
    content: '';
    background: rgba(12,42,75,0.95);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: brightness(0.75);
    -webkit-filter: brightness(0.75);
}
#navigation_panel .page {
    background: transparent;
}
#navigation_content nav,
#navigation_content nav.button_group ul {
    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: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin: 1rem 0;
    
}
#navigation_content nav.button_group li {
    width: 100%;
    margin: 0.5rem 0;
}
#navigation_content nav.button_group .button {
    width: 100%;
    max-width: 340px;
    text-align: center;
}

#navigation_content nav.button_group .button span[tabindex='-1'] {
    font-weight: 500;
    font-size: 1.75rem;
}
.contact_header {
    margin: 2rem 0 0 0;
}
.contact_header,
.contact_header .section_heading {
    color: #fff;
}
.contact_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'mongoose';
    font-size: 1.5rem;
}
.contact_header li {
    margin-bottom: 1rem;
}
.contact_header a {
    color: #fff;
}
.contact_header a:hover,
.contact_header a:focus {
    color: var(--lvc-yellow);
} 
.contact_header li.location:before,
.contact_header li.email:before,
.contact_header li.phone:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: #bbb;
    padding-right: 0.5em;
    text-align: center;
    display: inline-block;
    width: 2em;
}

.contact_header li.location:before {
    content: "\e908";
}

.contact_header li.email:before {
    content: "\e90b";
}

.contact_header li.phone:before {
    content: "\e958";
}

p#form_reset {
    font-size: 0.825rem;
    margin: 0 0 0.5rem 0;
    display: none;
}
button#reset_form {
    color: #32608b;
    padding: 0.5rem;
    border-radius: 2px;
    font-size: 0.825rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
button#reset_form:hover,
button#reset_form:focus {
    color: #0c2a4b;
    background: #ffe400;
}
@media screen and (max-width:767px){
    h1, .h1,
    .section_heading {
        font-size: 2.605em;
    }
    h2, .h2, .cta_heading {
        font-size: 1.954em;
    }
    h3, .h3 {
        font-size: 1.466em;
    }
    h4, .h4 {
        font-size: 1.1em;
    }
    #masthead {
        padding: 1rem 0;
    }
    #masthead .column.flex-column.spacer {
        display: none;
    }
    #masthead .nav-controls .button_group ul {
        margin: 0 0 0 auto;
    }
    #masthead .flex-column.logo {
        max-width: 80px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
            flex: 1 0 80px;
    }
    #masthead .flex-column.nav-controls {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end;
    }
    #masthead .lvc_wordmark div {
        background-image: url(../assets/lvc_condensed.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-bottom: 61.54%;
        position: relative;
    }
    
    .footer_column.logo,
    .footer_column.address {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_column.logo {
        margin-bottom: 2rem;
    }
    .footer_address_group ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer_address_group li:after {
        display: none;
    }
    .footer_address_group li:last-child {
        margin-top: 1rem;
    }
    .footer_nav_list_group ul {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    footer a[href^="tel:"]{
        color: var(--lvc-yellow);
    }
    .f-legal,
    #footer-bottom .copyright {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .f-social,
    .nav-list.horizontal.footer-info-nav {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .nav-list.horizontal.footer-info-nav {
        margin-bottom: 0.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end;
    }
    .nav-list.horizontal.footer-info-nav li {
        margin-bottom: 0.5rem;
    }
    .nav-list.horizontal.footer-info-nav li:first-child {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .nav-list.horizontal.footer-info-nav li:last-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .nav-list.horizontal.footer-social-nav {
        margin: 0 auto 1rem 0;
    }
    #footer-bottom .column.f-legal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end;
    }
}
@media screen and (max-width:479px) {
    #navigation_content nav, 
    #navigation_content nav.button_group ul {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #navigation_content nav.button_group .button span[tabindex='-1'] {
        font-weight: 500;
        font-size: 1.25rem;
    }
}
.icon-x {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.icon-x:before {
    content: '';
    background-image: url(../assets/x_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
}