﻿/* ==========================================================================
  Non-Responsive Styles
   ========================================================================== */
   
/*===============GENERAL STYLES===============*/
html,
button,
input,
select,
textarea {
    color: #000000;
}

body {
	font-size: 1em;
	line-height: 1.6;
	color: #000000;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	background: white;
	width: 100%;
}

em {
	font-family: 'Lato', Arial, sans-serif;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d2cbcb;
    margin: 1em 0;
    padding: 0;
}

img { vertical-align: middle; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

textarea { resize: none; }

a { 
	text-decoration: none;
	color: #0033ff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #8a8a8a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #8a8a8a;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #8a8a8a;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #8a8a8a;
}

.fisher{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h1,
h2,
h3,
h4{
margin-bottom:0;	
color: #002e62;
	line-height: normal;
	font-weight: 700;
	font-family: 'Lato', Arial, sans-serif;
}

/*===============INPUT===============*/
input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea {
	width: 100%;
	padding: 5px 0.5em 6px;
	background: #ffffff;
	border: 1px solid #002e62;
	height: 34px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: background 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s;
	outline: 0 none;
	font-size: 13px;
	font-family: 'Lato', Arial, sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: 0 none;
	border: 1px solid #D21241;
}

input[type="tel"].short{
	width: 38%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 0;
}

.customSelect{
	border: 1px solid #223e92;
	padding-right: 0.5em;
}

.customSelectInner{
	font-size: 15px;
	display: block;
	padding: 0 10px 0 0.5em;
	height: 32px;
	line-height: 32px;
	background: url(images/dropdown-arrow.png) right no-repeat;
}

.blue-button{
	display: block;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	width: 100%;
	text-align: center;
	color: white;
	line-height: 1.6 !important;
	font-size: 14px;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgb(27,94,170); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(27,94,170,1) 0%, rgba(24,90,163,1) 3%, rgba(13,70,134,1) 12%, rgba(5,56,112,1) 58%, rgba(0,46,99,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,94,170,1)), color-stop(3%,rgba(24,90,163,1)), color-stop(12%,rgba(13,70,134,1)), color-stop(58%,rgba(5,56,112,1)), color-stop(100%,rgba(0,46,99,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(27,94,170,1) 0%,rgba(24,90,163,1) 3%,rgba(13,70,134,1) 12%,rgba(5,56,112,1) 58%,rgba(0,46,99,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(27,94,170,1) 0%,rgba(24,90,163,1) 3%,rgba(13,70,134,1) 12%,rgba(5,56,112,1) 58%,rgba(0,46,99,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(27,94,170,1) 0%,rgba(24,90,163,1) 3%,rgba(13,70,134,1) 12%,rgba(5,56,112,1) 58%,rgba(0,46,99,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(27,94,170,1) 0%,rgba(24,90,163,1) 3%,rgba(13,70,134,1) 12%,rgba(5,56,112,1) 58%,rgba(0,46,99,1) 100%); /* W3C */
}

.blue-button.short{
	float: right;
	width: 59.5%;
}

.blue-button:hover{
	background: rgb(36,107,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,107,188,1) 0%, rgba(30,96,171,1) 6%, rgba(21,82,150,1) 12%, rgba(13,67,126,1) 58%, rgba(8,56,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,107,188,1)), color-stop(6%,rgba(30,96,171,1)), color-stop(12%,rgba(21,82,150,1)), color-stop(58%,rgba(13,67,126,1)), color-stop(100%,rgba(8,56,113,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,107,188,1) 0%,rgba(30,96,171,1) 6%,rgba(21,82,150,1) 12%,rgba(13,67,126,1) 58%,rgba(8,56,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,107,188,1) 0%,rgba(30,96,171,1) 6%,rgba(21,82,150,1) 12%,rgba(13,67,126,1) 58%,rgba(8,56,113,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,107,188,1) 0%,rgba(30,96,171,1) 6%,rgba(21,82,150,1) 12%,rgba(13,67,126,1) 58%,rgba(8,56,113,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(36,107,188,1) 0%,rgba(30,96,171,1) 6%,rgba(21,82,150,1) 12%,rgba(13,67,126,1) 58%,rgba(8,56,113,1) 100%); /* W3C */
}

.button-link{
	color: white; 
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: white;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #002e62;
	transition: background 0.125s linear;
	-webkit-transition: background 0.125s linear;
	-moz-transition: background 0.125s linear;
	-o-transition: background 0.125s linear;
}

.button-link:hover{ background: #D21241; }

/*===============GENERAL STYLES===============*/
.wrapper{
	width: 960px;
	margin: 0 auto;
}

ul.no-bullet{
	padding: 0;
	margin: 0;
}

ul.no-bullet li{
	list-style: none;
	padding: 0;
}

.col{
	float: left;
}

.two-thirds{ width: 66.67%; }
.one-third{ width: 33.33%; }

.photo{
	border: 1px solid #223e92;
	padding: 1px;
	background: white;
}

.float-left{
	float: left;
	margin-right: 12px !important;
}

.float-right{ float: right; }

.heading{
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 21px;
	color: white;
	text-align: center;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.6);
	line-height: normal;
	margin: 0 0 5px !important;
	display: block;
}

.side a.heading:hover{
	background: url(images/stars.png) repeat-y #002E62;
}

.content a:hover{ text-decoration: underline; }

.ngg-widget{ padding: 0 !important; }
.ngg-widget img{ border: none !important; }

/*===============HEADER===============*/
.header{
	position: relative;
	padding: 17px 0;
	min-height: 96px;
}

.header-logo{
	position: absolute;
	left: 50%;
	margin-left: -150px;
}

.social-top li{
	float: left;
	color: white;
	text-transform: uppercase;
	margin-right: 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 32px;
	height: 32px;
}

.social-top{
	display: block;
	padding: 5px;
}

.social-top a{
	text-indent: -9999px;
	background: url(images/social.png) center center;
	width: 32px;
	height: 32px;
	display: block;
}

#fb-top{ background: #3b5998; }
#twitter-top{ background: #29c5f6; }
#google-top{ background: #d13e2f; }

#fb-top a{ background-position: left top; }
#twitter-top a{ background-position: -32px top; }
#google-top a{ background-position: -64px top; }

.login{ float: right; }
 
.login-link{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 4px;
}

/*===============MENU===============*/
.menu{
	width: 796px;
	margin: 0 auto;
	height: 47px;
}

.menu li{
	float: left;
	position: relative;
	height: 47px;
}

#access{ display: none; }

#menu-item-401{ width: 12%; }
#menu-item-402{ width: 14%; }
#menu-item-400{ width: 12%; }
#menu-item-399{ width: 14%; }
#menu-item-398{ width: 15%; }
#menu-item-397{ width: 16%; }
#menu-item-396{ width: 17%; }

.menu li a{
	display: block;
	color: #002e62;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	padding: 11px 0;
}

.menu li a:hover{
	color: white;
	background: #d21241;
	transition: color 0.125s linear, background 0.125s linear;
	-webkit-transition: color 0.125s linear, background 0.125s linear;
	-moz-transition: color 0.125s linear, background 0.125s linear;
	-o-transition: color 0.125s linear, background 0.125s linear;
}

#menu-top-navigation ul, 
#menu-top-navigation :hover ul ul, 
#menu-top-navigation :hover ul :hover ul ul,
#menu-top-navigation :hover ul :hover ul :hover ul ul{
	position: absolute;	
	left: -9999px;	
	top: -9999px;
	width: 0;
	height: 0;
}

#menu-top-navigation :hover ul {
	left: 0;
	top: 47px;
	white-space: nowrap;
	width: 260px;
	height: auto;
	z-index: 10;
	margin: 0;
	padding: 0;	
	background: #D21241;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#menu-top-navigation li ul li {
	padding: 0;
	height: auto;
	white-space: nowrap;
	text-align: left;
	float: none;
}

#menu-top-navigation :hover ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 9px 1em;
	height: auto;
	color: white;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

#menu-top-navigation :hover ul li a:hover {
	background: #002E62;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

/*===============BANNER===============*/
.banner{
	border-top: 4px solid #d21241;
	-webkit-box-shadow:inset 0 2px 4px -2px rgba(0,0,0,0.4);
	box-shadow:inset 0 2px 4px -2px rgba(0,0,0,0.4);
	overflow: hidden;
}

.banner .wrapper{ position: relative; }

.banner.home .wrapper:before,
.banner.home .wrapper:after{
	content: '';
	position: absolute;
	width: 292px;
	height: 456px;
	background: url(images/flag-us.png) no-repeat;
	z-index: 6;
	left: -262px;
	top: 0;
}

.banner.home .wrapper:after{
	left: auto;
	right: -268px;
	width: 295px;
	height: 459px;
	background: url(images/flag-tx.png) no-repeat;
}

.banner.interior > .wrapper:before,
.banner.interior > .wrapper:after{
	content: '';
	position: absolute;
	width: 133px;
	height: 212px;
	background: url(images/flags-interior.png) left no-repeat;
	z-index: 6;
	left: -105px;
	top: 0;
}

.banner.interior > .wrapper:after{
	background-position: right;
	left: auto;
	right: -105px;
}

.main-slideshow{
	background: url(images/stars.png) repeat-y center top #002e62;
	color: white;
	font-size: 16px;
	line-height: 1.1;
}

.main-slideshow .slides{
	padding: 6px 0;
	position: relative;
	overflow: hidden;
}

.main-slideshow li a{ color: white; }

.main-slideshow li.white-bg{
	background: white;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.main-slideshow li.white-bg a{ color: #171717; }

.main-slideshow .banner-wrapper{
	padding: 9px 60px 0;
	overflow: hidden;
	height: 257px;
}

.main-slideshow p{ margin: 10px 0; } 

/* Slide 1 */
#banner-event{
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 16px;
}

.banner-text{
	width: 50%;
	margin: 0 auto;
}

.title{
	font-size: 36px;
	font-weight: bold;
	margin: 0 !important;
	text-align: center;
}

.date{
	font-size: 32px;
	font-weight: bold;
}

/* Slide 2 */
#membership-benefits{
	background-image: url(images/grass.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#raised-in-tx{
	position: absolute;
	right: 0;
	top: 0;
}

#grassroots{
	font-size: 23px;
	clear: both;
	color: #034828;
	text-align: center;
}

ul.star-bullet{
	width: 45%;
}

ul.star-bullet li{	
	background: url(images/star-bullet.png) left 1px no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
	height: auto;
	font-size: 14px;
}

/* Slide 3 */
#convention{
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -135px;
	width: 270px; 
	text-transform: uppercase;
	color: #273691;
}

#red-box{
	width: 260px; 
	padding: 0 1em; 
	background: #e21f27;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -88px;
}

/*===============CTA===============*/
.ctas{
	overflow: hidden;
	padding: 0 32px;
	margin-bottom: 17px;
}

.banner.interior .ctas{
	padding-top: 21px;
	border-top: 4px solid #002E62;
}

.cta-wrapper{
	padding: 0 11px;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cta{
	padding: 8px 10px 10px;
	background: url(images/cta-bg.png) right top no-repeat #d21241;
	overflow: hidden;
	color: white;
	height: 109px;
}

.cta p{
	line-height: normal;
	margin: 0 0 12px;
	text-align: center;
}

/*===============SIDE PANE===============*/
.content{
	padding-right: 3em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.content,
.side-pane{ margin-bottom: 47px; }

.side{
	margin-bottom: 16px;
	text-align: center;
}

.side .heading{
	background: url(images/cta-bg.png) right top no-repeat #d21241;
	padding: 7px 0;
}

/*===============EVENTS WIDGET===============*/
.side-events .flexslider{ margin: 0; }

.side-events li{ margin: 12px 0 0; }
.side-events li a{ display: block; }

.side-events .single-event{ 
	margin-bottom: 12px; 
	text-align: left;
	padding: 0 1em;
}

.side-events img{
	float: left; 
	margin-right: 10px;
	border: 1px solid #223E92;
	padding: 1px;
	background: white;
}

.side-events p{
	line-height: normal; 
	margin: 0;
}

.side-events .date-time{
	font-size: 12px;
	color: black;
}

.side-events li .event-name{
	font-weight: bold;
	color: #D21241;
}

.side-events li .event-location{
	font-size: 12px;
	color: #03F;
	font-weight: normal;
}

.side-events li a:hover { text-decoration: underline; }
.side-events .green-button{ margin-top: 0; }

/*===============FOOTER===============*/
.footer{
	clear: both;
	position: relative;
	border-top: 4px solid #d21241;
	-webkit-box-shadow:0 -2px 4px -2px rgba(0,0,0,0.4);
	box-shadow:0 -2px 4px -2px rgba(0,0,0,0.4);
	padding-top: 17px;
}

.logo-graphic{
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -12px;
}

.links{
	overflow: hidden; 
	margin-bottom: 28px;
}

ul.footer-links{
	position: absolute;
	left: 50%;
	margin-left: -255px;
	margin-top: 12px;
}

.footer-links li{
	float: left; 
	margin-right: 1em;
}

.footer-links li:last-child{ margin-right: 0; }
.footer-links li a{ color: #0000ff; }
.footer-links li a:hover{ text-decoration: underline; }

.footer-logo img{ width: 216px; }

.associations{ display: inline; }
.associations img{ margin-left: 16px; }

.copyright{
	font-size: 13px; 
	margin-top: 2em;
}

/*===============INTERIOR PAGES===============*/
.director{
	float: left;
	margin-right: 16px;
}

.director p{
	line-height: normal; 
	font-size: 12px;
}

.director p strong{
	display: block;
	color: #003366;
}

.news h3{ color: #0000ff; }
.news h3,
.news p{ margin: 0 0 0.5em; }
.news p{ color: black; }
.news .read-more{ color: #0033ff; }

.news a:hover{ text-decoration: none; }
.news a:hover h3,
.news a:hover .read-more{ text-decoration: underline; }

/*===============WORDPRESS STYLES===============*/
.skip-link {
	position: absolute;
	left: -9999em;
	top: -9999em;
}

.entry-title{ margin-bottom: 0.5em; }

.entry-meta, .entry-utility {
	font-size: 11px;
	line-height: 14px;
	color: #737373;
	margin-bottom: 1em;
}

.entry-utility { 
	text-align: right; 
	margin-top: 1em;
}

.single-post .entry-utility {
	text-align: center;
	margin: 15px 0;
	padding: 15px;
	background: rgb(240, 240, 240);
	border: 1px solid #DDD;
}

#nav-above, #nav-below {
	overflow: hidden;
	font-size: 11px;
	border: 1px solid #EEE;
	background: #FCFCFC;
	padding: 5px;
}

#nav-above { margin-top: 9px; }
#nav-below { 
	margin-top: 2em; 
	margin-bottom: 1em;
}

.nav-previous {
	width: 45%;
	float: left;
	padding-right: 5%;
}

.nav-next {
	width: 45%;
	float: right;
	padding-left: 5%;
	text-align: right;
}

.nav-previous a:hover,
.nav-next a:hover{
	color: #136F9F;
	text-decoration: none;
}

.edit-link.edit-link-page{
	clear: both; 
	display: block;
}

.wpcf7,
.interior-form{
	max-width: 450px; 
	overflow: hidden;
}

.wpcf7 textarea { height: 10em; }

.wpcf7-response-output {
	display: block;
	clear: both;
	background: white;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 1em 0;
}

span.wpcf7-not-valid-tip{
	background: #FFF;
	border: 1px solid #F00;
	font-size: 12px;
	padding: 2px 5px;
	display: inline-block;
	float: right;
	position: relative;
	top: -6px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wpcf7-mail-sent-ok{ border: 1px solid #1FDA19; }
.wpcf7-validation-errors{ border: 1px solid red; }

.interior-form .one-third{
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
}

.interior-form .short{
	width: 33.33%;
	margin-right: 1.25%;
	float: left;
}

.interior-form span { display: block; }
.interior-form .last{ margin-right: 0 !important; }
.interior-form .short.state-wrapper{ width: auto; }

/*===============COMMENTS===============*/

#comments {
	overflow: hidden;
	margin-top: 2em;
}

#commentform p#login {
	font-size: 11px;
	padding: 0 10px;
	text-align: right;
}

#commentform #form-section-comment {
	margin-top: 15px;
}

.formcontainer{ 
	padding-right: 1em;
	max-width: 500px;
}

.form-section .form-label {
	float: left;
	width: 25%;
	display: inline;
	height: 31px;
	margin-bottom: 1em;
	line-height: 31px;
	clear: left;
}

.form-section .form-textarea,
.form-section .form-input{
	width: 75%;
	float: right;
}

#form-allowed-tags {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding: 5px;
	width: 75%;
	margin: 0 auto;
}

.content .button-link{
	width: 75%;
	margin: 0 0 1em;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 2px 1px -1px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 2px 1px -1px rgba(255, 255, 255, 0.25);
	border: none;
	clear: both;
	float: right;
}

.comment-reply-link a{
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

#comments-list h3 {
	border-bottom: 1px dotted #DDD;
	padding: 3px 0;
}

#comments-list ol {
	border: 1px solid #DDD;
	background: #f8f8f8;
	margin-top: 5px;
}

#comments-list ol, #comments-list ul {
	list-style: none;
	overflow: hidden;
	padding: 1.5em 2em;
}

#comments-list .children {
	padding: 5px;
	margin-left: 32px;
	background: #EEE;
}

.comment {
	margin-bottom: 5px;
}

.comment .comment-content {
	padding: 0 1em;
}

#comments-list .children .comment {
	background: #EEE;
	border: none;
	padding: 0;
	margin: 0;
}

#comments-list .children .children {
	border-top: 1px dotted #BBB;
	margin-top: 7px;
	padding-right: 0;
	padding-top: 10px;
}

#comments-list .children .comment-reply-link {
	margin-right: 0;
}

.comment-author {
	overflow: hidden;
	margin-bottom: 5px;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author span {
	display: block;
	float: left;
	line-height: 32px;
	font-size: 18px;
	color: #C00;
	text-shadow: 0px 1px 1px #FFF;
}

.comment.bypostauthor .comment-author span {
	font-weight: bold;
}

.comment-meta {
	font-size: 11px;
}

/*===============EVENTS PAGE===============*/
.css-events-list img{
	float: left;
	margin-right: 0.5em;
	padding: 1px;
	border: 1px solid #223E92;
}

div.css-search,
.events-table { width: 90%; }

.events-table { margin-bottom: 1em; }

.events-table td,
.events-table th{ 
	padding: 1em 0; 
	text-align: left;
	border-bottom: 1px solid #D2CBCB;
}

.events-table th{
	color: #0E385C;
	font-size: 14px;
}

.mapContainer{
	margin-bottom: 1em;
}



/*===============OFFICER LIST===============*/


.officer{
	float: left;
	margin-right: 36px;
	margin-top: 12px;
	align-left;
}

.officer .pos {
	font-weight:normal;
	font-size: 13px;
	line-height: 12px;
	width: 112px;
}

.officer .pos .office {
	font-size: 12px;
}