/*------>>> TABLE OF CONTENTS <<<-------
	- FOUNDATION OVERRIDE STYLES
	- SLICK SLIDE OVERRIDE STYLES
	- RESETS AND OVERRIDES
	- BASIC STYLES
	- UTILITIES | GLOBAL
	- ANIMATIONS
		Pulse - hovers
		Pulsate - Hero Slider Arrow
	
/*------->>> COLOR PALETTE <<<-------
	#c9342c - rgb(201,52,44) | Primary Color [Red]
	#4d85c4 - rgb(77,133,196) | Secondary Color [Blue]
	#b2b2b2 - rgb(178,178,178) | Tertiary Color [Gray]
	#313131 - rgb(49,49,49) | Accent Color  [Gray Dark]
	#ededed - rgb(237,237,237) | Support Color [Gray Light]
	
/*------->>> FONT STACKS & TYPOGRAPHY <<<-------
    font-family: 'Lato', sans-serif; [Primary Font | 400 700 900]
	font-family: ff-meta-serif-web-pro, serif; [Secondary Font | 600 900]
	
*/


/************************************
/*----------------------------------
/* 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:10005;
    background-color: rgba(49,49,49,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:#4d85c4;
	right:0.5rem;
    top:0;
    font-size:2rem;
}
.close-button:hover {
	color:#c9342c;
}
/*---> Accordions <---*/
.accordion {
    margin:1.25rem 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-title {
	padding: 1.25rem 75px 1.25rem 1rem;
	background:#fafafa;
	border:3px solid #ededed;
	color:#313131;
	font-family:'ff-meta-serif-web-pro', serif;
	font-size:1.125rem;
	font-weight:600;
    line-height:1.1;
	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:3px solid #ededed;
    border-radius:0;
}
.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:#ecf2f8;
	border:3px solid #739fd1;
	color:#313131;
}
.accordion-title::before {
	margin-top:0;
	content: '+';
    position: absolute;
    right:1.25rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-family:'ff-meta-serif-web-pro', serif;
	font-weight:600;
	font-size:2rem;
	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:-2px;
	right:-2px;
	bottom:-2px;
	background:#ededed;
	width:65px;
	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:#4d85c4;
}
.accordion-content {
	padding:1rem 0;
	border:0;
    background-color:transparent;
    color: #313131;
}
:last-child > .accordion-content:last-child {
	border-bottom:3px solid #ecf2f8;
}
/*---> Tabs <---*/
.tabs {
	margin:1.25rem 0 -0.188rem 0;
	border:0;
	background:transparent;
	display: flex;
}
.tabs-title {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.tabs-title > a {
	position:relative;
	background:#313131;
	border:0;
	font-family:'Lato', sans-serif;
	font-weight:600;
	font-size:1.5rem;
	color: #fff;
	letter-spacing:0.07em;
	text-transform:uppercase;
	text-align:center; 
}
.tabs-title > a:before {
	display:block;
	content:"";
	width: 0; 
	height: 0;
	position:absolute;
	top:0;
	left:2.188rem;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid transarent;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
	z-index:-1;
}
.tabs-title > a:hover,
.tabs-title > a:focus {
	border:0;
    background: #4d85c4;
    color: #fff;	
}

.tabs-title > a:hover:before,
.tabs-title > a:focus:before {
	border-top: 20px solid #4d85c4;
	top:100%;
}
.tabs-title > a[aria-selected="true"] {
	border:0;
    background: #C9342C;
    color: #fff;
}
.tabs-title > a[aria-selected="true"]:before {
	border-top: 20px solid #c9342c;
	top:100%;
}
.tabs-title:not(:last-of-type) > a {
	margin-right:0;
}
.tabs-content {
	padding:1.188rem;
	background: transparent;
	color: #313131;
	margin-bottom:1.25rem;
}
/*---> Media Object <---*/
.media-object-section > p:last-child {
    margin-bottom:1.25rem;
}
/*---> 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%;
	}
}


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


.slick-slider { /*- ul class */
	padding-bottom:30px;
}
.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 {
	display:block;
	padding:0;	
	width:33px;
	height:15px;
	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, .slick-next,
.slick-prev:hover, .slick-next:hover {
	background:transparent;	
}
.slick-prev {
	left:0;
}
.slick-next {
	right:0;
}
.slick-prev:before,
.slick-next:before {
	margin:0 auto;
	display:block;
	width:33px;
	height:15px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.5215 18.0693'%3E%3Cg transform='translate(606.521 3460.464) rotate(180)'%3E%3Cg%3E%3Cpath style='fill:%23313131;' d='M593.3135,3442.3948c0.2778,0,0.5591,0.0771,0.8101,0.2383l11.709,7.5332 c0.4292,0.2764,0.6885,0.7515,0.6885,1.2617s-0.2593,0.9854-0.688,1.2612l-11.709,7.5361 c-0.6978,0.4482-1.625,0.2466-2.0732-0.4492c-0.4482-0.6968-0.2471-1.625,0.4492-2.0732l9.749-6.2744l-9.7485-6.272 c-0.6968-0.4482-0.8979-1.377-0.4502-2.0732C592.3374,3442.6379,592.8203,3442.3948,593.3135,3442.3948z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23313131;' d='M572.4995,3449.5745H603.5c0.8286,0,1.5,0.6714,1.5,1.5s-0.6714,1.5-1.5,1.5h-31.0005 c-0.8281,0-1.5-0.6714-1.5-1.5S571.6714,3449.5745,572.4995,3449.5745z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	position:absolute;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.5215 18.0693'%3E%3Cg transform='translate(606.521 3460.464) rotate(180)'%3E%3Cg%3E%3Cpath style='fill:%23c9342c;' d='M593.3135,3442.3948c0.2778,0,0.5591,0.0771,0.8101,0.2383l11.709,7.5332 c0.4292,0.2764,0.6885,0.7515,0.6885,1.2617s-0.2593,0.9854-0.688,1.2612l-11.709,7.5361 c-0.6978,0.4482-1.625,0.2466-2.0732-0.4492c-0.4482-0.6968-0.2471-1.625,0.4492-2.0732l9.749-6.2744l-9.7485-6.272 c-0.6968-0.4482-0.8979-1.377-0.4502-2.0732C592.3374,3442.6379,592.8203,3442.3948,593.3135,3442.3948z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23c9342c;' d='M572.4995,3449.5745H603.5c0.8286,0,1.5,0.6714,1.5,1.5s-0.6714,1.5-1.5,1.5h-31.0005 c-0.8281,0-1.5-0.6714-1.5-1.5S571.6714,3449.5745,572.4995,3449.5745z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.slick-prev:before {
	left:0;
	top:0;

}
.slick-next:before {
	right:0;
	top:0;
	-webkit-transform:rotate(180deg);
	transform: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 {
	position: absolute;
	bottom:-0.313rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	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 #313131;
	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 button:hover,
.slick-dots .slick-active button {
	background: #313131;
}


/************************************
/*----------------------------------
/* 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;
	background:transparent;
}
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:'Lato', sans-serif;
	font-weight:400;
	font-size:1rem;
	font-size:16px;
	color:#313131;
	line-height:1;
}
a {
	color:#4D85C4;
	font-weight:900;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
a:hover,
a:focus {
	color:#c9342c;
}
a.no-style {
    color: inherit;
    font-weight: inherit;
}
abbr { /* Replaces acronym */
	color: #4d85c4;
	text-decoration: none;
	border: 0px;
	cursor: help;
}
blockquote {
	position: relative;
	padding:2.5rem 2rem 0.063rem 2rem;
	display: block;
	background: #313131;
	overflow:hidden;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);
	box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);	
}
blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-60%) translateX(-50%);
	-ms-transform: translateY(-60%) translateX(-50%);
	transform: translateY(-60%) translateX(-50%);
	height: 125px;
	width: 125px;
	border-radius: 50%;
	background: #c9342c;
	z-index: 1;
}
blockquote:after {
	content: "“";
	position: absolute;
	top: -0.55rem;
	text-align: center;
	font-family:'ff-meta-serif-web-pro', serif;
	font-size: 124px;
	color: #fff;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1;
	font-family: helvetica;
}
blockquote p {
    font-size:1.25rem;
    font-weight: 400;
    color: #fff;
}
blockquote cite {
    display:block;
    position:relative;
    margin-top: -0.5rem;
    margin-bottom:1.75rem;
    text-align: center;
	color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
blockquote cite:before {
	content: '\2014 \0020';
	color:#c9342c;
}
blockquote cite:after {
	content: '\0020 \2014';
	color:#c9342c;
}
code {
	background:#fae7e8;
	overflow:visible;
	color:#313131;
	padding:3px 5px;
}
i, /* Legacy */
em { /* Replaces Legacy <i> */
	font-style:italic;
}
hr {
	border:0; 
	height:2px;
	background:#c9342c;
	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:#f9f9f7;
}
figure img {
	display:block;
	width:100%;
}
figure p,
figure table {
	margin:0rem !important;
}
figcaption {
	padding:0.938rem 0;
	color:#313131;
	font-size:1.125rem;
	font-weight:700;
	text-align:center;
	text-transform:none;
	background:#f2f2f2;
	border:3px solid #ededed;
}
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6      {
	line-height:1.27;
}
h1, .like-h1,
h2, .like-h2 {
	font-family:'ff-meta-serif-web-pro', serif;
	font-weight:900;
	letter-spacing:0.02em;
	line-height:1;
	text-transform:none;
}
h1, .like-h1 {
	font-size:5.938rem; /*95px*/
}
h2, .like-h2 {
	font-size:3.125rem;
}
h3, .like-h3,
h4, .like-h4,
h5, .like-h5  {
	font-family:"Lato", sans-serif;
	font-weight:900;
	line-height:1.2;
}
h3, .like-h3 {
	font-size:1.875rem;
	letter-spacing:0.03em;
	text-transform:none;
}
h4, .like-h4 {
	font-size:1.5rem;
	letter-spacing:0.07em;
	text-transform:uppercase;
}
h5, .like-h5 {
	font-size:1.25rem;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
h6, .like-h6 {
	font-family:'ff-meta-serif-web-pro', serif;
	font-size:1.25rem;
	font-weight:600;
	letter-spacing:0.01em;
	font-style:italic;
	line-height:1.2;
	text-transform:none;
}
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:"Lato", sans-serif;
	font-size:1.25rem;
	font-weight:900;
	margin:0.5rem 0;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
/*- If our SMALL does not have a font color class, then give it the base 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:#B2B2B2;
}
p, li, td, dt, dd {
	font-size:1.125rem;
	font-weight:400;
	letter-spacing:0.01em;
}
p, ul, li, ol, dl, dd, dt, table, td, blockquote, blockquote p, hr, form {
	line-height:1.5;	
}
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.25rem 0;
}
ul:not([class]) {
	list-style: none;
	padding:0;
	margin-left:3.5rem;
}
ul:not([class]) li {
	position: relative;
	margin:0 0 1rem 0;
	padding-left:1.313rem;
}
ul:not([class]) li:last-of-type {
	margin-bottom:0;
}
ul:not([class]) li:before {
	display:inline-block;
	position:absolute;
	top:0.625rem;
	left:0;	
	width:7px;
	height:7px;
	content:"";
	background:#c9342c;
}
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:1rem;
}
ol:not([class]) li {
	padding-left:3.75rem;
	position: relative;
	counter-increment: step-counter;
	margin:0 0 1rem 0;
}
ol:not([class]) li:last-of-type {
	margin-bottom:0;
}
ol:not([class]) li:before {
	content: counter(step-counter)".";
	width:50px;
	height:26px;
	font-family:'ff-meta-serif-web-pro', serif;
	font-size:1.750rem;
	font-weight:900;
	text-align:right;
	line-height:26px;
	color:#c9342c;
	position:absolute;
	top:0;
	left:0;
}
dl:not([class]) {
}
dl:not([class]) dt {
	font-family:'Lato', sans-serif;
	font-weight:700;
	font-size:1.125rem;
	color:#c9342c;
	text-transform:none;
	margin:0;
}
dl:not([class]) dd {
	margin-bottom:1rem;
}
dl:not([class]) dd:last-of-type {
	margin-bottom:0;
}
label,
fieldset legend {
	font-family:'Lato', sans-serif;
	font-size:1.125rem;
    font-weight:600 !important;
    line-height:1;
	color:#313131;
	padding: 0 0 7px 0 !important;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form textarea,
form select,
select {
	background-color:#fff; 
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.688rem !important;
    margin:0 !important;
	padding:0.5rem 0.875rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
	color: #313131;
	outline: 0;
    border:1px solid #B2B2B2;
    border-radius:5px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);	
    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 0.688rem;
	background-image: url(../images/icon-select-caret.svg);
	background-position: calc(100% - 0.5rem) 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 input[type=password]:focus,
form textarea:focus,
form select:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus,
select:focus {
	outline: 0;
	border:1px solid #313131;
	background-color:#f0f0f0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	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:0.813rem 1.938rem;
	margin:0 !important;		
	position:relative;
	top:0;
	background:#C9342C;
	font-family:'Lato', sans-serif;
	font-size:1.125rem;
	font-weight:700;
	color:#fff;
	line-height:1;
	letter-spacing:0.02em;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	border-radius:4px;
	border:0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-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:#4d85c4;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	top:4px;
	background:#4d85c4;
}
/*- Highlighting on Select [Click and Drag] -*/
::-moz-selection {
	background:#c9342c;
	color:#fff;
}
::selection {
	background:#c9342c;
	color:#fff;
}


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


.svg-container {
	position: absolute;
	height: 0;
}
.has-text-shadow {
	text-shadow: 6px 6px 15px rgba(0,0,0,1);
}
.has-drop-shadow {
	-webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);
	box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.30);	
}
.has-border-radius {
	border-radius:5px;
}
.has-letter-spacing {
	letter-spacing:0.02em;
}
/*---> BG Images in Content <---*/
.bg-illustration {
	position:absolute;
}
.bg-illustration-svg {
	opacity:0.10;
	width:100%;
	height:100%;
}
.has-pig-illustration, /*384x190*/

.has-chicken-illustration, /*262x288 170x178*/

.has-cow-illustration { /*758x455*/
}
.has-pig-illustration:after {
	content:"url(../images/illustration-pig.svg)";
	width:384px;
	height:190px;
}
/*---> 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:'ff-meta-serif-web-pro', serif;
	font-size:1.25rem;
	font-weight:600;
	color:#313131;
	padding:1rem 0;
}
.table thead tr th {
	padding:1rem 0;
	font-family:'ff-meta-serif-web-pro', serif;
	font-weight:600;
	font-size:1.125rem;
	color:#fff;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	background:#313131;
}
.table thead tr th small {
	display:block;
	line-height:inherit;
	font-family:"Lato", sans-serif;
	letter-spacing:0.05em;
}
.table td {
	font-size:1rem;
	color:#313131;
	border-left:1px solid #313131;
	border-bottom:1px solid #313131;
	padding:0.313rem 0.5rem;
	border-collapse:collapse;
	vertical-align:middle;
}
.table td:last-of-type {
	border-right:1px solid #313131;	
}
.table tr:nth-child(even) {
	background:#ededed;
}
.table tr:nth-child(odd) {
	background:#fff;
}

.table ul:not([class]) {
	display:inline-block;
	text-align:left;
	margin-left:0;
}
/*--> Accent Table for Dark Backrounds <---*/
.table-accent caption {
	color:#fff;
}
.table-accent thead tr th {
	color:#fff;
	background:#c9342c;
}
.table-accent td {
	color:#313131;
	border-left:1px solid #c9342c;
	border-bottom:1px solid #c9342c;
}
.table-accent td:last-of-type {
	border-right:1px solid #c9342c;	
}
.table-accent tr:nth-child(even) {
	background:#f9e9e9;
}
.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.938rem;	
	margin:0;	
	position:relative;
	top:0;
	background:#4d85c4;
	font-size:1.125rem;
	font-weight:700;
	color:#fff;
	line-height:1;
	letter-spacing:0.02em;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	border-radius:4px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
}
.btn:active,
.btn:focus,
.btn:hover {
	color:#fff;
}
.btn:hover {
	top:4px;
	cursor:pointer;	
	background:#c9342c;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;	
}
.btn-large {
	padding:0.688rem 1.375rem;	
	font-size:1.375rem;
}
.btn.background-white {
	color:#4D85C4;
}
.btn.background-white:active,
.btn.background-white:focus,
.btn.background-white:hover {
	color:#fff;
	background:#4c85c4;
}
.btn.position-center {
	display:block;
	margin:0 auto;
	width:auto;
}
/*--> Link Class with Arrows <--*/
.link-more {
	text-transform:uppercase;
	position:relative;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more-svg {
	width:27px;
	height:15px;
	fill:#4d85c4;
	position:relative;
	top:1px;
	right:0;
	margin-left:0.313rem;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.link-more.color-accent .link-more-svg {
	fill:#313131;
}
.link-more:hover .link-more-svg,
.link-more.color-accent:hover .link-more-svg {
	fill:#c9342c;
	right:-3px;
}
.link-more-btn {
	padding:0.5rem 1.438rem;
	background:#C9342C;
	color:#fff;
}
.link-more-btn:hover {
	background:#4d85c4;
	color:#fff;
}
.link-more-btn .link-more-svg,
.link-more-btn:hover .link-more-svg {
	fill:#fff;
}
/*---> 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 1rem 0;
	padding-left:2.313rem;
}
.checklist-item:last-of-type {
	margin-bottom:0;
}
.checklist-item:before {
	display:block;
	content:url(../images/icon-checklist-item.png);
	position:absolute;
	top:0.063rem;
	left:0;	
	width:29px;
	height:27px;
}
/*- Social Links -*/
.social-link {
	display:inline-block;
	width:55px;
	height:55px;
	border-radius:7px;
	background:#c9342c;
	position:relative;
}
.social-link svg {
	fill:#fff;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.social-link:hover {
	background:#4d85c4;
}
.social-link:hover svg {
	fill:#fff;
}
/*---> Backgrounds <---*/
.background-primary	{
	background-color:#c9342c;
}
.background-secondary	{
	background-color:#4d85c4;
}
.background-tertiary {
	background-color:#b2b2b2;
}
.background-accent {
	background-color: #313131;
}
.background-support {
	background-color:#ededed;
}
.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:#c9342c;
}
.color-secondary {
	color:#4d85c4;
}
.color-tertiary {
	color:#b2b2b2;
}
.color-accent {
	color:#313131;
}
.color-support {
	color:#ededed;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.font-primary {
	font-family:'Lato', sans-serif;
}
.font-secondary {
	font-family:'ff-meta-serif-web-pro', 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;
}
.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;
}


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


/*- Pulse -*/
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/*- Pulsating Animation -*/
@keyframes pulsate {
	0%{
		transform: scale(0.3) translate3d(0,0,0);
	}
	25%{
		transform: scale(0.89);
	}
	50%{
		transform: scale(1) translate3d(0,0,0);
	}
	75%{
		transform: scale(0.89);
	}
	100%{
		transform: scale(0.3) translate3d(0,0,0);
	}  
}
@-webkit-keyframes pulsate {
	0%{
		transform: scale(0.3) translate3d(0,0,0);
	}
	25%{
		transform: scale(0.89);
	}
	50%{
		transform: scale(1) translate3d(0,0,0);
	}
	75%{
		transform: scale(0.89);
	}
	100%{
		transform: scale(0.3) translate3d(0,0,0);
	}
}
@-moz-keyframes pulsate {
	0%{
		transform: scale(0.3) translate3d(0,0,0);
	}
	25%{
		transform: scale(0.89);
	}
	50%{
		transform: scale(1) translate3d(0,0,0);
	}
	75%{
		transform: scale(0.89);
	}
	100%{
		transform: scale(0.3) translate3d(0,0,0);
	}
}