@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Rubik:ital,wght@0,300;0,400;1,300&display=swap');
 @font-face {
 font-family: 'brittany_signatureregular';
 src: url('brittanysignature-webfont.woff2') format('woff2'),  url('brittanysignature-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

/** Colors 

font-family: 'Corinthia', cursive;
font-family: 'Rubik', sans-serif;

*/

/** Import everything from autoload */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
 
body::-webkit-scrollbar {
 width: 1em;
}
 body::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 body::-webkit-scrollbar-thumb {
 background-color: #a9bf86;
 outline: 1px solid #33731a;
}
 @font-face {
 font-family: 'FontAwesome';
 src: url(../vendor/fontawesome-webfont_674f50d2.eot);
 src: url(../vendor/fontawesome-webfont_674f50d2d41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(../vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(../vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(../vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
 font-weight: normal;
 font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	-o-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @-o-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 -o-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 -o-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\F000";
}
.fa-music:before {
	content: "\F001";
}
.fa-search:before {
	content: "\F002";
}
.fa-envelope-o:before {
	content: "\F003";
}
.fa-heart:before {
	content: "\F004";
}
.fa-star:before {
	content: "\F005";
}
.fa-star-o:before {
	content: "\F006";
}
.fa-user:before {
	content: "\F007";
}
.fa-film:before {
	content: "\F008";
}
.fa-th-large:before {
	content: "\F009";
}
.fa-th:before {
	content: "\F00A";
}
.fa-th-list:before {
	content: "\F00B";
}
.fa-check:before {
	content: "\F00C";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\F00D";
}
.fa-search-plus:before {
	content: "\F00E";
}
.fa-search-minus:before {
	content: "\F010";
}
.fa-power-off:before {
	content: "\F011";
}
.fa-signal:before {
	content: "\F012";
}
.fa-gear:before, .fa-cog:before {
	content: "\F013";
}
.fa-trash-o:before {
	content: "\F014";
}
.fa-home:before {
	content: "\F015";
}
.fa-file-o:before {
	content: "\F016";
}
.fa-clock-o:before {
	content: "\F017";
}
.fa-road:before {
	content: "\F018";
}
.fa-download:before {
	content: "\F019";
}
.fa-arrow-circle-o-down:before {
	content: "\F01A";
}
.fa-arrow-circle-o-up:before {
	content: "\F01B";
}
.fa-inbox:before {
	content: "\F01C";
}
.fa-play-circle-o:before {
	content: "\F01D";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\F01E";
}
.fa-refresh:before {
	content: "\F021";
}
.fa-list-alt:before {
	content: "\F022";
}
.fa-lock:before {
	content: "\F023";
}
.fa-flag:before {
	content: "\F024";
}
.fa-headphones:before {
	content: "\F025";
}
.fa-volume-off:before {
	content: "\F026";
}
.fa-volume-down:before {
	content: "\F027";
}
.fa-volume-up:before {
	content: "\F028";
}
.fa-qrcode:before {
	content: "\F029";
}
.fa-barcode:before {
	content: "\F02A";
}
.fa-tag:before {
	content: "\F02B";
}
.fa-tags:before {
	content: "\F02C";
}
.fa-book:before {
	content: "\F02D";
}
.fa-bookmark:before {
	content: "\F02E";
}
.fa-print:before {
	content: "\F02F";
}
.fa-camera:before {
	content: "\F030";
}
.fa-font:before {
	content: "\F031";
}
.fa-bold:before {
	content: "\F032";
}
.fa-italic:before {
	content: "\F033";
}
.fa-text-height:before {
	content: "\F034";
}
.fa-text-width:before {
	content: "\F035";
}
.fa-align-left:before {
	content: "\F036";
}
.fa-align-center:before {
	content: "\F037";
}
.fa-align-right:before {
	content: "\F038";
}
.fa-align-justify:before {
	content: "\F039";
}
.fa-list:before {
	content: "\F03A";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\F03B";
}
.fa-indent:before {
	content: "\F03C";
}
.fa-video-camera:before {
	content: "\F03D";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\F03E";
}
.fa-pencil:before {
	content: "\F040";
}
.fa-map-marker:before {
	content: "\F041";
}
.fa-adjust:before {
	content: "\F042";
}
.fa-tint:before {
	content: "\F043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\F044";
}
.fa-share-square-o:before {
	content: "\F045";
}
.fa-check-square-o:before {
	content: "\F046";
}
.fa-arrows:before {
	content: "\F047";
}
.fa-step-backward:before {
	content: "\F048";
}
.fa-fast-backward:before {
	content: "\F049";
}
.fa-backward:before {
	content: "\F04A";
}
.fa-play:before {
	content: "\F04B";
}
.fa-pause:before {
	content: "\F04C";
}
.fa-stop:before {
	content: "\F04D";
}
.fa-forward:before {
	content: "\F04E";
}
.fa-fast-forward:before {
	content: "\F050";
}
.fa-step-forward:before {
	content: "\F051";
}
.fa-eject:before {
	content: "\F052";
}
.fa-chevron-left:before {
	content: "\F053";
}
.fa-chevron-right:before {
	content: "\F054";
}
.fa-plus-circle:before {
	content: "\F055";
}
.fa-minus-circle:before {
	content: "\F056";
}
.fa-times-circle:before {
	content: "\F057";
}
.fa-check-circle:before {
	content: "\F058";
}
.fa-question-circle:before {
	content: "\F059";
}
.fa-info-circle:before {
	content: "\F05A";
}
.fa-crosshairs:before {
	content: "\F05B";
}
.fa-times-circle-o:before {
	content: "\F05C";
}
.fa-check-circle-o:before {
	content: "\F05D";
}
.fa-ban:before {
	content: "\F05E";
}
.fa-arrow-left:before {
	content: "\F060";
}
.fa-arrow-right:before {
	content: "\F061";
}
.fa-arrow-up:before {
	content: "\F062";
}
.fa-arrow-down:before {
	content: "\F063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\F064";
}
.fa-expand:before {
	content: "\F065";
}
.fa-compress:before {
	content: "\F066";
}
.fa-plus:before {
	content: "\F067";
}
.fa-minus:before {
	content: "\F068";
}
.fa-asterisk:before {
	content: "\F069";
}
.fa-exclamation-circle:before {
	content: "\F06A";
}
.fa-gift:before {
	content: "\F06B";
}
.fa-leaf:before {
	content: "\F06C";
}
.fa-fire:before {
	content: "\F06D";
}
.fa-eye:before {
	content: "\F06E";
}
.fa-eye-slash:before {
	content: "\F070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\F071";
}
.fa-plane:before {
	content: "\F072";
}
.fa-calendar:before {
	content: "\F073";
}
.fa-random:before {
	content: "\F074";
}
.fa-comment:before {
	content: "\F075";
}
.fa-magnet:before {
	content: "\F076";
}
.fa-chevron-up:before {
	content: "\F077";
}
.fa-chevron-down:before {
	content: "\F078";
}
.fa-retweet:before {
	content: "\F079";
}
.fa-shopping-cart:before {
	content: "\F07A";
}
.fa-folder:before {
	content: "\F07B";
}
.fa-folder-open:before {
	content: "\F07C";
}
.fa-arrows-v:before {
	content: "\F07D";
}
.fa-arrows-h:before {
	content: "\F07E";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\F080";
}
.fa-twitter-square:before {
	content: "\F081";
}
.fa-facebook-square:before {
	content: "\F082";
}
.fa-camera-retro:before {
	content: "\F083";
}
.fa-key:before {
	content: "\F084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\F085";
}
.fa-comments:before {
	content: "\F086";
}
.fa-thumbs-o-up:before {
	content: "\F087";
}
.fa-thumbs-o-down:before {
	content: "\F088";
}
.fa-star-half:before {
	content: "\F089";
}
.fa-heart-o:before {
	content: "\F08A";
}
.fa-sign-out:before {
	content: "\F08B";
}
.fa-linkedin-square:before {
	content: "\F08C";
}
.fa-thumb-tack:before {
	content: "\F08D";
}
.fa-external-link:before {
	content: "\F08E";
}
.fa-sign-in:before {
	content: "\F090";
}
.fa-trophy:before {
	content: "\F091";
}
.fa-github-square:before {
	content: "\F092";
}
.fa-upload:before {
	content: "\F093";
}
.fa-lemon-o:before {
	content: "\F094";
}
.fa-phone:before {
	content: "\F095";
}
.fa-square-o:before {
	content: "\F096";
}
.fa-bookmark-o:before {
	content: "\F097";
}
.fa-phone-square:before {
	content: "\F098";
}
.fa-twitter:before {
	content: "\F099";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\F09A";
}
.fa-github:before {
	content: "\F09B";
}
.fa-unlock:before {
	content: "\F09C";
}
.fa-credit-card:before {
	content: "\F09D";
}
.fa-feed:before, .fa-rss:before {
	content: "\F09E";
}
.fa-hdd-o:before {
	content: "\F0A0";
}
.fa-bullhorn:before {
	content: "\F0A1";
}
.fa-bell:before {
	content: "\F0F3";
}
.fa-certificate:before {
	content: "\F0A3";
}
.fa-hand-o-right:before {
	content: "\F0A4";
}
.fa-hand-o-left:before {
	content: "\F0A5";
}
.fa-hand-o-up:before {
	content: "\F0A6";
}
.fa-hand-o-down:before {
	content: "\F0A7";
}
.fa-arrow-circle-left:before {
	content: "\F0A8";
}
.fa-arrow-circle-right:before {
	content: "\F0A9";
}
.fa-arrow-circle-up:before {
	content: "\F0AA";
}
.fa-arrow-circle-down:before {
	content: "\F0AB";
}
.fa-globe:before {
	content: "\F0AC";
}
.fa-wrench:before {
	content: "\F0AD";
}
.fa-tasks:before {
	content: "\F0AE";
}
.fa-filter:before {
	content: "\F0B0";
}
.fa-briefcase:before {
	content: "\F0B1";
}
.fa-arrows-alt:before {
	content: "\F0B2";
}
.fa-group:before, .fa-users:before {
	content: "\F0C0";
}
.fa-chain:before, .fa-link:before {
	content: "\F0C1";
}
.fa-cloud:before {
	content: "\F0C2";
}
.fa-flask:before {
	content: "\F0C3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\F0C4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\F0C5";
}
.fa-paperclip:before {
	content: "\F0C6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\F0C7";
}
.fa-square:before {
	content: "\F0C8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\F0C9";
}
.fa-list-ul:before {
	content: "\F0CA";
}
.fa-list-ol:before {
	content: "\F0CB";
}
.fa-strikethrough:before {
	content: "\F0CC";
}
.fa-underline:before {
	content: "\F0CD";
}
.fa-table:before {
	content: "\F0CE";
}
.fa-magic:before {
	content: "\F0D0";
}
.fa-truck:before {
	content: "\F0D1";
}
.fa-pinterest:before {
	content: "\F0D2";
}
.fa-pinterest-square:before {
	content: "\F0D3";
}
.fa-google-plus-square:before {
	content: "\F0D4";
}
.fa-google-plus:before {
	content: "\F0D5";
}
.fa-money:before {
	content: "\F0D6";
}
.fa-caret-down:before {
	content: "\F0D7";
}
.fa-caret-up:before {
	content: "\F0D8";
}
.fa-caret-left:before {
	content: "\F0D9";
}
.fa-caret-right:before {
	content: "\F0DA";
}
.fa-columns:before {
	content: "\F0DB";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\F0DC";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\F0DD";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\F0DE";
}
.fa-envelope:before {
	content: "\F0E0";
}
.fa-linkedin:before {
	content: "\F0E1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\F0E2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\F0E3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\F0E4";
}
.fa-comment-o:before {
	content: "\F0E5";
}
.fa-comments-o:before {
	content: "\F0E6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\F0E7";
}
.fa-sitemap:before {
	content: "\F0E8";
}
.fa-umbrella:before {
	content: "\F0E9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\F0EA";
}
.fa-lightbulb-o:before {
	content: "\F0EB";
}
.fa-exchange:before {
	content: "\F0EC";
}
.fa-cloud-download:before {
	content: "\F0ED";
}
.fa-cloud-upload:before {
	content: "\F0EE";
}
.fa-user-md:before {
	content: "\F0F0";
}
.fa-stethoscope:before {
	content: "\F0F1";
}
.fa-suitcase:before {
	content: "\F0F2";
}
.fa-bell-o:before {
	content: "\F0A2";
}
.fa-coffee:before {
	content: "\F0F4";
}
.fa-cutlery:before {
	content: "\F0F5";
}
.fa-file-text-o:before {
	content: "\F0F6";
}
.fa-building-o:before {
	content: "\F0F7";
}
.fa-hospital-o:before {
	content: "\F0F8";
}
.fa-ambulance:before {
	content: "\F0F9";
}
.fa-medkit:before {
	content: "\F0FA";
}
.fa-fighter-jet:before {
	content: "\F0FB";
}
.fa-beer:before {
	content: "\F0FC";
}
.fa-h-square:before {
	content: "\F0FD";
}
.fa-plus-square:before {
	content: "\F0FE";
}
.fa-angle-double-left:before {
	content: "\F100";
}
.fa-angle-double-right:before {
	content: "\F101";
}
.fa-angle-double-up:before {
	content: "\F102";
}
.fa-angle-double-down:before {
	content: "\F103";
}
.fa-angle-left:before {
	content: "\F104";
}
.fa-angle-right:before {
	content: "\F105";
}
.fa-angle-up:before {
	content: "\F106";
}
.fa-angle-down:before {
	content: "\F107";
}
.fa-desktop:before {
	content: "\F108";
}
.fa-laptop:before {
	content: "\F109";
}
.fa-tablet:before {
	content: "\F10A";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\F10B";
}
.fa-circle-o:before {
	content: "\F10C";
}
.fa-quote-left:before {
	content: "\F10D";
}
.fa-quote-right:before {
	content: "\F10E";
}
.fa-spinner:before {
	content: "\F110";
}
.fa-circle:before {
	content: "\F111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\F112";
}
.fa-github-alt:before {
	content: "\F113";
}
.fa-folder-o:before {
	content: "\F114";
}
.fa-folder-open-o:before {
	content: "\F115";
}
.fa-smile-o:before {
	content: "\F118";
}
.fa-frown-o:before {
	content: "\F119";
}
.fa-meh-o:before {
	content: "\F11A";
}
.fa-gamepad:before {
	content: "\F11B";
}
.fa-keyboard-o:before {
	content: "\F11C";
}
.fa-flag-o:before {
	content: "\F11D";
}
.fa-flag-checkered:before {
	content: "\F11E";
}
.fa-terminal:before {
	content: "\F120";
}
.fa-code:before {
	content: "\F121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\F122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\F123";
}
.fa-location-arrow:before {
	content: "\F124";
}
.fa-crop:before {
	content: "\F125";
}
.fa-code-fork:before {
	content: "\F126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\F127";
}
.fa-question:before {
	content: "\F128";
}
.fa-info:before {
	content: "\F129";
}
.fa-exclamation:before {
	content: "\F12A";
}
.fa-superscript:before {
	content: "\F12B";
}
.fa-subscript:before {
	content: "\F12C";
}
.fa-eraser:before {
	content: "\F12D";
}
.fa-puzzle-piece:before {
	content: "\F12E";
}
.fa-microphone:before {
	content: "\F130";
}
.fa-microphone-slash:before {
	content: "\F131";
}
.fa-shield:before {
	content: "\F132";
}
.fa-calendar-o:before {
	content: "\F133";
}
.fa-fire-extinguisher:before {
	content: "\F134";
}
.fa-rocket:before {
	content: "\F135";
}
.fa-maxcdn:before {
	content: "\F136";
}
.fa-chevron-circle-left:before {
	content: "\F137";
}
.fa-chevron-circle-right:before {
	content: "\F138";
}
.fa-chevron-circle-up:before {
	content: "\F139";
}
.fa-chevron-circle-down:before {
	content: "\F13A";
}
.fa-html5:before {
	content: "\F13B";
}
.fa-css3:before {
	content: "\F13C";
}
.fa-anchor:before {
	content: "\F13D";
}
.fa-unlock-alt:before {
	content: "\F13E";
}
.fa-bullseye:before {
	content: "\F140";
}
.fa-ellipsis-h:before {
	content: "\F141";
}
.fa-ellipsis-v:before {
	content: "\F142";
}
.fa-rss-square:before {
	content: "\F143";
}
.fa-play-circle:before {
	content: "\F144";
}
.fa-ticket:before {
	content: "\F145";
}
.fa-minus-square:before {
	content: "\F146";
}
.fa-minus-square-o:before {
	content: "\F147";
}
.fa-level-up:before {
	content: "\F148";
}
.fa-level-down:before {
	content: "\F149";
}
.fa-check-square:before {
	content: "\F14A";
}
.fa-pencil-square:before {
	content: "\F14B";
}
.fa-external-link-square:before {
	content: "\F14C";
}
.fa-share-square:before {
	content: "\F14D";
}
.fa-compass:before {
	content: "\F14E";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\F150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\F151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\F152";
}
.fa-euro:before, .fa-eur:before {
	content: "\F153";
}
.fa-gbp:before {
	content: "\F154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\F155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\F156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\F157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\F158";
}
.fa-won:before, .fa-krw:before {
	content: "\F159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\F15A";
}
.fa-file:before {
	content: "\F15B";
}
.fa-file-text:before {
	content: "\F15C";
}
.fa-sort-alpha-asc:before {
	content: "\F15D";
}
.fa-sort-alpha-desc:before {
	content: "\F15E";
}
.fa-sort-amount-asc:before {
	content: "\F160";
}
.fa-sort-amount-desc:before {
	content: "\F161";
}
.fa-sort-numeric-asc:before {
	content: "\F162";
}
.fa-sort-numeric-desc:before {
	content: "\F163";
}
.fa-thumbs-up:before {
	content: "\F164";
}
.fa-thumbs-down:before {
	content: "\F165";
}
.fa-youtube-square:before {
	content: "\F166";
}
.fa-youtube:before {
	content: "\F167";
}
.fa-xing:before {
	content: "\F168";
}
.fa-xing-square:before {
	content: "\F169";
}
.fa-youtube-play:before {
	content: "\F16A";
}
.fa-dropbox:before {
	content: "\F16B";
}
.fa-stack-overflow:before {
	content: "\F16C";
}
.fa-instagram:before {
	content: "\F16D";
}
.fa-flickr:before {
	content: "\F16E";
}
.fa-adn:before {
	content: "\F170";
}
.fa-bitbucket:before {
	content: "\F171";
}
.fa-bitbucket-square:before {
	content: "\F172";
}
.fa-tumblr:before {
	content: "\F173";
}
.fa-tumblr-square:before {
	content: "\F174";
}
.fa-long-arrow-down:before {
	content: "\F175";
}
.fa-long-arrow-up:before {
	content: "\F176";
}
.fa-long-arrow-left:before {
	content: "\F177";
}
.fa-long-arrow-right:before {
	content: "\F178";
}
.fa-apple:before {
	content: "\F179";
}
.fa-windows:before {
	content: "\F17A";
}
.fa-android:before {
	content: "\F17B";
}
.fa-linux:before {
	content: "\F17C";
}
.fa-dribbble:before {
	content: "\F17D";
}
.fa-skype:before {
	content: "\F17E";
}
.fa-foursquare:before {
	content: "\F180";
}
.fa-trello:before {
	content: "\F181";
}
.fa-female:before {
	content: "\F182";
}
.fa-male:before {
	content: "\F183";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\F184";
}
.fa-sun-o:before {
	content: "\F185";
}
.fa-moon-o:before {
	content: "\F186";
}
.fa-archive:before {
	content: "\F187";
}
.fa-bug:before {
	content: "\F188";
}
.fa-vk:before {
	content: "\F189";
}
.fa-weibo:before {
	content: "\F18A";
}
.fa-renren:before {
	content: "\F18B";
}
.fa-pagelines:before {
	content: "\F18C";
}
.fa-stack-exchange:before {
	content: "\F18D";
}
.fa-arrow-circle-o-right:before {
	content: "\F18E";
}
.fa-arrow-circle-o-left:before {
	content: "\F190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\F191";
}
.fa-dot-circle-o:before {
	content: "\F192";
}
.fa-wheelchair:before {
	content: "\F193";
}
.fa-vimeo-square:before {
	content: "\F194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\F195";
}
.fa-plus-square-o:before {
	content: "\F196";
}
.fa-space-shuttle:before {
	content: "\F197";
}
.fa-slack:before {
	content: "\F198";
}
.fa-envelope-square:before {
	content: "\F199";
}
.fa-wordpress:before {
	content: "\F19A";
}
.fa-openid:before {
	content: "\F19B";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\F19C";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\F19D";
}
.fa-yahoo:before {
	content: "\F19E";
}
.fa-google:before {
	content: "\F1A0";
}
.fa-reddit:before {
	content: "\F1A1";
}
.fa-reddit-square:before {
	content: "\F1A2";
}
.fa-stumbleupon-circle:before {
	content: "\F1A3";
}
.fa-stumbleupon:before {
	content: "\F1A4";
}
.fa-delicious:before {
	content: "\F1A5";
}
.fa-digg:before {
	content: "\F1A6";
}
.fa-pied-piper-pp:before {
	content: "\F1A7";
}
.fa-pied-piper-alt:before {
	content: "\F1A8";
}
.fa-drupal:before {
	content: "\F1A9";
}
.fa-joomla:before {
	content: "\F1AA";
}
.fa-language:before {
	content: "\F1AB";
}
.fa-fax:before {
	content: "\F1AC";
}
.fa-building:before {
	content: "\F1AD";
}
.fa-child:before {
	content: "\F1AE";
}
.fa-paw:before {
	content: "\F1B0";
}
.fa-spoon:before {
	content: "\F1B1";
}
.fa-cube:before {
	content: "\F1B2";
}
.fa-cubes:before {
	content: "\F1B3";
}
.fa-behance:before {
	content: "\F1B4";
}
.fa-behance-square:before {
	content: "\F1B5";
}
.fa-steam:before {
	content: "\F1B6";
}
.fa-steam-square:before {
	content: "\F1B7";
}
.fa-recycle:before {
	content: "\F1B8";
}
.fa-automobile:before, .fa-car:before {
	content: "\F1B9";
}
.fa-cab:before, .fa-taxi:before {
	content: "\F1BA";
}
.fa-tree:before {
	content: "\F1BB";
}
.fa-spotify:before {
	content: "\F1BC";
}
.fa-deviantart:before {
	content: "\F1BD";
}
.fa-soundcloud:before {
	content: "\F1BE";
}
.fa-database:before {
	content: "\F1C0";
}
.fa-file-pdf-o:before {
	content: "\F1C1";
}
.fa-file-word-o:before {
	content: "\F1C2";
}
.fa-file-excel-o:before {
	content: "\F1C3";
}
.fa-file-powerpoint-o:before {
	content: "\F1C4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\F1C5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\F1C6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\F1C7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\F1C8";
}
.fa-file-code-o:before {
	content: "\F1C9";
}
.fa-vine:before {
	content: "\F1CA";
}
.fa-codepen:before {
	content: "\F1CB";
}
.fa-jsfiddle:before {
	content: "\F1CC";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\F1CD";
}
.fa-circle-o-notch:before {
	content: "\F1CE";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\F1D0";
}
.fa-ge:before, .fa-empire:before {
	content: "\F1D1";
}
.fa-git-square:before {
	content: "\F1D2";
}
.fa-git:before {
	content: "\F1D3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\F1D4";
}
.fa-tencent-weibo:before {
	content: "\F1D5";
}
.fa-qq:before {
	content: "\F1D6";
}
.fa-wechat:before, .fa-weixin:before {
	content: "\F1D7";
}
.fa-send:before, .fa-paper-plane:before {
	content: "\F1D8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\F1D9";
}
.fa-history:before {
	content: "\F1DA";
}
.fa-circle-thin:before {
	content: "\F1DB";
}
.fa-header:before {
	content: "\F1DC";
}
.fa-paragraph:before {
	content: "\F1DD";
}
.fa-sliders:before {
	content: "\F1DE";
}
.fa-share-alt:before {
	content: "\F1E0";
}
.fa-share-alt-square:before {
	content: "\F1E1";
}
.fa-bomb:before {
	content: "\F1E2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\F1E3";
}
.fa-tty:before {
	content: "\F1E4";
}
.fa-binoculars:before {
	content: "\F1E5";
}
.fa-plug:before {
	content: "\F1E6";
}
.fa-slideshare:before {
	content: "\F1E7";
}
.fa-twitch:before {
	content: "\F1E8";
}
.fa-yelp:before {
	content: "\F1E9";
}
.fa-newspaper-o:before {
	content: "\F1EA";
}
.fa-wifi:before {
	content: "\F1EB";
}
.fa-calculator:before {
	content: "\F1EC";
}
.fa-paypal:before {
	content: "\F1ED";
}
.fa-google-wallet:before {
	content: "\F1EE";
}
.fa-cc-visa:before {
	content: "\F1F0";
}
.fa-cc-mastercard:before {
	content: "\F1F1";
}
.fa-cc-discover:before {
	content: "\F1F2";
}
.fa-cc-amex:before {
	content: "\F1F3";
}
.fa-cc-paypal:before {
	content: "\F1F4";
}
.fa-cc-stripe:before {
	content: "\F1F5";
}
.fa-bell-slash:before {
	content: "\F1F6";
}
.fa-bell-slash-o:before {
	content: "\F1F7";
}
.fa-trash:before {
	content: "\F1F8";
}
.fa-copyright:before {
	content: "\F1F9";
}
.fa-at:before {
	content: "\F1FA";
}
.fa-eyedropper:before {
	content: "\F1FB";
}
.fa-paint-brush:before {
	content: "\F1FC";
}
.fa-birthday-cake:before {
	content: "\F1FD";
}
.fa-area-chart:before {
	content: "\F1FE";
}
.fa-pie-chart:before {
	content: "\F200";
}
.fa-line-chart:before {
	content: "\F201";
}
.fa-lastfm:before {
	content: "\F202";
}
.fa-lastfm-square:before {
	content: "\F203";
}
.fa-toggle-off:before {
	content: "\F204";
}
.fa-toggle-on:before {
	content: "\F205";
}
.fa-bicycle:before {
	content: "\F206";
}
.fa-bus:before {
	content: "\F207";
}
.fa-ioxhost:before {
	content: "\F208";
}
.fa-angellist:before {
	content: "\F209";
}
.fa-cc:before {
	content: "\F20A";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\F20B";
}
.fa-meanpath:before {
	content: "\F20C";
}
.fa-buysellads:before {
	content: "\F20D";
}
.fa-connectdevelop:before {
	content: "\F20E";
}
.fa-dashcube:before {
	content: "\F210";
}
.fa-forumbee:before {
	content: "\F211";
}
.fa-leanpub:before {
	content: "\F212";
}
.fa-sellsy:before {
	content: "\F213";
}
.fa-shirtsinbulk:before {
	content: "\F214";
}
.fa-simplybuilt:before {
	content: "\F215";
}
.fa-skyatlas:before {
	content: "\F216";
}
.fa-cart-plus:before {
	content: "\F217";
}
.fa-cart-arrow-down:before {
	content: "\F218";
}
.fa-diamond:before {
	content: "\F219";
}
.fa-ship:before {
	content: "\F21A";
}
.fa-user-secret:before {
	content: "\F21B";
}
.fa-motorcycle:before {
	content: "\F21C";
}
.fa-street-view:before {
	content: "\F21D";
}
.fa-heartbeat:before {
	content: "\F21E";
}
.fa-venus:before {
	content: "\F221";
}
.fa-mars:before {
	content: "\F222";
}
.fa-mercury:before {
	content: "\F223";
}
.fa-intersex:before, .fa-transgender:before {
	content: "\F224";
}
.fa-transgender-alt:before {
	content: "\F225";
}
.fa-venus-double:before {
	content: "\F226";
}
.fa-mars-double:before {
	content: "\F227";
}
.fa-venus-mars:before {
	content: "\F228";
}
.fa-mars-stroke:before {
	content: "\F229";
}
.fa-mars-stroke-v:before {
	content: "\F22A";
}
.fa-mars-stroke-h:before {
	content: "\F22B";
}
.fa-neuter:before {
	content: "\F22C";
}
.fa-genderless:before {
	content: "\F22D";
}
.fa-facebook-official:before {
	content: "\F230";
}
.fa-pinterest-p:before {
	content: "\F231";
}
.fa-whatsapp:before {
	content: "\F232";
}
.fa-server:before {
	content: "\F233";
}
.fa-user-plus:before {
	content: "\F234";
}
.fa-user-times:before {
	content: "\F235";
}
.fa-hotel:before, .fa-bed:before {
	content: "\F236";
}
.fa-viacoin:before {
	content: "\F237";
}
.fa-train:before {
	content: "\F238";
}
.fa-subway:before {
	content: "\F239";
}
.fa-medium:before {
	content: "\F23A";
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\F23B";
}
.fa-optin-monster:before {
	content: "\F23C";
}
.fa-opencart:before {
	content: "\F23D";
}
.fa-expeditedssl:before {
	content: "\F23E";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\F240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\F241";
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\F242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\F243";
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\F244";
}
.fa-mouse-pointer:before {
	content: "\F245";
}
.fa-i-cursor:before {
	content: "\F246";
}
.fa-object-group:before {
	content: "\F247";
}
.fa-object-ungroup:before {
	content: "\F248";
}
.fa-sticky-note:before {
	content: "\F249";
}
.fa-sticky-note-o:before {
	content: "\F24A";
}
.fa-cc-jcb:before {
	content: "\F24B";
}
.fa-cc-diners-club:before {
	content: "\F24C";
}
.fa-clone:before {
	content: "\F24D";
}
.fa-balance-scale:before {
	content: "\F24E";
}
.fa-hourglass-o:before {
	content: "\F250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\F251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\F252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\F253";
}
.fa-hourglass:before {
	content: "\F254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\F255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\F256";
}
.fa-hand-scissors-o:before {
	content: "\F257";
}
.fa-hand-lizard-o:before {
	content: "\F258";
}
.fa-hand-spock-o:before {
	content: "\F259";
}
.fa-hand-pointer-o:before {
	content: "\F25A";
}
.fa-hand-peace-o:before {
	content: "\F25B";
}
.fa-trademark:before {
	content: "\F25C";
}
.fa-registered:before {
	content: "\F25D";
}
.fa-creative-commons:before {
	content: "\F25E";
}
.fa-gg:before {
	content: "\F260";
}
.fa-gg-circle:before {
	content: "\F261";
}
.fa-tripadvisor:before {
	content: "\F262";
}
.fa-odnoklassniki:before {
	content: "\F263";
}
.fa-odnoklassniki-square:before {
	content: "\F264";
}
.fa-get-pocket:before {
	content: "\F265";
}
.fa-wikipedia-w:before {
	content: "\F266";
}
.fa-safari:before {
	content: "\F267";
}
.fa-chrome:before {
	content: "\F268";
}
.fa-firefox:before {
	content: "\F269";
}
.fa-opera:before {
	content: "\F26A";
}
.fa-internet-explorer:before {
	content: "\F26B";
}
.fa-tv:before, .fa-television:before {
	content: "\F26C";
}
.fa-contao:before {
	content: "\F26D";
}
.fa-500px:before {
	content: "\F26E";
}
.fa-amazon:before {
	content: "\F270";
}
.fa-calendar-plus-o:before {
	content: "\F271";
}
.fa-calendar-minus-o:before {
	content: "\F272";
}
.fa-calendar-times-o:before {
	content: "\F273";
}
.fa-calendar-check-o:before {
	content: "\F274";
}
.fa-industry:before {
	content: "\F275";
}
.fa-map-pin:before {
	content: "\F276";
}
.fa-map-signs:before {
	content: "\F277";
}
.fa-map-o:before {
	content: "\F278";
}
.fa-map:before {
	content: "\F279";
}
.fa-commenting:before {
	content: "\F27A";
}
.fa-commenting-o:before {
	content: "\F27B";
}
.fa-houzz:before {
	content: "\F27C";
}
.fa-vimeo:before {
	content: "\F27D";
}
.fa-black-tie:before {
	content: "\F27E";
}
.fa-fonticons:before {
	content: "\F280";
}
.fa-reddit-alien:before {
	content: "\F281";
}
.fa-edge:before {
	content: "\F282";
}
.fa-credit-card-alt:before {
	content: "\F283";
}
.fa-codiepie:before {
	content: "\F284";
}
.fa-modx:before {
	content: "\F285";
}
.fa-fort-awesome:before {
	content: "\F286";
}
.fa-usb:before {
	content: "\F287";
}
.fa-product-hunt:before {
	content: "\F288";
}
.fa-mixcloud:before {
	content: "\F289";
}
.fa-scribd:before {
	content: "\F28A";
}
.fa-pause-circle:before {
	content: "\F28B";
}
.fa-pause-circle-o:before {
	content: "\F28C";
}
.fa-stop-circle:before {
	content: "\F28D";
}
.fa-stop-circle-o:before {
	content: "\F28E";
}
.fa-shopping-bag:before {
	content: "\F290";
}
.fa-shopping-basket:before {
	content: "\F291";
}
.fa-hashtag:before {
	content: "\F292";
}
.fa-bluetooth:before {
	content: "\F293";
}
.fa-bluetooth-b:before {
	content: "\F294";
}
.fa-percent:before {
	content: "\F295";
}
.fa-gitlab:before {
	content: "\F296";
}
.fa-wpbeginner:before {
	content: "\F297";
}
.fa-wpforms:before {
	content: "\F298";
}
.fa-envira:before {
	content: "\F299";
}
.fa-universal-access:before {
	content: "\F29A";
}
.fa-wheelchair-alt:before {
	content: "\F29B";
}
.fa-question-circle-o:before {
	content: "\F29C";
}
.fa-blind:before {
	content: "\F29D";
}
.fa-audio-description:before {
	content: "\F29E";
}
.fa-volume-control-phone:before {
	content: "\F2A0";
}
.fa-braille:before {
	content: "\F2A1";
}
.fa-assistive-listening-systems:before {
	content: "\F2A2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\F2A3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\F2A4";
}
.fa-glide:before {
	content: "\F2A5";
}
.fa-glide-g:before {
	content: "\F2A6";
}
.fa-signing:before, .fa-sign-language:before {
	content: "\F2A7";
}
.fa-low-vision:before {
	content: "\F2A8";
}
.fa-viadeo:before {
	content: "\F2A9";
}
.fa-viadeo-square:before {
	content: "\F2AA";
}
.fa-snapchat:before {
	content: "\F2AB";
}
.fa-snapchat-ghost:before {
	content: "\F2AC";
}
.fa-snapchat-square:before {
	content: "\F2AD";
}
.fa-pied-piper:before {
	content: "\F2AE";
}
.fa-first-order:before {
	content: "\F2B0";
}
.fa-yoast:before {
	content: "\F2B1";
}
.fa-themeisle:before {
	content: "\F2B2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\F2B3";
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\F2B4";
}
.fa-handshake-o:before {
	content: "\F2B5";
}
.fa-envelope-open:before {
	content: "\F2B6";
}
.fa-envelope-open-o:before {
	content: "\F2B7";
}
.fa-linode:before {
	content: "\F2B8";
}
.fa-address-book:before {
	content: "\F2B9";
}
.fa-address-book-o:before {
	content: "\F2BA";
}
.fa-vcard:before, .fa-address-card:before {
	content: "\F2BB";
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\F2BC";
}
.fa-user-circle:before {
	content: "\F2BD";
}
.fa-user-circle-o:before {
	content: "\F2BE";
}
.fa-user-o:before {
	content: "\F2C0";
}
.fa-id-badge:before {
	content: "\F2C1";
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\F2C2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\F2C3";
}
.fa-quora:before {
	content: "\F2C4";
}
.fa-free-code-camp:before {
	content: "\F2C5";
}
.fa-telegram:before {
	content: "\F2C6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\F2C7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\F2C8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\F2C9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\F2CA";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\F2CB";
}
.fa-shower:before {
	content: "\F2CC";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\F2CD";
}
.fa-podcast:before {
	content: "\F2CE";
}
.fa-window-maximize:before {
	content: "\F2D0";
}
.fa-window-minimize:before {
	content: "\F2D1";
}
.fa-window-restore:before {
	content: "\F2D2";
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\F2D3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\F2D4";
}
.fa-bandcamp:before {
	content: "\F2D5";
}
.fa-grav:before {
	content: "\F2D6";
}
.fa-etsy:before {
	content: "\F2D7";
}
.fa-imdb:before {
	content: "\F2D8";
}
.fa-ravelry:before {
	content: "\F2D9";
}
.fa-eercast:before {
	content: "\F2DA";
}
.fa-microchip:before {
	content: "\F2DB";
}
.fa-snowflake-o:before {
	content: "\F2DC";
}
.fa-superpowers:before {
	content: "\F2DD";
}
.fa-wpexplorer:before {
	content: "\F2DE";
}
.fa-meetup:before {
	content: "\F2E0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 67.5em) {
 .reveal,  .reveal.tiny,  .reveal.small,  .reveal.large {
 right: auto;
 left: auto;
 margin: 0 auto;
}
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
	font-family: sans-serif;
	/* 1 */
  line-height: 1.15;
	/* 2 */
  -ms-text-size-adjust: 100%;
	/* 3 */
  -webkit-text-size-adjust: 100%;/* 3 */
}
/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
	margin: 0;
}
/**
     * Add the correct display in IE 9-.
     */

article, aside, footer, header, nav, section {
	display: block;
}
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption, figure {
	display: block;
}
/**
     * Add the correct margin in IE 8.
     */

figure {
	margin: 1em 40px;
}
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
  height: 0;
	/* 1 */
  overflow: visible;/* 2 */
}
/**
     * Add the correct display in IE.
     */

main {
	display: block;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
	font-family: monospace, monospace;
	/* 1 */
  font-size: 1em;/* 2 */
}
/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
	color: #676767 !important;
	background-color: transparent;
	/* 1 */
  -webkit-text-decoration-skip: objects;/* 2 */
}
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active, a:hover {
	outline-width: 0;
}
/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
	border-bottom: none;
	/* 1 */
  text-decoration: underline;
	/* 2 */
  -webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;/* 2 */
}
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b, strong {
	font-weight: inherit;
}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b, strong {
	font-weight: bolder;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
  font-size: 1em;/* 2 */
}
/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
	font-style: italic;
}
/**
     * Add the correct background and color in IE 9-.
     */

mark {
	background-color: #ff0;
	color: #000;
}
/**
     * Add the correct font size in all browsers.
     */

small {
	font-size: 80%;
}
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio, video {
	display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
 display: none;
 height: 0;
}
/**
     * Remove the border on images inside links in IE 10-.
     */

img {
	border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
 overflow: hidden;
}
/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	/* 1 */
  font-size: 100%;
	/* 1 */
  line-height: 1.15;
	/* 1 */
  margin: 0;/* 2 */
}
/**
     * Show the overflow in IE.
     */

button {
	overflow: visible;
}
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button, select {
	/* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button, html [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
/* 2 */
}
 button, [type="button"], [type="reset"], [type="submit"] {
/**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
     * Show the overflow in Edge.
     */

input {
	overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"], [type="radio"] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
  /* 1 */
  padding: 0;
/* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
 -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
/* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */
}
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
  display: table;
	/* 1 */
  max-width: 100%;
	/* 1 */
  padding: 0;
	/* 3 */
  color: inherit;
	/* 2 */
  white-space: normal;/* 1 */
}
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
	display: inline-block;
	/* 1 */
  vertical-align: baseline;/* 2 */
}
/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
	overflow: auto;
}
/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
	display: block;
}
/*
     * Add the correct display in all browsers.
     */

summary {
	display: list-item;
}
/*
     * Add the correct display in IE 9-.
     */

menu {
	display: block;
}
/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
	display: inline-block;
}
/**
     * Add the correct display in IE.
     */

template {
	display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
 display: none;
}
.foundation-mq {
	font-family: "xsmall=0em&small=47.5em&medium=67.5em&large=77.5em&xlarge=112.5em";
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
 *, *::before, *::after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height: 1.5;
	color: #676767;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto;
}
[data-whatinput='mouse'] button {
	outline: 0;
}
pre {
	overflow: auto;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
.grid-container {
	max-width: 1040px;
	margin: 0 auto;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-container {
 padding-right: 0.625rem;
 padding-left: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-container {
 padding-right: 0.9375rem;
 padding-left: 0.9375rem;
}
}
.grid-container.fluid {
	max-width: 100%;
	margin: 0 auto;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-container.fluid {
 padding-right: 0.625rem;
 padding-left: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-container.fluid {
 padding-right: 0.9375rem;
 padding-left: 0.9375rem;
}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin: 0 auto;
}
.grid-x {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.cell {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}
.cell.auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.cell.shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.grid-x > .auto {
	width: auto;
}
.grid-x > .shrink {
	width: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-x > .small-shrink,  .grid-x > .small-full,  .grid-x > .small-1,  .grid-x > .small-2,  .grid-x > .small-3,  .grid-x > .small-4,  .grid-x > .small-5,  .grid-x > .small-6,  .grid-x > .small-7,  .grid-x > .small-8,  .grid-x > .small-9,  .grid-x > .small-10,  .grid-x > .small-11,  .grid-x > .small-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-x > .medium-shrink,  .grid-x > .medium-full,  .grid-x > .medium-1,  .grid-x > .medium-2,  .grid-x > .medium-3,  .grid-x > .medium-4,  .grid-x > .medium-5,  .grid-x > .medium-6,  .grid-x > .medium-7,  .grid-x > .medium-8,  .grid-x > .medium-9,  .grid-x > .medium-10,  .grid-x > .medium-11,  .grid-x > .medium-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-x > .large-shrink,  .grid-x > .large-full,  .grid-x > .large-1,  .grid-x > .large-2,  .grid-x > .large-3,  .grid-x > .large-4,  .grid-x > .large-5,  .grid-x > .large-6,  .grid-x > .large-7,  .grid-x > .large-8,  .grid-x > .large-9,  .grid-x > .large-10,  .grid-x > .large-11,  .grid-x > .large-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-x > .small-1 {
 width: 8.33333%;
}
 .grid-x > .small-2 {
 width: 16.66667%;
}
 .grid-x > .small-3 {
 width: 25%;
}
 .grid-x > .small-4 {
 width: 33.33333%;
}
 .grid-x > .small-5 {
 width: 41.66667%;
}
 .grid-x > .small-6 {
 width: 50%;
}
 .grid-x > .small-7 {
 width: 58.33333%;
}
 .grid-x > .small-8 {
 width: 66.66667%;
}
 .grid-x > .small-9 {
 width: 75%;
}
 .grid-x > .small-10 {
 width: 83.33333%;
}
 .grid-x > .small-11 {
 width: 91.66667%;
}
 .grid-x > .small-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-x > .medium-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 width: auto;
}
 .grid-x > .medium-shrink {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
}
 .grid-x > .medium-1 {
 width: 8.33333%;
}
 .grid-x > .medium-2 {
 width: 16.66667%;
}
 .grid-x > .medium-3 {
 width: 25%;
}
 .grid-x > .medium-4 {
 width: 33.33333%;
}
 .grid-x > .medium-5 {
 width: 41.66667%;
}
 .grid-x > .medium-6 {
 width: 50%;
}
 .grid-x > .medium-7 {
 width: 58.33333%;
}
 .grid-x > .medium-8 {
 width: 66.66667%;
}
 .grid-x > .medium-9 {
 width: 75%;
}
 .grid-x > .medium-10 {
 width: 83.33333%;
}
 .grid-x > .medium-11 {
 width: 91.66667%;
}
 .grid-x > .medium-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-x > .large-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 width: auto;
}
 .grid-x > .large-shrink {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
}
 .grid-x > .large-1 {
 width: 8.33333%;
}
 .grid-x > .large-2 {
 width: 16.66667%;
}
 .grid-x > .large-3 {
 width: 25%;
}
 .grid-x > .large-4 {
 width: 33.33333%;
}
 .grid-x > .large-5 {
 width: 41.66667%;
}
 .grid-x > .large-6 {
 width: 50%;
}
 .grid-x > .large-7 {
 width: 58.33333%;
}
 .grid-x > .large-8 {
 width: 66.66667%;
}
 .grid-x > .large-9 {
 width: 75%;
}
 .grid-x > .large-10 {
 width: 83.33333%;
}
 .grid-x > .large-11 {
 width: 91.66667%;
}
 .grid-x > .large-12 {
 width: 100%;
}
}
 .grid-margin-x:not(.grid-x) > .cell {
 width: auto;
}
 .grid-margin-y:not(.grid-y) > .cell {
 height: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-x {
 margin-left: -0.625rem;
 margin-right: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-x {
 margin-left: -0.9375rem;
 margin-right: -0.9375rem;
}
}
.grid-margin-x > .cell {
 width: calc(100% - );
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-x > .cell {
 width: calc(100% - 1.25rem);
 margin-left: 0.625rem;
 margin-right: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-x > .cell {
 width: calc(100% - 1.875rem);
 margin-left: 0.9375rem;
 margin-right: 0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-x > .small-auto {
 width: auto;
}
 .grid-margin-x > .small-shrink {
 width: auto;
}
 .grid-margin-x > .small-1 {
 width: calc(8.33333% - 1.25rem);
}
 .grid-margin-x > .small-2 {
 width: calc(16.66667% - 1.25rem);
}
 .grid-margin-x > .small-3 {
 width: calc(25% - 1.25rem);
}
 .grid-margin-x > .small-4 {
 width: calc(33.33333% - 1.25rem);
}
 .grid-margin-x > .small-5 {
 width: calc(41.66667% - 1.25rem);
}
 .grid-margin-x > .small-6 {
 width: calc(50% - 1.25rem);
}
 .grid-margin-x > .small-7 {
 width: calc(58.33333% - 1.25rem);
}
 .grid-margin-x > .small-8 {
 width: calc(66.66667% - 1.25rem);
}
 .grid-margin-x > .small-9 {
 width: calc(75% - 1.25rem);
}
 .grid-margin-x > .small-10 {
 width: calc(83.33333% - 1.25rem);
}
 .grid-margin-x > .small-11 {
 width: calc(91.66667% - 1.25rem);
}
 .grid-margin-x > .small-12 {
 width: calc(100% - 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-x > .small-auto {
 width: auto;
}
 .grid-margin-x > .small-shrink {
 width: auto;
}
 .grid-margin-x > .small-1 {
 width: calc(8.33333% - 1.875rem);
}
 .grid-margin-x > .small-2 {
 width: calc(16.66667% - 1.875rem);
}
 .grid-margin-x > .small-3 {
 width: calc(25% - 1.875rem);
}
 .grid-margin-x > .small-4 {
 width: calc(33.33333% - 1.875rem);
}
 .grid-margin-x > .small-5 {
 width: calc(41.66667% - 1.875rem);
}
 .grid-margin-x > .small-6 {
 width: calc(50% - 1.875rem);
}
 .grid-margin-x > .small-7 {
 width: calc(58.33333% - 1.875rem);
}
 .grid-margin-x > .small-8 {
 width: calc(66.66667% - 1.875rem);
}
 .grid-margin-x > .small-9 {
 width: calc(75% - 1.875rem);
}
 .grid-margin-x > .small-10 {
 width: calc(83.33333% - 1.875rem);
}
 .grid-margin-x > .small-11 {
 width: calc(91.66667% - 1.875rem);
}
 .grid-margin-x > .small-12 {
 width: calc(100% - 1.875rem);
}
 .grid-margin-x > .medium-auto {
 width: auto;
}
 .grid-margin-x > .medium-shrink {
 width: auto;
}
 .grid-margin-x > .medium-1 {
 width: calc(8.33333% - 1.875rem);
}
 .grid-margin-x > .medium-2 {
 width: calc(16.66667% - 1.875rem);
}
 .grid-margin-x > .medium-3 {
 width: calc(25% - 1.875rem);
}
 .grid-margin-x > .medium-4 {
 width: calc(33.33333% - 1.875rem);
}
 .grid-margin-x > .medium-5 {
 width: calc(41.66667% - 1.875rem);
}
 .grid-margin-x > .medium-6 {
 width: calc(50% - 1.875rem);
}
 .grid-margin-x > .medium-7 {
 width: calc(58.33333% - 1.875rem);
}
 .grid-margin-x > .medium-8 {
 width: calc(66.66667% - 1.875rem);
}
 .grid-margin-x > .medium-9 {
 width: calc(75% - 1.875rem);
}
 .grid-margin-x > .medium-10 {
 width: calc(83.33333% - 1.875rem);
}
 .grid-margin-x > .medium-11 {
 width: calc(91.66667% - 1.875rem);
}
 .grid-margin-x > .medium-12 {
 width: calc(100% - 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-margin-x > .large-auto {
 width: auto;
}
 .grid-margin-x > .large-shrink {
 width: auto;
}
 .grid-margin-x > .large-1 {
 width: calc(8.33333% - 1.875rem);
}
 .grid-margin-x > .large-2 {
 width: calc(16.66667% - 1.875rem);
}
 .grid-margin-x > .large-3 {
 width: calc(25% - 1.875rem);
}
 .grid-margin-x > .large-4 {
 width: calc(33.33333% - 1.875rem);
}
 .grid-margin-x > .large-5 {
 width: calc(41.66667% - 1.875rem);
}
 .grid-margin-x > .large-6 {
 width: calc(50% - 1.875rem);
}
 .grid-margin-x > .large-7 {
 width: calc(58.33333% - 1.875rem);
}
 .grid-margin-x > .large-8 {
 width: calc(66.66667% - 1.875rem);
}
 .grid-margin-x > .large-9 {
 width: calc(75% - 1.875rem);
}
 .grid-margin-x > .large-10 {
 width: calc(83.33333% - 1.875rem);
}
 .grid-margin-x > .large-11 {
 width: calc(91.66667% - 1.875rem);
}
 .grid-margin-x > .large-12 {
 width: calc(100% - 1.875rem);
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-padding-x .grid-padding-x {
 margin-right: -0.625rem;
 margin-left: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-padding-x .grid-padding-x {
 margin-right: -0.9375rem;
 margin-left: -0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-container:not(.full) > .grid-padding-x {
 margin-right: -0.625rem;
 margin-left: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-container:not(.full) > .grid-padding-x {
 margin-right: -0.9375rem;
 margin-left: -0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-padding-x > .cell {
 padding-right: 0.625rem;
 padding-left: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-padding-x > .cell {
 padding-right: 0.9375rem;
 padding-left: 0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .small-up-1 > .cell {
 width: 100%;
}
 .small-up-2 > .cell {
 width: 50%;
}
 .small-up-3 > .cell {
 width: 33.33333%;
}
 .small-up-4 > .cell {
 width: 25%;
}
 .small-up-5 > .cell {
 width: 20%;
}
 .small-up-6 > .cell {
 width: 16.66667%;
}
 .small-up-7 > .cell {
 width: 14.28571%;
}
 .small-up-8 > .cell {
 width: 12.5%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-up-1 > .cell {
 width: 100%;
}
 .medium-up-2 > .cell {
 width: 50%;
}
 .medium-up-3 > .cell {
 width: 33.33333%;
}
 .medium-up-4 > .cell {
 width: 25%;
}
 .medium-up-5 > .cell {
 width: 20%;
}
 .medium-up-6 > .cell {
 width: 16.66667%;
}
 .medium-up-7 > .cell {
 width: 14.28571%;
}
 .medium-up-8 > .cell {
 width: 12.5%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-up-1 > .cell {
 width: 100%;
}
 .large-up-2 > .cell {
 width: 50%;
}
 .large-up-3 > .cell {
 width: 33.33333%;
}
 .large-up-4 > .cell {
 width: 25%;
}
 .large-up-5 > .cell {
 width: 20%;
}
 .large-up-6 > .cell {
 width: 16.66667%;
}
 .large-up-7 > .cell {
 width: 14.28571%;
}
 .large-up-8 > .cell {
 width: 12.5%;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-x.small-up-1 > .cell {
 width: calc(100% - 1.25rem);
}
 .grid-margin-x.small-up-2 > .cell {
 width: calc(50% - 1.25rem);
}
 .grid-margin-x.small-up-3 > .cell {
 width: calc(33.33333% - 1.25rem);
}
 .grid-margin-x.small-up-4 > .cell {
 width: calc(25% - 1.25rem);
}
 .grid-margin-x.small-up-5 > .cell {
 width: calc(20% - 1.25rem);
}
 .grid-margin-x.small-up-6 > .cell {
 width: calc(16.66667% - 1.25rem);
}
 .grid-margin-x.small-up-7 > .cell {
 width: calc(14.28571% - 1.25rem);
}
 .grid-margin-x.small-up-8 > .cell {
 width: calc(12.5% - 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-x.small-up-1 > .cell {
 width: calc(100% - 1.25rem);
}
 .grid-margin-x.small-up-2 > .cell {
 width: calc(50% - 1.25rem);
}
 .grid-margin-x.small-up-3 > .cell {
 width: calc(33.33333% - 1.25rem);
}
 .grid-margin-x.small-up-4 > .cell {
 width: calc(25% - 1.25rem);
}
 .grid-margin-x.small-up-5 > .cell {
 width: calc(20% - 1.25rem);
}
 .grid-margin-x.small-up-6 > .cell {
 width: calc(16.66667% - 1.25rem);
}
 .grid-margin-x.small-up-7 > .cell {
 width: calc(14.28571% - 1.25rem);
}
 .grid-margin-x.small-up-8 > .cell {
 width: calc(12.5% - 1.25rem);
}
 .grid-margin-x.medium-up-1 > .cell {
 width: calc(100% - 1.875rem);
}
 .grid-margin-x.medium-up-2 > .cell {
 width: calc(50% - 1.875rem);
}
 .grid-margin-x.medium-up-3 > .cell {
 width: calc(33.33333% - 1.875rem);
}
 .grid-margin-x.medium-up-4 > .cell {
 width: calc(25% - 1.875rem);
}
 .grid-margin-x.medium-up-5 > .cell {
 width: calc(20% - 1.875rem);
}
 .grid-margin-x.medium-up-6 > .cell {
 width: calc(16.66667% - 1.875rem);
}
 .grid-margin-x.medium-up-7 > .cell {
 width: calc(14.28571% - 1.875rem);
}
 .grid-margin-x.medium-up-8 > .cell {
 width: calc(12.5% - 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-margin-x.large-up-1 > .cell {
 width: calc(100% - 1.875rem);
}
 .grid-margin-x.large-up-2 > .cell {
 width: calc(50% - 1.875rem);
}
 .grid-margin-x.large-up-3 > .cell {
 width: calc(33.33333% - 1.875rem);
}
 .grid-margin-x.large-up-4 > .cell {
 width: calc(25% - 1.875rem);
}
 .grid-margin-x.large-up-5 > .cell {
 width: calc(20% - 1.875rem);
}
 .grid-margin-x.large-up-6 > .cell {
 width: calc(16.66667% - 1.875rem);
}
 .grid-margin-x.large-up-7 > .cell {
 width: calc(14.28571% - 1.875rem);
}
 .grid-margin-x.large-up-8 > .cell {
 width: calc(12.5% - 1.875rem);
}
}
 @media print, screen and (min-width: 47.5em) {
 .small-margin-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .small-margin-collapse > .cell {
 margin-right: 0;
 margin-left: 0;
}
}
 @media print, screen and (min-width: 47.5em) {
 .small-margin-collapse > .small-1 {
 width: 8.33333%;
}
 .small-margin-collapse > .small-2 {
 width: 16.66667%;
}
 .small-margin-collapse > .small-3 {
 width: 25%;
}
 .small-margin-collapse > .small-4 {
 width: 33.33333%;
}
 .small-margin-collapse > .small-5 {
 width: 41.66667%;
}
 .small-margin-collapse > .small-6 {
 width: 50%;
}
 .small-margin-collapse > .small-7 {
 width: 58.33333%;
}
 .small-margin-collapse > .small-8 {
 width: 66.66667%;
}
 .small-margin-collapse > .small-9 {
 width: 75%;
}
 .small-margin-collapse > .small-10 {
 width: 83.33333%;
}
 .small-margin-collapse > .small-11 {
 width: 91.66667%;
}
 .small-margin-collapse > .small-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .small-margin-collapse > .medium-1 {
 width: 8.33333%;
}
 .small-margin-collapse > .medium-2 {
 width: 16.66667%;
}
 .small-margin-collapse > .medium-3 {
 width: 25%;
}
 .small-margin-collapse > .medium-4 {
 width: 33.33333%;
}
 .small-margin-collapse > .medium-5 {
 width: 41.66667%;
}
 .small-margin-collapse > .medium-6 {
 width: 50%;
}
 .small-margin-collapse > .medium-7 {
 width: 58.33333%;
}
 .small-margin-collapse > .medium-8 {
 width: 66.66667%;
}
 .small-margin-collapse > .medium-9 {
 width: 75%;
}
 .small-margin-collapse > .medium-10 {
 width: 83.33333%;
}
 .small-margin-collapse > .medium-11 {
 width: 91.66667%;
}
 .small-margin-collapse > .medium-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .small-margin-collapse > .large-1 {
 width: 8.33333%;
}
 .small-margin-collapse > .large-2 {
 width: 16.66667%;
}
 .small-margin-collapse > .large-3 {
 width: 25%;
}
 .small-margin-collapse > .large-4 {
 width: 33.33333%;
}
 .small-margin-collapse > .large-5 {
 width: 41.66667%;
}
 .small-margin-collapse > .large-6 {
 width: 50%;
}
 .small-margin-collapse > .large-7 {
 width: 58.33333%;
}
 .small-margin-collapse > .large-8 {
 width: 66.66667%;
}
 .small-margin-collapse > .large-9 {
 width: 75%;
}
 .small-margin-collapse > .large-10 {
 width: 83.33333%;
}
 .small-margin-collapse > .large-11 {
 width: 91.66667%;
}
 .small-margin-collapse > .large-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 47.5em) {
 .small-padding-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .small-padding-collapse > .cell {
 padding-right: 0;
 padding-left: 0;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-margin-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .medium-margin-collapse > .cell {
 margin-right: 0;
 margin-left: 0;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-margin-collapse > .small-1 {
 width: 8.33333%;
}
 .medium-margin-collapse > .small-2 {
 width: 16.66667%;
}
 .medium-margin-collapse > .small-3 {
 width: 25%;
}
 .medium-margin-collapse > .small-4 {
 width: 33.33333%;
}
 .medium-margin-collapse > .small-5 {
 width: 41.66667%;
}
 .medium-margin-collapse > .small-6 {
 width: 50%;
}
 .medium-margin-collapse > .small-7 {
 width: 58.33333%;
}
 .medium-margin-collapse > .small-8 {
 width: 66.66667%;
}
 .medium-margin-collapse > .small-9 {
 width: 75%;
}
 .medium-margin-collapse > .small-10 {
 width: 83.33333%;
}
 .medium-margin-collapse > .small-11 {
 width: 91.66667%;
}
 .medium-margin-collapse > .small-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-margin-collapse > .medium-1 {
 width: 8.33333%;
}
 .medium-margin-collapse > .medium-2 {
 width: 16.66667%;
}
 .medium-margin-collapse > .medium-3 {
 width: 25%;
}
 .medium-margin-collapse > .medium-4 {
 width: 33.33333%;
}
 .medium-margin-collapse > .medium-5 {
 width: 41.66667%;
}
 .medium-margin-collapse > .medium-6 {
 width: 50%;
}
 .medium-margin-collapse > .medium-7 {
 width: 58.33333%;
}
 .medium-margin-collapse > .medium-8 {
 width: 66.66667%;
}
 .medium-margin-collapse > .medium-9 {
 width: 75%;
}
 .medium-margin-collapse > .medium-10 {
 width: 83.33333%;
}
 .medium-margin-collapse > .medium-11 {
 width: 91.66667%;
}
 .medium-margin-collapse > .medium-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .medium-margin-collapse > .large-1 {
 width: 8.33333%;
}
 .medium-margin-collapse > .large-2 {
 width: 16.66667%;
}
 .medium-margin-collapse > .large-3 {
 width: 25%;
}
 .medium-margin-collapse > .large-4 {
 width: 33.33333%;
}
 .medium-margin-collapse > .large-5 {
 width: 41.66667%;
}
 .medium-margin-collapse > .large-6 {
 width: 50%;
}
 .medium-margin-collapse > .large-7 {
 width: 58.33333%;
}
 .medium-margin-collapse > .large-8 {
 width: 66.66667%;
}
 .medium-margin-collapse > .large-9 {
 width: 75%;
}
 .medium-margin-collapse > .large-10 {
 width: 83.33333%;
}
 .medium-margin-collapse > .large-11 {
 width: 91.66667%;
}
 .medium-margin-collapse > .large-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-padding-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .medium-padding-collapse > .cell {
 padding-right: 0;
 padding-left: 0;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-margin-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .large-margin-collapse > .cell {
 margin-right: 0;
 margin-left: 0;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-margin-collapse > .small-1 {
 width: 8.33333%;
}
 .large-margin-collapse > .small-2 {
 width: 16.66667%;
}
 .large-margin-collapse > .small-3 {
 width: 25%;
}
 .large-margin-collapse > .small-4 {
 width: 33.33333%;
}
 .large-margin-collapse > .small-5 {
 width: 41.66667%;
}
 .large-margin-collapse > .small-6 {
 width: 50%;
}
 .large-margin-collapse > .small-7 {
 width: 58.33333%;
}
 .large-margin-collapse > .small-8 {
 width: 66.66667%;
}
 .large-margin-collapse > .small-9 {
 width: 75%;
}
 .large-margin-collapse > .small-10 {
 width: 83.33333%;
}
 .large-margin-collapse > .small-11 {
 width: 91.66667%;
}
 .large-margin-collapse > .small-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-margin-collapse > .medium-1 {
 width: 8.33333%;
}
 .large-margin-collapse > .medium-2 {
 width: 16.66667%;
}
 .large-margin-collapse > .medium-3 {
 width: 25%;
}
 .large-margin-collapse > .medium-4 {
 width: 33.33333%;
}
 .large-margin-collapse > .medium-5 {
 width: 41.66667%;
}
 .large-margin-collapse > .medium-6 {
 width: 50%;
}
 .large-margin-collapse > .medium-7 {
 width: 58.33333%;
}
 .large-margin-collapse > .medium-8 {
 width: 66.66667%;
}
 .large-margin-collapse > .medium-9 {
 width: 75%;
}
 .large-margin-collapse > .medium-10 {
 width: 83.33333%;
}
 .large-margin-collapse > .medium-11 {
 width: 91.66667%;
}
 .large-margin-collapse > .medium-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-margin-collapse > .large-1 {
 width: 8.33333%;
}
 .large-margin-collapse > .large-2 {
 width: 16.66667%;
}
 .large-margin-collapse > .large-3 {
 width: 25%;
}
 .large-margin-collapse > .large-4 {
 width: 33.33333%;
}
 .large-margin-collapse > .large-5 {
 width: 41.66667%;
}
 .large-margin-collapse > .large-6 {
 width: 50%;
}
 .large-margin-collapse > .large-7 {
 width: 58.33333%;
}
 .large-margin-collapse > .large-8 {
 width: 66.66667%;
}
 .large-margin-collapse > .large-9 {
 width: 75%;
}
 .large-margin-collapse > .large-10 {
 width: 83.33333%;
}
 .large-margin-collapse > .large-11 {
 width: 91.66667%;
}
 .large-margin-collapse > .large-12 {
 width: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-padding-collapse {
 margin-right: 0;
 margin-left: 0;
}
 .large-padding-collapse > .cell {
 padding-right: 0;
 padding-left: 0;
}
}
 @media print, screen and (min-width: 47.5em) {
 .small-offset-0 {
 margin-left: 0%;
}
 .grid-margin-x > .small-offset-0 {
 margin-left: calc(0% + 0.625rem);
}
 .small-offset-1 {
 margin-left: 8.33333%;
}
 .grid-margin-x > .small-offset-1 {
 margin-left: calc(8.33333% + 0.625rem);
}
 .small-offset-2 {
 margin-left: 16.66667%;
}
 .grid-margin-x > .small-offset-2 {
 margin-left: calc(16.66667% + 0.625rem);
}
 .small-offset-3 {
 margin-left: 25%;
}
 .grid-margin-x > .small-offset-3 {
 margin-left: calc(25% + 0.625rem);
}
 .small-offset-4 {
 margin-left: 33.33333%;
}
 .grid-margin-x > .small-offset-4 {
 margin-left: calc(33.33333% + 0.625rem);
}
 .small-offset-5 {
 margin-left: 41.66667%;
}
 .grid-margin-x > .small-offset-5 {
 margin-left: calc(41.66667% + 0.625rem);
}
 .small-offset-6 {
 margin-left: 50%;
}
 .grid-margin-x > .small-offset-6 {
 margin-left: calc(50% + 0.625rem);
}
 .small-offset-7 {
 margin-left: 58.33333%;
}
 .grid-margin-x > .small-offset-7 {
 margin-left: calc(58.33333% + 0.625rem);
}
 .small-offset-8 {
 margin-left: 66.66667%;
}
 .grid-margin-x > .small-offset-8 {
 margin-left: calc(66.66667% + 0.625rem);
}
 .small-offset-9 {
 margin-left: 75%;
}
 .grid-margin-x > .small-offset-9 {
 margin-left: calc(75% + 0.625rem);
}
 .small-offset-10 {
 margin-left: 83.33333%;
}
 .grid-margin-x > .small-offset-10 {
 margin-left: calc(83.33333% + 0.625rem);
}
 .small-offset-11 {
 margin-left: 91.66667%;
}
 .grid-margin-x > .small-offset-11 {
 margin-left: calc(91.66667% + 0.625rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-offset-0 {
 margin-left: 0%;
}
 .grid-margin-x > .medium-offset-0 {
 margin-left: calc(0% + 0.9375rem);
}
 .medium-offset-1 {
 margin-left: 8.33333%;
}
 .grid-margin-x > .medium-offset-1 {
 margin-left: calc(8.33333% + 0.9375rem);
}
 .medium-offset-2 {
 margin-left: 16.66667%;
}
 .grid-margin-x > .medium-offset-2 {
 margin-left: calc(16.66667% + 0.9375rem);
}
 .medium-offset-3 {
 margin-left: 25%;
}
 .grid-margin-x > .medium-offset-3 {
 margin-left: calc(25% + 0.9375rem);
}
 .medium-offset-4 {
 margin-left: 33.33333%;
}
 .grid-margin-x > .medium-offset-4 {
 margin-left: calc(33.33333% + 0.9375rem);
}
 .medium-offset-5 {
 margin-left: 41.66667%;
}
 .grid-margin-x > .medium-offset-5 {
 margin-left: calc(41.66667% + 0.9375rem);
}
 .medium-offset-6 {
 margin-left: 50%;
}
 .grid-margin-x > .medium-offset-6 {
 margin-left: calc(50% + 0.9375rem);
}
 .medium-offset-7 {
 margin-left: 58.33333%;
}
 .grid-margin-x > .medium-offset-7 {
 margin-left: calc(58.33333% + 0.9375rem);
}
 .medium-offset-8 {
 margin-left: 66.66667%;
}
 .grid-margin-x > .medium-offset-8 {
 margin-left: calc(66.66667% + 0.9375rem);
}
 .medium-offset-9 {
 margin-left: 75%;
}
 .grid-margin-x > .medium-offset-9 {
 margin-left: calc(75% + 0.9375rem);
}
 .medium-offset-10 {
 margin-left: 83.33333%;
}
 .grid-margin-x > .medium-offset-10 {
 margin-left: calc(83.33333% + 0.9375rem);
}
 .medium-offset-11 {
 margin-left: 91.66667%;
}
 .grid-margin-x > .medium-offset-11 {
 margin-left: calc(91.66667% + 0.9375rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-offset-0 {
 margin-left: 0%;
}
 .grid-margin-x > .large-offset-0 {
 margin-left: calc(0% + 0.9375rem);
}
 .large-offset-1 {
 margin-left: 8.33333%;
}
 .grid-margin-x > .large-offset-1 {
 margin-left: calc(8.33333% + 0.9375rem);
}
 .large-offset-2 {
 margin-left: 16.66667%;
}
 .grid-margin-x > .large-offset-2 {
 margin-left: calc(16.66667% + 0.9375rem);
}
 .large-offset-3 {
 margin-left: 25%;
}
 .grid-margin-x > .large-offset-3 {
 margin-left: calc(25% + 0.9375rem);
}
 .large-offset-4 {
 margin-left: 33.33333%;
}
 .grid-margin-x > .large-offset-4 {
 margin-left: calc(33.33333% + 0.9375rem);
}
 .large-offset-5 {
 margin-left: 41.66667%;
}
 .grid-margin-x > .large-offset-5 {
 margin-left: calc(41.66667% + 0.9375rem);
}
 .large-offset-6 {
 margin-left: 50%;
}
 .grid-margin-x > .large-offset-6 {
 margin-left: calc(50% + 0.9375rem);
}
 .large-offset-7 {
 margin-left: 58.33333%;
}
 .grid-margin-x > .large-offset-7 {
 margin-left: calc(58.33333% + 0.9375rem);
}
 .large-offset-8 {
 margin-left: 66.66667%;
}
 .grid-margin-x > .large-offset-8 {
 margin-left: calc(66.66667% + 0.9375rem);
}
 .large-offset-9 {
 margin-left: 75%;
}
 .grid-margin-x > .large-offset-9 {
 margin-left: calc(75% + 0.9375rem);
}
 .large-offset-10 {
 margin-left: 83.33333%;
}
 .grid-margin-x > .large-offset-10 {
 margin-left: calc(83.33333% + 0.9375rem);
}
 .large-offset-11 {
 margin-left: 91.66667%;
}
 .grid-margin-x > .large-offset-11 {
 margin-left: calc(91.66667% + 0.9375rem);
}
}
.grid-y {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.grid-y > .cell {
	width: auto;
}
.grid-y > .auto {
	height: auto;
}
.grid-y > .shrink {
	height: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-y > .small-shrink,  .grid-y > .small-full,  .grid-y > .small-1,  .grid-y > .small-2,  .grid-y > .small-3,  .grid-y > .small-4,  .grid-y > .small-5,  .grid-y > .small-6,  .grid-y > .small-7,  .grid-y > .small-8,  .grid-y > .small-9,  .grid-y > .small-10,  .grid-y > .small-11,  .grid-y > .small-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-y > .medium-shrink,  .grid-y > .medium-full,  .grid-y > .medium-1,  .grid-y > .medium-2,  .grid-y > .medium-3,  .grid-y > .medium-4,  .grid-y > .medium-5,  .grid-y > .medium-6,  .grid-y > .medium-7,  .grid-y > .medium-8,  .grid-y > .medium-9,  .grid-y > .medium-10,  .grid-y > .medium-11,  .grid-y > .medium-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-y > .large-shrink,  .grid-y > .large-full,  .grid-y > .large-1,  .grid-y > .large-2,  .grid-y > .large-3,  .grid-y > .large-4,  .grid-y > .large-5,  .grid-y > .large-6,  .grid-y > .large-7,  .grid-y > .large-8,  .grid-y > .large-9,  .grid-y > .large-10,  .grid-y > .large-11,  .grid-y > .large-12 {
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-y > .small-1 {
 height: 8.33333%;
}
 .grid-y > .small-2 {
 height: 16.66667%;
}
 .grid-y > .small-3 {
 height: 25%;
}
 .grid-y > .small-4 {
 height: 33.33333%;
}
 .grid-y > .small-5 {
 height: 41.66667%;
}
 .grid-y > .small-6 {
 height: 50%;
}
 .grid-y > .small-7 {
 height: 58.33333%;
}
 .grid-y > .small-8 {
 height: 66.66667%;
}
 .grid-y > .small-9 {
 height: 75%;
}
 .grid-y > .small-10 {
 height: 83.33333%;
}
 .grid-y > .small-11 {
 height: 91.66667%;
}
 .grid-y > .small-12 {
 height: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-y > .medium-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 height: auto;
}
 .grid-y > .medium-shrink {
 height: auto;
}
 .grid-y > .medium-1 {
 height: 8.33333%;
}
 .grid-y > .medium-2 {
 height: 16.66667%;
}
 .grid-y > .medium-3 {
 height: 25%;
}
 .grid-y > .medium-4 {
 height: 33.33333%;
}
 .grid-y > .medium-5 {
 height: 41.66667%;
}
 .grid-y > .medium-6 {
 height: 50%;
}
 .grid-y > .medium-7 {
 height: 58.33333%;
}
 .grid-y > .medium-8 {
 height: 66.66667%;
}
 .grid-y > .medium-9 {
 height: 75%;
}
 .grid-y > .medium-10 {
 height: 83.33333%;
}
 .grid-y > .medium-11 {
 height: 91.66667%;
}
 .grid-y > .medium-12 {
 height: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-y > .large-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 height: auto;
}
 .grid-y > .large-shrink {
 height: auto;
}
 .grid-y > .large-1 {
 height: 8.33333%;
}
 .grid-y > .large-2 {
 height: 16.66667%;
}
 .grid-y > .large-3 {
 height: 25%;
}
 .grid-y > .large-4 {
 height: 33.33333%;
}
 .grid-y > .large-5 {
 height: 41.66667%;
}
 .grid-y > .large-6 {
 height: 50%;
}
 .grid-y > .large-7 {
 height: 58.33333%;
}
 .grid-y > .large-8 {
 height: 66.66667%;
}
 .grid-y > .large-9 {
 height: 75%;
}
 .grid-y > .large-10 {
 height: 83.33333%;
}
 .grid-y > .large-11 {
 height: 91.66667%;
}
 .grid-y > .large-12 {
 height: 100%;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-padding-y .grid-padding-y {
 margin-top: -0.625rem;
 margin-bottom: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-padding-y .grid-padding-y {
 margin-top: -0.9375rem;
 margin-bottom: -0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-padding-y > .cell {
 padding-top: 0.625rem;
 padding-bottom: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-padding-y > .cell {
 padding-top: 0.9375rem;
 padding-bottom: 0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y {
 margin-top: -0.625rem;
 margin-bottom: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y {
 margin-top: -0.9375rem;
 margin-bottom: -0.9375rem;
}
}
.grid-margin-y > .cell {
 height: calc(100% - );
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y > .cell {
 height: calc(100% - 1.25rem);
 margin-top: 0.625rem;
 margin-bottom: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y > .cell {
 height: calc(100% - 1.875rem);
 margin-top: 0.9375rem;
 margin-bottom: 0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y > .small-auto {
 height: auto;
}
 .grid-margin-y > .small-shrink {
 height: auto;
}
 .grid-margin-y > .small-1 {
 height: calc(8.33333% - 1.25rem);
}
 .grid-margin-y > .small-2 {
 height: calc(16.66667% - 1.25rem);
}
 .grid-margin-y > .small-3 {
 height: calc(25% - 1.25rem);
}
 .grid-margin-y > .small-4 {
 height: calc(33.33333% - 1.25rem);
}
 .grid-margin-y > .small-5 {
 height: calc(41.66667% - 1.25rem);
}
 .grid-margin-y > .small-6 {
 height: calc(50% - 1.25rem);
}
 .grid-margin-y > .small-7 {
 height: calc(58.33333% - 1.25rem);
}
 .grid-margin-y > .small-8 {
 height: calc(66.66667% - 1.25rem);
}
 .grid-margin-y > .small-9 {
 height: calc(75% - 1.25rem);
}
 .grid-margin-y > .small-10 {
 height: calc(83.33333% - 1.25rem);
}
 .grid-margin-y > .small-11 {
 height: calc(91.66667% - 1.25rem);
}
 .grid-margin-y > .small-12 {
 height: calc(100% - 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y > .small-auto {
 height: auto;
}
 .grid-margin-y > .small-shrink {
 height: auto;
}
 .grid-margin-y > .small-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .small-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .small-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .small-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .small-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .small-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .small-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .small-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .small-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .small-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .small-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .small-12 {
 height: calc(100% - 1.875rem);
}
 .grid-margin-y > .medium-auto {
 height: auto;
}
 .grid-margin-y > .medium-shrink {
 height: auto;
}
 .grid-margin-y > .medium-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .medium-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .medium-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .medium-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .medium-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .medium-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .medium-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .medium-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .medium-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .medium-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .medium-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .medium-12 {
 height: calc(100% - 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-margin-y > .large-auto {
 height: auto;
}
 .grid-margin-y > .large-shrink {
 height: auto;
}
 .grid-margin-y > .large-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .large-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .large-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .large-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .large-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .large-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .large-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .large-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .large-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .large-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .large-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .large-12 {
 height: calc(100% - 1.875rem);
}
}
.grid-frame {
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100vw;
}
.cell .grid-frame {
	width: 100%;
}
.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
}
.cell-block-container > .grid-x {
	max-height: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
 @media print, screen and (min-width: 47.5em) {
 .small-grid-frame {
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100vw;
}
 .cell .small-grid-frame {
 width: 100%;
}
 .small-cell-block {
 overflow-x: auto;
 max-width: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
 .small-cell-block-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 max-height: 100%;
}
 .small-cell-block-container > .grid-x {
 max-height: 100%;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
 .small-cell-block-y {
 overflow-y: auto;
 max-height: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-grid-frame {
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100vw;
}
 .cell .medium-grid-frame {
 width: 100%;
}
 .medium-cell-block {
 overflow-x: auto;
 max-width: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
 .medium-cell-block-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 max-height: 100%;
}
 .medium-cell-block-container > .grid-x {
 max-height: 100%;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
 .medium-cell-block-y {
 overflow-y: auto;
 max-height: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-grid-frame {
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 width: 100vw;
}
 .cell .large-grid-frame {
 width: 100%;
}
 .large-cell-block {
 overflow-x: auto;
 max-width: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
 .large-cell-block-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 max-height: 100%;
}
 .large-cell-block-container > .grid-x {
 max-height: 100%;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
 .large-cell-block-y {
 overflow-y: auto;
 max-height: 100%;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-stype: -ms-autohiding-scrollbar;
}
}
.grid-y.grid-frame {
	width: auto;
	overflow: hidden;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh;
}
 @media print, screen and (min-width: 47.5em) {
 .grid-y.small-grid-frame {
 width: auto;
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 height: 100vh;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-y.medium-grid-frame {
 width: auto;
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 height: 100vh;
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-y.large-grid-frame {
 width: auto;
 overflow: hidden;
 position: relative;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 height: 100vh;
}
}
.cell .grid-y.grid-frame {
	height: 100%;
}
 @media print, screen and (min-width: 47.5em) {
 .cell .grid-y.small-grid-frame {
 height: 100%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .cell .grid-y.medium-grid-frame {
 height: 100%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .cell .grid-y.large-grid-frame {
 height: 100%;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y {
 margin-top: -0.625rem;
 margin-bottom: -0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y {
 margin-top: -0.9375rem;
 margin-bottom: -0.9375rem;
}
}
.grid-margin-y > .cell {
 height: calc(100% - );
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y > .cell {
 height: calc(100% - 1.25rem);
 margin-top: 0.625rem;
 margin-bottom: 0.625rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y > .cell {
 height: calc(100% - 1.875rem);
 margin-top: 0.9375rem;
 margin-bottom: 0.9375rem;
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y > .small-auto {
 height: auto;
}
 .grid-margin-y > .small-shrink {
 height: auto;
}
 .grid-margin-y > .small-1 {
 height: calc(8.33333% - 1.25rem);
}
 .grid-margin-y > .small-2 {
 height: calc(16.66667% - 1.25rem);
}
 .grid-margin-y > .small-3 {
 height: calc(25% - 1.25rem);
}
 .grid-margin-y > .small-4 {
 height: calc(33.33333% - 1.25rem);
}
 .grid-margin-y > .small-5 {
 height: calc(41.66667% - 1.25rem);
}
 .grid-margin-y > .small-6 {
 height: calc(50% - 1.25rem);
}
 .grid-margin-y > .small-7 {
 height: calc(58.33333% - 1.25rem);
}
 .grid-margin-y > .small-8 {
 height: calc(66.66667% - 1.25rem);
}
 .grid-margin-y > .small-9 {
 height: calc(75% - 1.25rem);
}
 .grid-margin-y > .small-10 {
 height: calc(83.33333% - 1.25rem);
}
 .grid-margin-y > .small-11 {
 height: calc(91.66667% - 1.25rem);
}
 .grid-margin-y > .small-12 {
 height: calc(100% - 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y > .small-auto {
 height: auto;
}
 .grid-margin-y > .small-shrink {
 height: auto;
}
 .grid-margin-y > .small-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .small-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .small-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .small-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .small-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .small-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .small-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .small-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .small-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .small-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .small-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .small-12 {
 height: calc(100% - 1.875rem);
}
 .grid-margin-y > .medium-auto {
 height: auto;
}
 .grid-margin-y > .medium-shrink {
 height: auto;
}
 .grid-margin-y > .medium-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .medium-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .medium-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .medium-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .medium-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .medium-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .medium-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .medium-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .medium-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .medium-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .medium-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .medium-12 {
 height: calc(100% - 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-margin-y > .large-auto {
 height: auto;
}
 .grid-margin-y > .large-shrink {
 height: auto;
}
 .grid-margin-y > .large-1 {
 height: calc(8.33333% - 1.875rem);
}
 .grid-margin-y > .large-2 {
 height: calc(16.66667% - 1.875rem);
}
 .grid-margin-y > .large-3 {
 height: calc(25% - 1.875rem);
}
 .grid-margin-y > .large-4 {
 height: calc(33.33333% - 1.875rem);
}
 .grid-margin-y > .large-5 {
 height: calc(41.66667% - 1.875rem);
}
 .grid-margin-y > .large-6 {
 height: calc(50% - 1.875rem);
}
 .grid-margin-y > .large-7 {
 height: calc(58.33333% - 1.875rem);
}
 .grid-margin-y > .large-8 {
 height: calc(66.66667% - 1.875rem);
}
 .grid-margin-y > .large-9 {
 height: calc(75% - 1.875rem);
}
 .grid-margin-y > .large-10 {
 height: calc(83.33333% - 1.875rem);
}
 .grid-margin-y > .large-11 {
 height: calc(91.66667% - 1.875rem);
}
 .grid-margin-y > .large-12 {
 height: calc(100% - 1.875rem);
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-frame.grid-margin-y {
 height: calc(100vh + 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-frame.grid-margin-y {
 height: calc(100vh + 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-frame.grid-margin-y {
 height: calc(100vh + 1.875rem);
}
}
 @media print, screen and (min-width: 47.5em) {
 .grid-margin-y.small-grid-frame {
 height: calc(100vh + 1.25rem);
}
}
 @media print, screen and (min-width: 67.5em) {
 .grid-margin-y.medium-grid-frame {
 height: calc(100vh + 1.875rem);
}
}
 @media print, screen and (min-width: 77.5em) {
 .grid-margin-y.large-grid-frame {
 height: calc(100vh + 1.875rem);
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}
em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
small {
	font-size: 80%;
	line-height: inherit;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
	line-height: 0;
	color: #cacaca;
}
 @media print, screen and (min-width: 47.5em) {
 h1,  .h1 {
 font-size: 1.75rem;
}
 h2,  .h2 {
 font-size: 1.25rem;
}
 h3,  .h3 {
 font-size: 1.1875rem;
}
 h4,  .h4 {
 font-size: 1.125rem;
}
 h5,  .h5 {
 font-size: 1.0625rem;
}
 h6,  .h6 {
 font-size: 1rem;
}
}
 @media print, screen and (min-width: 67.5em) {
 h1,  .h1 {
 font-size: 2.9375rem;
}
 h2,  .h2 {
 font-size: 2.5rem;
}
 h3,  .h3 {
 font-size: 1.9375rem;
}
 h4,  .h4 {
 font-size: 1.5625rem;
}
 h5,  .h5 {
 font-size: 1.25rem;
}
 h6,  .h6 {
 font-size: 1rem;
}
}
a {
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #33731a;
}
a img {
	border: 0;
}
hr {
	clear: both;
	max-width: 1040px;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}
ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}
li {
	font-size: inherit;
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
ol {
	margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
blockquote {
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}
cite {
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}
cite:before {
	content: "\2014   ";
}
abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none;
}
figure {
	margin: 0;
}
code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
}
kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}
.lead {
	font-size: 125%;
	line-height: 1.6;
}
.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p + .stat {
	margin-top: -1rem;
}
ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none;
}
 @media print, screen and (min-width: 47.5em) {
 .small-text-left {
 text-align: left;
}
 .small-text-right {
 text-align: right;
}
 .small-text-center {
 text-align: center;
}
 .small-text-justify {
 text-align: justify;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-text-left {
 text-align: left;
}
 .medium-text-right {
 text-align: right;
}
 .medium-text-center {
 text-align: center;
}
 .medium-text-justify {
 text-align: justify;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-text-left {
 text-align: left;
}
 .large-text-right {
 text-align: right;
}
 .large-text-center {
 text-align: center;
}
 .large-text-justify {
 text-align: justify;
}
}
.show-for-print {
	display: none !important;
}
 @media print {
* {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow: none !important;
}
.show-for-print {
	display: block !important;
}
.hide-for-print {
	display: none !important;
}
table.show-for-print {
	display: table !important;
}
thead.show-for-print {
	display: table-header-group !important;
}
tbody.show-for-print {
	display: table-row-group !important;
}
tr.show-for-print {
	display: table-row !important;
}
td.show-for-print {
	display: table-cell !important;
}
th.show-for-print {
	display: table-cell !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
 .ir a:after,  a[href^='javascript:']:after,  a[href^='#']:after {
 content: '';
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
pre,  blockquote {
	border: 1px solid #8a8a8a;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.print-break-inside {
	page-break-inside: auto;
}
}
 [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
 display: block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 height: 2.4375rem;
 margin: 0 0 1rem;
 padding: 0.5rem;
 border: 1px solid #cacaca;
 border-radius: 0;
 background-color: #fefefe;
 -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
 box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
 font-family: inherit;
 font-size: 1rem;
 font-weight: normal;
 line-height: 1.5;
 color: #0a0a0a;
 -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
 transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
 -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
 transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
textarea {
	max-width: 100%;
}
textarea[rows] {
	height: auto;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #cacaca;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #cacaca;
}
 input::-ms-input-placeholder, textarea::-ms-input-placeholder {
 color: #cacaca;
}
 input::placeholder, textarea::placeholder {
 color: #cacaca;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
 [type='submit'], [type='button'] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 [type='file'], [type='checkbox'], [type='radio'] {
 margin: 0 0 1rem;
}
 [type='checkbox'] + label, [type='radio'] + label {
 display: inline-block;
 vertical-align: baseline;
 margin-left: 0.5rem;
 margin-right: 1rem;
 margin-bottom: 0;
}
 [type='checkbox'] + label[for], [type='radio'] + label[for] {
 cursor: pointer;
}
 label > [type='checkbox'], label > [type='radio'] {
 margin-right: 0.5rem;
}
 [type='file'] {
 width: 100%;
}
label {
	display: block;
	margin: 0;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a;
}
label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}
.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}
.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.input-group > :first-child {
	border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
	border-radius: 0 0 0 0;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	height: auto;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
}
select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
 @media screen and (min-width: 0\0) {
 select {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
}
}
select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
 select::-ms-expand {
 display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
 .is-invalid-input:not(:focus) {
 border-color: #cc4b37;
 background-color: #f9ecea;
}
 .is-invalid-input:not(:focus)::-webkit-input-placeholder {
 color: #cc4b37;
}
 .is-invalid-input:not(:focus):-ms-input-placeholder {
 color: #cc4b37;
}
 .is-invalid-input:not(:focus)::-ms-input-placeholder {
 color: #cc4b37;
}
 .is-invalid-input:not(:focus)::placeholder {
 color: #cc4b37;
}
.is-invalid-label {
	color: #cc4b37;
}
.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #cc4b37;
}
.form-error.is-visible {
	display: block;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #242424;
	color: #fefefe;
}
[data-whatinput='mouse'] .button {
	outline: 0;
}
.button:hover, .button:focus {
	background-color: #1f1f1f;
	color: #fefefe;
}
.button.tiny {
	font-size: 0.6rem;
}
.button.small {
	font-size: 0.75rem;
}
.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button.primary {
	background-color: #242424;
	color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
	background-color: #1d1d1d;
	color: #fefefe;
}
.button.secondary {
	background-color: #4AC0F1;
	color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #12abea;
	color: #0a0a0a;
}
.button.success {
	background-color: #3adb76;
	color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a;
}
.button.warning {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}
.button.alert {
	background-color: #cc4b37;
	color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe;
}
.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #242424;
	color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #242424;
	color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #4AC0F1;
	color: #0a0a0a;
}
.button.disabled.success, .button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #3adb76;
	color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fefefe;
}
.button.hollow {
	border: 1px solid #242424;
	color: #242424;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #121212;
	color: #121212;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
	border: 1px solid #242424;
	color: #242424;
}
.button.hollow.primary {
	border: 1px solid #242424;
	color: #242424;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #121212;
	color: #121212;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
	border: 1px solid #242424;
	color: #242424;
}
.button.hollow.secondary {
	border: 1px solid #4AC0F1;
	color: #4AC0F1;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #0b6b92;
	color: #0b6b92;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
	border: 1px solid #4AC0F1;
	color: #4AC0F1;
}
.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear {
	border: 1px solid #242424;
	color: #242424;
}
.button.clear, .button.clear:hover, .button.clear:focus {
	background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
	border-color: #121212;
	color: #121212;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border: 1px solid #242424;
	color: #242424;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border-color: transparent;
}
.button.clear.primary {
	border: 1px solid #242424;
	color: #242424;
}
.button.clear.primary:hover, .button.clear.primary:focus {
	border-color: #121212;
	color: #121212;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border: 1px solid #242424;
	color: #242424;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border-color: transparent;
}
.button.clear.secondary {
	border: 1px solid #4AC0F1;
	color: #4AC0F1;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
	border-color: #0b6b92;
	color: #0b6b92;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border: 1px solid #4AC0F1;
	color: #4AC0F1;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border-color: transparent;
}
.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
	border-color: #157539;
	color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border-color: transparent;
}
.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
	border-color: #805700;
	color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border-color: transparent;
}
.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border-color: transparent;
}
 .button.dropdown::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 0.4em;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #fefefe transparent transparent;
 position: relative;
 top: 0.4em;
 display: inline-block;
 float: right;
 margin-left: 1em;
}
 .button.dropdown.hollow::after {
 border-top-color: #242424;
}
 .button.dropdown.hollow.primary::after {
 border-top-color: #242424;
}
 .button.dropdown.hollow.secondary::after {
 border-top-color: #4AC0F1;
}
 .button.dropdown.hollow.success::after {
 border-top-color: #3adb76;
}
 .button.dropdown.hollow.warning::after {
 border-top-color: #ffae00;
}
 .button.dropdown.hollow.alert::after {
 border-top-color: #cc4b37;
}
 .button.arrow-only::after {
 top: -0.1em;
 float: none;
 margin-left: 0;
}
a.button:hover, a.button:focus {
	text-decoration: none;
}
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none;
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
	border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
	border-radius: 0 0 0 0;
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #242424;
}

:last-child:not(.is-active) > .accordion-title {
 border-bottom: 1px solid #e6e6e6;
 border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6;
}
 .accordion-title::before {
 position: absolute;
 top: 50%;
 right: 1rem;
 margin-top: -0.5rem;
 content: '+';
}
 .is-active > .accordion-title::before {
 content: '\2013';
}
.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.accordion-menu li {
	width: 100%;
}
.accordion-menu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
	padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0;
}
 .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
 position: relative;
}
 .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 position: absolute;
 top: 50%;
 margin-top: -3px;
 right: 1rem;
}
 .accordion-menu.align-left .is-accordion-submenu-parent > a::after {
 left: auto;
 right: 1rem;
}
 .accordion-menu.align-right .is-accordion-submenu-parent > a::after {
 right: auto;
 left: 1rem;
}
 .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transform-origin: 50% 50%;
 -o-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
	position: relative;
}
.has-submenu-toggle > a {
	margin-right: 40px;
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
 .submenu-toggle::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 top: 0;
 bottom: 0;
 margin: auto;
}
 .submenu-toggle[aria-expanded='true']::after {
 -webkit-transform: scaleY(-1);
 -o-transform: scaleY(-1);
 transform: scaleY(-1);
 -webkit-transform-origin: 50% 50%;
 -o-transform-origin: 50% 50%;
 transform-origin: 50% 50%;
}
.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: 0.3em;
	border-radius: 50%;
	font-size: 0.6rem;
	text-align: center;
	background: #242424;
	color: #fefefe;
}
.badge.primary {
	background: #242424;
	color: #fefefe;
}
.badge.secondary {
	background: #4AC0F1;
	color: #0a0a0a;
}
.badge.success {
	background: #3adb76;
	color: #0a0a0a;
}
.badge.warning {
	background: #ffae00;
	color: #0a0a0a;
}
.badge.alert {
	background: #cc4b37;
	color: #fefefe;
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none;
}
 .breadcrumbs::before, .breadcrumbs::after {
 display: table;
 content: ' ';
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .breadcrumbs::after {
 clear: both;
}
.breadcrumbs li {
	float: left;
	font-size: 0.6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase;
}
 .breadcrumbs li:not(:last-child)::after {
 position: relative;
 margin: 0 0.75rem;
 opacity: 1;
 content: "/";
 color: #cacaca;
}
.breadcrumbs a {
	color: #242424;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed;
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
 .button-group::before, .button-group::after {
 display: table;
 content: ' ';
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .button-group::after {
 clear: both;
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 0.9rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.button-group .button:last-child {
	margin-right: 0;
}
.button-group.tiny .button {
	font-size: 0.6rem;
}
.button-group.small .button {
	font-size: 0.75rem;
}
.button-group.large .button {
	font-size: 1.25rem;
}
.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.button-group.primary .button {
	background-color: #242424;
	color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #1d1d1d;
	color: #fefefe;
}
.button-group.secondary .button {
	background-color: #4AC0F1;
	color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #12abea;
	color: #0a0a0a;
}
.button-group.success .button {
	background-color: #3adb76;
	color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a;
}
.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}
.button-group.alert .button {
	background-color: #cc4b37;
	color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #fefefe;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .button-group.stacked-for-small .button {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 margin-bottom: 0;
}
}
 @media print, screen and (min-width: 77.5em) {
 .button-group.stacked-for-medium .button {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
 margin-bottom: 0;
}
}
 @media screen and (min-width: 47.5em) and (max-width: 67.4375em) {
 .button-group.stacked-for-small.expanded {
 display: block;
}
 .button-group.stacked-for-small.expanded .button {
 display: block;
 margin-right: 0;
}
}
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	background-color: white;
	color: #0a0a0a;
}
.callout > :first-child {
	margin-top: 0;
}
.callout > :last-child {
	margin-bottom: 0;
}
.callout.primary {
	background-color: #dedede;
	color: #0a0a0a;
}
.callout.secondary {
	background-color: #e4f6fd;
	color: #0a0a0a;
}
.callout.success {
	background-color: #e1faea;
	color: #0a0a0a;
}
.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a;
}
.callout.alert {
	background-color: #f7e4e1;
	color: #0a0a0a;
}
.callout.small {
	padding-top: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem;
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a;
}
.card > :last-child {
	margin-bottom: 0;
}
.card-divider {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	background: #e6e6e6;
}
.card-divider > :last-child {
	margin-bottom: 0;
}
.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem;
}
.card-section > :last-child {
	margin-bottom: 0;
}
.card-image {
	min-height: 1px;
}
.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
	outline: 0;
}
.close-button:hover, .close-button:focus {
	color: #0a0a0a;
}
.close-button.small {
	right: 0.66rem;
	top: 0.33em;
	font-size: 1.5em;
	line-height: 1;
}
.close-button, .close-button.medium {
	right: 1rem;
	top: 0.5rem;
	font-size: 2em;
	line-height: 1;
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
[data-whatinput='mouse'] .menu li {
	outline: 0;
}
.menu a, .menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 0.7rem 1rem;
}
.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0;
}
.menu input {
	display: inline-block;
}
.menu, .menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.menu.simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu.simple li + li {
	margin-left: 1rem;
}
.menu.simple a {
	padding: 0;
}
 @media print, screen and (min-width: 47.5em) {
 .menu.small-horizontal {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .menu.small-vertical {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .menu.small-expanded li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
 .menu.small-simple li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .menu.medium-horizontal {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .menu.medium-vertical {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .menu.medium-expanded li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
 .menu.medium-simple li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .menu.large-horizontal {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .menu.large-vertical {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .menu.large-expanded li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
 .menu.large-simple li {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 0px;
 flex: 1 1 0px;
}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem;
}
.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
	margin-right: 0.25rem;
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
	margin-left: 0.25rem;
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: 0.25rem;
	text-align: center;
}
.menu .is-active > a {
	background: #242424;
	color: #fefefe;
}
.menu .active > a {
	background: #242424;
	color: #fefefe;
}
.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu.align-right.vertical li {
	display: block;
	text-align: right;
}
.menu.align-right.vertical li .submenu li {
	text-align: right;
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0;
}
.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.menu .menu-text {
	padding: 0.7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}
.menu-centered > .menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.menu-centered > .menu li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
	display: none;
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
 .menu-icon::after {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 2px;
 background: #fefefe;
 -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
 box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
 content: '';
}
 .menu-icon:hover::after {
 background: #cacaca;
 -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
 box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
 .menu-icon.dark::after {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 2px;
 background: #0a0a0a;
 -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
 box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
 content: '';
}
 .menu-icon.dark:hover::after {
 background: #8a8a8a;
 -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
 box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.is-drilldown {
	position: relative;
	overflow: hidden;
}
.is-drilldown li {
	display: block;
}
.is-drilldown.animate-height {
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
.drilldown a {
	padding: 0.7rem 1rem;
	background: #fefefe;
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform 0.15s linear;
	transition: -webkit-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear, -o-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
	padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
	position: relative;
}
 .drilldown .is-drilldown-submenu-parent > a::after {
 position: absolute;
 top: 50%;
 margin-top: -6px;
 right: 1rem;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
 .drilldown.align-left .is-drilldown-submenu-parent > a::after {
 left: auto;
 right: 1rem;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
 .drilldown.align-right .is-drilldown-submenu-parent > a::after {
 right: auto;
 left: 1rem;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .drilldown .js-drilldown-back > a::before {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
 border-left-width: 0;
 display: inline-block;
 vertical-align: middle;
 margin-right: 0.75rem;
 border-left-width: 0;
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem;
}
.dropdown-pane.is-opening {
	display: block;
}
.dropdown-pane.is-open {
	visibility: visible;
	display: block;
}
.dropdown-pane.tiny {
	width: 100px;
}
.dropdown-pane.small {
	width: 200px;
}
.dropdown-pane.large {
	width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem;
}
 .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 right: 5px;
 left: auto;
 margin-top: -3px;
}
.dropdown.menu a {
	padding: 0.7rem 1rem;
}
[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0;
}
.dropdown.menu .is-active > a {
	background: transparent;
	color: #242424;
}
.no-js .dropdown.menu ul {
	display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
	top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}
 .dropdown.menu.vertical > li > a::after {
 right: 14px;
}
 .dropdown.menu.vertical > li.opens-left > a::after {
 right: auto;
 left: 5px;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .dropdown.menu.vertical > li.opens-right > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
 @media print, screen and (min-width: 47.5em) {
 .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
 top: 100%;
 right: 0;
 left: auto;
}
 .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
 top: 100%;
 right: auto;
 left: 0;
}
 .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
 position: relative;
 padding-right: 1.5rem;
}
 .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 right: 5px;
 left: auto;
 margin-top: -3px;
}
 .dropdown.menu.small-vertical > li .is-dropdown-submenu {
 top: 0;
}
 .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
 right: 100%;
 left: auto;
 top: 0;
}
 .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
 right: auto;
 left: 100%;
}
 .dropdown.menu.small-vertical > li > a::after {
 right: 14px;
}
 .dropdown.menu.small-vertical > li.opens-left > a::after {
 right: auto;
 left: 5px;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .dropdown.menu.small-vertical > li.opens-right > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
}
 @media print, screen and (min-width: 67.5em) {
 .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
 top: 100%;
 right: 0;
 left: auto;
}
 .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
 top: 100%;
 right: auto;
 left: 0;
}
 .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
 position: relative;
 padding-right: 1.5rem;
}
 .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 right: 5px;
 left: auto;
 margin-top: -3px;
}
 .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
 top: 0;
}
 .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
 right: 100%;
 left: auto;
 top: 0;
}
 .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
 right: auto;
 left: 100%;
}
 .dropdown.menu.medium-vertical > li > a::after {
 right: 14px;
}
 .dropdown.menu.medium-vertical > li.opens-left > a::after {
 right: auto;
 left: 5px;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .dropdown.menu.medium-vertical > li.opens-right > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
}
 @media print, screen and (min-width: 77.5em) {
 .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
 top: 100%;
 right: 0;
 left: auto;
}
 .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
 top: 100%;
 right: auto;
 left: 0;
}
 .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
 position: relative;
 padding-right: 1.5rem;
}
 .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #242424 transparent transparent;
 right: 5px;
 left: auto;
 margin-top: -3px;
}
 .dropdown.menu.large-vertical > li .is-dropdown-submenu {
 top: 0;
}
 .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
 right: 100%;
 left: auto;
 top: 0;
}
 .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
 right: auto;
 left: 100%;
}
 .dropdown.menu.large-vertical > li > a::after {
 right: 14px;
}
 .dropdown.menu.large-vertical > li.opens-left > a::after {
 right: auto;
 left: 5px;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .dropdown.menu.large-vertical > li.opens-right > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto;
}
.is-dropdown-menu.vertical {
	width: 100px;
}
.is-dropdown-menu.vertical.align-right {
	float: right;
}
.is-dropdown-submenu-parent {
	position: relative;
}
 .is-dropdown-submenu-parent a::after {
 position: absolute;
 top: 50%;
 right: 5px;
 left: auto;
 margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%;
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
 right: 14px;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
 right: auto;
 left: 5px;
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #242424 transparent transparent;
}
 .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
 display: block;
 width: 0;
 height: 0;
 border: inset 6px;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #242424;
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px;
}
.is-dropdown-submenu > li {
	width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
	display: block;
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen, .flex-video.widescreen {
	padding-bottom: 56.25%;
}
.label {
	display: inline-block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #242424;
	color: #fefefe;
}
.label.primary {
	background: #242424;
	color: #fefefe;
}
.label.secondary {
	background: #4AC0F1;
	color: #0a0a0a;
}
.label.success {
	background: #3adb76;
	color: #0a0a0a;
}
.label.warning {
	background: #ffae00;
	color: #0a0a0a;
}
.label.alert {
	background: #cc4b37;
	color: #fefefe;
}
.media-object {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.media-object img {
	max-width: none;
}
 @media screen and (max-width: 47.4375em) {
 .media-object.stack-for-xsmall {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}
 @media screen and (max-width: 47.4375em) {
 .media-object.stack-for-xsmall .media-object-section {
 padding: 0;
 padding-bottom: 1rem;
 -ms-flex-preferred-size: 100%;
 flex-basis: 100%;
 max-width: 100%;
}
 .media-object.stack-for-xsmall .media-object-section img {
 width: 100%;
}
}
.media-object-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.media-object-section:first-child {
	padding-right: 1rem;
}
 .media-object-section:last-child:not(:nth-child(2)) {
 padding-left: 1rem;
}
.media-object-section > :last-child {
	margin-bottom: 0;
}
.media-object-section.main-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.is-off-canvas-open {
	overflow: hidden;
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	-o-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}
.off-canvas.is-transition-push {
	z-index: 12;
}
.off-canvas.is-closed {
	visibility: hidden;
}
.off-canvas.is-transition-overlap {
	z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0;
}
.off-canvas-absolute.is-transition-push {
	z-index: 12;
}
.off-canvas-absolute.is-closed {
	visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .position-left {
 width: 250px;
 -webkit-transform: translateX(-250px);
 -o-transform: translateX(-250px);
 transform: translateX(-250px);
}
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content .off-canvas.position-left {
 -webkit-transform: translateX(-250px);
 -o-transform: translateX(-250px);
 transform: translateX(-250px);
}
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content.is-open-left.has-transition-push {
 -webkit-transform: translateX(250px);
 -o-transform: translateX(250px);
 transform: translateX(250px);
}
}
.position-left.is-transition-push {
	-webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
	box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .position-right {
 width: 250px;
 -webkit-transform: translateX(250px);
 -o-transform: translateX(250px);
 transform: translateX(250px);
}
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content .off-canvas.position-right {
 -webkit-transform: translateX(250px);
 -o-transform: translateX(250px);
 transform: translateX(250px);
}
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content.is-open-right.has-transition-push {
 -webkit-transform: translateX(-250px);
 -o-transform: translateX(-250px);
 transform: translateX(-250px);
}
}
.position-right.is-transition-push {
	-webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
	box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .position-top {
 height: 250px;
 -webkit-transform: translateY(-250px);
 -o-transform: translateY(-250px);
 transform: translateY(-250px);
}
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content .off-canvas.position-top {
 -webkit-transform: translateY(-250px);
 -o-transform: translateY(-250px);
 transform: translateY(-250px);
}
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content.is-open-top.has-transition-push {
 -webkit-transform: translateY(250px);
 -o-transform: translateY(250px);
 transform: translateY(250px);
}
}
.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
	box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
}
 @media print, screen and (min-width: 47.5em) {
 .position-bottom {
 height: 250px;
 -webkit-transform: translateY(250px);
 -o-transform: translateY(250px);
 transform: translateY(250px);
}
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content .off-canvas.position-bottom {
 -webkit-transform: translateY(250px);
 -o-transform: translateY(250px);
 transform: translateY(250px);
}
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas-content.is-open-bottom.has-transition-push {
 -webkit-transform: translateY(-250px);
 -o-transform: translateY(-250px);
 transform: translateY(-250px);
}
}
.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
	box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-content {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
 @media print, screen and (min-width: 47.5em) {
 .position-left.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-left.reveal-for-small .close-button {
 display: none;
}
 .off-canvas-content .position-left.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-left {
 margin-left: 250px;
}
 .position-left.reveal-for-small ~ .off-canvas-content {
 margin-left: 250px;
}
 .position-right.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-right.reveal-for-small .close-button {
 display: none;
}
 .off-canvas-content .position-right.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-right {
 margin-right: 250px;
}
 .position-right.reveal-for-small ~ .off-canvas-content {
 margin-right: 250px;
}
 .position-top.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-top.reveal-for-small .close-button {
 display: none;
}
 .off-canvas-content .position-top.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-top {
 margin-top: 250px;
}
 .position-top.reveal-for-small ~ .off-canvas-content {
 margin-top: 250px;
}
 .position-bottom.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-bottom.reveal-for-small .close-button {
 display: none;
}
 .off-canvas-content .position-bottom.reveal-for-small {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-bottom {
 margin-bottom: 250px;
}
 .position-bottom.reveal-for-small ~ .off-canvas-content {
 margin-bottom: 250px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .position-left.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-left.reveal-for-medium .close-button {
 display: none;
}
 .off-canvas-content .position-left.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-left {
 margin-left: 250px;
}
 .position-left.reveal-for-medium ~ .off-canvas-content {
 margin-left: 250px;
}
 .position-right.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-right.reveal-for-medium .close-button {
 display: none;
}
 .off-canvas-content .position-right.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-right {
 margin-right: 250px;
}
 .position-right.reveal-for-medium ~ .off-canvas-content {
 margin-right: 250px;
}
 .position-top.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-top.reveal-for-medium .close-button {
 display: none;
}
 .off-canvas-content .position-top.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-top {
 margin-top: 250px;
}
 .position-top.reveal-for-medium ~ .off-canvas-content {
 margin-top: 250px;
}
 .position-bottom.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-bottom.reveal-for-medium .close-button {
 display: none;
}
 .off-canvas-content .position-bottom.reveal-for-medium {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-bottom {
 margin-bottom: 250px;
}
 .position-bottom.reveal-for-medium ~ .off-canvas-content {
 margin-bottom: 250px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .position-left.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-left.reveal-for-large .close-button {
 display: none;
}
 .off-canvas-content .position-left.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-left {
 margin-left: 250px;
}
 .position-left.reveal-for-large ~ .off-canvas-content {
 margin-left: 250px;
}
 .position-right.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-right.reveal-for-large .close-button {
 display: none;
}
 .off-canvas-content .position-right.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-right {
 margin-right: 250px;
}
 .position-right.reveal-for-large ~ .off-canvas-content {
 margin-right: 250px;
}
 .position-top.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-top.reveal-for-large .close-button {
 display: none;
}
 .off-canvas-content .position-top.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-top {
 margin-top: 250px;
}
 .position-top.reveal-for-large ~ .off-canvas-content {
 margin-top: 250px;
}
 .position-bottom.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 z-index: 12;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
 visibility: visible;
}
 .position-bottom.reveal-for-large .close-button {
 display: none;
}
 .off-canvas-content .position-bottom.reveal-for-large {
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas-content.has-reveal-bottom {
 margin-bottom: 250px;
}
 .position-bottom.reveal-for-large ~ .off-canvas-content {
 margin-bottom: 250px;
}
}
 @media print, screen and (min-width: 47.5em) {
 .off-canvas.in-canvas-for-small {
 visibility: visible;
 height: auto;
 position: static;
 background: inherit;
 width: inherit;
 overflow: inherit;
 -webkit-transition: inherit;
 -o-transition: inherit;
 transition: inherit;
}
 .off-canvas.in-canvas-for-small.position-left,  .off-canvas.in-canvas-for-small.position-right,  .off-canvas.in-canvas-for-small.position-top,  .off-canvas.in-canvas-for-small.position-bottom {
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas.in-canvas-for-small .close-button {
 display: none;
}
}
 @media print, screen and (min-width: 67.5em) {
 .off-canvas.in-canvas-for-medium {
 visibility: visible;
 height: auto;
 position: static;
 background: inherit;
 width: inherit;
 overflow: inherit;
 -webkit-transition: inherit;
 -o-transition: inherit;
 transition: inherit;
}
 .off-canvas.in-canvas-for-medium.position-left,  .off-canvas.in-canvas-for-medium.position-right,  .off-canvas.in-canvas-for-medium.position-top,  .off-canvas.in-canvas-for-medium.position-bottom {
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas.in-canvas-for-medium .close-button {
 display: none;
}
}
 @media print, screen and (min-width: 77.5em) {
 .off-canvas.in-canvas-for-large {
 visibility: visible;
 height: auto;
 position: static;
 background: inherit;
 width: inherit;
 overflow: inherit;
 -webkit-transition: inherit;
 -o-transition: inherit;
 transition: inherit;
}
 .off-canvas.in-canvas-for-large.position-left,  .off-canvas.in-canvas-for-large.position-right,  .off-canvas.in-canvas-for-large.position-top,  .off-canvas.in-canvas-for-large.position-bottom {
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 .off-canvas.in-canvas-for-large .close-button {
 display: none;
}
}
.orbit {
	position: relative;
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.orbit-slide {
	width: 100%;
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0;
}
.orbit-figure {
	margin: 0;
}
.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe;
}
.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe;
}
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10, 10, 10, 0.5);
}
.orbit-previous {
	left: 0;
}
.orbit-next {
	left: auto;
	right: 0;
}
.orbit-bullets {
	position: relative;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
	outline: 0;
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;
	border-radius: 50%;
	background-color: #cacaca;
}
.orbit-bullets button:hover {
	background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
	background-color: #8a8a8a;
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}
 .pagination::before, .pagination::after {
 display: table;
 content: ' ';
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .pagination::after {
 clear: both;
}
.pagination li {
	margin-right: 0.0625rem;
	border-radius: 0;
	font-size: 0.875rem;
	display: none;
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block;
}
 @media print, screen and (min-width: 67.5em) {
 .pagination li {
 display: inline-block;
}
}
.pagination a, .pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
	color: #0a0a0a;
}
.pagination a:hover, .pagination button:hover {
	background: #e6e6e6;
}
.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #242424;
	color: #fefefe;
	cursor: default;
}
.pagination .disabled {
	padding: 0.1875rem 0.625rem;
	color: #cacaca;
	cursor: not-allowed;
}
.pagination .disabled:hover {
	background: transparent;
}
 .pagination .ellipsis::after {
 padding: 0.1875rem 0.625rem;
 content: '\2026';
 color: #0a0a0a;
}
 .pagination-previous a::before, .pagination-previous.disabled::before {
 display: inline-block;
 margin-right: 0.5rem;
 content: '\AB';
}
 .pagination-next a::after, .pagination-next.disabled::after {
 display: inline-block;
 margin-left: 0.5rem;
 content: '\BB';
}
.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca;
}
.progress.primary .progress-meter {
	background-color: #242424;
}
.progress.secondary .progress-meter {
	background-color: #4AC0F1;
}
.progress.success .progress-meter {
	background-color: #3adb76;
}
.progress.warning .progress-meter {
	background-color: #ffae00;
}
.progress.alert .progress-meter {
	background-color: #cc4b37;
}
.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #242424;
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap;
}
.slider {
	position: relative;
	height: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}
.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: 0.5rem;
	background-color: #cacaca;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}
.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #242424;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[data-whatinput='mouse'] .slider-handle {
	outline: 0;
}
.slider-handle:hover {
	background-color: #1f1f1f;
}
.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}
.slider.disabled, .slider[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.slider.vertical {
	display: inline-block;
	width: 0.5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}
.slider.vertical .slider-fill {
	top: 0;
	width: 0.5rem;
	max-height: 100%;
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sticky-container {
	position: relative;
}
.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%;
}
.sticky.is-stuck.is-at-top {
	top: 0;
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0;
}
.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto;
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0;
}
body.is-reveal-open {
	overflow: hidden;
}
html.is-reveal-open, html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
	outline: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .reveal {
 min-height: 0;
}
}
.reveal .column {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .reveal {
 width: 600px;
 max-width: 1040px;
}
}
.reveal.collapse {
	padding: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .reveal.tiny {
 width: 30%;
 max-width: 1040px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .reveal.small {
 width: 50%;
 max-width: 1040px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .reveal.large {
 width: 90%;
 max-width: 1040px;
}
}
.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
 @media screen and (max-width: 47.4375em) {
 .reveal {
 top: 0;
 left: 0;
 width: 100%;
 max-width: none;
 height: 100%;
 height: 100vh;
 min-height: 100vh;
 margin-left: 0;
 border: 0;
 border-radius: 0;
}
}
.reveal.without-overlay {
	position: fixed;
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: 0.875rem;
	font-weight: bold;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0;
}
.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #cacaca;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}
input + .switch-paddle {
	margin: 0;
}
 .switch-paddle::after {
 position: absolute;
 top: 0.25rem;
 left: 0.25rem;
 display: block;
 width: 1.5rem;
 height: 1.5rem;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 border-radius: 0;
 background: #fefefe;
 -webkit-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 content: '';
}
 input:checked ~ .switch-paddle {
 background: #242424;
}
 input:checked ~ .switch-paddle::after {
 left: 2.25rem;
}
 [data-whatinput='mouse'] input:focus ~ .switch-paddle {
 outline: 0;
}
.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.switch-active {
	left: 8%;
	display: none;
}
input:checked + label > .switch-active {
	display: block;
}
.switch-inactive {
	right: 15%;
}
input:checked + label > .switch-inactive {
	display: none;
}
.switch.tiny {
	height: 1.5rem;
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: 0.625rem;
}
 .switch.tiny .switch-paddle::after {
 top: 0.25rem;
 left: 0.25rem;
 width: 1rem;
 height: 1rem;
}
 .switch.tiny input:checked ~ .switch-paddle::after {
 left: 1.75rem;
}
.switch.small {
	height: 1.75rem;
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: 0.75rem;
}
 .switch.small .switch-paddle::after {
 top: 0.25rem;
 left: 0.25rem;
 width: 1.25rem;
 height: 1.25rem;
}
 .switch.small input:checked ~ .switch-paddle::after {
 left: 2rem;
}
.switch.large {
	height: 2.5rem;
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem;
}
 .switch.large .switch-paddle::after {
 top: 0.25rem;
 left: 0.25rem;
 width: 2rem;
 height: 2rem;
}
 .switch.large input:checked ~ .switch-paddle::after {
 left: 2.75rem;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}
thead, tbody, tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}
caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}
thead {
	background: #f8f8f8;
	color: #0a0a0a;
}
tfoot {
	background: #f1f1f1;
	color: #0a0a0a;
}
thead tr, tfoot tr {
	background: transparent;
}
thead th, thead td, tfoot th, tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}
tbody th, tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}
 tbody tr:nth-child(even) {
 border-bottom: 0;
 background-color: #f1f1f1;
}
table.unstriped tbody {
	background-color: #fefefe;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}
 @media screen and (max-width: 77.4375em) {
 table.stack thead {
 display: none;
}
 table.stack tfoot {
 display: none;
}
 table.stack tr,  table.stack th,  table.stack td {
 display: block;
}
 table.stack td {
 border-top: 0;
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}
table.hover thead tr:hover {
	background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
	background-color: #ececec;
}
table.hover tbody tr:hover {
	background-color: #f9f9f9;
}
 table.hover:not(.unstriped) tr:nth-of-type(even):hover {
 background-color: #ececec;
}
.table-scroll {
	overflow-x: auto;
}
.table-scroll table {
	width: auto;
}
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none;
}
 .tabs::before, .tabs::after {
 display: table;
 content: ' ';
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .tabs::after {
 clear: both;
}
.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}
.tabs.simple > li > a {
	padding: 0;
}
.tabs.simple > li > a:hover {
	background: transparent;
}
.tabs.primary {
	background: #242424;
}
.tabs.primary > li > a {
	color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: #2f2f2f;
}
.tabs-title {
	float: left;
}
.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #242424;
}
.tabs-title > a:hover {
	background: #fefefe;
	color: #1f1f1f;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #e6e6e6;
	color: #242424;
}
.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}
.tabs-panel {
	display: none;
	padding: 1rem;
}
.tabs-panel.is-active {
	display: block;
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	line-height: 0;
}
a.thumbnail {
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	transition: -webkit-box-shadow 200ms ease-out;
	-o-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(36, 36, 36, 0.5);
	box-shadow: 0 0 6px 1px rgba(36, 36, 36, 0.5);
}
a.thumbnail image {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.title-bar {
	padding: 0.5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.title-bar .menu-icon {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.title-bar-left, .title-bar-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.title-bar-right {
	text-align: right;
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	cursor: help;
}
.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: 0.75rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe;
}
 .tooltip::before {
 position: absolute;
}
 .tooltip.bottom::before {
 display: block;
 width: 0;
 height: 0;
 border: inset 0.75rem;
 content: '';
 border-top-width: 0;
 border-bottom-style: solid;
 border-color: transparent transparent #0a0a0a;
 bottom: 100%;
}
 .tooltip.bottom.align-center::before {
 left: 50%;
 -webkit-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
 .tooltip.top::before {
 display: block;
 width: 0;
 height: 0;
 border: inset 0.75rem;
 content: '';
 border-bottom-width: 0;
 border-top-style: solid;
 border-color: #0a0a0a transparent transparent;
 top: 100%;
 bottom: auto;
}
 .tooltip.top.align-center::before {
 left: 50%;
 -webkit-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
 .tooltip.left::before {
 display: block;
 width: 0;
 height: 0;
 border: inset 0.75rem;
 content: '';
 border-right-width: 0;
 border-left-style: solid;
 border-color: transparent transparent transparent #0a0a0a;
 left: 100%;
}
 .tooltip.left.align-center::before {
 bottom: auto;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}
 .tooltip.right::before {
 display: block;
 width: 0;
 height: 0;
 border: inset 0.75rem;
 content: '';
 border-left-width: 0;
 border-right-style: solid;
 border-color: transparent #0a0a0a transparent transparent;
 right: 100%;
 left: auto;
}
 .tooltip.right.align-center::before {
 bottom: auto;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
}
 .tooltip.align-top::before {
 bottom: auto;
 top: 10%;
}
 .tooltip.align-bottom::before {
 bottom: 10%;
 top: auto;
}
 .tooltip.align-left::before {
 left: 10%;
 right: auto;
}
 .tooltip.align-right::before {
 left: auto;
 right: 10%;
}
.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-bar, .top-bar ul {
	background-color: #e6e6e6;
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem;
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0;
}
.top-bar input.button {
	width: auto;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
 @media print, screen and (min-width: 67.5em) {
 .top-bar {
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
}
 .top-bar .top-bar-left {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
 margin-right: auto;
}
 .top-bar .top-bar-right {
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
 margin-left: auto;
}
}
 @media screen and (max-width: 67.4375em) {
 .top-bar.stacked-for-small {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
 .top-bar.stacked-for-small .top-bar-left,  .top-bar.stacked-for-small .top-bar-right {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
}
 @media screen and (max-width: 77.4375em) {
 .top-bar.stacked-for-medium {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
 .top-bar.stacked-for-medium .top-bar-left,  .top-bar.stacked-for-medium .top-bar-right {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
}
 @media screen and (max-width: 112.4375em) {
 .top-bar.stacked-for-large {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
 .top-bar.stacked-for-large .top-bar-left,  .top-bar.stacked-for-large .top-bar-right {
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
}
}
.top-bar-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left, .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.hide {
	display: none !important;
}
.invisible {
	visibility: hidden;
}
 @media print, screen and (min-width: 47.5em) {
 .hide-for-small {
 display: none !important;
}
}
 @media screen and (max-width: 47.4375em) {
 .show-for-small {
 display: none !important;
}
}
 @media screen and (min-width: 47.5em) and (max-width: 67.4375em) {
 .hide-for-small-only {
 display: none !important;
}
}
 @media screen and (max-width: 47.4375em), screen and (min-width: 67.5em) {
 .show-for-small-only {
 display: none !important;
}
}
 @media print, screen and (min-width: 67.5em) {
 .hide-for-medium {
 display: none !important;
}
}
 @media screen and (max-width: 67.4375em) {
 .show-for-medium {
 display: none !important;
}
}
 @media screen and (min-width: 67.5em) and (max-width: 77.4375em) {
 .hide-for-medium-only {
 display: none !important;
}
}
 @media screen and (max-width: 67.4375em), screen and (min-width: 77.5em) {
 .show-for-medium-only {
 display: none !important;
}
}
 @media print, screen and (min-width: 77.5em) {
 .hide-for-large {
 display: none !important;
}
}
 @media screen and (max-width: 77.4375em) {
 .show-for-large {
 display: none !important;
}
}
 @media screen and (min-width: 77.5em) and (max-width: 112.4375em) {
 .hide-for-large-only {
 display: none !important;
}
}
 @media screen and (max-width: 77.4375em), screen and (min-width: 112.5em) {
 .show-for-large-only {
 display: none !important;
}
}
.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none;
}
.show-for-landscape, .hide-for-portrait {
	display: block !important;
}
 @media screen and (orientation: landscape) {
 .show-for-landscape,  .hide-for-portrait {
 display: block !important;
}
}
 @media screen and (orientation: portrait) {
 .show-for-landscape,  .hide-for-portrait {
 display: none !important;
}
}
.hide-for-landscape, .show-for-portrait {
	display: none !important;
}
 @media screen and (orientation: landscape) {
 .hide-for-landscape,  .show-for-portrait {
 display: none !important;
}
}
 @media screen and (orientation: portrait) {
 .hide-for-landscape,  .show-for-portrait {
 display: block !important;
}
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
 .clearfix::before, .clearfix::after {
 display: table;
 content: ' ';
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .clearfix::after {
 clear: both;
}
.align-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.align-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.align-right.vertical.menu > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-middle {
	-ms-flex-item-align: center;
	align-self: center;
}
.align-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.align-self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.align-center-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
 @media print, screen and (min-width: 47.5em) {
 .small-order-1 {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .small-order-2 {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}
 .small-order-3 {
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}
 .small-order-4 {
 -webkit-box-ordinal-group: 5;
 -ms-flex-order: 4;
 order: 4;
}
 .small-order-5 {
 -webkit-box-ordinal-group: 6;
 -ms-flex-order: 5;
 order: 5;
}
 .small-order-6 {
 -webkit-box-ordinal-group: 7;
 -ms-flex-order: 6;
 order: 6;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-order-1 {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .medium-order-2 {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}
 .medium-order-3 {
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}
 .medium-order-4 {
 -webkit-box-ordinal-group: 5;
 -ms-flex-order: 4;
 order: 4;
}
 .medium-order-5 {
 -webkit-box-ordinal-group: 6;
 -ms-flex-order: 5;
 order: 5;
}
 .medium-order-6 {
 -webkit-box-ordinal-group: 7;
 -ms-flex-order: 6;
 order: 6;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-order-1 {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .large-order-2 {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}
 .large-order-3 {
 -webkit-box-ordinal-group: 4;
 -ms-flex-order: 3;
 order: 3;
}
 .large-order-4 {
 -webkit-box-ordinal-group: 5;
 -ms-flex-order: 4;
 order: 4;
}
 .large-order-5 {
 -webkit-box-ordinal-group: 6;
 -ms-flex-order: 5;
 order: 5;
}
 .large-order-6 {
 -webkit-box-ordinal-group: 7;
 -ms-flex-order: 6;
 order: 6;
}
}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-child-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.flex-child-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.flex-child-shrink {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex-dir-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-dir-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
 @media print, screen and (min-width: 47.5em) {
 .small-flex-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
 .small-flex-child-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
}
 .small-flex-child-grow {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}
 .small-flex-child-shrink {
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
}
 .small-flex-dir-row {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .small-flex-dir-row-reverse {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
 .small-flex-dir-column {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .small-flex-dir-column-reverse {
 -webkit-box-orient: vertical;
 -webkit-box-direction: reverse;
 -ms-flex-direction: column-reverse;
 flex-direction: column-reverse;
}
}
 @media print, screen and (min-width: 67.5em) {
 .medium-flex-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
 .medium-flex-child-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
}
 .medium-flex-child-grow {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}
 .medium-flex-child-shrink {
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
}
 .medium-flex-dir-row {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .medium-flex-dir-row-reverse {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
 .medium-flex-dir-column {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .medium-flex-dir-column-reverse {
 -webkit-box-orient: vertical;
 -webkit-box-direction: reverse;
 -ms-flex-direction: column-reverse;
 flex-direction: column-reverse;
}
}
 @media print, screen and (min-width: 77.5em) {
 .large-flex-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
 .large-flex-child-auto {
 -webkit-box-flex: 1;
 -ms-flex: 1 1 auto;
 flex: 1 1 auto;
}
 .large-flex-child-grow {
 -webkit-box-flex: 1;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}
 .large-flex-child-shrink {
 -webkit-box-flex: 0;
 -ms-flex: 0 1 auto;
 flex: 0 1 auto;
}
 .large-flex-dir-row {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
}
 .large-flex-dir-row-reverse {
 -webkit-box-orient: horizontal;
 -webkit-box-direction: reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
 .large-flex-dir-column {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
 .large-flex-dir-column-reverse {
 -webkit-box-orient: vertical;
 -webkit-box-direction: reverse;
 -ms-flex-direction: column-reverse;
 flex-direction: column-reverse;
}
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
 font-family: "Ionicons";
 src: url(../vendor/ionicons_19e65b89.eot);
 src: url(../vendor/ionicons_19e65b89.eot) format("embedded-opentype"), url(../vendor/ionicons_dd4781d1.ttf) format("truetype"), url(../vendor/ionicons_2c159d0d.woff) format("woff"), url(../vendor/ionicons_28df6ee7.svg) format("svg");
 font-weight: normal;
 font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
	content: "\F101";
}
.ion-alert-circled:before {
	content: "\F100";
}
.ion-android-add:before {
	content: "\F2C7";
}
.ion-android-add-circle:before {
	content: "\F359";
}
.ion-android-alarm-clock:before {
	content: "\F35A";
}
.ion-android-alert:before {
	content: "\F35B";
}
.ion-android-apps:before {
	content: "\F35C";
}
.ion-android-archive:before {
	content: "\F2C9";
}
.ion-android-arrow-back:before {
	content: "\F2CA";
}
.ion-android-arrow-down:before {
	content: "\F35D";
}
.ion-android-arrow-dropdown:before {
	content: "\F35F";
}
.ion-android-arrow-dropdown-circle:before {
	content: "\F35E";
}
.ion-android-arrow-dropleft:before {
	content: "\F361";
}
.ion-android-arrow-dropleft-circle:before {
	content: "\F360";
}
.ion-android-arrow-dropright:before {
	content: "\F363";
}
.ion-android-arrow-dropright-circle:before {
	content: "\F362";
}
.ion-android-arrow-dropup:before {
	content: "\F365";
}
.ion-android-arrow-dropup-circle:before {
	content: "\F364";
}
.ion-android-arrow-forward:before {
	content: "\F30F";
}
.ion-android-arrow-up:before {
	content: "\F366";
}
.ion-android-attach:before {
	content: "\F367";
}
.ion-android-bar:before {
	content: "\F368";
}
.ion-android-bicycle:before {
	content: "\F369";
}
.ion-android-boat:before {
	content: "\F36A";
}
.ion-android-bookmark:before {
	content: "\F36B";
}
.ion-android-bulb:before {
	content: "\F36C";
}
.ion-android-bus:before {
	content: "\F36D";
}
.ion-android-calendar:before {
	content: "\F2D1";
}
.ion-android-call:before {
	content: "\F2D2";
}
.ion-android-camera:before {
	content: "\F2D3";
}
.ion-android-cancel:before {
	content: "\F36E";
}
.ion-android-car:before {
	content: "\F36F";
}
.ion-android-cart:before {
	content: "\F370";
}
.ion-android-chat:before {
	content: "\F2D4";
}
.ion-android-checkbox:before {
	content: "\F374";
}
.ion-android-checkbox-blank:before {
	content: "\F371";
}
.ion-android-checkbox-outline:before {
	content: "\F373";
}
.ion-android-checkbox-outline-blank:before {
	content: "\F372";
}
.ion-android-checkmark-circle:before {
	content: "\F375";
}
.ion-android-clipboard:before {
	content: "\F376";
}
.ion-android-close:before {
	content: "\F2D7";
}
.ion-android-cloud:before {
	content: "\F37A";
}
.ion-android-cloud-circle:before {
	content: "\F377";
}
.ion-android-cloud-done:before {
	content: "\F378";
}
.ion-android-cloud-outline:before {
	content: "\F379";
}
.ion-android-color-palette:before {
	content: "\F37B";
}
.ion-android-compass:before {
	content: "\F37C";
}
.ion-android-contact:before {
	content: "\F2D8";
}
.ion-android-contacts:before {
	content: "\F2D9";
}
.ion-android-contract:before {
	content: "\F37D";
}
.ion-android-create:before {
	content: "\F37E";
}
.ion-android-delete:before {
	content: "\F37F";
}
.ion-android-desktop:before {
	content: "\F380";
}
.ion-android-document:before {
	content: "\F381";
}
.ion-android-done:before {
	content: "\F383";
}
.ion-android-done-all:before {
	content: "\F382";
}
.ion-android-download:before {
	content: "\F2DD";
}
.ion-android-drafts:before {
	content: "\F384";
}
.ion-android-exit:before {
	content: "\F385";
}
.ion-android-expand:before {
	content: "\F386";
}
.ion-android-favorite:before {
	content: "\F388";
}
.ion-android-favorite-outline:before {
	content: "\F387";
}
.ion-android-film:before {
	content: "\F389";
}
.ion-android-folder:before {
	content: "\F2E0";
}
.ion-android-folder-open:before {
	content: "\F38A";
}
.ion-android-funnel:before {
	content: "\F38B";
}
.ion-android-globe:before {
	content: "\F38C";
}
.ion-android-hand:before {
	content: "\F2E3";
}
.ion-android-hangout:before {
	content: "\F38D";
}
.ion-android-happy:before {
	content: "\F38E";
}
.ion-android-home:before {
	content: "\F38F";
}
.ion-android-image:before {
	content: "\F2E4";
}
.ion-android-laptop:before {
	content: "\F390";
}
.ion-android-list:before {
	content: "\F391";
}
.ion-android-locate:before {
	content: "\F2E9";
}
.ion-android-lock:before {
	content: "\F392";
}
.ion-android-mail:before {
	content: "\F2EB";
}
.ion-android-map:before {
	content: "\F393";
}
.ion-android-menu:before {
	content: "\F394";
}
.ion-android-microphone:before {
	content: "\F2EC";
}
.ion-android-microphone-off:before {
	content: "\F395";
}
.ion-android-more-horizontal:before {
	content: "\F396";
}
.ion-android-more-vertical:before {
	content: "\F397";
}
.ion-android-navigate:before {
	content: "\F398";
}
.ion-android-notifications:before {
	content: "\F39B";
}
.ion-android-notifications-none:before {
	content: "\F399";
}
.ion-android-notifications-off:before {
	content: "\F39A";
}
.ion-android-open:before {
	content: "\F39C";
}
.ion-android-options:before {
	content: "\F39D";
}
.ion-android-people:before {
	content: "\F39E";
}
.ion-android-person:before {
	content: "\F3A0";
}
.ion-android-person-add:before {
	content: "\F39F";
}
.ion-android-phone-landscape:before {
	content: "\F3A1";
}
.ion-android-phone-portrait:before {
	content: "\F3A2";
}
.ion-android-pin:before {
	content: "\F3A3";
}
.ion-android-plane:before {
	content: "\F3A4";
}
.ion-android-playstore:before {
	content: "\F2F0";
}
.ion-android-print:before {
	content: "\F3A5";
}
.ion-android-radio-button-off:before {
	content: "\F3A6";
}
.ion-android-radio-button-on:before {
	content: "\F3A7";
}
.ion-android-refresh:before {
	content: "\F3A8";
}
.ion-android-remove:before {
	content: "\F2F4";
}
.ion-android-remove-circle:before {
	content: "\F3A9";
}
.ion-android-restaurant:before {
	content: "\F3AA";
}
.ion-android-sad:before {
	content: "\F3AB";
}
.ion-android-search:before {
	content: "\F2F5";
}
.ion-android-send:before {
	content: "\F2F6";
}
.ion-android-settings:before {
	content: "\F2F7";
}
.ion-android-share:before {
	content: "\F2F8";
}
.ion-android-share-alt:before {
	content: "\F3AC";
}
.ion-android-star:before {
	content: "\F2FC";
}
.ion-android-star-half:before {
	content: "\F3AD";
}
.ion-android-star-outline:before {
	content: "\F3AE";
}
.ion-android-stopwatch:before {
	content: "\F2FD";
}
.ion-android-subway:before {
	content: "\F3AF";
}
.ion-android-sunny:before {
	content: "\F3B0";
}
.ion-android-sync:before {
	content: "\F3B1";
}
.ion-android-textsms:before {
	content: "\F3B2";
}
.ion-android-time:before {
	content: "\F3B3";
}
.ion-android-train:before {
	content: "\F3B4";
}
.ion-android-unlock:before {
	content: "\F3B5";
}
.ion-android-upload:before {
	content: "\F3B6";
}
.ion-android-volume-down:before {
	content: "\F3B7";
}
.ion-android-volume-mute:before {
	content: "\F3B8";
}
.ion-android-volume-off:before {
	content: "\F3B9";
}
.ion-android-volume-up:before {
	content: "\F3BA";
}
.ion-android-walk:before {
	content: "\F3BB";
}
.ion-android-warning:before {
	content: "\F3BC";
}
.ion-android-watch:before {
	content: "\F3BD";
}
.ion-android-wifi:before {
	content: "\F305";
}
.ion-aperture:before {
	content: "\F313";
}
.ion-archive:before {
	content: "\F102";
}
.ion-arrow-down-a:before {
	content: "\F103";
}
.ion-arrow-down-b:before {
	content: "\F104";
}
.ion-arrow-down-c:before {
	content: "\F105";
}
.ion-arrow-expand:before {
	content: "\F25E";
}
.ion-arrow-graph-down-left:before {
	content: "\F25F";
}
.ion-arrow-graph-down-right:before {
	content: "\F260";
}
.ion-arrow-graph-up-left:before {
	content: "\F261";
}
.ion-arrow-graph-up-right:before {
	content: "\F262";
}
.ion-arrow-left-a:before {
	content: "\F106";
}
.ion-arrow-left-b:before {
	content: "\F107";
}
.ion-arrow-left-c:before {
	content: "\F108";
}
.ion-arrow-move:before {
	content: "\F263";
}
.ion-arrow-resize:before {
	content: "\F264";
}
.ion-arrow-return-left:before {
	content: "\F265";
}
.ion-arrow-return-right:before {
	content: "\F266";
}
.ion-arrow-right-a:before {
	content: "\F109";
}
.ion-arrow-right-b:before {
	content: "\F10A";
}
.ion-arrow-right-c:before {
	content: "\F10B";
}
.ion-arrow-shrink:before {
	content: "\F267";
}
.ion-arrow-swap:before {
	content: "\F268";
}
.ion-arrow-up-a:before {
	content: "\F10C";
}
.ion-arrow-up-b:before {
	content: "\F10D";
}
.ion-arrow-up-c:before {
	content: "\F10E";
}
.ion-asterisk:before {
	content: "\F314";
}
.ion-at:before {
	content: "\F10F";
}
.ion-backspace:before {
	content: "\F3BF";
}
.ion-backspace-outline:before {
	content: "\F3BE";
}
.ion-bag:before {
	content: "\F110";
}
.ion-battery-charging:before {
	content: "\F111";
}
.ion-battery-empty:before {
	content: "\F112";
}
.ion-battery-full:before {
	content: "\F113";
}
.ion-battery-half:before {
	content: "\F114";
}
.ion-battery-low:before {
	content: "\F115";
}
.ion-beaker:before {
	content: "\F269";
}
.ion-beer:before {
	content: "\F26A";
}
.ion-bluetooth:before {
	content: "\F116";
}
.ion-bonfire:before {
	content: "\F315";
}
.ion-bookmark:before {
	content: "\F26B";
}
.ion-bowtie:before {
	content: "\F3C0";
}
.ion-briefcase:before {
	content: "\F26C";
}
.ion-bug:before {
	content: "\F2BE";
}
.ion-calculator:before {
	content: "\F26D";
}
.ion-calendar:before {
	content: "\F117";
}
.ion-camera:before {
	content: "\F118";
}
.ion-card:before {
	content: "\F119";
}
.ion-cash:before {
	content: "\F316";
}
.ion-chatbox:before {
	content: "\F11B";
}
.ion-chatbox-working:before {
	content: "\F11A";
}
.ion-chatboxes:before {
	content: "\F11C";
}
.ion-chatbubble:before {
	content: "\F11E";
}
.ion-chatbubble-working:before {
	content: "\F11D";
}
.ion-chatbubbles:before {
	content: "\F11F";
}
.ion-checkmark:before {
	content: "\F122";
}
.ion-checkmark-circled:before {
	content: "\F120";
}
.ion-checkmark-round:before {
	content: "\F121";
}
.ion-chevron-down:before {
	content: "\F123";
}
.ion-chevron-left:before {
	content: "\F124";
}
.ion-chevron-right:before {
	content: "\F125";
}
.ion-chevron-up:before {
	content: "\F126";
}
.ion-clipboard:before {
	content: "\F127";
}
.ion-clock:before {
	content: "\F26E";
}
.ion-close:before {
	content: "\F12A";
}
.ion-close-circled:before {
	content: "\F128";
}
.ion-close-round:before {
	content: "\F129";
}
.ion-closed-captioning:before {
	content: "\F317";
}
.ion-cloud:before {
	content: "\F12B";
}
.ion-code:before {
	content: "\F271";
}
.ion-code-download:before {
	content: "\F26F";
}
.ion-code-working:before {
	content: "\F270";
}
.ion-coffee:before {
	content: "\F272";
}
.ion-compass:before {
	content: "\F273";
}
.ion-compose:before {
	content: "\F12C";
}
.ion-connection-bars:before {
	content: "\F274";
}
.ion-contrast:before {
	content: "\F275";
}
.ion-crop:before {
	content: "\F3C1";
}
.ion-cube:before {
	content: "\F318";
}
.ion-disc:before {
	content: "\F12D";
}
.ion-document:before {
	content: "\F12F";
}
.ion-document-text:before {
	content: "\F12E";
}
.ion-drag:before {
	content: "\F130";
}
.ion-earth:before {
	content: "\F276";
}
.ion-easel:before {
	content: "\F3C2";
}
.ion-edit:before {
	content: "\F2BF";
}
.ion-egg:before {
	content: "\F277";
}
.ion-eject:before {
	content: "\F131";
}
.ion-email:before {
	content: "\F132";
}
.ion-email-unread:before {
	content: "\F3C3";
}
.ion-erlenmeyer-flask:before {
	content: "\F3C5";
}
.ion-erlenmeyer-flask-bubbles:before {
	content: "\F3C4";
}
.ion-eye:before {
	content: "\F133";
}
.ion-eye-disabled:before {
	content: "\F306";
}
.ion-female:before {
	content: "\F278";
}
.ion-filing:before {
	content: "\F134";
}
.ion-film-marker:before {
	content: "\F135";
}
.ion-fireball:before {
	content: "\F319";
}
.ion-flag:before {
	content: "\F279";
}
.ion-flame:before {
	content: "\F31A";
}
.ion-flash:before {
	content: "\F137";
}
.ion-flash-off:before {
	content: "\F136";
}
.ion-folder:before {
	content: "\F139";
}
.ion-fork:before {
	content: "\F27A";
}
.ion-fork-repo:before {
	content: "\F2C0";
}
.ion-forward:before {
	content: "\F13A";
}
.ion-funnel:before {
	content: "\F31B";
}
.ion-gear-a:before {
	content: "\F13D";
}
.ion-gear-b:before {
	content: "\F13E";
}
.ion-grid:before {
	content: "\F13F";
}
.ion-hammer:before {
	content: "\F27B";
}
.ion-happy:before {
	content: "\F31C";
}
.ion-happy-outline:before {
	content: "\F3C6";
}
.ion-headphone:before {
	content: "\F140";
}
.ion-heart:before {
	content: "\F141";
}
.ion-heart-broken:before {
	content: "\F31D";
}
.ion-help:before {
	content: "\F143";
}
.ion-help-buoy:before {
	content: "\F27C";
}
.ion-help-circled:before {
	content: "\F142";
}
.ion-home:before {
	content: "\F144";
}
.ion-icecream:before {
	content: "\F27D";
}
.ion-image:before {
	content: "\F147";
}
.ion-images:before {
	content: "\F148";
}
.ion-information:before {
	content: "\F14A";
}
.ion-information-circled:before {
	content: "\F149";
}
.ion-ionic:before {
	content: "\F14B";
}
.ion-ios-alarm:before {
	content: "\F3C8";
}
.ion-ios-alarm-outline:before {
	content: "\F3C7";
}
.ion-ios-albums:before {
	content: "\F3CA";
}
.ion-ios-albums-outline:before {
	content: "\F3C9";
}
.ion-ios-americanfootball:before {
	content: "\F3CC";
}
.ion-ios-americanfootball-outline:before {
	content: "\F3CB";
}
.ion-ios-analytics:before {
	content: "\F3CE";
}
.ion-ios-analytics-outline:before {
	content: "\F3CD";
}
.ion-ios-arrow-back:before {
	content: "\F3CF";
}
.ion-ios-arrow-down:before {
	content: "\F3D0";
}
.ion-ios-arrow-forward:before {
	content: "\F3D1";
}
.ion-ios-arrow-left:before {
	content: "\F3D2";
}
.ion-ios-arrow-right:before {
	content: "\F3D3";
}
.ion-ios-arrow-thin-down:before {
	content: "\F3D4";
}
.ion-ios-arrow-thin-left:before {
	content: "\F3D5";
}
.ion-ios-arrow-thin-right:before {
	content: "\F3D6";
}
.ion-ios-arrow-thin-up:before {
	content: "\F3D7";
}
.ion-ios-arrow-up:before {
	content: "\F3D8";
}
.ion-ios-at:before {
	content: "\F3DA";
}
.ion-ios-at-outline:before {
	content: "\F3D9";
}
.ion-ios-barcode:before {
	content: "\F3DC";
}
.ion-ios-barcode-outline:before {
	content: "\F3DB";
}
.ion-ios-baseball:before {
	content: "\F3DE";
}
.ion-ios-baseball-outline:before {
	content: "\F3DD";
}
.ion-ios-basketball:before {
	content: "\F3E0";
}
.ion-ios-basketball-outline:before {
	content: "\F3DF";
}
.ion-ios-bell:before {
	content: "\F3E2";
}
.ion-ios-bell-outline:before {
	content: "\F3E1";
}
.ion-ios-body:before {
	content: "\F3E4";
}
.ion-ios-body-outline:before {
	content: "\F3E3";
}
.ion-ios-bolt:before {
	content: "\F3E6";
}
.ion-ios-bolt-outline:before {
	content: "\F3E5";
}
.ion-ios-book:before {
	content: "\F3E8";
}
.ion-ios-book-outline:before {
	content: "\F3E7";
}
.ion-ios-bookmarks:before {
	content: "\F3EA";
}
.ion-ios-bookmarks-outline:before {
	content: "\F3E9";
}
.ion-ios-box:before {
	content: "\F3EC";
}
.ion-ios-box-outline:before {
	content: "\F3EB";
}
.ion-ios-briefcase:before {
	content: "\F3EE";
}
.ion-ios-briefcase-outline:before {
	content: "\F3ED";
}
.ion-ios-browsers:before {
	content: "\F3F0";
}
.ion-ios-browsers-outline:before {
	content: "\F3EF";
}
.ion-ios-calculator:before {
	content: "\F3F2";
}
.ion-ios-calculator-outline:before {
	content: "\F3F1";
}
.ion-ios-calendar:before {
	content: "\F3F4";
}
.ion-ios-calendar-outline:before {
	content: "\F3F3";
}
.ion-ios-camera:before {
	content: "\F3F6";
}
.ion-ios-camera-outline:before {
	content: "\F3F5";
}
.ion-ios-cart:before {
	content: "\F3F8";
}
.ion-ios-cart-outline:before {
	content: "\F3F7";
}
.ion-ios-chatboxes:before {
	content: "\F3FA";
}
.ion-ios-chatboxes-outline:before {
	content: "\F3F9";
}
.ion-ios-chatbubble:before {
	content: "\F3FC";
}
.ion-ios-chatbubble-outline:before {
	content: "\F3FB";
}
.ion-ios-checkmark:before {
	content: "\F3FF";
}
.ion-ios-checkmark-empty:before {
	content: "\F3FD";
}
.ion-ios-checkmark-outline:before {
	content: "\F3FE";
}
.ion-ios-circle-filled:before {
	content: "\F400";
}
.ion-ios-circle-outline:before {
	content: "\F401";
}
.ion-ios-clock:before {
	content: "\F403";
}
.ion-ios-clock-outline:before {
	content: "\F402";
}
.ion-ios-close:before {
	content: "\F406";
}
.ion-ios-close-empty:before {
	content: "\F404";
}
.ion-ios-close-outline:before {
	content: "\F405";
}
.ion-ios-cloud:before {
	content: "\F40C";
}
.ion-ios-cloud-download:before {
	content: "\F408";
}
.ion-ios-cloud-download-outline:before {
	content: "\F407";
}
.ion-ios-cloud-outline:before {
	content: "\F409";
}
.ion-ios-cloud-upload:before {
	content: "\F40B";
}
.ion-ios-cloud-upload-outline:before {
	content: "\F40A";
}
.ion-ios-cloudy:before {
	content: "\F410";
}
.ion-ios-cloudy-night:before {
	content: "\F40E";
}
.ion-ios-cloudy-night-outline:before {
	content: "\F40D";
}
.ion-ios-cloudy-outline:before {
	content: "\F40F";
}
.ion-ios-cog:before {
	content: "\F412";
}
.ion-ios-cog-outline:before {
	content: "\F411";
}
.ion-ios-color-filter:before {
	content: "\F414";
}
.ion-ios-color-filter-outline:before {
	content: "\F413";
}
.ion-ios-color-wand:before {
	content: "\F416";
}
.ion-ios-color-wand-outline:before {
	content: "\F415";
}
.ion-ios-compose:before {
	content: "\F418";
}
.ion-ios-compose-outline:before {
	content: "\F417";
}
.ion-ios-contact:before {
	content: "\F41A";
}
.ion-ios-contact-outline:before {
	content: "\F419";
}
.ion-ios-copy:before {
	content: "\F41C";
}
.ion-ios-copy-outline:before {
	content: "\F41B";
}
.ion-ios-crop:before {
	content: "\F41E";
}
.ion-ios-crop-strong:before {
	content: "\F41D";
}
.ion-ios-download:before {
	content: "\F420";
}
.ion-ios-download-outline:before {
	content: "\F41F";
}
.ion-ios-drag:before {
	content: "\F421";
}
.ion-ios-email:before {
	content: "\F423";
}
.ion-ios-email-outline:before {
	content: "\F422";
}
.ion-ios-eye:before {
	content: "\F425";
}
.ion-ios-eye-outline:before {
	content: "\F424";
}
.ion-ios-fastforward:before {
	content: "\F427";
}
.ion-ios-fastforward-outline:before {
	content: "\F426";
}
.ion-ios-filing:before {
	content: "\F429";
}
.ion-ios-filing-outline:before {
	content: "\F428";
}
.ion-ios-film:before {
	content: "\F42B";
}
.ion-ios-film-outline:before {
	content: "\F42A";
}
.ion-ios-flag:before {
	content: "\F42D";
}
.ion-ios-flag-outline:before {
	content: "\F42C";
}
.ion-ios-flame:before {
	content: "\F42F";
}
.ion-ios-flame-outline:before {
	content: "\F42E";
}
.ion-ios-flask:before {
	content: "\F431";
}
.ion-ios-flask-outline:before {
	content: "\F430";
}
.ion-ios-flower:before {
	content: "\F433";
}
.ion-ios-flower-outline:before {
	content: "\F432";
}
.ion-ios-folder:before {
	content: "\F435";
}
.ion-ios-folder-outline:before {
	content: "\F434";
}
.ion-ios-football:before {
	content: "\F437";
}
.ion-ios-football-outline:before {
	content: "\F436";
}
.ion-ios-game-controller-a:before {
	content: "\F439";
}
.ion-ios-game-controller-a-outline:before {
	content: "\F438";
}
.ion-ios-game-controller-b:before {
	content: "\F43B";
}
.ion-ios-game-controller-b-outline:before {
	content: "\F43A";
}
.ion-ios-gear:before {
	content: "\F43D";
}
.ion-ios-gear-outline:before {
	content: "\F43C";
}
.ion-ios-glasses:before {
	content: "\F43F";
}
.ion-ios-glasses-outline:before {
	content: "\F43E";
}
.ion-ios-grid-view:before {
	content: "\F441";
}
.ion-ios-grid-view-outline:before {
	content: "\F440";
}
.ion-ios-heart:before {
	content: "\F443";
}
.ion-ios-heart-outline:before {
	content: "\F442";
}
.ion-ios-help:before {
	content: "\F446";
}
.ion-ios-help-empty:before {
	content: "\F444";
}
.ion-ios-help-outline:before {
	content: "\F445";
}
.ion-ios-home:before {
	content: "\F448";
}
.ion-ios-home-outline:before {
	content: "\F447";
}
.ion-ios-infinite:before {
	content: "\F44A";
}
.ion-ios-infinite-outline:before {
	content: "\F449";
}
.ion-ios-information:before {
	content: "\F44D";
}
.ion-ios-information-empty:before {
	content: "\F44B";
}
.ion-ios-information-outline:before {
	content: "\F44C";
}
.ion-ios-ionic-outline:before {
	content: "\F44E";
}
.ion-ios-keypad:before {
	content: "\F450";
}
.ion-ios-keypad-outline:before {
	content: "\F44F";
}
.ion-ios-lightbulb:before {
	content: "\F452";
}
.ion-ios-lightbulb-outline:before {
	content: "\F451";
}
.ion-ios-list:before {
	content: "\F454";
}
.ion-ios-list-outline:before {
	content: "\F453";
}
.ion-ios-location:before {
	content: "\F456";
}
.ion-ios-location-outline:before {
	content: "\F455";
}
.ion-ios-locked:before {
	content: "\F458";
}
.ion-ios-locked-outline:before {
	content: "\F457";
}
.ion-ios-loop:before {
	content: "\F45A";
}
.ion-ios-loop-strong:before {
	content: "\F459";
}
.ion-ios-medical:before {
	content: "\F45C";
}
.ion-ios-medical-outline:before {
	content: "\F45B";
}
.ion-ios-medkit:before {
	content: "\F45E";
}
.ion-ios-medkit-outline:before {
	content: "\F45D";
}
.ion-ios-mic:before {
	content: "\F461";
}
.ion-ios-mic-off:before {
	content: "\F45F";
}
.ion-ios-mic-outline:before {
	content: "\F460";
}
.ion-ios-minus:before {
	content: "\F464";
}
.ion-ios-minus-empty:before {
	content: "\F462";
}
.ion-ios-minus-outline:before {
	content: "\F463";
}
.ion-ios-monitor:before {
	content: "\F466";
}
.ion-ios-monitor-outline:before {
	content: "\F465";
}
.ion-ios-moon:before {
	content: "\F468";
}
.ion-ios-moon-outline:before {
	content: "\F467";
}
.ion-ios-more:before {
	content: "\F46A";
}
.ion-ios-more-outline:before {
	content: "\F469";
}
.ion-ios-musical-note:before {
	content: "\F46B";
}
.ion-ios-musical-notes:before {
	content: "\F46C";
}
.ion-ios-navigate:before {
	content: "\F46E";
}
.ion-ios-navigate-outline:before {
	content: "\F46D";
}
.ion-ios-nutrition:before {
	content: "\F470";
}
.ion-ios-nutrition-outline:before {
	content: "\F46F";
}
.ion-ios-paper:before {
	content: "\F472";
}
.ion-ios-paper-outline:before {
	content: "\F471";
}
.ion-ios-paperplane:before {
	content: "\F474";
}
.ion-ios-paperplane-outline:before {
	content: "\F473";
}
.ion-ios-partlysunny:before {
	content: "\F476";
}
.ion-ios-partlysunny-outline:before {
	content: "\F475";
}
.ion-ios-pause:before {
	content: "\F478";
}
.ion-ios-pause-outline:before {
	content: "\F477";
}
.ion-ios-paw:before {
	content: "\F47A";
}
.ion-ios-paw-outline:before {
	content: "\F479";
}
.ion-ios-people:before {
	content: "\F47C";
}
.ion-ios-people-outline:before {
	content: "\F47B";
}
.ion-ios-person:before {
	content: "\F47E";
}
.ion-ios-person-outline:before {
	content: "\F47D";
}
.ion-ios-personadd:before {
	content: "\F480";
}
.ion-ios-personadd-outline:before {
	content: "\F47F";
}
.ion-ios-photos:before {
	content: "\F482";
}
.ion-ios-photos-outline:before {
	content: "\F481";
}
.ion-ios-pie:before {
	content: "\F484";
}
.ion-ios-pie-outline:before {
	content: "\F483";
}
.ion-ios-pint:before {
	content: "\F486";
}
.ion-ios-pint-outline:before {
	content: "\F485";
}
.ion-ios-play:before {
	content: "\F488";
}
.ion-ios-play-outline:before {
	content: "\F487";
}
.ion-ios-plus:before {
	content: "\F48B";
}
.ion-ios-plus-empty:before {
	content: "\F489";
}
.ion-ios-plus-outline:before {
	content: "\F48A";
}
.ion-ios-pricetag:before {
	content: "\F48D";
}
.ion-ios-pricetag-outline:before {
	content: "\F48C";
}
.ion-ios-pricetags:before {
	content: "\F48F";
}
.ion-ios-pricetags-outline:before {
	content: "\F48E";
}
.ion-ios-printer:before {
	content: "\F491";
}
.ion-ios-printer-outline:before {
	content: "\F490";
}
.ion-ios-pulse:before {
	content: "\F493";
}
.ion-ios-pulse-strong:before {
	content: "\F492";
}
.ion-ios-rainy:before {
	content: "\F495";
}
.ion-ios-rainy-outline:before {
	content: "\F494";
}
.ion-ios-recording:before {
	content: "\F497";
}
.ion-ios-recording-outline:before {
	content: "\F496";
}
.ion-ios-redo:before {
	content: "\F499";
}
.ion-ios-redo-outline:before {
	content: "\F498";
}
.ion-ios-refresh:before {
	content: "\F49C";
}
.ion-ios-refresh-empty:before {
	content: "\F49A";
}
.ion-ios-refresh-outline:before {
	content: "\F49B";
}
.ion-ios-reload:before {
	content: "\F49D";
}
.ion-ios-reverse-camera:before {
	content: "\F49F";
}
.ion-ios-reverse-camera-outline:before {
	content: "\F49E";
}
.ion-ios-rewind:before {
	content: "\F4A1";
}
.ion-ios-rewind-outline:before {
	content: "\F4A0";
}
.ion-ios-rose:before {
	content: "\F4A3";
}
.ion-ios-rose-outline:before {
	content: "\F4A2";
}
.ion-ios-search:before {
	content: "\F4A5";
}
.ion-ios-search-strong:before {
	content: "\F4A4";
}
.ion-ios-settings:before {
	content: "\F4A7";
}
.ion-ios-settings-strong:before {
	content: "\F4A6";
}
.ion-ios-shuffle:before {
	content: "\F4A9";
}
.ion-ios-shuffle-strong:before {
	content: "\F4A8";
}
.ion-ios-skipbackward:before {
	content: "\F4AB";
}
.ion-ios-skipbackward-outline:before {
	content: "\F4AA";
}
.ion-ios-skipforward:before {
	content: "\F4AD";
}
.ion-ios-skipforward-outline:before {
	content: "\F4AC";
}
.ion-ios-snowy:before {
	content: "\F4AE";
}
.ion-ios-speedometer:before {
	content: "\F4B0";
}
.ion-ios-speedometer-outline:before {
	content: "\F4AF";
}
.ion-ios-star:before {
	content: "\F4B3";
}
.ion-ios-star-half:before {
	content: "\F4B1";
}
.ion-ios-star-outline:before {
	content: "\F4B2";
}
.ion-ios-stopwatch:before {
	content: "\F4B5";
}
.ion-ios-stopwatch-outline:before {
	content: "\F4B4";
}
.ion-ios-sunny:before {
	content: "\F4B7";
}
.ion-ios-sunny-outline:before {
	content: "\F4B6";
}
.ion-ios-telephone:before {
	content: "\F4B9";
}
.ion-ios-telephone-outline:before {
	content: "\F4B8";
}
.ion-ios-tennisball:before {
	content: "\F4BB";
}
.ion-ios-tennisball-outline:before {
	content: "\F4BA";
}
.ion-ios-thunderstorm:before {
	content: "\F4BD";
}
.ion-ios-thunderstorm-outline:before {
	content: "\F4BC";
}
.ion-ios-time:before {
	content: "\F4BF";
}
.ion-ios-time-outline:before {
	content: "\F4BE";
}
.ion-ios-timer:before {
	content: "\F4C1";
}
.ion-ios-timer-outline:before {
	content: "\F4C0";
}
.ion-ios-toggle:before {
	content: "\F4C3";
}
.ion-ios-toggle-outline:before {
	content: "\F4C2";
}
.ion-ios-trash:before {
	content: "\F4C5";
}
.ion-ios-trash-outline:before {
	content: "\F4C4";
}
.ion-ios-undo:before {
	content: "\F4C7";
}
.ion-ios-undo-outline:before {
	content: "\F4C6";
}
.ion-ios-unlocked:before {
	content: "\F4C9";
}
.ion-ios-unlocked-outline:before {
	content: "\F4C8";
}
.ion-ios-upload:before {
	content: "\F4CB";
}
.ion-ios-upload-outline:before {
	content: "\F4CA";
}
.ion-ios-videocam:before {
	content: "\F4CD";
}
.ion-ios-videocam-outline:before {
	content: "\F4CC";
}
.ion-ios-volume-high:before {
	content: "\F4CE";
}
.ion-ios-volume-low:before {
	content: "\F4CF";
}
.ion-ios-wineglass:before {
	content: "\F4D1";
}
.ion-ios-wineglass-outline:before {
	content: "\F4D0";
}
.ion-ios-world:before {
	content: "\F4D3";
}
.ion-ios-world-outline:before {
	content: "\F4D2";
}
.ion-ipad:before {
	content: "\F1F9";
}
.ion-iphone:before {
	content: "\F1FA";
}
.ion-ipod:before {
	content: "\F1FB";
}
.ion-jet:before {
	content: "\F295";
}
.ion-key:before {
	content: "\F296";
}
.ion-knife:before {
	content: "\F297";
}
.ion-laptop:before {
	content: "\F1FC";
}
.ion-leaf:before {
	content: "\F1FD";
}
.ion-levels:before {
	content: "\F298";
}
.ion-lightbulb:before {
	content: "\F299";
}
.ion-link:before {
	content: "\F1FE";
}
.ion-load-a:before {
	content: "\F29A";
}
.ion-load-b:before {
	content: "\F29B";
}
.ion-load-c:before {
	content: "\F29C";
}
.ion-load-d:before {
	content: "\F29D";
}
.ion-location:before {
	content: "\F1FF";
}
.ion-lock-combination:before {
	content: "\F4D4";
}
.ion-locked:before {
	content: "\F200";
}
.ion-log-in:before {
	content: "\F29E";
}
.ion-log-out:before {
	content: "\F29F";
}
.ion-loop:before {
	content: "\F201";
}
.ion-magnet:before {
	content: "\F2A0";
}
.ion-male:before {
	content: "\F2A1";
}
.ion-man:before {
	content: "\F202";
}
.ion-map:before {
	content: "\F203";
}
.ion-medkit:before {
	content: "\F2A2";
}
.ion-merge:before {
	content: "\F33F";
}
.ion-mic-a:before {
	content: "\F204";
}
.ion-mic-b:before {
	content: "\F205";
}
.ion-mic-c:before {
	content: "\F206";
}
.ion-minus:before {
	content: "\F209";
}
.ion-minus-circled:before {
	content: "\F207";
}
.ion-minus-round:before {
	content: "\F208";
}
.ion-model-s:before {
	content: "\F2C1";
}
.ion-monitor:before {
	content: "\F20A";
}
.ion-more:before {
	content: "\F20B";
}
.ion-mouse:before {
	content: "\F340";
}
.ion-music-note:before {
	content: "\F20C";
}
.ion-navicon:before {
	content: "\F20E";
}
.ion-navicon-round:before {
	content: "\F20D";
}
.ion-navigate:before {
	content: "\F2A3";
}
.ion-network:before {
	content: "\F341";
}
.ion-no-smoking:before {
	content: "\F2C2";
}
.ion-nuclear:before {
	content: "\F2A4";
}
.ion-outlet:before {
	content: "\F342";
}
.ion-paintbrush:before {
	content: "\F4D5";
}
.ion-paintbucket:before {
	content: "\F4D6";
}
.ion-paper-airplane:before {
	content: "\F2C3";
}
.ion-paperclip:before {
	content: "\F20F";
}
.ion-pause:before {
	content: "\F210";
}
.ion-person:before {
	content: "\F213";
}
.ion-person-add:before {
	content: "\F211";
}
.ion-person-stalker:before {
	content: "\F212";
}
.ion-pie-graph:before {
	content: "\F2A5";
}
.ion-pin:before {
	content: "\F2A6";
}
.ion-pinpoint:before {
	content: "\F2A7";
}
.ion-pizza:before {
	content: "\F2A8";
}
.ion-plane:before {
	content: "\F214";
}
.ion-planet:before {
	content: "\F343";
}
.ion-play:before {
	content: "\F215";
}
.ion-playstation:before {
	content: "\F30A";
}
.ion-plus:before {
	content: "\F218";
}
.ion-plus-circled:before {
	content: "\F216";
}
.ion-plus-round:before {
	content: "\F217";
}
.ion-podium:before {
	content: "\F344";
}
.ion-pound:before {
	content: "\F219";
}
.ion-power:before {
	content: "\F2A9";
}
.ion-pricetag:before {
	content: "\F2AA";
}
.ion-pricetags:before {
	content: "\F2AB";
}
.ion-printer:before {
	content: "\F21A";
}
.ion-pull-request:before {
	content: "\F345";
}
.ion-qr-scanner:before {
	content: "\F346";
}
.ion-quote:before {
	content: "\F347";
}
.ion-radio-waves:before {
	content: "\F2AC";
}
.ion-record:before {
	content: "\F21B";
}
.ion-refresh:before {
	content: "\F21C";
}
.ion-reply:before {
	content: "\F21E";
}
.ion-reply-all:before {
	content: "\F21D";
}
.ion-ribbon-a:before {
	content: "\F348";
}
.ion-ribbon-b:before {
	content: "\F349";
}
.ion-sad:before {
	content: "\F34A";
}
.ion-sad-outline:before {
	content: "\F4D7";
}
.ion-scissors:before {
	content: "\F34B";
}
.ion-search:before {
	content: "\F21F";
}
.ion-settings:before {
	content: "\F2AD";
}
.ion-share:before {
	content: "\F220";
}
.ion-shuffle:before {
	content: "\F221";
}
.ion-skip-backward:before {
	content: "\F222";
}
.ion-skip-forward:before {
	content: "\F223";
}
.ion-social-android:before {
	content: "\F225";
}
.ion-social-android-outline:before {
	content: "\F224";
}
.ion-social-angular:before {
	content: "\F4D9";
}
.ion-social-angular-outline:before {
	content: "\F4D8";
}
.ion-social-apple:before {
	content: "\F227";
}
.ion-social-apple-outline:before {
	content: "\F226";
}
.ion-social-bitcoin:before {
	content: "\F2AF";
}
.ion-social-bitcoin-outline:before {
	content: "\F2AE";
}
.ion-social-buffer:before {
	content: "\F229";
}
.ion-social-buffer-outline:before {
	content: "\F228";
}
.ion-social-chrome:before {
	content: "\F4DB";
}
.ion-social-chrome-outline:before {
	content: "\F4DA";
}
.ion-social-codepen:before {
	content: "\F4DD";
}
.ion-social-codepen-outline:before {
	content: "\F4DC";
}
.ion-social-css3:before {
	content: "\F4DF";
}
.ion-social-css3-outline:before {
	content: "\F4DE";
}
.ion-social-designernews:before {
	content: "\F22B";
}
.ion-social-designernews-outline:before {
	content: "\F22A";
}
.ion-social-dribbble:before {
	content: "\F22D";
}
.ion-social-dribbble-outline:before {
	content: "\F22C";
}
.ion-social-dropbox:before {
	content: "\F22F";
}
.ion-social-dropbox-outline:before {
	content: "\F22E";
}
.ion-social-euro:before {
	content: "\F4E1";
}
.ion-social-euro-outline:before {
	content: "\F4E0";
}
.ion-social-facebook:before {
	content: "\F231";
}
.ion-social-facebook-outline:before {
	content: "\F230";
}
.ion-social-foursquare:before {
	content: "\F34D";
}
.ion-social-foursquare-outline:before {
	content: "\F34C";
}
.ion-social-freebsd-devil:before {
	content: "\F2C4";
}
.ion-social-github:before {
	content: "\F233";
}
.ion-social-github-outline:before {
	content: "\F232";
}
.ion-social-google:before {
	content: "\F34F";
}
.ion-social-google-outline:before {
	content: "\F34E";
}
.ion-social-googleplus:before {
	content: "\F235";
}
.ion-social-googleplus-outline:before {
	content: "\F234";
}
.ion-social-hackernews:before {
	content: "\F237";
}
.ion-social-hackernews-outline:before {
	content: "\F236";
}
.ion-social-html5:before {
	content: "\F4E3";
}
.ion-social-html5-outline:before {
	content: "\F4E2";
}
.ion-social-instagram:before {
	content: "\F351";
}
.ion-social-instagram-outline:before {
	content: "\F350";
}
.ion-social-javascript:before {
	content: "\F4E5";
}
.ion-social-javascript-outline:before {
	content: "\F4E4";
}
.ion-social-linkedin:before {
	content: "\F239";
}
.ion-social-linkedin-outline:before {
	content: "\F238";
}
.ion-social-markdown:before {
	content: "\F4E6";
}
.ion-social-nodejs:before {
	content: "\F4E7";
}
.ion-social-octocat:before {
	content: "\F4E8";
}
.ion-social-pinterest:before {
	content: "\F2B1";
}
.ion-social-pinterest-outline:before {
	content: "\F2B0";
}
.ion-social-python:before {
	content: "\F4E9";
}
.ion-social-reddit:before {
	content: "\F23B";
}
.ion-social-reddit-outline:before {
	content: "\F23A";
}
.ion-social-rss:before {
	content: "\F23D";
}
.ion-social-rss-outline:before {
	content: "\F23C";
}
.ion-social-sass:before {
	content: "\F4EA";
}
.ion-social-skype:before {
	content: "\F23F";
}
.ion-social-skype-outline:before {
	content: "\F23E";
}
.ion-social-snapchat:before {
	content: "\F4EC";
}
.ion-social-snapchat-outline:before {
	content: "\F4EB";
}
.ion-social-tumblr:before {
	content: "\F241";
}
.ion-social-tumblr-outline:before {
	content: "\F240";
}
.ion-social-tux:before {
	content: "\F2C5";
}
.ion-social-twitch:before {
	content: "\F4EE";
}
.ion-social-twitch-outline:before {
	content: "\F4ED";
}
.ion-social-twitter:before {
	content: "\F243";
}
.ion-social-twitter-outline:before {
	content: "\F242";
}
.ion-social-usd:before {
	content: "\F353";
}
.ion-social-usd-outline:before {
	content: "\F352";
}
.ion-social-vimeo:before {
	content: "\F245";
}
.ion-social-vimeo-outline:before {
	content: "\F244";
}
.ion-social-whatsapp:before {
	content: "\F4F0";
}
.ion-social-whatsapp-outline:before {
	content: "\F4EF";
}
.ion-social-windows:before {
	content: "\F247";
}
.ion-social-windows-outline:before {
	content: "\F246";
}
.ion-social-wordpress:before {
	content: "\F249";
}
.ion-social-wordpress-outline:before {
	content: "\F248";
}
.ion-social-yahoo:before {
	content: "\F24B";
}
.ion-social-yahoo-outline:before {
	content: "\F24A";
}
.ion-social-yen:before {
	content: "\F4F2";
}
.ion-social-yen-outline:before {
	content: "\F4F1";
}
.ion-social-youtube:before {
	content: "\F24D";
}
.ion-social-youtube-outline:before {
	content: "\F24C";
}
.ion-soup-can:before {
	content: "\F4F4";
}
.ion-soup-can-outline:before {
	content: "\F4F3";
}
.ion-speakerphone:before {
	content: "\F2B2";
}
.ion-speedometer:before {
	content: "\F2B3";
}
.ion-spoon:before {
	content: "\F2B4";
}
.ion-star:before {
	content: "\F24E";
}
.ion-stats-bars:before {
	content: "\F2B5";
}
.ion-steam:before {
	content: "\F30B";
}
.ion-stop:before {
	content: "\F24F";
}
.ion-thermometer:before {
	content: "\F2B6";
}
.ion-thumbsdown:before {
	content: "\F250";
}
.ion-thumbsup:before {
	content: "\F251";
}
.ion-toggle:before {
	content: "\F355";
}
.ion-toggle-filled:before {
	content: "\F354";
}
.ion-transgender:before {
	content: "\F4F5";
}
.ion-trash-a:before {
	content: "\F252";
}
.ion-trash-b:before {
	content: "\F253";
}
.ion-trophy:before {
	content: "\F356";
}
.ion-tshirt:before {
	content: "\F4F7";
}
.ion-tshirt-outline:before {
	content: "\F4F6";
}
.ion-umbrella:before {
	content: "\F2B7";
}
.ion-university:before {
	content: "\F357";
}
.ion-unlocked:before {
	content: "\F254";
}
.ion-upload:before {
	content: "\F255";
}
.ion-usb:before {
	content: "\F2B8";
}
.ion-videocamera:before {
	content: "\F256";
}
.ion-volume-high:before {
	content: "\F257";
}
.ion-volume-low:before {
	content: "\F258";
}
.ion-volume-medium:before {
	content: "\F259";
}
.ion-volume-mute:before {
	content: "\F25A";
}
.ion-wand:before {
	content: "\F358";
}
.ion-waterdrop:before {
	content: "\F25B";
}
.ion-wifi:before {
	content: "\F25C";
}
.ion-wineglass:before {
	content: "\F2B9";
}
.ion-woman:before {
	content: "\F25D";
}
.ion-wrench:before {
	content: "\F2BA";
}
.ion-xbox:before {
	content: "\F30C";
}
/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[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;
}
/* Slider */

.slick-loading .slick-list {
	background: #fff url(../vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
 font-family: "slick";
 src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
 src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
 font-weight: normal;
 font-style: normal;
}
/* Arrows */

.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: "\2190";
}
[dir="rtl"] .slick-prev:before {
	content: "\2192";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: "\2192";
}
[dir="rtl"] .slick-next:before {
	content: "\2190";
}
/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}
/** Import common styles */

body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	width: 100vw;
	overflow-x: hidden;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
}
table, span, ul, li, a {
	font-family: 'Rubik', sans-serif;
}
main {
	width: 100vw;
	padding-top: 71px;
}
 @media print, screen and (min-width: 67.5em) {
 main {
 width: calc(100vw - 60px);
 padding-top: 101px;
}
}
 @media screen and (min-width: 112.5em) {
 main {
 width: calc(100vw - 80px);
 padding-top: 131px;
}
}
form {
	padding: 0;
	width: 100%;
	margin: 20px auto 50px;/* Error & Validation Messages */
}
 @media (min-width: 900px) and (min-height: 695px) {
 form {
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin: 30px auto 0;
}
}
form ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
form ul li {
	display: block;
	margin-bottom: 15px;
}
 @media print, screen and (min-width: 67.5em) {
 form ul li {
 margin-bottom: 20px;
}
}
form .ginput_counter {
	display: none;
}
form .validation_error {
	display: none;
}
form .gfield_error input {
	border: 1px solid red !important;
}
form input[type="text"], form input[type="tel"], form input[type="email"] {
	border: 0;
	background: #fff;
	padding: 0 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #33731a;
	font-size: 16px;
	margin-bottom: 0;
	height: 40px;
	font-weight: 700;
}
 form input[type="text"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder {
 color: #33731a;
 opacity: 1;
}
 form input[type="text"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder {
 color: #33731a;
 opacity: 1;
}
 form input[type="text"]::-ms-input-placeholder, form input[type="tel"]::-ms-input-placeholder, form input[type="email"]::-ms-input-placeholder {
 color: #33731a;
 opacity: 1;
}
 form input[type="text"]::placeholder, form input[type="tel"]::placeholder, form input[type="email"]::placeholder {
 color: #33731a;
 opacity: 1;
}
 @media print, screen and (min-width: 67.5em) {
 form input[type="text"],  form input[type="tel"],  form input[type="email"] {
 font-size: 14px;
 padding: 6px 16px;
 height: 50px;
}
}
form input[type="text"]:focus, form input[type="text"]:active, form input[type="tel"]:focus, form input[type="tel"]:active, form input[type="email"]:focus, form input[type="email"]:active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
}
form .gform_footer {
	width: 160px;
	float: right;
	position: relative;
	height: 40px;
}
form .gform_footer:after {
	width: 30px;
	right: 0;
	background: #fff;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media print, screen and (min-width: 67.5em) {
 form .gform_footer {
 height: 50px;
}
 form .gform_footer:hover:after {
 right: -10px;
}
}
form input[type="submit"] {
	background: transparent;
	border: 0;
	padding: 0;
	margin-top: 0;
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border: 1px solid #fff;
	width: 145px;
	height: 40px;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
	background: transparent;
}
 @media print, screen and (min-width: 67.5em) {
 form input[type="submit"] {
 height: 50px;
}
 form input[type="submit"]:hover {
 background: #fff;
 color: #33731a;
}
}
form label {
	display: none;
}
.gform_confirmation_message {
	margin-top: 18px;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 36px;
	text-align: left;
	font-weight: 700;
	margin-top: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .gform_confirmation_message {
 font-size: 16px;
 line-height: 28px;
 margin-bottom: 35px;
 margin-top: 40px;
}
}
.validation_message {
	display: none;
}
.btn {
	text-transform: uppercase;
	color: #33731a;
	padding: 15px 30px;
	border: 1px solid #33731a;
	position: relative;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	font-size: 12px;
}
 @media print, screen and (min-width: 67.5em) {
 .btn {
 font-size: 12px;
}
}
 @media screen and (min-width: 112.5em) {
 .btn {
 font-size: 15px;
}
}
.btn:after {
	width: 30px;
	right: -15px;
	background: #33731a;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media print, screen and (min-width: 67.5em) {
 .btn:hover {
 background: #33731a;
 color: #F9F7F2;
}
 .btn:hover:after {
 right: -25px;
}
}
.btn--white {
	border: 1px solid #FFF;
	color: #FFF;
}
.btn--white:after {
	background: #FFF;
}
 @media print, screen and (min-width: 67.5em) {
 .btn--white:hover {
 background: #FFF;
 color: #33731a;
}
 .btn--white:hover:after {
 right: -25px;
}
}
.page .single-post__wrapper h1, .error404 .single-post__wrapper h1 {
	color: #33731a;
}
.page .single-post__wrapper p strong, .error404 .single-post__wrapper p strong {
	color: #33731a;
}
span, input, button, textarea, select {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.animate-block {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: translate(0px, 30px);
	-o-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}
.animate-now {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 0;
	-webkit-transform: translate(0px, 30px);
	-o-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
}
.come-in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.come-in-center {
	opacity: 1 !important;
}
/** Import component styles */

.home-slider {
	position: relative;
}
.home-slider__slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .home-slider__slide {
 height: 550px;
 max-height: calc(100vh - 81px);
}
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__slide {
 height: 700px;
 max-height: calc(100vh - 100px);
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__slide {
 height: 950px;
}
}
.home-slider__slide div {
	height: 100%;
}
.home-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.home-slider .slick-slide {
	height: inherit !important;
}
.home-slider .slick-slide div {
	height: 100%;
}
.home-slider__welcoming {
	font-family: 'Rubik', sans-serif!important;
	text-align:center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	font-size: 12px;
	line-height:1.5;
	text-transform: uppercase;
	color: #33731a;
	display: none;
	width: 200px;
	padding-bottom: 8px;
	margin-left: -100px;
	font-weight: 700;
	display: none;
}
 @media print, screen and (min-width: 77.5em) {
 .home-slider__welcoming {
 display: block;
}
}
.home-slider__welcoming:after {
	display: block;
	width: 1px;
	height: 60px;
	background: #33731a;
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__welcoming {
 display: block;
}
}
.home-slider__content {
	width: 100%;
	display: block;
	text-align: left;
	padding: 30px 30px 290px;
	background-image: url(../images/slider-bg.jpg);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .home-slider__content {
 padding: 60px 60px;
 width: 45%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .home-slider__content {
 width: 40%;
 padding: 110px 100px 100px;
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__content {
 padding: 140px 160px;
}
}
.home-slider__content h5 {
	font-family: 'Corinthia', cursive;
	width: 100%;
	color: #33731a;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
}
.home-slider__content .spans {
	font-family: 'brittany_signatureregular';
	font-size: 50px;
	font-weight:bold;
	color:#33731a
}
@media print, screen and (min-width: 67.5em) {
 .home-slider__content h5 {
 font-size: 36px;
}
}
.home-slider__content h2 {
	width: 100%;
	font-size: 30px;
	color: #333;
	font-weight:400;
	margin-bottom: 20px;
	line-height: 1.3;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__content h2 {
 font-size: 40px;
 margin-bottom: 15px;
 margin-left: -4px;
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__content h2 {
 font-size: 60px;
 margin-bottom: 20px;
 margin-left: -5px;
}
}
.home-slider__content p {
	width: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__content p {
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__content p {
}
}
.home-slider__text {
	width: 100%;
	height: auto !important;
}
.home-slider__number {
	font-size: 80px;
	position: absolute;
	bottom: 260px;
	margin-bottom: -11px;
	right: 0;
	color: rgba(236, 230, 217, 0.35);
	font-weight: 700;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__number {
 bottom: 100%;
 font-size: 100px;
 right: 15px;
 bottom: 15%;
 left: auto;
 -webkit-transform: translateX(50%);
 -o-transform: translateX(50%);
 transform: translateX(50%);
 margin-bottom: 0;
 z-index: 99;
}
}
 @media print, screen and (min-width: 77.5em) {
 .home-slider__number {
 font-size: 200px;
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__number {
 font-size: 300px;
}
}
.home-slider__wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 260px !important;
}
 @media print, screen and (min-width: 47.5em) {
 .home-slider__wrapper {
 width: 55%;
 position: relative;
 height: auto !important;
}
}
 @media print, screen and (min-width: 77.5em) {
 .home-slider__wrapper {
 width: 60%;
}
}
.home-slider__wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-slider__image {
	width: 100%;
	height: 260px;
}
 @media print, screen and (min-width: 47.5em) {
 .home-slider__image {
 width: 55%;
 position: relative;
 height: 100% !important;
}
 .home-slider__image:before {
 background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
 background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
 background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
 background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 200px;
 display: block;
 content: '';
 z-index: 10;
}
 .home-slider__image:after {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 400px;
 background-image: url(../images/slider-overlay.png);
 background-size: cover;
 background-position: bottom;
 display: block;
 content: '';
 z-index: 9;
}
}
 @media print, screen and (min-width: 77.5em) {
 .home-slider__image {
 width: 60%;
}
}
.home-slider__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-slider__nav {
	position: absolute;
	bottom: 0;
	right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home-slider__nav-item {
	background: #a9bf86;
	color: #fff;
	font-size: 8px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	border-left: 1px solid #fff;
	width:130px;
	height: 40px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.home-slider__nav-item.active {
	background: #33731a;
	color: #fff;
}
.home-slider__nav-item.active .title:before {
	background: #fff;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__nav-item {
 padding: 14px 24px;
 padding-right: 0;
 width: 200px;
 font-size: 12px;
 height: auto;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__nav-item {
 padding: 14px 28px;
 width: 250px;
 font-size: 12px;
}
}
.home-slider__nav-item:first-of-type {
	border-left: 0;
}
.home-slider__nav-item .number {
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__nav-item .number {
 font-size: 16px;
}
}
.home-slider__nav-item .title {
}
.home-slider__nav-item .title:before {
	width: 10px;
	height: 0px;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media print, screen and (min-width: 67.5em) {
 .home-slider__nav-item .title {
 width: 130px;
 display: block;
 font-weight: 700;
 padding-left: 30px;
 position: relative;
 -webkit-transition: all ease-in-out 0.3s;
 -o-transition: all ease-in-out 0.3s;
 transition: all ease-in-out 0.3s;
}
}
 @media screen and (min-width: 112.5em) {
 .home-slider__nav-item .title {
 width: 160px;
}
}
.register {
	position: fixed;
	top: -100vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	color: #fff;
	background: #33731a;
	z-index: 998;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media (max-width: 760px) {
 .register {
 overflow: scroll;
 -webkit-overflow-scrolling: touch;
}
}
.register form:after {
	display: block;
	content: '';
	clear: both;
	margin-bottom: 40px;
}
 @media print, screen and (min-width: 67.5em) {
 .register {
 width: 80px;
 height: 100vh;
 top: 0;
 left: auto;
 right: 0;
 z-index: 1000;
}
}
.register__toggle {
	opacity: 1;
	display: block;
	visibility: visible;
	text-align: center;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.register__toggle img {
	margin: 35px auto;
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
}
 @media screen and (min-width: 112.5em) {
 .register__toggle img {
 margin: 50px auto;
}
}
.register__toggle span {
	display: block;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}
.whatsapp-icon-bottom {
	display:none;
}
@media print, screen and (min-width: 67.5em) {
 .register__toggle span {
 font-size: 11px;
 -webkit-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 -webkit-transform-origin: 25px 10px;
 -o-transform-origin: 25px 10px;
 transform-origin: 25px 10px;
 width: 180px;
}
 .whatsapp-icon-bottom {
 position: fixed;
 right: 80px;
 bottom: 60px;
 width: 60px;
 height: 60px;
 border-radius: 60px;
 background-color: #00e676;
 color: #fff !important;
 font-size: 35px;
 text-transform: uppercase;
 line-height: 60px;
 text-align: center;
 z-index: 100;
 cursor: pointer;
 display: none;
 -webkit-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 transition: all 300ms ease;
}
.whatsapp-icon-bottom a {
color: #fff !important;
}
}
 @media screen and (min-width: 112.5em) {
 .register__toggle span {
 font-size: 14px;
 -webkit-transform-origin: 35px 10px;
 -o-transform-origin: 35px 10px;
 transform-origin: 35px 10px;
 width: 250px;
}
 .whatsapp-icon-bottom {
 position: fixed;
 right: 80px;
 bottom: 60px;
 width: 60px;
 height: 60px;
 border-radius: 60px;
 background-color: #00e676;
 color: #fff !important;
 font-size: 35px;
 text-transform: uppercase;
 line-height: 60px;
 text-align: center;
 z-index: 100;
 cursor: pointer;
 display: none;
 -webkit-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 transition: all 300ms ease;
}
.whatsapp-icon-bottom a {
color: #fff !important;
}
}
.register__inner {
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	-webkit-transition: all ease-in-out 0s;
	-o-transition: all ease-in-out 0s;
	transition: all ease-in-out 0s;
}
 @media print, screen and (min-width: 67.5em) {
 .register__inner {
 padding: 35px;
}
}
 @media screen and (min-width: 112.5em) {
 .register__inner {
 padding: 50px;
}
}
.register__inner h4 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}
 @media print, screen and (min-width: 67.5em) {
 .register__inner h4 {
 margin-bottom: 30px;
}
}
.register__inner p {
	color: #ECE6D9;
	font-weight: 700;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.register__inner p span {
	font-weight: 700;
	width: calc(100% - 45px);
	margin-top: 8px;
}
.modal-header{ text-align:center !important;}


#myModal input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
    border:  solid 1px rgba(0,0,0,0.2);
}
#myModal .gform_button{ background-color:#33731a; float:left;}

#myModal form .gform_footer {
    width: 160px;
    float: left;
    position: relative;
    height: auto !important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto !important;
}
}

.register__inner p a {
	color: #ECE6D9 !important;
}
 @media print, screen and (min-width: 67.5em) {
 .register__inner p {
 margin-bottom: 15px;
}
}
 @media screen and (min-width: 112.5em) {
 .register__inner p {
 font-size: 18px;
}
}
.register__inner p:last-of-type {
	font-size: 13px;
}
 @media screen and (min-width: 112.5em) {
 .register__inner p:last-of-type {
 font-size: 15px;
}
}
.register__arrow {
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-bottom: 30px;
	cursor: pointer;
	display: none;
}
 @media print, screen and (min-width: 67.5em) {
 .register__arrow {
 display: block;
}
}
 @media print, screen and (min-width: 67.5em) {
 .register {
 width: 60px;
}
}
 @media screen and (min-width: 112.5em) {
 .register {
 width: 80px;
}
}
.register.active {
	top: 71px;
}
 @media print, screen and (min-width: 67.5em) {
 .register.active {
 width: 540px;
 top: 0;
}
}
.register.active .register__toggle {
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.register.active .register__inner {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1;
	visibility: visible;
}
.blog__wrapper {
	width: 100%;
	background: #F9F7F2;
}
.blog__date {
	color: #D79A8F;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 11px;
	display: block;
}
.blog__inner {
	width: calc(100% + 64px);
	position: relative;
	z-index: 10;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__inner {
 width: 100%;
}
}
.blog__inner h1 {
	font-size: 30px;
	color: #33731a;
	text-transform: uppercase;
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__inner h1 {
 font-size: 40px;
 margin-bottom: 40px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__inner h1 {
 font-size: 60px;
 margin-bottom: 50px;
}
 .blog__items {
 margin-right:20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
}
.blog__items {
	margin-right:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.blog__item {
	width: 100%;
	margin-bottom: 20px;
	margin-right:15px;
	background: #fff;
	border: 1px solid #ECE6D9;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .blog__item {
 width: 47.5%;
 margin-right: 3%;
 margin-bottom: 3%;
}
 .blog__item:nth-child(2n) {
 margin-right: 0;
}
 .blog__items {
 margin-right:20px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
}
 @media print, screen and (min-width: 67.5em) {
 .blog__item {
 width: 31%;
 margin-right: 3%;
 margin-bottom: 3%;
}
 .blog__item:nth-child(2n) {
 margin-right: 3%;
}
 .blog__item:nth-child(3n) {
 margin-right: 0;
}
 .blog__item:hover .blog__thumbnail img {
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
}
.blog__thumbnail {
	width: 100%;
	height: 270px;
	overflow: hidden;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__thumbnail {
 height: 220px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__thumbnail {
 height: 270px;
}
}
.blog__thumbnail img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.blog__content {
	padding: 20px;
}
 @media screen and (min-width: 112.5em) {
 .blog__content {
 padding: 30px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__content {
 padding: 50px;
}
}
.blog__content h4 {
	font-weight: 700;
	color: #33731a;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
 @media screen and (min-width: 112.5em) {
 .blog__content h4 {
 font-size: 16px;
}
}
.blog__content p {
	font-weight: 700;
	color: #676767;
	font-size: 14px;
	line-height: 26px;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__content p {
 font-size: 12px;
 line-height: 24px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__content p {
 font-size: 15px;
 line-height: 30px;
}
}
.blog__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog__main {
	width: calc(100% - 64px);
	padding: 40px 20px;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__main {
 width: calc(100% - 120px);
 padding: 80px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .blog__main {
 width: calc(100% - 160px);
 padding: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__main {
 width: calc(100% - 240px);
 padding: 160px;
}
}
.blog__excerpt p:last-of-type {
	margin-bottom: 0;
}
.blog__bg {
	width: 64px;
	display: block;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: contain;
}
 @media print, screen and (min-width: 67.5em) {
 .blog__bg {
 width: 120px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .blog__bg {
 width: 160px;
}
}
 @media screen and (min-width: 112.5em) {
 .blog__bg {
 width: 240px;
}
}
.blog__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vision .house-land__wrapper {
	padding-right: 64px;
}
.vision .house-land__inner {
	width: 100%;
}
.vision .house-land__main {
	padding: 40px 60px;
	width: 100%;
	margin-right: 15px;
}
 @media print, screen and (min-width: 67.5em) {
 .vision .house-land__main {
 padding: 50px 60px;
 width: calc(100% - 60px);
 margin-right: 64px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .vision .house-land__main {
 padding: 50px 120px;
 width: calc(100% - 120px);
 margin-right: 64px;
}
}
 @media screen and (min-width: 112.5em) {
 .vision .house-land__main {
 padding: 55px 160px;
 width: calc(100% - 160px);
}
}
.vision .land__row h2 {
	font-size: 32px;
}
 @media print, screen and (min-width: 67.5em) {
 .vision .land__row h2 {
 font-size: 36px;
}
}
 @media screen and (min-width: 112.5em) {
 .vision .land__row h2 {
 font-size: 40px;
}
}
.vision .land__row p {
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
}
 @media print, screen and (min-width: 67.5em) {
 .vision .land__row p {
 font-size: 12px;
 line-height: 24px;
}
}
 @media screen and (min-width: 112.5em) {
 .vision .land__row p {
 font-size: 15px;
 line-height: 30px;
}
}
.vision .land__row p:first-of-type {
	font-size: 14px;
}
 @media print, screen and (min-width: 67.5em) {
 .vision .land__row p:first-of-type {
 font-size: 16px;
}
}
 @media screen and (min-width: 112.5em) {
 .vision .land__row p:first-of-type {
 font-size: 18px;
 line-height: 35px;
}
}
.vision .cta {
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: 150px;
}
.stats {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin: 0 auto 30px;
	width: 160px;
}
 @media print, screen and (min-width: 47.5em) {
 .stats {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin: 0 auto;
 width: 380px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .stats {
 margin: 0;
 width: 100%;
}
}
.stats li {
	width: 160px;
	height: 188px;
	margin-bottom: 15px;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .stats li {
 width: 46%;
 padding-bottom: 52%;
 height: auto;
 margin-bottom: 30px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .stats li {
 width: 18%;
 padding-bottom: 21%;
 height: auto;
 margin-bottom: 0;
}
}
.stats__content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #33731a;
	text-align: center;
}
.stats__number {
	font-size: 36px;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
}
.stats__title {
	margin-top:10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height:1.3;
	font-weight: 500;
	display: block;
}
.stats__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 100%;
}
.house-land__wrapper {
	width: 100%;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.house-land__inner {
	width: calc(100% + 64px);
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__inner {
 width: 100%;
}
}
.house-land__inner h2 {
	font-size: 30px;
	line-height:1.6;
	color: #33731a;
	margin-bottom: 30px;
	font-weight: 500;
	padding-left: 0px;
	width: 220px;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__inner h2 {
 font-size: 35px;
 margin-bottom: 40px;
 font-weight: 500;
 padding-left: 0;
 width: 100%;
}
 .whats-app {
display:none!important;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land__inner h2 {
 font-size: 60px;
 margin-bottom: 50px;
}
 .whats-app {
display:none !important;
}
}
.whats-app {
	display:block;
	position:fixed;
	width:100%;
	background-color:#f8f8f8;
	bottom:0;
	z-index:999;
	border-top: solid 1px #33731a
}
.whats-app h4 {
	font-size:13px;
	margin-bottom:0px;
}
.whats-app .footer__col {
	border-bottom: 1px solid #33731a;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 30px 0px;
	position: relative;
}
.house-land__filters {
	background: #ECE6D9;
	padding: 30px 20px 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-left: -20px;
	width: calc(100% + 20px);
}
 @media print, screen and (min-width: 47.5em) {
 .house-land__filters {
 width: calc(100% - 24px);
 margin-left: 12px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__filters {
 margin-left: 0;
 width: 100%;
 padding: 40px;
 margin-bottom: 80px;
}
}
.house-land__filter {
	width: 48%;
	margin-bottom: 20px;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__filter {
 width: 22.5%;
 margin-bottom: 0;
}
}
.house-land__filter h4 {
	text-transform: uppercase;
	color: #33731a;
	font-size: 14px;
	margin: 0 0 8px;
	font-weight: 700;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__filter h4 {
 font-size: 16px;
 margin: 0 0 10px;
}
}
.house-land__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.house-land__select-wrap {
	border: 1px solid #D79A8F;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.house-land__select-wrap:after {
	width: 40px;
	height: 40px;
	border: 1px solid #33731a;
	position: absolute;
	top: -1px;
	right: -1px;
	content: '';
	pointer-events: none;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__select-wrap:after {
 width: 50px;
 height: 50px;
}
}
.house-land__select-wrap:before {
	width: 15px;
	height: 8px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNSA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4xICg3MjYzMSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSG91c2UtJmFtcDstTGFuZF9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE1LjAwMDAwMCwgLTExNzYuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9InBhY2thZ2VzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgODQyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjAuMDAwMDAwLCAyNDMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTY2OS44NDY1MjMsOTEuMTUyNTU1MyBDNjY5LjYzOTc4Myw5MC45NDkxNDgyIDY2OS4zMDM4MzEsOTAuOTQ5MTQ4MiA2NjkuMDk3MDkxLDkxLjE1MjU1NTMgTDY2Mi41MDcyNSw5Ny42NDg4Njg1IEw2NTUuOTA0NDg4LDkxLjE1MjU1NTMgQzY1NS42OTc3NDgsOTAuOTQ5MTQ4MiA2NTUuMzYxNzk1LDkwLjk0OTE0ODIgNjU1LjE1NTA1NSw5MS4xNTI1NTUzIEM2NTQuOTQ4MzE1LDkxLjM1NTk2MjQgNjU0Ljk0ODMxNSw5MS42ODY0OTg5IDY1NS4xNTUwNTUsOTEuODg5OTA1OSBMNjYyLjExOTYxMiw5OC43NDIxODE1IEM2NjIuMjIyOTgyLDk4Ljg0Mzg4NTEgNjYyLjM1MjE5NSw5OC44OTQ3MzY4IDY2Mi40OTQzMjksOTguODk0NzM2OCBDNjYyLjYyMzU0MSw5OC44OTQ3MzY4IDY2Mi43NjU2NzUsOTguODQzODg1MSA2NjIuODY5MDQ1LDk4Ljc0MjE4MTUgTDY2OS44MzM2MDIsOTEuODg5OTA1OSBDNjcwLjA1MzI2Myw5MS42ODY0OTg5IDY3MC4wNTMyNjMsOTEuMzU1OTYyNCA2NjkuODQ2NTIzLDkxLjE1MjU1NTMgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
	background-size: cover;
	background-position: 50%;
	position: absolute;
	top: 16px;
	right: 12px;
	content: '';
	pointer-events: none;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__select-wrap:before {
 top: 21px;
 right: 17px;
}
}
.house-land__select-wrap select {
	font-size: 11px;
	background: none;
	border: 0;
	color: #676767;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	height: 38px;
	padding: 10px 16px;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__select-wrap select {
 height: 48px;
 font-size: 14px;
}
}
.house-land__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__items {
 margin-left: -1.5%;
 margin-right: -1.5%;
}
}
.house-land__item, .house-land .mix {
	width: 100%;
	margin-bottom: 3%;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .house-land__item,  .house-land .mix {
 width: 47%;
 margin-left: 1.5%;
 margin-right: 1.5%;
 margin-bottom: 3%;
}
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__item,  .house-land .mix {
 width: 30.333%;
 margin-left: 1.5%;
 margin-right: 1.5%;
 margin-bottom: 3%;
}
 .house-land__item:hover .house-land__thumbnail img,  .house-land .mix:hover .house-land__thumbnail img {
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
 .house-land__item:hover .house-land__content:after,  .house-land .mix:hover .house-land__content:after {
 width: 20px;
}
}
.house-land__thumbnail {
	width: 100%;
	height: 270px;
	overflow: hidden;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__thumbnail {
 height: 320px;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land__thumbnail {
 height: 415px;
}
}
.house-land__thumbnail img {
	margin: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.house-land__content {
	padding: 20px;
	background: #fff;
	border: 1px solid #ECE6D9;
	position: relative;
	z-index: 9;
	margin: -60px 20px 20px;
}
.house-land__content:after {
	content: '';
	width: 35px;
	height: 1px;
	position: absolute;
	top: 28px;
	right: 0;
	background: #33731a;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	z-index: 99;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__content {
 padding: 30px;
 margin: -60px 30px 30px;
}
 .house-land__content:after {
 top: 38px;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land__content {
 padding: 50px;
 margin: -80px 40px 40px;
}
 .house-land__content:after {
 top: 58px;
}
}
.house-land__content h4 {
	font-weight: 700;
	color: #33731a;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
 @media screen and (min-width: 112.5em) {
 .house-land__content h4 {
 font-size: 16px;
}
}
.house-land__content p {
	font-weight: 700;
	color: #676767;
	font-size: 12px;
	line-height: 24px;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__content p {
 font-size: 12px;
 line-height: 24px;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land__content p {
 font-size: 15px;
 line-height: 30px;
}
}
.house-land__content ul {
	list-style: none;
	margin: 0;
}
.house-land__content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.house-land__content ul li img {
	width: 24px;
	height: 28px;
	margin-right: 15px;
}
 @media screen and (min-width: 112.5em) {
 .house-land__content ul li img {
 width: 32px;
 height: 38px;
 margin-right: 20px;
}
}
.house-land__content ul li div .title {
	color: #33731a;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	font-weight: 700;
}
.house-land__content ul li div .value {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #676767;
}
.house-land__main {
	width: calc(100% - 64px);
	padding: 30px 20px;
	background: #F9F7F2;
	margin-right: 15px;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land__main {
 width: calc(100% - 80px);
 padding: 80px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .house-land__main {
 width: calc(100% - 120px);
 padding: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land__main {
 width: calc(100% - 160px);
 padding: 160px;
}
}
.house-land-carousel__button {
	margin: 30px auto 0;
	width: 205px;
	display: block;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land-carousel__button {
 -webkit-transform: translateX(-55px);
 -o-transform: translateX(-55px);
 transform: translateX(-55px);
 width: 215px;
}
}
.house-land-carousel .slick-disabled {
	opacity: 0;
}
.house-land-carousel .slick-prev {
	width: 48px;
	height: 48px;
	border: 1px solid #33731a;
	position: absolute;
	top: -55px;
	right: 88px;
	left: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: transparent;
	z-index: 10;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land-carousel .slick-prev {
 top: -55px;
 right: 0px;
 background: transparent;
}
 .house-land-carousel .slick-prev:hover {
 background: #33731a;
}
 .house-land-carousel .slick-prev:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0Y5RjdGMiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
}
.house-land-carousel .slick-prev:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.house-land-carousel .slick-next {
	width: 48px;
	height: 48px;
	border: 1px solid #33731a;
	position: absolute;
	top: -55px;
	right: 30px;
	left: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: transparent;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land-carousel .slick-next {
 background: transparent;
 position: absolute;
 top: -55px;
 right: 60px;
}
 .house-land-carousel .slick-next:hover {
 background: #33731a;
}
 .house-land-carousel .slick-next:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoIENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3R5bGVndWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN0eWxlZ3VpZGUtRCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0Ny4wMDAwMDAsIC0xNjkyLjAwMDAwMCkiIGZpbGw9IiNGOUY3RjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJEZXNpZ24tZWxlbWVudHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgMTUwMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNC4wMDAwMDAsIDE3My4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjYuNzc0MjE0LDE4LjIwNjI1MzEgQzI2LjU1NjI0MDEsMTcuOTMxMjQ5IDI2LjE5MzQ1ODIsMTcuOTMxMjQ5IDI1Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjUuNzQ5ODg4OSwxOC40NzE5NjY3IDI1Ljc0OTg4ODksMTguOTE0MjAzMSAyNS45Njc4NjI4LDE5LjE3OTI5NzMgTDMwLjA1NjUyNTksMjQuMTYzNDM4NiBMMTYuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNi4yNDk5ODQxLDI0LjE2NDA1OCAxNiwyNC40Njg3OTIzIDE2LDI0Ljg1MjE4NzggQzE2LDI1LjIzNTU4MzMgMTYuMjQ5OTg0MSwyNS41NTAyMjc4IDE2LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzAuMDU2NTI1OSwyNS41NTAyMjc4IEwyNS45Njc4NjI4LDMwLjUyNTA3ODQgQzI1Ljc0OTg4ODksMzAuODAwMDgyNiAyNS43NDk4ODg5LDMxLjI0MjkzODQgMjUuOTY3ODYyOCwzMS41MDgwMzI2IEMyNi4xOTM0NTgyLDMxLjc4MzAzNjggMjYuNTU2NzQ4MiwzMS43ODMwMzY4IDI2Ljc3NDIxNCwzMS41MDgwMzI2IEwzMS44MzA4MDM0LDI1LjM0Mzk3NDYgQzMyLjA1NjM5ODksMjUuMDc4MjYxMSAzMi4wNTYzOTg5LDI0LjYzNjAyNDYgMzEuODMwODAzNCwyNC4zNzA5MzA1IEwyNi43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aC1Db3B5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
}
.house-land-carousel .slick-next:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODY2LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY4OS4wMDAwMDAsIDUyMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcuNzc0MjE0LDE4LjIwNjI1MzEgQzI3LjU1NjI0MDEsMTcuOTMxMjQ5IDI3LjE5MzQ1ODIsMTcuOTMxMjQ5IDI2Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjYuNzQ5ODg4OSwxOC40NzE5NjY3IDI2Ljc0OTg4ODksMTguOTE0MjAzMSAyNi45Njc4NjI4LDE5LjE3OTI5NzMgTDMxLjA1NjUyNTksMjQuMTYzNDM4NiBMMTcuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNy4yNDk5ODQxLDI0LjE2NDA1OCAxNywyNC40Njg3OTIzIDE3LDI0Ljg1MjE4NzggQzE3LDI1LjIzNTU4MzMgMTcuMjQ5OTg0MSwyNS41NTAyMjc4IDE3LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzEuMDU2NTI1OSwyNS41NTAyMjc4IEwyNi45Njc4NjI4LDMwLjUyNTA3ODQgQzI2Ljc0OTg4ODksMzAuODAwMDgyNiAyNi43NDk4ODg5LDMxLjI0MjkzODQgMjYuOTY3ODYyOCwzMS41MDgwMzI2IEMyNy4xOTM0NTgyLDMxLjc4MzAzNjggMjcuNTU2NzQ4MiwzMS43ODMwMzY4IDI3Ljc3NDIxNCwzMS41MDgwMzI2IEwzMi44MzA4MDM0LDI1LjM0Mzk3NDYgQzMzLjA1NjM5ODksMjUuMDc4MjYxMSAzMy4wNTYzOTg5LDI0LjYzNjAyNDYgMzIuODMwODAzNCwyNC4zNzA5MzA1IEwyNy43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.house-land-carousel .house-land__main {
	width: 100%;
	padding: 45px 20px;
	background: #F9F7F2;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land-carousel .house-land__main {
 width: 100%;
 padding: 60px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .house-land-carousel .house-land__main {
 width: 100%;
 padding: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .house-land-carousel .house-land__main {
 padding: 160px;
}
}
.house-land-carousel .house-land__inner {
	width: 100%;
}
.house-land-carousel .house-land__items {
	margin: 0px;
}
.house-land-carousel .house-land__item, .house-land-carousel .house-land .mix {
	padding: 0 35px 0 0;
}
.list-style-1 ul {
	margin:0;
}
.list-style-1 ul li {
	list-style:none;
	margin-bottom:10px;
	position: relative;
}
 .list-style-1 li:nth-child(even) {
background: #33731a;
padding:5px 0px 5px 35px;
color:#fff;
}
.list-style-1 ul li:nth-child(odd) {
background: #a9bf86;
padding:5px 0px 5px 35px;
color:#333;
}
.list-style-1 ul li:before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 12px;
	left: 12px;
	content: '';
	background: #708c1f;
}
.list-style-2 ul {
	margin:0;
}
.list-style-2 ul li {
	list-style:none;
	margin-bottom:10px;
	position: relative;
}
 .list-style-2 li:nth-child(even) {
background: #33731a;
padding:5px 0px 5px 35px;
color:#fff;
}
.list-style-2 ul li:nth-child(odd) {
background: #a9bf86;
padding:5px 0px 5px 35px;
color:#333;
}
.list-style-2 ul .first {
	font-size:17px;
	letter-spacing:0.02em;
}
.list-style-2 ul .first:before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 12px;
	left: 12px;
	content: '';
	background: #708c1f;
}
.mixitup-page-list {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.mixitup-page-list button {
	font-size: 14px;
	color: #33731a;
	height: 50px;
	padding: 0 20px;
	font-weight: 700;
	border: 1px solid #33731a;
	margin-left: -1px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	text-transform: uppercase;
}
.mixitup-page-list button.mixitup-control-active {
	background: #33731a;
	color: #FFF;
}
.mixitup-page-list button.mixitup-control-disabled {
	opacity: 0.2;
}
.mixitup-page-list button:focus {
	outline: 0;
}
.page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-header__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding: 30px 30px 20px;
}
 @media print, screen and (min-width: 47.5em) {
 .page-header__content {
 padding: 60px 60px 50px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .page-header__content {
 width: 55%;
 padding: 60px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .page-header__content {
 padding: 100px 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .page-header__content {
 padding: 140px 160px;
}
}
.page-header__content h1 {
	width: 100%;
	font-size: 30px;
	color: #33731a;
	text-transform: uppercase;
	margin-bottom: 20px;
}
 @media print, screen and (min-width: 67.5em) {
 .page-header__content h1 {
 font-size: 40px;
 margin-bottom: 40px;
}
}
 @media screen and (min-width: 112.5em) {
 .page-header__content h1 {
 font-size: 60px;
 margin-bottom: 50px;
}
}
.page-header__content p {
	width: 100%;
	font-weight: 700;
	color: #676767;
	font-size: 14px;
	line-height: 26px;
}
 @media print, screen and (min-width: 67.5em) {
 .page-header__content p {
 font-size: 13px;
 line-height: 24px;
}
}
 @media screen and (min-width: 112.5em) {
 .page-header__content p {
 font-size: 17px;
 line-height: 35px;
}
}
.page-header__image {
	width: 100%;
	height: 260px;
}
 @media print, screen and (min-width: 47.5em) {
 .page-header__image {
 height: 500px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .page-header__image {
 width: 45%;
 height: auto;
}
}
.page-header__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.land {
	background: #F9F7F2;
	position: relative;
	padding: 40px 0;
}
 @media print, screen and (min-width: 67.5em) {
 .land {
 padding: 0;
}
}
.land:before {
	position: absolute;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: 150px;
	top: 543px;
	left: 0;
	height: 200px;
	width: 100%;
	content: '';
	z-index: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .land:before {
 top: 350px;
 left: 0;
 height: 485px;
}
}
.land__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .land__row {
 margin-bottom: 110px;
 padding: 0;
}
}
.land__row.top {
	position: relative;
}
 @media print, screen and (min-width: 67.5em) {
 .land__row.top {
 padding-top: 160px;
 padding-right: 80px;
 padding-right: 20px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .land__row.top {
 padding-right: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .land__row.top {
 padding-right: 160px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .land__row.middle {
 padding-left: 80px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .land__row.middle {
 padding-left: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .land__row.middle {
 padding-right: 160px;
}
}
.land__row.bottom {
	margin-bottom: 0;
	padding: 0;
}
 @media print, screen and (min-width: 67.5em) {
 .land__row.bottom {
 padding-right: 80px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .land__row.bottom {
 padding-right: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .land__row.bottom {
 padding-right: 160px;
}
}
.land__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding: 40px 30px;
	background: #fff;
}
 @media print, screen and (min-width: 47.5em) {
 .land__content {
 padding: 60px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .land__content {
 width: 60%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .land__content {
 padding: 100px 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .land__content {
 padding: 140px 160px;
}
}
.land__content h1 span {
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #33731a;
	margin-bottom: 10px !important;
	font-weight: 500;
}
.land__content h2 {
	width: 100%;
	font-size: 30px;
	line-height:1.6;
	color: #33731a;
	margin-bottom: 20px;
	font-weight: 500;
}
.land__content h2 .spans, .features__content h2 .spans, .house-land__inner h2 .spans, .land__content h2 .spans {
	font-family: 'brittany_signatureregular';
	font-size: 40px;
	font-weight: bold;
	color: #33731a;
}
.cta__text .spans {
	font-family: 'brittany_signatureregular';
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
 @media print, screen and (min-width: 67.5em) {
 .land__content h2 {
 font-size: 35px;
 margin-bottom: 30px;
 font-weight: 500;
}
}
 @media screen and (min-width: 112.5em) {
 .land__content h2 {
 font-size: 50px;
 margin-bottom: 40px;
}
}
.land__content p strong {
	color: #33731a;
	font-size: 16px;
	display:block;
	margin-bottom:10px;
}
.land__content p {
	width: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .land__content p {
}
}
 @media screen and (min-width: 112.5em) {
 .land__content p {
}
}
.land__content ul {
	list-style: none;
	margin: 0;
}
.land__content ul li {
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
 @media screen and (min-width: 112.5em) {
 .land__content ul li {
}
}
.land__content ul li:before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #33731a;
}
.land__image {
	width: 100%;
	height: 210px;
}
 @media print, screen and (min-width: 47.5em) {
 .land__image {
 height: 430px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .land__image {
 width: 40%;
 height: auto;
}
}
.location-img img {
	margin-bottom:20px !important;
}
.land__image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.image-content-stats .house-land__main {
	margin-left: 0;
	padding: 0;
	padding-right: 0;
	width: 100%;
	background: transparent;
	margin-right: 15px;
}
 @media print, screen and (min-width: 67.5em) {
 .image-content-stats .house-land__main {
 margin-left: 120px;
 width: calc(100% - 120px);
 background: #F9F7F2;
}
}
 @media screen and (min-width: 112.5em) {
 .image-content-stats .house-land__main {
 margin-left: 160px;
 width: calc(100% - 160px);
}
}
.image-content-stats .house-land__inner {
	width: 100%;
}
.image-content-stats .land__row {
	padding-right: 0;
}
.image-content-stats .land__image {
	width: calc(100% - 30px);
	margin-left: 30px;
	height: 180px;
}
.grays-bg {
	background-color:#e8f0d0 !important;
}
 @media print, screen and (min-width: 47.5em) {
 .image-content-stats .land__image {
 height: 430px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .image-content-stats .land__image {
 width: 45.2%;
 margin-left: 0;
 height: auto;
}
}
.image-content-stats .land__text {
	text-align: center;
}
 @media print, screen and (min-width: 47.5em) {
 .image-content-stats .land__text {
 text-align: left;
}
}
.image-content-stats .land__content {
	width: 100%;
}
 @media print, screen and (min-width: 67.5em) {
 .image-content-stats .land__content {
 width: 54.8%;
}
}
.image-content-stats .land__content p {
	text-align: left;
}
.image-content-stats .land__content ul {
	margin: 0 auto 30px;
	width: 160px;
}
 @media print, screen and (min-width: 47.5em) {
 .image-content-stats .land__content ul {
 margin: 0 0 30px;
 width: 600px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .image-content-stats .land__content ul {
 margin: 0 0 30px;
 width: 100%;
}
}
.image-content-stats .land__content ul li {
	width: 160px;
	height: 188px;
	margin-bottom: 15px;
}
 @media print, screen and (min-width: 47.5em) {
 .image-content-stats .land__content ul li {
 width: 28%;
 height: 0;
 padding-bottom: 33%;
 margin-bottom: 0;
}
}
.image-content-stats .land__content ul li:before {
	display: none;
}
.location {
	width: 100vw;
	overflow-x: hidden;
}
.location .house-land__main {
	margin-left: 64px;
	padding: 40px 0;
	padding-right: 20px;
	width: calc(100% - 64px);
	margin-right: 15px;
}
 @media print, screen and (min-width: 67.5em) {
 .location .house-land__main {
 margin-left: 160px;
 padding: 160px 0;
 padding-right: 80px;
}
}
.location .land__row {
	margin-left: -44px;
	padding-right: 0;
	width: calc(100% - 20px);
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .location .land__row.bottom {
 width: 100%;
 margin-left: -80px;
 margin-bottom: 80px;
}
 .location .land__row.bottom:nth-child(even) .land__image {
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}
 .location .land__row.bottom:nth-child(even) .land__content {
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
}
 .location .land__row.bottom:nth-child(even) .slick-prev {
 right: auto;
 bottom: -24px;
 left: -95px;
}
 .location .land__row.bottom:nth-child(even) .slick-next {
 right: 0;
 bottom: -24px;
 left: -48px;
}
 .location .land__row.bottom:nth-child(even) .land__caption {
 left: auto;
 right: 20px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .location .land__row.bottom {
 margin-bottom: 90px;
}
}
 @media screen and (min-width: 112.5em) {
 .location .land__row.bottom {
 margin-bottom: 110px;
}
}
.location .land__row.bottom:last-of-type {
	margin-bottom: 0;
}
.location .land__image {
	position: relative;
}
.location .land__image div {
	height: 100%;
}
.location .land__slide {
	position: relative;
}
.location .land__slide:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	content: '';
}
.location .land__caption {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.location .land__text p {
	font-weight: 700;
}
.location .slick-prev {
	width: 48px;
	height: 48px;
	border: 1px solid #33731a;
	position: absolute;
	bottom: -24px;
	right: 47px;
	top: auto;
	left: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: #fff;
	z-index: 10;
}
 @media print, screen and (min-width: 67.5em) {
 .location .slick-prev {
 bottom: -24px;
 right: -48px;
 background: transparent;
}
 .location .slick-prev:hover {
 background: #33731a;
}
 .location .slick-prev:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0Y5RjdGMiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
}
.location .slick-prev:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.location .slick-next {
	width: 48px;
	height: 48px;
	border: 1px solid #33731a;
	position: absolute;
	bottom: -24px;
	right: 0;
	top: auto;
	left: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: #fff;
}
 @media print, screen and (min-width: 67.5em) {
 .location .slick-next {
 background: transparent;
 position: absolute;
 bottom: -24px;
 right: -95px;
}
 .location .slick-next:hover {
 background: #33731a;
}
 .location .slick-next:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoIENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3R5bGVndWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN0eWxlZ3VpZGUtRCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0Ny4wMDAwMDAsIC0xNjkyLjAwMDAwMCkiIGZpbGw9IiNGOUY3RjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJEZXNpZ24tZWxlbWVudHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgMTUwMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNC4wMDAwMDAsIDE3My4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjYuNzc0MjE0LDE4LjIwNjI1MzEgQzI2LjU1NjI0MDEsMTcuOTMxMjQ5IDI2LjE5MzQ1ODIsMTcuOTMxMjQ5IDI1Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjUuNzQ5ODg4OSwxOC40NzE5NjY3IDI1Ljc0OTg4ODksMTguOTE0MjAzMSAyNS45Njc4NjI4LDE5LjE3OTI5NzMgTDMwLjA1NjUyNTksMjQuMTYzNDM4NiBMMTYuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNi4yNDk5ODQxLDI0LjE2NDA1OCAxNiwyNC40Njg3OTIzIDE2LDI0Ljg1MjE4NzggQzE2LDI1LjIzNTU4MzMgMTYuMjQ5OTg0MSwyNS41NTAyMjc4IDE2LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzAuMDU2NTI1OSwyNS41NTAyMjc4IEwyNS45Njc4NjI4LDMwLjUyNTA3ODQgQzI1Ljc0OTg4ODksMzAuODAwMDgyNiAyNS43NDk4ODg5LDMxLjI0MjkzODQgMjUuOTY3ODYyOCwzMS41MDgwMzI2IEMyNi4xOTM0NTgyLDMxLjc4MzAzNjggMjYuNTU2NzQ4MiwzMS43ODMwMzY4IDI2Ljc3NDIxNCwzMS41MDgwMzI2IEwzMS44MzA4MDM0LDI1LjM0Mzk3NDYgQzMyLjA1NjM5ODksMjUuMDc4MjYxMSAzMi4wNTYzOTg5LDI0LjYzNjAyNDYgMzEuODMwODAzNCwyNC4zNzA5MzA1IEwyNi43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aC1Db3B5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
}
.location .slick-next:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODY2LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY4OS4wMDAwMDAsIDUyMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcuNzc0MjE0LDE4LjIwNjI1MzEgQzI3LjU1NjI0MDEsMTcuOTMxMjQ5IDI3LjE5MzQ1ODIsMTcuOTMxMjQ5IDI2Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjYuNzQ5ODg4OSwxOC40NzE5NjY3IDI2Ljc0OTg4ODksMTguOTE0MjAzMSAyNi45Njc4NjI4LDE5LjE3OTI5NzMgTDMxLjA1NjUyNTksMjQuMTYzNDM4NiBMMTcuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNy4yNDk5ODQxLDI0LjE2NDA1OCAxNywyNC40Njg3OTIzIDE3LDI0Ljg1MjE4NzggQzE3LDI1LjIzNTU4MzMgMTcuMjQ5OTg0MSwyNS41NTAyMjc4IDE3LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzEuMDU2NTI1OSwyNS41NTAyMjc4IEwyNi45Njc4NjI4LDMwLjUyNTA3ODQgQzI2Ljc0OTg4ODksMzAuODAwMDgyNiAyNi43NDk4ODg5LDMxLjI0MjkzODQgMjYuOTY3ODYyOCwzMS41MDgwMzI2IEMyNy4xOTM0NTgyLDMxLjc4MzAzNjggMjcuNTU2NzQ4MiwzMS43ODMwMzY4IDI3Ljc3NDIxNCwzMS41MDgwMzI2IEwzMi44MzA4MDM0LDI1LjM0Mzk3NDYgQzMzLjA1NjM5ODksMjUuMDc4MjYxMSAzMy4wNTYzOTg5LDI0LjYzNjAyNDYgMzIuODMwODAzNCwyNC4zNzA5MzA1IEwyNy43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.location__map-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.location__map {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
 @media print, screen and (min-width: 67.5em) {
 .location__map {
 width: 55%;
 -webkit-box-ordinal-group: 3;
 -ms-flex-order: 2;
 order: 2;
}
}
.location__map-text {
	width: 100%;
	padding: 40px 30px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
 @media print, screen and (min-width: 67.5em) {
 .location__map-text {
 width: 45%;
 -webkit-box-ordinal-group: 2;
 -ms-flex-order: 1;
 order: 1;
 padding: 60px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .location__map-text {
 padding: 100px 80px;
}
}
 @media screen and (min-width: 112.5em) {
 .location__map-text {
 padding: 130px 160px;
}
}
.location__map-text h2 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .location__map-text h2 {
 font-size: 30px;
 line-height: 45px;
}
}
.acf-map {
	width: 100%;
	height: 300px;
	margin: 0;/* fixes potential theme css conflict */
}
 @media print, screen and (min-width: 67.5em) {
 .acf-map {
 height: 550px;
}
}
.acf-map img {
	max-width: inherit !important;
}
.features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.features__content {
	width: 100%;
	padding: 40px 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .features__content {
 padding: 60px;
 width: 65%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .features__content {
 padding: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .features__content {
 padding: 160px;
}
}
.features__content h2 {
	width: 100%;
	font-size: 35px;
	line-height:1.5;
	color: #33731a;
	margin-bottom: 20px;
	font-weight: 500;
}
 @media print, screen and (min-width: 67.5em) {
 .features__content h2 {
 font-weight: 500;
 font-size: 35px;
 margin-bottom: 30px;
}
}
 @media screen and (min-width: 112.5em) {
 .features__content h2 {
 font-size: 50px;
 margin-bottom: 40px;
}
}
.features__content p {
	width: 100%;
	margin-bottom: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .features__content p {
 padding-right:35px;
}
}
 @media screen and (min-width: 112.5em) {
 .features__content p {
}
}
.features__content ul {
	list-style: none;
	margin: 0;
	width: 100%;
}
 @media print, screen and (min-width: 67.5em) {
 .features__content ul {
 width: 75%;
}
}
.features__content ul li {
	padding-left: 0;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
}
.features__content ul li img {
	margin-right: 20px;
	height:75px;
}
 @media screen and (min-width: 112.5em) {
 .features__content ul li img {
 margin-right: 40px;
}
}
 @media screen and (min-width: 112.5em) {
 .features__content ul li {
 font-size: 15px;
}
 .features__content ul li h4 {
 padding-top:15px;
}
}
.features__content ul li div {
	width: calc(100% - 85px);
}
 @media screen and (min-width: 112.5em) {
 .features__content ul li div {
 width: calc(100% - 105px);
}
}
.features__content ul li h4 {
	font-size: 14px;
	color: #33731a;
	text-transform:inherit;
	font-weight: 700;
}
.features__content ul li p {
	text-transform: none;
	margin-top:5px;
}
 @media print, screen and (min-width: 67.5em) {
 .features__content ul li p {
}
}
 @media screen and (min-width: 112.5em) {
 .features__content ul li p {
}
}
.features__image {
	width: 100%;
	height: 235px;
	margin-bottom: 95px;
}
 @media print, screen and (min-width: 47.5em) {
 .features__image {
 height: 430px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .features__image {
 width: 35%;
 height: auto;
 background-size: cover;
 background-position: 50%;
 position: relative;
 height: auto;
 margin-bottom: 0;
}
}
.features__slider-wrap {
	width: 100%;
	height: 235px;
}
.gallery__slider-wrap {
	width: 100%;
	height: 235px;
}
 @media print, screen and (min-width: 67.5em) {
 .features__slider-wrap {
 width: calc(100% + 80px);
 height: 0;
 padding-bottom: 75%;
 position: absolute;
 bottom: 155px;
 right: 60px;
}
 .gallery__slider-wrap {
 width: calc(100% + 0px);
 height: 0;
}
}
 @media print, screen and (min-width: 77.5em) {
 .features__slider-wrap {
 position: absolute;
 bottom: 195px;
}
.gallery__slider-wrap {
 position: relative;
 display: block;
 height: auto;
}
}
 @media screen and (min-width: 112.5em) {
 .features__slider-wrap {
 position: absolute;
 bottom: 235px;
 right: 80px;
}
.gallery__slider-wrap {
 width:100%;
 position: relative;
 display: block;
 height: auto;
}
}
.features__slider {
	width: 100%;
	height: 235px;
}
.gallery__slider {
	width: 95%;
	height: 235px;
}
 @media print, screen and (min-width: 47.5em) {
 .features__slider {
 height: 430px;
}
 .gallery__slider {
 height: 430px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .features__slider {
 height: auto;
}
 .gallery__slider {
 height: auto;
}
}
.features__slider img {
	height: 235px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery__slider img {
	height: 235px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
 @media print, screen and (min-width: 47.5em) {
 .features__slider img {
 height: 430px;
}
 .gallery__slider img {
 height: 430px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .features__slider img {
 height: auto;
}
 .gallery__slider img {
 height: auto;
 width: 100%;
}
}
.features .slick-prev {
	width: 32px;
	height: 32px;
	border: 1px solid #33731a;
	position: absolute;
	bottom: -80px;
	right: 50%;
	left: auto;
	top: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	margin-right: -1px;
}
 @media print, screen and (min-width: 67.5em) {
 .features .slick-prev {
 width: 48px;
 height: 48px;
 border: 1px solid #33731a;
 position: absolute;
 bottom: -80px;
 right: auto;
 left: 0;
 margin-right: 0;
}
 .features .slick-prev:hover {
 background: #33731a;
}
 .features .slick-prev:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0Y5RjdGMiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
}
.features .slick-prev:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE3LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NDAuMDAwMDAwLCA1MjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljc3NDIxNCwxOC4yMDYyNTMxIEMyNy41NTYyNDAxLDE3LjkzMTI0OSAyNy4xOTM0NTgyLDE3LjkzMTI0OSAyNi45Njc4NjI4LDE4LjIwNjI1MzEgQzI2Ljc0OTg4ODksMTguNDcxOTY2NyAyNi43NDk4ODg5LDE4LjkxNDIwMzEgMjYuOTY3ODYyOCwxOS4xNzkyOTczIEwzMS4wNTY1MjU5LDI0LjE2MzQzODYgTDE3LjU2NDQ5NjcsMjQuMTYzNDM4NiBDMTcuMjQ5OTg0MSwyNC4xNjQwNTggMTcsMjQuNDY4NzkyMyAxNywyNC44NTIxODc4IEMxNywyNS4yMzU1ODMzIDE3LjI0OTk4NDEsMjUuNTUwMjI3OCAxNy41NjQ0OTY3LDI1LjU1MDIyNzggTDMxLjA1NjUyNTksMjUuNTUwMjI3OCBMMjYuOTY3ODYyOCwzMC41MjUwNzg0IEMyNi43NDk4ODg5LDMwLjgwMDA4MjYgMjYuNzQ5ODg4OSwzMS4yNDI5Mzg0IDI2Ljk2Nzg2MjgsMzEuNTA4MDMyNiBDMjcuMTkzNDU4MiwzMS43ODMwMzY4IDI3LjU1Njc0ODIsMzEuNzgzMDM2OCAyNy43NzQyMTQsMzEuNTA4MDMyNiBMMzIuODMwODAzNCwyNS4zNDM5NzQ2IEMzMy4wNTYzOTg5LDI1LjA3ODI2MTEgMzMuMDU2Mzk4OSwyNC42MzYwMjQ2IDMyLjgzMDgwMzQsMjQuMzcwOTMwNSBMMjcuNzc0MjE0LDE4LjIwNjI1MzEgWiIgaWQ9IlBhdGgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuODU3MTQzKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC44NTcxNDMpICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 9px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 @media print, screen and (min-width: 67.5em) {
 .features .slick-prev:before {
 width: 16px;
 height: 14px;
}
}
.features .slick-next {
	width: 32px;
	height: 32px;
	border: 1px solid #33731a;
	position: absolute;
	bottom: -80px;
	left: 50%;
	top: auto;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
 @media print, screen and (min-width: 67.5em) {
 .features .slick-next {
 width: 48px;
 height: 48px;
 border: 1px solid #33731a;
 position: absolute;
 bottom: -80px;
 left: 47px;
}
 .features .slick-next:hover {
 background: #33731a;
}
 .features .slick-next:hover:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoIENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3R5bGVndWlkZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlN0eWxlZ3VpZGUtRCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0Ny4wMDAwMDAsIC0xNjkyLjAwMDAwMCkiIGZpbGw9IiNGOUY3RjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJEZXNpZ24tZWxlbWVudHMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgMTUwMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzNC4wMDAwMDAsIDE3My4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjYuNzc0MjE0LDE4LjIwNjI1MzEgQzI2LjU1NjI0MDEsMTcuOTMxMjQ5IDI2LjE5MzQ1ODIsMTcuOTMxMjQ5IDI1Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjUuNzQ5ODg4OSwxOC40NzE5NjY3IDI1Ljc0OTg4ODksMTguOTE0MjAzMSAyNS45Njc4NjI4LDE5LjE3OTI5NzMgTDMwLjA1NjUyNTksMjQuMTYzNDM4NiBMMTYuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNi4yNDk5ODQxLDI0LjE2NDA1OCAxNiwyNC40Njg3OTIzIDE2LDI0Ljg1MjE4NzggQzE2LDI1LjIzNTU4MzMgMTYuMjQ5OTg0MSwyNS41NTAyMjc4IDE2LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzAuMDU2NTI1OSwyNS41NTAyMjc4IEwyNS45Njc4NjI4LDMwLjUyNTA3ODQgQzI1Ljc0OTg4ODksMzAuODAwMDgyNiAyNS43NDk4ODg5LDMxLjI0MjkzODQgMjUuOTY3ODYyOCwzMS41MDgwMzI2IEMyNi4xOTM0NTgyLDMxLjc4MzAzNjggMjYuNTU2NzQ4MiwzMS43ODMwMzY4IDI2Ljc3NDIxNCwzMS41MDgwMzI2IEwzMS44MzA4MDM0LDI1LjM0Mzk3NDYgQzMyLjA1NjM5ODksMjUuMDc4MjYxMSAzMi4wNTYzOTg5LDI0LjYzNjAyNDYgMzEuODMwODAzNCwyNC4zNzA5MzA1IEwyNi43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aC1Db3B5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
}
.features .slick-next:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjEgKDcyNjMxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJMb2NhdGlvbl9EIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODY2LjAwMDAwMCwgLTE0ODEuMDAwMDAwKSIgZmlsbD0iI0ExNTQ2NCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImNoaWxkLWNhcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDk0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY4OS4wMDAwMDAsIDUyMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjcuNzc0MjE0LDE4LjIwNjI1MzEgQzI3LjU1NjI0MDEsMTcuOTMxMjQ5IDI3LjE5MzQ1ODIsMTcuOTMxMjQ5IDI2Ljk2Nzg2MjgsMTguMjA2MjUzMSBDMjYuNzQ5ODg4OSwxOC40NzE5NjY3IDI2Ljc0OTg4ODksMTguOTE0MjAzMSAyNi45Njc4NjI4LDE5LjE3OTI5NzMgTDMxLjA1NjUyNTksMjQuMTYzNDM4NiBMMTcuNTY0NDk2NywyNC4xNjM0Mzg2IEMxNy4yNDk5ODQxLDI0LjE2NDA1OCAxNywyNC40Njg3OTIzIDE3LDI0Ljg1MjE4NzggQzE3LDI1LjIzNTU4MzMgMTcuMjQ5OTg0MSwyNS41NTAyMjc4IDE3LjU2NDQ5NjcsMjUuNTUwMjI3OCBMMzEuMDU2NTI1OSwyNS41NTAyMjc4IEwyNi45Njc4NjI4LDMwLjUyNTA3ODQgQzI2Ljc0OTg4ODksMzAuODAwMDgyNiAyNi43NDk4ODg5LDMxLjI0MjkzODQgMjYuOTY3ODYyOCwzMS41MDgwMzI2IEMyNy4xOTM0NTgyLDMxLjc4MzAzNjggMjcuNTU2NzQ4MiwzMS43ODMwMzY4IDI3Ljc3NDIxNCwzMS41MDgwMzI2IEwzMi44MzA4MDM0LDI1LjM0Mzk3NDYgQzMzLjA1NjM5ODksMjUuMDc4MjYxMSAzMy4wNTYzOTg5LDI0LjYzNjAyNDYgMzIuODMwODAzNCwyNC4zNzA5MzA1IEwyNy43NzQyMTQsMTguMjA2MjUzMSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
	background-size: cover;
	background-position: 50%;
	width: 9px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 @media print, screen and (min-width: 67.5em) {
 .features .slick-next:before {
 width: 16px;
 height: 14px;
}
}
.cta {
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: 150px;
}
.cta {
	padding: 40px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
 @media print, screen and (min-width: 47.5em) {
 .cta {
 padding: 60px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .cta {
 padding: 60px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .cta {
 padding: 80px 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .cta {
 padding: 90px 160px;
}
}
.cta__text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
	line-height:1.6
}
.cta__text p {
	font-size: 15px;
}
@media print, screen and (min-width: 67.5em) {
 .cta__text {
 width: calc(100% - 280px);
 font-size: 30px;
 margin-bottom: 0;
}
}
/** Import acf content-blocks styles */

/** Import layout styles */

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #558942;
	position: fixed;
	width: 100vw;
	z-index: 999;
	background: #fff;
	top: 0;
	text-align:center
}
 @media print, screen and (min-width: 67.5em) {
 .header {
 width: calc(100vw - 60px);
}
}
 @media screen and (min-width: 112.5em) {
 .header {
 width: calc(100vw - 80px);
}
}
.header__logo {
	width: 180px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .header__logo {
 width: 230px;
 height: 102px;
}
}
 @media screen and (min-width: 112.5em) {
 .header__logo {
 width: 220px;
 height: 130px;
}
}
.header__logo img {
	margin: 0;
	width: 160px;
	height: 55px;
}
 @media print, screen and (min-width: 67.5em) {
 .header__logo img {
 width: 210px;
 height: 74px;
}
}
 @media screen and (min-width: 112.5em) {
 .header__logo img {
 width: 200px;
 height: 100px;
}
}
.header__nav {
	display: none;
}
 @media print, screen and (min-width: 67.5em) {
 .header__nav {
 width: calc(100% - 430px);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
}
 @media screen and (min-width: 112.5em) {
 .header__nav {
 width: calc(100% - 560px);
}
}
.header__nav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	width: 100%;
}
.header__nav ul li {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
}
 @media print, screen and (min-width: 67.5em) {
 .header__nav ul li {
 font-size: 13px;
 padding-left: 3%;
}
}
 @media print, screen and (min-width: 77.5em) {
 .header__nav ul li {
 font-size: 13px;
 padding-left: 3%;
}
}
 @media screen and (min-width: 112.5em) {
 .header__nav ul li {
 font-size: 14px;
}
}
.header__nav ul li a {
	display: block;
	position: relative;
}
.header__nav ul li a:hover {
	color: #33731a;
}
@media print, screen and (min-width: 67.5em) {
 .header__nav ul li a {
 padding: 40px 0px 40px;
}
 .header__nav ul li a:before {
 -webkit-transition: all ease-in-out 0.3s;
 -o-transition: all ease-in-out 0.3s;
 transition: all ease-in-out 0.3s;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 0;
 background: #D79A8F;
 content: '';
}
}
.header__sales {
	display: none;
}
.header__sales--mobile {
	display: block;
	margin: 40px -40px -30px;
	padding: 20px 40px;
	background: #ECE6D9;
	text-align: center;
}
 @media print, screen and (min-width: 67.5em) {
 .header__sales {
 background: #ECE6D9;
 width: 130px;
 padding-left:25px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 color: #33731a;
 text-transform: uppercase;
}
}
 @media print, screen and (min-width: 67.5em) {
 .header__sales {
 width: 180px;
 background: #ECE6D9;
}
}
 @media print, screen and (min-width: 77.5em) {
 .header__sales {
 width: 200px;
 background: #ECE6D9;
}
}
 @media screen and (min-width: 112.5em) {
 .header__sales {
 width: 200px;
 font-size: 12px;
}
 .whats-apps {
 margin-top: 220px;
 margin-left: 15px;
 display: block !important;
}
}
.header__sales img {
	margin-right: 15px;
	display:block;
}
.header__sales a {
	flex: 30%;
	display:block;
}
.header__sales span {
	display:block;
	flex: 70%;
	font-size: 12px;
	color: #33731a;
	font-weight: 700;
	text-align:left
}
 @media print, screen and (min-width: 67.5em) {
 .header__sales span {
 font-size: 11px;
}
}
 @media screen and (min-width: 112.5em) {
 .header__sales span {
 font-size: 12px;
}
}
.header__hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	text-align: center;
	opacity: 1;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	width: 30px;
}
 @media print, screen and (min-width: 67.5em) {
 .header__hamburger {
 display: none;
}
}
.header__hamburger:focus {
	outline: 0;
}
.header__hamburger .lines {
	height: 20px;
	width: 40px;
	display: inline-block;
	position: relative;
	-webkit-transition: 3000ms -webkit-transform;
	transition: 3000ms -webkit-transform;
	-o-transition: 3000ms -o-transform;
	transition: 3000ms transform;
	transition: 3000ms transform, 3000ms -webkit-transform, 3000ms -o-transform;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	border-top: 2px solid #33731a;
}
 .header__hamburger .lines::before, .header__hamburger .lines::after {
 content: '';
 border-top: 2px solid #33731a;
 top: 0;
 left: 0;
 -webkit-transition: 300ms -webkit-transform;
 transition: 300ms -webkit-transform;
 -o-transition: 300ms -o-transform;
 transition: 300ms transform;
 transition: 300ms transform, 300ms -webkit-transform, 300ms -o-transform;
 position: absolute;
 width: 100%;
}
 .header__hamburger .lines::before {
 -webkit-transform: translateY(9px) rotate(0);
 -o-transform: translateY(9px) rotate(0);
 transform: translateY(9px) rotate(0);
}
 .header__hamburger .lines::after {
 -webkit-transform: translateY(20px) rotate(0);
 -o-transform: translateY(20px) rotate(0);
 transform: translateY(20px) rotate(0);
}
.header__hamburger.active .lines {
	width: 35px;
	border-top: none;
}
 .header__hamburger.active .lines::before {
 -webkit-transform: translateY(9px) rotate(135deg);
 -o-transform: translateY(9px) rotate(135deg);
 transform: translateY(9px) rotate(135deg);
}
 .header__hamburger.active .lines::after {
 -webkit-transform: translateY(9px) rotate(45deg);
 -o-transform: translateY(9px) rotate(45deg);
 transform: translateY(9px) rotate(45deg);
}
.header__mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 250px);
}
 @media print, screen and (min-width: 67.5em) {
 .header__mobile {
 display: none;
}
}
.header__register {
	padding-right: 20px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.image-content-stats .land__image {
	display:none;
}
 @media print, screen and (min-width: 47.5em) {
 .header__register {
 background: #33731a;
 padding-left: 15px;
 padding-right: 15px;
}
 .image-content-stats .land__image {
display:block;
}
}
.header__register:focus {
	outline: 0;
}
.header__register.active img {
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.header__register span {
	margin-bottom: 3px;
	display: block;
	font-weight: 700;
	color: #33731a;
}
 @media print, screen and (min-width: 47.5em) {
 .header__register span {
 color: #fff;
}
}
.header__register img {
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.header__register img.purple {
	display: inline-block;
}
 @media print, screen and (min-width: 47.5em) {
 .header__register img.purple {
 display: none;
}
}
.header__register img.white {
	display: none;
}
 @media print, screen and (min-width: 47.5em) {
 .header__register img.white {
 display: inline-block;
}
}
.header__off-canvas {
	width: 100%;
	position: fixed;
	top: -100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border-bottom: 1px solid #33731a;
	z-index: 99;
}
.header__off-canvas.active {
	opacity: 1;
	visibility: visible;
	top: 71px;
}
 @media print, screen and (min-width: 67.5em) {
 .header__off-canvas {
 display: none;
}
}
.header__off-canvas .header__nav {
	display: block;
}
.header__off-canvas .header__nav ul {
	text-align: center;
}
.header__off-canvas .header__nav ul li {
	display: block;
	margin: 8px 0;
}
.header__off-canvas .header__nav ul li a {
	display: inline-block;
	padding: 2px 0;
}
 .our-vision .header__nav li:nth-child(1) a {
 border-bottom: 1px solid #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .our-vision .header__nav li:nth-child(1) a {
 border-bottom: 0;
}
 .our-vision .header__nav li:nth-child(1) a:before {
 height: 5px;
}
}
 .location .header__nav li:nth-child(2) a {
 border-bottom: 1px solid #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .location .header__nav li:nth-child(2) a {
 border-bottom: 0;
}
 .location .header__nav li:nth-child(2) a:before {
 height: 5px;
}
}
 .house-land .header__nav li:nth-child(3) a {
 border-bottom: 1px solid #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .house-land .header__nav li:nth-child(3) a {
 border-bottom: 0;
}
 .house-land .header__nav li:nth-child(3) a:before {
 height: 5px;
}
}
 .land-for-sale .header__nav li:nth-child(4) a {
 border-bottom: 1px solid #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .land-for-sale .header__nav li:nth-child(4) a {
 border-bottom: 0;
}
 .land-for-sale .header__nav li:nth-child(4) a:before {
 height: 5px;
}
}
 .news .header__nav li:nth-child(5) a, .single-post .header__nav li:nth-child(5) a {
 border-bottom: 1px solid #33731a;
}
 @media print, screen and (min-width: 67.5em) {
 .news .header__nav li:nth-child(5) a,  .single-post .header__nav li:nth-child(5) a {
 border-bottom: 0;
}
 .news .header__nav li:nth-child(5) a:before,  .single-post .header__nav li:nth-child(5) a:before {
 height: 5px;
}
}
.footer {
	background: #F9F7F2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #33731a;
	border-bottom: 1px solid #33731a;
}
.footer__col {
	border-bottom: 1px solid #33731a;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 40px 30px;
	position: relative;
}
 @media print, screen and (min-width: 47.5em) {
 .footer__col {
 width: 50%;
 border-left: 1px solid #33731a;
 padding: 40px 60px;
}
}
 @media print, screen and (min-width: 67.5em) {
 .footer__col {
 padding: 30px 0;
 width: 25%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 border-right: 1px solid #33731a;
 border-left: 0;
}
}
 @media screen and (min-width: 112.5em) {
 .footer__col {
 padding: 40px 0;
}
}
.footer__col img {
	width: 39px;
	margin-right: 20px;
}
 @media print, screen and (min-width: 67.5em) {
 .footer__col img {
 width: 40px;
}
}
 @media screen and (min-width: 112.5em) {
 .footer__col img {
 margin-right: 30px;
}
}
.footer__col img.spire {
	width: 109px;
}
.footer__col img.sightstone {
	width: 41px;
}
.footer__col:last-of-type {
	border-right: 0;
}
.footer__col-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.footer h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #33731a;
	font-weight: 700;
	margin-bottom: 8px;
}
 @media print, screen and (min-width: 67.5em) {
 .footer h4 {
 font-size: 16px;
}
}
 @media screen and (min-width: 112.5em) {
 .footer h4 {
 font-size: 16px;
}
}
.footer p {
	margin-bottom: 0;
	font-weight: 500;
}
.footer p a {
}
 @media print, screen and (min-width: 67.5em) {
 .footer p {
}
}
 @media screen and (min-width: 112.5em) {
 .footer p {
}
}
.footer p.call {
}
 @media print, screen and (min-width: 67.5em) {
 .footer p.call {
 font-size: 18px;
}
}
 @media screen and (min-width: 112.5em) {
 .footer p.call {
 font-size: 25px;
}
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #33731a;
	text-transform: uppercase;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
}
 @media print, screen and (min-width: 47.5em) {
 .footer__bottom {
 height: 60px;
 padding: 0 60px;
 text-align: left;
}
}
 @media print, screen and (min-width: 67.5em) {
 .footer__bottom {
 height: 60px;
 padding: 0 100px;
 text-align: left;
}
}
 @media screen and (min-width: 112.5em) {
 .footer__bottom {
 height: 80px;
 padding: 0 160px;
}
}
.footer__bottom ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
 @media print, screen and (min-width: 47.5em) {
 .footer__bottom ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 width: auto;
 text-align: left;
 width: 200px;
}
}
.footer__bottom ul li {
	display: inline-block;
	padding-right: 10px;
	font-size: 10px;
	margin: 0;
	font-weight: 500;
	margin-right: 10px;
	border-right: 1px solid #D2ABB3;
	color:#fff
}
.footer__bottom ul li:last-of-type {
	border-right: 0;
}
 @media screen and (min-width: 112.5em) {
 .footer__bottom ul li {
 display: block;
}
}
.footer__bottom ul li a {
	color: #fff;
}
.footer__bottom p {
	color: #fff;
	margin: 7px 0 9px;
	font-weight: 500;
	width: 100%;
}
 @media print, screen and (min-width: 47.5em) {
 .footer__bottom p {
 width: 300px;
 text-align: center;
 margin: 0;
}
}
 @media screen and (min-width: 112.5em) {
 .footer__bottom p {
}
}
.footer__bottom a {
	font-weight: 500;
	color: #fff;
	width: 100%;
}
 @media print, screen and (min-width: 47.5em) {
 .footer__bottom a {
 width: 200px;
 text-align: right;
}
}
 @media screen and (min-width: 112.5em) {
 .footer__bottom a {
}
}
.footer__bottom a img {
	margin-left: 5px;
}
.single-post__wrapper {
	width: 100%;
}
.single-post__date {
	color: #D79A8F;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.single-post h1 {
	font-size: 30px;
	color: #33731a;
	text-transform: uppercase;
	margin-bottom: 20px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post h1 {
 font-size: 40px;
 margin-bottom: 40px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post h1 {
 font-size: 60px;
 margin-bottom: 50px;
}
}
.single-post__featured-image {
	width: calc(100% + 40px);
	margin: 0 -20px;
	max-width: calc(100% + 40px);
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__featured-image {
 margin: 0;
 width: 100%;
 max-width: 100%;
}
}
.single-post__content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__content-wrap {
 margin-top: 50px;
}
}
.single-post__content {
	width: 100%;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__content {
 width: calc(100% - 360px);
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__content {
 width: calc(100% - 480px);
}
}
.single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	color: #33731a;
}
.single-post__content p {
	font-weight: 700;
	color: #676767;
	font-size: 14px;
	line-height: 26px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__content p {
 font-size: 12px;
 line-height: 22px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__content p {
 font-size: 15px;
 line-height: 30px;
}
}
.single-post__content p a {
	color: #33731a;
	text-decoration: underline;
}
.single-post__back {
	color: #33731a;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
 @media screen and (min-width: 112.5em) {
 .single-post__back {
 margin-bottom: 0;
 font-size: 15px;
 margin-top: 50px;
}
}
.single-post__sidebar {
	width: 100%;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__sidebar {
 width: 240px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__sidebar {
 width: 320px;
}
}
.single-post__sidebar-box {
	padding: 20px 25px;
	background: #ECE6D9;
	text-transform: uppercase;
	color: #33731a;
	margin-bottom: 25px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__sidebar-box {
 padding: 20px 40px;
}
}
.single-post__sidebar-box h4 {
	font-size: 12px;
	font-weight: 700;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__sidebar-box h4 {
 font-size: 14px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__sidebar-box h4 {
 font-size: 16px;
}
}
.single-post__sidebar-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-post__sidebar-box ul li {
	margin-right: 10px;
	font-size: 20px;
}
.single-post__sidebar-box ul li a {
	color: #9A9A9A;
}
.single-post__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-post__main {
	width: calc(100% - 32px);
	padding: 30px 20px 5px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__main {
 width: calc(100% - 120px);
 padding: 80px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .single-post__main {
 width: calc(100% - 160px);
 padding: 120px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__main {
 width: calc(100% - 240px);
 padding: 160px;
}
}
.single-post__bg {
	width: 32px;
	display: block;
	background-image: url(../images/pattern.jpg);
	background-repeat: repeat;
	background-size: 150px;
}
 @media print, screen and (min-width: 67.5em) {
 .single-post__bg {
 width: 120px;
}
}
 @media print, screen and (min-width: 77.5em) {
 .single-post__bg {
 width: 160px;
}
}
 @media screen and (min-width: 112.5em) {
 .single-post__bg {
 width: 240px;
}
}
#smallbox {
	cursor: pointer;
}
.table-style {
	width:95%;
}
.table-style ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 15px 5px;
}
.table-style ul li {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	width: 25%;
	display:block;
	padding-left:10px;
	text-align:center;
}
.table-style ul li img {
	display:block;
	background-color:#fff;
	padding:5px;
}
.table-style ul li .text {
	display:block;
	margin-top:10px;
	background-color:#33731a;
	padding:5px;
	color:#fff !important
}
.table-style ul li:nth-child(1) {
 width: 25%;
}
 .table-style ul li:nth-child(5) {
 width: 25%;
}
.table-style ul li .img {
	margin-right: 5px;
	font-size: 17px;
}
.table-style ul li a.floor-plan {
	background: #33731a;
	margin-right: 10px;
}
 .table-style ul:nth-child(even) {
}
 @media screen and (max-width: 767.98px) {
 .table-style ul {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding: 15px;
}
.table-style ul li {
 width: 50%;
 font-size: 13px;
 margin-bottom: 10px;
}
.table-style ul li:nth-child(1) {
 width: 50%;
}
.table-style ul li:nth-child(5) {
 margin: 0;
}
}
 @media screen and (max-width: 500px) {
 .table-style ul {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
 .table-style ul li {
 width: 50%;
 font-size: 12px;
}
.table-style ul li:nth-child(1) {
 width: 50%;
}
 .tabs .tab-content .tab-pane .white-box .table-style ul li:nth-child(3), .tabs .tab-content .tab-pane .white-box .table-style ul li:nth-child(4) {
 font-size: 14px;
}
}
/*# sourceMappingURL=main.css.map*/
