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, ol, ul, li,
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;
    outline: none;
	font-size: 100%;
	font: inherit;
    line-height: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
    margin: 0 0 15px 0px;
}
h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0 0 15px;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 175%;
}
h3 {
    /*font-size: 150%;*/
    font-weight: bold;
}
h4 {
    font-size: 135%;
    font-weight: bold;
}
h5 {
    font-size: 115%;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
a {
    color: #000;
	text-decoration: none;
}
a:hover {
    color:#2D2D2D;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  display: table;
  content: '.';
  width: 100%;
}

.left {
    float: left;
}
.right {
    float: right;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.t-center {
    text-align: center;
}
.t-justify {
    text-align: justify;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: block;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input {
    border-radius: 0;
	-webkit-border-radius:0px;
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type=text],
input[type=search],
input[type=date],
input[type=tel],
input[type=password],
input[type=email],
input[type=number],
select {
    font-family: 'Avenir', Arial, sans-serif;
    display: block;
    font-size: 100%;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 0 10px;
    width: 100%;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type=submit]:-moz-focus-inner,
input[type=reset]:-moz-focus-inner,
input[type=button]:-moz-focus-inner,
button:-moz-focus-inner, .button:-moz-focus-inner{
    padding: 0;
    border: 0;
}
input[type=submit],
input[type=reset],
input[type=button],
button, .button {
    display: inline-block;
    border: 1px solid #ccc;
    background: #ddd;
    line-height: 1.5;
    font-size: 16px;
    padding: 8px 15px;
    cursor: pointer;
    transition: 0.3s ease 0s;
    letter-spacing: 0.05em;
    font-weight: 700;
    -webkit-appearance: none; /* Webkit fix */
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover, .button:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus, .button:focus {
    background: #000000;
}
button svg.icon,
.button svg.icon {
    display: block;
    float: left;
    margin: 0 5px 0 -10px;
    width: 20px;
    height: 20px;
}
.button.primary {
	background-color: #FFFFFF;
	border-color: #000000;
	color: #000000;
}
.button.primary:hover {
	background-color: #000000;
	color: #ffbac2;
}
.button.medium {
	padding: 15px 30px;
	font-size: 150%;
	line-height: 1;
	font-weight: normal;
}
.button.ghost {
	background: none;
	border: 1px solid #000000;
	color: #000000;
	font-weight: 400;
}
.button.full {
	width: 100%;
	text-align: center;
}
.orange {
	color: #000000;
}
/** ================= Grid System ======================= */
.row {
    display: block;
    padding: 0;
}

.row .col {
    float: left;
    min-height: 1px;
    position: relative;
}
.row .col.right {
    float: right;
}
.row.gutter {
    margin: 0 -10px;
}
.row.gutter .col {
    padding: 10px;
}

.col.centered {
    float: none;
    margin: 0 auto;
}

.row .one {
  width: 8.333%;
}

.row .two {
  width: 16.66%;
}

.row .three {
  width: 25%;
}

.row .four {
  width: 33.333%;
}

.row .five {
  width: 41.666%;
}

.row .six {
  width: 50%;
}

.row .seven {
  width: 58.333%;
}

.row .eight {
  width: 66.666%;
}

.row .nine {
  width: 75%;
}

.row .ten {
  width: 83.333%;
}

.row .eleven {
  width: 91.666%;
}

.row .twelve {
  width: 100%;
  float: none;
}
figure,
img {
    max-width: 100%;
    height: auto;
}
figure > a {
	margin-left: -10%;
	display: block;
}
figure > a img {
	width: 110%;
	display: block;
}
figure > img {
	width: 105%;
	max-width: 105%;
	margin-left: -5%;
	display: block;
}
figcaption {
    color: #666766;
    font-size: 13px;
    margin: 0 0 25px;
    text-align: left;
    padding: 10px 0;
}
p {
    margin: 0 0 15px;
	line-height: inherit;
}
i, em {
    font-style: italic;
}
b, strong {
    font-weight: bold;
}
svg.icon {
	width: 16px;
	height: 16px;
	fill: #ffbcc4;
	stroke: #ffbcc4;
}
i.icon {
	width: 16px;
	height: 16px;
	fill: #ffbcc4;
	stroke: #ffbcc4;
}

@font-face {
	font-family: 'Dubiel';
	src: url('../fonts/DubielItalic.eot');
	src: url('../fonts/DubielItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubielItalic.woff2') format('woff2'),
		url('../fonts/DubielItalic.woff') format('woff'),
		url('../fonts/DubielItalic.ttf') format('truetype'),
		url('../fonts/DubielItalic.svg#DubielItalic') format('svg');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'DubielPlain';
	src: url('../fonts/DubielPlain.eot');
	src: url('../fonts/DubielPlain.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubielPlain.woff2') format('woff2'),
		url('../fonts/DubielPlain.woff') format('woff'),
		url('../fonts/DubielPlain.ttf') format('truetype'),
		url('../fonts/DubielPlain.svg#DubielPlain') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bambusa Pro';
	src: url('../fonts/BambusaPro_Bold.eot');
	src: url('../fonts/BambusaPro_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BambusaPro_Bold.woff2') format('woff2'),
		url('../fonts/BambusaPro_Bold.woff') format('woff'),
		url('../fonts/BambusaPro_Bold.ttf') format('truetype'),
		url('../fonts/BambusaPro_Bold.svg#BambusaPro_Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff2') format('woff2'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype'),
		url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Minimo';
	src: url('../fonts/Minimo-Medium.eot');
	src: url('../fonts/Minimo-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Minimo-Medium.woff2') format('woff2'),
		url('../fonts/Minimo-Medium.woff') format('woff'),
		url('../fonts/Minimo-Medium.ttf') format('truetype'),
		url('../fonts/Minimo-Medium.svg#Minimo-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Regular.eot');
	src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MinionPro-Regular.woff2') format('woff2'),
		url('../fonts/MinionPro-Regular.woff') format('woff'),
		url('../fonts/MinionPro-Regular.ttf') format('truetype'),
		url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Medium.eot');
	src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MinionPro-Medium.woff2') format('woff2'),
		url('../fonts/MinionPro-Medium.woff') format('woff'),
		url('../fonts/MinionPro-Medium.ttf') format('truetype'),
		url('../fonts/MinionPro-Medium.svg#MinionPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Book.eot');
	src: url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Book.woff2') format('woff2'),
		url('../fonts/FuturaStd-Book.woff') format('woff'),
		url('../fonts/FuturaStd-Book.ttf') format('truetype'),
		url('../fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Std';
	src: url('../fonts/FuturaStd-Bold.eot');
	src: url('../fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaStd-Bold.woff2') format('woff2'),
		url('../fonts/FuturaStd-Bold.woff') format('woff'),
		url('../fonts/FuturaStd-Bold.ttf') format('truetype'),
		url('../fonts/FuturaStd-Bold.svg#FuturaStd-Book') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura (Light)';
	src: url('../fonts/FuturaLight.eot');
	src: url('../fonts/FuturaLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaLight.woff2') format('woff2'),
		url('../fonts/FuturaLight.woff') format('woff'),
		url('../fonts/FuturaLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Futura';
	src: url('../fonts/FuturaBT-MediumCondensed.eot');
	src: url('../fonts/FuturaBT-MediumCondensed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaBT-MediumCondensed.woff2') format('woff2'),
		url('../fonts/FuturaBT-MediumCondensed.woff') format('woff'),
		url('../fonts/FuturaBT-MediumCondensed.ttf') format('truetype'),
		url('../fonts/FuturaBT-MediumCondensed.svg#FuturaBT-MediumCondensed') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-HTF-M11-Medium.eot');
    src: url('../fonts/Didot-HTF-M11-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Didot-HTF-M11-Medium.woff2') format('woff2'),
        url('../fonts/Didot-HTF-M11-Medium.woff') format('woff'),
        url('../fonts/Didot-HTF-M11-Medium.ttf') format('truetype'),
        url('../fonts/Didot-HTF-M11-Medium.svg#Didot-HTF-M11-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Didot';
  src:  url(data:application/x-font-woff;charset=utf-8;base64,) format('woff'), url('../fonts/Didot.ttf')  format('truetype'), url('../fonts/Didot.svg#Didot') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Didot';
  src:  url(data:application/x-font-woff;charset=utf-8;base64,) format('woff'), url('../fonts/Didot.ttf')  format('truetype'), url('../fonts/Didot.svg#Didot') format('svg');
  font-weight: 700;
  font-style: normal;
}
*/
@font-face {
	font-family: 'Adlanta';
	src: url('../fonts/AdlantaLight.eot');
	src: url('../fonts/AdlantaLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AdlantaLight.woff2') format('woff2'),
		url('../fonts/AdlantaLight.woff') format('woff'),
		url('../fonts/AdlantaLight.ttf') format('truetype'),
		url('../fonts/AdlantaLight.svg#AdlantaLight') format('svg');
	font-weight: 300;
	font-style: normal;
}



/* Loader Animations */
.loader,
.loader:before,
.loader:after {
/*  border-radius: 50%; */
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000000;
  font-size: 8px;
  margin: 0 auto;
  top: -13px;
  z-index: 0;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.HubSpot1 input, .HubSpot2 input {
    font-family: 'Minimo';
    font-weight: 500;
    text-align: center;
    color: #000000;
    background-color: #cccccc;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input.hs-button.primary.large {
    margin: 0 auto;
    display: table;
}
input.hs-button.primary.large:hover {
    background: #fdbdc2;
    color: white;
}
.HubSpot2 {
    margin: 0 auto;
    display: table;
    width: 80%;
}
.HubSpot2 input.hs-input{
	width:100%;
	
}

.HubSpot2 fieldset.form-columns-1 {
    width: 65%;
    float: left;
}
.HubSpot2 div.hs_submit.hs-submit div.actions input.hs-button.primary.large {
	padding-left:4px;
	padding-right:4px;
}
.HubSpot2 .hs_submit {
    width: 33%;
    float: left;
}
.HubSpot2 .hs_submit input, .HubSpot2 fieldset.form-columns-1 input {
    width: 100%!important;
}
.HubSpot2 .hs_submit .input, .HubSpot2 fieldset.form-columns-1 .input, .HubSpot1 fieldset.form-columns-1 .input, .HubSpot2 .hs_lastname.field.hs-form-field .input {
    margin-right: 0px!important;
}
input.hs-button.primary.large {
    margin: 0 auto;
    display: table;
    font-size: 15px;
    line-height: 8px;
    padding-top: 14px;
    background: white;
}

.HubSpot2 .input:before, .HubSpot2 div.hs_submit.hs-submit div.actions:after, .HubSpot1 div.hs_submit.hs-submit div.actions:after, .HubSpot1 .input:before{
	border-bottom:none !important;
}
input.hs-input{
	width:100%;
}

.HubSpot1{
	width:100%;
}
.HubSpot1 .form-columns-1, .HubSpot1 .form-columns-2, .HubSpot1 fieldset.form-columns-2 .hs-form-field, .HubSpot2 .form-columns-2{
	width:100%;
	max-width:100%;
}

.HubSpot2 input.hs-input, .HubSpot1 input.hs-input,
.HubSpot1 fieldset.form-columns-2 .hs-form-field {
	width:100% !important;
}

.HubSpot1 fieldset.form-columns-2 .input{
	margin-right:0px !important;
}
@media (min-width:481px) and (max-width:1050px) {
.w_post_content figure > a {
	margin-left:0;
	display: block;
}
.w_post_content figure > a img {
	width: 100%;
	display: block;
}
.w_post_content figure > img {
	width: 100%;
	max-width: 100%;
	margin-left:0;
	display: block;
}
}






