@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	background-color: white;
	color: white;
}

footer {
    position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	background-color: #000f28;
	width: 100%;
	text-align: center;
}

footer a:link {
	color: white;
}

footer a:visited {
	color: white;
	text-decoration: none;
}

button>a:visited {
	color: white;
}

button>a:link {
	color: white;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

table,
th,
td {
	border: 1px solid black;
    border-collapse: collapse;
    padding: 0.5em;
}

thead {
	background-color: hsl(0, 0%, 81.18%);
}

.outline-article {
	border: 1px solid black;
}

.alternate {
	background-color: #ececec;
}

.buffer {
	margin-top: -150px;
	padding-bottom: 150px;
	display: block;
}

.space-for-nav {
	padding-top: 85px;
}

/*scrolling of industry leaders*/
.scroller {
	max-width: 1500px;
}

.scroller[data-animated="true"] {
	overflow: hidden;
	
	-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
	mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller-inner {
	width: max-content;
	flex-wrap: nowrap;
	animation: 
		scroll 
		var(--_animation-duration, 80s) 
		var(--_animation-direction, forwards)
		linear 
		infinite;
}

.scroller[data-direction="right"] {
	--_animation-direction: reverse;
}

.scroller[data-direction="left"] {
	--_animation-direction: forwards;
}

@keyframes scroll {
	to {
		transform: translate(calc(-50% - 0.5rem));
	}
}

/*size of logos for scrolling industry leaders*/
.infinite-svg {
	height: 5em;
}

.scroller-inner {
	padding-block: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}

.site-header-logo {
	height: 50px;
	width: 50px;
	margin: 5px;
}

.dropdown-width {
	max-width: 300px;
}

.swlc-modules-graphic {
	display: block;
	margin: 0 auto;
	height: 500px;
	width: 500px;
}

/*smaller graphic for the smaller image map*/
.yes-smallmobile {
	display: none;
}

.hexagon-title-only {
	display: none;
}

.center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

* {box-sizing:border-box}
img {
	vertical-align: middle;
}

/*top of page image container*/
.containertop {
	display: flex;
	flex: auto;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

/*container for large image with text*/
.img-container {
	display: flex;
	flex: auto;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.no-bullets {
	list-style-type: none;
}

.benefit-svg {
	height: 4em;
	width: 4em;
}

.button-svg {
	height: 2.2em;
	width: 2.2em;
}

.light-svg {
	fill: white;
	height: 10em;
	width: 10em;
}

.lg-svg {
	fill: white;
	height: 18em;
	width: 18em;
}

.nav-pills > button.nav-link.active {
	background-color: hsl(28, 38%, 73.26%)
}

/* for the image collections on who-we-are and careers */
.image-grid {
	--gap: 16px;
	--num-cols: 4;
	--row-height: 300px;
	
	box-sizing: border-box;
	padding: var(--gap);
	
	display: grid;
	grid-template-columns: repeat(var(--num-cols), 1fr);
	grid-auto-rows: var(--ro-height);
	gap: var(--gap);
}

.image-grid>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-grid-col-2 {
	grid-column: span 2;
}

.image-grid-row-2 {
	grid-row: span 2;
}

/*anything wider 1024px*/
@media screen and (max-width: 1024px) {
	.image-grid {
		--num-cols: 2;
		--row-height: 200px;
	}
}

.image {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.news-image {
	padding-bottom: 1.5em;
}

/* enlarged text to have a focus point in news articles */

.popout {
	font-size: x-large;
	font-weight: 500;
	background-color: #80B0FF;
	border-radius: 1em;
	padding: 1em;
}

/*alternative text layout for smaller screens for plane img on swlc page*/
.visible-md {
	display: none;
}

.leftside-heading-index {
	position: absolute;
	left: 7%;
	top: 25%
}

.subhead {
	color: black;
	text-align: center;
	font-size: 1.2em;
}

.benefit-title {
	font-size: 1.1em;
}

.article-title {
	font-size: 4em;
	color: #0047bb;
}

/*headings on images not at the header*/
.midsize-heading {
	font-size: 2.5em;
}

.midsize-heading-blue {
	font-size: 2.5em;
	color: #0047bb;
}

.midsize-text {
	font-size: 1.25em;
}

/*emphasized text at top of page*/
.ptext {
	font-size: 1.7em;
	font-weight: 600;
}

/*padding on top of any element*/
.topside {
	padding-top: 3%;
}

/*padding at the bottom of any element*/
.bottom-spacing {
	padding-bottom: 4%;
}

/* padding for the training pages */
.course-padding {
	padding-left: 2%;
	padding-right: 2%;
}

/*padding for just the navbarr*/
.navbar-padding {
	padding-left: 10%;
	padding-right: 10%;
}

/* padding for the body of every page */
.blog-padding {
	padding-left: 15%;
	padding-right: 15%;
}

.article-padding {
	padding-left: 25%;
	padding-right: 25%;
}

.card-pad {
	padding: 3em;
}

.card {
	/*added shadows to create the card effect*/
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}

/*deeper shadow with hover*/
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-content {
	color: black;
	padding: 3%;
}

.dark-blue-backdrop {
	background-color: #002259;
}

.gray-background {
	background-color: #ececec;
}

.background-iss-gradient {
	background: rgb(0,15,40);
	background: linear-gradient(199deg, rgba(0,15,40,1) 0%, rgba(0,34,89,1) 35%, rgba(0,71,187,1) 100%); 
}

.swlc-background-img {
	background-image: url("../images/index/background-20-opacity.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.background-careers-img {
	background-image: url("../images/careers/career-background.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.background-apache-img {
	background-image: url("../images/who-we-are/background-apache.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*for calendar on training page*/
/*page now removed
.event-container {
	max-width: 800px;
	margin: 0 auto;
}

.event-container h3.year {
	font-size: 40px;
	color: black;
	text-align: center;
	border-bottom: 1px solid #b1b1b1;
}

.event-container .event {
	box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
	display: flex;
	border-radius: 8px;
	margin: 32px 0;
}

.event .event-left {
	background: #000f28;
	min-width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eee;
	padding: 8px 48px;
	font-weight: bold;
	text-align: center;
	border-radius: 8px 0 0 8px;
}

.event .event-left .date {
	font-size: 50px;
}

.event .event-left .month {
	font-size: 16px;
	font-weight: normal;
}

.event .event-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 24px;
}

.event .event-right h3.event-title {
	font-size: 24px;
	margin: 24px 0 10px 0;
	color: #0047bb;
	text-transform: uppercase;
}

.event .event-right .event-timing {
	background: #fff8ba;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	padding: 8px;
	border-radius: 16px;
	margin: 24px 0;
	font-size: 14px;
	color: black;
}

.event .event-right .event-timing img {
	height: 20px;
	padding-right: 8px;
}

.event-description {
	color: black;
}
*/
@media (max-width: 1399.98px) {
	.midsize-heading {
		font-size: 2em;
	}
	.midsize-heading-blue {
		font-size: 2em;
	}
	.article-title {
		font-size: 3.5em;
	}
	.midsize-text {
		font-size: 1.17em;
	}
	.ptext {
		font-size: 1.5em;
	}
	.scroller {
		max-width: 1200px;
	}
	.infinite-svg {
		height: 4em;
	}
	.md-btn {
		font-size: 1em;
	}
	.card-pad {
		padding: 2em;
	}
}

@media (max-width: 1199.98px) {
	.ptext {
		font-size: 1.3em;
	}
	.article-title {
		font-size: 3em;
	}
	.midsize-heading {
		font-size: 1.7em;
	}
	.midsize-heading-blue {
		font-size: 1.7em;
	}
	.midsize-text {
		font-size: 1em;
	}
	.subhead {
		font-size: 1.1em;
	}
	.scroller {
		max-width: 1000px;
	}
	.infinite-svg {
		height: 3.5em;
	}
	.benefit-svg {
		height: 3em;
		width: 3em;
	}
	.card-pad {
		padding: 1.75em;
	}
	.lg-svg {
		height: 15em;
		width: 15em;
	}
	.hexagon-detail {
		display: none;
	}
	.hexagon-title-only {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	.popout {
		font-size: 1.4em;;
	}
}

@media (max-width: 991.98px) {
	.midsize-heading {
		font-size: 1.5em;
	}
	.midsize-heading-blue {
		font-size: 1.5em;
	}
	.ptext {
		font-size: 1.2em;
	}
	.midsize-text {
		font-size: 1em;
	}
	.subhead {
		font-size: 1.05em;
	}
	.scroller {
		max-width: 800px;
	}
	.infinite-svg {
		height: 3em;
	}
	.card-pad {
		padding: 1.25em;
	}
	.small {
		font-size: 0.9em;
	}
	.benefit-icon-text {
		font-size: 0.9em;
	}
	.lg-svg {
		height: 13em;
		width: 13em;
	}
	.popout {
		font-size: 1.2em;
	}
}

@media (max-width: 767.98px) {
	.midsize-heading {
		font-size: 1.35em;
	}
	.midsize-heading-blue {
		font-size: 1.35em;
	}
	.nomobile {
		display: none;
	}
	.ptext {
		font-size: 1.1em;
	}
	.article-title {
		font-size: 2.5em;
	}
	.midsize-text {
		font-size: 0.9em;
	}
	.benefit-title {
		font-size: 0.9em;
	}
	.card-text {
		font-size: 0.9em;
	}
	.scroller {
		max-width: 600px;
	}
	.infinite-svg {
		height: 2.5em;
	}
	.visible-md {
		display: block;
	}
	.card-pad {
		padding: 0.9em;
	}
	.light-svg {
		height: 8em;
		width: 8em;
	}
	.image-tablet {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 575.98px) {
	.no-smallmobile {
		display: none;
	}
	.yes-smallmobile {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	.ptext {
		font-size: 0.9em;
	}
	.subhead {
		font-size: 1em;
	}
	.small-tablet {
		font-size: 0.9em;
	}
	.midsize-text {
		font-size: .8em;
	}
	.scroller {
		max-width: 400px;
	}
	.infinite-svg {
		height: 2em;
	}
	.swlc-modules-graphic {
		height: 240px;
		width: 240px;
	}
	.light-svg {
		height: 6em;
		width: 6em;
	}
	.article-padding {
		padding-right: 15%;
		padding-left: 15%;
	}
	.popout {
		font-size: large;
	}
}

/* sizing for training calendar not on site anymore 
@media (max-width: 550px) {
	.event {
		flex-direction: column;
	}
	
	.event .event-left {
		padding: 0;
		border-radius: 8px 8px 0 0;
	}
	
	.event .event-left .event-date .date,
	.event .event-left .event-date .month {
		display: inline-block;
		font-size: 24px;
	}
	
	.event .event-left .event-date {
		padding: 10px 0;
	}
}
*/ 

@media (max-width: 375px) {
	.phone-btn {
		font-size: 0.8em;
		padding: 3%;
	}
	.ptext {
		text-align: left;
		font-size: 0.8em;
	}
	.article-title {
		font-size: 2.25em;
	}
	.midsize-text {
		font-size: 0.85em;
	}
	.subhead {
		font-size: 0.9em;
	}
	.small-tablet {
		font-size: 0.8em;
	}
	.scroller {
		max-width: 200px;
	}
	.infinite-svg {
		height: 1.5em;
	}
	.midsize-heading {
		font-size: 1.1em;
	}
	.light-svg {
		height: 5em;
		width: 5em;
	}
	.small {
		font-size: 0.8em;
	}
	.card-pad {
		padding: 0.5em;
	}
	.ex-title {
		font-size: 0.75em;
	}
	.lg-svg {
		height: 8em;
		width: 8em;
	}
}