body,
h2 {
	color: #181f28;
}

.col-centered,
.row-centered,
h3,
h4 {
	text-align: center;
}

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}

.lightSlider:after,
.lightSlider:before {
	content: " ";
	display: table;
}

.lightSlider {
	overflow: hidden;
	margin: 0;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #428bca;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none;
	padding-left: 0;
	margin: 0;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table;
}

.lSAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(../img/controls.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
	opacity: 1;
}

.lSAction > .lSPrev {
	background-position: 0 0;
	left: 10px;
}

.lSAction > .lSNext {
	background-position: -32px 0;
	right: 10px;
}

.lSAction > a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}

.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
	float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
	float: right !important;
}

@-webkit-keyframes rightEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: -15px;
	}
}

@keyframes rightEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: -15px;
	}
}

@-webkit-keyframes topEnd {
	0%,
	100% {
		top: 0;
	}

	50% {
		top: -15px;
	}
}

@keyframes topEnd {
	0%,
	100% {
		top: 0;
	}

	50% {
		top: -15px;
	}
}

@-webkit-keyframes leftEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: 15px;
	}
}

@keyframes leftEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: 15px;
	}
}

@-webkit-keyframes bottomEnd {
	0%,
	100% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}
}

@keyframes bottomEnd {
	0%,
	100% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?9hn6bm);
	src: url(../fonts/icomoon.eot?9hn6bm#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?9hn6bm) format("truetype"), url(../fonts/icomoon.woff?9hn6bm) format("woff"), url(../fonts/icomoon.svg?9hn6bm#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e900";
}

.icon-copyright:before {
	content: "\e901";
}

.icon-detection:before {
	content: "\e902";
}

.icon-down:before {
	content: "\e903";
}

.icon-dropdown:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-forensics:before {
	content: "\e906";
}

.icon-intelligence:before {
	content: "\e907";
}

.icon-investigations:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

.icon-lock:before {
	content: "\e90a";
}

.icon-mail:before {
	content: "\e90b";
}

.icon-menu:before {
	content: "\e90c";
}

.icon-next:before {
	content: "\e90d";
}

.icon-previous:before {
	content: "\e90e";
}

.icon-privacy:before {
	content: "\e90f";
}

.icon-takedown:before {
	content: "\e910";
}

.icon-trademark:before {
	content: "\e911";
}

.icon-twitter:before {
	content: "\e912";
}

.icon-up:before {
	content: "\e913";
}

.col-centered {
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: top;
}

.grow-rotate,
.grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

::selection {
	background-color: #419ed8;
	color: #fff;
}

::-moz-selection {
	background-color: #419ed8;
	color: #fff;
}

::-o-selection {
	background-color: #419ed8;
	color: #fff;
}

::-ms-selection {
	background-color: #419ed8;
	color: #fff;
}

::-webkit-selection {
	background-color: #419ed8;
	color: #fff;
}

.img-responsive {
	display: inline-block;
	width: 100%;
}

#partners .img-responsive {
	width: 75%;
}

a {
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.btn-default,
.navbar .btn {
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
}

a:focus,
a:hover,
footer p a:focus,
footer p a:hover {
	color: #419ed8;
	text-decoration: none;
}

p a:focus,
p a:hover {
	color: #419ed8;
	text-decoration: underline;
}

ol,
p,
ul {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.8em;
}

h1 {
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-size: 3.5em;
	color: #fff;
}

h2 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 2em;
	text-transform: uppercase;
	color: #181f28;
	margin: 50px 0 20px;
}

h3 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #181f28;
	margin: 0 0 20px;
}

h4 {
	font-family: Lato, sans-serif;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-size: 1.3em;
	color: #555;
	margin: 0 0 40px;
}

h3 > a,
p > a {
	color: #181f28;
	font-weight: 700;
	text-decoration: none;
}

#footer-link a,
#footer-link a:hover,
#footer-link a:focus,
#social a,
#social a:hover,
#social a:focus,
h3 > a:hover,
h3 > a:focus,
p > a:hover,
p > a:focus {
	text-decoration: none;
}

h3 > a:hover {
	color: #419ed8;
	font-weight: 700;
}

a:hover,
a:focus {
	text-decoration: none;
}

.cta-link a {
	font-size: 1.2em;
	color: #419ed8;
	font-weight: 400;
	text-decoration: underline;
}

.cta-link a:hover,
.cta-link a:focus {
	color: #2785bf;
	text-decoration: underline !important;
}

.btn {
	text-transform: uppercase;
	white-space: break-spaces;
}

.header {
	width: 100%;
	position: absolute;
	z-index: 10;
}

.header ul {
	font-family: Lato, sans-serif;
	font-weight: 400;
	border: none;
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 1px;
}

.navbar .btn-group {
	font-size: 0.5em;
	padding: 8px 0 10px 55px;
}

.navbar .btn {
	font-size: 1.5em;
	background-color: transparent;
	border-radius: 0;
	transition: all ease-in-out 0.15s;
}

.dropdown-menu > li > a,
.header a {
	color: #fff;
	text-transform: uppercase;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.header a:focus {
	color: #419ed8;
	background-color: transparent;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group > .btn:focus,
.btn-group > .btn:hover {
	color: #419ed8;
	background-color: rgba(0, 0, 0, 0.25);
}

.dropdown-menu {
	top: 90%;
	min-width: 0;
	margin: 0;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.advisor,
.intro,
.page-section h2 {
	text-align: center;
}

#intro .container,
.header .container {
	border-bottom: none;
}

.navbar {
	margin: 15px;
	z-index: 1000;
}

.navbar-brand {
	padding: 5px;
}

.btn-default,
.btn-secondary {
	font-weight: 700;
	padding: 15px 50px;
	font-size: 1.2em;
	font-family: Lato, sans-serif;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-nav > li > a:hover {
	color: #419ed8;
	background: 0 0;
}

.nav-active {
	height: 1em;
	width: 75%;
	margin: -25px auto;
	border-bottom: 3px solid #419ed8;
}

.intro,
.page-section {
	width: 100%;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.btn-default {
	letter-spacing: 2px;
	color: #fff;
	margin: 30px 0 20px;
	background-color: #419ed8;
	border: none;
	border-radius: 5px;
	transition: all ease-in-out 0.15s;
}

.btn-default.focus,
.btn-default:focus {
	outline: 0;
	color: #fff;
	background-color: #419ed8;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover {
	outline: 0;
	color: #fff;
	background-color: #2785bf;
}

.btn-secondary {
	color: #419ed8;
	margin: 30px 0 20px 10px;
	background-color: transparent;
	border: none;
	box-shadow: inset 0 0 0 2px #419ed8;
	border-radius: 5px;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.intro .btn-secondary {
	color: #fff;
}

.contacts-bt {
	margin: 30px 0 20px;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary:hover {
	outline: 0;
	color: #419ed8;
	box-shadow: inset 0 0 0 4px #2785bf;
	background-color: transparent;
}

.btn-secondary.focus,
.btn-secondary:focus {
	background-color: transparent;
	color: #419ed8;
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px transparent;
	box-shadow: inset 0 3px 5px transparent;
}

#privacy-service > .container > .row > .btn-default {
	margin-bottom: 5px;
}

#antipiracy > .container > .row > p {
	margin-bottom: 50px;
}

.intro {
	height: 100%;
	height: 100vh;
	padding: 50px 0;
}

#overview-intro {
	background: url(../img/bg_1.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#services-intro {
	background: url(../img/bg_2.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#products-intro {
	background: url(../img/bg_3.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#company-intro {
	background: url(../img/bg_4.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#jobs-intro {
	background: url(../img/bg_5.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro > .container {
	position: relative;
	top: 80%;
	-webkit-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	transform: translateY(-80%);
}

.intro-content h1 {
	margin: 100px 0 30px;
}

.intro-content > p {
	font-size: 1.5em;
	color: #fff;
}

.logo-title {
	max-width: 300px;
	margin: 50px 0;
}

#management-team .img-responsive {
	width: 60%;
	margin-bottom: 20px;
}

#antipiracy h2,
#intellectual-property-protection h2 {
	margin: 50px 0 30px;
}

#legaltechforum,
#overview {
	padding-bottom: 50px;
}

.member {
	margin-bottom: 50px;
}

.p-title {
	font-family: Lato, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
}

.line-separator {
	height: 3px;
	width: 2em;
	background: #181f28;
	border-bottom: 1px solid #f28444;
	margin: 10px 0 15px;
}

#features {
	margin-top: 30px;
}

#features .reveal {
	margin: 0 30px 10px;
}

#features img {
	height: 8em;
	margin: 10px 0 30px;
}

#features h4 {
	margin-bottom: 40px;
}

#features a {
	opacity: 0.7;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#features a:hover {
	opacity: 1;
}

#features h1 {
	color: #ccc;
}

#mc_embed_signup {
	margin: 30px 50px 50px;
}

.input-group {
	margin: 0 0 2%;
}

.form-control {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	padding-left: 20px;
	height: 60px;
	border: 1px solid #bababa;
	border-radius: 0;
	border-right: none;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 1px 1px transparent;
	box-shadow: inset 0 1px 1px transparent;
	color: #181f28;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

#footer-link,
.btn-newsletter {
	font-family: Lato, sans-serif;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #181f28;
	background-color: rgba(0, 0, 0, 0);
	border-color: #419ed8;
}

.grow-shadow,
.reveal {
	box-shadow: 0 0 1px transparent;
	-moz-osx-font-smoothing: grayscale;
}

.form-control::-webkit-input-placeholder {
	color: #bababa;
}

.form-control:-moz-placeholder {
	color: #bababa;
}

.form-control::-moz-placeholder {
	color: #bababa;
}

.form-control:-ms-input-placeholder {
	color: #bababa;
}

.btn-newsletter {
	font-size: 2rem;
	height: 60px;
	padding: 0 25px;
	color: #fff;
	background-color: #419ed8;
	border-radius: 0;
	-webkit-transition: background-color ease-in-out 0.15s;
	-o-transition: background-color ease-in-out 0.15s;
	transition: background-color ease-in-out 0.15s;
}

.btn-newsletter:hover {
	color: #fff;
	background-color: #2785bf;
}

.btn-newsletter:focus {
	color: #fff;
	background-color: #419ed8;
}

.features-anim {
	padding: 10px;
	margin-bottom: 20px;
}

.grow-rotate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.grow-rotate:active,
.grow-rotate:focus,
.grow-rotate:hover {
	-webkit-transform: scale(1.1) rotate(10deg);
	transform: scale(1.1) rotate(10deg);
}

.grow-shadow {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: filter, transform;
	transition-property: filter, transform;
}

.grow-shadow:active,
.grow-shadow:focus,
.grow-shadow:hover {
	-webkit-transform: translateY(-8px) scale(1.05);
	transform: translateY(-8px) scale(1.05);
	-webkit-filter: drop-shadow(3px 7px 2px rgba(0, 0, 0, 0.07));
	filter: drop-shadow(3px 7px 2px rgba(0, 0, 0, 0.07));
}

#advisors h2,
#investors h2,
#extended h2 {
	margin-bottom: 50px;
}

.secondary-section .container {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #dadada;
}

.secondary-section h2 {
	margin-bottom: 30px;
}

#copyright-service {
	padding-bottom: 40px;
}

.advisor {
	vertical-align: top;
	margin-bottom: 20px;
}

#clients h2 {
	margin-bottom: 30px;
}

#clients img {
	padding: 2em;
}

.service .logo,
.services img {
	margin: 20px 0 40px;
	width: 70%;
}

#investors img {
	width: 75%;
}

.flex-team {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.focus-box {
	font-size: 1.5em;
	color: #419ed8;
	font-style: italic;
	border: 2px solid #419ed8;
	border-radius: 20px;
	margin: 30px 0 40px 0;
	padding: 25px;
}

.about-icon {
	max-height: 105px;
	padding: 10px 15px 15px;
}

#legaltechforum-intro {
	background: url(../img/lti_intro.jpg) 50% 0;
	min-height: 60vh;
	height: 60vh;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.client-logo {
	margin: 30px 0;
}

.thumb {
	position: relative;
	overflow: hidden;
}

.thumb img {
	width: 75%;
	padding: 20px;
}

.thumb > div {
	background-color: rgba(65, 158, 216, 0.85);
	color: #fff;
	opacity: 0;
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0;
	left: 1%;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.thumb:hover > div {
	display: block;
	opacity: 1;
}

.thumb > div div {
	padding: 20px 40px;
}

.thumb li,
.thumb p {
	font-size: 1.1em;
	white-space: pre-wrap;
	text-align: justify;
}

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 99999999;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}

.scroll-top-wrapper > .btn-default {
	font-size: 1.5em;
	margin: 0;
	padding: 11px 15px 10px;
}

/* CARDS */
.panel {
	background-color: #fff;
	border-radius: 15px;
	border: none;
	text-align: center;
	box-shadow: 0px 3px 50px #0000001f;
}

.panel-body {
	padding: 25px;
}

.panel-body > h4 {
	margin-top: 30px;
}

.p-description {
	margin-bottom: 30px;
}

.features .panel .img-responsive {
	max-height: 100px;
	padding: 10px;
}

.features .panel p {
	text-align: left;
	font-size: 1.2em;
}

.footer {
	background: url(../img/AbstractTriangles_Grey.svg) center center no-repeat #181f28;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #419ed8;
}

.footer p {
	margin: 10px 0;
	text-align: center;
	font-size: 1.2em;
}

#social {
	font-size: 1.5em;
	margin: 0 0 30px;
}

#social a {
	margin: 15px;
}

#footer-link {
	font-size: 1em;
	margin: 30px 0 40px;
}

#jobs-intro h1 {
	margin-top: 0;
}

#jobs-1 h2,
#jobs-1 h3 {
	margin-top: 40px;
	text-align: left;
}

#jobs-1 ol,
#jobs-1 p,
#jobs-1 ul {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.7;
}

.hidden-section {
	opacity: 0;
}

.visible-section {
	opacity: 1;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	overflow: hidden;
}

.reveal:before {
	content: "";
	position: absolute;
	z-index: 1000000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #419ed8;
	border-style: solid;
	border-width: 0;
	border-radius: 100%;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.reveal:active:before,
.reveal:focus:before,
.reveal:hover:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 5px;
}

.fade.in {
	z-index: 999999;
}

.modal-open .modal {
	z-index: 9999999;
}

.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px transparent;
	box-shadow: 0 5px 15px transparent;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-footer {
	text-align: center;
}

.privacy a {
	color: #181f28;
}

.privacy a:hover {
	color: #419ed8;
}

.privacy p,
ol,
ul {
	font-size: 1em;
}

#disclaimer,
.cookie > p,
.privacy h3 {
	font-size: 1.2em;
}

#contentpub #poweredBy {
	visibility: hidden;
}

.cookie {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	color: #181f28;
}

.cookie > p {
	margin-bottom: 0;
}

#cookie-link {
	color: #181f28;
	font-weight: 700;
}

#cookie-link:hover {
	color: #419ed8;
	font-weight: 700;
}

.cookieButton {
	margin: 0;
	font-size: 0.9em;
	padding: 5px 15px;
}

.cookieModalButton {
	margin: 0;
	font-size: 1.1em;
	padding: 5px 15px;
}

.cookieHideAnim {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.cookieShowAnim {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cookieContainer {
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	transition: transform 1s ease-in-out;
}

@media (max-width: 767px) {
	h1 {
		font-size: 2.2em;
	}

	.intro-content h1 {
		margin: 100px 0 10px;
	}

	.intro-content p {
		font-size: 1.2em;
	}

	.header a {
		color: #181f28;
	}

	.collapse.in,
	.collapsing {
		background: rgba(255, 255, 255, 1);
	}

	#main-nav > .pull-right {
		float: none !important;
	}

	#main-nav {
		text-align: center;
		border-top-width: 0;
		margin-top: 15px;
	}

	.active > a {
		color: #419ed8;
	}

	.navbar {
		margin: 0;
	}

	.btn-default,
	.cta-link {
		margin: 30px 0 0;
	}

	#features img {
		height: 9em;
		margin: 20px 0;
	}

	#mc_embed_signup {
		margin: 30px 0 50px;
	}

	.social-contacts {
		text-align: center;
		font-size: 1.5em;
		margin-bottom: 40px;
	}

	.social-contacts a {
		margin: 10px;
	}

	.member {
		margin: 20px 0;
	}

	.member img {
		padding: 0 2em;
	}
}

@media (max-width: 992px) {
	@-webkit-keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
}

@media (min-width: 1920px) {
	p {
		font-size: 1.4em;
	}
}

#main-nav .dropdown-menu {
	font-size: 18px;
}

#main-nav .dropdown-menu > li > a {
	padding: 5px 30px;
}

#main-nav .nav .open > a {
	background-color: #00000000;
}
