@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
/* CSS Document */
html {
	height: 100%;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif, 'Roboto', sans-serif;
}
body {
	padding-top: 5.75rem;
	min-height: 100vh;
	min-width: 100%;
	overflow-x: hidden;
	font-style: normal;
	color: #353b43;
	background-color: #fff;
	line-height: 2rem;
	font-size: 1rem;
}

.breadcrumb-item.active {
	color: #353b43;
}
/*--Navigation--*/
.navbar-brand img {
	height: 3rem;
	width: auto;
}
.navbar {
	height: 5.75rem;
	width: 100%;
	margin: auto;
	padding: 1rem;
	background-color: rgba(255, 255, 255, .95);
}
.navbar a {
	font-family: 'Montserrat', sans-serif;
}
.navbar li {
	padding-right: .25rem;
}
.nav-link {
	font-size: 1rem;
	font-weight: 500;
	color: #353b43;
}
.nav-link:hover {
	color: #00607F;
	border-bottom: .1rem solid #353b43;
}
.navbar-collapse {
	padding-top: 1rem;
	background-color: rgba(255, 255, 255, .95);
}
.dropdown-menu {
	background-color: #ffffff;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
.dropdown-item {
	color: #353b43;
}
.dropdown-item:hover {
	color: #00607f;
	background-color: transparent;
}
.searchbar {
	margin-bottom: auto;
	margin-top: auto;
	height: 3rem;
	background-color: #353b43;
	border-radius: 1.5rem;
	padding: .25rem;
}
.search_input {
	color: #f8f9f9;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color: transparent;
	line-height: 40px;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
}
.searchbar:hover > .search_input {
	padding: 0 5px;
	width: 175px;
	caret-color: #00607F;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
}
.searchbar:hover > .search_icon {
	background: #f8f9f9;
	color: #00607F;
}
.search_icon {
	height: 40px;
	width: 40px;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background: transparent;
	border-color: transparent;
	color: #f8f9f9;
	text-decoration: none;
}
@media only screen and (hover: none) and (pointer: coarse) {
	.searchbar {
		margin-bottom: auto;
		margin-top: auto;
		height: 2rem;
		background-color: #353b43;
		border-radius: 1.5rem;
		padding: .25rem;
	}
	.search_input {
		color: #f8f9f9;
		border: 0;
		outline: 0;
		background: none;
		width: auto;
		caret-color: transparent;
		line-height: 20px;
	}
	.search_icon {
		height: 20px;
		width: 20px;
		float: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 20px;
		background-color: transparent;
		border-color: transparent;
		color: #f8f9f9;
		text-decoration: none;
	}
	@media (min-width: 800px) {
		.searchbar {
			margin-bottom: auto;
			margin-top: auto;
			height: 3rem;
			background-color: #353b43;
			border-radius: 1.5rem;
			padding: .25rem;
		}
		.search_input {
			color: #f8f9f9;
			border: 0;
			outline: 0;
			background: none;
			width: auto;
			caret-color: transparent;
			line-height: 40px;
		}
		.search_icon {
			height: 40px;
			width: 40px;
			float: right;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 20px;
			background-color: transparent;
			border-color: transparent;
			color: #f8f9f9;
			text-decoration: none;
		}
	}
}
/*--Heading--*/
header {
	text-align: center;
	background-color: #00aaff;
	overflow: hidden;
	color: #f8f9f9;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, .3);
}
/*---#353b43---*/
.home {
	height: auto;
	background: -o-linear-gradient(bottom, rgba(104, 140, 165, .9), rgba(55, 115, 144, .9)), url("../images/global-images/NEMA header.png");
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(104, 140, 165, .9)), to(rgba(55, 115, 144, .9))), url("../images/global-images/NEMA header.png");
	background: linear-gradient(0deg, rgba(104, 140, 165, .9), rgba(55, 115, 144, .9)), url("../images/global-images/NEMA header.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.itcommo {
	height: auto;
	background: -o-linear-gradient(bottom, rgba(104, 140, 165, .9), rgba(55, 115, 144, .9)), url("../images/it-commo/itcommobanner.png");
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(104, 140, 165, .9)), to(rgba(55, 115, 144, .9))), url("../images/it-commo/itcommobanner.png");
	background: linear-gradient(0deg, rgba(104, 140, 165, .9), rgba(55, 115, 144, .9)), url("../images/it-commo/itcommobanner.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.jumbotron {
	margin: auto;
	background: transparent;
}
/*--Content--*/
.card {
	position: relative;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 12px 12px 25px 2px #d1d1d1, -12px -12px 25px 2px #ffffff;
	box-shadow: 12px 12px 25px 2px #d1d1d1, -12px -12px 25px 2px #ffffff;
}
.card-img-top {
	aspect-ratio: 16 / 9;
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: none;
}
.card-img-bottom {
	position: relative;
	aspect-ratio: 16 / 9;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: none;
}
.card-img-overlay {
	background-color: rgba(53, 59, 67, .70);
	color: #f8f9f9;
}
.card-caption {
	border-bottom: .15rem solid #00607f;
}
.card-header {
	background-color: transparent;
}
.card-header a {
	color: #0089ce;
}
.float-left {
	position: relative;
	float: left;
	border: none;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	-webkit-box-shadow: 8px 8px 13px .5px rgba(0, 0, 0, .2);
	box-shadow: 8px 8px 13px .5px rgba(0, 0, 0, .2);
}
.float-right {
	position: relative;
	float: right;
	border: none;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	-webkit-box-shadow: 8px 8px 13px .5px rgba(0, 0, 0, .2);
	box-shadow: 8px 8px 13px .5px rgba(0, 0, 0, .2);
}
.float-none {
	position: relative;
	float: none;
	display: block;
	margin: auto;
	border: none;
}

section::after {
  display: block;

  clear: both;

  content: "";

}
section a {
	color: #0089ce;
}
section a:hover {
	color: #00607f;
}
#pills {
	background-color: #f8f9f9;
}
#pills .btn {
	width: 300px;
	height: auto;
	border-radius: 25px;
	background-color: #455264;
	color: #f8f9f9;
	border-color: #00607f;
	margin-bottom: 1.25rem;
}
#pills .btn:hover {
	background-color: #f8f8f9;
	color: #353b43;
	border-color: #00607f;
}
#hmbox {
	height: auto;
	min-height: 100px;
	width: 100%;
	padding: 1rem;
	margin: 1rem;
	border-radius: 20px;
	background: -o-linear-gradient(305deg, #e6e6e6, #ffffff);
	background: linear-gradient(145deg, #e6e6e6, #ffffff);
	-webkit-box-shadow: 12px 12px 25px #d9d9d9, -12px -12px 25px #ffffff;
	box-shadow: 12px 12px 25px #d9d9d9, -12px -12px 25px #ffffff;
}
#hmgp {
	background-color: #f8f9f9;
}
#hmgppf {
	background-color: #f8f9f9;
}
#eventcard {
	display: inline-block;
	border: 1px solid #00607f;
}
.datebox {
	float: left;
	background-color: #0087b2;
	width: 25%;
	height: 100px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.datebox h1 {
	color: #ffffff;
	font-size: 1.75rem;
}
.datebox h6 {
	color: #ffffff;
}
.eventbox {
	float: left;
	background-color: #f8f9f9;
	width: 75%;
	height: 100px;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 10px;
}
.tab-content {
	padding: 2rem;
	border: 0;
	box-shadow: 0px 1px 0px #b1b4b6, 1px 0px 0px #b1b4b6, -1px 0px 0px #b1b4b6, -1px 1px 0px #b1b4b6, 1px 1px 0px #b1b4b6, 1px -1px 0px #b1b4b6, -1px -1px 0px #b1b4b6;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #ffffff;
	border-color: #b1b4b6;
	border-bottom-color: transparent;
}
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, .9);
	height: 50px;
	width: 50px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, .9);
	height: 50px;
	width: 50px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.carousel-indicators li {
	background-color: rgba(0, 0, 0, .9);
}
/*--Footer--*/
footer {
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	padding: 1rem;
	background-color: #455264;
	color: #f8f9f9;
	margin-right: 0;
	padding-right: 0;
}
footer a {
	color: #f8f9f9;
}
footer a:hover {
	color: #688CA5;
}
footer .row {
	margin-right: 0;
}
.fa-brands {
	letter-spacing: 1rem;
	color: #f8f9f9;
	border-color: #00607F;
}
.fa-brands:hover {
	color: #688ca5;
}
.fa-envelope {
	color: #ffc04d;
	font-size: 24px;
}
.fa-phone {
	color: #ffc04d;
	font-size: 24px;
}
.seal {
	-ms-flex-line-pack: center;
	align-content: center;
	margin: auto;
	display: block;
	width: 10rem;
	height: 10rem;
}
/*--Elements--*/
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
@media (max-width: 576px) {
	.container {
		min-width: 100%;
	}
}
.fa-asterisk {
	color: #DF1619;
}
.btn {
	color: #fff;
	background-color: #3676d1;
	border-color: #00607F;
}
.btn:hover {
	color: #353b43;
	background-color: #f8f9f9;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 2.488rem;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 2.074rem;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.728rem;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1.44rem;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1.2rem;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1rem;
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
}
table {
	height: auto;
}
th {
	background-color: #00607f;
	color: #f8f9f9;
	padding: .5rem;
	width: auto;
	height: auto;
}
td {
	color: #353b43;
	height: auto;
	width: auto;
	padding: .5rem;
}
/*NEWSTICKER*/
.hwrap {
	overflow: hidden; /* HIDE SCROLL BAR */
	background-color: rgba(53, 59, 67, .75);
	height: auto;
	width: auto;
	border-radius: 25px;
}
/* (B) MOVING TICKER WRAPPER */
.hmove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
	text-align: center;
	letter-spacing: .075rem;
}
/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@-webkit-keyframes tickerh {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes tickerh {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.hmove {
	-webkit-animation: tickerh linear 25s infinite;
	animation: tickerh linear 25s infinite;
}
.hmove:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
/*END NEWSTICKER*/
@media only screen and (hover: none) and (pointer: coarse) {
	@media only screen and (min-width: 800px) {
		.hmove {
			-webkit-animation: tickerh linear 20s infinite;
			animation: tickerh linear 20s infinite;
		}
	}
}