/*
Theme Name: NY GOV
Theme URI: https://www.inetz.com
Author: Inetz Media Group
Author URI: https://www.inetz.com
Description: NY Gov Donate Life site
Version: 2.1
*/

/* .nygov-universal-navigation .l-header.nygov-header .l-region--header .pane-page-logo {border-right:none !important;} */
.img-responsive {
	min-width: 100%;
}

a.skip-main {
	height: 1px;
	left: -999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
	z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
	background-color: #43285D;
	border: 4px solid white;
	color: #FFFFFF;
	font-size: 1.2em;
	height: auto;
	left: auto;
	margin: 10px 35%;
	overflow: auto;
	padding: 5px;
	text-align: center;
	top: auto;
	width: 30%;
	z-index: 999;
}


.purple {
	color: #43285D;
}
.bg_purple {
	background-color: #43285D;
	color: #FFFFFF;
	font-family: 'proxima_nova_rgbold';
}
.bg_ltpurple {
	background-color: #6F5091;
}

.ltgrey {
	color: #6D6E71;
}
.bg_ltgrey {
	background-color: #6D6E71;
}

.grey {
	color: #333333;
}
.bg_grey {
	background-color: #333333;
}
.border_grey {
	border-color: #333333;
}

.border_small,
.border_med,
.border_large {
	border-style: solid;
}
.border_small {
	border-width: 1px;
}
.border_med {
	border-width: 5px;
}
.border_large {
	border-width: 10px;
}

.black,
a.black,
a.black:hover {
	color: #000000;
}

.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal!important;
}

.ltltpurple {
	color: #D4D5E3;
}
.bg_ltltpurple {
	background-color: #D4D5E3;
}

.bg_white {
	background-color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}

.blue {
	color: #0072BC;
}
.bg_blue {
	background-color: #0072BC;
	color: #FFFFFF;
	font-family: 'proxima_nova_rgbold';
}
.bg_blue a,
.bg_blue a:hover,
.bg_purple a,
.bg_purple a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.bar {
	height: 1px;
}
.bar.bg_purple {
	background-color: #43285D;
}
.bar.bg_black {
	background-color: #000000;
}
.bar .bar_offset {
	display: inline-block;
	font-weight: bold; 
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	top: -9px;
}
.sprite {
	background: transparent url('img/sprite-icons.png');
	background-size: auto;
	display: inline-block;
}

.sprite.tw,
.sprite.fb,
.sprite.yt {
	height: 19px; 
	width: 19px;
}
.sprite.tw {
	background-position: 0 -1px;
}
.sprite.fb {
	background-position: -40px -1px;
}
.sprite.yt {
	background-position: -21px -1px;
}

.sprite.caret-down {
	background-position: -1px -20px; 
	height: 22px;
	width: 22px;
}
.sprite.caret-right {
	background-position: -25px -20px; 
	height: 22px;
	width: 22px;
}

#footer span.sprite {
	margin-right: 5px; 
	position: relative;
	top: 3px;
}
#footer span.sprite.fb {
	top: 0;
}
#footer .social {
	margin-top: 35px;
	text-align: center;
}
#footer .social a:hover {
	text-decoration: none;
}
#footer .social a:first-child {
	margin-right: 120px;
}
#footer .social a:last-child {
	margin-left: 120px;
}

#menu-footer {
	margin-top: 35px;/* margin-bottom:60px; */
}
#menu-footer li {
	color: #000000;
	font-weight: bold;
	margin-right: 120px;
	text-transform: uppercase;
}
#menu-footer li:last-child {
	margin-right: 0;
}
#menu-footer li a,
#menu-footer li a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.text-md {
	font-size: 18px;
}
.btn-padded {
	padding-left: 90px;
	padding-right: 90px;
}

.no-p {
	padding: 0!important;
}
.no-m {
	margin: 0!important;
}
.no-mp,
.no-pm {
	margin: 0!important; 
	padding: 0!important;
}
/*Spacing stuff*/
@media screen and (max-width: 599px) {
	.p-t-small {
		padding-top: 5px;
	}
	.p-b-small {
		padding-bottom: 5px;
	}
	.p-tb-small {
		padding-bottom: 5px; 
		padding-top: 5px;
	}
	.p-t-med {
		padding-top: 20px;
	}
	.p-b-med {
		padding-bottom: 20px;
	}
	.p-tb-med {
		padding-bottom: 20px; 
		padding-top: 20px;
	}
	.p-t-lrg {
		padding-top: 25px;
	}
	.p-t-big {
		padding-top: 30px;
	}
	.p-b-big {
		padding-bottom: 30px;
	}
	.p-tb-big {
		padding-bottom: 30px; 
		padding-top: 30px;
	}

	.m-t-small {
		margin-top: 5px;
	}
	.m-b-small {
		margin-bottom: 5px;
	}
	.m-tb-small {
		margin-bottom: 5px; 
		margin-top: 5px;
	}
	.m-t-med {
		margin-top: 20px;
	}
	.m-b-med {
		margin-bottom: 20px;
	}
	.m-tb-med {
		margin-bottom: 20px; 
		margin-top: 20px;
	}
	.m-t-lrg {
		margin-top: 25px;
	}
	.m-t-big {
		margin-top: 30px;
	}
	.m-b-big {
		margin-bottom: 30px;
	}
	.m-tb-big {
		margin-bottom: 30px; 
		margin-top: 30px;
	}
}
@media screen and (min-width: 600px) {
	.p-t-small {
		padding-top: 15px;
	}
	.p-b-small {
		padding-bottom: 15px;
	}
	.p-tb-small {
		padding-bottom: 15px; 
		padding-top: 15px;
	}
	.p-t-med {
		padding-top: 50px;
	}
	.p-b-med {
		padding-bottom: 50px;
	}
	.p-tb-med {
		padding-bottom: 50px; 
		padding-top: 50px;
	}
	.p-t-lrg {
		padding-top: 80px;
	}
	.p-t-big {
		padding-top: 100px;
	}
	.p-b-big {
		padding-bottom: 100px;
	}
	.p-tb-big {
		padding-bottom: 100px; 
		padding-top: 100px;
	}

	.m-t-small {
		margin-top: 15px;
	}
	.m-b-small {
		margin-bottom: 15px;
	}
	.m-tb-small {
		margin-bottom: 15px; 
		margin-top: 15px;
	}
	.m-t-med {
		margin-top: 50px;
	}
	.m-b-med {
		margin-bottom: 50px;
	}
	.m-tb-med {
		margin-bottom: 50px; 
		margin-top: 50px;
	}
	.m-t-lrg {
		margin-top: 80px;
	}
	.m-t-big {
		margin-top: 100px;
	}
	.m-b-big {
		margin-bottom: 100px;
	}
	.m-tb-big {
		margin-bottom: 100px; 
		margin-top: 100px;
	}
}

/*Header stuff*/
.site-header {
	position: relative;
}
#site-navigation {
	height: 75px;
	line-height: 75px;
}
.header-image-link-front {
	left: 50%;
	margin-left: -560px;
	position: absolute;
	top: 270px;
	z-index: 999;
}
.header-image-link img {
	width: 150px;
}
.header-image-link {
	background: #FFFFFF;
	border-radius: 0 0 3px 3px;
	box-shadow: 10px 10px 10px -10px #000000;
	margin-left: 15px;
	padding: 10px;
	position: absolute;
	top: 90px;
	z-index: 999;
}
.registernav {
}
.registernav .edit-profile {
	float: right;
	height: 70px;
	line-height: 70px;
	margin-right: 30px;
}
.registernav .edit-profile a:hover {
	text-decoration: none;
}
.registernav .edit-profile a {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}
.registernav .swirl {
	margin-right: 25px;
}
.registernav a.bg_orange:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.registernav a.bg_orange {
	border-radius: 0 0 10px 10px;
	display: inline-block;
	float: right;
	font-size: 28px;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	text-transform: uppercase;
}

#menu-login {
	padding: 0;
}
#menu-login a:first-child {
	background: #6F5091;
	color: #FFD100;
}
#menu-login .sub-menu {
	left: -158px;
}
#menu-login .sub-menu a {
	color: #FFFFFF;
	width: 250px;
}
#menu-login .sub-menu a:hover,
#menu-login .sub-menu a:focus {
	background: #43285D;
}


.menu-main-container li {
	margin-right: 60px;
}
.menu-main-container li:last-child {
	margin-right: 0;
}
.menu-main-container ul,
.menu-footer-container ul,
.menu-resources-menu-container ul,
.menu-resources-menu-container ul {
	padding-left: 0;
}
.menu-main-container li,
.menu-footer-container li,
.menu-resources-menu-container li,
.menu-resources-menu-container li {
	list-style-type: none;
}
.menu-main-container li a:hover,
.menu-resources-menu-container li a:hover {
	text-decoration: none;
}
.menu-main-container li a {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}









.spanish .main-navigation li a {
	font-size: 11pt;
}
.spanish .nav-menu > li > a {
	line-height: 74px;
}

.nav-menu > li > a {
	line-height: 75px;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	position: relative;
	text-align: left;
	z-index: 998;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: white;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	white-space: nowrap;
	/* height: 50px; */
}
.nav-menu > li > a {
	font-size: 12pt;
	/* width: 170px; */
	padding-left: 20px;
	padding-right: 20px;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	background: #6F5090;
	color: #FFFFFF;
}
.main-navigation li:hover,
.main-navigation li:focus {
	background: #6F5090;
}
.main-navigation li {
	margin: 0;
	position: relative;
	text-align: center;
}
.main-navigation li ul {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 1px;
	z-index: 1;
}
.main-navigation li ul ul {
	left: 100%;
	margin-top: -3px;
	top: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	height: inherit;
	line-height: 50px;
	overflow: inherit;
	width: inherit;
}
.main-navigation li ul li a {
	display: block;
	font-size: 8pt;
	height: auto;
	padding-left: 5px;
	white-space: normal;
}

.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
	background: #43285D;
	color: #FFFFFF;;
}
.main-navigation .sub-menu {
	background: #6F5090;
	border-top: 1px solid #D4D5E3;
	box-sizing: border-box;
}
.main-navigation .sub-menu a {
	font-size: 12pt;
	padding-left: 15px;
	width: 300px;
}
.main-navigation .sub-menu li {
	text-align: left;
	width: 100%;
}
.main-navigation .sub-menu li:last-child {
	border-bottom: 0 solid #4191E6;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #FFFFFF;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}

















#header_scroll {
	box-shadow: rgba(0, 0, 0, 0.2) -3px 4px 10px;
	height: 50px;
	/* -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
	position: fixed;
	width: 100%;
	z-index: 100000;
}
#header_scroll h1 {
	color: white;
	display: inline-block;
	font-size: 16pt;
	font-weight: bold;
	left: 50%;
	margin-left: -174px;
	position: absolute;
	text-align: center;
	top: -8px;
	width: 348px;
}
#header_scroll a.logo {
	padding-left: 10px;
	position: fixed;
	right: 5px;
	top: 5px;
}
#header_scroll a.logo img {
	width: 40px;
}
.menu-toggle {
	background: transparent;
	border: 1px solid transparent;
	left: 5px;
	padding-bottom: 8px;
	position: relative;
	top: 10px;
	z-index: 100001;
}
.menu-toggle .icon-bar {
	background-color: #FFFFFF;
	border-radius: 1px;
	display: block;
	height: 2px;
	margin-top: 5px;
	width: 22px;
}

#fiiter .widg-area {
	min-height: 150px;
}

.full-width-container {
	margin: 0 auto;
	max-width: 1440px;
}

@media screen and (max-width: 599px) {
	.yellow_blue_border {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 600px) {
	.menu-main-container li,
	.menu-footer-container li {
		display: inline-block;
	}
	.color-hover .hover-text {
		top: 180px;
	}
}
@media screen and (max-width: 991px) {
	.header-image-link {
		left: 50%;
		margin-left: -108px;
	}
	.registernav {
		text-align: center;
	}
	.registernav a.bg_orange {
		border-radius: 10px;
	}
	.registernav .edit-profile,
	.registernav a.bg_orange {
		float: none;
	}
	.main-navigation {
		margin-top: 30px;
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.color-hover .hover-text {
		top: 75px;
	}
}
@media screen and (min-width: 1200px) {
	.color-hover .hover-text {
		top: 100px;
	}
}
@media screen and (max-width: 1220px) {
	#masthead .site-title {
		width: 280px;
	}
}
@media screen and (min-width: 1221px) {
	#masthead .site-title {
		width: 300px;
	}
	.english #masthead .site-title {
		width: 300px;
	}
	.spanish #masthead .site-title {
		width: 230px;
	}
}

/*.english #menu-item-460, .spanish #menu-item-459{ display:none; }*/
.qtranxs-lang-menu > a {
	display: none;
}
#menu-footer li {
	float: left;
}
#menu-footer li img {
	display: none;
}
.spanish .qtranxs-lang-menu-item-es {
	display: none;
}
.english .qtranxs-lang-menu-item-en {
	display: none;
}

/* top-banner-img-wrapper */
.top-banner-img-wrapper {
	display: block;
	height: 300px;
	overflow: hidden;
	width: 100%;
}


.resources_left_nav {
	position: relative;
}
.resources_left_nav span.tri {
	border-color: transparent transparent transparent #705091;
	border-style: solid;
	border-width: 20px 0 20px 25px;
	height: 0;
	position: absolute;
	right: -25px;
	top: 100px;
	width: 0;
}
.resources_left_nav h1 {
	border-bottom: 1px solid #43285D; 
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 40px;
}
.resources_left_nav a {
	border-bottom: 1px solid #43285D;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 20px 40px;
	width: 100%;
}


/* Home page specific styles */
#reg_count h1 {
	font-size: 26pt;
	font-weight: bold;
	margin: 0;
	padding: 35px;
}

.color-hover:hover img {
	opacity: 0;
}
.color-hover.round {
	border-radius: 10px;
}
.color-hover:hover {
	/* transition: all 1s ease-in-out; */
	background-blend-mode: soft-light;
}
.color-hover {
	background-color: #FFFFFF;
	background-size: 100%;
	display: block;
	transition: all 0.75s;
}
.hover-text {
	color: white;
	display: block;
	font-weight: bold;
	left: 50%;
	margin-left: -150px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 110px;
	width: 300px;
}

h1.hero-headline {
	font-family: raleway; 
	font-size: 50px;
	text-align: center;
}
.yellow_blue_border h2 {
	font-family: 'Shadows Into Light'; 
	font-size: 34px;
	text-align: center;
}
#hovers p,
.yellow_blue_border p {
	font-family: raleway;
	font-size: 19px;
	text-align: center;
}



/*** Typography ***/
.text-normal {
	font-weight: normal;
}
.text-bold {
	font-weight: bold;
}
.header-middle {
	margin: 20px 0;
}
/* a.btn,
button.btn,
.btn.active,
.btn:focus,
.btn:active {
	border: solid 1px transparent;
	padding: 10px 20px;
} */
.text-blue {
	color: #0072BC;
}
.text-italic {
	font-style: italic;
}

/*** pagination ***/

.pagination a {
	border: none !important;
	color: black !important;
	font-weight: bold !important;
}
.pagination .active a {
	background: none !important;
	color: #63CBEE !important;
}


/*** accordion styling ***/
.panel-group .panel-heading {
	background-color: #6F5091;
	border-color: #6F5091;
	border-left: none;
	border-radius: 0;
	border-right: none;
}
.panel-group .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}

.panel-group .sprite.caret-right {
	transition: all ease-in-out 0.3s;
}
.panel-group .panel-body {
	padding: 25px 0 35px 0;
	/* padding-left: 24px;
    padding-top: 5px; */
}

.panel-info > .panel-heading:hover,
.panel-info > .panel-heading:focus {
	background-color: #43285D;
}
.panel-heading {
	cursor: pointer;
}
.panel-heading[aria-expanded='true'] .sprite {
/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
	/* Safari */
	-webkit-transform: rotate(90deg);

/* Firefox */
	-moz-transform: rotate(90deg);

/* IE */
	-ms-transform: rotate(90deg);

/* Opera */
	-o-transform: rotate(90deg);
}
.panel-heading .sprite {
	/* margin-top:15px; */margin-right: -10px;
}
.panel-heading h4 {
	min-height: 50px;/* line-height:50px; */
	padding: 20px;
}


/** story thumbnails **/
.color-thumb {
	border-radius: 5px;
	display: block;
	margin-bottom: 25px;
	opacity: 0.9;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 0.3s;
}
.color-thumb .caption {
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	color: white;
	position: absolute;
	text-align: center;
	width: 100%;
}

.color-thumb.blue .caption {
	background: url(/wp-content/themes/ny_gov/img/bg-blue.png);
}
.color-thumb.yellow .caption {
	background: url(/wp-content/themes/ny_gov/img/bg-yellow.png);
}
.color-thumb.orange .caption {
	background: url(/wp-content/themes/ny_gov/img/bg-orange.png);
}

.color-thumb:hover {
	box-shadow: 5px 5px 5px #999999;
	opacity: 1;
}


/**** Style Cycle2 Slider ***/
.home-page-banner {
	min-height: 400px;
	position: relative;
}

.home-page-banner .banner-background {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.home-page-banner .banner-content {
	position: relative;
	z-index: 5;
}
@media(max-width: 975px) {
	.home-page-banner .banner-content {
		background-color: rgba(30,30,30,0.4);
		min-height: 400px;
	}
}

.slide.cycle-slide {
	height: 100%;
	width: 100%;
}

.slider-pager {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 110;
}

.slider-pager span {
	color: #898B91;
	cursor: pointer;
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	text-shadow: -1px -1px 0 #FFFFFF,
	1px -1px 0 #FFFFFF,
	-1px 1px 0 #FFFFFF,
	1px 1px 0 #FFFFFF;
}
.slider-pager .cycle-pager-active {
	color: #97C0E6;
}

.cycle-slide .content {
	left: 25px;
	position: absolute;
	top: 25px;
	z-index: 210;
}

.slide .by-line {
	bottom: 20px;
	left: 20px; 
	position: absolute;
}
.slide .by-line .f_shadow {
	font-size: 20pt;
}

.slide .content.right {
	left: 50%;
	margin-left: 200px; 
	position: absolute;
}

#front_slider .slide .slide_info_bg {
	background: url(img/slide_bg.png);
	height: 526px;
	padding: 15px 30px 15px 15px;
	width: 413px;
}
.slide_info_wrapper {
	margin: 35px;
}

/***** FAQS stuff *****/
body.tax-faqs_cat .nav-pills > li > a,
body.post-type-archive-faqs .nav-pills > li > a {
	border-radius: 0 0 4px 4px;
}
body.tax-faqs_cat .panel-default,
body.post-type-archive-faqs .panel-default {
	border-radius: 0 !important;
}
body.tax-faqs_cat .panel-heading a:hover,
body.post-type-archive-faqs .panel-heading a:hover {
	text-decoration: none;
}
body.tax-faqs_cat .panel-heading,
body.tax-faqs_cat .panel-body,
body.post-type-archive-faqs .panel-heading,
/* body.post-type-archive-faqs .panel-body{ background:none !important; border:none !important; } */


/********** Reg form stuff **********/
iframe.resizer {
	border: 0; 
	width: 100%;
}
input {
	display: block;
}
.dob select.form-control {
	float: left;
	width: 33%;
}
.checkbox.remove input[type=checkbox] {
	display: inline-block;
	margin: 0; 
	position: static;
}
.checkbox.accept_terms label br,
.checkbox.accept_terms label label,
.checkbox.specify_limitations label br,
.checkbox.specify_limitations label label {
	display: none;
}
.gender_radios br {
	display: none;
}
.reg_ltyellow_bg {
	background-color: rgba(237, 208, 0, 0.1);
	padding: 20px;
}
#hear_about_sub_events_div {
	margin-top: 19px;
}
#hear_about_sub_events_div div {
	display: inline-block;
	font-size: 14px; 
	font-weight: 700;
	margin-bottom: 5px;
	max-width: 100%;
}
.password_section {
	font-size: 14px; 
	font-weight: 700!important;
}




.ny-universal-class {
	border: none;
	display: block; 
	height: 90px;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 763px) {
	div.nygov-universal-navigation .l-header.nygov-header.nav-open {
		top: 0;
	}
	div.nygov-universal-navigation .l-header.nygov-header {
		top: 77px;
	}
}










.language-nav {
	float: right;
	padding-right: 20px;
	padding-top: 25px;
}
@media(max-width: 1199px) {
	.bg_blue .widget-title {
		margin-top: 20px;
	}
}

@media(max-width: 991px) {
	#front_slider .slide .slide_info_bg {
		height: 136px;
		margin: auto;
		width: 79%;
	}
	.slide .content.right {
		left: inherit;
		margin-left: inherit;
		position: absolute;
		width: 100%;
	}
	.slide_info_wrapper br,
	.slide_info_wrapper p,
	.slide_info_wrapper h4,
	/* .nygov-universal-navigation, */
	.site-header,
	.header-image {
		display: none;
	}
	.slide_info_wrapper {
		margin: 10px;
	}
	#front_slider .slide .slide_info_bg {
		background: white;
		border: #97A6BA solid 14px; 
		border-radius: 20px;
	}
	.ny-universal-class {
		border: none;
		display: block;
		height: 90px;
		margin-top: 60px; ;
		overflow: hidden;
		width: 100%;
	}
	.language-nav {
		float: none;
	}
	.bg_blue .widget-title {
		margin-top: 15px;
	}
}

@media (max-width: 1199px) {
	.home-page-banner-text h2 {
		font-size: 20pt;
	}
	.home-page-banner-text {
		top: -60px;
	}
	#main.wrapper {
		margin-top: 50px;
	}
}
/* mobile styling */
@media (max-width: 768px) {
	.home-page-banner-text h3 {
		font-size: 12pt;
	}
	.home-page-banner-text h2 {
		font-size: 12pt;
	}
	.home-page-banner-text {
		top: -50px;
	}

	.p-t-small .col-xs-12 {
		margin-bottom: 5px;
	}
	.bg_blue .widget-title {
		margin-top: 10px;
	}
	#reg_count h1 {
		font-size: 25px;
	}
	.cycle-slide .content {
		left: 5px;
		top: 5px;
	}
	.cycle-slide .content p,
	.cycle-slide .content h1,
	.cycle-slide .content h2,
	.cycle-slide .content h3,
	.cycle-slide .content h4 {
		margin: 0 0 5px;
	}
	.cycle-slide .content h1,
	.cycle-slide .content h2 {
		font-size: 25px;
	}

	.cycle-slide .content h3,
	.cycle-slide .content h4 {
		font-size: 20px;
	}

	.slider-pager {
		bottom: -20px;
	}
	.slider-pager span {
		font-size: 60px;
		padding: 0 3px;
	}
}

.page-id-243 table {
	width: 100%;
}
.page-id-243 table td {
	padding: 5px;
}

.opo-items .content {
	padding: 5px;
}
#counties table td,
#counties table td > div {
	padding: 5px;
}
#counties > span {
	display: inline-block;
	padding: 5px;
}

@media (min-width: 992px) {
	.container.narrow {
		width: 960px;
	}
}


.btn-report-issue {
	bottom: 0;
	position: fixed;
	right: 75px;
}
.form-control {
	color: #333333;
}

.section.form-section {
	margin-bottom: 50px;
}

.navbar-header {
	float: unset;
}
.navbar-header .navbar-brand {
	font-size: 22px;
	line-height: 75px;
	padding: 0;
}

#nav-meta {
	display: none;
}

.heading-title {
	font-size: 48px;
	line-height: 54px;
;
	margin-top: 50px;
}

.sub-title {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 25px;
}

.btn-white {
	background: white;
}
.btn-white.btn-border:hover,
.btn-white.btn-border:focus {
	background: rgba(255,255,255,0.5);
}
.btn-white.btn-border {
	background: transparent;
	border: solid 1px white;
	color: white;
	font-size: 15px;
	padding: 10px 55px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.banner-background img {
	height: 100%;
	max-width: unset;
	position: absolute;
	right: 0;
	width: unset;
}
.banner-content-logo {
	left: 260px;
	position: absolute;
	top: -30px;
}

@media(min-width: 1500px) {
	.banner-background img {
		width: 100%;
	}
}
@media(max-width: 1250px) {
	.banner-background img {
		height: 400px;
	}
}
/*@media(max-width: 850px){
    .banner-background img{
        right:-280px;
	}
}*/
@media(max-width: 400px) {
	.banner-content .sub-title {
		display: none;
	}
}
@media(max-width: 500px) {
	.heading-title {
		margin-top: 10px;
	}
}
@media(min-width: 751px) {
	.banner-content .container {
		padding-left: 50px;
	}
}
@media(max-width: 750px) {
	.banner-content .container {
		padding-right: 50px;
	}
	.banner-background img {
		right: -30px;
	}
}
@media(max-width: 925px) {
	.banner-content-logo {
		display: none;
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.banner-content {
		/*text-align: center;*/
	}
}

.hero-headline.oswald-b {
	font-size: 16px;
	text-transform: uppercase;
}
h4.purple.proxima-b {
	font-size: 22px;
}
p.proxima-r {
	font-size: 19px;
	line-height: 29px;
}
.btn.proxima-b {
	font-size: 16px;
	line-height: 29px;
}
.footer-stats {
	display: flex;
	flex-direction: row;
}
.stat-box {
	background: RGB(165, 151, 179);
	border: solid 1px white;
	height: 250px;
	padding: 75px 25px;
	text-align: center;
	width: 33.33%;
}
.stat-box span,
.stat-box p {
	line-height: 1;
	margin: 0;
}
.stat-box span {
	font-size: 68px;
	font-weight: 900;
}
.stat-box p {
	font-family: oswald_bold;
	font-size: 16px;
	line-height: 22px;
}

@media(max-width: 991px) {
	.footer-stats {
		flex-direction: column;
	}
	.stat-box {
		width: 100%;
	}
}
