body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}
#system-message , #system-message-container {
  	display: none !important;
	} 

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box;
	}

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.btn-primary {
    background: #112b68;
    color: #fff;
    border-color: #112b68;
	}

.btn-primary a {
    color: #fff;
    padding: 13px 34px;
    display: block;
	}

.btn-primary:hover {
    background: transparent;
    color: #112b68;
	}

.btn-primary:hover a {
    color: #112b68;
	}

.table {
    display: table;
    vertical-align: middle;
	}

.table-row {
    display: table-row;
	}

.table-cell {
    display: table-cell;
    vertical-align: middle;
	}

/*Top Nav Banner*/
.top__banner {
    background: #0e296a;
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    min-height: 45px;
    padding: 0 20px; 
    position: relative; 
	}

.top__banner-left {
	flex-grow: 1;
	}

.top__banner-text {
    text-align: center; 
	flex: 1;
	}

.top__banner-text p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	min-width: 728px;
	}

.social__btns {
	display: flex;
	justify-content: center; 
	align-items: center;
	gap: 5px;
	flex-grow: 1;
	}

.social__btns-wrapper {
    position: absolute;
    right: 20px; 
    display: flex;
    justify-content: center;
    width: calc(50% - 20px); 
	}

.social__button {
    width: 30px;
    height: 30px;
    transition: 0.9s;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	}

.social__button a i {
	transition: 0.9s;
	color: #0a296a;
	}

/*
.social__button:hover {
    width: 30px;
    height: 30px;
	}

.social__button:hover a i {
    transform: rotateY(360deg);
    font-size: 20px;
	}
*/
/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    transition: all 0.3s;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
  	display: none;
	}

nav.slide {
	position: fixed;
	}

.inner-nav.slide.fixed {
  	display: none;
	}

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    background-color: rgb(0 0 0 / 65%);
    min-height: 110px;
    position: absolute;
	}

.inner__page>nav .content {
	background-color: rgb(0, 0, 0);
    position: relative;
	}

.inner-logo {
    padding: 0;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	}

.inner-logo img {
    width: 100%;
	}

.topmenu {
	margin: 0 auto;
	flex: 1;
	min-width: 730px;
	}

/* Style the main menu */
.nav.menu {
    display: flex;
    justify-content: center;
    align-items: center;
	}

.nav.menu > li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	}

.nav.menu > li > a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	}

/* Style the submenu */
.nav-child.unstyled.small {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #111111;
	border: 1px solid #000000;
	padding: 5px;
	}

.nav.menu > li:hover > .nav-child.unstyled.small {
	display: block;
	}

.nav-child.unstyled.small > li {
	position: relative;
	}

.nav-child.unstyled.small > li > a {
	padding: 10px;
	}

/* Style the sub-submenu */
.nav-child.unstyled.small .nav-child.unstyled.small {
	display: none;
	position: absolute;
	top: 0;
	left: 95%;
	background-color: #111111;
	border: 1px solid #000000;
	margin-left: 10px; /* Push the third level to the right */
	padding: 5px;
	}

.nav-child.unstyled.small > li:hover > .nav-child.unstyled.small {
	display: block;
	}

.nav-child.unstyled.small .nav-child.unstyled.small > li > a {
	padding: 10px;
	}

.deeper.parent {
    margin-right: 0px;
    }

.topmenu ul li.parent:after {
	content: '';
	position: relative;
	top: 0px;
	right: 10px;
	width: 0;
	height: 0;
	margin-right: 0px;
	vertical-align: middle;
	border-top: 4px solid #ffffff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	}

.topmenu ul li.parent ul li.parent:after {
    content: '';
    position: relative;
    top: 12px;
    right: 5px;
    width: 0;
    height: 0;
    margin-right: 0px;
    vertical-align: middle;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.span-separator {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #ffffff;
    transition: all 0.3s;
    white-space: nowrap;
    padding: 10px;
    border-radius: 3px;
	}

.topmenu ul li.parent a {
    padding: 6px 20px 6px 12px;
	}

.topmenu ul li.active ul li a {
    color: #ffffff;
	}

.topmenu ul li a:hover, .topmenu ul li.active a, span.nav-header :hover , .topmenu ul li ul li a:hover, .topmenu ul li.active ul li a:hover, .topmenu ul li ul li.active a , .nav-child.unstyled.small li a:hover , .nav-child.unstyled.small li.active a {
    color: #ffffff;
	}

.topmenu ul li.parent ul li a {
    padding: 6px 12px;
    color: #ffffff;
	}

nav.fixed .topmenu ul li ul {
    background: #f4f4f4;
	}

.topmenu ul li ul li {
    display: block;
    padding: 5px;
	}



/*
.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	}

.topmenu ul li {
    list-style: none;
    padding: 0 15px;
    position: relative;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 2px;
    vertical-align: middle;
    border-top: 4px solid #fff; 
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 19px;
    color: #ffffff;
    transition: all 0.3s;
    white-space: nowrap;
	}

.topmenu ul li.active ul li a {
    color: #ffffff;
	display: block;
	width: 100%;
	}

.topmenu ul li a:hover, .topmenu ul li.active a {
    color: #ffffff;
	}

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
	color: #ffffff;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: unset;
    display: block;
    background: #000000;
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.2s;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

nav.fixed .topmenu ul li ul {
    background: #000000;
	}

.topmenu ul li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto;
	}

.topmenu ul li ul li {
    display: block;
    padding: 10px 15px;
	}

.topmenu ul li ul li:last-child {
    border-bottom: 5px #112b68 solid;
	}
*/
.hamburger {
    display: none;
	}

.header__right {
	flex-grow: 1.7;
	}



















































/* Slider block*/
.slider-block {
    text-align: center;
	position: relative;
	}

.overlay__wrap {
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 20px;
    left: 200px;
    align-items: center;
	}

.overlay__left {
    background: rgb(0 0 0 / 80%);
    padding: 0px 20px;
    text-align: left;
    max-width: 460px;
    border-radius: 15px;
    border: 2px solid #fff;
    max-height: 270px;
    width: 100%;
    position: relative;
	}

.overlay__left h3 {
	color: #fff;
	font-size: 27px;
	margin-bottom: 0;
	}

.overlay__left ul {
	padding: 0 0px 0px 25px;
	}

.overlay__left ul li {
	color: #fff;
	margin: 10px 0;
	font-size: 22px;
	}

.overlay__left ul li a {
	color: #fff;
	}

.overlay__button {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background: #ff8a00;
	padding: 10px 25px;
	right: 20px;
	position: absolute;
	bottom: -35px;
	border-radius: 10px;
	}

.overlay__button:hover {
	background: #814602;
	}

.overlay__right {

	}

.overlay__right img {
	
	}

.overlay__right img:nth-child(1) {
	margin: 0 20px;
	}

.overlay__right img:nth-child(2) {
    border: 2px solid #fff;
    border-radius: 11px;
	}

.overlay__right img:nth-child(3),
.overlay__right a {
    margin-top: -115px;
	}

.overlay__right a {
	display: inline-block;
	transition: 0.3s all;
}

.overlay__right a:hover {
	transform: scale(1.02);
}
	
/*Welcome Block*/
.welcome__block {
    padding: 0 25px;
    background-color: #293970;
    margin-top: -5px;
	}

.welcome__block-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding: 25px 0;
	}

.welcome__block-right {
    color: #fff;
    max-width: 700px;
	}

.welcome__block-right h3 {
	font-size: 30px;
	}

.welcome__block-right p {
	font-size: 22px;
	}

.welcome__block-right ul li {
	font-size: 22px;
	}

/*What is Podiatry*/
.what__is-block {
    background: #161616;
	padding: 0 25px;
	}

.what__is-wrap {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    padding-top: 60px;
    margin-bottom: -35px;
	}

.what__is-right {
	max-width: 590px;
	}

.blue__title {
	color: #479ffe !important;
	font-size: 20px;
	}

.what__is-right h3 {
    color: #fff;
    font-size: 40px;
    margin: 10px 0;
	}

.what__is-right p {
	color: #fff;
	}

.what__is-button {
	color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #479ffe;
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 35px;
    display: block;
    max-width: 115px;
    text-align: center;
	}

.what__is-button:hover {
	background: #296bb1;
	}

.what__is-left img {
    border-radius: 15px 15px 0px 0px;
	margin-bottom: -5px;
	}

.what__descript {
	font-size: 20px;
	line-height: 1.8;
	}

/*Our Corporate Sponsors*/
.corporate__title {
    padding: 40px 25px 20px;
    text-align: center;
    font-size: 34px;
    color: #000;
    margin: 20px auto;
	}

.corporate__logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	}

/*Footer*/
footer {
	background: #202020;
	}

footer .content {
	text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
	}

.logo-footer {
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	max-width: 430px;
	}

.footer__left p {
	color: #fff;
	margin: 10px 0;	
	text-align: left;
    font-size: 22px;
	}

.footer__button {
	color: #fff;
	font-size: 22px;
	padding: 10px;
	background: #969696;
	border-radius: 15px;
	}

.footer__button:hover {
	background: #575757;
	}
/*
.copy-left, .copy-right {
	text-align: left;
	float: left;
	color: #6e6d6d;
	font-size: 14px;
	padding: 30px;
	}

.copy-left a, .copy-right a {
	color: #6e6d6d;
	text-decoration: none;
	}

.copy-left a:hover, .copy-right a:hover {
	text-decoration: underline;
	}

.copy-right {
	text-align: right;
	float: right;
	}*/

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	left: 20px;
	z-index: 8999;
	opacity: 1;
	transition: all 0.3s;
	display: none;
    cursor: pointer;
	}

.scroll-to-top.active {
	display: block;
	}

.scroll-to-top:hover {
	opacity: 0.8;
	}

.rabutton {
	max-width: 350px;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

/*Joomla corrections*/
tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }


.social-btns p, .top-phone p, .connect-block p, .doctors-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

.social-btns a {
	color: #074075;
	}

/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

/*Patient Public, Providers, Vendors & Sponsors*/
.inner__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
	}

.inner__columns-wrap {
	text-align: center;
	}

.inner__columns {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin: 0 35px;
	}

.inner__box {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #007397 !important;
    max-width: 200px;
	}

/*Upcoming UPMA Events*/
.upma__events {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
	}

.upma__event {
	max-width: 300px;
	text-align: center;
	transition: 0.3s;
	}

.upma__event img {
	box-shadow: 3px 3px 3px #0000003f;
	}

.upma__event:hover {
	max-width: 300px;
	text-align: center;
	transform: scale(1.05);
	}

/*UPMA MACRA/MIPS Update*/
.upma__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	}

.upma__button {
	color: #fff !important;
	font-weight: 600;
	font-size: 18px;
	background: #479ffe;
	padding: 10px 25px;
	border-radius: 10px;
	max-width: 200px;
	text-align: center;
	display: block;
	}

.upma__button:hover {
	background: #1a7ce4;
	}
	
/*Become A Corporate Sponsor*/
.sponsor__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column;
	}

.sponsor__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
	}

.sponsor__box-right {
	max-width: 600px;
	}

.sponsor__box-right h4 {
	font-weight: 600;
	font-size: 22px;
	color: #007397;
	}

.sponsor__box-right ul li {
	font-weight: 600;
	font-size: 20px;
	margin: 5px 0;
	}

.sponsor__pdf {
	text-align: center;
	font-size: 20px;
	margin: 30px auto;
	}

/*Corporate Partners*/

.corporate__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column;
	}

.corporate__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;
	max-width: 600px;
    width: 100%;
	}

.corporate__box-left {
	width: 250px;
	}

.corporate__box-right {
    max-width: 275px;
	}

.corporate__box-right h4 {
	font-weight: 600;
	font-size: 22px;
	color: #007397;
	}

.corporate__box-right ul li {
	font-weight: 600;
	font-size: 20px;
	margin: 5px 0;
	}

.corporate__pdf {
	text-align: center;
	font-size: 20px;
	margin: 30px auto;
	}


/*Upma Officers*/
.upma__officers-wrap {
    text-align: center;
	}

.upma__officers-left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
	}

.upma__officers-right {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
	}

.upma__officers-left h4, .upma__officers-right h4 {
    font-weight: 600;
    font-size: 20px;
    color: #007397 !important;
	}

/*Inner pages*/
.inner-pages {
	padding-bottom: 30px;
    min-height: 650px;
	}

.find_podiatrist-button {
	color: #fff !important;
	font-weight: 600;
	font-size: 20px;
	background: #479ffe;
	padding: 10px 25px;
	border-radius: 10px;
	max-width: 115px;
	text-align: center;
	display: block;
	}

.find_podiatrist-button:hover {
	background: #255486;
	}

.iframe__wrapper {
	text-align: center;
	}

.inner-pages a {
	color: #074075;
	}

.inner-pages img {
	max-width: 100% !important;
	height: auto !important;
	}

.inner-pages .page-header h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

.inner-pages .page-header h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #112b68;
	}

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
	}

.inner-pages .doctor img {
	width: 100%;
	margin-bottom: 10px;
	}

/*K2*/
div.latestItemsCategory {
	background: transparent;
	border: none;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	}

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #112b68;
	}

h2.latestItemTitle a {
	color: #112b68;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

div.itemToolbar {
	display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
	padding: 10px 20px;
	margin: 0;
	}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
	margin: 0;
	display: block;
	padding: 8px 0 8px 15px;
	}

.clearList {
	display: none !important;
	}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}

#one {
	float: left;
	width: 53%;
	padding-right: 2%;
	}

#two {
	width: 45%;
	float: right;
	margin-bottom: 20px;
	}

#address {
	float: left;
	width: 45%;
	}

#week {
	float: left;
	width: 105px;
	}

#hours {
	float: left;
	width: 200px;
	}

#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#offices.images {
	margin-top: 23px;
	text-align: center;
	}

#offices.images img {
	/* margin: 5px; */
	max-width: 100;
	height: auto;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

#osmap.osmap-sitemap .even {
	padding: 2px 0;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #112b68;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

.formTableLayout input#Send:hover {
	background: #fff;
	color: #48b5c5;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
	}

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}

/*Joomla content*/

.homepage .content.h {display: none;}

.content.full {
	flex-wrap: wrap;
    display: flex;
	}

.divContent {
	flex: 0 0 80%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 20%;
	/*max-width: 300px;
	float: right;*/
	}

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

.divRight .moduletable ul li {
	padding: 5px 0 5px 3px !important;
	}

body#bfa #k2Container {
    padding-top: 0;
	}

.latestItemsCategory {
	float: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #074075;
	}

.inner__page.notitle .page-header {
	display: none;
	}

.btn-inner {
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    background: #479ffe;
    padding: 10px 25px;
    border-radius: 10px;
    margin: 40px auto;
    display: inline-block;
    transition: 0.3s all;
    text-align: center;
    margin: 0 auto;
}

.btn-inner:hover {
    background: #296bb1;
}

.duble-form-wrap {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-content: flex-start;
}

.form-item {
    flex: 1 1 50%;
}

.form-item.right {
    margin-top: 36px;
}

.fall-conference-page .slider-and-btn-wrap {
	float: right;
	margin: 0 0 15px 50px;
	width: 100%;
	max-width: 500px;
	}

.fall-conference-page .slider-and-btn-wrap .slider-wrap .n2-section-smartslider {
    max-width: 500px;
    margin: 0 auto;
    }

.fall-conference-page .slider-and-btn-wrap .btn-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
    flex-wrap: wrap;
	max-width: 500px;
	}

.fall-conference-page .slider-and-btn-wrap .btn-wrap a {
    color: #fff;
    background-color: #000;
    padding: 5px 20px;
    border: 2px solid #000;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
	}

.fall-conference-page .slider-and-btn-wrap .btn-wrap a:hover {
	background-color: #fff;
	color: #000;
	}

.fall-conference-page .text-wrap {
    font-size: 21.5px;
	}

@media only screen and (max-width: 1720px) {
.overlay__right img:nth-child(1) {
	width: 300px;
	}

.overlay__right img:nth-child(2) {
	width: 300px;
	}

.overlay__right img:nth-child(3) {
	width: 300px;
	}

.overlay__wrap {
	left: 10%;
	}
}

@media only screen and (max-width: 1570px) {
.overlay__wrap {
	left: 5%;
	}
}

@media only screen and (max-width: 1300px) {
.overlay__wrap {
	display: flex;
	position: relative;
	justify-content: center;
	bottom: unset;
	left: unset;
	align-items: center;
	flex-direction: column;
	background: #112b68;
	padding: 25px;
	margin-top: -5px;
    }

.overlay__right {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 800px;
    }

.overlay__right img:nth-child(1) {
	margin: 0;
	}

.overlay__right img:nth-child(3),
.overlay__right a  {
	margin-top: unset;
	}

}

@media only screen and (max-width: 1215px) {
#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

#hours {
	float: left;
	margin: 20px 0 0;
	}

#map iframe {
	height: 575px;
	}

.form-item {
	flex: 100%;
	}

.duble-form-wrap {
	flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1100px) {

.welcome__block-right h3 {
	font-size: 24px;
	}

.welcome__block-right p {
	font-size: 18px;
	}

.welcome__block-right ul li {
	font-size: 18px;
	}

.what__descript {
	font-size: 18px;
	line-height: 1.3;
	}
}

@media only screen and (max-width: 1080px) {
/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/
  
}

@media only screen and (max-width: 1000px) {
.what__is-right {
    max-width: 500px;
	}

.welcome__block-right {
	max-width: 500px;
	}


.iframe__wrapper iframe {
	max-width: 100% !important;
	width: 100% !important;
	}

}

@media only screen and (max-width: 950px) {
.welcome__block-wrap {
    gap: 30px;
    flex-direction: column;
	}

.welcome__block-right {
	max-width: unset;
    }

.what__is-wrap {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding-top: 60px;
	margin-bottom: -35px;
	flex-direction: column-reverse;
	align-items: center;
	}

.what__is-right {
	max-width: unset;
    }
}

@media only screen and (max-width: 940px) {

.top__banner {
	background: #0e296a;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 0 20px;
	position: relative;
	flex-wrap: wrap;
	}

.header__right {
	flex-grow: 1.7;
	display: none;
	}

.nav.menu {
	display: block;
	}

nav .content {
	background-color: rgb(0, 0, 0);
	min-height: 95px;
	position: relative;
	}

/*Navbar*/

.inner-logo {
    padding: 0 0 0 15px;
    display: flex;
    flex-grow: unset;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 0;
	}

.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #000000;
	transition: all 0.3s;
	}


	


/*Navbar*/

.topmenu {
	background: #000;
	}

.nav.menu > li {
    display: block;
    position: static;
	}

.nav.menu > li > a {
    padding: 2px 10px; 
	}

.nav-child.unstyled.small {
	position: static;
	display: block !important;
	background: transparent;
	border: none;
    }

.nav.menu > li:hover > .nav-child.unstyled.small {
    display: block; /* Show second level on hover */
	position: static;
	display: block;
	background: transparent;
	border: none;
	}
	
.topmenu ul li.parent:after {
    display: none; /* Show second level on hover */
	}

.nav-child.unstyled.small > li {
    display: block; /* Convert second-level items to stack */
	position: static;
	display: block;
	background: transparent;
	border: none;
	}

.nav-child.unstyled.small .nav-child.unstyled.small {
    /*display: none; /* Hide third level initially */
    margin-left: 0; /* Reset margin for third level */
	}

.nav-child.unstyled.small > li:hover > .nav-child.unstyled.small {
	position: relative;
    top: 0px;
    display: flex !important;
    left: 0;
    background-color: #fff;
    border: none;
    flex-direction: column;
    margin-left: 10px;
    z-index: 9006;
	}

.nav-child.unstyled.small .nav-child.unstyled.small {
	display: none;
	position: relative;
	top: unset;
	left: unset;
	background-color: transparent;
	border: navajowhite;
	margin-left: 10px;
	padding: 5px;
	}





/*Navbar*/

.topmenu {
	background: #000;
	}

.nav.menu > li {
    display: block;
    position: static;
	}

.nav.menu > li > a {
    padding: 2px 10px; 
	}

.nav-child.unstyled.small {
    position: static;
    display: none;
	}

.nav.menu > li:hover > .nav-child.unstyled.small {
    display: block; /* Show second level on hover */
	}
	
.topmenu ul li.parent:after {
    display: none; /* Show second level on hover */
	}

.nav-child.unstyled.small > li {
    display: block; /* Convert second-level items to stack */
	}

.nav-child.unstyled.small .nav-child.unstyled.small {
    display: none; /* Hide third level initially */
    margin-left: 0; /* Reset margin for third level */
	}

.nav-child.unstyled.small > li:hover > .nav-child.unstyled.small {
	position: relative;
    top: 0px;
    display: flex !important;
    left: 0;
    background-color: #fff;
    border: none;
    flex-direction: column;
    margin-left: 10px;
    z-index: 9006;
	}









.topmenu.active {
	top: 0;
	}

.topmenu ul {
	display: block;
	padding: 20px 15px 15px 15px;
	}

.topmenu ul li {
	display: block;
	padding: 5px;
	}

.topmenu ul li.parent:after {
	display: none;
	}

.topmenu ul li a , span.nav-header , span.separator {
	font-size: 15px;
	}

.topmenu ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	background: transparent;
	max-height: 3000px;
	overflow-y: visible;
	padding: 5px 0 0 0;
	box-shadow: unset;
	}

.topmenu ul li ul li:last-child {
	border-bottom: unset;
	}

.topmenu ul li ul li {
	padding: 5px 10px;
	}

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 5px 0 0 0;
	}*/

nav .content {
	display: flex;
	}

nav .social-btns {
	float: none;
	padding: 10px 15px 10px 0;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 930px) {

.top__banner {
	flex-direction: column;
	gap: 5px;
	padding: 5px 25px;
	}

.top__banner-left {
	display: none;
	}

.top__banner-text p {
	min-width: unset;
	}

}

@media only screen and (max-width: 830px) {
.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

@media screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */
}

@media only screen and (max-width: 767px) {


/*Overlay*/

.overlay__left {
	max-width: 90%;
	max-height: unset;
	position: relative;
	}

.overlay__left ul li {
    margin: 10px 0;
    font-size: 18px;
	}

.overlay__left h3 {
	font-size: 22px;
	margin-bottom: 0;
	}

/*Footer*/
  
footer {
    padding-bottom: 0px;
	}

.footer__left p {
	color: #fff;
	margin: 5px 0;
	text-align: left;
	font-size: 18px;
	}
	
footer .content {
	text-align: left;
	flex-wrap: wrap;
	gap: 25px;
	flex-direction: column;
	}

.footer__left {
	order: 2;
	}

.logo-footer {
	display: block;
    vertical-align: top;
    padding: 30px 0 15px;
	order: 1;
    max-width: 300px;
	}

.footer__right {
	order: 2;
	}

.copy-left, .copy-right {
	float: left;
	font-size: 12px;
    }

footer h4 {
	font-size: 14px;
	}

.quick-links-block ul li ul {
	margin: 3px 0 0 5px;
	}

.quick-links-block ul li , .quick-links-block ul li a , .quick-links-block ul li.a {
	font-size: 14px;
	line-height: 18px;
	}

.bottom-loc-block {
	font-size: 14px;
	line-height: 18px;
	}

.scroll-to-top {
	width: 45px;
    left: 15px;
    bottom: 15px;
	}

.rabutton {
	max-width: 250px;
	bottom: 15px;
	}

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 9px);
	}

/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
#rsform_6_page_0 td, #rsform_7_page_0 td {
	display: block;
	}

.fall-conference-page .text-wrap {
	font-size: 18px;
	}

.fall-conference-page .slider-and-btn-wrap {
	float: none;
	margin: 0 auto 25px;
	}

/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

@media only screen and (max-width: 760px) {

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 730px) {

img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

textarea#Message , tbody#rsform_4_page_0 textarea {
	width: 90%;
	display: block;
	}
}


@media only screen and (max-width: 630px) {
.corporate__box {
	justify-content: center;
	}
}

@media only screen and (max-width: 590px) {
/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
tbody#rsform_5_page_0 td {
	display: block;
	} 

body .accessib-block {
	top: 55%;
	}
}

@media only screen and (max-width: 500px) {
.overlay__left {
	max-width: unset;
	max-height: unset;
	position: relative;
	width: calc(100% - 40px);
	}
}
