html {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
}


.ubermenu-target {
   color: #ffffff;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400 !important;
}
/*nav {
    height: 110px;
    line-height: 110px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    height: 110px;
    line-height: 110px;
}

nav .button-collapse i {
    height: 110px;
    line-height: 110px;
}*/

nav .brand-logo { 
    font-size: 1.6rem; 
}
nav .brand-logo img {
	margin-top: 23px;	
}

.alignright,
.alignleft,
.aligncenter {
	display: block;
}
.alignright {
	float: right;	
	margin: 0 0 5px 10px;
	clear: right;
}
.alignleft {
	float: left;	
	margin: 0 10px 5px 0;
	clear: left;
}
.aligncenter {
	margin: 5px auto !important;
	clear: both;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;	
}

#ubermenu-main-2-primary {
	padding-top: 15px;	
}

ul.list {
	list-style:disc outside;
}
ul.list li { 
	font-size: 1em; 
	margin-bottom: 2px; 
	margin-left: 40px; 
	line-height: 1.6em;
}

ul.list li { 
	font-size: 1em; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	line-height: 1.4em;
	list-style: none;
	padding-left: 25px;
}
ul.list li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -30px;
	top: 0;
	color: #73921e;
	font-size: 25px;
}

ol.list {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

ol.list > li {
	margin: 0 0 0 20px;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

ol.list > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

h1.page-title {
	color: #154173;
	margin-bottom: 30px;
}



.masthead {
	border-top: 1px solid #4c89c2;
	background-image: url(../images/middle_east.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto;
}

.navcontainer {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}

#ubermenu-main-2-primary {
	padding-top: 0;	
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    position: absolute;
    right: 15px !important;
    top: 50%;
    margin-top: -6px !important;
    content: "\f0d7" !important;
	font-size: 12px !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/******* padding Helpers *******/
/*		padding-All					*/		
.p-0 { padding: 0px; } 
.p-5 { padding: 5px; } 
.p-10 { padding: 10px; } 
.p-15 { padding: 15px; } 
.p-20 { padding: 20px; } 
.p-25 { padding: 25px; } 
.p-30 { padding: 30px; } 
.p-35 { padding: 35px; }

/*		padding-left					*/ 	
.pl-3  { padding-left: 3px; } 
.pl-5  { padding-left: 5px; } 
.pl-10 { padding-left: 10px; } 
.pl-15 { padding-left: 15px; } 
.pl-20 { padding-left: 20px; } 
.pl-25 { padding-left: 25px; } 
.pl-30 { padding-left: 30px; } 

/*		padding-right				*/	
.pr-3  { padding-right: 3px; } 
.pr-5  { padding-right: 5px; } 
.pr-10 { padding-right: 10px; } 
.pr-15 { padding-right: 15px; } 
.pr-20 { padding-right: 20px; } 
.pr-25 { padding-right: 25px; } 
.pr-30 { padding-right: 30px; } 

/*		padding-Horizontal			*/	
.ph-5 	{ padding-left: 5px; padding-right: 5px; } 
.ph-10 { padding-left: 10px; padding-right: 10px; } 
.ph-15 { padding-left: 15px; padding-right: 15px; } 
.ph-20 { padding-left: 20px; padding-right: 20px; } 
.ph-25 { padding-left: 25px; padding-right: 25px; } 
.ph-30 { padding-left: 30px; padding-right: 30px }

/*		padding Vertical				*/	
.pv-5 	{ padding: 5px 0; } 
.pv-10 { padding: 10px 0; } 
.pv-15 { padding: 15px 0; } 
.pv-20 { padding: 20px 0; } 
.pv-25 { padding: 25px 0px; } 
.pv-30 { padding:30px 0; } 

/*		padding-bottom			*/	
.pt-3  { padding-bottom: 3px; } 
.pt-5  { padding-bottom: 5px; } 
.pt-10 { padding-bottom: 10px; } 
.pt-15 { padding-bottom: 15px; } 
.pt-20 { padding-bottom: 20px; } 
.pt-25 { padding-bottom: 25px; } 
.pt-30 { padding-bottom: 30px; }

/*		padding-bottom		*/	
.pb-3  { padding-bottom: 3px; } 
.pb-5  { padding-bottom: 5px; } 
.pb-10 { padding-bottom: 10px; } 
.pb-15 { padding-bottom: 15px; } 
.pb-20 { padding-bottom: 20px; } 
.pb-25 { padding-bottom: 25px; } 
.pb-30 { padding-bottom: 30px; }

/*@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 130px;
        line-height: 130px;
    }
}*/




.frm_ajax_loading {
	display: none;	
}

select {
       height: 50px!important; 
       padding-left: 10px; 
       width: 100%; 
    } 

.hide_page_title h1 {
	display: none;	
}
.hide_page_title {
	height: 20px;	
}
#secondary {
	margin-top: 20px;	
}

#secondary aside {
	margin-bottom: 20px;	
}

/*TYPOGRAPHY*/
h1.post-title,
h1.page-title {
	margin-top: 30px;	
}

h2.entry-title {
	font-size: 25px;	
}

article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px dashed rgba(227, 227, 227, 1);	
}

/*Nav above/below*/

.nav_above_below {
	padding: 5px 0;
	margin: 20px 0;
	border-top: 1px solid rgb(230, 230, 230);
	border-bottom: 1px solid rgb(230, 230, 230);
	background-color:rgb(255, 255, 255);
	-webkit-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	height: 35px;

}
.nav-previous,
.nav-next {
	display: block;
	width: 50%;	
	line-height: auto;
	height: 35px !important;
}
.nav-previous {
	float: left;	
}
.nav-next {
	float: right;
	text-align:right;	
} 
.nav-previous a,
.nav-next a {
	display: inline-block;
	padding:0px 10px;
	color:rgb(255, 255, 255);
	font-size:12px;
	background-color:rgb(18,98,183);
	background-color:rgb(184, 184, 184);
	text-shadow:rgba(0, 0, 0, 0.529412) 1px 1px 1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:23px;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color:rgb(214, 214, 214);
	text-decoration: none;	
}
.nav-previous a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: left;
	border-top: 5px solid transparent;
	border-right: 10px solid white;
	border-bottom: 5px solid transparent;

} 
.nav-next a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: right;
	border-top: 5px solid transparent;
	border-left: 10px solid white;
	border-bottom: 5px solid transparent;
}

/*----------------------------------------------------------
                        SOCIAL ICONS
----------------------------------------------------------*/

/*SOLID SQURE*/
#socialicons-solid-square {
    text-align: center;
}
#socialicons-solid-square .icon{
    background: rgba(255,255,255,0.5);
    display: inline-block;
    color: #246FB5;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#socialicons-solid-square .icon:hover{
    background: white;
}

/*SOLID CIRCLE*/
#socialicons-solid-circle {
    text-align: center;
}
#socialicons-solid-circle .icon{
    background: MAIN_COLOR;
    display: inline-block;
    color: white;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
}
#socialicons-solid-circle .icon:hover{
    background: HOVER_COLOR;
}


/*OUTLINE SQUARE*/
#socialicons-outline-square {
    text-align: center;
}
#socialicons-outline-square .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
}
#socialicons-outline-square .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*OUTLINE CIRCLE*/
#socialicons-outline-circle {
    text-align: center;
}
#socialicons-outline-circle .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
}
#socialicons-outline-circle .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*STANDALONE ICONS*/
#socialicons-standalone {
    text-align: center;
}
#socialicons-standalone .icon{
    color: MAIN_COLOR;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: 0 6px 5px;
}
#socialicons-standalone .icon:hover{
    color: HOVER_COLOR;
}


/*----------------------------------------------------------
                        CUSTOM STUFF
----------------------------------------------------------*/

body {
	border-top: 9px solid #464646;	
}
.housekeeping_container .padding {
	height: 129px;	
	border-left: 1px solid #4c89c2;
	border-right: 1px solid #4c89c2;
	background-color: #1e65a7;
	padding-top: 15px;
	width: 100%;
	max-width: 400px;
	float: right;
}
#socialicons-solid-square {
	width: 50%;
	min-width: 170px;
	float: left;
}
.housekeeping_container #searchform {
	float: left;
	position: relative;	
	width: 50%;
	min-width: 100px;
}
.housekeeping_container #searchform input#s{
	height: 32px;
	border: 1px solid #bcd1e5;
	background-color:#568cbd;
	text-transform: uppercase;
	max-width: 90%;
	padding-left: 5px;
}

.donate_button {
	font-size: 25px;
	line-height: 25px;
	color:#185b99;
	background-color: white;
	text-align: center;
	display: block; 
	margin: 0 auto;
	padding: 10px 15px;
	max-width: 200px;	
}
.donate_button i {
	font-size: 30px;	
}

.team_members {
	border-bottom: 1px solid rgb(210, 210, 210);	
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.team_members h3 {
	font-size: 22px !important;	
}
.team_members h3 span {
	display: block;
	font-size: 0.6em;
	color:rgb(153, 153, 153);
	text-transform: uppercase;	
}
.team_members img {
	float: left;
	max-width: 120px;
	margin: 15px 15px 15px 0;	
	padding: 2px;
	border: 1px solid D2D2D2;
}


DIV#secondary > ASIDE > DIV.padding > DIV#calendar_wrap > TABLE#wp-calendar > THEAD > TR > TH { text-align: center; }

DIV#secondary > ASIDE > DIV.padding > DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD {
       border-color: rgba(208,205,205, 0.870588); 
       border-style: solid; 
       border-width: 1px!important; 
       text-align: center; 
    } 

HTML > BODY > DIV.container.content_container > DIV.row > DIV.col.l4.m3 > DIV#secondary > ASIDE > DIV.padding > DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD.pad {
       background-color: rgba(247,247,247,1); 
    } 


.opening_panel {
	
}

.opening_panel h2 {
	font-size: 35px;
	color: rgb(36, 111, 181);
	line-height: 1.2;
	text-align: center;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-left: auto; 
	margin-right: auto; 
	width: 90%;
	max-width: 900px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin-top: 0;
}
.opening_panel p {
	font-size: 18px;
	color: rgb(98, 98, 98);
	line-height: 1.389;
	text-align: center;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-left: auto!important; 
	margin-right: auto!important; 
	max-width: 900px; 
	padding-bottom: 17px; 
}


h2.section_title {
	font-size: 35px;
	color: rgb(36, 111, 181);
	line-height: 1.2;
	text-align: left;
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 300;
}

ul.news_items {
	margin: 0;
	padding: 0;
	list-style: none; 
}
DIV.entry-content > ul.news_items > li {
	list-style: none;
	margin: 10px 0;	
}
ul.news_items {
	
}
.homepage_posts {
	margin-bottom: 20px;	
	min-height: 95px;
}
.homepage_posts_thumb {
	float: left;
	width: 130px;	
}
.homepage_posts_thumb img {
	max-width: 110px;
}
.homepage_posts_content {
	width: auto;
	float: none;
}
.homepage_posts_content p {
	margin-top: 0;
	font-size: 13px;
}
.homepage_posts_content h3 {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}


body.page-id-1102 {
	
}

body.page-id-1102 .homepage_posts {
	margin-bottom: 20px;	
	min-height: 195px;
}
body.page-id-1102 .homepage_posts_thumb {
	float: left;
	width: 240px;	
}
body.page-id-1102 .homepage_posts_thumb img {
	max-width: 220px;
}
body.page-id-1102 .homepage_posts_content {
	width: auto;
	float: none;
}
body.page-id-1102 .homepage_posts_content p {
	margin-top: 0;
	font-size: 18px;
}
body.page-id-1102 .homepage_posts_content h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}

.press_release_header {
	font-size:14px;
	line-height:17px;
	color:rgba(89, 89, 89, 0.870588);
	text-align: right;
	padding:10px 0px 20px 0px;

}


.footer_column .padding {
	color: rgba(255,255,255,0.5); 
	font-size: 13px; 
	padding-top: 35px;  
}
.footer_column p {
	text-align: center;
	color: rgba(255,255,255,0.5); 
	font-size: 13px;
}
.footer_column p a {
	color: rgba(255,255,255,0.5); 
	font-size: 20px;
	display: inline-block;
	padding: 15px 5px;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer_column p a:hover {
	color: rgba(255,255,255,1); 
}

.main_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #4c89c2;
	margin-top: -20px;
}
.main_footer h3.widget-title {
	color: white;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 0 15px 0;
}
.main_footer a {
	color:rgba(255, 255, 255, 0.5);	
	font-size: 13px;
	line-height: 1.1em;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main_footer a:hover {
	color:rgba(255, 255, 255, 1);	
}
.sub_footer {
	display: none;	
}

.frm_form_8_container,
.frm_forms {
	max-width: 1200px !important;
	margin: 0 auto;	
}


.frm_form_field.frm_right_half,
.frm_form_field.frm_right_third,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_half,
.frm_form_field.frm_last_third,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_last_fourth,
.frm_form_field.frm_last_fifth,
.frm_form_field.frm_last_sixth,
.frm_form_field.frm_last_seventh,
.frm_form_field.frm_last_eighth,
.frm_form_field.frm_last_inline,
.frm_form_field.frm_last,
.frm_form_field.frm_half,
.frm_submit.frm_half,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_two_thirds,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_three_fourths,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_two_fifths,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm_four_fifths,
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_inline,
.frm_submit.frm_inline {
    clear: none;
    float: left;
    margin-left: 2.5%;
}
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first {
    clear: left;
    float: left;
    margin-left: 0;
}
.frm_form_field.frm_alignright {
    float: right !important;
}
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half,
.frm_submit.frm_half {
    width: 48.75%;
}
.frm_form_field.frm_left_third,
.frm_form_field.frm_third,
.frm_submit.frm_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third {
    width: 31.66%;
}
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_two_thirds {
    width: 65.82%;
}
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_fourth,
.frm_submit.frm_fourth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_last_fourth {
    width: 23.12%;
}
.frm_form_field.frm_three_fourths {
    width: 74.36%;
}
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_fifth,
.frm_submit.frm_fifth,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth {
    width: 18%;
}
.frm_form_field.frm_two_fifths {
    width: 38.5%;
}
.frm_form_field.frm_three_fifths {
    width: 59%;
}
.frm_form_field.frm_four_fifths {
    width: 79.5%;
}
.frm_form_field.frm_sixth,
.frm_submit.frm_sixth,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth {
    width: 14.58%;
}
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh {
    width: 12.14%;
}
.frm_form_field.frm_eighth,
.frm_submit.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth {
    width: 10.31%;
}
.frm_form_field.frm_left_inline,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_submit.frm_inline,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_last_inline {
    width: auto;
}
.frm_full,
.frm_full .wp-editor-wrap,
.frm_full input:not([type='checkbox']):not([type='radio']):not([type='button']),
.frm_full select,
.frm_full textarea {
    width: 100% !important;
}
.frm_full .wp-editor-wrap input {
    width: auto !important;
}
@media only screen and (max-width: 600px) {
    .frm_form_field.frm_half,
    .frm_submit.frm_half,
    .frm_form_field.frm_left_half,
    .frm_form_field.frm_right_half,
    .frm_form_field.frm_first_half,
    .frm_form_field.frm_last_half,
    .frm_form_field.frm_first_third,
    .frm_form_field.frm_third,
    .frm_submit.frm_third,
    .frm_form_field.frm_last_third,
    .frm_form_field.frm_first_two_thirds,
    .frm_form_field.frm_last_two_thirds,
    .frm_form_field.frm_two_thirds,
    .frm_form_field.frm_left_fourth,
    .frm_form_field.frm_fourth,
    .frm_submit.frm_fourth,
    .frm_form_field.frm_right_fourth,
    .frm_form_field.frm_first_fourth,
    .frm_form_field.frm_last_fourth,
    .frm_form_field.frm_three_fourths,
    .frm_form_field.frm_fifth,
    .frm_submit.frm_fifth,
    .frm_form_field.frm_two_fifths,
    .frm_form_field.frm_three_fifths,
    .frm_form_field.frm_four_fifths,
    .frm_form_field.frm_sixth,
    .frm_submit.frm_sixth,
    .frm_form_field.frm_seventh,
    .frm_submit.frm_seventh,
    .frm_form_field.frm_eighth,
    .frm_submit.frm_eighth,
    .frm_form_field.frm_first_inline,
    .frm_form_field.frm_inline,
    .frm_submit.frm_inline,
    .frm_form_field.frm_last_inline {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        float: none;
    }
}
.frm_form_field.frm_left_container label.frm_primary_label {
    float: left;
    display: inline;
    max-width: 33%;
    margin-right: 10px;
}
.frm_form_field.frm_left_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_left_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_left_container textarea,
.frm_form_field.frm_left_container .wp-editor-wrap,
.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_dropzone,
.frm_form_field.frm_left_container .frm-g-recaptcha,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_left_container .chosen-container,
.frm_form_field.frm_left_container .frm_combo_inputs_container,
.frm_form_field.frm_right_container input:not([type=radio]):not([type=checkbox]),
.frm_form_field.frm_right_container:not(.frm_dynamic_select_container) select,
.frm_form_field.frm_right_container textarea,
.frm_form_field.frm_right_container .wp-editor-wrap,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_dropzone,
.frm_form_field.frm_right_container .frm-g-recaptcha,
.frm_form_field.frm_right_container .g-recaptcha,
.frm_form_field.frm_right_container .chosen-container,
.frm_form_field.frm_right_container .frm_combo_inputs_container {
    max-width: 62%;
}
.frm_form_field.frm_left_container .frm_combo_inputs_container input,
.frm_form_field.frm_left_container .frm_combo_inputs_container select,
.frm_form_field.frm_right_container .frm_combo_inputs_container input,
.frm_form_field.frm_right_container .frm_combo_inputs_container select {
    max-width: 100%;
}
.frm_form_field.frm_left_container .frm_opt_container,
.frm_form_field.frm_right_container .frm_opt_container,
.frm_form_field.frm_inline_container .frm_opt_container,
.frm_form_field.frm_left_container .frm_combo_inputs_container,
.frm_form_field.frm_right_container .frm_combo_inputs_container,
.frm_form_field.frm_inline_container .frm_combo_inputs_container,
.frm_form_field.frm_left_container .wp-editor-wrap,
.frm_form_field.frm_right_container .wp-editor-wrap,
.frm_form_field.frm_inline_container .wp-editor-wrap,
.frm_form_field.frm_left_container .frm_dropzone,
.frm_form_field.frm_right_container .frm_dropzone,
.frm_form_field.frm_inline_container .frm_dropzone,
.frm_form_field.frm_left_container .frm-g-recaptcha,
.frm_form_field.frm_right_container .frm-g-recaptcha,
.frm_form_field.frm_inline_container .frm-g-recaptcha,
.frm_form_field.frm_left_container .g-recaptcha,
.frm_form_field.frm_right_container .g-recaptcha,
.frm_form_field.frm_inline_container .g-recaptcha {
    display: inline-block;
}
.frm_form_field.frm_left_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_left_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_right_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_left_container .frm_primary_label,
.frm_form_field.frm_first_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_last_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_right_container .frm_primary_label,
.frm_form_field.frm_half.frm_left_container .frm_primary_label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 33%;
}
@media handheld, only screen and (max-width: 992px) {

	.masthead {
		border-top: 1px solid #4c89c2;
		background-image: none;
	}
	.housekeeping_container .padding {
		height: auto;	
		border: 1px solid #4c89c2;
		background-color: #1e65a7;
		padding-top: 15px;
		margin-bottom: 5px;
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.housekeeping_container #searchform,
	#socialicons-solid-square {
		width: 33%;
		min-width: 33%;
	}
	#socialicons-solid-square {
		padding-top: 5px;	
	}
	.mobilehide {
		display: none;	
	}
	img.site_logo {
		margin: 0 auto;
		display: block;
		float: none;	
	}
	#socialicons-solid-square .icon{
		background: rgba(255,255,255,0.5);
		display: inline-block;
		color: #246FB5;
		font-size: 18px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		vertical-align: middle;
		margin: 0 1px 8px;
		-webkit-transition: all 0.3s ease-in-out;	
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.donate_button {
		font-size: 20px;
		line-height: 20px;
		color:#185b99;
		background-color: white;
		text-align: center;
		display: block; 
		margin: 0 auto;
		padding: 7px 12px;
		max-width: 180px;	
		float: Left;
	}
	.donate_button i {
		font-size: 20px;	
	}
}
@media handheld, only screen and (max-width: 600px) {

	#socialicons-solid-square {
		display: none;	
	}
	.housekeeping_container #searchform,
	.donate_button {
		width: 50%;
		min-width: 50%;
	}
	.housekeeping_container .padding {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media handheld, only screen and (max-width: 767px) {



}
