/*
@font-face {
    font-family: PTSans-Italic;
    src: local('PTSans-Italic'), url('assets/Fonts/PTSans-Italic.ttf') format('truetype');
}
@font-face {
    font-family: PTSans;
    src: local('PTSans-BoldItalic'), url('assets/Fonts/PTSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: PTSans;
    src: url('assets/Fonts/PTSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: PTSans;
    src: local('PTSans-Bold'), url('assets/Fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
}

h1 {
    font-family: PTSans;
font-size:72px;
font-weight:bold;
}
*/

* {
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #666666;
}

h1 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 72px;
	color: #333;
	text-decoration: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 5px;
}

.carousel-caption h1 {
	font-size: 1.35em;
	text-align: center;
}

@media only screen and (min-width: 576px) {
	.carousel-caption h1 {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.carousel-caption h1 {
		font-size: 2em;
	}
}

@media only screen and (min-width: 992px) {
	.carousel-caption h1 {
		font-size: 2.5em;
	}
}

@media only screen and (min-width: 1400px) {
	.carousel-caption h1 {
		font-size: 72px;
	}
}

.carousel-caption {
	padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
	.carousel-caption {
		padding-bottom: 1.25rem;
	}
}

h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #333;
}

h3 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #333;
}

h4 {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #333;
}

.authored-content {
	margin-bottom: 2em;
	min-height: 85vh;
}

.img-fluid-right-wrapper {
	margin-top:1em;
  margin-bottom:1em;
	text-align: left;
}

.img-fluid-right,
.img-fluid-right-horizontal,
.img-fluid-right-meta
 {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.img-fluid-right {
		width: 529px;
		height: 532px;
	}
	.img-fluid-right-horizontal {
		width: 550px;
		height: 367px;
	}
	.img-fluid-right-meta {
		width: 460px;
		height: 306px;
	}
}

@media only screen and (min-width: 992px) {
	.img-fluid-right-wrapper {
		float: right;
		margin-left: 1em;
	}
}

.gif-fluid-wrapper {
  margin-top:1em;
  margin-bottom:1em;
	text-align: left;
}

.gif-fluid {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.gif-fluid {
		width: 529px;
		height: 532px;
	}
}

@media only screen and (min-width: 992px) {
	.gif-fluid-wrapper {
		float: right;
		margin-left: 1em;
	}
}

/* nav-bar overrides */

#bootstrap-overrides a:link {
	font-weight: 700;
	font-size: 19px;
	color: #333333;
}

#bootstrap-overrides a:link .active {
	color: #00a3ef;
}

#bootstrap-overrides a:hover {
	color: #00a3ef;
}

#bootstrap-overrides .sticky-top {
	background-color: #fff;
}

#bootstrap-overrides .fade-up {
	margin-top: 1em;
	border-top: 0px;
	width: 250px;
	height: 80px;
	background-color: #e8e8e8;
	opacity: 0.85;
}

.arrow-added:before {
	content: "";
	position: absolute;
	right: 80px;
	top: -20px;
	width: 0;
	height: 0;
	/*
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fa00cc transparent;
    */
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 9999;
}

.arrow-added {
	background: #e8e8e8;
	/* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
	float: left;
	position: absolute;
	margin: 0;
	top: 1em;
	width: 220px;
	z-index: 99999;
}


/* accordian overrides */

#bootstrap-overrides .accordion-item {
	border: none;
	margin-bottom: 1.5em;
	background: none;
}

#bootstrap-overrides .accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(170, 160, 172, 0.25);
}

#bootstrap-overrides .accordion-button:not(.collapsed) {
	color: #333333;
	background-color: #e2e2e2;
	font-weight: 700;
}

bootstrap-overrides .accordion-button:not(.collapsed)::after {
	/*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e); */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") transform: rotate(180deg);
	color: #333333;
}

#bootstrap-overrides .accordion-header {
	border: none;
	background-color: #e2e2e2;
}

#bootstrap-overrides .accordion-collapse {
	border: none;
}

.t-p {
	color: rgb(193 206 216);
	padding: 40px 30px 0px 30px;
}

.navbar-toggler:focus {
	color: rgba(170, 160, 172, 0.25);
}

/* sub-menu bar overides */

#bootstrap-overrides .sub-menu {
	margin: 2em 0 1em 0;
	width: 100%;
	height: 4em;
	background-color: #e8e8e8;
	color: #333333;
	font-size: 24px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
	color: #00a3ef!important;
}

.navbar .navbar-nav .nav-item .nav-link {
	color: #333333;
}

.nav-item {
	white-space: nowrap;
}

@media (min-width: 800px) {
	.nav-item {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.sub-menu .nav-item {
		padding-right: 0;
		padding-left: 0;
	}
}

.content {
	margin:auto;
	padding: 0 8px; 0 8px;
  }

  @media all and (min-width: 800px) {
	.content {
		width: 80%;
		margin: auto;
		padding: 0 8px; 0 8px;
	  }
}
/*footer styles */

#bootstrap-overrides .footer {
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	font-weight: lighter;
	position: relative;
	bottom: 0;
	height: 100px;
}

#bootstrap-overrides .footer img {
	padding-top: 10px;
	padding-bottom: 10px;
}

#bootstrap-overrides .footer .container {
	padding-bottom: 10px;
}

#bootstrap-overrides .footer a:link {
	text-decoration: none;
	font-weight: lighter;
	font-size: 400;
	color: #00a3ef!important;
}

#bootstrap-overrides .footer a:visited {
	text-decoration: none;
}

#bootstrap-overrides .footer a:hover {
	text-decoration: none;
	color: #00a3ef!important;
}

#bootstrap-overrides .footer a:active {
	text-decoration: underline;
}

#bootstrap-overrides .text-link:link {
	text-decoration: none;
	font-weight: lighter;
	font-size: 400;
	color: #00a3ef!important;
}

#bootstrap-overrides .text-link:visited {
	text-decoration: none;
}

#bootstrap-overrides .text-link:hover {
	text-decoration: none;
	color: #00a3ef!important;
}

#bootstrap-overrides .text-link:active {
	text-decoration: underline;
}

#bootstrap-overrides .button a:link {
	text-decoration: none!important;
	/* font-weight:lighter; */
	font-size: 400;
	color: #ffffff!important;
}

#bootstrap-overrides .button a:visited {
	text-decoration: none;
}

#bootstrap-overrides .button a:hover {
	text-decoration: none!important;
	color: #666666!important;
}

#bootstrap-overrides .button a:active {
	text-decoration: none!important;
}

/* box with icon */

#ft-decoration {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	width: 60px;
	height: 60px;
	margin-top: -45px;
	position: relative;
	left: 10%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.btn-wrapper {
	top: 28px;
	position: relative;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	z-index: 1;
}

.btn-wrapper button {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.btn-wrapper button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(170, 160, 172, 0.25);
}

#bootstrap-overrides .ft-sizer {
	font-weight: 800;
	font-size: 150%;
}

.image-holder {
	position: relative;
}

.text-block-over-image {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 28px;
	background-color: transparent;
	color: rgb(253, 253, 253);
	padding-left: 20px;
	padding-right: 20px;
}

.sub-nav-wrapper {
	padding-bottom: 0.5em;
	background-color: #ffffff;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}

.container-sub-nav-local {
	margin-bottom: 2em;
	width: 75%;
}

@media only screen and (min-width: 768px) {
	.container-sub-nav-local {
		width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.container-sub-nav-local {
		width: 100%;
	}
}

.sub-nav-local {
	text-align: center;
	background-color: #e8e8e8;
	;
	margin-top: 2em;
	/* variable width */
	line-height: 2em;
	vertical-align: middle;
}

.sub-nav-local ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	color: #333333;
}

@media only screen and (min-width: 1200px) {
	.sub-nav-local ul {
		display: inline-block;
		padding-bottom: 0px;
	}
}

.sub-nav-local li {
	display: inline;
}

.sub-nav-local a {
	float: left;
	text-decoration: none;
	padding: 0 0.5em;
	/* variable width */
}

.sub-nav-local a:link {
	float: left;
	text-decoration: none;
	padding: 0 0.5em;
	/* variable width */
	font-size: 1.1em;
}

.sub-nav-local a:visited {
	float: left;
	text-decoration: none;
	color: #333333;
	padding: 0 0.5em;
	/* variable width */
}

.sub-nav-local a:hover {
	float: left;
	text-decoration: none;
	color: #00a3ef!important;
}

.sub-nav-local a.active {
	float: left;
	text-decoration: none;
	color: #00a3ef!important;
	padding: 0 0.5em;
	/* variable width */
}

.prod-notes {
	color: #f00;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}

.task-animation-video {
	max-width: 850px;
}

.iframe-container {
	overflow: hidden;
	padding-top: 30px;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.iframe-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Logo Styles */

.logo-container {
	padding-top: 1em;
}

.img-col-left {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.img-col-left {
		text-align: left;
	}
}

.img-col-right {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.img-col-right {
		text-align: right;
	}
}

.img-margin {
	margin-left: 0;
}

@media only screen and (min-width: 768px) {
	.img-margin {
		margin-left: 20%;
	}
}

/* End Logo Styles */

/* About Logos */

.about-logos {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.about-logos:first-of-type {
	margin-top: 0px;
}

.about-logos:first-of-type .logo-fluid {
	max-width: 90% !important;
}

.about-logos:nth-of-type(2) .logo-fluid {
	max-width: 60% !important;
}

.about-logos:nth-of-type(3) .logo-fluid {
	max-width: 45% !important;
}

@media only screen and (min-width: 992px) {
	.about-logos:first-of-type .logo-fluid {
		max-width: 60% !important;
	}
	.about-logos:nth-of-type(2) .logo-fluid {
		max-width: 40% !important;
	}
	.about-logos:nth-of-type(3) .logo-fluid {
		max-width: 30% !important;
	}
}

@media only screen and (min-width: 1400px) {
	.about-logos:first-of-type .logo-fluid {
		max-width: 30% !important;
	}
	.about-logos:nth-of-type(2) .logo-fluid {
		max-width: 20% !important;
	}
	.about-logos:nth-of-type(3) .logo-fluid {
		max-width: 15% !important;
	}
}

/* End About Logos */

.logo-container {
  border-top:1px solid #e8e8e8;
  padding: 3em 0 1.9em 0;
}

.module-container .image-holder:first-of-type {
	margin-right: 2em;
}

.module-container .image-holder:nth-of-type(2) {
	margin-top: 2em;
}

@media only screen and (min-width: 768px) {
	.module-container .image-holder:nth-of-type(2) {
		margin-top: 0px;
	}
}