/*------>>> TABLE OF CONTENTS <<<-------
    - FOUNDATION OVERRIDE STYLES
	- RESETS AND OVERRIDES
	- BASIC STYLES
	- UTILITIES | GLOBAL STYLES
	
/*------->>> COLOR PALETTE <<<-------
	#2D2A29 - rgb(45,42,41) | Primary Color [Graphite]
	#eab51f - rgb(191,0,0) | Secondary Color [Fire Red]
	#808183 - rgb(128,129,131) | Tertiary Color [Gray]
	#F8F7F3 - rgb(248,247,243) | Support Color [Cream]
	#CDCDCD - rgb(205,205,205) | Support2 Color [Light Gray]
	
/*------->>> FONT STACKS & TYPOGRAPHY <<<-------
	font-family: 'Koulen', sans-serif; [Primary Font 400]
    font-family: 'Lato', sans-serif;[Secondary Font 300 400 700]


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

.row {
/*	width:100%; /* IE Fix */
	max-width:1170px;
	max-width:73.125rem;
}
/*---> 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: 21000;;
    background-color: rgba(255,255,255,0.90);
}
.reveal {
    position: absolute;
    z-index: 2000;
    top: 50% !important;
    left: 50%;
    overflow: visible;
    width:calc(100% - 30px);
    max-width: 1000px;
    height: auto;
    min-height: 0;
    padding: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 0;
    border-radius: 0;
    background: transparent;
	outline: none;
	box-shadow:-1.953px 5.673px 13px 0px rgba(0, 0, 0, 0.25);
}
.reveal:focus {
    outline: none;
}
.close-button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #4a6acc;
	top:55px;
	right:5px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
	box-shadow:-1.953px 5.673px 13px 0px rgba(0, 0, 0, 0.75);
	border:0;
	outline:none;
}
.close-button:focus,
.close-button:hover {
	background:#398ed3;
}
.close-button:focus,
.close-button:focus * {
    outline: none;
}
.close-button span {
    color: #fff;
}
/*- 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%;
	}
}
@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%;
	}
}

/************************************
/*----------------------------------
/* 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%;
	overflow-x:hidden;
}
body {
	line-height:1;
	box-sizing:border-box;
	margin:0;
	overflow: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 */
	background:#000;
} 
body {
	background-color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:1rem;
	font-size:16px;
	color:#707070;
	line-height:1.6;
}
a {
	color:#3c5c76;
	font-weight:bold;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
a:hover {
	color:#1780BE;
}
abbr { /* Replaces acronym */
	color: #3C5C76;
	text-decoration: none;
	border: 0px;
	cursor: help;
}
blockquote {
	position: relative;
	padding: 0.063rem 3rem;
	display: block;
	background: #f8f7f3;
}
blockquote::before {
	content: "\201C";
	font-family:"koulen", sans-serif;
	font-weight:700;
	font-size:4rem;
	color:#3c5c76;
	text-shadow: -2px -1px 0px #f8f7f3;
    position: absolute;
    left:1rem;
	top:-1.25rem;
	line-height:1;
}
blockquote::after {
	content: "\201D";
	font-family:"koulen", sans-serif;
	font-weight:700;
	font-size:4rem;
	color:#3c5c76;
	text-shadow: 2px 1px 0px #f8f7f3;
    position: absolute;
    right:1rem;
	bottom:-2.5rem;
	line-height:1;
}
blockquote p {
	color:#3c5c76;
	text-align:center;
}
blockquote cite {
	color:#3c5c76;
    display: block;
    position: relative;
    margin-top: -1rem;
    margin-bottom: 1.563rem;
    text-align: center;
    font-size: 0.938rem;
    font-weight: bold;
}
blockquote cite:before {
    content: '\2014 \0020';
}
code {
	background:#ffe5e6;
	overflow:visible;
	color:#3c5c76;
	padding:0 5px;
}
i, /* Legacy */
em { /* Replaces Legacy <i> */
	font-style:italic;
}
hr {
	width:70%;
	max-width:100%;
	height:0.188rem;
	margin:2.5rem auto;
	background:#243746;
	border:0;
}
small {
	font-size:80%;
}
strong {
	font-weight:bold;
}
sup, sub {
	position:relative;
	top:-0.4em;
	vertical-align:baseline;
}
sub {
	top:0.4em;
}
h1, .like-h1, h2, .like-h2, h3, .like-h3, h4, .like-h4, h5, .like-h5, h6, .like-h6 {
	font-family: 'Koulen', sans-serif;
	line-height:1.1;
	text-transform:uppercase;
}
h1, .like-h1 {
	font-family: 'Koulen', sans-serif;
	font-size:3.75rem;
	font-weight:400;
	/*text-transform:uppercase;*/
	/*letter-spacing:0.12em;*/
	color:#243746;
}
h2, .like-h2 {
	font-family: 'Koulen', sans-serif;
	font-size:3.25rem;
	font-weight:400;
	/*color:#A0A0A0;*/
    color:#69747F;
}
h3, .like-h3 {
	font-family: 'Koulen', sans-serif;
	font-size:2.5rem;
	font-weight:400;
	color:#243746;
}
h4, .like-h4 {
	font-family: 'Koulen', sans-serif;
	font-size:1.75rem;
	font-weight:400;
	color:#3c5c76;
}
h5, .like-h5 {
	font-family: 'Koulen', sans-serif;
	font-size:1.5rem;
	font-weight:400;
	color:#3c5c76;
}
h6, .like-h6 {
	font-family: 'Koulen', sans-serif;
	font-size:1rem;
	font-weight:400;
	letter-spacing:1.25px;
	/*text-transform:uppercase;*/
	color:#3c5c76;
}
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;
}
p, li, td, dt, dd, blockquote p {
	font-size:1.4rem;
	font-weight:500;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote, form {
	margin:1.75rem 0;}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol , h6 + ol,
h1 + dl, h2 + dl, h3 + dl, h4 + dl, h5 + dl , h6 + dl {
	/*margin-top:-1rem;*/
}
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h4, h3 + h5, h3 +h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h5, h4 +h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 +h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 +h5 {
/*	margin-top:-1rem;*/
}
figure {
}
figcaption {
	display:block;
	text-align:center;
	font-weight:600;
	color:#eab51f;
	line-height: 1.5;
}
ul:not([class]) {
	list-style: none;
	padding:0;
	margin-left:1.25rem;
}
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:1rem;
	left:0;	
	width:5px;
	height:5px;
	content:"";
	background:#2d2a29;
	border-radius:100%;
}
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;
	margin-left:1.25rem;
}
ol:not([class]) li {
	padding-left:2.313rem;
	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:25px;
	height:25px;
	background:#2d2a29;
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:0.75rem;
	position:absolute;
	text-align:center;
	line-height:26px;
	top:-0.063rem;
	left:0;
}
.bread-crumbs ol:not([class]) li {
	padding-left: 0px;
}
.bread-crumbs li::before {
	display: none;
}
.no-bullet li {
	margin-bottom: 1.75em;
}
.plain-numbers {
	margin-left: 1.5rem;
}
.plain-numbers > li {
	margin-bottom: .5rem;
	padding-left: .75rem;
}
.plain-numbers > li::marker {
	font-weight: bold;
}
dl:not([class]) {
}
dl:not([class]) dt {
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:1.125rem;
	color:#2d2a29;
	text-transform:none;
	margin-bottom:1.25rem;
	margin-top:1.25rem;	
}
dl:not([class]) dd {
	margin-bottom:1.25rem;
	margin-top:-1.25rem;
}
/*---> Base Form Styles <---*/
label,
fieldset legend {
	font-family: 'Lato', sans-serif;
	font-size:1.125rem;
    font-weight:600 !important;
    line-height:1.2;
	color:#707070;
	padding-bottom:0.375rem !important;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select,
select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.688rem !important;
    margin:0 !important;
	padding:0.875rem 1.5rem 0.875rem 1rem;
	outline: 0;
    border:0 !important;
    border-radius:0;
    background-color:#f8f7f3;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
	color: #707070;
	box-shadow:none;
    transition: all .5s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
form textarea {
	height:auto !important;
}
form select,
select {
	line-height: 1;
	padding: 0.250rem 0rem 0.250rem 1rem;
	background-image: url(../images/icon-select-caret.svg);
	background-position: calc(100% - 0.625rem) center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	-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 {
	outline: 0;
	border:0 !important;
	background-color:#f1efe7;
	box-shadow:none;
	transition: all .5s ease-in-out;
}
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:16px 26px 13px;	
	margin:1.25rem auto 0 auto !important;	
	position:relative;
	top:0;
	background:#243746;
	font-family: 'Lato', sans-serif;
	font-size:1.125rem;
	font-weight:700;
	color:#fff;
	line-height:1;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	border-radius:0;
	box-shadow:none;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
	cursor:pointer;
} 
input[type="submit"]:hover,
input[type="button"]:hover {
	background:#eab51f;
	border:0;
	color:#000;	
	top:4px;
	box-shadow:none;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
/*---> Highlighting on Select [Click and Drag] <---*/
::-moz-selection {
	background:#ffe5e6;
	color:#2d2a29;
}
::selection {
	background:#ffe5e6;
	color:#2d2a29;
}

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

.svg-container {
	position: absolute;
	height: 0;
}
.img-styled {
	box-shadow:0px 7px 15px rgba(0,0,0,0.16);
	border:10px solid white;
}
.no-style, .no-style:hover {
	font-weight:inherit;
	color:inherit;
}
hr.hr-logomark {
    width:100%;
    height:51px;
    background:url(../images/icon-flame-30x51.png) center center no-repeat;
    position:relative;
}
hr.hr-logomark::before,
hr.hr-logomark::after {
    display:block;
    background-color:#EEEEEE;
    content:"";
    width:calc(50% - 20px);
    height:2px;
    position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
hr.hr-logomark::before {
    left:0;
}
hr.hr-logomark::after {
    right:0;
}
/*---> Button Styling <---*/
.btn {
	display:inline-block;
	width:auto;
	/*padding:1.5rem 85px;*/
	padding:16px 26px 13px; 	
	margin:0;	
	position:relative;
	top:0;
	background:#eab51f;
	font-family: 'Koulen', sans-serif;
	font-size:1.25rem;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	line-height:1;
	text-align:center;
	text-decoration:none;
	box-shadow:none;
	border-radius:0;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
}
.btn:hover {
	top:4px;
	cursor:pointer;	
	color:#000;
	background:#d9a207;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;	
}
.btn-large {
	font-size:2rem;
}
.btn.position-center {
	display:block;
	margin:0 auto;
	width:auto;
}
.btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.btn-group .btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.btn-group .btn:not(:last-of-type) {
    margin-right:0.625rem;
}
/*--> Link Class with Arrows <--*/
.link-more {
	color:#3c5c76;
	font-weight:bold;
	position:relative;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more-svg {
	width:16px;
	height:16px;
	fill:#eab51f;
	position:relative;
	top:2px;
	right:-5px;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;	
}
.link-more:hover {
	color:#1780BE;
	background:transparent;
}
.link-more:hover .link-more-svg {
	fill:#eab51f;
	right:-9px;
}
/*---> Flexible Iframes <---*/
.flex-container {
	position:relative;
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
}
.flex-container-styled {
	box-shadow:0px 7px 15px rgba(0,0,0,0.16);
	border:10px solid white;
}
.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-styled {
	position:relative;
	width:100%;
	margin:2.5em auto;
	font-size:0.75rem;
	border-collapse:separate;
	text-align:left;
	border-radius:0;
	/*box-shadow: -1.953px 5.673px 13px 0px rgba(214, 220, 227, 0.69);*/
	overflow:hidden;
}  
.table-styled caption {
	background:transparent;
	text-align:center;
	font-family: 'Koulen', sans-serif;
	font-size:2rem;
	font-weight:400;
	color:#243746;
	text-transform:uppercase;
	padding:1rem 0;
}
.table-styled thead tr th {
	padding:1.563rem 0.625rem;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:1rem;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.125em;
	text-align:center;
	vertical-align:middle;
	background:#000;
}
.table-styled td {
	font-family: 'Lato', sans-serif;
	font-size:1rem;
	font-weight:500;
	color:#243746;
	border-left:1px solid #E0E0E0;
	padding:1.25rem 1rem;
	border-collapse:collapse;
}
.table-styled td:first-of-type {
	border-left:0;
}
.table-styled tr:nth-child(even) {
	background:#f2f1ed;
}
.table-styled tr:nth-child(odd) {
	background:#f8f7f3;
}
/*- Spacing -*/
.table-styled tr td:only-child {
	width: 100%;
}
.table-styled tr  > td:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.table-styled tr > td:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ td {
	width: 50%;
}
.table-styled tr > td:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.table-styled tr > td:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ td {
	width: 33.333%;
}
.table-styled tr > td:nth-last-child(n+4):nth-last-child(-n+4):first-child,
.table-styled tr > td:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ td {
	width: 25%;
}
/*---> Backgrounds <---*/
.background-primary	{
	background:#2d2a29;
}
.background-secondary	{
	background:#eab51f;
}
.background-tertiary {
	background:#808183;
}
.background-support {
	background:#f8f7f3;
}
.background-support2 {
	background:#cdcdcd;
}
.background-white {
	background: #fff;
}
.background-black {
	background: #000;
}
/*---> Display <---*/
.display-block {
	display:block;
}
.display-inline {
	display:inline;
}
.display-inline-block {
	display:inline-block;
}
.display-none {
    display: none;
}
.display-flex {
	display:flex;
}
.is-visible {
    visibility: visible;
}
.is-invisible {
    visibility: hidden;
}
/*---> 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-right:auto;
	margin-left:auto;
}
.valign-middle {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.center-center {
	position:relative;
	top:50%;
	left: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:#2d2a29;
}
.color-secondary {
	color:#eab51f;
}
.color-tertiary {
	color:#808183;
}
.color-support {
	color:#f8f7f3;
}
.color-support2 {
	color:#cdcdcd;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.font-primary {
	font-family: 'Lato', sans-serif;
}
.font-secondary {
	font-family: 'Lato', sans-serif;
}
.font-tertiary {
	font-family: 'Lato', sans-serif;
}
.underline {
	text-decoration:underline;
}
.uppercase {
	text-transform:uppercase;
}
.titlecase {
  text-transform: capitalize;
}
.sentencecase {
  text-transform: none;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.sentencecase {
    text-transform:none;
}
.oblique {
  font-style: oblique;
}
.strikethrough {
    text-decoration: line-through;
}
.weight-stronger {
	font-weight:700 !important;
}
.weight-normal {
	font-weight:400 !important;
}
.weight-lighter {
	font-weight:300 !important;
}
/*---> Text Alignment <---*/
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-justify {
	text-align:justify;
}
/*---> Margins <---*/
.margin-top-0 {
	margin-top:0;
}
.margin-bottom-0 {
	margin-bottom:0;
}
.margin-top-175 {
	margin-top:1.75rem;
}
.margin-bottom-175 {
	margin-bottom:1.75rem;
}
.margin-top-200 {
	margin-top:2rem;
}
.margin-bottom-200 {
	margin-bottom:2rem;
}
.margin-top-300 {
	margin-top:3rem;
}
.margin-bottom-300 {
	margin-bottom:3rem;
}
.margin-top-400 {
	margin-top:4rem;
}
.margin-bottom-400 {
	margin-bottom:4rem;
}
.margin-top-500 {
	margin-top:5rem;
}
.margin-bottom-500 {
	margin-bottom:5rem;
}
.margin-bottom-tight {
    margin-bottom:-1.75rem;
}
