.ContentWrapper{
	position: relative;
	overflow-x: hidden;
}
header{
	background:#095587;
	padding:50px 100px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items:center;
	background-image:url("/images/squares-with-gradient.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
header>div{
	position: relative;
	z-index: 2;
	width:50%;
}
header h1{
	color:#ffffff;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
}
header h1+span{
	color:#68baf0;
	text-transform: uppercase;
	font-size: 1.75em;
}
header span img{
	width:200px;
	display: block;
	margin-top:5px;
}
header h2{
	color:#ffffff;
	font-size:2em;
	line-height: 1.2em;
	padding:30px 0;
}

header a:nth-of-type(2){
	color:white;
	border-color:white;
}

section h2{
	color:#252525;
	text-transform: uppercase;
	font-size: 2.25em;
	line-height: 1em;
	font-weight: bold;
}
section p{
	color:#404041;
	font-size: 1.75em;
}
/*//////////////////////////////////////////////////*/
/*///////////////// NAV ///////////////////////////*/
/*/////////////////////////////////////////////////*/
#nav-holder{
	width:100%;
	overflow-x:auto;
}
#nav-holder nav{
	min-width:780px;
}
#nav-holder .Tabs--5 .Tabs__item{
	width:20% !important;
}

/*//////////////////////////////////////////////////*/
/*//////////// CONTENT SECTIONS ///////////////////*/
/*/////////////////////////////////////////////////*/

#software-design{
	min-height: 850px;
	background:url("/images/products/displays/cod/split-screen-bg.png") center bottom no-repeat;
	background-size: cover;
	
}
#software-design>div{
	width:100%;
	display: flex;
	align-items:center;
	padding:75px 25px;
}
#software-design>div>div{
	width:calc(100%/3);
}
#software-design img{
	margin:0 25px;
	width:calc(100%/3);
}
#software-design .learn-more{
	color:#095587;
}
#software-design .learn-more svg path{
	fill:#095587;
}
#software-design .learn-more:hover{
	color:#ea8021;
}
#software-design .learn-more:hover svg path{
	fill:#ea8021;
}

#signage-software{
	color:#cdcdcd;
	background: url('/images/products/displays/cod/software-screen-banner.png') center bottom no-repeat;
	background-size: cover;
	min-height: 750px;
	position: relative;
}
#signage-software>div{
	max-width: 800px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left:48%;
	top:180px;
	padding-right:15px;
}

#signage-software img{
	width:100%;
}


#how-cod-works{
	padding:100px;
}
#how-cod-works h3{
	color:#404041;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 90px;
	text-align: center;
}
#how-cod-works>div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#how-cod-works>div>div{
	width:50%;
}
#how-cod-works>div>div img{
	width:90%;
}
.smaller-detail{
	display: none;
}

#how-cod-works div p,
#how-cod-works div ul{
	font-size:1.6em;
	color:#757576;
}
#how-cod-works div p:nth-of-type(1){
	color:#095587;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 15px;
	font-weight: 600;
}
.plus-list li{
	margin-bottom: 10px;
}
#content-templates{
	background: url('/images/products/displays/cod/curated-channel-banner.png') center top no-repeat;
	background-size: cover;
	min-height: 1100px;
	position: relative;
}
#content-templates>div{
	max-width: 800px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left:110px;
	top:180px
}
#content-templates h3{
	color:#404041;
	text-transform: uppercase;
	font-size: 3.5em;
	line-height: 1em;
}
#content-templates p{
	color:#404041;
	font-size: 1.75em;
}
.learn-more{
	font-size: 1.5em;
	font-weight: 600;
	position: relative;
	color:#ea8021;
	text-transform: uppercase;
}
.learn-more svg{
	top:0;
	right:-40px;
	width:20px;
	position: absolute;
}
.learn-more svg path{
	fill:#ea8021;
	width:50px;
}




#digital-design{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#095587+0,1c2d44+100 */
	background: rgb(9,85,135); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(9,85,135,1) 0%, rgba(28,45,68,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(9,85,135,1) 0%,rgba(28,45,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(9,85,135,1) 0%,rgba(28,45,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095587', endColorstr='#1c2d44',GradientType=1 ); /* IE6-9 */
	padding:100px 0 0;
}
#digital-design h3{
	color:#ea8021;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	padding:0 15px;
}
#digital-design p,
#digital-design ul{
	color:#ffffff;
	font-size: 1.75em;
	line-height: 1em;
	text-align: center;
	padding:0 15px;
    max-width:1200px;
    display:block;
    margin:15px auto;
}
#digital-design ul{
	text-align: left;
	list-style: none;
    max-width:375px;
    
}

#digital-design #month-designs{
	display: flex;
	align-items: center;
	margin:40px 0 -40px;
	position: relative;
	z-index: 4;
}
#digital-design #month-designs img{
	width:20%;
	height: auto;
}


#cod-price{
	padding:100px 0;
	background-image:url("/images/squares-with-gradient.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#cod-price>div{
	max-width:800px;
	width:100%;
	background:white;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
#cod-price>div>div:nth-of-type(1){
	width:100%;
	height:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68baf0+0,095587+100 */
background: rgb(104,186,240); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(104,186,240,1) 0%, rgba(9,85,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(104,186,240,1) 0%,rgba(9,85,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(104,186,240,1) 0%,rgba(9,85,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68baf0', endColorstr='#095587',GradientType=1 ); /* IE6-9 */

}
#cod-price .grad-popout{
	border-radius: 10px;
	text-align: center;
	padding:10px;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 600;
	margin: 25px auto 0;
	display: inline-block;
	text-transform: uppercase;
	color:white;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68baf0+0,095587+100 */
	background: rgb(104,186,240); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(104,186,240,1) 0%, rgba(9,85,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(104,186,240,1) 0%,rgba(9,85,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(104,186,240,1) 0%,rgba(9,85,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68baf0', endColorstr='#095587',GradientType=1 ); /* IE6-9 */
	

}

#cod-price .price-smaller{
	font-size: .9em;
	color:#929292;
	max-width: 250px;
	display: block;
	margin:-15px auto 15px;
}
#cod-price #price-feat-list{
	padding:15px;
	margin:30px 50px 15px;
	text-align: left;
}
#cod-price h3{
	color:#095587;
	margin:25px 15px;
}
#cod-price h3 span{
	text-transform: uppercase;
}
#cod-price  p,
#cod-price  ul{
	font-size:1.25em;
	color:#757576;
}
#cod-price  li{
	margin-bottom:10px;
	
}

#price-add-ons{
	padding:15px;
	margin:15px 50px;
	border-bottom:2px solid #cdcdcd;
}
#price-add-ons>div p:nth-of-type(1){
	font-size:1.4em;
	color:#095587;
	font-weight: 600;
	text-transform: uppercase;
}
#price-add-ons>div p:nth-of-type(2){
	font-size:2.4em;
	font-weight: bold;
}
#cod-price .Btn{
	font-size: 1.75em;
	position: absolute;
	left:50%;
	bottom:-30px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width:400px;
}
#cod-price .orange-btn:hover{
	background:white !important;
}


#overlay-close{
	font-size:2em;
	font-weight: bold;
	position: absolute;
	top:5px;
	right:15px;
	color:white;
}
#displays-contact{
	max-width: 600px;
	width:91%;
	position: absolute;
	left:50%;
	top:50px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1001;
	background:white;
}
#displays-contact>p:nth-of-type(1){
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	padding:15px 0;
	background:#095587;
	text-transform: uppercase;
	color:white;
	font-weight: 600;
}
#displays-contact>div{
	padding:25px 25px 10px;
}
#displays-contact input[type=submit]{
	max-width:200px;
	margin:0 auto;
	display: block;
}


#overlay,
#displays-contact{
	display: none;
}

#curated-channel-popover{
	display: none;
	width:90vw;
	height:90vh;
	position: fixed;
	left:50%;
	top:50px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1001;
	background:white;
	padding:15px;
}
#curated-channel-popover iframe{
	width:100%;
	height:100%;
}
@media (max-width: 1650px) {
	#signage-software{
		min-height: 700px;
	}
	#content-templates>div{
		left:25px;
		width:600px;
	}
}
@media (max-width: 1400px) {
	#signage-software{
		min-height: 600px;
	}
}
@media (max-width: 1300px) {
	header{
		padding:50px 25px;
	} 
	header h1,
	#signage-software h1{
		font-size:2em;
	}
	header h2,
	#signage-software p{
		font-size: 1.75em;
	}
    #signage-software>div{
        top:85px;
    }
	#how-cod-works{
		padding:50px 25px;
	}
	
}
@media (max-width: 1130px) {
	#content-templates{
		background: url('/images/products/displays/cod/curated-channel-banner-mobile.png') center bottom no-repeat;
		background-size: cover;
	}
	#content-templates>div{
		position: static;
		width:100%;
		text-align: center;
		padding:100px 25px 0;
	}
	#content-templates>div br{
		display: none;
	}
	#software-design{
		background:url("/images/products/displays/restaurant-tables-only.png") center bottom no-repeat;
		background-size: 100%;
		background-color:#a8abb2;
		height:1200px;
	}
	#software-design>div{
		width:100%;
		padding:25px;
		flex-wrap: wrap;
		background:#a8abb2;
	}
	#software-design>div>div{
		width:100%;
		
	}
	#software-design img{
		margin:25px auto;
		width:60%;
	}
}

@media (max-width: 1000px) {
	header h1+span{
		font-size: 1em;
	}
	#how-cod-works h3{
		margin-bottom: 25px;
	}
	#how-cod-works>div{
		display: block;
		
	}
	#how-cod-works>div>div,
	#how-cod-works>div img{
		width:100%;
	}
	#how-cod-works>div img{
		margin-left:-15px;
	}
	#how-cod-works>div>div{
		margin-bottom: 25px;
		padding:0;
	}
	.smaller-detail{
		display: block;
	}
	.larger-detail{
		display: none;
	}
	#content-templates{
		min-height: 900px;
	}
}
@media (max-width: 780px) {
	header{
		display: block;
		padding:25px;
	}
	header>div{
		width:100%;
		margin-top:15px;
		
	}
	#nav-holder+span{
		height:52px;
		width:60px;
		position: absolute;
		right:0;
		bottom:0;
		content:'';
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f0f0+0,f1f0f0+100&0+0,1+80 */
		background: -moz-linear-gradient(left,  rgba(241,240,240,0) 0%, rgba(241,240,240,1) 80%, rgba(241,240,240,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(241,240,240,0) 0%,rgba(241,240,240,1) 80%,rgba(241,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(241,240,240,0) 0%,rgba(241,240,240,1) 80%,rgba(241,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f0f0', endColorstr='#f1f0f0',GradientType=1 ); /* IE6-9 */
		pointer-events: none;
		
	}
	#nav-holder .Tabs--5 .Tabs__item{
		padding:15px 0;
	}
	#signage-software{
		min-height: none;
		background: url('/images/products/displays/cod/software-screen-banner-mobile.png') center bottom no-repeat;
		background-size:100%;
	}
	#signage-software>div{
		position: static;
		padding:50px 25px 650px;
		text-align: center;
	}
	#digital-design{
		padding-top:25px;
	}
	#digital-design #month-designs{
		flex-wrap: wrap;
		justify-content:center;
	}
	#digital-design #month-designs img{
		width:33.33%;
	}
}
@media (max-width: 600px) {
    #signage-software>div{
        padding-bottom: 500px;
    }
    #signage-software h2{
		font-size:2em;
	}
	#signage-software p{
		font-size: 1.3em;
	}
	section p{
		font-size: 1.3em;
	}
	#digital-design ul{
		font-size: 1.2em;
	}
}
@media (max-width: 500px) {
	#digital-design #month-designs img{
		width:50%;
	}
	#content-templates h3{
		font-size:2em;
	}
	#cod-price{
		padding:15px 15px 50px;
	}
	#cod-price .grad-popout{
		margin:25px 25px 0;	
	}
	#cod-price .Btn{
		font-size:1.2em;
		width:80%;
	}
	.learn-more svg{
		display: none;
	}
}
@media (max-width: 470px) {
	#nav-holder,
	#nav-holder+span{
		display: none;
	}
}
@media (max-width: 420px) {
	header a{
		width:100%;
		text-align: center;
		margin:0 0 15px !important;
	}
    #signage-software{
        background-size:cover;
    }
    #signage-software>div{
        padding-bottom: 350px;
    }
	#how-cod-works h3,
	#digital-design h3,
	#content-templates h3{
		font-size:1.75em;
	}
	#how-cod-works div p,
	#how-cod-works div ul,
	#digital-design p,
	#content-templates p,
	#content-templates a{
		font-size: 1.3em !important;
	}
	#digital-design>div:nth-of-type(1){
		display: block;
		text-align: center
	}
	#digital-design>div:nth-of-type(1) span{
		margin-left: 0;
	}
	#digital-design>div:nth-of-type(1) p{
		text-align: center;
		margin:15px 0;
	}
	#content-templates{
		min-height: 700px;
	}
	#content-templates svg{
		display: none;
	}
	#cod-price #price-feat-list{
		margin:0;
	}
	#price-add-ons{
		margin:15px 0;
	}
}

