video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-wrapper {
  border: 0px solid #000;
  position: relative;
  overflow: hidden;
  text-align: center;
 /* display: flex; */
  align-items: center;
 /* justify-content: center; */
  margin-top: 30px;
}

.thevideo{
  position: relative;
  color: white;
}

.postblock {
  background: rgba(255, 255, 255, 0.3);
}

.postblock:hover {
  filter: grayscale(100%);
}

#xvideos div:nth-child(odd) {
  height: 191px;
  width: 191px;
}

#xvideos div:nth-child(even) {
  height: 264px;
  width: 264px;
}

.play {
	font-size: 60px;
}

.videobox {
	height: 250px;  
	background-size: 230%!important; 
	border: 1px solid #fff; 
	margin-bottom: 10px;  
	display: flex; 
	align-items: center; 
	justify-content: center;
}


/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;	
	font-family: 'Nunito Sans', sans-serif;
}

p {
	font-size: 14px;
	line-height: 24px;	
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Nunito Sans', sans-serif;
}

h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a, a:focus  {
	color: #fff;
}

a:hover, a:focus {
	color: #D88100;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}



/* Button
-----------------------------------------------------------*/
[type="email"], [type="text"], textarea {
    border: 1px solid #666;
    box-shadow: none;
    color: #b2b2b2;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
	font-weight: 700;
	font-size: 15px;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

a.button, [type="submit"] {
    background: #AC0B0B;
    border: none;
	border-radius: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 15px 20px;
	font-weight: 700;
	font-size: 15px;
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #AC0B0B;
	color: #fff;
}




/* Header
-----------------------------------------------------------*/


/*--- Top ---*/
.top {
	border-bottom: 1px solid #ccc;
}

.top ul {
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/
.header {
    height: 85px;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.logo{
	margin-top: 24px;
	position: absolute;
	max-width: 186px;
}



/*--- Nav ---*/

.menu a {
	font-family: 'Nunito Sans', sans-serif;
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.dropdown.menu a {
    padding: 0.7rem 2rem 0.7rem 0;
}

ul.nav.dropdown.menu {
    float: right;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}

ul.nav.dropdown.menu li > a:hover,
ul.nav.dropdown.menu li.current_page_item > a,
ul.nav.dropdown.menu li.current-menu-parent > a,
ul.nav.dropdown.menu li.current-menu-ancestor > a,
ul.nav.dropdown.menu li.current-menu-item > a,
/* keep parent highlighted on submenu hover */
ul.nav.dropdown.menu li.menu-item-has-children:hover > a  {
	color: orange;
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 130px;
    border: 0px solid #cacaca;
    background: #242424;
}

.dropdown.menu li ul a {
    padding: 0.7rem;
    color: #fff !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #D88100 transparent transparent;
    right: 7px;
    left: auto;
    margin-top: -5px;
}

.menu-primary-container{
	margin-top: 118px;
}


.headeraddress {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px 0 0;
    position: absolute;
    z-index: 9999;
}

.headeraddress li, .headeraddress a{
	color: #fff;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
}

.secondarymenu ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

.secondarymenu{
	padding: 23px 0 0; 
}

.secondarymenu ul{
	margin-top: 3px; 
}

.secondarymenu ul li a:hover{
	border-bottom: 0px solid #72963f;
}

.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
}

.socialmenu {
    padding: 13px 0 0;
    margin-top: 13px;
}

.socialmenu li a{
	margin-left: 10px;
	color: #395499;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}



/* Home
-----------------------------------------------------------*/

/*----- Main -----*/

.black {
	background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
	padding: 400px 0 350px 0;
}

.blackbg {
	background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 900px;
	text-align: center;
}

.main h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 48px;
	color: #D88100;
	text-transform: uppercase;
}

.main h1 strong {
	font-weight: 700;
	color: #fff;
	font-size: 72px;
	line-height: 78px;
}

.orbit-slide {
    width: 100%;
    height: 900px;
}

.orbit-slide a{
    width: 100%;
}


.backgrounds{
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, bottom; 
}

.sectiontitle{
	text-align: center;
	color: #fff;
}

.sectiontitle p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.sectiontitle h2{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 58px;
	letter-spacing: 3px;
	line-height: 58px;
}


.sectiontitle h2 strong{
	font-weight: 900;
	line-height: 58px;
}

.sectiontitle i{
	font-size: 64px;
	color: #fff;
    line-height: 85px;
}

.sectiontitle i.fab{
	font-size: 15px;
	line-height: 15px;
}

.attractions {
	text-align: center;
	margin-top: 40px;
}

.attractions h3 p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
}

.attractions h3 p strong {
	font-weight: 900;
}

.featureattractions {
	padding: 150px 0 150px;
}

.discover {
	margin-top: 0px;
}

.discover .button {
	max-width: 200px;
}

.discover .sectiontitle, .discover .sectiontitle h2,  .discover .sectiontitle p {
	text-align: left;
}

.discoveroverlay {
	display: inline-block; 
	width: 100%; 
	padding: 100px 0 100px;
}	

.inspiration {
	margin-top: 40px;
}

.articletitle {
	text-align: center;
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	padding: 5px;
	min-height: 100px;
}

.category .articletitle p{
	color: #fff;
}


.articletitle a {
	color: #fff;
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

#carousel .bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: none;
	width: 100%;
}


#carousel .bx-viewport, #carousel .bx-wrapper{
    max-width:100% !important;
}



.ourapp {
	margin-top: 40px;
}

.ourapp h3 p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
}

.ctabackground {
	background-color: #000;
	color: #fff;
}

.cta{
	padding-top: 40px;
	padding-bottom: 40px;
}

.cta p{
	font-size: 18px;
}

.cta h2{
	font-size: 58px;
	line-height: 58px;
}

.cta .button{
	background: #D88100;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 32px;
	display: inline-block;
	color: #fff;
}

.cta .button:hover {
    background: #AC0B0B;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 32px;
    display: inline-block;
    color: #fff;
}

.buttoncol {
	text-align: center;
}

.iframe {
	height: 800px;
	width: 100%;
}

/* Search
----------------------------------------------------------*/

.search h4 i {
	color: #D88100;
}



.nav .fa, .nav .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 0;
    text-rendering: auto;	
	color: #D88100;
}



/* Content
-----------------------------------------------------------*/

.content a {
    color: orange;
}


.header_title {
	padding: 240px 0 120px;
	background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

.header_title h1{
	font-size: 900;
}


.home .content {
	background: #D88100;
	min-height: 500px;
	padding: 50px 0 0;
}

.content {
	background: #fff;
	min-height: 500px;
	padding: 50px 0;
}

/*
.content h4 a {
	color: #000;
} */


.post-categories li a {
	color: orange;
}

ul.post-categories {
    margin: 0 0 30px;
}

ul.post-categories li {
    float: left;
    list-style: none;
    margin: 0 15px 0 0;
    border-right: 1px solid #ccc;
    line-height: 1rem;
    padding: 0 15px 0 0;
}


ul.post-categories li:last-child {
    border: none;
}

ul.pagination li a {
    border: 0px solid #000;
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
	padding: 10px 15px;
    font-size: 15px;
	border-radius: 0;
    background: #AC0B0B;

}

ul.pagination li a:hover {
    border: 0px solid #000;
    color: #fff;
    display: block;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
	padding: 10px 15px;
    font-size: 15px;
	border-radius: 0;
    background: #000;

}


.articlestitle {
	padding: 40px 0;
	margin: 30px 0;
	background: #eee;
	text-align: center;
	text-transform: uppercase;
}

.categorypreview {
	height: 400px; 
}

.categorypreview a{
	color: #fff;
}

a .categorypreview h3, .articletitle h5 a {
	color: #fff !important;
}

.membericon {
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
}


/* ----- News / Events Band ----- */
.news_events_band {
	background: url(../img/white.png);
	padding: 70px 0 45px;
}

.event_item_wrap {
    margin: 0px 0 16px;
	background: #eee;
	padding: 15px;
	min-height: 100px;
}

.youre-invited .event_item_wrap {
    margin: 0 0 30px;
}

.youre-invited .event_item_wrap ul.post-categories {
    margin: 0 0 6px;
    float: left;
}

.event_item_wrap h5 {
    margin: 0 0 5px;
}

.event_item_wrap p {
	margin: 0;
	line-height: 19px;
}




/* Weather Page
-----------------------------------------------------------*/

.weatherbox {
	height: 300px;
}

/* Blog (Interlake Experience)
-----------------------------------------------------------*/

.news_item_wrap h5 {
	margin-top: 15px;
}

.news_item_wrap h5 a {
 }

.news_item_wrap {
	margin-bottom: 30px;
}




/* Gallery
-----------------------------------------------------------*/
.content .gallery_wrap a {
	margin: 0 0 30px;
	display: inline-block;
}



/* Footer
-----------------------------------------------------------*/
.footer {
    background: #242424;
	color: #fff;
	line-height: 21px;
	font-size: 13px;
	padding-top: 40px;
}

.footer p{
	line-height: 21px;
	font-size: 13px;
}

.footer a{
	color: #fff;
}

.footer h3{
	text-transform: uppercase;
}

.footer h4{
}



.footer a i{
	font-size: 24px;
	margin-right: 10px;
}

.footer .button {
	text-transform: uppercase;
	width: 100%;
	line-height: 21px;
}

a.button.newsletterbutton, input#searchsubmit {
	background-color: #D88100;
}

.appdownload {
	text-align: center;
	height: 100%;
}

.associationlogo {
	margin-bottom: 25px;
}

.associations {
	text-align: center;
}




/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xx.png.pagespeed.ic.329OB7_rRN.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}






@media only screen and (max-width: 63.9375em) { 


/* Header
-----------------------------------------------------------*/


.logo {
    margin-top: 34px;
    position: relative;
    max-width: 186px;
}

.main h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #D88100;
    text-transform: uppercase;
}


.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}


.menu_icon {
    margin: 0;
    font-size: 54px;
    float: right;
    margin-top: 15px;
}

.menu_icon::after {
    display: none;
}


.menu-primary-container{
	margin-top: 30px;
}

#offCanvasMenu .close-button {
    background: #dfab29 none repeat scroll 0 0;
    border-radius: 0;
    color: #AC0B0B;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
}

#offCanvasMenu ul li {
	list-style: none;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 10px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}



.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 540px;
    text-align: center;
}

.main .black {
    background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
    padding: 270px 0 120px 0;
}

orbit-slide {
    width: 100%;
    height: 540px;
}


.discover .sectiontitle, .discover .sectiontitle h2, .discover .sectiontitle p, .discover a.button {
    text-align: center;
}


.discoveroverlay {
	display: inline-block; 
	width: 100%; 
	padding: 100px 0 100px;
	text-align: center;
}	


#videos {
    margin-top: 10px;
}

.videobox {
	height: 150px;  
	background-size: 230%!important; 
	border: 1px solid #fff; 
	margin-bottom: 10px;  
	display: flex; 
	align-items: center; 
	justify-content: center;
}


.cta {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
}

.appdownload, .associations {
	margin-top: 50px;
}


}









@media only screen and (max-width: 39.9375em) {

.menu-primary-container {
    margin-top: 0px;
}

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


.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 490px;
    text-align: center;
}

.main h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #D88100;
    text-transform: uppercase;
}

.main h1 strong {
    font-weight: 700;
    color: #fff;
    font-size: 38px;
    line-height: 48px;
}

.main .black {
    background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
    padding: 250px 0 100px 0;
}

orbit-slide {
    width: 100%;
    height: 490px;
}

.sectiontitle h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 32px;
}


.featureattractions {
	padding: 75px 0 75px;
}


.iframe {
	height: 500px;
	width: 100%;
}


.header_title {
    padding: 250px 0 50px;
    background: url(http://interlaketourism.com/wp-content/themes/starkers-F6%203/img/xblack.png.pagespeed.ic.3XQUxc3Atm.png);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.categorypreview {
	height: 200px; 
}

.cta {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
}


.cta h2 {
    font-size: 38px;
    line-height: 38px;
}


.footer {
	text-align: center;
}

.footer a i{
	font-size: 24px;
}

.appdownload, .associations {
	margin-top: 20px;
}

.membericon {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
	

}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}{
		display: none !important; }} none !important; }}