/*
Theme Name: Devereux Homepage August 2020
Theme URI: http://www.devereux.org
Author URI: http://www.devereux.org
Author: Jason Drust
Description: This custom theme was built by Devereux.
*/


@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css?ver=4.2.0);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);


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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* Add this to keep content on a single line */
}

input::-webkit-input-placeholder {
   color: rgba(0,5,143,.5);
   padding-left: 5%;
}

h2:not(.splash-container h2),
.h2 {
	color: var(--green);
	font-size: 26px;
	font-weight: 600;
}

h2 > a,
.h2 > a {
	display: inline-block;
}
p {
	margin: 0 0 15px 0;
}

strong {
	font-weight: 600;
}

body {
	background-color: #fff;
}

#main-header {
	max-width: 1200px;
	margin: 20px auto;
}

#devx-logo {
	width: calc(55% - 10px);
	float: left;
	max-width: 500px;
}

#devx-logo img {
		/* margin: 0 0 0 15%; */
	width: 100%;
}

#contact-section-wrapper {
	width: calc(45% - 10px);
	float: right;
	margin: -10px 10px 10px 0;
}

#contact-section-align {
	float: right;
	margin-right: 1%;
}

#header-buttons-wrapper {
	margin: 10px 0 60px 0;
}

#contact-us-btn {
	width: 50%;
	float: left;

}

#donate-btn {
	width: 50%;
	float: left;
}


.contact-us-img {
	/* background: url(../images/content/pagebuilder/contact-button.png) no-repeat 0 0;
	background: var(--garnet);
	width: 120px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -900px;
	margin-left: 10px; */
}

.contact-us-img:hover {
	/* background-position: 0 -35px; */
}

.donate-img {
	/* background: url(../images/content/pagebuilder/donatenow-button.png) no-repeat 0 0;
	background: var(--garnet);
	width: 120px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -900px;
	margin-left: 10px; */
}

.donate-img:hover {
	/* background-position: 0 -35px; */
}

.contact-us-img,
.donate-img  {
	background: var(--garnet);
	color: var(--diamond) !important;
	text-decoration: none;
	font-weight: 600;
	font-family: "PT Sans", sans-serif;
	width: 120px;
	height: 35px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;	
	text-align: center;	
	margin-left: 10px;
}

@media screen and (max-width: 600px){
	.contact-us-img {
		margin-left: auto;
	}
}

#phone-number-txt {
	font-family: 'PT Serif', Georgia, serif;
	font-size: 15px;
	font-style: italic;
	color: #776f67;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

#search-box-wrapper {
	float: right;
	margin: 10px 0 0 0;
}

.searchfield {
	vertical-align: super;
	border-top: 2px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	height: 20px;
	width: 180px;
}

.searchfield::-webkit-input-placeholder {
   color: #C5C5C5;
   font-style: italic;
}

.searchfield:-moz-placeholder { /* Firefox 18- */
   color: #C5C5C5;
   font-style: italic;
}

.searchfield::-moz-placeholder {  /* Firefox 19+ */
   color: #C5C5C5;
   font-style: italic;
}

.searchfield:-ms-input-placeholder {  
   color: #C5C5C5;
   font-style: italic;
}


.splash-container {
	float: left;
	width: 100%;
}

	.splash-slider-container {
		position: absolute;
		z-index: 10;
		width: 30%;
		margin: -30% 0 0 68%;
	}
	.splash-slider-container2 {
		position: absolute;
		z-index: 10;
		width: 50%;
		margin: -30% 0 0 6%;           
	}
	.splash-slider-container3 {
		position: absolute;
		z-index: 10;
		width: 50%;
		margin: -30% 0 0 48%;
}	
		.splash-slider-title {
			font-family: 'PT Serif', Georgia, serif;
			color: #fff;
			padding: 10px;
			font-size: 19px;
                line-height: 21px;
			text-align: center;
			background-color: #006652 !important;
		}
		#splash-slider-title-bg01 {
			background-color: var(--blue);
		}
		#splash-slider-title-bg02 {
			background-color: #776f67;
		}
		#splash-slider-title-bg03 {
			background-color: #9bc4c9;
		}
		#splash-slider-title-bg04 {
			background-color: #FFC658;
		}
		.splash-slider-txt-container {
			background-color: #f5f5f5;
			font-family: 'PT Sans', sans-serif;	
			padding: 20px;
			font-size: 15px;
			line-height: 18px;
                border-radius:0 0 5px 5px;
                opacity: 0.95;
                filter: alpha(opacity=95);
		}
				
		.splash-slider-learn-more {
			margin: 10px 0 0 0;
		}
		
		.splash-slider-learn-more a {
			margin: 10px 0 0 0;
			font-weight: 600;
			color: var(--blue);
			text-decoration: underline;
		}
           .splash-slider-learn-more a:hover {
			margin: 10px 0 0 0;
			font-weight: 600;
			color: #006652;
			text-decoration: underline;
		}

	
.splash-img {
	position: relative;
	margin-bottom: -3px;

}

.splash-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
	width: 100% !important;
	
}
.splash-txt-wrap {
	clear: both;
	background-image: url("../images/content/pagebuilder/green_pattern.jpg");
	background-repeat: repeat-x;
	height: 115px;
	margin: -3px 0 0 0;
}

.splash-txt {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	padding: 30px 0 0 0;
}

#splash-txt-p1 {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}

#splash-txt-p2 {
	width: 100%;
	display: block;
	text-align: center;
}

#splash-txt-color {
	color: #F4D669;
}

li.slick-active{
	/* outline: 2px solid #007aff; */
	/* border-radius: 4px; */
}


.slick-dots li button {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.slick-dots li button::before {
	content: '' !important;
	width: 10px !important;
	height: 10px !important;
	background-color: white;
	border-radius: 50%;
	position: static !important;
	box-shadow: 1px 1px 5px 2px #00000054;
}

.slick-dots li.slick-active button::before,
.slick-dots li button:hover::before {
	background-color: #00664d !important;
  }

.slick-slide > a {
	display: block;
}

@media screen and (max-width: 600px){
	.slick-dots {
		bottom: unset !important;
		top: 28vw !important;
	}
}

#awareness-wrapper {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
	#awareness-wrap {
		width: 70%;
		padding: 40px;
		background-color: #f5f5f5;
           border: 1px solid #ccc; 
           border-radius: 5px; 
		min-height: 390px;
		margin: 0 auto;
	}
		
		#awareness-title h2 {
			text-decoration: underline;
			padding: 0 0 25px 0;
		}
		
		#awareness-col1 {
			width: 33%;
			float: left;
		}

			#awareness-col1 img {
				width: 80%;
                     border-radius: 5px;
			}
			
			#awareness-col1-txt {
				color: var(--green);
				font-size: 17px;
				width: 80%;
				font-weight: 500;
				font-family: 'PT Serif', Georgia, serif;
				margin: 10px 0 15px 0;
			}
			
			#awareness-col1-btn {
				background-color: var(--blue);
				width: 80%;
				color: #fff;
				margin: 10px 0 0 0;
				text-align: center;
				/* height: 30px; */
				
				font-weight: 600;
				font-family: 'PT Sans', sans-serif;
			}
				#awareness-col1-btn a {
					padding: 11px;
					display: block;
					text-decoration: none;
					color: #fff;
					background-color: inherit;
					transition: all 200ms;
				}

			#news-btn {
				clear: both;
				background-color: var(--green);
				width: 45%;
				color: #fff;
				margin: 10px auto;
				text-align: center;
				/* height: 30px; */
				
				font-weight: 600;
				font-family: 'PT Sans', sans-serif;
			}
				#news-btn a {
					padding: 11px;
  					display: block;
					text-decoration: none;
					color: #fff;
					background-color: inherit;
					transition: all 200ms;
				}

				#news-btn a:hover,
				#awareness-col1-btn a:hover {
					background-color: rgba(0, 0, 0, 0.2) !important;
				}

		#awareness-col2 {
			width: 36%;
			float: left;
			font-family: 'PT Sans', sans-serif;
			margin: 0 0 0 0%;
		}
		#awareness-col3 {
			width: 26%;
			float: left;
			margin: 0 0 0 5%;
			font-family: 'PT Sans', sans-serif;
		}
			
			#austism-img img {
				width: 85%;
			}
	           #austism-txt {
				width: 85%;
			}

			
			#autism-txt h2 {
				text-decoration: none;
				font-family: 'PT Serif', Georgia, serif;
			}
			
			#awareness-col3-btn {
				background-color: var(--green);
				width: 95%;
				color: #fff;
				margin: 10px 0 0 0;
				text-align: center;
				height: 30px;
				padding: 11px 0 0 0;
				font-weight: 600;
				font-family: 'PT Sans', sans-serif;
			}
				#awareness-col3-btn a {
					text-decoration: none;
					color: #fff;
				}

#hope-wrapper {
	margin: 35px 0 0 0
}

	#hope-img {
		position: relative;
	}
		#hope-img img {
			width: 100%;
		}
		
		#hope-txt {
			position: absolute;
			top: 65px;
			font-family: 'PT Sans', sans-serif;
			font-size: 30px;
			width: 20%;
			left: 21%;
                color:#fff;
		}


#news-events-wrapper {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 775px;
}

#news-events-container {
	width: 90%;
	margin: 30px auto;
	max-width: 924px;
}

#news-title {
	max-width: 100%;
	text-decoration: none;
	margin: 20px 0 0 7%;
}

#news-container {
	width: 64%;
	background-color: #f5f5f5;
     border: 1px solid #ccc; 
     border-radius: 5px; 
	padding-bottom: 20px;
	float: left;
	margin-bottom: 50px;
}

#events-container {
	padding: 20px;
     border-radius: 5px;
     border: 1px solid #ccc;
     background-color: #f5f5f5;
     width: 22%;
	float: left;
	margin: 0 0 40px 25px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
     min-height: 715px;
}
#events-title h2 {
	width: 100%;
	text-decoration: none;
	font-family: 'PT Serif', Georgia, serif;
      font-size: 23px;
}

	.news-box {
		  padding: 30px 0 17px 7%;
		  max-width: 100%;
		  float: left;
	}

	.news-box + #news-btn:last-child {
		margin-top: 40px;
	}

	.adjust {
		 margin-bottom: 53px;
	}
		.news-box-image {
			width: 43%;
			float: left;                
			margin-right: 20px;
		}

		.news-box-image a {
			display: inline-block;
		}

		.news-box-title {
			float: left;
			display: block;
			font-family: 'PT Sans', sans-serif;
			font-weight: 600;
			margin: 0 0 15px 0;
			font-size: 14px;
			width: 45%;
		}
			.news-box-title a {
				color: var(--green);
				text-decoration: none;
				line-height: 22px;
			}
		
		.news-box-txt {
			display: block;
			float: left;
			width: 42%;
			font-family: 'PT Sans', sans-serif;
			font-size: 14px;
			line-height: 1.4;
		}
		
		#events-btn {
			background-color: #a59c44;
			width: 95%;
			color: #fff;
			margin: 10px 0 0 0;
			text-align: center;
			height: 30px;
			padding: 11px 0 0 0;
			font-weight: 600;
			font-family: 'PT Sans', sans-serif;
		}
			
			#events-btn a {
				text-decoration: none;
				color: #fff;
			}
			
		#events-txt {
			margin: 30px 0 20px 0;
			line-height: 15px;
		}
          #events-image {
			margin-bottom: 20px;
			
		}

		
#resilient-wrap {
	clear: both;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	
}

#resilient-bg {
	background: url(../images/content/pagebuilder/resilient_bg.jpg) no-repeat 0 0;
	width: 940px;
	height: 250px;
	float: left;
	padding: 0 0 50px 0;
	
}

#resilient-txt-container {
	position: absolute;
	font-family: 'PT Sans', sans-serif;
	margin: 80px 0 0 3%;
}
	#resilient-txt1 {
		color: #3B8882;
		font-size: 19px;
		margin: 0 0 10px 0;
	
	}
	#resilient-txt2 {
		font-size: 40px;
		font-family: 'PT Serif', Georgia, serif;
		margin: 0 0 20px 0;
	}
	#resilient-btn {
		background-color: #1989C1;
		width: 75%;
		color: #fff;
		margin: 10px 0 0 0;
		text-align: center;
		height: 30px;
		padding: 11px 0 0 0;
		font-weight: 600;
		font-family: 'PT Sans', sans-serif;	
	}
	
	#resilient-btn a {
		text-decoration: none;
		color: #fff;
	}




#footer-wrapper {
	width: 100%;
	background-color: var(--green);
	clear: both;
	height: 620px;
}

	#footer-column-container {
	max-width: 950px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	}
		#footer-column-container a{
			text-decoration: none;
			color: #fff;
			font-family: 'PT Sans', sans-serif;	
		}
		
		.footer-col-title {
			font-family: 'PT Serif', Georgia, serif;
			color: #fff;
			font-weight: 600;
			margin: 0 0 20px 0;
		}
		#footer-col1 {
			width: 34%;
			float: left;
			line-height: 25px;
			border-right: 1px solid #fff;
			height: 340px;
		}
			.footer-innercol1 {
				width: 46%;
				float: left;
			}
			
			#footer-col1 .footer-col-title {
				text-align: left;
			}
		
		#footer-social_icons {
			clear: both;
		}
		
		#footer-social_icons ul li {
			float: left;
			margin: 20px 1% 0 4%;
		}
		
		#footer-col2 {
			width: 26%;
			float: left;
			line-height: 25px;
			border-right: 1px solid #fff;
			height: 285px;
			margin: 0 0 0 4%;
		}
		#footer-col3 {
			width: 32%;
			float: left;
			line-height: 25px;
			margin: 0 0 0 3%;
		}

	#footer-privacy {
		width: 100%;
		float: left;
		color: #fff;
		font-family: 'PT Sans', sans-serif;	
		text-align: center;
		margin: 60px 0 0 0;
	}


/* CSSTerm.com Simple Horizontal DropDown CSS menu */

.desk-top {
	display: block !important;
}

.mobile-menu {
	display: none;
}

#nav-header {
	height: 36px;
	background-color: var(--green);
	position: relative;
	clear: both;
}

#nav-container {
	max-width: 1250px;
	margin: 0 auto;
}

#nav{
	/* Clear floats */
	float:left;
	width:100%;
	font-family: 'PT Sans', sans-serif;	
	position:relative;
	z-index:20;
	display: block;
}
#nav li{
	float:left;
	margin: 0 2% 0 0;
	position:relative;
}
#nav a{
	display:block;
	padding:10px 23px;
	color:#fff;
	background:var(--green);
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/


#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	float: none;
	border: 1px #bcbcbc;
	margin-bottom: -1px;
	width: 100%;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul,
#nav li.has-children.hover ul{ /* Display the dropdown on hover */
	/* Bring back on-screen when needed */
	left: 0;
	top: 36px;
}
#nav li:hover a,
#nav li.has-children.hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:var(--smoke);
	text-decoration:none;
	color: #000;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover,
#nav li.has-children.hover ul li a:focus{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: #E1E4D6;
}



@media only screen and (min-width: 1163px) and (max-width: 1200px) {
	#nav li {
		margin: 0 1%;
	}
	#nav a {
		padding: 10px 32px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1162px) {
	#nav li {
		margin: 0 1%;
	}
	#nav a {
		padding: 10px 22px;
	}
	#awareness-wrap {
		height: 450px;
	}
	.news-box-image {
		width: 47%;
	}
	.splash-slider-container {
		margin: -30% 0 0 68%;
	}
	#devx-logo img {
		/* margin: 0 0 0 18%; */
	}
	#contact-section-wrapper {
		margin: -10px 0 20px -2%;;
	}
	#news-container {
		/* height: 745px; */
	}
}

@media only screen and (min-width: 900px) and (max-width: 999px) {
	
	#nav li {
		margin: 0 1%;
	}
	
	#nav a {
		padding: 10px 15px;
	}
	#awareness-wrap {
		height: 525px;
	}
	#hope-txt {
		top: 32px;
	}
	#news-container {
		height: inherit;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.news-box {
		padding: 45px 0 0 25%;
	}
	
	.news-box-image {
		width: 100%;
	}
	.news-box-title {
		margin: 10px 0;
	}
	.news-box-txt {
		width: 57%;
	}
	.splash-slider-container {
		margin: -30% 0 0 68%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 899px) {
	#nav li {
		margin: 0 1%;
	}
	#nav a {
		padding: 10px 7px;
	}
	
	.splash-slider-container {
		margin: -30% 0 0 68%;
	}
	
	#awareness-wrap {
		height: 585px;
	}
	#awareness-col1-btn {
		height: 45px;
	}
	div#awareness-col3-btn {
		height: 45px;
	}
	#hope-txt {
		top: 32px;
		width: 23%;
	}
	#news-container {
		height: inherit;
		width: 52%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.news-box {
		padding: 45px 0 0 17%;
	}
	.news-box-image {
		width: 100%;
	}
	.news-box-title {
		margin: 10px 0;
	}
	.news-box-txt {
		width: 57%;
	}
	
	#footer-wrapper {
		height: 560px;
	}
		#footer-social_icons ul li {
			margin: 20px 1% 0 2%;
		}
	#footer-column-container {
		font-size: 14px;
	}
		#footer-col1 {
			margin: 0 0 0 1%;
		}
		#footer-col2 {
			margin: 0 0 0 3%;
		}
		
}

/*---------- TABLET STYLES ----------*/

@media only screen and (max-width: 768px) {
	
	#page-wrapper {
		overflow: hidden;
	}
	
	#nav li {
		margin: 0 1%;
	}
	#nav a {
		padding: 10px 7px;
	}
		#nav li:hover ul {
		left: -8px;
	}
	
	.splash-slider-container {
		margin: -30% 0 0 68%;
	}
	
	#awareness-wrap {
		height: 480px;
	}
	#awareness-col1-btn {
		width: 80%;
	}
	div#awareness-col3-btn {
	}
	#hope-txt {
		top: 30px;
		font-size: 25px;
	}
	#news-events-container {
		margin: 30px 0 0 4%;
	}
	#news-container {
		height: inherit;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.news-box {
		padding: 45px 0 0 20%;
	}
	
	.news-box-title {
		margin: 10px 0;
		width: 68%;
	}
	.news-box-txt {
		width: 71%;	
	}

	.news-box-image,
	.news-box-title,
	.news-box-txt {
		width: 100% !important;
	}
	
	#footer-wrapper {
		height: 600px;
	}
	
	#footer-column-container {
		padding: 25px 0 0 1%;
	}
	#footer-social_icons ul li {
		margin: 20px 0 0 1%;
	}
	#footer-social_icons ul li a img {
		width: 80%;
	}
	#footer-column-container {
		font-size: 14px;
	}
		#footer-col1 {
			margin: 0 0 0 1%;
		}
		#footer-col2 {
			margin: 0 0 0 3%;
		}
}

@media only screen and (min-width: 601px) and (max-width: 700px) { 
#nav li {
		margin: 0 1%;
	}
	#nav a {
		padding: 10px 0px;
		font-size: 15px;
	}
	
#awareness-wrap {
	height: 575px;
	padding: 40px 0 0 2%;
	width: 100%;
}

#hope-txt {
	font-size: 22px;
	width: 30%;
	left: 9%;
}



}

@media only screen and (max-width: 900px) {
	.desk-top {
		display: none !important;
	}

	.mobile-menu {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 25px;
		padding-top: 5px;
		margin: 14px 0 0 0;
	}

	/*---Mobile Menu Styles --*/
	.fa {
		float: left;
		margin: 0 0 0 2%;
		
		}
		#main-menu-txt {
			font-family: 'PT Sans', sans-serif;
			margin: 0 0 0 2%;
			float: left;
			font-size: 22px;
		}
		
		#nav {
			margin-top: 5px;
		}
		
	
		#nav a {
			background-color: #064537;
		}
		#nav li {
			width: 100%;
			margin: 0;
		}
		
		#nav ul {
			position: relative;
			left: 0;
		}
		
		#nav li ul {
			left: 0;
			background: var(--smoke);
			
		}
		
		#nav li:hover ul {
				top: 0;
				background: var(--smoke);
		}
		
		#nav li ul li:nth-child(1) {
			border-top: 1px solid #bcbcbc;
		}
		#nav li ul li:nth-child(7) {
			border-bottom: 2px solid #bcbcbc;
		}
		
		#nav li ul li a {
			padding-left: 20px;
			background: var(--smoke);
			color: #000;
		}
		
		#nav li:hover ul li a:hover {
			padding-left: 20px;
			}

}

/*---------- Mobile STYLES ----------*/

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

	/* .desk-top {
		display: none !important;
	}

	.mobile-menu {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 25px;
		padding-top: 5px;
		margin: 14px 0 0 0;
	} */

	#devx-logo {
		width: 90%;
		float: none;
		margin: 0 auto !important;
	}

	#devx-logo img {
		display: block;
	}

	#contact-section-wrapper {
		width: 100%;
		float: none;
		display: block;
	}
	#header-buttons-wrapper {
		margin: 10px 0 25px 0;
	}
	#contact-us-btn {
		text-align: right;
	}
	#contact-section-align {
		float: none;
		margin: 0 auto;
	}
	
	#phone-number-txt {
		text-align: center;
		line-height: 32px;
	}
	
	.search-box-wrapper {
		width: 100% !important;
		float: none;
		text-align: center;
	}
	
	.splash-slider-container {
		position: relative !important;
		margin: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.splash-slider-title {
		padding: 10px 0 10px 2%;
	}
	
	.splash-slider-txt-container {
		  padding: 5px 0 5px 2%;
	}
	
	.splash-txt {
		font-size: 18px;
	}
     #awareness-title {
			width: 80%;
	}
	#awareness-wrap {
		width: 100%;
		margin: 0 auto;
		height: 1000px;
		padding: 20px 0 0 8%;
	}
		#awareness-col1 {
			width: 100%;
		}
		
		#awareness-col2 {
			width: 100%;
			margin: 0;
		}
		
		#awareness-col2 p {
			width: 80%;
			margin: 15px 0 15px 0;
			
		}
		
		#awareness-col3-btn {
			width: 80%;
			padding: 5% 0 0 0;
		
		}
		
		#awareness-col1-btn {
			padding: 5% 0 0 0;
		}
		
		#awareness-col3 {
			width: 100%;
			margin: 20px 0 0 0;
		}
			#austism-img {
				float: left;
			}
			
			#austism-img img {
				width: 100%;
				margin: 0 auto;
				display: block;
			}
		#hope-txt {
			width: 44%;
			left: 1%;
			top: 10%;
			font-size: 20px;
		}
		
		#news-events-container {
			width: 100%;
			margin: 0;
		}
		
		#news-container {
			width: 100%;
	      }
		.news-box {
			padding: 20px 0;
		}
		#news-title {
			margin: 15px 0 15px 1%;
		}
		.news-box-title {
			width: 100%
		}
		.news-box-txt {
			width: 66%;
			float: none;
			margin: 0 auto;
		}
		
		#events-container {
			width: 100%;
			padding-bottom: 35px;
			margin: 0 auto;
                margin-bottom: 50px;
		}
		
		#events-image img {
			display: block;
			margin: 0 auto;
		}
		
		#events-txt {
			margin: 20px auto;
			width: 90%;
		}
		#events-btn {
			margin: 10px auto;
		}
		
	#resilient-bg {
		background-size: 63%;
		height: 150px;
	}
	#resilient-txt-container {
		margin: 2% 0 0 1%;
	}
		#resilient-txt1 {
			font-size: 16px;
		}
		#resilient-txt2 {
			font-size: 28px;
		}	
#footer-wrapper {
	height: 1049px;
}
	#footer-column-container {
		max-width: 300px;
	}
	.footer-col-title {
		  margin: 0 0 5px 0;
	}
	#footer-col1 {
		width: 100%;
		margin-left: 2%;
		border-right: none;
	}
		.footer-innercol1 {
			width: 50%;
		}
		.footer-innercol-wrap {
			font-size: 14px;
		}
	#footer-col2 {
		width: 100%;
		height: 230px;
		border-right: none;
		margin-left: 2%;
	}
	
	#footer-col3 {
		width: 100%;
		margin-left: 2%;
	}
	
	#footer-social_icons ul li a img {
		margin: 0 auto;
	}
	
	#footer-privacy {
		margin-top: 0;
		font-size: 14px;
	}
	
	
}

@media only screen and (max-width: 400px) {
		#hope-txt {
			font-size: 16px;
		}
		
		.splash-txt {
			padding: 15px 0 0 0;
		}
		
		#awareness-title h2 {
			font-size: 24px;
		}
		
		/* .news-box-title {
			width: 70%;
			text-align: left;
			margin: 10px 0 10px 17%;
		} */
		
		.news-box-txt {
			text-align: left;
		}
		
		#resilient-bg {
			background-size: 42% 80%;
			height: 111px;
		}
			#resilient-txt1 {
				font-size: 12px;
			}
			#resilient-txt2 {
				font-size: 19px;
			}
		#events-btn {
			width: 75%;
		}
		
}

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

#awareness-wrap {
			height: 1390px;
		}

}