/*
Theme Name: broadbandforamerica
Theme URI: http://broadbandforamerica.com
Author: broadbandforamerica
Author URI: http://broadbandforamerica.com
Description: broadbandforamerica
Version: 2.0.0
Text Domain: broadbandforamerica
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 21px;
	font-size: 1.3rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #023753;
	text-decoration: none;
}

a:visited {
	color: #023753;
}

a:hover,
a:focus,
a:active {
	color: #023753;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #023753;
}
.main-navigation ul ul {
  background: #62add4 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 3.5em;
  z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 235px;
}
.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background: #023753 none repeat scroll 0 0;
	color: #ffffff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding {
  overflow: hidden;
}
.top-bar-wrap {
background: #231654; /* Old browsers */
background: -moz-linear-gradient(top, #231654 0%, #004479 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #231654 0%,#004479 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #231654 0%,#004479 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231654', endColorstr='#004479',GradientType=0 ); /* IE6-9 */
}

.metaslider .flexslider {
  margin-bottom: 0 !important;
}
#site-navigation {
  background: #62add4 none repeat scroll 0 0;
}
.menu-main-menu-container {
  margin: auto;
  max-width: 800px;
}
.metaslider .caption-wrap {
	background: none !important;
	opacity: 1 !important;
	padding: 0 !important;
	bottom: 30% !important;
	width: auto !important;
	left: 25% !important;
	line-height: 1 !important;
}
.metaslider .caption {
  font-size: 18px !important;
  margin: auto !important;
  max-width: 1020px !important;
}
.metaslider .caption h2 {
	margin: 0;
	background: rgba(176,0,0,0.8);
	padding: 5px 20px 5px 20px;
	display: table;
	font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.metaslider .caption-wrap .caption h2:first-child {
	padding-top: 10px;
}
.metaslider .caption-wrap .caption h2:last-child {
	padding-bottom: 10px;
}
.header-search {
  float: right;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.header-search .search-field {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #d3d3d3;
  height: 35px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 250px;
}
.search-submit {
  background: #1f5f81 none repeat scroll 0 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 35px;
  padding: 10px;
  vertical-align: top;
}
.top-bar {
	margin: auto;
	max-width: 98%;
}
.top-logo img {
    width: 15vw;
    vertical-align: bottom;
}
.social-bar {
	float: right;
	margin-top: 2.5vw;
	text-align: right;
	width: auto;
	margin-right: 100px;
}
input {
    -webkit-appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d3d3d3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d3d3d3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d3d3d3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d3d3d3;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.site-content {
	margin: auto;
	max-width: 95%;
	padding: 25px;
}
.home .site-content {
	margin: auto;
	max-width: 100%;
	background: #f8f8f8;
	padding: 30px 0px 30px 50px;
}
.home-blog > h2 {
  color: #023753;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
#stay-informed {
	background: #231654; /* Old browsers */
	background: -moz-linear-gradient(top, #231654 0%, #004479 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #231654 0%,#004479 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #231654 0%,#004479 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231654', endColorstr='#004479',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.stay-informed-content {
  margin: auto;
  max-width: 1020px;
  padding: 20px 15px;
}
#stay-informed #e2ma_signup > input[type="submit"] {
    background: #cc0000;
    color: #ffffff;
    text-transform: uppercase;
}
#stay-informed #e2ma_signup > input {
  border: 0 none;
  border-radius: 5px;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 22%;
}
#stay-informed .stay-informed-content > h2 {
    color: white;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
#stay-informed ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
#stay-informed ::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}
#stay-informed :-ms-input-placeholder { /* IE 10+ */
  color: black;
}
#stay-informed :-moz-placeholder { /* Firefox 18- */
  color: black;
}
.featured-blog h3 {
  margin-top: 0;
}
.featured-blog {
  margin-bottom: 35px;
}
.home-meta {
  color: #808080;
  font-size: 13px;
}
.metaslider a {
	color: #ffffff !important;
}
.wpcf7-form-control.wpcf7-submit {
	background: #023753 none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 40px;
	text-transform: uppercase;
	width: 25%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  text-align: center;
}
.site-footer a {
  color: #ffffff;
}
.site-footer .site-info {
  font-size: 13px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.site-footer .site-info .sep {
  padding-left: 10px;
  padding-right: 10px;
}

/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.entry-header .entry-title {
  font-size: 23px;
  margin-bottom: 0;
}
#mg-wprm-wrap {
background: #231654; /* Old browsers */
background: -moz-linear-gradient(top, #231654 0%, #004479 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #231654 0%,#004479 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #231654 0%,#004479 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231654', endColorstr='#004479',GradientType=0 ); /* IE6-9 */
opacity: 0.9;
}
.wprmenu_bar #custom_menu_icon.hamburger {
	top: 2.5vw !important;
    float: right;
    background-color: #8191af;
    border-radius: 30px;
    position: absolute;
}
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
    height: auto;
}
#mg-wprm-wrap.cbp-spmenu-right.cbp-spmenu-open {
	position: absolute;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item.current-menu-item a {
	color: #bce2f5 !important;
}
.custom #wprmenu_menu_ul {
    padding: 100px 0 100px;
}
#mg-wprm-wrap ul li {
    border-bottom: solid 0.5px white !important;
    margin-left: 20px;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
	color: white !important;
	font-weight: bold;
	padding: 10px 5px 10px 0px;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item .sub-menu a {
	color: white !important;
	font-weight: normal;
	padding: 5px 5px 10px 0px;
	border-bottom: 0.5px dotted gray;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item .sub-menu a:last-child {
	border-bottom: 0;
}
#mg-wprm-wrap .sub-menu li {
	margin-left: 5px;
	border: 0 !important;
}
.social-bar [class*="fa fa-"] {
	background-color: transparent;
	border-radius: 30px;
	color: #8e9dbc;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: auto 3px;
	width: 40px;
	font-size: 25px;
	text-align: center;
	border: 1px solid #8e9dbc;
	transition: all 1s;
}
.social-bar [class*="fa fa-"]:hover {
    transform: scale(0.8);
}
.fa.fa-volume-up {
    color: white;
    font-size: 28px;
    width: auto;
    height: auto;
    border: 0;
    line-height: 0;
    border-radius: 0;
    display: inherit;
    transition: none;
    margin: 0 5px 0 0px;
    text-align: left;
    background-color: transparent;
    vertical-align: middle;
}
.fa.fa-twitter:hover {
    background: #4099FF;
}
.fa.fa-facebook:hover {
    background: #3B5998;
}

.social-bar a:hover {
    color: white;
    border: 1px solid white;
}

.hamburger-box {
	width: 25px;
	height: 20px;
	display: inline-block;
	position: relative;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
    top: 14px !important;
}
.hamburger-inner::after {
    bottom: -10px !important;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -15px, 0) rotate(-90deg);
}
.icon_default.wprmenu_icon_par::before {
    content: "+";
    position: absolute;
}
.icon_default.wprmenu_par_opened::before {
    content: "×";
}
div#mg-wprm-wrap ul li span.wprmenu_icon::before {
	top: -5px;
	font-size: 20px;
	right: 15px !important;
}
.ari-fancybox.support-us-button {
	background: #cc0000;
	margin-right: 40px;
	padding: 10px 20px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	border-radius: 12px;
	border: 1px solid white;
	vertical-align: text-bottom;
	font-size: 20px;
	font-family: sans-serif;
	transition: background 2s, border 2s;
	font-weight: bold;
}
.ari-fancybox.support-us-button:hover {
    background: transparent;
    border: 1px solid #ff0000;
}
.ari-fancybox.support-us-button.bg-lr-blue:hover {
    background: transparent !important;
    border: 1px solid #1268b1 !important;
}
#support-us-wrap {
    max-width: 800px;
}
#support-us-wrap input {
	width: 40%;
	margin: 10px;
	background: #004479; /* Old browsers */
	background: -moz-linear-gradient(left, #004479 0%, #231654 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #004479 0%,#231654 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #004479 0%,#231654 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004479', endColorstr='#231654',GradientType=1 ); /* IE6-9 */
}
#support-us-wrap input {
	border-radius: 15px;
	padding: 10px 5px 10px 10px;
	width: 46%;
	color: white;
	opacity: 0.6;
}
#support-us-wrap #id_email {
	width: 95%;
}
.fancybox-slide > * {
    background-color: rgba(255,255,255,0.9) !important;
    border-radius: 15px !important;
}
#support-us-wrap #e2ma_signup_submit_button {
    float: right;
    opacity: 1;
    width: 17%;
    text-transform: uppercase;
    margin-right: 4%;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 10px 10px 6px 10px;
}

#support-us-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#support-us-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
#support-us-wrap :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#support-us-wrap :-moz-placeholder { /* Firefox 18- */
  color: white;
}


#support-us-wrap h2 {
    color: #231654;
    font-weight: bold;
    font-size: 35px;
    margin: 10px 0px 10px 15px;
}
.fancybox-close-small {
	background: lightgray !important;
	border-radius: 25px !important;
	margin: 10px !important;
	height: 30px !important;
	width: 30px !important;
}
.fancybox-close-small::after {
	top: 0px !important;
	right: 0px !important;
	width: 30px !important;
	height: 30px !important;
	color: #20396e !important;
}


.home .content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.home .site-main {
    margin: 0 30% 0 0;
}
.home .site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
}
.home .site-footer {
	clear: both;
	width: 100%;
}
#secondary {
    display: none;
}
.home #secondary {
    display: inherit;
}
.textwidget.custom-html-widget {
	background: #231654; /* Old browsers */
	background: -moz-linear-gradient(top, #231654 0%, #004479 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #231654 0%,#004479 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #231654 0%,#004479 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231654', endColorstr='#004479',GradientType=0 ); /* IE6-9 */
	color: white;
}
.textwidget.custom-html-widget {
	padding: 35px;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: bold;
}
.textwidget.custom-html-widget a {
	color: inherit;
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page.type-page .entry-header .entry-title, .category .page-header .page-title {
	background: #cc0000;
	color: white;
	font-size: 30px;
	display: inline;
	width: auto;
	text-align: center;
	padding: 10px 15px 8px 15px;
}
.home h3 {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: normal;
}
.home hr {
	background-color: #cc0000;
	height: 5px;
}
.home .content-area ul {
	list-style: none;
	padding: 0;
	margin: 50px 20px;
}
.home .content-area ul li::before {
	content: "●";
	color: #013e6e;
	padding-right: 24px;
}
.home .content-area ul li {
	padding-left: 15px;
	text-indent: -35px;
}
.yes-no {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    padding: 14px 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid white;
    float: left;
    transition: all 1s;
}
.yes-no:hover {
    background: #cc0000;
}
.textwidget.custom-html-widget a:last-child .yes-no:hover {
	background: #1268b1;
}
.textwidget.custom-html-widget .col-container {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.textwidget.custom-html-widget .col-container:first-child{
	margin-top: 0px;
}
.textwidget.custom-html-widget .col-container:last-child{
	margin-bottom: 0px;
}

.textwidget.custom-html-widget .col {
    display: table-cell; 
	vertical-align: middle;
}
.textwidget.custom-html-widget .col:first-child {
    width: 80px;
}
input.wpcf7-form-control {
    width: 100%;
}
.home .entry-content a {
	color: #cc0000;
}
.bg-lr-blue {
    background: #1268b1 !important;
}
.page-id-282 .entry-title {
  display: none;
}
.landing-page-heading {
  background: #59afe1 none repeat scroll 0 0;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
}
.Thank-you-form input {
  margin: 5px;
}
.Thank-you-form textarea {
  margin-top: 15px;
  width: 400px;
}
.Thank-you-form input[type="submit"] {
  background: #ff0000 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}
.Thank-you-form input[type="text"] {
  width: 200px;
}
.page-id-279 #stay-informed, .page-id-282 #stay-informed {
  display: none;
}
.Thank-you-form input[type=checkbox] {
    -webkit-appearance: checkbox;
}
.page-id-615 .ari-fancybox.support-us-button.bg-ta-red {
    display: none;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
.social-bar {
    width: 100%;
    text-align: center;
    margin: -13vw -20vw;
}
.top-bar {
    text-align: center;
    padding-top: 8px;
    display: inline-block;
}
#stay-informed #e2ma_signup > input {
    width: 100%;
    margin-bottom: 10px;
}	
.site-footer .site-info .sep {
    display: block;
    color: transparent;
    font-size: 5px;
}
.site-header {
    overflow: hidden;
}
.metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    top: 5% !important;
    width: auto !important;
    left: 0px !important;
    line-height: 1 !important;
    position: absolute;
    color: white;
}
#metaslider_28 .slides img {
    height: 88vh;
    width: auto;
}
.home .site-main {
    margin: 0;
}
.home .content-area {
    float: none;
    margin: 0;
    width: 100%;
    order: 2;
    padding: 5px 25px;
}	
.home .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 100%;
    order: 1;
    margin-top: -3vh;
}
.home .site-content {
    margin: auto;
    max-width: 100%;
    background: #f8f8f8;
    padding: 0px;
    display: inline-grid;
}
.home h3 {
    margin-top: 0;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
.top-logo img {
    width: 45%;
    float: left;
}	
.ari-fancybox.support-us-button {
    position: fixed;
    bottom: 0;
    background: #cc0000;
    margin-bottom: 15px;
    z-index: 999999;
    opacity: 1;
    border: 0;
    display: block;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: inherit; 
    right: 0;
    left: 0;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.bg-lr-blue {
    width: 300px !important;
    font-size: 15px !important;
    bottom: 8vh !important;
}
.bg-lr-blue i.fa.fa-volume-up {
    color: white !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin: 0 !important;
}
.site-branding {
    overflow: initial;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    top: 9vw !important;
    float: right;
    background-color: #8191af;
    border-radius: 30px;
    position: absolute;
    right: 15px;
}
.social-bar [class*="fa fa-"] {
    background-color: transparent;
    border-radius: 30px;
    color: #8e9dbc;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #8e9dbc;
    transition: all 2s;
}	
.metaslider .flex-control-nav {
    display: none;
}	
.textwidget.custom-html-widget {
    padding: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}	
.home .content-area ul {
    list-style: none;
    padding: 0;
    margin: 25px 20px;
}	
.yes-no {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    padding: 14px 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid white;
    float: left;
}	
	
.metaslider .caption h2 {
    margin: 0;
    background: rgba(229,0,71,0.7);
    padding: 5px 20px 5px 20px;
    display: table;
    font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.5rem;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding-bottom: 38px;
}	
.metaslider .caption-wrap .caption h2:last-child {
    padding-bottom: 22px;
}	
.fancybox-slide>* {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
#support-us-wrap h2 {
    font-size: 30px;
}
#support-us-wrap input {
    width: 95%;
}
#support-us-wrap #e2ma_signup_submit_button {
    width: 45%;
}
.page.type-page .entry-header .entry-title, .category .page-header .page-title {
    display: block;
}
}
@media only screen and (min-width: 481px) and (max-width: 799px){
	
.social-bar {
    width: 100%;
    text-align: center;
    margin: -13vw -20vw;
}
.top-bar {
    text-align: center;
    padding-top: 8px;
    display: inline-block;
}
#stay-informed #e2ma_signup > input {
    width: 100%;
    margin-bottom: 10px;
}	
.site-footer .site-info .sep {
    display: inline;
    color: transparent;
    font-size: 5px;
}
.site-header {
    overflow: hidden;
}
.metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    top: 5% !important;
    width: auto !important;
    left: 5% !important;
    line-height: 1 !important;
    position: absolute;
    color: white;
}
.metaslider .caption h2 {
    margin: 0;
    background: rgba(229,0,71,0.7);
    padding: 5px 20px 5px 20px;
    display: table;
    font-family: 'Arial', Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.3rem;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding-bottom: 20px;
}
.metaslider .caption-wrap .caption h2:last-child {
    padding-bottom: 20px;
}
#metaslider_28 .slides img {
    height: 88vh;
    width: auto;
}
.home .site-main {
    margin: 0;
}
.home .content-area {
    float: none;
    margin: 0;
    width: 100%;
    order: 2;
    padding: 5px 25px;
}	
.home .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 100%;
    order: 1;
    margin-top: -1vh;
}
.home .site-content {
    margin: auto;
    max-width: 100%;
    background: #f8f8f8;
    padding: 0px;
    display: inline-grid;
}
.home h3 {
    margin-top: 0;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}
.top-logo img {
    width: 45%;
    float: left;
}	
.ari-fancybox.support-us-button {
    position: fixed;
    bottom: 0;
    background: #cc0000;
    margin-bottom: 15px;
    z-index: 999999;
    opacity: 1;
    border: 0;
    display: block;
    font-size: 18px;
    border-radius: 12px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: inherit; 
    right: 0;
    left: 0;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.bg-lr-blue {
    width: 300px !important;
    font-size: 15px !important;
    bottom: 10vw !important;
}
.bg-lr-blue i.fa.fa-volume-up {
    color: white !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin: 0 !important;
}	
.site-branding {
    overflow: initial;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    top: 9vw !important;
    float: right;
    background-color: #8191af;
    border-radius: 30px;
    position: absolute;
    right: 15px;
}
.social-bar [class*="fa fa-"] {
    background-color: transparent;
    border-radius: 30px;
    color: #8e9dbc;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #8e9dbc;
    transition: all 2s;
}	
.metaslider .flex-control-nav {
    display: none;
}	
.textwidget.custom-html-widget {
    padding: 25px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
}	
.home .content-area ul {
    list-style: none;
    padding: 0;
    margin: 25px 20px;
}	
.yes-no {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    padding: 14px 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid white;
    float: left;
}
.fancybox-slide>* {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
#support-us-wrap h2 {
    font-size: 30px;
}
#support-us-wrap input {
    width: 95%;
}
#support-us-wrap #e2ma_signup_submit_button {
    width: 45%;
}
.page.type-page .entry-header .entry-title, .category .page-header .page-title {
    display: block;
}
}
@media only screen and (min-width: 800px) and (max-width: 1087px){
.home .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 45%;
}
.home .content-area {
    float: left;
    margin: 0 -61% 0 0;
    width: 100%;
}	
.home .site-main {
    margin: 0 49% 0 0;
}
.home h3 {
    margin-top: 0;
    font-size: 2rem;
    font-weight: normal;
}
.social-bar {
    float: right;
    margin-top: 2vw;
    text-align: right;
    width: auto;
    margin-right: 100px;
}
.wprmenu_bar #custom_menu_icon.hamburger {
    top: 1.6vw !important;
    float: right;
    background-color: #8191af;
    border-radius: 30px;
    position: absolute;
}
.metaslider .caption-wrap {
    background: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    bottom: 30% !important;
    width: auto !important;
    left: 10% !important;
    line-height: 1 !important;
}
.ari-fancybox.support-us-button {
    background: #cc0000;
    margin-right: 10px;
    padding: 7px 11px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    border-radius: 12px;
    border: 1px solid white;
    vertical-align: text-bottom;
    font-size: 15px;
}
.bg-lr-blue {
    width: 300px !important;
    font-size: 15px !important;
    bottom: 8vh !important;
}
.bg-lr-blue i.fa.fa-volume-up {
    color: white !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin: 0 !important;
}		
}
@media only screen and (min-width: 1087px) and (max-width: 1399px){
.home .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 35%;
}
.home .content-area {
    float: left;
    margin: 0 -35% 0 0;
    width: 100%;
}	
.home .site-main {
    margin: 0 40% 0 0;
}
}

