/* cookie alert div */

.alert {
    font-size: 12px;
    line-height: 1.8;
    background-color: #474747;
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 1.25rem;
    margin-bottom: 0;
    border: 0 solid transparent;
    border-radius: 0;
}
/* line up the contact us button with the cookie button */
#olark-wrapper .olark-launch-button {
    bottom: 25px !important;
}
.alert .text {
    color: white;
    padding-right: 50px;
    padding-left: 50px;
    width: auto;
    align-self: center;
}

.alert .text p {
    margin-bottom: 0px;
/*     padding-top: auto;
padding-bottom: auto; */
}

#cookie-contact-button-placeholder {
    /* width: 160px; */
    grid-column: 3;
    border-left: 2px solid white;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 132px 180px;
    grid-gap: 20px;
}

.alert .cookie-button {
    background-color: white;
    color: #001689;
    border-radius: 100px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif !important;
    font-size: 1.3em !important;
    line-height: 16px !important;
    font-weight: bold !important;
    /* padding: 0; */
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: auto;
    border-width: 0px;
    grid-column: 2;
}

@media (max-width: 800px) {
    .grid-container {
        grid-template-columns: 1fr 180px;
        grid-template-rows: 1fr 48px;
        grid-gap: 0px
    }
    .alert .cookie-button {
        grid-row: 2;
        grid-column: 1;
        width: 132px;
    }
    #cookie-contact-button-placeholder {
        grid-column: 2;
        grid-row: 2;
        border-width: 0px;
    }
    .alert .text {
        padding-left: 0px;
        padding-right: 0px;
        grid-column: 1 / span 2;
    }
}



@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
	content: "";
}

.icon-arrow-thin-left:before {
	content: "";
}

.icon-arrow-thin-right:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-arrow-top:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-long-arrow-left:before {
	content: "";
}

.icon-long-arrow-right:before {
	content: "";
}

.icon-location:before {
	content: "";
}

.list,
.navbar-nav .drop ul,
.contact-content .info-column ul,
.switcher ul,
.footer-holder ul,
.tools {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis,
.jcf-list .jcf-option {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 2;
    font-family: "roboto", sans-serif;
    font-size: 15px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

b,
optgroup,
strong {
	font-weight: 500;
}

a {
	color: #4dc4d3;
	transition: color .3s ease-in-out;
}

a:hover {
    color: #4dc4d3;
}


h1, h2, h3, h4 {
    color: #002856;
    font-family: "roboto", sans-serif;
}


.filter-banner-holder {
    height: 80px;
    padding: 20px;
    background-color: #eee;
}


span.jcf-select.jcf-unselectable.jcf-select-form-control {
    height: 40px;
    background: #fff;
    color: #465560;
    border: none;
    padding-left: 10px;
}

input.filter-form.form-control {
    height: 40px;
    background: white;
}

.input-error {
	border-color: red !important;
}

.btn {
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.556;
    border-radius: 5px;
}


h1,
.h1 {
	letter-spacing: -.01em;
	margin: 0 0 20px;
}

h2,
.h2 {
	margin: 0 0 20px;
}

h3,
.h3 {
	margin: 0 0 20px;
}

h4,
.h4 {
	margin: 0 0 20px;
}

h5,
.h5 {
	margin: 0 0 20px;
}

h6,
.h6 {
	margin: 0 0 20px;
}

.btn {
	letter-spacing: .05em;
}

.btn-link {
	padding: 0;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
}


.btn-primary {
	text-transform: uppercase;
	background: #002856;
	border-color: transparent;
}

.btn-primary:hover {
	text-transform: uppercase;
	color: #4dc4d3;
	background: #002856;
	border-color: transparent;
}

.btn-primary:active {
    color: #4dc4d3;
    background: #002856;
    border-color: transparent;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #4dc4d3;
    background: #002856;
    border-color: transparent;
}

a.btn.btn-link.back-link {
    font-size: 12px;
    color: #002856;
    padding-left: 20px;
}

dt {
	float: left;
	font-weight: 300;
	margin-left: 5px;
}

dd {
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
}

address {
	margin: 0 0 20px;
}

address span {
	display: block;
}

dl {
	margin: 0 0 17px;
}

dl a {
	color: currentColor;
}


.contact-sidebar {
    /* padding-left: 40px; */
    padding: 30px 15px 30px;
}

.contact-sidebar .text-box {
    font-size: 15px;
    margin-bottom: 35px;
}

.contact-sidebar .text-box h2 {
    margin-bottom: 15px;
}

.contact-sidebar .main-contact {
    font-size: 17px;
}

.contact-sidebar .main-contact h5 {
    margin: 0 0 2px !important;
    color: #002856;
    font-size: 20px;
}

.main-contact * {
    color: #465560;
}

.main-contact > h5 {
    margin: 25px 0px 10px 0px !important;
}

.main-contact > p {
    margin: 0 !important;
}

.main-contact a:hover span {
    color: #4dc4d3;
}

.download {
    margin-top: 30px;
}

.copyright {
	margin: 0;
}

.social-networks {
	display: flex;
	font-size: 14px;
}

.social-networks li {
	margin: 0 15px 0 0;
}

.social-networks a {
	color: #fff;
	background: #002856;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	transition: background .3s ease-in-out;
}

.social-networks a:hover {
	background: #4dc4d3;
}

#main {
	display: flex;
	flex-direction: column;
}

.thanky-content {
	font-weight: 300;
}

.thanky-content h1 {
	margin: 0 0 20px;
}

.thanky-content .btn {
	min-width: 200px;
	font-weight: 700;
}

.content .btn {
	min-width: 200px;
	font-weight: 700;
}

option {
	padding: 0;
	background: #f00;
	display: block;
	padding: 7px;
	min-height: 20px;
}

optgroup {
	padding: 0;
	background: #f0f;
}

/*.map {
	position: relative;
	z-index: 2;
}*/

.js-custom-marker {
	position: absolute;
}

.pin {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 43px;
	height: 60px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-family: FontAwesome; !important;
}

.pin:after {
	content: "\f041";
	color: #163764;
	font-family: FontAwesome; !important;
	line-height: 1;
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
}


#tab-map {
    height: 550px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.about-map {
    height: 600px;
    width: 100%;
    opacity: 1;
    padding: 0;
    margin: 0;
}



.block-map {
	position: relative;
	height: 285px;
	width: 100%;
}

.block-map .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.back-to {
	margin: 0 0 20px;
}

.back-to .btn-link {
	font-weight: 400;
	color: #465560;
}

.back-to .btn-link:hover {
	color: #4dc4d3;
}

#content {
	padding: 40px 0;
}

.title-list {
	font-size: 14px;
	margin: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

blockquote {
	font-size: 18px;
	line-height: 1.25;
	color: #004876;
	font-weight: 400;
	font-style: italic;
	border: none;
	padding: 0;
	margin: 0 0 20px;
	letter-spacing: 0;
}

q {
	display: block;
}

q:before {
	content: "“";
}

q:after {
	content: "”";
}

cite {
	color: #4dc4d3;
	font-weight: 500;
	font-size: 16px;
}

.intro {
	padding: 20px 0;
}

/*.intro .btn {
	min-width: 200px; */
}

.intro h2 {
	margin: 0 0 30px;
}

.intro .btn-group {
	padding-top: 20px;
}

.list {
	margin: 0 0 20px;
}

.list li {
	position: relative;
	padding-left: 17px;
}

.list li:before {
	content: "";
	background: #465560;
	position: absolute;
	top: 9px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}

.video-holder {
	background: #ccc;
}

.video-holder .link-holder {
	display: block;
	height: 100%;
	position: relative;
}

.video-holder .link-holder:hover .btn-play {
	background: #e6e6e6;
}

.video-holder .link-holder .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	line-height: 50px;
	text-align: center;
	color: #4dc4d3;
	transition: background .3s ease-in-out;
}

.video-holder .link-holder .icon-play {
	padding-left: 5px;
}

.progress-bar .circle-holder {
	width: 70px;
	height: 70px;
	margin: 0 auto 14px;
}

.progress-bar .circle,
.progress-bar .circle-background {
	fill: none;
	stroke: #ccc;
	stroke-width: 6;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	position: relative;
	z-index: 10;
}

.progress-bar .circle-background {
	stroke: #4dc4d3;
	z-index: 0;
}

.progress-bar .number {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
}

.box-data-graphic .graphic-box .circle {
	width: 83px;
	height: 83px;
	margin: 0 auto;
}

.graphic svg {
	max-width: 70px;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	background: #f2f2f2;
	height: 42px;
	border: 1px solid #f2f2f2;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 14px;
	line-height: 40px;
	margin: 0 50px 0 15px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 35px;
	font-size: 10px;
	bottom: 0;
	right: 0;
	top: 0;
	color: #154d79;
}

.jcf-select .jcf-select-opener:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jcf-select.jcf-drop-active {
	border-color: #4dc4d3;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 156, 83, .6);*/
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 156, 83, .6);*/
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #4dc4d3;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #4dc4d3;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	display: block;
	padding: 8px 15px;
	color: #465560;
	height: 1%;
	transition: background .3s ease-in-out;
	cursor: pointer;
}

.jcf-list .jcf-option-hideme {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #4dc4d3;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.viewport .zoom-effect,
.viewport .fade-effect,
.viewport .move-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport .fade-effect {
	transition: opacity .7s ease-in-out, visibility .7s ease-in-out;
}

.viewport .zoom-effect {
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
	transform: scale(.5);
}

.viewport .move-effect {
	transform: translateY(40px);
	transition: transform .7s ease-in-out, opacity .7s ease-in-out, visibility .7s ease-in-out;
}

.viewport .delay1 {
	transition-delay: .1s;
}

.viewport .delay2 {
	transition-delay: .2s;
}

.viewport .delay3 {
	transition-delay: .3s;
}

.viewport .delay4 {
	transition-delay: .4s;
}

.viewport .delay5 {
	transition-delay: .5s;
}

.viewport .delay6 {
	transition-delay: .6s;
}

.viewport .delay7 {
	transition-delay: .7s;
}

.viewport .delay8 {
	transition-delay: .8s;
}

.viewport .delay9 {
	transition-delay: .9s;
}

.viewport .delay10 {
	transition-delay: 1s;
}

.viewport .delay11 {
	transition-delay: 1.1s;
}

.viewport .delay12 {
	transition-delay: 1.2s;
}

.viewport .delay13 {
	transition-delay: 1.3s;
}

.viewport .delay14 {
	transition-delay: 1.4s;
}

.viewport .delay15 {
	transition-delay: 1.5s;
}

.viewport .delay16 {
	transition-delay: 1.6s;
}

.viewport .delay17 {
	transition-delay: 1.7s;
}

.viewport .delay18 {
	transition-delay: 1.8s;
}

.viewport .delay19 {
	transition-delay: 1.9s;
}

.viewport .delay20 {
	transition-delay: 2s;
}

.in-viewport .move-effect,
.in-viewport .zoom-effect,
.in-viewport .fade-effect {
	opacity: 1;
	visibility: visible;
}

.in-viewport .move-effect {
	transform: translateY(0);
}

.in-viewport .zoom-effect {
	transform: scale(1);
}

.form-control {
	box-shadow: none;
	line-height: 1.429;
	padding: 10px 15px;
	-webkit-appearance: none;
	max-width: 100%;
}

.login-form h1 {
	margin-bottom: 20px;
}

.login-form .btn-group {
	padding-top: 8px;
}

.login-form .btn {
	min-width: 200px;
}

.help-block {
	font-size: 14px;
	color: #465560;
}

.help-block a {
	color: #465560;
}

.help-block a:hover {
	color: #4dc4d3;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .btn {
	min-width: 200px;
}

#header {
	position: relative;
	z-index: 100;
	height: 53px;
}

.navbar {
	margin: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	height: 53px;
	border: none;
	display: flex;
}

.navbar:before,
.navbar:after {
	display: none;
}

.navbar-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	float: none;
	padding: 0 15px;
	height: 100%;
	background: #fff;
	position: relative;
	border-width: 3px 0 0;
	z-index: 10;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.navbar-header:before,
.navbar-header:after {
	display: none;
}

.navbar-brand {
	display: block;
	flex-shrink: 0;
	width: 160px;
	margin: 0;
	position: relative;
	z-index: 3;
	float: none;
}

.navbar-brand img {
	max-width: 100%;
	height: auto;
	display: block;
}

.navbar-collapse {
	transition: transform .3s cubic-bezier(.1, .3, .4, 1), background .3s cubic-bezier(.1, .3, .4, 1);
	position: fixed;
	top: 53px;
	height: calc(100vh - 53px);
	left: 0;
	right: 0;
	padding: 30px 15px;
	z-index: 2;
	transform: translateY(-100%);
	background: #465560;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	overflow-y: auto;
}

.navbar-collapse:before,
.navbar-collapse:after {
	display: none;
}

.resize-active .navbar-collapse {
	transition: none;
}

.nav-active .navbar-collapse {
	transform: translateY(0);
}

.navbar-collapse hr {
	border-color: #7d888f;
}

.navbar-nav {
	padding: 0;
	margin: 0 0 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	float: none;
	flex-shrink: 0;
}

.navbar-nav li {
	margin: 0 0 22px;
	float: none !important;
}

.navbar-nav li.active > a {
	color: #4dc4d3;
}

.navbar-nav li > a {
	padding: 0;
	line-height: 1.3;
}

.navbar-nav a {
	color: currentColor;
}


.navbar-nav .login a {
	color: #4dc4d3;
}

.navbar-nav .has-drop .drop {
	display: block !important;
}

.navbar-nav .drop {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	padding: 30px 15px;
	transform: translateX(100%);
	background: #465560;
	overflow: auto;
	font-weight: 300;
	transition: transform .3s ease-in-out;
	display: none;
}

.navbar-nav .drop .link-back {
	display: block;
	color: #4dc4d3;
	font-weight: 500;
	font-size: 16px;
	pointer-events: auto;
}

.navbar-nav .drop .link-back:before {
	content: "";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 6px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav .drop hr {
	border-color: #7d888f;
	margin: 22px 0;
}

.navbar-nav .drop .drop-title {
	font-weight: 500;
}

.navbar-nav .hover > a {
	color: #4dc4d3;
}


.navbar-nav .active > .drop {
	transform: translateX(0);
}


.navbar-nav [data-open-close] > [data-opener] {
	position: relative;
}


.nav-opener {
	width: 37px;
	height: 38px;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 3;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #172638;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 1px;
	transition: all .2s linear;
}

.nav-opener:before {
	content: "";
	top: 10px;
}

.nav-active .nav-opener:before {
	transform: rotate(45deg);
	top: 18px;
}

.nav-opener:after {
	content: "";
	top: 26px;
}

.nav-active .nav-opener:after {
	transform: rotate(-45deg);
	top: 18px;
}

.nav-opener span {
	top: 18px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 240px;
	color: #fff;
	background: #76818C;
}

.visual.video-visual {
	min-height: 350px;
}

.visual.video-visual .jumbotron h1 {
	line-height: 1;
	margin: 0 0 15px;
}

.visual.video-visual .jumbotron .btn-link {
	font-size: 16px;
}

.visual.video-visual .jumbotron p {
	margin: 0 0 15px;
}

.visual .jumbotron {
	width: 100%;
	margin-bottom: 0;
}

.visual .bg-holder {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.visual .bg-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .35);
	transition: opacity .3s ease-in-out;
}

.visual .decor {
	position: absolute;
	background: #4dc4d3;
	width: 1px;
	height: 50px;
	left: 15px;
	bottom: 0;
	transform: translateY(50%);
}

.visual .decor.center {
	left: 50%;
}

.visual .decor:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 7px;
	height: 7px;
	right: -3px;
	background: #4dc4d3;
}

.visual .btn-link {
	color: #fff;
}

.visual .btn-link:hover {
	color: #4dc4d3;
}

.visual blockquote {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	letter-spacing: -.01em;
}

.visual blockquote:last-child {
	margin-bottom: 0;
}

.visual blockquote q {
	font-style: normal;
	margin: 0 0 20px;
}

.visual blockquote cite {
	display: block;
	font-weight: 500;
	font-style: normal;
	color: white;
	font-size: 14px;
}

hr.cyan-line {
    margin-top: -20px;
    margin-bottom: 10px;
    border: transparent;
    height: 3px;
    background-color: #4bc2d2;
    width: 400px;
}

.visual .video-holder {
	margin: 30px auto -50px;
	position: relative;
	height: auto;
	height: 54vw;
	max-width: 450px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.visual .visual-holder {
	padding: 30px 0;
}

.visual.with-video .visual-holder {
	padding: 30px 0 0;
}

.visual.with-video + [class*="content"] {
	padding-top: 70px;
}

.jumbotron {
	z-index: 1;
	position: relative;
	line-height: 1.667;
}

.jumbotron h1 {
	font-weight: 100;
	margin: 0 0 13px;
}

.jumbotron h1:last-child {
	margin-bottom: 0;
}

.jumbotron p {
	font-weight: 300;
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.js-popup-video {
	-webkit-transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
	transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
	z-index: 100;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.js-popup-video.active {
	opacity: 1;
	visibility: visible;
}

.js-popup-video.active .closer {
	opacity: 1;
	visibility: visible;
}

.js-popup-video .closer {
	z-index: 12;
	visibility: hidden;
	opacity: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	cursor: pointer;
}

.js-popup-video .closer:before,
.js-popup-video .closer:after {
	content: "";
	background: #fff;
	z-index: 12;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-popup-video .closer:before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.js-popup-video iframe,
.js-popup-video video {
	position: absolute;
	top: 0;
	left: 0;
}

.visual-container {
	display: flex;
}

.visual-container .visual {
	width: 100%;
}

.contact-content {
	padding: 30px 0;
}

.contact-content .content-title {
	font-size: 30px;
	margin: 0 0 20px;
}

.contact-content .info-column .info {
	margin: 0 0 20px;
}

.contact-content .info-column .info .title {
	font-size: 16px;
	margin: 0;
	line-height: 1.556;
}

.contact-content .info-column address {
	margin: 0;
}

.contact-content .info-column ul a {
	color: currentColor;
}

.contact-content .info-column ul a:hover {
	color: #4dc4d3;
}

.contact-content .info-column .social-networks {
	font-size: 20px;
	padding-top: 17px;
}

.contact-content .info-column .social-networks a {
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	color: #9f9f9f;
}

.contact-content .info-column .social-networks a:hover {
	color: #4dc4d3;
}

.img-holder {
	margin: 0 0 30px;
}

.img-holder img {
	max-width: none;
	width: 100%;
}

.add-img,
.main-image {
	margin: 0 0 30px;
	padding-top: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.login-content {
	padding: 30px 0;
}

.content {
	padding: 50px 0;
}

.content .intro {
	padding: 0 0 30px;
}

.content .intro:last-child {
	padding-bottom: 10px;
}

.content blockquote.after-video {
	font-size: 28px;
	margin: 20px 0 0;
	letter-spacing: -.01em;
}

.content blockquote.after-video q {
	margin: 0 0 10px;
}

.content blockquote.after-video cite {
	display: block;
	font-style: normal;
	letter-spacing: .02em;
	font-size: 18px;
}

.content + .posts-content {
	padding-top: 0;
}

.thanky-content {
	padding: 30px 0;
}

.posts-content {
	padding: 30px 0;
}

.posts-content .title-content {
	margin: 0 0 30px;
}

.boxes-content {
	padding-top: 30px;
}

.boxes-content x.intro {
	padding: 0 0 30px;
}

.boxes-content .boxes {
	margin-bottom: 14px;
}

.boxes-content .boxes + .intro {
	padding-top: 22px;
}

.intro-content {
	padding: 40px 0;
}

.error-content {
	padding: 60px 0;
}

.error-content h1 {
	font-size: 50px;
	font-weight: 300;
}

.counter-content {
	padding: 40px 0;
	padding-bottom: 40px;
}

.counter-content.gray {
	background: #f2f2f2;
}

.counters {
	padding-top: 20px;
}

.counter {
	position: relative;
	margin-bottom: 20px;
	color: #004876;
}

.counter .title {
	font-size: 18px;
	letter-spacing: 0;
}

.video-block {
	font-size: 18px;
	line-height: 2;
}

.video-block .video-holder {
	position: relative;
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
}

.video-block .video-holder img {
	width: 100%;
	max-width: none;
}

.partners-content {
	padding: 30px 0;
	background: #f2f2f2;
}

.partners-content h2 {
	margin: 0 0 30px;
}

.logo-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.logo-list .partner-logo {
	width: 40%;
	text-align: center;
	margin: 0 5% 20px;
}

.filter-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

#filter-search-form {
    display: flex;
    width: 100%;
    margin-left: 20px;
}
#filter-search-form > div {
    width: 60%;
    margin-right: 20px;
}

.filter-form [class*="icon-"] {
	position: absolute;
	font-size: 24px;
	color: #4dc4d3;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.filter-select,
.filter-search {
	padding-left: 40px;
	position: relative;
}

.filter-select .form-control,
.filter-search .form-control {
	outline: none;
	background: none;
	border: none;
	box-shadow: none;
}

.filter-select .form-control::-webkit-input-placeholder,
.filter-search .form-control::-webkit-input-placeholder {
	text-transform: uppercase;
}

.filter-select .form-control::-moz-placeholder,
.filter-search .form-control::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
}

.filter-select .form-control:-moz-placeholder,
.filter-search .form-control:-moz-placeholder {
	text-transform: uppercase;
}

.filter-select .form-control:-ms-input-placeholder,
.filter-search .form-control:-ms-input-placeholder {
	text-transform: uppercase;
}

.filter-select .form-control.placeholder,
.filter-search .form-control.placeholder {
	text-transform: uppercase;
}

.filter-select .form-control,
.filter-search .form-control {
	padding: 4px 0;
	font-size: 16px;
	letter-spacing: .11em;
	font-weight: 400;
	height: auto;
}

.filter-select .jcf-select {
	background: none;
	border: none;
	box-shadow: none;
	height: 30px;
}

.filter-select .jcf-select.jcf-drop-active {
	box-shadow: none;
}

.filter-select .jcf-select .jcf-select-text {
	margin: 0 22px 0 0;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .11em;
	min-width: 120px;
}

.filter-select .jcf-select .jcf-select-text .jcf-option-hideme {
	text-transform: uppercase;
}

.filter-select .jcf-select .jcf-select-opener {
	width: auto;
}

.filter-select .jcf-select .jcf-select-opener:before {
	color: #4dc4d3;
	font-size: 8px;
	transform: translateY(-50%);
	left: auto;
	right: 0;
}

.filter-banner {
    display: flex;
    justify-content: space-between;
}

.filter-banner > div {
    width: 38%; }
    @media (max-width: 1200px) {
        .filter-banner > div {
            width: 36%; } }
    @media (max-width: 767px) {
       .filter-banner > div {
           width: 100%;
       } 
    }


.filter-banner-alt {
    display: flex;
    justify-content: space-between;
}

.filter-banner-alt > div {
    width: 20%; }
    @media (max-width: 1200px) {
        .filter-banner-alt > div {
            width: 30%; } }
    @media (max-width: 767px) {
       .filter-banner-alt > div {
           width: 100%;
       } 
    }

.posts {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: center;
}

.post a[href='#'],
.post a[href=''] {
    pointer-events: none;
    cursor: default;
    display: block;
}

.posts > .thumbnail,
.posts > .post {
	width: 100%;
	padding: 0 15px;
}

.posts.slick-slider {
	display: block;
	margin: 0;
}

.callout {
	justify-content: space-between;
}

.news {
	justify-content: space-between;
}

.post {
	width: 100%;
	margin: 0 0 30px;
}

.post.slick-slide {
	margin: 0;
}

.post.slick-slide .caption {
	padding-right: 20px;
}

.post.slick-slide .caption .heading {
	margin-right: -20px;
	padding-right: 20px;
}

.post .link-holder {
	color: currentColor;
}

.post .link-holder:hover {
	color: #4dc4d3;
}

.post .link-holder:hover .img-holder img {
	transform: translate(-50%, -50%) scale(1.1);
}

.post .link-holder:hover .sub-title,
.post .link-holder:hover .title,
.post .link-holder:hover .btn-link {
	color: #4dc4d3;
}

.post .link-holder .btn-link {
	color: #4dc4d3;
}

.post .post-logo {
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: transform .3s ease-in-out;
}

.post .avatar {
	background-size: cover;
	background-repeat: no-repeat;
	width: 110px;
	height: 110px;
	border-radius: 100%;
    margin: 0 auto 20px;  

}

.post .img-holder {
	width: 100%;
	padding-top: 79%;
	margin: 0 0 20px;
	border: 1px solid #f9f9f9;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: padding-box;
}

.post .heading {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #4dc4d3;
	position: relative;
}

.post .heading .date {
	color: #4dc4d3;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	display: block;
}

.post .heading .title {
	margin: 0;
	text-align: center;
	transition: color .3s ease-in-out;
}

.post .heading:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: #4dc4d3;
	width: 7px;
	height: 7px;
	transform: translateY(-3px);
}

.post .sub-title {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 5px;
	color: #004876;
	transition: color .3s ease-in-out;
}

.post p {
	margin: 0 0 17px;
}

.single-post {
	padding: 30px 0;
}

.single-post .heading {
	padding-bottom: 19px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4dc4d3;
	position: relative;
	letter-spacing: -.01em;
}

.single-post .heading .title {
	color: #4dc4d3;
}

.single-post .heading .date {
	color: #4dc4d3;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	display: block;
}

.single-post .heading .name {
	margin: 0 0 5px;
	font-size: 30px;
	line-height: 1;
}

.single-post .heading:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: #4dc4d3;
	width: 7px;
	height: 7px;
	transform: translateY(-3px);
}

.single-post .add-img,
.single-post .main-image {
	margin: 0 0 30px;
	padding-top: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.single-post .title {
	font-weight: 500;
	font-size: 14px;
	display: block;
	margin: 0;
}

.single-post .info {
	margin: 0 0 30px;
}

.single-post .info .sub-title {
	font-size: 14px;
	color: #465560;
	margin: 0;
	font-weight: 300;
	line-height: 1.556;
}

.single-post .info address {
	line-height: 1.556;
}

.boxes-content .two-boxes,
.boxes-content .four-boxes,
.boxes-content .three-boxes {
	display: flex;
	flex-wrap: wrap;
}

.post-box {
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	margin: 0 0 30px;
	background: #fff;
}

.post-box .link-holder {
	color: #fff;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	min-width: 100%;
	position: relative;
	z-index: 1;
}

.post-box .link-holder:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(22, 44, 123,.75);
	transition: opacity .3s ease-in-out;
}

.post-box .link-holder:hover .btn {
	color: #002856;
	background-color: white;
}

.post-box .link-holder:hover {
	color: #fff;
}

.post-box .link-holder:hover .bg-holder:after {
	content: " ";
	opacity: 0;
}

.post-box .link-holder:hover:after {
	content: " ";
	opacity: 1;
}

.post-box .link-holder .btn-link {
	color: currentColor;
}

.post-box .bg-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 0;
	margin: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: transform .3s ease-in-out;
}

.post-box .bg-holder img {
	width: 100%;
	max-width: none;
}

.post-box .bg-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
	transition: opacity .3s ease-in-out;
}

.post-box .caption {
	padding: 10px 20px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	transform: translate3d(0, 0, 0);
}

.post-box .title {
	color: currentColor;
}

.post-box .heading {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid currentColor;
	position: relative;
}

.post-box .heading:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: currentColor;
	width: 7px;
	height: 7px;
	transform: translateY(-3px);
}

.post-box .heading .date {
	color: #4dc4d3;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	display: block;
}

.post-box .heading .title {
	margin: 0;
}

.post-box .sub-title {
	font-size: 16px;
	font-weight: 400;
	color: currentColor;
	margin: 0;
}

.post-box p {
	margin: 0 0 17px;
}

.case-boxes {
	display: flex;
	flex-wrap: wrap;
}

.without-img .post-box .link-holder {
	border: 1px solid #e6e6e6;
	color: #004876;
	transition: border .3s ease-in-out, color .3s ease-in-out;
}

.without-img .post-box .link-holder:hover {
	color: #fff;
}

.without-img .post-box .link-holder:hover .heading {
	border-color: #fff;
}

.without-img .post-box .link-holder:hover .heading:after {
	background: #fff;
}

.without-img .post-box .link-holder:hover .btn {
	color: #fff;
}

.without-img .post-box .link-holder .heading {
	border-color: #4dc4d3;
	transition: border .3s ease-in-out;
}

.without-img .post-box .link-holder .heading:after {
	transition: background .3s ease-in-out;
	background: #4dc4d3;
}

.without-img .post-box .link-holder .btn {
	color: #4dc4d3;
	transition: color .3s ease-in-out;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.not-enough-slides .btn-controls,
.slideshow.not-enough-slides .btn-next,
.slideshow.not-enough-slides .btn-prev {
	visibility: hidden;
}

.slideshow .btn-controls {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 3;
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 40px;
}

.video-popup-active .slideshow .btn-controls {
	z-index: 0;
}

.slideshow .btn-controls:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 21px;
	transform: translateY(-50%);
}

.slideshow .btn-controls .btn-next,
.slideshow .btn-controls .btn-prev {
	color: #fff;
	position: relative;
	line-height: 21px;
}

.slideshow .btn-controls .btn-next:hover,
.slideshow .btn-controls .btn-prev:hover {
	color: #4dc4d3;
}

.slideshow .btn-controls .btn-next {
	margin-left: 20px;
}

.switcher {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 5;
}

.video-popup-active .switcher {
	z-index: -1;
}

.switcher ul {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.switcher li {
	margin: 0 5px;
}

.switcher a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	transition: background .3s ease-in-out;
}

.switcher a:hover {
	background: #4dc4d3;
}

.switcher .active a {
	background: #4dc4d3;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #465560;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.subnav-link {
    font-size: 16px;
    color: #002856;
    /*margin: 0 0 20px 40px;*/
    font-weight: 500;
}

h2.collection-title {
    font-size: 30px;
    font-weight: 100;
}


#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 8040;
	background: none;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
	background: #4dc4d3;
}

.fancybox-close:before,
.fancybox-close:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: #465560;
	transition: background .3s ease-in-out;
}

.fancybox-close:before {
	width: 2px;
	height: 100%;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent; /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: none;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding-bottom: 50px;
}

.slick-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-arrow {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #c2c4c5;
	border-radius: 100%;
	color: #c2c4c5;
	cursor: pointer;
	display: block;
	position: absolute;
	text-align: center;
	bottom: 0;
	transform: translateX(-50%);
	transition: opacity .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
}

.slick-arrow:hover {
	border-color: #002856;
	background: #002856;
	color: #fff;
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.slick-arrow.next {
	left: 50%;
	transform: translateX(7px);
}

.slick-arrow.prev {
	right: 50%;
	transform: translateX(-7px);
}

.slick-controls {
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: center;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.footer-row {
	background: #002856;
	color: #fff;
	padding: 15px 0;
}

.footer-holder {
	padding: 40px 0 20px;
}

.footer-holder ul {
	margin: 0 0 17px;
}

.footer-holder ul a {
	color: currentColor;
	font-size: 12px;
	font-weight: normal;

}

.footer-holder ul a:hover {
	color: #4dc4d3;
}

.footer-holder .social-networks {
	justify-content: center;
}

.footer-holder .social-networks a {
	color: #fff;
}

.footer-holder .social-networks a:hover {
	color: #fff;
}

.footer-holder .social-networks li {
	margin: 0 8px;
}

.footer-holder h4 {
	color: #002856;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 1px;
	letter-spacing: 0;
}

.footer-holder a:hover h4 {
    color: #4dc4d3;
}

#footer {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	background: #eee;
	color: #465560;
	text-align: center;
}

#footer address {
	margin: 0 0 17px;
	line-height: 1.714;
}

#footer li strong {
    font-weight: 700;
}

.tools {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
}

.tools p {
    margin: 0;
}

.tools li:after {
	content: "|";
	margin: 0 5px;
}

.tools li:last-child:after {
	display: none;
}

.tools a {
	color: currentColor;
}

.tools a:hover {
	color: #4dc4d3;
}

.footer-logo {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0 0 25px 0;
}

.footer-logo a {
	display: block;
}

.footer-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/*Added CSS - Alli Stidham*/

.left-border {   
    border-left: 1px solid #4dc4d3;
    padding: 20px 0 20px 60px;
}


.left-border:after {
	content: "";
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 6px;
    left: -4px;
    background: #4dc4d3;
}

.block-text {
    padding:0 60px 0 0;
}

.text-hero {
    font-size: 30px;
    color: #4dc4d3;
}

.text-small {
    font-size: 14px;
    font-weight: light;
    line-height: 1;
    margin: 0 0 5px 0;
}

.align-bottom {
    margin: 100px 0px 0px;
}

.left-border.footer {
    padding: 0 0 0 20px;
    margin: 0 0 0 -20px;
    border-left: 1px solid #4dc4d3;
}

.left-border.footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 6px;
    left: -8px;
    background: #4dc4d3;
}

.address-block {
    padding: 0 0 60px 0;
    font-weight: normal;
}

a.address-block {
    color: #465560;
}

p.footer.text-small {
    font-size: 12px;
}

a.footer.text-phone {
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0 0 0;
    color: #002856;
}

ul.list-unstyled.sign-nav {
    font-size: 11px;
    color: #002856;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0;
}

.sign-nav a {
    color: #002856;
    margin: 0 7px;

}

.map-holder {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: -100px;
}

.map-spacer {
    margin-top: 100px;
}

h2.text-primary {
    color: #002856;
}

section.visual.with-video.viewport.in-viewport {
    background: #eee;
    color: #465560;
}

.boxes.case-boxes.viewport.in-viewport {
    padding: 60px 0;
}


.row.detail-boxes {
    padding: 60px 0;
}

.col-sm-4.solution-highlights {
    background: #eee;
    padding: 30px;
}

section.footer-banner.text-center.viewport.in-viewport {
    color: white;
    background-color: #76818c;
    height: 400px;
}

h2.text-alt {
    color: white;
}

a.btn.btn-alt.btn-secondary {
    border: solid 1px white;
    border-radius: 5px;
    padding: 8px 40px;
    color: white;
    font-weight: 100;
}

.caption.collection-box {
    padding: 60px;
}

.col-sm-3.right-border {
    border-right: solid 1px #4dc4d3;
    padding-right: 30px;
    margin-right: 40px;
}

.col-sm-3.right-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 6px;
    right: -3px;
    background: #4dc4d3;
}

.col-team {
    padding: 0 40px;
}

h1.name {
    font-weight: 100;
    color: #002856;
}

h1.name.media-title {
    margin: 0;
}

.media-block {
    margin-bottom: 40px;
}

.name.request-name {
    margin: 0 -60px;
}

.text-center.bottom-spacer {
    margin-bottom: 60px;
}

.bottom-spacer {
    margin-bottom: 100px;
}

p.title {
    color: #002856;
    line-height: .75;
}

.office {
    color: #4dc4d3;
}


p.phone {
    margin-bottom: 0;
    color: #002856;
}

h3.title {
    padding: 20px 0 10px 0;
}

.link-alt a {
    color: #002856;
    text-decoration: underline; 
    font-weight: normal;
}

.link-alt a:hover {
    color: #4dc4d3;
}

a.pub-list {
    display: block !important;
    line-height: 1.4 !important;
    margin-bottom: 25px;
}

a.icon-twitter {
    text-decoration: none;
    color: white;
}

a.icon-linkedin {
    text-decoration: none;
        color: white;
}

.list-unstyled > a {
    color: #465560;
    text-decoration: none;
    font-weight: 100;
    line-height: 
}

.list-unstyled > li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}

a.bio-link.btn.btn-link {
    padding-left: 40px;
    font-size: 14px;
    color: #002856;
    text-decoration: none;
    margin: -10px 0 40px 0;
}

a.btn.btn-link:hover {
    color: #4dc4d3;
}

.contact-information {
    padding-bottom: 40px;
}

.viewport.change-order.in-viewport > div:nth-child(even) {
    flex-direction: row-reverse;
}

.contact-banner.visual {
    min-height: 160px;
}

.row.in-line {
    display: flex;
    justify-content: center;
    align-content: center;
}

h2.text-alt.text-inline {
    margin: 0 40px;
    font-size: 30px;
    font-weight: 100;
}

a.btn.btn-alt.btn-primary {
    padding: 8px 30px;
    font-size: 12px;
    line-height: 2;
}

a.btn.btn-primary.employee {
    padding: 8px 40px;
    display: none;
}

.tabs {
  position: relative;   
  height: 1000px; 
  clear: both;
  margin: 100px 0 25px;
  background: white;
  
}

.tab {
  float: left;
}

.tab label {
    background: white;
    padding: 3px 30px;
    border: 1px solid #002856;
    margin-left: 15px;
    position: relative;
    left: 1px;
    top: -31px;
    -webkit-transition: background-color .17s linear;
    border-radius: 3px;
    color: #002856;
    font-size: 12px;
    font-weight: 100;
}


.tab [type=radio] {
  display: none;   
}

.tab-content {
    position: absolute;
  top: -1px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0px;
  padding: 20px;
  border: 1px solid #002856; 
  -webkit-transition: opacity .6s linear;
  opacity: 0;
  display: flex;
  min-height: 100%;
  overflow-y: auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.tab-content.map {
    padding: 0px;
    overflow: hidden;
    border: none;
}

[type=radio]:checked ~ label {
    background: #002856;
    border-bottom: none;
    z-index: 2;
    color: white;
}

[type=radio]:checked ~ label ~ .tab-content {
  z-index: 1;
  opacity: 1;
}


.locations-repeat > h4 {
    font-size: 16px;
    color: #002856;
    font-weight: bold;
    margin: 0 0 5px 0;

}

.locations-repeat {
    margin: 10px;
}

.locations-address > p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0 0px;
}

.locations-address {
    margin: 0;
}

.locations-repeat > p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.top-spacer {
    margin-top: 80px;
}

.i-border {
    border-left: solid 1px #002856;
    padding: 3px 5px 3px 10px;
    font-size: 16px
}

a.i-border {
    margin-right: -2px;
}

a.text-bold {
    font-weight: bold;
}

a.alt-color {
    color: #4dc4d3;
}

a.fa {
    font-size: 15px;
}

.topnav {
    height: 60px;
    width: 100%; 
    position: fixed; 
    z-index: 1;
    top: -60px;
    left: 0;
    color: white;
    background-color: #002856; 
    padding-top: 20px;
    transition: all 1s ease;
    justify-content: space-between;
}


.language-box .language-drop {
    margin: 0;
	padding: 0;
	list-style: none;
}

.language-box .language-opener {
	color: #fff;
}

.language-box .language-opener:hover {
	color: #1591b1;
}

.language-box {
	float: right;
}

.language-box .language-opener {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-top: 12px;
	color: #1591b1;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 30px;
}

.language-box .language-opener:hover {
	color: #687e18;
}

.language-box .language-drop {
	position: fixed;
	height: 100vh;
	top: 0;
	right: -80px;
	bottom: 0;
	background: rgba(255, 255, 255, .95);
	width: 350px;
	padding: 60px 48px 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.language-box .language-drop .language-close {
	color: #002856;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin: 0 0 34px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.language-box .language-drop .language-close:hover {
	color: #fe5500;
}

.language-box .language-drop .language-close i {
	font-size: 23px;
	margin: 0 19px 0 0;
}

.language-box .language-drop .title {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #002856;
	margin: 0 0 30px;
}

.language-box .language-drop .title.other {
	margin-bottom: 15px;
}

.language-box .language-drop .select-base-language {
	margin-bottom: 30px;
}

.language-box .language-drop .select-base-language li {
	display: block;
	margin: 0 -48px 10px -88px;
	padding: 0 48px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.language-box .language-drop .select-base-language li.active {
	background: #eee;
}

.language-box .language-drop .select-base-language li:hover {
	background: #eee;
}


.language-box .language-drop .link {
	display: block;
	text-decoration: none;
	outline: none;
	color: #002856;
	font-size: 14px;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
}

.language-box.language-active .language-drop {
	visibility: visible;
	opacity: 1;
}


a.language-opener.fa.fa-globe.i-border {
    font-size: 15px;
    margin: 0 0 0 7px;
    color: #002856;
}

/* Search bar */

.push-down {
    background-color: #002856;
    
    /* height: 60px; */
    /* width: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block !important;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    /* transform: translateY(-100%); */
    opacity: 0;
    visibility: hidden;
}

.pushed .push-down {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
 
.pushed .content {
   padding-top: 54px;
   /* padding: 0; */
}

.pushed .navbar {
    position: relative;
}

.row.search-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 60px; */
    padding: 12px 30px;
    color: white;
}

.search-form.form-control {
    height: 20px;
    width: 160px;
}


.post .link-holder.publication-block:hover .sub-title, 
.post .link-holder.publication-block:hover .title, 
.post .link-holder.publication-block:hover .btn-link
.post .link-holder.publication-block:hover .authors {
    color: white;
}






.post.thumbnail.move-effect.delay3.publication-block {
    border: 1px solid #bbb;
    padding: 20px 40px;
    margin: 6px;
}


.team-pic {
    margin-bottom: 0px !important;
}

.authors a {
    text-decoration: underline;
    color: #002856 !important;
    font-weight: 500;
}

.authors a:hover {
    text-decoration: underline;
    color: grey !important;
    font-weight: 500;
}



@media (min-width: 600px) {
    .post.thumbnail.move-effect.delay3.publication-block {
        width: 48%;
    } }
@media (min-width: 991px) {
    .post.thumbnail.move-effect.delay3.publication-block {
        width: 32%;
    } }
    

.media-post {
    width: 50% !important; }
    @media (max-width: 600px) {
        .media-post {
            width: 100% !important;
        }
    }

.publication-block-hover:hover {
    background: #4dc4d3;
    color: #fff;
}

.publication-block-hover:hover .title {
    color: #fff;
}


h2.publication-title.title {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #4dc4d3;
	position: relative;
}


h2.publication-title.title:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: #4dc4d3;
	width: 7px;
	height: 7px;
	transform: translateY(-3px);
}

.publication-block-hover:hover .publication-title.title {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #fff;
	position: relative;
	color: white;
}


.publication-block-hover:hover .publication-title.title:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	width: 7px;
	height: 7px;
	transform: translateY(-3px);
}



.publication-date {
    font-size: 14px;
    color: #4dc4d3;
}



#navbar {
    transition: margin-top .5s;
    /*padding: 20px;*/
}

.topnav-search {
    display:flex;
    justify-content: space-between;
    align-items: center;
}


@media (min-width: 480px) {
	.visual {
		min-height: 50vw;
	}

	.visual .video-holder {
		height: 260px;
		margin-bottom: -70px;
	}

	.video-block .video-holder {
		height: 320px;
	}

	.filter-select,
	.filter-search {
		max-width: 50%;
	}

	.posts > .thumbnail,
	.posts > .post {
		width: 48%;
	}
}

@media (min-width: 768px) {
    
	.btn {
        padding: 8px 20px;
        font-size: 11px;
        font-weight: 200;
        line-height: 1.556;
        border-radius: 5px;
	}

	.btn-link {
		padding: 0;
	}

	.navbar-nav {
		font-size: 18px;
	}

	.navbar-nav .drop .link-back {
		font-size: 18px;
	}

	.visual {
		min-height: 400px;
	}

	.visual.hero {
		min-height: 368px;
	}

	.visual.video-visual {
		min-height: 568px;
	}

	.visual.video-visual .jumbotron h1 {
		margin: 0 0 23px;
	}

	.visual.video-visual .jumbotron p {
		margin: 0 0 30px;
	}

	.visual .video-holder {
		height: 300px;
		max-width: 600px;
	}

	.contact-content .heading {
		margin: 0 0 20px;
	}

	.login-content {
		padding: 50px 0 100px;
	}

	.thanky-content {
		padding: 50px 0 100px;
	}

	.boxes-content {
		padding-top: 50px;
	}

	.boxes-content .intro {
		padding: 0 0 50px;
	}

	.video-block .video-holder {
		height: 240px;
	}

	.logo-list .partner-logo {
		width: 21%;
		margin: 0 2% 44px;
	}

	.callout > .thumbnail,
	.callout > .post {
		width: 33.33%;
	}

	.news > .thumbnail,
	.news > .post {
		width: 50%;
	}

	.post .post-logo {
		max-width: 100%;
		width: auto;
	}

	.boxes-content .two-boxes,
	.boxes-content .four-boxes,
	.boxes-content .three-boxes {
		margin-left: -15px;
		margin-right: -15px;
	}

	.boxes-content .two-boxes .post-box,
	.boxes-content .four-boxes .post-box,
	.boxes-content .three-boxes .post-box {
		padding: 0 15px;
	}

	.boxes-content .four-boxes .post-box {
		width: 50%;
	}

	.boxes-content .three-boxes .post-box {
		width: 33.33%;
	}

	.boxes-content .two-boxes .post-box {
		width: 50%;
	}

	.post-box {
		min-height: 300px;
	}

	.case-boxes {
		margin: 0 -15px;
	}

	.case-boxes .post-box {
		width: 50%;
		padding: 0 15px;
	}
	
	.boxes.case-boxes.move-effect.delay3.row-boxes {
	    margin: 0 0 100px 0;
	}

	.footer-holder .social-networks {
		justify-content: flex-start;
	}

	.footer-holder .social-networks li {
		margin: 0 16px 0 0;
	}

	#footer {
		text-align: left;
	}

	.footer-logo {
		margin-bottom: 45px;
	}
	
	.search-form.form-control {
	    width: 300px;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 15px;
	}

	h1,
	.h1 {
		font-size: 40px;
		margin: 0 0 30px;
	}

	h2,
	.h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}

	h3,
	.h3 {
		font-size: 22px;
		margin: 0 0 30px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}

	.social-networks li {
		margin: 0 11px 0 0;
	}

	.social-networks a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.thanky-content h1 {
		font-size: 50px;
		font-weight: 500;
	}

	.thanky-content .btn-group {
		padding-top: 30px;
	}

	.thanky-content .btn {
		min-width: 300px;
		margin-bottom: 15px;
	}
	
	.pushed .content {
        padding-top: 64px;
    }

	.content .btn-group {
		padding-top: 30px;
	}

	.content .btn {
		min-width: 300px;
		margin-bottom: 15px;
	}

	.back-to {
		margin: 0 0 47px;
	}
	
	.hover-element >li> a:hover {
        position: relative;
    	color: black;
    	border-bottom: 1px solid #4dc4d3;
    	padding: 0 10px;
        margin: 0 -10px -1px 20px;
    }
    
    .hover-element >li> a:hover:after {
    	content: "";
    	position: absolute;
    	top: 100%;
    	right: 0;
    	background: #4dc4d3;
    	width: 6px;
    	height: 6px;
    	transform: translateY(-3px);
    }
    
    .navbar-brand {
        width: 280px;
    }
    
    .navbar-nav .hover > a {
        position: relative;
    	color: black;
    	border-bottom: 1px solid #4dc4d3;
    	padding: 0 10px;
        margin: 0 -10px -1px 20px;
    }
    
    .navbar-nav .hover > a:after {
    	content: "";
    	position: absolute;
    	top: 100%;
    	right: 0;
    	background: #4dc4d3;
    	width: 6px;
    	height: 6px;
    	transform: translateY(-3px);
    }

	#content {
		padding: 80px 0;
	}

	.title-list {
		font-size: 18px;
	}

	blockquote {
		font-size: 28px;
	}

	cite {
		font-size: 20px;
	}

	.intro {
		padding: 40px 0;
	}

	.intro .btn {
		min-width: 300px;*/
	}

	.intro .btn-group {
		padding-top: 36px;
	}

	.list li:before {
		top: 11px;
		width: 6px;
		height: 6px;
	}

	.progress-bar .circle-holder {
		width: 83px;
		height: 83px;
		margin: 0 auto 23px;
	}

	.progress-bar .circle,
	.progress-bar .circle-background {
		stroke-width: 8;
	}

	.progress-bar .number {
		font-size: 50px;
	}

	.container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}

	.jcf-select {
		height: 60px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 100px 0 25px;
		line-height: 40px;
	}

	.jcf-select .jcf-select-opener {
		width: 63px;
		font-size: 14px;
	}

	.jcf-list .jcf-option {
		padding: 10px 25px;
	}

	.form-control {
		padding: 19px 25px;
		height: 60px;
	}

	.form-group {
		margin-bottom: 30px;
	}

	.login-form h1 {
		margin-bottom: 36px;
	}

	.login-form .btn {
		min-width: 300px;
		margin-bottom: 15px;
	}

	.contact-form {
		margin-bottom: 0;
	}

	.contact-form .btn {
		min-width: 300px;
		margin-bottom: 15px;
	}

	.contact-form .form-group {
		margin-bottom: 44px;
	}

	#header {
		height: 100px;
	}

	.navbar {
		background: #fff;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		align-items: center;
		padding: 26px 25px;
		height: 100px;
		transform: translate3d(0, 0, 0);
	}

	.navbar-header {
		width: auto;
		background: none;
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.navbar-collapse {
		position: relative;
		transform: translateY(0);
		top: 0;
		height: auto;
		flex-grow: 1;
		padding: 0;
		background: none;
		overflow: visible;
		align-items: center;
	}

	.navbar-nav {
		display: flex;
		justify-content: flex-end;
        color: #465560;
		align-items: stretch;
		font-size: 15px;
	}

	.navbar-nav li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid transparent;
	}

	.navbar-nav li > a {
		display: flex;
		align-items: center;
		height: 36px;
		margin: 0 0 0 30px;
	}

	.navbar-nav .login a {
		display: block;
		padding: 10px;
		border: 1px solid #4dc4d3;
		border-radius: 30px;
		min-width: 160px;
		text-align: center;
		transition: color .3s ease-in-out, background .3s ease-in-out;
	}

	.navbar-nav .login a:hover {
		background: #4dc4d3;
		color: #fff;
	}

	.navbar-nav .drop {
		overflow: visible;
		transform: translateX(0);
		top: 100%;
		padding: 15px 0 0;
		bottom: auto;
		background: none;
		opacity: 0;
		visibility: hidden;
		left: 0;
		right: auto;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}
	
	.navbar-nav .right-position .drop {
	    left: auto;
	    right: 0;
	}

	.navbar-nav .drop .link-back {
		display: none;
	}

	.navbar-nav .drop hr {
		display: none;
	}

	.navbar-nav .drop ul {
		background: rgba(255, 255, 255, .95);
		width: 252px;
		font-size: 15px;
		text-align: left;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
		font-weight: 100;
		padding-bottom: 10px;
	}

	.navbar-nav .drop ul a {
		display: block;
		padding: 11px 20px;
		color: #808080;
		margin: 0;
		transition: background .3s ease-in-out;
	}

	.navbar-nav .drop ul a:hover {
		background: #f2f2f2;
		color: #808080;
	}

	.navbar-nav .drop li {
		margin: 0;
	}

	.navbar-nav .drop .drop-title {
		display: none;
	}

	.navbar-nav .hover .drop {
		opacity: 1;
		visibility: visible;
	}

	/*.navbar-nav .has-drop[data-open-close] > [data-opener]:after {
		display: none;
	}

	.navbar-nav [data-open-close] > [data-opener]:after {
		display: none;
	}*/

	.nav-opener {
		display: none;
	}

	.visual .decor {
		height: 100px;
		left: 25px;
	}

	.visual blockquote {
		font-size: 20px;
	}

	.visual blockquote q {
		margin: 0 0 40px;
	}

	.visual blockquote cite {
		font-size: 20px;
	}

	.visual .video-holder {
		max-width: 890px;
		height: 430px;
		margin: 50px auto -200px;
	}

	.visual .visual-holder {
		padding: 50px 0;
	}

	.visual.with-video .visual-holder {
		padding: 90px 0 0;
	}

	.visual.with-video + [class*="content"] {
		padding-top: 50px;
	}

	.js-popup-video .closer {
		width: 40px;
		height: 40px;
	}

	.js-popup-video .closer:before,
	.js-popup-video .closer:after {
		width: 100%;
		height: 3px;
	}

	.js-popup-video iframe,
	.js-popup-video video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.contact-content {
		padding: 60px 0 70px;
	}

	.contact-content .content-title {
		font-size: 50px;
		margin-top: -5px;
		margin-bottom: 20px;
	}

	.contact-content .heading {
		margin: 0 0 41px;
	}

	.contact-content .contact-form {
		padding-top: 8px;
	}

	.contact-content .info-column .info {
		margin: 0 0 28px;
	}

	.contact-content .info-column .info .title {
		font-size: 18px;
	}

	.contact-content .info-column .social-networks {
		font-size: 30px;
		padding-top: 27px;
	}

	.contact-content .info-column .social-networks li {
		margin-right: 38px;
	}

	.login-content {
		padding: 70px 0;
	}

	.content {
		padding: 110px 0 70px;
	}

	.content .intro {
		padding: 0 0 60px;
	}

	.content .intro:last-child {
		padding-bottom: 20px;
	}

	.content blockquote.after-video {
		font-size: 40px;
	}

	.content blockquote.after-video cite {
		font-size: 24px;
	}

	.content + .posts-content {
		padding-top: 0;
	}

	.thanky-content {
		padding: 84px 0 125px;
	}

	.posts-content {
		padding: 60px 0;
	}

	.posts-content .title-content {
		margin: 0 0 50px;
	}

	.boxes-content {
		padding-top: 80px;
	}

	.boxes-content .intro {
		padding: 0 0 100px;
	}

	.boxes-content .boxes {
		margin-bottom: 34px;
	}

	.boxes-content .boxes + .intro {
		padding-top: 52px;
	}

	.boxes-content + .posts-content {
		padding-top: 20px;
	}

	.intro-content {
		padding: 70px 0;
	}

	.error-content {
		padding: 150px 0;
	}

	.error-content h1 {
		font-size: 70px;
	}

	.counter-content {
		padding: 55px 0 63px;
	}

	.counter .title {
		font-size: 24px;
	}

	.video-block {
		font-size: 20px;
	}

	.video-block .video-holder {
		height: 320px;
	}

	.partners-content {
		padding: 92px 0;
	}

	.partners-content h2 {
		margin: 0 0 50px;
	}

	.logo-list .partner-logo {
		width: 23%;
		margin: 0 1% 44px;
	}

	.filter-form {
		margin: 0 0 58px;
	}

	.filter-form [class*="icon-"] {
		font-size: 30px;
	}

	.filter-select,
	.filter-search {
		padding-left: 50px;
	}
	
	.filter-banner-holder {
	    height: 80px;
	    padding: 20px;
	    background-color: #eee;
	}
	
	form.filter-form.form-control {
        background: white;
        height: 40px;
    }
    
    span.jcf-select.jcf-unselectable.jcf-select-form-control {
        height: 40px;
        background: #f2f2f2;
        color: #465560;
        border: none;
        padding-left: 10px;
        padding-top: 10px;
        height: 60px;
    }
    
    .form-control:focus {
        border-color: #4dc4d3;
        outline: 0;
    }
    
    
    
    label {
        font-weight: 100;
    }
    
    input.filter-form.form-control {
        height: 40px;
        background: white;
    }
    
    button.btn.btn-primary.filter-form {
        height: 40px;
        padding: 0 60px;
        font-size: 12px;
    }

	.posts > .thumbnail,
	.posts > .post {
		width: 33.33%;
	}

	.callout > .thumbnail,
	.callout > .post {
		width: 30%;
	}

	.news > .thumbnail,
	.news > .post {
		width: 25%;
	}

	.post {
		margin: 0 0 54px;
	}

	.post .img-holder {
		margin: 0 0 31px;
	}

	.post .sub-title {
		font-size: 18px;
	}

	.single-post {
		padding: 52px 0 115px;
	}

	.single-post .heading {
		padding-bottom: 28px;
		margin-bottom: 28px;
	}

	.single-post .heading .date {
		font-size: 17px;
	}

	.single-post .heading .name {
		font-size: 40px;
	}

	.single-post address,
	.single-post p {
		margin-bottom: 28px;
	}

	.single-post blockquote {
		margin-bottom: 34px;
	}

	.single-post .title {
		font-size: 18px;
	}

	.single-post .info {
		margin: 0;
	}

	.single-post .info .sub-title {
		font-size: 18px;
	}

	.boxes-content .four-boxes .post-box {
		width: 25%;
	}

	.post-box .caption {
		padding: 30px 40px;
	}

	.post-box .sub-title {
		font-size: 20px;
	}

	.case-boxes .post-box {
		width: 50%;
	}

	.case-boxes .post-box:nth-child(10n+1),
	.case-boxes .post-box:nth-child(10n+2),
	.case-boxes .post-box:nth-child(10n+3),
	.case-boxes .post-box:nth-child(10n+8),
	.case-boxes .post-box:nth-child(10n+9),
	.case-boxes .post-box:nth-child(10n+10) {
		width: 33.33%;
	}

	.slideshow .btn-controls {
		bottom: 48px;
		right: 25px;
	}

	.switcher li {
		margin: 0 8px;
	}

	.switcher a {
		width: 16px;
		height: 16px;
	}

	.slick-slider {
		padding-bottom: 90px;
	}

	.slick-arrow {
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 20px;
	}

	.footer-row {
		padding: 8px 0;
	}

	.footer-holder {
		padding: 50px 0 56px;
	}

	.footer-holder .social-networks li {
		margin: 0 11px 0 0;
	}

	.footer-logo {
		margin: 0 0 20px;
	}
	
	.posts-content .posts > .post {
        width: 33.33% !important;
    }
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.navbar-brand {
        width: 320px;
    }

	.navbar {
		padding: 26px 80px;
	}

	.navbar-nav li > a {
	}

	.navbar-nav .drop ul a {
		padding: 11px 26px;
	}

	.visual .decor {
		left: 60px;
	}

	.visual .video-holder {
		height: 494px;
	}

	.contact-content {
		padding: 100px 0 120px;
	}

	.contact-content .info-column {
		padding-left: 7px;
	}

	.login-content {
		padding: 90px 0 80px;
	}

	.content + .posts-content {
		padding-top: 0;
	}

	.thanky-content {
		padding: 103px 0 185px;
	}

	.posts-content {
		padding: 25px 0;
	}

	.boxes-content + .posts-content {
		padding-top: 40px;
	}
	

	.intro-content {
		padding: 110px 0;
	}

	.error-content {
		padding: 200px 0;
	}

	.error-content h1 {
		font-size: 80px;
	}

	.partners-content h2 {
		margin: 0 0 74px;
	}

	.callout > .thumbnail,
	.callout > .post {
		width: 28%;
	}

	.news > .thumbnail,
	.news > .post {
		width: 21%;
	}

	.post-box .caption {
		padding: 20px 47px;
	}

	.slideshow .btn-controls {
		right: 60px;
	}

	.footer-holder {
		padding: 50px 0 56px;
	}
	
	.team-list.posts > .thumbnail {
	    width: 25%;
	}
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 150px;
        padding-right: 150px;
        max-width: 1800px;
    }
}

@media (max-width: 1023px) {
    
    .pushed .navbar-collapse {
        top: 108px;
    }
    
	.navbar-nav .drop {
		top: 0 !important;
		left: 0 !important;
	}
	
	.container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .align-bottom {
        margin: 40px 0;
    }
    
    
    .navbar-nav .has-drop[data-open-close] > [data-opener]:after {
    	display: inline-block;
    }
    
    
    .navbar-nav [data-open-close] > [data-opener]:after {
    	content: "";
    	font-family: "icomoon" !important;
    	speak: none;
    	font-style: normal;
    	font-weight: normal;
    	font-variant: normal;
    	text-transform: none;
    	line-height: 1;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	color: #4dc4d3;
    	font-size: 6px;
    	display: inline-block;
    	vertical-align: middle;
    	margin: 0 0 0 5px;
    	display: none;
    }
}

@media (max-width: 767px) {
	.post-box:last-child {
		margin-bottom: 0;
	}
	
	.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer-logo {
        margin: auto;
    }
    
    .align-bottom {
        margin: 40px auto;
    }
    
    .language-box {
		display: none;
	}
	
	.col-sm-6.container-caption {
        margin-bottom: 40px;
    }
    
    .col-sm-6.container-image {
        margin-bottom: 40px;
    }

}

sup {
    vertical-align: super;
    font-size: 40%;
}

.gs-title {
    height: 1.6em !important;
}

.list-unstyled a[href='#'] {
    pointer-events: none;
    cursor: default;
    display: block;
    text-decoration-line: none;
}

.counter span,
.counter h3 {
    transition: color .3s;
}

.counter > a[href=''] {
    display: block;
    cursor: default;
    pointer-events: none;
}

.counter > a[href=''] span,
.counter > a[href=''] h3 {
    color: #004876 !important;
}

.cteh-hr {
    overflow: visible;
}

.cteh-hr:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    background: #4dc4d3;
    width: 7px;
    height: 7px;
    transform: translateY(-5px);
}

.service-posts > .post p {
    color: #465560;
}

.service-posts > .post {
    padding-top: 25px;
}

.service-posts > .post p {
    transition: color .3s ease-in-out;
}

.service-posts > .post:hover p,
.service-posts > .post:hover h2 {
    color: #4dc4d3;
}


#search-icon {
    pointer-events: all !important;
    cursor: pointer !important;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 60px;
    z-index: 999;
}

#legend > div {
    margin-bottom: 10px;
}

#legend > div:last-child {
    margin-bottom: 0;
}
#legend img {
    vertical-align: middle;
    max-width: 80%;
}

.faq-list-accordeon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list-accordeon li {
  background-color: #f2f2f2;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.faq-list-accordeon li.active .opener .decor:after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq-list-accordeon .opener {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #0f2c57;
  position: relative;
  padding: 15px 50px 0 15px;
  display: block;
}

.faq-list-accordeon .opener .decor {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0f2c57;
}

.faq-list-accordeon .opener .decor:before,.faq-list-accordeon .opener .decor:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #0f2c57;
  transform: translate(-50%, -50%);
}

.faq-list-accordeon .opener .decor:after {
    transition: transform .3s ease-in-out;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list-accordeon .slide {
    font-size: 14px;
    letter-spacing: .85px;
    color: #465561;
    padding: 15px 15px 0 15px;
}

.faq-list-accordeon .slide p:last-child {
    margin-bottom: 0;
}

.faq-section {
    padding: 40px 0 40px;
}

.faq-section .container {
    width: 100%;
    max-width: 1208px;
}

.faq-section .title-holder {
    margin-bottom: 35px;
}

.faq-section .title-holder h1 {
    font-size: 35px;
    font-weight: 300;
    color: #0f2c57;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .faq-list-accordeon .slide {
        padding: 15px 90px 0 15px;
        font-size: 17px;
    }
    
    .faq-list-accordeon li {
        padding-bottom: 33px;
    }
    
    .faq-list-accordeon .opener .decor {
      top: 30px;
      right: 39px;
      width: 41px;
      height: 41px;
    }
    
    .faq-list-accordeon .opener {
      font-size: 24px;
    }
        
    .faq-list-accordeon .opener .decor:before,
    .faq-list-accordeon .opener .decor:after {
      width: 23px;
    }
    
    .faq-section .title-holder {
        max-width: 640px;
        margin-bottom: 50px;
    }
    
    .faq-section .title-holder h1 {
        font-size: 40px;
        letter-spacing: -0.5px;
    }
}

@media (min-width: 1024px) {
    .faq-list-accordeon .slide {
        padding: 9px 180px 0 39px;
        line-height: 1.8;
    }
  
    .faq-section {
        padding: 69px 0 81px;
    }
    
    .faq-list-accordeon .opener {
      padding: 24px 90px 0 39px;
    }
    
    .faq-section .title-holder {
        padding-left: 26px;
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 76px;
    }
    
    .faq-section .title-holder h1 {
        font-size: 50px;
    }
    
    .contact-sidebar {
        /* padding-left: 40px; */
        padding: 72px 0 93px 0;
    }
    
    .contact-sidebar .text-box {
        padding-left: 72px;
        font-size: 17px;
        max-width: 672px;
        line-height: 1.8;
        margin-bottom: 0;
    }
    
    .contact-sidebar .text-box h2 {
        margin-bottom: 21px;
    }
    
    .contact-sidebar .main-contact {
        font-size: 17px;
        line-height: 1.8;
    }
    
    .contact-sidebar .main-contact h5 {
        margin: 0 0 2px !important;
        font-size: 24px;
        color: #002856;
    }
}