*,
: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;
}
.skip-to-content-link {
    left: 0.5625rem;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
  
.skip-to-content-link:focus {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
}
.skip-to-content-link:focus > span[tabindex='-1'] {
    background: #fff;
    color: #3d3935;
}
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;
    text-wrap: pretty;
}

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

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

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

a.link,
#reset_form {
    color: #000;
    text-decoration: underline;
}
a.link:hover,
a.link:focus,
#reset_form {
    color: #454545;
    text-decoration: underline;
    cursor: pointer;
}
input[type=submit].button, button.button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}
.button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    background: transparent;
    text-decoration: none;
    outline: none;
}
.button:hover,
.button:focus {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    background: transparent;
    text-decoration: none!important;
    outline: none;
    cursor: pointer;
}

.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 span[tabindex="-1"] {
    position: relative;
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.75rem;
    outline: 0;
    border-radius:0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    width: 100%;
}
.button span[tabindex="-1"]:focus {
    outline: none;
}

.button.button-white-outline span[tabindex="-1"] {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button.button-white-outline:hover span[tabindex="-1"],
.button.button-white-outline:focus span[tabindex="-1"] {
    background-color: #fff;
    color: #3d3935;
}
.button.button-dark-outline span[tabindex="-1"] {
    border: 2px solid #3d3935;
    color: #3d3935;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button.button-dark-outline:hover span[tabindex="-1"],
.button.button-dark-outline:focus span[tabindex="-1"] {
    background-color: #3d3935;
    color: #fff;
}
.button.button-dark-filled span[tabindex="-1"] {
    border: 2px solid #3d3935;
    color: #fff;
    background-color: #3d3935;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button.button-dark-filled:hover span[tabindex="-1"],
.button.button-dark-filled:focus span[tabindex="-1"] {
    color: #ffffff;
    background-color: #c99a2c;
    border: 2px solid #c99a2c;
}
.button.button-yellow-outline span[tabindex="-1"] {
    border: 2px solid #fdd900;
    color: #fdd900;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button.button-yellow-outline:hover span[tabindex="-1"],
.button.button-yellow-outline:focus span[tabindex="-1"] {
    color: #fff;
}
.button.button-gold-outline span[tabindex="-1"] {
    border: 2px solid #c99a2c;
    color: #c99a2c;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.button.button-gold-outline:hover span[tabindex="-1"],
.button.button-gold-outline:focus span[tabindex="-1"] {
    background-color: #c99a2c;
    color: #3d3935;
}

.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;
}

.page,
#upper_breadcrumb {
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.secondary #main_page,
#secondary_page {
    -webkit-transition: visibility 0s 0.6s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: visibility 0s 0.6s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.6s linear;
    transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.6s linear;
    transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.6s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 1;
}
#main_page,
.secondary #secondary_page {
    -webkit-transition: visibility 0s 0s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: visibility 0s 0s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0s linear;
    transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0s linear;
    transition: transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0s linear, -webkit-transform 0.55s 0s cubic-bezier(0.65, 0, 0.35, 1);
}

#secondary_page {
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
}

#upper_breadcrumb {
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
    visibility: hidden;
    display: none;
}

.secondary #secondary_page {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    z-index: 2
}

.secondary #upper_breadcrumb {
    display: block;
    visibility: visible;
}

.secondary #main_page {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
}
/* Notification */
.notification {
    position: fixed;
    bottom: 0;
    z-index: 11;
    background-color:#c99a2c;
    width: 100%;
    padding: 1.5em 2em 1em;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
}

.notification_close {
    position: absolute;
    top: 0em;
    right: 0em;
    color: #3d3935;
    cursor: pointer;
}

.notification_close:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f405";
    display: block;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 2rem;
}

.notification a,
.notification a:hover {
    display: inline-block;
    text-decoration: none;
    color: #3d3935;
    border: none;
    background: none;
}

.notification h4 {
    margin: 0 0 0.5rem 0;
    color: #3d3935;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.925rem;
    line-height: 1.2;
}

.notification p {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #3d3935;
    margin: 0.5rem 0 1rem 0;
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width:480px){
    .notification p {
        font-size: 1.75rem;
    }
}
@media screen and (max-width:979px){
    .ready.notify.secondary .notification.show {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .ready.notify .menu_open .notification.show {
        -webkit-transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
        transition: -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
        -o-transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
        transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
        transition: transform .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
        -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
        transform: translateX(240px);
    }
    .ready.notify.profile_open.secondary .notification.show,
    .mm-opened.ready.notify.secondary .notification.show {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* 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;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background-color: #353535;
}
#masthead_banner {
    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*/
/* Featured */
#featured, 
#featured .column_group, 
#featured .column {
    padding: 0;
}

#featured {
    position: relative;
    z-index: 2;
    background: #504a43 url(../assets/img/triangles.png) repeat;
}
#featuredBanner {
    position: relative;
}
#featuredBanner .aspect {
    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;
    min-height: 360px;
}
.featured_img {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: hidden;
}
.featured_img .bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
.featured_img .bg-image:before {
    background: url(../assets/img/dot-overlay.png) repeat transparent;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
}
.featured_img .bg-image:after {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5) 65%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(65%, rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5) 65%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    pointer-events: none;
}
#featured .featured_caption {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100%;
}
.featured_caption h2 {
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    max-width: 50rem;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    font-size: calc(1.5rem + 2.5vw);
    line-height: 1;
    color: #fdd900;
    color: #fff;
}
.item[data-id="9"] .featured_caption h2 { 
    font-size: calc(1rem + 2.5vw);
}
.featured_caption h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 10px;
    background-color: #fdd900;
    border-radius: 2px;
    margin: 1rem auto auto auto;
}
.deco:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #fdd900;
    border-radius: 2px;
    margin: 1rem auto auto 0;
}
.headline {
    margin: 0 0 1rem 0;
}
.subheadline {
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
}
.section_heading {
    margin: 2rem 0 1rem 0;
}
.featured_caption .sub_heading {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
    font-size: 1.25rem;
}
.featured_caption .button {
    margin: 0 auto;
    display: table;
    outline: none;
    cursor: pointer;
}
.featured_caption .button span[tabindex="-1"] {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.featured_caption .button:hover span[tabindex="-1"],
.featured_caption .button:focus span[tabindex="-1"] {
    background-color: #fff;
    color: #3d3935;
}
@media screen and (max-width:767px){
    .featured_caption h2 {
        font-size: calc(1.125rem + 2.5vw);
    }
    .featured_caption .sub_heading {
        font-size: 1rem;
    }
}
.featured_date {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    width: 100%;
    color: #fff;
    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;
}
.featured_date .sequence {
    font-weight: bold;
    color: #fdd900;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

#featured #featuredCallOut {
    padding: 0 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width:479px){
    #featured #featuredCallOut {
        padding: 0 1rem;
    }
}
.featured_cta {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured_cta .cta {
    width: 100%;
}
#countdown_container {
    padding: 2em 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -moz-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -ms-transition: opacity .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}
#countdown_container.ready {
    opacity: 1;
}
#countdown {
    border: 3px solid #c99a2c;
    float: left;
    width: 100%;
    position: relative;
    margin: 0.5rem auto 1.5rem auto;
}

#countdown div {
    color: #c99a2c;
    font-size: 4rem;
    padding: 0.15em 0 0.15em 0;
    line-height: 1;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.counter_title,
.counter_date {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-align: center;
}

.counter_date {
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.counter_heading {
    text-align: center;
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    line-height: 1.2;
}

#countdown_container .button {
    display: table;
    margin: 0 auto;
}

#countdown #day {
    background: #c99a2c;
    color: #fff;
    color: #353535;
}

#countdown div span {
    font-size: 0.175em;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1em;
    font-weight: bold;
}

#countdown #days-span {
    color: #353535;
}

@media screen and (max-width:1600px) {
    #countdown div {
        font-size: 3.75rem
    }
}

@media screen and (max-width:1400px) {
    #countdown div {
        font-size: 3.25rem
    }
}

@media screen and (max-width:1240px) {
    #countdown div {
        font-size: 3.25rem
    }
}
/*=========== /Countdown ==========*/
@media screen and (max-width:479px){
    .featured_date {
        left: 1rem;
    }
}

/* Grid Filter */
.grid_filters {
    background-image: url(../assets/img/old-wall.png);
    background-repeat: repeat;
    padding: 0;
    min-width: 100%;
    position: relative;
    z-index: 2;
}
.tabs-list {
    padding: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    margin: 2rem 0 1rem 0;
    position: relative;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    /*background: rgba(0, 0, 0, 0.05);*/
    background-image: url(../assets/img/grain.png);
    background-repeat: repeat;
    background-position: center;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
            box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
}
.grid_filters .column-group,
.grid_filters .column {
    margin-top: 0;
}

.grid_filters .tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%;
    background: var(--lvc-dark-blue);
    position: relative;
    z-index: 2;
}
.grid_filters .tabs .tab-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:#3d3935;
    color: #fff;
    border-radius: 2rem;
    -webkit-transform: translate(0,0,0);
    -ms-transform: translate(0,0,0);
    transform: translate(0,0,0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
.grid_filters .tabs .tab-indicator[data-position="1"] {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.grid_filters .tabs .tab-indicator[data-position="2"] {
    transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -o-transform: translate(100%,0);
}
.grid_filters .tabs .tab-indicator[data-position="3"] {
    transform: translate(200%,0);
    -webkit-transform: translate(200%,0);
    -moz-transform: translate(200%,0);
    -ms-transform: translate(200%,0);
    -o-transform: translate(200%,0);
}
.grid_filters .tabs div[role="tab"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.grid_filters .tabs button {
    width: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    margin: 0;
    font-size: 1rem;
    padding: 0;
    border: none;
    border-radius: 2rem;
    outline: none;
    cursor: pointer;
}

.grid_filters .tabs button > span[tabindex='-1'] {
    border: none;
    color:#3d3935;
    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: 0.5rem;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: -0.25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    line-height: 1;
}
.grid_filters .tabs button:hover > span[tabindex='-1'],
.grid_filters .tabs button:focus > span[tabindex='-1'] {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}

.grid_filters .tabs 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)
}
.grid_filters .tabs button.active > span[tabindex='-1'] {
    color: #fff;
}
.grid_filters .tabs span.count { 
    padding: 0.5rem;
    font-weight: 500;
}
@media screen and (max-width:560px){
    .grid_filters .tabs button > span[tabindex='-1'] {
        font-size: 0.825rem;
    }
    .grid_filters .tabs span.count { 
        padding: 0.25rem;
    }
}
@media screen and (max-width:460px){
    .grid_filters .tabs span.count {
        display: none;
    }
}
@media screen and (max-width:359px){
    .grid_filters .tabs button > span[tabindex='-1'] {
        font-size: 0.725rem;
    }
}
/* Grid Items */
/* The Grid */
#grid {
    background-image: url(../assets/img/old-wall.png);
    background-repeat: repeat;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

#grid .panel {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    -o-transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    transition: opacity 1.75s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#grid .panel.active {
    padding: 2px 0;
    position: relative;
    height: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.panel.past .item[data-status="future"],
.panel.past .item[data-status="current"] {
    display: none;
}

.panel.future .item[data-status="past"],
.panel.future .item[data-status="current"] {
    display: none;
}
#grid .column_group {
    padding: 0 2rem 0 1rem;
}
#grid .column {
    margin-bottom: 1rem;
    padding: 0 0 0 1rem;
}
@media screen and (max-width: 480px) {
    #grid .column_group {
        padding: 0 1rem 0 0;
    }
}
figure.item {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}
figure.item .aspect {
    position: relative;
}

figure .img_aspect {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px 8px 0px 100px;
    border-bottom: 8px solid #c99a2c;
}
@media screen and (max-width:639px){
    figure .img_aspect {
        padding-bottom: 56.25%;
    }
}

.item .bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
figure .item-countdown-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
figure .sequence {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 0 0 .5rem;
    font-size: 1.5rem;
    font-weight: 900;
    color: #3d3935;
    line-height: 1;
}

figure.item.active:hover {
    cursor: pointer;
    cursor: default;
}

.item figcaption {
    padding: 1rem;
    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 100%;
            flex: 1 1 100%;
    background: #fff;
    color: #3F4443;
    position: relative;
    z-index: 2;
}
.item h3 {
    padding: 1rem 0 0 0;
    margin: 0.5rem 0 auto 0;
    text-align: left;
    line-height: 1;
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
}
.item h3:before {
    width: 2.5rem;
    height: 0.1875rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fdd900;
    content: "";
}
.item .launchdate {
    margin: 0 0 0.5rem 0;
    line-height: 1;
}
.item .date {
    font-style: normal;
    font-size: 0.925rem;
    text-transform: uppercase;
    margin: 0;
}

/* Item Countdown */
.view_item_button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 auto;
    min-width: 120px;
    cursor: pointer;
    outline: none;
}
.view_item_button>span[tabindex="-1"] {
    color: #fff;
    border: 2px solid #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    margin-top: 25px;
    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;
}
.view_item_button:hover>span[tabindex="-1"] {
    background-color: #c99a2c;
    border: 2px solid #c99a2c;
    color: #3d3935;
}
.view_item_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);
}
#grid .item .item_countdown_wrapper,
#grid .item .view_item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(61, 57, 53, 0.75);
    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;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}
.countdown_message {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.825rem;
    line-height: 1;
}
#item_countdown {
    display: table;
    width: 100%;
    max-width: 180px;
    margin: 0.5rem auto;
    color: #fff;
    line-height: 1em;
    text-align: center;
}
.item_countdown_content,
.view_item_button {
    transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    opacity: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
#item_countdown div {
    display: table-cell;
    font-style: normal;
    font-size: 2.25rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}
#item_countdown div span {
    display: block;
    margin: 0.25rem 0 0 0;
    font-size: 0.325em;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

#grid .item:focus-visible {
    -webkit-box-shadow: 0 0 1px 2px #406ebc;
    box-shadow: 0 0 1px 2px #406ebc;
    -webkit-box-shadow: 0 0 1px 2px rgb(52 152 219);
    box-shadow: 0 0 1px 2px rgb(52 152 219);
    outline: none;
}
#grid .item.inactive.itemHasFocus .item_countdown_wrapper,
#grid .item.active.itemHasFocus .view_item {
    opacity: 1;
}
#grid .item.inactive.itemHasFocus .item_countdown_content,
#grid .item.active.itemHasFocus .view_item_button {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    opacity: 1;
}
/*------------------------------------*/
.featured_img.item-1 .bg-image, 
#panel-1 .featured-hero,
#panel-1 .featured-video-container-overlay {
    background-image: url(../img/img01-f.jpg);
    background-position: 50% 0;
}
.item.item-1 .bg_image {
    background-image: url(../img/img01-m.jpg);
}

.featured_img.item-2 .bg-image, 
#panel-2 .featured-hero,
#panel-2 .featured-video-container-overlay {
    background-image: url(../img/img02-f.jpg);
}
.item.item-2 .bg_image {
    background-image: url(../img/img02-m.jpg);
}

.featured_img.item-3 .bg-image, 
#panel-3 .featured-hero,
#panel-3 .featured-video-container-overlay {
    background-image: url(../img/img03-f.jpg);
}
.item.item-3 .bg_image {
    background-image: url(../img/img03-m.jpg);
}

.featured_img.item-4 .bg-image, 
#panel-4 .featured-hero {
    background-image: url(../img/img04-f.jpg);
}
.item.item-4 .bg_image {
    background-image: url(../img/img04-m.jpg);
}

.featured_img.item-5 .bg-image, 
#panel-5 .featured-hero,
#panel-5 .featured-video-container-overlay {
    background-image: url(../img/img05-f.jpg);
    background-position: 50% 0;
}
.item.item-5 .bg_image {
    background-image: url(../img/img05-m.jpg);
}

.featured_img.item-6 .bg-image, 
#panel-6 .featured-hero {
    background-image: url(../img/img06-f.jpg);
    background-position: 50% 75%;
}
.item.item-6 .bg_image {
    background-image: url(../img/img06-m.jpg);
}

.featured_img.item-7 .bg-image, 
#panel-7 .featured-hero {
    background-image: url(../img/img07-f.jpg);
    background-position: 50% 0;
}
.item.item-7 .bg_image {
    background-image: url(../img/img07-m.jpg);
}

.featured_img.item-8 .bg-image, 
#panel-8 .featured-hero {
    background-image: url(../img/img08-f.jpg);
}
.item.item-8 .bg_image {
    background-image: url(../img/img08-m.jpg);
}

.featured_img.item-9 .bg-image, 
#panel-9 .featured-hero {
    background-image: url(../img/img09-f.jpg?ver=2);
    background-position: 50% 0;;
}
.item.item-9 .bg_image {
    background-image: url(../img/img09-m.jpg?ver=2);
}

.featured_img.item-10 .bg-image, 
#panel-10 .featured-hero {
    background-image: url(../img/img10-f.jpg);
    background-position: 50% 25%;
}
.item.item-10 .bg_image {
    background-image: url(../img/img10-m.jpg);
}

.featured_img.item-11 .bg-image, 
#panel-11 .featured-hero {
    background-image: url(../img/img11-f.jpg);
    background-position: 50% 50%;
}
.item.item-11 .bg_image {
    background-image: url(../img/img11-m.jpg);
}

.featured_img.item-12 .bg-image, 
#panel-12 .featured-hero {
    background-image: url(../img/img12-f.jpg);
    background-position: 50% 0;
}
.item.item-12 .bg_image {
    background-image: url(../img/img12-m.jpg);
}

.featured_img.item-13 .bg-image, 
#panel-13 .featured-hero {
    background-image: url(../img/img13-f.jpg);
    background-position: 50% 0;
}
.item.item-13 .bg_image {
    background-image: url(../img/img13-m.jpg);
}

.featured_img.item-14 .bg-image, 
#panel-14 .featured-hero {
    background-image: url(../img/img14-f.jpg);
}
.item.item-14 .bg_image {
    background-image: url(../img/img14-m.jpg);
}

.featured_img.item-15 .bg-image, 
#panel-15 .featured-hero {
    background-image: url(../img/img15-f.jpg?ver=2);
    background-position: 50% 0;
}
.item.item-15 .bg_image {
    background-image: url(../img/img15-m.jpg?ver=2);
}

.featured_img.item-16 .bg-image, 
#panel-16 .featured-hero {
    background-image: url(../img/img16-f.jpg);
    background-position: 50% 25%;
}
.item.item-16 .bg_image {
    background-image: url(../img/img16-m.jpg);
}

.featured_img.item-17 .bg-image, 
#panel-17 .featured-hero {
    background-image: url(../img/img17-f.jpg);
}
.item.item-17 .bg_image {
    background-image: url(../img/img17-m.jpg);
}

@media screen and (max-width:639px){
    .featured_img.item-1 .bg-image, 
    #panel-1 .featured-hero,
    #panel-1 .featured-video-container-overlay,
    .item.item-1 .bg_image {
        background-image: url(../img/img01-w.jpg);
    }
    .featured_img.item-2 .bg-image, 
    #panel-2 .featured-hero,
    .item.item-2 .bg_image {
        background-image: url(../img/img02-w.jpg);
    }
    .featured_img.item-3 .bg-image, 
    #panel-3 .featured-hero,
    .item.item-3 .bg_image {
        background-image: url(../img/img03-w.jpg);
    }
    .featured_img.item-4 .bg-image, 
    #panel-4 .featured-hero,
    .item.item-4 .bg_image {
        background-image: url(../img/img04-w.jpg);
    }
    .featured_img.item-5 .bg-image, 
    #panel-5 .featured-hero,
    #panel-5 .featured-video-container-overlay,
    .item.item-5 .bg_image {
        background-image: url(../img/img05-w.jpg);
    }
    .featured_img.item-6 .bg-image, 
    #panel-6 .featured-hero,
    .item.item-6 .bg_image {
        background-image: url(../img/img06-w.jpg);
    }
    .featured_img.item-7 .bg-image, 
    #panel-7 .featured-hero,
    .item.item-7 .bg_image {
        background-image: url(../img/img07-w.jpg);
    }
    .featured_img.item-8 .bg-image, 
    #panel-8 .featured-hero,
    .item.item-8 .bg_image {
        background-image: url(../img/img08-w.jpg);
    }
    .featured_img.item-9 .bg-image, 
    #panel-9 .featured-hero,
    .item.item-9 .bg_image {
        background-image: url(../img/img09-w.jpg?ver=2);
    }
    .featured_img.item-10 .bg-image, 
    #panel-10 .featured-hero,
    .item.item-10 .bg_image {
        background-image: url(../img/img10-w.jpg);
    }
    .featured_img.item-11 .bg-image, 
    #panel-11 .featured-hero,
    .item.item-11 .bg_image {
        background-image: url(../img/img11-w.jpg);
    }
    .featured_img.item-12 .bg-image, 
    #panel-12 .featured-hero,
    .item.item-12 .bg_image {
        background-image: url(../img/img12-w.jpg);
    }
    .featured_img.item-13 .bg-image, 
    #panel-13 .featured-hero,
    .item.item-13 .bg_image {
        background-image: url(../img/img13-w.jpg);
    }
    .featured_img.item-14 .bg-image, 
    #panel-14 .featured-hero,
    .item.item-14 .bg_image {
        background-image: url(../img/img14-w.jpg);
    }
    .featured_img.item-15 .bg-image, 
    #panel-15 .featured-hero,
    .item.item-15 .bg_image {
        background-image: url(../img/img15-w.jpg?ver=2);
    }
    .featured_img.item-16 .bg-image, 
    #panel-16 .featured-hero,
    .item.item-16 .bg_image {
        background-image: url(../img/img16-w.jpg);
    }
    .featured_img.item-17 .bg-image, 
    #panel-17 .featured-hero,
    .item.item-17 .bg_image {
        background-image: url(../img/img17-w.jpg);
    }
}

.ctas {
    background: #504a43 url(../assets/img/triangles.png) repeat;
    color: #fff;
    padding: 3rem 2rem 0 1rem;
}
.ctas .column {
    margin-bottom: 2rem;
}
.primary_cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.cta_block_deco {
    content: '';
    position: absolute;
    border-radius: 15px;
    top: -1rem;
    left: 1rem;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 5px solid rgba(255, 255, 255, 0.7);
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
}
.dark .cta_block_deco {
    border: 5px solid rgba(201, 154, 44, 0.7);
}
.cta_block {
    border-radius: 15px;
    text-align: center;
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
            position: relative;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    background: #c99a2c;
                    z-index: 2;
}
.dark .cta_block {
    background: #3d3935;
}
.cta_block .text {
    -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
            transform: skewX(10deg);
    padding: 1rem;
}
.primary_cta p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.925rem;
    line-height: 1.2;
    color: #111111;
}
.primary_cta h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #111111;
    margin: 0.5rem 0 1rem 0;
}

.primary_cta.dark h3,
.primary_cta.dark p {
    color: #fff;
}

.primary_cta .button {
    cursor: pointer;
    display: table;
    margin: 0 auto;
}
.primary_cta .button span[tabindex="-1"] {
    border: 2px solid #111111;
    color: #111111;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.primary_cta.dark .button span[tabindex="-1"] {
    border: 2px solid #fff;
    color: #fff;
}
.primary_cta .button:hover span[tabindex="-1"], 
.primary_cta .button:focus span[tabindex="-1"] {
    background-color: #111111;
    color: #fff;
}
.primary_cta.dark .button:hover span[tabindex="-1"], 
.primary_cta.dark .button:focus span[tabindex="-1"] {
    background-color: #fff;
    color: #111;
}

/* Flyin  Panel */

#flyin_panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}

#flyin_panel .page {
    padding: 2rem 1rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.flyin_open #flyin_panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#flyin_panel_header {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 1rem 2rem;
    border-bottom: 1px solid #E9EAEA;
}

#flyin_panel .view {
    width: 100%;
    height: 100%;
    max-width: 45rem;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}
.flyin_open #flyin_panel .view {
    -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.75);
}
.flyin__close {
    font-size: .825rem;
    font-weight: bold;
    line-height: 1;
    color: #3d3935;
    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;
    border-radius: 4px;
    border: 2px solid #3d3935;
    background: transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.flyin__close span {
    display: inline-block;
    margin-left: 0.5rem;
}

.flyin__close span:after {
    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;
    content: "\f405";
    font-size: 2rem;
}

.flyin__close:hover {
    background-color: #3d3935;
    color:#fff;
}

#flyin_panel .close-button {
    margin: 2rem auto 0 auto;
}
/* Helper */
.flex-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 67.25%;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.flex-video:after {
    content: 'Loading';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    z-index: 1;
}

.flex-video iframe {
    z-index: 2;
}
.flex-video.widescreen {
    padding-bottom: 56.25%;
}
.flex-video.ratio75 {
    padding-bottom: 75%;
}
.flex-video.shorts {
    padding-bottom: 178%;
}

.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%;
}

iframe {
    width: 100%;
}

iframe {
    border: none;
}

.nowrap {
    white-space: nowrap;
}

.vid_limiter {
    width: 100%;
    max-width: 720px;
}

.text_limiter {
    max-width: 45em;
    margin: 0 auto;
}

.prizeImageOptions {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 540px;
}
.prizeImageOptions span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            text-align: center;
            font-size: 0.825rem;
            text-transform: uppercase;
            font-weight: bold;
}
.prizeDisclaimer {
    font-size: 0.825rem;
}
.prizeImage {
    margin: 2rem auto;
}
.prizeImage img {
    margin: 0 auto;
    max-width: 540px;
}
/* Interior Secondary Pages */
.featured-hero {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 40%;
}
.featured-hero.hasVideo {
    background: #000;
    padding: 0;
}
.featured-video-container {
    position: relative;
    background: #000;
}
.featured-video-container-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 9999;
}
.featured-video-container-overlay:after {
    content: '';
    display: block;
    height: 5em;
    width: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    opacity: 1;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.featured-video-container-overlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.5em;
    width: 1.5em;
    border: 2px solid #A51C33;
    content: '';
    display: block;
    margin: 0;
    border-radius: 100%;
    z-index: 999;
    font-family: 'icons';
    content: '\e614';
    text-align: center;
    line-height: 1.5em;
    font-size: 2.5em;
    content: "\e037";
    color: #A51C33;
    opacity: 0.75;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.featured-video-container-overlay:hover {
    cursor: pointer;
}

.featured-video-container .flex-video {
    z-index: 88;
}
.vid_limiter {
    margin: auto;
    width: 100%;
    max-width: 720px;
    position: relative;
}
.vid_limiter.hasMargin {
    margin: 1rem auto;
}
.column_group.collapsed,
.secondary-panel-main-content,
.secondary-panel-sidebar-content {
    padding: 0;
}
.secondary-panel-main-content {
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
}
.secondary-panel-sidebar-content {
    padding: 0 0 2rem 0;
    border-left: 1px solid #ededed;
}
@media screen and (max-width:979px){
    .secondary-panel-sidebar-content {
        padding: 0 0 2rem 0;
        border-left: none;
    }
    .secondary-panel-sidebar-content .gform {
        margin-top: 1rem;
        padding-top: 2rem;
        border-top: 3px solid #ededed;
    }
}
.secondary-panel-sidebar-content input[type="text"],
.secondary-panel-sidebar-content input[type="email"],
.secondary-panel-sidebar-content textarea {
    border: 1px solid #bbb;
}
.secondary-panel-sidebar-content .selectwrap {
    border: 1px solid #bbb;
}

.sidebar_cta_group  {
    padding-top: 2rem;
    padding-bottom: 0;
}
.sidebar_cta_group .column {
    margin-bottom: 2rem;
    padding: 0 2rem 0 2rem;
}
@media screen and (max-width: 979px) {
    .secondary-panel-sidebar-content {
        padding: 0 0 2rem 0;
    }
}
/* Breadcrumb */
#breadcrumb {
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 1px 1px rgba(119,119,119,.4);
            box-shadow: 0 1px 1px rgba(119,119,119,.4);
    background: #e3e3e3;
    -webkit-transform: translateZ(0) translateX(100%) translateY(0);
    transform: translateZ(0) translateX(100%) translateY(0);
    opacity: 0;
    transition: opacity .35s .35s cubic-bezier(0.4, 0.0, 0.6, 1), -webkit-transform .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}

#breadcrumb .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#breadcrumb button.home {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.25em 0.5em 0.25em 0;
    text-decoration: none;
    pointer-events: all;
    background: transparent;
    border: none;
    outline: none;
    color: #3d3935;
}

#breadcrumb .home: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: "\e0e6";
    font-size: 1.5em;
    display: inline-block;
    line-height: 1.5em;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
}

#breadcrumb .page-title {
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    background-image: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.5em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.secondary #breadcrumb {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.secondary #breadcrumb.show {
    opacity: 1;
}
@media screen and (max-width:979px) {
    #breadcrumb .page-title {
        text-align: center;
    }
}
@media screen and (max-width:480px) {
    #breadcrumb .page-title {
        font-size: 0.875em;
        text-align: center;
        margin: 0 auto 0 -32px;
        padding: 0 36px;
    }
}
@-webkit-keyframes showBreadcrumb {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showBreadcrumb {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* Pagination */

footer #pagination {
    display: none;
    padding: 1rem 0;
}

#secondary_content footer #pagination {
    display: block;
    border-top: 1px solid #ededed;
}

.pagination {
    display: table;
    margin: 0 auto;
}

.pagination ul {
    margin: 0 -0.25rem;
    padding: 0;
    list-style: none;
    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;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination li {
    padding: 0 0.25rem;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination button {
    position: relative;
    border: 2px solid #3d3935;
    border-radius: 4px;
    color: #3d3935;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: transparent;
    outline: none;
}

.pagination li button.current,
.pagination button:hover {
    background: #3d3935;
    border: 2px solid #3d3935;
    color: #fff;
}

.pagination_home: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: "\f409";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


/*========= Loader =========*/

#loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #353535;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
}

.loading_content #loading {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all 0s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all 0s cubic-bezier(0.4, 0.0, 0.6, 1);
}

.loader_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3em;
    height: 3em;
    margin: -1.5em 0 0 -1.5em;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

.loading_content #secondary_page .page {
    opacity: 0;
}

.loading_content .loader {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.25em solid rgba(255, 255, 255, 0.2);
    border-right: 0.25em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.25em solid rgba(255, 255, 255, 0.2);
    border-left: 0.25em solid #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.text-block,
.text_block {
    width: 100%;
}
.instagram-media {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.diningQuiz_questions .question_group {
    margin: 2rem 0;
}
.diningQuiz_questions .question_group:first-of-type {
    margin: 0;
}
.diningQuiz_questions .question {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
}
.diningQuiz_questions ul {
    margin: 1rem 0 0 0;
    list-style: none;
    padding: 0 0 0 1rem;
}
.diningQuiz_questions li {
    padding: 0.5rem 0;
}

.diningQuiz_questions li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    padding: 0.5rem 0.5rem 0.5rem 3.5rem;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: normal;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 1;
}
.diningQuiz_questions li button:hover,
.diningQuiz_questions li button:focus {
    background-color: #f4f4f4;
}
.diningQuiz_questions li button span {
    display: block;
    margin: 0 0 0.5rem 0;
}
.diningQuiz_questions li button:before {
    content: attr(data-id);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0.5rem;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #3d3935;
    color: #fff;
    width: 2.5rem;
    font-weight: bold;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.diningQuiz_questions li button: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: "\e906";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0.5rem;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c99a2c;
    color: #3d3935;
    width: 2.5rem;
    font-weight: bold;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.25s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
.diningQuiz_questions li button.selected:before {
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}
.diningQuiz_questions li button.selected:after {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.diningQuiz_questions .completed button:not(.selected){
    opacity: 0.5;
    
}
.showDiningResults {
    margin: 0 auto;
    display: none;
}

.diningQuiz_results .column_group {
    margin: 2rem 0;
}
.diningQuiz_results .column {
    margin-bottom: 2rem;
}
.diningResultCard {
    border-radius: 8px;
    overflow: hidden;
    background-color: #3d3935;
    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 100%;
            flex: 0 0 100%;
            color: #fff;
}
.diningResultCard h4 {
    margin: 0;
    color: #fff;
}
.diningResultCard_content {
    padding: 1rem 1rem 0 1rem;
}

.video_card {
    background: #3d3935;
    color: #fff;
    margin: 0 0 2rem 0;
}
.video_card .video_caption {
    margin: 0;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 0.925rem;
}

.featured_cta.notCountdown {
    padding: 3rem 2rem 0 1rem;
    margin-bottom: -1rem;
}

.sticker_option_cards {
    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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
}
.sticker_option_card_content {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.sticker_interaction button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    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-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #3d3935;
    border-radius: 1.5rem;
    width: 100%;
    text-align: left;
    padding: 0 0.5rem 0 0;
    color: #3d3935;
    cursor: pointer;
    position: relative;
}
.sticker_interaction button:hover,
.sticker_interaction button:focus {
    background-color: #3d3935;
    color: #fff;
}
.selected .sticker_interaction button {
    border: none;
    background: none;
}
.selected .sticker_interaction button:hover,
.selected .sticker_interaction button:focus {
    background-color: transparent;
    color: #3d3935;
    cursor: default;
}

.sticker_interaction button .button_icon {
    position: relative;
    display: block;
    height: 2rem;
    width: 2rem;
    margin-right: 0.25rem;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
            
}
.sticker_interaction button .item_likes {
    display: none;
}
.selected .sticker_interaction button .item_likes {
    display: block;
}
.selected .sticker_interaction button .button_label {
    display: none;
}
.sticker_interaction button:hover .button_icon, 
.sticker_interaction button:focus .button_icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #fff;
}
.sticker_interaction .button_icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    border: 2px solid #000;
    border-radius: 100%;
    height: 1rem;
    width: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.5;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sticker_interaction button:hover .button_icon:before, 
.sticker_interaction button:focus .button_icon:before {
    border: 2px solid #fff;
    opacity: 1;
}
.selected .sticker_interaction button .button_icon:before {
    border: none;
    height: 2rem;
    width: 2rem;
    background-image: url(../content/4/stickers/fire-icon-active.png);
    opacity: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.selected .sticker_interaction button.selected .button_icon:before {
    border: none;
    height: 2rem;
    width: 2rem;
    background-image: url(../content/4/stickers/fire-icon-active.png);
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.sticker_interaction button .button_label {
    font-size: 0.825rem;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
.sticker_option_footer {
    padding: 0.5rem;
}
.sticker_option_card_content:before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    height: 100%;
    width: 100%;
    border-bottom: 0.5rem solid #c99a2c;
    border-left: 0.5rem solid #c99a2c;
}
.sticker_option_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3332%;
            flex: 0 0 33.3332%;
            padding: 1rem;
            min-width: 275px;
            -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: all .55s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all .55s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all .55s cubic-bezier(0.65, 0, 0.35, 1);
}
.sticker_cards_ready .sticker_option_card {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
}
#sticker_voting .percentage:after {
    content: '%';
}
.sv_message {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
}
@media screen and (max-width:1199px){
    .sticker_option_card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}
@media screen and (max-width:979px){
    .sticker_option_card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3332%;
                flex: 0 0 33.3332%;
    }
}
@media screen and (max-width:639px){
    .sticker_option_card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
}
@media screen and (max-width:479px){
    .sticker_option_card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

hr {
    margin: 1rem 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
}
.triviafeed.quizcards {
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.quizcards .result_loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: opacity 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    z-index: 19;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1em;
    width: 1em;
    font-size: 0.5em;
}

.quizcards .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #353535;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -webkit-animation: pulse 1s linear infinite;
            animation: pulse 1s linear infinite;
}
  
.quizcards .loader:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #353535;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: scaleUp 1s linear infinite;
            animation: scaleUp 1s linear infinite;
  }
  
  @-webkit-keyframes scaleUp {
    0% { -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0) }
    60% , 100% { -webkit-transform: translate(-50%, -50%)  scale(1); transform: translate(-50%, -50%)  scale(1)}
  }
  
  @keyframes scaleUp {
    0% { -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0) }
    60% , 100% { -webkit-transform: translate(-50%, -50%)  scale(1); transform: translate(-50%, -50%)  scale(1)}
  }
  @-webkit-keyframes pulse {
    0% , 60% , 100%{ -webkit-transform:  scale(1); transform:  scale(1) }
    80% { -webkit-transform:  scale(1.2); transform:  scale(1.2)}
  }
  @keyframes pulse {
    0% , 60% , 100%{ -webkit-transform:  scale(1); transform:  scale(1) }
    80% { -webkit-transform:  scale(1.2); transform:  scale(1.2)}
  }

.quizcards.loadingResult {
    height: 100%;
    max-height: 400px;
    overflow: hidden;
}
.quizcards.loadingResult .result_loading {
    visibility: visible;
    opacity: 1;
}
#clubTrivia .quiz_wrapper,
#professorTrivia .quiz_wrapper,
#roommateTrivia .quiz_wrapper {
    padding: 0;
    margin: 1rem 0 0 0;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.1)
}
#clubTrivia .quiz_wrapper:after,
#professorTrivia .quiz_wrapper:after,
#roommateTrivia .quiz_wrapper:after  {
    content: '';
    background: rgba(0, 0, 0, 0);
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(255, 255, 255, 1)));
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#clubTrivia .q_counter,
#professorTrivia .q_counter,
#roommateTrivia .q_counter {
    margin: 1rem 0 1rem 1rem;
    font-size: 0.725rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    opacity: 0.75;
}
#clubTrivia .question-content,
#professorTrivia .question-content,
#roommateTrivia .question-content {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem 0;
    padding: 0 1rem;
    text-wrap: pretty;
    line-height: 1.2;
}
#clubTrivia .question-content .question-number,
#professorTrivia .question-content .question-number,
#roommateTrivia .question-content .question-number {
    display: none;
}

#clubTrivia .choices,
#professorTrivia .choices,
#roommateTrivia .choices {
    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;
    margin: 0;
    width: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
}
#roommateTrivia .choices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#clubTrivia .choices:after,
#professorTrivia .choices:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #c99a2c;
}
#clubTrivia .choices button,
#professorTrivia .choices button {
    background: transparent;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    margin: 0;
    padding: 0.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            position: relative;
            z-index: 2;
            color:#291c03;
            cursor: pointer;
            -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
}
#roommateTrivia .choices button {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0;
    padding: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    color: #291c03;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: left;
}
#roommateTrivia .choices button .choice-content {
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    position: relative;
    padding-left: 3rem;
    overflow: hidden;
    
}
#roommateTrivia .choices button:hover .choice-content, 
#roommateTrivia .choices button:focus .choice-content {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(201, 154, 44, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(201, 154, 44, 0.5);
    background-color: #f4f4f4;
}
#clubTrivia .choices button:hover,
#clubTrivia .choices button:focus,
#professorTrivia .choices button:hover,
#professorTrivia .choices button:focus {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}
#clubTrivia .choices button .choice-letter,
#professorTrivia .choices button .choice-letter {
    display: none;
}
#roommateTrivia .choice-letter {
    width: 3rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -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;
    font-weight: 700;
    background: #353535;
    color: #fff;
    overflow: hidden;
}
#roommateTrivia .choice-letter: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;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    background-color: #fff;
    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;
    font-size: 2rem;
    text-align: center;
    color: #fff;
}
#roommateTrivia .selected .choice-letter:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\e906";
    background-color: #4CAF50;
}
#roommateTrivia .choice.selected .choice-status,
#roommateTrivia .choice.selected .choice-status:after {
    display: none;
}
#roommateTrivia .selectionMade .choice {
    opacity: 0.5;
}
#roommateTrivia .selectionMade .choice.selected {
    opacity: 1;
}
#clubTrivia .choices button .choice-content,
#professorTrivia .choices button .choice-content {
    border: 1px solid #ededed;
    border-radius: 4px;
    min-height: 120px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
#clubTrivia .choices button:hover .choice-content,
#clubTrivia .choices button:focus .choice-content,
#professorTrivia .choices button:hover .choice-content,
#professorTrivia .choices button:focus .choice-content {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(201, 154, 44, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(201, 154, 44, 0.5);
}
#clubTrivia .choices button .choice-text,
#professorTrivia .choices button .choice-text {
    padding: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-wrap: pretty;
    font-size: 1.125rem;
}
#roommateTrivia .choices button .choice-text {
    font-weight: 500;
    line-height: 1.45;
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
#clubTrivia .progress,
#professorTrivia .progress,
#roommateTrivia .progress {
    background-color: #c99a2c;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem;
}
#clubTrivia .progress span,
#professorTrivia .progress span,
#roommateTrivia .progress span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border: 2px solid #fff;
    opacity: 0.5;
    margin: 0 0.25rem;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
#clubTrivia .progress span.progress_filled,
#professorTrivia .progress span.progress_filled,
#roommateTrivia .progress span.progress_filled {
    background-color: #fff;
}
#clubTrivia .next_button_container,
#professorTrivia .next_button_container {
    background-color: #c99a2c;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding: 0 0 0.5rem 0;
            -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
            height: 100%;
            max-height: 0;
            overflow: hidden;
}
#roommateTrivia .next_button_container {
    background-color: #fff;
    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;
    padding: 0;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    height: 100%;
    max-height: 0;
    overflow: hidden;
}
#roommateTrivia .question.current.selectionMade .next_button_container {
    max-height: 280px;
}
#roommateTrivia .selectionMade .next_button_container {
    padding: 0.5rem 0 1rem 0;
}
.roommate-result {
    padding: 1rem;
}
.roommate-result h4 {
    margin: 1rem 0 1.5rem 0;
    font-size: 1.35rem;
}
#clubTrivia button.next,
#clubTrivia button.submit_trivia,
#clubTrivia button.reset_trivia,
#professorTrivia button.next,
#professorTrivia button.submit_trivia,
#professorTrivia button.reset_trivia,
#roommateTrivia button.next,
#roommateTrivia button.submit_trivia,
#roommateTrivia button.reset_trivia {
    border: 2px solid #3d3935;
    color: #3d3935;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 400px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
    margin: 0 auto;
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            min-width: 120px;
            height: 100%;
            cursor: pointer;
            opacity: 0;
}
#clubTrivia button.next:hover,
#clubTrivia button.next:focus,
#clubTrivia button.submit_trivia:hover,
#clubTrivia button.submit_trivia:focus,
#clubTrivia button.reset_trivia:hover,
#clubTrivia button.reset_trivia:focus,
#professorTrivia button.next:hover,
#professorTrivia button.next:focus,
#professorTrivia button.submit_trivia:hover,
#professorTrivia button.submit_trivia:focus,
#professorTrivia button.reset_trivia:hover,
#professorTrivia button.reset_trivia:focus,
#roommateTrivia button.next:hover,
#roommateTrivia button.next:focus,
#roommateTrivia button.submit_trivia:hover,
#roommateTrivia button.submit_trivia:focus,
#roommateTrivia button.reset_trivia:hover,
#roommateTrivia button.reset_trivia:focus {
    background-color: #3d3935;
    color: #fff;
}
#clubTrivia .question.current.selectionMade .next_button_container,
#professorTrivia .question.current.selectionMade .next_button_container,
#roommateTrivia .question.current.selectionMade .next_button_container  {
    max-height: 60px;
}
#clubTrivia .question.current.selectionMade button.next,
#clubTrivia .question.current.selectionMade button.submit_trivia,
#clubTrivia button.reset_trivia,
#professorTrivia .question.current.selectionMade button.next,
#professorTrivia .question.current.selectionMade button.submit_trivia,
#professorTrivia button.reset_trivia,
#roommateTrivia .question.current.selectionMade button.next,
#roommateTrivia .question.current.selectionMade button.submit_trivia,
#roommateTrivia button.reset_trivia {
    display: table;
    opacity: 1;
}
.choice .choice-status {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 100%;
    background: #000;
    color: #fff;
    line-height: 1.75rem;
    position: absolute;
    top: -.25rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0) scale(0);
    -ms-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    /* border: 3px solid #fff; */
    -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 1);
            box-shadow: 0 0 3px 3px rgba(255, 255, 255, 1);
}
.choice.selected .choice-status {
    -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    visibility: visible;
    opacity: 1;
}
.choice.selected .choice-status:after {
    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;
    content: "\e906";
}
#clubTrivia .selectionMade .choices button:not(.selected) .choice-content,
#professorTrivia .selectionMade .choices button:not(.selected) .choice-content,
#roommateTrivia .selectionMade .choices button:not(.selected) .choice-content {
    background: #ededed;
}
#clubTrivia .selectionMade .choices button:not(.selected) .choice-text,
#professorTrivia .selectionMade .choices button:not(.selected) .choice-text,
#roommateTrivia .selectionMade .choices button:not(.selected) .choice-text {
    opacity: 0.5;
}
#clubTrivia .quiz_game,
#professorTrivia .quiz_game,
#roommateTrivia .quiz_game {
    position: relative;
}
#clubTrivia .question,
#professorTrivia .question,
#roommateTrivia .question {
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
    top: 0;
    left: 0;
    background: #fff;
}
#clubTrivia .question.current,
#professorTrivia .question.current,
#roommateTrivia .question.current {
    position: relative;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
#clubTrivia .question.completed,
#professorTrivia .question.completed,
#roommateTrivia .question.completed {
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
@media screen and (max-width:479px){
    #clubTrivia .choices button,
    #professorTrivia .choices button,
    #roommateTrivia .choices button  {
        font-size: 0.925rem;
    }
    #clubTrivia .choices button .choice-text,
    #professorTrivia .choices button .choice-text { 
        padding: 0.5rem;
    }
}
.quiz-result {
    padding: 0 0 1rem 0;
}
#clubTrivia .quiz-figure-image,
#professorTrivia .quiz-figure-image,
#roommateTrivia .quiz-figure-image {
    max-height: 480px;
    overflow: hidden;
}
#clubTrivia .quiz-figure-caption,
#professorTrivia .quiz-figure-caption,
#roommateTrivia .quiz-figure-caption {
    padding: 1rem;
}
#clubTrivia .quiz-figure-caption h4,
#professorTrivia .quiz-figure-caption h4,
#roommateTrivia .quiz-figure-caption h4 {
    margin: 0;
    font-size: 1.35rem;
    text-transform: uppercase;
    color: #3d3935;
    line-height: 1.2;
}
#clubTrivia select,
#professorTrivia select,
#roommateTrivia select {
    color:#291c03;
}
@media screen and (max-width:479px){
    #clubTrivia .question-content,
    #professorTrivia .question-content,
    #roommateTrivia .question-content {
        font-size: 1.35rem;
    }
    #clubTrivia .choices button .choice-text,
    #professorTrivia .choices button .choice-text {
        font-size: 1rem;
    }
}
#professorTrivia .choices button .choice-text {
    font-weight: 900;
}
#professorTrivia .choice-text span {
    display: block;
    font-size: 1rem;
    margin: 0.5rem 0 0 0;
    font-weight: 400;
}

#professorTrivia .prof_title {
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0.5rem 0 1rem 0;
    padding-bottom: 1rem;
    position: relative;
}
#professorTrivia .prof_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 2.5rem;
    background-color: #c99a2c;
}
#professorTrivia .quiz-figure-image {
    padding: 1rem;
}
#professorTrivia .quiz-figure-image img {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.slide_nav {
    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;
    position: relative;
    margin: 1rem 0 0.5rem 0;
}
.slide_nav:after {
    content: '';
    height: 3px;
    width: calc(100% - 80px);
    background-color: #3d3935;
    position: absolute;
    top:50%;
    right: 0;
}
.slide_nav .slick-prev, .slide_nav .slick-next {
    width: 28px;
    height: 28px;
    z-index: 9;
    background: #c99a2c;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.slide_nav .slick-prev:hover, .slide_nav .slick-next:hover {
    background:#3d3935;
    opacity: 1;
}
.slide_nav .slick-prev:before,
.slide_nav .slick-next:before {
    font-family: 'icons' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    line-height: 18px;
    opacity: 1;
}
.slide_nav .slick-prev:before {
    content: "\f430";
}
.slide_nav .slick-next:before {
    content: "\f429";
}

.slide_nav .slick-prev {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 0.25rem 0 0;
}
.slide_nav .slick-next {
    right: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    position: relative;
}
.profile_gallery .slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.profile_gallery .slick-slide {
    height: inherit !important;
    min-width: 240px;
    margin: 0 0.5rem;
}
.slick-slide .profile_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    position: relative;
    background-image: url(../assets/img/old-wall.png);
    background-repeat: repeat;
}
.profile_card_header {
    border-radius: 8px 8px 0px 100px;
    border-bottom: 8px solid rgb(201, 154, 44);
    overflow: hidden;
}
.profile_card_content {
    padding: 1rem;
}
.profile_card_content h3 {
    font-size: 1.5rem;
    margin: 0;
    position: relative;
    padding: 0 0 1rem 0;
}
.profile_card_content h3:before {
    width: 2.5rem;
    height: 0.1875rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fdd900;
    content: "";
}
.profile_card_content p {
    font-weight: 500;
    margin: 1rem 0 0 0;
}

.image_hot_spots {
    position: relative;
}
.image_hot_spots ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.image_hot_spots ul li {
    position: absolute;
    height: 28%;
    width: 28%;
}
.image_hot_spots ul li button {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    cursor: pointer;
}
.image_hot_spots ul li button span[tabindex="-1"] {
    height: calc(1rem + 1.5vw);
    width: calc(1rem + 1.5vw);
    display: block;
    position: absolute;
    bottom: 0;
    left: 42%;
    background: #353535;
    border-radius: 100%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-box-shadow: 0 0 0 5px rgba(253, 217, 0, 0.5);
        box-shadow: 0 0 0 5px rgba(253, 217, 0, 0.5);
}
.image_hot_spots ul li[data-id="1"] {
    top: 13%;
    left: 2%;
}
.image_hot_spots ul li[data-id="2"] {
    top: 2%;
    left: 37%;
}
.image_hot_spots ul li[data-id="3"] {
    top: 13%;
    left: 72%;
}
.image_hot_spots ul li[data-id="4"] {
    top: 59%;
    left: 3%;
}
.image_hot_spots ul li[data-id="5"] {
    top: 71%;
    left: 36%;
}
.image_hot_spots ul li[data-id="6"] {
    top: 57%;
    left: 70%;
}


.image_hot_spots ul li button span[tabindex="-1"]:before,
.image_hot_spots ul li button span[tabindex="-1"]:after, 
.image_hot_spots ul li button span[tabindex="-1"] span.pulse {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #fdd900;
          box-shadow: 0 0 15px #fdd900;
  -webkit-animation: glow-grow 2s ease-out infinite;
          animation: glow-grow 2s ease-out infinite;
}

.image_hot_spots ul li button span[tabindex="-1"] span.marker:before {
    content:'+';
    color:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    
}
div:after {
  -webkit-animation-delay: .66s;
          animation-delay: .66s;
}
span{
  -webkit-animation-delay: 1.33s;
          animation-delay: 1.33s;
  }
@-webkit-keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@media screen and (max-width:479px){
    .image_hot_spots ul li button span[tabindex="-1"] span.marker:before {
        font-size: 1.5rem;
    }
}

#hsPopup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(53, 53, 53, 0.5);
    z-index: 999;
    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;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 0.3s, opacity .3s ease 0s;
    -o-transition: visibility 0s ease 0.3s, opacity .3s ease 0s;
    transition: visibility 0s ease 0.3s, opacity .3s ease 0s;
}
.hsPopupWindow {
    width: 90%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    height: auto;
    max-height: 90%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.hsPopupContent {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hsPopupHeader {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    z-index: 3;
    -webkit-box-shadow: 0 4px 4px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 4px -5px rgba(0, 0, 0, 0.5);
    background: #fff;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.5rem 1rem;
}
.hsPopupClose {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0;
    color: #3F4443;
    position: relative;
}
.hsPopupClose: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;
    color: #3F4443;
    content: "\f405";
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hsPopupScrollable {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: #fff;
    padding: 3rem 1rem 1rem 1rem;
    z-index: 2;
}
.ishsPopup #hsPopup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity .3s ease 0s;
    -o-transition: visibility 0s ease 0s, opacity .3s ease 0s;
    transition: visibility 0s ease 0s, opacity .3s ease 0s;
}
.ishsPopup .hsPopupWindow {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.hsProfileCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 0 0 0;
}
.hsProfileHeader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}
.hsProfileHeader img {
    margin: 0 auto;
    max-width: 320px;
}
.hsProfileContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    padding: 0 0 0 2rem;
}
.hsPopupName {
    padding: 0 0 1rem 0;
    margin: 0 0 0.5rem 0;
    text-align: left;
    line-height: 1;
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    color: #3F4443;
    font-weight: 700;
}
.hsPopupName:before {
    width: 2.5rem;
    height: 0.1875rem;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fdd900;
    content: "";
}
.hsPopupTitle {
    font-style: normal;
    font-size: 0.925rem;
    text-transform: uppercase;
    margin: 0;
}
.hsProfileContent .pill-link {
    font-size: 0.825rem;
    padding: 0.5rem 1rem;
    line-height: 1.2;
    word-break: pretty;
    text-wrap: pretty;
    margin: 0;
}

@media screen and (max-width:767px){
    .hsProfileCard {
        padding: 1rem 0 0 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .hsProfileHeader,
    .hsProfileContent {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .hsProfileContent {
        padding: 1rem 0 0 0;
    }
    .hsProfileHeader {
        max-height: 240px;
        overflow: hidden;
    }
}
#panel-11 hr,
#panel-12 hr {
    margin: 3rem 0;
}

ul.notbullet {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.italic {
    font-style: italic;
}
.video_card.hasDeco {
    position: relative;
    margin: 1rem 0 2rem 1rem;
    width: calc(100% - 1rem);
}
.video_card.hasDeco:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: -1rem;
    height: 100%;
    width: 100%;
    pointer-events: none;
    border-left: 1rem solid #c99a2c;
    border-bottom: 1rem solid #c99a2c;
}
.vid-limiter.small-vid {
    max-width: 240px;
    margin: 0 auto;
}