/* CSS Document */


body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color:#000000;
	line-height: 1.5em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:1em;
	}
	
a{
	color:#2CD5C4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	text-decoration:none;
	}

a:hover{
	color:#007377;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

	
h1 {line-height: 1.2em; font-size: 1.8em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}
h2 {line-height: 130%; margin-bottom: 1.3em; font-size: 1.6em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}
h3 {line-height: 130%; margin-bottom: 1.3em; font-size: 1.4em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}
h4 {line-height: 125%; margin-bottom: 16px; font-size: 1.2em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}
h5 {line-height: 120%; margin-bottom: 14px; font-size: 1.15em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}
h6 {line-height: 115%; margin-bottom: 12px; font-size: 1.1em; font-family: 'Open Sans Condensed' , Helvetica, Arial, sans-serif;}

	
	.subheader { color: #777; }
	.normal {font-weight: normal;}
	.bolder {font-weight: bolder;}
	
	p {
	font-family: 'Open Sans' , Helvetica, Arial, sans-serif;
	margin: 0em 0 1em 0;
	line-height: 1.5em;
	font-size: 1em;
	}
	
	p img {
    margin: 0;
     }
	
	em { font-style: italic;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	 }
	
	strong { font-weight: bold; 
	font-family: 'Open Sans' , Helvetica, Arial, sans-serif;
	}
	
	small { font-size: 80%; }
	
	li{
	}
	
/*	Blockquotes  */
	blockquote, blockquote p { font-size: 1em; color: #000; font-style: italic; margin:0; }

	blockquote { 
	margin: 10px 0px 10px 0px;
	padding: 2em 5% 2em 5%;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: center;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: 0% 30px;
	font-size: 1em;
	  }

blockquote cite { display: block; font-size: 1em; color: #709000; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #709000; }
		
	hr { 
	border-width: 1px; clear: both; height: 0;
	border-color: #007377 ; background-color: transparent;
	margin: 10px 0 25px 0;
	 }
	 
	.button{	
	background-color:#007377;
	color:#fff;
	border-radius:5px;
	padding:5px 10px;
	clear:both;
	}
	
	.button:hover{	
	background-color:#80B8BC;
	color:#fff;
	}
		 
/* Header */


#main_header{
	background-color:#ffffff;
	margin-bottom:0;
	min-height:40px
	}
	
#main_header .row{
	margin:30px 0;
	}
	
#main_header .row .logo{
	width:30%;
	min-width:330px;
	}

#main_header .row .back_to {
	width:17%;
	min-width:140px;
	}

#main_header .row .back_to img{
	padding-bottom:5px;
	}

	
#search_bar{
	background-color:#007377;
	margin-bottom:0;
	min-height:65px;
	color:#fff;
	text-align:center;
	}
	
#search_bar .row{
	margin:0px 0;
	}
	
.search_home#search_bar .row{
	margin:20px 0;
	}
	
	
#search_bar h2{
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:2em;
	}
	
#search_bar p{
	margin-bottom:30px;
	}
	
#search_bar #main_search{
	width:600px;
	width:62.5%;
	max-width:600px;
	margin:20px auto;
    border: 0;
	border-radius:5px;
	color:#000000;
    padding: 10px 2.5% 10px 5%;
	background-color: #f8f7f5;
    background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 20px;
	}
	
#search_bar #main_submit {
    position: absolute;
    left: -9999px;
}
	
#breadcrumb{
	border-bottom:1px solid #faf9f9;
	}
	
#breadcrumb .row{
	margin:10px 0;
	}
	
#breadcrumb ul {
	}
	
#breadcrumb ul li{
	display:inline;
	}

#breadcrumb ul li:after{
	content:">";
	margin-left:10px;
	font-size:0.8em;
	color:#ccc;
	}	

#breadcrumb ul li:last-child:after{
	content:"";
	}

#breadcrumb ul li:last-child a{
	color:#007377;
	}


#main_nav{
	background-color:#77020a;
	margin-bottom:0;
	min-height:50px;
	}
	
#main_nav .row{
	margin-bottom:0;
	}
	
/* warning message */
	
#warning{
	margin-bottom:0;
	}
	
#warning .row{
	background-color:#dc0000;
	color:#fff;
	margin: 30px 0 0 0;
	cursor:pointer;
	display:block;
	}
	
#warning .row p{
	padding:10px 1%;
	margin-bottom:0;
	width:90%;
	float:left;
	}

#warning .row .close{
	width:4%;
	float:right;
	text-align:right;
	padding:10px 2%;
	display:block;
	}
	
/* main body */
	
#main_body{
	margin-top:20px;
	}
	
#main_body .page_title{
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	}	

#main_body .cta_buttons .one_third{
	position:relative;
	height:200px;
	overflow:hidden;
	font-weight:bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

#main_body .cta_buttons .one_third a div{
	position:absolute;
	display:block;
	width:100%;
	height: 80%;
    text-align: center;
    padding: 40px 0 0 0;
	}

#main_body .cta_buttons .one_third a img{
	width:90px;
	width:25%;
	max-width:90px;
	min-width:70px;
	}

#main_body .cta_buttons .under_box{
	top:0;
	background-color:#faf9f9;
	}

#main_body .cta_buttons .under_box p{
	color:#000;
	}

#main_body .cta_buttons .one_third .over_box{
	top:400px;
	background-color:#007377;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

#main_body .cta_buttons .one_third:hover .over_box{
	top:0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

#main_body .cta_buttons .over_box p{
	color:#fff;
	}

#main_body .cta_buttons a.button{
	width:20.66%;
	display:block;
	padding:10px 5%;
	text-align:center;
	font-size:1.2em;
	margin-left:34.66%;
	margin-top:30px;
	}
	
#main_body h3{
	margin-bottom:10px;
	margin-top:30px;
	}
	
select {
    padding:5px 10px;
	width:99%;
    margin: 0;
	border:1px solid #e5e2e0;
    border-radius:5px;
	background-color:#fff;
    color:#000;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

select#topic_drop{
	width:99%;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'>';
    font:18px "Consolas", monospace;
    color:#000;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; 
	top:0px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
	}

input{
 	border: 1px solid #e5e2e0;
	border-radius:5px;
 	background-color: #fff;
	color:#000000;
 	width: 95%;
 	display: block;
 	margin: 0 0 20px 0;
 	padding: 10px;
 	-webkit-transition: All 0.3s ease;
 	-moz-transition: All 0.3s ease;
 	-o-transition: All 0.3s ease;
 	-ms-transition: All 0.3s ease;
 	transition: All 0.3s ease;
 	}
		
textarea{
 	border: 1px solid #e5e2e0;
 	border-radius:5px;
	background-color: #fff;
	color:#000000;
 	width: 95%;
	display: block;
	margin: 0 0 20px 0;
 	padding: 10px;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

input[type=submit]{
	background: none repeat scroll 0 0 #007377 ;
	color: #fff;
	border: 1px solid #007377;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	width:40%;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}
	
input[type=submit]:hover{
	background: none repeat scroll 0 0 #80B8BC;
	border:1px solid #80B8BC;
	color:#fff;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

input:focus, textarea:focus {
	outline:none;
 	border: 1px solid #007377 ;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}



/* Category Page */

.cat_body{
	margin-top:0;
	padding:20px 0;
	}
	
.cat_body .row{
	margin-bottom:0;
	}

.cat_body h3{
	text-transform:uppercase;
	}

.cat_body:nth-child(even){
	background-color:#fff;
	}

.cat_body:nth-child(odd){
	background-color:#faf9f9;
	}

.cat_body img{
	width:40px;
	margin-bottom:10px;
	}
	
.cat_body ul li{
	margin-bottom:15px;
	}

.cat_body ul li a{
	margin-bottom:15px;
	font-size:90%;
	}

.und_link{
	border-bottom:1px solid #000;
	}

.cat_body a h3{
	color:#000;
	margin-bottom:10px;
	font-size:1.3em;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.cat_body a:hover h3{
	color:#007377;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.cat_body a p{
	color:#000;
	font-size:0.8em;
	}

.cat_body ul li{
 	margin-left: 35px;
 	} 

.pagination li{
	display:inline;
	padding:5px;
	}

.pagination li a{
	border-radius:5px;
	display:inline-block;
	padding:5px 10px;
	}

.pagination li a.arrow{
	background-color:#007377;
	color:#fff;
	}


.pagination li a.arrow:hover{
	background-color:#80B8BC;
	}

.pagination li a.current{
	color:#007377;
	background-color:#faf9f9;
	}

/*.cat_body .rn_RelatedAnswers ul li{
	 float:left;
	 width:48%;
	 margin-right:4%;
	 }

.cat_body .rn_RelatedAnswers ul li:nth-child(odd){
	 clear:both;
	 }
 
.cat_body .rn_RelatedAnswers ul li:nth-child(even){
	 margin-right:0;
	 }*/

/* Feedback */

#feedback{
	border-top:1px solid #faf9f9;
	padding-top:30px;
	padding-bottom: 30px;
	}

#feedback .wrap{
	position:relative;
	height:auto;
	min-height:80px;
	}

#feedback ul li{
	float:left;
	width:10%;
	}

#feedback form{
	display:none;
	}
	
#feedback .react_fade{
	width: 71%;
	}
	
#feedback .react_fade li img{
	width: 47px;
	margin-right: 10%;
	max-width: 60px;
	cursor:pointer;
	}
	
#feedback .react_fade{
	opacity:1;
	z-index:2;
	position:absolute;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

#feedback .react_fade.hide{
	opacity:0;
	z-index:1;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

#feedback .thanks{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	background-color:#f6f9ed;
	padding:10px 25px;
	min-width:400px;
	color:#007377;
	border:1px solid #007377;
	border-radius:10px;
	z-index:1;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .sub_ul{
	opacity:0;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .active .sub_ul{
	opacity:1;
	padding-top:110px;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .active .sub_ul li{
	float:none;
	width:100%;
	margin-bottom:20px;
	cursor:pointer;
	}

#feedback .wrap div{
	display:none;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .wrap div.active{
	display:block;
	}

#feedback .wrap .thanks{
	display:block;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .thanks.red{
	background-color:#fcecec;
	color:#c81e0c;
	border:1px solid #c81e0c;
	}
	
#feedback .thanks.orange{
	background-color:#faf3e8;
	color:#f8af3b;
	border:1px solid #f8af3b;
	}

#feedback .thanks img{
	width:9%;
 	margin-right:5%;
 	min-width:44px;
	}

#feedback .thanks_one.active .thanks{
	opacity:1;
	z-index:2;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .thanks_two.active .thanks{
	opacity:1;
	z-index:2;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .thanks_three.active .thanks{
	opacity:1;
	z-index:2;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .thanks_four.active .thanks{
	opacity:1;
	z-index:2;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

#feedback .thanks_five.active .thanks{
	opacity:1;
	z-index:2;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

.sub_ul.hide li{
	opacity:0;
	display:none;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}

.sub_ul.hide li.active{
	opacity:1;
	display:block;
 	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
	}


.sub_ul li span{
	border:2px solid #978c94;
	border-radius:50%;
	height: 12px;
	width: 12px;
	margin: 4px 10px 5px 5px;
	display: block;
	background-color: #fff;
	float: left;
	}

.sub_ul li span:before{
	content:"";
	border: 2px solid #fff;
	background-color: #fff;
	border-radius:50%;
	height: 4px;
	width: 4px;
	margin: 2px 0px 0px 2px;
	display: block;
	float: left;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.sub_ul li:hover span:before{
	border: 2px solid #007377;
	background-color: #007377;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.sub_ul li.active span:before{
	border: 2px solid #007377;
	background-color: #007377;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.grey.break{
	background-color:#faf9f9;
	}

.white.break{
	background-color:#fff;
	}

.break h3{
	text-align:center;
	}
	
.break a.button{
	width:20%;
	text-align:center;
	padding:10px;
	margin:0 auto;
	font-size:1.2em;
	margin:0 auto;
	display:block;
	}

/* Contact */

#contact_body{
	}

#contact_body h2.page_title{
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}

#contact_body p.sub_title{
	font-size:1.2em;
	text-align:center;
	}

#contact_body .cta_contact{
	background-color:#faf9f9;
	text-align:center;
	min-height:335px;
	color:#000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}

#contact_body .cta_contact:hover{
	background-color:#007377;
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}
	
#contact_body .cta_contact.no_hov{
	background-color:#faf9f9;
	color:#000;
	}

#contact_body .cta_contact.open_email.active{
	background-color:#007377;
	color:#fff;
	}


#contact_body .cta_contact .wrap{
	padding:30px 20px;
	}	

#contact_body .cta_contact h3{
	text-transform:uppercase;
	}

#contact_body .cta_contact h4{
	margin-bottom:5px;
	}

#contact_body .cta_contact p{
	margin-bottom:5px;
	}

#contact_body .cta_contact .spacer{
	margin:20px 0;
	}

#contact_body .cta_contact .small{
	font-size:0.8em;
	margin-bottom:5px;
	}

#contact_body .cta_contact img{
	width:40px;
	margin:10px auto;
	}

#contact_body .cta_contact .form_wrap{
	width:50%;
	padding:20px 25%;
	text-align:left;
	}

.submit_message{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10000;
	opacity:0;
 	transform: scale(0);
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.submit_message.active{
	transform: scale(1);
	opacity:1;
 	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	}

.submit_message:before{
	content:"";
	background-color:rgba(0,0,0,0.8);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	}

.submit_message .message{
	background-color:#fff;
	padding:40px 5%;
	width:30%;
	margin:200px 20%;
	margin:30vh 30%;	
	text-align:center;
	}
	
.submit_message .message img{
	margin-bottom:20px;
	}

.submit_message .message h3{
	margin-bottom:10px;
	}

.submit_message .message p{
	margin-bottom:30px;
	}

.submit_message .message a.button{
	padding:10px 30px;
	}
	
.ehide{
	height:0;
	overflow:hidden;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

.ehide.active{
	height:auto;
	overflow:hidden;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

#contact_body .cta_contact.open_email .button{
	color:#000;
	background-color:#fff;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

#contact_body .cta_contact.open_email .button:hover{
	color:#fff;
	background-color:#80B8BC;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}
	
.chat_active{
	cursor:pointer;
	}

.email_active{
	cursor:pointer;
	}

#contact_body .cta_contact.hide_email{
	display:none;
	background-color:#007377;
	color:#fff;
	}


#contact_body .cta_contact.hide_email.active{
	display:block;
	}


#contact_body .cta_contact.hide_chat{
	display:none;
	background-color:#007377;
	color:#fff;
	}


#contact_body .cta_contact.hide_chat.active{
	display:block;
	}

#contact_body .cta_contact.hide_chat .button{
	color:#000;
	background-color:#fff;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

#contact_body .cta_contact.hide_chat .button:hover{
	color:#fff;
	background-color:#80B8BC;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

#contact_body .cta_contact.hide_email .button{
	color:#000;
	background-color:#fff;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}

#contact_body .cta_contact.hide_email .button:hover{
	color:#fff;
	background-color:#80B8BC;
 	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	}



/* Chat */

#chat_body{
	}

#chat_body h2.page_title{
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}

#chat_body p.sub_title{
	font-size:1.2em;
	text-align:center;
	}

#chat_body .cta_contact{
	text-align:center;
	min-height:335px;
	}

#chat_body .cta_contact .wrap{
	padding:30px 20px;
	}	

#chat_body .cta_contact h3{
	text-transform:uppercase;
	}

#chat_body .cta_contact h4{
	margin-bottom:5px;
	}

#chat_body .cta_contact p{
	margin-bottom:5px;
	}

#chat_body .cta_contact .spacer{
	margin:20px 0;
	}

#chat_body .cta_contact .small{
	font-size:0.8em;
	margin-bottom:5px;
	}

#chat_body .cta_contact img{
	width:40px;
	margin:10px auto;
	}

#chat_body .cta_contact .form_wrap{
	text-align:left;
	}


/* Footer */
	
#footer{
	background-color:#faf9f9;
	padding-top:45px;
	margin-bottom:0;
	}
	
	
@media only screen and (max-width: 767px) {

#main_header .row{
	margin:10px;
	}
	
#search_bar #main_search{
	width:85%;
	padding:10px 5% 10px 10%;
	}

#main_header .row .logo{
	width:30%;
	min-width:170px;
	float:left;
	}

#main_header .row .back_to{
	float:right;
	width:40px;
	min-width:40px;
	}

#main_header .row .back_to span{
	display:none;
	}
	
#main_header .row .back_to img{
	padding-bottom:0;
	padding-top:5px;
	}

#main_body .cta_buttons .one_third{
	height:110px;
	width:42%;
	float:left;
	margin:0 4% 15px 4%;
	font-size:0.8em;
	}

#main_body .cta_buttons .one_third.last{
	margin:0 4% 15px 4%!important;
	}

#main_body .cta_buttons .one_third a div{
	padding:20px 0 0 0;
	}

#main_body .cta_buttons .one_third a img{
	width:20%;
	max-width:60px;
	min-width:50px;
	}

#main_body .cta_buttons a.button{
	width:60%;
	margin-left:15%;
	}

.break a.button{
	width:60%;
	margin-left:15%;
	}

.cat_body ul li{
	float:left;
	width:100%;
	margin-right:0%;
	margin-bottom:15px;
	}

.cat_body img{
	float:left;
	margin-right:10px;
	}

.cat_body h3{
	margin-top:5px;
	}

#feedback .wrap{
	min-height:60px;
	}

#feedback .react_fade{
	width:100%;
	}
	
.thanks_one{
	display:none;
	}

.thanks_one.active{
	display:block;
	}

.thanks_two{
	display:none;
	}

.thanks_two.active{
	display:block;
	}

.thanks_three{
	display:none;
	}

.thanks_three.active{
	display:block;
	}

.thanks_four{
	display:none;
	}

.thanks_four.active{
	display:block;
	}

.thanks_five{
	display:none;
	}

.thanks_five.active{
	display:block;
	}

#contact_body .cta_contact .form_wrap{
	width:90%;
	padding:10px 5%;
	}

input{
	width:90%;
	}

textarea{
	width:90%;
	}

select{
	width:97%;
	}
	
select#topic_drop{
	width:97%;
	}

#contact_body .cta_contact p{
	text-align:center;
	width:90%;
	padding:0 5%;
	}

#feedback ul li{
	float:left;
	width:20%;
	}
	
#feedback .react_fade{
	width: 100%;
	}
	
/*#feedback .react_fade li img{
	width: 60%;
	}*/

.cat_body ul li{
	float:left;
	width: 90%;
	margin-right:0%;
	margin-left:10%;
	margin-bottom:15px;
    }
}