/************************************** CSS DOCUMENT */

@charset "UTF-8";

/************************************** FONTS */

/*
@font-face {
    font-family: 'decimal_bold';
    src: url('../fonts/Decimal-Bold-Pro_Web.woff2') format('woff2'),
         url('../fonts/Decimal-Bold-Pro_Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'decimal_semibold';
    src: url('../fonts/Decimal-Semibold-Pro_Web.woff2') format('woff2'),
         url('../fonts/Decimal-Semibold-Pro_Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'decimal_medium';
    src: url('../fonts/Decimal-Medium-Pro_Web.woff2') format('woff2'),
         url('../fonts/Decimal-Medium-Pro_Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'decimal_light';
    src: url('../fonts/decimal-light-pro-webfont.woff2') format('woff2'),
         url('../fonts/decimal-light-pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-regular';
    src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather_italic';
    src: url('../fonts/merriweather-italic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather_bolditalic';
    src: url('../fonts/merriweather-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweather_bold';
    src: url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

/* tt hoves */

@font-face {
    font-family: 'tt-hoves-black';
    src: url('../fonts/tt_hoves_black-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt-hoves-bold';
    src: url('../fonts/tt_hoves_bold-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt-hoves-medium';
    src: url('../fonts/tt_hoves_medium-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt-hoves-regular';
    src: url('../fonts/tt_hoves_regular-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt-hoves-light';
    src: url('../fonts/tt_hoves_light-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* celeste */

@font-face {
    font-family: 'celeste';
    src: url('../fonts/ff_celeste_pro-webfont.woff2') format('woff2'),
         url('../fonts/ff_celeste_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* helvetica neue */

@font-face {
    font-family: 'helvetica-bold';
    src: url('../fonts/helveticaneueltstd-bd-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltstd-bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-medium';
    src: url('../fonts/helveticaneueltstd-md-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltstd-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-regular';
    src: url('../fonts/helveticaneueltstd-regular-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltstd-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/************************************** GENERIC BODY STYLES */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html {
    height: 100%;
}

body {
    height: 100%;
    flex-direction: column;
    font-family: 'helvetica-regular', sans-serif;
    font-weight: 300;
}

/**flickety**/

.gallery {
  background: transparent;
}

.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  counter-increment: gallery-cell;
}

.flickity-button {
    background: none !important;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 100% !important;
	height: 100% !important;
}

/* big buttons, no circle */

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

/* arrow color */

.flickity-prev-next-button .arrow {
  fill: white;
}

.flickity-prev-next-button.no-svg {
  color: white;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* hide disabled button */

.flickity-prev-next-button:disabled {
  display: none;
}

.flickity-page-dots {
    display: none;
}

/**flickety**/

.desktop {
    display: flex;
}

.mobile {
    display: none !important;
}

/**** SLIDESHOW HEADER **/

#slideshow {
    margin: auto;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 300px;
}

#slideshow > div {
    position: absolute;
    width:100%;
}

/**** SLIDESHOW HEADER **/

p {
    line-height: 1.4em;
    display: block;
    margin-block-start: .5em;
    margin-block-end: .5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

body {
    font-family: 'helvetica-regular', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.content-container {
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: auto;
}

.content-container-bluebar {
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: auto;
    height: 80px;
    justify-content: center;
}

.content-container-main {
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: auto;
    flex: 1 0 auto;
}


#blk-bar {
    height: 50px;
    background-color: #000;
    display: flex;
    align-content: center;
    width: 100%;
}

#blue-bar {
    height: 80px;
    background-color: #BEEAD3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.logout {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-left: auto;
}

.logo img {
    width: 200px;
}

/**** MOBILE NAV ***/

#mobile-nav {
    display: none;
}

#dt-nav {
    display: flex;
}

.mobile-nav-items {
    display: flex;
    flex-direction: column;
    padding: 30px 0px 30px 0px;
	width: 80%;
	margin: auto;
    text-align: right;
}

.mobile-nav-items .navlink {
    font-size: 20px;
    margin-bottom:20px;
}

.cyber_link {
    color: #FA582D;
	text-decoration: none;
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #65d097;
    margin: 6px 0;
    transition: 0.2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/***MOVBILE NAV END */

#nav {
    width: 80%;
    max-width: 1200px;
    height: 100px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.logo {
    width: 30%;
    display: flex;
    align-content: center;
    align-items: center;
}

.nav-items {
    width: 70%;
    display: flex;
    flex-direction: row;
    margin-top: 2%;
    margin-bottom: auto;
    justify-content: flex-end;
}

.navlink {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 50px;
}

.navlink:hover {
    color: #cccccc;
}

.current {
    color: #cccccc;
}

#hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/featured/Homepage-feature1.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 0px;
}

#hero-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/featured/Homepage-feature3.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 0px;
}

#event-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 340px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
}

.event-hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#event-hero1 {
    width:100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event1-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#event-hero2 {
    width:100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event2-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#event-hero3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event3-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}


#event-hero4 {
    width:100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event4-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#event-hero5 {
    width:100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event5-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#event-hero6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event6-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#event-hero7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("images/events/event/Event7-banner.jpg") no-repeat 100% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.hero-text-index {
    width: 40%;
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: #00000080;
    align-items: center;
}

.hero-text {
    width: 40%;
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: #00000080;
    align-items: center;
}

h1 {
    color: #fff;
    font-size: 30px;
    margin: auto;
    padding: 10px 20px 10px 20px;
}

h2 {
    color: #fff;
    font-size: 36px;
    line-height: 0em;
    text-align: center;
}

h2.dark {
    color: #000;
    font-size: 36px;
    line-height: 0em;
    text-align: center;
    padding-top: 20px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

hr {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.center-black-text {
    color: #000;
    text-align: center;
    padding-top: 40px;
}

.blue-button {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #65D097;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	align-self: center;
	border: none;
	margin: auto;
}

.block-link {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #65D097;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	align-self: center;
}

.block-link-blk {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #65D097;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	align-self: center;
}

.block-link-black {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	align-self: flex-start;
	cursor: pointer;
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: none;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 16px !important;
}

.block-link-blk:hover {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	align-self: center;
}

.block-link-outline {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #fff;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.block-link-outline-grey {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #fff;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.block-link-filled-grey {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.block-link-outline-grey:hover {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #000000;
	border: 1px solid #000000;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.block-link-outline:hover {
	background-color: #65D097;
	border: 1px solid #65D097;
	color: #fff
}

.block-link-news {
	padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #65D097;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	align-self: center;
	margin-right: auto;
	margin-top: 20px;
}

.register-button {
    margin-top:20px;
    margin-bottom: 20px;
}

#blue-text {
    width: 100%;
    background-color: #EDEDED;
    color: #000000;
    display: flex;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
}

.introduction {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.intro-text {
    width: 60%;
}

.intro-text p {
    margin-block-start:0em;
}

.headshot-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40%;
    margin-left: 5%;
}

.headshot {
    display: flex;
    flex-direction: row;
    width: 30%;
}

.headshot-home img {
    align-self: flex-start;
    width: 100px;
    margin-right: 20px;
}

.headshot-home p {
    font-size: 14px;
    margin-block-start: 0em;
	margin-block-end: 0em;
}

.headshot img {
    align-self: flex-start;
    width: 135px;
    margin-right: 20px;
}

.headshot p {
    font-size: 14px;
    margin-block-start: 0em;
	margin-block-end: 0em;
}

.blk-footer {
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    min-height: 375px;
    margin-top: auto;
    flex-shrink: 0;
}

.blk-footer .content-container {
    padding-top: 45px;
}

.sub-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.sub-footer-contact {
    display: flex;
    flex-direction: column;
}

.sub-footer-alias {
    display: flex;
    flex-direction: row;
}

.sub-footer-contact a:nth-child(1) {
    margin-right: 20px;
}

.sub-footer-nav {
    display: flex;
    margin-left: 60px;
    flex-direction: column;
    align-content: center;
}

.ft-nav-title {
    color: #fff;
    line-height: 0em;
    line-height: 1.0em;
    margin-block-start: 0em;
    margin-bottom: 10px;
    font-size: 20px;
}

.ft-nav-link {
    color: #fff;
    text-decoration: none;
    line-height: 0em;
    line-height: 1.0em;
    margin-block-start: 0em;
    margin-bottom: 10px;
    font-size: 20px;
}

.ft-nav-link:hover {
    color: #64D097;
}

.ft-contact-link {
    color: #cccccc;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 18px;
}

.ft-contact-link:hover {
    color: #64D097;
    text-decoration: none;
}

.contact-link {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.contact-link:hover {
    color: #64D097;
    text-decoration: none;
}

.contact-link-sm {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.contact-link-sm:hover {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
}

.event-super-menu {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.e-super-menu {
    text-decoration: none;
    color: #777777;
    margin-right: 20px;
}

.active {
    color: #000;
    font-weight: bold;
}

.sort-mobile {
    display: none;
}

.event-shuffle-menu {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
}

.event-shuffle-menu input {
    flex: 1;
    margin-right: 20px;
}

.shuffle-outline-grey {
	padding: 7px 10px 7px 10px;
	width: auto;
	background-color: #fff;
	border: 1px solid #5a5a5a;
	color: #5a5a5a;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	margin-right: 10px;
    margin-bottom: 10px;
}

.shuffle-filled-grey {
	padding: 7px 10px 7px 10px;
	width: auto;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 2px;
	cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;

}
.shuffle-outline-grey:hover {
	padding: 7px 10px 7px 10px;
	width: auto;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 2px;
	cursor: pointer;
}

#participant-form input[type="text"] {
	background-color: #5A5A5A10;
	color: #000;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #807C7B40;
	text-align: left !important;
}

input[type="password"] {
	background-color: #5A5A5A10;
	color: #000;
	padding-left: 10px;
	padding-right: 2px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #807C7B40;
}

select {
    -webkit-appearance: none;
    background-color: #5A5A5A10;
    color: #5a5a5a;
    padding-left: 10px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    width: 150px;
    border: 1px solid #807C7B40;
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
}

select.formselect {
	-webkit-appearance: none;
	background-color: #5A5A5A10;
	color: #5a5a5a;
	padding-left: 10px;
	padding-right: 30px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: 1px solid #807C7B40;
}

option {
    color: #777;
}

#Address_State_text {
    width: 100%;
}

.event-view {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.event {
    flex: 0 1 calc(33% - 40px);
	border: 1px solid #000;
	padding-bottom: 40px;
	text-align: center;
	background-color: #5A5A5A05;
	display: flex;
	flex-direction: column;
	margin-bottom: 4%;
}

.event:nth-child(1) {
    margin-right: 64px;
}

.event:nth-child(2) {
    margin-right: 64px;
}

.event:nth-child(4) {
    margin-right: 64px;
}

.resource-card {
    width: 31%;
	border: 1px solid #000;
	padding-bottom: 0px;
	text-align: center;
	background-color: #5A5A5A05;
}

.event-img {
    width:100%;
    position: relative;
    overflow: hidden;
}

.event-img-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    color: #fff;
    position: absolute;
    top: -1px;
    left: -1px;
}

.heart {
    width: 18px;
    background: url("images/heart-icon-white.svg") no-repeat;
    cursor: pointer;
    margin-top: 4px;
}

.heart-grey {
    width: 18px;
    background: url("images/heart-icon.svg") no-repeat;
    cursor: pointer;
    margin-top: 5px;
}


.selected {
    width: 18px;
    background: url("images/red-heart.svg") no-repeat;
}

.event-category {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 10px 0px 10px 20px;
    margin-top: -5px;
    text-align: left;
}

.event-details {
    width: 80%;
    margin: auto;
    text-align: left;
    margin-top: 15px;
}


h4 {
    font-size: 20px;
    color: #000000;
    padding-top: 20px;
    font-style: bold;
    font-weight: bold;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.title {
    font-size: 16px;
    color: #000000;
    padding-top: 10px;
    font-style: bold;
    font-weight: bold;
}

.resource-title {
    font-size: 16px;
    color: #000000;
    padding-top: 10px;
    margin-block-end: 0em;
    font-style: bold;
    font-weight: bold;
}

.date {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    text-align: left;
}

.date-resource {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    text-align: left;
    margin-block-start: 0em;
}

.date p {
    margin-left: 15px;
}

.description {
    color: #5A5A5A;
    line-height: 1.4em;
    font-size: 12px;
    padding-bottom: 30px;
}

.registered {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #65D097;
    padding: 10px 20px 10px 20px;
}

.registered p {
    padding-left: 10px;
}

#news {
    background-color: #5A5A5A10;
    padding-bottom: 50px;
}

.news-carousel {
    width: 100%;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}

.news-item {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-item img {
    width: 48%;
    align-self: flex-start;
}

.news-details {
    display: flex;
    flex-direction: column;
    width: 48%;
}

h3 {
    font-size: 21px;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
}

.news-details p {
    font-size: 16px;
    color: #5A5A5A;
}

/* Resource Buttons */

.resource-links {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rs-link {
    color: #5a5a5a;
    text-decoration: none;
    margin-bottom: 15px;
}

.rs-link-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border: 1px solid #9DA5A5;
    background-color: #fff;
    padding: 3%;

}

.rs-link-wrapper:hover {
    background-color: #65D097;
    border: 1px solid #65D097;
    color: #fff;
}

.icon-swap {
    width: 20px;
    height: 20px;
}

.rs-image {
    height: 20px;
    margin-left: 4%;
}

.rs-image-white {
    height: 20px;
    margin-left: 4%;
    display: none;
}

.rs-label {
    font-size: 14px;
    margin-left: 9%;
    line-height: 0em;
    padding-top: 2px;
}

.rs-arrow {
    width: 10px;
    margin-left: auto;
    margin-right: 4%;
    transition: 0.35s ease;
}

.rs-link-wrapper:hover .rs-arrow {
    transform: translate(5px);
    transition: 0.35s ease;
}

.rs-link-wrapper:hover .rs-image {
    display: none;
}

.rs-link-wrapper:hover .rs-image-white {
    display: block;
}

/* LOGIN SCREEN STYLES HERE ***************************/


#login-screen {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.login-left {
    width: 50%;
    padding: 5% 10% 5% 10%;
    display: flex;
    background-color: #beead3;
    color: #000000;
    flex-direction: column;
    justify-content: space-between;
}

.flex-top {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.flex-top-login {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.flex-bottom {
    margin-top: auto;
}

.login-left img {
    align-self: flex-start;
}

.login-left input {
    align-self: flex-start;
    width: 300px;
    background-color: #fff;
    border-style: none;
}

.login-right img {
    float: right;
}

.login-right-error img {
    float: right;
}

h1.login {
    font-size: 30px;
    padding: 0px !important;
    margin-left: 0px;
    color: #000;
}

h1.login-pw {
    font-size: 42px;
    padding-bottom: 0px;
    margin-left: 0px;
    color: #000;
}

.error-page h1.bold.login {
    margin-bottom: 10px !important;
}

.blue {
    color: #0067C5;
}

.lt-blue {
    color: #65D097;
}

.blacktext {
    color: #000000;
}

.electric-blue {
    color: #5CC4FF;
}

.blue-link {
    color: #5CC4FF;
    text-decoration: none;
}

.gray-link {
    color: #1A1A1A;
    text-decoration: none;
    font-weight: bold;
}

.email {
    margin-top: -10px;
    margin-bottom: 10px;
}

.vc-lightblue {
    padding-bottom:30px;
    padding-top: 10px;
}

.fine-print {
    font-size: 10px;
    color: #5a5a5a;
    line-height: 1.0em;
}

.grey-link {
    color: #5a5a5a;
}

/* LOGIN SCREEN STYLES HERE ***************************/

#error-screen {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.error-left {
    width: 50%;
    padding: 5% 10% 5% 10%;
    background-color: #cccccc;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.error-left img {
    align-self: flex-start;
    margin-top: 40px;
}

.error-left input {
    align-self: flex-start;
    width: 300px;
    background-color: #fff;
}

.login-right {
    background: url(images/login-screen-rt@2x.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-right-error {
    background: url(images/login-screen-rt2.2.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-right img {
    align-self: flex-start;
    margin-left: auto;
}

.login-right-error img {
    align-self: flex-start;
    margin-left: auto;
}

h1.error {
    font-size: 50px;
    color: #000000;
    margin-left: 0px;
    padding: 0px !important;
}

.dt-logo {
    display: block;
	width: 200px;
}

.mob-logo {
    display: none;
}

.vc-connect {
    margin-top: auto;
    margin-right: 3%;
    margin-bottom: 3%;
}

.dt-copyright {
    display: block;
    color: #555;
    font-size: 10px;
    margin-right: 60px;
    margin-bottom: 3%;
    text-align: right;
}

.main-copyright {
    display: block;
    color: #fff;
    font-size: 10px;
    margin-right: 3%;
    margin-bottom: 3%;
    text-align: right;
}

.mob-copyright {
    display: none;
}

/* EVENT SCREEN STYLES HERE ***************************/

li {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
}

ul {
    padding-inline-start: 25px;
    margin-block-end: 0em;
    color: #000000;
}

#event-information {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.e-info-left {
    width: 65%;
    margin-right: 5%;
    padding: 0% 2% 2% 2%;
}

.e-info-left .title:nth-child(1) {
    line-height: 0em;
    margin-block-start: 0em;
    padding-bottom: 12px;
}

.body {
    color: #1a1a1a;
}

.registered-block {
    background-color: #65D097;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

.registered-block img {
    margin-right: 15px;
}

.e-info-right {
    width: 30%;
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

.e-info-grey {
    width: 100%;
    padding: 10%;
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

.e-info-green {
    width: 100%;
    padding: 10% 10% 5% 10%;
    background-color: #64D096;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

.e-info-green p {
    font-size: 16px;
}

.e-info-green .green-reg-text{
    font-size: 16px;
    padding-bottom: 25px;
}

.e-info-green .green-reg-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.e-info-right-reg {
    width: 30%;
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
}

.e-info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 25px;
}

.e-info-right hr {
    margin-top: 10px;
    margin-bottom: 25px;
    opacity: 0.5;
}

.e-info-right-reg hr {
    margin-top: 10px;
    margin-bottom: 25px;
    opacity: 0.5;
}

.event-title {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.event-title p:nth-child(1) {
    width: 70%;
    line-height: 1.2em;
}

.event-info p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.event-info p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
}

.e-info-grey p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.e-info-grey p:nth-child(2) {
    font-size: 18px;
}

.times {
    width: 90%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px !important;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    margin-top: 5px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.timezone {
    display: flex;
    flex-direction: row;
}

.addeventatc {
    display: flex;
}

.timezone p:nth-child(1) {
    font-weight: bold;
}

.timezone p:nth-child(1) {
    width: 30%;
}

a.timezones-reg {
    margin: 5px 0px 10px 0px;
	padding: 10px;
	text-decoration: none;
    color: #000;
    background-color: rgba(255,255,255);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.timezones-noreg {
    margin: 5px 0px 10px 0px;
	padding: 10px;
	text-decoration: none;
    color: #000;
    background-color: rgba(255,255,255,.65);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

a.timezones-reg-change {
    margin: 5px 0px 10px 0px;
	padding: 10px;
	text-decoration: none;
    color: #000;
    background-color: rgba(255,255,255,.65);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.change-check img {
    opacity: 0;
}

a.timezones-noreg:hover {
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

a.timezones-reg-change:hover {
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

a.timezones-reg-change:hover .change-check img {
    opacity: 1;
}

.e-info-right p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.e-info-right-reg p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.e-info-right .registered p {
    font-size: 12px;
    color: #1a1a1a;
}

.e-info-right .registered {
    margin-bottom: 10px;
}


.session-reg-yes {
    width: 100%;
    color: #000;
    border-top: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.session-number {
    font-size: 20px !important;
	font-weight: bold;
	padding-bottom: 7px;
}

.event-button-div {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.event-reg-button {
    padding: 10px 20px 10px 20px;
	width: auto;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.event-cal-button {
    padding: 10px 20px 10px 20px;
	width: 180px;
	text-align: center;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
}

.event-cancel-button {
    padding: 10px 20px 10px 20px;
	width: 180px;
	text-align: center;
	background-color: rgba(255,255,255,.4);
	border: 1px solid #fff;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.35s ease;
}

.event-cancel-button:hover {
	background-color: rgba(255,255,255,.7);
	transition: 0.25s ease;
}

.event-cal-button:nth-child(1) {
    margin-bottom: 10px;
}

.timezones {
    margin-bottom: 20px;
}

.cropped {
    width: 135px; /* width of container */
    height: 150px; /* height of container */
    object-fit: cover;
}

.speaker {
    padding-top: 10px;
    padding-bottom: 30px;
}

.speaker .headshot img {
    margin-bottom: 15px;
}

.speaker .headshot p {
    font-size: 16px;
}

.linkedin {
    width: 20px !important;
    margin-top:5px;
}

.headshot-row {
    display: flex;
    padding-top:20px;
}

.headshot-row .headshot {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-right: 5%;
}

.bullet {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #1a1a1a80;
    margin-right: 20px;
    margin-top: 2px;
    margin-left: 25px;
}

.resource {
    display: flex;
    flex-direction: row;
    margin-top:25px;
    justify-content: flex-start;
}

.resource-description {
    margin-block-start: 0em;
    color: #1a1a1a;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

/** CONTACT SCREEN STYLES **/

.contact-row {
    width: 70%;
    min-width: 700px;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-card {
    width:25%;
    display: flex;
    flex-direction: column;
}

.contact-card-info {
    display: flex;
	flex-direction: column;
	width: 100%;
}

.contact-card-info p {
    margin-block-start: .25em;
    margin-block-end: .25em;
    font-size: 14px;
}

.contact-card-info p:nth-child(2) {
    margin-block-start: .25em;
    margin-block-end: .25em;
    font-size: 16px;
}

.cc-name {
    font-size: 18px !important;
    font-weight: bold;
}

.cc-headshot {
    width: 100%;
    margin-bottom: 10px;
}

.cc-info {
    background-color: #D0F0DF;
    font-size: 14px;
    width: 100%;
}

.cc-info-left p {
    margin-block-start: .25em;
    margin-block-end: .25em;
}

.cc-info-left p:nth-child(1) {
    font-weight: bold;
}

.cc-info-left p:nth-child(2) {
    font-size: 16px !important;
}

.cc-info-right {
    background-color: #64D096;
    width: 20%;
    display: flex;
    justify-content: center;
}

.cc-info-right img {
    width: 50%;
}

.cc-link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.cc-icons {
    width: 100%;
    clear: left;
    display: flex;
}

.cc-icons img {
    height: 22px;
    margin-right: 10px;
}

.cc-link:hover {
    color: #64D097;
    text-decoration: none;
}

/**Yearbook**/

.yearbook-container {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.yearbook-card {
    flex: 0 1 calc(25% - 20px);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #CCCCCC;
    margin-bottom: 2%;
}

.yearbook-card-images {
    display: flex;
    flex-direction: row;
}

.yearbook-headshot {
    height: 125px;
    object-fit: cover;
}

.yearbook-logo {
    margin: auto;
    width: 60%;
    display: flex;
}

.yearbook-logo img {
    margin: auto;
    width: 80%;
    max-height: 50px;
}

.yearbook-info {
    background-color: #EDEDED;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #1A1A1A;
    padding: 5%;
}

.yearbook-info p {
    margin-block-start: 0.1em;
	margin-block-end: 0.1em;
}

.yearbook-name {
    font-size: 16px !important;
}

.yearbook-right {
    margin-left: auto;
}

.alpha-shuffle {
    width: 98%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
}

.alpha-shuffle a {
    display: block;
    padding: 7px 7px 7px 7px;
    color: #5A5A5A;
    text-decoration: none;
}

.alpha-shuffle a:hover {
    display: block;
    background-color: #5A5A5A;
    color: #fff;
    text-decoration: none;
}

/****FORM MODAL ***/

.bg-ty {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    background-image: url('images/login-screen-rt-2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.form {
    width: 60%;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 3px 3px 20px 8px rgba(0,0,0,.1);
    color: #000;
}

.form-ty {
    width: 60%;
    max-width: 800px;
    margin: auto;
    background-color: #BEEAD3;
}


.form-header {
    padding: 5%;
    color: #000000;
    align-items: center;
}

.form-header {
    padding: 50px 130px 40px 130px !important;
}

.form-header-congrats {
    padding: 5% !important;
}

.form-welcome {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: 'tt-hoves-bold', sans-serif;
}

.popup-form-title {
    margin-bottom: 30px;
}

.form-intro {
    font-family: 'helvetica-regular', serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.sub-text {
    margin-top: 25px;
    font-family: 'helvetica-regular', serif;
}

#participant-form .sub-text {
    font-size: 16px !important;
    margin-top: 0 !important;
}

/*
.form-fields {
    width: 90%;
    margin: auto;
}
*/

.form-fields-inner-content {
    width: 90%;
    margin: auto;
}

.form-title {
    width: 100%;
    border-bottom: 2px solid #FA582D;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: bold;
    margin-block-end: 0em;
    font-family: 'tt-hoves-bold', sans-serif;
}

.form-title p {
    margin-bottom: 0;
}

.form-title-margin-top {
    margin-top: 35px;
}

.form-subtitle {
    font-style: italic;
    font-size: 14px;
    margin-block-end: 0em;
}

.section-title {
    width: 100%;
    border-bottom: 2px solid #FA582D;
    padding-bottom: 10px;
    margin-bottom: 20px;font-size:21px;
    font-weight: bold;
    margin-block-end: 0em;
    margin-top: 40px;
}

.form-row {
    width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

label {
    display: inline-block;
    font-family: 'helvetica-regular', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

label span {
    font-family: 'helvetica-regular', sans-serif;
}

.form-input {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-input:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 25px;
}

#stateInputText.form-input:nth-child(2) {
	margin-left: 0px;
}

.form-input:nth-child(3) {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 25px;
}

form {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.staycation-submit-button {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 40px;
    width: 130px;
    line-height: 40px;
    border-radius: 25px;
    color: #ffffff;
    background-color: #FA582D;
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'helvetica-bold', sans-serif;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: block;
}

input#closeButton {
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: 0;
}

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

    .e-info-grey {
        padding: 5%;
    }

    .e-info-green {
        padding: 5%;
    }

}


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

    .form {
        width: 90%;
    }

    #dt-nav {
        display: none;
    }

    #mobile-nav {
        display: block;
        margin-left: auto;
        align-self: center;
    }

    h1.login {
        font-size: 38px;
        padding-bottom: 0px;
        margin-left: 0px;
        color: #000;
    }

    h1.login-pw {
        font-size: 38px;
        padding-bottom: 40px;
        margin-left: 0px;
        color: #000;
    }

    .login-left{
        padding: 5% 5% 5% 5%;
    }

}


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

    .yearbook-card {
        flex: 0 1 calc(50% - 15px);
        margin-right: 15px;
        display: flex;
        flex-direction: column;
        border: 1px solid #CCCCCC;
        margin-bottom: 2.5%;
    }

    .footer-logo {
        margin: auto;
        padding-bottom: 40px;
        width: 200px;
        margin: auto;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .contact-row:nth-child(1) {
        width: 100%;
        min-width: 0px;
    }

    .contact-row {
        width: 100%;
        min-width: 0px;
    }

    .form {
        width: 90%;
    }

    #blue-bar {
        padding-top: 100px;
        height: 180px;
    }

    #nav {
        position: fixed;
        background-color: #fff;
        width: 100%;
        z-index: 10;
    }

    .mobile-nav-items {
        position: fixed;
        background-color: #fff;
        width: 100%;
        margin-top: 80px;
        z-index: 10;
    }

    .mobile-nav-items .navlink {
        margin-right: 10%;
    }

    .logo {
        margin-left: 10%;
    }

    #mobile-nav {
        margin-right: 10%;
    }


    #login-screen {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .login-left {
        width: 100%;
        background: url(images/login-screen-rt.png) no-repeat 100% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #error-screen {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .error-left {
        width: 100%;
        padding: 0;
        height: 100vh;
        background-color: #cccccc;
        color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .login-left img {
        margin-top: 0px;
    }

    .error-left img {
        margin-top: 0px;
    }

    .login-right {
        display: none;
    }

    .login-right-error {
        display: none;
    }

    .dt-logo {
        display: none;
    }

    .mob-logo {
        display: block;
        width: 60%;
        padding-bottom: 40px;
        margin: auto;
    }

    .mob-copyright {
        display: block;
    }

    .main-copyright {
        text-align: center;
        margin-right: 0%;
    }

    .flex-top {
        padding: 7.5%;
    }

    .flex-top-login {
        padding: 7.5%;
    }

    .flex-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #000;
        color: #999;
        text-align: center;
        font-size: 10px;
        padding: 7% 7% 2% 7%;
        margin-top: auto;
    }

    h1.login {
        font-size: 38px;
    }

    .hero-text {
        width: 90%;
    }

    .hero-text-index {
        width: 90%;
    }

    .event-view {
        width: 100%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .event {
        width: 100%;
        border: 1px solid #000;
        padding-bottom: 40px;
        text-align: center;
        margin-bottom: 40px;
    }

    .resource-card {
        width: 100%;
        border: 1px solid #000;
        text-align: center;
        margin-bottom: 40px;
    }


    .introduction {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .intro-text {
        width: 100%;
    }

    .headshot-home {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 30px;
    }

    .headshot {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 30px;
    }

    .news-item {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-item img {
        width: 100%;
        align-self: flex-start;
        margin-bottom: 30px;
    }

    .news-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .arrow {
        display: none;
    }

    .blk-footer {
        padding-top:0px;
        min-height: 0px;
    }

    .sub-footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sub-footer-contact {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .sub-footer-nav {
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .ft-nav-link {
        margin-bottom: 20px;
    }

    .sub-footer img {
        margin: auto;
        padding-bottom: 40px;
    }

    .footer-logo {
        margin: auto;
        padding-bottom: 40px;
    }

    .footer-hr {
        display: none;
    }

    #event-information {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .e-info-left {
        width: 100%;
        padding: 0%;
        padding-top: 30px;
    }

    .body {
        color: #1a1a1a;
    }

    .e-info-right {
        width: 100%;
        padding: 20px;
    }

    .e-info-right-reg {
        width: 100%;
        padding: 20px;
    }

    .form-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .form-input {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-bottom: 15px;
    }

    .form-input:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-left: 0px;
    }

    .form-input:nth-child(3) {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-left: 0px;
    }

    .sub-footer-contact a:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 10px;
    }

}


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

	.form {
        width: 100%;
        border-radius: 0px;
    }

	#participant-form form {
        margin: auto;
        width: 100%;
    }

	.form-fields {
        width: 80%;
        margin: auto;
    }

	.form-header {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10%;
    }

    .form-welcome {
        font-size: 30px;
    }

    .hero-text {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .hero-text-index {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    #news {
        padding-bottom: 0px;
    }

    .yearbook-card {
        flex: 0 1 calc(100%);
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        border: 1px solid #CCCCCC;
        margin-bottom: 5%;
    }

    .ft-contact-link {
        margin-bottom: 15px;
    }

    .sub-footer-contact a:nth-child(1) {
        margin-right: 0px;
    }

    #blue-bar img {
        width: 100% !important;
    }

    .content-container {
        width: 80%;
    }

    .content-container-bluebar {
        width: 80%;
    }

    .content-container-main {
        width: 80%;
    }

    .contact-row:nth-child(1) {
        flex-direction: column;
    }

    .contact-row {
        flex-direction: column;
        margin-top: 60px;
    }

    .contact-card {
        width: 60%;
        margin: auto;
        margin-bottom: 30px;
    }

    .speaker {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .login-left input {
        align-self: flex-start;
        width: 250px;
    }

    .sub-footer img {
        margin: auto;
        padding-bottom: 30px;
        width: 60%;
    }

    .headshot-row {
        flex-direction: column;
        padding-top: 20px;
    }

    .headshot-row .headshot {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: auto;
        padding-bottom: 30px;
    }

	.headshot img {
        align-self: center;
        margin-right: 0px;
    }

	.headshot-details {
        width: 60%;
        margin: auto;
    }

    .form-ty {
        width: 90%;
        max-width: 900px;
        margin: auto;
        background-color: #BEEAD3;
    }

    #hero {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: url(images/banner@2x.jpg) no-repeat 75% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        overflow: hidden;
        padding-bottom: 0px;
    }

    #hero-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: url(images/hero-alt@2x.jpg) no-repeat 75% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 300px;
        overflow: hidden;
        padding-bottom: 0px;
    }

    #event-hero {
        min-height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #event-hero1 {
        min-height: 0px;

    }

    #event-hero2 {
        min-height: 0px;
    }

    #event-hero3 {
        min-height: 0px;
    }

    #event-hero4 {
        min-height: 0px;
    }

    #event-hero5 {
        min-height: 0px;
    }

    #event-hero6 {
        min-height: 0px;
    }

    #event-hero7 {
        min-height: 0px;
    }

	h1 {
        padding: 0px 25px 0px 25px;
        line-height: 1.0em;
        font-size: 34px;
        margin: 10px;
    }

	.logo img {
        width: 150px;
    	margin-top: 10px;
    }

	select {
        width: 100%;
    }

	.sort-mobile {
        width: 100%;
	   display: block;
    }

	.event-super-menu {
        padding-top: 20px;
    }

	.event-shuffle-menu a {
        display: none;
    }

    #blue-bar img {
        width: 100% !important;
    }

	.form {
        margin-top: 60px;
        margin-bottom: 60px;
    }

	.form-intro {
        font-size: 14px;
    }

}

/* LOGIN STYLES */

#login-page {
    font-family: 'tt-hoves-bold', sans-serif;
    font-weight: 300;
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url(../images/staycation-login-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

hr {
    width: 50% !important;
    border: 0.5px solid #D9D7D7;
}

#login-screen {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.content {
    flex: 1 0 auto;
}

.login-form {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-top: 50px;
    box-shadow: 1px 1px 30px 10px rgba(0,0,0,.1);
    border-radius: 10px;
}

.login-form .intro {
    margin-bottom: 25px;
    line-height: 1.5em;
    font-family: 'helvetica-regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

p.intro.bold {
    font-family: 'helvetica-bold', sans-serif !important;
    font-weight: 800 !important;
}

.error-login-message {
    background-color: #f0f0f0;
    color: #000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-top: 35px;
    padding: 35px 30px 20px 30px;
    font-family: sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.error-login-message p {
    font-size: 14px;
    margin-bottom: 0;
}

.error-login-exclamation {
    color: #fff;
    position: absolute;
    top: -17px;
    background-color: #FA582D;
    width: 15px;
    height: 15px;
    font-size: 25px;
    font-weight: 800;
    font-family: sans-serif;
    border-radius: 50%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

.error-login-message li {
    list-style-type: none;
    font-family: 'helvetica-regular', sans-serif;
    font-size: 14px;
}

.line-break {
    display: block;
}

span.line-break.unbold {
    font-family: 'helvetica-regular', sans-serif !important;
}

#coming-soon-breakline {
    width: 50%;
    height: 1px;
    background-color: #D9D7D7;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

#email-field {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'helvetica-bold', sans-serif;
}

form {
    display: flex;
    flex-direction: column;
}

form p {
    padding-bottom: 10px;
}

#login .login-form p {
    text-align: center;
}

#login-page .sub-text {
    font-size: 13px;
    margin-block-start: 0px;
    padding-bottom: 0;
    font-family: 'helvetica-regular', sans-serif;
    line-height: 18px;
}

.login-siderail {
    width: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.login-form-content {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-size: 16px;
}

.login-form-content-wide {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-size: 16px;
}

.left-align {
    align-items: flex-start;
}

#login-form {
    width: 80%;
    margin: auto;
}

.header-one {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.description {
    font-size: 14px;
	line-height: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.description-nomargin {
    font-size: 14px;
	line-height: 20px;
    padding-bottom: 0px;
    text-align: center;
}

.header-one-login {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    margin-bottom:10px;
    width: 100%;
    max-width: 475px;
}

.description-login {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    max-width: 475px;
}

.header-one-email {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    max-width: 450px;
    padding-bottom: 20px;
    margin: auto;
}

.description-email {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.description-email-nopad {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding-bottom: 10px;
}

.required {
    font-size: 14px;
    text-align: left;
    width: 100%;
    max-width: 475px;
}

.cyber-login-link, button#logout-dt, .cyber_link {
    color: #E64024;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.cyber-login-link:hover, button#logout-dt, .cyber_link:hover {
    color: #a63115;
}

.login-text {
    width: 75%;
    margin: 12px auto;
    text-align: center;
    font-family: 'helvetica-regular', sans-serif;
}

.login-text:last-child {
    width: 80%;
    text-align: center;
}

.login-text.bold {
    font-family: 'helvetica-bold', sans-serif;
}

.big {
    font-size: 22px;
    font-weight: 600;
}

.staycation-button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 175px;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
    background-color: #FA582D;
    border: 0px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'helvetica-bold', sans-serif;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    cursor: pointer;
}

.staycation-button:hover, .staycation-submit-button:hover {
    background-color: #fb7652;
}

.staycation-button a {
    color: inherit;
    text-decoration: none;
}

input[type="text"] {
	background-color: #5A5A5A10;
	color: #000;
	height: 40px;
	line-height: 40px;
	border: 1px solid #807C7B40;
	text-align: center;
}

input[type="email"] {
    background-color: #5A5A5A10;
    color: #000;
    height: 40px;
    line-height: 40px;
    border:1px solid #807C7B40;
    padding: 0 10px;
    text-align: center;
}

input[type="text"]::placeholder {
    color: #CECECE;
    font-size: 15px;
}

input[type="email"]::placeholder {
    color: #CECECE;
    font-size: 15px;
}

input[type="password"] {
	background-color: #5A5A5A10;
	color: #000;
	padding-left: 10px;
	padding-right: 2px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #807C7B40;
}

#footer {
    margin-top: 40px;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 11px;
    height: 45px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: auto;
    font-family: 'decimal_light', sans-serif;
}

.logo-header {
    width: 80%;
	max-width: 575px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 40px;
}

.footer-text {
    color: #ffffff;
	font-size: 12px;
    vertical-align: middle;
}

h1.login {
    font-size: 42px;
    margin-bottom: 20px !important;
    margin: auto;
    color: #000;
}

h1.login-pw {
    font-size: 42px;
    padding-bottom: 0px;
    margin: auto;
    color: #000;
}

h2.bold.login {
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
}

#login input[type="text"] {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

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

    .line-break {
        display: initial;
    }

    .staycation-button-nomargin {
        -webkit-appearance: none;
    }

    .staycation-button {
        -webkit-appearance: none;
    }

}

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

    .login-form-content {
        width: 95%;
    }

}

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

    .login-form-content {
        padding: 60px 0px;
    }

    .login-text {
        width: 80%;
        margin: 12px auto;
        text-align: center;
        font-family: 'helvetica-regular', sans-serif;
    }

    .login-form-content-wide {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

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

    #login input[type="text"] {
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .description {
        width: 80%;
        margin: auto;
    }

    form {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 90%;
    }

    .footer-text {
        color: #807C7B;
        font-size: 9px;
        font-style: italic;
        padding-top: 20px;
    }

    .logo-header {
        width: 90%;
        margin-top: 60px;
    }

    .header-one{
        width: 80%;
        margin: auto;
        padding-bottom: 20px;
    }

    .login-form {
        width: 85%;
        margin-top: 40px;
        border-radius: 0px;
        margin-bottom: 60px;
    }

    .login-form-content {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: left;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #login-form {
        width: 100%;
        margin: auto;
    }

    .login-form-content-wide {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: left;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-form-content p {
        font-size: 13px;
        text-align: center;
    }

    .login-form-content-wide p {
        font-size: 13px;
    }

    h1.login {
        font-size: 32px;
    }

    .staycation-button-nomargin  {
        -webkit-appearance: none;
    }

    .staycation-button {
        -webkit-appearance: none;
        width: 100%;
    }


    p.sub-text {
        font-size: 10px !important;
        margin-block-start:0px;
    }

}

.error-page {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-top: 50px;
    box-shadow: 1px 1px 30px 10px rgba(0,0,0,.1);
    border-radius: 10px;
}

.error-page-content {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

/* LEADERBOARD STYLES */

:root {
    --orange: #FA582D;
    --background: #F4F4F2;
    --text: #151515;
}

h1, h2, h3, p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

body.leaderboard {
    height: 100%;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    font-family: 'helvetica-regular', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--background);
    display: flex;
}

body#info-form {
    background: url(../images/staycation-login-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    background-position: center;
}

.center {
    text-align: center;
}

.leaderboard-modal {
    width: 100%;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    z-index: 10;
    background-color: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
}

.modalForm {
    width: 100%;
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	z-index: 10;
	background-color: rgba(0,0,0,.75);
	display: flex;
	align-items: center;
}

.modal-exit {
    width: 20px;
    margin-right: 15px;
    margin-left: auto;
    display: block;
    margin-top: 11px;
}

.modal-dialog {
    width: 60% !important;
    max-width: 850px !important;
    margin: 30px auto !important;
}

.modal-content {
    background-clip: padding-box !important;
    border: 1px solid #999 !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    outline: 0 !important;
}

.modal-header {
    border-bottom: initial !important;
}

.modal-body {
    padding: 10px 50px 50px 50px !important;
}

.modal-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 5px;
    font-family: 'tt-hoves-bold', sans-serif;
    margin-bottom: 0;
    margin-top: -40px;
}

h5 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    font-family: 'tt-hoves-bold', sans-serif !important;
}

.confidentiality-question:last-of-type {
    margin-top: 25px;
    margin-bottom: 25px;
}

#confidentiality_privacy_info {
    background-color: var(--background);
    padding: 20px 20px 22px 20px;
    color: #E64024;
    text-align: center;
    margin-bottom: 0;
    text-decoration: underline;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#confidentiality_privacy_info:hover {
    color: #a63115;
}

hr {
    width: 100% !important;
}

.bold {
    font-family: 'tt-hoves-bold', sans-serif;
}

.earn-points-section {
    border-left: 2px solid var(--orange);
    padding-left: 15px;
    margin: 25px 0px;
}

.earn-points-section ul li {
    list-style-type: circle;
    line-height: 20px;
}

.earn-points-section ul li::marker {
    color: var(--orange);
}

#leaderboard-results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#points-earned-link {
    width: fit-content;
    display: inline-block;
    text-align: right;
    background-color: var(--orange);
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
    font-family: 'helvetica-bold', sans-serif;
    margin-right: 15px;
}

#points-earned-link:hover {
    background-color: #d44a25;
}

#points-disclaimer {
    color: #807c7b;
    font-style: italic;
    margin-top: 35px;
}

.earn-points-section a {
    color: var(--orange);
    text-decoration: underline;
}

.earn-points-section a:hover {
    color: #d44a25;
}

.leaderboard-header {
    width: 100%;
    display: flex;
    align-items: center;
    background: url("../images/staycation-header.png");
    background-size: cover;
    background-position: 50% 50%;
    padding: 2% 0% 2% 0%;
}

.leaderboard-header img {
    width: 500px;
    margin-left: 5%;
}

#logout-mob {
    display: none;
}

section.welcome {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px;
}

#welcome-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.leaderboard-link {
    color: var(--orange);
    font-weight: 500;
}

section.welcome h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 5px;
    font-family: 'tt-hoves-bold', sans-serif;
}

section.welcome h1.name {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.company-name, .status-date {
    margin-top: -5px;
}

section.leaderboard-content {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
}

.status-menu {
    width: 30%;
    margin-bottom: 60px;
}

.status-section {
    background-color: var(--orange);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    height: 100px;
    display: flex;
    align-content: center;
}

.var-content {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.your-status {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'tt-hoves-bold', sans-serif;
}

.total-pts {
    background-color: #fff;
    border-bottom: 2px solid #D9D7D7;
    padding: 25px 0px 25px 0px;
}

.points-totals {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'tt-hoves-bold', sans-serif;
}

.totals {
    width: 125px;
    border-left: 2px solid var(--orange);
    padding-left: 15px;
}

.totals p:nth-child(1) {
    font-size: 50px;
    font-weight: 700;
    font-family: 'tt-hoves-bold', sans-serif;
}

.breakdown-pts {
    background-color: #fff;
    padding: 25px 0px 25px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quarter {
    padding-bottom: 25px;
}

.quarter .row-header:first-of-type {
    font-family: 'tt-hoves-bold', sans-serif;
}

.row-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}

.row-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-left: 2px solid var(--orange);
    border-top: 1px solid #F2F2F0;
    padding: 10px 0px 10px 0px;
}

.row-data:last-child {
    border-bottom: 1px solid #F2F2F0;
}

.row-data p:nth-child(1) {
    padding-left: 15px;
}

/** LEADERBOARD STYLES **/

.leaderboard-menu {
    width: 65%;
}

.leaderboard-select {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #F2F2F0;
	padding: 25px 0px 25px 0px;
}

.top-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'tt-hoves-bold', sans-serif;
}

.date-select-menu {
    display: flex;
    align-items: center;
}

.view-by {
    font-weight: 600;
    margin-right: 10px;
}

#periodSelect {
	background: #fff;
	border: 1px solid #a9a9a9;
	box-sizing: content-box;
	color: #000;
	width: 143px;
	height: 28px;
	padding: 0;
	text-align: center;
 }

.leaderboard-main {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 0px 25px 0px;
}

.results {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.leaderboard-participant-list {
    padding-inline-start: 0px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.leaderboard-participant-list li {
    counter-increment: my-awesome-counter;
    display: flex;
}

.leaderboard-participant-list li::before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    font-size: 16px;
    font-family: 'helvetica-regular', sans-serif;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
}

.leaderboard-participant-list li {
    border-bottom:1px solid #F2F2F0;
}

.participant {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

.leaderboard-participant-list li:nth-last-child(1) {
    border-bottom: 0px solid #F2F2F0;
}

.leaderboard-participant-list li:nth-child(1) {
    border-top: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    margin: 5px 0px 5px 0px;
    font-weight: 700;
    font-family: 'helvetica-bold', sans-serif !important;
    align-items: center;
}

.leaderboard-participant-list li:nth-child(1)::before {
    background-color:var(--orange);
    border-radius: 50%;
    width:39px;
    height: 35px;
    display: flex;
    color:#fff;
    justify-content: center;
    align-items: center;
}

.leaderboard-participant-list li:nth-child(1) .participant-name {
    font-size: 16px;
}

.participant-company {
    font-size: 14px;
}

button#logout-dt {
    color: var(--orange);
    background-color: initial;
    border: initial;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'helvetica-regular', sans-serif;
    font-weight: 500;
}

.number {
    width: 10%;
    text-align: center;
}

.points {
    width: 15%;
    text-align: right;
    padding-right: 7px;
    margin-left: auto;
}

.leaderboard-participant-list li:nth-child(1) .points {
    padding-right: 0px;
}

.leaderboard-participant-list li:nth-child(1) .top-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: auto;
    color: #fff;
    font-size: 16px;
}

.leaderboard-participant-list li:nth-child(1) .points {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 25%;
    width: auto;
    height: 35px;
    color: var(--orange);
    font-size: 16px;
    padding: 5px;
}

.participant-info {
    width: 80%;
    display: flex;
}

.participant-name {
    width: 45%;
    font-family: 'tt-hoves-bold', sans-serif;
}

.participant-company {
    width: 55%;
}

.footer {
    width: 100%;
    text-align: center;
    font-size: 11px;
    height: 45px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: auto;
    font-family: 'helvetica-regular', sans-serif;
}

.footer-text {
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.employee_select {
    border: 2px solid #FA582D;
    padding: 3px 10px 3px 18px;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.viewing_as_label {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    float: left;
    font-family: 'helvetica-bold', sans-serif;
}

.employee_selector_wrapper {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
}

.employee_selector_wrapper input[type=radio] {
    margin: 0px 0 0 !important;
    accent-color: var(--orange);
}

#button-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewing_as_wrapper{
    padding: 2px 2px;
}

.viewing_as_wrapper label{
    margin: 0 10px 0 6px;
}

.mobile_employee_select_section{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -35px;
    margin-bottom: 35px;
    display:none;
}

.mobile_employee_select_section input[type=radio] {
    accent-color: var(--orange);
}

.mobile_employee_select {
    border: 2px solid #FA582D;
    padding: 3px 10px 3px 18px;
    border-radius: 50px;
    height: 40px;
    width: fit-content; 
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_viewing_as_label{
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'helvetica-bold', sans-serif;
    float: left;
}

.mobile_employee_selector_wrapper {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

.mobile_viewing_as_wrapper{
    padding: 2px 2px;
}

.mobile_viewing_as_wrapper label {
    margin: 0 10px 0 6px;
    font-size: 12px;
    margin-top: 3px;
}


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

    #login-page {
        background-position: top;
    }
    
}

@media screen and (max-width: 1100px) {
    
    .employee_select {
        display: none;
    }
    .mobile_employee_select_section {
        display: block;
    }
    
}

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

    .date-select-menu {
        padding-top: 15px;
    }

    .leaderboard-select .var-content.flex-row {
        flex-direction: column !important;
    }

    .viewing_as_wrapper{
        float: none;
    }
    .employee_selector_wrapper{
        float: none;
    }
}

@media screen and (max-width: 840px) {
    
    .mobile_employee_select_section {
        margin-top: -20px;
    }
    
    .mobile_employee_select {
        width: 100%;
    }

    section.leaderboard-content {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .status-menu {
        width: 100%;
        margin-bottom: 40px;
    }

    .leaderboard-menu {
        width: 100%;
    }

    .your-status {
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .status-section .var-content {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

}

@media screen and (max-width: 720px) {
    #points-earned-link {
        font-size: 13px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 600px) {
    
    section.welcome {
        display: block;
    }
    
    #button-content-right {
        display: block;
        margin-top: 15px;
    }
    
    .mobile_employee_select_section {
        margin-top: -24px;
        margin-bottom: 35px;
    }
    
    #points-earned-link {
        width: 100%;
    }
    
    .welcome {
        flex-direction: column;
    }

    .leaderboard-select .var-content.flex-row {
        flex-direction: column !important;
    }

    .date-select-menu {
        padding-top: 15px;
    }

    .participant-info {
        width: 80%;
        flex-direction: column;
    }

    .participant-name {
        width: 100%;
    }

    .participant-company {
        width: 100%;
    }

    .number {
        width: 20%;
    }

    .leaderboard-header {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 5%;
    }

    .leaderboard-header img {
        width: 300px;
        margin-left: 0%;
        margin-top: 30px;
    }

    section.welcome h1 {
        font-size: 26px;
        text-align: left;
    }

    #logout-dt {
        display: none;
    }

    #logout-mob {
        display: block;
        margin-top: 20px;
        color: var(--orange);
        background-color: initial;
        border: initial;
        font-size: 14px;
        text-decoration: underline;
        font-family: 'helvetica-regular', sans-serif;
        font-weight: 500;
    }

    .status-section .var-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .your-status {
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .leaderboard-participant-list li::before {
        align-items: flex-start;
        margin-top: 9px;
        margin-right: 6%;
    }

    .leaderboard-participant-list li:nth-child(1)::before {
        margin-top: 0px;
        margin-right: 5%;
        width: 42px;
    }

    .top-title {
        font-size: 20px;
    }

    .participant-company {
        font-size: 12px;
    }

    .employee_select{
        height: auto;
    }


}

















