/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #5f5f5f;
	background-color:#ffffff;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
i.fa {
	background-color: #e6e6e6;
	color: #7a7a7a;
	border-radius: 16px;

	padding: .4em;
	
	margin: .4em;
}
i.fa-user {
	background-color: #132D37 !important;
	color: #f2f2f2;
}
i.fa-times-circle, i.fa-sign-in {
		background:none !important;
		padding: .4em;
		margin: 0;
}

.admin {
	background-color: #222222;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.nav {
	z-index: 9999;
	background-color: #222222;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}
.container{width:100%;padding-top:16px;padding-bottom:16px;}
.containerNoPadding{width:100%;
border-top: 1px solid #f2f2f2;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 1em;
	line-height: 1.4em;
	padding-bottom: .4em;
}



#scrollup{
  background-color: #cccccc;
  color: #666666;
   padding: 16px;
   text-decoration:none;
    position:fixed;
    bottom:40px;
    right:10px;
    display:none;

}

.right {
	text-align: right;
}

ul.clientNav {
	text-align: center;
}
ul.clientNav li {
	display: inline-block;
}
ul.clientNav li a {
	text-decoration: none;
	color: #555555;
	padding: 8px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #E1E1E1;
}
input, select {
	 border: 1px solid #cccccc;
	 border-radius: 6px;
    padding: 10px;
    outline: 0;
    color: #494949;
    font-size: 14px;
width: 100%;
max-width: 300px;
margin-bottom: .5em;
margin-top: .5em;
box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
	 border: 1px solid #cccccc;
	 border-radius: 6px;
    padding: 10px;
    outline: 0;
    color: #494949;
    font-size: 14px;
width: auto;
max-width: 300px;
margin-bottom: .5em;

margin-top: .5em;
margin-right: 10px;
box-sizing: border-box;

}

input[type="submit"] {
	cursor: pointer;
}

.checkText {

}

.important {
	background-color: #990000;
	color: #f2f2f2;
	padding: 16px;
}

option {
	padding: .4em;
}
.adminSubNav {
	 border-bottom: 1px solid #cccccc;
	 text-align: right;
	 padding-bottom: .5em;
	 margin-bottom: 1em;
}
textarea {
	 border: 1px solid #cccccc;
	 border-radius: 6px;
    padding: 10px;
    outline: 0;
    color: #494949;
    font-size: 14px;
width: 100%;
min-height: 175px;
margin-bottom: .5em;
margin-top: .5em;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}

img {
 vertical-align: top;
}

.grayLink {
	color: #0D2567;
	text-decoration: none;
	border-bottom: 1px solid #0D2567;
	padding-bottom: 1px;
	line-height: 2.2em;
}

.blueLink, .blueLink:visited {
	color: #0D2567;
	text-decoration: none;
	border-bottom: 1px solid #0D2567;
	padding-bottom: 1px;
	
}

.footerLink {
	color: #929292;
	text-decoration: none;
	font-size: 13px;
}

.col_60 img {
	width: 100%;
	height: auto;
}

.portfolio_desc {
	padding-top: 1.4em;
}


.wrapper{ margin: 0 auto;
max-width: 1100px;
width: 90%;}

.navy {
	background-color: #132D37;
	color: #f2f2f2;
}

.ltGray {
	color: #1D5367;
	background-color: #f2f2f2;
}

.blue {
	background-color: #1D5468;
	color: #f2f2f2;
	text-align: center;
	
}

.black {
	background-color: #222222;
	color: #f2f2f2;
}

.quote {
		background-color: #1D5468 !important;
	color: #f2f2f2;

}

.col_list li {
	list-style-type:disc;
	list-style-position:inside;
	margin-left: 2em;
	line-height: 1.4em;
	
}

.calloutBox {
	background-color: #e7e7e7;
	padding: 1em;
	box-shadow: 0px 1px 4px 0px #99a3ad, 0px 0px 40px #eeeeee; 
	border-radius: 4px;
}
.calloutBox h2 {
	padding-bottom: .4em;
}
.calloutBox p, .calloutBox li {
	line-height: 1.8em;
}
.calloutBox p {
	padding-bottom: 1.4em;
}

.testSig {
	border-bottom: 1px solid #163F4E;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.portfolio_sep {
	background-color: #cccccc;
	height: 1px;
	display: block;
	clear: both;
	margin-top: 2em;
	margin-bottom: 4em;
}




.col_30, .col_70, .col_50, .col_100, col_60, col_40 {
	text-align: center;
	width: 100%;
}

.col_50 p, .col_60 p, .col_60, .col_40, .col_40 p, .col_100 p {
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}

.subHeader, .boldSubHeader {
	font-weight: bold;
}

.projectType {
	font-weight: bold;
	font-style:italic;
}


.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  clear:both;
}
.nav-collapse li a {
	color: #f2f2f2;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 1.2em;
	display: inline-block;
background-color: rgb(34,34,34);
		padding: .8em;
			 transition: all 0.9s;
	-o-transition: background 0.9s;
		-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;


	border-radius: 0px;

	

}

.supportLink {
	padding: 0;
	display: inline-block;

}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #f2f2f2;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-size: 1.2em;
	position: relative;
	background-image: url(images/menu_icon.png);
	background-repeat: no-repeat;
	line-height: 26px;
padding-left: 56px;
	height: 26px;
  
}



.hero_featured{text-align:center;background-size:cover;background-color:#222222;background-image:url(images/optimized/main_home_mobile_moyer.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_featured2{text-align:center;background-size:cover;background-color:#222222;background-image:url(images/optimized/dsg_home_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_featured3{text-align:center;background-size:cover;background-color:#222222;background-image:url(images/optimized/ao_home_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_featured4{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/home_resp_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; clear:both; }
.hero_support{text-align:center;background-size:cover;background-color:#222222;background-image:url(images/optimized/featured_support_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }

.hero_team{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/featured_team_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }

.hero_quote{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/featured_quote_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_contact{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketin_header_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }

.hero_work{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/work_header2_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_services{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/services_header_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_team_header{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/team_header_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_marketing{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_1_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_marketing2{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_2_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_marketing3{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_3_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
.hero_hosting{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/hosting_header_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
	.hero_ecom{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/ecom_header_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }
	.hero_ecom2{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/ao_marketing_mobile.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 150px; }

h1 {
	font-size: 1.75em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: .2em;
	text-align: center;
}

.featuredHeader {
	text-align: left;
}

.headerTagline {
	font-size: 1.1em;
	font-weight: 200;
	line-height: 1em;
	padding-bottom: 0em;
	text-align: center;

}
h1 span {
	font-size: 75%;
	text-transform: capitalize;
	display: block;
	position: relative;
	padding-top:.2em;
	
}

h2 {
	font-size: 2.125em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;


	clear: both;
	
}
h2 span {
	font-size: 75%;
	padding-top: .4em;
	text-transform: capitalize;
	display: block;
	position: relative;
	
}

h2 i.fa {
	display: block;
	width: 75px;
}

.col_4_list li img {

width: 100%;
max-width: 200px;
border-radius: 10%;
box-shadow: 0px 1px 4px 0px #99a3ad, 0px 0px 40px #eeeeee; 
margin-bottom: 8px;

}
.col_3_list li img {

width: 100%;
max-width: 200px;
border-radius: 10%;
box-shadow: 0px 1px 4px 0px #99a3ad, 0px 0px 40px #eeeeee; 
margin-bottom: 8px;

}
.img-circular{
 width: 200px;
 height: 200px;
 background-image: url('images/team.jpg');
 background-size: cover;
 display: block;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
}

.subHeader {
	border-top: 1px solid #cccccc;
	padding-top: 1em;
	display: block;

}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	
}

p {
	line-height: 1.6em;
}
.featuredContent p {
		font-size: 1.4em;
}
p.featuredFirst {
	font-size: 1em;
}
.pullquote {

	font-style:italic;
	border-top: 1px solid #1D5468;
	padding-top: 1.4em;
	margin-top: 1.4em;
}


.testimonial {
		font-size: 1.1em;
	font-style:italic;
}

.btn_blue {
	background-color: #1D5468;
	text-transform:uppercase;
	padding: 1em;
	display: block;
	margin-top: 1.4em;
	font-size: 1.4em;
	text-align: center;
	color: #f2f2f2 !important;
	text-decoration:none;
	 transition: all 0.9s;
	-o-transition: all 0.9s;
		-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;

	
}

.btn_blue:hover {
background-color: #132D37;

color: #f2f2f2;
}
.inline {
	display: inline-block;
}

.col_4_list li {
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
vertical-align: top;

	
}
.col_3_list li a {
	text-decoration:none;
	color: #1D5367;

	
}
.col_3_list li {
	display: block;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
vertical-align: top;

	
}
.col_4_list li a {
	text-decoration:none;
	color: #1D5367;

	
}
.col_4_list li i.fa {
	
}

.center {
	text-align: center;
}


.menu {
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #1D5468;
	border-bottom: 1px solid #1D5468;
	margin-bottom: 1em;
	clear: both;
	text-align: center;
}

.menu li {
	display: block;

	text-align: center;
}
.menu li a {
	color: #f2f2f2;
	text-decoration:none;
	display: block;
	padding: 0.8em;
	text-transform:uppercase;
}

.btn_adminHome {
	background-color: #e5e5e5;
	border-radius: 4px;
	padding: 1em;
	box-sizing: border-box;
	
	text-align: center;
	margin-bottom: 2em;
}
.btn_adminHome p {
	border-top: 1px solid #666666;
	padding-top: 1em;
}
.btn_adminHome p.newsBody {
	border: none;
	padding-top: 0;
	border-bottom: 1px solid #cccccc;
padding-bottom: 1em;
margin-top: 0;
}
.btn_adminHome p.noBorder {
border-top: none;
}
.newsHeader {
	font-weight: bold;
	
}
a.readmore-js-toggle {
	margin-top: 16px;
	text-decoration: none;
	background-color: #cccccc;
	width: 150px;
	padding: 12px;
	color: #666666;
	display: inline-block
}
.last {
	margin-bottom: 0;
}
.green {
background-color:#228737;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;

  text-align: center;
  width: 1.6em; 
  font-size: 1.8em;
}
.red {
	background-color:#9F0C0F;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
 
  text-align: center;
  width: 1.6em; 
  font-size: 1.8em;
}

.black_circle {
	background-color:#666666;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  
  text-align: center;
  width: 1.6em; 
  font-size: 1.8em;
}

.gray_circle {
	background-color:#cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #666666;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
 
  text-align: center;
  width: 1.6em; 
  font-size: 1.8em;
}

.tableContainer {
	  display: table;
	  width: 100%;
	  margin-top: 1em;
	}
	.row {
	  display: block;
	  padding: .5em;
	}
	.row:nth-child(odd) {
		background-color: #E9E9E9;
	}
	.column {
	  display: block;
	   padding: .5em;
	}
	.tableHeader {
		padding: .5em;
		background-color: #cccccc;
	}
	.tableHide {
		display: none;
	}

.btn_admin {
	padding: 1em;
	color: #f2f2f2;
	background-color: #132D37;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	
	
}




@media screen and (min-width: 800px) {
	.hero_featured{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/main_home_moyer.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 700px; clear:both; }
	.hero_featured2{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/dsg_home.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 700px; clear:both; }
	.hero_featured3{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/ao_home.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 700px; clear:both; }
		.hero_featured4{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/home_resp.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 700px; clear:both; }
		.hero_support{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/featured_support.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; clear:both; }
	.hero_team{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/featured_marketing.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }

.hero_quote{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/featured_quote.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
.hero_contact{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketin_header.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
 
 .hero_work{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/work_header2.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
  .hero_services{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/services_header.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
    .hero_team_header{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/team_header2.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
	.hero_marketing{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_1.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
	.hero_marketing2{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_2.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
	.hero_marketing3{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/marketing_header_3.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
	.hero_hosting{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/hosting_header.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
		.hero_ecom{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/ecom_header.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
		.hero_ecom2{text-align:center;background-size:cover;background-color:#CCC;background-image:url(images/optimized/ao_marketing.jpg);background-repeat:no-repeat;background-position:center top;width:100%; height: 500px; }
	.headerTagline {
	font-size: 1.4em;
		font-weight: 200;
	line-height: 3em;
	text-align: right;

}
h1 {
	font-size: 2.75em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: .2em;
}

.btn_adminHome {
	
	margin-left: 2em;
	margin-right: 2em;

}
	
	.featuredContentContainer {
		margin-top: -646px;
		width: 390px;
		background-color: #132D37;
		padding: 1em;
		box-sizing: border-box;
		height: 550px;
	}
	.featuredContentContainerSmall {
		margin-top: -453px;
		width: 390px;
		background-color: #132D37;
		padding: 1em;
		box-sizing: border-box;
		height: 373px;
	}
	.col_30 {
		width: 40%;
		float: left;
		text-align: left;
	}
		.col_70 {
		width: 60%;
		float: right;
		text-align: right;
		
	}
	
	.col_50 {
		width: 50%;
		float: left;
		text-align: left;
		box-sizing: border-box;
		
	}
	.footer .col_50 {
		text-align: center;
	}
	
		.col_60 {
		width: 60%;
		float: left;
		text-align: left;
		box-sizing: border-box;
		padding-right: 2em;
		
	}
			.col_40 {
		width: 40%;
		float: right;
		text-align: left;
		box-sizing: border-box;
		
	}
	.col_4_list li {
	display: inline-block;
width: 50%;
	text-align: center;
	 margin-right: -4px;
}

	.col_3_list li {
	display: inline-block;
width: 50%;
	text-align: center;
	 margin-right: -4px;
}


.footerBorder {
	border-right: 1px solid #1D5468;
}
.menu {
	margin-top: 1em;
}

.menu li {
	display: inline-block;
	padding: 1em;
	margin-right: -4px;
	text-align: center;
}



h2 i.fa {
	display: inline-block;
}
.tableContainer {
	  display: table;
	  width: 100%;
	}
	.row {
	  display: table-row;
	  padding: .5em;
	}
	.row:nth-child(odd) {
		background-color: #E9E9E9;
	}
	.column {
	  display: table-cell;
	   padding: .5em;
	}
	.tableHeader {
		padding: .5em;
		background-color: #cccccc;
	}
	
ul.clientNav {
	text-align: right;
}
ul.clientNav li {
	display: inline-block;
}
ul.clientNav li a {
	text-decoration: none;
	color: #555555;
	padding: 8px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

	
}

@media screen and (min-width: 1000px) {
	
	
	.nav-toggle {
	display: none;

}
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  
  .nav-collapse ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  clear:both;

}
.nav-collapse li a {
	
	
	display: block;
		margin-bottom: 0;
		margin-top: 0;
 border: none;
 padding: .8em;
 font-size: 1.1em;
	
	

}
.nav-collapse li a:hover {
	background-color: rgb(58,58,58);
	color: #f2f2f2;
	text-transform:uppercase;
	text-decoration:none;
	
	display: inline-block;
border-radius: 6px;
		padding: .8em;
			 transition: all 0.9s;
	-o-transition: all 0.9s;
		-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	

}
a.supportLink {
	padding: 0;
	display: inline-block !important;
	font-size: 1em !important;
}

	.col_4_list li {

width: 50%;
padding: 2em;
box-sizing:border-box;

}
	.col_3_list li {

width: 33.333%;
padding: 2em;
box-sizing:border-box;

}
	

.nav-collapse li {

width: auto;
  display: inline-block;

}
}
@media screen and (min-width: 1100px) {
	.nav-collapse li a {
	
	

 font-size: 1.2em;
	
	}
	
	
a.supportLink {
	padding: 0;
	display: inline-block !important;
	font-size: 1em !important;
}

	
	.col_3_list li {

width: 33.333%;
padding: 2em;
box-sizing:border-box;

}
	


	
}

@media screen and (min-width: 1220px) {

.col_4_list li {

width: 25%;
padding: 2em;
box-sizing:border-box;

}
}
