@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

/* General Page Styles */

* {
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
html{
	height: 100%;
}
body {
	background: #f6f6f6;
	font-size: 16px;
	height: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
.container {
	max-width: 1170px;
	padding: 0px 30px;
	margin: auto;
	height: auto;
}
#outage{
/* red bc2024
   grn 0a805e */
	background: #ff4500;
	color: #000;
	display: none !important;
	top: 0;
	width: 100%;
	 /* switch to block to show error msg */
}
#outage p{
	display: block;
	font-size:1.3em;
	padding: 10px 0;
	text-align:center;
	margin: 0 auto;
}
#outage p span{
	font-weight: 700;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.pagewrap{
	min-height: 100%;
	margin-bottom: -278px;
}
.pagewrap::after {
    content: "";
    display: block;
    height: 278px;
}
.stickyfooter{
	height: 278px;
}

/* My Account Bar */
.myaccount{
	background: #555;
	height: 29px;
}
.myaccount ul{
	list-style-type: none;
	position: absolute;
	right: 30px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.myaccount ul li{
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}
.myaccount ul li:last-child{
	padding-right: 0;
}
.myaccount ul li a{
	color: #fff;
	text-decoration: none;
}
/* email section */
#email{
	position: absolute;
	display: none;
	right: 30px;
	top: 40px;
	z-index: 900;
	background: #555;
	border: 2px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#email::after{
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 15.6px 13px;
	border-color: transparent transparent #555 transparent;
	position: absolute;
	top: -10px;
	right: 24px;
}
#email table{
	padding: 10px 20px;
	display: block;
}
#email table tr label{
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	width: 100%;
}
#email table tr{
	margin: 8px 0;
	display: block;
}
#email table tr td{
	margin: 0;
	display: inline-block;
	width: 50%;
}
#email table tr td:nth-child(2){
	width: 48%;
}
#email input[type=text],
#email input[type=password]{
	background: transparent;
	width: 98%;
	color: #f6f6f6;
	border: none;
	border-bottom: 2px solid #fff;
}
#email input[type=text]:focus,
#email select:focus,
#email input[type=password]:focus,
#email input[type=submit]:focus{
	outline:none;
}
#email input[type=submit]:focus,
#email input[type=submit]:hover{
	border: 2px solid #01DF01;
	background: #298A08;
}

#email select{
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	width: 100%;
	background-color: transparent;
}
#email select option{
	color: #000;
}
#email input[type=submit]{
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #298A08;
	background: #01DF01;
}
#email a{
	display: inline-block;
	float: right;
	padding-right: 2%;
	color: #f1f1f1;
	text-decoration: none;
}

/* Header Section */
#header-section {
	width: 100%;
	height: 100px;
	position: relative;
}

#header-section h4{
	display: inline-block;
	text-align: right;
	position: absolute;
	font-family: "Roboto Slab";
	font-weight: 700;
	margin: 25px 0 0 0;
	top:0;
	right:0;	
}
#call-today{
	display: none;
}
#logo,
#logo img{
	width: 150px;
	height: 50px;
	z-index: 800;
	display: inline-block;
}
#logo{
	position: absolute;
	left: 0;
	top: 25px;
}
#menu-btn{
	width: 30px;
	height: 30px;
	padding:3px;
	border:2px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 18px;
	display: none;
}

/* Nav Section */

nav{
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1170px;
}
nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0 30px;
	text-align: right;
	position: absolute;
	display: block;
	top: -40px;
	right: 0;
	font-weight: 700;
}
nav ul li{
	display: inline-block;
	margin: 0 14px 0 0;
	padding: 0;
	position: relative;
	font-size: 0.9em;
}
nav ul li:last-child{
	margin-right: 0;
}
nav ul li a{
	text-decoration: none;
	color: #00aff0;
}
nav ul li a:hover{
	border-bottom: 3px solid #00aff0;
}

/* Slider */
.slider {
	max-width: 1280px;
	font-size: 16px;
	height: 500px;
	padding: 0;
	margin: auto;
}
.slider .slider_data {
	display: none;
}
.slider .slider_stage_large,
.slider .slider_stage_small {
	height: inherit;
	position: relative;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.slider .slider_container_1,
.slider .slider_container_2 {
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.slider .slider_container_1 {
	z-index: 101;
}
.slider .slider_container_2 {
	z-index: 102;
}
.slider .slider_panel {
	height: inherit;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Navigation buttons on slider */
.slider .slider_nav {
	position: absolute;
	bottom: 10px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 103;
}
.slider .slider_nav div {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid rgba(255,255,255,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 50%;
	margin: 0 10px 0px 10px;
	cursor: pointer;
	-webkit-transition: background-color .4s, border .4s;
	-moz-transition: background-color .4s, border .4s;
	-o-transition: background-color .4s, border .4s;
	transition: background-color .4s, border .4s;
}
.slider .slider_nav div:hover {
	border-color: #fff;
	background-color: rgba(255,255,255,.2);
}
.slider .slider_nav div.selected {
	background-color: #fff;
}
.slider .btn {
	width: 39px;
	height: 39px;
	background: rgba(255,255,255,.2) no-repeat;
	background-size:50px 30px;
	position: absolute;
	top: 220px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	-webkit-transition: background-color .4s, border .4s;
	-moz-transition: background-color .4s, border .4s;
	-o-transition: background-color .4s, border .4s;	
	transition: background-color .4s, border .4s;
}
.slider .btn:hover {
	border-color: #fff;
	background-color: rgba(0,0,0,.6);
}
.slider .btn.prev {
	left: 20px;
	z-index: 104;
	background-image: url(../images/arrow_left.svg);
	background-position: -10px 3px;
}
.slider .btn.next {
	right: 20px;
	z-index: 105;
	background-image: url(../images/arrow_right.svg);
	background-position: -4px 3px;
}
.slider .slider_stage_small{
	position: relative;
	height: inherit;
}
.slider .slider_stage_small .slider_panel {
	height: inherit;
}

/* Slider Panel Captions */
.overlay{
	position: absolute;
	height: inherit;
	width: inherit;
	background-color: rgba(0,0,0,.33);
	z-index: 99;
}
.slider .panel_caption{
	position: relative;
	z-index: 100;
	height: 100%;
	width: 80%;
	left: 10%;
	padding: 0px;
	margin: 0px;
}
.slider .panel_caption h3{
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: 80px;
	text-shadow: 2px 3px #000;
}
.slider .panel_caption p{
	color: #fff;
	font-size: 1.5em;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}
.slider .panel_caption .cta{
	color: #fff;
	padding: 5px 10px;
	border: 2px solid #fff;
	text-decoration: none;
	font-size: 1.5rem;
	border-radius: 5px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 195px;
	bottom: 80px;
	-webkit-transition: background-color .4s, border .4s, border-color .4s;
	-moz-transition: background-color .4s, border .4s, border-color .4s;
	-o-transition: background-color .4s, border .4s, border-color .4s;	
	transition: background-color .4s, color .4s, border-color .4s;
}
.slider .panel_caption .cta:hover{
	background-color: rgba(254,218,6,1);
	border: 2px solid rgba(0,0,0,.1);
	color: rgba(0,0,0,1);
}



/* Middle Content */

.middle-stage{
	display: block;
	max-width: 1170px;
	padding:0px 30px;
	margin: 10px auto 0px auto;
}
.middle-stage article{
	width: 30%;
	height: auto;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}
.middle-stage article:nth-child(2){
	margin: 0px 5%;
}
.middle-stage article img{
	width: 40%;
	margin-left:30%;
	display: inline-block;
}
.middle-stage article h5{
	font-weight: 700;
	font-size: 1.7em;
	display: block;
	width: 100%;
	text-align: center;
	margin: -9px 0px 0px 0px;
	padding: 0px;
}
.middle-stage article p{
	border-top: 2px solid #333;
	margin-top: 0px;
	padding: 10px 8px 0px 8px;
}
.middle-stage article .inline-link{
	display: none;
	/* inline links are for mobile view */
}
.middle-stage .article-links{
	padding: 0px;
	margin: -10px 0px 20px 0px;
}
.middle-stage .article-links .AL-box{
	width: 30%;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.middle-stage .article-links .AL-box:nth-child(2){
	margin: 0 5%;
}
.article-links .AL-box a{
	color: #00aff0;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	margin: 0 auto;
	border: 3px solid #00aff0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0);
	-webkit-transition: background-color .4s, border .4s;
	-moz-transition: background-color .4s, border .4s;
	-o-transition: background-color .4s, border .4s;	
	transition: background-color .4s, color .4s;
}
.article-links .AL-box a:hover{
	background: rgba(0,175,240,1);
	color: #fff;
}

/* Reviews Section */

.banner {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: #e77e22;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
}
.banner .banner-con {
	max-width: 1170px;
	padding: 0px 30px;
	height: 100%;
	margin: auto;
	position: relative;
}
.banner .banner-con .reviews {
	width: 65%;
	height: 100%;
	margin: 0px 5% 0px 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}
.banner .banner-con .reviews h5{
	font-size: 1.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	display: block;
	font-family: "Roboto Slab";
	font-weight: 700;
	position: absolute;
	left:0px;
	top:0px;
}
.banner .banner-con .reviews ul{
	list-style-type: none;
}
.banner .banner-con .reviews ul li{
	position: absolute;
	display: none;
	color: #fff;
	text-align: center;
	font-style: "Montserrat";
	font-weight: 400;
	top: 50%;
	left: 0px;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner .banner-con .reviews ul li span{
	font-style: italic;
	font-size: 1rem;
	display: inline-block;
}
.banner .banner-con .reviews .reviews-nav{
	position: absolute;
	bottom: 5px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 103;
}
.banner .banner-con .reviews .reviews-nav div{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid rgba(51,51,51,.5);
	border-radius: 50%;
	background: rgba(51,51,51,51,0);
	margin: 0 10px 0 10px;
	cursor: pointer;

}
.banner .banner-con .reviews .reviews-nav div:hover{
	border: 2px solid rgba(51,51,51,1);
}
.banner .banner-con .reviews .reviews-nav div.selectedReview{
	background: rgba(51,51,51,1);
}

.banner .banner-con .tech-meeting{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	height: 100%;
}
#meeting-form{
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
	transform: translateY(-50%);
}
#meeting-form label:nth-child(1){
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom:5px;
	display: block;
	color: #000;
}
#meeting-id{
	display: block;
	max-width: 200px;
	margin: 0 auto;
	background: #fff;
	border:3px solid #333;
	color: #333;
	font-size: 1.2em;
	padding: 3px 0px;
	text-align: center;
}
	/* Coloring placholder text is buggy, each browser feature needs it own line */
	#meeting-id::-webkit-input-placeholder{
		color: #333;
	}
	#meeting-id:-moz-placeholder{
		color: #333;
	}
	#meeting-id::-moz-placeholder{
		color: #333;
	}
	#meeting-id:-ms-input-placeholder {
		color: #333;
	}

#meeting-id:focus,
#joinbtn:focus{
	outline:none;
}
#joinbtn{
	display: block;
	width: 200px;
	margin: 9px auto 0 auto;
	background: transparent;
	border: 3px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	-webkit-transition: background-color .4s, border .4s;
	-moz-transition: background-color .4s, border .4s;
	-o-transition: background-color .4s, border .4s;		
	transition: background-color .4s, color .4s;
}
#joinbtn,
#joinbtn:hover,
#joinbtn:focus{
	background: #01DF01;
	border: 3px solid #298A08;
}
#joinbtn:active{
	background: #298A08;
	border: 3px solid #01DF01;
}



/* Links Section */
.links {
	background: #d9d3d6;
	height: 220px;
}
.links .link-con {
	max-width: 1170px;
	padding: 0px 30px;
	margin: auto;
	height: 100%;
}
.links .link-con ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px 10px;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	height: 100%;
	border-left: 2px dashed #333;
}
.links .link-con ul:nth-child(4){
	border-right: 2px dashed #333;
}
.links .link-con ul li:nth-child(1){
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.4em;
	color: #555;
}
.links .link-con ul li a{
	text-decoration: none;
	font-size: .8rem;
	color: inherit;
}
.links .link-con ul li a:hover{
	text-decoration: underline;
}

/* Footer */
footer p{
	width: 100%;
	text-align: center;
	display: block;
	background: #555;
	font-family: "Open Sans", serif;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	font-size: .8rem;
}

/* Media Queries */
@media screen and (max-width: 800px){ /* Tablet Size */


	/* Sticky Footer */

	.pagewrap{
		min-height: 100%;
		margin-bottom: -455px;
	}
	.pagewrap::after {
	    content: "";
	    display: block;
	    height: 455px;
	}
	.stickyfooter{
		height: 455px;
	}

	/* Header Section */
	#menu-btn{
		display: inline-block;
	}
	/* Nav Section */
	nav ul{
		position: relative;
		top: 0px; right: 0px; 
		padding: 0px;
	}
	nav ul li{
		width: 100%;
		display: block;
		padding: 0px 30px;
		margin: 0px;
		text-align: left;
		background: #333;
		border-bottom: 2px solid #d3d3d3;
	}
	nav ul li a{
		display: block;
		width: inherit;
		height: inherit;
		padding: 15px 0px;
		color: #fff;
	}
	nav ul li a:hover,
	nav ul li a.page{
		border-bottom: none;
	}

	/* Slider Section */
	.slider{
		height: 300px;
	}
	.slider .panel_caption h3{
		font-size: 2rem;
		top: 35px;
	}
	.slider .panel_caption p{
		font-size: 1.2rem;
	}
	.slider .panel_caption .cta{
		bottom: 35px;
	}

	/* Middle Stage */
	.middle-stage{

	}
	.middle-stage article:nth-child(3){ /* Turn off Support Icon */
		display: none;
	}
	.middle-stage article,
	.middle-stage article:nth-child(2){
		width: 45%;
		margin: 0px;
		padding: 0px;
	}
	.middle-stage article:nth-child(1){
		margin-right: 10%;
	}
	.middle-stage .article-links .AL-box,
	.middle-stage .article-links .AL-box:nth-child(2){
		width: 45%;
		margin: 0px;
		padding: 0px;
	}
	.middle-stage .article-links .AL-box:nth-child(3){
		display: none;
	}
	.middle-stage .article-links .AL-box:nth-child(1){
		margin-right: 10%;
	}

	/* Banner Section */
	.banner .banner-con .reviews {
		width: 100%;
		margin-right: 0px;
	}
	.banner .banner-con .tech-meeting{
		display: none;
	}

	/* Links Section */
	.links, .links .link-con{
		width: 100% !important;
		padding: 0px;
	}
	.links .link-con ul,
	.links .link-con ul:nth-child(4){
		border: none; /* Reset Borders */
	}
	.links {
		height: auto;
	}
	.links .link-con ul{
		width: 50%;
		margin: 0px;
		padding: 0px 0px 15px 0px;
	}
	.links .link-con ul li{
		display: block;
		width: 100%;
		margin: 6px 0px 6px 0px;
		text-align: center;
	}
	.links .link-con ul li a{
		font-size: 1em;
		padding: 3px 0px;
	}
	.links .link-con ul li a:hover{
		text-decoration: none;
	}
	.links .link-con ul li:nth-child(1){
		border-bottom: 3px solid #333;
	}
	.links .link-con ul:nth-child(1),
	.links .link-con ul:nth-child(3){
		border-right: 3px solid #333;
	}
	.links .link-con ul:nth-child(3) li:nth-child(1),
	.links .link-con ul:nth-child(4) li:nth-child(1){
		border-top: 3px solid #333;
	}

}

@media screen and (max-width: 605px){ /* Phone Size */


	.myaccount{
		height: 50px;
		border-bottom: 3px solid #333;
	}
	.myaccount .container{
		height: 100%;
		padding: 0px;
	}
	.myaccount .container ul{
		width: 100%;
		min-height: 100%;
		display: block;
		position: relative;
		right: 0;
		margin: 0px;
		padding: 0px;
	}
	.myaccount .container ul li{
		display: inline-block;
		width: 50%;
		margin: 0px;
		font-size: 1.5em;
		position: relative;
		padding: 10px 0px;
		text-align: center;
		float: left;
	}
	.myaccount .container ul li:nth-child(1){
		border-right: 3px solid #333;
	}
	#email{
		width: 100%;
		position: relative;
		right: 0;
		top: 0px;
		border:none;
		border-top: 2px solid #333;
		border-bottom:2px solid #333;
		border-radius: 0;
	}
	#email::after{
		display: none;
	}
	#email table{
		padding: 15px 0px;
	}
	#email table tbody{
		display: block;
	}
	#email table tr{
		margin: 10px 0;
		width: 100%;
	}
	#email table tr td{
		margin: 0px;
		padding: 0px 10px;
		width: 100%;
		display: block;
	}
	#email table tr td:nth-child(2){
		width: 98%;
		margin-top: 10px;
	}
	#email table tr td input[type=text],
	#email table tr td input[type=password],
	#email table tr td select,
	#email table tr td input[type=submit]{
		font-size: 1rem;
		border: 2px solid #fff;
		padding: 10px;
		margin: 3px;
		border-radius: 5px;
	}
	#email table tr td input[type=submit]{
		border-color: #298A08;
	}
	#email table tr td a{
		font-size: 1.3rem;
		display: none;
	}
	#email table tr td label[for=pass],
	#email table tr td label[for=username]{
		font-size: 2em;
		padding-left: 8px;
	}

	/* Header Section */
	#header-section{
		height: 100px;
	}
	#logo{
		top: 25px;
	}
	#menu-btn{
		width: 70px;
		height: 70px;
		position: absolute;
		top: 15px;
		right: 0px;
	}
	#header-section h4{
		display: none;
	}
	#call-today{
		display: block;
		height: 70px;
		background: #01DF01;
		position: relative;
		text-align: center;
		border-bottom: 3px solid #333;
	}
	#call-today a{
		width: 100%;
		height: 100%;
		display: block;
		z-index: 900;
		position: absolute;
		left: 0; top: 5px;
		color: #333;
		font-weight: 700;
		text-decoration: none;
		font-size: 1.5em;
	}
	#call-today span{
		position: absolute;
		bottom: 10px;
		text-align: center;
		width: 100%;
		display: block;
		color: #333;
	}
	.slider .panel_caption h3{
		font-size: 1.4rem;
		top: 35px;
	}
	.slider .panel_caption p{
		font-size: 1rem;
	}
	.slider .panel_caption .cta{
		bottom: 30px;
	}
	.middle-stage article,
	.middle-stage article:nth-child(2){
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.middle-stage .article-links{
		display: none;
	}
	.middle-stage article .inline-link{		
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		display: block;
		font-size: 1.3rem;
		padding: 5px 8px;
		margin: 10px 0px;
		border: 3px solid #000;
		border-radius: 10px;
		background: #00aff0;
	}
	.middle-stage article:nth-child(2){
		margin-bottom: 15px;
	}

	/* Banner Section */
	.banner{
		height: 200px;
	}
	/* Link Section */
	.links {
		width: 100%;
		padding: 0px;
	}
	.links .link-con{
		width: 100%;
		padding: 0px;
	}
	.links .link-con ul {
		width: 100%;
		text-align: center;
		padding: 3px 0px;
	}
	.links .link-con ul li:nth-child(1){
		padding: 5px 0px !important;
	}
	.links .link-con ul:nth-child(1){
		padding: 0px;
		border-right: none;
	}
	.links .link-con ul:nth-child(1) li:nth-child(1){
		border-top: none !important;
	}
	.links .link-con ul:nth-child(2) li:nth-child(1){
		border-top: 3px solid #555;
	}
	.links .link-con ul li{
		font-size: 1.3rem;
		padding: 3px;
	}
	.links .link-con ul li:nth-child(1){
		border-bottom: 3px solid #333;
		border-top: 3px solid #333;
		padding: 0px;
	}
	.links .link-con ul li a:hover{
		text-decoration: none !important;
	}
	.links .link-con ul:nth-child(even){
		border-left: none;
	}
	.links .link-con ul:nth-child(3){
		border-right: none;
	}

}

@media screen and (max-width: 360px){ /* Scale Font for mobile */
	#call-today span{
		font-size: .8rem;
	}
	.banner .banner-con .reviews h5{
		font-size: 1.3em;
	}
	.banner .banner-con .reviews ul li{
		font-size: 1.1em;
	}
}
