*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}
.show-for-sr,
.invisible,
.visually-hidden,
.visually_hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
html,
body {
    font-size: 1rem;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.45rem;
    color: #291c03;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    outline: 0 none;
    background-color: transparent;
}

h1 {
    font-size: calc(2.35rem + 1.65vw);
    line-height: 1;
}

h2 {
    font-size: calc(1.625rem + 1.25vw);
    line-height: 1;
}

.pill-link {
    color: #3d3935;
    border: 1px solid #3d3935;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 10px !important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
    max-width: 400px;
    margin: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.pill-link.darker {
    color: #3d3935;
    border: 1px solid #3d3935;
}

.pill-link.darker:hover {
    color: #ffffff;
    background-color: #3d3935;
}

.pill-link.lighter {
    color: #ffffff;
    border: 1px solid #fff;
}

.pill-link.darker.filled {
    color: #ffffff;
    border: 1px solid #3d3935;
    background-color: #3d3935;
}

.pill-link.darker.filled:hover {
    color: #ffffff;
    background-color: #c99a2c;
    border: 1px solid #c99a2c;
}

.pill-link.lighter:hover {
    background-color: rgba(255, 255, 255, .1);
}

.pill-link.smaller {
    font-size: 12px;
    padding: 5px;
}

/* TOP NAVIGATION /////////////////////////////////////////////////////////////////////// */
#topLinks {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 15px;
    text-align: right;
    /*margin-left:255px;
   */
    margin-top: -2px;
    margin-right: 2.00601805416249%;
    /* 20px / 997px */
    padding: 0;
    width: 320px;
    display: block;
    color: #523c14;
}

#topLinks ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#topLinks ul li {
    display: inline;
    padding: 0;
    margin: 0;
    border-right: 1px solid #a57c25;
    margin-right: 15px;
    margin-top: 0px;
    /*letter-spacing:-.02em;
   */
    font-size: 12px;
    color: 3a2a0e;
    padding-right: 15px;
}

#topLinks ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #523c14;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px #a57e20;
   */
    border-bottom: 0px dotted #a57e20;
}

#topLinks ul li a:hover {
    color: #7b5908;
    text-decoration: none;
    border-bottom: 1px dotted #a57e20;
    /*text-shadow: 0px 0px 0px #a57e20;
   */
}

#topLinks ul li.last {
    border-right: 0;
    margin-right: 0;
    padding: 0;
    margin: 0;
}

/* Enable topLink Bar */
/*.logo-small{
    margin-left:1%;
    max-width:45px;
    float:left;
    display:none;
}
.logo-small img{
    *width:100%;
}
*/
.fixed {
    display: block;
    position: fixed;
    z-index: 2000;
    width: 100%;
}

#topLinkBar {
    display: block;
    height: 40px;
    background-color: #c99a2c;
    position: relative;
    z-index: 901;
}

#topLinkBar.fixed {
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: -40px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#topLinkBar.fixed.inView {
    top: 0px;
}

#topLinkBar ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
    height: 40px;
    margin: 0 auto;
}

#topLinkBar ul li {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-right: 1px solid #333;
    margin-right: -5px;
    height: 40px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}

#topLinkBar ul li:last-child {
    border-right: none !important;
}

#topLinkBar ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #2d2d2d;
    text-decoration: none;
}

#topLinkBar ul li .isIcon a,
#topLinkBar ul li.btndrop2 .isIcon {
    position: relative;
    padding: 0 0 0 2rem;
}

#topLinkBar ul li.btndrop2 .isIcon {
    position: relative;
    padding: 0 0 0 1.5rem;
}

#topLinkBar ul li .isIcon i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#topLinkBar ul li a:hover {
    font-size: 15px;
    font-weight: normal;
    color: #c99a24;
    text-decoration: none;
}

#topLinkBar ul li.last {
    border-right: 0;
    margin-right: 0;
    /*padding:0;*/
    margin: 0;
}

/* for toplinkbar submenus */
#topLinkBar ul li ul li {
    padding: 0;
    width: 100%;
    height: 55px;
    text-shadow: none;
    text-align: left;
    font-size: 16px;
    padding-top: 5px;
}

#topLinkBar ul li ul li a {
    padding-left: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

#topLinkBar ul li ul li a:hover {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

/* END TOP LINK BAR */
#topLinkPanel {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 15px;
    text-align: right;
    /*margin-left: 255px;
   */
    margin-top: -2px;
    margin-right: 1.2%;
    padding: 0;
    width: 95%;
    display: block;
    color: #523c14;
    font-weight: bold;
    height: 22px;
}

#topLinkPanel ul li.last {
    border: none;
}

.topicobar {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#topLinkBar .topicobar>li {
    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;
}

.btndrop,
.btndrop2 {
    position: relative;
    display: inline-block;
    padding: 5px 15px 3px 10px;
    margin: 0;
    border-right: 1px solid #a57c25;
    margin-top: 2px;
    font-size: 14px;
    font-weight: bold;
    /* color: #3a2a0e;
    */
    text-align: left;
    height: 22px;
}

.btndrop:hover,
.btndrop2:hover {
    background-color: #333;
    color: #f2c439;
    /*-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
   */
}

li.btndrop a:before,
li.btndrop2 a:before {
    content: "\0BB \020";
    font-size: larger;
    color: #f2c439;
}

.btndrop-menu {
    position: absolute;
    z-index: 999;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none;
    /** Remove list bullets */
    width: 100%;
    /** Set the width to 100% of it's parent */
    padding: 0;
    border-radius: 0 0 5px 5px;
    background: #333;
    width: auto;
    width: 180px;
}

.leftalign {
    left: 0;
}

.rightalign {
    right: 0;
}

.btndrop:hover .btndrop-menu,
.btndrop2:hover .btndrop-menu {
    display: block;
}

/** List Item Styles **/
.btndrop a,
.btndrop2 a {
    display: block;
    padding: 0.9em 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 14px;
}

.btndrop a:first-child {
    border-radius: 0 0 5px 5px;
}

.btndrop-menu li {
    background-color: #333;
}

.btndrop-menu li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0 0 5px 5px;
}

.btndrop-menu li:hover {
    background: #000;
}

.btndrop-menu li:active {
    background: #c39935;
}

.btndrop-menu li:active a {
    color: #fff;
}

/* topLinkPanel no drop */
#topLinkPanel a.toplevel:before {
    content: "";
}

#topLinkPanel a.toplevel {
    text-decoration: none;
    display: inline;
    color: #333;
    font-size: 14px;
    padding-left: 0;
    font-weight: bold;
}

#topLinkPanel ul li a.toplevel {
    text-decoration: none;
    display: inline;
    color: #523C14;
    font-size: 14px;
    padding-left: 0;
    font-weight: bold;
    padding: 0;
}

#topLinkPanel ul li a.toplevel:hover {
    color: #775B28;
}

.nodrop {
    position: relative;
    display: inline-block;
    padding: 5px 0px 3px 10px;
    margin: 0;
    margin-right: 35px;
    margin-top: 2px;
    border-right: none;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 22px;
}

li.nodrop:hover a.toplevel {
    color: #c99a24 !important;
}

li.nodrop:hover {
    background-color: #333;
}

/* end toplink no drop*/
#navBarBac {
    /*this is legacy and can be removed*/
    /*font-family: BebasNeueRegular,Arial,sans-serif;
    font-family:Futura, 'Century Gothic', 'Arial', 'sans serif';
   */
    position: absolute;
    width: 100%;
    /*min-width: 997px;
   */
    z-index: 200;
    height: 40px;
    left: 0px;
    top: 67px;
    background-color: #000000;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    /* Modern! 
   /* Firefox 0.9+, Safari 2?, Chrome any? 
   /* Opera 9+, IE 9+ */
    opacity: 0.5;
    border-bottom: 1px solid #393939;
}

#masthead_banner {
    position: absolute;
    z-index: 900;
    margin: 0px auto;
    padding: 0px;
    width: auto;
    width: 100%;
    height: 67px;
    background: transparent;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

#masthead_banner .container,
#masthead_banner .column_group {
    height: 100%;
}

#masthead_banner .column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#logoFlag {
    z-index: 999;
    display: block;
    width: 150px;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition: height 1s, width 1s;
    -o-transition: height 1s, width 1s;
    transition: height 1s, width 1s;
}

#menuSpace {
    position: absolute;
    z-index: 200;
    height: 60px;
    width: 100%;
    background-color: rgb(45 45 45 / 50%);
    border-top: 2px solid #c99a2c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#banner:after,
.videoWindow:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-image: url(../assets/img/valleyedge-charcoal.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 5;
}

#banner.hero:after {
    background-image: url(../assets/img/valleyedge-lg.svg);
}
.brand-promise:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-image: url(../assets/img/valleyedge-lg.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.fa-solid,
.fa-regular {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-pen-to-square:before {
    content: '\e908';
}

.fa-gift-card:before {
    content: '\e91c';
    font-size: 1.25rem;
}

.fa-location-dot:before {
    content: '\e92b';
    font-weight: bold;
    font-size: 1rem;
}

#menuContainer nav {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* nav */
.nav-menu {
    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: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 100%; 
    margin: 0;
    padding: 0;
}
.nav-menu li,
.nav-menu a {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    display: block;
    position: relative;
}

.nav-menu ul {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    background: #333;
    padding: 8px 0 8px 0;
    border-radius: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    opacity: 0;
    top: 100%;
    left: -15px;
    z-index: 999;
    visibility: hidden;
    transform:translate3d(0,50px,0);
    -webkit-transform:translate3d(0,50px,0);
    -moz-transform:translate3d(0,50px,0);
    -ms-transform:translate3d(0,50px,0);
    -o-transform:translate3d(0,50px,0);
}

.nav-menu li.submenu_open>ul {
    left: -15px;
    opacity: 1;
    z-index: 1000;
    visibility: visible ;
    -webkit-transform:translate3d(0,20px,0);
    transform:translate3d(0,20px,0);
    -moz-transform:translate3d(0,20px,0);
    -ms-transform:translate3d(0,20px,0);
    -o-transform:translate3d(0,20px,0);
}

.nav-menu ul li:hover>ul {
    top: 0;
    left: 100%;
}

.nav-menu li {
    cursor: default;
    white-space: nowrap;
}

.nav-menu ul li {
    float: none;
}

.nav-menu li ul li {
    margin-right: 0;
}

/* sub width */
.nav-menu ul {
    min-width: 12em;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* center */
.nav-center {
    float: right;
    right: 50%;
}

#menuSpace .nav-menu {
    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-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
}

.nav-center>li {
    left: 50%;
}

/* root */
.nav-menu a {
    padding: 9px;
    color: #FFF;
    font-weight: normal;
    font-size: 0.925rem;
    font-weight: 600;
    text-decoration: none;
}
@media screen and (max-width:1279px){
    .nav-menu a {
        font-size: 0.825rem;
    }
}
@media screen and (max-width:997px){
    .nav-menu a {
        font-size: 0.725rem;
    }
}
.nav-menu>li>a:after {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1rem;
    height: 1rem;
    border: 0.313em solid transparent;
    /*vertical-align: middle;
    */position: relative;
    content: "\ea27";
    color: #c99a2c;
    font-size: 0.625rem;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 8px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.nav-menu>li.submenu_open>a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
/*added md */
.nav-menu ul li a {
    font-weight: 400;
}

.nav-menu>li>a {
    padding: 0 5px;
    text-transform: uppercase;
    color: #ffffff;
}

/* root: hover/persistence */
.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu li:hover a {
    color: #c99a2c;
}

/* 2 */
.nav-menu li li a,
.nav-menu li:hover li a {
    margin: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #403f3b;
    color: #fff;
    font-size: 0.925rem;
    line-height: normal;
    min-width: 250px;
}

.nav-menu li li a:hover {
    color: #c99a2c;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover,
.nav-menu li:hover li a:focus,
.nav-menu li:hover li:hover a {
    background: transparent;
}

/* 3 */
.nav-menu li:hover li:hover li a {
    background: #444;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover,
.nav-menu li:hover li:hover li a:focus,
.nav-menu li:hover li:hover li:hover a {
    background: #333;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
    background: #333;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover,
.nav-menu li:hover li:hover li:hover li a:focus {
    background: #222;
}

/* vertical */
.nav-vertical {
    max-width: 220px;
}

.nav-vertical ul {
    top: 0;
    left: -9999px;
}

.nav-vertical li {
    width: 100%;
    float: none;
}

.nav-vertical li:hover>ul {
    left: 100%;
}


.nav-menu li li.minibanner a {
    padding: 0;
    margin: 0;
}

.nav-menu li li:last-child a {
    border-bottom: none;
}

.nav-menu>li.noarrow>a:after {
    border: none !important;
    content: "";
}


/* FOOTER /////////////////////////////////////////////////////////////////////////
/*/

.flexfoot-wrap {
    padding: 5px;
}

.flexfoot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexfoot-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: auto;
}

.footer-sticky .footer-area {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.footer-sticky .footerarea-text {
    margin-left: auto;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
}

.footer-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.footer-sticky .footer-area {
    text-align: right;
}

.footer-sticky .footerarea-text {
    color: #ffffff;
    font-size: 10px;
}

.footer-sticky .footerarea-text p {
    margin: 0 !important;
}

.footer-sticky .footerarea-logotext {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#footerStripes {
    position: relative;
    margin: 0px 0px 4px auto;
    padding: 0px;
    height: 20px;
    width: auto;
    background: transparent url(../assets/img/footerstripes.svg) repeat-x top center;
}

#footerBar {
    margin-left: 10px;
    margin-bottom: 5px;
}

.flex-foot {
    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-pack: distribute;
    justify-content: space-around;
    margin-bottom: 80px;
}

#footerSpace {
    position: relative;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: auto;
    min-height: 80vh;
    background: #dcdcdc url(../assets/img/footer-campus-bw.jpg) repeat-x top center;
    background-attachment: initial;
    background-position: -450px 50px;
    background-size: cover;
}

.footerSealBac {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: auto;
    background: transparent url(../assets/img/footer-campus-color.jpg) no-repeat top center;
    background-size: cover;
}

.footerGradient {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: auto;
    min-height: 500px;
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, .5)), color-stop(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 1)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, .8), rgba(0, 0, 0, 1));
    background-size: cover;
}

#footerContainer {
    margin: 0px auto;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5%;
}

#footerLeft {
    margin-top: 70px;
    margin-bottom: 20px;
    color: #c8c8c8;
    text-align: center;
}

#footerLeft a {
    color: #fdd900;
}

#footerLeft a:hover {
    color: #434039;
}

#footerRight {
    margin-top: 30px;
    margin-bottom: 20px;
}

#footerRight ul {
    padding: 5px 0 10px 0;
    margin: 0;
    list-style-type: none;
}

#footerRight ul li {
    margin-bottom: 5px;
    margin-top: 15px !important;
}

/*#footerRight ul li:before {
       content: "\00BB \0020";
       color:#b18a30;
       font-weight:normal;
       font-size:12px;
       padding:5px;
  }
  */
#footerRight a {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
}

#footerRight a:hover {
    color: #fdd900;
    border-bottom: .3rem solid #fdd900;
    text-decoration: none;
}

#footerRight a:active {
    color: #ffffff;
    text-decoration: none;

}

.hidFootLinks {
    padding: 5px 0 10px 0;
    margin: 0;
    list-style-type: none;
}

.hidFootLinks a img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 20px;
}

@media screen and (max-width:549px) {
    .hidFootLinks {
        display: none;
        margin-bottom: 40px;
    }
}

.footerGroup {
    margin-bottom: 50px;
    margin-left: 5%;
    font-size: 12px;
    display: block;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}

.footerGroup div.toggleHead {
    color: #fdd900;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    /*text-shadow: #1d1d1d 0.1em 0.1em 0.2em;*/
}

.footer-end {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-image: url(../assets/img/valleyedge-lg.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.footer-end div.pad20 {
    padding: 28px 20px 20px 20px;
}

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

.pad20.buttonflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* text-align: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pad20 .right a {
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
}

.motto-margin {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 750px) {
    .motto-margin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        text-align: auto;
    }
}

#socialfooter {
    margin-top: 35px;
    margin-bottom: 15px;
}

#socialfooter ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
}

#socialfooter ul li {
    height: 39px;
    width: 39px;
    list-style: none;
    display: inline;
    margin: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#socialfooter ul li a {
    text-decoration: none;
}

#socialfooter ul.socialicons li a {
    color: #ffffff;
    font-size: 25px;
}

#socialfooter ul.socialicons li a:hover {
    color: #fdd900;
}

ul.socialicons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.quickbtn:first-child {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

a.quickbtn:last-child {
    border-radius: 0px 4px 4px 0px;
}

a.quickbtn {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #fdd900;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    margin: 10px 0px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.quickbtn:hover {
    color: #434039;
    background-color: #fdd900;
    border: 1px solid #fdd900;
    font-size: 14px;
}

a.quickbtn i {
    line-height: 1.3;
}

.copyright {
    margin-top: 0;
    font-size: 14px;
}

#ico-giving {
    max-width: 181px;
    margin-top: 10px;
    background-color: #777777;
    border: 2px solid #8b8b8b;
    border-radius: 8px;
}

#ico-giving:hover {
    background-color: #939393;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.footer-button {
    margin-top: 10px;
    background-color: #777777;
    border: 2px solid #8b8b8b;
    border-radius: 8px;
}

.footer-button:hover {
    background-color: #939393;
    border: 2px solid #FFFFFF;
    cursor: pointer;
}

.withfadeout {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* link bank */

.flexlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.flexlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    list-style: none;
    font-size: 16px;
    margin-bottom: 25px;
}

.flexlist li a {
    font-weight: bold;
    -webkit-transition: color, padding .2s;
    -o-transition: color, padding .2s;
    transition: color, padding .2s;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: block;
    text-decoration: none;
    color: #c1c1c1;
    padding: 1px 0 0 30px;
    background: url(../assets/img/chevron-circle-right-solid-gold.svg) no-repeat 0 1px;
    background-size: 20px;
    line-height: 20px;
    margin: 8px;
}

.flexlist li a:hover {
    font-weight: bold;
    color: #c99a2c;
    padding: 1px 0 0 32px;
}

.flexlist li a.current {
    color: #c99a2c;
    font-weight: bold;
}

.linkbank {
    margin: 40px 0px;
    padding: 40px;
    /*border-top: 2px solid #e1e1e1;
       border-bottom: 2px solid #e1e1e1;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.linkbank h3 {
    margin-bottom: 30px !important;
    margin-top: 0px;
}

.reveal {
    position: relative;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}

.reveal.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

footer img.u-full-width {
    margin: 0 auto;
    max-width: 200px;
}

.menutrigger a:after,
.fa-brands:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menutrigger {
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menutrigger a {
    position: relative;
}
@media screen and (max-width:997px) {
    .menutrigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #menuContainer nav {
        display: none;
    }
}

.menutrigger a {
    color: #fff;
    text-decoration: none;
}

.menutrigger a:after {
    content: "\e929";
    font-size: 2rem;
}

.fa-facebook-square:before {
    content: "\e914";
}

.fa-x:before {
    content: "\e911";
    content: "\e90f";
}

.fa-instagram:before {
    content: "\e913";
}

.fa-youtube:before {
    content: "\e910";
}

.fa-linkedin:before {
    content: "\e90d";
}

.fa-tiktok:before {
    content: "\e90a";
}

.mm-list > li.mmenu-undernav {
    border: none;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    text-align: center;
}
.mm-list > li.mmenu-undernav a {
    padding: 0 0 0 4px;
    color: #fdd900;
    line-height: 1;
}
.mm-list > li.mmenu-undernav:after {
    margin: 0;
    display: none!important;
}

@media (min-width: 997px) {
    #menuSpace {
        display: block;
        height: 43px;
    }

    #footerSpace {
        background-attachment: fixed;
    }
}

@media screen and (max-width:979px) {
    .flex-foot {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .footerGroup {
        text-align: center;
    }
}

@media (min-width: 750px) {
    #logoFlag {
        width: 220px;
    }
}

@media (min-width: 550px) {
    #topLinkBar ul {
        text-align: center;
    }

    #masthead_banner {
        height: 80px;
    }

    #logoFlag {
        width: 170px;
    }

    #footerRight {
        margin-top: 90px;
        margin-bottom: 20px;
    }

    #footerRight a {
        margin-top: 0;
        font-size: 14px;
    }
}

/* clip path hero */
.svg {
    position: absolute;
    width: 0;
    height: 0;
}
.clip-hero {
    width: 100vw;
    /*background: #3d3935 url(https://www.geneva.edu/about-geneva/_assets/identity-hero.jpg);*/
    background-size: cover;
    background-position: center;
    -webkit-clip-path: url(#small-hero-clip);
    clip-path: url(#small-hero-clip);
    aspect-ratio: 1/1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.clip-hero-sm {
    width: 100vw;
    /*background: #3d3935 url(https://www.geneva.edu/about-geneva/_assets/identity-hero.jpg);
	*/
    background-size: cover;
    background-position: center;
    -webkit-clip-path: url(#small-hero-clip);
    clip-path: url(#small-hero-clip);
    /*aspect-ratio:1/1;*/
    aspect-ratio: .75 / 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: auto !important;
}
.videoWindow-clip {
    /*height:400px;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    background-size: cover;
    /*background-position: left;*/
    background-position: center;
    /*clip-path: polygon(0 0, 100% 0, 100% calc(85% - 1vw), 50% 98%, 0 calc(85% - 1vw));*/
    z-index: 3;
}

.videoWindow-clip .moireOverlay {
    min-height: 50px
}

.videoWindow-clip .moireOverlay:after {
    background: url('https://www.geneva.edu/webdev/video-banner/dot-overlay-dark.png') repeat rgba(0, 0, 0, 0.05);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    pointer-events: none;
}

.videoWindow-clip video {
    margin-top: -2px;
    margin-bottom: -6px
}

.videoWindow-clip h1.headerline:after {
    content: "";
    display: block;
    width: 100px;
    height: 10px;
    background-color: #fdd900;
    border-radius: 2px;
    margin: 20px auto auto auto;
}
@media (min-width:570px) {
    .clip-hero {
        -webkit-clip-path: url(#tall-hero-small);
        clip-path: url(#tall-hero-small);
        aspect-ratio: 2.2/1;
    }
    .clip-hero-sm {
        aspect-ratio: 1 / 1;
        height: auto !important;
    }
}

@media (min-width:750px) {
    .clip-hero {
        -webkit-clip-path: url(#tall-hero-medium);
        clip-path: url(#tall-hero-medium);
        /*aspect-ratio:1.5/1;*/
        aspect-ratio: 2.2/1;
    }
    .clip-hero-sm {
        -webkit-clip-path: url(#short-hero-medium);
        clip-path: url(#short-hero-medium);
        aspect-ratio: 2.3/1;
    }
}

@media (min-width:1250px) {
    .clip-hero {
        -webkit-clip-path: url(#tall-hero-large);
        clip-path: url(#tall-hero-large);
        aspect-ratio: 2.25/1;
    }
    .clip-hero-sm {
        -webkit-clip-path: url(#short-hero-large);
        clip-path: url(#short-hero-large);
        aspect-ratio: 2.5/1;
    }
}
@media (min-width: 1550px) {
    .clip-hero-sm {
        -webkit-clip-path: url(#short-hero-large);
        clip-path: url(#short-hero-large);
        aspect-ratio: 3 / 1;
    }
}
/* end clip path hero*/
