/*
Theme name: GENaustin
Theme URI: http://www.genaustin.org
Description: We support and guide girls to make wise choices as they navigate the unique pressures of girlhood.
Author: Veronica Barrio
*/

@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------

@BROWSER RESET

-------------------------------------------------------------------------*/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var {
	margin: 0;
	padding: 0
}
fieldset, input, textarea {
	border: 1px solid #CCC;
}

ol, ul {
	list-style-type: none;
}
hr {
	border: 0;
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal
}
button, a img, fieldset {
	border: 0
}
textarea {
	overflow: auto
}
address {
	font-style: normal
}
cite {
	font-style: normal
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help
}
html{height:100%;}
body{min-height:80%;height:100%;}
.slider-text img {width:100%;height:auto;}
/*-------------------------------------------------------------------------

@TOOLKIT

-------------------------------------------------------------------------*/

.floatNone {
	float: none
}
.floatLeft, .alignleft {
	float: left
}
.floatRight, .alignright {
	float: right
}
.clearLeft {
	clear: left
}
.clearRight {
	clear: right
}
.clearBoth {
	clear: both
}
.noBg {
	background: none !important
}
.noBgColor {
	background-color: inherit !important
}
.noMargin {
	margin: 0 !important
}
.noPadding {
	padding: 0 !important
}
.noBorder {
	border: 0 !important
}
.show {
	display: block !important
}
.hide {
	display: none !important
}
.hideText {
	display: block;
	text-indent: -9999px
}
.Textcenter {
	text-align: center
}
.nounderline {
	text-decoration: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.centered {
	margin: 0 auto
}
.overflow-hide {
	overflow: hidden
}
.one_third {
	width: 31%;
	margin: 0 1.5%;
	float: left
}
.one_third.first {
	margin-left: 0;
}
.one_third.last {
	margin-right: 0
}
.grid_sixty {
	width: 55%;
}
.grid_forty {
	width: 45%
}
.grid_seventy {
	width: 75%;
	float: left;
}
.grid_thirty {
	width: 25%;
	float: left;
}
/*-------------------------------------------------------------------------

@GLOBAL CLASSES/COLORS



== blue :#

-------------------------------------------------------------------------*/

.clear {
	clear: both
}
/*-------------------------------------------------------------------------

@LINKS

-------------------------------------------------------------------------*/

a {
	color: #40a7ac;
	text-decoration: none;
}
a.link {
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a#printThis {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #a4bc00;
	text-decoration: underline
}
/*-------------------------------------------------------------------------

@HEADINGS

-------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #999999;
	font-weight: normal;
	line-height: 1;
}
h1, h2, h3 {
	line-height: 40px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
.program-name {
	font-size: 25px;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	color: #898989;
	margin-bottom: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1 small {
	font-size: 18px;
}
h2 small {
	font-size: 16px;
}
h3 small {
	font-size: 14px;
}
h4 small {
	font-size: 14px;
}
/*-------------------------------------------------------------------------

@LAYOUT

-------------------------------------------------------------------------*/

body {
	background: #fff;
	font-family: Helvetica, sans-serif
}
*, *:before, *:after {
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	box-sizing: border-box;
}
@font-face {
	font-family: 'bebas';
	src: url('css/fonts/bebasneue-webfont.eot');
	src: url('css/fonts/bebasneue-webfont.eot#iefix') format('embedded-opentype'), url('css/fonts/bebasneue-webfont.woff') format('woff'), url('css/fonts/bebasneue-webfont.ttf') format('truetype'), url('css/fonts/bebasneue-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0
}
.page .container {
	padding-top: 0;
}

#header {
	position: relative;
	height: 90px;
}
#header .headerbg_left {
	width: 50%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	position: absolute;
}
#header .headerbg_right {
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: #8cc9b2;
	position: absolute
}
#header .container {
	position: relative;
	height: 100%;
	z-index: 1;
	padding: 0;
}
#header #logo {
	float: left;
	height: 100%;
	width: 21%;
	background: #fff;
	padding: 10px 0
}
#header #menu {
	background: #8cc9b2;
	padding: 10px 0;
	float: left;
	overflow: hidden;
	height: 90px;
	width: 79%
}
#re-menu {
	display: none;
	margin-bottom: 20px
}
#re-menu ul {
	display: none;
	width: 40%;
	background: #8CC9B2;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 0 auto;
	padding: 15px 0;
	margin-top: 20px;
	position: relative
}
#re-menu ul:before {
	position: absolute;
	border-bottom: 10px solid #8CC9B2;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 45%;
	content: "";
	top: -19px
}
#re-menu ul li a {
	display: block;
	line-height: 25px;
	text-align: center;
	color: #fff
}
#re-menu ul li a:hover {
	text-decoration: none;
	background: #AFD9C9
}
#re-menu.active ul {
	display: block
}
#re-menu .trigger_re-menu {
	width: 40px;
	height: 40px;
	display: block;
	background: url(img/re-menu.png) no-repeat center;
	margin: 0 auto
}
#re-menu.active .trigger_re-menu {
	background-color: #AFD9C9
}
#header #menu ul {
	padding: 10px 0;
	overflow: hidden;
	margin: 11px 5px
}
#header #menu li {
	float: left
}
#header #menu li a {
	display: inline-block;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 7px 36px;
	border-right: 1px solid #70a18e;
	border-left: 1px solid #a3d4c1;
	text-shadow: 0px 1px 0px #aaa;
	letter-spacing: 0.5px
}
#header #menu li a:hover {
	background: rgba(255,255,255,0.3);
	text-decoration: none
}
#header #menu li:first-child a {
	border-left: none
}
#header #menu li:last-child a {
	border-right: none
}
.slider-container {
	width: 1370px;
	margin: 0 auto;
}
.slider-image {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.slider-image img {
	width: 100% !important;
	max-width:1170px
}
.slider-text {
	position: relative;
	z-index: 2;
	margin-right: 0;
}
#slider {
	height: 375px;
	overflow: hidden;
	background: url(https://genaustin.org/wp-content/themes/Genaustin2/img/slyiderbg.jpg) no-repeat top;
}
#slider h1 {
	font-family: 'bebas';
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.8px;
	text-shadow: 0px 1px 0px #333;
	padding-right: 75px
}
#slider .floatRight {
	width: 41%;
	padding: 25px 0
}
#slider .floatRight p {
	margin: 20px 0;
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	line-height: 16px
}
#slider .button_wrap {
	float: left;
	margin: 5px 0
}
#slider .button_wrap img {
	position: absolute;
	right: -92px;
	top: -2px
}
#slider a.link {
	font-size: 13px;
	color: #fff
}
#help_support {
	background: #F15929;
	padding-top: 10px;
}
#help_support .one_third {
	text-align: center;
}
#help_support .one_third strong, #help_support .one_third span {
	display: inline-block
}
#help_support .one_third strong {
	font-family: 'bebas';
	font-weight: normal;
	color: #fff;
	font-size: 2.6em;
	letter-spacing: 0.8px;
	text-shadow: 0px 1px 0px #333;
	padding-right: 28px;
	background: url(img/2.png) no-repeat right center;
	margin: 0;
	transition: all ease 0.3s 0s;
	-webkit-transition: all ease 0.3s 0s;
	-moz-transition: all ease 0.3s 0s;
}
#help_support .one_third span, #help_support .one_third span a {
	font-size: 12px;
	color: #f4886e;
	text-shadow: none;
	line-height: 5px;
	display: block;
}
#help_support .one_third strong:hover {
	padding-right: 32px;
}
#ourprograms {
	background: #e5e3e4
}
#ourprograms .one_third {
	width: 30.33%;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 2px 2px rgba(4,5,5,.15);
	-webkit-box-shadow: 1px 2px 2px rgba(4,5,5,.15);
	box-shadow: 1px 2px 2px rgba(4,5,5,.15);
	overflow: hidden;
	padding: 20px;
	height: 145px;
	margin-bottom: 20px;
	overflow: hidden
}
.featured-image-box img{
	float:left;}
.blog_box_r .attachment-thumbnail{
	float:left;
	margin-right:15px;
	margin-bottom:15px;}
#ourprograms .container {
	padding: 25px 0 5px
}
.next-button{
	float:right;}
.prev-button{
	float:left;}
#ourprograms .one_third .grid_image {
	float: left;
	width: 35%;
	text-align: center;
	padding: 10px 0
}
#ourprograms .one_third .floatRight {
	float: right;
	width: 60%
}
#ourprograms .one_third h3 {
	margin: 0;
	font-size: 18px;
	color: #777;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	margin-bottom: 5px;
}
#ourprograms .one_third h3 a {
	color: #777;
	font-size: 18px;
	;
}
#ourprograms .one_third p {
	margin: 5px 0;
	font-size: 12px;
	color: #4a4a4a
}
#ourprograms .one_third a {
	font-size: 10px;
	color: #f1592a;
	letter-spacing: 1.5px
}
#in_spotlight {
background: #E5E3E4;}

#in_spotlight h2 {
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	color: #4a4a4a;
	font-size: 2.2em;
	margin-bottom: 50px
}
#in_spotlight .one_third {
	text-align: center;
	font-weight: bold;
	color: #f1592a;
	font-size: 18px;
        background: #E5E3E4;

}
#in_spotlight .one_third label {
	display: block;
	line-height: 24px;
	padding: 15px 35px;
}
#in_spotlight .grid_video {
	background-color: #fff;
	-moz-box-shadow: 1px 2px 6px rgba(4,5,5,.3);
	-webkit-box-shadow: 1px 2px 6px rgba(4,5,5,.3);
	box-shadow: 1px 2px 6px rgba(4,5,5,.3);
	padding: 10px;
	position: relative;
}
#in_spotlight .grid_video img {
	width: 100%;
	height: 210px
}
#in_spotlight .grid_video img.thumb {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 35%;
	top: 30%
}
#news_updates {
	position: relative;
	overflow: hidden
}
#news_updates .newsupdatebg_left {
	left: 0;
	top: 0;
	width: 53%;
	height: 100%;
	background: #FFF;
	position: absolute;
}
#news_updates .newsupdatebg_right {
	right: 0;
	top: 0;
	width: 47%;
	height: 100%;
	background: #FFF;
	position: absolute
}
#news_updates .container {
	position: relative;
	z-index: 11;
	padding: 0;
	background: #FFF;
	;
}
#news_updates .grid_sixty h2 {
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	color: #4a4a4a;
	font-size: 1.8em;
	margin: 0
}
#news_updates .grid_sixty {
	padding-bottom: 40px;
	padding-top: 25px
}
#news_updates .news_insider {
	background: #fff;
	width: 90%;
	border-radius: 3px;
	margin: 15px 0 25px
}
#news_updates .news_insider li {
	padding: 10px;
	border-bottom: 1px solid #dedede;
	font-family: Helvetica, sans-serif;
}
#news_updates .news_insider li strong {
	font-weight: bold;
	font-size: 12px;
	color: #333
}
#news_updates .news_insider li h4 {
	font-weight: lighter;
	color: #398ac9;
	margin: 5px 0
}
#news_updates .news_insider li p {
	font-size: 10px;
	color: #727070
}
#news_updates .news_insider li a {
	text-decoration: none;
}
#news_updates .news_insider li:hover {
	background: #f9f9f9
}
#news_updates .grid_forty {
	padding: 25px;
	background: #C7C6C7
}
#news_updates .grid_forty h2 {
	font-weight: lighter;
	color: #fff;
	font-size: 1em;
	margin: 0;
	line-height: 25px
}
#news_updates .floatLeft.date_event {
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	color: #398ac9
}
#news_updates .grid_forty.floatRight li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 25px 0
}
#news_updates .grid_forty.floatRight li:last-child {
	border: none
}
#news_updates .grid_forty.floatRight li p {
	float: right;
	width: 80%
}
#news_updates .grid_forty.floatRight li p {
	color: #818181;
	font-size: 14px
}
#news_updates .grid_forty.floatRight li p strong {
	display: block
}
#news_updates .grid_forty.floatRight li p a {
	color: #fff
}
#news_updates .grid_forty.floatRight li p a font {
	color: #F15929
}
#news_updates .grid_forty.floatRight li p img {
	margin: 5px 0
}
#newsletter {
	border-top: 1px solid #bfd5cd;
	background: #8CC9B2;
	padding: 20px 0
}
#newsletter big.floatLeft {
	font-weight: lighter;
	color: #fff;
	font-size: 1.2em
}
#newsletter form {
	float: right
}
#newsletter form input {
	float: left;
	margin-right: 15px;
	width: 330px
}
#newsletter form .big_button {
	padding-right: 55px
}
#footer {
	background: #333333
}
#footer .socials {
	float: left
}
#footer .socials em {
	font-family: "Comic Sans MS", cursive;
	color: #fff;
	font-size: 15px
}
#footer .socials ul {
	margin: 10px 0
}
#footer .socials li {
	float: left;
	margin-right: 5px
}
#footer .socials li a {
	background: url(img/socials.png);
	width: 36px;
	text-indent: -9999px;
	height: 36px;
	display: block;
}
#footer .socials li a:hover {
	opacity: 0.8
}
#footer .socials li.facebook a {
	background-position: left top
}
#footer .socials li.twitter a {
	background-position: -41px top
}
#footer .socials li.mail a {
	background-position: -81px top
}
#footer .socials li.rss a {
	background-position: -122px top
}
#footer .socials li.youtube a {
	background-position: -162px top
}
#footer .footer_links {
	float: right
}
.footer_links p {
	float: right;
	font-size: 12px;
	color: #fff
}
#footer ul li {
	float: left;
	border-right: 1px solid #818181;
	line-height: 15px
}
#footer ul li:last-child {
	border-right: none
}
#footer ul {
	padding: 5px 0;
	overflow: hidden;
	margin: 5px 0px;
}
#footer ul li a {
	display: inline-block;
	font-size: 12px;
	color: #75add9;
	padding: 0px 17px;
	text-shadow: 0px 1px 0px #333;
	letter-spacing: 0.5px
}
#footer ul li:last-child a {
	padding-right: 0
}
/*-------------------------------------------------------------------------

@COMMON ELEMENTS (buttons etc)

-------------------------------------------------------------------------*/

.button_wrap {
	position: relative;
}
.big_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	transition: all ease 0.1s 0s;
	-webkit-transition: all ease 0.1s 0s;
	-moz-transition: all ease 0.1s 0s;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 9px 20px;
}
.big_button:hover {
	color: #fff;
	text-decoration: none;
}
.big_button:active {
	top: 2px;
	box-shadow: none!important
}
.big_button.get_invol {
	display: block;
	padding-left: 40px;
	background: url(img/1.png) no-repeat 15px center;
	background-color: #f15929;
	-moz-box-shadow: 1px 2px 0 #b53007;
	-webkit-box-shadow: 1px 2px 0 #b53007;
	box-shadow: 1px 2px 0 #b53007;
}
.big_button.get_invol:hover {
	background-color: #F1450E
}
.big_button.blue {
	background-color: #75add9;
	-moz-box-shadow: 1px 2px 0 #395771;
	-webkit-box-shadow: 1px 2px 0 #395771;
	box-shadow: 1px 2px 0 #395771;
}
.big_button i {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: 0.5px;
	color: #eee
}
.big_button small {
	font-size: 10px
}
.big_button.orange {
	background-color: #f15929;
	-moz-box-shadow: 1px 2px 0 #b53007;
	-webkit-box-shadow: 1px 2px 0 #b53007;
	box-shadow: 1px 2px 0 #b53007;
}
/*-------------------------------------------------------------------------

@NAVIGATIONS

-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------

@FORM ELEMENTS

-------------------------------------------------------------------------*/



form {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input, textarea {
	line-height: normal;
	margin-bottom: 20px;
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.wpcf7-form input[type="text"],  .wpcf7-form input[type="email"] {
}
input[type="text"],  input[type="email"] {
	height: 40px;
	padding: 0 10px;
	color: #222;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 70%
}
input[type="text"]:focus,  input[type="email"]:focus {
	background: #f5f5f5
}
form {
	color: #666
}
textarea {
	resize: none;
	width: 70%;
	border: 1px solid #ccc;
	border-radius: 3px;
}
form input[type="submit"] {
	background-clip: padding-box;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 9px 20px;
	position: relative;
	transition: all 0.1s ease 0s;
	background-color: #75ADD9;
	box-shadow: 1px 2px 0 #395771;
}
form input[type="submit"]:active {
	top: 1px;
	box-shadow: none
}
/*-------------------------------------------------------------------------

@Page styles

-------------------------------------------------------------------------*/

.content {
	line-height: 27px;
}
.page .container {
	padding-top: 0;
	color: #333333;
	font-size: 14px;
}
/*.page .container .content {
	padding-right: 25px;
	border-right: 1px solid #ccc;
	line-height: 24px;
}*/
.page .container .content {
        padding-left: 25px;
        border-left: 1px solid #ccc;
        line-height: 24px;
}
.page .container .content h2 {
	color: #f1592a;
	font-size: 28px;
	font-weight: normal;
}

.content ul {
	list-style-type: disc !important;
}
.banner-image {
	margin-bottom: 30px;
}
.banner-image img {
	position: relative;
	z-index: 2;
}
.banner-image h2 {
	position: absolute;
	z-index: 10;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	background: rgba(255,255,255,0.3);
	bottom: 40px;
	font-family: Helvetica, sans-serif;
	margin-left: 25px;
	font-size: 32px;
}
.banner-box h2 {
	font-size: 34px;
	font-weight: normal;
	margin: 40px 0;
	border-bottom: 1px solid #8CC9B2;
	padding-bottom: 25px;
}
.about-mission-box {
	text-align: center;
	background: #f1f7fb;
	padding: 20px 0;
}
.about-mission-box h2 {
	color: #398ac9;
}
.about-mission-box .big_button {
	width: 195px;
	margin: 0 auto;
}
.about-our-values {
	margin-top: 20px
}
.about-our-values ul li {
	padding: 5px 0;
	margin-left: 20px;
	clear: both;
}
.about-our-values ul li strong {
	float: left;
	width: 13%;
	display: block;
	text-align: right;
	margin-right: 5px;
}
.about-our-values ul li span {
	float: left;
	width: 86%;
	display: block;
}
.about-stats .stat-box {
	text-align: center;
	width: 100%;
	background: #f4f4f4;
	padding: 30px 0;
	color: #8bc63e;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 40px;
}
.about-stats .stat-box strong {
	font-size: 140px;
	display: block;
	line-height: 96px;
	margin-left: 100px;
	float: left;
}
.about-stats .stat-box span {
	line-height: 48px;
	font-size: 57px;
	text-align: left;
	margin-left: 20px;
	display: block;
	float: left;
}
.about-stats .grid_forty, .about-stats .grid_sixty {
	float: left;
}
.about-stats .grid_forty {
	padding-left: 20px;
	padding-top: 50px;
}
.about-stats .grid_sixty {
	border-right: 1px solid #ccc;
	line-height: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
/*.grid_thirty .sidebar {
        padding-left: 25px;
}
*/
.grid_thirty .sidebar {
        padding-right: 25px;
}
#menu-sidebar-menu {
	background: #4aa7ad;
	padding: 3px;
}
#menu-sidebar-menu li a:before {
	content: "→";
	padding-right: 3px;
}
#menu-sidebar-menu li a {
	border: 1px solid #6eb9bd;
	padding: 10px;
	font-size: 13px;
	display: block;
	color: #fff
}
#menu-sidebar-menu li a:hover {
	text-decoration: none;
}
.sidebar-content .textwidget {
	margin: 20px 0;
}
.sidebar-content .textwidget h3 {
	text-align: center;
	font-size: 15px;
	color: #f1592a;
	line-height: 16px;
}
/* blog*/
.blog_box {
	padding-top: 0px;
	clear: both;
}
.blog_box p {
	clear: both;
}
.blog_box h2 {
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}
.blog_box h2 a {
	text-decoration: none;
	line-height: 1.2em;
}
.blog_box h2 a:hover {
	text-decoration: none;
}
.blog_box .dateandcategories {
	margin-bottom: 0px;
	font-size: 10px;
	padding: 1px 0 1px 0px;
	margin-top: 10px;
	padding: 0px;

	display: block;
}
.blog_box .aligncenter.post_image {
	border-right: 0;
	border-left: 0;
	padding: 14px 0 14px 0;
	margin: 0px;
}
.line {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.a2a_kit {
	margin: 5px 0;
	display: block;
	line-height: 16px;
}
p.meta {
	display: inline;
}
.a2a_button_facebook_like, .a2a_button_twitter_tweet, .a2a_dd addtoany_share_save {
	float: left;
}
.blog_box img {
	float: left;
}
.read_more {
	display: inline-block;
	font-size: 16px;
	padding: 0 4px;
	vertical-align: middle;
}
.read_more:after {
	content: "→";
}
.l_border {
	color: #CECECE
}
/*-------------------------------------------------------------------------

@BROWSER FIXES

-------------------------------------------------------------------------*/







@media screen and (min-width:751px) and (max-width:1184px) {
#re-menu {
	display: none;
}
.container {
	width: 52em;
	overflow: hidden
}
#header #logo {
	padding-left: 10px;
}
#header #logo img {
	width: 90%;
	margin-top: 15px
}
#header #menu ul {
	margin: 15px 5px
}
#header #menu li a {
	padding: 3px 8px
}
#slider h1 {
	font-size: 1.5em;
	padding-right: 25px;
	line-height: 20px;
}
#slider .floatRight p {
	padding-left: 0px;
	width: 95%;
	margin: 0;
	font-size: 10px;
}
#slider .floatRight {
	width: 42%;
	padding-bottom: 0
}
.slider-image {
	width: 52em;
	height:272px;
	overflow:hidden;

}

#slider {
	height: auto;
	overflow: hidden
}
#slider .container {
	overflow: hidden;
	padding-bottom:0
}
#ourprograms .one_third {
	padding: 8px;
	font-size:0.9em
}
#ourprograms .one_third .grid_image img {
	width: 70px;
	height: 100%
}
#ourprograms .one_third h3 {
	font-size: 16px
}
#help_support .one_third span {
	padding-left: 0 !important
}
#ourprograms .one_third p {
	font-size: 11px
}
#ourprograms .one_third .grid_image.noPadding {
	padding: 10px 0 !important
}
#in_spotlight .grid_video img {
	height: 150px
}
#in_spotlight .grid_video img.thumb {
	width: 60px;
	height: 60px;
	left: 39%
}
#in_spotlight h2 {
	margin-bottom: 20px
}
#in_spotlight .one_third label {
	padding: 15px 10px;
	font-size: 15px;
	line-height: 18px
}
#news_updates .news_insider li {
	padding-left: 3px
}
#news_updates .floatLeft.date_event {
	width: 10%
}
.grid_forty.floatRight li p {
	width: 85% !important
}
#news_updates .grid_forty, #news_updates .grid_sixty {
	padding-top: 15px
}
#newsletter {
	padding: 0
}
#newsletter big.floatLeft {
	margin-bottom: 10px
}
#newsletter form input {
	width: 352px;
	margin-bottom: 10px
}
#footer ul li a {
	padding: 7px 10px
}
}
 @media screen and (max-width:750px) {
#re-menu {
	display: none;
}
.container {
	width: 99%;
	overflow: hidden
}
.headerbg_right, .headerbg_left {
	display: none
}
#header #logo {
	width: auto;
	text-align: center
}
#header {
	height: auto
}
#header #menu {
	float: none;
	margin: 0 auto !important;
	width: 100%;
	height: auto
}

#header #menu ul {
	margin: 0
}
#header #menu li {
	float: none;
	padding: 5px;
	width: 100%;
	text-align: center
}
#header #menu li a {
	border: none
}
#header #logo {
	float: none;
	margin: 0 auto
}
#slider h1 {
	font-size: 1.2em;
	line-height: 20px;
	padding-right: 30px
}
#slider .floatRight {
	width: 36%;
}
#slider h1 {
	float: left
}
#slider .floatRight p {
	margin: 0
}
.button_wrap img {
	display: none
}
#help_support .one_third span {
	padding-left: 0 !important;
	padding-top: 5px;
	line-height: 14px
}
#help_support .one_third strong {
	font-size: 1.8em
}
.big_button {
	font-size: 11px
}
#ourprograms .one_third, #in_spotlight .one_third {
	float: none;
	width: 98%
}
.newsupdatebg_left, .newsupdatebg_right {
	display: none !important;
}
.grid_sixty.floatLeft, .grid_forty.floatRight {
	width: 95%;
	float: none;
	margin: 0 auto
}
#news_updates .news_insider {
	width: 95%;
	margin: 0 auto 20px
}
#newsletter {
	padding: 0
}
#newsletter big.floatLeft {
	margin-bottom: 10px
}
#newsletter form {
	float: none
}
#newsletter form input {
	width: 98%;
	float: none;
	margin: 0 5px;
	margin-bottom: 10px
}
#footer .socials {
	width: 210px;
	float: none;
	margin: 0 auto
}
#footer .socials em {
	text-align: center;
	display: block
}
.footer_links li {
	float: none;
	padding: 0 5px;
	width: 100%;
	text-align: center
}
.footer_links {
	float: none
}
.footer_links p {
	text-align: center;
	float: none
}
.grid_seventy,.grid_thirty{
	width:100%;
	float:none}
	.sidebar-content .textwidget {
		text-align:center
}
}
@media screen and (max-width:600px) {
#re-menu {
	display: block;
}
#header #menu {
	display: none
}
#slider{
	height:auto;
}
#slider img{
	width: 100%;
	height: auto;
}
.grid_seventy{
	width:98%;
	padding:0 5px;}
.grid_thirty{
	width:90%;}
}
/*-------------------------------------------------------------------------

@WP Engine

-------------------------------------------------------------------------*/

.orange-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f1592a;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
}
.orange-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}