@charset "UTF-8";

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
	  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
}

#success_message{ display: none;}
html {
  height: -webkit-fill-available;
}
.white{color: #fff !important;}

body{background: #000;
	
}
.details_z{}
.details_z span{}
.save{
      width: 0;
height: 0;
border-bottom: 100px solid white;
border-left: 100px solid transparent;
position: relative;
right: 0;
float: right;
display: block;
margin-top: -25%;
    }

.top_banner{background: #222;    min-height: 20rem;
    position: relative;
    top: -4rem;
    left: 0;
    width: 100%;
	border-bottom: 5px solid #fff;

}

.formpage .SLOGAN{color: #111;
font-size: 5.6rem;
text-transform: lowercase;
font-weight: 100;
float: right;
right: 20vw;
position:relative ;
text-align: right;
right: 5%;
bottom: 5rem;
}

.top_banner h1{position: absolute;
bottom: -3.2rem;
left: 10%;
font-weight: 700;
font-size: 7rem;
color: #fff;
}

#authScreen {background-color: #000 !important;}
#authScreen>.iframeContainer>img{display: none !important;}
#authScreen .authMessage{color:#fff;}
#authScreen>.iframeContainer{background-color: #000 !important;}
#authScreen .tosMessage{display: none !important;}
#authScreen .authMessage a{display:none !important;}
iframe[data-type="AwesomeTableView"]{background-color: #000;}

.add_to{border-radius: 50%;
background: #fff;
position: absolute;
display: block;
z-index: 999;
width: 25px;
height: 25px;
left: -40px;
top: 60px;}

.add_to:hover{background:darkorange !important; transition: 0.1s;
-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out; }

.addeventatc_dropdown.addeventatc-selected {
    opacity: 1;
    transform: scale(1,1) translateY(0px);
    z-index: 99999999;
    position: absolute;
	left: -21rem !important;}

#dont_believe_you .emph{text-transform: uppercase; color:deeppink;}
.corner_btn{}
.add_it{font-size: 25px;
color: #fff;
margin-top: -6px;
font-weight: bold;
margin-left: 6px;}

/*.logo_icon{width:40px;height:18px; position:absolute;right:0; top:0;display:block;margin:3%;overflow:hidden;border-bottom:1px solid #000;}*/

.logo_icon{width:100%;height:auto; position:absolute;right:0; top:-42px;display:block;overflow:hidden;}

.logo_icon img{width:100%; height:auto;margin-top:-7px;}

.title_z{font-weight: 900;display: block;margin-top: 3%;}
.title_z span{}


.day_tag{position: relative; left:0;}

.zoom{padding: 0 8%;
font-size: 16px; font-weight:300; }

.zoom span{}
#meeting .MAIN{padding: 1% 10% 2% 10%;}
.meeting_card{
	width: 23%;
display: inline-block;
padding: 0%;
border: 1px solid #333;
margin: 0.5%;
border-radius: 8px;
overflow: hidden;}

.addeventatc{
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    left: -15px;
    color: #fff !important;
}

.XL{text-transform: uppercase;
font-size: 28px;
text-decoration: none;
/*color: darkorange;*/
font-weight: 900;}

.meet_head{overflow:hidden; height:15rem; position: relative;display:block;margin-bottom: 2%;}
.meet_head img{max-width:100%;z-index: -1;}
.meet_contents{padding: 5% 8% 1% 8%;
font-size: 16px;}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFFFFF;
    font-family: "Roboto",sans-serif;
	margin: 0;
}

.sub_head{
	color: #ffffff;
    font-size: 2vw;
	font-weight:300;
	letter-spacing: -3px;
}

.soon{
	   background: #aaa;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 6px;
    margin-left: 2%;
    color: #fff;

}

.welcome{font-size: 1.5vw; color: white;margin-top:17vh;}

.members_only .mm-menu__item{text-align: end;

bottom: 0;
left: 0;}

.members_only .mm-menu__item a{
	background: #eee;
padding: 3% 6% 3% ;
text-transform: uppercase;
border-radius: 5px 0px 0px 5px;
}

.members_only .mm-menu__link{
	margin-bottom:0;
padding-bottom:0;
}

.members_only .mm-menu__link-text{text-transform: uppercase;}

.members_only{padding: 18% 11%; height: 80%;}

.highlight{ font-weight:900; text-transform: uppercase;color: #CDDC39 !important;}

.highlight a:hover{text-decoration: underline;}

.highlight2{color:darkorange; font-weight:900; text-transform: uppercase;}

.sorry{font-weight: 300 !important;
color: #919191;
letter-spacing: 0px;
font-size: 2rem;}

#meeting .footer{position: relative;}
.sorry #meeting a{color:#CDDC39;}
#meeting a{color: darkorange;}
#meeting a:hover{text-decoration: underline;}
/*---------individual pages-----------------------*/

#meeting .SLOGAN {
    color: #fff;
    font-size: 3vw;
    text-transform: lowercase;
    font-weight: 100;
    float: right;
    right: 10vw;
    position: relative;
    text-align: right;
    display: block;
    width: 100%;
	margin-bottom: 4%;}


#home{overflow: hidden !important;
width:100vw;}

#schedule{padding:0;}

.end{border-right:0 !important;}

.contact{border-top: 1px dotted #555;
font-size: 3rem;}
/*----------------------------------------------*/
body { 
    animation: fadeInAnimation ease 3s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
} 
.login_bottom{
	    width: 100%;
    display: block;
    text-align: center;
    bottom:8rem;
    position: absolute;
}

.login_bottom a:hover{
	color:#fff;
	
}
.txt-white{text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    color: #666;
padding:0 2rem;
border-right:1px dotted #555;}
  
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
} 
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
	  font-size: 10px;
}
.MAIN{
	width:100%;
	height: auto;
	margin: auto;
	max-width:1760px;
}
.centerpiece{
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	
}


#login .MAIN_TEXT{
color: #ffffff;
font-size: 22vw;
text-align: center;
font-weight: 900;

height: auto;
margin-top: 0vh;
letter-spacing: 0vw;

display: block;
line-height: 20vw;}

#login .SLOGAN{
	

}

.MAIN_TEXT {
    color: #ffffff;
    font-size: 22vw;
    text-align: center;
    font-weight: 900;
    /* width: 16vw; */
    height: auto;
    margin-top: 17vh;
    letter-spacing: 0vw;
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: block;
line-height :20vw;}


.logo_mini{    position: relative;
    font-size: 5vw;
    text-align: center;
    width: 100%;
    display: block;
    top: 0;
    margin-top: 0;
line-height: 8vw;}

.MAIN_TEXT2 {
   color: #ffffff;
font-size: 2.8vw;
text-align: center;
font-weight: 900;
padding:0 15%;

height: auto;
margin-top: 12vh;
letter-spacing: 0vw;
	margin-right: auto;
margin-left: auto;
display: block;
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}

.meet_intro{font-size: 20px; padding: 2% 1% 3%; font-weight: 500;text-align: center;}
.menu-button:hover {
	opacity: 0.6;
}

.show-menu .content-wrap,
.show-menu .menu-button {
	-webkit-transform: translate3d(300px,60px,0);
	transform: translate3d(300px,60px,0);
}
.SLOGAN{
color:#222 !important;
font-size: 3vw;
text-transform: lowercase;
font-weight: 100;
float: right;
right: 5vw;
position: relative;
text-align: right;
	
}

.highlight a:active{background: none !important;}

#join .SLOGAN{
        /* bottom: 0vh !important; */
    right: 0vw;
    opacity: 0.1;
    /* position: absolute; */
    top: 2vw;
}
#dont_believe_you .SLOGAN{
        /* bottom: 0vh !important; */
    right: 4vw;
    opacity: 0.25;
    /* position: absolute; */
    top: 2vw;
}

.SLOGAN span{}

.footer{width:100%;position: relative;}

.footer, h3{    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 100;
   color:#bbb;
    position: fixed;
    width: 100%;
    bottom: 0;
	display: inline-block;
    
}

#schedule .footer, h3{position:relative;}

#essential_links .footer{position:relative !important;
}

#trade_journal .footer{position:relative !important;}
#essential_links{}

.mm-menu__link a{
	color:#727272 !important;
}

.mm-menu__link a:hover{color:#000 !important;}

.signup{position: absolute;
right: 0;
top: 15px;
z-index: 99;}

.signup_btn1{}
.signup_btn1 a {
border-radius: 0 0 0px 10px;
margin: 6%;
background: #333; 
  transition: 0.1s;
-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
	color:#A4A4A4 !important;
	font-weight:400;
	
}
.signup_btn1 a:hover { color: #4E4E4E; background: #fff; opacity: 1; text-decoration: none; }

.log{position: fixed;
left: 0%;
top: 1.8%;
	border-radius: 0 0 10px 0px;
}

.login{color:#aaa; background: #111; }

.btn_txt1{color: #555 !important;
margin: 0 !important;
top: 0%;
border-radius: 0px 0px 10px 0px !important;
	background: #000 !important;

font-weight: 400 !important
}

.btn_txt{font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding: 1vw 1.4vw 0.8vw;
color: #A4A4A4;
text-decoration: none;}

.emph{border-bottom:2px solid #FFFFFF;}
#join .emph {
    border-bottom: 2px solid #FFFFFF;
    color: #c7ff00;
}

#join .members_only a{color: #CDDC39 !important;}
.yes_btn {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.yes_btn:hover {background-color: #e7e7e7;color:#000000; }

.btn_container{
	    width: 100%;
    text-align: center;
    margin-top: 3%;

}
.no_btn {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.no_btn:hover {background-color: #e7e7e7;color:#000000;}

.button {
     background-color: #000;
    border: 1PX SOLID #FFF;
    color: white;
    padding: 1% 0%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 2%;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 20%;
   
}



/* --------MOBILE STYLES---------------*/


@media only screen 
  and (min-device-width: 601px) 
  and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {

		.signup {
    position: fixed;
    right: 0%;
    top: 0.8%;
		}
		.sub_head{
			letter-spacing: 0px;
				}
		
		#meeting .MAIN {
			padding: 4% 6% 2%;}
		
	.meeting_card {
		width: 48%;}
		
	.meet_head {
   
		height: 13rem;}
		
	.welcome {
    font-size: 2.5vw;
    color: white;
    margin-top: 10vh;
		padding: 0 18%;}
		
.mm-menu__header {
    position: relative;
    width: 100%;
    height: 50px !important;
	background-color: #CDDC39;}
		
.members_only {
    padding: 14% 11% 11% 11%;
}
		
}

/*---------------------------------------------*/
@media screen and (max-width:600px) {
	.formpage .main h1 {
    color: #33C3F0;
    font-size: 1.8rem;
    margin-top: -2rem;
		margin-bottom: 2rem;}
	.formpage .col-lg-6{width:100% !important;}
	
	.formy {width:100% !important ;}
	.top_banner_inside h1{font-size: 4rem; bottom: -2.9rem;}
	.vid_play{display: none;}
	.formpage .SLOGAN{color: #fff;
font-size: 5.6rem;
text-transform: lowercase;
font-weight: 100;
float: right;
right: 20vw;
position: absolute;
text-align: right;
right: 8%;
top: -4rem;font-size:2.3rem;}
	.formpage label {width: 100%;
display: block;
text-align: left;}
	.formpage input{width: 100%;
display: block;
text-align: left;}
	.formpage select{width: 100%;
display: block;
text-align: left;}
	
	.formpage textarea{width: 100%;
display: block;
text-align: left;}
	
	.form-container h1{font-size: 20px;color:aqua;}
	
	#login .MAIN_TEXT{
	margin-top: 10vh !important;
font-size: 28vw;
width: 100%;
line-height: 1rem;
text-align: center;}
	
	.meet_head{height:14rem;}

	#meeting .SLOGAN{font-size: 9vw; bottom:0;}
	#meeting .MAIN{padding: 4% 5% !important;}
	
	.logo_icon img {
    width: 100%;
    height: auto;
		margin-top: -20px;}
	
	.meet_intro{    font-size: 17px;
    padding: 10% 0px;
}
	
	
	
.meeting_card {
    width: 100%;
		margin: 3% 0;
	}

	#meeting .footer, h3{position:relative !important;}
#login .SLOGAN{
	
	top:8vh;
}
	.welcome {
    font-size: 5vw;
	font-weight:900;
	padding:0 10%;
	margin-top:10vh;}

	.MAIN{}
	
.centerpiece{}
	
.MAIN_TEXT {
	font-size: 13vw;
width: 100%;
margin-top: 30vh;
text-align: left;
}
	
#home .MAIN_TEXT {
	font-size: 28vw;
width: 100%;
margin-top: 35vh;
line-height: 1rem;
text-align: center;
}
	
	.MAIN_TEXT2{
		font-size: 6.8vw;
		padding:0 7%;
		margin-top: 10vh;
	}

.SLOGAN{font-size:8vw;
	bottom:8vh;
	right:8vw;}

#home .SLOGAN{font-size:8vw;
	top:8vh;
	right:8vw;}
	
	#join .SLOGAN{display:none;}
	
	
.SLOGAN span{}
	
	.footer, h3{font-size:12px; color:#fff;}
	
.formpage .footer, h3{position: relative;z-index: -1;}

	.signup {
    top: -20px !important;
		z-index: 9999;}
	
	.signup_btn1{}
	.signup_btn1 a{     width: 80px;
     height: 80px;
    display: block;
     border-radius: 0 0 0 100px !important;
     -moz-border-radius: 0 0 0 100px !important;
     -webkit-border-radius: 0 0 0 100px !important;
	
	position: absolute;
    top: 0;
    right: 0;
	}
	
	.btn_txt{margin: auto auto;
display: block;
vertical-align: middle;
text-align: center;
line-height: 6rem;
font-size: 1.3rem;
padding-left: 25%;}
	
	.btn_container{
	    width: 100%;
    text-align: center;
    margin-top: 5%;

}
	
	.btn_txt_in{
		     position: absolute;
    bottom: 12px;
    font-size: 14px;
    letter-spacing: 0;
      right: 18%;
    font-weight: 400;
    top: 20%;

	}	
	
	.button{
		 min-width: 40vh;
		 padding: 3% 0%;
	}
	.login_bottom{bottom:10vh;}


/*------------schedule-----------------*/

.sub_head {
    color: #ffffff;
    font-size: 10vw;
    position: relative;
    margin-top: 0vw;
    display: block;
    text-align: right;
}

#schedule .MAIN_TEXT{margin-top:6vh !important;margin-bottom: 0;padding: 0 8%;}

#essential_links .MAIN_TEXT {
    margin-top: 6vh !important;
    margin-bottom: 2.5vh;
	margin-bottom: 0;
	}
	
#trade_journal .MAIN_TEXT {
    margin-top: 6vh !important;
    margin-bottom: 0;
    
	}
	

/*-----------------essential links-----------------*/

#essential_links .MAIN_TEXT {
    font-size: 15vw;
    width: 100%;
	margin-top: 6vh !important;}
	
	
	
	}