/*******************************************************************************
Util Classes
*******************************************************************************/
.block-button.blue{
    background-color: #009cd7;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 100;
    letter-spacing: 1px;
}
.block-button.blue:hover{
    background-color: #044B99;
    text-decoration: none;
}


/*******************************************************************************
Custom styling for .product-section-row(s) with 3 products in (.three-products)
*******************************************************************************/
div.three-products .product-section{
    width: 30.833333%;/*2.5% margin for three products, split remaining area among each section*/
}



div.three-products .product-section .product-section-teaser p{
    font-size: 1.6rem;
}

div.three-products .product-section .product-section-top .product-section-teaser-holder{
    height: 410px;
}
div.three-products .product-section .product-section-large-image{
    min-height: 410px;
}


div.three-products .product-section .product-section-top-small .product-section-teaser-holder{
    height:300px;
}
div.three-products .product-section .product-section-small-image{
    min-height: 300px;
}

/*******************************************************************************
Page break custom styling
*******************************************************************************/
/*Page breaks arent whole links anyymore, just the buttons inside them. They dont need the hover effect*/
.page-break-row:hover .page-break-image {
    filter: none;
    transition: none;
}

#why-choose-park .page-break-text-holder,
#park-life-page-break .page-break-text-holder{
    display:flex;
    align-items: center;
    padding: 0 10%;
}
#why-choose-park .page-break-text-holder h2,
#park-life-page-break .page-break-text-holder h2{
    text-align: left;
    color: #009cd7;
    font-size: 1.6rem;
}
#why-choose-park .page-break-text-holder h2 p,
#park-life-page-break .page-break-text-holder h2 p{
    margin-bottom: 0;
    font-size: 1.4rem;
}

#why-choose-park .page-break-text-holder{

}
#why-choose-park .page-break-text-holder h2{

}
#why-choose-park .page-break-text-holder h2 p{

}

/*******************************************************************************
Dropdown Menu Tweakz
*******************************************************************************/
.dropdown-menu .dropdown-menu-column ul#menu-product-dropdown-4{
    margin:0;
}

.dropdown-menu .dropdown-menu-column ul#menu-product-dropdown-4 ul.sub-menu{
    margin:0;
}


ul#menu-product-dropdown-4-middle {
    margin:0;
}
ul#menu-product-dropdown-4-middle img{
    width: auto;
    height: 17px;
    margin-top: 5px;
    margin-left: 1px;
}


div.menu-product-dropdown-4-bottom-container ul#menu-product-dropdown-4-bottom li a{
    font-size: 0.9rem;
    color: #009CD7;
}


/*******************************************************************************
tweakz
*******************************************************************************/

@media screen and (min-width: 640px){
    #park-life-page-break .page-break-text-holder h2 p{
        max-width: 370px;
        position: relative;
        top: -25px;
    }
    #why-choose-park .page-break-text-holder h2 p{
        position: relative;
        top: -90px;
        left: 315px;
        max-width: 150px;
        line-height: 33px;
    }
}


.category .pagination-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.category .pagination{
    display: inline-block;
    width: auto;
}

.category .pagination li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-size: 1.3rem;
}

.category .pagination a{

}

.category .pagination .prev{

}

.category .pagination .next{

}

/*******************************************************************************
Team Images Sections
*******************************************************************************/
.employee-output{
  text-align: center;
  float: left;
  width: 300px;
  margin-right: 100px;
  margin-top: 30px;
  margin-left: 30px;
  height: auto;
	
}

@media screen and (min-width: 1390px){
	
	.employee-output:nth-of-type(3n+1){
		clear: left;
	}
}

@media screen and (min-width: 1001px ) and (max-width: 1389px){
		
	.employee-output:nth-of-type(odd){
		clear: left;
	}
}

.employee-overlay{
  width: 300px;
  height: 365px;
  position: absolute;
  background-color: #044B99;
  opacity: 0.7;	
  transition: opacity 0.7s ease-in; /* vendorless fallback */
  -o-transition: opacity 0.7s ease-in; /* opera */
  -ms-transition: opacity 0.7s ease-in; /* IE 10 */
  -moz-transition: opacity  0.7s ease-in; /* Firefox */
  -webkit-transition: opacity 0.7s ease-in; /*safari and chrome */	
}

.employee-output h3{
  color: white;
  text-align: center;
  position: absolute;
  float: left;
  margin-top: 150px;
  max-width: 300px;	
  font-weight: 800;
  font-size: 1.45rem;
}

.employee-output h4{
  color: white;
  text-align: center;
  position: absolute;
  float: left;
  margin-top: 190px;
  max-width: 300px;	
  font-weight: 800;
  font-size: 1rem;
}

.expand,.close {
  text-align: center;
  position: absolute;
  float: left;
  margin-left: 130px;
  margin-top: 340px;
  width: 55px;	
  font-weight: 800;
  font-size: 1.25rem;
  background: white;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.employee-text, .close{
  display: none;
}

.employee-text{
  line-height: 18px;
  margin-top: 30px;	
  font-size: 1rem;	
}

.employee-output:hover .employee-overlay{
  width: 300px;
  height: 365px;
  position: absolute;
  opacity: 0;
  background-color: none;	
}

.employee-output:hover .employee-headings h3, .employee-output:hover .employee-headings h4, .employee-output:hover .expand {
  transition: opacity 0.7s ease-in; /* vendorless fallback */
  -o-transition: opacity 0.7s ease-in; /* opera */
  -ms-transition: opacity 0.7s ease-in; /* IE 10 */
  -moz-transition: opacity  0.7s ease-in; /* Firefox */
  -webkit-transition: opacity 0.7s ease-in; /*safari and chrome */	
  opacity: 0;
}

.employee-output:hover .close {
  display:block;
  transition: opacity 0.7s ease-in; /* vendorless fallback */
  -o-transition: opacity 0.7s ease-in; /* opera */
  -ms-transition: opacity 0.7s ease-in; /* IE 10 */
  -moz-transition: opacity  0.7s ease-in; /* Firefox */
  -webkit-transition: opacity 0.7s ease-in; /*safari and chrome */
}

/*******************************************************************************
Core Value Sections
*******************************************************************************/

@media screen and (max-width: 510px){
	.core-value-section-row .core-value-section .core-value-section-teaser p {
		width: 100% !important;
		font-size: 1.15rem !important;
		opacity: 1 !important;
	}
	
	.core-headings {
		padding: 25px 0px 25px 0px !important;
	}
}

@media screen and (max-width: 920px){
	.core-value-section-row .core-value-section .core-value-section-teaser p {
		width: 100% !important;
		opacity: 1 !important;
	}
}

@media screen and (max-width: 1024px){
	.core-value-section-row .core-value-section .core-value-section-teaser p {
		width: 100% !important;
		opacity: 1 !important;
	}
}

.core-headings {
	color: white;
	text-align: center;
	font-size: 46px;
	padding: 50px 50px 10px 50px;
	font-weight: 600;
}

.core-value-section-row{ 
	width: 100%; 
	float: left; 
}
.core-value-section-row .core-value-section{ 
	float: left;
	width: 100%;
}
.core-value-section-row a:first-of-type .core-value-section{ 
	margin-right: 2.5%; 
	margin-left: 0; 
}

.core-value-section-row .core-value-section .core-value-section-top{
	float: left; 
	width: 100%;
	position: relative;
}

.core-value-section-row .core-value-section .core-value-section-top-small{ 
	float: left; 
	width: 100%;
	position: relative; 
}

.core-value-section-row .core-value-section .core-value-section-top .core-value-section-teaser-holder{ 
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%; 
	height: 550px; 
}
.core-value-section-row .core-value-section .core-value-section-top-small .core-value-section-teaser-holder{ 
	position: absolute; 
	top: 25px; 
	left: 0; 
	width: 100%;
	height: 400px; 	
}

.core-value-overlay{
  width: 100%;
  height: 94%;
  margin-top: 25px;
  position: absolute;
  background-color: #044B99;
  opacity: 0.3;	
  transition: opacity 0.3s ease-in; /* vendorless fallback */
  -o-transition: opacity 0.3s ease-in; /* opera */
  -ms-transition: opacity 0.3s ease-in; /* IE 10 */
  -moz-transition: opacity  0.3s ease-in; /* Firefox */
  -webkit-transition: opacity 0.3s ease-in; /*safari and chrome */	
}

.core-value-section-row .core-value-section .core-value-section-small-image{
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	transition: filter 0.2s; 
}

.core-value-section-row .core-value-section .core-value-section-large-image{ 
	width: 100%;
	min-height: 550px;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center; 
	transition: filter 0.5s; 
}

.core-value-section-row .core-value-section .core-value-section-teaser{
	position: relative; 
	float: none; 
	margin: 50px;
}
	
.core-value-section-row .core-value-section .core-value-section-teaser p{ 
	text-align: center; 
	font-size: 1.5rem; 
	color: #fff; 
	opacity: 1; 
	transition: opacity 0.5s;
	width: 100%;
}

.core-value-section-row .core-value-section .core-value-section-teaser p:hover{ 
	text-align: center; 
	font-size: 1.5rem; 
	color: #fff; 
	opacity: 1; 	
	width: 100%;
	transition: opacity 0.5s ease-in; /* vendorless fallback */
    -o-transition: opacity 0.5s ease-in; /* opera */
    -ms-transition: opacity 0.5s ease-in; /* IE 10 */
    -moz-transition: opacity  0.5s ease-in; /* Firefox */
    -webkit-transition: opacity 0.5s ease-in; /*safari and chrome */	
}

.core-value-section-row .core-value-section .core-value-section-bottom h3{
	margin: 15px 0; 
	text-align: center; 
	text-transform: none;
	color: #044B99; 
	font-size: 1.2rem;
}

.core-value-section-row .core-value-section:hover .core-value-section-small-image,
.core-value-section-row .core-value-section:hover .core-value-section-large-image{ 
	filter: blur(3px);
}
.core-value-section-row .core-value-section:hover .core-value-section-teaser p{
	opacity: 1;
	transition: opacity 0.5s ease-in; /* vendorless fallback */
    -o-transition: opacity 0.5s ease-in; /* opera */
    -ms-transition: opacity 0.5s ease-in; /* IE 10 */
    -moz-transition: opacity  0.5s ease-in; /* Firefox */
    -webkit-transition: opacity 0.5s ease-in; /*safari and chrome */	
}

.core-value-section-row .core-value-section .center-outer{ 
	transition: background-color 0.5s;
}
.core-value-section-row .core-value-section:hover .center-outer{
	background-color: rgba(0,0,0,0.55);
	transition: background-color 0.5s;
}

.grecaptcha-badge {
  display: none !important;
}




