/*
Theme Name: MTL Kiosk
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mtlkiosk

This theme, like WordPress, is licensed under the GPL.
*/


/*////////////////////////
	INTERIOR NAV
///////////////////////*/
.page-template-template-events .footer-nav > li.events a {
	border-bottom: 9px solid #00abc7;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

.page-template-template-magazine .footer-nav > li.magazine a {
	border-bottom: 9px solid #84bd00;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

.page-template-template-clubs .footer-nav > li.clubs a {
	border-bottom: 9px solid #064178;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

.page-template-template-explore52 .footer-nav > li.explore52 a {
	border-bottom: 9px solid #205d9e;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

.page-template-template-explore360 .footer-nav > li.explore360 a {
	border-bottom: 9px solid #f48024;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

.page-template-template-map .footer-nav > li.map a {
	border-bottom: 9px solid #d9e0e2;
/*    padding: 1.3rem 1.837rem 1.85rem; */
}

/*////////////////////////
	COMMUNITY LIST
///////////////////////*/
.comm-list {
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.community h4 {
    font-size: 1.35rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1.2;
}

.communities .container {
    width: 85%;
}

.communities.body-content {
    bottom: 72px;
}

.community .card {
	border-radius: 4px;
	box-shadow: none;
	border-bottom: 3px solid #dcdcdc;
}

.community .card .card-image img {
	border-radius: 4px 4px 0 0;
}

.community .card .card-content {
	border-radius: 0 0 4px 4px;
}


/*////////////////////////
	BODY
///////////////////////*/
.topnav .row {
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;	
}
.home .topnav .row {
/*	margin-right: 40px;	*/
}
nav .brand-logo {
	padding:15px 0;
}
.toplogo {
	margin-top: 0.5rem;
}
img.toplogo {
	width: auto;
	height: 38px;
}
img.toplogo-custom {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

.header-image .row .col {
	padding: 0;
}

.topnav {
	background-color: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
	width: 100%;
	z-index: 0;
}

.description {
    padding: 1.5rem 0;
}

.description h4 {
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.header-image {
    width: 100%;
	z-index: 0;
}

.home .buttons {
    width: 100%;
	padding-top: 0.5rem;
}

.body-content {
	position: absolute;
	top: 48%;
	width: 100%;
	overflow-y: initial;
	left: 0;
    right: 0;
    bottom: 200px;
	z-index: 0;
}

.body-content.no-nav {
	overflow-y: scroll;
}

.page-template-template-qrcodes .body-content.no-nav {
	overflow-y: initial;
}


.section.body-content {
	padding-bottom: 0;
}
.section.body-content #portfolio {
	padding-bottom: 200px;
}
.section.body-content.no-nav {
	padding-top: 0;
}
.section.body-content.no-nav #portfolio {
	padding-bottom: 0;
}
.page-template-template-qrcodes .body-content.no-nav #portfolio {
	padding-bottom: 200px;
}

.page-template-template-generic .section.body-content ul:not(.browser-default) {
    padding-left: 1em;
    list-style-type: disc;
	margin-bottom: 1em;
}

.page-template-template-generic .section.body-content ul:not(.browser-default) li {
    list-style-type: disc;
}

.section.body-content .gallery-body ul:not(.browser-default) {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.section.body-content .gallery-body ul:not(.browser-default) li {
    list-style-type: disc;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


body.details-active .topnav,
body.details-active .header-image {
    z-index: -1;
}

body.details-active .body-content {
	overflow-y: initial;
}

/*
body.details-active .gallery-body {
	min-height: auto !important;
}
*/

.parallax-container {
    height: 600px;
}


/*////////////////////////
	NAVIGATION
///////////////////////*/
nav ul a,
.mega-menu-link {
	padding:20px 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navbar-fixed {
	z-index: 999;
}

nav.explore52 {
	background-color: #205d9e;
}

nav.explore360 {
	background-color: #f48024;
}
nav.magazine {
	background-color: #84bd00;
}

nav ul.footer-nav img {
	max-width: 95px;
    height: 95px;
}
nav ul.footer-nav li {
	width: 154px;
	max-width: 154px;
}
nav ul.footer-nav li.current_page_item a {
	border-bottom: 9px solid #ffffff;
	padding: 0;
}
.current-menu-item a,
.current-menu-ancestor a,
.current_page_parent a {
    background: rgba(0,0,0,0);
}

/*////////////////////////
	MISC
///////////////////////*/
.collapsible-header {
	color: #4a4a4a;
	font-size: 2rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	display: block;
}

li.active .collapsible-header {
	background-color: #064178;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 1rem 2rem;
}

.collapsible-header i {
    float: right;
    margin-left: 1rem;
	margin-right: 0;
	line-height: 3rem;
}
.collapsible.popout > li {
    box-shadow: none;
	border-radius: 0;
}
.collapsible.popout > li:first-child .collapsible-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.collapsible.popout > li:last-child .collapsible-header {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 3px solid #dcdcdd;
}
.collapsible.popout > li.active:last-child .collapsible-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}
.collapsible.popout > li.active {
    box-shadow: none;
}
.collapsible-body {
	background-color: #fff;
    border-bottom: 3px solid #dcdcdd;
	border-radius: 4px;
    box-sizing: border-box;
    padding: 2rem;
}
.collapsible.popout > li.active .collapsible-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    display: inline-block !important;
	width: 100%;
}

.collapsible-body span,
.collapsible-body span p {
	font-size: 1.25rem;
	color: #4a4a4a;
	line-height: 1.25;
	margin-top: 0;
}
.collapsible-body img {
	text-align: right;
	margin-left: 0.75rem;
	margin-bottom: 0.5rem;
	max-width: 340px;
	height: auto;
}

.button-title {
	font-family: "neuzeit-grotesk", sans-serif;
	font-weight: 600;
	font-size: 2.25rem;
	color: #282a30;
	line-height: 1;
	text-transform: none;
}

.buttons .home-button .btn {
    width: 100%;
	height: 100%;
	box-shadow: none;
	padding: 2em;
}
.buttons .row .col {
    padding: .2rem;
	height: 15.65vh;
}

.home-button img {
	padding-top: 1.5rem;
	max-width: 125px;
    height: 148px;
}

.home-button i {
	font-size: 7em;
	line-height: initial;
	padding-top: 1.75rem;
	padding-bottom: 0.5rem;
}
.home-button .svg-inline--fa {
	font-size: 7em;
	line-height: initial;
	margin-top: 0;
	margin-bottom: 1.25rem;
}
.home-button i.fa-calendar-alt.mtl,
.home-button .svg-inline--fa.fa-calendar-alt.mtl {
	color: #00abc7;
}
.home-button i.fa-user-friends.mtl,
.home-button .svg-inline--fa.fa-user-friends.mtl {
	color: #064178;
}
.home-button i.fa-mtl-magazine.mtl,
.home-button .svg-inline--fa.fa-mtl-magazine.mtl {
	color: #84bd00;
}
.home-button i.fa-explore-52.mtl,
.home-button .svg-inline--fa.fa-explore-52.mtl {
	color: #205d9e;
}
.home-button i.fa-explore-360.mtl,
.home-button .svg-inline--fa.fa-explore-360.mtl {
	color: #f48024;
}

.footer-nav .svg-inline--fa {
	font-size: 4em;
	line-height: initial;
	margin-bottom: 0.65rem;
}
.footer-nav .svg-inline--fa.fa-mtl-magazine,
.footer-nav .svg-inline--fa.fa-explore-52,
.footer-nav .svg-inline--fa.fa-explore-360 {
	font-size: 5em;
}

.footer-nav i {
	font-size: 4em;
	margin-left: 0;
	margin-bottom: 0.5rem;
}
.footer-nav a {
    height: 100vh;
    width: 100%;
    max-height: 13em;
	padding: 0;
}
div.valign-wrapper {
	color: inherit;
}
.footer-nav .valign-wrapper .button-text {
	height: auto;
	margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.body-content footer nav.nav-extended {
	background-color: #282a30 !important;
}


.row {
	margin-bottom: 0;
}

.section.header-image {
	padding:0;
}

.header-image {
}

.video-container {
	height: 620px;
	position: relative;
	overflow: hidden;
	padding-bottom: inherit;
}

.video-container video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.description {
}


.h200 {
	min-height:200px;
}
.w100 {width:100%;}
.center {
    text-align: center;
    vertical-align: middle;
}
.depthTile > div > p {
	background:#03a9f4;
	color:#03a9f4;
	min-height:100px;
}
.wp-caption, .wp-caption-text, .screen-reader-text,.gallery-caption,.bypostauthor,.sticky  {
	font-size: inherit;
}

.padTopBtm {
	padding-top: 1em;
	padding-bottom: 1em;
}

.community-map img {
	margin: 0 auto;
}

.community-map img.materialboxed {
	max-height: 720px;
}

.community-map img.materialboxed.active {
	max-height: 100%;
}

.magazine-details p {
	font-size: 1.35rem;
}


/*////////////////////////
	EVENTS
///////////////////////*/

.collection.events {
    border: 0;
    border-radius: 0;
	margin: 0 1.5rem 0 1.5rem;
}
.events .collection-item {
	padding: 0;
	display: block;
}
.event-name {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	display: inline-block;
	max-width: 85%;
}
.event-sub-name {
	font-size: 1.25rem;
}
span.event-sub-name {
	display: block;
}

.event-time {
	font-size: 2rem;
	font-weight: 300;
	float: right;
}

.collection.with-header .collection-header.event-date {
    background-color: transparent;
    border-bottom: 0;
	margin-bottom: 1rem;
    padding: 0 1.25rem 0.625rem;
	text-align: center;
}
.collection.with-header .collection-header.event-date h6 {
	color: #999999;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 36px;
	background-color: #e5e5e5;
	display: inline-block;
	border-radius: 4px;
}

.collection.events > li:nth-child(2) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.collection.events > li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-bottom: 3px solid #dcdcdd;
}

.event-day {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 2.375rem;
	padding-bottom: 2.625rem;
}


/*////////////////////////
	Event - Details
///////////////////////*/

.collection.with-header.events .collection-item {
    padding-left: 0;
}

.collection.events > li:nth-child(2) .collapsible-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.events .collection-item .collapsible-header {
	padding: 1.2rem 1.5rem 1.2rem 30px;
	border-bottom: 0;
}

.events .collection-item.active .collapsible-header {
	background-color: #00abc7;	
}

.events .collection-item.active .collapsible-header .event-name,
.events .collection-item.active .collapsible-header span.event-sub-name,
.events .collection-item.active .collapsible-header .event-time {
	color: #fff;
}

.events .collection-item.active {
    background-color: transparent;
    padding: 0;
	border-bottom: 0;
}

.collapsible.popout.events > li:last-child .collapsible-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.events > li.collection-item.active:last-child {
    border-bottom: 1px solid #dcdcdd;
}

.events .collection-item .collapsible-body span a {
	pointer-events: none;
	cursor: default;
	color: #4a4a4a;
}

.events .collapsible-body p a.btn {
	display: none;
}



/*////////////////////////
	EXPLORE
///////////////////////*/
.gallery .gallery-body .title-wrapper h3 {
    font-size: 2.5rem;
    text-transform: none;
    font-weight: 600;
}
.gallery .gallery-body h3 {
    font-size: 2.5rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 1rem;
}
.gallery .gallery-body .short-description {
	color: #777;
	font-size: 1.4rem;
}
.gallery .gallery-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.2;
	display: inline-block;
	margin-top: -20px;
}
#placeholder-navbar .back-btn i {
    float: left;
    margin-right: 10px;
	color: #fff;
}
#placeholder-navbar .back-btn span {
	color: #fff;
	line-height: 64px;
}
.gallery-cover .btn-floating {
	top: 15px;
    z-index: 2;
    width: auto;
    height: 25px;
    line-height: 25px;
    box-shadow: none;
    border-radius: 4px;
    padding: 0 0.6em;
    margin-left: 15px;
	position: absolute;
}
.gallery-cover .btn-floating span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	width: auto;
}

.gallery-action .btn-floating {
    top: 0;
    z-index: 2;
    width: auto;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    border-radius: 4px;
    padding: 0 1em;
}
.gallery-action .btn-floating span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	width: auto;
}

.gallery .gallery-body .details {
	font-size: 1.3rem;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #205d9e;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
	background-color: #205d9e;
}

.page-template-template-explore360 .btn-floating {
	background-color: #f48024;
}

.page-template-template-explore360 .btn-floating:hover {
	background-color: #f48024;
}

.page-template-template-magazine .btn-floating {
	background-color: #84bd00;
}

.page-template-template-magazine .btn-floating:hover {
	background-color: #84bd00;
}

.gallery .gallery-expand .gallery-curve-wrapper {
	cursor: pointer;
	border-radius: 4px;
	box-shadow: none;
	border-bottom: 3px solid #dcdcdc;
}

.gallery .gallery-cover {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

/*
.gallery .gallery-cover.static {
	margin-left: 15%;
}
*/

.gallery .gallery-cover.static img {
	min-width: 100%;
}

.gallery .gallery-header {
	font-size: 1.25rem;
	font-weight: 600;
	position: relative;
	padding: 20px;
	background-color: #fff;
	color: #4a4a4a;
    line-height: 1.4;
	min-height:160px;
}

.more-fun-stuff .gallery .gallery-header {
    min-height: 100px;
}

.gallery .gallery-header.stretch {
	min-height: auto;
	padding: 30px 20px;
}

.gallery .gallery-header h1,
.gallery .gallery-header h2,
.gallery .gallery-header h3,
.gallery .gallery-header h4,
.gallery .gallery-header h5 {
  margin-top: 0;
}

.gallery .gallery-header p {
	color: #777;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.6;
}

.explore360 .gallery .gallery-header h4,
.magazine .gallery .gallery-header h4 {
	font-size: 1.3rem
}
.explore360 .gallery .gallery-header p.dates,
.magazine .gallery .gallery-header p.dates {
	font-size: 1rem;
	font-weight: 500;
}

.gallery .gallery-body p.dates {
	font-size: 1.14rem;
	font-weight: 500;
    line-height: 1.5;
}

.explore360 .gallery .gallery-header p.sold-out,
.magazine .gallery .gallery-header p.sold-out {
	font-size: 1.2rem;
	font-weight: 600;
    margin-bottom: 0;
}

.gallery .gallery-body .title-sep {
	border-bottom: 2px solid #dcdcdc;
	width: 250px;
	margin: 1.5rem 0;
	line-height: 1;
}

.gallery .gallery-body {
	padding-bottom: 120px !important;
}

.gallery .gallery-expand.active .gallery-curve-wrapper {
	padding-top: 40px;
}

.gallery .gallery-body .title-wrapper {
	margin-bottom: 30px;
}

.gallery .gallery-body .title-wrapper h1,
.gallery .gallery-body .title-wrapper h2,
.gallery .gallery-body .title-wrapper h3,
.gallery .gallery-body .title-wrapper h4,
.gallery .gallery-body .title-wrapper h5 {
	margin: 0 0 10px 0;
}

.gallery .gallery-body .details {
	font-size: 1rem;
	font-weight: 300;
}

#placeholder-navbar {
	position: fixed;
	top: initial;
	bottom: 0;
	transition: background-color .3s;
}

.acf-map {
	width: 100%;
	height: 450px;
	border: 0;
}

.acf-map img {
	max-width: inherit !important;
}

.acf-map a[target='_blank'] {
	display: none !important;
}


.qr-code {
	background-color: #ffffff;
}

.qrcode-learn {
	background-color: #f0f1f1;
	margin-top: 3rem;
/*	
	bottom: 100px;
	position: absolute;
	width: 90%;
*/	
}
.qrcode-learn img {
	max-height: 150px;
}
.qrcode-learn h4 {
	font-weight: 600;
	margin-top: 1.25rem;
}



.featherlight.popup .featherlight-content {
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    background: transparent;
    cursor: auto;
    white-space: normal;
}

.featherlight.popup .featherlight-content .count {
	color: #fff;
	opacity: 0.75;
	margin-top: 0.5rem;
}
.featherlight.popup .featherlight-content .count span {
	color: #fff;
	/*float: right;*/
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
    display: block;
}
.featherlight-next span,
.featherlight-previous span {
	display: inline-block;
	font-size: 40px;
}
.featherlight-previous span {
	left: -20px;	
}
.featherlight-next span {
    right: -20px;
}
.featherlight-next:hover,
.featherlight-previous:hover {
    background: rgba(255,255,255,0);
}


/*
.featherlight-next span,
.featherlight-previous span {
    display: block;
    font-size: 30px;
}

*/



/*////////////////////////
		ANIMATIONS
///////////////////////*/
.fx-hidden{
     opacity:0;
}
.fx-visible{
     opacity:1;
}
.rotate, .scale, .scale-md, .scale-lg {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
    }  
.rotate:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
} 
.scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);	
}
.scale-md:hover {
	-ms-transform: scale(1.2,1.2) translateY(-15px); /* IE 9 */
    -webkit-transform: scale(1.2,1.2) translateY(-15px); /* Safari */
    transform: scale(1.2,1.2) translateY(-15px);
}
.scale-lg:hover {
	-ms-transform: scale(10,10); /* IE 9 */
    -webkit-transform: scale(10,10); /* Safari */
    transform: scale(10,10);
}



/*////////////////////////
		BUTTONS
///////////////////////*/
.button {
	padding: 5px 20px 6px;
	text-transform:uppercase;
	font-weight:bold;
	transition:all .5s;
	color:#333;
	background:#EEE;
	text-align:center;
	border-radius:3px;
}
.btn-blue {
	background:blue;
	color:#fff;
}
.btn-grey {
	background:#333;
	color:#fff;
}
.button:hover,.button:focus,.button:active{
	background:#000;
	color:#fff;
}


/*//////////////////////////
	FOOTER
//////////////////////////*/

.home .footer {
	display:none;
}

.footer-home {
	height: 72px;
	background-color: #84bd00;
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer {
	position: fixed;
	bottom: 0;
	height: 200px;
	width: 100%;
	z-index: 1;
}

body.details-active .footer {
	z-index: -1;
}

.footer {
    min-height: 200px;
    width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 200px;
	background-color: #282a30;
	z-index: 1;
}

.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: none;
}
.footer .row .col {
	padding: 0;
}
nav ul.footer-nav img {
    display: block;
    margin: 0 auto;
}
.footer-nav a {
	padding: 1.85rem 1.837rem;
	text-transform: none;
}
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
	text-decoration: none;
}
.footer-nav .button-text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	height: 40px;
    margin-top: 0.5rem;
}

.footer-nav li {
	border-right: 2px solid #43454a;
}

.footer-nav li:last-child {
	border-right: 0;
}


/*////////////////////////
MATERIAL DESIGN ELEMENTS
///////////////////////*/
.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background:rgb(83, 109, 254);
}


/*////////////////////
SCREENSAVER
////////////////////*/
.modal.screensaver {
	max-height: 100vh;
	height: 100vh;
	width: 100%;
	border-radius: 0;
	top: 0 !important;
	background-color: #000;
}
.modal.screensaver .modal-footer {
    border-radius: 0;
    background-color: #000;
    padding: 4px 6px;
    height: auto;
    width: 100%;
    text-align: center;
    bottom: 5%;
    position: fixed;
    color: #fff;
}

.modal.screensaver .modal-close {
	color: #fff;
	font-size: 3rem;
}
.modal.screensaver .modal-close p {
	color: #fff;
}

.swiper {
	width: 100%;
	height: 90vh;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: rgba(255,255,255,0);
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
/*	
	width: 100%;
	height: 100%;
	object-fit: cover;
*/
}

.swiper-button-next, .swiper-button-prev {
	color: rgba(255,255,255,0.8);
}

.swiper-slide .video-container {
	width: 90%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
}
.swiper-slide .video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
}




/*////////////////////////
MEDIA QUERIES BELOW HERE
- default widths are set here
- use the following to add specific CSS for the various widths
///////////////////////*/
@media (max-width: 1199px) {
	
	

}
@media (max-width: 991px) {
	.topnav {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	img.toplogo {
		height: 25px;
	}
	img.toplogo-custom {
		height: 50px;
		margin-top: 0;
    	margin-bottom: 0;
	}
	
	h1 {
		font-size: 2rem;
	}
	h2 {
    	font-size: 2rem;
	}
	h3 {
		font-size: 1.65rem;
	}
	h4 {
		font-size: 1.35rem;
	}
	
	.home-button .svg-inline--fa {
		font-size: 5em;
	}
	.button-title {
		font-size: 1.75rem;
	}
	.parallax-container {
		height: 250px;
	}
	/*
	.home .parallax-container {
    	height: 350px;
	}
	*/
	.video-container {
		height: 250px;
	}
	
	.description {
		padding: 0.75rem 0 0.25rem;
	}
	
	.body-content {
		top: 44%;
		bottom: 120px;
	}
	
	.section.body-content {
		padding-bottom: 120px;
	}
	
	.body-content {
		overflow: initial;
		height: fit-content;
	}
	.section.body-content #portfolio {
		padding-bottom: 0;
	}
	.section.body-content.no-nav #portfolio {
		padding-bottom: 0;
	}
	
	.event-name {
		font-size: 1.65rem;
	}
	.event-time {
		font-size: 1.65rem;
	}
	
	
	.footer-home {
		height: 50px;
	}
	
	footer {
		height: 120px;
	}
	.footer {
		min-height: 120px;
		height: 120px;
	}
	
	nav ul.footer-nav li {
		width: 100%;
		max-width: 119px;
	}
	.footer-nav a {
		padding: 1rem;
		max-height: 8em;
	}
	.footer-nav .svg-inline--fa {
		font-size: 3em;
		margin-bottom: 0;
	}
	.footer-nav .svg-inline--fa.fa-mtl-magazine,
	.footer-nav .svg-inline--fa.fa-explore-52,
	.footer-nav .svg-inline--fa.fa-explore-360 {
		font-size: 3.75em;
	}
	.footer-nav .valign-wrapper .button-text {
		display: none;
	}
	
	.swiper {
		height: 75vh;
	}
	.swiper-slide img {
		max-width: 85%;
	}
	

}
@media (max-width: 767px) {
 
}
@media (max-width: 559px) {

}
@media (max-width: 479px) {

}




@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
 
}
@media (min-width: 560px) {
  
}
@media (min-width: 768px) {
 
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}