/********************************
Global
********************************/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background-color: #000;
	margin: 0;
}
@media (min-width:768px){
	body{
		font-size:18px;
	}
}

img{
	max-width: 100%;
}

img.block{
	display: block;
}

a{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5{
	color: #fff;
	margin: 10px 0;
	font-weight:300;
}


h2{
	font-size: 2.4em;
}

@media (min-width:768px){
	h2{
		font-size: 2.4em;
	}
}
@media (min-width:992px){
	h2{
		font-size: 3em;
	}
}
p{
	color: #e5eaec;
	font-size: 1rem;
	margin: 10px 0;
	line-height: 1.7;
}
@media (min-width:350px){
	p{
		font-size:1.1rem;
	}
}
a{
	color: #0c93f2;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*:focus {
    outline: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.container-fluid{
	max-width: 1240px;
}

.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.hide-md{
	display: none;
}

@media (min-width: 992px){
	.hide-md{
		display: block;
	}
}

.hide-sm{
	display: none;
}

@media (min-width: 768px){
	.hide-sm{
		display: block;
	}
}

.show-md{
	display: block;
}

@media (min-width: 992px){
	.show-md{
		display: none;
	}
}

.page{
	background: #ebedee;
}

.page h2{
	color: #5a6c7e;
}

.page p{
	color: #868f98;
}

.page ol{
 	color: #868f98;
	line-height: 1.7;
	font-size: 0.95rem;
	padding: 0 0 0 1rem;
}

.page ul{
	color: #868f98;
	list-style: none;
	line-height: 1.7;
	font-size: 0.95rem;
	padding: 0;
}

.page ul ul{
	list-style: circle;
	padding: 0 0 0 1rem;
}

.page ul li,
.page ol li{
	margin-bottom: 0.5rem;
}

/********************************
Buttons
********************************/
button{
	cursor: pointer;
}

.btn{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
	border-radius: 2px;
	padding: 0.9rem 2rem;
	border: none;
	font-weight: 700;
	box-shadow:
  0 4px 8px 0 rgba(0,0,0,0.12),
  0 2px 4px 0 rgba(0,0,0,0.08);
  	transition: transform 0.3s ease 0s;
}

.btn .svg-inline--fa{
	margin-left: 0.5rem;
	color:#c1a473;
}

.btn-primary{
	background-color:rgba(255,255,255,0);
    color: #fff;
    border: 2px solid rgba(255,255,255,1);
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.btn-primary:hover{
	background-color:rgba(255,255,255,1);
	color:#000;
}

.btn-secondary{
	background-color: rgba(0,0,0,0);
    color: #000;
    border: 2px solid rgba(0,0,0,1);
}
.btn-secondary:hover{
	background-color: rgba(0,0,0,1);
	color:#fff;
}

/********************************
Navigation
********************************/
.brand{
	text-align: right;
	line-height:0;
}

@media (min-width: 992px){
	.brand{
		text-align: left;
	}
}

nav{
	padding: 0.8rem 0;
	background: rgba(0,0,0,0.9) url(../images/scanline.png);
	border-bottom: 1px solid rgba(25,25,25,0.6);
	height:60px;
}

.not-index nav{
	background: rgba(0,0,0,0.9) url(../images/scanline.png);
	/*border-bottom: 1px solid #54606f;*/

}

nav .main-navigation{
	text-align: right;
}

ul.nav{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.nav li{
	display: inline;
	padding: 0 0.5rem;
}

ul.nav li a{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: #ffff;
	letter-spacing: 1px;
}

ul.nav li a:hover{
	color: #c1a473;
}

ul.nav li a.active{
	color: #c1a473;
}

/*
Mobile Nav
*/
.mobile-button{
	color: #fff;
	font-size: 1.5rem;
	display: block;
}

@media (min-width: 992px){
	.mobile-button{
		display: none;
	}
}

.mobile-button a{
	color: #fff;
}

/********************************
Headers
********************************/
.not-index header h1{
	padding-bottom: 1rem;
}

.not-index header .title-decor{
	width: 90%;
	height: 1px;
	background-color: #c1a472;
	margin: 0 auto;
}

.sub-header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25252f+0,000000+100 */
background: #25252f; /* Old browsers */
background: -moz-linear-gradient(top, #34364c 0%, #25252f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #34364c 0%,#25252f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #34364c 0%,#25252f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34364c', endColorstr='#25252f',GradientType=0 ); /* IE6-9 */
	padding: 3rem 0;
}

/********************************
Cards
********************************/
.card{
    padding: 1.5rem;
}

.card h3{
	color: #fff;
	text-shadow: 2px 2px 8px #000;
}

.card p{
	color: #b2c2d2;
}

.card .title-decor{
	height: 3px;
    background-color: #3b99db;
    width: 20%;
    margin: 15px 0;
}

.img-card{
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.cards{
	padding-top: 4rem;
}

.card-left{
	height:200px;
	background: #000 url(../images/sm-card-publishers.jpg) top left -50px no-repeat;
	padding-top:20px;
}
@media (min-width:768px){
	.card-left{
		background: #000 url(../images/card-publishers.jpg) center right no-repeat;
		padding-top:60px;
		height:300px;
	}
}

.card-right{
	height:200px;
	background: #000 url(../images/sm-card-advertisers.jpg) top right no-repeat;
	padding-top:20px;
}
@media (min-width:768px){
	.card-right{
		background: #000 url(../images/card-advertisers.jpg) center right no-repeat;
		padding-top:60px;
		height:300px;
	}
}

/********************************
Footer
********************************/
footer{
	background: #000 url(../images/scanline.png);
	border-bottom:3rem solid rgba(25,25,25,0.6);
	padding: 3rem 0;
	min-height: 300px;
}

footer img.logo{
	margin: 1.5rem 0;
}

footer span.rights{
	color: #fff;
	opacity: 0.5;
	margin: 2rem 0;
	display: block;
	font-size: 0.75rem; 
}

/********************************
Forms
********************************/
select.form-input:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.form-card.card{
	background: #ececec url(../images/form-bg.jpg) center bottom no-repeat;
}

.form .form-header h3{
	color: #333;
	text-shadow:none;
}

.form-group{
	margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.5);
    border-radius: .25rem;
    border: 1px solid #ccc;
    padding: 0.5rem;
}

label.form-label{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.7rem;
    color: #777;
}

.form-input{
	display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*
form error styles
*/
.form label.error{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 200;
    letter-spacing: 1px;
    color: #c31f51;
    width: 100%;
    display: block;
}

/* captcha required errow msg*/
form label#captcha-hidden-error {
    display: block;
    margin-bottom: 20px;
    margin-top: -10px;
    font-weight: 400;
}

/* captcha override */
@media screen and (max-width: 360px)
.g-recaptcha {
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;