/* ----- Theme CSS ----- */
header, nav, footer, #TopFooterContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Header, #Footer, #Credibility, #Main-Menu, #Location, #TopFooter {
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* Selection CSS */
#Container ::selection {
	background: var(--themeTwoBg);
	color: var(--fontLight);
}
/* Scroller CSS */
#Scroller a {
	background: #fff;
	border: 2px solid var(--themeOneBg);
	color: var(--themeThreeBg);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
#gdp_popup .cc-cp-foot-byline {
	font: 400 14px/20px var(--siteFont) !important;
}
/* ----- Header ----- */
#Header {
	min-height: 115px;
}
.logo {
	padding: 20px 0px 0px 0px;
	width: 200px;
}
.logo a {
	display: block;
}
.appoint {
	text-align: right;
	vertical-align: middle;
	padding: 15px 0px 0px 0px;
}
.appoint ul {
	font-size: 0px;
}
.appoint li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font: 700 17px/20px var(--siteFont);
	color: #323435;
	position: relative;
	padding: 0px 15px 0px 15px;
}
.appoint li:after {
	background: url(/images/call-ico.png) no-repeat 0px 0px;
	left: 0px;
	top: 13px;
	width: 16px;
	height: 16px;
	position: absolute;
	content: '';
}
.tel1.callAppoint::before {
	position: absolute;
	content: '';
	right: 13px;
	background: #ccc;
	width: 1px;
	height: 16px;
	top: 12px;
}
.appoint li a {
	display: block;
	padding: 10px;
}
.appoint li:last-child {
	background: var(--themeOneBg);
	width: 300px;
	text-align: center;
	border-radius: 25px;
	padding: 0;
	font: 700 14px/14px var(--siteFont);
	letter-spacing: 0.5px;
}
.appoint li:last-child a {
	padding: 18px 20px 18px 65px;
}
.appoint li:last-child:hover {
	background: var(--themeTwoBg);
}
.appoint li:last-child::after {
	background: url(/images/book-app-ico.png) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	left: 30px;
	top: 14px;
}
.bookAppoint a {
	color: #fff;
}
/* ----- Menu ----- */
#Menu-Container {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.menu {
	text-align: center;
}
.menu li, .accessible_on .menu li {
	font: 400 14px/18px var(--siteFont);
	height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.menu li::after {
	position: absolute;
	content: '';
	background: var(--themeOneBg);
	width: 2px;
	height: 8px;
	right: 0;
	top: 20px;
}
.menu li:last-child::after {
	display: none;
}
.menu li a {
	padding: 5px 0px;
	color: #000;
	position: relative;
}
.menu li a:hover, .menu li:hover>a {
	color: var(--themeTwoBg);
}
.subMenu li a:hover {
	color: #fff;
}
.menu>li>a>span::after {
	background: var(--themeOneBg);
	content: '';
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.menu>li:hover>a>span::after {
	width: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.menu li ul {
	min-width: 270px;
	background: var(--themeOneBg);
	border-radius: 15px;
}
.menu ul li {
	text-transform: uppercase;
}
.menu ul li a {
	padding: 13px 15px 13px 30px;
	color: #fff;
}
.menu ul li a:hover, .menu ul li:hover>a {
	border-radius: 15px;
	background: var(--themeTwoBg);
	color: #fff;
}
.menu-home a::before {
	font-size: 20px;
}
.menu-home {
	min-width: 80px;
}
.menu .subParentMenu > a {
	background: url(/images/bullet-w.gif) no-repeat calc(100% - 10px) 18px var(--themeOneBg);
}
.menu .subMenu li:hover > a {
	background: url(/images/bullet-w.gif) no-repeat 10px 18px var(--themeTwoBg);
}
.menu li.menu-home span {
	padding: 10px;
	font: 400 14px/18px var(--siteFont);
}
.menu li.menu-home span {
	display: none;
}
/* Mobile Menu CSS */
.toggleMenu {
	font: 700 20px/30px var(--headingFont);
	color: #fff;
	background: var(--themeOneBg);
}
.Wrapper {
	font: 400 14px/20px var(--siteFont);
	background: var(--themeTwoBg);
	color: #fff;
}
.parentMenu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.parentMenu li:hover, .parentList.actMenu {
	background: var(--themeTwoBg);
}
.parentList.actMenu ul {
	background: var(--themeOneBg);
}
.subMenu li a:hover {
	background: var(--themeTwoBg);
}
.menu-about {
	width: 10%;
}
.menu-about ul {
	width: 295px;
}
.menu-services {
	width: 10%;
}
.menu-resources {
	width: 11%;
}
.menu-education {
	width: 10%;
}
.menu-resources ul, .menu-education ul, .menu-research ul {
	width: 250px;
}
.menu-research {
	width: 21%;
}
.menu-training {
	width: 9%;
}
.menu-media {
	width: 17%;
}
.menu .menu-media ul {
	width: 195px;
	min-width: 192px;
}
.menu-contact {
	width: 9%;
}
.menu li:hover>ul,
.menu li:focus>ul {
  display: block;
}
 
.menu li:focus-within>ul {
  display: block;
}
.menu li {
	padding: 1px 0px 0px 0px;
}
.menu ul {
	margin:2px 0px 0px 0px;
}
/* ----- Top Footer Css ----- */
#TopFooter {
	background: #000000 url(/images/footer-bg.jpg) no-repeat 0px 0px;
	min-height: 1150px;
}
#TopFooter .theme-L {
	background: #000000 url(/images/footer-l-bg.jpg) no-repeat right 0px;
}
#TopFooter .theme-R {
	background: #000000 url(/images/footer-r-bg.jpg) no-repeat left 0px;
}
.fLogo {
	text-align: center;
	padding: 110px 0px 0px 0px;
}
#TopFooter h3 {
	font: 500 16px/16px var(--siteFont);
	text-transform: uppercase;
	color: var(--fontLight);
	letter-spacing: 6px;
	padding: 50px 0px 70px 0px;
	text-align: center;
}
#TopFooter h3 span {
	font: 400 48px/78px var(--headingFont);
	display: block;
	letter-spacing: initial;
}
#TopFooter h3 a:hover {
	text-shadow: 1px 1px 1px var(--themeOneBg), 0 0 1em var(--themeTwoBg), 0 0 0.1em var(--themeTwoBg);
}
.footerBtn {
	font: 600 18px/18px var(--siteFont);
	text-transform: uppercase;
	margin: 70px auto 120px auto;
	text-align: center;
}
.footerBtn a {
	background: var(--themeTwoBg);
	padding: 21px 54px;
	border-radius: 50px;
	color: var(--fontLight);
}
.footerBtn a:hover {
	background: var(--themeOneBg);
}
.contactList {
	text-align: center;
}
.contactList ul li {
	font: 400 20px/30px var(--siteFont);
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 33%;
	padding: 90px 0px 0px 0px;
	position: relative;
}
.contactList ul li:after {
	position: absolute;
	background: #fff;
	height: 100px;
	width: 1px;
	content: '';
	right: 0;
	top: 20px;
}
.contactList ul li:last-child:after {
	display: none;
}
.contactList ul li:nth-child(1) {
	background: url(/images/location-ico.png) no-repeat center top;
}
.contactList ul li:nth-child(2) {
	background: url(/images/footer-call-ico.png) no-repeat center top;
	font: 400 30px/30px var(--siteFont);
}
.contactList ul li:nth-child(3) {
	background: url(/images/time-ico.png) no-repeat center top;
}
#FooterForm h4 {
	font: 600 16px/16px var(--siteFont);
	text-transform: uppercase;
	color: var(--themeOneBg);
	letter-spacing: 7px;
	padding: 85px 0px 0px 0px;
	text-align: center;
}
#FooterForm h4 span {
	font: 400 48px/78px var(--headingFont);
	display: block;
	color: var(--fontLight);
	letter-spacing: initial;
}
.blackBG {
	background: #00000073;
	min-height: 425px;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
}
#FooterForm {
	position: relative;
	z-index: 3;
}
/* ----- Credibility ----- */
#Credibility {
	padding: 50px 0px 20px 0px;
	text-align: center;
}
#Credibility ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 35px;
	border-right: 1px solid #339f8d;
}
#Credibility ul li:first-child {
	padding: 0px 15px 0px 0px;
}
#Credibility ul li:last-child {
	padding: 0px 0px 0px 15px;
	border-right: 0;
}
/* ----- Footer ----- */
#Footer-Container {
	background: var(--themeOneBg);
}
#Footer {
	padding: 40px 0px 120px 0px;
	text-align: center;
}
.socLogo {
	padding: 50px 0px 20px 0px;
	width: 300px;
	float: left;
}
.socLogo li {
	width: 46px;
	height:30px;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	color: var(--themeThreeBg);
	font: 400 16px/20px var(--siteFont);
}
.socLogo li:hover {
	color: #000;
}
.socLogo li a {
	width: 100%;
	height: 100%;
	display: block;
}
.socLogo li a::before {
	font-size: 32px;
}
.socLogo li span {
	display: none;
}
.footLinks {
	font: 400 15px/20px var(--siteFont);
	text-align: center;
	border-top: 1px solid #339f8d;
	color: var(--fontLight);
	padding: 40px 0px 0px 0px;
	text-transform: uppercase;
}
.footLinks a {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 4px;
	color:#fff;
}
.footLinks a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
}
.footLinks span {
	display: inline-block;
	vertical-align: middle;
}
.copyrights {
	padding: 20px 0px 20px 0px;
	font: 400 16px/20px var(--siteFont);
	color: var(--fontLight);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ypoLogo {
	padding: 40px 0px 20px 0px;
	float: right;
	width: 300px;
}
.ypoLogo a {
	display: inline-block;
}
.twitter a::before {
	content: '';
	background: url(/images/twitter-w-logo.png) no-repeat center top;
	width: 100%;
	height: 100%;
	display: block;
}
.twitter a:hover::before {
	background: url(/images/twitter-b-logo.png) no-repeat center top;
}
.stickyHeader {
	background: #fff;
}
.clear {
	clear: both;
}
#sun-pop .sun-close, #sun-pop .sun-button {
	color: #a7091b !important;
}
.aft{padding:0px !important;}
.aft::after {
	background: none !important;
}
.aft-hrs {
	position: absolute;
	left: 15px;
	top: -30px;
	font-size: 12px;
	width: 100px;
}
.tel3.callAppoint::before {
	position: absolute;
	content: '';
	right: 13px;
	background: #ccc;
	width: 1px;
	height: 16px;
	top: 12px;
}
.aft-hrs-txt {
	line-height: 0px;
	font-weight: bold;
	margin-top: 10px;
}
 @media screen and (max-width: 960px) {
.footerBtn {
	margin: 70px auto 70px auto;
}
#TopFooter {
	min-height: 1080px;
	background-size: cover;
}
.blackBG {
	display: none;
}
#FooterForm {
	background: #00000073;
}
#FooterForm h4 {
	padding: 45px 0px 0px 0px;
}
.fLogo {
	padding: 50px 0px 0px 0px;
}
}
 @media screen and (max-width: 900px) {
#Header .tableCell {
	display: inherit;
	text-align: center;
	width: 100%;
}
#Header {
	padding-bottom: 30px;
}
.appoint li {
	padding: 0px 15px 10px 15px;
}
.fLogo {
	padding: 60px 0px 0px 0px;
}
.contactList ul li {
	font: 400 16px/26px var(--siteFont);
	width: 31%;
	padding: 90px 20px 0px 20px;
}
#Credibility ul li {
	padding: 0px 15px;
	width: 19%;
}
}
@media screen and (max-width: 800px) {
#Menu-Container {
	position: relative;
}
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
}
 @media screen and (max-width: 767px) {
header {
	position: relative;
}
.footLinks a {
	padding: 5px 10px;
}
#gdpCookie, #gdp_popup .cc-cp-foot-byline {
	font: 400 14px/20px var(--siteFont) !important;
}
.cookie-main {
	padding: 5px !important;
	line-height: unset !important;
}
.cookie-main p {
	padding: 0px 0px 5px 0px !important;
	margin: 0px !important;
}
.cookie-main li.cookie-button a {
	margin: 0px !important;
}
.cookie-main li.cookie-content {
	margin: 0px !important;
}
#FooterForm h4 {
	text-align: center;
	padding: 100px 0px 20px 0px;
}
#TopFooter {
	min-height: 1150px;
	background-size: cover;
	padding-bottom: 25px;
}
#Credibility {
	padding: 20px 0px 20px 0px;
}
#Footer {
	padding: 0px 10px 120px 10px;
}
.ypoLogo {
	padding: 0px;
	width: auto;
}
.socLogo {
	padding: 10px 0px 10px 0px;
	width: auto;
}
}
 @media screen and (max-width: 600px) {
#TopFooter h3 span {
	font: 400 40px/70px var(--headingFont);
}
.socLogo {
	float: none;
	margin: 0px auto;
}
.ypoLogo {
	float: none;
	margin: 0px auto;
}
#Credibility ul li {
	width: 25%;
	margin: 10px;
	border-right: 0;
}
.fLogo {
	padding: 25px 0px 0px 0px;
}
#TopFooter h3 {
	padding: 24px 0px 10px 0px;
}
.contactList ul li {
	width: 100%;
	padding: 60px 10px 20px 10px;
	background-size: 50px auto !important;
}
}
 @media screen and (max-width: 500px) {
#TopFooter h3 {
	padding: 50px 0px 30px 0px;
}
#TopFooter h3 span {
	font: 400 33px/53px var(--headingFont);
}
.footerBtn {
	margin: 20px auto 80px auto;
}
.blackBG {
	display: none;
}
#FooterForm h4 {
	padding: 40px 0px 0px 0px;
	letter-spacing: 4px;
}
#FooterForm h4 span {
	font: 400 40px/70px var(--headingFont);
}
.footerBtn a {
	padding: 21px 35px;
}
.contactList ul li {
	padding: 40px 10px 30px 10px;
	background-size: 30px auto !important;
}
}
 @media screen and (max-width: 480px) {
.aft {
	padding: 0px !important;
	display: block !important;
}
.aft-hrs {
	position: static;
	margin: 0 auto;
}
}

 @media screen and (max-width: 410px) {
#TopFooter h3 span {
	font: 400 26px/50px var(--headingFont);
}
}
