@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
.ti_content {
    min-width: 1600px ;
}
.right-content > h2 {
    /*margin-top: -55px !important;
    padding-top: 65px !important;*/
}
.right-content span {
    /*margin-top: -65px;
    padding-top: 65px;*/
}

.right-content .wpcf7-form-control-wrap{

	margin-top: 0px;
	padding-top: 0px;
}
body{
	font-family: 'noto_sansregular', Arial, sans-serif;
}
/*.sticky-wrapper {
    height:60px !important;
}*/
.done a {
    color: #fff !important;
}
a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

strong {font-family: 'noto_sansbold', Arial, sans-serif; }

.col-centered {
	float:none;
	margin:0 auto;	
}

.padding {
	padding:0;
}

.pad-left {
	padding-left:0 !important;
}

.pad-right {
	padding-right:0 !important;
}

/* 1. Global Styles */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
		padding:10px 0;	
}

.header .logo {
	float:left;	
	
}

.header .right-header {
	float:right;
}

.header .right-header .header-contact {
	float:right;	
	display: none;
}

.header .right-header .header-contact ul {
	float:right;
	
	margin:0;
	padding:0;
}

.header .right-header .header-contact ul li {
	float:left;
	display:block;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:36px;
	color:#00718D;
	padding:0;
}
.header .right-header .header-contact ul li a{
	color:#00718D;
}
.pipe-separated {
  display: inline;
  align-items: center; /* Vertically center contents */
  list-style: none;
  padding: 0;
  margin: 0;
}

.pipe-separated li {
  display: flex;
	align-items: center;
}

.pipe-separated li + li::before {
  content: "|";
  margin: 0 10px;
  color: #000; /* Optional styling */
  font-weight: normal;
  font-size: 16px; /* Match text size */
  display: inline-block;
  line-height: 1;
}
.header .right-header .social ul{
	float: right;
    display: block;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    gap: 15px;
}

.header .right-header .social ul li {
	float:left;
	display:block;
	margin:0;	
}

.header .right-header .nearest-location {
	padding-top:12px;	
}

.header .right-header .nearest-location a {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#00AEC7;
	float:right;
	text-decoration:none;	
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Custom Class Start ==========*/
/*==================================================================*/
.content .left-content {
	position:relative;
	z-index:0 !important;
	opacity:.6;
}


.content .right-content {
    padding-left: 30px;
}

.content .left-content .inner-nav {
	position:absolute;
	top:68px;
	left:0;
	right:0;	
}

.content .left-content .inner-nav h3 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:26px;
	line-height:30px;
	color:#fc8f19;
	margin:0;
	padding:0 0 8px 43px;
	margin-top: -15px;	
}

.content .left-content .inner-nav ul {
	display:block;
	margin:0 0 0 0px;
	float: left;
	padding:0;	
}

.content .left-content .inner-nav ul li {
	display:block;	
}
.divL, .divR {
        box-sizing: border-box;
        padding: 10px;
      }
.su-spoiler-icon {color:#00aec7;}
.su-spoiler-style-default>.su-spoiler-title {font-size:15px;}
.TickerNews.default_theme .ti_wrapper {height:50px;}
#wpcf7-f5962-o1 {display:inline-block;}


@media (max-width: 768px) {
	.left-content {
		/*height: 420px;*/
		overflow-y: hidden;
	}
	#social-footer,
	#social-footer * {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		/* Optional: helps on small screens */
		text-align: center;
		/* In case the icons are inline-block */
	}
	.content .left-content .inner-nav ul li a {
		padding-left: 20px !important;
	}
	.content .left-content .inner-nav h3 {
		padding:0 0 8px 20px !important;	
	}


}

.content .left-content .inner-nav ul li a {
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#5a316a;
	text-decoration:none;
	padding:0 0 0 54px;
	display:block;
}

.content .left-content .inner-nav ul li:hover, .content .left-content .inner-nav ul li.active {
	background-color:rgba(252,143,25,0.30);	
}

.content .left-content .inner-nav ul li.active a{
	font-family: 'noto_sansbold', Arial, sans-serif;	
}

.content table {
	font-size: 16px;
	border-top: 2px solid #00AEC7;
	border-bottom: 2px solid #00AEC7;
}

.content td{
	padding: 10px 0;
}

.content th {
	padding: 10px 10px 10px 0;
	font-weight: normal;
	font-family: 'noto_sansbold', Arial, sans-serif;
	color: #5f5e5f;
}

.content tr.inside {
	border:none;
  border-bottom:1px dashed #5f5e5f;
  height:1px;
  width:50%;

}

h1 {
	font-size:40px;
	line-height:45px;
	color:#00718D;
	margin:0;
	padding:0;
	font-family: 'noto_sansbold', Arial, sans-serif;
}

h2 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#5f5e5f;
}

h3 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#5f5e5f;
}

h4 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#5f5e5f;
}

h5 {
	font-size:48px;
	line-height:54px;
	color:#fc8f19;
	margin:0;
	padding:0;
	font-family: 'noto_sansbold', Arial, sans-serif;
}

h6 {
	font-family: 'noto_sansitalic', Arial, sans-serif;
	font-size:20px;
	line-height:30px;
	color:#5f5e5f;
}

p {
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#5f5e5f;
	/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.fineprint {
	font-size:12px;
	line-height:14px;
}
.fineprint p{
	font-size:12px;
	line-height:14px;
}
.content .fineprint ul li{
    font-size:12px;
    line-height:14px;
}
.top-nav > p > a {
	color:#000000;
	    font-family: 'noto_sansbold', Arial, sans-serif;
}
.top-nav > p {
	    margin: 24px 0 0 50px;
	color:#00718D;
	float:right;
}
.top-nav > p > a:hover{
	text-decoration:none;
}

@media (max-width:768px) {
	.top-nav  > p{
		font-size:12px;
		width: 100%;
		text-align: center;
	}
}

.content .left-pad-detail {
	padding-left:40px;
}

.content .left-pad-detail p {
	font-family: 'noto_sansitalic', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#5f5e5f;
	padding-bottom:12px;
}

.content p span {
	font-family: 'noto_sansregular', Arial, sans-serif;
	display:inline;
}

.content .content-block {
	padding-bottom:10px;
}

.content .sub-block {
	padding-bottom:17px;	
}
.content ol li {
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#5f5e5f;
}
.content ul li {
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#5f5e5f;
}

.content table ul li {
    font-family: 'noto_sansregular', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #5f5e5f;
    }

.content h1 a {
	text-decoration: none;
}
.content a {
	font-family: 'noto_sansbold', Arial, sans-serif;
	line-height:18px;
	color:#00718D;
	margin:0;
	padding:0;	
	text-decoration:underline;
}

.content a:hover {
	color:#5A316A;
}



.content .float-right {
	float:right;	
}

.image-right {
	padding:0 0 0 100px;	
}

.image img {
	margin-bottom:20px;
}

.image p {
	font-family: 'noto_sansitalic', Arial, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#5f5e5f;
	display:block;
	margin:0;
	padding:0;	
}

#no-more-tables tr th {
	font-size:18px;
	line-height:26px;
	color:#5f5e5f;
	text-transform:capitalize;	
}

#no-more-tables tr td {
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:18px;
	line-height:26px;
	color:#5f5e5f;
	text-align:center;
}

#no-more-tables tr td.features {
	text-align:left;	
}

#no-more-tables tr td img {
	display:inline-block;	
}

#no-more-tables tr td i {
	font-size:60px;
	text-align:center;
	line-height:60px;
	color:#00AEC7;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border:none;	
}

.table-bordered > tbody > tr {
	border-bottom:1px dotted #5f5e5f;
}

.table-striped>tbody>tr:first-child {
	border-top:1px dotted #5f5e5f;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:transparent;	
}

.table-bordered {
	border-left:none;
	border-right:none;
	border-top:2px solid #00AEC7;
	border-bottom:2px solid #00AEC7;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.yellow-btn {
	border:2px solid #FFB500;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:13px 20px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#5a316a;
	background-color:#FFB500;
	text-decoration:none;
	display:inline-block;
}

.yellow-btn:hover {
	color:#5a316a;	
	background-color: #FFB500;
	border-color: #FFB500;
}
.buzz-btn {
	border:2px solid #FFB500;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:14px 22px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#5a316a;
	background-color:#FFB500;
	text-decoration:none;
	display:inline-block;
}
.advent-btn {
	border:2px solid #FFB500;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:8px 12px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#5a316a;
	background-color:#FFB500;
	text-decoration:none;
	display:inline-block;
}
.advent-btn:hover {
	color:#5a316a !important;	
	background-color: #FFB500;
	border-color: #FFB500;
}

.buzz-btn:hover {
	color:#5a316a !important;	
	background-color: #FFB500;
	border-color: #FFB500;
}
.help-btn {
	border:2px solid #00718d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:14px 22px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#ffffff;
	background-color:#00718d;
	text-decoration:none;
	display:inline-block;
}

.help-btn:hover {
	color:#ffffff !important;	
	background-color: #00718d;
	border-color: #00718d;
}
.pay-btn {
    border: 2px solid #553c71;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    padding:14px 25px !important;
    font-family: 'noto_sansbold', Arial, sans-serif;
    font-size:13px;
    line-height:13px;
    color: #ffffff;
    background-color: #553c71;
    text-decoration: none;
    display: inline-block;
}
.pay-btn:hover {
    color: #ffffff;
	background-color: #553c71;
    border-color: #553c71;
}	
.kirby-btn {
    border: 2px solid #8f58a5;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    padding:14px 25px !important;
    font-family: 'noto_sansbold', Arial, sans-serif;
    font-size:13px;
    line-height:13px;
    color: #fff;
    background-color: #8f58a5;
    text-decoration: none;
    display: inline-block;
}
.kirby-btn:hover {
    color:#fff !important;	
   background-color: #8f58a5;
   border-color: #8f58a5;
}
.logon-btn {
    border: 2px solid #00718d;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    padding:14px 70px !important;
    font-family: 'noto_sansbold', Arial, sans-serif;
    font-size:13px;
    line-height:13px;
    color: #000000;
    background-color: #00718d;
    text-decoration: none;
    display: inline-block;
}
.logon-btn:hover {
   /* color:#000000 !important;	 */
   background-color: #00718d;
   border-color: #00718d;
}
.schedule-btn {
   border: 2px solid #5a316a;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  padding:14px 7px !important;
  font-family: 'noto_sansbold', Arial, sans-serif;
  font-size:13px;
  line-height:13px;
  color: #ffffff;
  background-color: #5a316a;
  text-decoration: none;
  display: inline-block;
}
.schedule-btn:hover {
  color:#ffffff !important;	
  background-color:#5a316a;
  border-color:#5a316a;
}
.holiday-btn {
   border: 2px solid #d14936;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  padding:14px 7px !important;
  font-family: 'noto_sansbold', Arial, sans-serif;
  font-size:13px;
  line-height:13px;
  color: #ffffff;
  background-color: #d14936;
  text-decoration: none;
  display: inline-block;
}
.holiday-btn:hover {
  color:#ffffff !important;	
  background-color:#d14936;
  border-color:#d14936;
}

.caption, .caption > a > h6 {
	transition-timing-function: fade;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: fade;
	-webkit-transition-duration: 0.5s;
	-moz-transition-timing-function: fade;
	-moz-transition-duration: 0.5s;
	-ms-transition-timing-function: fade;
	-ms-transition-duration: 0.5s;
	-o-transition-timing-function: fade;
	-o-transition-duration: 0.5s;
}

.container .row .right-content h2 {
	/*margin-top: 30px;*/
}

.teal-btn {
	border:2px solid #17aa8e;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000 !important;
	background-color:#17aa8e;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}

.teal-btn:hover {
	color:#fff !important;	
}
.black-btn {
	border:2px solid #000000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#fff !important;
	background-color:#000000;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}

.green-btn {
	border:2px solid #00cc44;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000 !important;
	background-color:#00cc44;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}

.green-btn:hover {
	color:#000 !important;	

}

.orange-btn {
	border:2px solid #FC8F1A;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000 !important;
	background-color:#FC8F1A;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}

.orange-btn:hover {
	color:#000 !important;	
}
.yellow-body-btn {
	border:2px solid #FFB500;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000 !important;
	background-color:#FFB500;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}
.yellow-body-btn:hover {
	color:#000 !important;	
}
.rsvp-body-btn {
	border:2px solid #FFB500;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000 !important;
	background-color:#FFB500;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom: 5px !important;
}
.rsvp-body-btn:hover {
	color:#000 !important;	
}
.purple-btn {
	border:2px solid #8f58a5;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	padding:5px 13px !important;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#fff !important;
	background-color:#8f58a5;
	text-decoration:none !important;
	display:inline-block;
	margin-bottom:15px;
}

.purple-btn:hover {
	color:#fff !important;	
	
}

.drop-down-tgl {
	border:2px solid #5f5e5f;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	background-color:#6fe5e8;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#5a316a;
	padding:14px 45px;	
}

.drop-down-tgl .caret {
	border-top: 10px dashed #5a316a;	
}

.drop-down-tgl:hover {
	border:2px solid #5f5e5f;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	background-color:#6fe5e8;	
}

.open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	border:2px solid #5f5e5f;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	background-color:#6fe5e8;		
}

.btn-group>.btn:focus, .btn-group>.btn:hover {
	border:2px solid #5f5e5f;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	background-color:#6fe5e8;	
}

.open>.dropdown-toggle.btn-default {
	border:2px solid #5f5e5f;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	background-color:#6fe5e8;	
}

.btn-group .dropdown-menu li a{
	font-size:18px;
	line-height:18px;
	color:#5a316a;
	text-decoration:none;
	font-family: 'noto_sansregular', Arial, sans-serif;
	padding:10px 20px;
}


.btn-group .dropdown-menu {
	background-color:#bcf4f5;
	border:2px solid #00AEC7;	
}

.form-group label {
	font-family: 'noto_sansitalic', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#5f5e5f;
	margin:0;
	padding:0 0 11px 0;	
}

.form-group input[type="text"],.form-group input[type="email"] {
	border:1px solid #5f5e5f;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	height:43px;
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:18px;
	line-height:43px;
	color:#5a316a;
}

.form-group input[type="text"]::-webkit-input-placeholder { color:#5a316a; }
.form-group input[type="text"]:-moz-placeholder { color:#5a316a;  }
.form-group input[type="text"]::-moz-placeholder { color:#5a316a;  }
.form-group input[type="text"]:-ms-input-placeholder { color:#5a316a; }

.form-group input[type="email"]::-webkit-input-placeholder { color:#5a316a; }
.form-group input[type="email"]:-moz-placeholder { color:#5a316a; }
.form-group input[type="email"]::-moz-placeholder { color:#5a316a; }
.form-group input[type="email"]:-ms-input-placeholder { color:#5a316a; }


.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
	background-color:#bcf4f5;
	border:1px solid #68d0d2;
	box-shadow:none;
	font-family: 'noto_sansbold', Arial, sans-serif;	
}

.form-group textarea {
	border:1px solid #5f5e5f;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	height:135px;
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:18px;
	line-height:43px;
	color:#5a316a;	
}

.form-group textarea:focus {
	background-color:#bcf4f5;
	border:1px solid #68d0d2;
	box-shadow:none;
	font-family: 'noto_sansbold', Arial, sans-serif;	
}

.f-menu ul {
	margin: 0 0 15px;
	padding: 0;
	display: block;
}
.f-menu ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 2px solid #00718D;
	font-size: 16px;
	line-height: 20px;
	font-family: 'noto_sansbold', Arial, sans-serif;
}

.f-menu ul li:last-child {
	border-right:none;
	margin:0;
	padding:0;	
}

.f-menu ul li a,
.f-menu a {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #00718D;
	text-decoration: underline;
}

.footer p {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	margin: 0 0 15px 0;
}

.footer p a {
	color: #00718D;
}

.footer-social-icons {
	list-style: none;
	display: flex;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.footer-social-icons li a {
	color: #fff;
	/* Adjust to your theme */
	font-size: 20px;
	transition: color 0.3s ease;
}
.footer-social-icons li a:hover {
	color: #1da1f2;
	/* Example hover color */
}
.footer ul.cnss-social-icon {
	margin-bottom: 15px;
}
.footer #google_language_translator {
	max-width: 150px;
	margin-left: auto;
	margin-bottom: 15px;
}
.footer .f-info {
	text-align: right;
	color: #000;
	padding: 15px 0 0;
}
.footer .f-logos ul {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
	gap: 20px;
}

.footer .col-sm-9.col-md-9 {
	width:68%;	
}

.footer .col-sm-3.col-md-3 {
	width:32%;	
}
.footer .f-logos img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 117px;
}

.footer .f-logos ul li {
	float:right;
	display:block;
	padding:0 0 0 19px;	
}

.menu-container {
    margin: 0 auto;
    background: #00718D;
	padding:0;
	z-index:999 !important;
	position:relative;
	box-shadow: 0 2px 3px #000;

}

.body-nav-opened .menu-container {
	z-index:9999 !important;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#fff;
}

.menu-mobile.opened:after {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
	color:#fff;
}


.menu > ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    float: none;
    text-align: center;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
	float: left;
    padding:0;
    margin: 0;
    display: inline-block;
    position: relative;
}

.menu > ul > li.current-menu-parent a {
	background-color:#ffbd01;
	color:#5a316a;
}

.menu > ul > li.current-menu-parent ul li.current-menu-item a{
	color:#FC8F1A;	
}


.menu > ul > li a {
    text-decoration: none;
    padding:17px 30px 17px 30px;
    display: block;
	font-size:25px;
	line-height:22px;
	color:#fff;
	font-family: 'noto_sansbold', Arial, sans-serif;
	margin-left: 15px;
}

.menu > ul > li a:hover {
	background-color:#ffbd01;
	color:#5a316a;	
}


.menu > ul > li > ul {
    display: none;
    width:auto;
    background: #ffbd01;
	padding: 11px 0 11px 20%;
    position: absolute;
    z-index: 99;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	left: 0;
    right: 0;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding:0;
    list-style: none;
    background: none;
    display:block;
    width:20%;
    border-right:none;
	text-align:left;
	float:left;
}

.menu > ul > li > ul > li:last-child {
	border-right:none;	
}


.menu > ul > li > ul > li a {
    font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#5a316a;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin:0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul > li > a {
	font-family: 'AvenirLTComHeavy';
	text-transform:capitalize;
	font-size: 14px;
    line-height: 14px;
	color:#333333;
	padding:0;
}


.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
   	padding: 6px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	font-family: 'noto_sansregular', Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	color:#5a316a;
}

.menu > ul > li.en-espanol > ul.normal-sub {
	left: auto;
	right: 0;
}

.menu > ul > li.life-stages > ul.normal-sub {
	left: auto;
	right: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 540px;
    left: 15px;
    padding: 10px 20px;
    right: 0;
}


.menu > ul > li > ul.normal-sub > li {
    position: relative;
    display: inline-block;
    float: left;
    width: 48%;
    padding-bottom: 7px;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 5px 0 5px 5px;
}

.menu > ul > li > ul > li > a:hover {
	color: #FC8F1A;
}

.menu > ul > li > ul.normal-sub > li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.menu > ul > li > ul.normal-sub > li:nth-child(even) {
    float: right;
}


/* –––––––––––––––––––––––––––––––––––––––––––––––––– Mobile style's –––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width:767px) {
   
/*MOBILE MENU FIXING BY AVI*/
    .menu > ul > li.active ul.sub-menu {
        display: flex;
        flex-flow: column;
    }
    .menu > ul > li > ul.normal-sub > li:nth-child(odd) {
        order: 1;
    }
    .menu > ul > li > ul.normal-sub > li:nth-child(even) {
        order: 2;
    }

    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 290px;
    }
    
 /*   a.menu-mobile.opened+ul {
    display: flex !important;
    flex-flow: column;	
	}
    a.menu-mobile.opened+ul li:nth-child(odd) {
    order: 1;
    }

    a.menu-mobile.opened+ul li:nth-child(even) {
    order: 2;
	}*/

    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
	
	
.menu-dropdown-icon:before {
    content: "\f13a";
	color: #ffffff;
    font-family: "FontAwesome";
	font-size: 24px;
    cursor: pointer;
    float: right;
   	padding: 0;
    background: none;
}
}

@media only screen and (min-width:1025px) {
.menu > ul > li.menu-dropdown-icon:before {
    content: "";
	background:url(../images/dropdown-img.png) no-repeat;
	height: 11px;
    width: 12px;
    background-position: right center;
    margin: 3px -19px 0 0;
    z-index: 999999;
    float: right;
}		
}





/*========== Slider Start ==========*/
.carousel-inner>.item>img {
	width:100%;	
    
}


.slider .slider-left {
	text-align:left;	
}

.carousel-caption {
	left:0;
	right:0;
	z-index:0;
}

.slider .slider-left h3 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:28px;
	line-height:28px;
	color:#fc8f19;
	text-shadow:none;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;	
}

.slider .slider-left p {
	text-shadow:none;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;
	font-size:18px;
	line-height:22px;
	color:#8d398d;
	font-family: 'noto_sansregular', Arial, sans-serif;	
}

.slider .member-services {
	z-index:9;
	width:250px;
	float:right;
	border:1px solid #000000;
	background-color:#fff;
	margin-top:0px;
	box-shadow: 2px 2px 2px 2px #000000;
}
.member-services {
	width:250px !important;
	background-color:#fff;
	margin-top:13px;
	margin-left: auto;
	margin-right: auto;
}
/*this is the css for the original box
 * .slider .member-services .title {
	background-color:#fc8f19;
	padding:13px 0 12px 0;
}
*This is the css for the multi-color box
.slider .member-services .title {
	padding:13px 0 12px 0;
	background-image:url("../images/topframe_login-bar.jpg");
}*/
.slider .member-services .title {
	padding:13px 0 12px 0;
	background-color:#00718D;
}
/*this is the css for the original box
 * .member-services .title {
	background-color:#fc8f19;
	padding:13px 0 12px 0;	
}
*This is the css with the multi-color background
.member-services .title {
	padding:13px 0 12px 0;
	background-image:url("../images/topframe_login-bar.jpg");
}*/
.member-services .title {
	padding:13px 0 12px 0;
	background-color:#00718D;
}
.slider .member-services .title h3 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin-left: 40px;	
}

.member-services .title h4 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin:0;
	padding:0;	
}

.slider .member-services .services-detail {
	padding: 10px 10px 10px 30px;	
}

.member-services .services-detail {
	padding: 10px;	
}

.slider .member-services .services-detail input[type="text"]{
	text-align:center;
	border:2px solid #00AEC7;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-webkit-border-radius:0px;
	-moz-webkit-border-radius:0px;
	-o-border-radius:0px;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:40px;
	color:#5a316a;
	height:40px;
	width:100%;
	margin-bottom:13px;
}
.member-services .services-detail input[type="text"]{
	text-align:center;
	border:2px solid #00AEC7;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-webkit-border-radius:0px;
	-moz-webkit-border-radius:0px;
	-o-border-radius:0px;
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:40px;
	color:#5a316a;
	height:40px;
	width:100%;
	margin-bottom:13px;
}

.slider .member-services .services-detail .teal-btn, .slider .member-services .services-detail .teal-btn:hover, .slider .member-services .services-detail .teal-btn:active, .slider .member-services .services-detail .teal-btn:focus {
	width:117px !important;
	height: 24px !important;
	border: none !important;
	padding: 3px 0px 0px 0px !important;
	margin: 0px 0px 0px 28px !important;
	display:inline-block;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	background-image: url('../images/button-bg.png');
	background-size: cover;
	color: #ffffff;
}
.slider .member-services .services-detail .black-btn, .slider .member-services .services-detail .black-btn:hover, .slider .member-services .services-detail .black-btn:active, .slider .member-services .services-detail .black-btn:focus {
	width:117px !important;
	height: 24px !important;
	border: none !important;
	padding: 3px 0px 0px 0px !important;
	margin: 0px 0px 0px 28px !important;
	display:inline-block;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	background-color: #000000;
	background-size: cover;
	color: #ffffff;
}

.ie .slider .member-services .services-detail .teal-btn,
.ie .slider .member-services .services-detail .teal-btn:hover,
.ie .slider .member-services .services-detail .teal-btn:active,
.ie .slider .member-services .services-detail .teal-btn:focus {
	margin: 0px 0px 0px 25px !important;	
}


.member-services .services-detail .teal-btn, .slider .member-services .services-detail .teal-btn:hover, .slider .member-services .services-detail .teal-btn:active, .slider .member-services .services-detail .teal-btn:focus {
	width:117px !important;
	height: 24px !important;
	border: none !important;
	padding: 3px 0px 0px 0px !important;
	margin: 0px 0px 0px 28px !important;
	display:inline-block;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	background-image: url('../images/button-bg.png');
	background-size: cover;
	color: #ffffff;
}

.ie .member-services .services-detail .teal-btn,
.ie .slider .member-services .services-detail .teal-btn:hover,
.ie .slider .member-services .services-detail .teal-btn:active,
.ie .slider .member-services .services-detail .teal-btn:focus {
	margin: 0px 0px 0px 15px !important;	
}

.slider .slider-left .yellow-btn {
	width:auto;
	padding:13px 12px 14px;
	margin:20px 0 0px 0px;	
}


.slider .member-services .services-detail input[type="text"]::-webkit-input-placeholder { color:#5a316a; }
.member-services .services-detail input[type="text"]::-webkit-input-placeholder { color:#5a316a; }
.slider .member-services .services-detail input[type="text"]:-moz-placeholder { color:#5a316a; }
.member-services .services-detail input[type="text"]:-moz-placeholder { color:#5a316a; }
.slider .member-services .services-detail input[type="text"]::-moz-placeholder { color:#5a316a; }
.member-services .services-detail input[type="text"]::-moz-placeholder { color:#5a316a; }
.slider .member-services .services-detail input[type="text"]:-ms-input-placeholder { color:#5a316a; }
.member-services .services-detail input[type="text"]:-ms-input-placeholder { color:#5a316a; }

/*========== Slider End ==========*/

/*========== Content-home Start ==========*/
.content-home {
	padding:40px 0;	
}

.content-home .services ul {
	display:block;
	margin:0;
	padding:0;
}

.content-home .services .pad-con {
	margin:0 0 0 -15px;	
}

.content-home .services ul li {
	position:relative;
	padding:0 0 15px 15px;
	float:left;
	display:block;
}

.content-home .services ul li .image {
	position:relative;
	display:block;
	text-decoration: none;
}

.content-home .services ul li:hover .caption {
	background-color:#00718D;
}


.content-home .services ul li img {
	width:100%;	
}

.content-home .services ul li .caption {
	position:absolute;
	left:0px;
	right:0;
	padding:19px 16px;
	background-color:rgba(255,255,255,0.7);
	bottom:0px;
}

.content-home .services ul li .caption h3 {
	font-family: 'noto_sansbold', Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#231f20;
	margin:0;
	padding:0;
}

.content-home .services ul li:hover .caption h3 {
	color:#fff;	
}

/*========== Content-home End ==========*/


/*==================================================================*/
/*========== Custom Class End ==========*/
/*==================================================================*/





/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
    padding-top: 50px;
    position: relative;
    z-index: 1500;
}

.f-menu {
	margin-top: 10px;
}
.ncua-text{display:block;float:right;width:auto;text-align:right;}

.ncua-text img{display:block;float:right;width:45%;}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*update navigation */
.navigation {
	clear:both;
    padding:0;
}

.sm-simple {
	border:none !important;
	box-shadow:none !important;
	background:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-ms-box-shadow:none !important;
	-o-box-shadow:none !important;
	float:right !important;
	padding-right:0 !important;
}
.sm-simple a {
	font-family: 'noto_sansbold', Arial, sans-serif !important;
	font-size:18px !important;
	line-height:18px !important;
	color:#00AEC7 !important;
	text-transform:capitalize !important;
	padding:0 !important;
	border-bottom:1px solid transparent !important;
	font-weight:normal !important;
	letter-spacing:1px;
}

.sm-simple ul {
	background:#fff !important;
	border:none !important;
	width:100%;
}

.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	background-color:transparent !important;
	padding:0 !important;
}

.sm-simple > li {
	 padding: 0 13px !important;
	 border-right:1px solid #00AEC7;
}

.sm-simple > li:last-child {
	padding:0 0 0 13px !important;
	border:none;
}


.sm-simple > li.active a {
}

.sm-simple > li.menu-item-has-children {
	position: relative !important;
}

.sm-simple > li.menu-item-has-children a {
	padding-right: 8px !important;
}


.sm-simple > li.menu-item-has-children:after {
	content: "\f078";
    font-family: FontAwesome;
    right:4px;
    position: absolute;
    top: 2px;
    color:#000;
    font-size: 12px;
}

.sm-simple > li.menu-item-has-children ul {
	width: 100% !important;
}


.alignright{float: right; padding-left: 15px;}
.alignleft{float: left; padding-right: 15px;}
.aligncenter, div.aligncenter{margin-left:auto;margin-right:auto;display:block;}

.anchor{display: block; position: relative; top: -20px; visibility: hidden;}


#ExpressMasterContent > div > form > table { margin-top: 20px !important; }
.member-services.hidden-small .services-detail.hidden-small table.esoTable {
	margin-top:20px !important;		
}

#ExpressHtml {
    margin-top: 20px !important;
}


.member-services {
	position:absolute;
	right:12%;
	bottom:50px;
	z-index:9999;
}

@media (min-width: 768px) {
#ssttbutton {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index:10000;
}
	.hidden-large {
		display: none;
	}
}

.slider, .carousel, .carousel-inner, .item, .item img {
	/*min-height: 200px;*/
    
}

.carousel-control {
	z-index: 990;
}

@media (max-width: 767px) {
	.member-services {
		width: 100%;
		position: initial;
		height:auto;
		box-shadow: 2px 2px 2px 2px #000000;
		margin-top:40px;
		border: 1px solid #000000;
	}
	.member-services .services-detail {
		padding:5px 0px 5px 0px;
	}

	.hidden-small {
		display: none;
	}

.member-services .services-detail .teal-btn, .slider .member-services .services-detail .teal-btn:hover, .slider .member-services .services-detail .teal-btn:active, .slider .member-services .services-detail .teal-btn:focus {
	
	margin: 0px 0px 0px 20px !important;
	
}

	
}

@media (max-width: 420px) {
	.logo img {
		width: 60%;
	}
	.header .right-header .header-contact ul li {
		font-size:14px;
		line-height:36px;
		padding-left: 5px;
	}
}



.wp-sticky-menu {
	display: none !important;
}

.is-sticky, .menu {
	z-index: 10000;
}

.menu-container {
	z-index: 10000;
}

.popupchat {
	position: fixed;
}

/* color: #5a316a; */

#nav {padding:10px 10px 10px 0; background:#000; z-index:99; }
#nav a.menu {display:none; }
#nav ul {display:block; margin:0; padding:0;}
#nav ul li {display:block; float:left; padding:0 10px;}
#nav ul li a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; line-height:20px; display:block;}
#nav ul li.active a,#nav ul li a:hover { }
#nav ul li.home a img { }
.sticky-wrapper.hey .left-content {
    padding-top: 56px;
	z-index:1 !important;
}

@media (max-width: 767px) {
	.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: none;
		display: block;

	}

	.alignleft {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: none;
		display: block;
	}

	.alignnone {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: none;
		display: block;
	}
}


@media (max-width: 767px) {
	.services-detail > iframe {
		margin-left: 12px;
 		font-size: .9em;
	}
	
.esoLoginBoxVertical { 
	position:fixed !important;
}
	
}


.moretag {
    padding: 6px 12px!important;
    background:#17aa8e;
    font-size: 14px;
    color: #000 !important;
    line-height: 14px;
    bottom: 25px;
    left: 0;
    text-decoration: none!important;
}


/*==================================================================*/
/*========== Jump to content links ==========*/
/*==================================================================*/

a.offscreen {
position:absolute;
left:-1000px;
top:-1000px;
width:1px;
height:1px;
text-align: left; 
overflow:hidden;
color:#490904;
font-family:'calibribold';
font-size:18px;
}

a.offscreen:focus, a.offscreen:active, a.offscreen:hover { 
position:absolute; 
left:10px; 
top:0; 
width:auto; 
height:auto; 
overflow:visible;
}

a.offscreen
{
position: absolute;
clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}

a.offscreen:focus
{position:relative;
clip:auto;
width:auto;
height:auto;
overflow:auto;
}


#controls  {  
              padding:0;
              position:inherit;
              margin:0 0 0 0;
              text-align:right;
              transition:.25s ease-out;
			  font-size:16px;
			  font-family:Arial, Helvetica, sans-serif;
			  float:right !important;
			  }

#controls a
           {  font-size:16px;
              color:#000;
              display:inline-block;
              font-weight:bold;
              padding: 6px 0;
			  width:40px;
			  text-align:center;
			  font-family:Arial, Helvetica, sans-serif;
			  background-color:#fff;
			  }

#controls a:hover
           {  color:#340603;
              transition:.25s ease-out;}


.disable{ display:none;}
/**
 * Assistive text
 */
.screen-reader-text1 {
	position: absolute;
	font-size: 0;
	opacity: 0;
	z-index: -1;
	left:0;
}
 
.screen-reader-text1:active,
.screen-reader-text1:focus {
	font-size: inherit;
	opacity: 1;
	z-index: 999;
}

/**
 * Skip Link
 */
.skip-link {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	color:#00AEC7;
	font:bold 16px/20px 'Arial', sans-serif;
	padding:10px;
}

.skip-link:focus {
	position: relative;color:#00AEC7;
	-webkit-transition: top 0s;
    transition: top 0s;
}

a:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color  !important;
    outline-offset: -2px  !important;
}

.lead-text{ 
	font-family: 'noto_sansbold', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #5f5e5f;
	font-weight:500;
}

.h3_2{ font-size:18px;}

/**/

.right-header {
	position: relative;
}
.right-header .searchToggle{
	color: #5a316a;
	font-size: 22px;
	background: transparent;
    border: 0;
}
.right-header .searchform {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
}

.right-header .searchform.search-active {
	opacity: 1;
	visibility: visible;
	padding: 0 40px;
	z-index: 2;
}


.right-header .searchform .searchClose {
    position: absolute;
    top: 14px;
    right: 3px;
    font-size: 20px;
    color: #FFF;
    height: 40px;
    background: #4a3564;
    border: none;
    width: 40px;
}
.right-header .searchform .searchClose:hover {
	background: #ffbd01;
    color: #5a316a;
}
.right-header .searchform #searchform {
	position: relative;
	display: block;
	width: 100%;
}
.right-header .searchform #searchform #search {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	display: block;
	width: 100%;
	height: 40px;
	border: solid 1px #00718D;
	margin: 0;
	padding: 0 50px 0 10px;
}
.right-header .searchform #searchform button {
	background: none;
	outline: none;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00718D;
	font-size: 22px;
}

.sitem {
    background: #efefef;
    padding: 11px 20px;
    margin: 0 0 10px;
}

.top-bar {
    background: #00718d;
    text-align: center;
    padding: 10px;
	font-size: 16px;
	font-family: 'noto_sansbold', Arial, sans-serif;
	color: #FFF;
}

@media (max-width:820px){
	.right-header .searchform {
		padding: 0 30px;
	}
	.right-header .searchform .searchClose {
		right: 0;
        top: 50%;
        transform: translateY(-50%);
	}
}


/* Credit Climber Css */

        .credit-climber-sec {
            text-align: center;
        }
        .credit-climber-sec .topBx .logoBx img {
            height: 100px;
            width: auto;
        }
        .credit-climber-sec .topBx .titleBx h3 {
            font-size:30px;
            font-weight:700;
            color:#0e6f8b;
            margin: 20px 0;
        }
        .credit-climber-sec .topBx .titleBx h5 {
            font-size:18px;
            font-weight:500;
            color: #5a3069;
            margin: 0 0 20px 0;
            line-height: 24px;
        }
        .credit-climber-sec .mainBx .grid-container {
            display: grid;
            grid-template-columns: auto auto auto;
            text-align: center;
            padding: 10px;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }
        .credit-climber-sec .mainBx .grid-container .column {
            text-align: center;
            margin: 0 auto;
            max-width: 150px;
        }
        .credit-climber-sec .mainBx .grid-container .column.rightAlign{
            text-align: right;
        }
        .credit-climber-sec .mainBx .grid-container .column.leftAlign{
            text-align: left;
        }
        .credit-climber-sec .mainBx .grid-container .column img {
            height: 160px;
            width: auto;
       
        }
        .credit-climber-sec .bottomBx h3 {
            font-size:30px;
            font-weight:700;
            color:#0e6f8b;
            margin: 20px 0;
        }
        .credit-climber-sec .bottomBx h5 {
            font-size:18px;
            font-weight:500;
            color: #5a3069;
            margin: 0 0 20px 0;
            line-height: 24px;
	    }
        .credit-climber-sec .bottomBx h5 a{
            color: #5a3069;
			text-decoration:underline;
        }
        .credit-climber-sec .bottomBx h4 a{
            color: #5a3069;
			text-decoration:underline;
        }
        .credit-climber-sec .bottomBx .startedBx {
            margin-top: 40px;
        }
        @media (max-width: 767px){
            .credit-climber-sec .topBx .logoBx img {
                height: 90px;
            }
            .credit-climber-sec .topBx .titleBx h3 {
                font-size: 24px;
                margin: 20px 0 10px 0;
                line-height: 36px;
            }
            .credit-climber-sec .topBx .titleBx h5 {
                margin: 0 0 10px 0;
            }
            .credit-climber-sec .mainBx .grid-container .column img {
                height: 120px;
            }
            .credit-climber-sec .bottomBx h3 {
                font-size: 24px;
                margin: 20px 0 10px 0;
                line-height: 36px;
            }
            .credit-climber-sec .bottomBx h5 {
                margin: 0 0 10px 0;
            }
        }
        
@media (max-width: 320px){
    .credit-climber-sec .mainBx .grid-container .column img {
        max-height: 80px;
        height: 100%;
    }
}

/*Navigation start*/
.s-text-hide {
	display: none !important;
}
@media only screen and (min-width: 768px) {
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-item:last-child > .mega-sub-menu {
		right: 0;
	}
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		line-height: 1.2 !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-item > a.mega-menu-link {
		font-size: 20px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-item:nth-child(4) > .mega-sub-menu {
		right: 0;
	}
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-item {
		margin-left: 5px;
		margin-right: 5px;
	}
	body #mega-menu-wrap-green #mega-menu-green > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
        padding: 0px 5px;
	}
}
/*Navigation end*/

/*Pillars start*/
.pillar_section {
	/*background-image: url(../images/pillars/bg_pillar_main.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;*/
	margin-bottom: 30px;
	padding-top: 50px;
}


.pillar_info {
	display: flex;
	flex-wrap: wrap;
}

.pillar_info__heading {
	width: 200px;
	height: 199px;
	position: relative;
	z-index: 3;
	background-image: url(../images/pillars/icon_pillar_info.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}
.pillar_info__heading span {
	color: #FFF;
    padding: 0 60px 0 60px;
    font-size: 18px;
    line-height: 1.2;
	font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
	text-align:center;
}
.pillar_info__copy {
	width: calc(100% - 260px);
	padding: 10px 30px 10px 24px;
	position: relative;
	display: flex;
    align-items: center;
	text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
}
.pillar_info__copy::after {
	display: block;
	content: "";
	width: calc(100% + 100px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background-image: url(../images/pillars/bg_pillar_info.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 30px;
}
.pillar_info__copy__inner {
	position: relative;
	z-index: 1;
}

.pillar_info__copy h1 {
	margin: 0 0 10px;
    color: #FFFF;
    font-size: 40px;
    line-height: 1.2;
}
.pillar_info__copy p {
	color: #FFFF;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    word-break: auto-phrase;
}


.pillars_heading {
    padding-top: 25px;
	position: relative;
}
.pillars_heading h2 {
	text-align: center;
	font-family: 'noto_sansbold', Arial, sans-serif;
	color: #00728c;
	text-transform: uppercase;
	margin: 0;
    font-size: 20px;
    line-height: 1.2;
	padding: 0 15px 15px;
}
.pillars_heading::after {
	display: block;
	content: "";
	width: 46px;
	height: 30px;
	background-image: url(../images/pillars/arrow_purple.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.pillar_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
}
.pillar_item {
    width: calc(25% - 15px);
	display: flex;
    flex-direction: column;
	position: relative;
}
a.pillar_item__url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.pillar_item__icon {
	position: relative;
}
.pillar_item__icon::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 60px;
}
.pillar_item__icon img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    max-width: 120px;
    transform: translateX(-50%);
    width: 101%;
}

.pillar_item__copy::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 50px;
}
.pillar_item__copy {
	background-image: url(../images/pillars/bg_pillar_blue.jpg);
	background-position: 7% 0%;
	flex: 1;
	border-radius: 30px;
}
.pillar_item__copy--2 {
	background-image: url(../images/pillars/bg_pillar_purple.jpg);
	background-position: 39% 0%;
}
.pillar_item__copy--3 {
	background-image: url(../images/pillars/bg_pillar_yellow.jpg);
	background-position: 63% 0;
}
.pillar_item__copy--4 {
	background-image: url(../images/pillars/bg_pillar_blue.jpg);
	background-position: 85% 0%;
}
.pillar_item__copy__inner {
	padding: 10px 30px 20px 30px;
}
.pillar_item__copy .pillar_item__heading {
	margin: 0 0 15px;
    padding: 0;
    color: #FFF;
	font-size: 20px;
    line-height: 1.2;
}
.pillar_item__copy ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.pillar_item__copy ul li {
	margin: 0 0 10px;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'noto_sansbold', Arial, sans-serif;

}



@media (max-width: 992px) {
	.pillar_info__heading {
		margin: 0 auto -120px;
	}
	.pillar_info__copy {
		padding: 120px 30px 10px 24px;
		width: 100%;
	}
	.pillar_info__copy::after {
		border-radius: 20px;
		width: 100%;
		height: 100%;
	}


	.pillar_list {
		justify-content: space-around;
	}
	.pillar_item {
		width: calc(50% - 15px);
		max-width: 280px;
		margin-top: 40px;
	}
	.pillar_item:nth-child(1), .pillar_item:nth-child(2) {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.pillar_info__copy h1 {
		font-size: 36px;
	}
	
}
@media (max-width: 479px) {
	.pillar_item {
		width: 280px;
    max-width: 100%;
	}
	.pillar_item:nth-child(1), .pillar_item:nth-child(2) {
		margin-top: 40px;
	}
}

/*Pillars end*/


/**/
.show-mobile {
	display: none;
}
.hide-mobile {}
@media (max-width: 767px) {
	.show-mobile {
	display: block;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-nav > p {
        float: inherit;
        margin: 18px 0 10px;
    }
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none !important;
	}
    .top-nav > p {
        float: inherit;
        margin: 0;
		font-size: 14px;
    }
	.right-header .searchToggle {
		font-size: 14px;
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.footer #google_language_translator {
		margin-right: auto;
	}

	.footer .f-logos ul {
		justify-content: center;
	}

	.footer .f-info {
		text-align: center;
	}
}
/* careers application form */
#awsm-application-submit-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px; /* overrides 14px to match your original request */
    font-weight: 600; /* overrides 400 to match your original request */
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    
    /* Your custom styles */
    color: #fff !important;
    background-color: #00718d;
    border-color: #ccc;
}



/**/
ul.service-list {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
}

ul.service-list li {
	width: 16.6666667%;
	padding: 6px;
}

.service-item {
	width: 16.66%;
	/* 100% / 6 = 16.66% */
	box-sizing: border-box;
	padding: 10px;
}

.service-box {
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #eee;
	/* fallback color */
	position: relative;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.25s ease;
	text-decoration: none !important;
	transform: scale(1);
	border: solid 2px #ededed;
	padding: 30px 20px !important;
	height: 100%;
}

.service-box:hover {
	transform: scale(1.03);
}

.service-box img {
	display: block;
	z-index: 0;
	width: 90px;
	margin: 0 auto 20px;
}

.service-caption {
	position: relative;
	z-index: 1;
	padding: 0;
	font-size: 18px;
}

.service-caption a {
	text-decoration: none;

}

@media (max-width:1200px) {
	ul.service-list li {
		width: 33.333%;
	}
}

@media (max-width: 767px) {

	.service-box {
		padding: 20px 15px !important;
	}

	.service-box img {
		max-width: 60px;
		margin-bottom: 10px;
	}

	.service-caption {
		font-size: 16px;
	}
}

@media (max-width: 567px) {
	ul.service-list li {
		width: 50%;
	}
}



/**/
/**/
.home-testimonials {
	padding: 70px 0 0;
}

@media (min-width: 768px) {
	.home-testimonials .swiper-autoheight .swiper-wrapper {
		align-items: normal !important;
	}

	.home-testimonials .swiper-slide {
		height: initial !important;
	}
}

.home-testimonials .swiper-slide .sp-testimonial-free {
	height: 100%;
	border-radius: 9px !important;
	border: solid 2px #ededed !important;
	padding: 30px 20px !important;
	background-color: #00718d !important;
	display: flex;
	flex-direction: column;
}

.home-testimonials .swiper-slide:nth-of-type(3n+1) .sp-testimonial-free {
	background-color: #00728d !important;
}

.home-testimonials .swiper-slide:nth-of-type(3n+2) .sp-testimonial-free {
	background-color: #553c72 !important;
}

.home-testimonials .swiper-slide:nth-of-type(3n) .sp-testimonial-free {
	background-color: #ffbd00 !important;
	color: #553c72 !important;
}

.home-testimonials .swiper-slide:nth-of-type(3n) .sp-testimonial-free .sp-testimonial-post-title,
.home-testimonials .swiper-slide:nth-of-type(3n) .sp-testimonial-free .sp-testimonial-content p,
.home-testimonials .swiper-slide:nth-of-type(3n) .sp-testimonial-free .sp-testimonial-client-name,
.home-testimonials .swiper-slide:nth-of-type(3n) .sp-testimonial-free .sp-testimonial-client-designation {
	color: #553c72 !important;
}

.home-testimonials .sp-testimonial-free-section-title {
	margin-bottom: 30px !important;
}

.home-testimonials .swiper-slide .sp-testimonial-post-title {
	font-weight: normal !important;

}

.home-testimonials .swiper-slide .sp-testimonial-free .sp-testimonial-client-name {
	font-weight: normal !important;
}

.home-testimonials .swiper-slide .sp-testimonial-free .sp-testimonial-content p {
	color: #FFF;
}

.home-testimonials .btn-wrapp {
	text-align: center;
	padding: 20px 0 20px;
}

.home-testimonials .btn-wrapp a {
	text-decoration: none !important;
}

@media (max-width: 991px) {
	.home-testimonials .btn-wrapp {
		padding-bottom: 40px;
	}
}


/* Banner */
@media (max-width: 767px) {
	    body #carousel-example-generic .carousel-caption {
        height: calc(100% - 31.25dvw);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
	
	body .carousel-inner>.item>img {
		height: auto;
		object-fit: cover;
		opacity: 1;
	}

	body .carousel-caption {
		position: initial;
		background: #dddddd;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	body .carousel-caption h2:empty {
		display: none !important;
	}

	body .carousel-caption h2 {
		margin: 0 0 10px !important;
	}

	body .carousel-caption p:empty {
		display: none !important;
	}

	body .carousel-caption p {
		margin: 0 0 10px !important;
	}

	body .slider .slider-left {
		margin: 0 !important;
		text-align: center;
		padding: 20px;
	}

	body ol.carousel-indicators {
		position: initial !important;
		margin: 0;
		width: 100%;
		padding: 20px 0;
	}

	body .slider .slider-left .yellow-btn {
		margin: 0;
	}

	body .slider .slider-left .yellow-btn:empty {
		display: none !important;
	}
}


/* Blog */
.blog-item {
    background: #ffffff;
    padding: 10px 30px 20px;
    margin: 0 0 20px;
    box-shadow: 0px 0px 30px #d3d3d3;
}
.blog-item-image img {
	display: block;
	width: 100%;
	height: auto;
}
.blog-item-copy {}
.blog-item-copy .moretag {
	display: inline-block;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi > * {
	min-width: 30px;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.572;
}

@media (max-width: 567px) {
	.blog-item {
		padding: 1px 20px 10px;
	}
}