/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

 body {
	font-family: lato
}

td,
th {
	border: 1px solid #d3d3d3
}

.campaign-amenity--picture,
.location-handle,
.project-detail--gallery-slider-tab::before,
.project-theme-bg,
.slider-progress--bar::before,
.tab-nav--nav-btn::before {
	background-color: #0e7072
}

.partial-slide::before,
.project-detail--gallery-slider-tab.active::before,
.project-detail--gallery-slider-tab:focus::before,
.project-detail--gallery-slider-tab:hover::before,
.tab-nav--nav-btn.active::before,
.tab-nav--nav-btn:focus::before,
.tab-nav--nav-btn:hover::before {
	background-color: rgba(14, 112, 114, .6)
}

.project-theme-bg-light {
	background-color: #d5e6e7
}

.project-detail--gallery-slider-tab.active,
.project-detail--gallery-slider-tab:focus,
.project-detail--gallery-slider-tab:hover,
.project-theme-color,
.section-partial-slider-tab:focus,
.section-partial-slider-tab:hover,
.slider-progress--count-num,
.tab-nav--nav-btn.active {
	color: #0e7072
}

.location-handle,
.project-theme-color-secondary {
	color: #fff
}

.av--wrapper .project-theme-button,
.project-theme-button {
	background-color: #0e7072;
	border-color: #0e7072
}

.av--wrapper .project-theme-button:focus,
.av--wrapper .project-theme-button:hover,
.project-theme-button:focus,
.project-theme-button:hover {
	color: #0e7072;
	background-color: #fff
}

@font-face {
	font-family: FontAwesome;
	src: url("fontawesome-webfont.eot?v=4.7.0");
	src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fa/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fa/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fa/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.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
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .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.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	-webkit-border-radius: .1em;
	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
}

.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;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-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
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative;
	margin-top: 20px
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	background: #000
}

#colorbox {
	outline: 0
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	border: 5px solid transparent;
	background: 0 0
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}

#cboxTitle.smaller-font {
	font-size: smaller
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc
}

#cboxLoadingGraphic {
	background: url(../images/colorbox/loading.gif) no-repeat center center
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
	outline: 0
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(../images/colorbox/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: bottom left
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(../images/colorbox/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: bottom right
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../images/colorbox/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: bottom center
}


/*! nouislider - 14.0.3 - 10/10/2019 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto
}

.noUi-target {
	background: #fafafa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.noUi-connect {
	background: #3fb8af
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .3em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-widget {
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-size: 1em
}

.ui-widget-content {
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #337ab7;
	background: #004287;
	color: #fff;
	font-weight: 700
}

.ui-widget-header a {
	color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-weight: 700;
	color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(../images/ui-bg_glass_100_fdf5ce_1x400.html) 50% 50% repeat-x;
	font-weight: 700;
	color: #c77405
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #fff url(../images/ui-bg_glass_65_ffffff_1x400.html) 50% 50% repeat-x;
	font-weight: 700;
	color: #eb8f00
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(../images/ui-bg_highlight-soft_75_ffe45c_1x100.html) 50% top repeat-x;
	color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(../images/ui-bg_diagonals-thick_18_b81900_40x40.html) 50% 50% repeat;
	color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.html)
}

.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_ffffff_256x240.html)
}

.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.html)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.html)
}

.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.html)
}

.ui-state-highlight .ui-icon {
	background-image: url(../images/ui-icons_228ef1_256x240.html)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_ffd27a_256x240.html)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-widget-overlay {
	background: #666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.html) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000 url(../images/ui-bg_flat_10_000000_40x100.html) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker>div {
	display: none
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
	display: block
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today:hover:hover,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffcd70;
	border-color: #f59e00
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.today:hover {
	background-image: none
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled:hover[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today:hover:hover {
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today:hover:hover {
	color: #000
}

.datepicker table tr td.today.active:hover {
	color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	background: #eee;
	-webkit-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417;
	-webkit-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today:hover:hover,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4bb51;
	border-color: #bf800c
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover {
	background-image: none
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #999;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected:hover:hover,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
	color: #fff;
	background-color: #858585;
	border-color: #373737
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
	background-image: none
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled:hover[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:hover {
	background-color: #999;
	border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
	background-image: none
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled:hover[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active:hover:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
	background-image: none
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled:hover[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
	background-color: #428bca;
	border-color: #357ebd
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
	color: #999
}

.datepicker .datepicker-switch {
	width: 145px
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
	cursor: pointer
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
	background: #eee
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.datepicker thead tr:first-child .cw {
	cursor: default;
	background-color: transparent
}

.input-group.date .input-group-addon {
	cursor: pointer
}

.input-daterange {
	width: 100%
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: solid #ccc;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}

.bootstrap-select>.btn {
	width: 100%;
	padding-right: 25px
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 220px
}

.bootstrap-select .btn:focus {
	outline: thin dotted #333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%
}

.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed
}

.bootstrap-select.btn-group>.disabled:focus {
	outline: 0!important
}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left
}

.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .btn {
	width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.btn {
	z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%
}

.mobile-device {
	position: absolute!important;
	top: 0;
	left: 0;
	display: block!important;
	width: 100%;
	height: 100%!important;
	opacity: 0
}

.loadmask {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: .5;
	opacity: .5;
	background-color: #ccc;
	width: 100%;
	height: 100%;
	zoom: 1;
	display: none
}

.loadmask-msg {
	z-index: 20001;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #9dce2c;
	background: #c3daf9;
	padding: 2px;
	display: none!important
}

.loadmask-msg div {
	padding: 5px 10px 5px 25px;
	background: #fbfbfb url(../images/loading.html) no-repeat 5px 5px;
	line-height: 16px;
	border: 1px solid #a3bad9;
	color: #222;
	font: normal 11px tahoma, arial, helvetica, sans-serif;
	cursor: wait
}

.masked {
	overflow: hidden!important
}

.masked-relative {
	position: relative!important
}

.masked-hidden {
	visibility: hidden!important
}

.gray-bg {
	background: #f0f0f0
}

img.emoji,
img.wp-smiley {
	display: inline!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	height: 1em!important;
	width: 1em!important;
	margin: 0 .07em!important;
	vertical-align: -.1em!important;
	background: 0 0!important;
	padding: 0!important
}

.calc-block {
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px!important;
	border-radius: 10px!important;
	padding: 25px;
	color: #0051a3
}

.calc-block .input-group-addon {
	background: #004287;
	color: #fff;
	border-color: #004287;
	width: 50px
}

.calc-block .input-group {
	width: 100%
}

.calc-slider {
	clear: both;
	padding-top: 15px;
	text-align: center;
	margin-right: 15px
}

.calc-filter .control-label {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 400
}

.calc-filter .control-label strong {
	font-weight: 400
}

.calc-filter .calcf-sec {
	padding-bottom: 25px
}

.calc-filter .calcf-field {
	margin: 0;
	padding: 10px 0 0
}

.calc-filter .form-control {
	border: 1px solid #ccc
}

.loantermwrapper .btn {
	min-width: inherit;
	border: 1px solid #004287;
	width: 41px;
	padding: 5px 4px 25px 1px;
	text-align: center;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #003266;
	color: #fff
}

.loantermwrapper .btn.active {
	background: #065ab1;
	color: #fff
}

.loantermwrapper .btn:focus,
.loantermwrapper .btn:hover {
	background: #065ab1;
	color: #fff
}

.loantermwrapper .btn-group {
	margin-left: 0;
	width: 82px
}

.emi-summery {
	margin-top: 0
}

.summery-inner {
	padding: 0 15%
}

.emi-summery p {
	font-size: 30px;
	margin: 0!important;
	padding: 10px 0 0;
	font-weight: 600
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.8em!important;
	top: -.3em!important;
	cursor: move
}

.ui-slider .ui-slider-handle {
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
	height: .9em!important;
	width: .9em!important;
	outline: 0 none
}

.ui-widget-content {
	border: 0 none!important;
	background: #ebebeb!important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #0468cc!important;
	border: 1px solid #0468cc!important
}

.calculatorcontainer {
	background: #eee;
	padding: 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.emicalculatorcontainer {
	background: #eee
}

#emicalculatordashboard,
#emipaymentdetails {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif
}

#emicalculatordashboard {
	margin-bottom: 20px
}

#emicalculatorform {
	margin-bottom: 0!important
}

#emicalculatorinnerform {
	padding: 0
}

#emicalculatorform div.sep {
	padding-top: 25px
}

ul.loanproduct-nav {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: none;
	list-style: none outside none!important;
	margin: 0!important;
	padding: 0 0 0 10px
}

ul.loanproduct-nav li {
	float: left;
	list-style: none outside none!important;
	margin: 0 -1px -1px 0!important;
	position: relative;
	z-index: 10
}

ul.loanproduct-nav li a {
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	padding: 15px 10px;
	background: #dedede;
	margin: 0!important;
	text-decoration: none;
	color: #333!important;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	outline: 0 none
}

ul.loanproduct-nav li a:hover {
	background: #eee!important;
	margin: 0!important
}

ul.loanproduct-nav li.active a {
	background: #eee;
	border-bottom-color: transparent
}

#home-loan a {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px
}

#car-loan a {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}

#loanamountslider,
#loaninterestslider,
#loantermslider {
	margin-bottom: 0!important
}

.add-check .active:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\f00c"
}

.steps {
	border-color: transparent;
	border-style: none solid;
	border-width: 0 1px;
	margin: 0 0 35px!important;
	position: relative;
	width: 100%
}

.tick {
	color: #ccc;
	font-size: 12px;
	height: 12px;
	left: 0;
	line-height: 12px;
	margin-left: -24px;
	position: absolute;
	text-align: center;
	width: 48px;
	font-weight: 700
}

.marker {
	border: 1px solid transparent;
	font-size: 10px;
	font-weight: 700;
	height: 18px;
	line-height: 18px;
	text-align: center
}

.emischemes label {
	max-width: 110px;
	white-space: normal
}

#emiamount,
#emitotalinterest {
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	border-top: 0 none!important
}

#emitotalamount {
	padding: 15px 0;
	text-align: left
}

#emipaymentsummary h4 {
	font-size: 14px;
	line-height: 20px;
	color: #004287
}

.highcharts-title {
	fill: #004287!important;
	font-size: 14px!important;
	font-weight: 400
}

.emi-summery .calc-note {
	font-size: 12px;
	margin-top: 15px;
	line-height: 16px
}

.emi-summery .icon-rupee:before {
	margin: 0
}

#emipaymentsummary span {
	padding: 0 5px
}

#startmonthyear {
	cursor: default
}

#emipiechart {
	background: #fff;
	text-align: center;
	margin-top: 0
}

.fill-width {
	float: none!important;
	display: block!important;
	width: auto!important;
	overflow: hidden!important
}

.bbloanproducts {
	margin: 1px 0 0;
	padding: 0 0 15px;
	text-align: center
}

.bbloanproducts a,
.bbloanproducts p {
	text-align: center;
	font-weight: 700
}

.bbloanproducts i {
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #0072aa;
	padding: 5px;
	margin-left: 5px
}

.bbloanproducts a:hover i {
	color: #005077
}

.show_element {
	display: block;
	visibility: visible
}

.hide_element {
	display: none;
	visibility: hidden
}

#emipaymentscheduleheader {
	background: #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center
}

#emibarchart {
	clear: both;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 30px 0 0;
	background: #eee
}

#emipaymenttable {
	margin: 0;
	text-align: center
}

#emipaymenttable table {
	width: 100%;
	background: #eee;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

#emipaymenttable table th {
	background: #dedede;
	text-align: center;
	padding: 5px;
	font-size: 11px
}

#emipaymenttable table td {
	text-align: center;
	padding: 5px;
	font-size: 11px;
	white-space: nowrap
}

#emipaymenttable table tr td,
#emipaymenttable table tr th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

#emipaymenttable table tr td:first-child,
#emipaymenttable table tr th:first-child {
	border-left: 1px solid #ccc
}

#emipaymenttable table tr th {
	border-top: 1px solid #ccc
}

#emipaymenttable table tr:first-child th:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px
}

#emipaymenttable table tr:first-child th:nth-last-child(2) {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px
}

#emipaymenttable table tr:nth-last-child(2) td:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}

#emipaymenttable table tr:nth-last-child(2) td:nth-last-child(2) {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

#principalheader {
	background: none repeat scroll 0 0 #88a825!important
}

#interestheader {
	background: none repeat scroll 0 0 #ed8c2b!important
}

#balanceheader {
	background: none repeat scroll 0 0 #b8204c!important
}

.yearlypaymentdetails .toggle:before {
	position: relative;
	top: 0;
	left: -3px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\f196"
}

.yearlypaymentdetails .toggle-open:before {
	position: relative;
	top: 0;
	left: -3px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\f147"
}

.toggle {
	cursor: pointer
}

.toggle-hidden {
	display: none;
	visibility: hidden
}

.toggle-visible {
	display: block;
	visibility: visible;
	margin-bottom: 0!important
}

td.paymentyear {
	text-align: center!important;
	font-weight: 700!important
}

td.currency {
	border-left: 0 none!important;
	text-align: right!important
}

td.monthyearwrapper {
	margin: 0;
	padding: 0!important
}

td.paidtodatemonthyear,
td.paidtodateyear {
	border-left: 0 none!important;
	text-align: right!important
}

.monthlypaymentdetails td {
	border: 0 none!important
}

.monthlypaymentcontainer table td {
	background: #dedede;
	font-size: 11px;
	white-space: nowrap
}

.monthlypaymentcontainer table tr td,
.monthlypaymentcontainer table tr th {
	border-right: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc!important
}

.monthlypaymentcontainer table tr td:first-child {
	border-left: 1px solid #ccc!important
}

.monthlypaymentcontainer table tr td,
.monthlypaymentcontainer table tr th {
	-webkit-border-radius: 0!important;
	border-radius: 0!important
}

.furtherreading {
	border-bottom: 3px double #e8e8e8
}

.display-posts-listing {
	padding: 0;
	margin: 0
}

.listing-item {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	list-style: none;
	padding: 10px 0!important;
	border-bottom: 1px solid #ccc!important;
	margin: 0!important
}

.listing-item:after {
	background: 0 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	content: ""!important
}

.listing-item a {
	font-size: 18px!important
}

span.date {
	float: right;
	text-transform: uppercase;
	display: inline-block;
	text-align: right;
	font-size: 14px!important;
	color: gray;
	margin: 0 0 0 15px
}

.sidebar .widget_nav_menu,
.sidebar .widget_recent_entries {
	background: #eee!important;
	border: 1px solid #ccc!important
}

.sidebar .widget_nav_menu h3,
.sidebar .widget_recent_entries h3,
.sidebar .widget_text h3 {
	border-bottom: 3px double #ccc!important
}

.sidebar .widget ul li {
	border-bottom: 1px dashed #ccc!important
}

.sidebar .widget ul li:last-child {
	border-bottom: 0 none!important
}

.homepagebanner {
	margin: 0 0 15px!important
}

.ecalprint {
	margin-right: 10px
}

#ecalprintandshare a i {
	width: 32px;
	height: 32px;
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #0072aa;
	margin-right: 5px;
	padding: 5px
}

#ecalprintandshare a:hover i {
	color: #005077
}

#loader {
	display: none;
	text-align: center;
	margin: 5px auto;
	font-size: 20px;
	overflow: hidden;
	vertical-align: middle
}

#ecalprintandshare {
	margin: 20px auto 0;
	text-align: center
}

#ecalprintandsharetext {
	font-size: 18px;
	font-weight: 700
}

#ecalsharelink {
	margin: 10px auto 0;
	text-align: center;
	width: 300px
}

#sharelink {
	font-weight: 700;
	color: #00f;
	background: #fff
}

@media (max-width:1200px) {
	.summery-inner {
		padding: 0
	}
	.emi-summery p {
		font-size: 24px
	}
	.calc-filter .control-label {
		font-size: 13px
	}
}

@media (max-width:992px) {
	.calc-block {
		margin-bottom: 25px
	}
}

@media (min-width:480px) {
	ul.loanproduct-nav li a {
		border: 1px solid #ccc;
		display: block;
		overflow: hidden;
		padding: 15px;
		background: #dedede;
		margin: 0!important;
		text-decoration: none;
		color: #333!important;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.3;
		text-align: center;
		outline: 0 none
	}
	.emicalculatorcontainer {
		border: 2px dashed #ccc;
		padding: 20px
	}
	.emischemes label {
		max-width: none;
		white-space: nowrap
	}
	#emipaymenttable table th {
		font-size: 16px
	}
	#emipaymenttable table td,
	.monthlypaymentcontainer table td {
		font-size: 14px
	}
}

@media (min-width:768px) {
	#emipaymentsummary {
		border: 0 none
	}
	#emipiechart {
		border: 0 none;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	ul.loanproduct-nav {
		padding-left: 0
	}
	.bbloanproducts {
		border-top: 1px solid #ccc
	}
}

@media (min-width:992px) {
	.emicalculatorcontainer {
		border: 3px dashed #ccc
	}
	#emipaymenttable table tr:first-child th:last-child {
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px
	}
	#emipaymenttable table tr:nth-last-child(2) td:last-child {
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
	#emipaymenttable table tr:first-child th:nth-last-child(2) {
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0
	}
	#emipaymenttable table tr:nth-last-child(2) td:nth-last-child(2) {
		-webkit-border-bottom-right-radius: 0;
		border-bottom-right-radius: 0
	}
}

@media print {
	body {
		visibility: hidden
	}
	.calculatorcontainer {
		visibility: visible
	}
	#ecalprintandshare,
	#ecalsharelink,
	.bbloanproducts {
		visibility: hidden
	}
}

@media (max-width:1023px) {
	.emi-summery {
		margin-top: 0
	}
	#emiamount,
	#emitotalamount,
	#emitotalinterest {
		padding: 10px 0
	}
}

.flatpickr-calendar {
	background: 0 0;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
	opacity: 1;
	max-height: 640px;
	visibility: visible
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.static {
	position: absolute;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: 0 0;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, 0.9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
	position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
	right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
	-webkit-transition: fill .1s;
	-o-transition: fill .1s;
	transition: fill .1s;
	fill: inherit
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	background: 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: 0 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: 0;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
	outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: 0;
	padding: 0
}

.flatpickr-weekdays {
	background: 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: 0 0;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.dayContainer+.dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
	background: 0 0;
	border: 1px solid transparent;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
	-webkit-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
	-webkit-border-radius: 50px;
	border-radius: 50px
}

.flatpickr-day.inRange {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	cursor: default;
	border: none
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
	background: #eee
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes soft-blink {
	0%,
	100% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@keyframes soft-blink {
	0%,
	100% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@-webkit-keyframes soft-blink-bg {
	0%,
	100% {
		background-color: rgba(252, 197, 8, .1)
	}
	50% {
		background-color: #fcc508
	}
}

@keyframes soft-blink-bg {
	0%,
	100% {
		background-color: rgba(252, 197, 8, .1)
	}
	50% {
		background-color: #fcc508
	}
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

input,
select,
textarea {
	font: inherit
}

figure {
	margin: 0
}

[hidden] {
	display: none
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left
}

.right {
	float: right
}

.wrap-clear::after {
	content: '';
	display: block;
	clear: both
}

.clearfix {
	zoom: 1;
	display: block;
	clear: both
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block
}

.clearfix:after {
	clear: both
}

.block-img-responsive {
	display: block;
	max-width: 100%
}

:root {
	--html-font-base: 62.5%;
	--base-font-size: 1.6rem;
	--wrapper-horizontal-padding: 4rem;
	--banner-container-width: 111rem;
	--container-width: 128.5rem;
	--container-pad-horizontal: 6.5rem;
	--generic-section-pad-vertical: 8rem;
	--cta-font-size: 1.8rem;
	--cta-padding-vertical: 1.5rem;
	--cta-padding-horizontal: 3rem;
	--header-padding: 2.9282576866764276%;
	--logo-width: 40.2rem;
	--header-right-width: 35rem;
	--btn-menu-lines-width: 3.3rem;
	--btn-menu-text-size: 2.4rem;
	--skjlandbase-trigger-dim: 7.6rem;
	--banner-highlight-text: 4.8rem;
	--banner-showcase-img: 5rem;
	--banner-showcase-info: 1.4rem;
	--section-title-size: 22rem;
	--section-pad-vertical: 2rem;
	--section-pad-left: 29rem;
	--section-info-highlight-size: 1.6em;
	--slider-col1: 36.5%;
	--slider-col2: 63.5%;
	--home-projects-info-width: 99%;
	--partial-slide--main-width: 38.6rem;
	--partial-slide--width: 22.6rem;
	--partial-slide--detail-width: 52.288329519450805%;
	--partial-slide--caption-title-size: 2.375em;
	--slider-progress-mt: 5rem;
	--slider-progress--count-size: 1.75em;
	--popup-vertical-gap: -webkit-calc(var(--base-font-size) * 1.25);
	--popup-vertical-gap: calc(var(--base-font-size) * 1.25);
	--popup-horizontal-gap: -webkit-calc(var(--base-font-size) * 2.5);
	--popup-horizontal-gap: calc(var(--base-font-size) * 2.5);
	--rera-width: 40rem;
	--form-wrapper-pl: 7rem;
	--form-wrapper-pr: 25vw
}

html {
	font-size: var(--html-font-base);
	font-family: Arial, arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	color: #333;
	line-height: 1.35
}

body {
	font-size: var(--base-font-size)
}

.overflow-hidden {
	overflow: hidden
}

.overflow-auto {
	overflow: hidden
}

.overflow-visible {
	overflow: visible
}

.no-overflow {
	overflow: visible!important
}

.font-larger {
	font-size: larger
}

.font-smaller {
	font-size: smaller
}

.font-normal {
	font-weight: 400
}

/*.mobile,*/
/*.mobile.cta {*/
/*	display: none*/
/*}*/

.bg-shade {
	background-color: #f7f7f7
}

.max-w100 {
	max-width: 100%
}

.w100 {
	width: 100%!important
}

.pos_r {
	position: relative
}

.capitalize {
	text-transform: capitalize
}

.text-justify {
	text-align: justify
}

.link {
	text-decoration: none
}

.link,
.link:visited {
	color: #0a53a0
}

.link:hover {
	opacity: .85
}

.link:focus {
	text-decoration: underline
}

.ctacall {
	display: inline-block;
	position: relative;
	font-size: var(--cta-font-size);
	font-family: calibri;
	padding: var(--cta-padding-vertical) var(--cta-padding-horizontal);
	text-decoration: none;
	font-stretch: condensed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	line-height: 1;
	outline: 0;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #000;
	background-color: #fcc508;
	animation-name: shake;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in
}

@keyframes shake {
	0% {
		left: 0
	}
	1% {
		left: -3px
	}
	2% {
		left: 5px
	}
	3% {
		left: -8px
	}
	4% {
		left: 8px
	}
	5% {
		left: -5px
	}
	6% {
		left: 3px
	}
	7% {
		left: 0
	}
}

.cta {
	display: inline-block;
	position: relative;
	font-size: var(--cta-font-size);
	font-family: calibri;
	padding: var(--cta-padding-vertical) var(--cta-padding-horizontal);
	text-decoration: none;
	font-stretch: condensed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	line-height: 1;
	outline: 0;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #000;
	background-color: #fcc508
}

.cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0a53a0;
	-webkit-transform: scaleX(0) skewX(-20deg);
	-ms-transform: scaleX(0) skewX(-20deg);
	transform: scaleX(0) skewX(-20deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.cta:not(.no-arrow)::after {
	content: '';
	width: 1.8rem;
	height: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -webkit-calc(var(--cta-padding-horizontal)/ 2);
	margin-left: calc(var(--cta-padding-horizontal)/ 2);
	background: url(../images/cta-arrow.png) no-repeat 0 0/100%;
	-webkit-transition: -webkit-filter .3s, -webkit-transform .3s;
	transition: -webkit-filter .3s, -webkit-transform .3s;
	-o-transition: filter .3s, transform .3s;
	transition: filter .3s, transform .3s;
	transition: filter .3s, transform .3s, -webkit-filter .3s, -webkit-transform .3s
}

.cta span {
	position: relative;
	line-height: .5;
	vertical-align: middle
}

.cta:focus,
.cta:hover {
	color: #fff
}

.cta:focus::before,
.cta:hover::before {
	-webkit-transform: scaleX(1.2) skewX(-20deg);
	-ms-transform: scaleX(1.2) skewX(-20deg);
	transform: scaleX(1.2) skewX(-20deg)
}

.cta:focus::after,
.cta:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transform: translateX(17%);
	-ms-transform: translateX(17%);
	transform: translateX(17%)
}

.cta:focus {
	outline: 0
}

.cta.cta-inverse {
	color: #fff;
	background-color: #0a53a0; 
        
}

.cta.cta-inverse::before {
	background-color: #fcc508
}

.cta.cta-inverse::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.cta.cta-inverse:focus,
.cta.cta-inverse:hover {
	color: #000
}

.cta.cta-inverse:focus::after,
.cta.cta-inverse:hover::after {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.cta.cta-inverse:focus {
	outline-color: transparent
}

.cta.cta-inverse-light {
	color: #fff;
	background-color: #027af3
}

.cta.cta-inverse-light::before {
	background-color: #fcc508
}

.cta.cta-inverse-light::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.cta.cta-inverse-light:focus,
.cta.cta-inverse-light:hover {
	color: #000
}

.cta.cta-inverse-light:focus::after,
.cta.cta-inverse-light:hover::after {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.cta.cta-inverse-light:focus {
	outline-color: transparent
}

.cta.ghost-cta {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fcc508
}

.cta.ghost-cta::before {
	background-color: #fcc508
}

.cta.ghost-cta::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.cta.ghost-cta:focus,
.cta.ghost-cta:hover {
	color: #000
}

.cta.ghost-cta:focus::after,
.cta.ghost-cta:hover::after {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

.cta.ghost-cta:focus {
	outline-color: transparent
}

.cta.uc {
	text-transform: uppercase
}

.cta.center {
	text-align: center
}

.cta[disabled] {
	opacity: .5;
	pointer-events: none
}

.cta.cta-link {
	background-color: transparent;
	text-decoration: underline
}

.cta.cta-link::before {
	display: none
}

.no-mb {
	margin-bottom: 0!important
}

.no-mt {
	margin-top: 0!important
}

.wrapper-pad-left {
	padding-left: var(--wrapper-horizontal-padding)
}

.wrapper-pad-right {
	padding-right: var(--wrapper-horizontal-padding)
}

.generic-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.slider-wrapper-col1 {
	width: var(--slider-col1)
}

.slider-wrapper-col2 {
	width: var(--slider-col2)
}

.container-pt {
	padding-top: var(--section-pad-vertical)
}

.container-pb {
	padding-bottom: var(--section-pad-vertical)
}

.generic-section-pt {
	padding-top: var(--generic-section-pad-vertical)
}

.generic-section-pb {
	padding-bottom: var(--generic-section-pad-vertical)
}

.banner-container,
.container {
	margin-left: auto;
	margin-right: auto
}

.banner-container.pad-left,
.container.pad-left {
	padding-left: var(--container-pad-horizontal)
}

.banner-container.pad-right,
.container.pad-right {
	padding-right: var(--container-pad-horizontal)
}

.banner-container.max-w100,
.container.max-w100 {
	max-width: 100%
}

.container {
	max-width: var(--container-width)
}

.banner-container {
	max-width: var(--banner-container-width)
}

.button {
	padding: 0;
	border: 0;
	outline: 0;
	color: inherit;
	font-size: inherit;
	font-stretch: inherit;
	background: 0 0;
	cursor: pointer
}

.input-holder,
.input-holder-chk {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: .3em
}

.input-holder input,
.input-holder-chk input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.input-holder {
	padding-left: 1.5em
}

.input-holder input:checked+.input-holder--box::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.input-holder-chk {
	margin-right: 1em;
	margin-top: .6em
}

.input-holder-chk input:checked+.input-holder-chk--label {
	background-color: #027af3;
	color: #fff
}

.input-holder--box {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #000
}

.input-holder--box::before {
	content: '';
	width: 40%;
	height: 40%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20% 0 0 -20%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.input-holder-chk--label {
	display: block;
	font-size: .85em;
	padding: .6em 1.5em;
	will-change: color, background-color;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;
	border: 1px solid #333
}

.header-search--form {
	width: 100%
}

.header-search--filter-budget.noUi-target {
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	border: 0;
	width: 92%
}

.header-search--filter-budget .noUi-connects {
	cursor: pointer
}

.header-search--filter-budget .noUi-base {
	height: .5em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #b3b2b2
}

html .header-search--filter-budget.noUi-horizontal .noUi-handle {
	right: -.6em
}

.header-search--filter-budget .noUi-connect {
	background-color: #027af3
}

.header-search--filter-budget .noUi-handle {
	border: 0;
	width: auto;
	height: auto;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	outline: 0
}

.header-search--filter-budget .noUi-handle::after,
.header-search--filter-budget .noUi-handle::before {
	display: none
}

.header-search--filter-budget .noUi-touch-area::before {
	content: '\f106';
	font-family: FontAwesome;
	font-size: 2em
}

.header-budget--limit-container {
	font-size: .8em;
	margin-bottom: .5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-budget--limit {
	width: 5em
}

.header-budget--limit.header-budget--limit-end {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.menu-open {
	overflow: hidden
}

.menu-open .menu-nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.show-exit-form,
.show-generic-form,
.show-referral-form {
	overflow: hidden
}

.show-exit-form .skjlandbase-exit-form,
.show-generic-form .skjlandbase-generic-form,
.show-referral-form .skjlandbase-referral-form {
	z-index: 5;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	pointer-events: all
}

.search-open {
	overflow: hidden
}

.search-open .header-search {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header {
	font-family: calibri
}

.hideHeader .header-bar {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.from-campaign .header-bar {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #243956
}

.from-campaign.contentHeader .header-bar {
	padding-top: 1rem
}

.from-campaign .header-right {
	display: none
}

.from-campaign .header-right.campaign-header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.from-campaign.fixed-nav .header-bar {
	-webkit-transform: translateY(-100%)!important;
	-ms-transform: translateY(-100%)!important;
	transform: translateY(-100%)!important
}

.from-campaign.fixed-nav .project-detail--nav.fixed {
	-webkit-transform: translateY(0)!important;
	-ms-transform: translateY(0)!important;
	transform: translateY(0)!important
}

.from-campaign .home-banner .slick-dots li {
	border-width: .2rem
}

.from-campaign .home-banner .slick-dots li.slick-active {
	border-color: #0a53a0
}

.from-campaign .project-detail--nav.header-nav .project-detail--nav-link:not(:last-child) {
	margin-right: 1em
}

.header-bar {
	z-index: 5;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3.6rem var(--header-padding) 2rem;
	will-change: transform, background-color;
	-webkit-transition: background-color .2s, padding-top .2s, -webkit-transform .2s;
	transition: background-color .2s, padding-top .2s, -webkit-transform .2s;
	-o-transition: transform .2s, background-color .2s, padding-top .2s;
	transition: transform .2s, background-color .2s, padding-top .2s;
	transition: transform .2s, background-color .2s, padding-top .2s, -webkit-transform .2s
}

.contentHeader .header-bar,
.page-error .header-bar,
.page-thankyou .header-bar {
	background-color: rgba(0, 0, 0, .8)
}

.contentHeader .header-bar {
	padding-top: 2rem
}

.logo {
	width: var(--logo-width);
	display: block
}

.header-right {
	width: var(--header-right-width);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-right.no-num {
	width: 15rem;
	margin-top: 1.5rem
}

.header-right.no-num .header-contact {
	display: none
}

.header-right.campaign-header-right {
	display: none
}

.btn-header-search {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	font-size: 1.3em
}

.btn-header-search:hover {
	color: #fcc508
}

.header-contact {
	width: 60%;
	color: #fff;
	text-decoration: none;
	font-family: Gotham;
	text-align: center;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.header-contact:hover {
	color: #fcc508
}

.header-contact--caption,
.header-contact--num {
	display: block
}

.header-contact--num {
	font-size: 1.8rem;
	font-weight: 500
}

.header-contact--caption {
	margin-bottom: -.5em;
	font-size: .72em
}

.btn-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.btn-menu:hover {
	color: #fcc508
}

.btn-menu:hover .btn-menu--line {
	background: #fcc508
}

.btn-menu-lines {
	width: var(--btn-menu-lines-width);
	display: block;
	margin-right: 1.2rem
}

.btn-menu--line {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.btn-menu--line+.btn-menu--line {
	margin-top: 19%
}

.btn-menu-text {
	text-transform: uppercase;
	line-height: 1;
	font-weight: 300;
	font-size: var(--btn-menu-text-size)
}

.menu-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: auto;
	display: block;
	font-size: 1.375em;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.menu-nav--menu-tabs-container {
	width: 24.583333%;
	height: 100%;
	background-color: #006bb6;
	padding: 2% 2.1% 4.0104167%;
	margin-left: auto
}

.menu-nav--menu-tabs {
	width: 100%;
	height: 100%
}

.menu-nav--menu-tabs--header {
	font-size: 2em
}

.menu-nav--menu-tabs--content {
	width: 100%;
	height: 75%;
	margin-top: 25%;
	margin-bottom: 5%;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu-nav--item {
	margin-bottom: .7em
}

.menu-nav--item.main .menu-nav--item--link {
	font-size: 3rem;
	margin-bottom: .6em;
	text-transform: uppercase;
	margin-left: 0;
	opacity: 1
}

.menu-nav--item.main .menu-nav--item--link::before {
	display: none
}

.menu-nav--item.main+:not(.main) {
	margin-top: 10%
}

.menu-nav--item.active .menu-nav--item--link,
.menu-nav--item:focus .menu-nav--item--link,
.menu-nav--item:hover .menu-nav--item--link {
	opacity: 1;
	outline: 0
}

.menu-nav--item.active .menu-nav--item--link::after,
.menu-nav--item:focus .menu-nav--item--link::after,
.menu-nav--item:hover .menu-nav--item--link::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.menu-nav--item.active .menu-nav--menu-tab-content {
	display: block
}

.menu-nav--item--link {
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight: 300;
	line-height: 1;
	opacity: .8;
	letter-spacing: .05em;
	margin-left: 1em;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.menu-nav--item--link::before {
	content: '';
	position: absolute;
	margin-top: -2px;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 0;
	border-left-color: #fff;
	-webkit-transform: translate(-300%, -50%);
	-ms-transform: translate(-300%, -50%);
	transform: translate(-300%, -50%)
}

.menu-nav--item--link::after {
	content: '';
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.menu-nav--social {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff
}

.menu-nav--social a {
	color: inherit;
	font-size: 1em;
	text-decoration: none
}

.menu-nav--social a:focus,
.menu-nav--social a:hover {
	text-shadow: 0 0 1px #fff
}

.menu-nav--social a:focus.fa-facebook,
.menu-nav--social a:hover.fa-facebook {
	color: #3b5998
}

.menu-nav--social a:focus.fa-twitter,
.menu-nav--social a:hover.fa-twitter {
	color: #1dcaff
}

.menu-nav--social a:focus.fa-instagram,
.menu-nav--social a:hover.fa-instagram {
	text-shadow: 1px 1px 1px #833ab4;
	color: #ffdc80
}

.menu-nav--social a+a {
	margin-left: .7em
}

.close-nav {
	line-height: .3;
	font-size: 1.5em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-weight: 300;
	display: block;
	margin: 0 .3em .25em auto
}

.menu-nav--menu-tabs--header--logo {
	width: 100%;
	display: block
}

.menu-nav--menu-tabs-content-container {
	width: 75.416667%;
	background: #fff;
	overflow: auto;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem;
	display: none
}

.menu-nav--menu-tab-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 75.416667%;
	height: 100%;
	background: #fff
}

.menu-nav--menu-tab-content--wrapper {
	--mt: -webkit-calc(10%);
	--mt: calc(10%);
	width: 87%;
	height: -webkit-calc(100% - var(--mt) - 13%);
	height: calc(100% - var(--mt) - 13%);
	margin: auto;
	margin-top: var(--mt);
	overflow: auto
}

.menu-nav--menu-tab-content--title {
	text-transform: uppercase;
	font-weight: 300;
	color: #006bb6;
	line-height: 1;
	font-size: 6rem;
	color: #0a53a0;
	margin: 0 0 .5em
}

.menu-nav--menu-tab-content--tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 1.3em
}

.menu-nav--menu-tab-content--tab {
	padding: .4em 1.5em;
	text-transform: uppercase;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.menu-nav--menu-tab-content--tab+.menu-nav--menu-tab-content--tab {
	margin-left: 2em
}

.menu-nav--menu-tab-content--tab.active {
	background-color: #006bb6;
	color: #fff
}

.menu-nav--menu-tab-content--links,
.menu-nav--menu-tab-content--links-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%
}

.menu-nav--menu-tab-content--links-wrapper.is-inner-tab:not(.active),
.menu-nav--menu-tab-content--links.is-inner-tab:not(.active) {
	display: none
}

.menu-nav--menu-tab-content--links {
	border-top: 1px solid #bcbcbc
}

.menu-nav--menu-tab-content--link {
	width: 32%;
	margin-right: 1.3333%;
	margin-top: 1.1em;
	line-height: 1;
	padding-left: 1.1em;
	position: relative;
	color: inherit;
	text-decoration: none
}

.menu-nav--menu-tab-content--link::before {
	content: '';
	position: absolute;
	top: .15em;
	left: 0;
	width: 0;
	height: 0;
	border: .25em solid transparent;
	border-left-color: #006bb6;
	border-right: 0
}

.menu-nav--menu-tab-content--link:focus,
.menu-nav--menu-tab-content--link:hover {
	text-decoration: underline
}

.menu-nav--menu-tab-content--link.coming-soon {
	padding-left: 0
}

.menu-nav--menu-tab-content--link.coming-soon:focus,
.menu-nav--menu-tab-content--link.coming-soon:hover {
	text-decoration: none
}

.menu-nav--menu-tab-content--link.coming-soon::before {
	display: none
}

.menu-nav--menu-tab-content--link .highlight {
	color: #006bb6
}

.menu-nav--sub-accordion {
	overflow: hidden;
	height: 0;
	margin-top: 0;
	-webkit-transition: height .3s, margin-top .3s;
	-o-transition: height .3s, margin-top .3s;
	transition: height .3s, margin-top .3s;
	will-change: height, margin-top
}

.active .menu-nav--sub-accordion {
	height: 10rem;
	margin-top: .5em
}

.menu-nav--sub-wrapper {
	display: none
}

.menu-nav--sub-wrapper.active {
	display: block
}

.menu-nav--sub-link {
	display: block;
	color: #fff;
	position: relative;
	padding-left: 2rem;
	margin-top: .3em;
	text-transform: uppercase
}

.menu-nav--sub-link::before {
	content: '';
	position: absolute;
	top: .25em;
	left: 0;
	border: .5rem solid transparent;
	border-right: 0;
	border-left-color: #fff
}

.menu-nav--sub-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2rem;
	width: -webkit-calc(100% - 2rem);
	width: calc(100% - 2rem);
	height: .2rem;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.menu-nav--sub-link.active::after,
.menu-nav--sub-link:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.header-search {
	will-change: transform;
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	padding: 4rem 10%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	font-family: Arial, sans-serif
}

.header-search-wrapper {
	position: relative;
	height: 100%
}

.header-search-close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	margin-left: 7%;
	font-family: calibri;
	font-size: 5em;
	line-height: .2;
	opacity: .5;
	font-weight: 300
}

.header-search-container {
	height: 100%;
	padding-right: 3rem;
	overflow: auto
}

.header-search-container::-webkit-scrollbar {
	width: 1rem
}

.header-search-container::-webkit-scrollbar-track {
	background: #f7f7f7;
	border: 1px solid #999;
	-webkit-border-radius: 1rem;
	border-radius: 1rem
}

.header-search-container::-webkit-scrollbar-thumb {
	background: #027af3;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.header-search--project {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	min-width: 40rem
}

.header-search--ip-container {
	display: block;
	width: 96%;
	width: -webkit-calc(100% - 12rem);
	width: calc(100% - 12rem);
	margin-right: 1.2rem;
	height: 3em;
	position: relative;
	border: 1px solid #b5b5b5
}

.header-search--ip-container::after {
	content: attr(data-error);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: red;
	font-size: .8em;
	padding: .2em 0;
	border-top: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

.header-search--ip-container.show-error::after {
	display: block
}

.header-search--ip {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding-left: 1em;
	padding-right: 1em;
	outline: 0
}

.header-search--ip:-moz-placeholder-shown~.header-search--btn-search {
	opacity: .2;
	pointer-events: none
}

.header-search--ip:-ms-input-placeholder~.header-search--btn-search {
	opacity: .2;
	pointer-events: none
}

.header-search--ip:placeholder-shown~.header-search--btn-search {
	opacity: .2;
	pointer-events: none
}

.header-search--ip:not(:-moz-placeholder-shown)~.header-search--btn-search {
	opacity: 1;
	pointer-events: all
}

.header-search--ip:not(:-ms-input-placeholder)~.header-search--btn-search {
	opacity: 1;
	pointer-events: all
}

.header-search--ip:not(:placeholder-shown)~.header-search--btn-search {
	opacity: 1;
	pointer-events: all
}

.header-search--btn-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 1.6em;
	padding: 0 .5em;
	will-change: opacity, color, background-color;
	-webkit-transition: opacity .2s, color .2s, background-color .2s;
	-o-transition: opacity .2s, color .2s, background-color .2s;
	transition: opacity .2s, color .2s, background-color .2s
}

.header-search--btn-search:focus,
.header-search--btn-search:hover {
	background-color: #fcc508;
	color: #0a53a0
}

.header-search--or {
	font-family: calibri;
	font-stretch: normal;
	font-size: 1.5em;
	margin: 1em 0 .85em;
	text-transform: uppercase
}

.header-search--filters-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header-search--filter {
	width: 48%;
	margin-bottom: 1.5em;
	position: relative
}

.header-search--filter::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s, z-index 0s linear .2s;
	-o-transition: opacity .2s, z-index 0s linear .2s;
	transition: opacity .2s, z-index 0s linear .2s;
	will-change: z-index, opacity
}

.header-search--filter.disabled {
	display: none
}

.header-search--filter.disabled:before {
	opacity: .85;
	z-index: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.header-search--filter.has-range-slider {
	margin-bottom: 2.5em
}

.header-search--filter.has-range-slider .header-search--filter-budget.noUi-target {
	margin-left: 2%
}

.header-search--filter.full {
	width: 100%
}

.header-search--filter-title {
	text-transform: uppercase;
	font-family: calibri;
	font-size: 1.5em;
	color: #000;
	display: block;
	margin-bottom: .3em;
	font-weight: 400
}

.header-search--filter-options {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.header-search--input-holder {
	padding-left: 2em;
	min-height: 1.5em;
	margin-top: .6em;
	margin-right: 2em
}

.header-search--input-holder:last-child {
	margin-right: 0
}

.header-search--input-holder input:checked~.header-search--input-holder--label {
	color: #000;
	font-weight: 500
}

.header-search--input-holder--box {
	width: 1.3em;
	height: 1.3em
}

.header-search--input-holder--box::before {
	background-color: #027af3
}

.header-search--input-holder--label {
	display: block;
	padding-top: .1em
}

.header-search--filter-select-label {
	position: relative
}

.header-search--filter-select-label::before {
	content: '';
	width: 0;
	height: 0;
	border: .5rem solid transparent;
	border-top-color: #333;
	border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-search--filter-select {
	min-width: 15.25em;
	border: 1px solid #333;
	padding: .7rem 3rem .7rem 1.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent
}

.skjlandbase-trigger {
	display: none;
	font-size: 1.2em;
	position: fixed;
	z-index: 2;
	bottom: 50%;
	left: 100%;
	color: #fff;
	white-space: nowrap;
	background-color: #0a53a0;
	letter-spacing: .05em;
	font-weight: 300;
	padding: .7em 1em .4em;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-90deg) translate(-54%, -100%);
	-ms-transform: rotate(-90deg) translate(-54%, -100%);
	transform: rotate(-90deg) translate(-54%, -100%);
	font-family: calibri;
	-webkit-border-radius: .5rem .5rem 0 0;
	border-radius: .5rem .5rem 0 0
}

.skjlandbase-trigger.email-trigger {
	display: block
}

.skjlandbase-exit-form,
.skjlandbase-generic-form,
.skjlandbase-referral-form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s, z-index 0s linear .3s;
	-o-transition: opacity .3s, z-index 0s linear .3s;
	transition: opacity .3s, z-index 0s linear .3s;
	background-color: rgba(0, 0, 0, .8);
	will-change: opacity, z-index
}

.skjlandbase-form-container {
	max-width: 89rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 3.5rem 4rem
}

.skjlandbase-form-title {
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 0 0 .5em;
	font-family: calibri;
	font-stretch: condensed;
	font-weight: 400
}

.skjlandbase-form .ap-lead-form,
.skjlandbase-lead-form .ap-lead-form {
	padding: 0
}

.skjlandbase-form .am-input-container,
.skjlandbase-lead-form .am-input-container {
	margin-bottom: 1em
}

.skjlandbase-form .skjlandbase-form--link {
	display: inline-block;
	color: #0a53a0;
	text-decoration: none;
	margin-top: 1em
}

.skjlandbase-form .skjlandbase-form--link:visited {
	color: #0a53a0
}

.skjlandbase-form .skjlandbase-form--link:focus,
.skjlandbase-form .skjlandbase-form--link:hover {
	text-decoration: underline
}

.skjlandbase-form.show-thankyou .ap-lead-form-cont {
	display: none
}

.ap-lead-form-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ap-lead-form-cont>.am-input-container,
.ap-lead-form-cont>.ap-dropdown-cont {
	width: 49.5%;
	height: 3.25em;
	margin-bottom: 1.5em;
	overflow: visible;
	background-color: #f3f2f2
}

.ap-lead-form-cont .am-input-container select {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	outline: 0;
	font-size: .875em
}

.ap-lead-form-cont .am-input-container .am-input,
.ap-lead-form-cont .am-input-container .ap-dropdown-button,
.ap-lead-form-cont .ap-dropdown-cont .am-input,
.ap-lead-form-cont .ap-dropdown-cont .ap-dropdown-button {
	border-bottom: 0;
	height: 100%;
	margin-bottom: 0
}

.ap-lead-form-cont .am-input-container .am-input,
.ap-lead-form-cont .ap-dropdown-cont .am-input {
	padding: .5em;
	top: 0
}

.ap-lead-form-cont .ap-dropdown-label {
	padding: .5em .5em 0
}

.ap-lead-form-cont .ap-dropdown-label[style*="opacity: 0"] {
	padding-top: 0
}

.ap-lead-form-cont .ap-dropdown-label[style*="opacity: 0"]+.ap-dropdown-button {
	margin-top: .2em
}

.ap-lead-form-cont .ap-dropdown-label[style*="opacity: 1"] {
	margin-bottom: .5em
}

.ap-lead-form-cont .ap-dropdown-button {
	padding: 0 .5em;
	line-height: 1
}

.ap-lead-form-cont .ap-agree-box,
.ap-lead-form-cont .ap-form-error {
	width: 100%;
	margin-bottom: 1em
}

.ap-lead-form-cont .ap-agree-box input {
	vertical-align: middle;
	margin: .3em .5em .5em 0
}

.ap-lead-form-cont .am-button.af-primary:not(.af-bordered) {
	margin-top: 0;
	background-color: #fcc508;
	color: #333;
	border: 0;
	font-family: calibri;
	font-stretch: condensed;
	text-transform: uppercase;
	font-size: 1.125em;
	padding-top: var(--cta-padding-vertical);
	padding-bottom: -webkit-calc(var(--cta-padding-vertical) * .8);
	padding-bottom: calc(var(--cta-padding-vertical) * .8);
	letter-spacing: .02em;
	will-change: color, background-color;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.ap-lead-form-cont .am-button.af-primary:not(.af-bordered):focus,
.ap-lead-form-cont .am-button.af-primary:not(.af-bordered):hover {
	background-color: #0a53a0;
	color: #fff
}

.skjlandbase-form-close {
	position: absolute;
	top: 3.5rem;
	right: 4rem;
	font-size: 3em;
	font-weight: 300;
	line-height: .5;
	opacity: .5
}

.footer-nav {
	padding-top: 3.6rem;
	padding-bottom: 3.6rem;
	background-color: #222;
	font-family: calibri
}

.footer-nav--container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-nav--menu {
	width: 16%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff
}

.footer-nav--menu--item {
	color: inherit;
	text-decoration: none
}

.footer-nav--menu--item[href] {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: .35em
}

.footer-nav--menu--item[href]:focus,
.footer-nav--menu--item[href]:hover {
	text-decoration: underline
}

.footer-nav--menu--item.main {
	margin-bottom: 1em;
	font-size: 2.4rem;
	text-transform: uppercase
}

.footer-nav--menu--item.social>a {
	display: inline-block;
	font-size: 2.6rem;
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.footer-nav--menu--item.social>a:hover.fa-facebook {
	color: #3b5998
}

.footer-nav--menu--item.social>a:hover.fa-twitter {
	color: #1dcaff
}

.footer-nav--menu--item.social>a:hover.fa-instagram {
	color: #e1306c
}

.footer-nav--menu--item.social>a+a {
	margin-left: .5em
}

.footer-nav--menu--item.newsletter {
	margin-top: 4rem;
	width: 100%
}

.footer-nav--menu--item.newsletter-title {
	margin-bottom: .2em;
	line-height: 1
}

.footer-nav--menu--item:last-child {
	margin-bottom: 0
}

.newsletter-ip-container {
	display: block;
	width: 100%;
	position: relative
}

.newsletter-ip-container input {
	font-size: .8em;
	display: block;
	width: 100%;
	height: 4rem;
	outline: 0;
	border: 0;
	padding: .5rem 1rem;
	font-family: Arial, sans-serif
}

.newsletter-ip-container.loading~.cta {
	color: transparent;
	pointer-events: none;
	background: 0 0;
	text-align: center;
	width: 100%;
	pointer-events: none
}

.newsletter-ip-container.loading~.cta::after,
.newsletter-ip-container.loading~.cta::before {
	display: none
}

.newsletter-ip-container.loading~.cta span {
	font-size: 0
}

.newsletter-ip-container.loading~.cta span::after {
	content: "\f1ce";
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	font-family: FontAwesome;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.newsletter-ip-container.success .success {
	display: block
}

.newsletter-ip-container.success~.cta {
	display: none
}

.newsletter-ip-container.error~.error {
	display: block
}

.newsletter-message {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: .75em;
	background-color: #fff;
	display: none
}

.newsletter-message.error {
	color: #ad0505;
	margin-top: .2rem;
	padding: .3em .6em
}

.newsletter-message.success {
	position: absolute;
	top: 0;
	left: 0;
	color: #339409;
	height: 100%;
	top: 0;
	line-height: 1.5;
	padding: 1em
}

.footer-newsletter-cta {
	margin-top: 2rem
}

.footer-disclaimer {
	background-color: #000;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem;
	font-size: .75em;
	color: #757575;
	text-align: center
}

.scroll-up {
	position: fixed;
	bottom: 2rem;
	right: 3rem;
	width: 3.4rem;
	height: 3.4rem;
	background: url(../images/scroll-up.png) no-repeat 0 0/100% transparent;
	opacity: 0;
	z-index: 1
}

.scroll-up.active {
	-webkit-animation: soft-blink 2s ease 0s infinite;
	animation: soft-blink 2s ease 0s infinite
}

.home-banner--loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.home-banner {
	position: relative;
	font-family: calibri
}

.home-banner .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	position: absolute;
	top: 50%;
	right: var(--header-padding);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-banner .slick-dots li {
	width: 2rem;
	height: 2rem;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s
}

.home-banner .slick-dots li.slick-active {
	border-color: #fff
}

.home-banner .slick-dots li+li {
	margin-top: .6em
}

.home-banner .slick-dots button {
	font-size: 0;
	width: .6rem;
	height: .6rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	outline: 0;
	border: 0;
	background-color: #fff
}

.home-banner .slick-dots button::after {
	display: none
}

.home-banner+.disclaimer-section {
	padding-top: 1rem;
	padding-bottom: 0
}

.home-banner--img-container {
	position: relative
}

.home-banner--img-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.home-banner--img-container.only-image::before {
	display: none
}

.home-banner--img-container.rera-top-right .rera-container {
	padding-top: 10.3rem
}

.home-banner--img-container.rera-top-right .rera-container::before {
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0))
}

.home-banner--img-container.rera-bottom-right .rera-container::before {
	bottom: 0
}

.home-banner--img-container.rera-bottom-right .rera-banner-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.home-banner--img-container.av--wrapper {
	width: 100%
}

.home-banner--img {
	width: 100%
}

.home-banner--caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: rgba(255, 255, 255, .8)
}

.home-banner--caption--highlight {
	width: 85%
}

.home-banner--caption--highlight-img {
	margin-bottom: 1em;
	max-width: 26rem
}

.home-banner--caption-highlight-location {
	font-size: 1.5em;
	margin: .9em 0;
	font-weight: 300;
	opacity: .8
}

.home-banner--caption-highlight-text {
	font-size: var(--banner-highlight-text);
	width: 60%;
	line-height: 1.1;
	margin: 0 0 .5em;
	text-transform: uppercase;
	color: #fff
}

.home-banner--showcase {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	line-height: 1
}

.rera-text .home-banner--showcase {
	width: -webkit-calc(100% - var(--rera-width));
	width: calc(100% - var(--rera-width))
}

.home-banner--showcase-item {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
	padding: 0 1.8rem 2rem;
	border-right: 1px solid rgba(255, 255, 255, .8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home-banner--showcase-item.list {
	list-style: none outside;
	font-size: var(--banner-showcase-info);
	border-right: 0;
	padding-right: 0
}

.home-banner--showcase-item.list>* {
	margin: 0 0 .3em
}

.home-banner--showcase-item.list>:first-child {
	margin-top: 1em
}

.home-banner--showcase-item:first-child {
	padding-left: 0
}

.home-banner--showcase-item a {
	color: inherit;
	text-decoration: none;
	vertical-align: middle
}

.home-banner--showcase-item a:focus,
.home-banner--showcase-item a:hover {
	text-decoration: underline
}

.home-banner--showcase-item-caption,
.home-banner--showcase-item-title {
	display: block
}

.home-banner--showcase-item-title {
	text-transform: uppercase
}

.home-banner--showcase-img {
	width: var(--banner-showcase-img)
}

.rera-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.rera-container::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0))
}

.rera-banner-container {
	position: relative
}

.rera-showcase-item.list {
	width: var(--rera-width);
	margin-left: auto!important;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #fff
}

.scroll-down {
	text-align: center;
	position: relative;
	padding: .8em
}

.scroll-down--text {
	font-size: 1.125em;
	font-family: calibri;
	color: #000;
	display: block;
	margin-bottom: .2em
}

.scroll-down--arrow {
	display: inline-block;
	width: .875em;
	height: .5em;
	background: url(../images/scroll-down.svg) no-repeat center/cover transparent;
	vertical-align: top
}

.banner-cta {
	vertical-align: middle;
	opacity: .7
}

.banner-cta,
.banner-cta:visited {
	color: #fff
}

.banner-cta:hover {
	opacity: 1
}

.home-overview-container,
.home-testimonial-container {
	position: relative;
	padding-top: var(--generic-section-pad-vertical)
}

.home-overview-container .cta {
	position: absolute;
	bottom: 0;
	left: 100%;
	white-space: nowrap
}

.home-overview-container .section-info-text {
	margin-bottom: 0
}

.section-pad-left {
	padding-left: var(--section-pad-left)
}

.section-title {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 100%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-family: calibri;
	font-size: var(--section-title-size);
	opacity: .3;
	color: #e0e0e0;
	text-transform: uppercase;
	line-height: 1
}

.section-highlight {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-ms-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
	background-color: #0a53a0;
	font-size: 1.6545em;
	font-family: calibri;
	color: rgba(255, 255, 255, .1);
	text-transform: uppercase
}

.section-highlight .small {
	display: block;
	text-indent: 1em;
	padding-top: .3em;
	font-weight: 300
}

.section-highlight .big {
	display: block;
	font-size: 7.69019500137325em;
	line-height: .85;
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	margin-bottom: -.25em
}

.page-project-detail .section-highlight .big {
	font-size: 18rem
}

.page-project-detail .section-highlight {
	width: auto
}

.section-content {
	width: 100%;
	position: relative;
	outline: 0
}

.section-sub-title {
	font-size: 1.75em;
	margin: 0 0 1em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: calibri;
	color: #0a53a0
}

.section-sub-title.big {
	font-size: 2em;
	margin: -.8em 0 0
}

.section-info-highlight {
	font-family: calibri;
	font-size: var(--section-info-highlight-size);
	margin: 0 0 .4em;
	line-height: 1
}

.section-info-text {
	margin-bottom: 2em;
	line-height: 1.5
}

.home-overview--pointers ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 95%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: calibri;
	font-size: 1.375em
}

.home-overview--pointers li {
	width: 22%;
	margin-right: 4%;
	margin-top: 2.5em;
	text-transform: uppercase;
	line-height: 1
}

.home-overview--pointers li b,
.home-overview--pointers li strong {
	display: block;
	font-size: 3.65em;
	color: #0a53a0;
	line-height: 1;
	font-weight: 300;
	margin: .08em 0 -.03em
}

.home-projects-info {
	width: var(--home-projects-info-width);
	text-align: justify
}

.section-partial-slider-tab,
.tab-nav--nav-btn {
	font-size: 1.125em;
	font-family: calibri;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-bottom: 2px
}

.section-partial-slider-tab::before,
.tab-nav--nav-btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0a53a0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.section-partial-slider-tab.active,
.section-partial-slider-tab:focus,
.section-partial-slider-tab:hover,
.tab-nav--nav-btn.active,
.tab-nav--nav-btn:focus,
.tab-nav--nav-btn:hover {
	color: #0a53a0
}

.section-partial-slider-tab.active::before,
.section-partial-slider-tab:focus::before,
.section-partial-slider-tab:hover::before,
.tab-nav--nav-btn.active::before,
.tab-nav--nav-btn:focus::before,
.tab-nav--nav-btn:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.section-partial-slider-tab.active,
.tab-nav--nav-btn.active {
	cursor: auto
}

.section-partial-slider-tab+.section-partial-slider-tab,
.section-partial-slider-tab+.tab-nav--nav-btn,
.tab-nav--nav-btn+.section-partial-slider-tab,
.tab-nav--nav-btn+.tab-nav--nav-btn {
	margin-left: 1em
}

.section-partial-slider--tabs-content,
.tab-nav--nav-content-container {
	margin-top: 1.37em
}

.section-partial-slider--tab-content,
.tab-nav--nav-content {
	display: none;
	position: relative
}

.section-partial-slider--tab-content.active,
.tab-nav--nav-content.active {
	display: block
}

.partial-slide--active:after,
.project-detail:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 83, 160, .95);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.generic-slider .slick-arrow,
.partial-slider .slick-arrow,
.project-detail--gallery-img-slider .slick-arrow {
	position: absolute;
	top: 100%;
	font-size: 0;
	color: transparent;
	width: 5.4rem;
	height: 5.4rem;
	border: 1px solid transparent;
	outline: 0;
	cursor: pointer;
	background: url(<?php echo get_stylesheet_directory_uri(); ?>/gurgaon-assets/images/slider-right.png) no-repeat center center/1.2rem #f7f7f7;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: border-color .2s, -webkit-filter .2s;
	transition: border-color .2s, -webkit-filter .2s;
	-o-transition: border-color .2s, filter .2s;
	transition: border-color .2s, filter .2s;
	transition: border-color .2s, filter .2s, -webkit-filter .2s
}

.generic-slider .slick-arrow.slick-next,
.partial-slider .slick-arrow.slick-next,
.project-detail--gallery-img-slider .slick-arrow.slick-next {
	-webkit-transform: translateY(-30%) rotate(180deg);
	-ms-transform: translateY(-30%) rotate(180deg);
	transform: translateY(-30%) rotate(180deg);
	margin-right: 1rem
}

.generic-slider .slick-arrow.slick-disabled,
.partial-slider .slick-arrow.slick-disabled,
.project-detail--gallery-img-slider .slick-arrow.slick-disabled {
	cursor: auto;
	opacity: .5;
	pointer-events: none
}

.generic-slider .slick-arrow:hover,
.partial-slider .slick-arrow:hover,
.project-detail--gallery-img-slider .slick-arrow:hover {
	border-color: #d6d6d6;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.partial-slider {
	width: -webkit-calc(100% - var(--partial-slide--main-width) + var(--partial-slide--width));
	width: calc(100% - var(--partial-slide--main-width) + var(--partial-slide--width));
	margin-left: auto;
	margin-bottom: 5em
}

.partial-slider .slick-arrow {
	margin-top: var(--slider-progress-mt);
	left: 75.5%
}

.partial-slider .slick-arrow.slick-next {
	margin-left: 6rem
}

.partial-slide {
	width: var(--partial-slide--width);
	margin-right: 1rem;
	position: relative
}

.partial-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 83, 160, .6);
	z-index: 1
}

.partial-slide.partial-slide--active {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--partial-slide--main-width);
	height: 100%;
	z-index: 1;
	background-color: #fff
}

.partial-slide.partial-slide--active::before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%)
}

.partial-slide.partial-slide--active .partial-slide--caption {
	color: #fff
}

.partial-slide--caption {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100%;
	color: rgba(255, 255, 255, .5);
	font-family: calibri;
	line-height: 1;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 1
}

.partial-slide--caption-location,
.partial-slide--caption-title {
	margin: 0;
	padding-left: 2.2rem;
	font-weight: 400
}

.partial-slide--caption-title {
	font-size: var(--partial-slide--caption-title-size);
	text-transform: uppercase
}

.partial-slide--caption-location {
	font-size: 1.375em;
	padding-bottom: .5em
}

.slider-progress-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 75.5%;
	margin-top: var(--slider-progress-mt);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.slider-progress--count {
	width: 9rem;
	font-family: calibri;
	font-size: var(--slider-progress--count-size)
}

.slider-progress--count-num {
	color: #0a53a0
}

.slider-progress--count-total::before {
	content: '/';
	display: inline-block;
	margin: 0 .1em 0 0
}

.slider-progress--bar {
	width: -webkit-calc(100% - 11rem);
	width: calc(100% - 11rem);
	height: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	background-color: #d6d6d6
}

.slider-progress--bar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: var(--progress-width);
	height: 100%;
	background-color: #0a53a0;
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s
}

.project-detail {
	position: absolute;
	top: 0;
	right: 100%;
	width: var(--partial-slide--detail-width);
	height: 100%;
	background-color: #f7f7f7;
	z-index: 2
}

.project-detail--cta {
	position: absolute;
	bottom: 7.5%;
	right: -5.2rem;
	width: 10.4rem;
	height: 10.4rem;
	z-index: 1;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 300;
	font-size: 2em;
	text-decoration: none;
	border: 1px solid transparent;
	-webkit-transition: opacity .2s, border-color .2s;
	-o-transition: opacity .2s, border-color .2s;
	transition: opacity .2s, border-color .2s
}

.project-detail--cta::before {
	content: '+';
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.project-detail--cta:hover {
	border-color: #fcc508
}

.project-detail--cta:hover::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.project-detail--content {
	position: absolute;
	width: 85%;
	height: 85%;
	top: 7.5%;
	left: 7.5%
}

.project--type {
	font-family: calibri;
	margin-bottom: .3em;
	margin-top: 0;
	text-transform: uppercase;
	color: #0a53a0;
	font-weight: 400;
	font-size: 1.375em
}

.detail--img {
	margin-bottom: 1em;
	width: 11.5rem
}

.project--content {
	height: 15rem;
	margin: 1.25em 0;
	overflow: auto
}

.project--content::-webkit-scrollbar {
	width: .5rem;
	background: #ccc
}

.project--content::-webkit-scrollbar-thumb {
	background-color: #999
}

.detail--desc {
	color: #5b5b5b;
	margin-top: 0
}

.detail--highlights {
	list-style: none outside;
	padding: 0;
	color: #868686;
	margin-bottom: 0
}

.detail--highlights li {
	position: relative;
	padding-left: 1.5em
}

.detail--highlights li+li {
	margin-top: .3em
}

.detail--highlights li::before {
	content: '-';
	position: absolute;
	top: 0;
	left: 0
}

.detail--amenities {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.detail--amenity {
	display: block;
	width: 3rem;
	margin-right: 1.2em;
	margin-bottom: 1em
}

.detail--link {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 2rem
}

.home-testimonial-container .slider-progress-container {
	width: 19rem;
	margin-left: auto;
	margin-right: 18rem;
	position: relative;
	margin-top: 2rem
}

.home-testimonial-container .slider-progress--count {
	width: 6rem
}

.home-testimonial-container .slider-progress--bar {
	width: -webkit-calc(100% - 7rem);
	width: calc(100% - 7rem)
}

.home-testimonial-container .slick-arrow {
	margin-top: 2rem;
	right: 2.5rem;
	background-color: #fff
}

.home-testimonial-container .slick-arrow.slick-prev {
	margin-right: 7.5rem
}

.testimonial-text-slider {
	width: 69.5%
}

.home-testimonial--slider {
	width: 91.4%;
	margin-left: auto;
	margin-top: 2em
}

.home-testimonial--slider .home-testimonial--slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.av--slide,
.home-testimonial--slide {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	outline: 0
}

.home-testimonial--slide {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.av--wrapper,
.home-testimonial--slide--visual {
	width: 65.6390977443609%;
	position: relative
}

.av--wrapper button,
.home-testimonial--slide--visual button {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 6.4rem;
	height: 6.4rem;
	background-color: #0a53a0;
	color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: background-color .2s, color .2s, opacity .2s;
	-o-transition: background-color .2s, color .2s, opacity .2s;
	transition: background-color .2s, color .2s, opacity .2s
}

.av--wrapper .project-theme-button,
.home-testimonial--slide--visual .project-theme-button {
	background-color: #6c6a3b;
	border-color: #6c6a3b
}

.av--wrapper iframe,
.home-testimonial--slide--visual iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.av--wrapper:focus button,
.av--wrapper:hover button,
.home-testimonial--slide--visual:focus button,
.home-testimonial--slide--visual:hover button {
	background-color: #fff;
	color: #0a53a0
}

.av--wrapper:focus .project-theme-button,
.av--wrapper:hover .project-theme-button,
.home-testimonial--slide--visual:focus .project-theme-button,
.home-testimonial--slide--visual:hover .project-theme-button {
	color: #6c6a3b
}

.av--wrapper.api-ready,
.home-testimonial--slide--visual.api-ready {
	cursor: pointer
}

.av--wrapper.api-ready button,
.home-testimonial--slide--visual.api-ready button {
	opacity: 1
}

.av--wrapper.active iframe,
.home-testimonial--slide--visual.active iframe {
	opacity: 1;
	z-index: 1
}

.av--img {
	width: 100%
}

.av--info,
.home-testimonial--slide--info {
	width: 37%;
	position: relative
}

.av--info.pad-right,
.home-testimonial--slide--info.pad-right {
	padding-right: 12px
}

.home-testimonial--slide--info {
	width: 100%;
	max-width: 37rem
}

.home-testimonial--slide--info::before {
	content: open-quote;
	font-size: 0
}

.home-testimonial--slide--info::after {
	content: close-quote;
	font-family: Gotham;
	font-size: 35rem;
	line-height: .5;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	color: #ebebeb
}

.home-testimonial--slide--info--name {
	margin-top: 0;
	font-weight: 400;
	color: #0a53a0;
	font-size: 2.75em;
	text-transform: uppercase;
	margin-bottom: .2em;
	font-family: calibri;
	line-height: 1;
	position: relative;
	z-index: 1
}

.home-testimonial--slide--info--about {
	margin-top: 0;
	font-size: 1.375em;
	margin-bottom: 1.73em;
	font-weight: 300;
	font-weight: 400;
	font-family: calibri;
	line-height: 1
}

.home-testimonial--slide--info--desc {
	margin-bottom: 1.73em;
	line-height: 1.5
}

.home-testimonial--slide--info--location {
	font-size: 1.375em;
	font-style: normal;
	color: #000;
	font-family: calibri
}

.home-testimonial--slide--info--location::before {
	content: '-';
	display: inline-block;
	margin-right: .5em
}

.page-project-detail:not(.has-project-id) #signup-enquiry {
	display: none
}

.page-project-detail:not(.has-project-id) #floor-plans,
.page-project-detail:not(.has-project-id) .disclaimer-section {
	background-color: #fff
}

.page-project-detail:not(.has-project-id) #nearby-projects {
	background-color: #f7f7f7
}

.has-project-id .ap-dropdown-cont:nth-child(2) {
	display: none
}

.project-theme-bg {
	background-color: #6c6a3b
}

.project-theme-color {
	color: #6c6a3b
}

.project-theme-color-secondary {
	color: #fff
}

.project-theme-button {
	background-color: #6c6a3b;
	border-color: #6c6a3b
}

.project-theme-button:focus,
.project-theme-button:hover {
	color: #6c6a3b;
	background-color: #fff
}

.project-theme-bg-light {
	background-color: #e6e5d0
}

.project-detail--banner-caption-highlight--img {
	margin-bottom: .5em
}

.project-detail--banner-caption-highlight--location {
	margin: 1rem 0 .8rem
}

.project-detail--banner-caption-highlight--text {
	font-size: -webkit-calc(var(--banner-highlight-text) * .8);
	font-size: calc(var(--banner-highlight-text) * .8);
	width: 72%
}

.smaller-text .project-detail--banner-caption-highlight--text {
	font-size: -webkit-calc(var(--banner-highlight-text) * .6);
	font-size: calc(var(--banner-highlight-text) * .6)
}

@media all and (max-width:540px) {
	.smaller-text .project-detail--banner-caption-highlight--text {
		font-size: var(--banner-highlight-text)
	}
}

.project-detail--banner-showcase--item {
	padding-bottom: .8em
}

.project-detail--content-wrapper {
	position: relative
}

.project-detail--nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 168rem;
	padding: .5rem 1rem;
	z-index: 2;
	background-color: #fcc508
}

.project-detail--nav.fixed {
	position: fixed;
	-webkit-transform: translateY(8.7rem);
	-ms-transform: translateY(8.7rem);
	transform: translateY(8.7rem);
	max-width: 100%;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	-o-transition: transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s
}

.hideHeader .project-detail--nav.fixed {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.project-detail--nav.marker {
	opacity: 0
}

.project-detail--nav.header-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	will-change: transform
}

.project-detail--nav.header-nav.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.project-detail--nav.header-nav .project-detail--nav-container {
	position: relative;
	padding-right: 1.3em
}

.project-detail--nav+.generic-section {
	padding-top: -webkit-calc(var(--section-pad-vertical) * 2);
	padding-top: calc(var(--section-pad-vertical) * 2)
}

.btn-close-campaign-menu {
	position: absolute;
	top: 50%;
	right: -webkit-calc(var(--header-padding) + 1rem);
	right: calc(var(--header-padding) + 1rem);
	padding: 0;
	background: 0 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-family: inherit;
	font-size: 2.5em;
	line-height: .5;
	margin-top: -.2em;
	cursor: pointer
}

.project-detail--nav-container {
	max-width: 118rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%
}

.project-detail--nav-logo {
	max-width: 9em;
	max-height: 3.4375em;
	margin-right: 10.3125em
}

.project-detail--nav-link {
	font-size: 1.2em;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	letter-spacing: .1em;
	position: relative;
	display: inline-block;
	padding-top: .2em;
	margin-right: 2em;
	outline: 0
}

.project-detail--nav-link::after {
	content: '';
	position: absolute;
	color: #fcc508;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fcc508;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s text-decoration:none
}

.project-detail--nav-link:last-child {
	margin-right: 0
}

.project-detail--nav-link.active::after,
.project-detail--nav-link:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1) color:#fcc508;
	text-decoration: none
}

.project-detail--nav-link.fa-phone {
	font-family: FontAwesome;
	padding: 1em 1em 1em 1em!important;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	-webkit-animation: soft-blink-bg 3s ease infinite;
	animation: soft-blink-bg 3s ease infinite
}

.project-detail--nav-link.fa-phone::after {
	display: none
}

.project-detail--about {
	overflow: hidden
}

.project-detail--section-highlight {
	width: 35%;
	height: 8em;
	overflow: hidden
}

.project-detail--section-title {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-90deg) translate(-100%, -50%);
	-ms-transform: rotate(-90deg) translate(-100%, -50%);
	transform: rotate(-90deg) translate(-100%, -50%);
	top: 0;
	bottom: auto
}

.project-detail--about-container {
	position: relative
}

.about-video-pad-left {
	padding-left: 8.828125%
}

.project-detail--about-video-wrapper {
	width: 59.25%
}

.project-detail--about-video-img {
	width: 100%;
	display: block
}

.project-detail--about-info {
	line-height: 1.7
}

.project-detail--about-info .cta~.cta {
	margin-top: .2em
}

.project-detail--highlights-container .mobile-slider {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.project-detail--highlight {
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.project-detail--highlight-title {
	font-family: calibri;
	position: relative;
	margin: 0;
	line-height: .5;
	display: inline-block
}

.project-detail--highlight-title-main {
	font-size: 6em;
	font-weight: 300;
	line-height: .6
}

.project-detail--highlight-title-sub {
	font-size: 1.1248875em;
	position: absolute;
	top: 100%;
	left: 100%;
	font-weight: 400;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-90deg) translateY(100%);
	-ms-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%);
	width: 100%;
	line-height: 1;
	white-space: nowrap;
	text-indent: .5em
}

.project-detail--highlight-desc {
	line-height: 1.5;
	max-width: 30rem;
	margin-bottom: 0
}

.project-detail--location {
	position: relative;
	overflow: hidden
}

.project-detail--location iframe {
	width: 100%;
	height: 100%
}

.project-detail--location .infoBox {
	font-size: 1.6rem;
	padding: .5em;
	color: #fff;
	text-align: center
}

.project-detail--location .infoBox h5 {
	font-weight: 400
}

.project-detail--location-map {
	width: 100%;
	height: auto;
	position: relative
}

.project-detail--location-shortlist {
	position: absolute;
	top: 0;
	left: 4.5%;
	width: 34rem;
	height: 100%;
	padding: 1.5rem 3rem
}

.project-detail--location-content {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-left: .2em;
	padding-right: .8em;
	font-family: calibri
}

.project-detail--location-content::-webkit-scrollbar {
	width: .35em
}

.project-detail--location-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.project-detail--location-content::-webkit-scrollbar-thumb {
	background-color: rgba(108, 106, 59, .5);
	outline: 1px solid #6c6a3b
}

.project-detail--location-logo {
	margin-bottom: .5em
}

.project-detail--location-info {
	font-size: 1.125em;
	margin: 0 0 .5em
}

.project-detail--location-shortlist-group {
	margin-right: 1em
}

.project-detail--location-shortlist-group+.project-detail--location-shortlist-group {
	margin-top: .90909em
}

.project-detail--location-shortlist-group-title {
	font-size: 1.375em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 .6em;
	display: block;
	padding: .2em .5em .1em;
	letter-spacing: .05em
}

.project-detail--location-shortlist-items {
	width: 85%;
	margin: auto;
	font-size: 1.25em
}

ul.project-detail--location-shortlist-items {
	margin: 0;
	width: 100%;
	padding-left: 1em
}

ul.project-detail--location-shortlist-items li {
	cursor: pointer
}

ul.project-detail--location-shortlist-items li:hover {
	text-decoration: underline
}

.project-detail--gallery-container {
	position: relative
}

.tab-nav--navs {
	white-space: nowrap;
	overflow: auto
}

.project-detail--gallery-slider-container {
	margin-top: 3.125em
}

.project-detail--gallery-slider-container .section-content {
	margin-left: 25rem;
	width: 67.3rem
}

.project-detail--gallery-sliders {
	position: relative
}

.project-detail--gallery-sliders .slider-progress-container {
	margin-top: 3rem;
	position: relative
}

.project-detail--gallery-img-slider .slick-arrow {
	-webkit-transform: translate(-7rem, 30%);
	-ms-transform: translate(-7rem, 30%);
	transform: translate(-7rem, 30%);
	right: 1rem
}

.project-detail--gallery-img-slider .slick-arrow.slick-next {
	-webkit-transform: translateY(30%) rotate(180deg);
	-ms-transform: translateY(30%) rotate(180deg);
	transform: translateY(30%) rotate(180deg)
}

.project-detail--gallery-img-slide {
	position: relative;
	cursor: pointer;
	display: block
}

.project-detail--gallery-zoom {
	cursor: pointer;
	position: absolute;
	bottom: 5.5em;
	right: 1.5em;
	width: 3.75em;
	height: 3.75em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0;
	border: 2px solid #fff;
	background: url(../images/zoom.png) no-repeat center #fff;
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s
}

.project-detail--gallery-zoom:focus,
.project-detail--gallery-zoom:hover {
	border-color: rgba(51, 51, 51, .5)
}

.project-detail--gallery-text-slider {
	position: absolute;
	bottom: 8rem;
	right: 100%;
	margin-right: 3rem;
	width: 25rem;
	text-align: right
}

.project-detail--gallery-text-slide {
	display: block;
	position: relative;
	padding-top: 1rem
}

.project-detail--gallery-text-slide--title {
	font-family: calibri;
	font-size: 2.125em;
	margin: 0 0 .3em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1
}

.project-detail--gallery-text-slide--text {
	line-height: 1.7
}

.project-detail--amenities-slider-container {
	width: 90%;
	margin-left: auto
}

.project-detail--amenities-slider-container .slick-arrow {
	left: 70%;
	background-color: #fff;
	border-color: rgba(51, 51, 51, .2)
}

.project-detail--amenities-slider-container .slick-arrow:hover {
	border-color: rgba(51, 51, 51, .4)
}

.project-detail--amenities-slider-container .slider-progress-container {
	width: 52%;
	margin-left: 16%
}

.project-detail--amenities-slider {
	margin-left: 0;
	width: 100%
}

.project-detail--amenities-slide {
	width: 33rem;
	position: relative;
	-webkit-perspective-origin: center top;
	perspective-origin: center top;
	-webkit-perspective: 100rem;
	perspective: 100rem;
	cursor: pointer
}

.project-detail--amenities-slide::before {
	display: none
}

.project-detail--amenities-slide.has-content:focus .project-detail--amenities-slide-front,
.project-detail--amenities-slide.has-content:hover .project-detail--amenities-slide-front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.project-detail--amenities-slide.has-content:focus .project-detail--amenities-slide-desc,
.project-detail--amenities-slide.has-content:hover .project-detail--amenities-slide-desc {
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.project-detail--amenities-slide-front {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.project-detail--amenities-slide-front::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.project-detail--amenities-slide-caption {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	padding: 2.5rem;
	font-weight: 300
}

.project-detail--amenities-slide-title {
	font-size: 1.5em
}

.project-detail--amenities-slide-num {
	font-size: 8em;
	position: absolute;
	bottom: 0;
	right: 2rem;
	display: none
}

.project-detail--amenities-slide-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-box-shadow: 0 0 1px 0 #333 inset;
	box-shadow: 0 0 1px 0 #333 inset;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.project-detail--amenities-slide-desc-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	line-height: 1.5
}

.project-detail--amenities-slide-desc-wrapper::-webkit-scrollbar {
	width: .35em
}

.project-detail--amenities-slide-desc-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.project-detail--amenities-slide-desc-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	outline: 1px solid #000
}

.amenities-popup #cboxContent,
.amenities-popup #cboxWrapper,
.amenities-popup#colorbox {
	overflow: visible
}

.amenities-popup #cboxTitle {
	top: 100%
}

.amenities-popup #cboxContent::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(10%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 10%);
	background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 10%);
	background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 10%)
}

.project-detail--signup-container {
	width: 100%;
	max-width: 100%;
	position: relative
}

.project-detail--signup-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8)
}

.project-detail-signup--wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	width: 100%;
	max-width: 98.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff
}

.project-detail--signup-title {
	font-family: calibri;
	font-weight: 300;
	font-size: 3.75em;
	line-height: 1;
	margin: 0
}

.project-detail--signup-caption {
	font-size: 1.1875em
}

.skjlandbase-lead-form {
	width: 100%;
	min-height: 29rem
}

.skjlandbase-lead-form .ap-lead-form-cont {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.skjlandbase-lead-form .ap-lead-form-cont>.am-input-container,
.skjlandbase-lead-form .ap-lead-form-cont>.ap-dropdown-cont {
	width: 32.5%;
	margin-right: .82%;
	background: #fff;
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
	color: #333
}

.skjlandbase-lead-form .ap-agree {
	font-weight: 300
}

.project-detail--floor-plans-section {
	--slider-col1: 41%;
	--slider-col2: 59%
}

.project-detail--floor-plans-section .partial-slide--active::after,
.project-detail--floor-plans-section .project-detail::after {
	display: none
}

.project-detail--floor-plans-section .slick-arrow {
	background-color: #fff
}

.project-detail--floor-plans-section .partial-slide--active {
	cursor: pointer
}

.project-detail--floor-plans-section .partial-slide--active::before {
	display: none
}

.project-detail--floor-plans-section .partial-slide--active .partial-slide--img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	max-width: none
}

.project-detail--floor-plans-section .project-detail--cta {
	right: 2rem;
	bottom: 2rem;
	border: 1px solid #e0e0e0
}

.project-detail--floor-plans-section .partial-slide--caption {
	font-weight: 400;
	font-size: 1.125em;
	text-indent: 1em;
	font-style: italic;
	padding: .5em 0;
	width: 200%
}

.project-detail--floor-plans-section .only-one-slide .partial-slide--active {
	width: auto;
	height: auto;
	max-width: 100%;
	position: relative
}

.project-detail--floor-plans-section .only-one-slide .partial-slide--active .partial-slide--img {
	position: relative;
	height: auto;
	max-width: 100%
}

.project-detail--floor-plans-section .only-one-slide .partial-slider .partial-slide {
	display: none
}

.project-detail--active-slide-text {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #000;
	text-indent: 1em
}

.generic-section-title {
	font-size: 3.75em;
	font-family: calibri;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 .15em
}

.digitour-container,
.nearby-projects--padding {
	padding-left: 6.4rem;
	padding-right: 6.4rem
}

.project-detail--digitour .accordion-content {
	padding: 0;
	background-color: transparent
}

.projects-slider .slick-track {
	margin: 0
}

.projects-slider .project-slide,
.projects-slider .project-slide:not(:nth-child(3n)) {
	margin-right: 1.25em
}

.projects-slider .project-slide:last-child {
	margin-right: 0
}

.projects-slider .slick-arrow {
	position: absolute;
	width: 2.4rem;
	height: 4.8rem;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/slider-arrow.svg) no-repeat center/100% auto;
	color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	opacity: .25;
	cursor: pointer
}

.projects-slider .slick-arrow.slick-next {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.project-item {
	width: 31.42%
}

.project-item:not(:nth-child(3n)) {
	margin-right: 2.87%
}

.project-item--img-link {
	position: relative;
	display: block
}

.project-item--img-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.project-item--img-link:focus .project-slide--cta,
.project-item--img-link:hover .project-slide--cta {
	color: #333
}

.project-item--img-link:focus .project-slide--cta::before,
.project-item--img-link:hover .project-slide--cta::before {
	-webkit-transform: scaleX(1.2) skewX(-20deg);
	-ms-transform: scaleX(1.2) skewX(-20deg);
	transform: scaleX(1.2) skewX(-20deg)
}

.project-slide--caption {
	padding: 2em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-family: calibri;
	text-transform: uppercase
}

.project-slide--caption-title {
	font-size: 2.5em;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	margin-bottom: -.1em
}

.project-slide--caption-desc {
	font-size: 1.5em;
	text-transform: none;
	margin: 0;
	font-weight: 300
}

.project-slide--caption-location {
	font-size: 1.8125em;
	font-weight: 300;
	margin: .2em 0 .3em
}

.project-slide--cta {
	font-size: 1.1875em;
	padding: .5em 1em .3em
}

.project-slide--cta::after {
	display: none
}

.static-p {
	line-height: 1.7
}

.static-p:last-child {
	margin-bottom: 0
}

.generic-icon-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.sustainability-initiatives--title {
	font-size: 3rem;
	margin: 0
}

.sustainability-initiatives-wrapper {
	padding-top: 1em;
	margin-bottom: 8rem
}

.sustainability-icon-holder {
	display: block;
	width: 23rem;
	padding: 3.5rem 0;
	background-color: #f8f7f7
}

.sustainability-icon {
	width: 16rem;
	height: auto;
	margin: auto;
	display: block
}

.sustainability--item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5.2rem
}

.sustainability--item.other {
	margin-top: 4rem
}

.sustainability--item figcaption {
	width: -webkit-calc(100% - 23rem);
	width: calc(100% - 23rem);
	padding-left: 5.5rem;
	word-wrap: break-word
}

.sustainability--item h3,
.sustainability--item h4,
.sustainability--item h5,
.sustainability--item h6 {
	font-size: 3.75em;
	font-family: calibri;
	color: #0a53a0;
	line-height: 1;
	margin: 0 0 .2em;
	font-weight: 400
}

.sustainability--item p {
	line-height: 1.75;
	margin-bottom: 0
}

.search-result--container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.search-result--container .page-title {
	margin-top: .5em;
	margin-bottom: 0
}

.project-item--search-item {
	margin-top: 3.125em
}

.project-item--details {
	padding: 1.25em .625em;
	font-size: .875em
}

.project-item--details-row {
	font-style: italic;
	margin: 0 0 .5em
}

.project-item--details-row b,
.project-item--details-row strong {
	font-weight: 400
}

.project-item--detail-link {
	color: #0a53a0
}

.search-filter {
	margin: 0 1em 1em 0;
	display: inline-block;
	padding: 1rem 5rem 1rem 2rem;
	position: relative;
	background-color: #ebebeb;
	max-width: -webkit-calc(100% - 1.5em);
	max-width: calc(100% - 1.5em);
	word-wrap: break-word
}

.search-filter--name {
	color: #0f0f0f;
	word-wrap: break-word;
	max-width: 100%;
	display: block
}

.search-filter--close {
	color: #0a53a0;
	vertical-align: top;
	font-size: 1.3em;
	border: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 2rem
}

.contacts--container+.contacts--container {
	margin-top: 2.5em
}

.contacts--title {
	margin-bottom: .6em
}

.contacts--cta-container {
	font-size: 1.125em
}

.contacts--cta {
	font-size: 1em;
	text-align: left;
	float: left;
	margin-bottom: 1em;
	font-family: inherit;
	padding: .9em 1.5em 1.2em
}

.contacts--cta:not(:last-child) {
	margin-right: 1.6em
}

.contacts--cta.cta {
	border-width: 2px
}

.contacts--cta:focus,
.contacts--cta:hover {
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	background-color: #fcc508
}

.contacts--cta::after {
	display: none
}

.contacts-cta--highlight {
	font-weight: 500;
	font-size: 1.875em;
	display: block;
	margin-top: .4em;
	word-wrap: break-word;
	color: #0a53a0;
	text-decoration: none
}

.contacts--offices-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts--office {
	width: 32.5rem;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative
}

.contacts--office::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.contacts--office-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3em 2em;
	color: #fff
}

.contacts--office-info-type {
	font-size: .875em;
	margin-bottom: .5em;
	display: block
}

.contacts--office-info-title {
	font-size: 1.125em;
	color: #fcc508;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 1em;
	display: block
}

.contacts--office-info-address {
	line-height: 1.6;
	display: block;
	font-style: normal
}

.contacts--office-info-address a {
	color: inherit
}

.error-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 9em;
	padding-bottom: 4em;
	color: #000;
	width: 85%
}

.error-page--img {
	width: 31.4rem;
	max-width: 37%
}

.error-page--content {
	max-width: 62%;
	width: 100%;
	color: #282828
}

.error-page--code {
	font-size: 1.5em
}

.error-page--title {
	font-size: 15em;
	line-height: 1em
}

.error-page--caption {
	font-size: 1.875em;
	margin-bottom: .5em
}

.error-page--link,
.error-page--links-title {
	font-size: 1.125em
}

.error-page--link {
	color: #0a53a0;
	text-decoration: none;
	line-height: 1.5
}

.error-page--link:focus,
.error-page--link:hover {
	text-decoration: underline
}

.thankyou-page {
	padding-top: 10em;
	padding-bottom: 2em
}

.thankyou-page--img {
	margin: 0 auto 2em;
	position: relative;
	left: 1.5rem
}

.thankyou-page--content {
	text-align: center
}

.thankyou-page--code {
	font-family: calibri;
	font-stretch: condensed;
	font-size: 3.75em;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	color: #0a53a0
}

.thankyou-page--caption {
	color: #000;
	font-size: 1.875em;
	margin: 0 0 .5em
}

.card-wrapper {
	margin-top: 3em
}

.card-title {
	font-size: 1.3125em;
	margin-bottom: .7em;
	color: #0a53a0;
	font-weight: 400;
	margin-top: 0
}

.card-content {
	margin-bottom: 0;
	line-height: 1.7
}

.card+.card {
	margin-top: 2em
}

.currency-converter-wrapper {
	max-width: 40.5rem;
	margin: 3rem auto;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	padding: 5rem
}

.ip-wrapper.error {
	color: red
}

.ip-wrapper.error .ip {
	-webkit-box-shadow: 0 0 1rem 0 rgba(255, 0, 0, .3);
	box-shadow: 0 0 1rem 0 rgba(255, 0, 0, .3);
	border: 1px solid red
}

.ip-wrapper.error .error-msg {
	display: block;
	margin-top: .5em;
	font-size: small
}

.ip-wrapper+.ip-wrapper {
	margin-top: 1.8rem
}

.ip-label {
	display: block;
	padding-bottom: .3em
}

.ip-label.required::after {
	content: '*';
	color: red
}

.ip {
	background-color: #eee;
	display: block;
	width: 100%;
	padding: 1rem 1.5rem;
	border: 1px solid #eee;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	outline: 0;
	font: inherit
}

.ip[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.ip[type=number]::-webkit-inner-spin-button,
.ip[type=number]::-webkit-outer-spin-button {
	display: none
}

.ip.select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-arrow.png) no-repeat right 2rem center #eee
}

.ip:focus {
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3);
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}

.submit-cta {
	display: block;
	width: 100%;
	margin-top: 3rem
}

.submit-cta[disabled] {
	pointer-events: none;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	opacity: .5
}

.response-msg {
	margin-top: 3rem;
	padding: 1rem 2rem;
	border: 2px dashed #000
}

.response-msg.success {
	border-color: #4bb543
}

.response-msg.error {
	border-color: red
}

.emi-calc-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#emipiechart,
.calc-block {
	width: 33.3333%;
	background: 0 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

#emipiechart .row,
.calc-block .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

#emipiechart .row>.col-sm-4,
.calc-block .row>.col-sm-4 {
	width: 33.333%
}

#emipiechart .row>.col-sm-8,
.calc-block .row>.col-sm-8 {
	width: 66.667%
}

#emipiechart .control-label::after,
.calc-block .control-label::after {
	content: '*';
	color: red
}

#emipiechart input[type=text],
.calc-block input[type=text] {
	height: 4rem;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
	width: 100%;
	padding: 1rem
}

#emipiechart .input-group,
.calc-block .input-group {
	position: relative;
	padding-right: 4rem
}

#emipiechart .loantermwrapper,
.calc-block .loantermwrapper {
	padding-right: 8rem
}

#emipiechart .loantermwrapper .btn,
.calc-block .loantermwrapper .btn {
	height: 100%;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#emipiechart .btn-group,
#emipiechart .input-group-addon,
.calc-block .btn-group,
.calc-block .input-group-addon {
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 100%;
	background-color: #0a53a0;
	-webkit-border-radius: 0 .3rem .3rem 0;
	border-radius: 0 .3rem .3rem 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

#emipiechart .btn-group,
.calc-block .btn-group {
	width: 8rem
}

#emipiechart .btn-group input[type=radio],
.calc-block .btn-group input[type=radio] {
	display: none
}

.summery-inner {
	padding: 0 2rem;
	border: 1px solid #ccc;
	border-width: 0 1px
}

#emipaymentsummary {
	padding: 0 2rem
}

page-id-391218 .disclaimer-popup-active {
    overflow: auto !important;
}

.disclaimer-popup-active .disclaimer-popup {
	opacity: 1;
	pointer-events: all
}

.popup {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	overflow: auto;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity, pointer-events
}

.popup-content {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.popup-content-title {
	background-color: #0a53a0;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0;
	font-family: calibri;
	padding: var(--popup-vertical-gap) -webkit-calc(var(--popup-horizontal-gap) * 1.3) -webkit-calc(var(--base-font-size) * 1) var(--popup-horizontal-gap);
	padding: var(--popup-vertical-gap) calc(var(--popup-horizontal-gap) * 1.3) calc(var(--base-font-size) * 1) var(--popup-horizontal-gap);
	font-weight: 400
}

.popup-close {
	position: absolute;
	font-size: 1.5em;
	line-height: 1;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	width: auto;
	height: auto;
	color: #fff;
	cursor: pointer;
	background: 0 0;
	padding: 0 .4em;
	border: 0;
	outline: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.popup-close:focus {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.popup-content-body {
	padding: var(--popup-vertical-gap) var(--popup-horizontal-gap);
	font-size: .75em;
	line-height: 1.5;
	max-height: -webkit-calc(100vh - 10rem);
	max-height: calc(100vh - 10rem);
	overflow: auto
}

.popup-cta {
	display: block;
	margin: 0 auto;
	line-height: .8;
	padding: .8em .8em .6em;
	letter-spacing: .01em;
	font-weight: 300;
	margin-top: 2em
}

.team-popup-active .team-popup {
	opacity: 1;
	pointer-events: all
}

.team-popup .popup-content-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.team-popup .director-img {
	margin-right: 1.5em
}

.team-popup .director-title {
	font-family: calibri;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	font-size: 2em;
	line-height: 1
}

.team-popup .director-detail {
	font-family: calibri;
	font-weight: lighter;
	font-size: 1.5em;
	margin: 0
}

.contact-us-text {
	line-height: 1.7
}

.contact-us-text a {
	text-decoration: none;
	padding-bottom: .05em;
	border-bottom: 1px solid #0a53a0!important
}

.contact-us-text a,
.contact-us-text a:visited {
	color: #0a53a0
}

.contact-us-text a:hover {
	border-bottom-width: 2px
}

.contact-us-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border: 0;
	font-family: inherit;
	font-size: 1.125em
}

.contact-us-table:not(:last-child) {
	margin-bottom: 2.5em
}

.contact-us-table th {
	padding: 1rem 2rem .7rem;
	color: #fff;
	background-color: #0a53a0;
	text-align: left;
	font-weight: 400
}

.contact-us-table td {
	padding: 1.3rem 2rem 1rem;
	color: #0a53a0;
	text-align: left;
	font-weight: 500;
	line-height: 1.7
}

.contact-us-table tbody tr:nth-child(odd) td {
	background-color: #e7e9eb
}

.contact-us-table tbody td a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0
}

.contact-table-num,
.contact-table-region {
	width: 22%
}

.contact-table-projects {
	width: 30%
}

.contacts-accordion {
	margin-top: 2em
}

.contacts-accordion.custom .accordion-content {
	padding: 1rem 0
}

@media all and (max-width:540px) {
	.contacts-accordion.custom .accordion-content {
		background: 0 0
	}
}

.contacts-accordion.custom .accordion-content--item {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.contacts-accordion a.contacts-cta--highlight {
	position: relative;
	padding-left: 1.2em
}

.contacts-accordion a.contacts-cta--highlight::before {
	content: '\f003';
	content: "\f0e0";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: .9em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contacts-accordion a.contacts-cta--highlight:hover {
	text-decoration: underline
}

.contacts--caption {
	line-height: 1.75
}

.accordion-content--item-title-highlight {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: 400;
	font-size: 1.125em
}

.page-static .page-content {
	padding-top: 0
}

.page-content.page-career--content,
.page-content.page-static--content {
	line-height: 1.9
}

.page-content.page-career--content~.page-content.page-career--content {
	margin-top: 2.5em
}

.page-content.page-static--content~.page-title {
	margin-top: 1em
}

.career--item {
	margin-top: 2.8em
}

.career--item p {
	margin-top: 0
}

.career--item h3 {
	font-size: 4.8rem;
	margin-bottom: 0
}

.career--item h3:not(:first-child) {
	margin-top: .6em
}

.career-text--small {
	font-size: .9em
}

.career-text--small h6 {
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 1.3em;
	font-weight: 500
}

.career-text--small p {
	line-height: 1.7
}

.feed-iframe {
	width: 100%;
	height: 50rem;
	border: 0
}

.disclaimer-strip {
	font-size: .7em;
	font-weight: 300;
	color: #b4b4b4
}

.disclaimer-strip.light-disclaimer-text {
	color: #efefef
}

.disclaimer-strip.dark-disclaimer-text {
	color: #555
}

.disclaimer-strip.banner-disclaimer-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32.5%;
	font-size: 1rem;
	padding: 1rem 0 0 1rem;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg) translateY(100%);
	-ms-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%)
}

.disclaimer-strip.overlay-disclaimer-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 12% 1rem 5%;
	z-index: 1;
	opacity: .7
}

.disclaimer-strip.floor-plan-disclaimer-text {
	left: auto;
	white-space: nowrap;
	padding-right: 5%;
	text-align: right
}

.disclaimer-strip a {
	color: inherit;
	text-decoration: none
}

.disclaimer-strip a:focus,
.disclaimer-strip a:hover {
	text-decoration: underline
}

.disclaimer-section {
	padding-top: 1.5em;
	padding-bottom: 1.5em
}

.disclaimer-section .disclaimer-strip {
	line-height: 1.7
}

.disclaimer-section .disclaimer-strip,
.disclaimer-section .disclaimer-strip p {
	margin: 0
}

.container-padding .sitemap-nav--container.container,
.menu-nav--sitemap-project--content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 0
}

.sitemap-nav--menu {
	width: 25%
}

.menu-nav--sitemap-project-content--link,
.sitemap-nav--menu--item {
	display: block;
	margin-top: .8em
}

.page-content .menu-nav--sitemap-project-content--link,
.page-content .sitemap-nav--menu--item {
	color: #0f0f0f;
	border-bottom: 0
}

.page-content .menu-nav--sitemap-project-content--link[href]:hover,
.page-content .sitemap-nav--menu--item[href]:hover {
	color: #0a53a0
}

.menu-nav--sitemap-project-content--title,
.sitemap-nav--menu--item.main {
	font-size: 1.3em;
	font-weight: 500;
	color: #0a53a0;
	text-transform: uppercase;
	padding-bottom: .4em;
	margin-top: 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0;
	padding-right: .2em;
	min-height: 3.4em
}

.sitemap-nav--menu--item.social a {
	border-bottom: 0;
	margin-right: .5em
}

.sitemap-section-title {
	text-transform: uppercase;
	font-size: 2.25em;
	text-align: center;
	color: #0a53a0;
	margin: 0 0 1em
}

.menu-nav--sitemap-project--content .menu-nav--item {
	width: 33.333%
}

.menu-nav--sitemap-project--content .menu-nav--item.main .menu-nav--item--link.is-tab {
	display: none
}

.menu-nav--sitemap-project-content--tabs {
	display: none
}

.menu-nav--sitemap-project-content--title {
	margin-bottom: 1.55em
}

.menu-nav--sitemap-project-content--links+.menu-nav--sitemap-project-content--links {
	margin-top: 3em
}

.menu-nav--sitemap-project-content--links .menu-nav--back {
	display: none!important
}

.menu-nav--sitemap-project-content--links .menu-nav--sitemap-project-content--title {
	display: block!important;
	font-size: 0;
	border-bottom: 0
}

.menu-nav--sitemap-project-content--links .menu-nav--sitemap-project-content--title span {
	font-size: -webkit-calc(var(--base-font-size) * 1.125);
	font-size: calc(var(--base-font-size) * 1.125);
	color: #000
}

.menu-nav--sitemap-project-content--link {
	color: #0f0f0f;
	text-decoration: none
}

.menu-nav--sitemap-project-content--link:hover {
	color: #0a53a0
}

.company-section+.company-section {
	margin-top: 5rem
}

.accordion {
	color: #000
}

.accordion.accordion-open .accordion-trigger--icon::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion.accordion-open .accordion-content {
	display: block
}

.accordion+.accordion {
	border-top: 1px solid #fff
}

.company--title.board-company {
	margin-bottom: 0
}

.accordion-trigger {
	background-color: #dfe6ec;
	padding: 1.6rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	will-change: color
}

.accordion-trigger:hover {
	color: #0a53a0
}

.accordion-trigger:hover .accordion-trigger--icon::after,
.accordion-trigger:hover .accordion-trigger--icon::before {
	background-color: #0a53a0
}

.accordion-trigger--icon {
	background: 0 0;
	outline: 0;
	border: 0;
	padding: 0;
	margin-left: 1em;
	color: inherit;
	font-weight: 500;
	width: 1em;
	height: 1em;
	position: relative;
	opacity: .8
}

.accordion-trigger--icon::after,
.accordion-trigger--icon::before {
	content: '';
	position: absolute;
	background-color: #000
}

.accordion-trigger--icon::before {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	will-change: background-color
}

.accordion-trigger--icon::after {
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	will-change: transform, background-color
}

.accordion-content {
	display: none;
	padding: 3rem 2rem;
	background-color: #fff;
	color: #000;
	font-size: 1.125em
}

.custom .accordion-content {
	padding: 4.5rem 0 1rem;
	background-color: #f7f7f7
}

.custom .accordion-content .accordion-content--wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.custom .accordion-content .accordion-content--item {
	width: 48%;
	padding: 1.5rem 2rem;
	background-color: #fff;
	border: 1px solid #efefef;
	margin-bottom: 3.5rem
}

.custom .accordion-content .accordion-content--item::before {
	display: none
}

.custom .accordion-content .accordion-content--item+.accordion-content--item {
	margin-top: 0
}

.custom .accordion-content .accordion-content--item-title {
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: .5em;
	color: #0a53a0
}

.accordion-content--wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.accordion-content--item {
	color: inherit;
	text-decoration: none;
	padding-left: 1em;
	position: relative
}

.accordion-content--item::before {
	content: '\f054';
	font-family: FontAwesome;
	font-size: 1rem;
	position: absolute;
	top: .5rem;
	left: 0
}

.accordion-content--item+.accordion-content--item {
	margin-top: 3rem
}

.accordion-content--item[href] {
	-webkit-transition: color .2s, padding-left .2s;
	-o-transition: color .2s, padding-left .2s;
	transition: color .2s, padding-left .2s;
	will-change: color, padding-left, text-decoration;
	color: inherit;
	border-bottom: 0
}

.accordion-content--item[href]:hover {
	padding-left: 1.2em;
	color: #0a53a0
}

.accordion-content--item[href]:focus {
	text-decoration: underline
}

.accordion-content--item .accordion-content--wrapper {
	margin-top: 1rem
}

.accordion-content--item .accordion-content--wrapper .accordion-content--item+.accordion-content--item {
	margin-top: .5em
}

.accordion-content--item .accordion-content--item {
	margin-left: 1.7em
}

.accordion-content--item .accordion-content--item::before {
	content: '\f068'
}

.accordion-content--item-title {
	margin: 0;
	font: inherit
}

.accordion-content--item-text {
	line-height: 1.8
}

.accordion-content--item-text a[href] {
	text-decoration: none;
	color: #0a53a0;
	border-bottom: 0
}

.accordion-content--item-text a[href]:focus,
.accordion-content--item-text a[href]:hover {
	text-decoration: underline
}

.accordion-content--item-text a[href]:active {
	color: #073a70
}

.form-wrapper,
.form-wrapper-pl {
	padding-left: var(--form-wrapper-pl)
}

.form-wrapper,
.form-wrapper-pr {
	padding-right: var(--form-wrapper-pr)
}

.form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-wrapper.no-pl {
	padding-left: 0
}

.form-wrapper.no-pr {
	padding-right: 0
}

.form-wrapper .generic-section,
.form-wrapper .home-banner {
	width: -webkit-calc(100% - var(--form-wrapper-pr));
	width: calc(100% - var(--form-wrapper-pr))
}

.form-wrapper .home-banner--caption--highlight {
	margin-left: var(--form-wrapper-pl)
}

.form-wrapper .rera-text .home-banner--showcase {
	padding-left: var(--form-wrapper-pl)
}

.top-skjlandbase-form-container {
	width: var(--form-wrapper-pr);
	padding: 11rem 4.5rem 0 2rem;
	background-color: whitesmoke;
}

.top-skjlandbase-form-container .ap-lead-form {
	padding: 0
}

.top-skjlandbase-form-container .phone {
	width: 100%
}

.top-skjlandbase-form-container .ap-lead-form-cont .ap-agree-box {
	margin-bottom: 1rem
}

.top-skjlandbase-form-container .ap-lead-form-cont .ap-agree-box input {
	margin-bottom: .2em
}

.top-skjlandbase-form-container .ap-lead-form-cont>.am-input-container,
.top-skjlandbase-form-container .ap-lead-form-cont>.ap-dropdown-cont {
	margin-bottom: 1.4em
}

.top-skjlandbase-form-heading {
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: .85;
	font-family: calibri;
	font-weight: 400;
	color: #000;
	margin: 0 0 .2em;
	text-align: left
}

body.page-template-page-homepage-php .container,
body.page-template-page-homepage-php .project-detail--amenities-slider-container,
body.page-template-page-homepage-php .project-detail--nav-container,
body.page-template-page-homepage-php .scroll-down,
body.page-template-page-homepage-php .slider-wrapper-col2 {
	max-width: none;
	width: 100%;
	padding-left: var(--form-wrapper-pl);
	padding-right: var(--form-wrapper-pr)
}

body.page-template-page-homepage-php .project-detail--nav-container {
	padding-right: var(--form-wrapper-pl)
}

body.page-template-page-homepage-php .project-detail--nav.marker+.project-detail--nav {
	z-index: 1;
	padding-left: 0;
	padding-right: 0
}

body.page-template-page-homepage-php .project-detail--nav.marker+.project-detail--nav.fixed {
	z-index: 2
}

body.page-template-page-homepage-php .generic-wrapper {
	display: block
}

body.page-template-page-homepage-php .generic-section-pt {
	padding-top: 0
}

body.page-template-page-homepage-php .project-detail--nav-logo {
	margin-right: 11rem
}

body.page-template-page-homepage-php .project-detail--gallery-slider-container .section-content {
	width: 72%
}

body.page-template-page-homepage-php .top-skjlandbase-form-container {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
	padding-bottom: 2rem
}

body.page-template-page-homepage-php .project-detail--about-info:first-child {
	width: 100%
}

body.page-template-page-homepage-php .project-detail--about-info .cta+br.desktop {
	display: none
}

body.page-template-page-homepage-php .project-detail--location-shortlist {
	left: var(--form-wrapper-pl)
}

body.page-template-page-homepage-php .project-detail--floor-plans-section {
	--partial-slide--width: 19rem;
	--partial-slide--main-width: 75.4rem
}

body.page-template-page-homepage-php .project-detail--floor-plans-section .slick-arrow {
	left: 50%
}

.amenities-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.campaign-amenity {
	width: 23%;
	margin: 0 2.667% 1.5rem 0;
	text-align: center
}

.campaign-amenity:nth-child(4n) {
	margin-right: 0
}

.campaign-amenity--picture {
	display: block;
	width: 100%;
	padding: 2.5rem 0
}

.campaign-amenity--img {
	display: block;
	margin: 0 auto;
	height: 7rem
}

.campaign-amenity--text {
	padding: .5em
}

#top-form1 .ap-dropdown-cont:nth-child(5) {
	width: 100%
}

.cta-external-link {
	position: relative;
	margin-right: 1.5em;
	margin-bottom: 1em;
	margin-left: 0!important;
	padding-top: .75em!important;
	padding-bottom: .75em!important
}

.cta-external-link span {
	margin-right: none
}

.cta-external-link .fa {
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-size: smaller
}

.project-listing-bhk-container {
	padding-bottom: 1px
}

.project-listing-bhk {
	display: inline-block;
	font-size: 1.5em;
	font-family: calibri;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	vertical-align: top;
	padding: .5em 1.35em .3em;
	margin-bottom: 1.2em;
	margin-right: 1em;
	background-color: #ececec;
	-webkit-transition: background-color .2s, color .2s;
	-o-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s
}

.project-listing-bhk:last-child {
	margin-right: 0
}

.project-listing-bhk,
.project-listing-bhk:visited {
	color: #000
}

.project-listing-bhk.active,
.project-listing-bhk:focus,
.project-listing-bhk:hover {
	background-color: #0a53a0;
	color: #fff
}

.project-listing--caption {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.crumbblock {
	display: inline-block;
	white-space: nowrap
}

.crumbblock.active {
	color: #0a53a0;
	font-weight: 500
}

.crumbblock.active .crumb-count {
	background-color: #0a53a0
}

.crumbblock:not(:last-child) {
	margin-right: 1em
}

.crumbarrow {
	margin-left: 1em
}

.crumb-count {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 2em;
	height: 2em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin-right: .5em
}

.book-online-infoBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f7f7f7;
	margin-top: 2.5em;
	padding: 2em
}

.projectlogoinfo {
	width: 40%
}

.projectlogoinfo img {
	display: block;
	margin: 0 auto 1em;
	max-width: 100%
}

.projectlogoinfo h6 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 .3em
}

.projectlogoinfo figcaption {
	position: relative;
	padding-left: 2em
}

.projectlogoinfo figcaption::before {
	content: '\f041';
	font-family: FontAwesome;
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8
}

.propertyInfo {
	border-left: 1px solid #ccc;
	margin-left: 2em;
	padding-left: 2em;
	width: -webkit-calc(55% - 2em);
	width: calc(55% - 2em)
}

.commonrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.commonrow:not(:last-child) {
	margin-bottom: 1.5em
}

.commonrow label {
	width: 16rem
}

.commonrow .labelvalues {
	width: 65%;
	width: -webkit-calc(100% - 18rem);
	width: calc(100% - 18rem)
}

.commonrow select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
	background: 0 0;
	padding: .5rem 3rem .5rem 1rem;
	background: url(../images/select-arrow.png) no-repeat right .5rem center transparent
}

.commonrow select:disabled {
	border-color: #ccc;
	background: 0 0;
	color: inherit
}

.commonrow .pricing {
	font-weight: 500;
	font-size: larger
}

.commonrow .pricing .small {
	font-size: small;
	font-weight: 400
}

.commonrow a {
	text-decoration: none;
	letter-spacing: .02em;
	margin-top: .25em
}

.commonrow a:not(.cta),
.commonrow a:visited:not(.cta) {
	color: #000
}

.commonrow .orange {
	color: #0a53a0;
	font-weight: 500;
	font-size: larger
}

.book-online-features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1em
}

.book-online-features .dblock {
	font-family: calibri;
	text-transform: uppercase;
	padding-left: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
	min-width: 10rem;
	word-break: break-word;
	border-right: 1px solid #ccc;
	margin-bottom: .5em
}

.book-online-features .dblock:not(:last-child) {
	padding-right: 1em
}

.book-online-features .dblock h3 {
	margin: .25em 0 0;
	font-weight: 500
}

.book-online-features .dblock img {
	display: block;
	width: 4.5rem;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	opacity: .5
}

.bookingpanel {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #f7f7f7
}

.paddingdiv {
	width: 50%
}

.paddingdiv.bordered {
	width: 100%;
	font-family: calibri;
	font-size: 1.75em
}

.paddingdiv.bordered em {
	font-style: normal
}

.selectedProperty {
	color: #0a53a0;
	font-weight: 500
}

.book-online-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.book-online-form.disabled::before {
	content: attr(data-msg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, .7)
}

.book-online-form .paddingdiv {
	padding-right: 2em
}

.book-online-form .paddingdiv+.paddingdiv {
	padding-left: 2em;
	padding-right: 0;
	border-left: 1px solid #f7f7f7
}

.book-online-frm-title {
	font-size: 1.25em;
	font-family: calibri;
	font-weight: 500;
	letter-spacing: .025em
}

.colrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.colrow:not(:last-child) {
	margin-bottom: 1em
}

.colrow label {
	width: 35%
}

.colrow label.checkcon {
	width: 100%
}

.colrow label sup {
	color: red
}

.colrow input[type=date],
.colrow input[type=email],
.colrow input[type=file],
.colrow input[type=number],
.colrow input[type=tel],
.colrow input[type=text],
.colrow select,
.colrow textarea {
	width: 60%;
	height: 4rem;
	padding: .5rem 1rem;
	border: 1px solid #ccc;
	font: inherit;
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
	background: #fff
}

.colrow input[type=number],
.colrow input[type=tel],
.colrow select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.colrow select {
	padding-right: 3rem;
	background: url(../images/select-arrow.png) no-repeat right 1rem center transparent
}

.colrow a {
	text-decoration: none
}

.colrow a,
.colrow a:visited {
	color: #0a53a0
}

.colrow a:hover {
	text-decoration: underline
}

.colrow.submit-row {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.colrow.error {
	color: red
}

.colrow.error input,
.colrow.error select,
.colrow.error textarea {
	border-color: red;
	color: red
}

.colrow.error input:focus,
.colrow.error select:focus,
.colrow.error textarea:focus {
	-webkit-box-shadow: 0 0 .5rem 0 rgba(255, 0, 0, .5);
	box-shadow: 0 0 .5rem 0 rgba(255, 0, 0, .5)
}

.colrow-error,
.colrow-msg {
	width: 60%;
	margin-left: auto;
	font-size: small;
	margin-top: .5em
}

ul.colrow-error {
	padding-left: 1.5em
}

.colrow-error {
	display: none
}

.error .colrow-error {
	display: block
}

.termscondi .colrow-error {
	margin-left: 0
}

.book-online-submit-container {
	margin-top: 3em;
	width: 100%
}

.book-online-submit-container small {
	margin-left: 2em;
	margin-bottom: .5em
}

.campaign-call-btn {
	display: none;
	font-size: 1.1em;
	z-index: 2;
	background-color: #0a53a0;
	text-decoration: none;
	font-family: calibri;
	font-weight: 300;
	text-transform: uppercase;
	padding: .7em 1em .4em;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-border-radius: .5rem .5rem 0 0;
	border-radius: .5rem .5rem 0 0;
	border-left: 1px solid #ccc;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.campaign-call-btn .fa {
	margin-right: .5em;
	display: inline-block;
	vertical-align: baseline
}

.book-now-cta {
	font-size: 1.2em;
	font-weight: 300;
	padding: .7em 1em .4em;
	-webkit-border-radius: .5rem .5rem 0 0;
	border-radius: .5rem .5rem 0 0;
	position: fixed;
	z-index: 2;
	top: 50%;
	right: 0;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(-90deg) translate(-25%, -100%);
	-ms-transform: rotate(-90deg) translate(-25%, -100%);
	transform: rotate(-90deg) translate(-25%, -100%)
}

.book-now-cta .fa {
	display: inline-block;
	margin-right: .25em
}

.book-now-close {
	font-size: 2em;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	background: 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: .5
}

.book-now-close:focus {
	color: #0a53a0
}

.book-now-container {
	position: fixed;
	right: 0;
	bottom: 50%;
	min-height: 32rem;
	width: 60rem;
	background-color: #fff;
	z-index: 2;
	border-left: 0;
	padding: 2.5em 2em 1em;
	margin-left: 0;
	-webkit-transform: translate(100%, 50.1%);
	-ms-transform: translate(100%, 50.1%);
	transform: translate(100%, 50.1%);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	will-change: transform
}

.book-now-container.active {
	-webkit-transform: translate(0, 50.1%);
	-ms-transform: translate(0, 50.1%);
	transform: translate(0, 50.1%)
}

.non-refundable-text {
	font-weight: 400;
	font-size: small;
	color: #333
}

.no-banner {
	padding-top: 7rem
}

.page-payment-status .page-title {
	margin-top: .5em;
	margin-bottom: 0
}

.book-online-response {
	padding-left: 2rem;
	font-size: .9em
}

.book-online-response.error {
	color: red
}

.book-online-response li {
	margin-bottom: .5em
}

.tnc-popup-active {
	overflow: hidden
}

.tnc-popup-active .tnc-popup {
	opacity: 1;
	pointer-events: all
}

.termslist {
	font-size: var(--base-font-size);
	padding-left: var(--gutter-width)
}

.termslist li {
	margin-bottom: 1em
}

.tnc-container {
	padding-top: 1em;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tnc-cta {
	font-size: .95em;
	margin-right: 1em;
	padding: .5em 1em
}

.refer-label {
	display: block;
	width: 100%
}

.refer-label select {
	background: 0 0;
	border: none;
	width: 100%;
	padding-top: .3em;
	padding-bottom: .3em;
	cursor: pointer;
	outline: 0
}

.btm-banner-container {
	position: absolute;
	bottom: 6.25em;
	left: 0;
	width: 100%
}

.skjlandbase-forms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.skjlandbase-forms .skjlandbase-refer-container {
	width: 47%
}

.skjlandbase-forms .ap-lead-form-cont>.am-input-container,
.skjlandbase-forms .ap-lead-form-cont>.ap-dropdown-cont {
	width: 100%;
	margin-bottom: 1em
}

.skjlandbase-form--title {
	font-family: calibri;
	font-size: 1.5em;
	font-weight: 400;
	margin: 0 0 .5em;
	text-transform: uppercase
}

#refer-1 .am-button,
#refer-1 .ap-agree-box {
	display: none
}

.refer-form-container {
	max-width: 120rem;
	width: 80%
}

.refer-form-container.thank-you .skjlandbase-form-title {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0
}

.refer-form-container.thank-you .thank-you-msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.thank-you-msg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	z-index: 2;
	background-color: #fff;
	font-size: 1.35em
}

.footer-project-links {
	padding: 3em 0 2.5em;
	background-color: #fcc508
}

.footer-project-links ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none
}

.footer-projects+.footer-projects {
	margin-top: 2em
}

.footer-projects--title {
	margin: 0 0 .3em;
	font-size: 1.25em;
	font-family: calibri;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #000000
}

.footer-projects--list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-project--link {
	color: inherit;
	font-size: 1.4rem;
	text-decoration: none;
	margin: 0 1em .5em 0;
	padding-right: .5em;
	position: relative
}

.footer-project--link::after {
	content: '|';
	position: absolute;
	top: 0;
	left: 100%
}

.footer-project--link:last-child {
	padding-right: 0
}

.footer-project--link:last-child::after {
	display: none
}

.footer-project--link:focus,
.footer-project--link:hover {
	text-decoration: underline
}

@media not all and (min-resolution:0.001dpcm) and (min-width:1152px) {
	@supports (-webkit-appearance: none) {
		.top-inner-banner-container h1 {
			line-height:1.05!important
		}
	}
}

@media all and (min-width:768px) {
	.project-detail--nav.header-nav {
		background: 0 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		width: auto;
		color: inherit;
		padding-right: 0;
		margin-right: 0;
		white-space: nowrap
	}
	.project-detail--nav.header-nav .project-detail--nav-container {
		padding-right: 0
	}
	.project-detail--nav.header-nav .project-detail--nav-link {
		padding-top: 0
	}
	.project-detail--nav.header-nav .project-detail--nav-link:not(:last-child) {
		margin-right: .85em
	}
	.btn-close-campaign-menu,
	.from-campaign .header-right.campaign-header-right,
	.header-nav .project-detail--nav-logo {
		display: none
	}
	.from-campaign {
		padding-top: 5.6rem
	}
	body.page-template-page-homepage-php .project-detail--nav+.generic-section {
		padding-top: var(--section-pad-vertical)
	}
	body.page-template-page-homepage-php .project-detail--nav.marker+.project-detail--nav {
		opacity: 0;
		-webkit-transition: opacity .2s;
		-o-transition: opacity .2s;
		transition: opacity .2s
	}
	body.page-template-page-homepage-php .project-detail--nav.marker+.project-detail--nav.fixed {
		opacity: 1
	}
}

@media all and (min-width:992px) {
	.project-detail--nav.header-nav .project-detail--nav-link:not(:last-child) {
		margin-right: 2em
	}
	body.page-template-page-homepage-php .skjlandbase-trigger {
		display: none!important
	}
}

@media all and (min-width:1152px) {
	.chrome-ios .top-inner-banner-container h1 {
		line-height: 1.05!important
	}
	.from-campaign {
		padding-top: 0rem
	}
}

@media all and (min-width:1440px) {
	.top-skjlandbase-form-container {
		padding-top: 13rem
	}
}

@media all and (min-width:1600px) {
	:root {
		--container-width: 140rem;
		--wrapper-horizontal-padding: 12rem;
		--section-info-highlight-size: 2.727272727272727em;
		--partial-slide--detail-width: 41%;
		--form-wrapper-pl: 10rem;
		--form-wrapper-pr: 23vw
	}
	.menu-nav--menu-tabs--header {
		font-size: 2.4em
	}
	.menu-nav--item {
		margin-bottom: 1.2em
	}
	.menu-nav--item.main {
		margin-bottom: .8em
	}
	.menu-nav--social {
		font-size: 1.5em
	}
	.menu-nav--menu-tab-content--wrapper {
		width: 75%
	}
	.menu-nav--menu-tab-content--tabs {
		margin-bottom: 2em
	}
	.menu-nav--menu-tab-content--link {
		margin-top: 1.3em
	}
	.header-search {
		padding-left: 14%;
		padding-right: 14%
	}
	.project-detail--banner-caption-highlight--text {
		font-size: var(--banner-highlight-text)
	}
	.project-detail--amenities-slider-container {
		width: 82%
	}
	.project-detail--amenities-slide {
		width: 40rem
	}
	.popup-content {
		width: 60%
	}
	.top-skjlandbase-form-container .ap-lead-form-cont>.am-input-container,
	.top-skjlandbase-form-container .ap-lead-form-cont>.ap-dropdown-cont {
		width: 100%
	}
}

@media all and (max-width:1280px) {
	:root {
		--container-width: 110rem;
		--form-wrapper-pl: 3rem;
		--form-wrapper-pr: 30vw
	}
	.home-testimonial--slide--info {
		width: 30%;
		max-width: none
	}
	.project-detail--cta,
	.project-detail--floor-plans-section .project-detail--cta {
		width: 2em;
		height: 2em;
		left: auto
	}
}

@media all and (max-width:1152px) {
	:root {
		--logo-width: 30rem;
		--container-width: 90%;
		--section-pad-left: 22rem;
		--slider-col2: 60%;
		--partial-slide--detail-width: 60%;
		--generic-section-pad-vertical: 8rem;
		--banner-container-width: 90%;
		--banner-highlight-text: 3rem;
		--banner-showcase-img: 4rem;
		--home-projects-info-width: 95%;
		--partial-slide--main-width: 30rem;
		--partial-slide--width: 17.5rem;
		--skjlandbase-trigger-dim: 6rem
	}
	.no-banner {
		padding-top: 5rem
	}
	.skjlandbase-form-container {
		max-width: none;
		width: 85%
	}
	.header-bar {
		padding: 2rem
	}
	.home-banner--caption--highlight-img {
		width: 15rem;
		margin-bottom: 0
	}
	.menu-nav--menu-tab-content {
		max-width: 100%
	}
	.close-nav {
		line-height: .7;
		width: .7em;
		height: .7em
	}
	.menu-nav--menu-tabs-container {
		padding-left: 2%;
		padding-right: 2%
	}
	.menu-nav--item.main {
		font-size: 2.5rem
	}
	.menu-nav--sitemap-project--content .menu-nav--item.main {
		font-size: 1em
	}
	.header-search {
		padding-left: 5%;
		padding-right: 5%
	}
	.header-search-close {
		margin-left: 0
	}
	.home-banner--caption-highlight-location {
		margin-top: .7em;
		margin-bottom: .7em;
		width: 100%
	}
	.home-banner--showcase-item {
		font-size: 1em;
		padding: 0 .5em 1em
	}
	.section-content {
		width: 76.5%
	}
	.home-overview--pointers li {
		width: 25%;
		margin-right: 1%
	}
	.home-overview--pointers li b {
		font-size: 2.55em
	}
	.detail--img {
		width: 10rem
	}
	.project--content {
		height: 8rem;
		margin-top: 1em
	}
	.partial-slide--caption {
		width: 180%
	}
	.partial-slide--active .partial-slide--caption {
		width: 120%
	}
	.home-testimonial--slide--info::after {
		font-size: 10rem;
		line-height: 1
	}
	.home-testimonial--slide--info--name {
		font-size: 2.5em
	}
	.home-testimonial--slide--info--about,
	.home-testimonial--slide--info--desc {
		margin-bottom: 1em
	}
	.project-detail--nav {
		padding-left: 1em;
		padding-right: 1em
	}
	.project-detail--nav.fixed {
		-webkit-transform: translateY(7.5rem);
		-ms-transform: translateY(7.5rem);
		transform: translateY(7.5rem)
	}
	.project-detail--nav-logo {
		max-width: 7em;
		margin-right: 6em
	}
	.project-detail--nav-link {
		font-size: 1em
	}
	.project-detail--section-highlight {
		height: 5em
	}
	.about-video-pad-left {
		padding-left: var(--section-pad-left)
	}
	.project-detail--about-video-container {
		display: block;
		margin-top: 1em
	}
	.av--info.pad-right,
	.project-detail--about-info,
	.project-detail--about-video-wrapper {
		width: 100%;
		padding-right: 0
	}
	.project-detail--gallery-container,
	.project-detail--gallery-slider-container {
		padding-left: 23%
	}
	.project-detail--gallery-slider-container .section-content {
		margin-left: 0;
		width: 90%
	}
	.project-detail--highlight-title-main {
		font-size: 6em
	}
	.project-detail--highlight-title-sub {
		font-size: .9em
	}
	.project-detail--nearby-projects .section-content {
		width: 100%
	}
	.digitour-container,
	.nearby-projects--padding {
		padding-left: 5rem;
		padding-right: 5rem
	}
	.project-slide--caption {
		padding: 1em
	}
	.project-slide--caption-title {
		font-size: 2em
	}
	.project-slide--caption-desc {
		font-size: 1.125em;
		margin-bottom: .6em
	}
	.project-slide--caption-location {
		font-size: 1.25em;
		margin-bottom: .8em
	}
	.projects-slider .project-slide,
	.projects-slider .project-slide:not(:nth-child(3n)) {
		margin-left: .625em;
		margin-right: .625em
	}
	.sustainability--item {
		margin-top: 5em
	}
	.sustainability--item h3,
	.sustainability--item h4,
	.sustainability--item h5,
	.sustainability--item h6 {
		font-size: 2.5em
	}
	.contacts--cta-container {
		font-size: 1em
	}
	.contacts--cta {
		padding-left: 1.5em;
		padding-right: 1.5em
	}
	.contacts--cta:not(:last-child) {
		margin-right: 1.5em
	}
	.error-page {
		width: 100%
	}
	.error-page--img {
		width: 25rem
	}
	.error-page--title {
		font-size: 10em
	}
	.error-page--caption {
		font-size: 1.5em
	}
	.contact-table-num,
	.contact-table-region {
		width: 21%
	}
	.contact-table-projects {
		width: 27%
	}
	.career--item h3 {
		font-size: 2em
	}
	.career--item h3:not(:first-child) {
		margin-top: 1em
	}
	.top-skjlandbase-form-container {
		padding-top: 9rem
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section {
		--partial-slide--width: 15rem;
		--partial-slide--main-width: 59.5rem
	}
	body.page-template-page-homepage-php .project-detail--gallery-slider-container .section-content {
		margin-left: 24%
	}
	body.page-template-page-homepage-php .project-detail--gallery-slider-container .project-detail--gallery-text-slider {
		width: 34%;
		margin-right: 2rem
	}
}

@media all and (max-width:991px) {
	:root {
		--banner-highlight-text: 2.6rem;
		--section-pad-left: 16rem;
		--generic-section-pad-vertical: 2.5rem;
		--section-pad-vertical: 5rem;
		--section-title-size: 10rem;
		--banner-showcase-img: 3.5rem;
		--section-info-highlight-size: 4rem
	}
	.home-banner--caption--highlight {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 85%
	}
	.home-overview-container .cta {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 3.5rem
	}
	.section-highlight {
		font-size: 1.4em
	}
	.section-highlight .big {
		font-size: 5.5em
	}
	.section-content {
		width: 90%
	}
	.section-title {
		text-align: center;
		width: 100%;
		-webkit-transform: rotate(-90deg) translateY(14%);
		-ms-transform: rotate(-90deg) translateY(14%);
		transform: rotate(-90deg) translateY(14%)
	}
	.slider-progress-container {
		width: 60%
	}
	.partial-slider .slick-arrow {
		left: 60%
	}
	.home-testimonial--slide--visual {
		width: 100%
	}
	.home-testimonial--slide--info {
		width: 70%;
		margin: 2em auto 0
	}
	.home-testimonial--slide--info::after {
		font-size: 20rem
	}
	.footer-nav--menu--item.main {
		font-size: 2rem
	}
	.footer-nav--menu--item[href] {
		font-size: 1.8rem
	}
	.footer-nav--menu--item.social>a {
		font-size: 2rem
	}
	.project-detail--gallery-slider-container {
		padding-left: 31%
	}
	.project-detail--gallery-slider-container .section-content {
		width: 100%
	}
	.project-detail-signup--wrapper {
		max-width: 95%
	}
	.project-detail--signup-title {
		font-size: 2.8em
	}
	.project-detail--signup-caption {
		font-size: 1em;
		margin-bottom: 1.3em
	}
	.project-detail--amenities-slider-container .slider-progress-container {
		margin-left: 0
	}
	.project-detail--amenities-slide-caption {
		width: 100%
	}
	.project-detail--floor-plans-section .slider-wrapper-col2 {
		width: 88%
	}
	.project-detail--floor-plans-section .section-partial-slider--tabs-content {
		margin-left: auto;
		width: 52%
	}
	.project-detail--floor-plans-section .project-detail--cta {
		left: -1em
	}
	.project-detail--floor-plans-section .slider-progress-container {
		margin-left: -55%;
		width: 100%
	}
	.project-detail--floor-plans-section .slick-arrow {
		left: 40%
	}
	.projects-slider .project-slide:nth-child(odd) {
		margin-right: .625em
	}
	.sustainability-icon {
		width: 9em
	}
	.project-item {
		width: 49%
	}
	.project-item,
	.project-item:nth-child(odd) {
		margin-right: 2%
	}
	.project-item:nth-child(even) {
		margin-right: 0
	}
	.form-wrapper .generic-section,
	.form-wrapper .home-banner {
		width: 100%
	}
	.form-wrapper .home-banner--caption--highlight {
		margin-left: 0
	}
	.top-skjlandbase-form-container {
		display: none
	}
	body.page-template-page-homepage-php .container,
	body.page-template-page-homepage-php .project-detail--amenities-slider-container,
	body.page-template-page-homepage-php .project-detail--nav-container,
	body.page-template-page-homepage-php .scroll-down,
	body.page-template-page-homepage-php .slider-wrapper-col2 {
		padding-right: var(--form-wrapper-pl)
	}
	body.page-template-page-homepage-php .project-detail--nav-logo {
		margin-right: 4rem
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .section-partial-slider--tabs-content {
		width: 100%
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .slider-wrapper-col2 {
		width: 100%
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .project-detail--cta {
		left: auto;
		right: 1em
	}
	.book-online-infoBlock {
		padding: 1em
	}
	.projectlogoinfo {
		width: 30%
	}
	.propertyInfo {
		width: 70%;
		margin-left: 1em;
		padding-left: 1em
	}
	.from-campaign .project-detail--nav.header-nav .project-detail--nav-container {
		padding-left: 0
	}
	.from-campaign .project-detail--nav.header-nav .project-detail--nav-link:not(:last-child) {
		font-size: .85em
	}
}

@media all and (max-width:540px) {
	:root {
		--gutter-width: 2rem;
		--container-width: -webkit-calc(100% - var(--gutter-width) * 2);
		--container-width: calc(100% - var(--gutter-width) * 2);
		--banner-container-width: -webkit-calc(100% - 5rem);
		--banner-container-width: calc(100% - 5rem);
		--cta-font-size: 1.125em;
		--cta-padding-vertical: 1em;
		--cta-padding-horizontal: 1.35em;
		--cta-padding: .6em .8em .5em;
		--section-pad-vertical: 4rem;
		--section-pad-left: 0;
		--section-info-highlight-size: 1.3em;
		--logo-width: 90%;
		--header-right-width: -webkit-calc(100% - var(--logo-width) - 1rem);
		--header-right-width: calc(100% - var(--logo-width) - 1rem);
		--banner-highlight-text: 1.75em;
		--section-info-highlight-size: 1.85em;
		--home-projects-info-width: 100%;
		--slider-col2: -webkit-calc(100% - var(--section-pad-left));
		--slider-col2: calc(100% - var(--section-pad-left));
		--slider-progress-mt: 2.5rem;
		--partial-slide--main-width: 27rem;
		--partial-slide--width: 18rem;
		--partial-slide--height: 32.5rem;
		--generic-section-pad-vertical: 0;
		--skjlandbase-trigger-size: 1.25em;
		--fixed-btn-height: 5rem;
		--body-padding-bottom: 0;
		--popup-vertical-gap: -webkit-calc(var(--base-font-size) * .7);
		--popup-vertical-gap: calc(var(--base-font-size) * .7);
		--popup-horizontal-gap: -webkit-calc(var(--base-font-size) * 1);
		--popup-horizontal-gap: calc(var(--base-font-size) * 1);
		--form-wrapper-pl: 2rem;
		--form-wrapper-pr: 2rem
	}
	body {
		padding-bottom: var(--body-padding-bottom)
	}
	.mw100 {
		width: 100%!important
	}
	.btn-menu-text,
	.cta.desktop,
	.desktop,
	.header-contact--caption,
	.home-banner--showcase,
	.home-projects-info .section-info-text,
	.home-testimonials .section-info-text,
	.project--type,
	.project-detail--amenities .section-info-text,
	.project-detail--gallery-section-info-text,
	.project-detail--highlight-desc,
	.project-detail--nearby-projects .section-info-text,
	.project-detail--signup,
	.rera-container,
	.section-title,
	.slider-progress--bar {
		/*display: none*/
	}
        .cta.cta-inverse {
	margin-bottom:10px;
        
}
	.mobile,
	.mobile.cta {
		display: block
	}
	.scroll-up {
		right: var(--gutter-width)
	}
	.cta {
		text-transform: uppercase;
		font-size: 1.8rem;
		display: block
	}
	.cta::after {
		width: 1.6rem;
		height: 1.2rem;
		top: -.08em
	}
	.cta.ghost-cta {
		text-align: center
	}
	.cta.ghost-cta span {
		text-transform: none
	}
	.menu-open .menu-nav {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.menu-open .header {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5
	}
	.header-bar {
		padding: 1em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: rgba(0, 0, 0, .7)
	}
	.contentHeader .header-bar {
		padding-top: .6em
	}
	.header-right {
		display: block
	}
	.header-right,
	.header-right.no-num {
		width: 100%;
		margin-top: 0;
		margin-bottom: .5em
	}
	.logo {
		margin-top: .5em
	}
	.btn-menu {
		float: left
	}
	.btn-header-search,
	.header-contact {
		float: right
	}
	.header-contact {
		width: auto;
		margin-right: 1.5em
	}
	.header-contact:after {
		content: '\f095';
		font-family: FontAwesome;
		font-size: 1.3em;
		color: #fff;
		line-height: 1;
		position: relative;
		top: .1em
	}
	.header-contact--num {
		font-size: 0
	}
	.btn-menu-lines {
		margin-right: 0
	}
	.menu-nav {
		-webkit-transition-duration: .4s;
		-o-transition-duration: .4s;
		transition-duration: .4s;
		width: -webkit-calc(100% - 4rem);
		width: calc(100% - 4rem);
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	.menu-nav--menu-tab-content,
	.menu-nav--menu-tab-content--links.is-inner-tab,
	.menu-nav--sub {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: #fff;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: -webkit-transform .4s ease-in-out;
		-o-transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
	}
	.menu-nav--item.active>.menu-nav--menu-tab-content,
	.menu-nav--menu-tab-content--links.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.menu-nav--menu-tabs-container {
		background-color: #f7f7f7;
		padding: .25em 0;
		color: #006bb6;
		width: 100%;
		color: #333
	}
	.menu-nav--menu-tab-content--link.coming-soon {
		margin-top: .5em
	}
	.menu-nav--menu-tabs--header::after {
		content: '';
		clear: both;
		display: block
	}
	.close-nav {
		color: inherit;
		margin-bottom: 0;
		float: right;
		margin-right: .2em
	}
	.menu-nav--menu-tabs--header--logo {
		padding-left: var(--gutter-width);
		padding-right: .3rem;
		margin-bottom: 2rem;
		float: left;
		width: 78.5%;
		margin-top: 1.6rem
	}
	.menu-nav--item {
		margin-top: .5em;
		margin-bottom: 0;
		padding-left: 3rem;
		font-size: 1em
	}
	.menu-nav--item.main {
		margin: 0;
		padding: 2rem 3rem 1rem;
		border-bottom: 1px solid #c2c2c2
	}
	.menu-nav--item.main .menu-nav--item--link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
		font-size: 1em
	}
	.menu-nav--item.main .menu-nav--item--link::after {
		content: '\f105';
		font-family: FontAwesome;
		width: auto;
		height: auto;
		color: inherit;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: transparent;
		position: static;
		opacity: .5;
		position: relative;
		top: -.2em
	}
	.menu-nav--item.main~:not(.main) .menu-nav--item--link {
		font-weight: 400
	}
	.menu-nav--item--link {
		color: inherit;
		margin-left: 0
	}
	.menu-nav--item--link::before {
		display: none
	}
	.menu-nav--menu-tabs--content,
	.menu-nav--sub-accordion {
		margin-top: 0;
		display: block;
		height: auto;
		border-bottom: 1px solid #c2c2c2;
		padding-bottom: 2rem;
		margin-bottom: 2.5rem
	}
	.menu-nav--social {
		padding: 0 3rem;
		color: #333
	}
	.menu-nav--social a {
		font-size: 1.2em;
		margin-right: .5em
	}
	.menu-nav--menu-tab-content--links.is-inner-tab,
	.menu-nav--menu-tab-content--wrapper {
		padding-top: 1px;
		margin-top: 15%;
		height: 85%;
		width: 100%;
		border-top: 0
	}
	.menu-nav--back,
	.menu-nav--sub-back {
		margin-left: 3rem;
		border-bottom: 1px solid #333;
		font-size: smaller;
		font-weight: 700;
		text-transform: uppercase;
		position: relative
	}
	.menu-nav--back::before,
	.menu-nav--sub-back::before {
		content: '\f104';
		font-family: FontAwesome;
		display: inline-block;
		vertical-align: baseline;
		margin-right: .2em;
		position: absolute;
		top: 0;
		right: 100%;
		line-height: 1
	}
	.menu-nav--menu-tab-content--title,
	.menu-nav--sub-title {
		font-size: 3rem;
		font-weight: 300;
		color: #0a53a0;
		margin-bottom: 0;
		text-transform: none;
		padding-left: var(--gutter-width);
		padding-right: var(--gutter-width)
	}
	.menu-nav--menu-tab-content--links-wrapper,
	.menu-nav--menu-tab-content--tabs {
		max-height: 82%;
		overflow: auto
	}
	.menu-nav--menu-tab-content--links-wrapper {
		display: block
	}
	.menu-nav--menu-tab-content--link {
		display: block;
		width: 80%;
		margin-left: 3rem
	}
	.menu-nav--menu-tab-content--tabs {
		display: block;
		margin-top: 1.5rem
	}
	.menu-nav--menu-tab-content--tab,
	.menu-nav--sub-link {
		font-size: 1em;
		border-bottom: 1px solid #c2c2c2;
		width: 100%;
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-weight: 300;
		padding: 1rem 3rem
	}
	.menu-nav--menu-tab-content--tab::after,
	.menu-nav--sub-link::after {
		content: '\f105';
		font-family: FontAwesome;
		opacity: .5;
		position: relative;
		top: -.2em
	}
	.menu-nav--menu-tab-content--tab.active,
	.menu-nav--menu-tab-content--tab:focus,
	.menu-nav--menu-tab-content--tab:hover,
	.menu-nav--sub-link.active,
	.menu-nav--sub-link:focus,
	.menu-nav--sub-link:hover {
		background: inherit;
		color: inherit
	}
	.menu-nav--menu-tab-content--tab+.menu-nav--menu-tab-content--tab,
	.menu-nav--menu-tab-content--tab+.menu-nav--sub-link,
	.menu-nav--sub-link+.menu-nav--menu-tab-content--tab,
	.menu-nav--sub-link+.menu-nav--sub-link {
		margin-left: 0
	}
	.menu-nav--menu-tab-content--links.is-inner-tab:not(.active) {
		display: block
	}
	.menu-nav--sub {
		background: #fff
	}
	.menu-nav--sub-accordion {
		border-bottom: 0;
		margin-top: 2rem;
		margin-bottom: 0
	}
	.active .menu-nav--sub-accordion {
		overflow: visible;
		height: auto;
		margin-top: 2rem
	}
	.menu-nav--sub-link {
		color: inherit;
		margin-top: 0
	}
	.menu-nav--sub-link::after {
		display: none
	}
	.header-search {
		padding-top: 6rem
	}
	.header-search .cta {
		display: block;
		min-width: 12rem
	}
	.header-search-close {
		left: auto;
		right: 0;
		line-height: .5
	}
	.header-search--project {
		min-width: 0;
		width: 100%
	}
	.header-search--ip-container {
		height: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem
	}
	.header-search--ip-container::after {
		padding-left: .5em;
		padding-right: .5em;
		position: relative;
		top: 0
	}
	.header-search--ip {
		padding-left: 1em;
		padding-right: 1em;
		height: 3em
	}
	.header-search--btn-search {
		font-size: 1.3em
	}
	.header-search-container {
		padding-right: .5rem;
		display: block
	}
	.header-search-container::-webkit-scrollbar {
		width: 2px
	}
	.header-search--filter {
		width: 100%;
		margin-bottom: 1.5em
	}
	.header-search--filter.disabled+.has-range-slider,
	.header-search--filter.has-range-slider {
		margin-bottom: 2.8em
	}
	.header-search--filter-options {
		display: block
	}
	.header-search--input-holder,
	.header-search--input-holder-chk {
		display: inline-block;
		vertical-align: top;
		margin-right: 1.5em
	}
	.header-search--input-holder {
		margin-bottom: .5em
	}
	.header-search--input-holder:last-child,
	.header-search--input-holder:nth-last-child(2) {
		margin-bottom: 0
	}
	.input-holder-chk {
		margin: .6em .5em 0 0
	}
	.input-holder-chk:last-child {
		margin-right: 0
	}
	.input-holder-chk--label {
		padding: .5em .8em
	}
	.header-search--filter.disabled+.has-range-slider .header-search--filter-budget.noUi-target,
	.header-search--filter.has-range-slider .header-search--filter-budget.noUi-target {
		width: 85%;
		margin-left: 4%
	}
	.skjlandbase-trigger {
		font-size: var(--skjlandbase-trigger-size);
		bottom: 0;
		left: 0;
		right: auto;
		left: auto;
		width: 100%;
		text-align: left;
		height: var(--fixed-btn-height);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s
	}
	.skjlandbase-trigger span::before {
		content: "\f15c";
		font-family: FontAwesome;
		display: inline-block;
		margin-right: .5em;
		vertical-align: baseline
	}
	.hideHeader .skjlandbase-trigger {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
	.skjlandbase-form-container {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: -webkit-calc(100% - 4rem);
		width: calc(100% - 4rem);
		padding: var(--gutter-width);
		margin: 1rem auto
	}
	.skjlandbase-form-container.email-form-container {
		top: 20%
	}
	.skjlandbase-form-close {
		top: 2rem;
		right: var(--gutter-width)
	}
	.ap-lead-form-cont,
	.skjlandbase-lead-form .ap-lead-form-cont {
		display: block
	}
	.ap-lead-form-cont>.am-input-container,
	.ap-lead-form-cont>.ap-dropdown-cont,
	.skjlandbase-lead-form .ap-lead-form-cont>.am-input-container,
	.skjlandbase-lead-form .ap-lead-form-cont>.ap-dropdown-cont {
		width: 100%
	}
	.skjlandbase-form-title {
		font-size: 2em
	}
	.footer-nav--container {
		display: block
	}
	.footer-nav--menu {
		width: 100%;
		margin-bottom: 2em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.footer-nav--menu--item.main {
		width: 100%;
		margin-bottom: .2em
	}
	.footer-nav--menu--item[href] {
		width: 48%;
		opacity: .6;
		margin-bottom: .2em
	}
	.footer-newsletter-cta {
		margin-top: 1rem;
		width: 100%
	}
	.footer-disclaimer {
		padding: var(--gutter-width);
		text-align: left;
		line-height: 1.5
	}
	.home-overview--pointers .slider-progress-container,
	.home-testimonial-container .slider-progress-container,
	.project-detail--gallery-sliders .slider-progress-container,
	.slider-progress-container {
		font-size: var(--base-font-size);
		position: absolute;
		top: 100%;
		left: 0;
		margin-top: 1.875em;
		line-height: 1;
		width: auto
	}
	.home-testimonial-container .slick-arrow,
	.partial-slider .slick-arrow,
	.project-detail--amenities-slider.partial-slider .slick-arrow,
	.project-detail--gallery-img-slider .slick-arrow,
	.slick-arrow {
		position: absolute;
		width: 4rem;
		height: 4rem;
		top: 100%;
		right: 0;
		margin-top: -webkit-calc(var(--base-font-size) * 1.3);
		margin-top: calc(var(--base-font-size) * 1.3);
		margin-right: 0;
		margin-left: 0;
		font-size: 0;
		background: url(../images/slider-arrow.svg) no-repeat center center/30% auto transparent;
		outline: 0;
		border: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-left: 0;
		padding-right: 0
	}
	.home-testimonial-container .slick-arrow.slick-prev,
	.partial-slider .slick-arrow.slick-prev,
	.project-detail--amenities-slider.partial-slider .slick-arrow.slick-prev,
	.project-detail--gallery-img-slider .slick-arrow.slick-prev,
	.slick-arrow.slick-prev {
		left: auto;
		right: 4rem;
		margin-right: -webkit-calc(var(--base-font-size));
		margin-right: calc(var(--base-font-size))
	}
	.home-testimonial-container .slick-arrow.slick-next,
	.partial-slider .slick-arrow.slick-next,
	.project-detail--amenities-slider.partial-slider .slick-arrow.slick-next,
	.project-detail--gallery-img-slider .slick-arrow.slick-next,
	.slick-arrow.slick-next {
		left: auto;
		right: 0;
		margin-right: 0;
		text-align: right;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.av--wrapper button,
	.home-testimonial--slide--visual button {
		width: 4.5rem;
		height: 4.5rem;
		font-size: .8em
	}
	.home-banner .slick-dots {
		top: auto;
		right: auto;
		left: 50%;
		bottom: 1em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.home-banner .slick-dots li {
		border-width: 2px
	}
	.home-banner .slick-dots li+li {
		margin-top: 0;
		margin-left: .4em
	}
	.home-banner .slick-dots button {
		width: 1rem;
		height: 1rem
	}
	.home-banner--caption {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 17%
	}
	.home-banner--caption .cta {
		display: inline-block;
		padding: var(--cta-padding)
	}
	.banner-cta {
		font-size: .95em
	}
	.home-banner--caption--highlight,
	.home-banner--caption-highlight-text {
		width: 100%;
		display: block
	}
	.home-banner--caption-highlight-location {
		font-size: 1.1em;
		opacity: 1;
		margin-bottom: .4em;
		width: 75%;
		color: #fff
	}
	.home-banner--caption--highlight-img {
		width: 20rem;
		max-width: 100%
	}
	.section-content {
		width: 100%
	}
	.section-highlight {
		background-color: #f2f2f2;
		color: rgba(255, 255, 255, .7);
		left: -webkit-calc(var(--gutter-width) * -1);
		left: calc(var(--gutter-width) * -1)
	}
	.section-sub-title {
		margin-bottom: .4em
	}
	.home-overview,
	.page-front .scroll-down {
		background-color: #fff
	}
	.page-front .scroll-down {
		padding-bottom: 0
	}
	.home-overview {
		padding-top: -webkit-calc(var(--section-pad-vertical) - 1.5rem);
		padding-top: calc(var(--section-pad-vertical) - 1.5rem)
	}
	.home-overview-container .cta {
		width: 100%;
		text-transform: uppercase
	}
	.home-overview--pointers ul {
		width: 100%;
		display: block;
		margin-bottom: 4.185em
	}
	.home-overview--pointers li:not(.slider-progress-container) {
		font-size: 1em;
		width: 50%;
		margin: 1em 0 0;
		padding: 1em .5em 0;
		border-top: 1px solid #ccc;
		text-align: center
	}
	.home-overview--pointers li:not(.slider-progress-container) b,
	.home-overview--pointers li:not(.slider-progress-container) strong {
		margin: .1em 0 0;
		font-weight: 400
	}
	.home-overview--pointers li.slider-progress-container {
		margin-top: 1.875em
	}
	.home-projects {
		padding-bottom: 0;
		background-color: #f7f7f7
	}
	.home-projects-container {
		background-color: #f7f7f7;
		padding-bottom: var(--section-pad-vertical)
	}
	.home-projects-container .section-info-highlight {
		margin-bottom: .9em
	}
	.slider-wrapper-col2 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0
	}
	.home-projects-info {
		padding-left: var(--gutter-width);
		padding-right: var(--gutter-width)
	}
	.section-partial-slider {
		padding-left: var(--gutter-width)
	}
	.partial-slide.partial-slide--active,
	.project-detail,
	.project-detail--content {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: auto;
		max-height: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.partial-slide--active.hide-data::after,
	.project-detail.hide-data::after {
		display: none
	}
	.generic-slide--logo {
		display: block;
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		z-index: 1;
		width: 10rem
	}
	.partial-slide,
	.partial-slide.partial-slide--active {
		height: var(--partial-slide--height)
	}
	.partial-slide:not(.partial-slide--active) .partial-slide--caption {
		display: none
	}
	.partial-slide:not(.partial-slide--active) .project-detail--amenities-slide-caption {
		display: block;
		padding: 1rem
	}
	.project-detail--content {
		width: 100%
	}
	.home-section-container .project-detail--cta {
		display: none
	}
	.section-partial-slider-tab {
		font-size: 1em
	}
	.project-detail {
		width: 100%;
		padding: 2rem var(--gutter-width) 0 0
	}
	.partial-slide.partial-slide--active {
		width: var(--partial-slide--main-width)
	}
	.partial-slide--img {
		width: 100%
	}
	.partial-slider {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 100%;
		height: 100%;
		margin-bottom: 0
	}
	.partial-slider .slick-arrow {
		left: auto;
		right: 0;
		width: 4rem;
		height: 4rem;
		padding-left: 0;
		padding-right: 0;
		margin-right: 2rem;
		margin-left: 0
	}
	.partial-slider .slick-arrow.slick-prev {
		-webkit-transform: translateX(-webkit-calc(var(--gutter-width) * -1));
		-ms-transform: translateX(calc(var(--gutter-width) * -1));
		transform: translateX(calc(var(--gutter-width) * -1))
	}
	.home-projects-slider .slick-arrow.slick-next {
		margin-right: 2rem
	}
	.project-detail--content {
		font-size: 1em
	}
	.detail--link {
		width: 100%;
		padding-bottom: var(--cta-padding-vertical);
		position: relative;
		bottom: auto;
		left: auto
	}
	.project--content {
		height: auto
	}
	.detail--amenity {
		margin-bottom: 1.2em
	}
	.home-testimonials {
		background-color: #fff
	}
	.home-testimonials .section-info-highlight {
		margin-bottom: .9em
	}
	.home-testimonial-container {
		margin-bottom: 5.5rem
	}
	.testimonial-text-slider {
		width: 100%
	}
	.home-testimonial--slider {
		width: 100%;
		margin-top: 0
	}
	.home-testimonial--slide--img {
		width: 100%
	}
	.home-testimonial--slide--visual button {
		width: 10vw;
		height: 10vw
	}
	.home-testimonial--slide--info {
		width: 100%;
		margin-top: 1.5em
	}
	.home-testimonial--slide--info::after,
	.home-testimonial--slide--info::before {
		display: none
	}
	.home-testimonial--slide--info--name {
		font-size: 2.8rem
	}
	.home-testimonial--slide--info--about {
		margin-bottom: 1em
	}
	.home-testimonial--slide--info--desc {
		margin: 1em 0
	}
	.home-testimonial--slide--info--location {
		font-size: 1.2em
	}
	.campaign-call-btn {
		position: fixed;
		width: 50%;
		height: var(--fixed-btn-height);
		font-size: var(--skjlandbase-trigger-size);
		bottom: 0;
		right: 0;
		text-align: center;
		text-indent: -.5em;
		padding: .775em 0 .4em;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.page-project-detail .skjlandbase-trigger {
		width: 50%;
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}
	.page-project-detail .skjlandbase-trigger.email-trigger {
		width: 100%;
		z-index: 2
	}
	.page-project-detail .campaign-call-btn {
		display: block
	}
	.project-detail--banner-caption {
		padding-bottom: 15%
	}
	.project-detail--banner-caption-highlight--location {
		margin: .3em 0
	}
	.project-details--nav-links {
		overflow: auto;
		position: relative
	}
	.project-detail--nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: .5em 1em
	}
	.project-detail--nav.fixed {
		-webkit-transform: translateY(9.1rem);
		-ms-transform: translateY(9.1rem);
		transform: translateY(9.1rem)
	}
	.hideHeader .project-detail--nav.fixed {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.project-detail--nav.header-nav .project-detail--nav-container {
		padding-right: 0;
		padding-left: 0
	}
	.project-detail--nav.header-nav .project-detail--nav-link {
		line-height: 1;
		margin-bottom: 0;
		padding-top: .4rem
	}
	.project-detail--nav+.generic-section {
		padding-top: -webkit-calc(var(--section-pad-vertical) * 2.5);
		padding-top: calc(var(--section-pad-vertical) * 2.5)
	}
	.project-detail--about .cta~.cta {
		margin-top: .5em
	}
	.project-detail--about-container,
	.project-detail--about-video-container {
		padding-left: 0
	}
	.project-detail--about-container {
		padding-top: 0
	}
	.project-detail--about-video-container {
		margin-top: 0.2em
	}
	.mobile-para-holder {
		margin-bottom: 1.5em
	}
	.mobile-para-holder .cta {
		padding-bottom: -webkit-calc(var(--cta-padding-vertical) * .7);
		padding-bottom: calc(var(--cta-padding-vertical) * .7)
	}
	.project-detail--section-highlight {
		display: none
	}
	.project-detail--nav-container {
		display: block
	}
	.project-detail--nav-logo {
		display: none
	}
	.project-detail--nav-link {
		margin-right: .85em;
		margin-bottom: .1em
	}
	.project-detail--nav-link:nth-last-child(3)~.project-detail--nav-link {
		margin-bottom: 0
	}
	.project-detail--nav-link::after {
		height: 1px;
		bottom: 1px
	}
	.project-detail--highlights-container .mobile-slider {
		display: block
	}
	.project-detail--highlights {
		margin-bottom: 5.5rem;
		padding-bottom: var(--section-pad-vertical)
	}
	.project-detail--highlight {
		margin: 0 0 1em;
		display: block;
		margin-right: 0;
		text-align: center;
		min-width: 0
	}
	.project-detail--highlight:first-child {
		margin-top: 0
	}
	.project-detail--highlight::last-child {
		margin-bottom: var(--section-pad-vertical)
	}
	.project-detail--highlight-title {
		display: block
	}
	.project-detail--highlight-title-main {
		font-size: 4em;
		display: block;
		line-height: 1;
		margin-left: 39%
	}
	.project-detail--highlight-title-sub {
		font-size: 1.25em;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		text-align: center
	}
	.project-detail--highlight-desc {
		position: relative;
		top: auto
	}
	.project-detail--location-shortlist {
		width: 95%;
		height: 75%;
		left: auto;
		right: 0;
		top: 5%;
		padding: 2em .5em 1em;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		will-change: transform
	}
	.project-detail--location-shortlist.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.project-detail--location-shortlist.active .location-handle {
		opacity: 0;
		pointer-events: none
	}
	.location-handle {
		font-size: 1.2em;
		position: absolute;
		top: 50%;
		right: 100%;
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg) translateX(100%);
		-ms-transform: rotate(-90deg) translateX(100%);
		transform: rotate(-90deg) translateX(100%);
		font-family: calibri;
		text-transform: uppercase;
		letter-spacing: .05em;
		padding: .5em 1em .2em;
		will-change: pointer-events, opacity
	}
	.location-close {
		position: absolute;
		top: .15em;
		right: .5em;
		font-size: 1.5em
	}
	.project-detail--location-content {
		padding-left: 0;
		padding-right: .1em
	}
	.project-detail--gallery-container,
	.project-detail--gallery-slider-container {
		padding-left: 0
	}
	.section-partial-slider-tab,
	.tab-nav--nav-btn {
		margin-bottom: .3em
	}
	.section-partial-slider-tab+.section-partial-slider-tab,
	.section-partial-slider-tab+.tab-nav--nav-btn,
	.tab-nav--nav-btn+.section-partial-slider-tab,
	.tab-nav--nav-btn+.tab-nav--nav-btn {
		margin-left: .8em
	}
	.section-partial-slider--tabs-content,
	.tab-nav--nav-content-container {
		margin-top: .8em;
		margin-bottom: 5rem
	}
	.tab-nav--nav-content {
		padding-bottom: 1px
	}
	.project-detail--gallery-slider-container {
		margin-top: 1.5em
	}
	.project-detail--gallery-img-slide:not(.av--wrapper)::before {
		width: 3em;
		height: 3em;
		background-size: 1.2em
	}
	.project-detail--gallery-zoom {
		width: 3.5em;
		height: 3.5em;
		bottom: 1.5em
	}
	.project-detail--gallery-text-slider {
		display: none
	}
	.project-detail--amenities .section-info-highlight {
		margin-bottom: .9em
	}
	.project-detail--amenities-container {
		padding-left: 0
	}
	.project-detail--amenities-slider-container {
		margin-left: auto;
		margin-right: 0;
		width: -webkit-calc(100% - var(--gutter-width));
		width: calc(100% - var(--gutter-width))
	}
	.project-detail--amenities-slider {
		position: relative;
		margin-bottom: 3.5em
	}
	.project-detail--amenities-slider.partial-slider .slick-arrow.slick-next {
		right: var(--gutter-width)
	}
	.project-detail--amenities-slide {
		height: auto;
		width: -webkit-calc(100vw - 4rem);
		width: calc(100vw - 4rem)
	}
	.project-detail--amenities-slide.has-content:focus .project-detail--amenities-slide-desc,
	.project-detail--amenities-slide.has-content:focus .project-detail--amenities-slide-front,
	.project-detail--amenities-slide.has-content:hover .project-detail--amenities-slide-desc,
	.project-detail--amenities-slide.has-content:hover .project-detail--amenities-slide-front {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.project-detail--amenities-slide-desc {
		display: none
	}
	.project-detail--signup-title {
		font-size: 2em
	}
	.project-detail--floor-plans-section {
		--partial-slide--height: 42.6rem;
		background-color: #fff
	}
	.project-detail--floor-plans-section .section-info-highlight {
		margin-bottom: .9em
	}
	.project-detail--floor-plans-section .section-partial-slider--tabs-content {
		margin-left: 0;
		width: 100%
	}
	.project-detail--floor-plans-section .partial-slide--active .partial-slide--img {
		position: relative;
		height: auto;
		width: 100%
	}
	.project-detail--floor-plans-section .slider-wrapper-col2 {
		padding-left: 0;
		width: 100%
	}
	.project-detail--floor-plans-section .slider-progress-container {
		margin-left: 0;
		width: auto
	}
	.project-detail--floor-plans-section .project-detail--cta {
		left: 0
	}
	.project-detail--floor-plans-section .only-one-slide .partial-slide--active {
		height: auto;
		margin-right: 2rem
	}
	.project-detail--floor-plans-section .slick-arrow.slick-next {
		margin-right: 2rem
	}
	.project-detail--partial-slider.partial-slider {
		width: 10%
	}
	.project-detail--nearby-projects {
		background-color: #f7f7f7
	}
	.project-detail--nearby-projects .generic-section-title {
		margin-bottom: .9em
	}
	.project-detail--nearby-projects .section-content {
		padding-left: var(--gutter-width);
		padding-right: var(--gutter-width)
	}
	.project-detail--nearby-projects+#faq {
		background-color: #fff
	}
	.generic-section-title {
		font-size: 2em
	}
	.digitour-container,
	.nearby-projects--padding {
		padding-left: 0;
		padding-right: 0
	}
	.project-detail--nearby-projects-container {
		max-width: none
	}
	.projects-slider {
		white-space: nowrap;
		overflow: auto;
		display: block
	}
	.projects-slider .project-slide {
		display: inline-block;
		width: -webkit-calc(100vw - 3em);
		width: calc(100vw - 3em);
		white-space: normal
	}
	.projects-slider .project-slide,
	.projects-slider .project-slide:not(:nth-child(3n)) {
		margin-left: .5em;
		margin-right: .5em
	}
	.projects-slider .project-slide:first-child {
		margin-left: 1em
	}
	.projects-slider .project-slide:last-child {
		margin-right: 1em
	}
	.projects-slider .slick-arrow.slick-prev {
		left: -.5em
	}
	.projects-slider .slick-arrow.slick-next {
		right: -.5em
	}
	.project-slide--caption-title {
		margin-bottom: .05em
	}
	.project-slide--caption-desc {
		font-size: 1.375em;
		line-height: 1
	}
	.project-slide--cta {
		padding: .6em .8em .5em
	}
	.generic-icon-holder {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.sustainability-icon-holder {
		width: 100%;
		margin-bottom: 1em
	}
	.sustainability--item {
		display: block
	}
	.sustainability--item,
	.sustainability--item.other {
		margin-top: 4rem
	}
	.sustainability--item.other img {
		width: 100%
	}
	.sustainability--item img {
		width: auto;
		max-width: 100%
	}
	.sustainability--item figcaption {
		padding-left: 0;
		width: 100%;
		margin-top: 1rem
	}
	.sustainability--item h3,
	.sustainability--item h4,
	.sustainability--item h5,
	.sustainability--item h6 {
		margin: .3em 0 0
	}
	.sustainability--item h3+ol,
	.sustainability--item h3+p,
	.sustainability--item h3+ul,
	.sustainability--item h4+ol,
	.sustainability--item h4+p,
	.sustainability--item h4+ul,
	.sustainability--item h5+ol,
	.sustainability--item h5+p,
	.sustainability--item h5+ul,
	.sustainability--item h6+ol,
	.sustainability--item h6+p,
	.sustainability--item h6+ul {
		margin-top: 0
	}
	.project-item {
		width: 100%;
		margin-right: 0
	}
	.project-item,
	.project-item:nth-child(odd) {
		margin-right: 0
	}
	.project-slide--caption {
		padding: 1.3em
	}
	.contacts--cta {
		float: none;
		display: block;
		padding: .5em
	}
	.contacts--cta:not(:last-child) {
		margin-right: 0
	}
	.contacts--cta span {
		line-height: .8
	}
	.contacts-cta--highlight {
		font-size: 1.3em
	}
	.contacts--office {
		width: 100%;
		margin: 0 0 .5em
	}
	.contacts--office-info {
		padding: 7% 10%
	}
	.error-page {
		display: block;
		padding-top: 7em;
		padding-bottom: 3em
	}
	.error-page--img {
		width: 75%;
		max-width: 31.4rem;
		margin: 0 auto 1em
	}
	.error-page--content {
		max-width: 100%
	}
	.error-page--title {
		font-size: 4em
	}
	.thankyou-page--img {
		max-width: 15rem
	}
	.thankyou-page--code {
		font-size: 3em
	}
	.thankyou-page--caption {
		font-size: 1.25em
	}
	.currency-converter-wrapper {
		padding: 3rem 2rem
	}
	.ip-label {
		font-size: .9em
	}
	.emi-calc-wrapper {
		display: block
	}
	.emi-calc-wrapper .row {
		display: block
	}
	.emi-calc-wrapper .row>.col-sm-4,
	.emi-calc-wrapper .row>.col-sm-8 {
		width: 100%
	}
	#emipiechart,
	.calc-block {
		width: 100%
	}
	#emipaymentsummary,
	.summery-inner {
		padding: 0;
		border: 0
	}
	.card-wrapper {
		margin-top: 0
	}
	.popup-content {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		left: 0;
		right: 0;
		width: -webkit-calc(100% - 4rem);
		width: calc(100% - 4rem);
		margin: 1em auto
	}
	.popup-content-title {
		padding-bottom: -webkit-calc(var(--popup-vertical-gap) * .7);
		padding-bottom: calc(var(--popup-vertical-gap) * .7)
	}
	.popup-cta {
		margin-top: 1em
	}
	.team-popup .popup-content-body {
		display: block
	}
	.team-popup .director-img {
		margin-right: 0;
		margin-bottom: 1.5em;
		width: 100%
	}
	.contact-us-table,
	.contact-us-table tbody,
	.contact-us-table td,
	.contact-us-table tr {
		display: block
	}
	.contact-us-table thead {
		display: none
	}
	.contact-us-table tr {
		padding: 1rem
	}
	.contact-us-table tr:nth-child(odd) {
		background-color: #e7e9eb
	}
	.contact-us-table tr td {
		background: 0 0!important
	}
	.contact-us-table td {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
		font-weight: 400;
		text-align: left;
		font-size: .9em
	}
	.contact-us-table td::before {
		content: '';
		font-size: .9em;
		width: 26%;
		font-weight: 600;
		margin-right: .8rem
	}
	.contact-us-table td:first-child::before {
		content: 'Region:'
	}
	.contact-us-table td:nth-child(2)::before {
		content: 'Projects:'
	}
	.contact-us-table td:nth-child(3)::before {
		content: 'Toll - Free Number:'
	}
	.contact-us-table td:nth-child(4)::before {
		content: 'Timings:'
	}
	.contact-us-table td+td {
		margin-top: 1em
	}
	.feed-iframe {
		height: 80vh
	}
	.disclaimer-strip {
		--font-size: .6rem
	}
	.disclaimer-strip.banner-disclaimer-text {
		width: 90%;
		font-size: var(--font-size);
		padding: .2rem 0 0 .2rem
	}
	.disclaimer-strip.floor-plan-disclaimer-text {
		white-space: normal
	}
	.container-padding .sitemap-nav--container.container,
	.menu-nav--sitemap-project--content {
		display: block;
		width: 100%;
		max-width: none
	}
	.menu-nav--sitemap-project--content .menu-nav--item,
	.sitemap-nav--menu {
		width: 100%;
		padding: 0;
		font-size: var(--base-font-size)
	}
	.menu-nav--sitemap-project--content .menu-nav--item+.menu-nav--sitemap-project--content .menu-nav--item,
	.menu-nav--sitemap-project--content .menu-nav--item+.sitemap-nav--menu,
	.sitemap-nav--menu+.menu-nav--sitemap-project--content .menu-nav--item,
	.sitemap-nav--menu+.sitemap-nav--menu {
		margin-top: 2.5em
	}
	.menu-nav--sitemap-project--content .menu-nav--item .menu-nav--back,
	.sitemap-nav--menu .menu-nav--back {
		display: none
	}
	.menu-nav--sitemap-project--content .menu-nav--item {
		border-bottom: 0
	}
	.menu-nav--sitemap-project--content .menu-nav--item+.menu-nav--item {
		margin-top: 3.5em
	}
	.menu-nav--sitemap-project-content--links+.menu-nav--sitemap-project-content--links {
		margin-top: 2em
	}
	.menu-nav--sitemap-project-content--title {
		margin-bottom: 1em
	}
	.menu-nav--sitemap-project-content--title,
	.sitemap-nav--menu--item.main {
		min-height: 0
	}
	.accordion-content {
		font-size: 1em
	}
	.custom .accordion-content {
		padding: 2rem;
		background-color: #fff
	}
	.custom .accordion-content .accordion-content--item {
		width: 100%;
		padding: 1.5rem
	}
	.custom .accordion-content .accordion-content--item-title {
		font-size: 1.125em
	}
	.accordion-content--wrapper {
		display: block
	}
	.accordion-content--item {
		display: block
	}
	.accordion-content--item+.accordion-content--item {
		margin-top: 2rem
	}
	.accordion-content--item-text {
		margin: 0
	}
	.only-image .rera-container {
		display: block
	}
	.home-banner--img-container.rera-top-right .rera-container::before {
		display: none
	}
	.from-campaign {
		--logo-width: 80%;
		padding-top: 4.7rem;
		padding-bottom: var(--fixed-btn-height)
	}
	.from-campaign .scroll-up {
		bottom: -webkit-calc(var(--fixed-btn-height) + 2rem);
		bottom: calc(var(--fixed-btn-height) + 2rem)
	}
	.from-campaign .header-bar {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.from-campaign .logo {
		margin-top: 0
	}
	.from-campaign .header-right.campaign-header-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row;
		-ms-flex-flow: row;
		flex-flow: row;
		width: auto
	}
	.from-campaign .header-contact {
		margin-right: 0;
		display: none
	}
	.from-campaign .project-detail--nav.header-nav {
		height: auto;
		min-height: 100%
	}
	.from-campaign .project-detail--nav.header-nav .project-detail--nav-logo {
		display: block;
		max-height: 3rem;
		margin-bottom: .8rem
	}
	.from-campaign .project-detail--nav.header-nav .project-detail--nav-link.fa {
		display: none
	}
	.from-campaign.hideHeader .campaign-call-btn,
	.from-campaign.hideHeader .skjlandbase-trigger {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.from-campaign .home-banner .slick-dots li.slick-active {
		border-color: #fff
	}
	.btn-close-campaign-menu {
		bottom: auto;
		top: 1rem;
		margin-top: 0
	}
	.campaign-amenity {
		width: 32%
	}
	.campaign-amenity,
	.campaign-amenity:nth-child(4) {
		margin-right: 2%
	}
	.campaign-amenity:nth-child(3n) {
		margin-right: 0
	}
	.campaign-amenity--img {
		height: 5rem
	}
	body.page-template-page-homepage-php .project-detail--gallery-slider-container .section-content {
		margin-left: 0;
		width: 100%
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section {
		--partial-slide--main-width: 27rem
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .slider-wrapper-col2 {
		padding-right: 0
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .only-one-slide .partial-slide.partial-slide--active {
		margin-right: 2rem
	}
	body.page-template-page-homepage-php .project-detail--floor-plans-section .partial-slide.partial-slide--active {
		height: auto;
		margin-left: auto;
		margin-right: 17%
	}
	body.page-template-page-homepage-php .project-detail--partial-slider.partial-slider {
		width: 15%
	}
	.cta-external-link {
		margin-right: 0;
		width: 100%;
		text-align: center;
		display: block!important
	}
	.cta-external-link span {
		margin-right: 0!important
	}
	.project-listing-bhk {
		padding: .5em .8em .3em;
		margin-bottom: .8em;
		margin-right: .3em
	}
	.crumbblock {
		white-space: normal;
		width: 47%;
		text-align: center
	}
	.crumbblock:not(:last-child) {
		margin-right: 3%
	}
	.crumbblock:not(.active) {
		opacity: .5
	}
	.crumbblock label {
		display: block
	}
	.crumb-count {
		margin-right: 0;
		margin-bottom: .3em
	}
	.crumbarrow {
		display: none
	}
	.book-online-infoBlock,
	.commonrow {
		display: block
	}
	.projectlogoinfo,
	.propertyInfo {
		width: 100%
	}
	.property-details {
		margin-left: -webkit-calc(var(--gutter-width) * -1);
		margin-left: calc(var(--gutter-width) * -1);
		margin-right: -webkit-calc(var(--gutter-width) * -1);
		margin-right: calc(var(--gutter-width) * -1)
	}
	.propertyInfo {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		margin-top: 1em;
		padding-top: 1em;
		border-top: 1px solid #ccc
	}
	.commonrow label {
		width: 100%;
		margin-bottom: .5em
	}
	.commonrow label.desktop {
		display: none
	}
	.commonrow .labelvalues {
		width: 100%
	}
	.commonrow.booking-amt {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.commonrow.booking-amt .labelvalues,
	.commonrow.booking-amt label {
		width: auto
	}
	.book-online-form {
		display: block
	}
	.book-online-form .paddingdiv {
		width: 100%;
		padding-right: 0
	}
	.book-online-form .paddingdiv+.paddingdiv {
		padding-left: 0;
		border-left: 0
	}
	.book-online-frm-title {
		margin-bottom: .2em;
		font-size: 1.5em
	}
	.colrow {
		display: block;
		margin: 0 -webkit-calc(var(--gutter-width) * -1);
		margin: 0 calc(var(--gutter-width) * -1);
		padding-left: var(--gutter-width);
		padding-right: var(--gutter-width)
	}
	.colrow input[type=date],
	.colrow input[type=email],
	.colrow input[type=file],
	.colrow input[type=number],
	.colrow input[type=tel],
	.colrow input[type=text],
	.colrow label,
	.colrow select,
	.colrow textarea {
		width: 100%
	}
	.colrow:not(:last-child):not(.termscondi) {
		padding-bottom: 1.5em;
		border-bottom: 1px solid #ececec
	}
	.colrow.submit-row {
		display: block
	}
	.colrow .cta {
		width: 100%
	}
	.colrow-error,
	.colrow-msg {
		margin-left: 0;
		width: 100%
	}
	.book-online-submit-container {
		margin-top: 2em
	}
	.book-online-submit-container small {
		margin-left: 0;
		margin-top: 1em
	}
	.book-now-container {
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
		margin-top: 0;
		bottom: 0
	}
	.book-now-cta {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		width: 50%;
		height: var(--fixed-btn-height);
		left: auto;
		top: auto;
		bottom: 0;
		border-left: 1px solid #ccc;
		text-indent: -.5em;
		right: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		font-size: var(--skjlandbase-trigger-size);
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s
	}
	.hideHeader .book-now-cta {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
	.page-payment-status .commonrow label {
		width: 43%;
		display: inline-block;
		vertical-align: top
	}
	.page-payment-status .commonrow .labelvalues {
		width: 50%;
		display: inline-block;
		padding-left: 5%
	}
	.page-payment-status .commonrow.booking-amt {
		display: block
	}
	.non-refundable-text {
		display: block
	}
	.no-banner {
		padding-top: 6rem
	}
	.page-payment-status .page-title {
		margin-top: 1em
	}
	.tnc-container {
		display: block;
		padding: 1em var(--gutter-width)
	}
	.cta.tnc-cta {
		margin-right: 0;
		text-transform: none;
		background: 0 0;
		color: inherit;
		padding: 0;
		display: inline-block;
		text-decoration: underline
	}
	.cta.tnc-cta::before {
		display: none
	}
	.page-referral .inner-page-section-spacing {
		padding-top: 0;
		padding-bottom: 2em
	}
	.page-referral .skjlandbase-trigger {
		width: 50%;
		left: auto;
		right: 0;
		-webkit-border-top-left-radius: 0;
		border-top-left-radius: 0
	}
	.cta-referral {
		position: fixed;
		left: 0;
		bottom: 0;
		height: var(--fixed-btn-height);
		font-weight: 300;
		letter-spacing: .05em;
		width: 50%;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		border-right: 1px solid #ccc;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		-o-transition: transform .2s;
		transition: transform .2s;
		transition: transform .2s, -webkit-transform .2s;
		font-size: var(--skjlandbase-trigger-size)
	}
	.hideHeader .cta-referral {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
	.skjlandbase-forms {
		display: block
	}
	.skjlandbase-forms .skjlandbase-refer-container {
		width: 100%
	}
	.skjlandbase-forms .skjlandbase-refer-container+.skjlandbase-refer-container {
		margin-top: 2em
	}
	.section-sub-title.big {
		margin: 0
	}
	.footer-project--link {
		margin-right: 0;
		margin-bottom: 1em;
		padding: 0;
		width: 50%
	}
	.footer-project--link::after {
		display: none
	}
	.footer-project--link:nth-child(odd) {
		padding-right: .5em
	}
	.footer-project--link:nth-child(even) {
		padding-left: .5em
	}
}

.top-inner-banner-parent {
	position: relative
}

.top-inner-banner-parent:not(.no-overlay) picture::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0
}

.top-inner-banner-container {
	width: var(--container-width);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.top-inner-banner-container h1 {
	font-size: 3.125em;
	color: #fff;
	font-family: calibri;
	width: 38%;
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: 12%;
	line-height: 1.25;
	margin: 0
}

.top-inner-banner-container h1 span {
	background-color: rgba(0, 0, 0, .7);
	padding: 0 .31em;
	margin-bottom: 1px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}

.top-inner-banner--img {
	display: block
}

.inner-page-section-spacing {
	padding-top: 4em;
	padding-bottom: 4em;
	overflow: hidden;
	position: relative
}

.page-main-container {
	position: relative;
	overflow: hidden
}

.container-padding .container {
	position: relative;
	padding-right: 9.09em
}

.lr-container-padding .container {
	position: relative;
	padding-right: 4.5em;
	padding-left: 4.5em
}

.container-light-background {
	background-color: #f7f7f7
}

.page-breadcrumb {
	font-family: calibri;
	color: #000;
	font-size: 1.25em;
	padding: 0;
	margin-bottom: 2.09em;
	margin-top: 0
}

.page-breadcrumb li {
	position: relative;
	display: inline-block
}

.page-breadcrumb li a {
	color: #000;
	text-decoration: none
}

.page-breadcrumb li span {
	padding: 0 .72em
}

.page-title {
	font-family: calibri;
	color: #0051a2;
	font-size: 3.74em;
	font-weight: 400;
	line-height: 1;
	margin-top: 0;
	margin-bottom: .33em;
	word-wrap: break-word
}

.page-title.page-title--mt {
	margin-top: 1em
}

@media all and (max-width:540px) {
	.page-title.page-title--mt {
		margin-bottom: -.5em
	}
}

.page-content {
	line-height: 1.5;
	padding-top: 1px
}

.page-content a {
	color: #0051a2;
	text-decoration: none;
	border-bottom: .1875em solid #ffc705;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.page-content a:hover {
	opacity: .9
}

.page-title-element {
	position: absolute;
	margin: 0;
	bottom: 20%;
	left: 100%;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-family: calibri;
	font-size: var(--section-title-size);
	opacity: .3;
	color: #e0e0e0;
	text-transform: uppercase;
	line-height: .6;
	white-space: nowrap
}

.block-container-top-margin {
	margin-top: 0
}

.aboutus-element-block {
	position: relative
}

.aboutus-element-block picture img {
	display: block;
	width: 100%
}

.aboutus-element-block picture:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3)
}

.aboutus-element-block .aboutus-element-content {
	position: absolute;
	top: 50%;
	left: 3.96%;
	background: #fff;
	width: 47.53%;
	padding: 2.625em 1.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.aboutus-element-block .aboutus-element-content .title {
	font-family: calibri;
	font-size: 2.25em;
	color: #0051a2;
	font-weight: 400;
	margin: 0 0 .25em 0;
	line-height: 1
}

.aboutus-element-block .aboutus-element-content .content {
	margin: 0;
	color: #3f3f3f
}

.aboutus-element-block+.aboutus-element-block {
	margin-top: 3em
}

.cta-container {
	margin-top: 3em
}

.cta-container .cta-download,
.cta-container .cta-external-link {
	border-bottom: 0;
	-webkit-transition: background-color .2s, color .2s;
	-o-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s
}

.cta-download,
.cta-external-link {
	font-size: 1.5em;
	padding: 1em 1.625em;
	background-color: #ffc705;
	color: #0a53a0;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .2s, color .2s;
	-o-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
	will-change: background-color, color
}

.cta-download span,
.cta-external-link span {
	display: block;
	margin-right: .75em
}

.cta-download span span,
.cta-external-link span span {
	font-size: .5833em
}

.cta-download:hover,
.cta-external-link:hover {
	background-color: #0051a2;
	color: #fff
}

.cta-download+.cta-download,
.cta-download+.cta-external-link,
.cta-external-link+.cta-download,
.cta-external-link+.cta-external-link {
	margin-left: 2em
}

.awards-slider-container {
	position: relative;
	background-color: #fdc600;
	padding: .7em 5.4em
}

.award-year {
	text-align: center;
	font-size: 1.375em;
	padding: .625em 0;
	-webkit-transition: color .2s, background-color .3s;
	-o-transition: color .2s, background-color .3s;
	transition: color .2s, background-color .3s
}

.award-year.slick-current,
.award-year:hover {
	background-color: #fff;
	color: #0051a2
}

.awards-arrows {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.awards-arrows:not(.slick-disabled) {
	cursor: pointer
}

.awards-arrows.arrow-next {
	right: 2.7em
}

.awards-arrows.arrow-prev {
	left: 2.7em
}

.awards-details-listing {
	margin-top: 2.6875em;
	width: 100%;
	position: relative
}

.awards-details-listing .awards-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(225, 255, 255, .8);
	width: 100%;
	height: 100%
}

.awards-details-listing.loading .awards-loader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.awards-detail-contianer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center
}

.awards-details-box {
	width: 24.5%;
	padding: 2.3125em 1.3125em;
	background: url(../images/award_bg.jpg) no-repeat 50% 90% #fff;
	background-size: 100% auto;
	margin-bottom: .5%;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: .3rem .3rem 1rem 0 rgba(0, 0, 0, .1);
	box-shadow: .3rem .3rem 1rem 0 rgba(0, 0, 0, .1)
}

.awards-details-box:not(:nth-child(4n+1)) {
	margin-left: .5%
}

.awards-details-box h3 {
	color: #0051a2;
	font-size: 1.25em;
	font-family: calibri;
	font-weight: 400;
	text-transform: uppercase;
	min-height: 12.4rem
}

.awards-details-box p {
	font-size: 1em
}

.management-block-container {
	position: relative;
	width: 100%;
	height: auto
}

.management-block {
	width: 33.33%;
	height: auto;
	float: left;
	position: relative
}

.management-block picture {
	width: 100%;
	height: auto
}

.management-block picture img {
	width: 100%;
	height: auto;
	display: block
}

.management-block:hover .count {
	background-color: #0051a2
}

.management-data {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1;
	padding: 3.375em 3.4375em;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.management-data .data-title {
	font-family: calibri;
	font-size: 2.25em;
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s
}

.management-data .data-content {
	font-size: 1em;
	color: #fff;
	margin-bottom: 0
}

.management-data .data-active-title {
	font-family: calibri;
	color: #fdc600;
	font-size: 1.5em;
	margin: 0;
	font-weight: 400;
	margin: 0;
	line-height: 1
}

.management-data .hover-data {
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 100%;
	height: 100%;
	padding: 3.375em 3.4375em;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.management-data:hover .data-title {
	opacity: 0
}

.management-data:hover .hover-data {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.count {
	padding: .8181em .8636em;
	color: #fff;
	background: rgba(123, 124, 124, .7);
	font-family: calibri;
	font-size: 1.375em;
	font-weight: 300;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}

.strategic-block-container {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -10.9375em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10rem
}

.strategic-block {
	width: 33.3333%;
	height: auto;
	position: relative
}

.strategic-block picture {
	width: 100%;
	height: auto
}

.strategic-block picture img {
	width: 100%;
	height: auto;
	display: block
}

.strategic-data {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
	padding: 3.375em 3.4375em;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.strategic-data .data-title {
	font-family: calibri;
	font-size: 2.25em;
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
	text-transform: uppercase
}

.strategic-top-grey-section-padding-bottom {
	padding-bottom: 8.125em
}

.strategic--goals {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.strategic--goal {
	width: 26.8rem;
	min-height: 22.3rem;
	padding: 2rem;
	border: 2px solid #0a53a0;
	margin-bottom: -2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.strategic--goal:nth-child(even) {
	background-color: #0a53a0
}

.strategic--goal:nth-child(even) .strategic--goal-title {
	color: #fcc508
}

.strategic--goal:nth-child(even) .strategic--goal-desc {
	color: #fff
}

.strategic--goal:nth-child(even):nth-child(5n+1) {
	background-color: #083f7a;
	border-color: #083f7a
}

.strategic--goal-title {
	font-family: calibri;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.875em;
	line-height: 1;
	margin: 0;
	color: #0a53a0
}

.strategic--goal-desc {
	margin: .5em 0 0
}

.service-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.service-block .service-element-content {
	padding-left: 1.75em
}

.service-block .service-element-content .title {
	font-family: calibri;
	font-size: 2.25em;
	color: #0051a2;
	font-weight: 400;
	margin: 0 0 .2em 0;
	line-height: 1
}

.service-block .service-element-content .content {
	margin: 0;
	color: #3f3f3f
}

.service-block+.service-block {
	margin-top: 3em
}

.partner-block-container {
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.partner-block {
	width: 25%;
	height: auto;
	position: relative
}

.partner-block picture {
	width: 100%;
	height: auto
}

.partner-block picture img {
	width: 100%;
	height: auto;
	display: block
}

.partner-data {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	padding: 2.5em;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.partner-data .data-title {
	font-size: 1.125em;
	color: #fff;
	font-weight: 400;
	margin: 0
}

@media all and (min-width:1600px) {
	.page-title-element {
		-webkit-transform: rotate(-90deg) translateY(-100%);
		-ms-transform: rotate(-90deg) translateY(-100%);
		transform: rotate(-90deg) translateY(-100%)
	}
	.lr-container-padding .container {
		padding-right: 0;
		padding-left: 0
	}
}

@media all and (max-width:1024px) {
	.container-padding .container {
		padding-right: 0
	}
	.top-inner-banner-container {
		width: 90%
	}
	.top-inner-banner-container h1 {
		font-size: 2em;
		width: 80%;
		margin: 0;
		bottom: 5%
	}
	.aboutus-element-block .aboutus-element-content {
		width: 55.53%
	}
	.management-data .data-title {
		display: none
	}
	.management-data .hover-data {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	.management-data:hover .data-title {
		opacity: 0
	}
	.management-data:hover .hover-data {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	.count {
		padding: .625em .9375em;
		font-size: 1.1em
	}
	.strategic-data {
		padding: 1em
	}
	.strategic-block-container {
		margin-bottom: 5rem
	}
	.strategic--goal {
		width: 23rem;
		min-height: 23rem
	}
	.strategic--goal-title {
		font-size: 1.625em
	}
	.award-year {
		font-size: 1em
	}
	.awards-details-box {
		width: 32%
	}
	.awards-details-box:not(:nth-child(3n+1)),
	.awards-details-box:nth-child(4n+1) {
		margin-left: .5%
	}
}

@media all and (max-width:768px) {
	.management-data {
		padding: 0
	}
	.management-data .hover-data {
		padding: .625em .9375em;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	.management-data .data-active-title {
		font-size: 1.25em
	}
	.management-data .data-content {
		font-size: .8125em
	}
	.count {
		padding: .3125em .625em;
		font-size: 1em
	}
}

@media all and (max-width:540px) {
	.page-title-element {
		display: none
	}
	.inner-page-section-spacing {
		padding-top: 3.2em;
		padding-bottom: 3.2em
	}
	.top-inner-banner-container {
		width: 100vw;
		padding: 0 2rem
	}
	.top-inner-banner-container h1 {
		width: var(--container-width);
		left: 2rem;
		bottom: 7.18%;
		margin: 0;
		font-size: 2em
	}
	.container-padding .container {
		padding-right: 0
	}
	.lr-container-padding .container {
		padding-right: 0;
		padding-left: 0
	}
	.page-breadcrumb {
		font-size: 1.2em;
		margin-bottom: 1.875em;
		margin-top: .125em
	}
	.page-title {
		font-size: 2.5em;
		margin-bottom: .3939em
	}
	.aboutus-block-container {
		margin-top: 0
	}
	.aboutus-element-block picture {
		display: block;
		margin-bottom: 1.875em
	}
	.aboutus-element-block picture:after {
		content: '';
		display: none
	}
	.aboutus-element-block .aboutus-element-content {
		position: relative;
		top: auto;
		left: auto;
		background: 0 0;
		width: 100%;
		padding: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.aboutus-element-block .aboutus-element-content .title {
		font-size: 2.75em;
		margin: 0
	}
	.aboutus-element-block .aboutus-element-content .content {
		margin: 0
	}
	.aboutus-element-block .aboutus-element-content p {
		margin-top: 0
	}
	.aboutus-element-block+.aboutus-element-block {
		margin-top: 3.25em
	}
	.cta-download,
	.cta-external-link {
		font-size: 1.375em
	}
	.cta-download+.cta-download,
	.cta-download+.cta-external-link,
	.cta-external-link+.cta-download,
	.cta-external-link+.cta-external-link {
		margin-left: 0;
		margin-top: 10px
	}
	.cta-download span span,
	.cta-external-link span span {
		font-size: .9090
	}
	.awards-arrows,
	.awards-year-slider {
		display: none
	}
	.awards-slider-container {
		padding: 0;
		width: 9.875em;
		margin: 0 auto
	}
	.yearDropDown {
		width: auto;
		height: auto;
		background-color: #fdc600
	}
	.yearDropDown select {
		padding: .875em 2.1875em;
		background-color: transparent;
		outline: 0;
		border: 0;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		z-index: 1
	}
	.yearDropDown::before {
		content: '\f0d7';
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 1.09375em;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.awards-details-box {
		width: 100%;
		padding: 3.125em 1.5625em;
		margin: 0
	}
	.awards-details-box+.awards-details-box {
		margin-top: .625em
	}
	.awards-details-box h3 {
		font-size: 1.5em;
		margin: 0;
		min-height: 0
	}
	.awards-details-box p {
		font-size: 1em;
		margin-top: 1.25em;
		margin-bottom: 0
	}
	.management-data {
		padding: 0
	}
	.management-data .data-content {
		font-size: .9125em
	}
	.management-block {
		width: 100%
	}
	.management-block+.management-block {
		margin-top: .9375em
	}
	.strategic-block-container {
		margin-top: 0
	}
	.strategic-block {
		width: 100%;
		min-height: 65.625vw
	}
	.strategic--goals {
		display: block
	}
	.strategic--goal {
		width: 100%
	}
	.strategic--goal:nth-child(even):nth-child(5n+1) {
		background-color: #0a53a0;
		border-color: #0a53a0
	}
	.service-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.service-block img {
		width: 100%;
		display: block
	}
	.service-block picture {
		display: block;
		margin-bottom: 1.875em
	}
	.service-block .service-element-content {
		padding-left: 0
	}
	.service-block .service-element-content .title {
		font-size: 2.75em;
		margin: 0
	}
	.partner-block {
		width: 100%
	}
	.partner-block+.partner-block {
		margin-top: 1em
	}
	.partner-data .data-title {
		font-size: 1.5em
	}
}

.top-inner-banner--img {
	display: block;
	width: 100%
}

.board-tabs-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #b4b5b5;
	margin: -1em auto 3em auto;
	text-align: center
}

.board-tab {
	bottom: 0;
	text-align: center;
	text-decoration: none;
	font-family: calibri;
	display: inline-block;
	padding: 0 1em;
	cursor: pointer;
	font-size: 1.5em;
	color: #b4b5b5
}

.board-tab.active {
	color: #0b69ac;
	border-bottom: 4px solid #0b69ac
}

.board-block-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2
}

.board-block-container .director-para {
	left: 0;
	width: 100%;
	padding: 1em;
	line-height: 1.7;
	color: #3f3f3f;
	position: absolute;
	display: none;
	opacity: 0;
	background: #f7f7f7;
	margin: 2em 0 0
}

.board-company {
	font-size: 1.562em;
	line-height: 1;
	padding: .818181em 1em;
	color: #000;
	margin: 0 0 3rem;
	width: 100%;
	font-family: calibri;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center
}

.director-block {
	will-change: margin-bottom, opacity;
	border-bottom: 1px solid #fff;
	width: 21.156661786237187vw;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	margin: 0 1.8em 8rem
}

.director-block.no-info .director-read-more {
	opacity: 0;
	pointer-events: none
}

.director-block.no-info .dir-image {
	cursor: auto
}

.director-block img {
	width: 100%;
	display: block
}

.director-block .dir-image {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.director-block .director-caption {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	color: #0a53a0;
	padding: 1.3rem 1.4rem
}

.director-block .director-title {
	font-family: calibri;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.7em;
	line-height: 1
}

.director-block .director-detail {
	font-family: calibri;
	font-weight: lighter;
	font-size: 1.3em;
	margin: 0
}

.director-block .arrow-down {
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -.6em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: .6em solid transparent;
	border-right: .6em solid transparent;
	border-top: .6em solid #0b69ac
}

.director-block.active {
	z-index: 1
}

.director-block.active .arrow-down {
	display: block
}

.director-block.active .director-para {
	opacity: 1;
	z-index: 1
}

.director-block.active .director-read-more {
	opacity: 0;
	pointer-events: none
}

.director-block.center-spot {
	margin-left: 25%;
	margin-right: 25%
}

.director-block.hide-image .director-caption {
	position: absolute;
	background-color: #0a53a0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.3rem 2.4rem
}

.director-block.hide-image .dir-image {
	height: auto
}

.director-read-more {
	font-size: .8em;
	color: #fcc508;
	font-family: inherit;
	border: 0;
	padding: 0;
	outline: 0;
	padding: 0;
	background: 0 0;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	will-change: pointer-events, opacity
}

.director-read-more .fa {
	font-size: .8em;
	margin-left: .5em;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	will-change: transform
}

.director-read-more:focus .director-read-more-text,
.director-read-more:hover .director-read-more-text {
	border-color: #fcc508
}

.director-read-more:focus .fa,
.director-read-more:hover .fa {
	-webkit-transform: translateX(.2em);
	-ms-transform: translateX(.2em);
	transform: translateX(.2em)
}

.director-read-more-text {
	display: inline-block;
	margin-top: .6em;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media all and (max-width:768px) {
	.director-block {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%
	}
}

@media all and (max-width:540px) {
	.board-tab-wrapper {
		margin-bottom: 3em
	}
	.board-tab {
		font-size: 1em
	}
	.director-block {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 3rem
	}
	.director-block:not(:first-child) {
		margin-top: 1.181818em
	}
	.board-block-container .director-para {
		font-size: 1em;
		padding: 0;
		padding-bottom: 2em;
		text-align: left
	}
	.director-caption h3 {
		font-size: 1.2em;
		line-height: 1.2em
	}
	.director-caption p {
		font-size: 1em;
		line-height: 1em
	}
	.director-block .director-title {
		margin-bottom: .2em
	}
	.director-block .director-caption {
		padding: 1.5rem
	}
}

:root {
	--blog-item-width: 39.8rem;
	--blog-item-sep: 3rem;
	--blog-detail-padding: 3rem
}

@media all and (min-width:1600px) {
	:root {
		--blog-item-width: 43rem;
		--blog-item-sep: 3.6rem
	}
}

@media all and (max-width:1024px) {
	:root {
		--blog-item-width: 28rem;
		--blog-item-sep: 2rem
	}
}

@media all and (max-width:768px) {
	:root {
		--blog-item-width: 32rem
	}
}

@media all and (max-width:540px) {
	:root {
		--blog-item-width: 100%;
		--blog-item-sep: 0
	}
}

.blog-categories--title,
.blog-detail-popular-articles--title,
.blog-related-tags--title,
.blog-title,
.mobile-blog-category {
	font-size: 2.25em;
	text-transform: uppercase;
	line-height: 1;
	width: 100%;
	color: #0a53a0;
	font-weight: 400;
	font-family: calibri;
	margin: 0
}

.page-blog button#skjlandbase-trigger-btn {
	display: none!important
}

.blog-header {
	height: 12rem;
	background: #000
}

.blog-nav-wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff
}

.blog-nav-wrapper.fixed {
	position: fixed;
	top: 8.7rem;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s
}

.blog-nav-wrapper.fixed+.clone {
	display: block
}

.hideHeader .blog-nav-wrapper.fixed {
	top: 0
}

@media all and (max-width:1024px) {
	.blog-nav-wrapper.fixed {
		top: 7.5rem
	}
}

@media all and (max-width:540px) {
	.blog-nav-wrapper.fixed {
		top: -webkit-calc(9.4rem + ((100vw - 320px) * .1));
		top: calc(9.4rem + ((100vw - 320px) * .1))
	}
}

.blog-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.blog-nav.clone {
	display: none
}

@media all and (max-width:540px) {
	.blog-nav {
		display: block;
		white-space: nowrap;
		overflow: auto;
		max-width: none
	}
}

.blog-nav--item {
	margin-left: 1.5em;
	margin-right: 1.5em
}

.blog-nav--item.active .blog-nav--item-title,
.blog-nav--item:hover .blog-nav--item-title {
	position: relative
}

.blog-nav--item.active .blog-nav--item-title::after,
.blog-nav--item:hover .blog-nav--item-title::after {
	opacity: 1
}

.blog-nav--item.active .blog-nav--links-container,
.blog-nav--item:hover .blog-nav--links-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.blog-nav--item:last-child .blog-nav--sep {
	display: none
}

@media all and (max-width:540px) {
	.blog-nav--item {
		display: inline-block;
		vertical-align: top;
		margin-left: .7em;
		margin-right: .7em
	}
	.blog-nav--item:not(.active):hover .blog-nav--item-title {
		color: inherit
	}
	.blog-nav--item:not(.active):hover .blog-nav--item-title::before {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0)
	}
	.blog-nav--item:not(.active):hover .blog-nav--item-title::after {
		opacity: 0
	}
	.blog-nav--item:not(.active):hover .blog-nav--links-container {
		display: none
	}
}

.blog-nav--item-title {
	position: relative;
	font-size: 1.125em;
	padding: 1em 5px;
	text-decoration: none;
	font-weight: 500;
	outline: 0;
	display: block;
	height: 100%;
	text-align: center
}

.blog-nav--item-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.7em;
	border: .7em solid transparent;
	border-top: 0;
	border-bottom-color: #f2f2f2;
	opacity: 0
}

.blog-nav--item-title,
.blog-nav--item-title:link,
.blog-nav--item-title:visited {
	color: inherit
}

.blog-nav--item-title.active,
.blog-nav--item-title:focus,
.blog-nav--item-title:hover {
	color: #0a53a0
}

.blog-nav--item-title:focus::before {
	-webkit-transform: scaleX(.5);
	-ms-transform: scaleX(.5);
	transform: scaleX(.5)
}

.blog-nav--item-title.active::before,
.blog-nav--item-title:active::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

@media all and (max-width:1024px) {
	.blog-nav--item-title {
		font-size: 1em;
		padding: 1.5em 1em
	}
	.blog-nav--item-title::before {
		margin-top: 1.5em
	}
}

@media all and (max-width:540px) {
	.blog-nav--item-title {
		padding: 1em .5em
	}
}

.blog-nav--sep {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -.5em;
	margin-left: 1.5em;
	width: 1px;
	height: 1em;
	background-color: #d9d9d9
}

@media all and (max-width:540px) {
	.blog-nav--sep {
		margin-left: .8em
	}
}

.blog-nav--links-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1.875em 2.5em .5em;
	background: rgba(247, 247, 247, .95);
	border-bottom: 2px solid #fcc508;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media all and (max-width:540px) {
	.blog-nav--links-container {
		background-color: #f7f7f7
	}
}

.blog-nav--item-link {
	cursor: pointer;
	text-decoration: none;
	margin: 0 3em 1.5em 0;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.blog-nav--item-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: .35em solid transparent;
	border-right: 0;
	border-left-color: #999;
	margin: .2em 1em 0 0;
	vertical-align: top;
	-webkit-transition: border-left-color .2s;
	-o-transition: border-left-color .2s;
	transition: border-left-color .2s
}

.blog-nav--item-link,
.blog-nav--item-link:link,
.blog-nav--item-link:visited {
	color: #575757
}

.blog-nav--item-link:focus,
.blog-nav--item-link:hover {
	color: #0a53a0;
	border-bottom-color: #0a53a0
}

.blog-nav--item-link:focus::before,
.blog-nav--item-link:hover::before {
	border-left-color: #0a53a0
}

@media all and (max-width:540px) {
	.blog-nav--item-link {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		color: #333
	}
}

@media all and (max-width:540px) {
	.blog-banner {
		max-width: none
	}
}

.blog-banner .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 4rem;
	right: 4rem;
	width: 5.4rem;
	height: 5.4rem;
	background: url(../images/slider-arrow.svg) no-repeat center/1.2rem #fff;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: 0;
	font-size: 0;
	color: transparent;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.blog-banner .slick-arrow:focus,
.blog-banner .slick-arrow:hover {
	-webkit-box-shadow: 0 0 0 2px #0a53a0 inset;
	box-shadow: 0 0 0 2px #0a53a0 inset
}

@media all and (max-width:540px) {
	.blog-banner .slick-arrow {
		top: auto;
		bottom: 0;
		right: 2rem;
		margin-top: 0;
		background-color: transparent;
		-webkit-filter: invert(1);
		filter: invert(1)
	}
	.blog-banner .slick-arrow:focus,
	.blog-banner .slick-arrow:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.blog-banner .slick-prev {
	margin-right: 6.5rem;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.blog-banner .slider-progress-container {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 4rem;
	right: 18rem;
	margin-bottom: 1rem;
	width: 20rem;
	z-index: 1;
	color: #fff
}

@media all and (max-width:540px) {
	.blog-banner .slider-progress-container {
		right: auto;
		left: 0;
		bottom: 1rem;
		margin: 0 2rem
	}
}

@media all and (max-width:540px) {
	.blog-banner .slider-progress--count {
		margin: 0
	}
}

.blog-banner .slider-progress--bar {
	width: -webkit-calc(100% - 5rem);
	width: calc(100% - 5rem)
}

.blog-banner .slider-progress--bar::before {
	background-color: #fcc508
}

.blog-banner .slider-progress--count-num {
	color: #fcc508
}

.blog-banner--item {
	position: relative
}

.blog-banner--item-img {
	width: 100%;
	display: block
}

.blog-banner--item-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	padding-left: 6em;
	padding-right: 6em
}

@media all and (max-width:1024px) {
	.blog-banner--item-caption {
		padding-left: 3em;
		padding-right: 3em
	}
}

@media all and (max-width:540px) {
	.blog-banner--item-caption {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.blog-banner--item-date {
	font-size: .875em
}

.blog-banner--item-text {
	font-family: calibri;
	font-size: 3.4375em;
	line-height: 1;
	margin: .5em 3em .5em 0;
	font-weight: 500;
	letter-spacing: 1px
}

@media all and (max-width:1024px) {
	.blog-banner--item-text {
		font-size: 2.5em;
		margin-right: 0
	}
}

@media all and (max-width:540px) {
	.blog-banner--item-text {
		font-size: 1.5em
	}
}

.blog-section {
	margin-top: 3em
}

.blog-section--heading {
	font-size: 2em;
	line-height: 1;
	font-family: calibri;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 .5em;
	color: #0a53a0
}

.blog-popular .slick-dots {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	list-style: none
}

.blog-popular .slick-dots li {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	-webkit-border-radius: 1.2rem;
	border-radius: 1.2rem;
	cursor: pointer;
	background-color: #cacaca
}

.blog-popular .slick-dots li+li {
	margin-left: 2rem
}

.blog-popular .slick-dots li.slick-active {
	background-color: #4c4c4c
}

@media all and (max-width:540px) {
	.blog-popular .slick-dots li+li {
		margin-left: 0
	}
}

.blog-popular .slick-dots button {
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	color: transparent
}

@media all and (max-width:540px) {
	.blog-popular .slick-dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.blog-popular .slick-arrow {
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 2.4rem;
	height: 5rem;
	margin-top: -4.5rem;
	background: url(../images/slider-arrow.svg) no-repeat center center/1.2rem transparent
}

.blog-popular .slick-arrow:hover {
	background-color: #ececef
}

@media all and (min-width:1600px) {
	.blog-popular .slick-arrow {
		width: 6rem
	}
}

.blog-popular .slick-arrow.slick-prev {
	right: 100%;
	margin-right: 0
}

@media all and (max-width:540px) {
	.blog-popular .slick-arrow.slick-prev {
		margin-right: 0
	}
	div#contact form input, div#contact form textarea {
		width: 100% !important;
	}
}

.blog-popular .slick-arrow.slick-next {
	left: 100%;
	-webkit-transform: scaleX(-1) translateX(110%);
	-ms-transform: scaleX(-1) translateX(110%);
	transform: scaleX(-1) translateX(110%)
}

@media all and (max-width:540px) {
	.blog-popular .slick-arrow.slick-next {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1)
	}
}

@media all and (min-width:1600px) {
	.blog-popular .slick-arrow.slick-next {
		-webkit-transform: scaleX(-1) translateX(58%);
		-ms-transform: scaleX(-1) translateX(58%);
		transform: scaleX(-1) translateX(58%)
	}
}

.blog-section--container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-section--container.slick-initialized {
	display: block;
	padding-bottom: 4rem
}

@media all and (max-width:540px) {
	.blog-section--container.slick-initialized {
		margin-left: .25em;
		margin-right: .25em
	}
}

.blog-list-item {
	outline: 0;
	position: relative;
	width: var(--blog-item-width);
	border: 1px solid #e8e8e8;
	margin: 0 var(--blog-item-sep) var(--blog-item-sep) 0
}

.blog-list-item a {
	outline: 0;
	text-decoration: none
}

.blog-list-item a,
.blog-list-item a:visited {
	color: inherit
}

@media all and (max-width:540px) {
	.blog-list-item {
		margin-bottom: 2em
	}
}

.blog-list-item--img {
	display: block;
	width: 100%
}

.blog-list--tag {
	position: absolute;
	top: 1.5rem;
	right: 0;
	z-index: 1;
	height: 2.5rem;
	background: #fff;
	font-size: 1.2rem;
	color: #848484;
	padding: .5rem 1rem
}

.blog-list--tag::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 1.3rem;
	height: 100%;
	background: url(../images/blog/response-bg.png) no-repeat 0 0/auto 100% transparent
}

.blog-list-item--caption {
	padding: 1em 1.125em 1.125em
}

.blog-list-item--category {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 1em
}

.blog-list-item--title {
	height: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1.875em;
	line-height: 1;
	overflow: hidden;
	margin: 0 0 .3em;
	font-family: calibri;
	font-weight: 400;
	color: #0a53a0
}

.blog-list-item--text {
	height: 5.4em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .875em;
	margin: 1em 0;
	line-height: 1.8
}

@media all and (max-width:540px) {
	.blog-list-item--text {
		display: none
	}
}

.blog-list-item--btm {
	margin-top: 1.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-list-item--cta.cta:focus,
.blog-list-item--cta.cta:hover {
	color: #fff
}

.blog-list-item--date {
	font-size: .75em
}

.blog-mid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media all and (max-width:540px) {
	.blog-mid {
		display: block
	}
}

.blog-mid--tags {
	display: block;
	width: -webkit-calc((var(--blog-item-width) * 2) + var(--blog-item-sep));
	width: calc((var(--blog-item-width) * 2) + var(--blog-item-sep));
	margin-right: var(--blog-item-sep)
}

@media all and (max-width:1024px) {
	.blog-mid--tags {
		width: 60%
	}
}

@media all and (max-width:540px) {
	.blog-mid--tags {
		width: 110%;
		margin-left: -5%;
		width: -webkit-calc(100% + 4rem);
		width: calc(100% + 4rem);
		margin-left: -webkit-calc(-2rem);
		margin-left: calc(-2rem)
	}
}

.blog-mid--right {
	width: var(--blog-item-width);
	font-family: calibri;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media all and (max-width:1024px) {
	.blog-mid--right {
		width: 36%
	}
}

@media all and (max-width:540px) {
	.blog-mid--right {
		width: 100%;
		margin-top: 1em
	}
}

.blog-yt--container {
	border: 1px solid #dbdbdb;
	padding: 3rem;
	color: #fff
}

@media all and (max-width:1024px) {
	.blog-yt--container {
		padding: 1.5rem
	}
}

@media all and (max-width:540px) {
	.blog-yt--container {
		margin-bottom: 1em
	}
}

.blog-yt--link {
	text-decoration: none;
	border: 1px solid #fe0000;
	background-color: #fe0000;
	color: inherit;
	font-size: 1.25em;
	display: block;
	text-align: center;
	padding: .8rem;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: color .2s, background-color .2s;
	-o-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.blog-yt--link:focus,
.blog-yt--link:hover {
	color: #fe0000;
	background-color: #fff
}

.blog-yt--link .fa {
	font-size: 1.125em;
	margin-right: .25em;
	vertical-align: text-top;
	line-height: 1
}

.blog-newsletter {
	border: 1px solid #dbdbdb;
	padding: 3rem
}

@media all and (max-width:1024px) {
	.blog-newsletter {
		padding: 1.5rem
	}
}

.newsletter-ip-container {
	border: 1px solid #e5e5e5;
	margin-bottom: 1em
}

@media all and (max-width:540px) {
	.blog-newsletter-cta {
		width: 100%
	}
}

.blog-cta-load-more {
	display: block;
	margin: 2.5em auto 5em
}

@media all and (max-width:540px) {
	.blog-cta-load-more {
		margin: 0 auto 2em
	}
}

.blog-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-main {
	width: -webkit-calc((var(--blog-item-width) * 2) + (var(--blog-item-sep) * 1.5));
	width: calc((var(--blog-item-width) * 2) + (var(--blog-item-sep) * 1.5))
}

.blog-main .blog-section--container {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-main .blog-list-item {
	margin-right: 0
}

@media all and (max-width:768px) {
	.blog-main {
		width: 50%
	}
}

@media all and (max-width:540px) {
	.blog-main {
		width: 100%
	}
}

.blog-aside {
	width: var(--blog-item-width)
}

@media all and (max-width:768px) {
	.blog-aside {
		width: 40%
	}
}

@media all and (max-width:540px) {
	.blog-aside {
		display: none
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #000;
	font-size: 1.125em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: calibri
}

@media all and (max-width:540px) {
	.breadcrumb {
		margin-bottom: 1em
	}
}

.breadcrumb--item {
	text-decoration: none;
	color: inherit;
	opacity: .9;
	outline: 0
}

.breadcrumb--item:not(:last-child) {
	margin-right: 2em;
	position: relative
}

.breadcrumb--item:not(:last-child)::after {
	content: '';
	width: .6rem;
	height: .6rem;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -.5rem 0 0 .6em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.breadcrumb--item:focus {
	opacity: 1
}

.breadcrumb--item:hover {
	text-decoration: underline
}

.mobile-blog-category {
	display: none
}

@media all and (max-width:540px) {
	.mobile-blog-category {
		display: block;
		margin: 0 auto .5em;
		font-size: 1.5625em
	}
}

.blog-aside .blog-newsletter,
.blog-aside .blog-yt--container {
	margin-top: var(--blog-item-sep)
}

@media all and (max-width:1024px) {
	.blog-aside .blog-mid--right {
		width: 100%
	}
}

.blog-aside--categories {
	border: 1px solid #d9d9d9;
	padding: 2rem 2.5rem
}

.blog-category {
	border-top: 1px solid #e8e8e8;
	padding-top: 1rem;
	color: #2a2a2a
}

.blog-category--item {
	font-size: .75em;
	margin: 0 0 .5em 1em;
	padding-left: 2rem;
	text-decoration: none;
	display: block;
	position: relative;
	line-height: 1.35;
	font-weight: 500
}

.blog-category--item,
.blog-category--item:visited {
	color: inherit
}

.blog-category--item::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 4px;
	left: 0;
	border: .4rem solid transparent;
	border-right: 0;
	border-left-color: #2a2a2a
}

.blog-category--item:last-child {
	margin-bottom: 1em
}

.blog-category--item.active,
.blog-category--item:hover {
	color: #0a53a0
}

.blog-category--item.active::before,
.blog-category--item:hover::before {
	border-left-color: #0a53a0
}

.blog-category--item.blog-category--title {
	font-size: .875em;
	padding-left: 0;
	margin-left: 0;
	color: #0a53a0
}

.blog-category--item.blog-category--title::before {
	display: none
}

.blog-mobile-signup {
	display: none
}

@media all and (max-width:540px) {
	.blog-mobile-signup {
		display: block;
		width: 100%;
		margin-bottom: 2em
	}
	.blog-mobile-signup .blog-mid--right {
		margin-top: 0
	}
}

@media all and (max-width:768px) {
	.blog-detail--wrapper {
		width: 58%
	}
}

@media all and (max-width:540px) {
	.blog-detail--wrapper {
		width: 100%
	}
}

.blog-detail--main {
	border: 1px solid #d9d9d9;
	padding: 2.5rem var(--blog-detail-padding) 0
}

.blog-detail--main h1 {
	font-size: 2.25em;
	font-weight: 400;
	line-height: 1;
	font-family: calibri;
	margin: 0 0 .5em;
	color: #0a53a0
}

.blog-detail--main h2 {
	font-size: 1.125em;
	color: #4f4f4f;
	margin: 0;
	line-height: 1.35
}

.blog-detail--main p {
	line-height: 2;
	text-align: justify;
	margin: .5em 0 2em
}

.blog-detail--main article p:first-child::first-letter {
	font-size: 2.25em;
	color: #0a53a0;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 1.25
}

@media all and (max-width:540px) {
	.blog-detail--main {
		border: 0;
		padding: 0
	}
}

.blog-detail--date {
	color: #727272;
	font-size: .75em;
	margin: 0 0 2em;
	font-weight: 400
}

.blog-detail--img {
	display: block;
	width: 100%
}

.blog-detail--share {
	margin: 1.25em 0;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.blog-detail--share[data-label]::before {
	content: 'Share';
	display: inline-block;
	margin-right: 1.25em
}

.blog-detail--share .a2a_button_facebook,
.blog-detail--share .a2a_button_linkedin {
	margin-right: 1.5em
}

.blog-detail--related-tags {
	padding-top: 1.25em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2.25em
}

.blog-detail--related-tag {
	font-size: .8125em;
	line-height: .8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	padding: 1em 1.95em;
	will-change: background-color;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	margin: 1.3em 1.5em 0 0
}

.blog-detail--related-tag,
.blog-detail--related-tag:visited {
	color: inherit
}

.blog-detail--related-tag.active,
.blog-detail--related-tag:hover {
	background-color: #fcc508
}

.blog-detail--other-articles,
.blog-detail--related,
.blog-detail-popular-articles {
	background-color: #f7f7f7;
	margin: 0 -webkit-calc(var(--blog-detail-padding) * -1) 4em;
	margin: 0 calc(var(--blog-detail-padding) * -1) 4em;
	padding: var(--blog-detail-padding)
}

.blog-detail-popular-articles--wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-detail-popular-article {
	width: 47.5%;
	min-width: 32rem;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1.25em 0 0;
	padding-top: 1.25em;
	border-top: 1px solid #d9d9d9
}

.blog-detail-popular-article:first-child,
.blog-detail-popular-article:nth-child(2) {
	padding-top: 0;
	border-top: 0
}

.blog-detail-popular-article,
.blog-detail-popular-article:visited {
	color: inherit
}

.blog-detail-popular-article:hover .blog-detail-popular-article--title {
	color: #0a53a0
}

@media all and (max-width:540px) {
	.blog-detail-popular-article {
		padding-top: 0;
		border: 0;
		margin-top: 2em
	}
}

.blog-detail-popular-article--img {
	display: block;
	width: 10.7rem
}

.blog-detail-popular-article--caption {
	width: -webkit-calc(100% - 12rem);
	width: calc(100% - 12rem)
}

.blog-detail-popular-article--category {
	font-size: 1rem;
	margin: 0 0 1em;
	color: #909090
}

.blog-detail-popular-article--category::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: .4rem solid transparent;
	border-right: 0;
	border-left-color: #909090;
	margin-right: .5em
}

.blog-detail-popular-article--title {
	margin: .5em 0;
	line-height: 1.5;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	font-weight: 500
}

.blog-detail-popular-article--date {
	font-size: .75em;
	margin: 0;
	color: #727272;
	font-weight: 400
}

.blog-detail--comments {
	padding-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #d9d9d9
}

.blog-detail--comments-msg {
	display: none
}

.blog-detail--comments-msg.active {
	display: block;
	margin-top: 2em
}

.blog-detail--comments-msg.success {
	color: green
}

.blog-detail--comments-msg.error {
	color: red
}

.blog-detail--comments-form {
	margin-top: 1em
}

.blog-detail--comments-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-detail--comments-ip-holder {
	width: 48%
}

.blog-detail--comments-ip-holder.full {
	width: 100%
}

.blog-detail--comments-ip-holder.error {
	color: red
}

.blog-detail--comments-ip-holder.error .blog-detail--comments-ip {
	border-color: red
}

.blog-detail--comments-label {
	display: block;
	font-size: .875em;
	line-height: 1;
	margin-bottom: .5em
}

.blog-detail--comments-ip {
	width: 100%;
	color: inherit;
	font: inherit;
	height: 2em;
	border: 1px solid #b3b3b3;
	padding: .5rem 1rem;
	margin-bottom: 1.5em;
	outline: 0;
	display: block
}

.blog-detail--comments-ip:focus {
	-webkit-box-shadow: 0 0 .2em 0 rgba(10, 83, 160, .5) inset;
	box-shadow: 0 0 .2em 0 rgba(10, 83, 160, .5) inset
}

.blog-detail--comments-ip.txtbox {
	height: 5em;
	resize: none
}

.blog-detail--responses {
	background: 0 0;
	padding: 0;
	font: inherit;
	border: 0;
	outline: 0;
	cursor: pointer
}

.blog-detail--responses::after {
	content: '\f097';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: .5em
}

.blog-detail--comments-responses {
	margin-top: 3em;
	display: none
}

.blog-detail--comment-response {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-detail--comment-response:not(:last-child) {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d9d9d9
}

@media all and (max-width:540px) {
	.blog-detail--comment-response {
		display: block
	}
}

.blog-detail--comment-response-name {
	font-size: 1.3em;
	font-weight: 400;
	font-family: calibri;
	margin: 0 1em 1em 0;
	line-height: 1
}

@media all and (max-width:540px) {
	.blog-detail--comment-response-name {
		margin-right: 0;
		margin-bottom: .5em
	}
}

.blog-detail--comment-response-email {
	font-size: .85em;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1
}

@media all and (max-width:540px) {
	.blog-detail--comment-response-email {
		margin-bottom: 1em
	}
}

.blog-detail--comment-response-text,
p.blog-detail--comment-response-text {
	line-height: 1.5;
	margin: 0;
	width: 100%
}

.blog-detail--other-articles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0
}

@media all and (max-width:540px) {
	.blog-detail--other-articles {
		margin: 0 -webkit-calc(var(--gutter-width) * -1) 4em;
		margin: 0 calc(var(--gutter-width) * -1) 4em
	}
}

.blog-detail--other-article {
	text-decoration: none;
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 1em
}

.blog-detail--other-article,
.blog-detail--other-article:visited {
	color: inherit
}

.blog-detail--other-article:hover .blog-detail--other-text {
	color: #0a53a0
}

.blog-detail--other-article+.blog-detail--other-article {
	position: relative;
	padding-left: 2.5em;
	padding-right: 0
}

.blog-detail--other-article+.blog-detail--other-article::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #d9d9d9
}

@media all and (max-width:540px) {
	.blog-detail--other-article {
		width: 100%;
		padding-right: 0
	}
	.blog-detail--other-article+.blog-detail--other-article {
		padding-left: 0;
		padding-top: 1em;
		margin-top: 2em
	}
	.blog-detail--other-article+.blog-detail--other-article::before {
		display: none
	}
}

.blog-detail--other-img {
	display: block;
	margin: 0;
	width: 10.7rem
}

.blog-detail--other-caption {
	width: -webkit-calc(100% - 10.7rem);
	width: calc(100% - 10.7rem);
	padding-left: 2rem
}

.blog-detail--other-text {
	margin: 0 0 1em;
	line-height: 1.5;
	font-weight: 500;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	will-change: color
}

.blog-detail--other-cta {
	border: 0;
	outline: 0;
	padding: 0;
	font-family: inherit;
	font-size: .8125em;
	text-transform: uppercase;
	font-weight: 700;
	color: #0a53a0;
	background: 0 0
}

.blog-detail--other-cta::after,
.blog-detail--other-cta::before {
	font-family: FontAwesome;
	margin: 0 .5em
}

.blog-detail--other-cta.prev::before {
	content: "\f104"
}

.blog-detail--other-cta.next::after {
	content: "\f105"
}

.blog-detail--related {
	margin: 4em 0
}

.blog-detail--related-articles {
	margin-top: 1.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-detail--related-article {
	text-decoration: none;
	display: block;
	width: 48%
}

.blog-detail--related-article,
.blog-detail--related-article:visited {
	color: inherit
}

@media all and (max-width:540px) {
	.blog-detail--related-article {
		width: 100%
	}
	.blog-detail--related-article+.blog-detail--related-article {
		margin-top: 2em
	}
}

.blog-detail--related-img {
	display: block;
	width: 100%;
	margin-bottom: 1em
}

.blog-detail--related-date {
	font-size: .75em;
	margin: 1em 0 0;
	font-weight: 500;
	color: #727272
}

.blog-detail--related-title {
	font-size: 1.125em;
	margin: .5em 0 0;
	font-weight: 500;
	line-height: 1.5;
	color: #0a53a0
}
header#Home .container {
    width: 980px !important;
    height: auto;
    margin: 0 auto;
    padding: 0px !important;
}
main.wrapper {
    position: relative;
}
.topList ul {
    margin: 0;
}
.project-detail--about-info {
    line-height: 1.7;
}

/*gurgaon-oasis*/
.text-capital
{
    text-transform:uppercase !important;
}
