/*
    Theme Name: Greg Abbott Theme
    Theme URI: http://gregabbott.com/
    Author: Targeted Victory
    Author URI: http://targetedvictory.com/
    Version: 1.1.0

    Template: genesis
    Template Version: 1.9.0
*/

/* Table of Contents

    01 Import Fonts
    02 Defaults
    03 Typography
        - Font Color
        - Font Family
        - Font Size
        - Font Miscellaneous
    04 Layout
        - Structure
        - 1152px CSS Grid
        - Header
        - Main Content
        - Post Info & Meta
        - Column Classes
        - Miscellaneous
    05 Menus
        - Primary Navigation Extras
    06 Headings
    07 Lists
    08 Post Navigation
    09 Comments
    10 Sidebars
    11 Footer
        - Footer Widgets
    12 Forms & Buttons
        - Gravity Forms
    13 Images & Captions
    14 Footer Nav
    15 Mobile Nav

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 90%; /* 16px browser default */
}

body {
    background-color: #000E26 !important;
    line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets .widget-area {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}

::selection {
    background-color: #1e1e1e;
    color: #fff;
}

a img {
    border: none;
}

a.btn {
    text-decoration: none;
}

#header #title-area {
    background-color: transparent !important;
    margin-top: 0px;
    width: 160px;
		height: 81px;
		overflow: hidden;
		background-position: center left;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

    This section covers font colors, families, size, styles and weight.

    This style sheet uses rem values with a pixel fallback.
    The rem values are calculated per the examples below:

    12 / 16 =       0.75rem
    14 / 16 =       0.875rem
    16 / 16 =       1rem    
    18 / 16 =       1.125rem
    20 / 16 =       1.25rem
    24 / 16 =       1.5rem
    30 / 16 =       1.875rem
    36 / 16 =       2.25rem
    42 / 16 =       2.625rem
    48 / 16 =       3rem
    
    Further reading on the use and compatibility of rems:
    
    http://caniuse.com/rem
    http://snook.ca/archives/html_and_css/font-size-with-rem
    
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
    color: #1e1e1e;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
    color: #d10000; text-decoration:none;
}

a.more-link {font-style:italic;}
a.viewall-link {color: #999; display:block; border-left:5px solid #999; height:30px; line-height:30px; padding-left:10px;}
a.viewall-link:hover {color:#10205C; border-left:5px solid #06C;}

.post-info,
.post-meta,
#description {
    color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
    color: #999;
}

button,
input[type="button"],
input[type="submit"],
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
}

#content .navigation {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#content .navigation li a,
#content .navigation li a:hover,
#content .navigation li.active a,
#content .navigation li.disabled {
    color: #000;
    background: none;
    padding: 5px 10px;
}

#content .navigation li a:hover,
#content .navigation li.active a {
    background: #eee;   
}

#content .navigation li {
    margin: 0 10px 0 0;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
    font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
    font-size: 42px;
    font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
    font-size: 36px;
    font-size: 2.25rem;
}

h1.entry-title {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    color: #c9253d;
    text-transform: capitalize;
}

blockquote::before {
    font-size: 32px;
    font-size: 2rem;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
    font-size: 24px;
    font-size: 1.5rem;
    color: #404040;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
    font-size: 16px;
    font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
    font-size: 14px;
    font-size: 0.875rem;
}

.sharethis_wrap {margin-bottom: 20px;}

/* 03d - Font Miscellaneous ----------- */

blockquote p {
    font-style: italic;
}

cite {
    font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
    font-weight: 700;
}

.wp-caption {
    text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
    text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
}
.eventbrite #inner .wrap {
    max-width: 1040px;
}

#inner {
    clear: both;
    overflow: hidden;
    padding-top: 40px;
    padding-top: 2.5rem;
    background-color: #fff;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
    width: 15.277777777%; /* 176px / 1152px */
}

.sidebar,
#header .widget-area {
    width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
    width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
    width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
    width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 100%; /* 1152px / 1152px */
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
    float: right;
}

#home-middle {
    overflow: hidden;
}

#home-middle,
#home-top,
#home-bottom {
    padding: 1rem 0;
}

/* 04c - Header ----------- */

#header {
    overflow: hidden;
    padding-bottom: 0px;
    /*width: 960px;*/
    margin: 0 auto;
    background-color: #fff;
		border-bottom: 2px solid #db184d;
}

.fp-layout #header {
    background-color: #040a2c;
    padding-top: 10px;
}

.fp-layout #header #title-area {
    min-height: 80px !important;}
    
body.fp-layout {
    background-position: center 130px !important;
    background-repeat: no-repeat;
}

.fp-layout #tvwrapper {
    width: 40%;
    margin: 0 auto;
    background: #d8dfe2 url('images/fp-bg.png') repeat;
}
.fp-layout  #footer .wrap p {
    color: #929292 !important;
    }
.fp-layout #footer .wrap {
    background: #ffffff;
    border-top:thin lightgray solid;}

.single-tvlanding.fp-layout  div.gform_wrapper .ginput_container input[type="text"] {
    width: 98% !important;
}
.single-tvlanding.fp-layout div.gform_wrapper .gform_footer input[type="submit"] { 
    font-family: 'Lato', sans-serif !important;}
.fp-layout  .gform_wrapper {
    width: 80%;
    margin:0 auto;
}
.fp-layout  #fpile {
width: 80%;
margin: 0 auto;
}
.fp-layout .gform_wrapper .gform_footer {
    padding:0;
}

    .fp-layout  #tvwrapper h2 {
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0rem;
    text-transform:uppercase;
    }

    .fp-layout #footer {
    position: fixed;
    bottom: 0;
    }
    
    .fp-layout #inner #content .gform_wrapper .top_label .gfield_label { 
        display:none;
        
    }
    
    .fp-layout .gform_wrapper .gform_footer {
    margin-top: 10px !important;
    }
    .fp-layout  #field_31_2 {
    margin-top: 10px;
    }

#nav {
    float: right;
}

.ie8 #nav {
    width: 650px;
    font-size: 13px;
}

.ie7 #nav .wrap {
    padding: 0;
}

#subnav {
    float: right;
		display: none;
}

.ie7 #subnav,
.ie8 #subnav {
    float: right;
    display: inline-block !important;
    width: 310px !important;
}

#title {
    line-height: 1;
    margin: 40px 0 8px;
    margin: 2.5rem 0 0.5rem;
}

.header-image #title {
    margin: 0;
}

#description {
    line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
    width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
    display: block;
    float: left;
    min-height: 81px;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}

.header-image #description {
    display: block;
    overflow: hidden;
}

#featured {
    height: 500px;
    background: #d8dfe2 url('images/featured-bg-repeat.jpg') repeat-x center top;
    clear: both;
}

#featured-bg {
    height: 500px;
    background: transparent url('images/featured-bg.jpg') no-repeat center top;
}

#featured #featured-bg .wrap {
    height: 500px;
}

#featured-main {
    width: 621px;
    height: 425px;
    color: #ffffff;
    margin-top: 64px;
    float:left;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
}

#featured-main .post {
    padding: 105px 85px 55px 55px;
}

#featured-main .post p {
    padding-right: 0;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}

#featured-main .post p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

#featured-main .post .gfield input {
    padding: 7px;
    font-size: 12px;
}

#featured-main .post p a:hover {
    text-decoration: none;
}

#featured-main .post div.gform_wrapper li, 
#featured-main .post div.gform_wrapper form li {
margin: 5px 0 0;
}

#featured-main .post .gform_wrapper .gform_heading {
margin-bottom: 0px;
}

#featured-main .post .signed .gform_body, 
#featured-main .post .signed .gform_footer {
display: none;
}

#featured-main .post .gform_wrapper .gform_footer {
margin: 0;
}

#featured-main .post .gfield input {
    padding: 7px;
    font-size: 12px;
}

#featured-main .post .notyou {
    font-style: normal;
    font-size: 14px;
}

#featured-main .post p a:hover {
    text-decoration: none;
}

#featured-main .gform_wrapper .gform_footer {display: inline-block;}
#featured-main .gform_wrapper .gform_footer input[type="submit"] {
    background: #ff0827; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0827 0%, #e00420 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0827), color-stop(100%,#e00420)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff0827 0%,#e00420 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0827', endColorstr='#e00420',GradientType=0 ); /* IE6-9 */
    cursor:pointer; padding: 8px 16px;
}
#featured-main .gform_wrapper .gform_footer input:hover[type="submit"] {
    background: #de001e; /* Old browsers */
    background: -moz-linear-gradient(top,  #de001e 0%, #bd031c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de001e), color-stop(100%,#bd031c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #de001e 0%,#bd031c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de001e', endColorstr='#bd031c',GradientType=0 ); /* IE6-9 */
}

/* Featured form error styling */
#featured #featured-main .post .gform_wrapper div.validation_error{
    display: none;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
margin: 5px 0 0 !important;
padding: 0 !important;
background: none;
border: 0;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 10px 0 4px 0 !important;
    color: #fff;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0;
    color: #fff;
}

.gform_wrapper .top_label .gfield_description.validation_message, 
.gform_wrapper .gfield_description.validation_message {
    display: none;
}

#featured .gform_wrapper li.gfield_error input[type=text], 
#featured .gform_wrapper li.gfield_error input[type=url], 
#featured .gform_wrapper li.gfield_error input[type=email], 
#featured .gform_wrapper li.gfield_error input[type=tel], 
#featured .gform_wrapper li.gfield_error input[type=number], 
#featured .gform_wrapper li.gfield_error input[type=password], 
#featured .gform_wrapper li.gfield_error textarea {
    background: #ffe5e5 !important;
    border-color: red !important;
    color: #000 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
color: #fff !important;
}

#featured .gform_wrapper .top_label .gfield_error {
width: 100%;
}

#featured .gform_wrapper .top_label .gfield_error .ginput_container {
max-width: 100%;
}
/* END Featured form error styling */

#featured-sidebar-1 {
    width: 300px;
    margin-top: 64px;
    float:right;
}

#featured-sidebar-2 {
    width: 300px;
    float:right;
}

#featured-sidebar-1 img, #featured-sidebar-2 img {
    margin: 0;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;

}
#wordpress_social_login {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}
    #wordpress_social_login.wide {
        max-width: 960px;
        margin: 30px 0;
        clear: both;
    }
        #wordpress_social_login.wide #wp-social-login-connect-options {
            display: inline;
        }
            #wordpress_social_login.wide #wp-social-login-connect-options .wsl_connect_with_provider {
                display: inline-block;
                *display: block;
                *zoom: 1;
                vertical-align: middle;
            }
    #wordpress_social_login .wsl_connect_with_provider {
        width: 214px;
        height: 50px;
        overflow: hidden;
        background: transparent url('images/fb_login.png') center center no-repeat;
        display: block;
        margin: 0 auto;
    }
        #wordpress_social_login .wsl_connect_with_provider img {
            visibility: hidden;
        }
    #wordpress_social_login p {
        line-height: 1.5em;
        font-size: 85%;
    }


#issues-featured {
    height: 230px;
    background-color: #0e1425;
    clear: both;
}

#issues-featured-bg {
    height: 230px;
    background: transparent url(images/issues-featured-bg.jpg) no-repeat top center;
}

#issues-featured #issues-featured-bg .wrap {
    height: 230px;
}

#issues-featured-main {
    /* width: 621px;
    height: 425px; */
    color: #ffffff;
    margin-top: 40px;
    float:left;
}

#issues-featured-main .post {
    padding: 0;
    width: 630px;
}

#issues-featured-main .post p {
    /*padding-right: 260px;*/
    padding-right: 130px;
    line-height: 20px;
}

#issues-featured-main .post p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

#issues-featured-main .post .gfield input {
    padding: 7px;
    font-size: 12px;
}

#issues-featured-main .post p a:hover {
    text-decoration: none;
}

#issues-featured-main .gform_wrapper .gform_footer {display: inline-block;}
#issues-featured-main .gform_wrapper .gform_footer input[type="submit"] {background-color: #ff0827; cursor:pointer; padding: 8px 16px;}
#issues-featured-main .gform_wrapper .gform_footer input:hover[type="submit"] {background-color: #e00420;}

#issues-featured-sidebar-1 {
    width: 300px;
    margin-top: 64px;
    float:right;
}

#issues-featured-sidebar-2 {
    width: 300px;
    float:right;
}

#issues-featured-sidebar-1 img, #issues-featured-sidebar-2 img {
    margin: 0;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;

}



#social-stats {
    height: 100px;
    background: #e9f1f4;
}

#social-stats .wrap {
    padding-top: 24px;
}

/* 04d - Main Content ----------- */

#content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.page .widget .post.entry {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.page #content .post.entry {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.page-template-page_blog-php #content .post.entry .entry-title a {
    font-size: 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    display: block;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .sharethis_wrap {
margin-bottom: 10px;
float: right;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .post-info {
    margin-bottom: 14px;
    font-style: italic;
    color: #999;
    font-weight: normal;
    float: left;
    clear: none;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .entry-content {
clear: both;
}

.page-template-page_blog-php.parent-pageid-214 #content .post.entry .entry-title a {
    font-size: 18px;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    display: block;
}

.page-template-page_blog-php.parent-pageid-214 #content .post.entry .post-info,
.page-template-page_blog-php.parent-pageid-214 #content .post.entry .sharethis_wrap {
    display: none;
}

.page .widget .post.entry h2 {
    margin: 21px 0 13px;
    margin: 1.5rem 0 0.9rem;
    font-size: 24px;
    font-size: 1.5rem;
}

.page .widget .post.entry h2 a {color:#b90437;}
.page .widget .post.entry h2 a:hover {text-decoration:underline;}

.widget {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

#inner .widget #menu-action-center {display: block; background: #f1f1f1; border: 1px solid #e0e0e0; list-style-type:none;}
#inner .widget #menu-action-center li {list-style-type:none; margin:0;}
#inner .widget #menu-action-center a {color:#000; padding:0 0 0 80px; line-height:62px; border-bottom:1px solid #e0e0e0; display:block; font-size:16px;}
#inner .widget #menu-action-center .action-center-joinus a {background: url(images/action-center-joinus.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-takeaction a {background: url(images/action-center-takeaction.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-events a {background: url(images/action-center-events.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-blog a {background: url(images/action-center-blog.png) no-repeat left center; border:0;}
#inner .widget #menu-action-center a:hover {color:#000; padding:0 0 0 80px; background-color:#fff;}

.single .entry {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.page .entry {
    margin: 0;
}

.entry-content {
    overflow: hidden;
}

.entry-content,
.entry-content p {
    line-height: 1.625;
}

.entry-content p {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

blockquote {
    padding: 24px 64px;
    padding: 1.5rem 4rem;
}

blockquote::before {
    content: "\201C";
    display: block;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
    clear: both;
    line-height: 1.5;
}

.post-info {
    margin-bottom: 14px;
    font-style: italic;
    color: #999;
    font-weight: normal;
}

.post-info span, .post-info span.date {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.post-comments {
    background: url(images/post-comments.png) no-repeat center left;
    margin-left: 16px;
    margin-left: 1rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.post-meta {
    border-top: 1px solid #ccc;
    padding-top: 24px;
    padding-top: 1.5rem;
}

.categories,
.tags {
    display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
    width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
    width: 30.555555555%;
    box-sizing: border-box; /* 352px / 1152px */
}

.one-third.sticky,
.two-sixths.sticky {
    width: 100%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
    width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
    width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
    width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
    width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
    width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
    width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
    width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
    width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
    width: 82.638888888%; /* 952px / 1152px */
}

.first {
    margin-left: 20px;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
    float: left;
}

.alignright {
    float: right;
}

.archive-page {
    width: 50%;
}

.author-box,
.sticky {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
    line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
    background-color: #f5f5f5;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 32px;
    padding: 2rem;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: #1e2e3a;
    color: #fff;
    font-size:14px;
    font-weight:normal;
}

.breadcrumb p {color: #fff; display: block; padding: 24px 0;}
.smallblueline .breadcrumb p {padding: 0 !important;}
.breadcrumb .genesis-nav-menu li a {color: #fff; font-weight:bold; display: block; padding: 24px 20px; position: relative;}
.breadcrumb .genesis-nav-menu li a:hover, 
.breadcrumb .genesis-nav-menu li.current-menu-item a,
.category_in-the-press .breadcrumb .genesis-nav-menu li#menu-item-212 a {text-decoration:none; padding: 24px 20px 20px 20px; border-bottom: 4px solid #d10000; color: #fff; background: #293944;}
.breadcrumb .sep {margin:0 20px;}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    overflow: hidden;
}

#header .genesis-nav-menu {
    float: right;
    margin-top: 12px;
    margin-top: 12px;
    width: auto;
    clear: none;
}

#header #nav .genesis-nav-menu {
    margin-top: 0px;
    clear: none;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
    border-bottom: 0px solid #ccc;
}

.genesis-nav-menu ul {
    float: left;
    width: 100%;
}

.genesis-nav-menu li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    padding: 24px 20px;
    position: relative;
}

#header .genesis-nav-menu a {
    color: #002359;
    text-transform: uppercase;
		margin: 0;
    padding: 0 20px;
    border-bottom: 6px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
		height: 81px;
		line-height: 81px;
}

#header .genesis-nav-menu li li a, 
#header .genesis-nav-menu li li a:link, 
#header .genesis-nav-menu li li a:visited {
background-color: #db184d;
border: 0px solid #ccc;
border-top: none;
padding: 10px;
padding: 1.25rem;
position: relative;
width: 170px;
line-height: 16px;
height: auto;
color: #fff;
}

#header .genesis-nav-menu li li a:hover {
background-color: #b8123f;
}

.ie7 #header .genesis-nav-menu,
.ie8 #header .genesis-nav-menu {
width: 100%
}

.ie7 #header .genesis-nav-menu a,
.ie8 #header .genesis-nav-menu a {
font-size: 13px !important;
padding: 13px 10px;
}

#header .genesis-nav-menu a:hover,
#header .genesis-nav-menu .current-menu-item a, 
.category_blog #menu-item-19 a,
.category_blog.category_in-the-press #menu-item-221 a,
.category_press-releases #menu-item-221 a,
.parent-pageid-214 #menu-item-221 a,
.bio #menu-item-21 a {
    background: #fff;
    border-bottom: 6px solid #db184d;
}

.category_blog.category_in-the-press #menu-item-19 a,
.category_blog.category_press-releases #menu-item-19 a {
    background: #fff;
    border-bottom: 0;
}

#header .genesis-nav-menu .contribute.current-menu-item a {background:none; border-bottom: 0px;}
#header .genesis-nav-menu .contribute a {
	color: #fff;
/**
 * button color change
 * requested: 11/02/15
 * BC todo: 191202637
 * old red: #ff0827
 **/
	background: #18ac00;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 0px;
	line-height: 37px;
	height: 37px;
	padding: 0 14px;
	border-radius: 20px;
}

#header .genesis-nav-menu .contribute {
margin-left: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 0 !important;
	margin-top: 20px;
}

#header .genesis-nav-menu .contribute a:hover {
	text-decoration: none;
/**
 * button color change
 * requested: 11/02/15
 * todo: 191202637
 * old red: #de001e
 **/
	background: #1ab900;
}

#header .genesis-nav-menu .icon-bitcoin a {
	background-image: url("/wp-content/uploads/2014/06/icon-bitcoin.png");
	background-position: center 26px;
	background-repeat: no-repeat;
	margin-left: 55px;
	text-indent: -9999px;
	color: #ffffff;
}

#header .genesis-nav-menu .icon-bitcoin a:hover {
	background-image: url("/wp-content/uploads/2014/06/icon-bitcoin-hover.png");
	border-bottom: none !important;
	color: #ffffff;
}

#header #menu-social-media-menu a {
    display: block;
    padding: 0px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    position: relative;
    border-bottom:0;
}

#header .icon-facebook a {background: url(images/Abbott-FB.png) 0 0 no-repeat !important;}
#header .icon-twitter a {background: url(images/Abbott-Twitter.png) no-repeat !important;}
#header .icon-youtube a {background: url(images/Abbott-YT.png) no-repeat !important;}
#header .icon-flickr a {background: url(images/Abbott-Flickr.png) no-repeat !important;}
#header .icon-vimeo a {background: url(images/Abbott-Vimeo.png) no-repeat !important;}
#header .icon-linkedin a {background: url(images/Abbott-LinkedIn.png) no-repeat !important;}
#header .icon-pinterest a {background: url(images/Abbott-Pinterest.png) no-repeat !important; margin-right:0 !important;}

#header .icon-facebook a:hover {background-position: 0 -40px !important;}
#header .icon-twitter a:hover {background-position: 0 -40px !important;}
#header .icon-youtube a:hover {background-position: 0 -40px !important;}
#header .icon-flickr a:hover {background-position: 0 -40px !important;}
#header .icon-vimeo a:hover {background-position: 0 -40px !important;}
#header .icon-linkedin a:hover {background-position: 0 -40px !important;}
#header .icon-pinterest a:hover {background-position: 0 -40px !important;}

.genesis-nav-menu li.highlight-menu-item {
    margin-left: 20px;
    margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
    background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
    background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px;
    padding: 1.25rem;
    position: relative;
    width: 170px;
}

.genesis-nav-menu li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}

.genesis-nav-menu li ul ul {
    margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
    left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
    position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
    left: auto;
		display: block !important;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
    left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
    float: right;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu li.search {
    padding: 6px 0 0;
    padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin-left: 20px;
    margin-left: 1.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding-left: 24px;
    padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
    line-height: 1.2;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.author-box h1 {
    margin: 0
}

.taxonomy-description h1 {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.archive-title {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
    line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
    margin-left: 40px;
    margin-left: 2.5rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1e1e1e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
    line-height: 1.5;
    overflow: hidden;
}

.ping-list,
#comments {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

#author,
#email,
#url {
    width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

#comment {
    margin: 12px 0;
    margin: 0.75rem 0;
}

label {
    margin-left: 12px;
    margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 32px;
    padding: 2rem;
}

.comment-list li ul li {
    margin-right: -32px;
    margin-right: -2rem;
}

.comment-header {
    overflow: hidden;
}

.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
    margin-top: 32px;
    margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline;
    line-height: 1.5;
}

.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.sidebar .widget {
    border-bottom: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    overflow: hidden;
}

.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
    clear: both;
    background: #000e26;
}

#footer .wrap {
    color: #a3a6aa;
    border-top: 2px solid #1e1e1e;
    overflow: hidden;
    padding: 48px 20px;
    padding: 3rem 20px;
    line-height: 20px;
}

#footer .wrap a {
    color: #a3a6aa;
}

#footer .wrap a:hover {
    color: #ffffff;
}

#footer .creds {
    text-align: right;
}

#footer .creds,
#footer .gototop {
    margin: 8px 0;
    margin: 0.5rem 0;
}

#footer #text-11 {
    border-top: 1px solid #627685;
    border-bottom: 1px solid #627685;
    padding: 35px 0;
}
#footer #text-3 {
	float: left;
	width: 173px;
	font-size: 9px;
	margin-right: 40px;
}

#footer #text-3 .paidforby {
	border: solid 1px #808793;
	margin-top: 10px;
	padding: 3px;
}

#footer .widget .menu-action-center-container {display: block; background-color: transparent; border: 0; list-style-type:none;}
#footer .widget .menu-action-center-container li {list-style-type:none; margin:0; display: inline-block;}
#footer .widget .menu-action-center-container a {color:#627685; padding:0 40px 0 60px; line-height:40px; border-bottom:0; display: inline-block; font-size:16px;}
#footer .widget .menu-action-center-container a:hover {color:#fff; padding:0 40px 0 60px; background-color: transparent;}
#footer .widget .menu-action-center-container .action-center-joinus a {background: url(images/action-center-joinus.png) no-repeat -30px center; padding:0 60px 0 40px;}
#footer .widget .menu-action-center-container .action-center-takeaction a {background: url(images/action-center-takeaction.png) no-repeat -20px center;}
#footer .widget .menu-action-center-container .action-center-events a {background: url(images/action-center-events.png) no-repeat -20px center;}
#footer .widget .menu-action-center-container .action-center-blog a {background: url(images/action-center-blog.png) no-repeat -20px center; border:0;}
#footer .widget .menu-action-center-container li a {padding-right: 0 !important; margin: 0 40px 15px 0 !important;}
#footer .widget .menu-action-center-container li {width: auto;}


/* 11a - Footer Widgets ----------- */

.footer-widgets {
    border-top: 2px solid #1e1e1e;
    clear: both;
    line-height: 1.5;
    overflow: hidden;
    padding: 32px 0 16px;
    padding: 2rem 0 1rem;
}

.footer-widgets p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.widgettitle {
    color: #627685;
}

#sidebar .widgettitle {
    border-bottom: 1px solid #ccc;
    color: #486ba1;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}

#menu-footer-menu li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

#menu-footer-menu li li {
    float: none;
    font-weight: normal;
    font-size: 12px;
    margin-right:0;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd inset;
    padding: 16px;
    padding: 1rem;
    width: 100%;
}

#header .search-form {
    float: right;
    margin-top: 56px;
    margin-top: 3.5rem;
    width: 100%;
}

button,
input[type="button"],
input[type="submit"],
{
    background-color: #1e1e1e;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
    background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px;
    /* padding: 1rem; */
}

#content div.gform_wrapper input[type="submit"] {
    padding: 16px 24px;
    padding: 1rem 1.5rem;
}

#inner #content .gform_wrapper .top_label .gfield_label {
margin: 10px 0 10px 0;
font-weight: bold;
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3em;
clear: both;
font-size: 18px;
color: #486ba1;
}

#content div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}

#sidebar .gform_wrapper .top_label input.medium {
padding: 10px;
width:100%;
font-size:14px;
}

#sidebar .gform_wrapper .gform_footer, .gform_wrapper .gform_footer {
padding: 0;
margin: 16px 0 0 0;
clear: both;
width: 30%;
}

#sidebar .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"] {
    padding: 10px;
    background: #ff0827; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0827 0%, #e00420 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0827), color-stop(100%,#e00420)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff0827 0%,#e00420 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0827', endColorstr='#e00420',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

#sidebar .gform_wrapper .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer input:hover[type="submit"] {
    background: #de001e; /* Old browsers */
    background: -moz-linear-gradient(top,  #de001e 0%, #bd031c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de001e), color-stop(100%,#bd031c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #de001e 0%,#bd031c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de001e', endColorstr='#bd031c',GradientType=0 ); /* IE6-9 */
}

.field_left {
    float: left !important;
    width: 50% !important;
    clear: none !important;
}

.field_right {
    float: right !important;
    width: 50% !important;
    clear: none !important;
}

.field_left input, .field_right input {
    width: 95% !important;
}

.field_clear {
    clear: both !important;
}

#featured-main .gform_wrapper div.validation_error {display: none;}

#featured-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#featured-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin: 0;}

#featured-main .gform_wrapper .top_label .gfield_description.validation_message, #featured-main .gform_wrapper .gfield_description.validation_message {padding: 0 !important;}

.fp-layout .button.gform_button{
        
        -moz-box-shadow:inset 0 !important;
        -webkit-box-shadow:inset 0 !important;
      
        box-shadow: none  !important;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000c2a), color-stop(1, #00164a)) !important;
        background:-moz-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
        background:-webkit-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
        background:-o-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
        background:-ms-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
        background:linear-gradient(to bottom, #000c2a 5%, #00164a 100%) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c2a', endColorstr='#00164a',GradientType=0);
        
        background-color:#000c2a !important;
        
        -moz-border-radius:3px !important;
        -webkit-border-radius:3px !important;
        border-radius:3px !important;
        
        border:0 !important;
        
        display:inline-block !important;
        color:#ffffff !important;
        font-family:arial !important;
        font-size:13px!important;
        font-weight:normal !important;
        padding:9px 22px !important;
        text-decoration:none !important;
        
        text-shadow:0px 1px 0px #154682 !important;
        
    }
   .fp-layout .button.gform_button:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00164a), color-stop(1, #000c2a)) !important;
        background:-moz-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
        background:-webkit-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
        background:-o-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
        background:-ms-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
        background:linear-gradient(to bottom, #00164a 5%, #000c2a 100%) !important;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00164a', endColorstr='#000c2a',GradientType=0);
        
        background-color:#00164a !important;
    }
   .fp-layout .button.gform_button:active {
        position:relative !important;
        top:1px !important;
    }




/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
    max-width: 100%;
}

img {
    height: auto;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}

.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem
}

.comment-list li .avatar {
    float: left;
    margin: 0 16px 24px 0;
    margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem
}

img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
    line-height: 1.2;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.gallery-caption {
}

/* 14 FOOTER NAV */
#footer #footer-nav .wrap {
    border: none;
    padding: 0;
}

#footer ul.menu-footer {
    font-size: 13px;
    font-weight: normal;
}

#footer ul.menu-footer a {
    padding: 0rem .75rem;
}

#content .wp-accordion .ui-icon {
    display:none;
}

#content .wp-accordion h3.wp-tab-title {
    border-bottom: 2px solid #e6e6e6;
    background: transparent url(images/issues-bg.png) no-repeat 98% center;
    line-height: 60px;
    font-weight: normal;
    color: #073658;
    font-size: 21px;
    font-style: italic;
    padding-right: 60px;
    padding-left: 10px;
    margin:0 !important;
    clear: both;
}

#content .wp-accordion h3.wp-tab-title strong {
    font-weight: normal;
    color: #c9253d;
    margin-right: 5px;
    font-style: normal;
}

#content .wp-accordion h3.wp-tab-title.ui-state-active {
    background: url(images/issues-bg-active.png) no-repeat 98% center;
}

#content .wp-accordion h3.wp-tab-title.alternate {
    background-color: #f5f5f5;
}

.wpui-no-background .ui-tabs,
.wpui-no-background .ui-widget-content {
    padding-top: 22px !important;
}

#happening_now {
clear:both;
}

#happening_now h4.widgettitle {
    color: #404040;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

#happening_now .post {
width: 30%;
float: left;
margin-right: 3%;
line-height: 1.625;
}

#happening_now .post .more-link {
    display:block;
    margin: 10px 0;
}

.sn-wrap {
overflow: hidden !important;
}

.sn-count {
font-size: 30px;
font-weight: bold;
line-height: 36px;
color: #002948;
}

.sn-count-description {
font-size: 13px;
line-height: 13px;
}

.social-numbers-widget .sn-button, .social-numbers-widget .sn-button:visited {
color: #fff;
border: 3px solid #fff;
display: block;
font-size: 16px;
background: #012258;
text-shadow: none;
box-shadow: #999 1px 1px 5px;
border-radius: 15px;
}

.social-numbers-widget .sn-button:hover {
    color: #000;
    background: #fff;
}

.tubepress_thumb {
    float: left;
    width: 185px;
    height: 225px;
    line-height: 1.1em;
    font-size: 11px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tubepress_thumb .tubepress_meta_group {
    padding-top: 10px;
}

.fundraising-checkbox {
    font-weight:bold;
    margin:0 !important;
}

#inner #tribe-events-content {
position: relative;
margin-bottom: 48px;
padding: 1px 0;
}

div.tubepress_container div.pagination a {
background: #eee !important;
border: 1px solid #e0e0e0;
border-radius: 0 0 0 0;
color: #000 !important;
text-decoration: none;
}

div.tubepress_container div.pagination span.current,
div.tubepress_container div.pagination a:hover {
box-shadow: 0 0 0 #383838 !important;
background: #fff !important;
color: #486ba1 !important;
border: 1px solid #ccc;
border-radius: 0 0 0 0;
}

div.tubepress_container div.pagination {
font-size: 13px;
text-align: center;
clear: both;
margin: 0;
padding: .7em 0;
border-top: 1px solid #e0e0e0;
}
.tubepress_thumb .tubepress_meta_group {
padding-top: 10px;
line-height: 14px;
}
.tubepress_thumb a {
cursor: pointer;
color: #000;
}

/* Stay Connected */

.page-id-164 #content li 
{ list-style-type: none;
border-bottom: 1px solid #454545;
margin:0;
padding:0;
}

.page-id-164 .css-image-swap a {
text-decoration:none;
display: block;
padding: 30px 0px;
padding-left: 10px;
color: #000;
font-size: 16px;
}

.page-id-164 .css-image-swap a:hover {
background-color:#dbe7f0;
}

.page-id-164 #css-image-swap-1 a:link {
background: url('images/fb_up.png') no-repeat 355px center;
}

.page-id-164 #css-image-swap-1 a:hover {
background-image: url('images/fb_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-2 a:link {
background: url('images/twitter_up.png') no-repeat 560px center;
}

.page-id-164 #css-image-swap-2 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-3 a:link {
background: url('images/twitter_up.png') no-repeat 575px center;
}

.page-id-164 #css-image-swap-3 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-4 a:link {
background: url('images/twitter_up.png') no-repeat 420px center;
}

.page-id-164 #css-image-swap-4 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-5 a:link {
background: url('images/linkedin_up.png') no-repeat 230px center;
}

.page-id-164 #css-image-swap-5 a:hover {
background-image: url('images/linkedin_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-6 a:link {
background: url('images/youtube_up.png') no-repeat 310px center;
}

.page-id-164 #css-image-swap-6 a:hover {
background-image: url('images/youtube_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-7 a:link {
background: url('images/vimeo_up.png') no-repeat 290px center;
}

.page-id-164 #css-image-swap-7 a:hover {
background-image: url('images/vimeo_over.png');
background-color: #dbe7f0;
}  

.page-id-164 #css-image-swap-8 a:link {
background: url('images/flickr_up.png') no-repeat 250px center;
}

.page-id-164 #css-image-swap-8 a:hover {
background-image: url('images/flickr_over.png');
background-color: #dbe7f0;
} 

.page-id-164 #css-image-swap-9 a:link {
background: url('images/pinterest_up.png') no-repeat 240px center;
}

.page-id-164 #css-image-swap-9 a:hover {
background-image: url('images/pinterest_over.png');
background-color: #dbe7f0;
} 

/* END Stay Connected */

.grid #tribe-events-calendar-header {
height: 100px;
}

a.tb_photo img {
    max-width: 48px;
}

/* Thank You icons */

.thankyou-social-wrapper {
line-height: 32px !important;
}
.thankyou-social-wrapper strong {
margin-right: 5px;
}
.thankyou-social {
display: inline-block;
height: 32px;
width: 32px;
position: relative;
text-indent: -99999px;
margin-left: 5px;
}
.thankyou-tw {background-image: url(http://w.sharethis.com/images/twitter_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-yt {background-image: url(http://w.sharethis.com/images/youtube_32.png); display:inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-fb {background-image: url(http://w.sharethis.com/images/facebook_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-fl {background-image: url(http://w.sharethis.com/images/flickr_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-vi {background-image: url(http://w.sharethis.com/images/vimeo_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-li {background-image: url(http://w.sharethis.com/images/linkedin_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-vi {background-image: url(http://w.sharethis.com/images/vimeo_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}
.thankyou-pi {background-image: url(http://w.sharethis.com/images/pinterest_32.png); display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
    text-indent: -99999px;}

/* END Thank You icons */

.transparent_hover:hover,
#featured-sidebar-1 img:hover,
#featured-sidebar-2 img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

div.tb_header {display: none;}

/* 15 MOBILE STYLES  */

#mobile-nav, #mobile-nav ul {
    display: none;
}

#mobile-nav ul {
    background-color: rgba(78,78,78,1);
}

#mobile-nav ul li a {
    color: #fff;
    font-weight: normal;
}

p#continue { font-size: 125%; text-align: center; }
#WeThePeople
{
    margin-bottom:0 !important;
}
#SecuringTexans
{
    margin-bottom:0 !important;

}
#EducatingTexans
{
    margin-bottom:0 !important;
}
#WorkingTexans
{
    margin-bottom:0 !important;
}
#one-fourth-mod {
    width: 24.27% !important; 
    margin-left: 20px !important;
    background-size:100%;
    background-image:url(images/leftcolumn.png);
    background-repeat:no-repeat;
}
#one-third-mod {
    width: 32.291% !important; 
    margin-left: 0% !important;
    background-size:100%;
    background-image:url(images/centercolumn.png);
    background-repeat:no-repeat;
}




#WeThePeopleDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size:80%;
    background:none;    
    position:absolute;
    font-size: 18px;
    z-index:20;
    margin-left:3.5em;
    margin-top:-2.2em;
    pointer-events:none;
    
}
#SecuringTexansDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size: 18px;
    background:none;    
    position:absolute;
    
    z-index:20;
    margin-left:2.5em;
    margin-top:-2.4em;
    pointer-events:none;
}

#HealthyTexansDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size: 18px;
    background:none;    
    position:absolute;
    z-index:20;
    margin-left:7.2em;
    margin-top:-2.2em;
    pointer-events:none;

    
}

#BluePrintDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size: 18px;
    background:none;    
    position:absolute;
    z-index:20;
    margin-left: 4.2em;
margin-top: -2.6em;
    pointer-events:none;

    
}



#EducatingTexansDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size: 18px;
    background:none;    
    position:absolute;  
    z-index:20;
    margin-left:9.9em;
    margin-top:-2.2em;
    pointer-events:none;
}

#WorkingTexansDesc
{
    cursor: pointer;/*plain arrow*/
    text-decoration: none;
    color:#FFF;
    font-size: 18px;

    background:none;    
    position:absolute;
    
    z-index:20;
    margin-left:10.5em;
    margin-top:-2.2em;
    pointer-events:none;
}


#two-fifths-mod {
    width:39.27% !important; 
    margin-left: 0% !important;
    background-size:100%;
    background-image:url(images/rightcolumn.png);
    background-repeat:no-repeat;
}

#one-fifth-mod {
    margin-left: 0% !important;
    width: 2.0%; !important;/* 192px / 1152px */
}
#townhallheader{
    margin-left:30%;
    max-width:100%;
    margin-bottom:1%;
}

#townhallheader img{
    width:60%;
}
#HealthyTexans
{
    margin-bottom:0 !important;
}
.page-id-165 .entry-title {
    display: none;
}
#containerInner{
    height:2vw;
    height:30em;
}

    .touch #WeThePeopleDesc, .touch #SecuringTexansDesc, .touch #HealthyTexansDesc, .touch #EducatingTexansDesc, .touch #WorkingTexansDesc, .touch #BluePrintDesc {
        opacity: 1 !important;
        /*text-shadow: 0 0 3px #000;*/
        font-size: 115%;
        width: 100%;
        background-image:url('images/circle-plus.png');
        background-size:contain;
        background-repeat:no-repeat;
        text-align: left;
        padding-left:45px;
        position:absolute;
        
    
    }
    .touch .one-third
    {
    	max-height:459px;
    	
    }
      .touch #BluePrintDesc {
        margin-bottom:0%;
        right:auto;
        margin-left:1.5em;
      
    }
    .touch #WorkingTexansDesc {
        margin-bottom:4%;
        right:auto;
        margin-left:1.5em;
        bottom:auto;
    }
    .touch #EducatingTexansDesc{
        margin-bottom:40%;
        margin-left:1.5em;
        bottom:auto;
    }
    .touch #HealthyTexansDesc
    {
        margin-left:1.5em;
        bottom: 240px;
        
    }
    .touch #SecuringTexansDesc
    {
            margin-bottom:0%;
        
    }
    .touch #WeThePeopleDesc
    {
            margin-bottom:33%;
            bottom:auto;
        margin-left:1.5em;
    }
    
    .touch #containerInner > div {
        background: #000;
    }
        #one-fourth-mod {
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-bottomleft: 10px;
            -webkit-border-bottom-left-ra10pxdius: 10px;
            border-bottom-left-radius: 10px;
        }
        #two-fifths-mod {
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -webkit-border-bottom-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }
    .touch .home_overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba( 0, 0, 0, 0.6 );
    }
    .touch #containerInner img {
        opacity: 0.65;
    }
    .touch img {
    opacity: 0.65;  }

.touch #one-fourth-mod {
    background:#000;
}
.touch #two-fifths-mod {
    background:#000;
}
.touch #one-third-mod{
    background:#000;
    
}
.touch #EducatingTexansDesc{
    margin-bottom:64%;
    bottom:auto;
}
.touch #WorkingTexansDesc{

    bottom:auto;
}

#bbpress-forums .bbp-recent-popular a, 
#bbpress-forums .bbp-recent-popular a:link, 
#bbpress-forums .bbp-recent-popular a:visited {
width: 115px;
}
@media only screen and (max-width: 480px){
    #bbpress-forums .bbp-forums .forum-titles .bbp-forum-info,
    #bbpress-forums .bbp-forums .forum-titles .bbp-forum-topic-count,
    #bbpress-forums .bbp-forums .forum-titles .bbp-forum-freshness,
    #bbpress-forums .bbp-forums .bbp-body .bbp-forum-info,
    #bbpress-forums .bbp-forums .bbp-body .bbp-forum-reply-count,
    #bbpress-forums .bbp-forums .bbp-body .bbp-forum-freshness {
        width: 30% !important;
        margin-right: 5% !important;
        overflow: hidden !important;
    }
    #bbpress-forums .bbp-forums .forum-titles .bbp-forum-freshness,
    #bbpress-forums .bbp-forums .bbp-body .bbp-forum-freshness {
        margin-right: 0 !important;
    }
    .bbpress .forum h1.entry-title {
        padding-bottom: 35px;
    }
    .bbpress .forum .topic-latest-reply-avatar {
        float: none;
    }
    .bbpress .forum .topic-latest-reply-meta {
        padding-top: 5px;
        margin-left: 0px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 580px){
    .touch #containerInner a {
        display: block;
    }
            .touch #one-fourth-mod {
                -moz-border-radius-topleft: 0;
                -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
                -moz-border-radius-bottomleft: 0;
                -webkit-border-bottom-left-ra10pxdius: 0;
                border-bottom-left-radius: 0;
            }
            .touch #two-fifths-mod {
                -moz-border-radius-topright: 0;
                -webkit-border-top-right-radius: 0;
                border-top-right-radius: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0;
            }
}
@media only screen and (max-width: 768px){
    .archive-page, .footer-widgets .widget-area, .wrap, #footer .creds, #footer .gototop, #header .widget-area, #inner, #title-area, #wrap .sidebar, #wrap #content, #wrap #content-sidebar-wrap, #wrap #sidebar-alt {
        float: none;
    }
    #one-fourth-mod, #one-third-mod, #two-fifths-mod {
        position: relative;
    }
    #WeThePeopleDesc, #SecuringTexansDesc, #HealthyTexansDesc, #EducatingTexansDesc, #WorkingTexansDesc, #BluePrintDesc {
        position: absolute;
        top: auto;
        bottom: 15px;
    }
    
    
        #WeThePeopleDesc {
            bottom: 175px;
        }
        #SecuringTexansDesc, #HealthyTexansDesc {
            left: 0;
            right: auto;
        }
        #EducatingTexansDesc {
            bottom: 140px;
        }
        #WorkingTexansDesc {
            left: auto;
            right: 0;
        }
}
