/*================================================
	Mobile Site Styles
=================================================*/	

/* https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/  */
@-ms-viewport{
    width: device-width;
}


/* Galaxy S6 */

/* Portrait and Landscape */
@media screen and (min-device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	
	.chaos {
	height: 380px;
}

.chaos .no, .chaos .yes {
	width: 27px;
	height: 27px;
	top: 110px;
	background-position: center;
	background-size: contain;
}

.chaos .no {
	left: 227px;
}

.chaos .yes {
	left: 235px;
}

.chaos .no-message {
	width: 350px;
	top: 240px;
	right: -420px;
}

}

/***  Iphone 5   ***/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2){

.chaos {
	height: 380px;
}

.chaos .no, .chaos .yes {
	width: 24px;
	height: 24px;
	top: 99px;
	background-position: center;
	background-size: contain;
}

.chaos .no {
	left: 202px;
}

.chaos .yes {
	left: 288px;
}

.chaos .no-message {
	width: 350px;
	top: 220px;
	right: -420px;
}

}

/*   chaos yes/no buttons for iphone 6  */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px){

	.chaos {
		height: 400px;
	}

	.chaos .no, .chaos .yes {
		width: 26px;
		height: 26px;
		top: 118px;
		background-position: center;
		background-size: contain;
	}

	.chaos .no {
		left: 238px;
	}

	.chaos .yes {
		left: 340px;
	}

	.chaos .no-message {
		width: 400px;
		top: 250px;
		right: -470px;
	}
} 
/*chaos yes/no buttons for iphone 6 plus and Nexus 5X*/
@media only screen and (min-device-width: 412px) and (max-device-width: 736px){

	.chaos {
		height: 420px;
	}

	.chaos .no, .chaos .yes {
		width: 32px;
		height: 32px;
		top: 128px;
		background-position: center;
		background-size: contain;
	}

	.chaos .no {
		left: 262px;
	}

	.chaos .yes {
		left: 375px;
	}

	.chaos .no-message {
		width: 450px;
		top: 280px;
		right: -520px;
	}
}

@media only screen and (max-width: 1024px) { 
/* switch navigation to dropdown */
	#main-nav {
		display: none;
	}
	 
	#hamburger { 
		display: flex;
	}
		

}

@media only screen and (max-width: 957px) {
	.parallax-text {
		top: 200px;
	}
}


@media only screen and (max-width: 767px) {

/******* RESPONSIVE MENU *****/

    #mobile-header {
        display: block;
    }

.wrap {
	max-width: 95%;
	width: 95%;
	padding: 0;
}

/*************  HTML  ****************/


p, h1, h2, h3, h4, h5, li {
	line-height: 1.5em;
}

p {
	font-size: 20px;
	color: black;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

li {
	font-size: 18px;
}

section {
	margin-top: 10px;
}

/******* Universal ***********/

.mobile {
	display: block;
}


/**************  HOME   **************/

.logo{
	max-width: 150px;
}
.home .intro-headline h1 {
	font-size: 38px;
	line-height: 1.25em;
}

.home .intro-headline h2 {
	color: #007935;
	padding-top: 80px;
}


/* mobile grabber are static images that replace the grabber sliders */

.mobile-grabber {
	display: block;
	margin-top: 20px;
}

.slide-container {
	display: none;
}

.gradiant-bg, .shadow-bg {
	background: none;
}

.claims-boxes article {
	width: 100%;
	height: auto;
	padding: 55px 0 55px;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}
.claim-left, .claim-mid, .claim-right {
	background: none;
}

.claim-left h1 img, .claim-right h1 img, .claim-mid h1 img {
	width: 35%;
	max-width: 100%;
}
.claims-boxes p {
	line-height: 1.5em;
	font-size: 24px;	
}
.claims-boxes a, .contact-call-out a {
	background: #375068;
    	border: #375068 solid 1px;
   	border-radius: 10px;
    	color: #fff;
	max-width: 100%;
	width: 50%;
	height: auto;
    	padding: 20px 10px;
	font-size: 18px;
}

.products-footer {
	margin: 30px 10;
	background: none;
}


	/********* SOCIAL BUTTONS *********/

.content .wrap.share-this {
	display: none;
}

span.mobile-share-buttons {
	display: block;
}
.share-this strong { 
	color: #777;
}
.share-this img {
	width: 44px;
	height: 44px;
}

.share-this {
	padding: 10px !important;
}

.product img {
	width: 150px;
	height: 150px; 
	background-size: contain;
}


	
/********************* FOOTERS *****************/
.product, .product:first-child {
	margin: 0;
	float: none;
}

.products-footer.wrap h1 {
	font-size: 34px;
}

.products-footer {
	margin-top: 60px;
	margin-bottom: 60px;
	background: none;
}

.products-footer p {
	text-align: center;
	margin: 20px;
}

.product h1 {
	font-size: 32px;
}

.footer-news {
	height: auto;
	background: none;
	margin-top: 20px;
}
.footer-news h1 {
	color: #007935;
}

.footer-news p {
	color: black;
}


.footer-main {
	background: none;
	height: auto; 
}

.footer-mask {
	height: auto;
	overflow: hidden;
}

.copyright, .copyright span {
	font-size: 12px;
	width: 100%;
	text-align: center;
}



.product p {display: none }
.description .product span { display: none }
.products-footer.description {
	height: 200px;
	margin-top: 0;
}

.tab-1 a img {
	width: 100%; 
	height: auto;
}

/***** SEARCH ******/

.search-submit {
	width: 47px;
	height: 27px;
	background-size: contain;
}

.search-con {
	text-align: center;
}

div.search-con {
	float: none !important;
	margin-bottom: 5px;
}
/********** PRODUCT PAGES **********/

	/** Testimonials **/

.mobile-testimonial {
	display: block;
	padding: 10px;
	margin-bottom: 40px;
}

.pagecolor .product-article h1 {
	font-size: 36px;
	line-height: 1.25em;
	text-align: center;
}

.no-message h2 {
	padding-right: 7px;
}

.stcpDiv p {
	font-size: 14px;
}

.product-content {
	padding: 30px 5px;
}

.product-content .large-type p {
	font-size: 16px;
	line-height: 1.5em;
}

.product-content .large-type h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.25em;
}

.products-footer.description {
	height: auto;
	background: none;
}

.description .product:first-child {
	margin-left: 0;
}

.description .product {
	margin-left: 0;
	width: 100%;
}

.white-papers h4 {
	font-size: 32px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.white-papers a {
	font-size: 24px;
}

.contact-call-out {
	background: #007935;
	height: auto;
	margin: 10px;
	border-radius: 10px;
	text-align: center;
	
}

input {
	font: 75% sans-serif;
}

.contact-call-out strong {
	color: white;
	page-break-after: avoid;
	font-size: 22px;
}
.contact-call-out a {
	margin: 20px auto;
}

.product-content .contact-call-out a, .resellerkit-content .product-content .contact-call-out a {
	padding: 10px;
}

.neuro-youtube {
	padding-bottom: 50px;
}

.white-papers.case-studies-papers a {
	line-height: 1.5em;
}	


/************** SIDEBAR***************/
	/* Products Sidebar */
.products-nav { /*hide products sidebar */
	display: none;
}

.product-article h1, .industries-article h1 {
	font-size: 42px;
	padding: 20px 30px;
}

.menu-con h4 {
	line-height: 32px;
	text-align: center;
	border-bottom: none;
}

.menu-con  {
	border-right: 1px solid #007935;
	padding-left: 10px;
	display: block;
	flex-basis: 100%; 
}

.menu-con > a {
	display: inline;
}

.menu-con:last-child, .menu-con:first-child {
	border: none;
}

.menu-con:nth-child(2) {
	border-left: 1px solid #007935;
}

/**************** PAGE WIDTH *******************/

.news-content, .news-content.medium { 
	padding: 70px 0 0 0;
}

.product-article {
	width: 100%;
	float: none;
}


/************* PRODUCTS PAGE *************/

.industries-intro {
	width: 90%;
}

.industries-intro h1 {
	font-size: 30px;
}

.industries-intro p {
	padding: 15px;
}

.industries-article {
	width: 100% !important;
}

.feature-slider, .grey-panel-bar {
	display: none;
}

.category-content {
	margin: 0;
}

.category-content article {
	max-width: 100%;
}

.category-content .category-thumb {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	float: none;
	background-size: cover;
}

span.mobile h2 {
	padding: 0; 
	margin: 0 auto;
}
.category-body > p {
	text-align: center;
	line-height: 1.5em;
	margin-top: 15px;
	padding: 0 10px;
}

.category-body h3 {
	text-align: center;
}
 
.testimonal-category .slides_container, .testimonal-category, .slides_container, .slides_container div.slide {
	max-width: 100%;
	height: auto;
}

.testimonal-category blockquote p {
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 10px;
}

.testimonal-category blockquote {
	margin: 15px;
}

.testimonal-category blockquote cite {
	font-size: 14px;
}

.available-products {
	font-size: 20px;
}

.category-product p {
	font-size: 16px;
	line-height: 1.25em;
}

.category-products{
	background: none !important;
	height: auto;
}

.category-product {
	height: auto;
}

a.category-product {
	width: 75%;
	height: auto;
}

.category-product h4 {
	font-size: 20px;
	line-height: 1.25em;
}

.category-content .category-body {
	border-top: 1px solid;
	padding-top: 50px;
}

#cloud.category-content .category-body {
	border: none;
}

/********** INDIVIDUAL PRODUCT PAGE *************/

.neuro .product-content .neuro-copy h2 {
	font-size: 26px;
	line-height: 1.5em;
}

.neuro .product-content .neuro-copy p {
	font-size: 20px;
	line-height: 1.5em;
}

.neuro-icons {
	/*width: 100%;
	background-size: contain;
	left: 0;
	margin: 0;*/
	display: none;
}

.neuro-copy {
	padding-bottom: 20px;
}

.tab {
	width: 24%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid;
	
}

.tab-text {
	padding-top: 0;
}

.tab-start, .tab-end {
	display: none;
}

/* hide product tabs on sharepoint page since there's only one tab */
.page-id-218 .product-tabs {
	display: none;
}

/**************** ECMNOW PAGE ********************/

#contact-now {
	padding: 0 20px 45px;
}

.youtube-video a img, .claim-testimonials a img {
	max-width: 80%;
}

.claim-testimonials {
	width: 100%;
}

.testimonial-video-holder {
	text-align: center;
	width: 100%;
}

.testimonial-slider {
	display: none;
}

.industry-featured.ecmnow-featured {
	padding: 65px 0 0;
	height: 240px;
}

.claim-sections > p {
	width: 90%;
}

.claim-sections a img {
	padding: 0 !important; 
}

.youtube-claims p {
	font-size: 20px;
	line-height: 1.5em;
}

/****************** INDUSTRY PAGES ***************/


.product-article h1, .industries-article h1{
	text-align: center;
}

.industries-nav.sidebar.wide {
	display: none;
}


.individual-industry {
	height: auto;
	margin: 40px 10px;
	display: block;
}

.one-fourth, .three-fourths {
	width: 100%;
}

.individual-industry p, .individual-industry h5 {
	text-align: center;
}

.individual-industry h5 {
	font-size: 32px;
}

.industry-featured {
	background: none;
	padding: 80px 0;
}

.industry-featured a {
	margin: 10px auto 0;
}

/****************** RESOURCES ********************/

/*SIDEBAR*/

.industries-nav {
	width: 100%;
	padding-bottom: 50px;
}

.industries-nav ul a {
	font-size: 18px;
}

#cssmenu ul ul a {
	font-size: 14px;
}

/* End sidebar */

.news-content article, .article-content {
	width: auto;
	margin: 25px auto;
	padding: 15px;
}

.news-content article h1, .article-content h1 {
	font-size: 22px;
}

.news-content img {
	max-width: 100%; 
	height: auto;
	display: block;
	margin: 0 auto;
}


/****************** POST *************************/

.news-content .article-content img.attachment-post-thumbnail {
	margin: 25px auto;
	max-width: 80%; 
}

.article-content p {
	padding: 20px 10px 10px;
}

.article-content h4 {
	text-align: center !important;
	font-size: 24px;
	line-height: 1.5em;
}

.article-content blockquote {
	width: 100%;
}

.article-content blockquote p {
	padding-left: 5px;
	width: 100%;
}

.article-content li {
	font-size: 20px;
	line-height: 1.5em;
}

.news-content .article-content img.alignright, .news-content .article-content img.alignleft {
	width: 100% !important; 
	float: none;
	margin: 15px auto;
}

 .news-content .article-content img.alignleft {
	 display: block;
}

.cs-bullets blockquote p img {
	max-width: 95%;
}

/****************** ABOUT PAGES ******************/

.foundation {
	display: block;
}

.one-half, .one-third {
	width: 100%;
	float: none;
	padding: 0;
}
 
.one-third {
	margin: 30px 0;
}

.value-box, .value-box.med, .value-box.big {
	height: auto;
}

#people-connector.green-connector img {
	display: none;
}


img#hk-vision-stakeholders {
	max-width: 100% !important;
}

.news-content.medium .about-content {
	margin: 20px 10px;
	padding: 0 10px;
}

.about-content p {
	font-size: 19px;
}

.about-callout.prods > p {
	font-size: 12px !important;
	text-align: center;
	
}

.about-callout .about-button {
	display: block;
	width: 40%;
	margin: 0 auto !important;
	text-align: center;
}

.about-content h1 > img, .foundation img.anniversary-img {
	margin: 25px auto !important;
}

#values-connector.green-connector img {
	display: none;
}

h1.vision-h1, h5.vision-h1 {
	line-height: 1.5em;
}

h5.vision-h1 {
	font-size: 26px;
}

.about-page-update p {
	line-height: 1.5em !important;
}

.foundation .one-third p img {
	margin: 15px auto;
}

#ecmnow-neuro-explanation {
	display: none;
}

.about-callout.employment {
	height: auto;
}

img#ecmnow-products {
	width: 100% !important;
	max-width: 100% !important;
}

#ourpartners.product-awards.boxed {
	margin-left: 0 !important;
	margin-top: 115px !important;
	display: block;
}

.about-partners article {
	display: block;
	width: 100%;
	padding: 20px 0 0;
	border-left: none;
}

.about-partners article:first-child, .about-partners article {
	border-bottom: 1px solid #ccc;
}

.partners-row {
	border: none;
}

.partners-post-header h1 {
	width: 100%;
}

img#employment-page-img {
	margin-bottom: 30px;
}

.foundation tr:last-child td p {
	margin: 10px 0 35px;
}

.popup-inner {
	max-width: 300px;
	width: 60%;
}

.popup-inner p {
	font-size: 14px;
}

/****************** PRESS ROOM *******************/

center > a > img {
	max-width: 80% !important;
	margin: 25px auto !important;
}

section.news-content p img {
	max-width: 90%;
	margin: 15px 0;
}

/****************** CONTACT PAGE *****************/

div#post-10 > div, div#post-10 > div > div + div, div#post-10 > div > div > div + div, div#post-10 > div + div {
	max-width: 100% !important; 
	width: 100% !important;
	float: none !important;
}

div#post-10 > div + div {
	padding-top: 20px !important;
}

.sidebar_box > p + center > a > img {
	max-width: 100% !important;
}

/****************** RESELLER PAGES ***************/

.slider-logo {
	display: none;
}

.resellers-headline {
	font-size: 40px;
}

.resellers-intro-copy {
	width: 100%;
}

.resellers-featured-image {
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 10px;
	margin-top: 75px;
	background-size: contain;
}

.resellerkit-article {
	width: 100%;
	margin: 0;
}

.resellerkit-content .slide-container {
	display: block;
}

.resellerkit-content {
	padding: 0;
}

.resellerkit-content .slide-container {
	height: auto !important; 
	padding: 0 0 0 10px;
	
}

.resellerkit-content .slides_container div.slide {
	width: 100%; 
	height: auto;
}	

.image-swap {
	width: 98%; 
	height: auto;
	background-position: 25px 10px;
}

.resellers-row {
	left: 0;
	display: block;
	padding: 0;
}

.resellers-row article {
	margin: 45px auto;
}

.resellers-testimonials article {
	display: block;
	width: 100%;
	min-width: auto;
	padding: 0;
}

.resellers-post-header h1 {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.resellers-post-content {
	margin-left: 10px;
}

.resellers-row img {
	width: 90%; 
	height: auto;
	padding-bottom: 25px;
}


.resellerkit-content h2 {
	text-align: center;
	font-size: 26px;
}

.resellerkit-content p {
	padding: 10px;
}

/*  ImageSilo Reseller Page: 6646/ ecmnow page: 6636 */
.page-id-6646 .slide-container, .page-id-6636 .slide-container {
	display: none;
}
/****************** PRODUCT AWARDS ***************/

.product-awards {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-award {
	height: auto;
	padding: 5px;
}

/****************** LANDING PAGES ***************/


.parallax {
	background-size: cover;
}

.parallax-text {
	top: 230px;
}

.parallax-text h3 {
	font-size: 40px;
}

.page-template-page-landing-page .three-fourths, .page-template-page-landing-page .one-fourth {
	width: 100% !important;
}

.page-template-page-landing-page #hamburger {
	display: none;
}

.page-template-page-landing-page .one-fourth {
	border-right: none !important;
}

/************** BRIEFS ************/

img.product-icon {
	display: none !important;
}

/****************  SERVICES PAGE (SERV) **********/

.services-container {
	width: 100%;
	padding-left: 0;
	
}

.services-container > h1 > img {
	height: auto;
}


}
