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

	
/*------->>> COLOR PALETTE <<<-------
	#C41E12 - rgb(196,30,18)) | Primary Color [Red]
	#EFEFEF - rgb(239,239,239) | Secondary Color [Gray]
	#810900 - rgb(129,9,0) | Tertiary Color [Very Dark Red]
	#C2211D - rgb(194,33,29) | Accent Color  [Red #2]
	#fafafa - rgb(250,250,250) | Support Color [Gray #2]
	#2e2019 - rgb(46,32,25) | Base Color [Dark Brown]


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


/*------->>> MISC <<<-------
	Box Shadow:
		-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	Letter Spacing:
		letter-spacing:0.02em;
	Border Radius:
		border-radius:5px;
		
		
*/


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


.row {
/*	width:100%; /* IE Fix */
	max-width:1160px;
	max-width:72.5rem;
}
.row-wide {
	max-width:1275px;
	max-width:79.688rem;
}
/*---> 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;
}
/*---> 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(0,0,0,0.75);
}
.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:#c41e12;
	right:0.5rem;
    top:0;
    font-size:2rem;
}
.close-button:hover {
	color:#810900;
}
/*---> Accordions <---*/
.accordion {
    margin:1.625rem 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:#fff;
	border:0;
	color:#2e2019;
	font-family:'Roboto', sans-serif;
	font-size:1.5rem;
	font-weight:500;
    line-height:1.3;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	z-index:100;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom:0;
    border-radius:0;
}
.is-active .accordion-title,
.accordion-title:focus,
.accordion-title:active,
.accordion-title:hover,
:last-child:not(.is-active) > .accordion-title:hover,
:last-child:not(.is-active) > .accordion-title:focus,
:last-child:not(.is-active) > .accordion-title:active {
	background:#fff;
	border:0;
	color:#2e2019;
}
.accordion-title::before {
	margin-top:0;
	content: '+';
    position: absolute;
    right:1.313rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-family:'Roboto', sans-serif;
	font-weight:600;
	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';
}
.is-active > .accordion-title:hover {
	pointer-events:none;
}
.is-active > .accordion-title::before,
.accordion-title:hover::before {
	color:#fff;
}
.accordion-title::after {
	content:"";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	background:#c41e12;
	width:63px;
	height:100%;
	z-index:1;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.is-active > .accordion-title::after,
.accordion-title:focus::after,
.accordion-title:active::after,
.accordion-title:hover::after {
	background:#810900;
}
.accordion-content {
	padding:1rem 0;
	border:0;
    background-color:transparent;
    color: #6a6a6a;
}
:last-child > .accordion-content:last-child {
	border-bottom:0;
}
/*---> Tabs <---*/
.tabs {
	margin:1.625rem 0 0 0;
	border:10px solid #efefef;
	border-bottom:0;
	background:#efefef;
}
.tabs-title {
}
.tabs-title > a {
	background:#efefef;
	border-left:10px solid #2e2019;
	border-bottom:0;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:1.125rem;
	color: #2e2019;
}
.tabs-title > a:hover {
	border-left:10px solid #c41e12;
    background: #fff;
    color: #2e2019;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
	border-left:10px solid #c41e12;
	border-bottom:0;
    background: #fff;
    color: #2e2019;
}
.tabs-title:not(:last-of-type) > a {
	margin-right:0;
}
.tabs-content {
	border:10px solid #efefef;
	border-top:0;
	background: transparent;
	color: #2e2019;
	margin-bottom:1.625rem;
}
.tabs-panel {
    padding:0.063rem 1.5rem;
}
/*---> Media Object <---*/
.media-object-section > p:last-child {
    margin-bottom:1.625rem;
}
/*---> Foundation does NOT have a .medium-uncollapse class OR a .large-uncollapse <---*/
@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%;
	}
}
@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%;
	}
}


/************************************
/*----------------------------------
/* SLICK SLIDE OVERRIDE STYLES
/*----------------------------------
/*************************************/


.slick-slider { /*- ul class */
}
.slick-slide { /*- li  class */
	position:relative;
	margin: 0;
}
.slick-slide img {
	display:block;
	width:100%;
}
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
/*---> Arrows <---*/
.slick-prev, .slick-next {
	background:#C41E12;
	display:block;
	padding:0;	
	width:74px;
	height:74px;
	border-radius:0;
	position:absolute;
	bottom:0;
	cursor:pointer;
	color:transparent;
	outline:none;
	box-shadow:none;	
	z-index:1;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
	background:#810900;	
}
.slick-prev {
	right:74px;
	border-right:1px solid #810900;
}
.slick-next {
	right:0;
}
.slick-prev:before,
.slick-next:before {
	margin:0 auto;
	display:block;
	width:16px;
	height:28px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.415' height='28.002' viewBox='0 0 15.415 28.002'%3E%3Cpath id='Path_2031' data-name='Path 2031' d='M0,13.294,13.294,0,26.588,13.294' transform='translate(14.001 0.707) rotate(90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
	position:absolute;
}
.slick-prev:before,
.slick-next:before {
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);	
}
.slick-prev:before {
	-webkit-transform:translate(-50%, -50%) rotate(180deg);
	transform:translate(-50%, -50%) rotate(180deg);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.5;
}
/*---> Dots <---*/
.slick-dots {
	width:calc(100% - 175px);
	position: absolute;
	bottom:1.75rem;
	left:1.75rem;
	margin:0;
	display: flex;
	align-items:left;
	justify-content:left;
	list-style: none;
	padding: 0;
}
.slick-dots li {
	margin: 0 0.375rem;
}
.slick-dots li:focus {
	outline: none;
}
.slick-dots button {
	color: transparent;
	text-indent: -99999px;
	height:9px;
	width:9px;
	background:transparent;
	border:1px solid #c41e12;
	border-radius: 100%;
	cursor:pointer;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.slick-dots button:focus {
	outline: none;
}
.slick-dots .slick-active button {
	background: #c41e12;
}

.slick-dots button:hover {
	background: #810900;
	border-color:#810900;
}


/************************************
/*----------------------------------
/* 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 {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:1rem;
	font-size:16px;
	color:#2e2019;
	line-height:1;
}
a {
	color:#c41e12;
	font-weight:inherit;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
a:hover,
a:focus {
	color:#810900;
}
a.no-style {
    color: inherit;
    font-weight: inherit;
}
abbr { /* Replaces acronym */
	color: #c41e12;
	text-decoration: none;
	border: 0px;
	cursor: help;
}
blockquote {
	display:block;
	padding:1.25rem 2rem 1.5rem;
	position:relative;
	font-style:normal;
	border:0;
	color:#2e2019;
	background:#efefef;
	text-align:center;

}
blockquote:before {
	width:75px;
	height:75px;
	border-radius:100%;
	border:7px solid #efefef;
	content:"";
	/*content: "\201C";*/
	background: #c41e12;	
	position: absolute;
	top:-34px;
	left:0;
	right:0;
	margin:0 auto;
}
blockquote:after {
	position:absolute;
	width:30px;
	height:30px;
	top:-12px;
	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='%23efefef' 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='%23efefef' 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:'Roboto', sans-serif;
    font-size:1.25rem;
    font-weight:400;
	color: #2e2019;
	font-style:italic;
}
blockquote cite {
    display:block;
    position:relative;
    margin-top:-0.5rem;
    text-align: center;
	color: #2e2019;
    font-size:1.125rem;
	font-weight:400;
	z-index:2;
}
blockquote cite:before {
	content: '\2014 \0020 \0020';
	color:#c2211d;
}
blockquote cite:after {
	content: '\0020 \0020 \2014';
	color:#c2211d;
}
code {
	background:#fae7e8;
	overflow:visible;
	color:#575757;
	padding:0 5px;
}
i, /* Legacy */
em { /* Replaces Legacy <i> */
	font-style:italic;
}
hr {
	border:0; 
	height:2px;
	background:#efefef;
	margin-left:auto !important;
	margin-right:auto !important;
	position:relative;
}
small {
	font-size:80%;
}
strong {
	font-weight:bold;
}
sup, sub {
	position:relative;
	top:-0.125rem;
	vertical-align:baseline;
}
sub {
	top:0.4em;
}
figure {
	padding:0;
	background:#fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
figure img {
	display:block;
	width:100%;
}
figure p,
figure table {
	margin:0 !important;
}
figcaption {
	color:#2e2019;
	font-size:1rem;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	padding:1rem 0;
	margin:0;
	line-height:1.4;
}
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.02em;
	line-height:1.1;
}
h1, .like-h1 {
	font-size:2.813rem;
	font-weight:700;
}
h2, .like-h2 {
	font-size:2.215rem;
	font-weight:400;
}
h3, .like-h3 {
	font-size:1.750rem;
	font-weight:500;
}
h4, .like-h4 {
	font-size:1.375rem;
	font-weight:500;
}
h5 {
	font-size:1.25rem;
	font-weight:700;
}
h6, .like-h6 {
	font-size:1.25rem;
	font-weight:500;
}
h1:not([class*="color"]),
.like-h1:not([class*="color"]) {
	color:#c41e12;	
}
h2:not([class*="color"]),
.like-h2:not([class*="color"]),
h3:not([class*="color"]),
.like-h3:not([class*="color"]),
h4:not([class*="color"]),
.like-h4:not([class*="color"]),
h5:not([class*="color"]),
.like-h5:not([class*="color"]),
h6:not([class*="color"]),
.like-h6:not([class*="color"]) {
	color:#2e2019;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight:inherit !important;
	font-size:inherit;
	color:inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display:block;
	line-height:inherit;
	font-family:'Roboto', sans-serif;
	font-size:1.625rem;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.05em;
	margin:0.5rem 0;
}
/*- If our SMALL does not have a font color class, then give it the secondary font 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:#c41e12;
}
p, li, td, dt, dd {
	font-size:1.125rem;
	font-weight:400;
}
p, ul, li, ol, dl, dd, dt, table, td, blockquote, blockquote p, hr, form {
	line-height:1.38;	
}
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.625rem 0;
}
ul:not([class]) {
	list-style: none;
	padding:0;
	margin-left:3.5rem;
}
ul:not([class]) li {
	position: relative;
	margin:0 0 0.5rem 0;
	padding-left:1rem;
}
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:5px;
	height:5px;
	border-radius:100%;
	content:"";
	background:#c41e12;
}
ul:not([class]) li > ul {
	list-style: none;
	margin:0 0 0 1.750rem;
	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;
}
ol:not([class]) li {
	padding-left:3rem;
	position: relative;
	counter-increment: step-counter;
	margin:0 0 0.5rem 0;
}
ol:not([class]) li:last-of-type {
	margin-bottom:0;
}
ol:not([class]) li:before {
	content: counter(step-counter)".";
	width:40px;
	height:26px;
	font-family:'Roboto', sans-serif;
	font-size:1.375rem;
	font-weight:700;
	text-align:right;
	line-height:26px;
	color:#2e2019;
	position:absolute;
	top:-0.063rem;
	left:0;
}
dl:not([class]) {
}
dl:not([class]) dt {
	font-family:'Roboto', sans-serif;
	font-weight:700;
	font-size:1.5rem;
	text-transform:none;
	margin:0;
}
dl:not([class]) dt:not([class*="color"]) {
	color:#2e2019;
}
dl:not([class]) dd {
	margin-bottom:1.375rem;
}
dl:not([class]) dd:last-of-type {
	margin-bottom:0;
}
label,
fieldset legend {
	font-family:'Open Sans', sans-serif;
	font-size:1.125rem;
    font-weight:400 !important;
    line-height:1;
	color:#2E2019;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select,
select {
	background-color:#fff; 
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem !important;
    margin:0 !important;
	padding:0.5rem 0.875rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
	color: #2e2019;
	outline: 0;
    border:1px solid #BCBBBB;
    border-radius:0;
	box-shadow:none;
    transition: all .5s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
form textarea {
	height:auto !important;
	padding-top:0.875rem;
} 
form select,
select {
	line-height: 1;
	padding: 0.250rem 0rem 0.250rem 0.688rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.0686 14.7092'%3E%3Cg transform='translate(2.073 2.073)'%3E%3Cg%3E%3Cpath fill='%232e2019' d='M6.9627,12.6362c-0.5103,0-0.9854-0.2588-1.2612-0.6885L-1.8342,0.2393C-2.2824-0.4575-2.0813-1.3857-1.385-1.834C-0.6867-2.2827,0.24-2.081,0.6883-1.3848l6.2744,9.7485l6.271-9.748c0.4482-0.6978,1.377-0.897,2.0732-0.4502c0.6963,0.4482,0.8984,1.3765,0.4502,2.0732l-7.5327,11.709C7.948,12.3765,7.4729,12.6362,6.9627,12.6362z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: calc(100% - 0.5rem) center;
	background-repeat: no-repeat;
	background-size: 18px 14px;
	-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,
form input[type=radio]:focus,
form input[type=checkbox]:focus,
select:focus {
	background:#fbf2f1;
	outline: 0;
	border:1px solid #d25349;
	box-shadow:none;
	transition: all .5s ease-in-out;
}
form select:focus,
select:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.0686 14.7092'%3E%3Cg transform='translate(2.073 2.073)'%3E%3Cg%3E%3Cpath fill='%232e2019' d='M6.9627,12.6362c-0.5103,0-0.9854-0.2588-1.2612-0.6885L-1.8342,0.2393C-2.2824-0.4575-2.0813-1.3857-1.385-1.834C-0.6867-2.2827,0.24-2.081,0.6883-1.3848l6.2744,9.7485l6.271-9.748c0.4482-0.6978,1.377-0.897,2.0732-0.4502c0.6963,0.4482,0.8984,1.3765,0.4502,2.0732l-7.5327,11.709C7.948,12.3765,7.4729,12.6362,6.9627,12.6362z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-position: calc(100% - 0.5rem) center;
	background-repeat: no-repeat;
	background-size: 18px 14px;
}
form input[type=radio],
form input[type=checkbox] {
	margin:0 0.313rem 0.250rem 0;
}
input[type="submit"],
form button,
input[type="button"] {
	display:inline-block;
	width:auto;
	padding:0.813rem 1.750rem;	
	margin:0 !important;		
	position:relative;
	top:0;
	background:#C41E12;
	font-family:"Open Sans", sans-serif;
	font-size:1.125rem;
	font-weight:400;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	border:0;
	border-radius:0;
	outline:0;
	box-shadow:none;
	-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;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	top:4px;
	background:#810900;
}
/*- Highlighting on Select [Click and Drag] -*/
::-moz-selection {
	background:#810900;
	color:#fff;
}
::selection {
	background:#810900;
	color:#fff;
}


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


.svg-container {
	position: absolute;
	height: 0;
}
.has-text-shadow {
	text-shadow: 3px 3px 10px rgba(0,0,0,0.16);
}
.has-drop-shadow {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}
.has-border-radius {
	border-radius:5px;
}
.has-letter-spacing {
	letter-spacing:0.05em;
}
.no-pointer-events {
	pointer-events:none;
}
.has-bottom-border {
	position:relative;
	padding-bottom:1.25rem;
}
.has-bottom-border:after {
	display:block;
	content:"";
	width:117px;
	height:2px;
	background:#C41E12;
	position:absolute;
	bottom:0;
	margin:0;
}
.has-bottom-border:after,
.text-left .has-bottom-border:after,
.text-left.has-bottom-border:after {
	left:0;
}
.text-center .has-bottom-border:after,
.text-center.has-bottom-border:after {
	right:0;
	margin:0 auto;
}
/*---> Circle Icons <---*/
.circle-icon {
    display:block;
    position: relative;
	width:60px;
    height:60px;
    line-height:60px;
    text-align: center;
    border-radius: 100%;
}
.text-center .circle-icon {
	margin-left:auto;
	margin-right:auto;
}
.circle-icon:not([class*="background"]) {
    background: #C41E12;
}
.circle-icon img, .circle-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*---> 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 {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.125rem;
	border-collapse:separate;
	text-align:center;
	border-radius:0;
	overflow:hidden;
}  
.table caption {
	background:transparent;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:1.375rem;
	font-weight:500;
	color:#2e2019;
	text-transform:uppercase;
	letter-spacing:0.02em;
	padding:1rem 0;
}
.table thead tr th {
	padding:1rem 0;
	font-family:'Roboto', serif;
	font-weight:500;
	font-size:1.125rem;
	color:#fff;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#2e2019;
}
.table td {
	font-size:1rem;
	color:#2e2019;
	border-left:1px solid #2e2019;
	border-bottom:1px solid #2e2019;
	padding:0.188rem 0.5rem;
	border-collapse:collapse;
	vertical-align:middle;
}
.table td:last-of-type {
	border-right:1px solid #2e2019;	
}
.table tr:nth-child(even) {
	background:#efefef;
}
.table tr:nth-child(odd) {
	background:#fff;
}
.table tfoot tr,
.table tfoot td,
.table tfoot td:last-of-type {
	border-style:dotted;
}
.table tfoot td {
	color:#2e2019;
}
/*--> Accent Table for Dark Backrounds <---*/
.table-accent caption {
	color:#fff;
}
.table-accent thead tr th {
	color:#fff;
	background:#c41e12;
}
.table-accent td {
	border-left:1px solid #d25349;
	border-bottom:1px solid #d25349;
}
.table-accent td:last-of-type {
	border-right:1px solid #d25349;	
}
.table-accent tr:nth-child(even) {
	background:#fbf2f1;
}
.table-accent tr:nth-child(odd) {
	background:#fff;
}
/*- 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.813rem 1.750rem;	
	margin:0;	
	position:relative;
	top:0;
	background:#C41E12;
	font-family:"Open Sans", sans-serif;
	font-size:1.125rem;
	font-weight:400;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	border-radius:0;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
}
.btn:active,
.btn:focus,
.btn:hover {
	/*color:#fff;*/
	color:#fff;
}
.btn:hover {
	top:4px;
	cursor:pointer;	
	background:#810900;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;	
}
.btn.has-arrow .has-arrow-svg {
	width:19px;
	height:13px;
	fill:#fff;
	position:relative;
	top:0.063rem;
	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-large {
	padding:0.688rem 1.125rem;	
	font-size:1.375rem;
}
.btn.position-center {
	display:block;
	margin:0 auto;
	width:auto;
}
/*--> Link Class with Arrows <--*/
.link-more {
	position:relative;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more-svg {
	width:19px;
	height:13px;
	fill:#c41e12;
	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:#810900;
	right:-3px;
}
.link-more.color-white:hover {
	color:#fff;
}
.link-more.color-white .link-more-svg {
	fill:#fff;
}
.color-white .link-more:hover {
	color:#fff !important;
}
.color-white .link-more:hover svg {
	fill:#fff !important;
}
/*---> Line Breaks <br  /> <---*/
.break-on-mobile { /*-  Function in scripts-global.js -*/
}
.break-on-desktop { /*-  Function in scripts-global.js -*/
}
/*---> Checklist <---*/
.checklist {
	list-style: none;
	padding:0;
	margin-left:0.5rem;
}
.checklist-item {
	position: relative;
	margin: 0 0 1.5rem 0px;
	padding-left: 3rem;
	font-size: 1.125rem;
}
.checklist-item:last-of-type {
	margin-bottom:0;
}
.checklist-item:before {
	display:block;
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43'%3E%3Cg transform='translate(-323 -3935.5)'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='translate(323 3935.5)' fill='%23c41212'/%3E%3Cg transform='matrix(0.985, 0.174, -0.174, 0.985, 337.361, 3946.219)'%3E%3Cline x2='7' y2='6' transform='translate(0 13.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='4'/%3E%3Cline x1='9' y2='20' transform='translate(7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:35px 35px;
	position:absolute;
	top:-0.375rem;
	left:0;	
	width:35px;
	height:35px;
}
/*- Alpha List -*/
.alpha-list {
	list-style: none;
	counter-reset:alpha-counter;
	padding:0;
}
.alpha-list li {
	padding-left:3.5rem;
	position: relative;
	counter-increment: alpha-counter;
	margin:0 0 1.625rem 0;
}
.alpha-list li:last-of-type {
	margin-bottom:0;
}
.alpha-list li:before {
	background:#e08d87;
	position:absolute;
	top:-0.5rem;
	left:0;
	content:"";
	width:38px;
	height:38px;
	border-radius:100%;
}
.alpha-list li:after {
	background:#c41e12;
	position:absolute;
	top:-0.250rem;
	left:0.250rem;
	content: counter(alpha-counter, upper-alpha);
	width:30px;
	height:30px;
	font-family:'Roboto', sans-serif;
	font-size:1.375rem;
	font-weight:500;
	color:#fff;
	text-align:center;
	line-height:30px;
	border-radius:100%;
}
.alpha-list li .like-h4 {
	margin:0;
} 
/*- Branding Link -*/
.branding-link,
.branding-link-logo {
	max-width:100%;
	display:block;
}
/*---> Backgrounds <---*/
.background-primary	{
	background-color:#c41e12;
}
.background-secondary	{
	background-color:#efefef;
}
.background-tertiary	{
	background-color:#810900;
}
.background-support {
	background-color: #fafafa;
}
.background-accent {
	background-color: #c2211d;
}
.background-base {
	background-color: #2e2019;
}
.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:#c41e12;
}
.color-secondary {
	color:#efefef;
}
.color-tertiary {
	color:#810900;
}
.color-support {
	color:#fafafa;
}
.color-accent {
	color:#c2211d;
}
.color-base {
	color:#2e2019;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.font-primary {
	font-family:'Open Sans', sans-serif; 
}
.font-secondary {
	font-family:'Roboto', 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;
}
/*---> Spacing <---*/
.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;
}