
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }



@font-face {
font-family: 'GeographWeb-Bold';
    src: url('../fonts/GeographWeb-Bold.eot');
    src: url('../fonts/GeographWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeographWeb-Bold.woff') format('woff');
}


@font-face {
font-family: 'GeographWeb-Light';
    src: url('../fonts/GeographWeb-Light.eot');
    src: url('../fonts/GeographWeb-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeographWeb-Light.woff') format('woff');
}


@font-face {
font-family: 'GeographWeb-Medium';
    src: url('../fonts/GeographWeb-Medium.eot');
    src: url('../fonts/GeographWeb-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeographWeb-Medium.woff') format('woff');
}


@font-face {
font-family: 'GeographWeb-Regular';
    src: url('../fonts/GeographWeb-Regular.eot');
    src: url('../fonts/GeographWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeographWeb-Regular.woff') format('woff');
}

body{ 
	font-size: 100%; 
	padding: 0; 
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background-color: #111111;
	}


a {
	color: #888;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

/* Header Style */

.serviceLogos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
	background-color: #222222;
	padding: 20px;
	margin-bottom: 4%;
    }
.serviceLogo {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: 40px;
    margin: 0 20px;
}

.nonLinear {
    background-color: #222222;
    padding-top: 5%;
}

.container > header {
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container h1 {
	color:white;
	padding-top:20px;
	padding-bottom: 20px;
	width:100%;
	margin: auto;
	font-family: 'GeographWeb-Medium';
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: 500;
}

.container h3 {
	text-align:center;
	font-size: 20px;
	padding-top:50px;
	color:white;
	width:100%;
	font-family:'GeographWeb-Regular';
	font-weight:300;
	letter-spacing: 5px;
}
.container h4{    
	padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    letter-spacing: 2.8px;
    color: white;
    width: 100%;
    font-family: 'GeographWeb-Light';
    font-weight: 200;
	font-size: 20px;

}

.container p {

    padding: 0 3%;
    text-align: center;
    letter-spacing: 2.8px;
    color: white;
    width: 100%;
    font-family: 'GeographWeb-Regular';
    font-weight: 200;
    font-size: 14px;
}

.dial{
	
	color: #ffcc00;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2.8px;
    width: 100%;
    font-family: 'GeographWeb-Regular';
    margin-block-start: 0;
    margin-block-end: 0;
}

.line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
	margin-top: 30px;}


.devices {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.knowMore {
    display: flex;
    padding: 0 20px;
}
.cta {
    background-color: #ffcc00;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    font-size: 14px;
}

.knowMore a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'GeographWeb-Medium';
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}


.apps {
    margin: 0 auto;
    padding: 5%;
    width: auto;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}

.apps div {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: 150px;
}

.apps div img {
    height: 50px;
    margin: 10px;
}
/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}



/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b3b9bf;
	color: #b3b9bf;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #2c3f52;
	color: #2c3f52;
}
@media only screen and (min-width: 320px) and (max-width: 700px){
	

	
	.cta{
	margin-bottom: 20px;
	margin-top: 6%;
	}
	

	
.container h1{    
		font-weight: 400;
	    font-size: 26px;
    	padding: 30px;}
	
.container h3{
		  font-size: 16px;
		padding:  3% 0 5% 0;
		
	}
	

	
	.devices{width: 100%;}
	
	.line{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
padding: 10px 0;
		
	}
	
	
.serviceLogo{
	   height: 30px;
    margin: 10px 20px;
}
	
	
	.apps{

		
		height: auto;
	}
	
	.apps div{
		
		height: auto;}
}

	.container .headerCopy{
		
		font-size: 20px;
	}

@media only screen and (min-width: 710px) and (max-width: 1600px){

	
	.grid li{
		
	width: 300px;
	}
	
	.channels{
		
	height: auto;
    padding-bottom: 10%;
	}
	
	.container p{
		
		    padding-top: 0px;
	}

}