/*
Theme Name:     Foundation Child
Description:    Child theme for the Foundation theme
Template:       foundation                          
*/

@import url("../foundation/style.css");

/*
	FONTS
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 18, 2013 */

@font-face {
    font-family: 'urwegyptiennetlignarregular';
    src: url('fonts/urwegyptiennetlignar-webfont.eot');
    src: url('fonts/urwegyptiennetlignar-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urwegyptiennetlignar-webfont.woff') format('woff'),
         url('fonts/urwegyptiennetlignar-webfont.ttf') format('truetype'),
         url('fonts/urwegyptiennetlignar-webfont.svg#urwegyptiennetlignarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'urwegyptiennetmednarregular';
    src: url('fonts/urwegyptiennetmednar-webfont.eot');
    src: url('fonts/urwegyptiennetmednar-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urwegyptiennetmednar-webfont.woff') format('woff'),
         url('fonts/urwegyptiennetmednar-webfont.ttf') format('truetype'),
         url('fonts/urwegyptiennetmednar-webfont.svg#urwegyptiennetmednarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
	GENERIC
*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

html, body,
input[type="text"], input[type="textarea"], input[type="search"], input[type="submit"],
#join-breakout h1 {
	font-family: 'urwegyptiennetlignarregular', serif;
}

strong, h1, h2, h3, h4, h5, h6,
a.button, input[type="submit"].button,
.neck #menu-item-20,
article.news > p:first-child,
#featured-headline,
ul.crumbs,
article.news > a,
.container.pagination,
.single .content blockquote,
.single #post-details,
.single .content div.return,
#amieu-details .represents  li,
.page-template-template-contactus-php #officers .staff-members a,
.search-results-page .archive-loop a,
.widget.home-sidebar .gform_wrapper form li[class*="gchoice"],
html body .gpoll_container .gpoll_choice_label,
.leading-para,
.phone-number,
#share-this,
.helpers,
#news-header a,
.search-results p.post_type,
.successstories .v-all,
.gform_title,
html body .gform_wrapper .gf_step,
input[type="button"].button  {
	font-family: 'urwegyptiennetmednarregular';
	font-weight: normal;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
}

[class*="span"].right {
	float:right;
}

body * > a:hover {
	text-decoration: underline !important;
}

body nav a {
	color: #555555;
}

a {
	color: #000000;
	text-decoration: none;
}

.thumbnail.blank a {
	display: block;
	width: 164px;
	height: 80px;
	background-color: #333333;
	max-width: 100%;
}

a.button,
input[type="submit"].button,
input[type="button"].button {
	padding: 10px 10px !important;
	width: 300px;
	max-width: 100%;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-size: 18px !important;
	display: block;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	margin: 0 auto;
}

input[type="button"].button.gform_previous_button {
	float: left;
	width: 48%;
}

input[type="button"].button.gform_next_button {
	float: right;
	width: 48%;
}

.block {
	display: block;
}

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

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.page-not-found,
.search-results-page {
	margin-bottom: 20px;
}

.search-results-page .archive-loop a {
	display: block;
	padding-top: 10px;
}

.gform_wrapper {
	max-width: 100% !important;
	margin-top: 0px !important;
}

.gform_wrapper h3.gform_title {
	margin: 0px !important;
}

body html .gform_wrapper h3.gform_title  {
	font-weight: normal !important;
}

#map-canvas {
	border: 1px solid #c5c5c5;
}

.gf_page_steps {
	padding-bottom: 0px !important;
}

/*
	HEADER
*/

.logo-container {
	padding-top: 23px;
}

body > header {
	background-image: url('img/header.png');
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

body > header > .container {
	height: 200px;
}

body > header > .container h1 {
	margin-top: 70px;
	margin-bottom: 0px;
}
body > header > .container h2 {
	margin-top: 0px;
}

.neck {
	background-color: #1f1f1f;
	line-height: 45px;
}

.neck a {
	text-decoration: none;
	color: #ffffff;
	margin-right: 30px;
}

.neck a:hover {
	text-decoration: underline;
}

#menu-main {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu-main > li {
	list-style: none;
	display: inline;
}

#menu-main ul.sub-menu {
	display: none;
	position: absolute;
	bottom: -35px;
	left: 0px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style: none;
}

ul.sub-menu li {
	padding-left: 10px;
	line-height: 30px;
	background-color: #ffc30d;
}

ul.sub-menu li a {
	color: #000000;
}

#menu-main li:hover ul.sub-menu {
	display: block;
}

.neck form.search-form {
	text-align: right;
}

.neck input.search-field {
	color: #ffc30d;
	text-align: right;
	border: 0px;
	outline: 0px;
	background-color: #1f1f1f;
	top: -2px;
	border-bottom: 1px solid #555555;
}

.neck input.search-field::-webkit-input-placeholder {
	color: #FFE38E;
}
.neck input.search-field::-moz-placeholder {
	color: #FFE38E;
}
.neck input.search-field::-ms-input-placeholder {
	color: #FFE38E;
}

.helpers {
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #c5c5c5;
}

/*.crumb-span {
	overflow-x: hidden;
	white-space: nowrap;
}*/

nav .crumbs {
	padding: 14px 0px;
	margin: 0px;
}

nav .crumbs a {
	text-decoration: none;
	color: #ffc30d;
}

nav .crumbs li {
	list-style: none;
	display: inline;
}

nav .crumbs li:before {
	content: "/";
	color: #ffc30d;
	padding: 0 5px;
}
nav .crumbs li:first-child:before {
	display: none;
}

.helpers {
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #c5c5c5;
}

.helpers .print-text {
	padding: 10px 0px;
	margin: 0px 0px 0px 20px;
}

.helpers .print {
	position: relative;
	padding-left: 25px;
}

.helpers .print:before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	background-image: url('img/print.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

.helpers .print-text .smaller {
	font-size: smaller;
}

.helpers .print-text .larger {
	font-size: larger;
}

.ambient-image {
	margin-top: -40px;
}

/*
	FOOTER
*/

body > footer {
	background: #1f1f1f url('img/bg-footer.gif') no-repeat center top;
	color: #eeeeee;
	padding-top: 35px;
}

body > footer > .container {
	margin-bottom: 20px;
}

body > footer a {
	color: #eeeeee;
	text-decoration: none;
	font-size: 16px;
}

body > footer ul {
	padding-left: 0px;
}

body > footer li {
	list-style: none;
	padding-bottom: 2px;
	font-size: 18px;
}

body > footer .toes {
	border-top: 1px solid #dddddd;
	padding: 10px 0;
	margin-top: 10px;
}

body > footer .footer-logo {
	margin-top: 20px;
}

body > footer .footer-1 h2 {
	margin-bottom: 0px;
}

body > footer .footer-1 p {
	margin: 0px;
}

.phone-number a,
.phone-number {
	text-transform: uppercase;
	color: #000000;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 20px;
}

body > footer .phone-number a {
	color: #ffc30d;
}

body > footer .footer-4 img {
	margin-bottom: 4px;
}

body > footer .widgettitle {
	font-size: 20px;
}


/* Google Translate */
#google_translate_element {
	display: inline-block;
	margin-right: 15px;
}

/*
	HOMEPAGE
*/

.foundation-slider {
	z-index: 100;
}

.foundation-slider .slides a.wrapper {
	height: 300px;
}

html.rgba .foundation-slider .slides > li .markup-overlay {
	height: 300px;
	width: 300px;
	right: 0px;
	left: auto;
	padding: 30px;
	color: #000000;
	background: -moz-linear-gradient(-45deg, rgba(250,211,46,0.6) 0%, rgba(250,151,22,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,211,46,0.6)), color-stop(100%,rgba(250,151,22,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(250,211,46,0.6) 0%,rgba(250,151,22,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(250,211,46,0.6) 0%,rgba(250,151,22,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(250,211,46,0.6) 0%,rgba(250,151,22,0.6) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(250,211,46,0.6) 0%,rgba(250,151,22,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaffc30d', endColorstr='#aafa9716',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

html.no-rgba .foundation-slider .slides > li .markup-overlay {
	background: #ffc30d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffc30d 0%, #fa9716 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffc30d), color-stop(100%,#fa9716)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffc30d 0%,#fa9716 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffc30d 0%,#fa9716 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffc30d 0%,#fa9716 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffc30d 0%,#fa9716 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc30d', endColorstr='#fa9716',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.foundation-slider h2,
.foundation-slider h3 {
	margin: 0px;
}

.foundation-slider h2{
	font-size: 28px;
	line-height: 28px;
}

.foundation-slider p {
	font-size: 21px;
	line-height: 28px;
	margin-top: 10px;
}

.foundation-slider h3 {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.foundation-slider h3:hover {
	text-decoration: underline;
}

#news-header [class*="span"]{
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
}

#news-header h1 {
	font-size: 40px;
	text-transform: uppercase;
}

#news-header a {
	height: 40px;
	padding-top: 0px;
	text-align: right;
	display: block;
	text-decoration: underline;
	padding-top: 6px;
}

article.news, .gradient {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c5c5c5;
	margin-bottom:20px;
	padding: 10px;
}

article.news,
.home-sidebar,
html body .sidebar .gradient,
.triad .box,
#officers,
.page-template-template-joinus-php .content,
.offline-signup .gradient {
	padding: 20px;
}

.triad .box,
.home-join .textwidget{
	font-size: 16px;
	line-height: 22px;
}

.gradient h3 {
	margin-top: 0px;
}

article.news > p:first-child {
	line-height: 40px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}

article.news time {
	color: #ffc30d;
}

article.news > p a {
	color: #3c3c3c;
}

article.news h2 {
	text-transform: uppercase;
	line-height: 22px;
	font-size: 18px;
	margin: 0px;
	height: 44px;
	overflow: hidden;
}

article.news h2 a {
	text-decoration: none;
	color: #000000;
}

article.news p.content {
	font-size: 15px;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	margin: 7px 0px;
}

article.news > a {
	color: #000000;
	text-decoration: none;
}

#union-news {
	z-index: 50;
}

.widget.home-sidebar {
	height: 249px;
	overflow: hidden;
}

.widget.home-sidebar .widgettitle {
	text-transform: uppercase;
	line-height: 28px;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.widget.home-sidebar .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}

.widget.home-sidebar .gform_wrapper form li[class*="gchoice"] {
	float: left;
	width: 50%;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 5px;
}

.widget.home-sidebar .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
	color: rgb(250,151,22);
	font-weight: normal;
}

.widget.home-sidebar .gform_wrapper form li[class*="gchoice"] input {
	margin-top: 6px;
	margin-left: 1px;
}

.widget.home-sidebar .gforms_confirmation_message {
	display: none;
	visibility: hidden;
}

.widget.home-sidebar .gpoll_container {
	visibility: visible;
	top: -32px;
}
.widget.home-sidebar #gforms_confirmation_message {
	visibility: hidden;
}

.widget.home-sidebar #gforms_confirmation_message .gpoll_container {
	top:0px !important;
}

.widget.home-products a {
	float: left;
	margin-right: 20px;
	width: 130px;
}

html body .gpoll_container .gpoll_bar_juice {
	background-color: rgb(250,151,22);
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

html body .gpoll_container .gpoll_ratio_label {
	background-color: #333333;
	border-radius: none;
}

html body .gpoll_container .gpoll_choice_label {
	padding-bottom: 5px;
}

html body .gpoll_container .gpoll_field_label {
	padding-top: 10px;
	font-weight: normal;
}

html body .gpoll_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border: 0px;
}

html body .gpoll_wrapper div.validation_message {
	display: none;
	visibility: hidden;
}

html body .gpoll_wrapper div.validation_error {
	display: none;
	visibility: hidden;
}

#join-breakout {
	background-image: url('img/people.jpg');
	background-position: center top;
	padding-top: 275px;
	margin-top: -230px;
	padding-bottom: 47px;
	background-repeat: no-repeat;
}

#join-breakout h1 {
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
}

#join-breakout .container {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 20px 0;
	margin-bottom: 20px;
}

.widget.home-join h2 {
	font-size: 39px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#join-breakout .button {
	margin: 0 auto;
	margin-top: 44px;
}

#amieu-details {
	padding-bottom: 20px;
}

#amieu-details .represents {
	padding-left: 0px;
}

#amieu-details .represents  li {
	display: block;
	padding-left: 41px;
	padding-top: 10px;
	font-size: 20px;
	margin-bottom: 5px;
}
#amieu-details .represents  li:before {
	content: "";
	width: 41px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('img/check-box.png');
}

ol.flex-control-nav.flex-control-paging {
	bottom: -15px;
}

/*
	ARCHIVE
*/

body.archive > section h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-transform: uppercase;
}

#featured-headline {
	text-align: center;
}

#featured-headline h2 {
	font-size: 40px;
	margin: 0 auto;
}

#featured-headline h2 a {
	text-decoration: none;
	color: #000000;
}
#featured-headline h2 a:hover {
	text-decoration: underline;
}

#featured-headline p {
	font-size: 22px;
	margin-top: 10px;
}

#featured-headline time {
	color: #ffc30d;
}
#featured-headline p a {
	color: #3c3c3c;
}

.container.pagination {
	border-top: 1px solid #c5c5c5;
	padding: 20px 0px;
}

.container.pagination a {
	color: #000000;
	text-decoration: none;
}

nav.pagination {
	text-align: right;
}

nav.pagination .nav-separator {
	padding: 0 5px;
}

#cat-selector {
	position: relative;
	line-height: 40px;
}

#cat-selector a {
	color: #3c3c3c;
	text-decoration: none;
}

#cat-selector h3 {
	float: right;
	margin-right: 20px;
}

#cat-selector h3.current-cat-sel {
	cursor: pointer; cursor: hand;
}

#cat-selector .current-cat-sel {
	padding-right: 35px;
	color: #3c3c3c;
	margin-right: 0px;
}

#cat-selector .current-cat-sel:before {
	content: " ";
	position: absolute;
	right: 13px;
	top: 17px !important;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #3c3c3c;
}

#cat-selector ul.cats {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 18px 0;
	padding: 0px;
	background: white;
	z-index: 999;
}

#cat-selector ul.cats li {
	line-height: 30px;
}

#cat-selector ul.cats > li:first-child {
	padding-top: 10px;
}

#cat-selector ul.cats > li:last-child {
	padding-bottom: 10px;
}

.current-cat-sel:hover ~ ul.cats,
ul.cats:hover,
.current-cat-sel.touched ul.cats {
	display: block !important;
}

#cat-selector > ul {
	padding-left: 10px;
}

#cat-selector ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cat-selector ul li {
	margin-top: 0px;
	background-color: #1f1f1f;
}

#cat-selector > ul > li {
	padding: 0px 20px;
}

#cat-selector ul li a {
	color: #ffffff;
}

.current-cat-sel {
	background-color: #ffc30d;
	padding: 0px 15px;
}

.archive-loop p.post_type {
	color: #999999;
	margin: 0px;
}

.archive-loop h3 {
	margin-bottom: 0px;
}

/*
	SINGLE
*/

.single .leading-para,
.page .leading-para {
	padding-bottom: 10px;
}

.single #post-details *,
.page #post-details * {
	display: block;
	float: left;
}

.single #post-details a,
.page #post-details a {
	background-color: #ffc30d;
	font-size: 18px;
	padding: 10px 20px;
}

.single #post-details time,
.page #post-details time {
	background-color: #dddddd;
	font-size: 13px;
	padding: 10px;
}

.single .sidebar > div,
.page .sidebar > div {
	padding: 10px;
}

.single .sidebar .siblings,
.page .sidebar .siblings {
	padding-bottom: 0px;
}

.single .sidebar .siblings h2,
.page .sidebar .siblings h2 {
	font-size: 18px;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.widget_recent_entries.sidebar ul,
.single .sidebar ul,
.page .sidebar ul {
	margin: 0px;
	padding: 0px;
}

.widget_recent_entries.sidebar ul li,
.single .sidebar ul li,
.page .sidebar ul li {
	border-top: 1px solid #c5c5c5;
	list-style: none;
	padding: 20px 0px;
}

.widget_recent_entries.sidebar ul li:first-child,
.single .sidebar ul li:first-child,
.page .sidebar ul li:first-child {
	border-top-color: #000000;
}

.single .sidebar a,
.page .sidebar a {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.single .main-body h1,
.page .main-body h1 {
	font-size: 40px;
}

.page .content p,
.page .leading-para,
.single .leading-para,
.single .content p {
	margin-top: 0px;
	font-size: 18px;
	line-height: 23px;
}

.page .content, .single .content {
	margin-bottom: 20px;
}

.single .content blockquote,
.single .content blockquote p,
.page .content blockquote,
.page .content blockquote p {
	text-align: center;
	font-style: italic;
	font-size: 25px;
	line-height: 29px;
}

.single .content div.return,
.page .content div.return {
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid #c5c5c5;
}

.single .content div.return a,
.page .content div.return a {
	color: #000000;
	text-decoration: none;
}

.page article.content input[type="submit"],
.parent-pageid-12 input[type="submit"],
.parent-pageid-12 input[type="button"] {
	float: left;
}

.successstories {
	margin-bottom: 20px;
}

.successstories .v-all {
	padding-top: 22px;
	text-align: right;
	font-size: 18px;
	text-decoration: underline;
	padding-left: 1px;
}

.successstories h3 {
	width: 150px;
}

.single .sidebar .sharing span {
	height: 32px;
	display: block;
	float: left;
	margin-right: 9px;
}

.single .sidebar .sharing span i {
	height: 20px;
	width: 20px;
	display: inline-block;
	background: url('img/icon-spritesheet.jpg') no-repeat;
}

.single .sidebar .sharing span i.facebook {
	background-position: -25px 0;
}

.single .sidebar .sharing span i.googleplus {
	background-position: -50px 0;
}

.single .sidebar .sharing span i.email {
	background-position: -75px 0;
}


.single .sidebar .sharing span:not([id]) {
	top: 5px;
}

.single .single-pagination {
	text-align: right;
}

.single .single-pagination .nav-next {
	padding-left: 20px;
}

#share-this {
	line-height: 32px;
	padding-right: 4px;
}

.single article.content a,
.page article.content a {
	text-decoration: underline;
	color: #666666;
}

/*
	Contact Us
*/

#map-canvas {
	height: 250px;
}

.page-template-template-contactus-php .main-content {
	font-size: 18px;
}

.page-template-template-contactus-php .triad {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0px;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

.page-template-template-contactus-php #officers {
	padding-bottom: 20px;
}

.page-template-template-contactus-php .triad h2,
.page-template-template-contactus-php #officers h2,
.page-template-template-contactus-php #officers .staff-members h3:first-child {
	margin-top: 0px;
}

.page-template-template-contactus-php .triad h2 {
	margin-bottom: 0px;
}

.page-template-template-contactus-php .triad h2 ~ p {
	margin-top: 10px;
}

.page-template-template-contactus-php #officers .staff-members {
	min-height: 375px; 
	border-right: 1px solid #c5c5c5;
	width: 29%;
}

.page-template-template-contactus-php #officers .staff-members h3 {
	margin-bottom: 0px;
	font-size: 20px;
	margin-top: 20px;
}

.page-template-template-contactus-php #officers h4 {
	margin-bottom: 0px;
	/*text-decoration: underline;*/
}

.page-template-template-contactus-php #officers .staff-members a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 10px;
}

.page-template-template-contactus-php #officers .staff-members a.active {
	color: #ffc30d;
}

.page-template-template-contactus-php #staff-details img {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 20px;
}

.page-template-template-contactus-php #staff-details h3 {
	margin-top: 0px;
	line-height: 70px;
	font-size: 20px;
}

.page-template-template-contactus-php #areas-of-coverage {
	border-left: 1px solid #c5c5c5;
	min-height: 375px; 
	padding-left: 20px;
}

.page-template-template-contactus-php #areas-of-coverage ul {
	list-style: none;
	padding-left: 0px;
}

.page-template-template-contactus-php .main-content p a {
	text-decoration: underline;
}

.page-template-template-contactus-php #staff-details .span3,
.page-template-template-contactus-php #staff-details .span4 {
	width: 45%;
}

.page-template-template-joinus-php .offline-signup a {
	text-decoration: underline;
}

.page-template-template-joinus-php .gform_wrapper .gf_page_steps {
	width: 735px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.page-template-template-joinus-php .gform_wrapper select {
	font-size: 13px !important;
}

.page-template-template-joinus-php .gform_wrapper .gform_page {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

.page-template-template-joinus-php .gform_fields {
	padding-top: 10px !important;
}

.page-template-template-joinus-php .gfield_checkbox {
	padding-top: 20px !important;
}

.page-template-template-joinus-php .gform_wrapper .gf_step {
	margin-right: 0px;
	padding: 0px 10px;
	width: 25%;
	font-size: 19px;
}

.page-template-template-joinus-php .gform_wrapper .gform_page_footer,
.parent-pageid-12 .gform_wrapper .gform_page_footer {
	margin-top: 20px;
}

/*.page-template-template-joinus-php .gform_wrapper #input_3_36 li {
	display: inline-block;
	margin-right:13px;
}*/

.parent-pageid-12 .gform_page_fields {
	overflow: auto;
}

.page-template-template-joinus-php .gform_wrapper .gform_page_footer {
	border: none;
}

.page-template-template-joinus-php .offline-signup .gradient {
	height: 200px;
}

.offline-signup h2 {
	margin-top: 0px;
}

.page-template-template-joinus-php .gform_wrapper .top_label input[type="submit"] {
	width: 500px !important;
	max-width: 100%;
}

.page-template-template-joinus-php .gform_wrapper li,
.page-tempalte-template-joinus-php .gform_wrapper form li {
	overflow: auto;
}

.page-template-template-joinus-php .gform_previous_button {
	margin-bottom: 10px !important;
}
.parent-pageid-12 .gform_wrapper .gform_previous_button {
	display: none !important;
}

#mobile-officers ul {
	padding-left: 10px;
}

#mobile-officers .staff-name {
	font-weight: bold;
	color: #ffc30d;
	background: url('img/arrow.png') no-repeat right top;
	-moz-background-size: 15px 12px;
	background-position: right 4px;
	background-size: 15px 12px;
}

#mobile-officers .staff-info {
	display: none;
}

#mobile-officers ul li {
	list-style: none;
}


/* FORM */

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction, .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	font-size: 16px !important;
}

.gform_wrapper .gform_description {
	padding: 10px;
	display: block;
}

/* Summary */

#summary-details {
	top: -35px;
}



@media (max-width: 767px) {

	/*
	 * HOME
	 */

	body > header > .container {
		height: auto;
	}

	body > header > .container h1 {
		margin-top: 70px;
	}

	.logo-container {
		text-align: center;
	}

	#menu-main > li:first-child { border: none; }

	#menu-main > li {
		display: block;
		text-align: center;
		border-top: 1px solid #575757;
	}

	.neck form.search-form {
		display: none;
	}

	#join-breakout {
		background-color: #ffc30d;
		padding: 20px 0 30px;
		margin: 0;
	}

	#join-breakout .home-join {
		padding: 0 30px;
	}

	#join-breakout .home-join h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 10px 0px;
		padding-top: 30px;
	}

	footer,
	footer .toes .align-right {
		text-align: center;
	}

	footer .toes .align-right {
		padding-top: 10px;
	}

	.union-news,
	body.archive > section h1 {
		float: left;
		width: auto;
	}

	/*
	 * About
	 */

	.container.helpers {
		display: none;
	}

	.successstories > .row-fluid {
		margin-bottom: 30px;
	}

	.successstories .span3:first-child {
		margin-left: 0;
	}

	.successstories .span3 {
	 	float: left;
	 	width: 23.404255319148934%;
	 	margin-left: 2.127659574468085%;
	}

	div.successstories h2.header {
		margin-bottom: 4px;
	}

	div.successstories a.v-all {
		margin-left: 0;
		max-width: 100%;
		width: 300px;
		padding-top: 0px;
		text-align: left;
	}

	#cat-selector {
		margin-top: 16px;
	}

	#cat-selector h3 {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 10px;
		font-size: 17px;
	}

	#cat-selector .current-cat-sel:before {
		top: 5px;
	}


	/*
	 * Contact us
	 */

	.triad .box {
		margin-bottom: 20px;
	}

	.page-template-template-contactus-php #officers .staff-members {
		min-height: 0;
	}

	#staff-details {
		margin: 30px 0;
	}

	#summary-details h2 {
		font-size: 18px;
	}

	/* Join Form */

	.page-template-template-joinus-php .offline-signup .gradient {
		height: 220px;
	}

	#amieu-details [class*="span"] {
		width:260px;
		margin: 0 auto;
	}
}

@media (max-width: 979px) {
	.successstories .row-fluid.posts .span3 {
		width: 48.61878453038674%;
	}

	.successstories .row-fluid.posts .span3:nth-child(3) {
		margin-left: 0px;
	}

	.successstories a.v-all {
		width: 48.61878453038674%;
		margin-left: 2.7624309392265194%;
		padding-top: 10px;
	}

	body.archive > section h1 {
		font-size: 30px;
	}

	/*
	 *	Article
	 */

	#share-this {
		display: none;
	}
}

@media (max-width: 979px) and (min-width: 768px) {

	body > header > .container > .row {
		padding-top: 20px;
	}

	body > header > .container h1 {
		margin-top: 27px;
		font-size: 35px;
	}

	.neck a {
		margin-right: 15px;
	}

	.neck input.search-field {
		width: 100px; 
	}

	.helpers .crumb-span {
		width: 500px;
	}

	.home-sidebar input[type="submit"].button {
		width: 350px;
		top: -7px;
	}

	.print-text {
		visibility: hidden;
		display: none;
	}


	#cat-selector {
		margin-top: 28px;
	}

	#cat-selector h3 {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 10px;
		font-size: 15px;
	}
	#cat-selector ul.cats {
		margin-top: 0px;
	}

	#cat-selector .current-cat-sel:before {
		top: 5px;
	}

	.successstories .v-all {
		font-size: 15px;
		margin-top: 15px;
	}

	.container.triad .button {
		font-size: 15px;
	}

	#union-news .news-sidebar,
	#union-news > .container > .row .span8 {
		clear: both;
		width: 100%;
	}

	#union-news .news-sidebar .widget.home-sidebar,
	#union-news article.news,
	.archive.category article.news {
		width: 352px;
	}

	#union-news .news-sidebar .widget.home-sidebar {
		height: 245px;
		overflow: hidden;
		float: left;
		margin-left: 20px;
	}

	#union-news .news-sidebar .widget.home-sidebar:first-child {
		margin-left: 0px;
	}

	.home-products.widget img,
	.home-products.widget a,
	.ohands-home img {
		height: 94px;
		width: auto;
	}

	#amieu-details h2 {
		font-size: 20px;
	}

	a.button.float-left {
		width: 100%;
	}

	#join-breakout {
		padding-bottom: 29px;
	}

	#join-breakout .button {
		margin-top: 25px;
	}

	body > footer .phone-number {
		font-size: 18px;
	}

	body > footer .footer-4 img {
		width: 47%;
	}

	.page-template-template-joinus-php .gform_wrapper .gf_step {
		font-size: 15px;
	}
}

@media (max-width: 767px) and (min-width: 650px) {
	#join-breakout .container {
		margin-top: 103px;
	}
}

@media (max-width: 767px) {


	/***
		PADDING FIXES
	***/

	body {
		padding-left: 0px;
		padding-right: 0px;
	}

	#union-news,
	body > header h1, body > header h2,
	#join-breakout h1,
	#amieu-details,
	.container.toes,
	.fullwidth-container.main-body,
	.archive.category > section,
	.archive.date > section {
		padding-left: 20px;
		padding-right: 20px;
	}

	/**
		OTHER
	**/

	body > header {
		margin-bottom: 13px;
	}

	body > header > .container {
		padding-top: 34px;
		padding-bottom: 34px;
		background: #ffc30d;
	}

	#featured-headline h2 {
		font-size: 22px;
		line-height: 26px;
		padding-top: 20px;
	}

	#featured-headline p {
		font-size: 17px !important;
		line-height: 18px;
	}

	.logo-container img {
		width: 90px;
	}

	.neck a {
		margin-right: 0px;
	}

	body > header h1, body > header h2 {
		text-align: center;
	}

	body > header h1 {
		margin-top: 10px !important;
		font-size: 20px;
	}

	body > header h2 {
		margin-top: 10px;
		font-size: 16px;
	}

	ul.crumbs {
		display: none;
	}

	article.news p.content {
		font-size: 18px;
	}

	#join-breakout {
		background-image: url('img/mob-people.gif');
		background-color: #ffc21d;
	}

	#join-breakout .container {
		border: 0px;
		padding-top: 73px;
		margin-bottom: 0px;
	}

	#join-breakout  a.button {
		max-width: 260px;
		height: 60px;
		padding-top: 19px !important;
		margin: 20px auto;
		width: 100%;
	}

	#amieu-details {
		background-image: none;
	}

	.foundation-slider {
		visibility: hidden;
		display: none;
	}

	#news-header a {
		clear: both;
		text-align: left;
		line-height: 18px;
		height: 40px;
	}

	body #news-header h1.union-news,
	.archive.category > section h1 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		font-size: 25px !important;
		line-height: 32px !important;
	}

	body > footer .footer-4 img {
		display: block;
		margin: 4px auto;
	}

	body #news-header .span3 {
		margin-bottom: 0px;
		line-height: 20px;
	}

	body > header ul.sub-menu {
		display: none !important;
	}

	.news-sidebar p.float-left,
	.news-sidebar img.float-right {
		display: none;
	}

	.news-sidebar a.button {
		float: none;
		display: block;
	}

	.widget_black_studio_tinymce.home-sidebar {
		height: auto;
	}

	.widget.home-products a {
		width: 105px;
	}

	.single .main-body h1, .page .main-body h1 {
		font-size: 27px;
	}

	.single .content blockquote, .single .content blockquote p, .page .content blockquote, .page .content blockquote p {
		margin: 0px 0px 20px 0px;
	}

	.sidebar .sharing,
	.sidebar .siblings,
	.sidebar .gradient {
		display: none;
	}

	.single .return nav,
	.single .single-pagination,
	.container.pagination [class*="span"] {
		text-align: center;
		margin-bottom: 20px;
	}

	#cat-selector > * {
		float: left !important;
	}

	#cat-selector .choose {
		display: none;
	}

	.archive-content {
		padding-bottom: 20px;
	}

	body #cat-selector ul.cats {
		position: relative;
		clear:both;
		margin: 0px;
	}

	#officers {
		display: none;
	}

	.page-template-template-joinus-php .gform_wrapper .gf_page_steps {
		text-align: left !important;
	}
}

@media (max-width:  480px) {
	.successstories h3 {
		font-size: 15px;
	}
}


@media print {
	body > header,
	body > footer,
	.helpers,
	#cat-selector,
	.sidebar {
		display: none;
	}
	.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
}




/* Text resizing - Smaller */

.smaller {
	font-size: 14px;
}

.smaller time,
.smaller time {
	font-size: 11px;
}

.smaller article.news p.content {
	font-size: 12px;
}

.smaller.single .sidebar .siblings h2,
.smaller.page .sidebar .siblings h2,
.smaller.single #post-details span,
.smaller.page #post-details span,
.smaller article.news h2,
.smaller.page .content p,
.smaller.page .leading-para,
.smaller.single .leading-para,
.smaller.single .content p {
	font-size: 16px;
}

.smaller #featured-headline p {
	font-size: 20px;
}

.smaller .single .content blockquote,
.smaller .single .content blockquote p,
.smaller .page .content blockquote,
.smaller .page .content blockquote p {
	font-size: 23px;
}

body.archive.smaller > section h1,
.smaller #featured-headline h2,
.smaller.single .main-body h1,
.smaller.page .main-body h1 {
	font-size: 38px;
}






/* Text resizing - Larger */

.larger {
	font-size: 20px;
}

.larger time,
.larger time {
	font-size: 17px;
}

.larger article.news p.content {
	font-size: 19px;
}

.larger.single .sidebar .siblings h2,
.larger.page .sidebar .siblings h2,
.larger.single #post-details span,
.larger.page #post-details span,
.larger article.news h2,
.larger.page .content p,
.larger.page .leading-para,
.larger.single .leading-para,
.larger.single .content p {
	font-size: 22px;
}

.larger #featured-headline p {
	font-size: 26px;
}

.larger.single .content blockquote,
.larger.single .content blockquote p,
.larger.page .content blockquote,
.larger.page .content blockquote p {
	font-size: 29px;
}

body.archive.larger > section h1,
.larger #featured-headline h2,
.larger.single .main-body h1,
.larger.page .main-body h1 {
	font-size: 44px;
}
