/*========= Careers CSS Document =========*/

/* Import baseline CSS */
@import "/Portals/75/Landing Pages/landing-baseline-px.css";

.wrapper-main-px {
    max-width: 1412px;
}
h1
{
   font-size: 2.5em;
   font-family: 'Roboto-Black', sans-serif;
   word-wrap: normal;
}
h2
{
   font-size: 2em;
   font-family: 'Roboto-Black', sans-serif;
   word-wrap: normal;
}
h3
{
   font-size: 1.8em;
   font-family: 'Roboto-Bold', sans-serif;
   word-wrap: normal;
}
h4
{
   font-size: 1.5em;
   font-family: 'Roboto-Bold', sans-serif;
   word-wrap: normal;
}
.upper-heading2
{
	font-size: 1em;
	text-transform: uppercase;
}
.style-c-blue-text
{
  color: #00548F;
}
/* Roboto-Bold */
.Roboto-bold-section p
{
   font-family: 'Roboto-Bold', sans-serif;
}
.animate .btn
{
    border-radius: 8px;
}
.blue-txt-link a:link, .blue-txt-link a:visited
{
   color: #2196ea;
   font-weight: bold;
}
/* Dark blue text for li */
.style-darkblue-text ul li
{
  color: #122635;
}
/* Blue bullets for list */
.list-bullets-blue li::marker
{
	color: #0075c9;
}
/*=========== Custom Careers top and bottom margins/padding ===========*/
.wrapper-sections, .wrapper-text-body, .wrapper-boxes-text
{
    margin-top: 75px;
	margin-bottom: 75px;
}
.wrapper-sections-inset, .wrapper-text-body-inset, .wrapper-boxes-text-inset
{
    padding-top: 75px;
    padding-bottom: 75px;
}
/* Custom Career Buttons*/
.animate .btn
{
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 1.5rem;
}
/* Custom Blue Button */
.animate .btn-blue, .animate .btn-blue:visited
{
	background-color: #0075c9;
	border: 1px solid #0075c9;
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 16px;
}
.animate .btn-blue:hover
{
   background-color: #192c85;
	color: #ffffff;
}
.animate .btn-blue:active, .animate .btn-blue:focus
{
    background-color: #192c85;
	color: #ffffff;
	/* Remove bolding */
	font-weight: 400;
}
/* Custom Blue Transparent Button */
.animate .btn-blue-ghost, .animate .btn-blue-ghost:visited
{
    padding-top: 18px;
    padding-bottom: 16px;
}
/* Custom Green Button */
.animate .btn-career-green, .animate .btn-career-green:visited
{
	background-color: #81bf5e;
	border: 1px solid #5fe67d;
	color: #262626;
}
.animate .btn-career-green:hover
{
	background-color: #7cd790;
	color: #262626;
}
.animate .btn-career-green:active, .animate .btn-career-green:focus
{
	background-color: #7cd790;
	/* Remove bolding */
	font-weight: 400;
}

.careers-main-hero-banner h1
{
    font-family: 'Roboto-Black', sans-serif;
    margin: 10px auto;
}

/* Banner with photo background and content on right side only */
.banner-right-side .sections
{
	justify-content: right;
}

.careers-contains-icons h3
{
	font-family: 'Roboto-Bold', sans-serif;
}
.careers-contains-icons
{
   min-height: 250px;
}
.careers-contains-icons .inner-item
{
   flex-basis: 25%;
   padding: 9px;
   min-width: 280px;
}
.careers-icon-list .inner-item
{
	flex-basis: 15%;
	padding: 9px;
	margin: 16px;
	min-width: 160px;
}
.stack-section .topbox
{
  width: 100%;
}
.stack-section .bottombox
{
  width: 100%;
}
/* Narrow a div (i.e. inner title/footer sections) */
.section-narrowed
{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.color-box-section
{
	display: flex;
	background-color: #eff5f8;
	padding: 60px;
}
.color-box-section .inner-bottom-section
{
	width: 100%;
	align-content: center;
}

/* Boxes stacked using the page layout */
.boxes-stacking-gray
{
    padding: 36px;
    background-color: #F5F5F5;
}
.boxes-stacking-gray h4
{
	font-size: 1.2em;
}

/*=========== Accordion Menus ===========*/
.usaceAccordionMenuCollapsed {
    background: url(/Portals/75/Images/usaceimagesprite.png) 0px -37px;
	top: 20px;
}
.usaceAccordionMenuExpanded {
    background-position: 0px -52px;
}
.acAccordionMenu li {
	background-color: #e3e3e3;
    margin-bottom: 10px;
    padding: 10px;
}
.usaceAccordionRootNode
{
    font-family: 'Roboto-Bold';
}
/* Add a class (module settings) to the custom accordion to make blue version */
.blue-accord li {
    background-color: #ffffff;
}
.blue-accord li:hover
{
    background: #5194ed;
}
.blue-accord li:hover span
{
    color: #ffffff;
}
/*
.blue-accord li:hover .usaceAccordionMenuCollapsed
{
	background-color: #FFFFFF;
}*/
.blue-accord .liHover
{
    background: #5194ed;
}
.blue-accord .liHover span
{
	color: #ffffff;
}
.acAccordionMenu .htmlSection a:link, .acAccordionMenu .htmlSection a:visited
{
   color: #2196ea;
   font-weight: bold;
}
.acAccordionMenu .htmlSection a:hover, .acAccordionMenu .htmlSection a:active
{
   text-decoration: none;
}
/* Show bullets and revert background color for inner content */
.htmlSection li, .htmlSection li:hover 
{
	background: initial;
	list-style: auto
}
.htmlSection ul, .htmlSection ol
{
	margin-left: 36px;
}
.htmlSection
{
	padding: 10px;
}

/*=========== Header/Footer Navigation ===========*/
.header-nav-section .leftbox
{
    width: 50%;
}
.header-nav-section .rightbox
{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.ICG_ETH_Title_Career {
    cursor: pointer;
}
.header-subnav
{
	position: relative;
}
/* Move expand/collapse button to right */
.header-subnav .ICG_ETH_Title {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 35px;
}
/* Swap expand/collapse buttons icons and resize */
.SubNavHead img#ICG_ETH_EXPAND_889 {
    content: url("/portals/75/Images/careers/bars-icon.png");
    width: 40px;
    height: 40px;
}
.SubNavHead img#ICG_ETH_COLLAPSE_889 {
    content: url("/portals/75/Images/careers/xclose-icon.png");
    width: 40px;
    height: 40px;
}
.subnav-boxes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    min-height: 250px;
}
.subnav-inner-item {
    flex-basis: 15%;
    min-width: 280px;
    padding: 20px;
}
.subnav-boxes-text li
{
	line-height: 22px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.upper-text
{
    text-transform: uppercase;
}
.subnav-boxes-text h5 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 1.4rem;
	margin-top: 30px;
}
.small-menu-items .subnav-inner-item
{
    min-width: 310px;
}
.small-menu-items li
{
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.25rem !important;
}
.small-menu-items h5
{
    font-family: 'Roboto-Bold', sans-serif;
}
/* Narrow column */
.small-menu-items .menu-narrow
{
    min-width: 210px;
}

.subnav-boxes-text ul {
    list-style: none;
    margin-left: 0px;
}
.subnav-boxes-text h5 a:link, .subnav-boxes-text h5 a:visited, .subnav-boxes-text li a:link, .subnav-boxes-text li a:visited, .subnav-boxes-text p a:link, .subnav-boxes-text p a:visited, .subnav-boxes-text h5 {
    text-decoration: none;
    color: #ffffff;
}
.subnav-boxes-text h5 a:hover, .subnav-boxes-text h5 a:active {
    text-decoration: underline;
    color: #ffffff;
}
.subnav-boxes-text li a:hover, .subnav-boxes-text li a:active, .subnav-boxes-text p a:hover, .subnav-boxes-text p a:active {
    text-decoration: underline;
    color: #ffffff;
}
.subnav-left-border ul {
    border-left: 1px solid #7f89c3;
    padding-left: 18px;
}

/* Footer specifics */
.wrapper-subnav-footer
{
	max-width: 1600px;
}
.subnav-footer .subnav-boxes-text h5, .subnav-footer .subnav-boxes-text h4, .subnav-footer .subnav-boxes-text h3, .subnav-footer .subnav-boxes-text h2
{
	color: #2196ea;
}
.subnav-footer h5 a:link, .subnav-footer h5 a:visited {
    text-decoration: none;
    color: #2196ea;
}
.subnav-footer h5 a:hover, .subnav-footer h5 a:active{
	color: #abd5f5;
}
.subnav-footer-social
{
	margin: 0;
}
.subnav-footer-social ul
{
	justify-content: normal;
    width: 80%;
}
.subnav-footer-social li
{
	margin: 5px;
	padding: 0;
}
/* Change color of font awesome icons in sub-footer */
.subnav-footer-social i
{ 
	color: #0f1f5a;
}
.subnav-footer-social ul a:link, .subnav-footer-social ul a:visited
{
	background-color: #ffffff;
	text-decoration: none;
}
.subnav-footer-social ul a:hover, .subnav-footer-social ul a:active
{
	background-color: #72c4ff;
	text-decoration: none;
}

/*=========== Return to top button ===========*/

@supports (animation-timeline: scroll())
{
	.animation-fade
	{
	visibility: hidden;
	animation: fade-in linear;
	animation-timeline: scroll();
	}
}

.return-top-link
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(9,9,9,0.50);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-decoration: none !important;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1111;
}
.return-top-link i
{
	color: #ffffff;
}
.return-top-link:hover
{
	background-color: rgba(9,9,9,1);
}

@keyframes fade-in
{
	25%{
		visibility: hidden;
		opacity: 0;
	}
	25.5%{
		visibility: visible;
		opacity: 1;
	}
	100%{
		visibility: visible;
		opacity: 1;
	}
}

/*=========================
   Media Break Points
=========================*/

@media (max-width: 800px){
/* Resize the top nav to consistent widths */
.small-menu-items .subnav-inner-item{
	min-width: 280px;
}
/*.small-menu-items .menu-narrow {
    min-width: 310px;
}*/

}
@media (max-width: 1000px){
.banner-right-side .rightbox {
	background-color: rgba(15, 31, 90, .9);
    padding: 36px;
	margin-top: 260px;
}
}
