/*
	Theme Name: Lawyer Committee
	Theme URI: https://demo.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: https://www.studiopress.com/	
	Version: 2.8.0	
	Template: genesis	
	License: GPL-2.0-or-later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: lc
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

html {box-sizing: border-box;}
*,*::before,*::after {box-sizing: inherit;}

.author-box::before,.clearfix::before,.entry::before,.entry-content::before,.footer-widgets::before,
.nav-primary::before,.nav-secondary::before,.pagination::before,.site-container::before,.site-footer::before,
.site-header::before,.site-inner::before,.widget::before,.wrap::before {content: " ";display: table;}

.author-box::after,.clearfix::after,.entry::after,.entry-content::after,
.footer-widgets::after,.nav-primary::after,.nav-secondary::after,.pagination::after,
.site-container::after,.site-footer::after,.site-header::after,.site-inner::after,
.widget::after,.wrap::after {clear: both;content: " ";display: table;}

/* ============= TYPOGRAPHY ================= */
html {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}

body {background-color: #fff;color: #333;font-family: "Open Sans", sans-serif;
font-size: 18px;font-weight: 400;line-height: 1.625;margin: 0;overflow-x: hidden;}

button,input:focus,input[type="button"],
input[type="reset"],input[type="submit"],textarea:focus,
.button,.gallery img {transition: all 0.2s ease-in-out;}

a {color: #0a57a2;text-decoration: none;transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;}
a:focus,a:hover {color: #333;text-decoration: none;}

p {margin: 0 0 30px;padding: 0;}
ol,ul {margin: 0;padding: 0;}
li {list-style-type: none;}
hr {border: none;border-collapse: collapse;border-top: 1px solid #eee;clear: both;margin: 30px 0;}
b,strong {font-weight: 700;}
blockquote,cite,em,i {font-style: italic;}
mark {background: #ddd;color: #333;}
blockquote {margin: 30px;}

h1,h2,h3,h4,h5,h6 {font-family: "Open Sans", sans-serif;font-weight: 700;line-height: 1.2}
h1 {font-size: 32px}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
.entry-content h3,.entry-content h4 {font-weight: 600;}
.entry-content h4 {margin-top: 40px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

#bboxdonation_divForm{font-family: "Open Sans", sans-serif !important}


embed,iframe,img,object,video,.wp-caption {max-width: 100%;}
img {height: auto;vertical-align: top;}
figure {margin: 0;}

/* ============= FORMS ========== */
input,select,textarea {background-color: #fff;border: 1px solid #ddd;color: #333;
    font-size: 18px;font-weight: 400;	padding: 15px;width: 100%;}
input:focus,textarea:focus {border: 1px solid #999;outline: none}
input[type="checkbox"],input[type="image"],input[type="radio"] {width: auto;}
::-ms-input-placeholder {color: #333;opacity: .6;font-size:14px}
:-ms-input-placeholder {color: #333;opacity: .6;font-size:14px}
::placeholder {color: #333;opacity: .6;font-size:14px}
button,input[type="button"],input[type="reset"],input[type="submit"],.button {
	background-color: #333;border: 0;border-radius: 5px;color: #fff;cursor: pointer;font-size: 16px;
	font-weight: 600;padding: 15px 30px;text-align: center;text-decoration: none;white-space: normal;width: auto;}
button:focus,button:hover,input[type="button"]:focus,input[type="button"]:hover,
input[type="reset"]:focus,input[type="reset"]:hover,input[type="submit"]:focus,input[type="submit"]:hover,
.button:focus,.button:hover {background-color: #0073e5;color: #fff;}
.entry-content .button:focus,.entry-content .button:hover {color: #fff;}
.button {display: inline-block;}

.site-container button:disabled,.site-container button:disabled:hover,.site-container input:disabled,.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,.site-container input[type="button"]:disabled:hover,.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,.site-container input[type="submit"]:disabled,.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;border-width: 0;color: #777;cursor: not-allowed;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {display: none;}

/* ========== TABLES ================ */
table {border-collapse: collapse;border-spacing: 0;line-height: 2;margin-bottom: 40px;width: 100%;word-break: break-all;}
tbody {border-bottom: 1px solid #eee;}
td,th {text-align: left;}
td {border-top: 1px solid #eee;padding: 6px;}
th {font-weight: 400;padding: 0 6px;}
td:first-child,th:first-child {padding-left: 0;}

/* ======== SCREEN READER ================ */
.screen-reader-shortcut,.screen-reader-text,.screen-reader-text span {
	border: 0;clip: rect(0, 0, 0, 0);height: 1px;overflow: hidden;position: absolute !important;
	width: 1px;word-wrap: normal !important;}
.screen-reader-text:focus,.screen-reader-shortcut:focus,.widget_search input[type="submit"]:focus {
	background: #fff;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #333;
	display: block;font-size: 1em;font-weight: 700;height: auto;padding: 15px 23px 14px;
	text-decoration: none;width: auto;z-index: 100000; /* Above WP toolbar. */}
.more-link {display: inline-block;position: relative;margin-bottom: 30px;}

/* ============= SITE CONTAINER ============ */
.site-inner{margin:0 !important}
.content-sidebar-wrap .content{max-width:1500px;margin:auto}

.site-container {animation: fadein 1s;word-wrap: break-word;}
@keyframes fadein {from {opacity: 0;} to {opacity: 1} }

.after-entry,.archive-description {margin-bottom: 40px;}
.after-entry {box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);padding: 20px 30px}
.after-entry .widget:last-of-type {margin-bottom: 0;}
.breadcrumb {background:#e8e8e8;font-size: 15px;;padding:10px 30px}
.archive-description p:last-child {margin-bottom: 0;}

/* ============= SEARCH ============ */
.search-form {overflow: hidden;}
.entry-content .search-form {margin-bottom: 40px;width: 50%}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {margin-top: 10px;}
.widget_search input[type="submit"] {border: 0;clip: rect(0, 0, 0, 0);height: 1px;
	margin: -1px;padding: 0;position: absolute;width: 1px;}


/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}




/* ============== SKIP LINKS =================== */
.genesis-skip-link {margin: 0;}
.genesis-skip-link .skip-link-hidden {display: none;visibility: hidden;}
.genesis-skip-link li {height: 0;list-style: none;width: 0;}
:focus {color: #333;outline: #ccc solid 1px;}


/* ================= SITE HEADER ========================== */
.site-header >.wrap{max-width: 1900px;margin: auto;}

.utility-bar-left{float:left}
.utility-bar-left a.button{padding:5px 10px;font-size:14px;background:#0a57a2;margin-left:15px}
.utility-bar-right{float:right}
.utility-bar .wrap{max-width:1900px;margin:auto}
.utility-bar.utility-bar{background: #dbdcde;overflow: visible;border-top: 10px solid #0a57a2;padding: 10px 0px 8px 0px;}
#custom_html-13, #custom_html-12{margin-bottom: 0px!important}
#custom_html-12 {position: relative}
.utility-bar-left .textwidget {font-size: 17px !important;font-style: italic;color:#2e2e2e;padding-top:5px;font-weight:700;}
.utility-bar-right #custom_html-12 .textwidget{display:inline-flex;}

ul.social { margin:0;padding:0;}
.social li {display:inline-block;margin-bottom: 0px!important;}
.social li a{color: #0a57a2;font-size: 30px;padding: 0px 10px;}
.social li a:hover{color: #333}
.social li a i{font-size: 30px;}

#title-area{max-width: 350px;float: left;margin-top: 5px;}
#title-area a{display:inline-block;}

.search-forms {padding: 10px 15px 0px 15px;}
.submit-search button {background: url(/wp-content/uploads/2019/01/search-button.png);background-size: contain;
background-repeat: no-repeat;background-position: center bottom;width: 30px;height: 30px;position:relative;top:-8px}
.search-text{ display: none; position: absolute;top: 28px;left: -26px;
z-index: 999;width: 255px;margin: 18px 0 0 0;}
.submit-search button:hover .search-text {display: block;}


/* ================ NAVIGATION ========================= */
#genesis-nav-primary li a{color:#0a57a2;font-size:22px;text-transform:uppercase;
margin: 30px 20px;padding:0px;display:block;font-weight:700;}
#genesis-nav-primary .sub-menu{width:300px!important;}
#genesis-nav-primary .sub-menu li a{margin: 0!important;padding: 15px !important;width:300px!important;}
#genesis-nav-primary{padding-top:0px!important;}
.genesis-nav-menu {clear: both;line-height: 1;width: 100%}

.donate_now_btn{background-color: #ccc200;color: #fff;}
.donate_now_btn a{color: #fff!important;padding: 35px 60px!important; margin: 0px!important;}

.genesis-nav-menu a:focus,.genesis-nav-menu a:hover,.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,.genesis-nav-menu .sub-menu .current-menu-item > a:hover 
{color: #0073e5;text-decoration: none;}
.genesis-nav-menu .sub-menu li a {font-size:16px !important}
.genesis-nav-menu .sub-menu,.genesis-nav-menu .sub-menu a {width: 100%;}
.genesis-nav-menu .sub-menu {clear: both;display: none;left: -9999px;margin: 0;opacity: 1;
padding-left: 15px;position: static;z-index: 99;}
.genesis-nav-menu .sub-menu a {background-color: #fff;font-size: 1em;position: relative;word-wrap: break-word;}
.genesis-nav-menu .menu-item:focus,.genesis-nav-menu .menu-item:hover 
{position: relative;}
.genesis-nav-menu .menu-item:hover > .sub-menu {display: block;left: auto;opacity: 1;}

/* ----------------- responsive menu ----------------------- */
.menu .menu-item:focus {position: static;}
.menu .menu-item > a:focus + ul.sub-menu,.menu .menu-item.sfHover > ul.sub-menu {left: auto;opacity: 1;}
.genesis-responsive-menu {display: none;position: relative;}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {display: none;}
.menu-toggle,.sub-menu-toggle {background-color: transparent;border-width: 0;color: #333;display: block;
	margin: 0 auto;overflow: hidden;text-align: center;visibility: visible;}
.menu-toggle:focus,.menu-toggle:hover,.sub-menu-toggle:focus,.sub-menu-toggle:hover {
	background-color: transparent;border-width: 0;color: #0073e5;}
.menu-toggle {float: right;line-height: 20px;margin-bottom: 10px;margin-top: 10px;
	padding: 15px 0;position: relative;z-index: 1000;}
.menu-toggle.activated::before {content: "\f335";}
.site-header .menu-toggle::before {float: left;margin-right: 5px;position: relative;text-rendering: auto;top: 1px;}
.sub-menu-toggle {float: right;padding: 9px 10px;position: absolute;right: 0;top: 0;z-index: 100;}
.sub-menu .sub-menu-toggle {padding: 12px 10px;}
.sub-menu-toggle::before {display: inline-block;text-rendering: auto;transform: rotate(0);transition: transform 0.25s ease-in-out;}
.sub-menu-toggle.activated::before {transform: rotate(180deg);}
.sub-menu a{font-weight:700;line-height:1.2em}
.sub-menu a:hover{background:#f8f8f8}

/* ============== ENTRY CONTENT ================ */
.entry {margin-bottom: 40px;}
.entry-content ol,.entry-content ul {margin-bottom: 30px;padding-left: 40px;}
.entry-content ol > li {list-style-type: decimal;}
.entry-content ul > li {list-style-type: disc;}
.entry-content ol ul > li,.entry-content ul ul > li {list-style-type: circle;}
.entry-content ol ol,.entry-content ul ul {margin-bottom: 0;}
.entry-content code {background-color: #f5f5f5;}
.content .sticky {background-color: #f5f5f5;padding: 30px;}

/* ============== ENTRY META ============= */
p.entry-meta {font-size: 16px;margin-bottom: 0;}
.entry-header .entry-meta {margin-bottom: 20px;}
.entry-footer .entry-meta {border-top: 1px solid #eee;padding-top: 20px;}
.entry-categories,.entry-tags {display: block;}
.entry-comments-link::before {content: "\2014";margin: 0 6px 0 2px;}

/* ========== PAGINATION ============== */
.pagination {clear: both;margin: 60px 0;}
.adjacent-entry-pagination {margin-bottom: 0;}
.archive-pagination li {display: inline;}
.archive-pagination li a {background-color: #f5f5f5;color: #333;cursor: pointer;display: inline-block;
	font-size: 16px;font-weight: 600;margin-bottom: 4px;padding: 8px 12px;text-decoration: none;}
.archive-pagination li a:focus,.archive-pagination li a:hover,.archive-pagination li.active a {
	background-color: #333;color: #fff;}

/* ============ COMMENTS =============== */
.comment-respond,.entry-comments,
.entry-pings {margin-bottom: 40px;}
.comment-list li {padding: 40px 0 0 30px;}
.comment-list .depth-1 {padding-left: 0;}
.comment-header {margin-bottom: 30px;}
.comment-content {clear: both;}
.comment-content ul > li {list-style-type: disc;}
.comment-respond input[type="email"],.comment-respond input[type="text"],
.comment-respond input[type="url"] {width: 50%;}
.comment-respond label {display: block;margin-right: 12px;}
.comment-header p {margin-bottom: 0;}
.entry-pings .reply {display: none;}
.comment-form-cookies-consent label {display: inline;padding-left: 10px;}

/* ============== SIDEBAR ================ */
.sidebar {font-size: 16px;line-height: 1.5;}
.sidebar .widget {margin-bottom: 40px;}
.sidebar p {margin-bottom: 20px;}


/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {background-color: #124b83;
clear: both;color:#fff;padding: 30px 0;}
.footer-widgets .wrap {margin-left: auto;margin-right: auto}
.footer-widget-area {margin-bottom: 40px;padding-left: 30px;padding-right: 30px;}
.footer-widget-area:last-child,.footer-widgets .widget:last-child {margin-bottom: 0}

.site-footer {background-color: #063a6c;padding: 20px;text-align: center;color:#fff}
.site-footer a,.footer-widgets a{color:#fff;font-size: 14px}
.site-footer a:hover{opacity:.6}
footer.site-footer .wrap p {margin-bottom: 0;font-size: 14px}

footer.site-footer{height:0}


/* ================ RESPONSIVE CSS=============== */

@media only screen and (min-width: 960px) {
	.genesis-nav-menu .menu-item {display: inline-block;}
	.genesis-nav-menu .menu-item:focus,.genesis-nav-menu .menu-item:hover {position: relative;}
	.genesis-nav-menu > .menu-bold > a {font-weight: 700;}
	
	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}
	
	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}
	
	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}
	
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}
	
	/* Responsive Menu
	--------------------------------------------- */
	
	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
	
	/* Header Menu
	--------------------------------------------- */
	
	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}
	
	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	
	
	
	/* =============== COLUMNS ============ */
	.five-sixths,.four-sixths,.one-fourth,.one-half,
	.one-sixth,.one-third,.three-fourths,.three-sixths,
	.two-fourths,.two-sixths,.two-thirds {padding:20px;
	float: left;margin-left: 2.564102564102564%;}
	.one-half,.three-sixths,.two-fourths {width: 48.717948717948715%;}
	.one-third,.two-sixths {width: 31.623931623931625%;}
	.four-sixths,.two-thirds {width: 65.81196581196582%;}
	.one-fourth {width: 23.076923076923077%;}
	.three-fourths {width: 74.35897435897436%;}
	.one-sixth {width: 14.52991452991453%;}
	.five-sixths {width: 82.90598290598291%;}
	.first {clear: both;margin-left: 0;}
	
	
	.footer-widget-area {float: left;margin-bottom: 0;width: calc(100% / 3);}
	
	
	
}

/* ============== PRINT STYLES ================ */
@media print {
	*,
	*::before,
	*::after {background: transparent !important;box-shadow: none !important;
	color: #333 !important;text-shadow: none !important;}
	a,a:visited {text-decoration: underline;}
	a[href]::after {content: " (" attr(href) ")";}
	abbr[title]::after {content: " (" attr(title) ")";}
	a[href^="javascript:"]::after,a[href^="#"]::after,
	.site-title > a::after {content: "";}
	thead {display: table-header-group;}
	img,tr {page-break-inside: avoid}
	img {max-width: 100% !important;}
	@page {margin: 2cm 0.5cm;}
	p,h2,h3 {orphans: 3;widows: 3;}
	blockquote,pre {border: 1px solid #999;page-break-inside: avoid;}
	.content,.content-sidebar {width: 100%;}
	button,input,select,textarea,.breadcrumb,
	.comment-edit-link,.comment-form,.comment-list .reply a,
	.comment-reply-title,.edit-link,.entry-comments-link,
	.entry-footer,.genesis-box,.header-widget-area,.hidden-print,
	.home-top,.nav-primary,.nav-secondary,.sidebar {display: none !important}
	.site-title > a {margin: 0;text-decoration: none;text-indent: 0;}
	.site-inner {padding-top: 0;position: relative;}
	.author-box {margin-bottom: 0;}
	h1,h2,h3,h4,h5,h6 {orphans: 3;page-break-after: avoid;
	page-break-inside: avoid;widows: 3;}
	img {page-break-after: avoid;page-break-inside: avoid;}
	blockquote,pre,table {page-break-inside: avoid;}
	dl,ol,ul {page-break-before: avoid;}
}



.one-half{margin-left:0;padding-left:0;width:50%;float:left}

/*================ STAFF ===================*/
.single-staff .one-third{margin-left:0}
.single-staff h1{margin:0}
.single-staff h2{color:#0a57a2;font-size:20px;margin:10px 0 10px 0}
.single-staff .aj-section-item{clear:both}

/*------- staff archive --------*/
.aj_staff_wrapper .one-third{height:auto;width:calc(33% - 35px);margin:0px;}
.aj_staff_wrapper .entry-content .one-third h3.name,.staff-wrap h3.name {margin:0px;}
.aj_staff_wrapper .entry-content p{margin-bottom:0 !important;}

.staff-wrap {width: 100%;display: block;margin-top:20px;}
.staff-fig-wrap figure{width: calc(32% - 0px)}
.staff-fig-wrap{min-height:300px}
.staff-content {width: calc(50% - 10px);}
.page.entry{clear:both}

/*============== HOME PAGE =============*/
body.home div.image{display:none}
section#hero .hero{height:947px;background-position:bottom center;background-repeat:no-repeat;background-size:cover;}
section#hero h2{text-align:center;color:#fff;font-weight:bold;
  text-transform:uppercase;font-size:100px;padding-top:10%;margin-bottom: 75px;}

.main_form{background: rgba(0,0,0,0.5);padding: 20px 0px 35px 0;border-radius: 12px;text-align: center;max-width: 80%;margin: 0 auto;}
.main_form p{margin:0 0 15px 0px;font-weight:300;color:#fff;font-size:50px;text-transform:uppercase;text-align:center;}
.learning_field {background: #ccc200;border: none;font-size: 32px;color: #0a57a2;font-weight: 700;max-width: 80%;margin: 0 auto;
    text-align: center; min-height: 104px;}

/*---------- 2blocks -----------*/
section#two-blocks{margin:auto;max-width:1900px;text-align:center}

/*---------- twitter -----------*/
#twitter{text-align:center;background:#f8f8f8}
#twitter h2{font-size:72px;color:#2e2e2e;text-align:center;position:relative;text-transform:uppercase;margin: 0;padding-bottom: 20px}
#twitter h2:after{content:"";background:#0a57a2;width:180px;height:11px;position:absolute;left:0;
	right:0;margin:0 auto;bottom:0}
.twit_feed{margin: 76px 0px 100px;padding:0;text-align:center;}
.twit_feed li{display:inline-block;margin:0px 40px;color:#2e2e2e;font-size:50px;text-transform:uppercase;}
.follow_link{display:inline-block;color:#2e2e2e;font-size:50px;position:relative;}
.follow_link:after{content:"";background:url(./images/twit.png);width:58px;height:58px;position:absolute;
	left: -100px;top: 16px}
section#twitter{padding:60px 0;text-align:center;font-size:20px;clear:both}
ul.twit_feed{max-width:1900px;margin:30px auto}

body.home .ctf-item{width:25%;float:left;text-align:left;font-size:16px !important}
.ctf-tweet-text-media-wrap{display:none !important}

#gform_8{width:50%;float:right;margin-top:40px}
#gform_fields_8 input{width:100%;padding:12px;margin:0}
input#gform_submit_button_8{width:95%;background:#ccc200;margin-top:-20px}



/*--------- news scroll---------------*/
section#news-scroll,section#twocolumn{padding:60px 0;clear:both}
#news-scroll{padding: 125px 0 50px!important;}
section#news-scroll .one-half.first {background: #0a57a2;text-align: center;padding: 50px 20px;color: #fff;clear: both;
   position: relative;min-height: 600px;width: 45%;float: left; margin: 40px 0 0 0;}
section#news-scroll .one-half.first h2{text-transform:uppercase;font-weight:bold;color:#fff;font-size:48px;margin: 0 0 20px;}
.one-half.first span {font-size: 24px}
section#news-scroll .one-half.first .form h3{font-size:36px;color:#ccc200;width:45%;float:left;
	margin-top:100px;text-transform:uppercase;text-align:left;font-weight:700}

#gform_8{width:48%;float:right}
#gform_fields_8 input{width:100%}
#gform_fields_8 input [type=placeholder]{color:#fff}
input.button {max-width: 100%;width: 100%;border-radius:0;}

section#news-scroll .one-half.first:after{content:"";width:765px;height:475px;background:url(./images/blue_border.png) no-repeat;
	position:absolute;right: -37px;bottom: -33px; z-index: -1;}
section#news-scroll .one-half.first:before{content:"";width:262px;height:475px;background:url(./images/front_arrow.png)no-repeat;
	position:absolute;left: 72px;top: -147px;}
section#news-scroll .one-half.first h3{color:#fff;font-size:24px;margin:0;font-weight: 400;}
section#news-scroll .one-half.first .one-half.first{color:#ccc200;font-weight:bold;text-transform:uppercase;font-size:42px;text-align:left;line-height:1em}

section#news-scroll .one-half.first:after{background:none;}
section.news-room section#news-scroll {display:none;top: 109px;padding: 0 !important;position: absolute;
    width: 100vw;z-index: 9}
section.news-room section#news-scroll .one-half.first:before {width: 208px;height: 234px;left: 72px;top: 0;
    background-size: contain;background-position: center center}

.flex-control-nav{display:none;}
#slds {float: right;width: 87%;}
#slds ul li{position:relative}
#slds .slides {margin-bottom: 20px!important}
.slides {
  display: none;
}

#slds .flex-direction-nav {position: absolute!important;left: 0!important;right: 0!important;top: 48%!important;}
#slds span {background: rgba(0,0,0,0.5);display: block;position: absolute;bottom: 0;left: 0;
   right: 0;text-align: center;color: #ccc200;font-size:24px;margin: 0 auto;padding: 10px 0px;}
#news-scroll .wrap{max-width: 1920px; margin: auto;}
.flex-direction-nav a{opacity:1!important;width:49px!important;height:53px!important}
.flex-prev{position:relative;left: -70px!important;}
.flex-next{position:relative;right: -70px!important;}
.flex-prev:before{content: ""!important;background:url(./images/prev.png);width:49px!important;height:53px!important;}
.flex-next:before{content: ""!important;background:url(./images/next.png);width:49px!important;height:53px!important;}
#slds .items .item {position: relative;margin: 20px 10px;}
#slds .items .item img{min-height:287px;height:100%;}


/*---------------- get involved ---------------------*/
section#involved .hero2{height:560px;margin-bottom:130px;background-repeat: no-repeat;background-size: cover; background-position:center;}
section#involved .wrap{text-align: center;max-width: 1800px;margin: 0 auto;}
section#involved h2{font-weight: bold;font-size: 100px;padding-top: 50px;text-transform: uppercase;color: #fff;text-align: right;padding-right:20px}
section#involved .cta{display:inline-flex;position:relative;top:0px;float:right;margin-right:0px}

section#involved .circle{background:url(./images/list-1.png)#ccc201 no-repeat center;height:368px;width:368px;border-radius:50%;-moz-border-radius:50%;
	-webkit-border-radius:50%; width:375px;margin:0px 13px 0;font-size:32px;line-height:1.2em;color:#1c1c1c;padding:110px 35px;}
#involved .circle2{background:url(./images/list-2.png)#ccc201 no-repeat center!important;}
#involved .circle3{background:url(./images/list-3.png)#ccc201 no-repeat center!important}	
section#involved h3{padding-top:0px;font-weight:bold;text-transform:uppercase;font-size:47px;padding-bottom:15px;color:#fff;margin:0;}


/*----------------- news blocks ----------------------------*/
section#updates {clear: both;padding: 40px 0 65px 0;}
#updates .wrap {max-width: 1900px;width: 100%;margin:auto}
.boxes {width: calc(33% - 50px);float: left;box-sizing:border-box}
.box-1, .box-2{margin-right:60px}
.box-title h3{font-size: 60px;margin-bottom:-8px;text-transform: uppercase;
color: #e7f0fa;line-height: 100%;}
.box-left-inner {background: #e7f0fa;padding: 15px 15px;;min-height:600px}
.box-k ul li{display: flex;flex-direction: row;
    flex-wrap: nowrap;justify-content: space-between;align-items: center;
align-content: center;position:relative;min-height: 130px;}
.event-date {position: absolute;width: 100px;height: 100px;background: #fff;
border-radius: 100%;top: 10px; overflow:hidden;}
section#updates img {border-radius: 0;object-fit: cover;width: 100%;height: 100%;}
li .text{padding:0 20px 0 100px;color:#0a57a2;}
li .text a,li .text p{position:relative;left:15px}
li .text a{font-size:16px}
li .text p{font-size:12px;color:#333;}
.view-all{text-align:center;position:absolute;right:0;left:0;bottom:40px}
.view-all a{color: #fff;font-size:16px;background-color: #ccc200;
  padding: 10px 30px;margin:0 auto;display:inline-block;text-transform:uppercase;}
.box-border { position: relative;padding: 60px 15px;}
.box-border:after {content: "";width: 93%;height: 97%;position: absolute;
display: block;top: 34px;z-index: -1;left: 10%; border: 3px solid #cad8e8;}
.box-k {margin-bottom: 40px;}



/*=========== FLEXIBLE CONTENT GENERAL ==================*/
.content{width:100%}
.row .wrap{padding:50px 30px;margin:50px 0}
.row .wrap:first-of-type{margin:0 0;padding:0 30px 50px 30px}
.row .wrap p:last-child{margin-bottom:0}
.accordion{margin-bottom:50px}
.row h3.widgettitle{display:none}
li.rpwe-li{list-style:none !important}
li.rpwe-li a{color:#333;font-size:16px}
time.rpwe-time{color:#666}


/*============== LEFT SIDEBAR & RIGHT CONTENT =============*/
#left-sidebar .wrap{max-width:1500px;padding:0 30px}
.left-sidebar .content{max-width: 100% !important;margin: 0;}


.single-project ul{margin-bottom:0}
.single-project .entry-meta{display:none}
.single-project .entry{margin-bottom:0px !important}
.image {background-size: cover;background-position: center center;overflow: hidden;
position: relative;height:26rem}
.main{display:flex}

.single-project.project-template-default .content{padding:0 30px}

aside.sidebar{width:350px;background:#333;padding:35px;color:#fff}
aside.sidebar .widget ul{padding:0;margin:0}
aside.sidebar h3{font-weight:bold;text-transform:uppercase;margin-bottom:20px}
aside.sidebar p,aside .sidebar a{font-size:16px}
aside.sidebar li {list-style:none;margin-bottom:15px}
aside.sidebar .widget a{border-bottom:none}

.sidebar .donate{text-align:left;background:#555;font-size:18px;padding:30px;position:relative;color:#fff}
.sidebar .donate a{color:#fff;background:#ca4e28;padding:23px 30px;position:absolute;right:0;top:0}
.sidebar a{color:#fff;line-height:1.6em;font-size:16px;text-decoration:none}

@media (max-width: 60em) {
	.main{flex-wrap:wrap-reverse}
	aside.sidebar{width:100%;background:#333;padding:50px 75px;color:#fff}
}

/*============== RIGHT SIDEBAR LEFT CONTENT =============*/
.right-sidebar aside.sidebar{background:#fff;color:#333;}
.right-sidebar .content{padding-right:30px}

/*============== FULL WIDTH PAGE - NO SIDEBAR =============*/
.page-template-page-fullwidth .content-sidebar-wrap .content{max-width:100%}
.page-template-page-fullwidth .row .wrap{max-width:1500px;margin:auto}


/*============= TOGGLES =================*/
.accordion{max-width:1500px;padding:0 30px}
.accord-content > h3.acch1 {background: #3874a6 none repeat scroll 0 0;font-size: 18px;font-weight:700;
margin: 0;padding: 18px 20px 18px 20px; cursor:pointer;margin-bottom:5px;color:#fff}
.accord-content-inner {display:none;border-bottom: 1px solid #e7e7e7;border-left: 1px solid #e7e7e7;
border-right: 1px solid #e7e7e7;padding: 0.5em 1em}
.accord-content h3.acch1 i:before {font-family: 'FontAwesome';content: "\f061";transition: all 0.5s;float:right;font-size:22px;font-style:normal}
.accord-content h3.acch1 i.open:before  {-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);transform: rotate(90deg);} 


/*================ STAFF ARCHIVE ==============*/
body.post-type-archive-staff h1{padding:0px !important;}
body.post-type-archive-staff h2{padding:0px;margin-top:50px}
body.post-type-archive-staff p{font-size:.9em;margin-bottom:0}
h3.name{padding:0;margin:6px 0;font-size:1.1em}
body.post-type-archive-staff .one-third{padding:0;min-height:100px}
main#genesis-content .entry-content { display: flex;flex-direction: column;flex-wrap: nowrap;}
.aj_staff_wrapper .entry-content p{margin-bottom:0 !important;}




/*=====newsroom====*/
.filtar-n-letter-wrap {
    overflow: hidden;
    padding: 50px;
    background-color: #0a57a2;
	margin:50px 0;
}
.blog-filter select{
	width:calc(33% - 30px);
	margin-right:30px;
}
.filtar-form {
    float: left;
    width: 75%;
}
.blog-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.blog-filter  input[type="submit"]{
	background: #ccc200 !important;
    color: #2e2e2e !important;
}
.n-letter {
    float: right;
    width: auto;
}
.n-letter a{
	text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 7px;
    font-weight: 800;
	box-sizing: border-box;
    display: inline-block;
}
.aj-post_box{
	overflow:hidden;
	
}
.alm-reveal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    align-items: flex-start;
    align-content: stretch;
}

.aj-post_box article {
    width: calc(33% - 30px);
    margin: 0 15px 50px 15px;
    box-sizing: border-box;
}
.aj-link{
	text-align:center;
	margin-top: -22px;
}
.aj-link a{
	display: inline-block;
    text-align: center;
    background: #ccc200 !important;
    padding: 8px 10px 5px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
	min-width: 175px;
}
.aj-post_box .entry-meta{
	margin: 25px 0 0;
    color: #000;
    font-size: 17px;
}
.aj-post_box .entry-title{
	margin:0 0 20px;
}
.aj-post_box .entry-title a{
	color:#0a57a2;
	font-size: 22px;
    text-align: left;
}
.aj-post_box .post-imgage{
	width:450px;
	height:200px;
	text-align:center;
	display: block;
    background: #ccc;
	overflow: hidden;
}
.aj-post-wrap-top{
	padding-bottom:50px;
	
}
.aj-post-wrap-top{}
.aj-post-wrap-top .post-top-full{
	border-bottom: 1px solid #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.aj-post-wrap-top .post-top-full .aj-full-img{
	width: 100%;
    text-align: center;
    display: inline-block;
    background: #ccc;
}
.aj-post-wrap-top .post-top-full span{
	margin: 25px 0 0;
    color: #000;
    font-size: 17px;
	display:block;
}
.aj-post-wrap-top .post-top-full h2{
	margin: 0 0 20px;
}
.aj-post-wrap-top .post-top-full h2 a{
	color: #0a57a2;
    font-size: 22px;
    text-align: left;
}
.aj_not_found {
    text-align: center;
}
.alm-load-more-btn.done{
	display: none !important;
}
.aj-post-wrap-top .post-top-full p{}
section.news-room,section#news-scroll,section.aj-post-wrap-bottom,section.aj-post-wrap-top{max-width:1600px;margin:auto}


/*===========footer===========*/
.footer-widgets {background-image: url(/wp-content/uploads/2019/01/footer-wave.png);
background-position: top center;background-repeat: no-repeat;background-size: cover;}
.footer-widgets .wrap{max-width:1900px;width:100%;}
p.adr {margin-top: 20px;}
span.street-address {display: block;}
span.locality { display: inline;}
a.tel, a.get-directions {display: block;text-transform:uppercase;}

.map_title h2{text-align:center;}
.map_title h2 span{display:block;}
.map_wrap figure img {display: block;margin: 0 auto;}
footer.site-footer {height: auto;}
footer.site-footer p{font-size:20px;line-height:28px;}


.news-pop_up {
    display: block;
    animation: zoomIn 1s;
    width: 50% !important;
    float: none !important;
    margin: 0 auto !important;
    position: fixed !important;
	min-height: 480px !important;
    left: 0;
    right: 0;
	top: 22%;
}



div#aj_closed {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
	display:block;
}
.close-popup-btn {
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    display: inline-block;
    margin-bottom: 6px;
    cursor: pointer;
}
.close-popup-btn:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(-90deg);
    display: block;
	cursor: pointer;
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.aj_overlay {
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    display: block;
    top: 0;
    opacity: .5;
}
.post-top-full a {
    display: block;
}
.post-top-full a img{
	width:100%;
	height: 500px;
    object-fit: cover;
}
.aj-post_box article.full_width {
    width: 100%;
	margin: 0;
}

/*===================================responsive css=============================*/

@media only screen and (min-width: 100px) and (max-width:959px) {
	.wrap {
		padding: 0 15px;
	}
	nav .wrap{
		padding:0;
	}
	.utility-bar-left,.utility-bar-right {float: none;text-align: center;width:100%}
	.utility-bar-left{margin-bottom:20px}
	.utility-bar-left .button{float:none;display:block;;margin-top:15px;font-size: 18px !important;margin-left: 0px !important}
	
	#title-area {
		max-width: 100%;
		width:100%;
		margin: 15px 0 15px 0px;
		height: auto;
	}
	.menu-toggle {
		margin-top: 20px;text-align:center;margin:auto;float:none
	}
	ul#menu-header-menu li {
		position: relative;
	}
	.sub-menu-toggle {
		padding: 3px 10px;
	}
}
/*==small  devices====*/
@media only screen and (min-width: 100px) and (max-width:576px) {
	
	section#hero .hero {
		height: 400px;
		position: relative;
	}
	section#hero h2 {
		font-size: 28px;
		margin-bottom: 0;
	}
	.main_form {
		padding: 12px 0px;
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20px;
	}
	.main_form p {
		font-size: 16px;
	}
	.learning_field {
		font-size: 16px;    
		width: 100%;
		min-height: 50px;
	}
	.twit_feed {
		margin: 30px 0px;
	}
	.twit_feed li {
		display: block;
		margin: 10px 0;
		font-size: 30px;
	}
	.follow_link {
		display: block;
		font-size: 23px;
	}
	.follow_link:after {
		left: 0;
		top: -11px;
	}
	section#news-scroll {
		padding: 10px 0 !important;
	}
	section#news-scroll .one-half.first h2 {
		font-size: 22px;
		margin-bottom:10px;
	}
	.one-half.first span {
		font-size: 17px;
	}
	section#news-scroll .one-half.first .form h3 {
		font-size: 27px;
	}
	.bentable.form.benmobile {
		max-width: 90%;
	}
	.bentable.form.benmobile span {
		font-size: 14px;
	}
	section#news-scroll .one-half.first {width: 100%;float: none;}
	#gform_8 {width: 100%;float: none}
	section#news-scroll .one-half.first .form h3 {width: 100%;
    float: none;margin-top: 30px;text-align: center;}
	
	
	div#benForm a{
		display:block;
	}
	section#news-scroll .one-half.first:before {
		width: 100%;
		height: 198px;
		top: -18px;
		background-size: contain;
		background-position: top center;
		right: 0;
		left:0;
	}
	section#news-scroll .one-half.first:after{
		display:none;
	}
	
	.one-half.first.news-pop_up {
		width: 90% !important;
	}
	section.news-room section#news-scroll {
		top: 10px;
		position: absolute;
		z-index: 9991;
	}
	
	section.news-room section#news-scroll .one-half.first:before {
		height: 156px;
		left: 0;
	}
	.news-pop_up{
		position:absolute !important;
		top:0 !important;
	}
	
	.table.full {
		margin: 0 auto;
	}
	.table.full input.button {
		max-width: 100%;
		width: 100%;
	    margin-top: -13px;
	}
	.one-half {
		width: 100%;
		float: none;
	}
	.flex-viewport {
		width: 285px;
		margin: 0 auto;
	}		
		
	#slds {
		float: none;
		width: 100%;
	}
	#slds span{
		font-size:14.69px;
	}	
	#slds .items .item {
		margin: 20px 0px;
	}
	.flex-prev {
		left: 0px !important;
	}
	.flex-next {
		right: 0px!important;
	}
		
	.flex-prev:before, .flex-next:before {
		width: 25px!important;
		height: 27px!important;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 0;
	}

	section#involved .hero2 {
		height: 750px;
		margin-bottom:0;
	}
	section#involved .cta {
		display: flex;
		float: none;
		flex-direction: column;
	}
	section#involved h2 {
		font-size: 28px;
		text-align: center;
		padding-top: 0;
	}
	section#involved .circle {
		height: 200px;
		width: 200px;
		font-size: 15px;
		padding: 50px 0px;
		background-position: top center;
		background-size: cover;
		margin: 0 auto 15px auto;
	}
	section#involved h3 {
		padding-top: 0px;
		font-size: 24px;
		padding-bottom: 15px;
		margin: 0;
	}
	
	section#updates {
		padding: 50px 0 0 0;
	}
	
	.boxes {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.box-title h3 {
		font-size: 30px;
	}
	.box-border {
		padding: 15px 15px;
	}
	.event-date p {
		top: 18px;
		left: 0;
		font-size: 12.41px;
		right: 0;
	}
	li .text {
		font-size: 14.41px;
	}
	.box-2 ul {
		padding: 0;
	}
	.box-k ul li {
		margin-bottom: 15px;
	}
	.staff-fig-wrap figure {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.staff-content {
		width: 100%;
	}
	.staff-wrap h3 {
		margin-bottom: 10px;
	}
	
	.aj_staff_wrapper  .one-third {
		width: 100%;
		float: none;
		height: auto;
	}
	/*====newsroom===*/
	.filtar-n-letter-wrap {
		padding: 10px;
		margin: 30px 0;
	}
	.filtar-form, .n-letter {
		float: none;
		width: 100%;
	}
	.blog-filter {
		flex-direction: column;
	}
	.blog-filter select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-filter input[type="submit"] {
		margin-bottom: 10px;
	}
	.n-letter a {
		padding: 10px 0;
		display: block;
		text-align: center;
	}
	
	.aj-post_box article {
		width: 100%;
		margin: 0 0px 30px 0;
	}
	.aj-post_box .post-imgage {
		width: 100%;
		height: 160px;
	}
	
	
	/*====end newsroom====*/
	
	p.adr {
		font-size: 13px;
	}
	a.tel, a.get-directions {
		font-size: 13px;
	}
	.map_title h2 {
		font-size: 18px;
	}
	footer.site-footer p {
		font-size:13px;
	}
	footer.site-footer p a{
		display:inline-block;
	}
}

/*==medium  devices====*/
@media only screen and (min-width: 577px) and (max-width:767px) {
	#title-area {
		max-width: 290px !important;
	}
	section#hero .hero {
		height: 400px;
		position: relative;
	}
	section#hero h2 {
		font-size: 28px;
		margin-bottom: 0;
	}
	
	.main_form {
		padding: 12px 0px;
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20px;
	}
	.main_form p {
		font-size: 16px;
	}
	.learning_field {
		font-size: 16px;    
		width: 100%;
		min-height: 50px;
	}
	.twit_feed {
		margin: 30px 0px;
		    text-align: left;
	}
	.twit_feed li {
		display: inline-block;
		margin: 10px 0px;
		font-size: 30px;
		width: calc(50% - 10px);
		text-align: center;
		
	}
	.follow_link {
		display: inline-block;  
	}
	.follow_link:after {
		left: -69px;
	}
	section#news-scroll {
		padding: 10px 0 !important;
	}
	section#news-scroll .one-half.first h2 {
		font-size: 22px;
		margin-bottom:10px;
	}
	.one-half.first span {
		font-size: 17px;
	}
	section#news-scroll .one-half.first .form h3 {
		font-size: 27px;
	}
	.bentable.form.benmobile {
		max-width: 90%;
	}
	.bentable.form.benmobile span {
		font-size: 14px;
	}
	section#news-scroll .one-half.first {
		width: 100%;
		float: none;
	}
	div#benForm a{
		display:block;
	}
	section#news-scroll .one-half.first:before {
		width: 100%;
		height: 198px;
		top: -18px;
		background-size: contain;
		background-position: top center;
		right: 0;
		left:0;
	}
	section#news-scroll .one-half.first:after{
		display:none;
	}
	
	section.news-room section#news-scroll {
		top: 10px;
		z-index: 9991;
	}
	.one-half.first.news-pop_up {
		width: 75% !important;
		position: absolute !important;
		top: 0 !important;
	}
	section.news-room section#news-scroll .one-half.first:before {
		width: 208px;
		height: 170px;
		left:0;
	}
	.table.full {
		margin: 0 auto;
	}
	.table.full input.button {
		max-width: 100%;
		width: 100%;
	    margin-top: -13px;
	}
	.one-half {
		width: 100%;
		float: none;
	}	
	#slds {
		float: none;
		width: 100%;
	}
	#slds span{
		font-size:14.69px;
	}	
	#slds .items .item {
		margin: 20px 10px;
	}
	.flex-prev {
		left: -17px !important;
	}
	.flex-next {
		right: -23px!important;
	}
	
	.flex-prev:before, .flex-next:before {
		width: 25px!important;
		height: 27px!important;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 0;
	}
	section#involved .hero2 {
		height: 450px;
		margin-bottom:0;
	}
	section#involved .cta {
		display: flex;
		float: none;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.cta a {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	section#involved h2 {
		font-size: 60px;
		text-align: center;
		padding-top: 40px;
	}
	section#involved .circle {
		height: 180px;
		width: 180px;
		font-size: 20px;
		padding: 50px 0px;
		background-position: top center;
		background-size: cover;
		margin: 0 auto 15px auto;
	}
	section#involved h3 {
		padding-top: 0px;
		font-size: 26px;
		padding-bottom: 15px;
		margin: 0;
	}
	section#updates {
		padding: 50px 0 0 0;
	}
	
	.boxes {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.box-title h3 {
		text-align: center;
		margin: 0;
	}
	.box-border {
		padding: 15px 15px;
	}
	.box-border:after {
		width: 92%;
	}
	.event-date p {
		top: 18px;
		left: 0;
		font-size: 12.41px;
		right: 0;
	}
	li .text {
		font-size: 14.41px;
	}
	.box-2 ul {
		padding: 0;
	}
	.box-k ul li {
		margin-bottom: 15px;
	}
	main#genesis-content .entry-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.staff-fig-wrap figure{
		width: calc(18% - 10px);
		margin-right: 20px;
	}
	.aj_staff_wrapper {
		width:  100%;
	}
	.aj_staff_wrapper .one-third {
		width:calc(50% - 20px);
		margin: 0 10px;
		float: left;
	}
	.filtar-n-letter-wrap {
		padding: 10px;
	}
	.filtar-form {
		float: none;
		width: 100%;
	}
	.blog-filter {
		flex-wrap: wrap;
	}
	.blog-filter select {
		width: calc(50% - 30px);
		margin:0 15px 15px 15px;
	}
	.blog-filter input[type="submit"] {
		width: calc(50% - 30px);
		display: inline-block;
		margin: 0 auto;
	}
	.n-letter {
		float: none;
		width: calc(50% - 39px);
		margin: 15px auto;
	}
	.n-letter a {
		padding: 5px 0;
		display: block;
		text-align: center;
	}
	.aj-post_box article {
		width: calc(50% - 30px);
	}
	.aj-post_box .post-imgage {
		width: 100%;
	}
	
	p.adr {
		font-size: 13px;
	}
	a.tel, a.get-directions {
		font-size: 13px;
	}
	.map_title h2 {
		font-size: 18px;
	}
	
	footer.site-footer p a{
		display:inline-block;
	}
}

/*==tablet  devices====*/
@media only screen and (min-width: 768px) and (max-width:960px) {
	.wrap {
		padding: 0 15px;
	}
	
	#title-area {
		max-width: 350px !important;
	}
	section#hero .hero {
		height: 400px;
		position: relative;
	}
	section#hero h2 {
		font-size: 28px;
		margin-bottom: 0;
	}
	
	.main_form {
		padding: 12px 0px;
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20px;
	}
	.main_form p {
		font-size: 16px;
	}
	.learning_field {
		font-size: 16px;    
		width: 100%;
		min-height: 50px;
	}
	.twit_feed {
		margin: 30px 0px;
	}
	.twit_feed li {
		display: block;
		margin: 10px 0;
		font-size: 30px;
	}
	.follow_link {
		display: inline-block;  
	}
	.follow_link:after {
		left: -69px;
	}
	section#news-scroll {
		padding: 10px 0 !important;
	}
	section#news-scroll .one-half.first h2 {
		font-size: 22px;
		margin-bottom:10px;
	}
	.one-half.first span {
		font-size: 17px;
	}
	section#news-scroll .one-half.first .form h3 {
		font-size: 27px;
	}
	.bentable.form.benmobile {
		max-width: 90%;
	}
	.bentable.form.benmobile span {
		font-size: 14px;
	}
	section#news-scroll .one-half.first {
		width: 100%;
		float: none;
	}
	div#benForm a{
		display:block;
	}
	section#news-scroll .one-half.first:before {
		width: 100%;
		height: 198px;
		top: -18px;
		background-size: contain;
		background-position: top center;
		right: 0;
		left:0;
	}
	section#news-scroll .one-half.first:after{
		display:none;
	}
	section.news-room section#news-scroll {
		top: 10px;
		z-index: 9991;
	}
	.one-half.first.news-pop_up {
		width: 65% !important;
		position: absolute !important;
		top: 0 !important;
	    min-height: 392px !important;
	}
	section.news-room section#news-scroll .one-half.first:before {
		width: 208px;
		height: 170px;
		left:0;
	}
	.table.full {
		margin: 0 auto;
	}
	.table.full input.button {
		max-width: 100%;
		width: 100%;
	    margin-top: -13px;
	}
	.one-half {
		width: 100%;
		float: none;
		padding:0 !important; 
	}
	
	#slds {
		float: none;
		width: 100%;
	}
	
	#slds .items .item {
		margin: 20px 10px;
	}
	.flex-prev {
		left: -17px !important;
	}
	.flex-next {
		right: -23px!important;
	}
	
	.flex-prev:before, .flex-next:before {
		width: 25px!important;
		height: 27px!important;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 0;
	}
	section#involved .hero2 {
		height: 450px;
		margin-bottom:0;
	}
	section#involved .cta {
		display: flex;
		float: none;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.cta a {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	section#involved h2 {
		font-size: 60px;
		text-align: center;
		padding-top: 40px;
	}
	section#involved .circle {
		height: 230px;
		width: 230px;
		font-size: 28px;
		padding: 50px 0px;
		background-position: top center;
		background-size: cover;
		margin: 0 auto 15px auto;
	}
	section#involved h3 {
		padding-top: 0px;
		font-size: 32px;
		padding-bottom: 15px;
		margin: 0;
	}
	
	section#updates {
		padding: 50px 0 0 0;
	}
	.box-wrapp {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.boxes {
		width: calc(50% - 15px);
		margin-right: 0;
		float: none;
	}
	.box-title h3 {
		text-align: center;
		margin: 0;
	}
	.box-border {
		padding: 15px 15px;
	}
	.box-border:after {
		width: 92%;
	}
	.event-date p {
		top: 18px;
		left: 0;
		font-size: 12.41px;
		right: 0;
	}
	li .text {
		font-size: 14.41px;
	}
	.box-2 ul {
		padding: 0;
	}
	.box-k ul li {
		margin-bottom: 15px;
	}
	.staff-fig-wrap figure {
		width: calc(20% - 10px);
	}
	.aj_staff_wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.aj_staff_wrapper h2{
		display: block;
		width: 100%;
	}
	.aj_staff_wrapper .one-third {
		width: calc(33% - 10px);
		margin: 0 5px;
		float: none;
	}
	
	.filtar-n-letter-wrap {
		padding: 10px;
	}
	.n-letter a {
		font-size: 17px;
		padding: 7px 10px;
		border-radius: 7px;
	}
	.blog-filter {
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	.blog-filter select {
		width: 37%;
		margin-right: 0px;
		padding: 10px 5px;
	}
	.aj-post_box .post-imgage {
		width: 100%;
	}
	p.adr {
		font-size: 13px;
	}
	a.tel, a.get-directions {
		font-size: 13px;
	}
	.map_title h2 {
		font-size: 18px;
	}
	
	footer.site-footer p a{
		display:inline-block;
	}
}
@media only screen and (min-width: 961px) and (max-width:1024px) {
	
}
@media only screen and (min-width: 961px) and (max-width:1400px) {
	.post-type-archive-staff .wrap{
		padding:0 30px;
	}
	.wrap{
		padding:0 15px;
	}
	.utility-bar-left .textwidget.custom-html-widget {
		font-size: 15px;
	}
	#title-area {
		max-width: 280px;
	}
	#genesis-nav-primary li a {
		font-size: 17px;
		margin: 30px 10px;
	}
	.donate_now_btn a {
		color: #fff!important;
		padding: 30px 20px!important;
	}
	section#hero .hero {
		position: relative;
	}
	#news-scroll {
		padding: 0 !important;
	}
	section#news-scroll .one-half.first{
		margin: 25px 0 0 0;
		width: calc(50% - 5px);
	}
	.one-half {
		width: calc(50% - 15px);
		float: right;
		padding:0 !important; 
	}
	
	#slds {
		float: right;
		width: 100%;
	}
	
	#slds .items .item {
		margin: 20px 10px;
	}
	#slds span{
		font-size:17.69px;
	}
	.flex-prev {
		left: -17px !important;
	}
	.flex-next {
		right: -23px!important;
	}
	
	.flex-prev:before, .flex-next:before {
		width: 25px!important;
		height: 27px!important;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 20px 0;
	}
	section#involved .cta {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content:space-around;
		align-items: center;
		align-content: stretch;
		float: none;
		width: 100%;
	}
	.cta a{
		width:calc(32% - 5px);
	}
	section#involved .circle{
		width:310px;
		height:310px;
		margin:0 auto;
		background-size: contain;
	}
	section#involved h3{
		font-size:40px;
	}
	.main_form {
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 20px;
		padding: 20px 15px;
	}
	.main_form p{
		font-size:39px;
	}
	select.learning_field {
		font-size: 16px;
		width: 100%;
		min-height: 50px;
	}
	.bentable.form.benmobile {
		max-width: 85%;
	}
	input.button {
		max-width: 49%;
	}
	section#updates{
		padding-top:0;	
	}
	.box-title h3 {
		font-size: 33px;
		line-height: 132%;
		text-align: center;
	}
	.box-2 ul {
		padding: 0;
	}
	.aj-post_box .post-imgage{
		width:100%;
	}
	.staff-fig-wrap figure {
		width: calc(21% - 10px);
	}
}




/*========= COLLAPSIBLE (from old website) ==========*/
.f1-collapsible {padding:1em 0 0.2em;margin-bottom:1.3em;
border-top:0.1em solid #e2e2e2;clear:both;}
.f1-collapsible-icon {display:none;
margin-right:0.3em;margin-left:0.1em;}
.f1-collapsible .f1-collapsible-header {cursor: pointer;padding-top:0;-webkit-touch-callout: none;
	-webkit-user-select: none;-khtml-user-select: none;moz-user-select: none;-ms-user-select: none;
user-select: none;}
.f1-collapsible-collapsed .f1-collapsible-header {margin-bottom:0;}
.f1-collapsible-header .f1-collapsible-icon {-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);-o-transform: rotate(90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
display:inline-block;}
.f1-collapsible-collapsed .f1-collapsible-header .f1-collapsible-icon {display:inline;}
.f1-collapsible-header:focus {outline:none;}
.f1-collapsible-collapsed .f1-collapsible-content {display:none;}

/*=========== SLIDE OUT SEARCH ============*/
.search-form {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    
}

.screen-reader-shortcut {
    background: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #333;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.search-form input[type="search"] {    
    width: 1px;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;   
}

.search input[type="submit"] {
    display:none   
}	
.search-form input{
 padding: 0;
    border: 0;
	background-size: contain;
	background: #fff url("images/search.svg") top right no-repeat;
}

.search .search-form input[type="search"]:focus {
    width: 250px;
    outline: 0;
    background-color: #fff;
    cursor: text;
}