/*------>>> TABLE OF CONTENTS <<<-------
	- FOUNDATION OVERRIDE STYLES
	- RESETS AND OVERRIDES
	- BASIC STYLES
	- UTILITIES | GLOBAL
	- ANIMATIONS

/*------->>> COLOR PALETTE <<<-------
	#1c3561 - rgb(28,53,97) | Primary Color [Blue]
	#aa1d3b - rgb(170,29,59) | Secondary Color [Red]
	#152849 - rgb(21,40,73)) | Tertiary Color [Blue Dark]
	#495d81 - rgb(73,93,129) | Support Color  [Blue Light]
	#80182e - rgb(128,24,46) | Accent Color [Red Dark]
	#f4f4f4  - rgb(244,244,244) | Gray01 [Gray Light]
	#505050 - rgb(80,80,80) | Gray02 [Gray Medium]
	#313131 - rgb(49,49,49) | Base Font Color [Gray Dark]
	#ffffff - rgb(255,255,255) | White
	#000000 - rgb(0,0,0) | Black

/*------->>> FONT STACKS & TYPOGRAPHY <<<-------
    font-family: 'Open Sans', sans-serif;  [Primary Font | 400 700]
	font-family: 'Rubik', sans-serif; [Secondary Font | 400 600 700]

/*------->>> DROP SHADOWS <<<-------
	Button Shadow
		-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
		-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
		box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);

*/


/************************************
/*----------------------------------
/* FOUNDATION OVERRIDE STYLES
/*----------------------------------
/*************************************/


.row {
/*	width:100%; /* IE Fix */
	max-width:1275px;
	max-width:79.688rem;
}
.column-block {
	margin-bottom:1.5rem;
}
/*---> Reset Table Styling From Foundation <---*/
table {
	border-collapse:collapse;
	border-spacing:0;	
}
table tbody, table tfoot, table thead {
    border:0;
    background-color:inherit;
}
table tbody td, table tbody th, table tfoot td, table tfoot th, table thead td, table thead th {
    padding:inherit;
    font-weight:inherit;
    text-align:inherit;
}
table tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color:transparent;
  }
/*---> Reset Card Styling From Foundation <---*/
.card {
	display:block;
	margin-bottom:0;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow: none;
	overflow: initial;
	color: inherit;
}
.card > :last-child {
    margin-bottom:inherit;
}
/*---> Reset Button Styling from Foundation <---*/
.button {
    display:initial;
    vertical-align:initial;
    margin:0;
    font-family:inherit;
    padding:0;
    -webkit-appearance: none;
    border:0;
    border-radius:0;
    transition:none;
    font-size:inherit;
    line-height:inherit;
    text-align:inherit;
    cursor:inherit;
    background-color:transparent;
    color: inherit;
}
/*---> Reset Callout Styling from Foundation <---*/
.callout {
	position: relative;
	margin:0;
	margin-bottom:0;
	padding:0;
	border:0;
	border-radius:0;
	background-color:transparent;
	color:inherit;
}
/*---> Foundation Reveal <---*/
.reveal-overlay {
    z-index:10005;
    background-color: rgba(21,40,73,0.90);
}
.reveal {
	margin-left:auto;
	margin-right:auto;
    padding:1rem 1.875rem;
    border:0;
    border-radius:0;
    background-color:#fff;
	box-shadow:none;
	width:90%;
	max-width:1000px;
}
.close-button {
    color:#aa1d3b;
	right:0.5rem;
    top:0;
    font-size:2rem;
}
.close-button:hover {
	color:#80182e;
}
/*---> Accordions <---*/
.accordion {
    margin:1.5rem 0;
    background:transparent;
}
.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius:0;
}
.accordion-item:not(:last-child) {
	margin-bottom:1rem;
}
.accordion-item {
}
.accordion-title {
	padding: 1.25rem 75px 1.25rem 1rem;
	background:#f4f4f4;
	border:0;
	color:#1c3561;
	font-family:'Rubik', sans-serif;
	font-size:1.375rem;
	font-weight:600;
    line-height:1.3;
	text-decoration:none;
	z-index:100;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.accordion-title:hover,
.accordion-title:focus,
.accordion-title:focus-visible {
	background:#f4f4f4;
	color:#1c3561;
	outline:0;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom:0;
    border-radius:0;
}
.accordion-title::before {
	margin-top:0;
	content: '+';
    position: absolute;
    right:1.313rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-family:'Rubik', sans-serif;
	font-weight:400;
	font-size:2rem;
	color:#fff;
	z-index:2;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.is-active > .accordion-title::before {
	content: '\2013';
}
.accordion-title:hover::before {
	color:#fff;
}
.accordion-title::after {
	content:"";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	background:#aa1d3b;
	width:63px;
	height:100%;
	z-index:1;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.accordion-title:active::after {
	background:#495d81;
}
.accordion-title:hover::after {
	background:#80182e;
}
.accordion-title:focus::after,
.accordion-title:focus-visible::after {
	background:#80182e;
}
.accordion-content {
	padding:1rem 0;
	border:0;
    background-color:transparent;
    color: #6a6a6a;
}
:last-child > .accordion-content:last-child {
	border-bottom:0;
}
/*---> Tabs <---*/
.tabs {
	position:relative;
	margin:0;
	margin-bottom:1rem;
	padding:0.625rem 0.625rem;
	border:0;
	border-bottom:0;
	background:#fff;
	width:auto;
	min-width:0;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-shadow:0px 3px 12px 0px rgba(0,0,0,0.16);
	-moz-box-shadow:0px 3px 12px 0px rgba(0,0,0,0.16);
	box-shadow:0px 3px 12px 0px rgba(0,0,0,0.16);
}
.tabs::after {
	position:absolute;
	content:'';
	display:block;
	width:0;
	height:0;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-moz-transition:translateX(-50%);
	-o-transition:translateX(-50%);
	border-left:20px solid transparent;
	border-right:20px solid transparent;	
	border-top:20px solid #fff;
}
.tabs-title {
	margin:0.625rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.tabs-title > a {
	background:#f4f4f4;
	padding:1rem 1.5rem;
	margin:0;
	font-family:'Rubik', sans-serif;
	font-size:1.375rem;
	font-weight:600;
	color:#1c3561;
	text-align:center;
	text-decoration:none;
}
.tabs-title > a:hover {
	color:#fff;
    background: #80182e;
}
.tabs-title > a:active {
    background:#495d81;
    color:#fff;	
}
.tabs-title > a:focus,
.tabs-title > a:focus-visible,
.tabs-title > a[aria-selected="true"] {
    background:#aa1d3b;
	color:#fff;
	outline:0;
}
.tabs-title:not(:last-of-type) > a {
	margin-right:0;
}
.tabs-content {
	border:0;
	background:transparent;
	color:inherit;
	margin-bottom:0;
}
.tabs-panel {
    padding:0;
}
/*---> Media Object <---*/
.media-object-section > p:last-child {
    margin-bottom:1.625rem;
}
/*---> Foundation does NOT have a .medium-uncollapse class <---*/
@media all and (min-width:40rem) { /* 640px and up */
	.medium-uncollapse>.columns { 
		padding-right:.625rem;
		padding-left:.625rem;
	}
	.medium-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.medium-expand {
		max-width:100%;
	}
	.medium-align-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.medium-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.medium-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.medium-align-justify {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.medium-align-spaced {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.medium-align-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.medium-align-self-top {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.medium-align-bottom {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.medium-align-self-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.medium-align-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.medium-align-self-middle {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.medium-align-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.medium-align-self-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.medium-align-center-middle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
}
@media all and (min-width:64rem) { /*- 1024px and up -*/
	.large-uncollapse>.columns { 
		padding-right:.625rem;
		padding-left:.625rem;
	}
	.large-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.large-expand {
		max-width:100%;
	}
	.large-align-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.large-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.large-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.large-align-justify {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.large-align-spaced {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.large-align-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.large-align-self-top {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.large-align-bottom {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.large-align-self-bottom {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.large-align-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.large-align-self-middle {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.large-align-stretch {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.large-align-self-stretch {
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.large-align-center-middle {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}
}



/************************************
/*----------------------------------
/* RESETS AND OVERRIDES
/*----------------------------------
/*************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
html, html a, body  {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
html, body {
	height:auto;
	min-height:100%;
}
body {
	line-height:1;
	box-sizing:border-box;
	margin:0;
	overflow-x:hidden;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
::-moz-focus-inner {
    padding:0;
    border:0;
}
:focus {
    outline:0;
}
/*---> Box Model Reset <---*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*---> Form Resets <---*/
input, label, select, button, textarea {
	margin:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	line-height:1;	
	/* Browsers have different default form fonts */
	font-size:13px;
	font-family:Arial;
}
/* Remove the stupid outer glow in Webkit */
input:focus, select:focus{
	outline:0;
}
/* These elements are usually rendered a certain way by the browser */
button, input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio], select {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[type=search] {
	-webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
    box-sizing: content-box;
}
::-webkit-search-decoration {
	display:none;
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
	/* Fix IE7 display bug */
	overflow:visible;
	width:auto;
}
::-webkit-file-upload-button {	
	padding:0;
	border:0;
	background:none;
}
textarea  {
	vertical-align:top;
	overflow:auto;
}
select[multiple] {
	vertical-align:top;
}


/************************************
/*----------------------------------
/* BASIC STYLES
/*----------------------------------
/*************************************/


html {
	scroll-behavior: smooth; /* Smooth Scrolling for any Anchor Links */
	/*overflow-x:hidden;*/
}
body {
	background-color:#fff;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:1rem;
	font-size:16px;
	color:#313131;
	line-height:1;
}
a {
	color:#aa1d3b;
	font-weight:inherit;
	text-decoration:underline;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
a:hover {
	color:#80182e;
}
a:active {
	color:#1c3561;
}
a:focus,
a:focus-visible {
	color:#495d81;
	outline:0;
}
a.no-style:not(:hover):not(:active):not(:focus):not(:focus-visible) {
    color:inherit;
    font-weight:inherit;
	text-decoration:none;
}
abbr { /* Replaces acronym */
	color: #aa1d3b;
	text-decoration: none;
	border: 0px;
	cursor: help;
}
blockquote {
	display:block;
	padding:1.25rem 2rem 1.5rem;
	position:relative;
	font-style:normal;
	border:0;
	color:#313131;
	background:#f4f4f4;
	text-align:center;
	margin-top:60px
}
blockquote:before {
	width:65px;
	height:65px;
	border:7px solid #f4f4f4;
	content:"";
	background: #1c3561;
	position: absolute;
	top:-34px;
	left:0;
	right:0;
	margin:0 auto;
}
blockquote:after {
	position:absolute;
	width:25px;
	height:25px;
	top:-14px;
	left:0;
	right:0;
	margin:0 auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95.333 95.332'%3E%3Cg%3E%3Cpath fill='%23f4f4f4' d='M30.512,43.939c-2.348-0.676-4.696-1.019-6.98-1.019c-3.527,0-6.47,0.806-8.752,1.793 c2.2-8.054,7.485-21.951,18.013-23.516c0.975-0.145,1.774-0.85,2.04-1.799l2.301-8.23c0.194-0.696,0.079-1.441-0.318-2.045 s-1.035-1.007-1.75-1.105c-0.777-0.106-1.569-0.16-2.354-0.16c-12.637,0-25.152,13.19-30.433,32.076 c-3.1,11.08-4.009,27.738,3.627,38.223c4.273,5.867,10.507,9,18.529,9.313c0.033,0.001,0.065,0.002,0.098,0.002 c9.898,0,18.675-6.666,21.345-16.209c1.595-5.705,0.874-11.688-2.032-16.851C40.971,49.307,36.236,45.586,30.512,43.939z'/%3E%3Cpath fill='%23f4f4f4' d='M92.471,54.413c-2.875-5.106-7.61-8.827-13.334-10.474c-2.348-0.676-4.696-1.019-6.979-1.019c-3.527,0-6.471,0.806-8.753,1.793c2.2-8.054,7.485-21.951,18.014-23.516c0.975-0.145,1.773-0.85,2.04-1.799l2.301-8.23c0.194-0.696,0.079-1.441-0.318-2.045c-0.396-0.604-1.034-1.007-1.75-1.105c-0.776-0.106-1.568-0.16-2.354-0.16c-12.637,0-25.152,13.19-30.434,32.076c-3.099,11.08-4.008,27.738,3.629,38.225c4.272,5.866,10.507,9,18.528,9.312c0.033,0.001,0.065,0.002,0.099,0.002c9.897,0,18.675-6.666,21.345-16.209C96.098,65.559,95.376,59.575,92.471,54.413z'/%3E%3C/g%3E%3C/svg%3E");
}
blockquote p {
	font-family:'Rubik', sans-serif;
    font-size:1.125rem;
    font-weight:400;
	color: #313131;
	font-style:normal;
}
blockquote cite {
    display:block;
    position:relative;
    margin-top:-0.5rem;
    text-align: center;
	color: #313131;
    font-size:1rem;
	font-weight:600;
}
blockquote cite:before,
blockquote cite:after {
	color:#1c3561;
	font-weight:600;
}
blockquote cite:before {
	content: '\2014 \0020 \0020';
}
blockquote cite:after {
	content: '\0020 \0020 \2014';
}
code {
	background:#f1dce0;
	overflow:visible;
	color:#313131;
	padding:0 5px;
}
i, /* Legacy */
em { /* Replaces Legacy <i> */
	font-style:italic;
}
hr {
	border:0; 
	height:2px;
	background:#505050;
	margin-left:auto !important;
	margin-right:auto !important;
	position:relative;
}
small {
	font-size:80%;
}
strong {
	font-weight:bold;
}
sup, sub {
    position:relative;
    vertical-align:baseline;
    font-size:75%;
}
sup {
	top:-0.313em;
}
sub {
	top:0.4em;
}
mark {
	background-color:#f1dce0;
}
figure {
	padding:0;
	background:#fff;
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
}
figure img {
	display:block;
	width:100%;
}
figure p,
figure table {
	margin:0 !important;
}
figcaption {
	font-family:"Rubik", sans-serif;
	font-size:1.125rem;
	font-weight:400;
	color:#1c3561;
	text-align:center;
	text-transform:none;
	padding:1rem 0;
	margin:0;
	line-height:1.15;
}
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6 {
	font-family: 'Rubik', sans-serif;
	line-height:1.15;
}
h1, .like-h1 {
	font-size:2.125rem; /* 34 */
	font-weight:400;
	text-transform:uppercase;
}
h2, .like-h2 {
	font-size:1.875rem; /* 30 */
	font-weight:400;
	text-transform:uppercase;
}
h3, .like-h3 {
	font-size:1.625rem; /* 26 */
	font-weight:700;
}
h4, .like-h4 {
	font-size:1.375rem; /* 22 */
	font-weight:600;
}
h5, .like-h5 {
	font-size:1.125rem; /* 18 */
	font-weight:400;
	text-transform:uppercase;
}
h6, .like-h6 {
	font-size:1.125rem; /* 18 */
	font-weight:700;
}
h1:not([class*="color"]),
.like-h1:not([class*="color"]),
h2:not([class*="color"]),
.like-h2:not([class*="color"]),
h3:not([class*="color"]),
.like-h3:not([class*="color"]),
h5:not([class*="color"]),
.like-h5:not([class*="color"]),
h6:not([class*="color"]),
.like-h6:not([class*="color"]) {
	color:#1c3561;
}
h4:not([class*="color"]),
.like-h4:not([class*="color"]) {
	color:#aa1d3b;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight:inherit;
	font-size:inherit;
	color:inherit;
	text-decoration:inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display:block;
	line-height:inherit;
	font-family:'Rubik', sans-serif;
	font-size:1.375rem; /* 22 */
	font-weight:600;
	text-transform:none;
	margin:0.5rem 0;
}
/*- If our SMALL does not have a font color class, then give it the secondary color -*/
h1 small:not([class*="color"]), h2 small:not([class*="color"]), h3 small:not([class*="color"]), h4 small:not([class*="color"]), h5 small:not([class*="color"]), h6 small:not([class*="color"]) {
	color:#aa1d3b;
}
p, li, td, dt, dd {
	font-size:0.875rem;
	font-weight:400;
}
p, ul, li, ol, dl, dd, dt, table, td, blockquote, blockquote p, hr, form {
	line-height:1.66;	
}
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6,
p, ul, ol, dl, table, blockquote, blockquote p, hr,
form, figure {
	margin:1.5rem 0;
}
ul:not([class]) {
	list-style: none;
	padding:0;
	margin-left:0;
}
ul:not([class]) li {
	position: relative;
	margin:0 0 0.313rem 0;
	padding-left:0.75rem;
}
ul:not([class]) li:last-of-type {
	margin-bottom:0;
}
ul:not([class]) li::before {
    display:inline-block;
    position:absolute;
    top:0.688rem;
    left:0;
    width:4px;
    height:4px;
    border-radius:50%;
    content:"";
    background:#1c3561;
}
ul:not([class]) li > ul {
	list-style: none;
	margin:0 0 0 1.5rem;
	padding:0;
}
nav ul:not([class]),
form ul:not([class]) {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul:not([class]) li,
form ul:not([class]) li {
	padding: 0;
}
nav ul:not([class]) li:before,
form ul:not([class]) li:before {
	display: none;
}
ol:not([class]) {
	list-style: none;
	padding:0;
	margin-left:0;
}
ol:not([class]) li {
	position:relative;
	margin:0 0 0.313rem 0;
	padding-left:20px;
	counter-increment:step-counter;
}
ol:not([class]) li:last-of-type {
	margin-bottom:0;
}
ol:not([class]) li:before {
	content:counter(step-counter)'.\0020';
	font-size:0.875rem;
	font-weight:700;
	color:#1c3561;
	margin-left:-20px;
}
dl:not([class]) {
}
dl:not([class]) dt {
	font-family: 'Rubik', sans-serif;
	font-size:1.125rem;
	font-weight:400;
	line-height:1.15;
	margin:0;
}
dl:not([class]) dt:not([class*="color"]) {
	color:#aa1d3b;
}
dl:not([class]) dd {
	margin-bottom:1.625rem;
}
dl:not([class]) dd:last-of-type {
	margin-bottom:0;
}
label,
fieldset legend {
	font-family:'Rubik', sans-serif;
	font-size:1.125rem;
    font-weight:400 !important;
    line-height:1;
	color:#313131;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select,
select {
	background-color:#f4f4f4; 
    display:block;
    box-sizing:border-box;
    width:100%;
    height:46px;
    margin:0;
	padding:0.688rem 0.875rem;
    font-family:inherit;
    font-size:1rem;
    font-weight:400;
    line-height:1;
	color:#313131;
	outline:0;
    border:1px solid #dadada;
    border-radius:0;
	box-shadow:none;
    transition:all .5s ease-in-out;
    -webkit-appearance:none;
    -moz-appearance:none;
	appearance:none;
}
form textarea {
	height:auto;
}
form input[type=radio],
form input[type=checkbox] {
	margin:0 0.313rem 0.250rem 0;
}
form select,
select,
form select:focus,
select:focus,
form select:focus-visible,
select:focus-visible {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 998 582'%3E%3Cpath d='M998,83c0,8.67-3.33,16.33-10,23l-466,466c-6.67,6.67-14.33,10-23,10s-16.33-3.33-23-10L10,106C3.33,99.33,0,91.67,0,83s3.33-16.33,10-23L60,10C66.67,3.33,74.33,0,83,0s16.33,3.33,23,10L499,403,892,10c6.67-6.67,14.33-10,23-10s16.33,3.33,23,10l50,50c6.67,6.67,10,14.33,10,23Z'/%3E%3C/svg%3E");
	background-position:right center;
	background-repeat:no-repeat;
	background-size:12px 7px;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form textarea:focus,
form select:focus,
select:focus,
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=tel]:focus-visible,
form textarea:focus-visible,
form select:focus-visible,
select:focus-visible  {
	background-color:#f4f4f4; 
	border-color:#aa1d3b;
	outline:0;
}
form input[type=radio]:focus,
form input[type=checkbox]:focus,
form input[type=radio]:focus-visible,
form input[type=checkbox]:focus-visible {
	outline:0;
	box-shadow:0 0 0 1px #aa1d3b;
    -webkit-box-shadow:0 0 0 1px #aa1d3b;
	-moz-box-shadow:0 0 0 1px #aa1d3b;
	box-shadow:0 0 0 1px #aa1d3b;
}
form input[type=text]:active,
form input[type=email]:active,
form input[type=tel]:active,
form textarea:active,
form select:active {
	background-color:#f4f4f4; 
	border-color:#1c3561;
	/*box-shadow:none;*/
}
form input[type=radio]:active,
form input[type=checkbox]:active {
	outline:0;
	box-shadow:0 0 0 1px #1c3561;
    -webkit-box-shadow:0 0 0 1px #1c3561;
	-moz-box-shadow:0 0 0 1px #1c3561;
	box-shadow:0 0 0 1px #1c3561;
}
input[type="submit"],
form button,
input[type="button"],
button[type="submit"] {
	display:inline-block;
	width:auto;
	padding:0.875rem 2.5rem;	
	margin:0;	
	position:relative;
	top:0;
	background:#aa1d3b;
	font-family:"Rubik", sans-serif;
	font-size:1.125rem;
	font-weight:400;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	border-radius:0;
	border:1px solid transparent;
	outline:0;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
	cursor:pointer;
}  
form button,
input[type="button"] {
	margin:10px 0 0 0 !important;
	background:#1c3561;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	top:4px;
	background:#80182e;
}
input[type="submit"]:active,
button[type="submit"]:active {
    background:#80182e;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
}
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
button[type="submit"]:focus,
button[type="submit"]:focus-visible {
    background:#aa1d3b;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	outline:0;
}
input[type="button"]:hover {
	top:4px;
	background:#152849;
}
input[type="button"]:active {
    background:#1c3561;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #1c3561;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #1c3561;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #1c3561;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #1c3561;	
}
input[type="button"]:focus,
input[type="button"]:focus-visible {
    background:#152849;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #152849;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #152849;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #152849;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #152849;
	outline:0;
}
/*- Highlighting on Select [Click and Drag] -*/
::-moz-selection {
	background:#80182e;
	color:#fff;
}
::selection {
	background:#80182e;
	color:#fff;
}


/************************************
/*----------------------------------
/* UTILITIES | GLOBAL STYLES
/*----------------------------------
/*************************************/


.svg-container {
	position: absolute;
	height: 0;
}
.has-text-shadow {
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.has-drop-shadow {
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
}
.no-pointer-events {
	pointer-events:none;
}
.has-phone {
	text-decoration:none;
}
.has-title-line {
	position:relative;
	padding-bottom:1rem;
}
.has-title-line::after {
	display:inline-block;
	background:#922b35;
    content:'';
    height:2px;
    width:155px;
    position:absolute;
    left:0;
    bottom:0;
}
.text-center .has-title-line:after,
.text-center.has-title-line:after {
	right:0;
	margin:0 auto;
}
.text-right .has-title-line:after,
.text-right.has-title-line:after {
	left:auto;
	right:0;
}
/*---> Flexible Iframes <---*/
.flex-container {
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
}
.flex-container iframe,   
.flex-container object,  
.flex-container embed,
.flex-container img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.flex-container img {
	margin:0 !important;
}
/*---> Responsive Tables <---*/
.table-wrapper { 
    width:100%;
	max-width:100%;
    overflow-x:auto; 
}
.table {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:0.875rem;
	border-collapse:collapse;
	text-align:center;
	border-radius:0;
	overflow:hidden;
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	border:1px solid #707070;
	/* Scroll for Mobile
	display:block;
	max-width:-moz-fit-content;
	max-width:fit-content;
	overflow-x:auto; */
}  
.table caption {
	padding:0.625rem 0.313rem;
	font-family:'Rubik', serif;
	font-weight:600;
	font-size:1.375rem;
	color:#fff;
	text-transform:uppercase;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#1c3561;
}
.table thead tr th {
	padding:0.813rem 0.313rem;
	font-family:'Rubik', serif;
	font-weight:700;
	font-size:1.125rem;
	color:#1c3561;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#f4f4f4;
	border-left:1px solid #707070;
	border-collapse:collapse;
}
.table thead tr th:last-of-type {
	border-right:1px solid #707070;	
}
.table thead tr.has-images th {
	background:#fff;
	padding:0.313rem;
	vertical-align:bottom;
}
.table td {
	font-size:0.875rem;
	color:#313131;
	border-left:1px solid #707070;
	padding:0.750rem 0.313rem;
	border-collapse:collapse;
	vertical-align:middle;
}
.table tr:nth-child(even) {
	background:#f4f4f4;
}
.table tr:nth-child(odd) {
	background:#fff;
}
.table tfoot {
	border-top:1px dotted #707070;
}
.table tfoot td {
	border-style:dotted;
}
.table tfoot td {
	color:#707070;
}
/*- Spacing -*/
.table tr td:only-child {
	width: 100%;
}
.table tr  > td:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.table tr > td:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ td {
	width: 50%;
}
.table tr > td:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.table tr > td:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ td {
	width: 33.333%;
}
.table tr > td:nth-last-child(n+4):nth-last-child(-n+4):first-child,
.table tr > td:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ td {
	width: 25%;
}
/*---> Button Styling <---*/
.btn {
	display:inline-block;
	width:auto;
	padding:0.875rem 2.5rem;	
	margin:0;	
	position:relative;
	top:0;
	background:#aa1d3b;
	font-family:"Rubik", sans-serif;
	font-size:1.125rem;
	font-weight:400;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.08);
	border:1px solid transparent;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
}
.btn:hover {
	top:4px;
	cursor:pointer;
	color:#fff;
	background:#80182e;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;	
}
.btn:active {
    background:#80182e;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #80182e;
}
.btn:focus,
.btn:focus-visible {
    background:#aa1d3b;
    color:#fff;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
    -webkit-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	-moz-box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	box-shadow:inset 0px 2px 10px 0px rgba(0,0,0,0.08), 0 0 0 2px #fff, 0 0 0 4px #aa1d3b;
	outline:0;
}
.btn.has-arrow .has-arrow-svg {
	width:19px;
	height:13px;
	fill:#fff;
	position:relative;
	top:0;
	right:0;
	margin-left:0.5rem;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.btn.has-arrow:hover .has-arrow-svg {
	right:-15px;
	fill:#fff;
}
.btn-ghost {
	background:transparent;
	color:#aa1d3b;
	border-color:#aa1d3b;
}
.btn-ghost.has-arrow:not(:hover):not(:active):not(:focus):not(:focus-visible) .has-arrow-svg {
	fill:#aa1d3b;
}
.btn-ghost:hover {
	background:#80182e;
	border-color:#80182e;
}
.btn-ghost:focus,
.btn-ghost:focus-visible {
	border-color:#aa1d3b;
}
.btn.position-center {
	display:block;
	margin:0 auto;
	width:auto;
}
.btn-white:not(:hover):not(:active):not(:focus):not(:focus-visible) {
	background:#fff;
	color:#aa1d3b;
}
.btn-white.has-arrow:not(:hover):not(:active):not(:focus):not(:focus-visible) .has-arrow-svg {
	fill:#aa1d3b;
}
.btn-ghost-white:not(:hover):not(:active):not(:focus):not(:focus-visible) {
	border-color:#fff;
	color:#fff;
}
.btn-ghost-white.has-arrow:not(:hover):not(:active):not(:focus):not(:focus-visible) .has-arrow-svg {
	fill:#fff;
}
.btn-play {
	padding-left:5.625rem;

}
.btn-play:after {
	width:50px;
	height:50px;
	content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Crect width='50' height='50' fill='%23fff' /%3E%3Cpath d='M33.78,25l-6.78,4.18-6.78,4.18V16.64l6.78,4.18,6.78,4.18Z' fill='%23aa1d3b' /%3E%3C/svg%3E");
	position:absolute;
	top:-0.063rem;
	left:-0.063rem;
}
/*--> Link Class with Arrows <--*/
.link-more {
	position:relative;
	text-decoration:none;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more-svg {
	width:19px;
	height:13px;
	fill:#aa1d3b;
	position:relative;
	top:0.063rem;
	right:0;
	margin-left:0.313rem;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more:hover .link-more-svg {
	fill:#80182e;
	right:-3px;
}
.link-more:active .link-more-svg {
	fill:#1c3561;
}
.link-more:focus .link-more-svg,
.link-more:focus-visible .link-more-svg {
	fill:#495d81;
}
.link-more.color-white:not(:hover):not(:active):not(:focus):not(:focus-visible) svg {
	fill:#fff;
}
/*---> Play Button <---*/
a.has-video {
	display:block;
	position:relative;
}
a.has-video::after {
	margin:0 auto;
	width:89px;
	height:90px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89' height='88.999' viewBox='0 0 89 88.999'%3E%3Cpath d='M-793.5,10759a44.228,44.228,0,0,1-17.322-3.5,44.361,44.361,0,0,1-14.145-9.537,44.347,44.347,0,0,1-9.537-14.146,44.222,44.222,0,0,1-3.5-17.321,44.21,44.21,0,0,1,3.5-17.32,44.357,44.357,0,0,1,9.537-14.146,44.359,44.359,0,0,1,14.145-9.535,44.228,44.228,0,0,1,17.322-3.5,44.226,44.226,0,0,1,17.321,3.5,44.354,44.354,0,0,1,14.144,9.535,44.357,44.357,0,0,1,9.536,14.146,44.214,44.214,0,0,1,3.5,17.32,44.226,44.226,0,0,1-3.5,17.321,44.347,44.347,0,0,1-9.536,14.146,44.354,44.354,0,0,1-14.144,9.537A44.226,44.226,0,0,1-793.5,10759Zm-8.5-60.067a1,1,0,0,0-1,1v30.131a1,1,0,0,0,1,1,.981.981,0,0,0,.575-.187l21.269-15.064a.988.988,0,0,0,.423-.816.988.988,0,0,0-.423-.816l-21.269-15.064A.991.991,0,0,0-802,10698.933Z' transform='translate(838.001 -10670.001)' fill='%23fff' opacity='0.9'/%3E%3C/svg%3E");
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	opacity:0.90;
}
a.has-video:hover::after {
	opacity:1;
}
/*---> Checklist <---*/
.checklist {
	list-style: none;
	padding:0;
	margin-left:0;
}
.checklist li {
	position: relative;
	margin:0;
	padding-left:2.313rem;
}
.checklist li:not(:last-of-type) {
	margin-bottom:1.5rem;
}
.checklist li:before {
	display:block;
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg%3E%3Ccircle cx='10' cy='10' r='10' fill='%23aa1d3b' /%3E%3C/g%3E%3Cg %3E%3Cpath d='M8.29,15.84L3.18,10.54c-.38-.4-.37-1.03,.03-1.41,.4-.38,1.03-.37,1.41,.03l3.62,3.75,7.12-7.94c.37-.41,1-.44,1.41-.08,.41,.37,.45,1,.08,1.41L8.29,15.84Z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
	background-size:25px 25px;
	position:absolute;
	top:0.063rem;
	left:0;	
	width:25px;
	height:25px;
}
/*---> Download List <---*/
.download-list {
	list-style: none;
	padding:0;
	margin-left:0;
}
.download-list li {
	position:relative;
	margin:0;
	font-family:"Rubik", sans-serif;
	font-size:1rem;
	font-weight:700;
}
.download-list li:not(:last-of-type) {
	margin-bottom:1.5rem;
}
.download-list li a {
	position:relative;
	display:block;
	font-family:"Rubik", sans-serif;
	font-size:1rem;
	font-weight:700;
	padding-left:2.313rem;	
}
.download-list li a:before {
	display:block;
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath d='M12.5,0c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5S0,19.4,0,12.5,5.6,0,12.5,0' fill='%23aa1d3b' /%3E%3Cpath d='M11.71,13.81l-3.02-2.82c-.23-.26-.62-.31-.92-.12-.33,.2-.44,.63-.24,.96,.03,.05,.07,.1,.12,.15l4.84,4.53,4.84-4.54c.16-.15,.24-.36,.21-.58-.03-.18-.12-.35-.26-.47-.29-.25-.73-.23-.99,.06l-3.03,2.83V5.26h-1.56V13.81Z' fill='%23fff' /%3E%3Cpath d='M6.92,17.84h11.15c.08,0,.15,.07,.15,.15v1.15c0,.08-.07,.15-.15,.15H6.92c-.08,0-.15-.07-.15-.15v-1.15c0-.08,.07-.15,.15-.15' fill='%23fff'/%3E%3C/svg%3E");
	background-size:25px 25px;
	position:absolute;
	top:0.063rem;
	left:0;	
	width:25px;
	height:25px;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.download-list.color-white li a {
	color:#fff;
}
.download-list.color-white li a:hover {
	color:#aa1d3b;
}
.download-list li a:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath d='M12.5,0c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5S0,19.4,0,12.5,5.6,0,12.5,0' fill='%2380182e' /%3E%3Cpath d='M11.71,13.81l-3.02-2.82c-.23-.26-.62-.31-.92-.12-.33,.2-.44,.63-.24,.96,.03,.05,.07,.1,.12,.15l4.84,4.53,4.84-4.54c.16-.15,.24-.36,.21-.58-.03-.18-.12-.35-.26-.47-.29-.25-.73-.23-.99,.06l-3.03,2.83V5.26h-1.56V13.81Z' fill='%23fff' /%3E%3Cpath d='M6.92,17.84h11.15c.08,0,.15,.07,.15,.15v1.15c0,.08-.07,.15-.15,.15H6.92c-.08,0-.15-.07-.15-.15v-1.15c0-.08,.07-.15,.15-.15' fill='%23fff'/%3E%3C/svg%3E");
}
.download-list.color-white li a:active {
	color:#1c3561;
}
.download-list.color-white li a:focus,
.download-list.color-white li a:focus-visible {
	color:#495d81;
	outline:0;
}
/*- Alpha List -*/
.alpha-list {
	list-style: none;
	counter-reset:alpha-counter;
	padding:0;
	margin-left:0;
}
.alpha-list li {
	position: relative;
	margin:0 0 0.313rem 0;
	padding-left:20px;
	counter-increment:alpha-counter;
}
.alpha-list li:last-of-type {
	margin-bottom:0;
}
.alpha-list li:before {
	content: counter(alpha-counter, upper-alpha)'.\0020';
	font-size:0.875rem;
	font-weight:700;
	color:#1c3561;
	margin-left:-20px;
}
/*- Utility List -*/
.utility-list {
	list-style: none;
}
.utility-list-item {
}
/*- Unstyled List -*/
.unstyled-list {
    list-style:none;
    padding:0;
    margin-left:0;
}
.unstyled-list li {
	margin:0 0 0.313rem 0;
}
/*- Download Link -*/
.download-link {
	position:relative;
	display:block;
	font-family:"Rubik", sans-serif;
	font-size:1rem;
	font-weight:700;
	padding-left:2.313rem;
	line-height:1.66;	
}
.download-link:before {
	display:block;
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath d='M12.5,0c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5S0,19.4,0,12.5,5.6,0,12.5,0' fill='%23aa1d3b' /%3E%3Cpath d='M11.71,13.81l-3.02-2.82c-.23-.26-.62-.31-.92-.12-.33,.2-.44,.63-.24,.96,.03,.05,.07,.1,.12,.15l4.84,4.53,4.84-4.54c.16-.15,.24-.36,.21-.58-.03-.18-.12-.35-.26-.47-.29-.25-.73-.23-.99,.06l-3.03,2.83V5.26h-1.56V13.81Z' fill='%23fff' /%3E%3Cpath d='M6.92,17.84h11.15c.08,0,.15,.07,.15,.15v1.15c0,.08-.07,.15-.15,.15H6.92c-.08,0-.15-.07-.15-.15v-1.15c0-.08,.07-.15,.15-.15' fill='%23fff'/%3E%3C/svg%3E");
	background-size:25px 25px;
	position:absolute;
	top:0.063rem;
	left:0;	
	width:25px;
	height:25px;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.download-link.color-white {
	color:#fff;
}
.download-link.color-white:hover {
	color:#aa1d3b;
}
.download-link:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Cpath d='M12.5,0c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5S0,19.4,0,12.5,5.6,0,12.5,0' fill='%2380182e' /%3E%3Cpath d='M11.71,13.81l-3.02-2.82c-.23-.26-.62-.31-.92-.12-.33,.2-.44,.63-.24,.96,.03,.05,.07,.1,.12,.15l4.84,4.53,4.84-4.54c.16-.15,.24-.36,.21-.58-.03-.18-.12-.35-.26-.47-.29-.25-.73-.23-.99,.06l-3.03,2.83V5.26h-1.56V13.81Z' fill='%23fff' /%3E%3Cpath d='M6.92,17.84h11.15c.08,0,.15,.07,.15,.15v1.15c0,.08-.07,.15-.15,.15H6.92c-.08,0-.15-.07-.15-.15v-1.15c0-.08,.07-.15,.15-.15' fill='%23fff'/%3E%3C/svg%3E");
}
.download-link.color-white:active {
	color:#1c3561;
}
.download-link.color-white:focus,
.download-link.color-white:focus-visible {
	color:#495d81;
	outline:0;
}
/*- Video Link -*/
.video-link {
	position:relative;
	display:block;
	font-family:"Rubik", sans-serif;
	font-size:1rem;
	font-weight:700;
	padding-left:2.313rem;
	line-height:1.66;	
}
.video-link:before {
	display:block;
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 258.8 258.8' width='25' height='25'%3E%3Ccircle fill='%23aa1d3b' cx='129.4' cy='129.4' r='129.4'/%3E%3Cpath fill='%23ffffff' d='M102,79.2c-4.4-2.5-9.9,.7-9.9,5.8v88.8c0,5.1,5.4,8.3,9.9,5.8l79.9-44.4c4.6-2.5,4.6-9.1,0-11.6l-79.9-44.4Z'/%3E%3C/svg%3E");
	background-size:25px 25px;
	position:absolute;
	top:0.063rem;
	left:0;	
	width:25px;
	height:25px;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.video-link.color-white {
	color:#fff;
}
.video-link.color-white:hover {
	color:#aa1d3b;
}
.video-link:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 258.8 258.8' width='25' height='25'%3E%3Ccircle fill='%2380182e' cx='129.4' cy='129.4' r='129.4'/%3E%3Cpath fill='%23ffffff' d='M102,79.2c-4.4-2.5-9.9,.7-9.9,5.8v88.8c0,5.1,5.4,8.3,9.9,5.8l79.9-44.4c4.6-2.5,4.6-9.1,0-11.6l-79.9-44.4Z'/%3E%3C/svg%3E");
}
.video-link.color-white:active {
	color:#1c3561;
}
.video-link.color-white:focus,
.video-link.color-white:focus-visible {
	color:#495d81;
	outline:0;
}
/*- Branding Link -*/
.branding-link {
	display:block;
}
.branding-link:active {
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
	-webkit-box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
	-moz-box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
}
.branding-link:focus,
.branding-link:focus-visible {
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	-webkit-box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	-moz-box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	outline:0;
}
.branding-link svg {
	display:block;
}
.branding-link svg .logo-hammer-steel-svg01,
.branding-link svg .logo-hammer-steel-svg02 {
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.branding-link svg .logo-hammer-steel-svg01,
.branding-link:hover svg .logo-hammer-steel-svg02 {
	fill:#1c3661;
}
.branding-link svg .logo-hammer-steel-svg02,
.branding-link:hover svg .logo-hammer-steel-svg01 {
	fill:#86162d;
}
/*- Social Links -*/
.social-list {
	display: flex;
	list-style: none;
}
.social-list-item {
	line-height:1;
}
.social-list-item:not(:last-of-type) {
	margin-right:1.875rem;
}
.social-link {
	display:inline-block;
	width:31px;
	height:31px;
	background:#1c3561;
	position:relative;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.social-link-icon {
	fill:#fff;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	transition:all 200ms ease-in-out;
}
.social-link:hover {
	background:#aa1d3b;
}
.social-link:active {
    background:#1c3561;
    color:#fff;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
    -webkit-box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
	-moz-box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #1c3561;
}
.social-link:focus,
.social-link:focus-visible {
    background:#80182e;
    color:#fff;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
    -webkit-box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	-moz-box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	box-shadow:0 0 0 2px #fff, 0 0 0 4px #80182e;
	outline:0;
}
/*---> Backgrounds <---*/
.background-primary	{
	background-color:#1c3561;
}
.background-secondary	{
	background-color:#aa1d3b;
}
.background-tertiary {
	background-color:#152849;
}
.background-support {
	background-color:#495d81;
}
.background-accent {
	background-color:#80182e;
}
.background-gray01 {
	background-color:#f4f4f4;
}
.background-gray02 {
	background-color:#505050;
}
.background-base {
	background-color: #313131;
}
.background-white {
	background-color: #fff;
}
.background-black {
	background: #000;
}
/*---> Display <---*/
.display-block {
	display:block;
}
.display-inline {
	display:inline;
}
.display-inline-block {
	display:inline-block;
}
.display-hidden {
	display:none;
}
.display-flex {
	display:flex;
}
/*---> Width and Height <---*/
.width20 {
	width:20%;
}
.width25 {
	width:25%;
}
.width33 {
	width:33%;
}
.width40 {
	width:40%;
}
.width50  {
	width:50%;
}
.width66 {
	width:66%;
}
.width75 {
	width:75%;
}
.width100  {
	width:100%;
}
.height50 {
	height:50%;
}
.height100 {
	height:100%;
}
/*---> Positioning <---*/
.position-fixed    {
	position: fixed;
}
.position-relative {
	position:relative;
}
.position-absolute {
	position: absolute;
}
.position-static {
	position:static;
}
.position-center {
	left:0;
	right:0;
	margin:0 auto;
}
.valign-middle {
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.center-center {
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);	
}
/*---> Floats <---*/
.clearfix {
	zoom:1;
}
.clearfix:before, 
.clearfix:after {
	display:table;
	content:"";
}
.clearfix:after {
	clear:both;
}
.float-left  {
	float:left;
}
.float-right {
	float:right;
}
/*---> Typography <---*/
.color-primary {
	color:#1c3561;
}
.color-secondary {
	color:#aa1d3b;
}
.color-tertiary {
	color:#152849;
}
.color-support {
	color:#495d81;
}
.color-accent {
	color:#80182e;
}
.color-gray01 {
	color:#f4f4f4;
}
.color-gray02 {
	color:#505050;
}
.color-base {
	color:#313131;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.font-primary {
	font-family:'Open Sans', sans-serif; 
}
.font-secondary {
	font-family:'Rubik', sans-serif;
}
.underline {
	text-decoration:underline;
}
.uppercase {
	text-transform:uppercase;
}
.titlecase {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.sentencecase {
	text-transform:none;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
.weight300 {
	font-weight:300;
}
.weight400 {
	font-weight:400;
}
.weight500 {
	font-weight:500;
}
.weight600 {
	font-weight:600;
}
.weight700 {
	font-weight:700;
}
/*---> Text Alignment <---*/
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-justify {
	text-align:justify;
}
@media all and (max-width:639px) {
	.sm\:text-center {
		text-align:center;
	}
}
@media all and (min-width:640px) and (max-width:1023px) {
	.md\:text-center {
		text-align:center;
	}
}
/*---> Spacing <---*/
.margin-top-0 {
	margin-top:0;
}
.margin-bottom-0 {
	margin-bottom:0;
}
.margin-x-0 {
	margin-top:0;
	margin-bottom:0;
}
.margin-top-050 {
	margin-top:0.5rem;
}
.margin-bottom-050 {
	margin-bottom:0.5rem;
}
.pad-0 {
	padding:0;
}
.pad-050 {
	padding:0.5rem;
}
.pad-075 {
	padding:0.75rem;
}
.pad-100 {
	padding:1rem;
}
.pad-125 {
	padding:1.25rem;
}
.pad-150 {
	padding:1.5rem;
}
.pad-200 {
	padding:2rem;
}
.pad-250 {
	padding:2.5rem;
}
.pad-300 {
	padding:3rem;
}
.pad-400 {
	padding:4rem;
}
.pad-500 {
	padding:5rem;
}
.pad-600 {
	padding:6rem;
}
.pad-800 {
	padding:8rem;
}
.pad-1000 {
	padding:10rem;
}
.pad-1100 {
	padding:11rem;
}
.pad-1200 {
	padding:12rem;
}
.pad-1300 {
	padding:13rem;
}
.pad-1400 {
	padding:14rem;
}
.pad-1500 {
	padding:15rem;
}
.pad-x-0 {
	padding-top:0;
	padding-bottom:0;
}
.pad-x-050 {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.pad-x-075 {
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}
.pad-x-100 {
	padding-top:1rem;
	padding-bottom:1rem;
}
.pad-x-125 {
	padding-top:1.25rem;
	padding-bottom:1.25rem;
}
.pad-x-150 {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.pad-x-200 {
	padding-top:2rem;
	padding-bottom:2rem;
}
.pad-x-250 {
	padding-top:2.5rem;
	padding-top:2.5rem;
}
.pad-x-300 {
	padding-top:3rem;
	padding-bottom:3rem;
}
.pad-x-400 {
	padding-top:4rem;
	padding-bottom:4rem;
}
.pad-x-500 {
	padding-top:5rem;
	padding-bottom:5rem;
}
.pad-x-600 {
	padding-top:6rem;
	padding-bottom:6rem;
}
.pad-x-800 {
	padding-top:8rem;
	padding-bottom:8rem;
}
.pad-x-1000 {
	padding-top:10rem;
	padding-bottom:10rem;
}
.pad-x-1100 {
	padding-top:11rem;
	padding-bottom:11rem;
}
.pad-x-1200 {
	padding-top:12rem;
	padding-bottom:12rem;
}
.pad-x-1300 {
	padding-top:13rem;
	padding-bottom:13rem;
}
.pad-x-1400 {
	padding-top:14rem;
	padding-bottom:14rem;
}
.pad-x-1500 {
	padding-top:15rem;
	padding-bottom:15rem;
}
.pad-top-0 {
	padding-top:0;
}
.pad-top-050 {
	padding-top:0.5rem;
}
.pad-top-075 {
	padding-top:0.75rem;
}
.pad-top-100 {
	padding-top:1rem;
}
.pad-top-125 {
	padding-top:1.25rem;
}
.pad-top-150 {
	padding-top:1.5rem;
}
.pad-top-200 {
	padding-top:2rem;
}
.pad-top-250 {
	padding-top:2.5rem;
}
.pad-top-300 {
	padding-top:3rem;
}
.pad-top-400 {
	padding-top:4rem;
}
.pad-top-500 {
	padding-top:5rem;
}
.pad-top-600 {
	padding-top:6rem;
}
.pad-top-800 {
	padding-top:8rem;
}
.pad-top-1000 {
	padding-top:10rem;
}
.pad-top-1100 {
	padding-top:11rem;
}
.pad-top-1200 {
	padding-top:12rem;
}
.pad-top-1300 {
	padding-top:13rem;
}
.pad-top-1400 {
	padding-top:14rem;
}
.pad-top-1500 {
	padding-top:15rem;
}
.pad-bottom-0 {
	padding-bottom:0;
}
.pad-bottom-050 {
	padding-bottom:0.5rem;
}
.pad-bottom-075 {
	padding-bottom:0.75rem;
}
.pad-bottom-100 {
	padding-bottom:1rem;
}
.pad-bottom-125 {
	padding-bottom:1.25rem;
}
.pad-bottom-150 {
	padding-bottom:1.5rem;
}
.pad-bottom-200 {
	padding-bottom:2rem;
}
.pad-bottom-250 {
	padding-top:2.5rem;
}
.pad-bottom-300 {
	padding-bottom:3rem;
}
.pad-bottom-400 {
	padding-bottom:4rem;
}
.pad-bottom-500 {
	padding-bottom:5rem;
}
.pad-bottom-600 {
	padding-bottom:6rem;
}
.pad-bottom-800 {
	padding-bottom:8rem;
}
.pad-bottom-1000 {
	padding-bottom:10rem;
}
.pad-bottom-1100 {
	padding-bottom:11rem;
}
.pad-bottom-1200 {
	padding-bottom:12rem;
}
.pad-bottom-1300 {
	padding-bottom:13rem;
}
.pad-bottom-1400 {
	padding-bottom:14rem;
}
.pad-bottom-1500 {
	padding-bottom:15rem;
}
.pad-y-0 {
	padding-left:0;
	padding-right:0;
}
.pad-y-050 {
	padding-left:0.50rem;
	padding-right:0.50rem;
}
.pad-y-075 {
	padding-left:0.75rem;
	padding-right:0.75rem;
}
.pad-y-100 {
	padding-left:1rem;
	padding-right:1rem;
}
.pad-y-125 {
	padding-left:1.25rem;
	padding-right:1.25rem;
}
.pad-y-150 {
	padding-left:1.5rem;
	padding-right:1.5rem;
}
.pad-y-200 {
	padding-left:2rem;
	padding-right:2rem;
}
.pad-y-250 {
	padding-left:2.5rem;
	padding-right:2.5rem;
}
.pad-y-300 {
	padding-left:3rem;
	padding-right:3rem;
}
.pad-y-400 {
	padding-left:4rem;
	padding-right:4rem;
}
.pad-y-500 {
	padding-left:5rem;
	padding-right:5rem;
}
.pad-y-600 {
	padding-left:6rem;
	padding-right:6rem;
}
.pad-y-800 {
	padding-left:8rem;
	padding-right:8rem;
}
.pad-y-1000 {
	padding-left:10rem;
	padding-right:10rem;
}
.pad-y-1100 {
	padding-left:11rem;
	padding-right:11rem;
}
.pad-y-1200 {
	padding-left:12rem;
	padding-right:12rem;
}
.pad-y-1300 {
	padding-left:13rem;
	padding-right:13rem;
}
.pad-y-1400 {
	padding-left:14rem;
	padding-right:14rem;
}
.pad-y-1500 {
	padding-left:15rem;
	padding-right:15rem;
}
.pad-left-0 {
	padding-left:0;
}
.pad-left-050 {
	padding-left:0.50rem;}
.pad-left-075 {
	padding-left:0.75rem;
}
.pad-left-100 {
	padding-left:1rem;
}
.pad-left-125 {
	padding-left:1.25rem;
}
.pad-left-150 {
	padding-left:1.5rem;
}
.pad-left-200 {
	padding-left:2rem;
}
.pad-left-250 {
	padding-left:2.5rem;
}
.pad-left-300 {
	padding-left:3rem;
}
.pad-left-400 {
	padding-left:4rem;
}
.pad-left-500 {
	padding-left:5rem;
}
.pad-left-600 {
	padding-left:6rem;
}
.pad-left-800 {
	padding-left:8rem;
}
.pad-left-1000 {
	padding-left:10rem;
}
.pad-left-1100 {
	padding-left:11rem;
}
.pad-left-1200 {
	padding-left:12rem;
}
.pad-left-1300 {
	padding-left:13rem;
}
.pad-left-1400 {
	padding-left:14rem;
}
.pad-left-1500 {
	padding-left:15rem;
}
.pad-right-0 {
	padding-right:0;
}
.pad-right-050 {
	padding-right:0.50rem;
}
.pad-right-075 {
	padding-right:0.75rem;
}
.pad-right-100 {
	padding-right:1rem;
}
.pad-right-125 {
	padding-right:1.25rem;
}
.pad-right-150 {
	padding-right:1.5rem;
}
.pad-right-200 {
	padding-right:2rem;
}
.pad-right-250 {
	padding-right:2.5rem;
}
.pad-right-300 {
	padding-right:3rem;
}
.pad-right-400 {
	padding-right:4rem;
}
.pad-right-500 {
	padding-right:5rem;
}
.pad-right-600 {
	padding-right:6rem;
}
.pad-right-800 {
	padding-right:8rem;
}
.pad-right-1000 {
	padding-right:10rem;
}
.pad-right-1100 {
	padding-right:11rem;
}
.pad-right-1200 {
	padding-right:12rem;
}
.pad-right-1300 {
	padding-right:13rem;
}
.pad-right-1400 {
	padding-right:14rem;
}
.pad-right-1500 {
	padding-right:15rem;
}


/************************************
/*----------------------------------
/* ANIMATIONS
/*----------------------------------
/*************************************/


/*---> Nav Slide | Show/Hide Animation for Sticky Header <---*/
@-webkit-keyframes navSlide {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes navSlide {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}