@font-face {
	font-family: Helvetica;
	src: url('../fonts/HelveticaNeue-CondensedBlack.ttf');
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
}

.custom-control-input1:checked ~ .custom-control-label::before {
        background-color: #EAA000 !important;  /* Change this to the color you want */
        border-color: #EAA000 !important; /* Optional, to match the background */
    }

body {
	background-color: #fff;
	font-family: "HelveticaNeue", Arial;
}

input[type=text],input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 0.75px solid #002855;
	box-sizing: border-box;
}

button {
	background-color: #002855;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
}

button:hover {
	opacity: 0.8;
	text-decoration: underline;
	color: #EAAA00;
}

/* ################ REFACTORED CSS 10/19/21 ######################## */
/* IF YOU FEEL YOUR CSS IS SOLID || ANY CSS ALREADY WRITTEN BELONGS HERE */
/* CSS EXTERNAL OF THIS BLOCK NEEDS REVISITED AND REVIEWED */

/* WTF IS THIS??????? */
.active2 {
	background-color: pink;
	color: green;
}

/* ########### NAVIGATION HEADER -- FULL WIDTH ############ */
#naftcHeader {
	background-color: #00214a !important;
}

.naftcBlueBtn {
	background-color: #4a82c3 !important;
	color: white !important;
}

.naftcGoldBtn {
	background-color: #EAA000 !important;
	color: white !important;
}

.naftcBlueColor {
    color: #4a82c3;
}

.naftcBlueBtn:hover {
	background-color: #335b88 !important;
	color: white !important;
	text-decoration: none !important;
}

.naftcGoldBtn:hover {
	background-color: #d29000 !important;
	color: white !important;
	text-decoration: none !important;
}

.naftcBlueBtn:link {
	background-color: #4a82c3;
	color: white;
	text-decoration: none;
}

.naftcBlueBtn:link {
	background-color: #EAA000;
	color: white;
	text-decoration: none;
}

.greyColor {
    color: rgb(80,80,80);
}

.greyColor:hover {
    color: rgb(80,80,80);
}

.section_scroll {
	scroll-margin-top: 2.5em;
}

.btn-unfocus:focus {
    box-shadow: none;
}

.globalNavCurrent {
	border-bottom: 5px solid #4a82c3;
}

.rowMarginX {
	margin-left: 0;
	margin-right: 0;
}

.accordionItems {
	text-decoration: none;
	color: #000;
}

.accordionItems:link
{
	text-decoration: none;
	color: #000;
}

.accordionItems:hover
{
	text-decoration: none;
	color: #000;
}

.link-text {
	color: white;
}

.link-text:hover {
	color: white;
}

.link-highlight:hover {
	background-color: #EAAA00;
	color: #2C2A29;
}

.underlineText:hover {
	text-decoration: underline;
}

.dashboardSideNavLi {
	background-color: #423E3D;
}

.classSideNavLi {
	background-color: #CCCCCC;
}

#file-drop-area {
	border: 2px dashed #ccc;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.classAccessKey:hover {
	text-decoration: underline;
	cursor: pointer;
}

#navbarDropdown {
	display: flex;
}

.table thead tr{
	background-color: #00214a;
	color: white;
}

.table {
	border:2px solid #00214a
}

.table tbody a{
   color: #00214a;
}

.table tbody a:link{
   color: #00214a;
}

.table tbody a:hover{
   color: #00214a;

}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: gold;
}

@media screen and (min-width: 1200px) {
	#logout-nav {
		display: none;
	}

	.afHeaderText {
		font-size: 2em;
	}

	.communityNameText {
		font-size: x-large;
	}

	.communityTitleBreadcrumb {
		font-size: xx-large;
	}

	.communityTitleIcon {
		font-size: x-large;
	}

	#content_name_header {
		font-size: x-large;
	}

	.required:after {
		content: "*";
		color: #D21404;
		font-size: 1.4vw;
	}
}

@media only screen and (max-width: 1199px) {
	#logout-nav {
		display: none;
	}

	.communityNameText {
		font-size: x-large;
	}

	.communityTitleBreadcrumb {
		font-size: xx-large;
	}

	.communityTitleIcon {
		font-size: x-large;
	}

	#content_name_header {
		font-size: large;
	}

	.required:after {
		content: "*";
		color: #D21404;
		font-size: 1.7vw;
	}
}

@media only screen and (max-width: 991px) {
	#logout-nav {
		display: block;
	}

	.communityNameText {
		font-size: x-large;
	}

	.communityTitleBreadcrumb {
		font-size: xx-large;
	}

	.communityTitleIcon {
		font-size: x-large;
	}

	#content_name_header {
		font-size: x-large;
	}

	.required:after {
		content: "*";
		color: #D21404;
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 767px) {
	.required:after {
		content: "*";
		color: #D21404;
		font-size: 2.45vw;
	}

	.banner {
		background-color: #00214a;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.banner-area {
		padding-top: auto;
		padding-left: 10vw;
		text-align: justify;
		padding-right: 10vw;
	}

	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto;
		/* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		max-width: 80%;
		/* Could be more or less, depending on screen size */
	}

	.banner-content {
		background-image: url("../img/diagonal-gold.svg");
		background-size: 33%;
		background-repeat: no-repeat;
		padding-bottom: 3rem !important;
		padding-top: 1.2rem !important;
	}

	.banner-text {
		color: white;
		font-size: 8vw;
		text-transform: uppercase;
		font-weight: bolder;
	}

	.hide-on-mobile {
		display:none;
	}


	#logout-nav {
		display: block;
	}


	.afHeaderText {
		font-size: 1.7em;
	}

	.communityNameText {
		font-size: x-large;
	}

	.communityTitleBreadcrumb {
		font-size: xx-large;
	}

	.communityTitleIcon {
		font-size: x-large;
	}

	.communityBreadCrumbText {
		font-size: x-large;
	}

	#content_name_header {
		font-size: x-large;
	}
}

@media screen and (max-width: 575px) {
	#navbarDropdown {
		display: none;
	}

	#logout-nav {
		display: block;
	}

	.afHeaderText {
		font-size: 1.7em;
	}

	.communityBreadCrumbText {
		font-size: large;
	}

	.communityTitleBreadcrumb {
		font-size: x-large;
	}

	.communityTitleIcon {
		font-size: large;
	}

	.communityNameText {
		font-size: large;
	}

	#content_name_header {
		font-size: x-large;
	}

	.required:after {
		content: "*";
		color: #D21404;
		font-size: 3.15vw;
	  }
}

  /* ################ REFACTORED CSS END ######################## */

.container {
	padding: 16px;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}

.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,.close:focus {
	color: red;
	cursor: pointer;
}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.form-control {
	margin: 0;
	border-radius: 0;
	padding-left: 0;
}

.button {
    background-color: #002855 !important;
    color: #fff !important;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 0px !important;
    border-color: #002855 !important;
}

.button:hover{
	background-color: #EAAA00 !important;
	color: #fff !important;
	text-decoration: underline !important;
}

.carouselWorkshopBtn:hover {
	opacity: 1 !important;
	text-decoration: none !important;
	color: #fff !important;

}

.button-header:hover {
    background-color: white !important;
    color: black !important;
    text-decoration: none !important;
}

.red {
	color: #D21404;
}

.button-header{
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
	background: transparent;
	display: inline-block;
	color: #002855;
	border: 2px solid #002855;
	margin-bottom: .5em;
	font-weight: bold;
	line-height: 1;
	padding: .75em;
	text-decoration: none;
}

.button-header:hover{
	background-color: #002855 !important;
	color:white !important;
	text-decoration:none !important;
}

.button-header-dark{
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
	background: transparent;
	display: inline-block;
	color: white;
	border: 2px solid white;
	margin-bottom: .5em;
	font-weight: bold;
	line-height: 1;
	padding: .75em;
	text-decoration: none;
}

.button-header-dark:hover{
	background-color: white;
	color: #002855;
	border: 2px solid white;
}

.button-ty {
	background-color: #002855;
	color: white;
	height: fit-content;
}

.button-ty:hover {
	background-color: #EAAA00;
	color: white;
	text-decoration: none;
}

.button-ty:link {
	background-color: #002855;
	color: white;
	text-decoration: none;
}

.dropdown-item-inactive {
	color: #cecece
}

.bg-gray {
	background-color: #dedede;
}

.dropdown-item-active {
	color: black;
}

/* THIS GETS A LIL TRICKY */

.banner {
	background-image: url("../img/EVBanner2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #333F48;
	color: white;
	overflow: hidden;
	position: relative;
}

.banner-text {
	color: white;
	font-size: 4.5em;
	line-height: 0.80487em !important;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Helvetica;
	z-index: 2;
}

.banner-library {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

.banner-text-library {
	color: #002855;
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Helvetica;
}

.banner-more {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	position: relative;
}

.banner-content {
	background-image: url("../img/diagonal-gold.svg");
	background-repeat: no-repeat;
	background-position: auto;
	margin-top: 0;
	padding-top: auto;
	padding-bottom: 8rem !important;
}

.banner-area {
	padding-top: auto;
	padding-left: 10vw;
	padding-right: 10vw;
}

.img-card {
	max-width: 80%;
}

.img-flex {
	display: flex;
	align-items: center;
}

#slider {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.slide-in {
	animation: slide-in 0.5s forwards;
	-webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slide-in {
	100% {
		-webkit-transform: translateX(0%);
	}
}

.right {
	  text-align: right;
}

.contain{
	grid-area: contain;
}

tr:nth-child(odd) {
background-color: #dedede;
}

@media print {
	.pdf-container {
		display: none;
	}
}
/* THROUGH HERE A LIL TRICKY */

.item-link:hover {
	background-color: #bcbcbc;
	text-decoration: none;
}

.item-link-active {
	background-color: #cccccc;
}

#memberFooter{
	color: white;
	font-family: "HelveticaNeue",sans-serif;
	font-style: normal;
	font-size: .75em;
	background-color: #002855;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fa {
	padding: 10px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
}

.fa-youtube {
	color: white;
	background-color: #ea4335;
}

.fa-youtube:hover {
	color: white;
	background-color: #ea4335;
}

.fa-facebook {
	color: white;
	background-color: #3b5998;
}

.fa-facebook:hover {
	color: white;
	background-color: #3b5998;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-twitter:hover {
	background: #55ACEE;
	color: white;
}

a.footerlinks {
	color: #EAAA00;
}

a.footerlinks:hover {
	color: white;
}

.form-header {
	background-color: #002855;
	color: white;
}

.form-body{
	background-color: #eeeeee;
}

.nav-bg{
	background-color: #2d2928;
	color:#dedede;
}

.nav-bg a{
	background-color: #2d2928;
	color:#dedede;
}

.nav-list hr{
	border-top: 2px solid #413f3e;
	margin-bottom: 0;
	margin-right: 2em;
	margin-left: 2em;
}

.nav-list ul{
	list-style: none;
	padding:0;
}

.nav-list li{
	text-align: center;
	padding-top: 1.5vh;
}

.nav-list li:hover{
	background-color: #2d2928;
}

.class-list{
	list-style: none;
}

.class-list hr{
	margin-bottom: 0;
	margin-right: 1em;
	margin-left: 1em;
}

.class-list a{
	width: 100%;
	color: #333333;
}

#copied {
	width: 50px;
	background-color: #7e7b7b;
	color: white;
	text-align: center;
	padding: 2px 0;
	margin : 0 2px;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
}

.sideNav-career-card {
	border-left: 10px solid #EAAA00
}

.tag-item.active {
	background-color: #007bff;
    color: #fff;
}

.dropdown2 {
	position: relative;
	display: inline-block;
  }


  
  /* Dropdown content (hidden by default) */
  .dropdown-content2 {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	z-index: 1000;
  }
  
  /* Dropdown items */
  .dropdown-content2 a {
	color: black;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
  }
  
  /* Hover effect */
  .dropdown-content2 a:hover {
	background-color: #f1f1f1;
  }
  
  /* Show dropdown on hover */
  .dropdown2:hover .dropdown-content2 {
	display: block;
  }
