/**
Theme Name: NEPA Astra Child
Author: Art Unlimited
Author URI: https://www.artunlimitedusa.com
Description: NEPA Astra Child Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nepa-astra-child
Template: astra
*/

#provia_iframe .xl\:\!min-h-\[calc\(100vh-120px\)\]{
	min-height: 820 !important;
}
.md\:min-h-\[820px\]{
	min-height: 820 !important;
}
.header-banner {
	width: 100%;
	text-align: center;
	background-color: #93191c;
	color: white !important;
	font-size: 24px;
	font-weight: bold;
	padding: 30px;
}
.header-banner span {
	font-size: 16px;
}
.header-banner a {
	color: #fff;
}
.header-banner a:hover {
	color: #ff0;
}
#primary{
	margin-top: 0px !important
}
#gform_submit_button_1{
    background-color: #93191C/*#3b7d0c*/;
}
.image-wrap {
    max-height: 250px;
    overflow: hidden;
    max-width: 640px;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
 
    .image-wrap img {
        width: 100%;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
     
@media only screen and (min-width: 1160px) {
    .image-wrap { max-width: 1000px; }
}

#section5 .container {
	position: relative;
}

#section5 .overlay {
	position: absolute;
  	bottom: 0;
  	background: rgb(0, 0, 0);
  	background: rgba(0, 0, 0, 0.5); /* Black see-through */
  	color: #f1f1f1;
  	width: 100%;
	height: 100%;
  	opacity:1;
  	color: white;
  	font-size: 20px;
  	padding: 20px;
	text-align: center;
	margin: auto;
	display: flex;
  	justify-content: center;
  	align-items: center;
}

#header {
    max-width: 1200px;
    margin: 0 auto;
}
#section2 {
    max-width: 1200px;
    margin: 0 auto;
}
#section3 {
    
}
#section5 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 4em !important;
    margin-bottom: 5em !important;
}
#section6 {
    max-width: 1200px;
    margin: 0 auto;
}
#section7 {
    max-width: 1200px;
    margin: 0 auto;
}
#section8 {
    max-width: 1200px;
    margin: 0 auto;
}
#section9 {
    max-width: 1200px;
    margin: 0 auto;
}
.logo-gray {
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.logo-gray:hover {
    transition: filter .8s;
    filter: none;
    -webkit-filter: grayscale(0%);
}
.width-max-1200 {
	max-width:1200px;
	margin: 0 auto;
}

/*location page padding and bulleted list styling*/
/* #post-243{
	padding-left: 25px;
    padding-right: 25px;
} */
#list-1,
#list-2,
#list-3, 
.list{
	list-style-type: disc;
	margin-left:20px;
}


/*Pad row layout on mobile*/
@media screen and (max-width:1240px){
	.row-padding{
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (max-width:768px){
.main-county-block {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 10px;
}

.county-block {
	display: block;
	width: 100%;
	vertical-align: middle
}

.county-block .counties {
	display: block;
}

.county-block .county-logo {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
}

.county-block .counties .count-1sec {
	display: block;
    width: 100%;
}

.county-block .counties .count-2sec {
	display: block;
    width: 100%;
}

.county-block .counties .count-1sec .sec1ac {
    width: 40%;
    display: inline-block;
    margin-bottom: 20px;
}

.county-block .counties .count-2sec .sec2ac {
    width: 40%;
    display: inline-block;
    margin-bottom: 20px;
}

.county-block h3 {
	font-size: 18px;
	margin: 0px 0 0px;
	text-decoration: underline;
	font-weight: bold;
/*	border-bottom: 1px solid #000;
    width: 90%; */
}
}

#main-county-block {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	background: #333;
	padding: 20px;
	color:#fff;
}

#main-county-block h3 {
	color:#fff;
}

@media screen and (min-width:769px){
.main-county-block {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 10px;
}

.county-block {
	display: table;
	width: 100%;
	vertical-align: middle
}

.county-block .counties {
	display: table-cell;
	width: 75%;

}

.county-block .county-logo {
	display: table-cell;
	width: 25%;
	vertical-align: middle

}

.county-block .counties .count-1sec {
	display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.county-block .counties .count-2sec {
	display: table;
    width: 80%;
    margin: 0 auto;
}

.county-block .counties .count-1sec .sec1ac {
    width: 20%;
    display: table-cell;
}

.county-block .counties .count-2sec .sec2ac {
    width: 30%;
    display: table-cell;
}

.county-block h3 {
	font-size: 18px;
	margin: 0px 0 0px;
	text-decoration: underline;
	font-weight: bold;
/*	border-bottom: 1px solid #000;
    width: 90%; */
}
}

main ul {
    list-style: disc !important;
	margin-left: 30px;
	margin-bottom: 20px;
}

main ol {
    list-style: decimal !important;
	margin-left: 30px;
	margin-bottom: 20px;
}

.teamstuff button.selected {
	color: #93191C /*#3B7D0C*/ !important;
}


/*
@media only screen and (min-width: 1024px) and (max-width: 1075px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 0.50vw !important;
}
}

@media only screen and (min-width: 1076px) and (max-width: 1123px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 0.70vw !important;
}
}

@media only screen and (min-width: 1124px) and (max-width: 1223px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 1vw !important;
}
}

@media only screen and (min-width: 1224px) and (max-width: 1423px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 1.5vw !important;
}
}

@media only screen and (min-width: 1424px) and (max-width: 1600px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 1.5vw !important;
}
}

@media only screen and (min-width: 1601px) {
#mobileMenu.navbar-menu ul li {
	margin-right: 1.7rem !important;
}
}
*/

@media only screen and (max-width: 1023px) {
#mobileMenu.navbar-menu ul ul.submenuu,
#mobileMenu.navbar-menu ul ul.submenuu,
#mobileMenu.navbar-menu ul ul.submenuu ul.submenuux {
	margin-left: 0;
}

#mobileMenu.navbar-menu ul li {
	margin-right: 0;
}
}

@media only screen and (min-width: 1024px) {
#mobileMenu.navbar-menu ul ul.submenuu,
#mobileMenu.navbar-menu ul ul.submenuu {
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999999999999991;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	text-align: left;
}

#mobileMenu.navbar-menu ul ul.submenuu ul.submenuux {
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999999999999991;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	text-align: left;
	left: 160px;
	top: 90%;
}

#mobileMenu.navbar-menu ul li:hover ul.submenuu,
#mobileMenu.navbar-menu ul li:hover ul.submenuu,
#mobileMenu.navbar-menu ul ul.submenuu li:hover ul.submenuux {
	visibility: visible;
	opacity: 1;
	z-index: 999999999999991;
}
	
#mobileMenu ul ul li {
    font-size: 15px;
    font-weight: bold;
}

#mobileMenu ul ul li a {
    font-size: 15px;
    font-weight: bold;
	margin-left: 10px;
}
}





@media only screen and (max-width: 767px) {
.referal span.rb {
	display: block;
	font-size: 64px
}

.referale span.rb {
	font-size: 64px;
}

.referale span.rc {
	font-size: 64px;
	left: 20px;
	left: 70px;
	position: relative;
}

.referale div.plus {
    margin: 0 auto;
/*	margin-left: 15px !important; */
}

.referal,
.referale {
	display: block;
	position: relative;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	max-width: 460px;
	margin: 0px auto;
	color: #000;
}

.referale .plus span.rb {
	font-size: 64px;
	display: none !important;
}

.referale .plus span.rc {
	font-size: 64px;
	left: 20px;
	left: 70px;
	position: relative;
	display: none !important;
}


.referale .plus span.rbc {
	font-size: 64px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px)  {
.referal span.rb {
	display: block;
	font-size: 50px
}

.referale span.rb {
	font-size: 50px;
}

.referale span.rc {
	font-size: 50px;
	left: 20px;
	left: 45px;
	position: relative;
}

.referale span.ra {
	margin-left: -210px;
}

.referal,
.referale {
	display: block;
	position: relative;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	max-width: 460px;
	margin: 20px auto;
	color: #000;
}

.referale .plus span.rbc {
	font-size: 64px;
	position: relative;
	display: none;
}
}

@media only screen and (min-width: 1024px) {
.referal span.rb {
	display: block;
	font-size: 64px
}

.referale span.rb {
	font-size: 64px;
}

.referale span.rc {
	font-size: 64px;
	left: 20px;
	left: 70px;
	position: relative;
}

.referale span.ra {
	margin-left: -240px;
}
	
.referal,
.referale {
	display: block;
	position: relative;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 100%;
	max-width: 460px;
	margin: 20px auto;
	color: #000;
}

.referale .plus span.rbc {
	font-size: 64px;
	position: relative;
	display: none;
}
}

@media only screen and (min-width: 1201px) {
#kt-layout-id_76ad5c-b8 > .kt-row-column-wrap {
    margin-left: 3vw !important;
}
}

.referal span,
.referale span {
	
}

.referal span.ra,
.referale span.ra {
	display: block;
	font-size: 18px;
}


.referale div {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.referale span.rb,
.referale span.rc {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}


.referal {
	
}

.page.page-id-388 .entry-content {
    width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	padding: 0 30px;
}

#gform_2 input[type=email], 
#gform_2 input[type=number], 
#gform_2 input[type=password], 
#gform_2 input[type=reset], 
#gform_2 input[type=search], 
#gform_2 input[type=tel], 
#gform_2 input[type=text], 
#gform_2 input[type=url], 
#gform_2 select, 
#gform_2 textarea {
    color: #000;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.header-img-title {
	margin-bottom: 30px;
}

h3 span.team-name a {
	position: relative;
}

h3 span.team-name a:after {
	content: "\00a0 \2192";
	font-weight: bold;
	font-size: 52px;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 45%;
	transform: translate(0%, -50%);
}

@media (max-width: 1267px) {
	.mmenuu li {
		margin-right: 30px;
	}
}



@media (min-width: 768px) {
    .md\:mr-19 {
        margin-right: 1.0rem !important;
    }
}

@media (min-width: 1024px) and (max-width: 1250px){
    .imgoshrinker {
        max-width: 120px;
        width: 100%;
    }
    
    .imgoshrinker img {
        max-width: 100%;
        height: auto;
    }

	.getQuote {
		font-size: 1vw;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media (min-width: 1251px) {
    .imgoshrinker {
        max-width: 200px;
        width: 100%;
    }
    
    .imgoshrinker img {
        max-width: 100%;
        height: auto;
    }
}


@media (max-width: 767px) {
body.blog main .ast-row,
body.post-template-default.single article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
}

@media (min-width: 768px) {
body.blog main .ast-row,
body.post-template-default.single article {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
}

#section-hpyttop {
	display: block;
	width: 100%;
	margin: 0 auto;
	width: 100%;
  aspect-ratio: 16 / 9;
}

#section-hpyttop iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.blogcontactformlayout {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 0px 30px;
	margin: 0 auto;
	text-align: center;
}

.blogcontactform a {
	background-color: #93191C !important;
	color: #fff;
    margin: 0 5px 0 0;
    white-space: nowrap;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 5px;
	transition: all .2s linear;
}

.blogcontactform a:hover {
	background-color: #000 !important;
	color: #fff;
    margin: 0 5px 0 0;
    white-space: nowrap;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 5px;
	transition: all .5s linear;
}

@media (max-width: 1000px) {
.sec7aa {
	width: 100%;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

.sec7bb {
	width: 100%;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.sec7aa p {}

.sec7bb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

@media (min-width: 1001px) {
.sec7aa {
	width: 50%;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sec7bb {
	width: 50%;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
/*	position: relative;
    padding-bottom: 56.25%; 
    height: 0; */
}

.sec7aa p {}

.sec7bb iframe {
	width: 100%;
	height: 400px;
}
}

.vidradius iframe {
	border-radius: 20px;
}

@media (max-width: 767px) {
.hp-accordian-main-row .wp-block-kadence-accordion {
	padding-bottom: 200px
}
}

.redbox-hp-dk img {
	margin: 0 auto;
}

.redbox-hp-mob img {
	margin: 0 auto;
}

.redbox-hp-mob .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column figure.wp-block-image {
    /* background: #fff; */
	margin: 0 auto 10px;
	width: 50%;
}

.redbox-hp-mob .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(1) figure.wp-block-image {
	 padding: 2px 0;
}

.redbox-hp-mob .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(2) figure.wp-block-image {
	 padding: 2px 0;
}

.redbox-hp-mob .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(3) figure.wp-block-image {
	 padding: 4px 0;
}

.redbox-hp-mob .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(4) figure.wp-block-image {
	 padding: 0px 0;
}

.img-red-area-hp .kt-row-column-wrap {
/*  background: #fff; */
    padding: 0 !important;
    margin-bottom: 10px;
	margin: 0 auto;
}
/*
.img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .kt-inside-inner-col figure:first-child {
    background: #ff0;
    padding: 0 !important;
}
*/

.img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(1) figure.wp-block-image {
    background: #fff;
	background: linear-gradient(90deg,rgba(147, 25, 28, 1) 0%, rgba(147, 25, 28, 1) 35%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    padding: 2px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(2) figure.wp-block-image {
    background: #fff;
    padding: 2px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(3) figure.wp-block-image {
    background: #fff;
    padding: 4px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(4) figure.wp-block-image {
    background: #fff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(147, 25, 28, 1) 65%, rgba(147, 25, 28, 1) 100%);
    padding: 0px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}



.redbox-hp-dk.whittee .img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(1) figure.wp-block-image {
    background: rgba(255,255,255,0) !important;
    padding: 2px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.redbox-hp-dk.whittee .img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(2) figure.wp-block-image {
    background: rgba(255,255,255,0) !important;
    padding: 2px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.redbox-hp-dk.whittee .img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(3) figure.wp-block-image {
    background: rgba(255,255,255,0) !important;
    padding: 4px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

.redbox-hp-dk.whittee .img-red-area-hp .kt-row-column-wrap.kt-has-4-columns .wp-block-kadence-column:nth-child(4) figure.wp-block-image {
    background: rgba(255,255,255,0) !important;
    padding: 0px 0;
	margin: 0 !important;
	border: 0px solid #fff !important;
}

/*
.ast-above-header-wrap {
    height: 24px !important;
}
*/
#ast-desktop-header {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

#ast-desktop-header .ast-above-header-wrap {
	position: absolute;
	top: 0px;
	z-index: 10;
	right: 0%;
	display: block;
	height: 24px !important;
}

.ast-above-header-bar.ast-above-header.site-header-focus-item {
/*	background: #ff0 !important; */
	height: 24px !important;
}

@media (min-width: 922px) and (max-width: 1250px) {
header .custom-logo-link img {
    max-width: 120px;
    width: 100%;
}
}

ul.footaddressnb {
	position: relative;
	display: block;
	margin-left: 30px;
}

ul.footaddressnb li {
	position: relative;
	display: block;
	color: #fff;
}

ul.footaddressnb li i {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translate(0%, -50%);
}

ul.footaddressnb li a {
	color: #fff;
}

ul.footaddressnb li a:hover {
	color: #777;
}

ul.twocol-mob {
	columns: 2;
	width: 100px;
	text-align: left;
}

ul.twocol-mob li {
	width: 35px;
}

ul.twocol-mob li img {
	width: 35px;
	height: 35px;
	margin: 5px;
}

.themenubutton {
	background-color: #93191C;
	margin: 0 5px;
	padding: 7px;
	border-radius: 5px;
}

.themenubutton a {
	color: #fff !important;
}

@media only screen and (min-width: 922px) and (max-width: 1115px){
.themenubutton a {
	color: #fff !important;
	font-size: 10px !important;
}
.main-header-menu li a {
	font-size: 1.1vw !important
}
.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 1vw;
}
}

.hpwistavid {
	background: #93191c;
	width: 100%;
	display: block;
	position: relative;
}

section#section-wista {
	background: #93191c;
	width: 100%;
	max-width: 75%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 50px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px){
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 50px !important;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1460px){
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 150px !important;
}
}

@media only screen and (min-width: 1461px) and (max-width: 1700px){
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 250px !important;
}
}

@media only screen and (min-width: 1701px) and (max-width: 1920px){
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 350px !important;
}
}

@media only screen and (min-width: 1921px) and (max-width: 2320px){
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 55vh !important;
}
}

@media only screen and (min-width: 2321px) {
.hppennstatepadding .kt-row-column-wrap {
	padding-bottom: 105vh !important;
}
}