/*
 Theme Name:   Genesis Child Theme - David Perdue
 Description:  Genesis Framework child theme for David Perdue's site
 Author:       Cameron Kloot
 Author URI:   http://www.pushdigital.com
 Template:     genesis
 Version:      1.0.0
 Text Domain:  genesis-child
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(assets/css/fontello.css);
@import url(assets/css/animation.css);
/*@import url(//cloud.typography.com/7513712/743608/css/fonts.css);*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
    background-color: #fff;
    border-top: solid 62px #114768;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
	font-weight: 400;
}

body.home {
    border-top-width:64px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1090c2;
	text-decoration: none;
}

a:hover {
	color:#0a5c7b;
    text-decoration:underline;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sentinel A', 'Sentinel B', 'Gotham A', 'Gotham B', sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.1;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 4px;
	color: #999;
	font-size: 16px;
	padding: 12px;
	width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color:#5cb85c;
    padding: 5px 12px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding:6px 12px;
	width: auto;
    vertical-align:middle;
}

.button {
    background-color:#fff; 
    color:#999;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer; 
    border-radius: 4px;
    border:1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;   
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
    text-decoration:none;
}

.button:hover {
    background-color:rgba(241,249,241,0.85);
    color:#2d672d;
    border-color:#5cb85c;
    text-decoration:none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    margin-bottom:-21px;
}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
    background-color:#fff;
	clear: both;
	padding-top: 40px;
}

.home .site-inner {
    background-color:#038f9e;
    padding-bottom:50px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title-area {
    background-color:#1090c2;
    text-align:center;
    padding:30px; 0;
}

body.no-title .entry-title-area {
    display:none;
}

.entry-title-area h1 {
    color:#fff;
    margin-bottom:0;
}

.entry-title-area p {
    color:#114768;
    font-size:20px;
    margin-bottom:10px;
    font-weight: 300;
    text-transform: uppercase;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
    color: #1090c2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1090c2;
}

.entry-title a:hover {
	color:#0a5c7b;
    text-decoration:none;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding:6px 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin:0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
    
}

div.gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color:#2d672d !important;
    color:#fff;
}

div.gform_wrapper select {
    height:33px;
}

div.gform_wrapper li.email input,
div.gform_wrapper li.address input {
    width:98.5% !important;
}

div.gform_wrapper textarea.textarea {
    width:98.5% !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    position:fixed;
    top:0;
    width:100%;
    background-color:#114768;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,.3);
    box-shadow:0 2px 2px rgba(0,0,0,.3);
    z-index:9999;
min-height:62px;
}
.site-header .wrap {
min-height:62px;
}
.home .site-header {
    background-color: #fff;
    border-top:solid 2px #e84242;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    background-image:url(images/logo-white.png);
    background-repeat:no-repeat;
    background-position:20px;
    background-size:300px 21px;
	padding:0;
}

.home.header-image .site-header .wrap {
    background-image:url(images/logo.png);
}

.header-image .site-header .nav-primary .wrap {
    background:transparent;
}

.title-area a {
	float: left;
    min-width:300px;
    height:62px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

/*
Home Hero
---------------------------------------------------------------------------------------------------- */

.hero {
    min-height:600px;
    position:relative;
    color:#fff;
    margin:0;
    width:100%;
}

.hero-background {
    position:fixed;
    top:60px;
    width:100%;
    background-size:cover;
    z-index:-1;
    height:620px;
}

.hero-info {
    position:absolute;
    width:464px;
    left:55%;
    top:240px;
    padding:40px 40px 20px;
}

.hero-info h1 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #a6e1f8;
    text-shadow: 0 0 5px rgba(0,0,0,.65);
}

.hero-info .hero-text {
    text-shadow:1px 1px 2px #000;
}

.hero-form-container  {
    background: #fff;
    padding: 20px 0;
    margin:0;
    -webkit-box-shadow: 0 -3px 3px rgba(0,0,0,.4);
    box-shadow: 0 -3px 3px rgba(0,0,0,.4);
}

.hero-form-container .wrap {
    max-width:726px;
}

.hero-form-container .gform_wrapper {
    margin:0;
    max-width:100%;
}

.hero-form-container .gform_wrapper div {
    display:inline;
    float:left;
    clear:none !important;
    padding:0;
    margin:0;
}

.hero-form-container .gform_wrapper .gform_heading {
    width:auto;
    float:left;
    color:#114768;
    padding:6px 20px 6px 0;
}

.hero-form-container .gform_wrapper .gform_body {
    float:left;
}

.hero-form-container .gform_wrapper .gform_footer {
    float:left;
}

.hero-form-container .gform_wrapper ul li.gfield {
    float:left;
    margin-bottom:0 !important;
}

.hero-form-container .gform_wrapper ul li.gfield .gfield_label {
    display:none !important;
}

.hero-form-container .gform_wrapper ul li.gfield input {
    width:100% !important;
}


.hero-form-container .gform_wrapper ul li.gfield.email {
    width:65%;
    clear:both;
}
.hero-form-container .gform_wrapper ul li.gfield.email .ginput_container {
    width:100%;
    padding-right:4px;
}

.hero-form-container .gform_wrapper ul li.gfield.zip {
    width:33%;
    clear:right;
}
/*
Home Links
---------------------------------------------------------------------------------------------------- */
.debt-counter.national-debt {
    padding: 0 0 40px; 
    text-align: center; 
    color: #e84242; 
    font: 800 6em 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.cta-debt-counter {
    font-size:30px;
    display: block;
    font: 800 2em 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    color: #fff;
}
.home-links {
    float:left;
    width:100%;
    border-bottom: solid 1px #07a5b6;   
    background-color:#114768;
}

.home-links a,
.home-links p {
    -webkit-transition: all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;    
}

.home-links .text-links {
    background-color:#114768;
    width:100%;
    float:left;
}

.home-links .text-links a {
    width:50%;
/*     float:left; */
    text-align:center;
    color:#fff;
    padding:27px 0 7px;
    padding:27px 0 7px;
}

.home-links .text-links a:hover {
    background-color:#e84242;
    text-decoration:none;
}

.home-links .text-links a:hover p {
    color:#fff;
    text-decoration:none;
}

.home-links .text-links p {
    color:#1090c2;
}

.home-links .text-links .first {
    border-right: solid 1px #0d3852;
    border-bottom: solid 1px #0d3852;   
}

.home-links .text-links .second {
    border-left: solid 1px #15567e;
    border-bottom: solid 1px #0d3852;
}

.home-links .image-links {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#114768),to(#038f9e));
    background-image: -webkit-linear-gradient(top,#114768,0,#038f9e,100%);
    background-image: -moz-linear-gradient(top,#114768 0,#038f9e 100%);
    background-image: linear-gradient(to bottom,#114768 0,#038f9e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff114768', endColorstr='#ff038f9e', GradientType=0);
    border-top: solid 1px #15567e;
    padding: 60px 0 58px;
    width:100%;
    float:left;
    border-bottom: solid 1px #02707c;
}   

.home-links .image-links .one-third {
    background-color:#fff;
    text-align:center;
    min-height: 338px;
}

.home-links .image-links .one-third:hover {
    background-color:#e84242;
    text-decoration:none;
}

.home-links .image-links .one-third:hover img {
    opacity:0.85;
}

.home-links .image-links .one-third a {
    color:#333;
    -webkit-transition: all 0.01s ease-in-out;	
    transition:         all 0.01s ease-in-out;   
}

.home-links .image-links .one-third:hover a {
    color:#fff;
    text-decoration:none;
}

.home-links .image-links h3 {
    color:#1090c2;
    margin:10px 0 8px;
}

.home-links .image-links .one-third:hover h3 {
    color:#fff;
    text-decoration:none;
}

.home-links .image-links p {
    padding:0 20px 20px;
    margin-bottom:0;
}

.home-links .latest {
    display:inline-block;
    width:100%;
    background-color:#114768;
    color:#fff;
    font-size:20px;
    padding:20px;
    margin-top:60px;
    text-align:center;
}

.home-links .latest:hover {
    background-color:#e84242;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
    text-align:right;
}

.genesis-nav-menu > .menu-item {
	display: inline-block;
    margin-right:-4px;
}

.genesis-nav-menu a {
	border: none;
    color:#fff;
    font-size:16px;
	display: block;
	padding:19px 24px;
	position: relative;
    border-left:1px solid;
    border-color:#15567e;
    margin-right:-1px;
}

.genesis-nav-menu > .menu-item:last-child a {
    background-color:#5cb85c;
    color:#fff;
    border:none;
    margin-right:0;
}

.genesis-nav-menu > .menu-item:last-child a:hover {
    background-color:#449d44;
    text-decoration:none;
}

.genesis-nav-menu > .menu-item:last-child a:before {
    content: '\e809';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}


.genesis-nav-menu > .menu-item:last-child .sub-menu a:hover {
	/*color: #15567e;*/
	background-color: #449d44;
}

.home .genesis-nav-menu .menu-item:last-child .sub-menu li a {
	background-color: #5cb85c;	
}

.home .genesis-nav-menu .menu-item:last-child .sub-menu li a:hover {
	background-color: #449d44;
}

.genesis-nav-menu .current-menu-item > a {
    box-shadow:inset 0 -2px 0 #e84242;
}

.home .genesis-nav-menu a {
    color:#15567e;
    border-color:#e0e0e0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:active {
	color: #fff;
    background-color:#e84242;
    border-bottom-color:#e41e1e;
    border-left-color:#e41e1e;
    text-shadow:none;
    text-decoration:none;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
    border:none;
    list-style-type:none;
    margin-left:-1px;
}

.genesis-nav-menu .sub-menu li:first-of-type a {
    border-top:1px solid #15567e
}

.genesis-nav-menu .sub-menu a {
    background-color:#114768;
    text-align:left;
    border:none;
    border-bottom:1px solid #15567e;
	padding: 16px 20px;
    margin-left:1px;
	position: relative;
	width: 200px;
}

.home .genesis-nav-menu .sub-menu li a {
    background-color:#fff;
    border-bottom-color:#e0e0e0;
    border-top-color:#e0e0e0;
}

.genesis-nav-menu .sub-menu li a:hover {
    background-color:#e84242; 
    text-shadow:none;
    text-decoration:none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Slicknav
--------------------------------------------- */

.slicknav_menu {
    display:none;
    position: absolute;
    top: 6px;
    right:0;
    padding:5px 0 !important;
    min-width:210px;
    background-color:transparent !important;
}

.slicknav_btn {
    background-color:transparent !important;
    margin-right:13px !important;
}

ul.slicknav_nav {
    padding-top:8px !important;
}

ul.slicknav_nav li {
    background-color:#114768 !important;
    border-bottom:1px solid #15567e;
}

.home ul.slicknav_nav li {
    background-color:#fff !important;
    border-bottom:1px solid #e0e0e0;
}

ul.slicknav_nav li:first-of-type {
	border-top: 1px solid #15567e;
}

.home ul.slicknav_nav li:first-of-type {
	border-top: 1px solid #e0e0e0;
}

ul.slicknav_nav li:last-of-type {
    border-bottom:none;
    background-color:#5cb85c !important;
}

ul.slicknav_nav li:last-of-type a {
    color:#fff !important;
}

.slicknav_nav a[role=menuitem],
.slicknav_nav .slicknav_item,
.slicknav_nav .sub-menu a {
    font-size:20px !important;
    margin:0 !important;
    border-radius:none !important;
    padding:10px 20px !important;
}

.slicknav_nav a {
    color:#fff !important;
}

.home .slicknav_nav a {
    color:#114768 !important;
}

.slicknav_nav a:hover {
    background-color:#e84242 !important;
    color:#fff !important;
    border-radius:0 !important;
    text-decoration:none;
}

.slicknav_menu .slicknav_icon-bar {
    width: 24px !important;
    height: 4px !important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    background-color:#fff !important;
}

.home .slicknav_menu .slicknav_icon-bar {
   background-color:#114768 !important;
}

.slicknav_nav .slicknav_arrow {
    float:right;
}

.home .slicknav_nav .slicknav_arrow {
    color:#114768;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    width:720px;
    float:right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.content-sidebar .entry {
    padding: 40px 40px 24px 10px;   
}

.entry-content { 
    clear:both;
}

.entry-content .first-char {
    font-size:108px;
    font-family:'Sentinel A','Sentinel B','Gotham A','Gotham B','Helvetica Neue',Helvetica,Arial,sans-serif;
    color:#1090c2;
    float: left;
    margin: 5px 5px 0 0;
    padding: 0;
    line-height: .7em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color:#1090c2;
}

.pagination {
    margin-bottom:40px;
}

.pagination a {
    padding:5px 10px;
    border-radius:4px;
}

.pagination a:hover {
    background-color:rgba(241,249,241,0.85);
    color:#2d672d;
    border-color:#5cb85c;
    text-decoration:none;
}

.blue,
.pagination a {
    position: relative;
    background: #edf9fe;
    border: solid 1px #a6e1f8;
    color: #114768;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.blue:hover{
    border-color: #f1f9f1;
    background: #f1f9f1;
    color: #2d672d;
    text-decoration:none;
}

.blue:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px #5cb85c;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform .3s, opacity .3s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform .3s, opacity .3s;
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    filter: alpha(opacity=0);
}

.blue.active:after,
.blue:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.debt-box {
    border: solid 1px #e0e0e0;
    background: #efefef;
    margin-bottom: 20px;
    padding: 40px 15px;
    color: #114768;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.debt-box h2 {
    margin: 0;
}

.debt-box p {
    margin-bottom:0;
}

.debt-solution {
    margin-top: 30px;
    border: solid 1px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height:340px;
}

.national-debt .debt-solution {
    min-height:220px;
}

.debt-solution h3 {
    margin: 0;
    padding: 15px;
    border-bottom: solid 1px #e0e0e0;
    text-align: center;
    color: #114768;
}
.debt-solution p {
    padding: 15px;
    margin-bottom:0 !important;
}

.involved-box {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #edf9fe;
    border: solid 1px #a6e1f8;
    color: #114768;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.involved-box span {
    font-size: 20px;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #1090c2;
}

.involved-box i {
    margin: 15px 0;
    display: block;
    color: #114768;
    font-size: 6em;
}

.involved-box:hover {
    margin-top: -20px;
    text-decoration: none;
}

.involved-box:hover i, .involved-box:hover span {
    color: #5cb85c;
}

.page-divider {
    position:absolute;
    height:20px;
    left:0;
    width:100%;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    margin:70px 0 80px;
}

.put-page-divider {
   padding:80px 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
    font-size: 18px;
    line-height: 28px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
    float:left;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Tooltips
--------------------------------------------- */

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

/* Sharing
--------------------------------------------- */

.entry .sl-container {
    text-align:center;
    margin:20px 0 60px;
    float:left;
    width:100%;
}

.entry .sl-container a {
    font-size:20px;
    padding:15px 24px;
    margin:15px;
    border-radius:4px;
}

.entry .sl-container .sl-tr {
    padding:15px 38px;
}

.entry .sl-container a:hover {
    color:#2d672d;
    text-decoration:none;
}

/* Pagination
--------------------------------------------- */
/*
.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}*/

.archive-pagination li {
	display: inline;
}

/*
.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}*/

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

/*.sidebar a {
	border-bottom: 1px solid #ddd;
}*/

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	/*padding: 40px;
	padding: 4rem;*/
}

.sidebar .enews-widget {
	background-color: #333;
}

.why-box {
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #efefef;
    color: #333;
    font-size: .9em;
}
.why-box span {
    display: block;
    margin: 0 0 5px;
    font: 800 1.8em 'Sentinel A', 'Sentinel B', 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1090c2;
}
.why-box:hover {
    text-decoration: none;
    background: #e0e0e0;
    color: #333;
}
.why-box.red {
    background: #e84242;
    color: #f9caca;
}
.why-box.red .debt-counter {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.8em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}
.why-box.red:hover {
    color: #f9caca;
    background: #c51818;
}

/*
Meet Family
---------------------------------------------------------------------------------------------------- */

.meet-family {
    padding: 40px 0;
    background: #efefef;
    border-top: solid 1px #e0e0e0;
}

.meet-family h1 {
    color:#1090c2;
    text-align:center;
}

.meet-family p {
    max-width:750px;
    margin:0px auto 20px;
    padding:20px;
}

.meet-family .meet-image {
    position:relative;
    text-align:center;
}

.meet-family .meet-image .caption {
    position:absolute;
    bottom:5px;
    left:0;
    width:100%;
    background-color:rgba(0,0,0,0.75);
    color:#fff;
    text-align:center;
    padding:10px 0;
}

.

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
    border-top: solid 1px #e0e0e0;
	color: #999;
	text-align: center;
}

.site-footer .wrap {
    padding:30px 0;
}

.site-footer 
}

.site-footer p {
	margin-bottom:0;
}

.site-footer .sl-container {
    float:left;
    padding:5px 0 3px;
}

.site-footer .sl-container a {
    font-size:18px;
    padding:7px 8px;
    margin-right:20px;
    vertical-align:middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-footer .sl-container a:last-of-type {
    margin-right:0;
}

.site-footer .sl-container icon:before {
    font-size:20px;
}

.site-footer .copyright {
    float:right;
    text-align:right;
}
.site-footer .copyright p {
	margin-bottom:0;
    font-size:12px;
}

.site-footer .footer-logo {
    display:block;
    border:none;
    padding:30px 0;
    background-color:#f3f3f3;
}

.site-footer .footer-logo img {
    width:195px;
    margin-left:-26px;
}

.site-footer .address a {
    color:#999;
}

.site-footer .powered {
    text-align:center;
    font-weight:bold;
    padding-top:20px;
    margin-bottom:0;
}


/*
Special
---------------------------------------------------------------------------------------------------- */
.no-script {
    display:none;
}

/*
WP Masonry
---------------------------------------------------------------------------------------------------- */

.wmle_container * {-webkit-transition: all 0.01s ease;transition:all 0.01s ease;}
.wmle_container .wmle_item{background-color:#fff; margin:10px; -webkit-box-shadow: 0px 0px 3px -1px #959595;box-shadow: 0px 0px 3px -1px #959595;border-bottom:4px solid #e84242;}
.wmle_container .wmle_item.no-thumb{border-bottom:4px solid #114768;}
.wmle_container .wmle_item .wpme_image{ text-align:center;}
.wmle_container .wmle_item .wpme_image img{border-radius:0px !important; box-shadow:none !important; width:100%;}
.wmle_container .wmle_item .wmle_post_meta{color:#a5a4a2; font-size:11px;line-height:1.5; padding-bottom:6px;}
.wmle_container .wmle_item .wmle_post_meta a{ color:inherit; text-decoration:none;}
.wmle_container .wmle_item .wmle_post_meta a:hover{ text-decoration:underline;}
.wmle_container .wmle_item .wmle_post_meta { display:none; }
.wmle_container .wmle_item .wmle_post_title{ font-size:18px; color:#114768; line-height:1.2; padding:20px;}
.wmle_container .wmle_item .wmle_post_title a{ color:inherit; text-decoration:none;}
.wmle_container .wmle_item .wmle_post_title a:hover{ color:inherit;}
.wmle_container .wmle_item .wmle_post_excerpt{font-size:14px; color:#4f4f4f; padding:20px;}
.wmle_container .wmle_item .wmle_post_excerpt p{ line-height:1.5;}
.wmle_container .wmle_item .wmle_post_excerpt p:last-child{ padding-bottom:0px; margin-bottom:0px;}
.wmle_loadmore .wmle_loadmore_btn{ display:inline-block; margin:5px;color:#fff; font-size:41px; text-decoration:none; }
.wmle_loadmore .wmle_loadmore_btn:hover { color:#e84242 !important; }
.wmle_container .wmle_item:hover {background-color:#e84242;}
.wmle_container .wmle_item.no-thumb:hover {background-color:#114768;}
.wmle_container .wmle_item:hover .wmle_post_excerpt,
.wmle_container .wmle_item:hover .wmle_post_title {color:#fff; }
.wmle_container .wmle_item a:hover { text-decoration:none; }
.wmle_container .wmle_item:hover .wpme_image img {opacity:0.85;}



/*
Splash
---------------------------------------------------------------------------------------------------- */

.splash .gform_wrapper {
    max-width:100%;
}

.splash .gform_wrapper .gform_heading {
    width:100%;
    border-bottom:1px solid #ededed;
    padding-bottom: 24px;
margin-bottom: 30px;
}

.splash .gform_wrapper h3.gform_title {
    color: #144865;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px;
    text-shadow: 0 2px #f2f2f2;
}

.splash .gform_wrapper .gfield {
    margin:0 0 14px 0 !important;
}

.splash .gform_wrapper .gfield input[type="text"] {
    padding:12px 12px !important;
    background-color:#f2f2f2;
    width:100% !important;
}
.splash .gform_wrapper .gform_footer input[type="submit"] {
    padding: 11px;
    width: 100%;
}

.splash .gform_wrapper .gform_footer {
    padding:0;
}

.splash .genesis-nav-menu > .menu-item:last-child a:before {
    content:'';
    display:none;
}
.splash .entry {
    margin-bottom:0;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background-image:url(images/logo-white@2x.png); 
        background-repeat:no-repeat;
        background-position:20px;
		background-size:300px 21px;
	}
        
    .home.header-image .site-header .wrap {
        background-image:url(images/logo@2x.png);    
    }
        
	.header-image .site-header .nav-primary .wrap {
        background:transparent;
    }
}

@media only screen and (max-width: 1200px) {
	.meet-family .wrap {
		padding:0 20px;
	}
}

@media only screen and (max-width: 1139px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
    
    .slicknav_menu {
        display:block;
    }
    
    .nav-primary {
        display:none;
    }

    .entry .sl-container a {
        display:block;
    }
}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

    .site-footer .sl-container {
        float:none;
    }
    
    .site-footer .copyright {
        padding:20px 20px 0;
        float:none;
        text-align:center;
    }
    
    .wmle_item_holder {
        width:50% !important;
    }
    
    .entry .sl-container a {
        display:inline-block;
    }
    
    .debt-counter.national-debt {
        font-size:60px;
    }
    
    .content-sidebar .entry {
        padding-right:0;
        padding-left:0;
    }
    
    .national-debt .debt-solution {
        height:auto !important;
    }
    
    .national-debt .debt-solution.first {
        margin-bottom:40px;
        
    }

	.image-links .wrap {
		padding:0 20px;
	}
}

@media only screen and (max-width: 900px) {

    .hero-info {
        margin-left:0;
        margin-top:0;
        bottom: 0;
	left: 0;
	top:auto;
	width: 100%;
        background-color:rgba(0,0,0,0.85);   
    }
    
    
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

    .hero-form-container {
        padding:0 10%; 
    }
    
    .hero-form-container .gform_wrapper .gform_heading {
        float:none;
        text-align:center;
        margin:10px 0;
    }
    
    .hero-form-container .gform_wrapper .gform_body {
        display:block;
        width:100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    div.gform_wrapper .gform_footer input[type="submit"],
    .hero-form-container .gform_wrapper div {
        width:100% !important;
        margin-bottom:10px;
        display:block;
    }

    .hero-form-container .gform_wrapper .gform_footer {
        padding-left:0;
    }
    
    .home-links .text-links a {
        width:100%;
    }
    .home-links .text-links .first {
        border-right:none;
    }
    
    .home-links .text-links .second {
        border-left:none;
    }
    
    .home-links .image-links {
        padding-top:0;
        border-top:none;
    }
    
    .home-links .image-links .one-third {
        margin-bottom:58px;
    }
    .home-links .image-links .one-third.third { 
        margin-bottom:0;
    }
    
    .home-links .text-links .second {
        border-bottom:none;
    }

    .debt-counter.national-debt {
        font-size:48px;
    }
    
    .debt-box {
        max-width: 400px;
        display: block;
        float: none;
        margin:10px auto;
    }
    
    .why-box {
        max-width:400px;
        margin:0 auto;
    }
    
    .meet-family .family {
        text-align: center;
        float: left;
        width: 100%;   
    }
    
    .meet-family .family .one-third {
        max-width:400px;
        float:none;
        margin:40px auto;
    }
    
    .image-links .one-third {
        max-width:400px;
        margin:20px auto;
        float:none;
    }
}

@media only screen and (max-width: 600px) {
    .hero-info {
        width:100%;
        bottom:0px;
        left:0px;
        padding:20px;
    }
    

h1 {
        font-size:28px;
    }
    
    .entry-title {
        font-size:28px;
    }
}

@media only screen and (max-width: 528px) {
    .site-footer .sl-container a:last-of-type {
        margin-top: 20px;
        display:inline-block;
    }

    .wmle_item_holder {
        width:100% !important;
    }
    
    .hero-background {
        background-position:-70px;
    }

    .hero-info h1 {
	font-size: 28px;
	line-height: 18px;
    }
    
    .text-links h2,
    .cta-debt-counter {
        font-size:24px;
    }
    
    .debt-counter.national-debt {
        font-size:28px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-info h1 {
	font-size: 22px;
	line-height: 22px;
    }
	
    .hero-info .hero-text {
	font-size:14px;
	margin-bottom:0;
    }
}

@media only screen and (max-width: 400px) {
    .header-image .site-header .wrap {
        background-position:-64px;
    }
    

    .slicknav_menu {
        
    }
    
    ul.slicknav_nav > li:last-of-type {
        border-bottom: 1px solid #15567e;
    }
    
    .home ul.slicknav_nav > li:last-of-type {
        border-bottom-color:#e0e0e0;
    }
        
    .hero-background {
        background-position:-180px;
    }
}   

.entry.no-share .sl-container  {
    display:none;
}

.entry.no-share .entry-content .sl-container  {
    display:initial; 
}


.home-links .text-links {
	padding-top: 3rem;
}