/*
Theme Name: Generic Framework
Theme URI: https://github.com/philhoyt/Generic_WP_Framework.git
Author: Phil Hoyt
Author URI: https://philhoyt.com
Description: Responsive framework based on getskeleton.com, made for child themes.
Version: 0.9.91
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
Tags: responsive-layout, white, right-sidebar, two-columns, theme-options, editor-style, full-width-template
*/

/* Table of Content
==================================================
	TYPOGRAPHY
	LAYOUT
	HEADER
	FOOTER
	MENU
	TABLE
	IMAGES
	LIST
	MISC

/* ==  TYPOGRAPHY ==*/
html {
	background-color: #333;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

strong {
	color: inherit;
}

.post-title ,.post-title a {
	text-decoration: none;
}

.sticky .post-title a {
	text-decoration: underline;
}
.hidden {
	display: none;
}

/* == LAYOUT == */
body {
	word-wrap:break-word;
}

/* == LIST == */
ul {
	list-style: disc outside none;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul > li {
	padding-bottom: 10px;
	list-style-type: disc;
}

ol > li {
	padding-bottom: 10px;
	list-style-type: decimal;
	margin-left: 17px;
}

ol > li > ul{
	margin-top: 15px;
}

#main {
	position: relative;
	padding: 15px 20px;
	width: 940px;
	background: rgba(248, 247, 239, 0.95);

}
.bg #main{
	position: relative;
	padding: 0px;
	/*width: 960px;*/
	width: 960px;
	/*width: auto;*/
}

.post {
	margin-bottom: 50px;
}

#content article.post:not(:first-child){
	margin-bottom: 0;
}
#content article .col2, #content article .col3, #content article .col4 {
	padding-top: 20px;
}

.meta-info {
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	margin-bottom: 15px;
}

.sidebar-widget {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.sidebar ul ul ul ul {
	display: none;
}

#respond {
	margin-top: 15px;
}

/* == HEADER ==*/

#header {
	margin-bottom: 15px;
	width: 100%;
}

#site-title, #site-title a {
	font-size: 46px;
	line-height: 50px;
	font-family: "Georgia","Times New Roman",serif;
	text-decoration: none;
	display: block;
}

#site-title img {
	max-width: 100%;
	height: auto;
}

/* == FOOTER ==*/

#footer {
  font-size: 12px;
  padding: 20px 0 40px;
  margin-top: 15px;
  text-shadow: 1px 1px #333;
}

#footer ul {
	padding-left: 0;
}
#footer ul li {
	list-style-type: none;
}
/* depreciated */
footer#footer {
	font-size: 12px;
	padding: 20px 0 40px;
	margin-top: 15px;
}

#footer_menu ul {
	margin: 0;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu ul li:after {
	content: " | ";
}

#footer_menu ul li:last-child:after {
	content: none;
}

/* == MENU == */

.menu {
    overflow: auto;
    float: right;
}
.menu a {
	display: block;
	color: #444;
	text-decoration: none;
	line-height: 40px;
	padding: 14px 14px;
	font: 14px 'Brawler', serif;
}

.menu li {
    margin:3px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav-full .menu > li {            /* Top Level */
    float:left;
    margin-right:3px;
}
.nav-full.home .menu > li > a {            /* Top Level - HOME */
	color: #eee;
}

.menu-sep{
	float: right;
	margin-top: -31px;
	margin-right: -5px;
}


.nav-full .menu > li > ul > li > .menu-sep, .nav-full .menu > li:last-child .menu-sep{
	display: none;
}

.nav-full .menu > li > a {            /* Top Level */
	padding-top: 36px;
}
.nav-full .menu > li > span{
    display:block;
    background:#0ac;
    padding:3px 10px;
}
.nav-full .menu > li:hover > span{
    color:#fff;
}
.nav-full .menu > li:hover > a {
	background: url(images/nav1-hover.png) top repeat-x;
	color: #a6c36b;
}
.nav-full.home .menu > li:hover > a {
	background: none;
}
.nav-full .menu > li > ul{        /* Second Level */
    display:none;
    /*background:#fff;*/
	background: rgba(248, 247, 239, 0.95);
    box-shadow: 0 0px 2px #666;
    border-radius: 5px;
    padding: 12px 0;
	z-index: 5;
}
.nav-full .menu > li > ul:after, .nav-full .menu > li > ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-full .menu > li > ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    left: 48px;
}
.nav-full .menu > li > ul:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 11px;
    left: 47px;
}
.nav-full .menu > li:hover > ul{
    display:block;
    position:absolute;
}
.nav-full .menu > li > ul > li > span{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff;
}
.nav-full .menu > li > ul > li > a {
    color: #505050;
}
.nav-full .menu > li > ul > li > a:hover {
    color: #A6C36B;
}
.nav-full .menu > li > ul > li:hover > span{
    color:#fff;
}

.nav-full .menu > li > ul li > ul{   /* Third Level & beyond */
    display:none;
    background:#fff;
    padding: 12px 0;
    border-radius: 5px;
    box-shadow: 0 0px 2px #666;
}
.nav-full .menu > li > ul li:hover > ul{
    display:block;
    position:absolute;
    left:96%;
    border-left:solid 3px #fff;
    top:0;
    width:auto;
}
.nav-full .menu > li > ul > li ul > li{
    display:block;
    padding: 0;
    white-space:nowrap;
}
.nav-full .menu > li > ul > li ul > li > a {
    color: #999;
}
.nav-full .menu > li > ul > li ul > li > a:hover {
    color: #A6C36B;
}
.nav-full .menu > li > ul > li ul > li:hover > span{
    color:#fff;
}
.nav-mobile .menu {
	position: absolute;
	width: 100%;
	background: #eee;
}
.nav-mobile .menu {
    padding: 0;
    margin: 0;
    width: 100%;
}
.nav-mobile .menu a {
	text-align: left;
}
.nav-mobile .menu ul {
	border-radius: 0; 
}
.nav-mobile .menu a {
	border-bottom: solid 1px #ddd;
    color: #666;
}
.nav-mobile .menu > li {            /* Top Level */
    width: 100%;
}
.nav-mobile .menu > li > a {            /* Top Level */
	color: #666;
	font-weight: bold;
}
.nav-mobile .menu > li > ul{        /* Second Level */
    display:block;
    width: 100%;
	text-align: center;
	padding: 0;
}
.nav-mobile .menu > li > ul:after, .nav-mobile .menu > li > ul:before {
    border: none;
    content: none;
}
.nav-mobile .menu > li > ul:after {
    border: none;
}
.nav-mobile .menu > li > ul:before {
    border: none;
}
.nav-mobile .menu > li > ul > li > a {
	padding-left: 40px;
}
.nav-mobile .menu > li > ul > li > a:hover {
    color: #A6C36B;
}
.nav-mobile .menu > li > ul li > ul {   /* Third Level & beyond */
	padding-left:0;
}
.nav-mobile .menu > li > ul > li ul > li > a {
	padding-left: 60px;
}

#footer_menu ul {
	margin: 0;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu ul li:after {
	content: " | ";
}

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

/* == TABLE == */
table {
	margin-bottom: 15px;
}

table, th, td {
border: 1px solid #DDDDDD;
}

th, td {
	padding: 4px 8px;
}

dl {
	margin-bottom: 15px;
}

dt {
	font-weight: bold;
}
dd {
	background:none no-repeat left top;
	padding-left: 50px;
}

#aspiro-home-phrase > h2:first-child{
	text-align:center;
	line-height: 1.6em;
}


/* == IMAGES == */
img.alignleft {
	margin: 5px 20px 5px 0;
	border:0;
}
#content img.alignleft{
	border:0;	
}

.alignleft {
	float: left;
}

img.alignright {
	margin: 5px 0 5px 20px;
	border:0;
}

#content img.alignright{
	border:0;	
}

.alignright {
	float: right;
}

img.aligncenter {
	margin: 5px auto;
}

.gallery-caption {
	text-align: center;
	width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text{
	font-size: 12px;
	font-style: italic;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

#content img, .wp-caption, .widget img, #sidebar img {
	max-width: 100%;
	height: auto;
	border: solid 1px #999;
}

/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	margin: 0 0 15px;
	border: 0 !important;
}

/* == UI == */

.btn{
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	padding:0 15px;
	line-height:32px;
	height: auto;
	display:inline-block;
	text-align:center;
	background-color:##59792a;
}

article .btn{
  margin-top: 2px;
}

.btn .genericon {
	font-size: 24px;
	line-height: 32px;
	width: auto;
}

.btn i.genericon{
	line-height: 100%;
}

.btn.red{
	background-color:#E53C38;
}

.btn.red:hover{
	background-color:#ea6360;
}

.btn.orange{
	background-color:#FF8A3C;
}

.btn.orange:hover{
	background-color:#ffa163;
}

.btn.yellow{
	background-color:#FFF852;
}

.btn.yellow:hover{
	background-color:#fff975;
}

.btn.green{
	background-color:#4BC94D;
}

.btn.green:hover{
	background-color:#6fd471;
}

.btn.blue{
	background-color:#5DADE2;
}

.btn.blue:hover{
	background-color:#7dbde8;
}

.btn:hover{
	background-color:#F6F6F6;
}

.btn.round{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn.pill{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.btn-group > .btn.round:not(:first-child):not(:last-child), .btn-group > .btn.pill:not(:first-child):not(:last-child){
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn.round:first-child, .btn-group > .btn.pill:first-child{
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn.round:last-child, .btn-group > .btn.pill:last-child{
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn + .btn{
	border-left: 1px solid rgba(0, 0, 0, .1);
	margin-left:-1px;
}

  .button,
  button,
  
  input[type="reset"],
  input[type="button"] {
	background: #59792a;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 100% !important;
	padding: 9px 15px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .button:hover,
  button:hover,
  
  input[type="reset"]:hover,
  input[type="button"]:hover {
	color: #fff;
	background: #A6C36B;
	border: none;
	text-decoration: none!important;
}

  .button:active,
  button:active,
    input[type="reset"]:active,
  input[type="button"]:active {
	border: none;
	background:#F6F6F6;
	}

  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

  /* Fix for odd Mozilla border & padding issues */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
	border: 0;
	padding: 0;
  }



input[type="submit"] {
 border:1px solid #1f6d25; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #59792a; background-image: -webkit-gradient(linear, left top, left bottom, from(#59792a), to(#59792a));
 background-image: -webkit-linear-gradient(top, #59792a, #59792a);
 background-image: -moz-linear-gradient(top, #59792a, #59792a);
 background-image: -ms-linear-gradient(top, #59792a, #59792a);
 background-image: -o-linear-gradient(top, #59792a, #59792a);
 background-image: linear-gradient(to bottom, #59792a, #59792a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2C9934, endColorstr=#07421D);
}


input[type="submit"]:hover,
input[type="submit"]:focus {
  border:1px solid #154a19;
 background-color: #59792a; background-image: -webkit-gradient(linear, left top, left bottom, from(#217127), to(#021409));
 background-image: -webkit-linear-gradient(top, #217127, #021409);
 background-image: -moz-linear-gradient(top, #217127, #021409);
 background-image: -ms-linear-gradient(top, #217127, #021409);
 background-image: -o-linear-gradient(top, #217127, #021409);
 background-image: linear-gradient(to bottom, #217127, #021409);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#217127, endColorstr=#021409);
}



/* == MISC == */

.remove-top{margin-top: 0 !important;}
.add-top{margin-top: 20px !important;}
.half-top{margin-top: 10px !important;}
.remove-top{ margin-top: 0 !important; }
.align-left, .columns.align-left, .column.align-left{ display: inline; float: left; margin-right: 15px; }
.align-right, .columns.align-right, .column.align-right{ display: inline; float: right; margin-left: 15px; }
.alpha.align-right{ margin-left: 0;}
.omega.align-left{ margin-right: 0;}

#comment{ width: 100%; }

.bypostauthor{}

div.error{
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background: #fcfcfc;
	border-left:4px solid #E53C38;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	line-height: 26px;
	padding: 8px 12px;
}

div.error .genericon{
	font-size: 18px;
	line-height: 26px;
	width: auto;
}

div.error .btn{
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	background: #F7F7F7;
	border:1px solid #CCCCCC;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	color: #555555;
	font-weight: normal;
	line-height: 26px;
	padding: 0 10px 1px;
}

.search-field{ width: 98%; }

/* EXPERIMENTAL CODE BELOW */

.mobile-on{
	display: none !important;
}

.vertical-divider{
	clear: both;
	position: relative;
}

.vertical-divider:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.vertical-divider .column:not(:first-child):after, .vertical-divider .columns:not(:first-child):after{
	background: #DDDDDD;
	bottom: 0;
	content: " ";
	margin-left: -10px;
	position: absolute;
	top: 0;
	width: 1px;
}

/* #Tablet (Portrait)
================================================== */

	/* Note: Design for a width of 768px */
	/*@media only screen and (min-width: 768px) and (max-width: 959px) {

	}*/

/*  #Mobile (Portrait)
================================================== */
	/* Note: Design for a width of 320px */
	/*@media only screen and (max-width: 767px) {

.align-left {
	display: block;
	margin-right: 0px;
	width: 100%;
}

.align-right {
	display: block;
	width: 100%;
	margin-left: 0px;
}

.mobile-off {
	display: none;
	visibility: hidden;
}

.mobile-on{
	display: inherit !important;
}

.vertical-divider .column:not(:first-child):after, .vertical-divider .columns:not(:first-child):after{
	content: none;
}

	}*/

/* #Mobile (Landscape)
================================================== */
	/* Note: Design for a width of 480px */

	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	}*/



/* custom styling */

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{

	background-image:  url("images/bgr.jpg");
	background-color: #f6f6f6;
	background-repeat:no-repeat; 
	background-position: center center;
	background-attachment: fixed;
	color: #505050;  
	font-family: 'Open Sans',Sans-Serif, Arial,Verdana,Helvetica;           
	font-size: 14px;
	line-height: 1.5;
	overflow-x:hidden;
}



a{
	color: #59792a;
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

section a{
	color: #59792a;
}

input,select,textarea{
	border: #999999 1px solid;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
}
li{
	list-style: none;
}
h1{
	color: #59792a;
	font: 36px 'Brawler', serif;
	margin: 0 0 .5em;
}
h2{
	color: #59792a;
	font: 18px 'Brawler', serif;
	margin: 0 0 1em;
}
h3{
	color: #333;
	font: 15px 'Brawler', serif;
	margin: 0 0 .5em;
}
h4{
	color: #a6c36b;
	font-size: 13px;
	margin: -15px 0 22px;
}
h5{
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 2em;
}
p{
	line-height: 1.6em;
	padding: 0 0 1.5em;
}
blockquote{
	font-style: italic;
}
i.fa {
	font-size: 0.8em;
	line-height: 0.8em;
	
}

.social-icons i.fa{
	font-size: 1.8em;
	margin: 10px;
}

.social-icons a{
	color: #505050;
}

.social-icons a:hover{
	color: #59792a;
}



/*=== Layout ===*/
.wrap {
		width:auto;
		height:auto;
		margin:auto;
}
#page{
	margin: 0 auto;
	max-width: 940px;
}
.bg {
	/*width:1400px;*/
	max-width:100%;
	/*height:934px;
	background: url(images/bgr.jpg) no-repeat;*/
	margin:0 auto;
	
}
#gry {
	width:100%;
	height:100%;
}
#page-top-home{
	/*background: #ffffff;*/
	background: url(images/menuBg_strip_op.jpg);
	border-bottom: 1px solid #d2d3d4;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}
#page-top{
	/*background: #ffffff;*/
	/*background: url(images/menuBg_strip_op.jpg);*/
	background: rgba(248, 247, 239, 0.95);
	border-bottom: 1px solid #d2d3d4;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}
#page-bot{
	border-top: 12px solid #e9eaee;
	background: url(images/page-bot.png);
	background-color: #363839;
}
#page-bot2{
	border-top: 1px solid #535353;
	background: url(images/page-bot2.png);
	background-color: #282a2a;
}
/*=== Header ===*/
header{
	height: 86px;
	margin: 0 auto;
	max-width: 940px;
}
/*- Logo -*/
.logo{
	float: left;
}
.logo-small{
	margin: -20px 0 10px;
}

.logo-title{
	position: absolute;
	top: 85px;
	left: -5px;
}

/*- Headlines -*/
.headline{
	clear: both;
	/*background: url(images/headline-bgr.png) center repeat-x;*/
	height: 30px;
	margin: 0 0 .5em;
}
.headline h2{
	font-size: 18px;
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
	/*background: #ffffff;*/
}
.headliner{
	background: url(images/headline-bgr.png) center repeat-x;
	height: 30px;
	margin: 0 0 .5em;
	clear:both;
}
.headliner h2{
	font-size: 22px;
	margin: 0;
	padding: 0 15px 0 0;
	background: #ffffff;
	float:left;
}
.subbyh{
	color: #333333;
	font: 18px 'Brawler', serif;
	margin: 20px 0 5px 0;
}
.header-shadow {
    /*position:relative;
    float:left;
    width:40%;    
    padding:1em; 
    margin:2em 10px 4em; 
    background:#fff;*/
    height:86px;
    margin:0 auto;
    max-width:940px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    z-index:-1;
}
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute; 
    z-index:-2;
}
.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}
.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
	box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}
.curved-hz-2:before {
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
/*=== Slider ===*/ 
#slider{
	/*padding: 60px 0 0;*/
	/*overflow: hidden;*/
	/*top: -3px;*/
	/*background: url(images/top-shadow.png) #f6f6f6 top no-repeat;*/
	padding: 0 0 5px 0;
	position: relative;
	z-index: 0;
	/*width: 100%;*/

}
.slide-bot{
	/*height: 35px;
	background: url(images/bot-shadow.png) top no-repeat;
	border-bottom: 1px solid #d2d3d4;*/
}
.slide-pic{
	float: left;
	width: 100%;
	/*overflow: hidden;*/
	z-index:-9999;
}
.slide-pic img {
	width: 100%;
	height: auto;
	box-shadow: 0px 5px 15px #000;
}
.slider-text ul{
	/*width: 1050px;*/
	margin: 0 auto;
	height: /*335px*/ 100%;
	padding-left: 0; 
}
.slider-text li{
	width: 100%;
	height: 100%;
	/*padding: 0 55px;*/
	list-style: none;
	padding: 0;
}
.slide-content{
	position: absolute;
	width: auto;
	height: auto;
	color: #000;
	text-align: left;
	padding: 0 50px 0 0;
	background-color: rgba(248, 247, 239, 0.85);
	bottom: 55px;
	left: 15px;
	padding: 10px 20px;
	border-right: 10px solid rgba(130, 146, 117, 0.7);
	font-size: 1.2em;
}

.border-right-red{
	border-right: 10px solid rgba(181, 47, 67, 0.7);
}
.border-right-grey{
	border-right: 10px solid rgba(146, 146, 146, 0.7);
}
.border-right-teal{
	border-right: 10px solid rgba(89, 195, 221, 0.7);
}
.slide-content.high {
	top: 30px;
	right: auto;
	bottom: auto;
	left: 14px;
}
.slide-content.no-back {
	background: none;
	bottom: 25px;
}
.slide-content h2{
	font-size: 2em;
	color: #333333;
	margin-bottom: 10px;
}
.slide-content h3{
	color: #a6c36b;
	font-size: 20px;
	font-weight: normal;
}

.slide-content .quote {
	font-size: 1.3em;
	/*line-height: 2.2em;*/
	font-family: serif;
	bottom: 50px;
	right: 30px;
}
.slide-content .quote:before {
	content: '"';
}
.slide-content .quote:after {
	content: '"';
}
.slide-content .author {
	font-size: 1.8em;
	/*color: #999;*/
	color: #59792a;
	bottom: 30px;
	right: 30px;
}
.slide-content .author:before {
	content: '-';
}
.slide-content .title {
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: 'Brawler', serif;
	color: #fff;
}


/*- Slider Buttons -*/ 
.slide-btn-left{
	position: absolute;
	left: -63px;
	bottom: 170px;
	z-index: 10;
}
.slide-btn-right{
	position: absolute;
	right: -63px;
	bottom: 170px;
	z-index: 10;
}

.slide-btn-left a,
.slide-btn-right a{
	background: url(images/btn-prev.png) no-repeat center;
	display: block;
	height: 63px;
	width: 63px;
	text-indent: -999em;
}
.slide-btn-right a{
	background: url(images/btn-next.png) no-repeat center;
}
.slide-btn-left a:hover{
	background: url(images/btn-prev-.png) no-repeat center;
}
.slide-btn-right a:hover{
	background: url(images/btn-next-.png) no-repeat center;
}
/*=== Navigation ===*/

.nav-full {
	display: block;
}
.nav-mobile {
	display: none;
	margin-top: 105px;
}
.shownav {
	display:none;
	float: right;
	border: solid 1px #bbb;
	margin: 25px 20px 0 0;
}
/*=== Columns ===*/

.three-fourths-left{
	float:right;
	width: 71%;
	padding-right: 4%;
}

.one-fourth-right{
	float:right;
	width: 25%;
}


/*- Column Structure -*/ 
#columns{
	/*background: #ffffff;*/
	padding: 30px 55px 15px 55px;
	/*margin: 0 -55px;*/
	max-width: 940px;
	height: 1%;

}
/*- Column Grid -*/
.subcols{
	height: 1%;
	padding: 10px 0;
}
.col1{
	float: left;
	width: 300px;
	margin: 0 0 10px -5px;
}
#content .page .col2{
	float: left;
	width: 49%;
	margin: 0 2% 10px 0;
}

#content .page .col2:nth-of-type(even){
	margin: 0 0 10px 0;
}


.col3{
	float: left;
	width: 30%;
	margin-right: 5%;
}

#content .page .col3:nth-of-type(3n+3) {
	margin-right:0;

}
.col4{
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}
.col4:first-of-type {
	margin-left: 0;
}
.col4:last-of-type {
	margin-right: 0;
}
.col5{
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}
.col6{
	float: left;
	width: 205px;
	margin: 0 0 0 20px;
}

#fancybox-title{
	display:none !important;
}

/*=== Styling Lists ===*/
/*- Standard List -*/
.list-posts{
	margin: 0 0 1em;
}
.list-posts li{
	background: url(images/hl-sep.png) bottom repeat-x;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.list-posts li:last-child{
	background: none
}
.list-posts em{
	color: #bfbfbf;
	font-style: normal;
}
/*- LIst Photos -*/ 
.list-photos{
	width: 225px;
	margin: 0 -10px 0 0;
}
.list-photos li{
	width: 52px;
	height: 52px;
	float: left;
	margin: 0 4px 4px 0;
}
/*=== Link Buttons ===*/
.btn-more a{
	background: url(images/ico-arrow.png) right no-repeat;
	color: #747474;
	padding: 0 25px 3px 0;
}
.btn-link a{
	background: url(images/btn-link.png) left no-repeat;
	color: #54770f;
	text-shadow: 0 1px 0 #ffffff;
	display: block;
	font-size: 12px;
	height: 47px;
	line-height: 47px;
	text-decoration: none;
	text-transform: uppercase;
	width: 134px;
	padding: 0 0 0 70px;
	font-weight: bold;
}
.btn-link a:hover{
	background: url(images/btn-link-.png) left no-repeat;
}

/*=== Footer ===*/
#footer{
	max-width: 940px;
	margin: 0 auto;
	color: #8c8989;
	padding: 40px 0;
}
#footer h5{
	color: #dddddd;
}
#footer a{
	color: #bfbfbf;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
}
#footer span.gc-cs-link {
	color: #8c8989;
	text-decoration: none;
}
#footer .col4:first-child ,#footer .col5:first-child {
	padding-left: 0;
}
/*- Copyright Info -*/
#copyright{
	margin: 0 auto;
	max-width: 940px;
	min-height: 59px;
}
.copyright{
	padding: 22px 0 0;
	float: left;
	font-size: 12px;
	color: #8c8989;
}
.copyright .copyitem {
	border-right: solid 1px #8c8989;
	margin-right: 7px;
	padding-right: 10px;
	line-height: 2em;
}
.copyright .copyitem:last-child {
	border:none;
}
/*- Social Network -*/ 
.soclinks{
	padding: 22px 0 0;
	float: right;
	color: white;
}
.soclinks li{
	float: left;
	padding: 0 0 0 20px;
	list-style: none;
}
.soclinks a{
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	position: relative;
}
.soclinks a em{
	border-top: 1px solid #343738;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	display: none;
	position: absolute;
	width: 65px;
	height: 27px;
	top: -30px;
	left: -15px;
	color: #ffffff;
	font-size: 11px;
	background: url(images/tooltip.png) top left no-repeat;
}
.soclinks a:hover em{
	display: block;
}
.soclink1 a{
	background: url(images/soclink1.png) top left no-repeat;
}
.soclink2 a{
	background: url(images/soclink2.png) top left no-repeat;
}
.soclink3 a{
	background: url(images/soclink3.png) top left no-repeat;
}
.soclink4 a{
	background: url(images/soclink4.png) top left no-repeat;
}
.soclink5 a{
	background: url(images/soclink5.png) no-repeat;
}
.twitter-timeline {
	background:none;
}
.twitter-timeline .timeline-header {
	border-bottom: solid 7px blue;
}
/*=== Misc. Helpers ===*/
/*- Clear Fix -*/ 
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/*- Floats  -*/ 
.fl{
	float: left;
}
.fr{
	float: right;
}
/*- Alignment  -*/
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.topbar {
	/*width:1400px;*/
	width:100%;
	height:89px;
	background:url(images/topbar.jpg) no-repeat;
	background-size:100% 100%; 
	margin:/*0 0 15px 0*/ 0;
}
.topbar h2 {
	position: absolute;
	margin: 30px 0 0 30px;
}
.topbar .crumbs {
	position: absolute;
	right: 30px;
	margin-top: 30px;
}
.topbar .crumbs span {

}
.topbar .crumbs span a {
	color: #747474;
}
.topbar .crumbs span:after {
	content: ' / ';
}
.topbar .crumbs span:last-child:after {
	content: '';
}
.subs {
	background:#FFF;
}
#subs {
	max-width:940px;
	margin:0 auto;
}
.hpad {
	padding:32px 0 0 37px;
}
.zesub {
	font-size:15px;
	float:left;
	margin:10px 0 0 10px;
}

.circle {
	border-radius:50%;
	width:35px;
	height:35px;
	background-color:#a0ce4e;
	text-align:center;
	color:#2f2f2f;
	font-weight:bold;
	font: 18px/36px 'Brawler', serif;
	float:left;
	margin: -5px 10px 0 0;
}
hr {
	border-top:5px double #ccc;
	width:100%;
	margin-bottom:25px;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


.bll li{
	list-style:circle;
	margin-left:40px;
}

/****Custom css for slider at home page****/
.divCenter {
	margin:auto;
	text-align:center;
	position: absolute;
	width: 100%;
	bottom: 30px;
}

#pager {
	word-wrap: break-word;
	z-index: 999;
	padding: 0;
}
#pager span{
	display: inline-block;
	margin:0 8px 0 0;
	width: 15px;/* must be the same as width and height */
	height: 15px;
	text-indent: -999em;
	background: #fff;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;
	box-shadow: 1px 2px 2px #333;
}
#pager span{
  background: #CCCCCC; /* optional: color when hovered */
}

#pager span.activeSlide {
  background: #59792a; /* color when active */
}
.playDiv a,
.pauseDiv a {
	border: 1px solid #ccc;
	background: #A6C36B;
	text-decoration: none;
	margin: 0 1px;
	padding:3px 5px;
	color:#fff; 
}
/*#pager a.activeSlide { background: #A6C36B }
#pager a:focus { outline: none; }*/
.slider-text #pager {
    display: block;
    word-wrap: break-word;
}
.controlBtns  {
	height: 25px; width: 100%;
}
.controlBtns .playDiv,.controlBtns .pauseDiv {
	width:40.5%;
	float:left;
	cursor:pointer;
}
.controlBtns .playDiv {
	margin-right:1%;text-align:center;
}
.controlBtns .pauseDiv{
	margin-left:1%;text-align:left;
}
.clr, .clearDiv {
	clear:both;
}
.block {
	display: block;
}
.bg,#footer,#subs  {
	/*text-align: justify;*/
}
/* remove title on home page */
.post-5 .post-title {
	display:none;
}

/************CUSTOM CSS FOR PAGES**************/

.advnCampImg {
	border: 1px solid #000000;
    float: none;
    margin: 40px auto 20px;
    max-height: 292px;
    max-width: 437px;
}
.divHalf2 {
	width:48%;
	padding: 10px;
	margin-left:15px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.divHalf1 img, .divHalf2 img {
	max-width:95%;
}
.divHalf1 {
    float: left;
    margin: 5px auto;
    text-align: center;
    width: 49%;
}
.divSection2 {
	float:right; width:50%; margin-top:50px;
   
}
.admissionImg {
	margin-left: 10px; border: 1px solid #000000;max-width:329px;max-height:246px;float:right;
}
.teamImgDiv{
	float: right; width: 35%;
}
.teamImgDiv1 {
    float: left;
    width: 220px;
}
.teamImgDiv img,.teamImgDiv1 img {
	border: 0px;
	width:200px;
	height:217px;
	float:left;
}
.teamImgDiv img {
	margin: 8px 6px; 
}
.teamImgDiv1 img {
	margin: 0px 6px; 
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.bll li {
	padding:5px 0;
}
.therpyImgDiv {
	float: left; width: 225px;  margin: 0 10px;
}
.therpyImgDiv2 {
	float: left;
    margin: 10px 10px 0;
    max-height: 260px;
    max-width: 190px;
}
.therpyImg {
	margin-top: 10px;
}
.therpyPhoto {
    max-height: 256px;
    max-width: 170px;
}
.imgDivMain {
	max-width: 95%; margin: 0 auto;
}
.ytPlayer {
	width:601px; 
	height:338px;
}
.lblText {
	float: left;
    max-width: 300px;
    min-width: 153px;
    padding: 0 10px 0 0;
}
.formLeftColumn input, .formLeftColumn select, .formLeftColumn textarea {
    margin: 5px 0 !important;
}
textarea {
	resize:none;
}
.hpad {
   text-align: left;
}

.portrait-wrap{
	float: left;
	margin: 0 2% 2% 2%;
	width: 21%;
	text-align: center;
	font-size: 0.8em;
	
}

.portrait-wrap img:hover{
	cursor: pointer;
	box-shadow: 2px 2px 10px #000;
}

.portrait-wrap-bootstrap{
	text-align: center;
	font-size: 0.9em;	
}

@media only screen and (max-width: 992px), (max-device-width: 992px) {
	.portrait-wrap-bootstrap{
	   padding-top:20px;
    }
}

.portrait-wrap-bootstrap img:hover{
	cursor: pointer;
	box-shadow: 2px 2px 10px #000;
}


.portrait-name{
	text-align: center;
	font-family: 'Brawler', serif;
    margin-top:12px;
	font-size: 1.6em;
	color: #59792a;
}

.portrait-expanded{
	clear:both;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 45px;
	display: none;
}

.portrait-expanded ul li{
	padding-bottom: 2px;
}

.portrait-expanded-close{
	position: absolute;
	top: -15px;
	right: 30px;
	font-size: 3.0em;
}
.portrait-expanded-close:hover{
	cursor:pointer;
}

.portrait-expanded .portrait-name{
	text-align: left;
}

.portrait-expanded .portrait-title{
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
}

.top-sub-nav{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 1;
}
.page-template-page-staff-php .top-sub-nav {
	max-width:940px;
}
.top-sub-nav ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
	height: 36px;
	position: relative;
	top: 12px;
	left 2px;		
}
.top-sub-nav ul li{
	list-style-type: none;
	display: inline;
	padding: 10px 15px;
	margin: -2px;
	
	background: #f6f6f6;

	border-top: solid 3px #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-family: 'Brawler', serif;


}
.top-sub-nav ul li a{
	color: #333;		
}
.top-sub-nav ul li:hover, .top-sub-nav ul li.current_page_item{
	color: #59792a;			
	background: #fff;
	border-top: solid 3px #59792a;
}
.top-sub-nav ul li a:hover{
	color: #59792a;
}

.header-contact{
	position: absolute;
	top: 68px;
	right: 240px;
	z-index: 1;
	font-size: 1.4em;
}

.header-admission{
	position: absolute;
	top: 72px;
	right: 20px;
	z-index: 1;
}


.quote-box-wrap{
	float: left;
	margin: 15px 2%;
	width: 45%;
}
.quote-box{
	background: #fff;
	padding: 20px;
	font-style: italic;
	box-shadow: 1px 3px 10px #000;
	border-radius: 3px;
}

.quote-box:before{
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 2em;
	color: #ccc;
}
.quote-box:after{
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 2em;
	color: #ccc;
	position: absolute;
}


.quote-author{
	margin-top: 20px;
	margin-left: 10px;
	color: #000;
}

/*.quote-box-wrap:before{
	content: '"';
}*/


.page-jump a{
	color: #747474;
}

.page-jump a:hover, .accred-page a:hover{
	color: #59792a;
}


.accred-page img{
	border:0 !important;
	clear:both;
}


.accred-page h3, .accred-page h1, .accred-page h2{
	clear:both;
	margin-top: 30px;
}

a.clickshow {
	display: block;
	margin-bottom: 15px;
}

/******For Tablet Screen*******/

@media only screen and (max-width: 1080px), (max-device-width: 1080px) {
	.slide-btn-left {
		bottom: 0;
		left:0;
	}
	.slide-btn-right {
		bottom: 0;
		right:0;
	}
}

@media only screen and (max-width: 990px), (max-device-width: 990px) {
	#header > a, .logo-title{
		margin-left: 20px;	
	}
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	body{
		background: #fff;	
	}	
	.bg #main, #main {
		width: auto;
		margin: 0;
		padding: 0;
	}
	#content {
		width: 96%;
		padding:10px;
	}
	#slider {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}
	.slider-text {
		width: 100%;
	}
	.slider-text ul{
		/*width: 100%;*/
	}
	.slider-text li{
		/*padding: 0 55px;*/
	}
	.slide-content, .slide-content.high {
		position: relative;
		float: left;
		width: auto;
		margin: 20px 0;
		padding: 10px;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		color: #333;
		text-align: right;
		background: none;
		border: none;
	}
	.slide-content.title {
		text-align: center;
		font-size: 1.2em;
		width: 96%;
	}
	.slide-content .quote {
		float: left;
		width: 100%;
	}
	.slide-content .quote {
		color: #555;
	}
	.slide-content h2{
		font-size: 18px;
	}
	.slide-content h3{
		font-size: 20px;
	}
	div.slide-content > h2 > br, div.slide-content > br{
		display:none;	
	}
	.slide-pic {
		/*float: left;
		width: 48%;
		height: auto;
		padding-bottom: 20px;
		z-index:-9999;*/
	}
	.slide-btn-left, .slide-btn-right {
		bottom: 0;
	}
	.divCenter {
		position: relative;
		float: left;
		width: 100%;
		margin: 30px 0 20px 0;
	}
	.divHalf1 {
		width: 48%;
		padding: 10px;
		margin-right:15px;
	}
	.divSection2 {
		width: 46%;
	}
	.col6 {
		float: left;
		margin: 10px 0 10px 20px;
		width: 47%;
	}
	
	.imgDivMain {
		max-width: 765px;
	}
	.ytPlayer {
		height: 238px;
		width: 401px;
	}
	.algn {
		text-align:center;
	}
	.shownav {
		display:block;
	}
	.nav-full {
		display: none;
	}
	.nav-mobile {

	}
	/*#footer .col4:first-child ,#footer .col5:first-child {
		padding-left: 20px;
	}*/
	footer#footer {
		padding: 20px 20px 40px;
	}
	footer {
		padding: 0 20px;
	}
	#columns {
		margin: 0;
		padding: 0 5px;
	}
	#footer .col2,	#footer .col3, #footer .col4 {
		margin: 0;
		padding-left: 10px;
		padding-right: 3%;
		width: 45%;
	}
	#footer .col4:nth-child(3) {
		clear:left;
	}
	#footer .col4:first-child ,#footer .col5:first-child {
		padding-left: 10px;
	}
	.top-sub-nav, .page-jump{ display: none; }

	.header-contact{
		bottom: 0px;
		right: 20px;
	}

	.header-admission{
		display:none;	
	}
	.soclinks {
		padding: 20px 1px;
		float: none;
		margin: 0 auto;
		width: auto;
		overflow: auto;
		clear: both;
	}
	.soclinks ul {
		padding: 0;
		margin: 0 auto;
		width: 130px;
	}
	.soclinks ul li:first-child {
		padding-left: 0;
	}
}


@media screen and (max-width: 875px), (max-device-width: 875px) {
	.vp-special{
		display:none;	
	}
}


@media screen and (max-width: 800px), (max-device-width: 800px) {
	.quote-box-wrap{
		width: 90%;
		margin: 15px 5%; 	
	}
	
}

/******For Mobile Screen*******/

@media screen and (max-width: 480px), (max-device-width: 480px) {
	
	.bg #main, #main {
		width: auto;
		margin: 0;
		padding: 0 20px;
	}
	#content {
		width: /*96%*/ auto;
	}
	#content img {
		width: 96%;
	}
	.divCenter {
		/*margin: 0;*/
	}
	.divHalf1 {
		margin: 0 auto;
		padding: 10px;
		text-align: center;
		width: 100%;
	}
	.divSection2 {
		float: none;
		margin: 0 auto;
		padding: 10px;
		width: 100%;
	}
	.pad10 {
		padding: 10px!important;
	}
	.menu li ul {
		display:block!important;;
	}
	.menu li:hover ul{
		left: 65px;
		top: 15px;
	}
	.nav-full {
		display: none;
	}
	.nav-mobile {

	}
	.col6 {
		float: left;
		margin: 10px 0 10px 10px;
		width: 95%;
	}
	.admissionImg {
		float: none;
		margin: 10px 0;
	}
	.teamImgDiv ,.teamImgDiv1 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.teamImgDiv img,.teamImgDiv1 img  {
		border: 0 none;
		float: none;
		margin: 0 auto !important;
		max-width: 200px;
	}
	.p-text {
		text-align:center;
	}
	.headliner h2 {
		 font-size: 20px
	}
	.foodImgDiv {
		max-width:200px;
		max-height:250px;
		float:none;
		margin: 0 auto 10px;
	}
	.foodImgDiv  img{
		max-width:100%!important;
		float:none!important;
		 margin: 0 auto !important;
	}
	.bll li {
		padding:8px 0;
	}
	.therpyImgDiv,.therpyImgDiv2 {
	    float: none;
		margin: 10px auto;
		max-width: 320px;
	}
	.therpyImg,.therpyPhoto {
		margin: 0 auto;
		max-width:100%;
	}
	.ytPlayer {
		height: 188px;
		width: 300px;
	}
	.algn {
		margin: 0 auto;
		text-align: center;
		width: 90%;
	}
	.div22 {
		margin: 0 auto;
		width: 90%;
	}
	.imgP {
		margin: 0 auto;
		max-height: 210px;
		max-width: 100%;
	}
	.imgP img {
		float: none!important;
	}
	.imgTag img {
		float: none !important;
		margin: 0 auto !important;
		max-width: 100%!important;
	}
	.lblText {
		max-width: 300px;
	}
	.formLeftColumn input, .formLeftColumn select, .formLeftColumn textarea {
		max-width:95%!important;
	}
	.lblText {
		float: none;
		margin: 0 auto;
		min-width: 100% !important;
		padding: 0 10px 0 0
	}
	.inpField {
		width: 90% !important;
	}
	.shownav {
		display:block;
	}
	/*#footer .col4:first-child ,#footer .col5:first-child {
		padding-left: 20px;
	}*/
	.col2, .col3, .col4, #content .page .col2 {
		float: left;
		width: auto;
	}
	#columns {
		margin: 0;
	}
	#main {
		padding: 0;
	}
	#footer .col2,	#footer .col3, #footer .col4 {
		margin: 0;
		padding-left: 10px;
		width: 95%;
	}
	#footer .col4:first-child ,#footer .col5:first-child {
		padding-left: 10px;
	}
	#sidebar {
		width: 280px;
		padding: 10px;
	}
	.copyright{
		padding: 10px;
	}
	.topbar h2, .topbar .crumbs {
		position: relative;
		float: left;
		width: auto;
		margin:0;
		margin-top: 10px;
		padding-left: 5px;
		right: auto;
	}
	.portrait-name{
		font-size: 1.1em;
	}	
	.portrait-title2, .portrait-wrap .no-mobile, .portrait-title .no-mobile, .portrait-expanded-close{
		display: none;	
	}
	.portrait-expanded{
		padding: 0 10px;	
	}
	.portrait-name-smaller{
		font-size: 0.9em;	
	}
	.crumbs{
		clear: both;	
	}
	.accred-page img{
		width: auto !important;
	}
	.three-fourths-left, .one-fourth-right{
		float:none;
		width: auto;
		padding: 4%;
	}
	.soclinks {
		padding: 20px 1px;
		float: none;
		margin: 0 auto;
		width: auto;
		overflow: auto;
		clear: both;
	}
	.soclinks ul {
		padding: 0;
		margin: 0 auto;
		width: 130px;
	}
	.soclinks ul li:first-child {
		padding-left: 0;
	}
}

@media screen and (max-width: 375px), (max-device-width: 375px) {
	.header-contact{
		font-size: 1em;	
	}
}

/*Formstack Form Overrides*/
.fsPage .fsRequiredMarker {
	display: none;
}

.fsPage p {
	color: #505050;    
	font-family: 'Open Sans',Sans-Serif, Arial,Verdana,Helvetica;
	font-size: 14px; 
}


/************END OF CUSTOM CSS**************/
