/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #002169;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 30px;

}

.madButton {
    color: #ffffff !important;
    background-color: #F26C4F;
    border-color: #F26C4F;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff!important;
    background-color: #002169;
    border-color: #002169;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #002169;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #000;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}


/* Careers Circle */

.corevaluescircle {
	position: relative;
	display: block;
	width: 600px;
	height: 600px;
	margin: 0 auto 50px;
	color: #fff;
}

.corevaluescircle img {
	margin-top: 0px;
}

.corevaluescircle:after {
	content: "";
	position: absolute;
	display: block;
	width: 600px;
	height: 600px;
	background-image: url("/wp-content/uploads/2022/06/circle-chart-careers-blank-8.png");
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.5;
}

.corevaluescircle .cenimg {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 206px;
	height: 206px;
}

.corevaluescircle .tcenimg {
	position: absolute;
	display: block;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 284px;
	height: 223px;
}

.corevaluescircle .tcenimg img {
	position: relative;
	display: block;
	width: 284px;
	height: 223px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .tcenimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
	
}

.corevaluescircle .tcenimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle .tcenimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .tcenimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .tcenimg .azoom span p {
	color: #fff !important;
	margin:  0 !important;
	line-height: 16px !important;
	font-size: 12px;
	
}

.corevaluescircle .tcenimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .tcenimg .azoom {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
}

.corevaluescircle .tcenimg:hover .azoom {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.corevaluescircle .bcenimg {
	position: absolute;
	display: block;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 284px;
	height: 223px;
}

.corevaluescircle .bcenimg img {
	position: relative;
	display: block;
	width: 284px;
	height: 223px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .bcenimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
	
}

.corevaluescircle .bcenimg .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle .bcenimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .bcenimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .bcenimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
}

.corevaluescircle .bcenimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .bcenimg .azoom {
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
}

.corevaluescircle .bcenimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.corevaluescircle .ltimg {
	position: absolute;
	display: block;
	top: 7.5%;
	left: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	height: 246px;
}

.corevaluescircle .ltimg img {
	position: relative;
	display: block;
	width: 233px;
	height: 246px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .ltimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
	
}

.corevaluescircle .ltimg .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle .ltimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .ltimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .ltimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
}

.corevaluescircle .ltimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .ltimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}

.corevaluescircle .ltimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.corevaluescircle .lbimg {
	position: absolute;
	display: block;
	bottom: 7.5%;
	left: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	height: 246px;
}

.corevaluescircle .lbimg img {
	position: relative;
	display: block;
	width: 233px;
	height: 246px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .lbimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
	
}

.corevaluescircle .lbimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle .lbimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .lbimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .lbimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
}

.corevaluescircle .lbimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .lbimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}

.corevaluescircle .lbimg:hover .azoom {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.corevaluescircle .rtimg {
	position: absolute;
	display: block;
	top: 7.5%;
	right: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	height: 246px;
}

.corevaluescircle .rtimg img {
	position: relative;
	display: block;
	width: 233px;
	height: 246px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .rtimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
	
}

.corevaluescircle .rtimg .bzoom {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
	width: 70% !important;
}

.corevaluescircle .rtimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .rtimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .rtimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
}

.corevaluescircle .rtimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .rtimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}

.corevaluescircle .rtimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.corevaluescircle .rbimg {
	position: absolute;
	display: block;
	bottom: 7.5%;
	right: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	height: 246px;
}


.corevaluescircle .rbimg img {
	position: relative;
	display: block;
	width: 233px;
	height: 246px;
	z-index: 1;
	transition: transform .5s ease;
}

.corevaluescircle .rbimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.2);
}

.corevaluescircle .rbimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle .rbimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .rbimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle .rbimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
}

.corevaluescircle .rbimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}

.corevaluescircle .rbimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
	transition: 1s; 
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}

.corevaluescircle .rbimg:hover .azoom {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}

.ocvbutton {
	margin-top: 10px;
}

.ocvbutton a {
    background-color: #f26c4f;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-weight: normal;
}

.corevaluescircle span {
	font-weight: bold;
}

.corevaluescircle span p {
	font-weight: normal !important;
}


/* Mobile Circle */

.corevaluescircle-mobile {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto 50px;
	color: #fff;
	top: 0;
	left: 0;
}

.corevaluescircle-mobile img {
	margin-top: 0px;
}

.corevaluescircle-mobile:after {
	content: "";
	position: absolute;
	display: block;
	width: 300px;
	height: 300px;
	background-image: url("/wp-content/uploads/2022/06/circle-chart-careers-blank-8.png");
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0.5;
}

.corevaluescircle-mobile .cenimg {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 103px;
	height: 103px;
}

.corevaluescircle-mobile .tcenimg {
	position: absolute;
	display: block;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 284px;
	width: 142px;
	height: 223px;
	height: 111.5px;
}

.corevaluescircle-mobile .tcenimg img {
	position: relative;
	display: block;
	width: 284px;
	width: 142px;
	height: 223px;
	height: 111.5px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .tcenimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);	
}
*/
.corevaluescircle-mobile .tcenimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle-mobile .tcenimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .tcenimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .tcenimg .azoom span p {
	color: #fff !important;
	margin:  0 !important;
	line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .tcenimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .tcenimg .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0; 
	text-align: center !important;
}
/*
.corevaluescircle-mobile .tcenimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/
.corevaluescircle-mobile .bcenimg {
	position: absolute;
	display: block;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 284px;
	width: 142px;
	height: 223px;
	height: 111.5px;
}

.corevaluescircle-mobile .bcenimg img {
	position: relative;
	display: block;
	width: 284px;
	width: 142px;
	height: 223px;
	height: 111.5px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .bcenimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);
}
*/
.corevaluescircle-mobile .bcenimg .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle-mobile .bcenimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .bcenimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .bcenimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .bcenimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .bcenimg .azoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0; 
	text-align: center !important;
}
/*
.corevaluescircle-mobile .bcenimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/

.corevaluescircle-mobile .ltimg {
	position: absolute;
	display: block;
	top: 7.5%;
	left: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
}

.corevaluescircle-mobile .ltimg img {
	position: relative;
	display: block;
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .ltimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);
}
*/
.corevaluescircle-mobile .ltimg .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle-mobile .ltimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .ltimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .ltimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .ltimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .ltimg .azoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0; 
	text-align: center !important;
	width: 70% !important;
}
/*
.corevaluescircle-mobile .ltimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/

.corevaluescircle-mobile .lbimg {
	position: absolute;
	display: block;
	bottom: 7.5%;
	left: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
}

.corevaluescircle-mobile .lbimg img {
	position: relative;
	display: block;
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .lbimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);
}
*/
.corevaluescircle-mobile .lbimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle-mobile .lbimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .lbimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .lbimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .lbimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .lbimg .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0; 
	text-align: center !important;
	width: 70% !important;
}
/*
.corevaluescircle-mobile .lbimg:hover .azoom {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/


.corevaluescircle-mobile .rtimg {
	position: absolute;
	display: block;
	top: 7.5%;
	right: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
}

.corevaluescircle-mobile .rtimg img {
	position: relative;
	display: block;
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .rtimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);
}
*/
.corevaluescircle-mobile .rtimg .bzoom {
	position: absolute;
	top: 40%;
	left: 60%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
	width: 70% !important;
}

.corevaluescircle-mobile .rtimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .rtimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .rtimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .rtimg:hover .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .rtimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}
/*
.corevaluescircle-mobile .rtimg:hover .azoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/


.corevaluescircle-mobile .rbimg {
	position: absolute;
	display: block;
	bottom: 7.5%;
	right: 0%;
	transform: translate(0%, 0%);
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
}


.corevaluescircle-mobile .rbimg img {
	position: relative;
	display: block;
	width: 233px;
	width: 116.5px;
	height: 246px;
	height: 123px;
	z-index: 1;
	transition: transform .5s ease;
}
/*
.corevaluescircle-mobile .rbimg:hover img {
	position: relative;
	display: block;
	z-index: 1;
	transform: scale(1.0);
}
*/
.corevaluescircle-mobile .rbimg .bzoom {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	z-index: 2;
	color: #fff;
	transition: 1s; 
	opacity: 1;
}

.corevaluescircle-mobile .rbimg .bzoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .rbimg .azoom span {
	text-align: center !important;
	color: #fff;
}

.corevaluescircle-mobile .rbimg .azoom span p {
	color: #fff !important;
	margin: 0 !important;
    line-height: 16px !important;
	font-size: 12px;
	display: none;
}
/*
.corevaluescircle-mobile .rbimg:hover .bzoom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff;
	z-index: 2;
	opacity: 0;
}
*/
.corevaluescircle-mobile .rbimg .azoom {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%, 0%);
	color: #fff;
	z-index: 2;
	display: block;
/*	transition: 1s; */
	opacity: 0;
	text-align: center !important;
	width: 70% !important;
}
/*
.corevaluescircle-mobile .rbimg:hover .azoom {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	display: block;
	color: #fff !important;
	z-index: 2;
	text-align: center;
	opacity: 1;
	text-align: center !important;
}
*/
.corevaluescircle-mobile .ocvbutton {
	margin-top: 10px;
	display: none;
}

.ocvbutton a {
    background-color: #f26c4f;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-weight: normal;
}

.corevaluescircle span {
	font-weight: bold;
}

.corevaluescircle span p {
	font-weight: normal !important;
}

[class="blockContainer blockWrap_c6abc572ab7b464e8d4ef16b73cb0687 "] {width:100% !important; padding-bottom:30px !important}

.mw-footer {
  background-color: #002169;
  color: white;
  padding: 20px;
}

.mw-footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mw-footer-column {
  flex: 1;
  min-width: 200px;
}

.mw-footer-heading {
  font-size: 16px;
  font-weight:700;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  border-bottom:1px solid white;
}

.mw-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mw-footer-link {
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 5px;
  font-size:14px;
}

.mw-footer-link:hover {
  color: white !important; /* Ensures hover color stays unchanged */
}

.mw-footer-text {
  display: block;
  margin-bottom: 5px;
  color: white;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .mw-footer-container {
    flex-direction: column;
  }

  .mw-footer-list {
    display: none;
  }

  .mw-footer-list.open {
    display: block;
  }
}