html, body{
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(//themes.googleusercontent.com/static/fonts/montserrat/v3/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(//themes.googleusercontent.com/static/fonts/montserrat/v3/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
  }
  @font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
/*--------Header styles---------*/
.header{
	height: 255px;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 3px solid #00a6ec;
}
.header-blog{
	height: 388px;
	width: 100%;
	background: #f8f8f8;
	border-top: 3px solid #00a6ec;
	background-image:url('//www.element74.com/images/blogLogo.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
.menu-bar{
	margin: 0 auto;
	background: #ffffff;
	height: 65px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	padding-left: 54px;
}
.menu-container{
	margin: 0 auto;
	width: 960px;
	margin-top: 28px;
}
.social{
	float: right;
	margin-top: -2px;
	position: absolute;
	z-index: 1;
	right:70px;
}
.social a{
	margin-right: 3px;
}
.social img{
	border: none;
}
.logo-area{
	width: 812px;
	margin: 0 auto;
	padding-top: 115px;
	text-align: center;
}
.logo-area img{
	position: relative;
	margin: 0 auto;
}

a:not([href]) {
position:relative;
}
/*-------menu styles---------*/

/*.menu{
	position: relative;
	margin: 0 auto;
	padding-top: 22px;
}
.menu li{
	display: inline;
	list-style: none;
	padding-right: 35px;
}
.menu li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #333d44;
	font: 13px Open Sans, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 100;
}*/
/*-------Pre Content Styles-------*/
.pre-content{
	height: 135px;
	/*background: url('//www.element74.com/images/brandBackground.jpg') repeat-x;*/
	background-color:#024a83;
	font: 56px Oswald, Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	min-width: 812px;
}
.brand-statement{
	margin-top: -128px;
	background: transparent;
	position: relative;
	z-index: 100;
}
.pre-content img{
	position: relative;
	z-index: 10;
}

/*----------Content Styles Start-----------*/
.content-area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.content-area .title{
	padding-top: 55px;
	padding-bottom: 55px;
	font: 20px Oswald, Arial, sans-serif;
	text-transform: uppercase;
	color: #5d656c;
	margin: 0 auto;
}
.content-area .title.blog{
	color: #ffffff;
}
/*--------Our Work Section-------*/
.ourWork-wrapper{
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	background: #f1f1f1;
}
.ourWork-content{
	margin: 0 auto;
	width: 870px;
}
.pod{
	width: 414px;
	height: 308px;
	border-bottom: 1px solid #bababa;
	margin-bottom: 45px;
	padding-bottom:10px;
}
.left-pod{
	width: 414px;
	height: 308px;
	border-bottom: 1px solid #bababa;
	float: left;
	margin-bottom: 45px;
}
.right-pod{
	width: 414px;
	height: 308px;
	border-bottom: 1px solid #bababa;
	float: right;
	margin-bottom: 45px;
}
.site-image{
	display: inline-block;
	position: relative;
	height: 255px;
	width: 413px;
	border: 1px solid #d7d7d7;
	background: url('//www.element74.com/images/imageOverlay.png') no-repeat;
	z-index: 100;
}
.site-image img{
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;    
    transition: opacity .3s ease-in-out;
}
.site-image img:hover{
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;    
    transition: opacity .3s ease-in-out;
	position: relative;
	z-index: 1;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	cursor: pointer;
}
.site-title{
	width: 310px;
	height: 25px;
	float: left;
	border-right: 1px solid #d7d7d7;
	margin-top: 15px;
	text-align: left;
	padding-left:4px;
	font: 14px Open Sans, Arial, sans-serif;
	/*color: #83898f;*/
	color: #5d656c;
	font-weight: bold;
}
.more{
	width: 84px;
	height: 25px;
	float: right;
	margin-top: 15px;
	font: bold 14px Open Sans, Arial, sans-serif;
	color: #024a83;
	text-transform: uppercase;
}
.loadMoreButton{
	background: url('//www.element74.com/images/loadMore.png') no-repeat;
	border: none;
	cursor: pointer;
	height: 37px;
	width: 190px;
	margin-bottom: 40px;
}

/*-----Our Capabilities Section-----*/
.ourCapabilities-wrapper{
	width: 100%;
	background: #ffffff;
	float: left;
	border-bottom: 1px solid #e8eaea;
}
.ourCapabilities-content{
	width: 950px;
	margin: 0 auto;
}

.SupportPanelWrapper {
	margin: 30px 0 50px 0;
	min-height: 250px;
}
.greyButton{
	width: 290px;
	height: 41px;
	float: left;
	margin-bottom: 25px;
	background: url('//www.element74.com/images/greyButton.jpg') no-repeat;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Open Sans, Arial, sans-serif;
	padding-top: 23px;
}
.greyButton:hover{
	background: url('//www.element74.com/images/blueHover.png') no-repeat;
}
.greyButton.middle{
	margin-left: 40px;
}

.greyButton.remotesupport{
	margin-left: 35%;
}

.greyButton.right{
	float: right;
}
.button-wrapper{
	width: 960px;
	margin: 0 auto;
}
/*.quoteButton {
	display: inline-block;
	width: 190px;
	height: 28px;
	padding-top: 10px;
	background: #00a6ec;
	border-radius: 3px;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Open Sans, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 40px;
}

.quoteButtonWhite {
	display: inline-block;
	width: 190px;
	height: 28px;
	padding-top: 10px;
	background: #ffffff;
	border-radius: 3px;
	color: #00a6ec !important;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Open Sans, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 40px;
}

.quoteButtonDarkBlue {
	display: inline-block;
	width: 190px;
	height: 28px;
	padding-top: 10px;
	background: #024a83;
	border-radius: 3px;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px Open Sans, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 40px;
}*/

/*--------Our Team Section--------*/
.ourTeam-wrapper{
	width: 100%;
	background: #f8f8f8;
	float: left;
	border-bottom: 1px solid #e8eaea;
	padding-bottom: 100px;
}
.ourTeam-content{
	width: 1000px;
	margin: 0 auto;
}
.team-member{
	width: 152px;
	height: 315px;
	float: left;
	padding-bottom: 55px;
	margin-left: 24px;
	margin-right: 19px;
}

.picture{
	width: 175px;
	height: 233px;
	border: 1px solid #cccccc;
	background: url('//www.element74.com/images/View-Profile.jpg') no-repeat;
	position: relative;
	z-index: 100;
}

.picture img, .pictureFullPage img {
max-width: 175px;
}

.picture2{
	width: 175px;
	height: 233px;
	border: 1px solid #cccccc;
	position: relative;
	z-index: 100;
}

.picture img:hover {
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;    
    transition: opacity .3s ease-in-out;
	position: relative;
	z-index: 1;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	cursor: pointer;
}


.pictureFullPage{
	
	width: 175px;
	height: 236px;
	border: none;
	border: 1px solid #cccccc;
	padding: 4px 3px 0px;
}
.name{
	width: 152px;
	font: bold 14px Open Sans, Arial, sans-serif;
	color: #83898f;
	float: left;
	text-align: left;
	margin-left: 4px;
	margin-top: 8px;
}
.nameFullPage{
	font: bold 20px Oswald, Arial, sans-serif;
	color: #00a6ec;
	text-align: left;
	padding-left: 4px;
	margin-top: 8px;
}


.position1, .position2 {
	font: 13px Open Sans, Arial, sans-serif;
	color: #919191;
	float: left;
	text-align: left;
	margin-left: 4px;
	width:180px;
	height: 18px;

}

.position2 {
	padding-bottom: 8px;
}

.positionFullPage{
	font: 16px Oswald, Arial, sans-serif;
	color: #83898f;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 8px;
}
.contact{
	width: 175px;
	height: 30px;
	border-top: 1px solid #bababa;
	float: left;
	overflow: hidden;
}
.contact a{
	float: left;
	border: none;
	text-indent: 4px;
	margin-top: 10px;
	margin-right: 12px;
}
.contact img{
	border: none;
}
.commentsFullPage
{
	font: 13px/24px Open Sans, Arial, sans-serif;
	color: #4a4e52;
	text-align: left;
	padding-bottom: 30px;
	padding-left:4px;
}
.viewProfile
{
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 5px;
	width: 130px;
	height: 23px;
	background-color: #00a6ec;
	text-align: center;
	padding-bottom: 5px;
	margin-left: 260px;
}
.viewProfileLink
{
	font: bold 10px Open Sans, Arial, sans-serif !important;
	color:#FFFFFF !important;
	text-decoration:none;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 128px;
}
/*----------Blog Section----------*/
.blog-wrapper
{
	width: 100%;
	height: 695px;
	float: left;
	background: #0a94ce url('//www.element74.com/images/blogBackground.jpg') no-repeat;
	background-size: 100% auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/blogBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/blogBackground.jpg', sizingMethod='scale')";
}
.blog-content
{
	width: 778px;
	margin-right:auto;
	margin-left:auto;
}
/*---------Footer Section---------*/
.footer
{
	width: 100%;
	height: 80px;
	float: left;
	background: #3c4146;
	font: 12px Open Sans, Arial, sans-serif;
	color: #737e87;
}
.footer-content{
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
}

.footer-left {
	float: left;
	width: 690px;
	text-align: left;
	margin-top: 20px;
}

.footer-right {
	float: right;
	width: 270px;
	text-align: right;
}

.copyright
{
	margin-right: 10px;
	color: #a1a8af;
}
.ThumbContainer
{
	text-align:left;
	color:#FFFFFF;
	height:458px;
	width:373px;
	background-color:#08629a;
	
}
.ThumbImage
{
	height:146px !important;
}
.ThumbAdjust
{
	background-color:#08629a;
	height:300px;
	position:relative;
	padding-top:12px;
	padding-left:30px;
	padding-right:30px;
}
.ThumbTitle
{
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'Montserrat';
	font-weight:700;
	font-size:15px;
	height: 62px;
}
.ThumbText
{
	padding-top:5px;
	/*padding-bottom:5px;*/
	font-family: 'Open Sans';
	font-size:14px;
	max-height: 174px;
	overflow: hidden;
	min-height: 174px;
}
.ThumbReadMore
{
	/*padding-top:5px;*/
	padding-bottom:5px;
	font-family: 'Open Sans';
	font-size:14px;
	font-weight:700;
	color:#ffaf15;
	text-transform:uppercase;
	text-decoration: none !important;
}

.ThumbContainer a:link, .ThumbContainer a:visited {
	text-decoration: none !important;
}


.footerBanner
{
	height:357px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url('//www.element74.com/images/blogBanner.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/blogBanner.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/blogBanner.jpg', sizingMethod='scale')";
clear: both;
}
.footerBannerText
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:'Montserrat';
	font-size:14px;
	text-align:center;
	line-height:30px;
	position:relative;
	top:120px;
}
.footerBannerButton
{
	border-radius: 5px;
	background-color: #FFFFFF;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size:14px;
	color:#024a83;
	text-transform:uppercase;
	text-align:center;
	height:27px;
	width:240px;
	padding-top:6px;
	padding-bottom: 4px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top:150px;
}
.mainContent
{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}
#left_content_blank{
	width:790px;
	margin-top:20px;
	text-align:left;
	margin-left:35px;
	padding:35px 30px 30px 0;
	font: 500 13px/26px 'Open Sans',Arial,san-serif;
	color: #4A4E52;
}
#left_content_portfolio{
	width:790px;
	margin-top:20px;
	text-align:left;
	margin-left:35px;
	padding:35px 0px 30px 0;
}
#right_content_blank{
	width:230px;
	padding: 35px 45px 0 45px;
	/*padding-right:35px;
	padding-left:45px;
	padding-top:35px;*/
	text-align:left;
	background-color:#f1f1f1;
	border-left: 1px solid #e1e1e1;
}
#right_content_portfolio{
	width:230px;
	padding: 35px 45px 0 45px;
	/*padding-right:30px;
	padding-left:30px;
	padding-top:35px;*/
	text-align:left;
	background-color:#f1f1f1;
	border-left: 1px solid #e1e1e1;
}
.sidePod
{
	padding-bottom:25px;
	width: 225px;
}
.Filter
{
	font: 14px Open Sans, Arial, sans-serif !important;
	color:#5D656C !important;
}
/*MOVED THESE TO CLIENT.CSS

.sidePodTitle                        
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	color:#4a4e52;
	font-size:14px;
	padding-bottom:15px;
}
.sidePodContent
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	color:#4a4e52;
	padding-bottom:30px;
}
.sidePodLink
{
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-size:12px;
	color:#00a6ec;
	text-transform:uppercase;
}*/
.sidePodDivider
{
	border-top:1px solid #c5c4c4;
	margin-top:25px;
	width: 230px;
}

/*----Submit Button Styles----*/
#ctl00_ctl00_CPH1_DynamicContactUs1_btnSubmitInquiry{ /* Contact Us submit button */
	padding-left: 4px;
	border-radius: 5px;
	width: 130px;
	height: 26px;
	background-color: #00a6ec;
	font: bold 10px Open Sans, Arial, sans-serif;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-left: 6px;
	/*float: left;*/
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
#ctl00_ctl00_CPH1_ContentPlaceHolder1_DynamicContactUs1_btnSubmitInquiry{ /* Request a quote submit button */
	padding-left: 4px;
	border-radius: 5px;
	width: 130px;
	height: 26px;
	background-color: #00a6ec;
	font: bold 10px Open Sans, Arial, sans-serif;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-left: 6px;
	/*float: right;*/
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
/*.siteImage
{
	max-height:125px;
	min-height:125px;
}*/
.siteContainer
{
	width:240px;
	height:230px;
}
.siteTitle
{
	padding-top:15px;
	width: 200px;
}
.siteTitleLink
{
	text-decoration:none;
	font: bold 16px Oswald,Arial,sans-serif !important;
	color:#00A6EC !important;
}
.siteCaseStudy{
	width: 200px;
}
.siteCaseStudyLink
{
	text-decoration:none;
	font: 14px Oswald,Arial,sans-serif !important;
	color:#83898F !important;
}


.founded-top, .upgrade-statement {
	height: 200px;
	width: 770px;
	margin: 0 auto;
	border-bottom: 1px solid #cbcbca;
	padding-top: 50px;
}

.founded-top-text{
	font: 28px 'Open Sans', Arial, sans-serif;
	color: #4a4e52;
	padding-top: 74px;
	width: 487px;
	margin: 0 auto;
}

.upgrade-top-text{
	font: 28px 'Open Sans', Arial, sans-serif;
	color: #4a4e52;
	width: 650px;
	margin: 0 auto;
}

.founded-bottom-wrapper{
	height: 300px;
	width: 770px;
	margin: 0 auto;
}
.founded-bottom{
	margin-top: 75px;
	height: 225px;
}
.founded-bottom-image{
	float: left;
	margin-right: 33px;
}
.founded-bottom-text{
	font: 13px 'Open Sans', Arial, sans-serif;
	color: #5f6366;
	float: left;
	width: 431px;
	line-height: 270%;
	text-align: left;
	margin-top: 10px;
}
.technology-wrapper{
	height: 440px;
	background: #f1f1f1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #617e96;
}
.technology{
	width: 950px;
	height: 400px;
	margin: 0 auto;
	background: #f1f1f1 url('//www.element74.com/images/technologyBackground.jpg') no-repeat;
	margin-top: 40px;
}
.technology-text{
	height: 370px;
	width: 418px;
	margin: 0 auto;
	background: transparent;
	padding-right: 15px;
	line-height: 270%;
	font-size: 13px;
}
.technology-text table{
	position: relative;
	z-index: 1000;
}
.section-title{
	color: #54585b;
	font: 19px 'Oswald', Arial, sans-serif;
	padding-top: 40px;
	padding-bottom: 8px;
}
.expectations{
	height: 510px;
	width: 100%;
	background: url('//www.element74.com/images/Team-Background.jpg') no-repeat;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/expectationsBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.element74.com/images/expectationsBackground.jpg', sizingMethod='scale')";
	position: relative;
	left: 0;
	right: 0;
}
.expectations-overlay{
	display: table;
	width: 100%;
	table-layout: fixed;
	position: absolute;
	bottom: 0;
}
.expectations .left{
	height: 25px;
	background: #f9f9f9;
	display: table-cell;
}
.expectations .middle{
	width: 925px;
	background: url('//www.element74.com/images/topOverlay.png') no-repeat 100% 100%;
	display: table-cell;
	left: 0;
	right: 0;
}
.expectations .what-to-expect-wrapper{
	position: absolute;
	height: 486px;
	width: 925px;
	bottom: 25px;
}
.what-to-expect{
	font: 18px Oswald, Arial, sans-serif;
	color: #ffffff;
	width: 267px;
	border: 1px solid #ffffff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 200px;
	padding: 10px 30px 10px 30px;
	border-radius: 5px;
}
.expectations .right{
	height: 25px;
	background: #f9f9f9;
	display: table-cell;
}
.expectations-info-wrapper{
	background: #f9f9f9;
	height: 515px;
	width: 100%;
}
.expectations-info{
	width: 925px;
	height: 515px;
	margin: 0 auto;
	background: transparent;
	position: relative;
	z-index: 100;
}
.expectations-info .attention{
	padding-top: 75px;
	margin-left: -15px;
	padding-bottom: 33px;
}
.expectations-info .detail{
	padding-top: 65px;
	margin-left: -15px;
	padding-bottom: 25px;
}
.expectations-info .development{
	padding-top: 45px;
	margin-left: 10px;
}
.expectations-info-left{
	width: 307px;
	height: 515px;
	float: left;
	border-right: 1px solid #e1e1e1;
	background: transparent;
	position: relative;
	z-index: 100;
	margin-top: -25px;
	padding-bottom: 25px;
}
.expectations-info-middle{
	width: 307px;
	height: 515px;
	float: left;
	border-right: 1px solid #e1e1e1;
	background: transparent;
	position: relative;
	z-index: 100;
	margin-top: -25px;
	padding-bottom: 25px;
}
.expectations-info-right{
	width: 308px;
	height: 515px;
	float: left;
	background: transparent;
	position: relative;
	z-index: 100;
	margin-top: -25px;
	padding-bottom: 25px;
}
.expectations-info-text{
	margin: 0 auto;
	background: transparent;
	font-size: 13px 'Open Sans', Arial, sans-serif;
	width: 229px;
	line-height: 165%;
}

.slide {
	width: 460px; 
	height: 420px; 
	margin-top: 30px;
}

.slide-whats-new {
	width: 275px !important; 
	margin: 30px 8px 0 8px;
}

#slider {
	width:1000px; 
	height: 460px; 
	margin:50px 0; 
	overflow:hidden;
}

#slider-whats-new {
	width:1000px;  
	margin:50px 0; 
	overflow:hidden;
}

.bxslider, .bxslider-whats-new {
	list-style: none outside none;
}

.compatibility, .whats-new {
	width:1000px; 
	margin: 0 auto;
}

.compatibility-wrapper, .whats-new-wrapper {
	background-color:#f4f4f4; 
	width:100%; 
	border-top: solid 1px #e8e8e8; 
	border-bottom: solid 1px #e8e8e8; 
}

.section-content {
	padding:50px 0 50px 0; width:960px; margin:0 auto 0 auto;
}

.happy-users{
	width:1000px; margin:0 auto 50px auto;
}

.bx-viewport {
	padding-bottom:15px;
}

.upgrades-content {
	width:960px; margin:0 auto 50px auto;
}

#request-a-quote-sidebar {
  font: normal normal 13px/40px Open Sans, Arial, sans-serif !important;
  background-color: #024a83;
  border-radius: 5px;
  color: #ffffff;
	display: block;
  margin: 10px auto 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 230px;
  cursor: pointer;
  text-align: center;
}

#request-a-quote-sidebar:hover{
	background-color: #00a6eb;
}


.form-button {
  font: normal normal 13px/40px Open Sans, Arial, sans-serif !important;
  background-color: #024a83;
  border-radius: 5px;
  color: #ffffff;
	display: block;
  margin: 10px auto 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 230px;
  cursor: pointer;
  text-align: center;
  border: none;
}

/* CONSULT  FORM  2016 */

.consult-form  {
		width: 100% !important;
		margin: 0 auto;
}

.consult-form h1{
	margin: 25px 0;a
}


#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ {
	position: relative;
        left: 4%;
}

#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ input[type="checkbox"] {
	display: none;
}

#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ label {
    position: relative;
    width: 50%;
    height: 80px;
    cursor: pointer;
    /* background: #e0e0e0; */
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    display: table-cell;
    /* vertical-align: bottom; */
    padding: 85px 10px 0px 10px;
    margin-bottom: 25px;
}

table[id$=Services_939__] td:nth-child(1) label {
	background: url("../images/consult-form-images/Web-Design.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(1) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Web-Design.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(2) label {
	background: url("../images/consult-form-images/Digital-Strategy.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(2) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Digital-Strategy.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(3) label {
	background: url("../images/consult-form-images/Email-Marketing.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(3) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Email-Marketing.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(4) label {
	background: url("../images/consult-form-images/Video-Production.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(4) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Video-Production.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(5) label {
	background: url("../images/consult-form-images/ECommerce.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(5) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/ECommerce.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(6) label {
	background: url("../images/consult-form-images/Custom-Programming.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(6) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Custom-Programming.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(7) label {
	background: url("../images/consult-form-images/Search-Engine-Optimiztion.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(7) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Search-Engine-Optimiztion.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(8) label {
	background: url("../images/consult-form-images/Logo-and-Branding.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(8) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Logo-and-Branding.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(9) label {
	background: url("../images/consult-form-images/Photography.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(9) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Photography.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(10) label {
	background: url("../images/consult-form-images/Social-Media.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(10) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Social-Media.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(11) label {
	background: url("../images/consult-form-images/Copywriting.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(11) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Copywriting.png") no-repeat 50% 0%;
}

table[id$=Services_939__] td:nth-child(12) label {
	background: url("../images/consult-form-images/Other.png") no-repeat 50% 20%;
}

table[id$=Services_939__] td:nth-child(12) input[type="checkbox"]:checked + label {
	background: url("../images/consult-form-images/active/Other.png") no-repeat 50% 20%;
}

/*#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ input[type="checkbox"]:checked + label {
    background: #00A6EC;
    color: white;
}*/

#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ td{
	float: left;
	width: 30%;
}

/* END CONSULT  FORM  */

.form-button:hover{
	background-color: #00a6eb;
}
.sidePodDivider {
	margin-left: auto;
	margin-right: auto;
}
.mainContent {
	max-width: 1020px;
	width: auto;
}

#ctl00_ctl00_CPH1_ContentPlaceHolder1_DynamicContactUs1___Resume_781__TextBox0 {
	width: 198px !important;	
}

.documentation OL { counter-reset: item }
.documentation OL LI:before { content: counters(item, ".") " "; counter-increment: item; margin-left: -6px; }

.anchor {
    position:relative;
    top:-30px;
}

#CPH1_ContentPlaceHolder1_DynamicContactUs1_tblInquiry hr {
  margin: 18px 0 !important;
}

.hidden-modal-message {
	display: none;
}

#documentation-icon-table td:nth-child(1) {
padding: 20px 0 0 00px;
width: auto !important;
}

#documentation-icon-table td {
  border-bottom: 1px solid #e1e1e1;
border-collapse: collapse;
}

#easypost-help-center hr {
margin: 15px 0 !important;
}

/*-----Easypost 3.2/3.3 Documentation -----*/
div.documentationhr
{
Font-Style: Normal;
Font-Weight: Normal;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
margin-bottom: 65px;
}
.documentationol
{
list-style-type: none;
}

/*--------Dynamic Contact Forms-------*/
.subtable table tr td span
{
color: #FF0000;
}

/*--------Kendra Photo Gallery Portfolio Page-------*/

.kendra-gallery-image img {
    width: 250px !important;
    position: relative;
    top: -35px;
}

.kendra-gallery-image {
	background: url('//www.element74.com/images/view-gallery-hover.png') no-repeat;
	display: inline-block;
	position: relative;
	/*height: 255px;
	width: 413px;*/
	border: 1px solid #d7d7d7;
	z-index: 100;
	margin: 0 auto;
}

.kendra-gallery-image img{
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;    
    transition: opacity .3s ease-in-out;
}
.kendra-gallery-image img:hover{
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;    
    transition: opacity .3s ease-in-out;
	position: relative;
	z-index: 1;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	cursor: pointer;
}

.gallery-image input[type="image"] {
	height: 250px;
}


.kendra-gallery-image {
	/* height: 0 !important;
	padding-bottom: 100%; 
	width: 48% !important;
	overflow: hidden;
	background-size: cover;*/
}

.kendra-gallery-wrapper{
	position:relative;
	width:49%;
	margin-bottom:20px;
	display:inline-block;
}

.kendra-gallery-image img {
	width: 100% !important;
}
#Table3 .table tr td {
	vertical-align: top;
}
#Table3 .table > tbody > tr > td {
	width: 50%;
}

/* -- Responsive Forms -- */

/*.responsive-form table .riTextBox , .capta-box [type="text"]{
	font-family:'Cabin',sans-serif !important; 
	font-size:14px !important; 
	color:#40514c !important; 
	font-weight:bold !important; 
	padding:5px 10px !important; 
	height:32px !important; 
	border:1px solid #d0e5df !important; 
	letter-spacing:1px !important;
	margin-bottom: 15px !important;
}*/

.responsive-form {
	width: 100%;
}

.responsive-form input[type="text"] {
	width: 97% !important;
	height: 40px !important;
	border:1px solid #E0E0E0 !important;
	margin-bottom:10px !important;
	text-indent: 10px;
}

.responsive-form input[type="radio"], input[type="checkbox"] {
	margin:0 10px 10px 30px;
}

.responsive-form textarea {
	border:1px solid #E0E0E0 !important;
	width:97% !important;
	margin-bottom:10px !important;
	text-indent: 10px;
}

.RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border:1px solid #E0E0E0!important;
}

.responsive-form select {
	border:1px solid #E0E0E0 !important;
	width: 95% !important;
	height: 40px; 
	padding: 0 5px;
	margin-bottom:10px !important;
}

.captcha {
	width: 45%;
	margin: 0 auto;
}

	 
/*.responsive-form table {
			table-layout: fixed;
			width: 100%;
}*/
.responsive-form table table {
				table-layout: auto;
				width: auto !important;
}
.responsive-form .RadInput {
				display: block;
				width: 95% !important;
}
.responsive-form .RadInput input {
				width: 100% !important;
				height: auto;
				box-sizing: border-box;
}
.responsive-form textarea{
				width: 100% !important;
				box-sizing: border-box;
}

.responsive-form .RadInputMultiline{width:97.5% !important;}


/* Responsive iFrames */

.spotifyEmbed {
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
	height: 0;
	margin-bottom: 25px;
}
.spotifyEmbed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media all and (max-width:675px){
	
	.kendra-gallery-wrapper{width:100%; display:block; box-sizing:border-box;}
	
	.trigger-table td{width:100%; display:block;}
	
	.gallery-image{height:100% !important; width:100% !important; max-width:300px;}
	
	.gallery-image input[type="image"]{height:100%; width:100%;}
}

@media (max-width: 957px) {
	#right_content_blank table tr:nth-child(odd) {
		clear: both;
	}
	.sidePodDivider {
		width: 95%;
		max-width: 230px
	}
}

@media all and (min-width: 658px) and (max-width: 1000px){
	.ourTeam-content td {
		float: none !important;
		display: inline-block;
	}
	.team-member {
		width: 177px;
		margin-left: 11px;
		margin-right: 11px;
	}
}

@media all and (max-width:600px){

/*--dynamic forms--*/
	.responsive-form table td {
		box-sizing: border-box;
		float: left;
		width: 100%;
	}
	.responsive-form table table td {
		/*float: none;
		width: auto;*/
	}
        #CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ {
	       position: relative;
               left: 0;
        }
	#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ td{
		float: left;
		width: 50%;
	}
}
/*--end--*/




@media (max-width: 400px) {
	.kendra-gallery-image img {
		/*top: 0;*/
	}
	#Table3 .table > tbody > tr > td {
		float: left;
		width: 100%;
		box-sizing: border-box;
		clear: both;
	}

	.gallery-image {
		position: relative;
		overflow: hidden;
		background: rgba(80,80,80,0.15);
		height: 0 !important;
		padding-bottom: 100%;
		width: 100% !important;
	}
	.gallery-image > input, .gallery-image > a > input {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100% !important;
		width: auto !important;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
	.mainContent table {
		width: 100%;
	}
	#Table7 > tbody > tr > td > table > tbody > tr:nth-child(2) table {
		width: auto !important;
	}
}
		
		
@media all and (max-width: 400px) {

	#Table7 > tbody > tr > td > table > tbody > tr:nth-child(1) table td {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	#Table7 > tbody > tr > td > table > tbody > tr:nth-child(2) table table td {
		padding: 5px;
	}
	#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ td:nth-child(even){
		float: right;
		width: 50%;
	}
	#CPH1_ContentPlaceHolder1_DynamicContactUs1___Services_939__ td:nth-child(odd){
		float: left;
		width: 50%;
	}

}
/*-----------Phone Documentation-------------*/
.phone-documentation
{
	position: relative;
	padding-bottom: 79%;
	height: 0;
	overflow: hidden;
}
.phone-documentation iframe
{
	position: absolute;
	top: 0;
	left: 0;.
	width: 100% !important;
	height: 100% !important;
}

/*Added to adjust home page blog*/
@media all and (min-width:1000px)
{
	.blog-content td:first-child{padding-right:25px;}
}