﻿.bannerMenu-largePictureImg
{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.bannerMenu-cz .bannerMenuItem {
	background-color: #15aab3;
}

.bannerMenu-cz .bannerMenuItemSelected {
	background: #61c4ca;
}

.bannerMenu-cz .bannerMenuItemSelected:after {
	border-bottom-color: #61c4ca;
}

.bannerMenu-pz .bannerMenuItem {
	background-color: #5AAEE9;
}

.bannerMenu-pz .bannerMenuItemSelected {
	background: #88b7d5;
}

.bannerMenu-pz .bannerMenuItemSelected:after {
	border-bottom-color: #88b7d5;
}

.bannerMenu-nq .bannerMenuItem {
	background-color: #019C7C;
}

.bannerMenu-nq .bannerMenuItemSelected {
	background: #00b399;
}

.bannerMenu-nq .bannerMenuItemSelected:after {
	border-bottom-color: #00b399;
}

.bannerMenu-pz .bannerMenu-mobileBtn
{
  background:#5AAEE9; 
}

.bannerMenu-nq .bannerMenu-mobileBtn
{
  background:#019C7C; 
}

.bannerMenu-cz .bannerMenu-mobileBtn
{
  background:#61c4ca; 
}

.bannerMenu-cz .splash-link a{
   color: #61c4ca;   
}

.bannerMenu-nq .splash-link a{
   color: #019C7C;
}

.bannerMenu-pz .splash-link a{
   color: #5AAEE9;
}

.splash-header{
	color: #444444;
	font-weight:700;
}

.splash-text{
	padding-top:10px;
	padding-bottom:10px;
}

.splash-link{
  border-bottom: 1px solid #61c4ca;
  font-weight: 700;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.splash-link a:after
{
  content: "\2192";
  text-align: right;
  font-weight: 700;
  float:right;
  text-decoration:none !important;   
}

.splash-link a:hover
{
  text-decoration:none !important;   
}

.bannerMenu-mobile h1
{
	font-size: 75px;
}

.bannerMenu-mobile .splash-text
{
	font-size: 35px;
}

.bannerMenu-mobileBtn
{
  width:75%; 
  margin: 0 auto; 
  padding:10px; 
  color:white;
  font-weight:bold; 
  font-size: 35px;
  text-align:center;
}

.bannerMenu-splash-txtbox {
	display: block;
	padding: 1em;
	overflow: hidden;
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	
	top: 80px;
	right: 80px;
	z-index:3;
	width: 25%;
	height: 60%;
	background-color: #ffffff;
	box-shadow: 0px 3.5px 0 0 rgba(0, 0, 0, 0.1);
	padding: 0px 30px 0px 30px;
}


.bannerMenu {
    position: absolute;
    width: 100%;
    bottom: 0;
    display:flex;
}

.bannerMenuItem {
    font-size: 14px;
    font-weight: 700;
    padding: 1em 2em;
    text-transform: capitalize;
    text-align:center;
    color: white;
}

.bannerImageContainer {
    width: 100%;
    height: 100%;

    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bannerMenuItemSelected {
    font-size: 14px;
    font-weight: 700;
    padding: 1em 2em;
	text-transform: capitalize;
    color: white;
    position: relative;    
    text-align:center;    
}

.bannerMenuItemSelected:after, .bannerMenuItemSelected:hover:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bannerMenuItemSelected:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 15px;
    margin-left: -30px;
}

.bannerMenuItemSelected:before {
    border-color: rgba(194, 225, 245, 0);
    border-width: 36px;
    margin-left: -36px;
}

