body {
	overflow-x: hidden;
	font-size: 14px;
	line-height: 17px;
}

hr {
	border-top: 1px solid #bfbfbf;
	margin-top: 1.5rem;
}

.container-fluid {
	padding: 0;
}

.centered {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

html {
	scroll-behavior: smooth;
}

:target:before {
	content: "";
	display: block;
	height: 125px;
	margin: -125px 0 0;
}

.articleTableBottomBorderOnly{
	border : 0px;	
	border-bottom: 1px solid #ddd;
}

/*----------------------------------------------*\
| Font Styles
\*----------------------------------------------*/
@font-face {
	font-family: "__BigNoodleTitling_5";
	font-style: normal;
	font-weight: 400;
	src:
		local("☺"),
		url("/fonts/31f37e_1_0.woff") format("woff"),
		url("/fonts/big_noodle_titling.svg") format("svg");
}

@font-face {
	font-family: "__Montserrat_5";
	src: local("☺"), url("/fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.svg") format("svg");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Bebas-Neue';
	src: url(/fonts/BebasNeue.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DaxOT;
	src: url(/fonts/DaxOT-Medium.otf) format('opentype');
}



/*----------------------------------------------*\
| Header Styles
\*----------------------------------------------*/
.header {
	color: #545454;
	font-family: montserrat, sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
}

.header_2 {
	font-family: montserrat, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0px;
}

.header_3 {
	font-family: open-sans, sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 41px;
	padding: 0px;
}


/* Article Styles */
.article {
	margin-top: 5rem;
}

.article .header {
	font-family: __Montserrat_5;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 41px;
	text-align: center;
	color: #000000;
	margin-bottom: 1.5rem;
}

.article .subheader {
	font-family: __Montserrat_5;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 26px;
	text-align: center;
	color: #878787;
	margin-bottom: 1.5rem;
}

.article .header_2 {
	font-family: __Montserrat_5;
	font-weight: 700;
	line-height: 16px;
	margin-top: 2.5rem;
}


/*----------------------------------------------*\
| content styles
/*----------------------------------------------*/
.body-text-positive {
	font-family: open-sans, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
}


/*----------------------------------------------*\
| color styles
\*----------------------------------------------*/
.black {
	color: #000000;
}

.white {
	color: white;
}

.l_grey {
	color: #c2c2c2;
}

.d_grey {
	color: #2d2d2d;
}


/*----------------------------------------------*\
| list styles
\*----------------------------------------------*/
.bullet_style {
	padding-left: 8px;
}

.bullet_style>li::before {
	margin-right: 5px;
	content: '•';
}

li {
	list-style: none;
}

.list0 li,
.list1 li {
	position: relative;
}

.list0 li::before,
.list1 li::before {
	position: absolute;
	right: 100%;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}


/*----------------------------------------------*\
| Button Styles
\*----------------------------------------------*/
.button_pill {
	border-radius: 26px;
	min-width: 200px;
	padding: 7px 1.5rem;
	background-color: transparent;
	font-size: 13px;
	font-family: montserrat, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	letter-spacing: 0px;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
}

.button_pill {
	color: #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#6e6e6e), color-stop(80%, #a4a4a4));
	background: -webkit-linear-gradient(top, #6e6e6e, #a4a4a4 80%);
	background: linear-gradient(to bottom, #6e6e6e, #a4a4a4 80%);
}

.button_pill:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#de6a00), color-stop(80%, #ffa81c));
	background: -webkit-linear-gradient(top, #de6a00, #ffa81c 80%);
	background: linear-gradient(to bottom, #de6a00, #ffa81c 80%);
}

.button_pill.blue {
	color: #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#0099c4), color-stop(80%, #00bfff));
	background: -webkit-linear-gradient(top, #0099c4, #00bfff 80%);
	background: linear-gradient(to bottom, #0099c4, #00bfff 80%);
}

.button_pill.orange {
	color: #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#de6a00), color-stop(80%, #ffa81c));
	background: -webkit-linear-gradient(top, #de6a00, #ffa81c 80%);
	background: linear-gradient(to bottom, #de6a00, #ffa81c 80%);
}

.button_pill.orange:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#ad5400), color-stop(80%, #d68d18));
	background: -webkit-linear-gradient(top, #ad5400, #d68d18 80%);
	background: linear-gradient(to bottom, #ad5400, #d68d18 80%);
}

.button_pill.blue:hover {
	color: #00bfff;
	background: -webkit-gradient(linear, center top, center bottom, from(#c1c1c1), color-stop(80%, #ffffff));
	background: -webkit-linear-gradient(top, #c1c1c1, #ffffff 80%);
	background: linear-gradient(to bottom, #c1c1c1, #ffffff 80%);
}

.button_pill.green:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#AFBC20), color-stop(80%, #CCE226));
	background: -webkit-linear-gradient(top, #AFBC20, #CCE226 80%);
	background: linear-gradient(to bottom, #AFBC20, #CCE226 80%);
}

.button_pill.grey {
	color: #FFFFFF;
	background: -webkit-gradient(linear, center top, center bottom, from(#6e6e6e), color-stop(80%, #a4a4a4));
	background: -webkit-linear-gradient(top, #727272, #AAAAAA 80%);
	background: linear-gradient(to bottom, #727272, #AAAAAA 80%);
}

.button_transparent {
	border-radius: 5px;
	min-width: 200px;
	padding: 7px 1.5rem;
	background-color: transparent;
	font-size: 13px;
	font-family: montserrat, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid white;
	letter-spacing: 0px;
	display: inline-block;
	white-space: nowrap;
}


/*----------------------------------------------*\
| Accordion Styles
\*----------------------------------------------*/
.accordion_head {
	font-family: '__Montserrat_5';
	background-color: #7f7f7f;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 4px;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 19px;
}

.accordion_head.collapsed h5 {
	color: #7f7f7f;
}

.accordion_head h5 {
	color: #ffffff;
	font-weight: 300;
	font-family: open-sans, sans-serif;
	font-size: 18px;
}

.accordion_head:hover {
	color: #ffffff;
}

.accordion_head.collapsed {
	background-color: #e7e7e7;
	color: #7f7f7f;
}

.accordion_head.collapsed:hover {
	background-color: #cccccc;
}

.accordion_body {
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(100%, #F9F9F9));
	background: -webkit-linear-gradient(top, #FFFFFF, #F9F9F9 100%);
	background: linear-gradient(to bottom, #FFFFFF, #F9F9F9 100%);
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}


/*----------------------------------------------*\
| ScrollSpy Navigation Styles
\*----------------------------------------------*/
#promo_bar {
	color: white;
	padding-left: 2.75rem;
}

#scrollspy_nav,
#promo_bar {
	height: 30px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 50;
	/*margin-left: 16rem;*/
}

#scrollspy_nav ul {
	-ms-flex-direction: row;
	flex-direction: row;
}

#scrollspy_nav a {
	text-decoration: none;
	display: inline-block;
	margin-top: .5rem;
	background-repeat: no-repeat;
	height: 24px;
	text-align: left;
	padding-left: 30px;
}

#scrollspy_nav span {
	font-size: 10px;
	line-height: 12px;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}


/*----------------------------------------------*\
| Download icons
\*----------------------------------------------*/
.download_icons {
	display: inline-block;
	width: 180px;
}

.download_icons a {
	text-decoration: none;
}
.download_icons span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	font-family: montserrat, sans-serif;
	line-height: 16px;
	color: #808080;
}

.download_icons div {
	background-image: url("/images/icons/download.svg");
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.download_icons div:hover {
	background-image: url("/images/icons/download-ro.png");
}


.download_icons.inactive div {
	background-image: url("/images/download-inactive.svg");
}


/*----------------------------------------------*\
| Media Video sections
\*----------------------------------------------*/
#media_video_header {
	color: #545454;
	font-family: montserrat, sans-serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
}

#media_video_header img {
	width: 28px;
}

#media_video_header hr {
	border-top: 1px solid #bfbfbf;
	margin: 1.5rem 0 3.5rem;
}

#media_video {
	text-align: center;
}

#media_video span {
	font-size: 18px;
	font-weight: 300;
	font-family: open-sans, sans-serif;
	line-height: 22px;
	color: #000000;
}

/*----------------------------------------------*\
| Section Styles
\*----------------------------------------------*/
.section_header {
	margin-bottom: 1.5rem;
}

.section_header img {
	width: 28px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.section_content {
	padding: 5rem 0;
}


/*----------------------------------------------*\
| Image Styles
\*----------------------------------------------*/
.img-center {
	display: block;
	margin: 0 auto;
}





/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	.content_width {
		width: 17rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 68px;
		justify-content: center;
	}

	#scrollspy_nav ul.navbar-nav {
		background-color: transparent;
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem .75rem 0rem;
	}

	#scrollspy_nav a.nav-link span {
		display: none;
	}
}


/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	.content_width {
		width: 30.5rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 68px;
		justify-content: center;
	}

	#scrollspy_nav ul.navbar-nav {
		background-color: transparent;
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem 1rem 0rem;
	}

	#scrollspy_nav a.nav-link span {
		display: none;
	}
}


/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.content_width {
		width: 38rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 68px;
		justify-content: center;
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem .5rem 0rem;
	}
}


/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.content_width {
		width: 53.75rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 97px;
		padding-left: 0px
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem 1rem 0rem;
	}
}


/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {
	.content_width {
		width: 53.75rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 97px;
		padding-left: 25px
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem .7rem 0rem
	}
}

/*------------------------------------------------------------------------------------------------*\
| xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {

	.content_width {
		width: 53.75rem;
	}

	#scrollspy_nav,
	#promo_bar {
		top: 97px;
		padding-left: 30px
	}

	#scrollspy_nav a.nav-link {
		margin: .5rem .7rem 0rem
	}
}