
@charset "UTF-8";

.bg-color-white {}

.color-alpha {
	color: #1c2674;
}

.color-beta {
	color: #e98300;
}

.bg-color-gamma {
	background-color: #eee;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
}

b, strong {
	font-weight: 700;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

img {
	border: 0;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

input {
	line-height: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #08c;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

p {
	margin: 0 0 10px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1160px;
	}
}

input[type=range] {
	display: block;
	width: 100%;
}

body {
	font-family: "Oxford Sans", sans-serif;
}

p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 26px;
}

.container {
	position: relative;
}

.full-width {
	position: relative;
	width: 100%;
	padding: 0;
}

.hide-overflow {
	overflow: hidden;
}

.t-outer {
	display: table;
	width: 100%;
}

.t-outer.t-onehundred {
	height: 100%;
}

.t-inner {
	display: table-cell;
	vertical-align: middle;
}

.btn {
	padding: 11px 16px;
	margin-bottom: 3px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background-color: #646464;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	white-space: normal;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}

.skewed-carousel {
	position: relative;
	width: 100%;
	height: 400px;
	left: -55px;
}

.skewed-carousel .slide {
	position: absolute;
	width: 910px;
	height: 100%;
	top: 0;
	padding-left: 110px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.skewed-carousel .slide .skewed-background {
	position: absolute;
	top: 0;
	right: -55px;
	bottom: 0;
	left: 55px;
	-webkit-transform: skewX(-15.5deg);
	-ms-transform: skewX(-15.5deg);
	transform: skewX(-15.5deg);
	-sand-transform: skewX(-15.5deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 10px 0 10px 8px rgba(0, 0, 0, .45);
	box-shadow: 10px 0 10px 8px rgba(0, 0, 0, .45);
	overflow: hidden;
}

.skewed-carousel .slide .content {
	position: relative;
	width: 50%;
	height: 100%;
}

.skewed-carousel .slide .content .title {
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 46px;
}

.skewed-carousel .slide .content p {
	margin: 0 0 20px;
}

.skewed-carousel .slide .image {
	position: absolute;
	max-width: 45%;
	max-height: 100%;
	right: 0;
	bottom: 0;
	-webkit-transform: skewX(15.5deg);
	-ms-transform: skewX(15.5deg);
	transform: skewX(15.5deg);
	-sand-transform: skewX(15.5deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.skewed-carousel .slide .bg-image {
	position: absolute;
	/*min-width: 114%;*/
	min-width: 153%;
	max-height: 100%;
	height: 350px;
	top: 0;
	left: -60px;
	-webkit-transform: skewX(19.5deg);
	-ms-transform: skewX(19.5deg);
	transform: skewX(19.5deg);
	-sand-transform: skewX(20deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.skewed-carousel .slide .bg-image.slider2 {
	min-width: 138%;
}

.skewed-carousel .slide .bg-image.slider3 {
	min-width: 152%;
}

.skewed-carousel .slide .slider_caption {
	position: relative;
	z-index: 99;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.skewed-carousel .slide .overlay {
	position: absolute;
	height: 100%;
	width: 60%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, .5)), color-stop(10%, rgba(255, 255, 255, .63)), color-stop(25%, rgba(255, 255, 255, .75)), color-stop(35%, rgba(255, 255, 255, .8)), color-stop(45%, rgba(255, 255, 255, .85)), color-stop(55%, rgba(255, 255, 255, .9)), to(#fff));
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 5%, rgba(255, 255, 255, .63) 10%, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .8) 35%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .9) 55%, #fff 100%);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 5%, rgba(255, 255, 255, .63) 10%, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .8) 35%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .9) 55%, #fff 100%);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 5%, rgba(255, 255, 255, .63) 10%, rgba(255, 255, 255, .75) 25%, rgba(255, 255, 255, .8) 35%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .9) 55%, #fff 100%);
}

.skewed-carousel .slide:nth-child(1) {
	left: 0;
	z-index: 3;
}

.skewed-carousel .slide:nth-child(1).left {
	left: -800px;
}

.skewed-carousel .slide:nth-child(2) {
	left: 110px;
	z-index: 2;
}

.skewed-carousel .slide:nth-child(2).left {
	left: -690px;
}

.skewed-carousel .slide:nth-child(3) {
	left: 220px;
	z-index: 1;
}

.skewed-carousel .slide.wide .overlay {
	display: none;
}

.skewed-carousel .slide.wide .skewed-background .image {
	display: none;
}

.skewed-carousel .slide.wide .content {
	width: 96%;
}

.ie9 .skewed-carousel .slide .overlay {
	background-color: rgba(255, 255, 255, .63);
}

.skewed-carousel-dots {
	display: none;
}

.slider_caption h2 {
	color: #fff !important;
	background: rgba(0, 0, 0, 50%);
	padding: 15px;
	font-size: 24px;
	font-family: Arial;
}

.skewed-carousel .slide:nth-child(4) {
	left: 240px;
}

.page-id-3707 .skewed-carousel .slide:nth-child(4).left {
	left: -650px !important;
}
