/*
Theme Name: East Coast Classics Shop
Theme URI: East Coast Classics Shop
Author: Underscores.me
Author URI: East Coast Classics Shop
Description: Website Design for East Coast Classics Shop
Version: 1.0-wpcom
Text Domain: East Coast Classics Shop
*/



html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}


/* remember to define focus styles! */
:focus { 
	outline: 0; 
}

@font-face {
    font-family: 'futurabtbold';
    src: url('https://339bd1.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtbold.woff2') format('woff2'),
         url('https://101887.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurabtbook';
    src: url('https://e3690d.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtbook.woff2') format('woff2'),
         url('https://af425f.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurabtheavy';
    src: url('https://d98695.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtheavy.woff2') format('woff2'),
         url('https://c2c756.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtheavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurabtlight';
    src: url('https://6a55c8.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtlight.woff2') format('woff2'),
         url('https://048bfc.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/futurabtlight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'icons_io42regular';
    src: url('https://4a4a9c.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/icons_io42.woff2') format('woff2'),
         url('https://16757d.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/icons_io42.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'prelo_slab_extraboldextrabold';
    src: url('https://0eff4b.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/preloslab-extrabold.woff2') format('woff2'),
         url('https://c15cfc.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/fonts/fonts-web/preloslab-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* --------------- remove apple's default styling --------------- */
	input[type="text"]{
		border-radius:0;
		padding:1px 0 1px 2px;
		-webkit-appearance: none;
	}
	
	input[type="button"],input[type="submit"],textarea{
		border-radius:0;
		-webkit-appearance: none;
	}
	
/* --------------- common input style --------------- */	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="submit"],
	select,textarea{	
		border:0;
		margin:0;
		font-family: 'futurabtheavy';
	}	
	
	::-webkit-input-placeholder {
		color:#000000;
	}
	:-moz-placeholder {
		color:#000000;
	}
	::-moz-placeholder {
		color:#000000;
	}
	:-ms-input-placeholder {  
		color:#000000;
	}
	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
body{
	margin:0 auto;
	color:#333333;
    font-size:18px;
	font-family: 'futurabtbook';
}
a{
	text-decoration:none;
	color:#333333;
}
li{
	list-style-type:none;
}
p{
	font-size:18px;	
}
hr{
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #333333;	
}
h1,h2,h3,h4,h5,h6{		
	font-weight:normal;
	
}

/* ---------------------------- MAIN CLASSES ---------------------------- */
#main-wrapper{
	width:100%;
	margin:0 auto;
	position:relative;	
	overflow:hidden;
}
#header-wrapper{

}
#content-wrapper{
	position:relative;	
	z-index:0;
	background-color:#000;
}
#inner-content-wrapper{
	padding-top:82px;
	position:relative;
	z-index:2;
}
#footer-wrapper{
	clear:both;
	overflow:hidden;
	background-color: #000;
}

/* ---------------------------- COMMON CLASSES ---------------------------- */
.page-width{
	width:1030px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.inner-content{
	padding-top: 61px;
    padding-bottom: 77px;
}
.gray-bg{
	background-color:#009d4e;
	
	position:relative;
}
.top-icon{
	position:absolute;
	top:-55px;
	left:50%;
	margin-left:-55px;
}
.bottom-icon{
	position:absolute;
	bottom:-55px;
	left:50%;
	margin-left:-55px;
}
.participating-row  .bottom-icon{
	bottom:-29px;
    margin-left:-29px;
}

/* ------------ common page ------------ */
.common-page p{
	margin-bottom:18px;
    line-height:20px;
}
.common-page p a{
	color:#ff5c5c;
}
.common-page ul{
	padding-left:33px;
}
.common-page ul li{
	list-style-type:disc;
}
.common-page ol{
	padding-left:33px;
}
.common-page ol li{
	list-style-type:decimal;
}

/* ------------ header section ------------ */
#access-options{	
	
}
.hide{
	display:none!important;
}
#access-options ul{
	text-align:right;
	padding:6px 13px 6px 10px;
	background-color:#ea2278;
	-webkit-box-shadow: inset 0px -1px 14px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -1px 14px -5px rgba(0,0,0,0.75);
	box-shadow: inset 0px -1px 14px -5px rgba(0,0,0,0.75);
}
#access-options ul li{
	display:inline-block;	
	color:#fff;
	font-size:11px;
	letter-spacing:0.4px;
	text-transform:uppercase;
}
#access-options ul li:after{
	content: "|";
    color: #ff5caa;
    margin: 0 6px;
    display: inline-block;
    font-size: 22px;
}
#access-options ul li.last-child:after{
	content:"";
	margin: 0;
}
#access-options ul li a{
	color:#fff;
}
#access-options ul li  span{
	cursor:pointer;
}
.larger-text{
	font-size:18px;
}
#access-options .smaller-text{
	padding:0 7px;
}
#access-options .larger-text{
	
	padding:0 7px;
}
#more-access .smaller-text{
	
}
#more-access .larger-text{
	
}
.default-color{
	padding:0 10px;
}
.contrast{
	background-color:#000;
	width:22px;
	height:22px;
	text-align:center;
	line-height:22px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-khtml-border-radius:20px;
	display:inline-block;;
}
#header-top{
	height:131px;
	position:relative;
}
#logo-first img,
#logo-second img{
	display:block;
}
#logo-first{
	float: left;
}
#logo-second{
	margin-top: 28px;
    float: left;
    border-right: 2px solid #ea2378;
    padding-right: 29px;
    margin-left: 16px;
}
#more-access{
	position:absolute;
	top:0;
	right:0;
	font-size:11px;
	color:#fff;
	background-image:url(https://6be749.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/bg2.png);
	background-position:left;
	background-repeat:no-repeat;
	width:137px;
	height:29px;
	line-height:26px;
	cursor:pointer;
	padding-left:23px;
    letter-spacing:0.4px;
}
#more-access a{
	color:#fff;
}
#more-access img{
	vertical-align:middle;
}
#explore-text{
	float:right;
    margin-right:167px;
    padding-top:9px;
}
#below-hero-banner{
	background: #333333;
	padding: 30px;
	color:#fff;
	overflow:hidden;
}
#below-hero-banner br{
	display:none;
}
#below-hero-banner-inner{
	max-width: 1330px;
	margin: 0 auto;
}
#below-hero-banner-left{
	width:70%;
	float:left;
	text-align: left;
	padding: 10px 0 0 0;
}
#below-hero-banner-right{
	width:auto;
	float:right;
	text-align: right;
}
#below-hero-banner h6{
	text-align:center;
	font-size:37px;
	margin-bottom: 20px;
	font-family: 'futurabtheavy';
}
#below-hero-banner h6 img{
	margin-right:15px;
}
#below-hero-banner p{
	text-align:center;

}
#below-hero-banner a{
	display: inline-block;
    background-color: #009d4e;
    color: #fff;
    font-family: 'prelo_slab_extraboldextrabold';
    font-size: 25px;
    padding: 9px 30px;
    letter-spacing: 3.5px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    text-transform: uppercase;
}
#below-hero-banner a:hover{
	background-color:#007297;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}
#below-hero-banner a img{
	vertical-align: middle;
    margin-right: 24px;
}
#below-hero-banner.content-none{
	height:43px;
	padding:0;
}
#below-hero-banner.content-none h6,
#below-hero-banner.content-none a{
	display:none;
}
#below-hero-banner span{
	font-size: 30px;
	line-height: 1.5;
}
#below-hero-banner span.eventtext{
	text-transform:uppercase;
}
#below-hero-banner span.eventdate{
	font-family: 'futurabtheavy';	
}
/* ------------ menu section ------------ */
.menu-holder{
    margin: 0 auto;
	background-color:#333333;
	clear: both;
}
#menu-button{
	display:none;	
}
#menu-wrapper{
	margin:0 auto;
}
#main-menu{
	margin:0 auto;
	text-align:center;
}
#main-menu .fa.fa-home{
	font-size: 17px;
}
#main-menu li{
	display:inline-block;
	position:relative;
	
	line-height:52px;
}
#main-menu li.last-child{
	margin-right:0;
}
#main-menu li a{
	display:inline-block;
    color:#fcf8e7;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    text-transform:uppercase;
    word-spacing:1px;
    letter-spacing:1.5px;
    padding:0 20px;
}
.nav-parent span{	
	width:16px;
	height:16px;
	display:inline-block;
	background-image:url(https://b5e7f9.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/drop-down.png);
	vertical-align: middle;
	margin-left:7px;
}
#main-menu li:hover{
	background-image:url(https://ccf9ca.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/border.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#main-menu li.active a{
	color:#009d4e;
}
	
@media screen and (min-width: 768px){
/* --------------- dropdown fade effect --------------- */
	#main-menu li ul{
		visibility:hidden;
		opacity: 0;	
	}
	#main-menu li:hover ul{
		visibility:visible;
		opacity: 1;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;		
	}
}

/* ------------ sub menu section ------------ */
#main-menu li ul{
	width:274px;
	position:absolute;
	left:-40px;
	top:57px;
	z-index:3;	
	margin:0;
	background-color:#444444;
	padding-top: 18px;
}
#main-menu li.last-child ul{
	right:0!important;
	left:auto;
}

#main-menu li ul li{
	display:block;
	padding:4px 14px;
	float:none;
	margin:0;
	line-height:20px;
}
#main-menu li ul li.last-child{
	border-bottom:0;
}
#main-menu li ul li a{
	color:#fff;
	font-size:17px;	
	width:auto;
	padding:0;
}

/* --------------- banner section --------------- */
#banner-section{
	position:relative;
	height:700px;
	clear:both;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#banner-text{
	width:365px;
    float:left;
    text-align:left;
    padding-top: 300px;
    margin-left: 170px;
}
#banner-text h1{
	font-size:32px;
	color:#fff;
	text-align: right;
	font-family: 'futurabtlight';
}
#banner-text h6{
	background-image:url(https://37c248.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/bg1.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:288px;
	height:56px;
	line-height:56px;
	font-size:37px;
	color:#fff;
	display:inline-block;
	text-align: right;
    font-family: 'futurabtheavy';
    letter-spacing: -2px;
	padding-right: 20px;
	margin-bottom: 67px;
}
#banner-text h6 img{
	margin-right:15px;
}
#banner-explore{
	width:100%;
    margin-bottom:25px;
    display:block;
    height:auto;
}

/* --------------- banner bottom --------------- */
#banner-bottom{
	padding:90px 0 110px 0;
}
#banner-bottom p{
	font-size: 32px;
    color: #fff;
    text-align: center;
    font-family: 'futurabtlight';
    line-height: 45px;
}

/* ------------ home text section ------------ */
#home-text-section{
	position:relative;
	padding:126px 0;
	background-color:#000;
}
#home-text-section .row{
	position:relative;
}
#home-text-block{
	padding-right:360px;
	min-height: 320px;
}
#home-text-block p{
	line-height: 28px;
	color: #fff;
}
#home-text-image{
	position:absolute;
	right:0;
	top:0;
	-moz-border-radius:170px;
	-webkit-border-radius:170px;
	border-radius:170px;
	-khtml-border-radius:170px;
}

/* --------------- page title --------------- */
#page-title{
	background: #007398;
	/*background: linear-gradient(90deg, rgba(253,0,18,1) 0%, rgba(10,149,214,1) 100%);*/
	padding: 47px 0;
}
#page-title h1{
	font-size:56px;
	color:#fff;
	letter-spacing: 5.5px;
}

/* --------------- testimonials section --------------- */
#testimonials-section{
	position:relative;
	padding:54px 0 68px 0;
}
#testimonials-section p{
	    font-size:24px;
    color: #fff;
    text-align: center;
    font-family: 'futurabtlight';
    line-height:34px;
	margin-bottom: 26px;
}	
#testimonials-section label{
	color:#fff;
	text-align: center;
	display:block;
}
#testimonials-section  strong{
	font-family: 'futurabtheavy';
}


/* --------------- left text block --------------- */
.left-text-block{
	width:30%;
	float:left;
}
.left-text-block p{
	line-height: 28px;
	margin-bottom: 23px;
	color: #fff;
}
.left-text-block p a{
	color:#ea2378;
}
.left-text-block strong{
	font-family: 'futurabtheavy';
}
.left-text-block h6{
	font-size:37px;
	font-family: 'futurabtheavy';
	margin-bottom: 19px;
	letter-spacing: -2px;
}
.left-text-block h6 img{
	margin-right:15px;
}

/* --------------- right text block --------------- */
.right-text-block{
	width:64.5%;
	float:right;
}
.right-text-block ul li{
	color:#009CDE;
	font-size:28px;
	margin-bottom:23px;
	background-image:url(https://6748d6.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/icon7.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:44px;
}
.right-text-block p{
	line-height: 28px;
	padding-left: 44px;
	margin-bottom: 23px;
	color: #fff;
}
.right-text-block strong{
	font-family: 'futurabtheavy';
}

/* --------------- register form --------------- */
#register-form   input[type="text"],
#register-form   input[type="email"]{
	width:100%;
    overflow:hidden;
    border:none;
    height:52px;
	border-bottom:2px solid #ea2378;
	background-color:#efefef;
	margin-bottom:37px;
	font-size:18px;
	padding: 0 21px;
}
#register-form   select{
	width:100%;
    overflow:hidden;
    border:none;
    height:52px;
	border-bottom:2px solid #ea2378;
	background-color:#efefef;
	margin-bottom:38px;
	font-size:18px;
	color:#000000;
	padding: 0 21px;
	
	
	display:block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-indent: 0.01px;
    text-overflow: '';
	background-image:url(https://7a721c.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/icon11.png);
	background-position:right center ;
	background-repeat:no-repeat;
	cursor:pointer;
}
#register-form  input[type="submit"]{
    font-size: 20px;
    padding: 0 27px 0 72px;
    line-height: 56px;
    color: #fff;
    border: none;
    background-color: #EA2378;
    text-align: center;
    margin-top: 15px;
    display: block;
    cursor: pointer;
    background-image: url(https://8ddf72.claudeassets.com/20230128070154im_/https://investingintalent.com/wp-content/themes/myplus-law/inc_files/css/inc_files/images/icon12.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'prelo_slab_extraboldextrabold';
	letter-spacing:2.5px;
}
#register-form  input[type="submit"]:hover{
    background-color:#333333;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}
.contact-details{
	font-family: 'futurabtheavy';
}

/* --------------- participating section --------------- */
.participating-row{
	position:relative;
}
.participating-top{
	padding:61px 0 52px 0;
}
.participating-bottom{
	background-color:#e5e5e5;
	position:relative;
	padding:58px 0 29px 0;
}
.participating-bottom p{
	text-align:center;
	font-size:24px;
	color:#009CDE;
	line-height:33px;
	margin-bottom:20px;
}
.participating-bottom a{
	color:#EA2378;
}
.participating-logo{
	width:30.5%;
	float:left;
}
.participating-logo img{
	max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
.participating-text{
	width:64.5%;
	float:right;
}
.participating-text p{
	line-height:28px;
	margin-bottom:20px;
	color: #fff;
}
.participating-text a{
	color:#EA2378;
	font-family: 'futurabtheavy';
}
.participating-bottom p.tag-line{
	font-size:16px;
	color:#666666;
}
.participating-bottom p.tag-line strong{
	font-family: 'futurabtheavy';
}
.participating-bottom p.tag-line a{
	font-family: 'futurabtheavy';
}

/* --------------- three blocks --------------- */
.three-blocks{
	width:30.5%;
	float:left;
	margin-right:4%;
}
.three-blocks.last-child{
	margin-right:0;
}
.three-blocks h3{
	font-size:38px;
	color:#009CDE;
	line-height: 40px;
	margin-bottom: 12px;
	letter-spacing: -1px;
}
.three-blocks p{
	line-height:28px;
	color: #fff;
}

/*--------------- footer section ---------------*/
#footer-top{
	background: #333333;
    /* background: linear-gradient(90deg, rgba(253,0,18,1) 0%, rgba(10,149,214,1) 100%); */
    padding: 116px 0 155px 0;
    text-align: center;
    color: #fff;
}
#footer-top h6{
	text-align:center;
	font-size:37px;
	margin-bottom: 20px;
	font-family: 'futurabtheavy';
}
#footer-top h6 img{
	margin-right:15px;
}
#footer-top p{
	text-align:center;
}
#footer-top a{
    display: inline-block;
    background-color: #009d4e;
    color: #fff;
    font-family: 'prelo_slab_extraboldextrabold';
    font-size: 34px;
    padding: 19px 42px;
    letter-spacing: 3.5px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}
#footer-top a:hover{
    background-color:#007398;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}
#footer-top a img{
	vertical-align: middle;
    margin-right: 24px;
}
#footer-top.content-none{
	height:43px;
	padding:0;
}
#footer-top.content-none h6,
#footer-top.content-none a{
	display:none;
}	
#footer-bottom{
	background-color:#000;
	padding:57px 10px;
}
#footer-bottom p{
	text-align:center;
	color:#fff;
	font-size:16px;
} 
#footer-bottom a{
	color:#fff;
}



/* ---------------------------- 404 Template  ---------------------------- */
#error-message {
  	width:940px;
  	margin:0 auto;
  	padding:180px 0 50px 0;
  	text-align:center;
}
#error-message h1 {
  	font-size:350px;
  	width:100%;
  	margin:0 auto 0 auto;
  	text-align:center;
  	color:#ff5c5c;
  	border:0;
}
#error-message a{
    color:#000;
    font-size:18px;
}

/* ---------------------------- MEDIA QUERY ---------------------------- */

@media screen and (min-width:0px) and (max-width:1140px){
	#below-hero-banner br{
	display:initial;
	}
	#below-hero-banner-left {
    width: auto;
    float: left;
    text-align: left;
    padding: 10px 0 0 0;
	}
	#below-hero-banner a {
    margin: 20px 0 0 0;
	}
	#banner-section{
	position: relative;
    height: 550px;
    clear: both;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	#banner-text{
	width: 365px;
    float: left;
    text-align: left;
    padding-top: 150px;
    margin-left: 170px;
	}
}


@media screen and (min-width:0px) and (max-width:1060px){
	.page-width{
		width:auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	
}
@media screen and (min-width:0px) and (max-width:1090px) {
	/* ------------ menu section ------------ */
		
	.menu-holder{
		width:100%;
		height:auto;
		margin:0;
		position:relative;
		padding:0;
	}
	#menu-button{
		display:block;
		width:100%;
		margin:0;
		font-size:30px;
		height:40px;
		color:#fff;
		padding-left: 15px;
		line-height: 40px;
	}				
	#menu-wrapper{
		display:none;
		height:auto;	
		border:0;
		width:100%;
		position:absolute;
		top:40px;
		padding:0;
		z-index: 999;
	}
	#main-menu{
		height:auto;
	}	
	#main-menu li{
		float:none;		
		position:relative;
		width:100%;
		height:auto;
		border-bottom:1px solid #fff;
		background-color: #333333;
		margin:0;
		display:block;		
	}
	#main-menu li.last-child{
		border-bottom:0;
	}
	#main-menu li:after{
		content:"";
		display:none;
	}
	.nav-parent span{
		position:absolute;
		top:12px;
		right:15px;
		cursor:pointer;
	}
	
	#main-menu li a {
		line-height:30px;
		padding:5px 0;
		float:none;
		text-align:center;
		height:auto;
		margin:0;
		background:none;
		display:block;		
	}
	#main-menu li a:hover{
		background-image:none;
	}	
	#main-menu li:hover ul{
		display:none;
	}	
	#main-menu li ul{
		top:0;
		left:0;
		width:100%;	
		padding:0;
		position:relative;
		overflow:hidden;
		border:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-khtml-border-radius:0;
		display:none;
	}	
	#main-menu li ul .dropdown-icon{
		display:none;
	}
	#main-menu li ul li{		
		height:40px;
		border:0;
	}
	#main-menu li ul li a{
		padding:0;
		width:auto;
		color:#fff;
		line-height:40px;
		text-align:center;
		font-size:16px;
	}
	
}

@media screen and (min-width:769px) and (max-width:1024px){
	#banner-section{
		height:550px;
	}
	#banner-text{
	width: 300px;
    margin-left: 30px;
    padding: 200px 0 0 0;
	}
	#logo-first img{		
		width:163px;
	}
	#logo-second img{
		width:132px;
	}
	#explore-text{
		width:190px;
	}
	#header-top{
		height:84px;
	}
}

@media screen and (min-width:0px) and (max-width:768px){
	#banner-section{
		height:400px;
		background-position: left center;
	}
	#banner-text{
	margin: 0 auto;
    padding-top: 30px;
    width: 40%;
    float: none;
	}
	#banner-text h6{
		margin-bottom: 14px;
	}
	#banner-text h1 {
		font-size:23px;
	}
	#below-hero-banner-left {
    width: auto;
    float: none;
    text-align: center;
    padding: 10px 0 0 0;
	}
	#below-hero-banner-right {
    width: auto;
    float: none;
    text-align: center;
    margin: 20px 0 0 0;
	}
	#below-hero-banner span {
    font-size: 23px;
    line-height: 1.5;
	}
	#below-hero-banner a {
    margin: 0 0 0 0;
	}
	
	
		
}

@media screen and (min-width:0px) and (max-width:768px){
	#banner-bottom {
		padding: 68px 0 70px 0;
	}
	#banner-bottom p{
		font-size: 26px;
		line-height: 38px;
	}
	#home-text-section{
		padding:100px 0;
	}
	#footer-top{
		padding: 98px 0 50px 0;
	}
	#footer-top h6,
	.left-text-block h6{
		font-size:30px;
	}
	#footer-top a{
		font-size: 20px;
		padding: 12px 24px;
		letter-spacing: 2px;
	}
	#footer-bottom{
		padding: 19px 10px;
	}
	
	#testimonials-section p{
		font-size: 20px;
		line-height: 28px;
	}
	#page-title{
		padding:15px 0;
	}
	#page-title h1{
		font-size:33px;
		letter-spacing:1px;
	}
	
	.three-blocks h3 {
		font-size: 30px;
		line-height: 34px;
	}
	
	.right-text-block ul li{
		font-size: 24px;
	}
	
	.participating-bottom p {
		font-size:22px;
		line-height:29px;
	}
	
	
}

@media screen and (min-width:0px) and (max-width:600px){
	#banner-bottom p {
		font-size: 22px;
		line-height: 32px;
	}
	#home-text-block {
		padding-right: 0;
	}
	#home-text-block p{
		margin-bottom:30px;
	}
	#home-text-image {
		position: relative;
		display: block;
		margin: 0 auto;
	}
	#footer-top a {
		font-size: 17px;
		padding: 8px 16px;
	}
	#page-title h1 {
		font-size: 28px;
	}
	.three-blocks {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.left-text-block {
		width:auto;
		float:none;
		margin-bottom:30px;
	}
	.right-text-block {
		width:auto;
		float:none;
	}
	.participating-logo {
		width: 240px;
		float: none;
		margin: 0 auto 30px auto;
	}
	.participating-text {
		width: auto;
		float: none;
	}
	.participating-text p{
		text-align: center;
	}
}

@media screen and (min-width:0px) and (max-width:600px){
	#drop-down ul {
		padding-left:10px;
	}
	#drop-down ul li{
		display:block;
		margin-bottom:10px;
	}
	#drop-down ul li:after{
		content: "";
	}
}

@media screen and (min-width:0px) and (max-width:500px){
	#banner-text{
		width:280px;
	}
	#banner-text h6{
		width: 244px;
		font-size: 28px;
	}
	#banner-text h1 br{
		display:none;
	}
	
	#access-options ul li{
		display:block;
		margin-bottom:5px;
	}
	#access-options ul li:after{
		content:"";
	}
	#logo-first{
		float:none;
	}
	#logo-first img{
		width:115px;
	} 
	#logo-second{
		margin-top: 16px;
		padding-right:20px;
		margin-left: 10px;
	}
	#logo-second img{
		width:70px;
	}
	#explore-text{
		width:122px;
		margin-right:10px;
	}
}

.right-text-block h2 { font-size: 26px; margin-bottom: 16px; font-weight: bold; color: white  }
.right-text-block h3 { font-size: 20px; margin-bottom: 12px; font-weight: bold; color: white }
#page-title h1{
	text-transform: uppercase;
}



/*
     FILE ARCHIVED ON 08:22:17 Sep 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:46:45 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.742
  exclusion.robots: 0.114
  exclusion.robots.policy: 0.103
  esindex: 0.011
  cdx.remote: 14.075
  LoadShardBlock: 131.778 (3)
  PetaboxLoader3.datanode: 108.742 (5)
  PetaboxLoader3.resolve: 375.645 (2)
  load_resource: 524.231
  loaddict: 145.235
*/