

/* Main menu */
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

button.navbar-toggle {
	color: #d6d6d6;
	border-color: #d6d6d6;
}
	button.navbar-toggle .icon-bar {
		background-color: #e58406;
	}

.affix-top {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	z-index: 9999 !important;
	border: none;
	padding: 5px;
	background:rgba(64,64,64,0.3);	
}

.affix-top a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	color: #fff;
}

.affix-top a.navbar-brand {
	padding: 0;
}

.affix-top #logo-img {
	display: inline-block;
	background: url('../img/logo-full123-50px.png') top left no-repeat;
	width: 279px;
	height: 55px;
}

.affix-top .navbar-right {
	background-color: none;
}

@media (max-width: 992px) {
	.affix-top #logo-img {
		/*background: url('../img/logo.png') top left no-repeat;*/
		width: 279px;
		height: 50px;
	}
}

.affix {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	z-index: 9999 !important;
    top: 0;
    width: 100%;
    background-color: #404040;
    border: none;
	border-radius: 0;
	padding: 5px;
}

.affix a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
}

.affix a.navbar-brand {
	padding: 0 !important;
}

.affix #logo-img {
	/*
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	*/
	background: url('../img/logo-full123-50px.png') top left no-repeat;
	width: 283px;
	height: 55px;
}

.nav>li>a.selected,
.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration:none;
	background-color: transparent; 
	color: #e58406;
}



/* Left Sticky menu */
div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	background-color: #f0f0f0;
	z-index: 999;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}

.left-menu-ul .active a {
	background: #df1f1c !important;
}

@media (max-width: 767px) {
	div.sticky {
		padding: 0;
		border-top: none;
		border-bottom: 2px solid #606060;
		background-color: #f0f0f0;
	}
	.left-nav-menu {
		padding: 0 8px;
	}
}


/* Main page */
#say-hello {
	background-color: #f8f8f8;
}

#say-hello h2{
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

#advertisers {
	/*background-color: #003569;*/
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013563+0,000309+100 */
	background: rgb(1,53,99); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(1,53,99,1) 0%, rgba(0,3,9,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,53,99,1) 0%,rgba(0,3,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(1,53,99,1) 0%,rgba(0,3,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013563', endColorstr='#000309',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
}
	#advertisers h2 {
		color: #fff;
	}
	#advertisers h3 {
		color: #0587db;
	}
	#advertisers p {
		color: #fff;
	}
	
	#advertisers img{
		border-radius: 80px 0 80px 0;
		margin-top: 30px;
	}

#publishers {
	text-align: left;
	/*background: url('../img/worldgrid.jpg') top center no-repeat #fff;*/

}
	#publishers h2 {
		color: #1d2733;
	}
	#publishers h3 {
		color: #0587db;
	}
	#publishers p {
		color: #0057a8;
	}
#about{
	margin-bottom: 60px;
	padding-top: 30px;
}

#about .col-md-5{
	/*padding-left: 20px;*/
}


#about img{
	margin-top: 30px;
	border-radius: 80px 0 80px 0;
}

#about h2 {
color: #003569;
}

#advrow h2{
	color: #003569;
	margin-top: 30px;
}

#advrow{
	/*margin-top: 20px;*/
}

#advrow img{
	/*border-radius: 80px 0 80px 0;*/
	/*margin-top: 30px;*/
}


#verticallist{
	/*margin-top: 30px;*/
	/*padding: 20px;*/
	/*background-color: #fafafa;*/
	
}
#verticallist h2{
	
}

#verticallist h3{
	/*color: #0057a8;*/
	margin: 20px 0 20px 0;
	/*padding-bottom: 10px;*/
	/*border-bottom: 1px dashed #e3e3e3;*/
	/*text-align: center;*/
}

#verticallist ul{
	-webkit-columns: 3 100px;
	     -moz-columns: 3 100px;
	          columns: 3 100px;
	  -webkit-column-gap: 3em;
	     -moz-column-gap: 3em;
	          column-gap: 3em;     
}
	@media (max-width: 991px) {
		#verticallist ul{
			-webkit-columns: 2 100px;
				 -moz-columns: 2 100px;
					  columns: 2 100px;     
		}
	}
	@media (max-width: 600px) {
		#verticallist ul{
			-webkit-columns: 1 100px;
				 -moz-columns: 1 100px;
					  columns: 1 100px;    
		}
	}

#verticallist li{
	line-height: 24px;
	font-family: ;
}

#verticallist li {
  
}

#verticallist li:before {

}


#differences {
	margin: 30px 0 60px 0;
	}

#differences h4{
	color: #0057a8;
	margin: 20px 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
	/*text-align: center;*/
}


#differences ul{
	-webkit-columns: 3 200px;
	     -moz-columns: 3 200px;
	          columns: 3 200px;
	  -webkit-column-gap: 4em;
	     -moz-column-gap: 4em;
	          column-gap: 4em;     
}

#differences li {
    
    margin-bottom: 10px;
    display: inline-block;
}

#differences li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #e58406;
}

#pubrow h2{
	color: #003569;
	margin-top: 30px;

}

.mainimg{
	/*
	min-height: 150px;
	min-width: 600px;
	*/
	display: block;
	width: auto;
	height: auto;

}

#footer {
  color: #c0c0c0;
}

#footer h4 {
	text-transform: uppercase;
	font-weight: bold; 
}

#footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.8em;
	min-height: 14em;
}

#footer a {
  color: #c0c0c0;
}

#footer-copyright {
	margin-top: 80px;
}

.form-control.error {
	background-color: #ffe8e8 !important;
}



/*CSS BY JC*/

h2{
	font-weight: 800!important;
}

.h2sub{
	color: #0587db;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e3e3e3;
}

h3 {
	color: #0587db!important;
}

/* added 6/17/19 */
h4 {
	margin-top: 16px;
	margin-bottom: 8px;
	color: #0587db!important;
	font-size: 1.3em;
}

/* added 6/17/19 */
h5 {
	text-decoration: underline;
}

p{
	font-size: 1.2em;
	line-height: 1.5em;
}

.boxedin{
	/*border: 1px dashed #e3e3e3;
	padding: 20px;*/
}

.darkblue{
	color: #0057a8;
}

.orange{
	color: #df1f1c;
}

.orangebar{
	border: 1px solid #fff;
}

.orangebar:focus,.orangebar:focus,.orangebar:hover{background-color: #df1f1c; border: 1px solid #fff; color:#fff;text-decoration:none}


#hellohead{
	margin-bottom: 40px;
}

#hellohead2{
	margin: 50px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#newage{
	min-height: 400px;
	max-height: 700px;
	/*background-color: #003569;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013563+0,000309+100 */
	background: rgb(1,53,99); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(1,53,99,1) 0%, rgba(0,3,9,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,53,99,1) 0%,rgba(0,3,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(1,53,99,1) 0%,rgba(0,3,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013563', endColorstr='#000309',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

.asimage{
	margin: 30px auto 0 auto;
}

#newage a:link{
	color: #fff;
}

#newage a:hover{
	color: #e58406;
	text-decoration: none;
}

#newage a:visited{
	color: #fff;
}

.video-container .overlay h2{
	font-size: 3vw !important;
	font-weight: 500 !important;
}


#newage p{
	color: #fff;
}

#newage h2{
	color: #fff;
	font-weight: 800;
	font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

#newage h3{
	color: #008ce2;
	line-height: 35px;
}

.extrapad{
	padding: 80px 20px;
}

.overlay h2{
	font-size: 4.6vw !important;
	    line-height: 3vw !important;
	    font-weight: 500;
}


.join-header {
	background: #e58406;
	color: #fffff!important;
	border-radius: 3px;
}
	.join-header:hover>a {
		color: #fff !important;
	}

.center-screen {
	position: relative;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}

.mobile-only {
	display: none;
}

@media only screen and (max-width : 480px) {
    
	 .no-mobile {
	  display: none;
	 }
	 .mobile-only {
	  display: block;
	 }
 }
 .fa-search{
   display: none;  
 }