.ar-square {
	position: relative;
}
.ar-square:before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: -webkit-calc((1 / 1) * 100%);
	padding-top:         calc((1 / 1) * 100%);
	content: "";
}
.ar-square > .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ar-16-9 {
	position: relative;
}
.ar-16-9:before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: -webkit-calc((9 / 16) * 100%);
	padding-top:         calc((9 / 16) * 100%);
	content: "";
}
.ar-16-9 > .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ar-4-3 {
	position: relative;
}
.ar-4-3:before {
	display: block;
	width: 100%;
	height: 0;
	padding-top: -webkit-calc((3 / 4) * 100%);
	padding-top:         calc((3 / 4) * 100%);
	content: "";
}
.ar-4-3 > .content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	.ar-xs-reset:before {
		padding-top: 0 !important;
	}
	.ar-xs-reset > .content {
		position: static;
	}
}
@media (min-width: 992px) {
	.ar-md-up-reset:before {
		padding-top: 0 !important;
	}
	.ar-md-up-reset > .content {
		position: relative;
	}
}
/* For more info visit: https://timkadlec.com/2013/01/windows-phone-8-and-device-width */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------- IE 9 Fixes------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
.ie .gradient {
					filter: none;

	-webkit-filter: none;
}
html {
	font-size: 62.5%;
}
ul {
	padding-left: 0;
}
ul li {
	list-style-type: none;
}
* {
	outline: none;
}
@font-face {
	font-family: 'Akkurat';
	font-style: normal;
	font-weight: 400;

	src: url('../fonts/subset-AkkuratStd.eot');
	src: url('../fonts/subset-AkkuratStd.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-AkkuratStd.woff') format('woff'), url('../fonts/subset-AkkuratStd.ttf') format('truetype'), url('../fonts/subset-AkkuratStd.svg#AkkuratStd') format('svg');
}
@font-face {
	font-family: 'Akkurat';
	font-style: normal;
	font-weight: 300;

	src: url('../fonts/subset-AkkuratStd-Light.eot');
	src: url('../fonts/subset-AkkuratStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-AkkuratStd-Light.woff') format('woff'), url('../fonts/subset-AkkuratStd-Light.ttf') format('truetype'), url('../fonts/subset-AkkuratStd-Light.svg#AkkuratStd-Light') format('svg');
}
@font-face {
	font-family: 'Akkurat';
	font-style: normal;
	font-weight: 700;

	src: url('../fonts/subset-AkkuratStd-Bold.eot');
	src: url('../fonts/subset-AkkuratStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-AkkuratStd-Bold.woff') format('woff'), url('../fonts/subset-AkkuratStd-Bold.ttf') format('truetype'), url('../fonts/subset-AkkuratStd-Bold.svg#AkkuratStd-Bold') format('svg');
}
.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 760px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -20px;
	margin-left: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
.row.no-gutter [class*="col-"] {
	padding: 0;
}
@media (max-width: 767px) {
	.row.no-gutter-xs [class*="col-"] {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.row.gutter-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.row.gutter-10 [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media (min-width: 992px) {
	.row.is-table-row-md {
		display: table;
	}
	.row.is-table-row-md [class*="col-"] {
		display: table-cell;
		float: none;
		vertical-align: top;
	}
}
/*.grid {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.grid .g-item {
	float: left;
	width: -webkit-calc(100% / 2 - 15px);
	width:         calc(100% / 2 - 15px);
	margin-right: 7.5px;
	margin-bottom: 15px;
	margin-left: 7.5px;
}
@media (min-width: 768px) {
	.grid {
		margin-right: -13px;
		margin-left: -13px;
	}
	.grid .g-item {
		float: left;
		width: -webkit-calc(100% / 4 - 26px);
		width:         calc(100% / 4 - 26px);
		margin-right: 13px;
		margin-bottom: 30px;
		margin-left: 13px;
	}
}
@media (min-width: 992px) {
	.grid {
		margin-right: -25px;
		margin-left: -25px;
	}
	.grid .g-item {
		width: -webkit-calc(100% / 4 - 50px);
		width:         calc(100% / 4 - 50px);
		margin-right: 25px;
		margin-left: 25px;
	}
}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Akkurat", sans-serif;
	font-weight: 700;
	line-height: 1.23529411;
	color: inherit;
	letter-spacing: -.025rem;
}
.h1,
h1 {
	margin-bottom: 36px;
	font-size: 5.7rem;
}
.h2,
h2 {
	margin-top: 48px;
	margin-bottom: 16px;
	font-size: 4.4rem;
}
.h3,
h3 {
	margin-top: 48px;
	margin-bottom: 16px;
	font-size: 3.4rem;
}
.h4,
h4 {
	margin-top: 48px;
	margin-bottom: 16px;
	font-size: 2.6rem;
}
.h5,
h5 {
	font-size: 1.8rem;
}
.h6,
h6 {
	font-size: 1.4rem;
}
hr {
	border-top: 1px solid #e0e0e0;
}
p {
	margin-bottom: 36px;
	font-size: 1.8rem;
	line-height: 29px;
}
.body-font {
	font-family: "Akkurat", sans-serif;
}
.alt-body-font {
	font-family: "Akkurat", sans-serif;
}
small,
.small {
	font-size: 1.3rem;
}
a {
	text-decoration: none;
}
a i {
	font-size: 18px;
}
.smaller {
	font-size: 1.2rem;
}
blockquote {
	padding: 0 20px;
	padding: 32px;
	font-family: "Akkurat", sans-serif;
	font-size: 2.6rem;
	line-height: 34px;
	border-left: none;
}
blockquote small {
	font-family: "Akkurat", sans-serif;
	color: #40b789;
}
blockquote small:before {
	content: "";
}
blockquote .name {
	margin-top: 24px;
	font-family: "Akkurat", sans-serif;
}
blockquote p {
	font-size: 2.0rem;
	line-height: 34px;
}
figure {
	position: relative;
	margin: 6px auto 32px auto;
}
figure img {
	width: 100%;
	height: auto;
}
figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 5px 30px 24px 16px;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	text-align: right;
	letter-spacing: .025em;
}
/*.page-content a[href$=".pdf"]:before,
.page-content a[href$=".doc"]:before,
.page-content a[href$=".xls"]:before,
.page-content a[href$=".ppt"]:before {
	margin-right: 15px;
	margin-left: 7px;
	font-family: "theme-icons";
	font-size: 18px;
	color: #40b789;
	content: "\f1c1";
}

.page-content a[href$=".pdf"]:before {
	color: #e11e2f;
	content: "\f1c2";
}
.page-content a[href$=".doc"]:before {
	color: #0a4a70;
	content: "\f1c2";
}
.page-content a[href$=".xls"]:before {
	color: #40b789;
	content: "\f1c3";
}
.page-content a[href$=".ppt"]:before {
	color: #ff814f;
	content: "\f1c4";
}*/
.page-content a {
	text-decoration: underline;
}
.page-content a {
	font-weight: 600;
}
.page-content p {
	margin-bottom: 36px;
	line-height: 29px;
}
.page-content ul,
.page-content ol {
	margin-bottom: 36px;
}
.page-content li {
	margin-bottom: 12px;
}
.page-content ul {
	padding-left: 36px;
}
.page-content ul li:before {
	margin-right: 10px;
	margin-left: -28px;
	font-family: theme-icons;
	font-size: 1.8rem;
	color: #40b789;
	content: "\f0da";
}
.page-content p.lead {
	padding-top: 36px;
	padding-top: 24px;
	margin-bottom: 36px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 42px;
	color: #0a4a70;
	/*border-top: 1px solid rgba(204, 204, 204, .75);*/
}
.page-content p.lead a {
	font-weight: 400;
}
.page-content blockquote {
	position: relative;
	padding: 40px 30px 40px 70px;
	margin-bottom: 36px;
	font-size: 2.6rem;
	font-style: italic;
	font-weight: 400;
	line-height: 42px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.page-content blockquote:before {
	position: absolute;
	top: 30px;
	left: 0;
	font-family: theme-icons;
	font-size: 4.8rem;
	content: "\f10d";
}
.page-content blockquote small {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #0a4a70;
}
.page-content blockquote small:before {
	position: relative;
	top: -5px;
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-right: 5px;
	border-bottom: 1px solid #0a4a70;
}
.page-content ol {
	padding-left: 28px;
}
.page-content ol li {
	padding-left: 17px;
}
.page-content ol li ol li {
	list-style-type: lower-roman;
}
.page-content ol li ol li:before {
	display: none !important;
}
body {
	font-family: "Akkurat", sans-serif;
	font-size: 1.8rem;
	line-height: 1.42857143;
	color: #0a4a70;
	background-color: #f1f1f1;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #1a865c;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #07334c;
	text-decoration: underline;
}
a:active {
	color: #07334c;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input,
select,
textarea,
button,
.form-control {
	color: #0a4a70;
	border: 1px solid #0a4a70;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none !important;
					box-shadow: none !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder,
.form-control::-moz-placeholder {
	color: #0a4a70;
	opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: #0a4a70;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #0a4a70;
}
input,
select,
textarea,
.form-control {
	font-family: "Akkurat", sans-serif;
	font-size: 1.8rem;
}
.form-control:focus {
	border: 2px solid #07334c;
}
input.form-control {
	padding-right: 18px;
	padding-left: 18px;
}
textarea {
	min-height: 200px;
}
.input-control {
	font-weight: 700;
}
.form-group {
	padding: 0;
	margin-bottom: 36px;
}
.form-group.required {
	position: relative;
}
.form-group.required:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	border: 5px solid transparent;
	border-top-color: #40b789;
	border-right-color: #40b789;
}
.form-group-combo {
	position: relative;
}
.form-group-combo .btn {
	position: absolute;
	top: 0;
	right: 0 !important;
	bottom: auto !important;
	z-index: 1;
	height: 100%;
	font-weight: bold;
}
.form-group-combo .form-control::-moz-placeholder {
	color: #0a4a70;
	opacity: 1;
}
.form-group-combo .form-control:-ms-input-placeholder {
	color: #0a4a70;
}
.form-group-combo .form-control::-webkit-input-placeholder {
	color: #0a4a70;
}
@media (min-width: 768px) {
	.form-group-combo .form-control {
		padding-right: 100px;
	}
}
.label-floatlabel {
	left: 0 !important;
	padding-left: 20px;
	font-family: "Akkurat", sans-serif;
	font-weight: 400 !important;
	color: #0a4a70 !important;
}
.floatlabel {
	padding-top: 9px !important;
}
input[type="text"],
input[type="email"],
select {
	height: 50px;
}
form .mandatory {
	position: relative;
	display: block;
	margin-bottom: 8px;
	font-family: "Akkurat", sans-serif;
	color: #757575;
	text-align: right;
}
form .mandatory:after {
	display: inline-block;
	margin-left: 5px;
	content: "";
	border: 4px solid transparent;
	border-top-color: #40b789;
	border-right-color: #40b789;
}
.has-error .form-control {
	border: 1px solid #d7424c;
}
.has-error .help-block {
	margin-bottom: 0;
	color: #d7424c;
}
.has-error.required:after {
	border-top-color: #d7424c;
	border-right-color: #d7424c;
}
.table {
	font-size: 1.4rem;
	color: #0a4a70;
}
.table tbody tr th,
.table tbody tr td {
	padding: 24px 20px;
}
.table tbody tr th {
	text-transform: uppercase;
	background-color: #f7f7f7;
}
.table tbody tr .lg {
	font-size: 16px;
}
.table tbody tr td.grey {
	color: #666;
}
.table tbody tr > td {
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: "Akkurat", sans-serif;
	font-weight: 400;
	background-color: #fff;
	border-top: 3px solid #f1f1f1;
}
.table tbody tr > td:first-child {
	font-family: "Akkurat", sans-serif;
}
.table tbody tr:first-child th {
	border-top: 2px solid #0a4a70;
	border-bottom: 2px solid #f1f1f1;
}
.table tbody tr td:first-child {
	font-weight: 700;
	color: #1a865c;
	text-transform: uppercase;
}
.btn {
	padding: 11px 20px 9px 20px;
	font-family: "Akkurat", sans-serif;
	font-size: 1.6rem;
	line-height: 20px;
	text-decoration: none !important;
	letter-spacing: .025rem;
	border: none;
	border-radius: 0;
}
.btn i {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.btn i.icon-long-arrow-right {
	margin-top: -2px;
	font-size: 2rem;
}
.btn:active {
	-webkit-box-shadow: none;
					box-shadow: none;
}
.btn-animated {
	-webkit-transition: background-color .3s;
			 -o-transition: background-color .3s;
					transition: background-color .3s;
}
.btn-animated i {
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.btn-animated:hover i,
.btn-animated:focus i {
	-webkit-transform: translate(10px, 0);
			-ms-transform: translate(10px, 0);
			 -o-transform: translate(10px, 0);
					transform: translate(10px, 0);
}
.btn-push-right-icon {
	position: relative;
}
.btn-push-right-icon i {
	position: absolute;
	right: 0;
	margin-right: 15px;
}
.btn-lg {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
}
.btn-sm {
	padding: 8px 20px 4px 20px;
	font-size: 1.4rem;
}
.btn-default {
	color: #fff;
	background-color: #40b789;
}
.btn-default:focus,
.btn-default.focus {
	color: #fff;
	background-color: #0f2832;
}
.btn-default:hover {
	color: #fff;
	background-color: #0f2832;
}
.btn-default:active,
.btn-default.active {
	color: #fff;
	background-color: #40b789;
}
.btn-primary {
	color: #fff;
	background-color: #0a4a70;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #07334c;
}
.btn-primary:hover {
	color: #fff;
	background-color: #07334c;
}
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #0a4a70;
}
.btn-ghost {
	padding: 10px 20px 7px 20px;
	color: #0a4a70;
	background-color: transparent;
	border: 2px solid #0a4a70;
}
.btn-ghost:focus,
.btn-ghost.focus {
	color: #fff;
	background-color: #0a4a70;
}
.btn-ghost:hover {
	color: #fff;
	background-color: #0a4a70;
}
.btn-ghost:active,
.btn-ghost.active {
	color: #fff;
	background-color: #0a4a70;
}
.btn-ghost i {
	margin-left: 10px;
}
.btn-ghost.btn-lg {
	padding: 14px 20px 12px 20px;
}
.btn-ghost.btn-sm {
	padding: 6px 20px 2px 20px;
}
.btn-ghost.white {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}
.btn-ghost.white:focus,
.btn-ghost.white.focus {
	color: #0a4a70;
	background-color: #fff;
}
.btn-ghost.white:hover {
	color: #0a4a70;
	background-color: #fff;
}
.btn-ghost.white:active,
.btn-ghost.white.active {
	color: #0a4a70;
	background-color: #fff;
}
.btn-link {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 21px;
	color: #0a4a70;
	text-decoration: none !important;
}
.btn-link i {
	display: inline-block;
	margin-top: -2px;
	margin-left: 5px;
	font-size: 2rem;
	color: #40b789;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.btn-link:hover {
	color: #0a4a70;
	text-decoration: none;
}
.btn-link:hover i {
	color: #0a4a70;
	-webkit-transform: translate(10px, 0);
			-ms-transform: translate(10px, 0);
			 -o-transform: translate(10px, 0);
					transform: translate(10px, 0);
}
.btn-link:active {
	color: #0a4a70;
}
.has-background a {
	color: #fff;
}
.has-background a:hover,
.has-background a:focus {
	color: #ccc;
	text-decoration: underline;
}
.has-bg {
	background-color: #0a4a70;
}
.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.no-top-padding {
	padding-top: 0 !important;
}
.has-bg {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
					background-size: cover;
}
/* Colors */
.primary-color {
	color: #0a4a70 !important;
}
.secondary-color {
	color: #40b789 !important;
}
.primary-bg {
	background-color: #0a4a70 !important;
}
.secondary-bg {
	background-color: #40b789 !important;
}
.full-screen {
	width: 100%;
	height: 100vh;
}
.full-width {
	width: 100%;
	min-height: 300px;
}
.overlay {
	width: 100%;
	height: 100%;
}
.read-more {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
}
.bg-white {
	background-color: #fff;
}
.oveflow-hidden {
	overflow: hidden !important;
}
.with-top-gradient {
	background-image: -webkit-linear-gradient(top, #2f86c2 0, rgba(47, 134, 194, 0) 60%);
	background-image:      -o-linear-gradient(top, #2f86c2 0, rgba(47, 134, 194, 0) 60%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2f86c2), color-stop(60%, rgba(47, 134, 194, 0)));
	background-image:         linear-gradient(to bottom, #2f86c2 0, rgba(47, 134, 194, 0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f86c2', endColorstr='#002f86c2', GradientType=0);
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #0a4a70 0, rgba(47, 134, 194, 0) 60%);
	background-image:      -o-linear-gradient(top, #0a4a70 0, rgba(47, 134, 194, 0) 60%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0a4a70), color-stop(60%, rgba(47, 134, 194, 0)));
	background-image:         linear-gradient(to bottom, #0a4a70 0, rgba(47, 134, 194, 0) 60%);
}
.bottom-shade {
	position: relative;
}
.bottom-shade:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
	background-image:         linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
	background-repeat: repeat-x;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -20px;
	margin-left: -20px;
}
/*.wrapper-content {
	padding-top: 100px;
}
@media (min-width: 768px) {
	.wrapper-content {
		padding-top: 135px;
	}
}
@media (min-width: 1200px) {
	.wrapper-content {
		padding-top: 135px;
	}
}*/
.section-container {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 992px) {
	aside.sidebar {
		padding-left: 20px;
	}
}
@media (min-width: 768px) {
	.section-container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container-tablet {
		padding-right: 60px;
		padding-left: 60px;
	}
}
.container {
	position: relative;
	z-index: 1;
}
.main-content {
	margin-bottom: 100px;
}
.bg-white {
	padding: 40px 0;
}
@media (max-width: 991px) {
	.page-content {
		margin-bottom: 90px;
	}
}
.headroom {
	-webkit-transition: -webkit-transform 300ms ease-in-out;
			 -o-transition:      -o-transform 300ms ease-in-out;
					transition:         transform 300ms ease-in-out;

	will-change: transform;
}
.headroom--fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1035;
}
.headroom--pinned {
	-webkit-transform: translate(0, 0%);
			-ms-transform: translate(0, 0%);
			 -o-transform: translate(0, 0%);
					transform: translate(0, 0%);
}
.headroom--unpinned {
	-webkit-transform: translate(0, -100%);
			-ms-transform: translate(0, -100%);
			 -o-transform: translate(0, -100%);
					transform: translate(0, -100%);
}
.header-site {
	background-color: #0a4a70;
	position: relative;
	z-index: 1020;
}
@media (max-width: 991px) {
	.header-site {
		overflow: hidden;
	}
}
.copyright {
	font-size: 1.4rem;
	line-height: 26px;
	color: #fff;
}
.footer {
	background-color: #0a4a70;
	background-image: -webkit-linear-gradient(left, #40b789 10%, #40b7b5 100%);
	background-image:      -o-linear-gradient(left, #40b789 10%, #40b7b5 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #40b789), to(#40b7b5));
	background-image:         linear-gradient(to right, #40b789 10%, #40b7b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40b789', endColorstr='#ff40b7b5', GradientType=1);
	background-repeat: repeat-x;
}
.footer .bottom-footer {
	padding-bottom: 50px;
	font-size: 10px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	text-transform: uppercase;
}
.hero-section {
	position: relative;
	z-index: 1;
	background-color: #0a4a70;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
					background-size: cover;
}
.hero-section .hero-inner {
	height: 100%;
}
.hero-section .hero-content {
	position: relative;
	padding-top: 40px;
	margin-bottom: 90px;
}
.hero-section .has-bg .hero-content {
	color: #fff;
}
.hero-section .hero-title {
	margin-top: 0;
	margin-bottom: 40px;
	margin-bottom: 20px;
	margin-left: -20px;
	font-size: 3.2rem;
	line-height: 42px;
	color: #fff;
	letter-spacing: -.025rem;
}
.hero-section .hero-title span {
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 4px;
	font-weight: 300;
	letter-spacing: -.1rem;
	background-color: #0a4a70;
}
.hero-section .hero-summary {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #fff;
}
@media (max-width: 767px) {
	.hero-section .hero-content .btn {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	.hero-section .hero-title {
		margin-left: 0;
		font-size: 5.7rem;
		line-height: 74px;
	}
	.hero-section .hero-title span {
		padding-right: 30px;
		padding-left: 30px;
	}
	.hero-section .hero-summary {
		font-size: 1.8rem;
		line-height: 29px;
	}
}
@media (min-width: 992px) {
	.hero-section .hero-title {
		width: 75%;
	}
}
@media (min-width: 1200px) {
	.hero-section .hero-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/* Animation effects */
/* ---- NAV BAR ---- */
.navbar-default {
	margin-bottom: 0;
	color: #fff;
	background-color: #0a4a70;
	background-image: -webkit-linear-gradient(left, #40b789 70%, #40b7b5 100%);
	background-image:      -o-linear-gradient(left, #40b789 70%, #40b7b5 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #40b789), to(#40b7b5));
	background-image:         linear-gradient(to right, #40b789 70%, #40b7b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40b789', endColorstr='#ff40b7b5', GradientType=1);
	background-repeat: repeat-x;
	border-bottom: none;
}
.navbar-default .navbar-header {
	border-bottom: none;
}
.navbar-default .navbar-header .secondary-nav {
	float: right;
	margin-right: 5px;
	margin-bottom: 0;
}
.navbar-default .navbar-header .secondary-nav > li {
	float: left;
}
.navbar-default .navbar-header .secondary-nav > li > a {
	display: inline-block;
	width: 42px;
	height: 50px;
	font-size: 1.3rem;
	line-height: 50px;
	color: #0a4a70;
	text-align: center;
	text-decoration: none !important;
}
.navbar-default .navbar-header .secondary-nav > li > a i {
	line-height: 50px;
}
.navbar-default .navbar-header .secondary-nav > li .contact-us {
	color: #bdebe1;
	color: #fff;
}
.navbar-default .navbar-header .secondary-nav > li .contact-us:hover {
	color: #0a4a70;
}
.navbar-default .navbar-nav {
	float: right;
}
.navbar-default .navbar-nav .search-box a {
	line-height: 12px;
}
.navbar-default .navbar-nav > li {
	font-family: "Akkurat", sans-serif;
	font-size: 1.6rem;
	border-bottom: none;
}
.navbar-default .navbar-nav > li:last-child {
	border-bottom: none;
}
.navbar-default .navbar-nav > li .c-caret {
	right: 9px;
	font-size: 1rem;
	line-height: 46px;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px;
	line-height: 18px;
	color: #fff;
	letter-spacing: .025rem;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
	padding-right: 20px;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle:hover,
.navbar-default .navbar-nav > li > a.dropdown-toggle:focus {
	background-color: #0a4a70;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0a4a70;
}
.navbar-default .navbar-nav > li > a:active {
	color: #fff;
	background-color: #0a4a70;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #0a4a70;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu {
	z-index: -1;
	display: block;
	min-width: 190px;
	visibility: hidden;
	background-color: #0a4a70;
	filter: alpha(opacity=0);
	border: none;
	border-radius: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s, visibility 0s .8s;
			 -o-transition:      -o-transform .3s, opacity .3s, visibility 0s .8s;
					transition:         transform .3s, opacity .3s, visibility 0s .8s;
	-webkit-transform: translate(0, -5px);
			-ms-transform: translate(0, -5px);
			 -o-transform: translate(0, -5px);
					transform: translate(0, -5px);
}
.navbar-default .navbar-nav .dropdown.open .dropdown-menu {
	height: auto;
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s, visibility 0s 0s;
			 -o-transition: opacity .3s, visibility 0s 0s;
					transition: opacity .3s, visibility 0s 0s;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu > li a {
	padding: 12px 16px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu > li a:hover {
	background-color: #40b789;
}
.navbar-default .navbar-nav .dropdown:hover > a,
.navbar-default .navbar-nav .dropdown:focus > a {
	background-color: #0a4a70;
}
.navbar-default .navbar-nav .dropdown:hover .dropdown-menu,
.navbar-default .navbar-nav .dropdown:focus .dropdown-menu {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: -webkit-transform .3s, opacity .3s, visibility 0s 0s;
			 -o-transition:      -o-transform .3s, opacity .3s, visibility 0s 0s;
					transition:         transform .3s, opacity .3s, visibility 0s 0s;
	-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			 -o-transform: translate(0, 0);
					transform: translate(0, 0);
}
.navbar-default .navbar-collapse {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1000;
	border-top: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.navbar-default .navbar-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	width: 50px;
	height: 50px;
	padding: 14px;
	margin: 0;
	background-color: #0a4a70;
	border-color: transparent;
	border-radius: 0;
	-webkit-transition: background-color .3s ease-out;
			 -o-transition: background-color .3s ease-out;
					transition: background-color .3s ease-out;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #0a4a70;
}
.navbar-default .navbar-toggle .icon-bar {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #fff;
	filter: alpha(opacity=100);
	border-radius: 0;
	opacity: 1;
	-webkit-transition: -webkit-transform 350ms, opacity .3s;
			 -o-transition:      -o-transform 350ms, opacity .3s;
					transition:         transform 350ms, opacity .3s;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-default .navbar-toggle.opened .icon-bar:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
					transform: rotate(45deg);
}
.navbar-default .navbar-toggle.opened .icon-bar:nth-child(2) {
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(50px, 0);
			-ms-transform: translate(50px, 0);
			 -o-transform: translate(50px, 0);
					transform: translate(50px, 0);
}
.navbar-default .navbar-toggle.opened .icon-bar:nth-child(3) {
	top: -7px;
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
@media (min-width: 768px) {
	.navbar-default {
		background-image: -webkit-linear-gradient(left, #40b789 50%, #40b7b5 100%);
		background-image:      -o-linear-gradient(left, #40b789 50%, #40b7b5 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #40b789), to(#40b7b5));
		background-image:         linear-gradient(to right, #40b789 50%, #40b7b5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40b789', endColorstr='#ff40b7b5', GradientType=1);
		background-repeat: repeat-x;
	}
}
@media (max-width: 991px) {
	.navbar-default .navbar-header {
		float: none;
	}
	.navbar-default .navbar-collapse {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (min-width: 992px) {
	.navbar-default {
		background-image: -webkit-linear-gradient(left, #0a4a70 0%, #0a4a70 20%, #40b789 21%, #40b7b5 100%);
		background-image:      -o-linear-gradient(left, #0a4a70 0%, #0a4a70 20%, #40b789 21%, #40b7b5 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(#0a4a70), color-stop(20%, #0a4a70), color-stop(21%, #40b789), to(#40b7b5));
		background-image:         linear-gradient(to right, #0a4a70 0%, #0a4a70 20%, #40b789 21%, #40b7b5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@secondary-color', endColorstr='@tirkiz', GradientType=1);
		background-repeat: repeat-x;
	}
	.navbar-default .navbar-toggle {
		display: none;
	}
}
.navbar-brand {
	height: auto;
	padding: 20px 18px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000px;
	letter-spacing: 0;
	background-color: #0a4a70 !important;
}
.navbar-brand .logo {
	max-height: 60px;
}
@media (min-width: 768px) {
	.navbar-brand .logo {
		max-height: 90px;
	}
}
@media (min-width: 1280px) {
	.navbar-brand .logo {
		max-height: 95px;
	}
}
.navbar-collapse .navbar-nav > li > a:hover {
	background-color: #0a4a70 !important;
}
.navbar-collapse .navbar-nav > li.active > a {
	background-color: #0a4a70 !important;
}
.navbar-collapse .navbar-nav > li > a.c-caret {
	background-color: transparent !important;
}
.c-caret {
	position: absolute !important;
	top: 0;
	right: 0;
	z-index: 10;
	display: block;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff;
	background-color: transparent !important;
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.dropdown {
	-webkit-transition: background-color .3s;
			 -o-transition: background-color .3s;
					transition: background-color .3s;
}
.dropdown.open {
	background-color: #40b789;
}
.dropdown.open .dropdown-toggle {
	background-color: #0a4a70;
}
.dropdown.open .c-caret {
	-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			 -o-transform: rotate(180deg);
					transform: rotate(180deg);
}
.dropdown .dropdown-menu {
	background-color: #40b789;
}
/* Navbar specific */
/* Less than 1200 */
@media (max-width: 1199px) {
	.navbar-header {
		position: relative;
		z-index: 999;
	}
}
@media (max-width: 991px) {
	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: #0a4a70 !important;
	}
	.navbar-default .container {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.navbar-default .container .navbar-header {
		margin: 0 !important;
	}
	.navbar-collapse {
		padding-top: 135px;
		padding-right: 60px;
		padding-left: 60px;
	}
	.navbar-collapse .c-caret {
		padding: 0 30px;
		line-height: 80px;
	}
	.navbar-collapse .dropdown-menu > li > a:hover,
	.navbar-collapse .dropdown-menu > li > a:focus {
		background-color: #0a4a70;
	}
	.navbar-collapse .dropdown .dropdown-menu {
		position: relative;
		float: none;
	}
	.navbar-collapse .dropdown .dropdown-menu > li a {
		padding-left: 45px;
	}
	.doo-nav-wrapper {
		position: fixed;
		top: 0;
		z-index: 1000;
		width: 100%;
		height: 0;
		overflow: hidden;
		overflow-y: auto;
		visibility: hidden;
		border: 0 !important;
		-webkit-transition: height .4s ease-out, visibility 0s .5s;
				 -o-transition: height .4s ease-out, visibility 0s .5s;
						transition: height .4s ease-out, visibility 0s .5s;

		will-change: height;
	}
	.doo-nav-wrapper .navbar-nav {
		position: relative;
		z-index: 1;
	}
	.doo-nav-wrapper .bg-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip: rect(0, auto, auto, 0);
	}
	.doo-nav-wrapper .bg-wrapper .menu-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/menu-bg.jpg") no-repeat;
		background-position: center;
		-webkit-background-size: cover;
						background-size: cover;
		-webkit-transform: translate3d(0, 0, 0);
						transform: translate3d(0, 0, 0);

		will-change: transform;
	}
	.doo-nav-wrapper .navbar-nav {
		float: none;
	}
	.doo-nav-wrapper .navbar-nav > li {
		border-top: 1px solid #fff;
	}
	.doo-nav-wrapper .navbar-nav > li a {
		padding: 30px;
		font-size: 2rem;
		font-weight: 400;
		color: #fff;
		letter-spacing: 0rem;
	}
	.doo-nav-wrapper .navbar-nav > li a.dropdown-toggle {
		padding-right: 60px;
	}
	.doo-nav-wrapper .navbar-nav > li > a {
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .025rem;
	}
	.doo-push-down-effect .doo-nav-wrapper {
		height: 100%;
		visibility: visible;
		-webkit-transition: height .4s ease-out, visibility 0s 0s;
				 -o-transition: height .4s ease-out, visibility 0s 0s;
						transition: height .4s ease-out, visibility 0s 0s;
	}
	.navbar-nav {
		margin-top: 80px;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-nav li {
		float: none;
	}
}
/* Only for mobile phones */
@media (max-width: 767px) {
	.navbar-collapse {
		padding-top: 102px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-collapse .c-caret {
		line-height: 60px;
	}
	.navbar-collapse .navbar-nav > li a {
		padding: 20px;
		font-size: 1.6rem;
	}
	.navbar-collapse .dropdown.open .dropdown-menu > li a {
		padding: 20px 20px 20px 30px;
	}
	.navbar-collapse .dropdown.open .c-caret {
		-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				 -o-transform: rotate(180deg);
						transform: rotate(180deg);
	}
	.navbar-nav {
		margin-top: 24px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-default .navbar-nav {
		position: relative;
	}
	.navbar-default .navbar-nav > li {
		border-bottom: none;
	}
	.navbar-default .navbar-nav > li > a {
		position: relative;
	}
	.navbar-default .navbar-header {
		width: 100%;
	}
	.navbar-default .navbar-header .contact-us {
		width: auto !important;
		margin-right: 8px;
	}
	.navbar-default .navbar-header .secondary-nav {
		margin-top: 10px;
		margin-right: 10px;
	}
	.navbar-default .navbar-header .secondary-nav a.hvr-float {
		width: 34px;
	}
	.navbar-default .navbar-header .lng-box {
		margin-top: 18px;
		margin-right: 8px;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav .dropdown:hover > a,
	.navbar-default .navbar-nav .dropdown:focus > a {
		color: #fff;
	}
	.navbar-default .container {
		position: relative;
	}
	.navbar-default .navbar-nav > li .c-caret {
		right: 8px;
	}
	.navbar-default .search-box {
		background-color: #0a4a70;
	}
	.navbar-default .search-box a {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-default .navbar-collapse {
		margin-right: 0 !important;
	}
	.navbar-default .navbar-header {
		position: static;
		width: auto;
	}
	.navbar-default .navbar-header .secondary-nav {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 0;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-default .navbar-nav {
		width: auto;
	}
	.navbar-header {
		width: auto;
	}
}
.image-grid {
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0;
	/* Animations */
}
.image-grid.no-justified-gallery {
	margin-right: -15px;
	margin-left: -15px;
}
.image-grid.no-justified-gallery .image-grid-item {
	position: relative;
	display: block;
	margin-bottom: 4px;
}
@media (max-width: 767px) {
	.image-grid.no-justified-gallery .image-grid-item {
		display: inline-block;
		margin-bottom: 0;
	}
}
.image-grid .caption {
	display: none !important;
}
.image-grid .btn-link {
	text-transform: uppercase;
}
.image-grid .btn-link i {
	color: #fff;
}
.image-grid .image-grid-item {
	overflow: hidden;
}
.image-grid .image-grid-item .overlay {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
			 -o-transition: all .5s ease-out;
					transition: all .5s ease-out;
}
.image-grid .image-grid-item .overlay-header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding-bottom: 65px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
			 -o-transition:      -o-transform .3s ease-in-out;
					transition:         transform .3s ease-in-out;
	-webkit-transform: translate(0, -20px);
			-ms-transform: translate(0, -20px);
			 -o-transform: translate(0, -20px);
					transform: translate(0, -20px);
}
.image-grid .image-grid-item .overlay-header .heading {
	padding: 8px;
	margin-top: 24px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.image-grid .image-grid-item .overlay-footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0 30px;
	text-align: right;
}
.image-grid .image-grid-item .overlay-footer .btn-link {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
}
.image-grid .image-grid-item .overlay-footer .btn-link i {
	display: inline-block;
	margin-top: -3px;
}
.image-grid .image-grid-item img {
	width: 100%;
	-webkit-transition: -webkit-transform 2s ease-in-out;
			 -o-transition:      -o-transform 2s ease-in-out;
					transition:         transform 2s ease-in-out;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
					transform: scale(1);
}
.image-grid .image-grid-item:hover .overlay {
	visibility: visible;
	background-color: rgba(64, 183, 137, .85);
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-grid .image-grid-item:hover img {
	-webkit-transform: scale(1.08);
			-ms-transform: scale(1.08);
			 -o-transform: scale(1.08);
					transform: scale(1.08);
}
.image-grid .image-grid-item:hover .overlay-header {
	-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			 -o-transform: translate(0, 0);
					transform: translate(0, 0);
}
.devider {
	display: block;
	border-bottom: 1px solid #ccc;
}
.devider.light {
	border-color: #3d4145;
	border-color: rgba(61, 65, 69, .2);
}
.panel-group .panel {
	border-radius: 0;
}
.panel-group .panel + .panel {
	margin-top: 0;
	border-top: none;
}
.panel-group > .panel {
	/* padding-bottom: 50px;*/
}
.panel-default {
	border-right: none;
	border-left: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.panel-default > .panel-heading {
	padding: 0;
	color: #40b789;
	background-color: #fff;
	border-bottom-color: transparent;
}
.panel-default > .panel-heading a:hover {
	color: #40b789;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-default .panel {
	border: none;
}
.panel-default .panel .indicator {
	right: auto;
	left: -20px;
}
.panel-default .panel .panel-title {
	text-align: left;
}
.panel-default .panel .panel-title a {
	padding: 16px;
}
.panel-default .panel-body {
	font-size: 1.6rem;
}
.panel-default .panel-body p:last-child {
	margin-bottom: 0;
}
.panel-heading {
	position: relative;
}
.panel-heading .indicator {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			 -o-transform: translate(0, -50%);
					transform: translate(0, -50%);
}
.panel-title a {
	display: block;
	padding: 22px;
	text-decoration: none !important;
}
@media (max-width: 767px) {
	.panel-group.accordion > .panel > .panel-heading > .panel-title {
		font-size: 1.8rem;
	}
	.panel-heading .indicator {
		right: 0;
	}
	.panel-title a {
		padding: 18px 0;
	}
}
@media (min-width: 768px) {
	.panel-title {
		text-align: center;
	}
}
/* Breadcrumbs */
.breadcrumb {
	padding: 0 0;
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb a {
	color: #1a865c;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #0a4a70;
}
.breadcrumb li {
	font-size: 14px;
	font-weight: 300;
}
.breadcrumb > li + li:before {
	padding: 0 10px;
	font-family: theme-icons;
	font-size: 1.4rem;
	color: #0a4a70;
	vertical-align: middle;
	content: "\f0da";
}
.def-pagination {
	margin-top: 24px;
}
.def-pagination li {
	display: block;
	float: left;
	min-width: 40px;
	height: 40px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.def-pagination li a {
	display: block;
	padding: 0 8px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 36px;
	color: #0a4a70;
	text-align: center;
	text-decoration: none !important;
	border: 2px solid #0a4a70;
	-webkit-transition: all .3s;
			 -o-transition: all .3s;
					transition: all .3s;
}
.def-pagination li a:hover,
.def-pagination li a.active {
	color: #fff;
	background-color: #0a4a70;
}
/*-- Lista with icons-- */
.info-box {
	padding: 20px 40px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}
.info-box.success {
	background-color: #1a865c;
}
.info-box.warning {
	background-color: #d7424c;
}
.list-with-icons {
	padding-left: 30px;
}
.list-with-icons p {
	font-family: "Akkurat", sans-serif;
}
.list-with-icons li {
	padding-right: 30px;
}
.list-with-icons li i {
	padding-right: 6px;
	margin-left: -30px;
	font-size: 1.7rem;
}
.list-with-icons li span {
	font-family: "Akkurat", sans-serif;
	font-size: 1.6rem;
	letter-spacing: .025rem;
}
ul.list-ok {
	padding-left: 36px;
}
ul.list-ok li {
	margin-bottom: 18px;
}
ul.list-ok li:before {
	margin-right: 10px;
	margin-left: -28px;
	font-family: theme-icons;
	font-size: 1.8rem;
	color: #0a4a70;
	content: "\e804";
}
ul.list-line li:before {
	display: inline-block;
	width: 28px;
	height: 6px;
	margin-right: 14px;
	margin-left: 2px;
	content: '';
	border-top: 1px solid #40b789;
}
.box {
	background-color: #fff;
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.box .event-date {
	font-size: 1.4rem;
	color: #0a4a70;
	letter-spacing: -.025rem;
}
.box .event-date i {
	margin-right: 10px;
}
.box .entry-title {
	margin-top: 28px;
	font-size: 1.8rem;
	line-height: 23px;
	letter-spacing: -.025rem;
}
.box .entry-summary {
	margin-bottom: 18px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 22px;
}
.box:hover {
	-webkit-transform: translate(0, -10px);
			-ms-transform: translate(0, -10px);
			 -o-transform: translate(0, -10px);
					transform: translate(0, -10px);
}
.box:hover .heading i {
	-webkit-transform: translate(10px, 0);
			-ms-transform: translate(10px, 0);
			 -o-transform: translate(10px, 0);
					transform: translate(10px, 0);
}
.box .box-header {
	position: relative;
	height: 40px;
	margin-right: 40px;
	background-color: #fff;
}
.box .box-header:after {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	content: "";
	border: 20px solid #0a4a70;
	border-top-color: transparent;
	border-right-color: transparent;
}
.box .box-body {
	position: relative;
	padding: 0 20px 40px 20px;
	background-color: #fff;
}
.box .box-body .hero-icon {
	position: relative;
	font-size: 4.8rem;
}
@media (max-width: 767px) {
	.box .box-body .hero-icon {
		top: -10px;
	}
}
.box .box-body .heading {
	margin-top: 10px;
	margin-bottom: 24px;
	font-size: 2rem;
	line-height: 44px;
	letter-spacing: -.025rem;
}
.box .box-body .heading i {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.box .box-body .entry-summary {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 24px;
}
.box .box-body .entry-meta {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 24px;
}
.box .box-body .entry-meta .meta {
	display: block;
}
.box .box-body .entry-meta i {
	display: inline-block;
	width: 18px;
	margin-right: 7px;
	color: #40b789;
	text-align: center;
}
@media (min-width: 768px) {
	.box.with-icon .box-body {
		padding: 0 40px 40px 100px;
	}
}
@media (min-width: 768px) {
	.box .box-body {
		position: relative;
		padding: 0 40px 40px 40px;
	}
	.box .box-body .heading {
		margin-top: 0;
		font-size: 2.6rem;
		line-height: 34px;
	}
	.box .box-body .entry-meta .meta {
		display: inline-block;
		margin-right: 15px;
	}
	.box .box-body .hero-icon {
		position: absolute;
		top: -5px;
		left: 30px;
	}
}
.box-default {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform .3s;
			 -o-transition:      -o-transform .3s;
					transition:         transform .3s;
}
.box-default.primary {
	background-color: #0a4a70;
}
.box-default.primary:hover {
	background-color: #40b789;
}
.clip-box {
	-webkit-clip-path: polygon(-webkit-calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
}
.box.clip-box {
	-webkit-clip-path: polygon(-webkit-calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
}
.box-default.secondary {
	padding: 30px 20px;
	background-color: #40b789;
}
@media (min-width: 768px) {
	.box-default.secondary {
		padding: 30px 45px;
	}
}
.box-default .form-group {
	margin-bottom: 13px;
}
.box-default .form-group .form-control {
	height: 40px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.box-default .form-group .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, .75);
	opacity: 1;
}
.box-default .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, .75);
}
.box-default .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .75);
}
.box-default .form-group .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	width: 40px;
	height: 40px;
	padding: 10px;
	font-size: 1.6rem;
}
.box-default .form-group .selectboxit-options.dropdown-menu {
	border: none;
	border-radius: 0;
}
.box-default .form-group .selectboxit-container .selectboxit-options a,
.box-default .form-group .selectboxit-container span {
	height: 40px;
	line-height: 40px;
}
.box-default .form-group .selectboxit-arrow-container {
	background-color: transparent;
}
.box-default .form-group .btn i {
	font-size: 1.4rem;
	vertical-align: baseline;
}
.box-default .heading {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 34px;
	color: #fff;
	letter-spacing: -.025rem;
}
.box-default .box-header {
	position: relative;
	height: 30px;
	margin-right: 30px;
}
.box-default .box-header:after {
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 30px;
	content: "";
	border: 15px solid #40b789;
	border-top-color: transparent;
	border-right-color: transparent;
}
.box-default .box-body {
	position: relative;
	padding: 10px 25px 35px 50px;
	background-color: #0a4a70;
}
.box-default .txt {
	text-transform: uppercase;
}
.box-default .counter,
.box-default .num {
	display: inline-block;
	padding: 4px 7px 2px 7px;
	margin: 6px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 2px;
}
.box-default .txt {
	margin-bottom: 28px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #fff;
}
.box-default .meta {
	padding: 7px 0 1px 15px;
	margin-left: -50px;
	font-size: 1.2rem;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.box-default .meta span {
	display: inline-block;
	width: 70%;
}
.box-default .meta i {
	margin-right: 10px;
	font-size: 2.8rem;
	color: #40b789;
	vertical-align: text-bottom;
}
/*.box-default:hover {
	-webkit-transform: translate(0, -10px);
			-ms-transform: translate(0, -10px);
			 -o-transform: translate(0, -10px);
					transform: translate(0, -10px);
}*/
.q-box .heading {
	margin: 0;
	margin-bottom: 20px;
	font-weight: 300;
	letter-spacing: -.05rem;
}
@media (min-width: 768px) and (max-width: 991px) {
	.q-box .heading {
		width: 60%;
	}
}
.q-box p {
	line-height: 26px;
}
.q-box .lead {
	font-size: 2rem;
	font-weight: 400;
	line-height: 26px;
}
.q-box.stick-to-left {
	margin-left: -20px;
}
.q-box.stick-to-right {
	margin-right: -20px;
}
.q-box .question {
	position: relative;
	padding: 40px 20px;
	color: #fff;
	background-color: #0a4a70;
}
.q-box .answer {
	padding: 40px 20px;
	background-color: #fff;
}
.q-box .btn:not(.qs) {
	letter-spacing: -.05rem;
}
@media (max-width: 767px) {
	.q-box .btn:not(.qs) {
		display: block;
		padding-left: 15px;
		font-size: 1.4rem;
	}
}
@media (min-width: 768px) {
	.q-box .heading:not(.qs) {
		margin-bottom: 0;
		font-size: 5.7rem;
		line-height: 74px;
	}
	.q-box .question {
		padding: 40px;
	}
	.q-box .btn:not(.qs) {
		position: absolute;
		right: 60px;
		bottom: 60px;
		z-index: 1;
	}
	.q-box .answer {
		padding: 40px 60px 40px 40px;
	}
	.q-box.stick-to-left {
		margin-left: -64px;
	}
	.q-box.stick-to-right {
		margin-right: -64px;
	}
}
@media (min-width: 1200px) {
	.q-box {
		display: table;
		width: 100%;
	}
	.q-box .heading:not(.qs) {
		margin-bottom: 90px;
		letter-spacing: -.25rem;
	}
	.q-box .answer,
	.q-box .question {
		position: relative;
		display: table-cell;
		padding-top: 90px;
		padding-bottom: 90px;
		vertical-align: top;
	}
	.q-box .question {
		width: 33.33%;
		padding: 40px 30px 40px 40px;
	}
	.q-box .btn:not(.qs) {
		right: auto;
	}
	.q-box .question .btn {
		right: 40px;
		left: 40px;
		text-align: left;
	}
	.q-box .question .btn i {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -10px;
	}
	.q-box .answer {
		width: 66.67%;
		padding-right: 98px;
		padding-left: 98px;
	}
	.q-box .answer p:last-child {
		margin-bottom: 0;
	}
	.q-box .lead {
		margin-bottom: 32px;
		font-size: 2.6rem;
		line-height: 34px;
	}
	.q-box.stick-to-left,
	.q-box.stick-to-right {
		position: relative;
		margin-right: 0;
		margin-left: 0;
	}
	.q-box.stick-to-left:before,
	.q-box.stick-to-right:before {
		position: absolute;
		top: 0;
		z-index: -1;
		width: 400px;
		height: 100%;
		content: "";
	}
	.q-box.stick-to-right .answer {
		padding-right: 0;
	}
	.q-box.stick-to-right:before {
		right: 0;
		background-color: #fff;
		-webkit-transform: translate(99%, 0);
				-ms-transform: translate(99%, 0);
				 -o-transform: translate(99%, 0);
						transform: translate(99%, 0);
	}
	.q-box.stick-to-left .answer {
		left: -33.33%;
		padding-left: 0;
	}
	.q-box.stick-to-left .question {
		left: 66.67%;
	}
	.q-box.stick-to-left:before {
		left: 0;
		background-color: #fff;
		-webkit-transform: translate(-99%, 0);
				-ms-transform: translate(-99%, 0);
				 -o-transform: translate(-99%, 0);
						transform: translate(-99%, 0);
	}
}
.lng-box .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	top: 1px;
}
.lng-box .dropdown-menu > .active > a,
.lng-box .dropdown-menu > .active > a:hover,
.lng-box .dropdown-menu > .active > a:focus {
	background-color: #40b789;
}
.lng-box .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	width: auto;
	height: auto;
	font-size: 1rem;
	color: #bdebe1;
	color: #fff;
}
.lng-box .selectboxit-options.dropdown-menu {
	margin-top: 5px;
	border: none;
	border-radius: 0;
}
.lng-box .selectboxit-container .selectboxit-options {
	padding: 10px 7px;
}
.lng-box .selectboxit.lng-selector {
	-webkit-box-shadow: none !important;
					box-shadow: none !important;
}
.lng-box .selectboxit-arrow-container {
	width: 20px;
}
.lng-box .selectboxit-container .selectboxit {
	background-color: transparent;
}
.lng-box .selectboxit-container span {
	height: auto;
	padding-right: 8px;
	font-size: 1.3rem;
	line-height: 1.1;
	color: #bdebe1;
	color: #fff;
	text-transform: capitalize;
}
.lng-box .selectboxit-container .selectboxit-options a {
	height: auto;
	padding: 5px;
	line-height: 1;
}
/* ---------------------------------------- Preloader ------------------------------------------- */
#preloader-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	opacity: 1;
}
/* Header Contact Box */
.header-contact-box {
	text-align: right;
	background-color: #edeef0;
}
.header-contact-box .btn {
	font-family: Arial;
}
.header-contact-box .btn i {
	margin-left: 0;
}
/* overlat darken mask */
.mask {
	position: relative;
}
.mask:before,
.mask:after {
	position: absolute;
	z-index: -1;
	width: 100%;
	content: "";
}
.mask.top {
	/* gradient top */
}
.mask.top:before {
	top: 0;
	height: 20%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 25%, transparent 100%);
	background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .3) 25%, transparent 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, .3)), to(transparent));
	background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .3) 25%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
	background-repeat: repeat-x;
}
.mask.bottom {
	/* gradient bottom */
}
.mask.bottom:after {
	bottom: 0;
	height: 60%;
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .6) 100%);
	background-image:      -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .6) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
	background-image:         linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
	background-repeat: repeat-x;
}
/* Overelay */
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	color: #fff;
}
.grid-item {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.grid-item > img {
	width: -webkit-calc(100% + 20px);
	width:         calc(100% + 20px);
	max-width: none;
	min-height: 100%;
	opacity: .8;
	-webkit-transition: all .35s;
			 -o-transition: all .35s;
					transition: all .35s;
	-webkit-transform: translate3d(-20px, 0, 0);
					transform: translate3d(-20px, 0, 0);
}
.grid-item .overlay-footer {
	position: absolute;
	bottom: -25px;
	-webkit-transition: all .35s;
			 -o-transition: all .35s;
					transition: all .35s;
}
.grid-item .overlay-footer .btn {
	margin-top: 12px;
	opacity: 0;
	-webkit-transition: all .35s ease-out;
			 -o-transition: all .35s ease-out;
					transition: all .35s ease-out;
}
.grid-item .overlay-footer p {
	margin-bottom: 5px;
	font-weight: 700;
}
@media (min-width: 1200px) {
	.grid-item .overlay-footer {
		bottom: -15px;
	}
}
@media (max-width: 991px) {
	.grid-item .overlay-footer {
		bottom: -10px;
	}
}
.grid-item .overlay {
	padding: 20px 20px;
}
.grid-item .overlay > .view-more {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
}
@media (max-width: 991px) {
	.grid-item .overlay {
		padding-top: 30px;
	}
}
@media (min-width: 1200px) {
	.grid-item .overlay {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.grid-item .entry-meta {
	margin-top: 5px;
	font-family: "Akkurat", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}
.grid-item .entry-meta.program span {
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
}
.grid-item .entry-meta.program span:before {
	padding-right: 5px;
	margin-left: -10px;
	content: "/";
}
.grid-item .entry-title {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
}
.grid-item .code {
	display: inline-block;
	padding: 8px 9px;
	font-family: "Akkurat", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .025rem;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .2);
}
.grid-item .tag {
	position: absolute;
	top: 0;
	padding: 4px 10px;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: .025rem;
}
.grid-item .tag.selling-fast {
	color: #fff;
	background-color: #ca2526;
}
.grid-item .tag.special-event {
	color: #0a4a70;
	background-color: #ffc100;
}
.grid-item .entry-header {
	position: relative;
	overflow: hidden;
}
.grid-item .entry-header img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s ease-out;
			 -o-transition:      -o-transform .5s ease-out;
					transition:         transform .5s ease-out;
}
.grid-item .entry-body {
	min-height: 144px;
	padding: 20px;
	color: #fff;
	background-color: #40b789;
}
.grid-item .entry-body .entry-meta {
	margin-top: 0;
	margin-bottom: 30px;
}
.grid-item .entry-body .btn-link {
	position: absolute;
	bottom: 10px;
}
.grid-item .entry-body .small {
	font-size: 1.3rem;
}
.grid-item:hover {
	cursor: pointer;
}
.grid-item:hover .entry-header img {
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			 -o-transform: scale(1.1);
					transform: scale(1.1);
}
.grid-item:hover > img,
.grid-item:hover .overlay-footer,
.grid-item:hover .btn {
	-webkit-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.grid-item:hover .btn {
	opacity: 1;
}
.grid-item:hover .overlay-footer {
	bottom: 45px;
}
@media (min-width: 992px) {
	.grid-item:hover .overlay-footer {
		bottom: 25px;
	}
}
@media (min-width: 768px) {
	.grid-item {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.grid-item {
		margin-bottom: 20px;
	}
}
/*-----------------------------------------Page incommon elements ---------------------------------*/
.section-title {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 26px;
}
/* ------------------------------------------ COMPONENETS ---------------------------------------- */
.figure {
	margin-bottom: 36px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 55px;
	color: #fff;
	letter-spacing: -.05rem;
}
.figure .txt {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
.figure .middle {
	padding-top: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	letter-spacing: -.25rem;
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}
@media (min-width: 768px) {
	.figure {
		line-height: 64px;
	}
	.figure .txt {
		font-size: 1.4rem;
	}
	.figure .middle {
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
@media (min-width: 992px) {
	.figure {
		font-size: 7.4rem;
		line-height: 88px;
	}
	.figure .txt {
		font-size: 1.6rem;
	}
}
.search-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1370;
	width: 100%;
	height: 100%;
	padding: 20px;
	visibility: hidden;
	background-color: rgba(64, 183, 137, .97);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s .3s;
			 -o-transition: opacity .3s, visibility 0s .3s;
					transition: opacity .3s, visibility 0s .3s;
}
.search-container .search-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 40px;
	color: #fff;
	text-decoration: none !important;
}
.search-container .search-close i {
	font-size: 3.2rem;
}
.search-container .search-wrapper {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transition: -webkit-transform .3s .1s;
			 -o-transition:      -o-transform .3s .1s;
					transition:         transform .3s .1s;
	-webkit-transform: translate(-50%, -100px);
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -100px);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -100px);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -100px);
					transform: translate(-50%, -50%);
}
.search-container .search-wrapper .form-control {
	height: 90px;
	font-size: 3.2rem;
	border: none;
}
.search-container .search-wrapper .btn {
	background-color: #0a4a70;
}
.search-container .search-wrapper .btn i {
	font-size: 4.8rem;
}
@media (min-width: 768px) {
	.search-container .search-wrapper {
		width: 80%;
	}
}
@media (max-width: 767px) {
	.search-container .search-wrapper .form-control {
		height: 80px;
		margin-bottom: 10px;
	}
	.search-container .search-wrapper .btn {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}
}
.search-container.opened {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity .3s, visibility 0s 0s;
			 -o-transition: opacity .3s, visibility 0s 0s;
					transition: opacity .3s, visibility 0s 0s;
}
.search-container.opened .search-wrapper {
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
/* -------------------------------------------- HOMEPAGE ----------------------------------------- */
.home .hero-section {
	padding-bottom: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.home .hero-section .grid {
		margin-right: -55px;
		margin-left: -55px;
	}
}
.home .q-box {
	position: relative;
	top: -90px;
}
.section-about {
	padding-bottom: 200px;
}
.section-about .heading-small {
	margin-bottom: 32px;
	color: #fff;
}
/*.section-about .jscroll-pane-x {
	overflow-x: auto;
}
.section-about .history-points {
	width: 1200px;
	padding-left: 10px;
}*/
.section-about .fact {
	/*position: relative;
	float: left;
	padding: 135px 0 0 0;*/
	text-align: center;
}
/*.section-about .fact img {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.section-about .fact:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}*/
.section-about .fact:hover .year {
	border-color: #fff;
}
.section-about .fact:hover a:after {
	border-color: #fff;
}
.section-about .fact span {
	display: block;
	width: 100%;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: .025rem;
}
.section-about .fact .year {
	/*position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	width: 85%;*/
	padding: 10px 0 8px 0;
	margin-bottom: 90px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	-webkit-transition: border-color .3s;
			 -o-transition: border-color .3s;
					transition: border-color .3s;
	/*-webkit-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
			 -o-transform: translate(-50%, 0);
					transform: translate(-50%, 0);*/
}
.section-about .fact .name {
	display: inline-block;
	width: auto;
	padding: 5px 5px 4px 6px;
	margin-top: 50px;
	font-size: 1.6rem;
	text-align: center;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 4px;
}
.section-about .fact a {
	position: relative;
	display: block;
	width: 112px;
	height: 112px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #2c95dd;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 12px rgba(10, 74, 112, .6);
	box-shadow: 0 0 0 12px rgba(10, 74, 112, .6);
}
/*.section-about .fact a img {
	-webkit-transition: -webkit-transform .3s;
	-o-transition:      -o-transform .3s;
	transition:         transform .3s;
}*/
.section-about .fact a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 30px rgba(10, 74, 112, .3);
	box-shadow: 0 0 0 30px rgba(10, 74, 112, .3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-about .fact a:after {
	position: absolute;
	top: -90px;
	left: 50%;
	z-index: -1;
	height: 252px;
	content: "";
	border-left: 1px solid rgba(255, 255, 255, .4);
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
.section-about .fact img {
	position: relative;
	top: 50%;
	max-width: 100%;
	height: auto;
	/*margin-top: -36px;*/
	max-height: 80%;
	left: 1px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/*@media (min-width: 768px) {
	.section-about .history-points {
		margin-left: 50px;
	}
}
@media (max-width: 767px) {
	.section-about .jscroll-pane-x {
		margin-right: -20px;
		margin-left: -20px;
	}
}
@media (max-width: 991px) {
	.section-about .jscroll-pane-x {
		margin-right: -60px;
		margin-left: -60px;
	}
}
@media (min-width: 992px) {
	.section-about .history-points {
		width: auto;
		padding-left: 0;
		margin-left: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.section-about .history-points {
		width: 800px;
		margin: 0 auto;
	}
	.section-about .fact {
		margin-bottom: 50px;
	}
	.section-about .fact a {
		margin-right: 70px;
		margin-left: 70px;
	}
}
@media (min-width: 1200px) {
	.section-about .fact a {
		margin: 0 39px;
	}
}*/
.section-work {
	padding-bottom: 360px;
}
.section-work .work-items {
	margin-top: 150px;
}
.section-work .work-item {
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
}
.section-work .work-item .entry-title {
	padding: 7px 0;
	margin-top: 36px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 34px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.section-work .work-item .btn {
	position: absolute;
	bottom: 36px;
	left: 0;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -.025rem;
}
.section-work .work-item .btn i {
	margin-top: -1px;
}
.section-work .work-item img {
	position: relative;
	left: 50%;
	max-width: none;
	height: 100%;
	-webkit-transition: -webkit-transform .8s;
			 -o-transition:      -o-transform .8s;
					transition:         transform .8s;
	-webkit-transform: translate(-50%, 0);
			-ms-transform: translate(-50%, 0);
			 -o-transform: translate(-50%, 0);
					transform: translate(-50%, 0);
}
.section-work .work-item:hover img {
	-webkit-transform: scale(1.1) translate(-50%, 0);
			-ms-transform: scale(1.1) translate(-50%, 0);
			 -o-transform: scale(1.1) translate(-50%, 0);
					transform: scale(1.1) translate(-50%, 0);

	webkit-transform: scale(1.1) translate(-50%, 0);
}
@media (min-width: 768px) {
	.section-work .work-item .entry-title {
		margin-right: 36px;
		margin-left: 36px;
		font-size: 3.4rem;
		line-height: 44px;
	}
	.section-work .work-item .btn {
		font-size: 1.6rem;
	}
	.section-work .work-item img {
		width: 100%;
		height: auto;
	}
}
.section-pub {
	padding-bottom: 340px;
}

.section-pub .q-box {
	top: -140px;
	margin-bottom: 215px;
}
.section-pub .answer {
	padding-top: 40px;
}
.section-pub .answer .lead {
	line-height: 1.4;
	font-size: 2.2rem;
}
.section-events {
	padding-bottom: 330px;
}
.section-events .q-box {
	top: -140px;
	margin-bottom: 70px;
}
.section-news {
	padding-bottom: 160px;
}
.section-news .q-box {
	margin-bottom: 150px;
}
/* ----------------------------------------- INTERNAL PAGES -------------------------------------- */
.share-link {
	display: inline-block;
	font-size: 1.6rem;
	font-style: italic;
	color: #0a4a70;
	text-decoration: none !important;
}
.share-link i {
	display: inline-block;
	margin-top: -3px;
	margin-right: 10px;
	font-size: 2rem;
	color: #0a4a70;
	vertical-align: middle;
}
.page-header {
	position: relative;
	padding-bottom: 0;
	border-bottom: 3px solid #0a4a70;
}
.page-header .page-title {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.page-header .page-title {
		font-size: 4.4rem;
	}
}
@media (min-width: 992px) {
	.page-header .page-title {
		float: left;
		max-width: 66%;
	}
	.page-header .breadcrumb {
		position: absolute;
		right: 0;
		bottom: 10px;
	}
}
.page-subheader {
	margin-top: 30px;
}
.page-subheader .page-subtitle {
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 700;
}
.page-subheader .entry-meta {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 23px;
	clear: both;
}
.page-subheader .entry-meta .meta {
	color: #0a4a70;
}
.page-subheader .entry-meta i {
	margin-right: 10px;
	font-size: 2rem;
	color: #40b789;
}
@media (max-width: 767px) {
	.page-subheader .page-subtitle {
		font-size: 3.4rem;
	}
}
@media (min-width: 992px) {
	.page-subheader .page-subtitle {
		float: left;
	}
}
.page-subtitle.underlined {
	float: none;
	padding-bottom: 26px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
}
.meta-bar {
	position: relative;
	padding: 13px 0 3px;
	margin-top: 60px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.meta-bar .share-link {
	position: absolute;
	top: -27px;
	right: 0;
	font-size: 1.6rem;
	font-weight: 300;
	color: #0a4a70;
}
.meta-bar .share-link i {
	display: inline-block;
	margin-right: 10px;
	color: #0a4a70;
}
.meta-bar ul {
	padding-left: 0;
	margin-bottom: 0;
}
.meta-bar ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 32px;
}
.meta-bar ul li em {
	display: inline-block;
}
.meta-bar ul li:before {
	display: none;
}
.meta-bar ul li:first-child {
	font-size: 16px;
}
.meta-bar ul li a {
	display: inline-block;
	padding: 0 12px;
	font-weight: 400;
	color: #fff;
	background-color: #0a4a70;
	-webkit-transition: background-color .3s;
			 -o-transition: background-color .3s;
					transition: background-color .3s;
}
.meta-bar ul li a:hover {
	background-color: #40b789;
}
.meta-bar .share-link {
	display: block;
}
@media (min-width: 768px) {
	.meta-bar ul {
		float: left;
	}
	.meta-bar .share-link {
		position: static;
		float: right;
		margin-top: 5px;
	}
}
/* STAFF PAGE */
.share-box {
	padding-top: 40px;
	padding-bottom: 25px;
}
.share-box .h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
.staff .lead {
	padding-top: 0 !important;
	border: none !important;
}
.staff .page-content {
	margin-bottom: 0;
}
.entry-container .read-more-news {
	padding: 8px 20px 8px 20px;
	margin-top: 2em;
	-webkit-transition: background-color .3s;
			 -o-transition: background-color .3s;
					transition: background-color .3s;
}
.entry-container .read-more-news i {
	display: block;
	margin-left: 0;
	line-height: 10px;
}
.entry-container .staff-item {
	background-color: #0a4a70;
	position: relative;
}
.entry-container .staff-item .thumb {
	position: relative;
	max-width: none;
}
.entry-container .staff-item .entry-body {
	padding: 20px 30px;
}
.entry-container .staff-item .entry-body img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}
.entry-container .staff-item .entry-body span {
	display: block;
	font-size: 1.4rem;
	line-height: 18px;
}
.entry-container .staff-item .entry-body ul {
	padding-bottom: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.entry-container .staff-item .entry-body li {
	position: relative;
	margin-bottom: 12px;
	clear: both;
}
.entry-container .staff-item .entry-body li:after,
.entry-container .staff-item .entry-body li:before {
	display: table;
	clear: both;
	content: "";
}
.entry-container .staff-item .entry-body .lbl {
	position: absolute;
	display: block;
	width: 60px;
	color: #fff;
}
.entry-container .staff-item .entry-body .txt {
	width: 100%;
	padding-left: 65px;
	color: #40b789;
}
.entry-container .staff-item .entry-body .btn-link {
	color: #fff !important;
}
.entry-container .staff-item .entry-body .btn-link i {
	color: #fff !important;
}
.entry-container .staff-item .overlay .cosak {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
.entry-container .staff-item .overlay .cosak:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 30px;
	height: 30px;
	content: "";
	border: 15px solid #fff;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
}
.entry-container .staff-item .entry-header {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 30px;
}
.entry-container .staff-item .entry-title {
	padding: 10px;
	margin-top: 0;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.entry-container .staff-item .entry-body .entry-title {
	padding-left: 0;
	padding-right: 0;
	font-size: 2.2rem;
	line-height: 1.4;
}
.entry-container .news-item {
	background-color: #0a4a70;
	position: relative;
}
.entry-container .news-item .thumb {
	position: relative;
	max-width: none;
}
.entry-container .news-item .thumb .mask:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(10,74,112,0.5);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(10,74,112,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(10,74,112,0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(10,74,112,0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(10,74,112,0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(10,74,112,0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(10,74,112,0) 100%);*/
}
.entry-container .news-item .entry-body {
	padding: 20px 30px;
	padding-top: 24px;
}
.entry-container .news-item .entry-body img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}
.entry-container .news-item .entry-body span {
	display: block;
	font-size: 1.4rem;
	line-height: 18px;
}
.entry-container .news-item .entry-body .btn-link {
	color: #fff !important;
}
.entry-container .news-item .entry-body .btn-link i {
	color: #fff !important;
}
.entry-container .news-item .overlay .cosak {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
.entry-container .news-item .overlay .cosak:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 30px;
	height: 30px;
	content: "";
	border: 15px solid #fff;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
}
.entry-container .news-item .entry-header {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 30px;
}
.entry-container .news-item .entry-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 20px 30px;
}
.entry-container .news-item .entry-meta .meta {
	font-size: 1.4rem;
	margin-right: 16px;
}
.entry-container .news-item .entry-meta .meta i {
	display: inline-block;
	margin-right: 7px;
	font-size: 1.6rem;
	color: #40b789;
}
.entry-container .news-item .entry-meta .meta:last-child {
	margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.entry-container .news-item .entry-meta .meta {
		display: block;
		margin-left: 0 !important;
	}
}
@media (max-width: 360px) {
	.entry-container .news-item .entry-meta .meta {
		display: block;
		margin-left: 0 !important;
	}
}
.entry-container .news-item .entry-title {
	padding: 10px;
	margin-top: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(10,74,112,0.85);
	/*text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.25);*/
}
.entry-container .news-item .entry-summary {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
}
.entry-container .meeting-item {
	position: relative;
	background-color: #0a4a70;
}
.entry-container .meeting-item .overlay .cosak:before {
	border-bottom-color: #0a4a70 !important;
	border-left-color: #0a4a70 !important;
}
.entry-container .meeting-item.upcoming {
	background-color: #40b789;
}
.entry-container .meeting-item.upcoming .entry-title {
	color: #40b789;
}
.entry-container .meeting-item.upcoming .overlay .cosak:before {
	border-bottom-color: #40b789 !important;
	border-left-color: #40b789 !important;
}
.entry-container .meeting-item:hover .overlay .cosak:before,
.entry-container .meeting-item.upcoming:hover .overlay .cosak:before {
	border-bottom-color: #40b789 !important;
	border-left-color: #40b789 !important;
}
.entry-container .meeting-item .thumb {
	position: relative;
}
.entry-container .meeting-item .entry-body {
	padding: 20px 30px;
	padding-top: 24px;
}
.entry-container .meeting-item .entry-body img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}
.entry-container .meeting-item .entry-body span {
	display: block;
	font-size: 1.4rem;
	line-height: 18px;
}
.entry-container .meeting-item .entry-body .btn-link {
	color: #fff !important;
}
.entry-container .meeting-item .entry-body .btn-link i {
	color: #fff !important;
}
.entry-container .meeting-item .overlay .cosak {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
.entry-container .meeting-item .overlay .cosak:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 30px;
	height: 30px;
	content: "";
	border: 15px solid #fff;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
}
.entry-container .meeting-item .entry-header {
	top: 10px;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 30px;
	background-color: #fff;
}
.entry-container .meeting-item .entry-meta {
	z-index: 10;
	width: 100%;
	padding: 0;
}
.entry-container .meeting-item .entry-meta .meta {
	font-size: 1.4rem;
	font-weight: 700;
}
.entry-container .meeting-item .entry-meta .meta i {
	display: inline-block;
	margin-right: 7px;
	font-size: 1.6rem;
	color: #40b789;
}
.entry-container .meeting-item .entry-meta .meta:last-child {
	margin-left: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.entry-container .meeting-item .entry-meta .meta {
		display: block;
		margin-left: 0 !important;
	}
}
@media (max-width: 360px) {
	.entry-container .meeting-item .entry-meta .meta {
		display: block;
		margin-left: 0 !important;
	}
}
.entry-container .meeting-item .entry-title {
	padding: 10px 0 0 0;
	margin-top: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 26px;
	color: #0a4a70;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.entry-container .meeting-item .entry-summary {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
}
.entry-container .grid .g-item {
	position: relative;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	overflow: hidden;
}
.entry-container .grid .g-item .thumb img {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.entry-container .grid {
		margin-right: -15px;
		margin-left: -15px;
	}
	.entry-container .grid .g-item {
		float: left;
		width: -webkit-calc(100% / 2 - 30px);
		width:         calc(100% / 2 - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (min-width: 992px) {
	.entry-container .grid {
		margin-right: -15px;
		margin-left: -15px;
	}
	.entry-container .grid .g-item {
		float: left;
		width: -webkit-calc(100% / 3 - 30px);
		width:         calc(100% / 3 - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
/* Meetings page */
.page-meetings .read-more-news {
	margin-top: 14px;
}
@media (min-width: 992px) {
	.sidebar {
		padding-left: 40px;
	}
}
/* PUBLICATIONS PAGE */
.publications-form {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
@media (min-width: 992px) {
	.publications-form {
		padding-bottom: 32px !important;
	}
}
.publications-form [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
.publications-form .btn {
	text-align: left;
}
/* NEWS PAGE */
.page-news .entry-container {
	margin-top: 15px;
}
.results .g-item {
	margin-bottom: 0;
}
.results .box-default.secondary {
	margin-bottom: 45px;
}
.results .box-default .box-body {
	padding-left: 7px;
}
.results .box-default .box-body .box-img {
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.results .box-default .box-body img {
	width: 64px;
	height: auto;
}
.results .box-default:hover .box-header,
.results .box-default:hover .box-body,
.box-default:hover .box-body {
	background-color: #40b789 !important;
}
.results .box-default:hover .box-header:after {
	border-color: #0a4a70;
	border-top-color: transparent;
	border-right-color: transparent;
}
.results .box-default:hover .meta-small a,
.results .box-default:hover .meta-small span {
	color: #0a4a70;
}
.results .box-default:hover .meta a i {
	color: #0a4a70;
}
.results .box-default:hover .meta a:hover {
	color: #fff;
}
.results .box-default:hover .meta a:hover i {
	color: #fff;
}
.results .box-default .meta {
	padding-bottom: 6px;
	margin-left: -7px;
	padding-left: 7px;
}
.results .box-default .meta i {
	font-size: 2.4rem;
	text-decoration: none !important;
}
.results .box-default .meta span {
	width: 65%;
}
.results .box-default .meta a {
	color: #40b789;
	text-decoration: none !important;
}
.results .box-default .meta a:hover {
	color: #fff;
}
.results .box-default .meta-small {
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
}
.results .box-default .meta-small span {
	font-weight: 700;
	color: #40b789;
}
.results .box-default .meta-small a {
	display: inline-block;
	margin-left: 5px;
	font-weight: 700;
	color: #40b789;
}
.results .box-default .meta-small a:hover {
	color: #0a4a70;
}
.results .box-default .heading {
	/*margin-top: 16px;*/
	margin-bottom: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -.025rem;
}
.results .box-default .heading a {
	display: block;
	color: #fff !important;
}
.results .box-default .heading + .meta-small {
	margin-bottom: 20px;
}
.results .result-bar {
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}
.results .result-bar .selectboxit-container {
	float: left;
}
.results .result-bar .selectboxit-container .selectboxit-option-icon-container {
	display: none;
}
.results .result-bar .selectboxit-container .selectboxit-text {
	font-weight: 700;
	color: #40b789;
}
.results .result-bar .selectboxit-container .selectboxit-option-anchor {
	line-height: 26px !important;
}
.results .result-bar .form-control {
	border: none !important;
}
.results .result-bar .selectboxit-container .selectboxit-options {
	width: 140px !important;
	border: none;
	border-radius: 0;
}
.results .result-bar .selectboxit-container .selectboxit-options a,
.results .result-bar .selectboxit-container span {
	height: 26px;
	line-height: inherit;
}
.results .result-bar .selectboxit-arrow-container {
	width: 26px;
}
.results .result-bar .selectboxit-container .selectboxit {
	width: auto;
	padding-right: 22px;
	background-color: transparent;
}
.results .result-bar .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	width: 26px;
	height: 26px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #40b789;
}
.results .result-bar label {
	float: left;
	font-size: 1.6rem;
	font-weight: 300;
}
.results .result-bar strong {
	font-weight: 600;
	color: #40b789;
}
@media (min-width: 768px) {
	.results .result-bar .selectboxit-container {
		float: right;
	}
	.results .result-bar .form-inline {
		float: right;
	}
}
@media (max-width: 1199px) {
	.results .grid {
		margin-right: -13px;
		margin-left: -13px;
	}
	.results .grid .g-item {
		width: -webkit-calc(100% / 3 - 26px);
		width:         calc(100% / 3 - 26px);
		margin-right: 13px;
		margin-left: 13px;
	}
}
@media (max-width: 991px) {
	.results .grid .g-item {
		width: -webkit-calc(100% / 2 - 26px);
		width:         calc(100% / 2 - 26px);
	}
}
@media (max-width: 767px) {
	.results .grid {
		margin-right: 0;
		margin-left: 0;
	}
	.results .grid .g-item {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}
/*@media (min-width: 768px) {
	.results .box-default .heading {
		min-height: 144px;
	}
}*/
@media (min-width: 1200px) {
	.results .grid {
		margin-right: -15px;
		margin-left: -15px;
	}
	.results .grid .g-item {
		width: -webkit-calc(100% / 4 - 30px);
		width:         calc(100% / 4 - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
}
.widget {
	margin-bottom: 70px;
}
/*.widget p {
	color: #fff;
}*/
.widget .widget-title {
	margin-top: 0;
}
.widget-signup .nav-small {
	margin-bottom: 100px;
}
.widget-signup .nav-small li {
	display: inline-block;
	margin-right: 7px;
}
.widget-signup .nav-small li a {
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
.widget-signup .form-control {
	margin-bottom: 10px;
	color: #0a4a70;
	border: none;
}
.widget-signup .form-control::-moz-placeholder {
	color: #0a4a70;
	opacity: 1;
}
.widget-signup .form-control:-ms-input-placeholder {
	color: #0a4a70;
}
.widget-signup .form-control::-webkit-input-placeholder {
	color: #0a4a70;
}
.widget-signup .widget-title {
	margin-bottom: 24px;
	font-size: 3.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.025rem;
}
@media (max-width: 767px) {
	.widget-signup .form-group-combo .btn {
		position: relative;
	}
}
@media (min-width: 768px) {
	.widget-signup .form-group-combo {
		width: 75%;
	}
	.widget-signup .form-group-combo .btn {
		width: auto;
	}
}
.widget-info {
	font-size: 1.6rem;
	line-height: 18px;
	color: #fff;
	background-color: #0a4a70;
}
.widget-info img {
	margin-bottom: 46px;
}
.widget-info a {
	color: #59f2b7;
}
.sidebar {
	position: relative;
	padding-top: 65px;
}
.sidebar .share-link {
	position: absolute;
	top: 40px;
	right: 20px;
}
.sidebar .widget {
	position: relative;
	padding: 0 30px 30px 30px;
	margin-bottom: 95px;
	background-color: #fff;
}
.sidebar .widget ul {
	margin-bottom: 0;
}
.sidebar .widget:before,
.sidebar .widget:after {
	position: absolute;
	content: "";
}
.sidebar .widget:before {
	top: -30px;
	left: 0;
	width: -webkit-calc(100% - 30px);
	width:         calc(100% - 30px);
	height: 30px;
	margin-right: 30px;
	background-color: #fff;
}
.sidebar .widget:after {
	top: -30px;
	right: 0;
	width: 30px;
	height: 30px;
	border: 15px solid #0a4a70;
	border-top-color: transparent;
	border-right-color: transparent;
}
.sidebar .widget .widget-title {
	padding-bottom: 24px;
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: .05rem;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar .widget-contact {
	background-color: #0a4a70;
}
.sidebar .widget-contact:before {
	background-color: #0a4a70;
}
.sidebar .widget-contact:after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.sidebar .widget-contact .widget-title {
	margin-bottom: 24px;
	color: #fff;
	border-bottom-color: rgba(241, 241, 241, .2);
}
.sidebar .widget-contact .form-group {
	margin-bottom: 24px;
}
.sidebar .widget-latest-news ul {
	margin-bottom: 32px;
}
.sidebar .widget-latest-news ul li {
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar .widget-latest-news ul li a {
	font-size: 1.6rem;
	line-height: 21px;
	color: #0a4a70;
	text-decoration: none !important;
	letter-spacing: .025rem;
}
.sidebar .widget-latest-news ul li a:hover {
	color: #40b789;
}
.sidebar .widget-levels .open {
	position: relative;
}
.sidebar .widget-levels .open .dropdown-menu {
	position: relative;
	float: none;
	width: 100%;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.sidebar .widget-levels .open .dropdown-menu li {
	border: none;
}
.sidebar .widget-levels .open .dropdown-menu li:before {
	display: none;
}
.sidebar .widget-levels ul {
	margin-bottom: 0;
}
.sidebar .widget-levels ul li {
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
}
.sidebar .widget-levels ul li:before {
	position: absolute;
	top: 15px;
	color: #fff;
}
.sidebar .widget-levels ul li a {
	display: block;
	padding-left: 25px;
}
.sidebar .widget-levels ul li a i {
	position: relative;
	left: -25px;
	float: right;
	line-height: 50px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .3s, left .3s;
			 -o-transition: opacity .3s, left .3s;
					transition: opacity .3s, left .3s;
}
.sidebar .widget-levels ul li a:hover i,
.sidebar .widget-levels ul li a.active i {
	left: -15px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.sidebar .widget-levels ul li > i {
	position: absolute;
	right: 0;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}
.sidebar .widget-levels ul li a {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 52px;
	color: #0a4a70;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .025rem;
}
.sidebar .widget-levels ul li a:hover,
.sidebar .widget-levels ul li a.active {
	color: #fff;
	background-color: transparent;
	background-color: #40b789;
}
.sidebar .widget-levels ul li:before {
	margin-right: 10px;
	margin-left: 10px;
	font-family: theme-icons;
	font-size: 1.2rem;
	line-height: 21px;
	color: #40b789;
	content: "\f0da";
}
@media (min-width: 992px) {
	.sidebar .widget-levels {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.footer .widget-info {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: -20px;
	margin-left: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer .widget-info {
		margin-right: -64px;
		margin-left: -64px;
	}
}
.footer .widget {
	padding-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
.footer .widget .widget-title {
	color: #fff;
}
@media (min-width: 1200px) {
	.footer .widget {
		position: relative;
		float: left;
	}
	.footer .widget-signup {
		width: 66.67%;
	}
	.footer .widget-signup .nav-small {
		margin-bottom: 120px;
	}
	.footer .widget-info {
		width: 33.33%;
		padding-left: 70px;
	}
	.footer .widget-info:after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 200%;
		height: 100%;
		content: "";
		background-color: #0a4a70;
		-webkit-transform: translate(99%, 0);
				-ms-transform: translate(99%, 0);
				 -o-transform: translate(99%, 0);
						transform: translate(99%, 0);
	}
}
.widget-links ul li {
	margin-bottom: 6px;
}
.widget-links ul li a {
	color: #b2b2b2;
}
.widget-links ul li a:hover {
	color: #fff;
}
.widget-contact ul li {
	display: inline-block;
	padding-bottom: 16px;
	margin: 0 3px;
}
.widget-contact p {
	margin-bottom: 40px;
	font-family: "Akkurat", sans-serif;
	line-height: 24px;
	color: #fff;
}
.widget-contact .client-logos li {
	display: inline-block;
	margin-right: 10px;
}
.widget-contact .client-logos li a:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}
.widget-contact .social-connect {
	margin-bottom: 40px;
}
.widget-contact .social-connect .heading {
	margin-bottom: 16px;
	color: #fff;
}
.widget-contact .social-connect a i {
	padding: 6px 4px;
	color: #40b789;
	background-color: #b3b3b3;
	border-radius: 20px;
}
.widget-contact .social-connect a:hover i {
	background-color: #fff;
}
@font-face {
	font-family: 'theme-icons';
	font-style: normal;
	font-weight: normal;

	src: url('../fonts/theme-icons.eot?fxobkv');
	src: url('../fonts/theme-icons.eot?fxobkv#iefix') format('embedded-opentype'), url('../fonts/theme-icons.ttf?fxobkv') format('truetype'), url('../fonts/theme-icons.woff?fxobkv') format('woff'), url('../fonts/theme-icons.svg?fxobkv#theme-icons') format('svg');
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'theme-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;

	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
	content: "\f007";
}
.icon-user-circle:before {
	content: "\f2bd";
}
.icon-user-circle-o:before {
	content: "\f2be";
}
.icon-user-o:before {
	content: "\f2c0";
}
.icon-eye:before {
	content: "\f06e";
}
.icon-close:before {
	content: "\e901";
}
.icon-search:before {
	content: "\f002";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-share-alt:before {
	content: "\f1e0";
}
.icon-calendar-plus-o:before {
	content: "\f271";
}
.icon-calendar-minus-o:before {
	content: "\f272";
}
.icon-calendar-times-o:before {
	content: "\f273";
}
.icon-calendar-check-o:before {
	content: "\f274";
}
.icon-long-arrow-down:before {
	content: "\f175";
}
.icon-long-arrow-up:before {
	content: "\f176";
}
.icon-long-arrow-left:before {
	content: "\f177";
}
.icon-long-arrow-right:before {
	content: "\f178";
}
.icon-envelope:before {
	content: "\e90a";
}
.icon-plus:before {
	content: "\e90b";
}
.icon-cable-phone:before {
	content: "\e907";
}
.icon-envelop:before {
	content: "\e900";
}
.icon-youtube:before {
	content: "\e903";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-download:before {
	content: "\f019";
}
.icon-print:before {
	content: "\f02f";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-delicious:before {
	content: "\f1a5";
}
.icon-fax:before {
	content: "\f1ac";
}
.icon-file-pdf-o:before {
	content: "\f1c1";
}
.icon-file-word-o:before {
	content: "\f1c2";
}
.icon-file-excel-o:before {
	content: "\f1c3";
}
.icon-file-powerpoint-o:before {
	content: "\f1c4";
}
.icon-pinterest-p:before {
	content: "\f231";
}
.icon-wpforms:before {
	content: "\e915";
}
.icon-envelope-o:before {
	content: "\e909";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-search2:before {
	content: "\e905";
}
/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
					box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-timing-function: ease-out;
			 -o-transition-timing-function: ease-out;
					transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
			 -o-transition-duration: .3s;
					transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
			 -o-transition-property:      -o-transform;
					transition-property:         transform;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);

	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
	-webkit-transform: translateY(-4px);
			-ms-transform: translateY(-4px);
			 -o-transform: translateY(-4px);
					transform: translateY(-4px);
}
/* Bounce To Right */
.hvr-bounce-to-right {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition-duration: .5s;
			 -o-transition-duration: .5s;
					transition-duration: .5s;
	-webkit-transition-property: color;
			 -o-transition-property: color;
					transition-property: color;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);

	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-bounce-to-right:hover {
	color: red;
}
.hvr-bounce-to-right:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	-webkit-transition-timing-function: ease-out;
			 -o-transition-timing-function: ease-out;
					transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
			 -o-transition-duration: .5s;
					transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
			 -o-transition-property:      -o-transform;
					transition-property:         transform;
	-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
			 -o-transform: scaleX(0);
					transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
			-ms-transform-origin: 0 50%;
			 -o-transform-origin: 0 50%;
					transform-origin: 0 50%;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
			 -o-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
					transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
			 -o-transform: scaleX(1);
					transform: scaleX(1);
}
.animated {
	-webkit-animation-duration: 1s;
			 -o-animation-duration: 1s;
					animation-duration: 1s;

	-webkit-animation-fill-mode: both;
			 -o-animation-fill-mode: both;
					animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
	from {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
						transform: perspective(400px);
	}
}
@-o-keyframes flipInX {
	from {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
				 -o-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
				 -o-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
						transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		opacity: 0;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
				 -o-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
				 -o-animation-timing-function: ease-in;
						animation-timing-function: ease-in;
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
						transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
						transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
						transform: perspective(400px);
	}
}
.flipInX {
	-webkit-animation-name: flipInX;
			 -o-animation-name: flipInX;
					animation-name: flipInX;

	-webkit-backface-visibility: visible !important;
					backface-visibility: visible !important;
}
@media (min-width: 480px) {
	.thumb {
		max-width: 200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
    	padding: 15px 10px;
	}
}