:root {
	--orange: #ff5e14;
	--downriver: #0E2B5C;
	--black: #000000;
	--white: #ffffff;
}
.logo-text{
	/* display: none; */
}
.footer_boxes .main-foot img{
	width: 100px;
    height: auto;
}
#announcement-bar {
	padding-block: 10px;
}
#announcement-bar .announcenet-left-content i {
	color: var(--orange);
	font-size: 20px;
	margin-inline-end: 10px;
}

#announcement-bar .announcenet-left-content .topbar-call i {
	transform: rotateY(180deg);
}

#announcement-bar :is(.announcenet-left-content, .announcenet-right-content) :is(p, a ) {
	color: var(--downriver);
	font: 600 13px/17px Assistant;
	margin-inline: 10px;
}

#announcement-bar .announcenet-right-content {
	justify-content: end;
}

#announcement-bar .topbar-menu a:first-child:after {
	position: absolute;
	right: -10px;
	top: 2px;
	content: '';
	height: 13px;
	width: 2px;
	background-color: #0E2B5C;
}

.announcement-hr {
	width: 96%;
	margin: 0 auto;
	background: #CCCCCC;
	height: 2px !important;
}
.logo img {
	height: 4vw;
  width: 9vw;
	object-fit: cover;
}

.sticky {
	position: fixed !important;
	top: 0px;
	width: 100%;
	padding-bottom: 0 !important;
	z-index: 99;
	background-color: #fff;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
	padding: 15px 13px;
	display: inline-block;
}

.main-navigation a, #menu-primary-menu a {
	position: relative;
	color: var(--downriver);
	text-decoration: none;
	font: bold 16px/22px Lato;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	;
}

#site-navigation ul>li.menu-item-has-children>a:after {
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	position: absolute;
	font-size: 16px;
	right: -17px;
	top: 0;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	/* top: 100%; */
	top: 45px;
	background: white;
	min-width: 215px;
	z-index: 9999;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
	-ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0px 5px 6px 1px rgb(229 229 229);
	animation: zoomIn .4s ease-in-out;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation .menu > ul > li.highlight {
	background-color: var(--green);
}

.main-navigation .menu > ul > li.highlight:hover {
	background: transparent;
}

.menubar.scrolled .menu > ul > li:hover > a:after, .menubar.scrolled .menu > ul > li.current_page_item > a:after, .menubar.scrolled .menu > ul > li.current-menu-item > a:after {
	height: 2px;
}

.menu > ul > li.exoplanet-search:after {
	background: transparent !important;
}

.main-navigation ul ul li:hover > a {
	color: var(--pink);
}

#sticky-onoff {
	display: none;
}

.sub-menu li a {
	position: relative;
	font-family: var(--font-archivo);
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transition: padding-left .2s ease;
	-ms-transition: padding-left .2s ease;
	transition: padding-left .2s ease !important;
}

.sub-menu li {
	padding: 6px 0px 8px 20px;
	display: block;
}

.sub-menu li a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: -5px;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 0;
	height: 1px;
	-webkit-transition: width .2s ease;
	-ms-transition: width .2s ease;
	transition: width .2s ease;
	background: var(--green);
}

.sub-menu >li:hover > a:before {
	width: 13px;
}

.sub-menu li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: var(--green);
	left: 10px;
	bottom: 0px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.toggle-nav, a.closebtn {
	display: none;
}

amp-sidebar#sidebar1 {
	display: none;
}

[class*="amphtml-sidebar-mask"] {
	background: none;
	z-index: 99;
}

.sub-menu>li:hover>a:after {
	width: 100%;
}

.sub-menu>li:hover>a {
	padding-left: 10px;
}

.sticky .logo {
	padding: 0px 0 10px 0px;
}

#top-header .header-quote-btn a {
	background-color: var(--downriver);
	padding: 10px;
	color: var(--white);
	display: flex;
	align-items: center;
}

#top-header .header-quote-btn a i {
	--dimention: 20px;
	color: var(--downriver);
	background-color: var(--white);
	height: var(--dimention);
	width: var(--dimention);
	border-radius: 50%;
	line-height: var(--dimention);
	text-align: center;
	font-size: 12px;
	margin-inline-end: 10px;
}

#top-header .header-search-form input[type='search'] {
	width: 150px;
	border: none;
}

#top-header .header-search-form input[type='submit'] {
	font-size: 0;
	height: 25px;
	width: 25px;
	border: none;
	background: none;
}

#top-header .submit-btn {
	padding-bottom: 30px;
}

#top-header .submit-btn i {
	font-weight: 600;
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	inset: 8px 4px;
	cursor: pointer;
	z-index: -1;
	color: var(--orange);
}

::placeholder {
	color: var(--downriver);
	opacity: 1;
	;
}

:-ms-input-placeholder {
	color: var(--downriver);
}

::-ms-input-placeholder {
	color: var(--downriver);
}
.main-navigation a, #menu-primary-menu a{
	cursor: pointer;
}
.header-search-form:after {
	content: '';
	position: absolute;
	height: 80px;
	width: 2px;
	background: #cccccc;
	top: -18px;
	left: -32%;
}

#footer h3 {
	font: bold 24px/45px Roboto Slab;
	color: var(--black);
}

#footer .footer-cols .textwidget p {
	margin-block: 20px;
}

#footer .footer_boxes .main-foot1 .location {
	margin-block-start: 20px;
}

#footer .main-foot p {
	color: var(--downriver) !important;
}

#footer .custom-social-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer .custom-social-icons a {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #f1f1f1;
	color: #a3a3a3;
}

#footer .custom-social-icons a:hover {
	color: var(--black);
}

#footer .footer_boxes p, #footer .main-foot1 :is(p, a) {
	font: 16px/30px Lato;
	color: var(--black);
}

.copyright {
	background-color: var(--downriver);
	padding-block: 15px;
	position: relative;
}

.copyright .footer_copyright_text :not(a) {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-family: Lato;
}

.copyright .credit_link a {
	color: var(--orange);
	font: 16px/30px Lato;
}

#footer :is(.main-foot, .main-foot1) {
	padding-inline-end: 30px !important;
}

#footer form {
	position: relative;
}

#footer form input[type="email"] {
	width: 100%;
	border: 1px solid var(--downriver);
	padding: 5px 10px;
}

#footer form input[type="submit"] {
	position: absolute;
	right: 13px;
	top: 9px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	border: none;
	border-radius: 50%;
	background: var(--orange);
	font-size: 12px;
	height: 20px;
	width: 20px;
	line-height: 0px;
	text-align: center;
	color: var(--white);
}

#return-to-top {
	position: fixed;
	right: 15px;
	bottom: 7px;
	background-color: var(--orange);
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	z-index: 9;
}
