/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #002857;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #002a55;
	color: #fff;
}

::selection {
	background-color: #002a55;
	color: #fff;
}

a {
	color: #1faff0;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #fad000;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#content-sidebar-wrap ul,
#content-sidebar-wrap ol {
	display: block;
	margin: 20px auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

#content-sidebar-wrap ul li {
	list-style-type: disc;
}

#content-sidebar-wrap ol li {
	list-style-type: decimal;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #002857;
	letter-spacing: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4 {
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	padding: 20px;
	width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #60b3e5;
	border: 2px solid #60b3e5;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 100px;
	position: relative;
	z-index: 9;
	-word-wrap: break-word;
}

.front-page .site-container .site-inner {
}

.altitude-landing .site-container .site-inner {
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
	text-align: center;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #22a1c4;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
}

.featured-section .site-header > .wrap {
	border-bottom: none;
}

.site-header.dark {
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	width: 187px;
}

.site-header.dark .title-area {
}

.site-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 100px;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #002a55;
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 10px;
	margin: 34px 0 33px;
	text-transform: none;
}

.contnav {
	background-color: #fad000;
}

.socialnav a {
	padding: 0 10px;
	background-color: transparent !important;
}

.site-header.dark .socialnav a {
	padding: 0 10px !important;
}

.genesis-nav-menu > li.socialnav > a:hover {
	border-color: transparent;
}

.socialnav img {
	max-width: 25px;
}

.socialnav img:hover {
	opacity: 0.8;
}

.site-header.dark .genesis-nav-menu a {
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	background-color: #002a55;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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;
}

.genesis-nav-menu .sub-menu a {
	background-color: #002a55;
	padding: 14px;
	margin: 0;
	position: relative;
	width: 200px;
	color: #fff;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.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 {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #002a55;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 20px;
	padding-top: 20px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 0 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 0 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.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 code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

h1.entry-title, h3.entry-title {
	background-color: #fad000;
	padding: 10px 50px;
}

h3.entry-title {
	font-size: 30px;
}

.entry-header p.entry-meta {
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: none;
	content: "";
	display: block;
	margin: 0 auto 50px;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
	padding-top: 30px;
}

.front-page .footer-widgets {
	border-top: solid #002a55 2px;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


/* FRONT PAGE
---------------------------------------------------------------------------------------------------- */

/* Home Section 1 */

.fronttop {
	width: 100%;
	max-width: 950px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.fronttop img {
	width: 100%;
	max-width: 663px;
	display: block;
	margin: 0 auto 25px;
}

.fronttop input[type="text"] {
	float: left;
	margin: 0;
	width: auto;
	border: solid 3px #b8b8b8;
	color: #b8b8b8;
	font-family: "Ek Mukta", sans-serif;
	padding: 10px 30px;
}

.fronttop input[type="submit"], .fronttop button {
	background-color: #002857;
	color: #fff;
	border-radius: 0;
	float: none;
	margin: 15px auto;
	border: solid 3px #b8b8b8;
	font-family: "Ek Mukta", sans-serif;
	padding: 10px 30px;
	font-size: 20px;
}

.fronttop input[type="submit"]:hover {
	border: solid 3px #b8b8b8;
	padding: 10px 30px;
	background-color: #fad000;
}

.fronttop button {
	float: none;
	background-color: #fad000;
	border-color: #fad000;
}

.fronttop button:hover {
	background-color: #b8b8b8;
	border: solid 3px #b8b8b8;
}

.fronttop input.email {
	width: 100%;
	max-width: 350px;
}

.fronttop input.zip {
	width: 100%;
	max-width: 200px;
}

/* Home Highlights Feed */

.homehighlight {
	background-color: #ededed;
	float: left;
	margin: 0;
	width: 30%;
	min-height: 600px;
	position: relative;
}

.homehighlight:nth-child(3n+2) {
	margin: 0 5%;
}

.homehighlight img {
	width: 100%;
	margin: 0;
}

.highlightinner {
	width: 92%;
	margin: 0 4% 43px;
}

.highlightinner h3{
	margin: 0;
	line-height: 26px;
	font-size: 24px;
}


.highlightinner h3 a {
	color: #002857;
	text-decoration: none;
}

.highlightinner h3 a:hover {
	text-decoration: underline;
}

.excerptdiv {
	border-top: solid 2px #fff;
	margin-top: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}

.highlightinner p {
	text-align: left;
	color: #000;
	font-size: 14px;
}

.homehighlight button {
	width: 100%;
	border-radius: 0;
	border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fad000;
	color: #fff;
	font-family: "Ek Mukta", sans-serif;
	text-transform: none;
	font-size: 22px;
	font-weight: 700;
	padding: 3px 0;
}

.homehighlight button:hover {
	background-color: #002857;
}

/* Home News Clips Feed */

.front-page-3 .image-section h3 a {
	color: #fad000;
}

.front-page-3 .image-section h3 a:hover {
	color: #002857;
}

.homeclip {
	background-color: rgba(184,184,184,0.7);
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto 25px;
}

.homeclipinner {
	overflow: hidden;
	margin: 5px;
	position: relative;
}

button.homecliptitle {
	width: 100%;
	background-color: #002857;
	border-radius: 0;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 18px;
}

button.homecliptitle:hover {
	padding: 10px 0;
	border: none;
	background-color: #fad000;
	color: #fff;
}

.homeclipcontent {
	width: 100%;
	font-size: 16px;
	color: #002857;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 5px;
	padding: 5px 15px;
}

.homeclipcontent p {
	margin: 0;
	text-align: left;
}

.homeclipcontent a {
	text-decoration: underline;
	color: #002857;
}





/* News Clips Feed */

.clipindi {
	width: 46%;
	padding: 10px 20px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
	margin: 0 2% 25px;
	display: block;
	overflow: hidden;
}

.clipindi:nth-child(odd) {
	float: left;
}

.clipindi:nth-child(even) {
	float: right;
}

.clipindi:last-child {
	clear: both;
}

.clipindi a {
	color: #002857;
}

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

.postination {
	width: 50%;
	margin-top: 30px;
	float: left;
	text-align: center;
}

.clipindi h3 {
	font-size: 26px;
}

.clipfeed {
	overflow: hidden;
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.newssource {
	font-style: italic;
}

.newsdate {
	font-size: 14px;
}

.newsexcerpt {
	font-size: 15px;
}


/* Elected Officials Page */

.electedprev {
	width: 22%;
	margin: 1%;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	background-color: #d9d9d9;
	vertical-align: top;
}

.electedprev img {
	width: 94%;
	margin: 3%;
	display: block;
}

.electedprev img:hover {
	opacity: 0.8;
}

.electedprev p {
	text-align: center;
	margin: 1% 3%;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}

.electednameprev {
	background-color: #fff;
	overflow: hidden;
}

.electednameprev p {
	margin: 0 3%;
	font-size: 16px;
}

.electedcontainer {
	overflow: hidden;
	clear: both;
	margin-bottom: 35px;
	text-align: center;
}

.electedsection {
	text-align: center;
	color: #002857;
}

.electedsingle {
	width: 50%;
	float: left;
	margin: 0;
	box-sizing: border-box;
	padding: 0 2%;
	text-align: center;
}

.electedsingle p {
	margin-bottom: 0;
}

/* County Parties */

#countycontent {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
	text-align: center;
}

.countylistfull {
	width: 60%;
	display: inline-block;
	margin: 1%;
	min-width: 280px;
	vertical-align: middle;
}

.countylistfull.votecounties {
	width: 500px;
	max-width: 97%;
}

.mapHiLight {
	background-size: 400px !important;
}

.countylistfull h3 {
	text-align: center;
	font-size: 36px;
}

img.countymap {
	display: inline-block;
	width: 35%;
	margin: 1%;
	min-width: 220px;
	vertical-align: middle;
}

img.mapimage {
	width: 400px;
}

.countylistindi {
	float: left;
	width: 25%;
	margin: 0;
	text-align: center;
}

.countylistindi:last-child {
	margin-bottom: 40px;
}

.countylistindi a {
	color: #002857;
	text-decoration: none;
}

.countylistindi a:hover {
	color: #fad000;
}

/* County Party Individual Pages */

#countysinglecontent {
	width: 90%;
	max-width: 1000px;
	display: block;
	overflow: hidden;
	margin: 30px auto 0;
}

.countyimage {
	width: 30%;
	max-width: 400px;
	float: right;
	margin-left: 20px;
	display: block;
}

#countysinglecontent {
	margin-bottom: 30px;
}

.countycontact h3 {
	color: #002857;
}

.countycontact p {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	color: #002857;
}

.countyfieldtitle {
}

button.countyback {
	background-color: #fad000;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px 30px;
	margin-top: 30px;
}

img.countyfb {
	width: 40px;
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
}

/* Page Template Headers */

.pageheadimg {
	width: 100%;
	height: 225px;
	overflow: hidden;
	display: block;
	background-size: cover;
}

.altheadimg {
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
	margin: 0 0 30px;
}

.entry-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}

/* Sign Our Petitions
---------------------------------------------------------------------------------------------------- */

/* Petition List Page */

h5.subheader {
	text-align: center;
	margin-bottom: 20px;
}

.petitionlistcontainer {
	text-align: center;
}

.petitiontile {
	position: relative;
	padding-bottom: 31%;
	width: 31%;
	margin: 0 1% 2%;
	background-size: cover;
	box-sizing: border-box;
	display: inline-block;
}

.petitionoverlay {
	background-color: rgba(0,40,87,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
}

.petitionoverlay h3 {
	color: #fff;
	position: absolute;
	margin: 0;
	left: 5%;
	bottom: 10%;
	text-transform: uppercase;
	width: 90%;
	font-size: 22px;
}

.petitioninner {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	padding: 5% 10%;
	background-color: #fad000;
	opacity: 0;
	height: 100%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.petitioninner:hover, .petitioninner:focus {
	opacity: 1;
}

.petitioninner p {
	font-size: 13px;
	text-align: left;
	margin: 0;
}

.petitioninner h3 {
	margin: 0;
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 1;
	text-align: left;
}

.petitioninner button {
	border: solid #fff 2px;
	color: #fff;
	padding: 8px 5px;
	font-size: 18px;
	background-color: transparent;
	width: 70%;
	text-transform: uppercase;
	border-radius: 0;
	position: absolute;
	bottom: 5%;
	left: 15%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.petitioninner button:hover {
	background-color: #002857;
}


/* Single Petition Page */

body.petitionpagebody {
	background-size: cover;
}

.petitioncontainer {
	display: block;
	margin: 30px auto;
	width: 95%;
	max-width: 500px;
	background-color: rgba(255,255,255,0.8);
	padding: 2%;
	box-sizing: border-box;
}

.petitioncontainer img {
	width: 100%;
	margin: 0;
}

.petitioncontainer h4 {
	text-align: center;
	font-size: 26px;
	margin: 15px 0 5px;
	text-transform: uppercase;
}	

.petitioncontainer p {
	text-align: center;
	font-size: 16px;
	color: #002a55;
}

.petitioncontainer p.bigp {
	font-size: 22px;
}

.petitioncontainer input {
	border: solid 2px #b3b3b3;
	border-radius: none;
	padding: 16px 23px;
	color: #002a55;
	text-align: left;
	width: 100%;
	margin: 0 0 7px;
	font-size: 18px;
}

.petitioncontainer select {
	margin: 0 0 7px;
}

.petitioncontainer p.labelp {
	margin: 10px 0 7px;
}

.petitioncontainer input[type="submit"] {
	background-color: #f9cf2f;
	border-radius: 0;
	border: solid 2px #002a55;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

.petitioncontainer input[type="submit"]:hover {
	background-color: #002a55;
}

/* State Committee */

.statecommlist {
	text-align: center;
}

.statecommlist h3 {
	text-transform: uppercase;
	margin: 50px 0 0;
}

.statecommlist h4 {
	text-transform: uppercase;
	margin: 5px 0 0;
}

/* Party Resources Page */

button.resbutton {
	background-color: #002857;
	color: #fff;
	font-size: 30px;
	margin: 0;
	display: block;
	padding: 40px;
	border: none;
	width: 100%;
	border-radius: 0;
}

button.resbutton:hover {
	background-color: #fad000;
}

.resbuttonwrap:hover {
	border-color: #fad000;
}

.resbuttonwrap {
	border: solid #002857 2px;
	padding: 10px;
	margin: 0 2% 4%;
	display: inline-block;
	width: 29%;
	box-sizing: border-box;
}


button.resbutton, .resbuttonwrap {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.resourcewrapper {
	text-align: center;
}

/* Press Releases Feed */

.presscontent {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 30px;
	display: block;
	overflow: hidden;
}

.pressmain {
	float: left;
	width: 70%;
}

.pressindiwrap {
	width: 100%;
	border-top: solid #bbb 1px;
	padding: 8px 0;
}

.pressindiwrap:last-child {
	margin-bottom: 25px;
	border-bottom: solid #bbb 1px;
}

.pressindiwrap p {
	margin: 0;
	font-size: 16px;
}

a.pressreadmore {
}

.presssidebar {
	background: rgba(255,255,255,0.7);
	border: solid #002857 1px;
	box-sizing: border-box;
	padding: 25px;
	float: right;
	width: 25%;
}
	

/* Single Post Wrapper */

.singlepostwrap {
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1100px;
}

/* Events List */

.eventwrap {
	text-align: center;
}

.eventtile {
	display: inline-block;
	box-sizing: border-box;
	width: 30%;
	margin: 0 1% 2%;
}

.eventtile a img:hover {
	opacity: 0.8;
}


/* Page Header for Featureds */

.pagefeathead {
	display: block;
	overflow: hidden;
	clear: both;
	background-color: rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px;
	padding: 2%;
}

/* Pence Scorecard Stuff */

.pencetile {
	float: left;
	margin: 0 1% 2%;
	width: 48%;
	display: block;
}


.landingngpform .at-title {
	display: none;
}

.landingngpform u {
	text-decoration: none;
}

.landingngpform legend.at-legend {
	display: none;
}

.landingngpform .at-fields {
	text-align: center;
}

.landingngpform .at-text {
	font-size: 20px;
	color: #fff;	
}

.landingngpform .at-row.at-row-solo {
	display: inline-block;
	width: 47%;
	margin: 0.5%;
	min-width: 300px;
}

.landingngpform .at-row.at-row-solo input {
	margin: 3px auto;
}

.landingngpform .at-form-submit {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.landingngpform .at-form-submit input[type="submit"] {
	display: inline-block;
	float: none;
	background-color: #002857;
	color: #fff;
	border-radius: 0;
	margin: 0;
	border: solid 3px #fff;
	padding: 10px 30px;
	font-size: 20px;
}

.landingngpform .at-form-submit input[type="submit"]:hover {
	background-color: #fad000;
}

.landingngpform .at-inner {
	background-color: transparent;
	padding: 20px;
	width: 100%;
	max-width: 900px;
}

.content.thankYou {
	color: #fff;
}

section.fastaction-modal .fa-modal-inner {
	top: 20% !important;
}

/* Front Page Overrides 2018 */

.front-page-2 .solid-section {
	background-color: #002857;
}

.site-footer {
	background-color: #002857;
}

.site-footer .wrap {
	border-top: solid 1px #102445;
}

img.footlogo {
	width: 90%;
	display: block;
	margin: 20px auto;
	max-width: 280px;
}

.footcontact {
	width: 100%;
	margin: 20px auto;
	display: block;
	text-align: center;
}

/* Footer Static Nav */

.menu-footer-navigation-container #menu-footer-navigation > li {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 10px 20px;
	margin: 0;
	width: 25%;
	text-align: left;
	text-transform: uppercase;
}

.menu-footer-navigation-container #menu-footer-navigation > li > a {
	color: #60b3e5;
}

.menu-footer-navigation-container #menu-footer-navigation > li li {
	margin: 0;
}

.menu-footer-navigation-container #menu-footer-navigation > li li a {
	text-transform: none;
	color: #102445;
}

.footer-widgets .wrap {
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/* Juicer Overrides */

h1.referral {
	display: none !important;
}

.juicer-feed .j-paginate {
	background-color: transparent !important;
	color: #002857 !important;
	border-color: #002857 !important;
}

.juicer-feed .j-paginate:hover {
	background-color: #002857 !important;
	color: #fff !important;
	border-color: #002857 !important;
}

/* Content */

.contentwrap {
	width: 100%;
	margin: 30px 0;
	clear: both;
}

/* Home Page Updates */

.landingnew {
	margin: 11% 0;
}

.landingnew h3 {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	padding-right: 25px;
	text-shadow: 1px 2px 3px rgba(0,42,85,0.3);
	color: #fff;
	vertical-align: top;
	font-size: 4.8vw;
	line-height: 1.1;
	text-align: left;
	min-width: 250px;
}

.landingnew h3 span {
	color: #f4bd25;
	font-size: 2.5vw;
}

.landingnew .formcontainer {
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 25px;
	vertical-align: top;
	min-width: 250px;
}

.landingnew .formcontainer header.at-title,
.landingnew .formcontainer header.at-markup,
.landingnew .formcontainer .at fieldset legend {
	display: none !important;
}

.landingnew .formcontainer .at-inner {
	background-color: transparent;
}

.landingnew .formcontainer .at label {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: left;
}

.landingnew .formcontainer .at input[type="text"],
.landingnew .formcontainer .at input[type="password"],
.landingnew .formcontainer .at input[type="date"],
.landingnew .formcontainer .at input[type="datetime"],
.landingnew .formcontainer .at input[type="datetime-local"],
.landingnew .formcontainer .at input[type="month"],
.landingnew .formcontainer .at input[type="week"],
.landingnew .formcontainer .at input[type="email"],
.landingnew .formcontainer .at input[type="number"],
.landingnew .formcontainer .at input[type="search"],
.landingnew .formcontainer .at input[type="tel"],
.landingnew .formcontainer .at input[type="time"],
.landingnew .formcontainer .at input[type="url"],
.landingnew .formcontainer .at input[type="color"],
.landingnew .formcontainer .at textarea {
	background-color: transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: solid #fff 4px;
	padding: 20px 10px;
	border-radius: 0;
	line-height: 1;
}

.landingnew .formcontainer .at .btn-at-primary {
	background-color: #f4bd25;
	border: solid #f4bd25 4px;
	color: #fff;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 26px;
	float: none;
	display: block;
	margin: 0 auto;
	text-transform: none;
}

.landingnew .formcontainer .at .btn-at-primary:hover {
	background-color: transparent;
	border: solid #f4bd25 4px;
	color: #f4bd25;
	
}

/* New Donate Section */

.front-page-2 .solid-section {
	background-color: #fff;
}

.landingdonate {
    text-align: center;
    display: block;
    margin: 0 auto;
	width: 100%;
}

.landingdonate h4 {
    display: inline-block;
    width: 300px;
    margin: 0;
    font-size: 30px;
    color: #002a55;
    text-align: left;
	vertical-align: middle;
}

.landingdonate button {
    background-color: #71bfe6;
    border: solid 2px #71bfe6;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    width: auto;
	min-width: 100px;
    margin: 5px;
	vertical-align: middle;
	font-size: 22px;
}

.landingdonate button:hover {
    background-color: transparent;
    color: #71bfe6;
}

/* Responsive Videos */

.front-page-3 .wrap {
	max-width: none;
	width: 98%;
}

.aspect-ratio {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Home Video Section */

.front-page-3 {
	background-color: #60b3e5;
}

.homevideo {
	width: 100%;
	display: block;
	text-align: center;
	margin: 30px auto;
}

.homevideo img {
	width: 100%;
	margin: 0 auto 30px;
	max-width: 350px;
}

.homevideocontent {
	width: 28%;
	display: inline-block;
	margin: 0 2%;
	vertical-align: middle;
	min-width: 300px;
}

.homevideowrap {
	width: 63%;
	display: inline-block;
	margin: 0 2%;
	vertical-align: middle;
	min-width: 300px;
}

/* We Are INDems Home Section */

.front-page-4 .solid-section {
	background-color: #fff;
}

.wearehome {
	width: 100%;
	display: block;
	margin: 30px auto;
	text-align: center;
}

.wearehome img {
	width: 500px;
	max-width: 100%;
	margin: 0 auto 30px;
}

.wearehome p {
	font-size: 20px;
	display: block;
	margin: 0 auto 30px;
	max-width: 600px;
}

.wearehome .wearebuttons {
	width: 100%;
	display: block;
	text-align: center;
}

.wearebuttons button {
	width: 300px;
	display: inline-block;
	margin: 1%;
	background-color: transparent;
	border: solid 2px #60b3e5;
	color: #60b3e5;
	font-size: 24px;
}

.wearebuttons button:hover {
	background-color: #60b3e5;
	color: #fff;
}

/* Get Involved Landing */

.front-page-5 {
	background-position: bottom left;
}

.homeinvolved {
    width: 100%;
    margin: 8% auto;
    text-align: center;
}

.homeinvolveleft,
.homeinvolveright {
    width: 48%;
    display: inline-block;
    margin: 0.5%;
    text-align: left;
    vertical-align: middle;
	min-width: 250px;
}

.homeinvolveleft h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 4vw;
    margin: 0 0 25px;
}

.homeinvolveleft h5 {
    color: #f4bd25;
    font-size: 3vw;
    margin: 0;
}

.homeinvolveright button {
	display: block;
    width: 100%;
    max-width: 350px;
    font-size: 26px;
	margin: 0 auto 15px;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(255,255,255,0.05);
	-moz-box-shadow: 2px 2px 20px 0px rgba(255,255,255,0.05);
	box-shadow: 2px 2px 20px 0px rgba(255,255,255,0.05);
}

.homeinvolveright button:hover {
	color: #60b3e5;
}

.homeinvolveright button.volinvolve {
    background-color: #f4bd25;
    border-color: #f4bd25;
    color: #fff;
}

.homeinvolveright button.volinvolve:hover {
    background-color: #fff;
    color: #f4bd25;
	border-color: #fff;
}

.homeinvolveright button.interninvolve {
    background-color: #102445;
    border-color: #102445;
    color: #fff;
	margin-bottom: 0;
}

.homeinvolveright button.interninvolve:hover {
    background-color: #fff;
    color: #102445;
	border-color: #fff;
}

/* Featured Home Items */

.homefeatured {
    width: 100%;
    display: block;
    margin: 40px auto;
    text-align: center;
}

.singlehomefeat {
    width: 30%;
    margin: 1%;
    padding-bottom: 30%;
    min-width: 300px;
    min-height: 300px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.innercontent {
    position: absolute;
    width: 90%;
    display: block;
    left: 5%;
    top: 50%;
    transform: translatey(-50%);
}

.singlehomefeat:hover {
	opacity: 0.8;
}

.singlehomefeat.countyparty {
    background-color: #102445;
}

.singlehomefeat.findevent {
    background-color: #f4bd25;
}

.singlehomefeat.vote {
    background-color: #60b3e5;
}

.singlehomefeat img {
    width: 30%;
    display: block;
    margin: 0 auto 15px;
}

.singlehomefeat h3 {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 24px;
}

/* Site Footer Overrides */

.site-footer {
	background-color: #fff;
	color: #102445;
	padding-bottom: 80px;
}

.disclaim {
	width: 100%;
	display: block;
	margin: 10px auto;
	text-align: center;
}

.disclaim p {
	color: #000;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 8px 13px;
	border: solid #000 1px;
	font-size: 12px;
}

/* sticky buttons */

.stickybuttons {
    display: inline-block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	text-align: center;
}

.stickybuttons button {
    display: inline-block;
    width: 250px;
    margin: 0;
    color: #fff;
}

.stickybuttons button.volsticky {
    background-color: #1faff0;
    border-color: #1faff0;
}

.stickybuttons button.officesticky {
    background-color: #002a55;
    border-color: #002a55;
}

.stickybuttons button.donatesticky {
    background-color: #f7cf32;
    border-color: #f7cf32;
}

/* Page Template Updates */

.titlebar {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #002a55;
	overflow: hidden;
	margin-bottom: 30px;
}

.titlebar h1 {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    padding: 0 15px;
    display: block;
    color: #fff;
    font-size: 32px;
    text-transform: none;
}

#content-sidebar-wrap .wrap {
	padding-bottom: 30px;
	max-width: 800px;
}

.page-id-15 #content-sidebar-wrap .wrap {
	max-width: 1100px;
}

.page-template-petitions_list #content-sidebar-wrap .wrap {
	max-width: 1100px;
}

#content-sidebar-wrap .front-page-1 .wrap {
	max-width: 1200px;
	padding-bottom: 0;
}

/* Subpage Button Dashboards */

.buttondash {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.buttondash.beforecontentdash {
    margin-bottom: 30px;
}

.buttondash.aftercontentdash {
    margin-top: 30px;
}

.singlebuttondash {
    display: inline-block;
    width: 30%;
    padding-bottom: 20%;
    margin: 1%;
    background-color: #1faff0;
    position: relative;
    min-width: 150px;
    min-height: 100px;
	overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.singlebuttondash:hover {
    background-color: #002a55;
}

.singlebuttondash h3 {
    color: #fff;
    margin: 0;
    width: auto;
    display: block;
    text-align: center;
    font-size: 18px;
}

/* Hover Action Dashboards */

.singlebuttondash .innercontent.hovertitle {
	display: block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.singlebuttondash .innercontent.hovercontent {
	display: block;
	top: auto;
	bottom: -100%;
	transform: translatey(0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.singlebuttondash .innercontent.hovercontent h3 {
	font-size: 15px;
}

.singlebuttondash.hoverdash:hover .innercontent.hovertitle {
	top: 10%;
	transform: translatey(0);
}

.singlebuttondash.hoverdash:hover .innercontent.hovercontent {
	bottom: 10%;
}

/* Footer Search Bar */

.footer-widgets form {
    width: 100%;
	display: block;
	margin: 0 auto;
    text-align: left;
}

.footer-widgets form input {
	display: inline-block;
	vertical-align: middle;
}

.footer-widgets form input[type="search"] {
	background-color: #fff;
	color: #002a55;
    border: solid #002a55 2px;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 5px;
}

.footer-widgets form input[type="submit"] {
	font-size: 14px;
	padding: 5px 10px;
    background-color: #002a55;
    color: #fff;
    border: solid #002a55 2px;
}

.footer-widgets form input[type="submit"]:hover {
	background-color: transparent;
	color: #002a55;
	border-color: #002a55;
}

/* search results page */

.paginate-links {
	text-align: center;
	display: block;
	margin: 30px auto 0;
}

.paginate-links a {
	background-color: #002a55;
	color: #fff;
	padding: 3px;
	font-size: 14px;
}

.paginate-links a:hover {
	background-color: #f7cf32;
}

.paginate-links .current {
	background-color: #1faff0;
	color: #fff;
	padding: 3px;
	font-size: 14px;
}

.search-result-single {
	margin: 0 auto 30px;
	display: block;
	width: 100%;
}

.search-result-single h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.search-result-single p {
	font-size: 16px;
	margin-bottom: 10px;
}

/* Staff Page Update */

.singlestafflist {
    display: block;
    overflow: hidden;
    margin: 0 auto 30px;
    padding-top: 20px;
    border-top: solid #1faff0 2px;
    text-align: left;
}

.staffheadshot {
    width: 20%;
    padding-bottom: 25%;
    min-width: 150px;
    min-height: 188px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}

.staffinfobar {
    display: block;
    float: none;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.staffinfobar h3 {
    font-size: 24px;
    color: #002a55;
    margin: 0 0 10px;
}

.staffinfobar p {
    font-size: 18px;
    margin: 0 0 10px;
}

/* Front Page Featured Items */

.front-page-7 {
	border-top: solid #002a55 2px;
}

.front-page-7 .image-section {
	background-color: #fff;
}

.frontfeature {
	width: 100%;
	display: block;
	margin: 0;
	text-align: center;
}

.singlefrontfeature {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%;
	padding-bottom: 20%;
	min-width: 300px;
	min-height: 200px;
	background-color: #002a55;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.singlefrontfeature:hover {
	background-color: #1faff0;
}

.frontfeatoverlay {
	background-color: #1faff0;
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.singlefrontfeature:hover .frontfeatoverlay {
	opacity: 1;
}

.singlefrontfeature .innercontent {
	z-index: 100;
}

.singlefrontfeature h3,
.singlefrontfeature:hover h3 {
	color: #fff;
}

/* Home Page Header Popup */

.siteheadpop {
    position: fixed;
    display: none;
    margin: 0;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f4bd25;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
	z-index: 1000;
}

.siteheadpop:hover {
	background-color: #002a55;
}

.splashex {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(/wp-content/uploads/2020/05/splashex.png);
    background-size: contain;
    background-position: 50% 50%;
    opacity: 0.7;
	cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.splashex:hover {
    opacity: 1;
}

.siteheadpop h4 {
    display: inline-block;
    width: auto;
    margin: 5px 20px;
    color: #fff;
    text-transform: none;
    font-size: 20px;
	vertical-align: middle;
}

.siteheadpop button {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 5px 0;
    border-color: #fff;
    padding: 5px 10px;
	vertical-align: middle;
}

.siteheadpop button:hover {
    background-color: #002a55;
    border-color: #002a55;
    color: #fff;
}

.headpopvisible .site-header {
    top: 64px;
}

.headpopvisible .site-inner {
    margin-top: 164px;
}

/* Social Share on Subpages */

.socialshare {
	width: 50px;
	display: block;
	position: fixed;
	right: 0;
	top: 196px;
	text-align: center;
	padding: 0;
	z-index: 9999;
	background-color: #1faff0;
}

.socialshare > img {
	display: block;
}

.socialshare button {
	display: block;
	width: 100%;
	margin: 0;
	border: none;
	background-color: #1faff0;
	padding: 10px;
}

.socialshare button img {
	width: 100%;
	margin: 0;
	display: block;
	z-index: 9999;
}

.socialshare button:hover {
	background-color: #002a55;
}

/* Elected Officials Update */

h3.blueline {
	width: 100%;
	display: block;
	margin: 0 auto 40px;
	padding-top: 10px;
	border-top: solid #1faff0 4px;
}

.headshotofficials, 
.listofficials {
	width: 100%;
	text-align: left;
	display: block;
	margin: 0 auto 60px;
}

.singleheadshotofficial {
	width: 22%;
	margin: 1%;
	display: inline-block;
	min-width: 200px;
	text-align: left;
	vertical-align: top;
}

.officialheadshot {
	width: 100%;
	padding-bottom: 125%;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0 0 20px;
}

.singleheadshotofficial h4,
.singlelistofficial h4 {
	font-size: 20px;
	margin: 0 0 10px;
}

.singleheadshotofficial h5,
.singlelistofficial h5 {
	font-size: 14px;
	color: #1faff0;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.singleheadshotofficial a.button,
.singlelistofficial a.button {
	padding: 5px 10px;
	font-size: 14px;
	margin: 0;
}

.singlelistofficial {
	width: 30%;
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 30px;
}

.front-page-2-5 .solid-section {
	background-color: #60b3e5;
}

/* Pledge Overrides */

.civic-wrapper {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

/* War Room Feed */

.warroomfeed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	margin: 30px auto 0;
}

.singlewarroom {
	background-color: #002a55;
	padding: 15px;
}

.singlewarroom h3,
.singlewarroom h5 {
	color: white;
}

.singlewarroom h3 {
	font-size: 24px;
}

.singlewarroom h5 {
	font-size: 16px;
}

.singlewarroom .button {
	font-size: 14px;
	padding: 5px 8px;
}

.singlewarroom .button:hover {
	background: white;
	color: #1faff0;
	border-color: #1faff0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.wrap {
		max-width: 1140px;
	}
	
}

@media only screen and (max-width: 1200px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 580px;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0;
	}
	
	.genesis-nav-menu a {
	}
	
	.site-header.dark .genesis-nav-menu a {
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;
	}

	.site-header {
		position: static;
	}
	
	.front-page .site-header {
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
	}
	
	.site-header .title-area,
	.site-header.dark .title-area {
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.nav-secondary,
	.site-header.dark .nav-secondary {
		border-bottom: none;
		display: block;
	}

	.site-inner {
		margin-top: 0;
	}
	
	.siteheadpop {
		position: static;
	}
	
	.headpopvisible .site-header {
	    margin-top: 0;
	}
	
	.headpopvisible .site-inner {
	    margin-top: 0;
	}

}

@media only screen and (max-width: 1180px) {

	.petitiontile {
		width: 47%;
		padding-bottom: 47%;
		margin: 0 1% 2%;
	}

}

@media only screen and (max-width: 1100px) {
	.homehighlight {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 450px;
	}

	.homehighlight:nth-child(3n+2) {
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 1023px) {

	.wrap {
	}
	
	.secondary-nav .site-inner {
		margin-top: 0;
	}

	.front-page .site-inner {
		max-width: none;
	}

	.front-page .wrap {
		width: 95%;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.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%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

	.resbuttonwrap {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 10px auto 40px;
	}
	
	.title-area {
		width: 100%;
		float: none;
		display: block;
	}
	
	.title-area .site-title > a {	
		background-position: 50% 50% !important;
	}
	
	.site-header .genesis-nav-menu {
		width: 100%;
		display: block;
		margin: 0;
		text-align: center;
	}
	
	.site-header .genesis-nav-menu a {
		margin: 0;
	}
	
	.socialshare {
		width: 100%;
		display: block;
		position: static;
		margin: 0 auto 30px;
		text-align: center;
		box-sizing: border-box;
		padding: 0 30px;
		background-color: transparent;
	}
	
	.socialshare button,
	.socialshare > img {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		width: 50px;
	}
	
	.socialshare > img {
		background-color: #1faff0;
		transform: rotatez(-90deg);
	}

}

@media only screen and (max-width: 870px) {
	
	.pencetile {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 450px;
	}

}

@media only screen and (max-width: 800px) {

	.wrap {
		max-width: none;
		width: 90%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		padding: 10px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #1faff0;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.petitiontile {
		width: 350px;
		padding-bottom: 350px;
		display: block;
		margin: 0 auto 30px;
	}

	.fronttop button {
		float: none;
		margin: 25px auto;
	}
	
	.menu-footer-navigation-container #menu-footer-navigation > li {
		width: 40%;
		margin: 0 5%;
	}
	
	.landingnew .formcontainer,
	.landingnew h3 {
		width: 100%;
		display: block;
		margin: 10px auto;
		max-width: 500px;
		padding: 0;
	}
	
	.landingnew h3 {
		font-size: 36px;
	}
	
	.landingnew h3 span {
		font-size: 20px;
	}

	.homeinvolveleft h3 {
		font-size: 36px;
	}
	
	.homeinvolveleft h5 {
		font-size: 20px;
	}
	
	.homeinvolveleft,
	.homeinvolveright {
		width: 100%;
		display: block;
		min-width: 0;
		max-width: 500px;
		margin: 15px auto;
	}
	
	.stickybuttons {
		display: none;
	}
	
	.landingdonate h4 {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 15px;
	}
	
	.homeinvolveright button {
		border-color: #fff !important;
	}
	
	.singlebuttondash {
		min-width: 300px;
		min-height: 200px;
	}
	
}

@media only screen and (max-width: 480px) {

	.image-section h2,
	.solid-section h2 {
		font-size: 40px;
	}

	.petitiontile {
		width: 100%;
		padding-bottom: 100%;
	}

}