html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
	box-sizing: border-box;
}

body {
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	background: #fff;
	color: #868481;
	text-rendering: geometricPrecision;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
	max-width: 100%;
}

.browserupgrade {
	background: #FB8C00;
	color: #fff;
	text-align:center;
	padding: 10px;
}

.browserupgrade a {
	color: #fff;
	text-decoration: underline;
}

/*
|====================================================
| TYPOGRAPHIC DEFAULTS
|====================================================
*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-bottom: 20px;
}

h1 {
	font-size: 2em;
	line-height: 1.7;
	color: #fff;
	font-weight: 600;
}

h1 span {
	padding: 5px 15px;
	background: rgba(215,145,51,.9);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

h2 {
	font-size: 2.111em;
	line-height: 1.2;
	color: #27251F;
	font-weight: 700;
}

h2:after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #DB9130;
	margin-top: 15px;
}

h3 {
	font-size: 1.889em;
	line-height: 1.2;
	color: #27251F;
	font-weight: 700;
}

h4 {
	font-size: 1.111em;
	color: #27251F;
	font-weight: 700;
}

h5 {
	font-size: 0.667em;
	color: #868481;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h6 {
	font-size: 1em;
}

p {
	margin-bottom: 25px;
}

p:last-child {
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

a {
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: #D79133;

}

a:hover {
	color: #D79133;
	text-decoration: underline;
}

a.button {
	display: inline-block;
	background: #fff;
	border: solid 2px #D79133;
	color: #D79133;
	padding: 15px 40px;
	font-weight: 700;
	white-space: nowrap;
}

a.button:hover {
	color: #fff;
	background: #D79133;
	text-decoration: none;
}

.sidebar a.button {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.sidebar a.button:hover {
	color: #4B4944;
	background: #fff;
	text-decoration: none;
}

a.button + .button {
	margin-left: 15px;
}

a.button-b {
	display: inline-block;
	color: #D79133;
	padding: 10px 25px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

a.button-b:hover {
	color: #B97419;
	text-decoration: none;
}



ul, ol {
	padding-left: 20px;
}

ul li {
	/*color: #27251F;*/
}

blockquote {
	border-left: solid 1px #9e9e9e;
	padding-left: 20px;
	font-style:italic;
}

dt {
	font-weight: bold;
}

address {
	margin: 1em 0;
}

pre {
	white-space: pre-wrap;
    word-wrap: break-word; 
}

.text-center {
	text-align:center;
}

hr {
	box-sizing: border-box;
	display: block;
	margin: 30px 0;
	border: none;
	border-bottom: solid 1px #9e9e9e;
}

strong {
	font-size: 1em;
	font-weight: 700;
	color: #454341;
}

/*
|====================================================
| CONTENT-AREA DEFAULTS
|====================================================
*/

table {
	width: 100%;
	border: solid 1px #f1f1f1;
	border-collapse: collapse;
	margin: 1em 0;
}

tr {
	border-bottom: solid 1px #f1f1f1;
}

tr:nth-child(even) {
	background: #f1f1f1;
}

td, th {
	padding: 10px;
}

th {
	font-weight: 700;
}

.alignleft {
	float: left; 
}

.alignright {
	float: right; 
}

.aligncenter {
	display:block;
	margin:0 auto;
}

p .alignleft, 
img.alignleft, 
.wp-caption.alignleft { 
	margin: 0 20px 10px 0;
	padding: 0; 
}

p .alignright, 
img.alignright, 
.wp-caption.alignright {
	margin: 0 0 10px 20px; 
	padding: 0; 
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size:.8em;
	font-style:italic;
	margin:0 0 1em 0;
}





/*
|====================================================
| CAROUSEL DEFAULTS
|====================================================
*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	
	height: 100%;
	overflow:hidden;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}