.web_main_container {
	width: 80vw;
	margin: 0px auto;
	padding-bottom: 50px;
	padding-top: 80px;
}

.web_main_title {
	text-align: left;
	font-size: 42px;
	font-weight: 400;
	padding-bottom: 20px;
}

.web_main_left_content {
	width: 35vw;	
}

.web_main_active_content {
	padding-top: 40px;	
}

.web_main_details_container {
}

.web_title {
	font-size: 24px;
	padding-bottom: 10px;	
}

.web_main_name {
	font-size: 30px;
	font-weight: 400;
}

.web_sub_name {
	font-size: 26px;
}

.web_main_date {
	font-size: 26px;
	font-weight: 500;
	color: var(--webinar-main);
}

.web_main_date_upcoming {
	color: var(--webinar-main-upcoming) !important;
}

.web_main_date_upcoming_next {
	color: var(--webinar-main-upcoming-next) !important;
}

.web_main_image {
	margin-bottom: 20px;
}

.web_upper_register {
	margin-top: 15px;	
}

.web_form_rightside {
	padding-left: 20px;
}

.web_form_input_container {
	width: 70%;	
}

.form_input_width_adj {
	width: 100% !important;	
}

.web_form_recording {
	font-size: 14px;
	width: 70%;
}

.web_main_desc {
	/*text-align: center;*/
	padding-left: 20px;
}

.web_desciption_container {
	text-align: left;	
}

 .web_pretext {
 	/*text-align: center;*/
 	margin-bottom: 5px;
 }

.web_qa {
	font-size: 18px;	
}

.web_form_qa {
	width: 70%;	
}

.web_main_register_content {
	padding-top: 20px;	
}

.web_register {
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 20px;
	padding-top: 20px;
}

.web_register img {
    max-height: 40px;
    padding-bottom: 10px;
}

.web_response {
	padding-top: 20px;
	text-align: center;
}

.web_upcoming_container {
    margin-bottom: 40px;
}

.webinar_upcoming_webinar:not(:first-child), .webinar_replay:not(:first-child) {
	padding-left: 20px;
}

.web_upcoming_title {
	font-size: 27px;
	font-weight: 400;
	padding-bottom: 15px;
}

.web_lower_flex_main {
}

.web_lower_flex_main .flex_sub_container {
	padding-right: 15px;
}

.web_lower_flex_main img {
	width: 25vw;
}

.web_lower_flex_main img:hover {
	-webkit-box-shadow: 0px 0px 0px 5px #c3883c;
    -moz-box-shadow: 0px 0px 0px 5px #c3883c;
    box-shadow: 0px 0px 0px 5px #c3883c;
}

.web_archive_webinar_button_container {
	padding-top: 40px;
}

.web_blue_text {
	color: rgb(46,116,181);
}

.gtw_form_button_container {
	padding-top: 5px;
}

ul li, ol li {
	margin-bottom: 5px;
}

div.pareto_button_webinar {
	cursor: pointer;
	font-family: "museo-sans-rounded", sans-serif;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	background-color: var(--blue-main);
	border: 2px solid var(--blue-main);
	border-radius: 25px;
	padding: 4px 15px;
	width: 100%;
    width: -moz-fill-available !important;
    width: -webkit-fill-available !important;
	display: inline-block;
	text-align: center;
}

div.pareto_button_webinar:hover {
	background: #fff;
	color: var(--blue-main);
}

/* --------------- Mobile ------------------------------------------------------------------- */
/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 	
	.web_main_container {
		width: 95vw;
	}
	
	.web_main_active_content {
	    padding-top: 20px;
	}
	
	.web_main_title {
		font-size: 38px;
	}
	
	.web_main_image {
		max-width: 300px;
		float: initial;
		margin: 20px auto 20px auto;
		text-align: center;
	}
	
	.web_main_name {
    	font-size: 25px;
	}
	
	.web_main_date {
    	font-size: 16px;
	}
	
	.web_form_rightside {
	    padding-left: 0px;
	}
	
	.form_input_width_adj {
	    width: 90% !important;
	}
	
	.web_lower_flex_main img {
	    width: 85vw;
	}
	
	.web_upcoming_container {
		margin-top: 40px;
		padding-left: 0px;
	}
	
	div.pareto_button_gold {
    	font-size: 15px;
	}
	
	.web_main_active_content {
		flex-flow: column;
	}
	
	.web_main_left_content {
		width: auto;
	}
	
	.web_main_desc {
		padding-top: 40px;
		padding-left: 0px;
	}
	
	.web_main_desc img {
		max-width: 280px;
	}
	
	.web_form_input_container, .web_form_qa {
		width: auto;
	}
	
	.web_upcoming_flex {
		flex-flow: column;
	}
	
	.webinar_upcoming_webinar:not(:first-child), .webinar_replay:not(:first-child) {
    	padding-left: 0px;
    	padding-top: 20px;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	.web_main_container {
		width: 95vw;
	}
	
	.web_main_active_content {
	    padding-top: 20px;
	}
	
	.web_main_image {
		max-width: 450px;
		float: initial;
		margin: 20px auto 20px auto;
		text-align: center;
	}
	
	.web_main_name {
    	font-size: 27px;
	}
	
	.web_lower_flex_main img {
	    width: 65vw;
	}
	
	.web_lower_flex_main {
		flex-flow: column;
	}
	
	.web_upcoming_container {
		margin-top: 40px;
		padding-left: 0px;
	}
	
	.web_upcoming_container .flex_container {
		justify-content: flex-start;
	}
}

/*landscape*/
@media screen and (min-width: 800px) and (max-width: 1275px) and (orientation: landscape) { 

}
/* ----------- iPhone X ----------- */
@media only screen 
and (min-device-width : 375px) 
and (max-device-height : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) {

}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	.web_lower_flex_main img {
	    width: 65vw;
	}
	
	.web_lower_flex_main {
		flex-flow: column;
	}
	
	.web_upcoming_container .flex_container {
		justify-content: flex-start;
	}
	
	.web_upcoming_container {
		margin-top: 40px;
		padding-left: 0px;
	}
	
	.web_main_active_content {
		flex-flow: column;
	}
	
	.web_main_left_content {
		width: auto;
	}
	
	.web_main_desc {
		padding-top: 40px;
	}
	
	.web_upcoming_flex {
		flex-flow: column;
	}
	
	.webinar_upcoming_webinar:not(:first-child), .webinar_replay:not(:first-child) {
    	padding-left: 0px;
    	padding-top: 20px;
	}
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}