@import url("../../../../vxe1rit.css");
@import url('../../../../css-1');

@font-face {
font-family: "Gotham Condensed";
src: url("../fonts/Gotham-Condesed/gothamcondensed-bold-webfont.eot");
src: url("../fonts/Gotham-Condesed/gothamcondensed-bold-webfont.eot") format("eot"), url("../fonts/Gotham-Condesed/gothamcondensed-bold-webfont.woff") format("woff2"), url("../fonts/Gotham-Condesed/gothamcondensed-bold-webfont.woff") format("woff"), url("../fonts/Gotham-Condesed/gothamcondensed-bold-webfont.ttf") format("truetype");
}

@font-face {
font-family: "Gotham Book";
src: url("../fonts/Gotham/gothambook-webfont.eot");
src: url("../fonts/Gotham/gothambook-webfont.eot") format("eot"), url("../fonts/Gotham/gothambook-webfont.woff") format("woff2"), url("../fonts/Gotham/gothambook-webfont.woff") format("woff"), url("../fonts/Gotham/gothambook-webfont.ttf") format("truetype");
}

@font-face {
font-family: "Gotham Black";
src: url("../fonts/Gotham/gotham-black-webfont.eot");
src: url("../fonts/Gotham/gotham-black-webfont.eot") format("eot"), url("../fonts/Gotham/gotham-black-webfont.woff") format("woff2"), url("../fonts/Gotham/gotham-black-webfont.woff") format("woff"), url("../fonts/Gotham/gotham-black-webfont.ttf") format("truetype");
}

@font-face {
font-family: "Titillium Regular";
src: url("../fonts/Titillium/titillium-regular-webfont.eot");
src: url("../fonts/Titillium/titillium-regular-webfont.eot") format("eot"), url("../fonts/Titillium/titillium-regular-webfont.woff") format("woff2"), url("../fonts/Titillium/titillium-regular-webfont.woff") format("woff"), url("../fonts/Titillium/titillium-regular-webfont.ttf") format("truetype");
}

@font-face {
font-family: "Titillium Light";
src: url("../fonts/Titillium/titillium-light-webfont.eot");
src: url("../fonts/Titillium/titillium-light-webfont.eot") format("eot"), url("../fonts/Titillium/titillium-light-webfont.woff") format("woff2"), url("../fonts/Titillium/titillium-light-webfont.woff") format("woff"), url("../fonts/Titillium/titillium-light-webfont.ttf") format("truetype");
}

@font-face {
font-family:  "Titillium Black Bold";
src: url("../fonts/Titillium/titillium-black-webfont.eot");
src: url("../fonts/Titillium/titillium-black-webfont.eot") format("eot"), url("../fonts/Titillium/titillium-black-webfont.woff") format("woff2"), url("../fonts/Titillium/titillium-black-webfont.woff") format("woff"), url("../fonts/Titillium/titillium-black-webfont.ttf") format("truetype");
}

@font-face {
font-family: "Titillium Bold";
src: url("../fonts/Titillium/titillium-bold-webfont.eot");
src: url("../fonts/Titillium/titillium-bold-webfont.eot") format("eot"), url("../fonts/Titillium/titillium-bold-webfont.woff") format("woff2"), url("../fonts/Titillium/titillium-bold-webfont.woff") format("woff"), url("../fonts/Titillium/titillium-bold-webfont.ttf") format("truetype");
}

/** {
	transition: all .8s;
}*/

/* --- BASE --- */

body {
   font-family: "Gotham Book", sans-serif;
   font-size: 16px;
   line-height: 1.65;
   color: #414042;
   background: #fff;
}

/* BODY BG */

html, body {
	position: relative;
	overflow-x: hidden;
}

body:not(.single-post)::after {
    content: "";
    display: block;
    position: absolute;
    width: 102%;
    left: 14%;
    right: 0;
    height: 70vh;
    max-height: 700px;
    background-color: #f4f5f5;
    bottom: 25%;
    z-index: -1;
    transform: rotate(-8deg)skew(-8deg) translateX(-15%);
}

.wrap {
	width: 88%;
	max-width: 1300px;
	margin: 0 auto;
}

.vc_row {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.pt0{
	padding-top: 0!important;
}

.pb0{
	padding-bottom: 0!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb0 h3, .mb0 h4{
	margin-bottom: 0px!important;
}

.uppercase{
    text-transform: uppercase;
}


/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Titillium Bold", sans-serif;
	line-height: 1.25;
	margin: 0 0 2rem 0;
	color: #333333;
	padding-top:10px;
}
h1 {
	font-size: 3.2rem;
	line-height: 1.25;
}
h2 {
	font-family: "Titillium Black Bold", sans-serif;
	font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
}
h3 {
	font-family: "Titillium Bold", sans-serif;
    font-size: 34px;
	line-height: 1.45;
}
h4 {
    font-size: 2rem;
    font-weight: 600;
}
h5 {
    font-size: 1.75rem;
    font-weight: 600;
}
h6 {
    font-size: 1.65rem;
    font-weight: 600;
}
.feat-heading .subtitle {
	font-size: 28px;
    line-height: 1.25;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Titillium Regular";
}
p {
	font-size: 1.65rem;
	line-height: 1.7;
	margin: 0 0 2.5rem 0;
}
.intro p {
	font-size: 22px;
}
.lead p {
	font-size: 2.3rem;
	line-height: 1.55;
	font-weight: 300;
	margin-bottom: 3rem;
}
.lead.center p {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
blockquote {
	margin: 0 0 3rem 0;
	padding-left: 1.7rem;
	border-left: 3px solid #f5f5f5;
}
blockquote p {
	font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.5;
}
cite {
    display: block;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: italic;
	margin-top: -1rem;
}
.ir-quote__author {
	margin-top: -2rem;
	padding-left: 2rem;
}
.ir-quote__author .name {
	font-size: 1.75rem;
	margin: 0;
}
.ir-quote__author .position {
	font-size: 1.45rem;
	text-transform: uppercase;
}
address {
	font-weight: 400;
	margin-bottom: 1em;
}
abbr,
acronym {
	cursor: help;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	font-size: 1.5rem;
	background-color: #fafafa;
	padding: .125em .25em;
}
code {
	word-wrap: break-word;
}
pre {
	max-width: 100%;
	font-size: .8em;
	white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #f1f1f1;
	overflow: auto;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.upp {
	text-transform: uppercase;
}

.sub-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
}

.core-heading {
	font-family: "Titillium", sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 5rem;
}

/* UTILITY CLASSES */

.mt-big {
		margin-top: 8rem !important;
}

.cent {
	width: 75%;
	margin: 0 auto;
}

/* --- LINKS --- */
a {
	display: inline-block;
	color: #000;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #687077;
}


/* --- BUTTONS --- */
.btn,
a.btn {
	display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0.7rem 3rem .7rem 3rem;
    color: #fff;
    background: #514998;
    border: 2px solid #514998;
    border-radius: 50px;
    font-family: titillium-web, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    transition: all 1s;
}
.btn.alt,
a.btn.alt {
	color: #000;
    background: transparent;
}
.btn.lg,
a.btn.lg {
	padding: .8rem 3.5rem;
}
.btn:hover,
.btn:active,
.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
	color: #fff;
    background: #ff9900;
    border: 2px solid #ff9900;
}
.page-banner .btn:hover,
.page-banner .btn:active,
.page-banner .btn:focus {
	color: #fff;
}
.btn.alt:hover,
.btn.alt:active,
.btn.alt:focus,
a.btn.alt:hover,
a.btn.alt:active,
a.btn.alt:focus {
	color: #fff;
	background: #687077;
}
.btn.full-width {
	display: block;
}
.btn.center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

a.btn.btn-secondary, .nav-previous a, .nav-next a {
	font-family: "Gotham Book", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
  line-height: 1.7;
	color: #717fc9;
	background: transparent;
	border:none;
	text-transform: lowercase;
}
a.btn.btn-secondary::after {
	content: ">";
	display: inline-block;
	margin-left: .5rem;
	vertical-align: middle;
}
a.btn.btn-secondary:hover {
  color: #ff9900;
}
.nav-previous a, .nav-next a {
  text-transform: uppercase;
  font-weight: 900;
}
.nav-previous a strong, .nav-next a strong {
  font-size: 1.65rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #414042;
  font-family: titillium-web, sans-serif;
  font-style: normal;
}
.single-post .post-navigation {
  margin-bottom: 5rem;
}


/* --- lists --- */
header ul,
footer ul,
#sidebar ul {
	list-style: none;
}
#content ul,
#content ol,
#content dl {
	margin: 0 0 3rem 2rem;
}
#content ul ul {
	padding-left: 0;
	margin-top: .5rem;
	margin-bottom: 0;
}
#content ol ol {
	padding-left: 1rem;
	margin-bottom: 0;
}
#content li {
	/*margin: 0 0 1rem 0;*/
}
#content dl {
	margin-bottom: 1tem;
}
#content dt {
	color: #000;
}
#content dd {
	margin: 0 0 1rem 0;
}

footer img {
    width: 350px;
}


/* --- IMAGES --- */
img {
    display: block;
    height: auto;
}
main img {
	max-width: 100%;
	margin-bottom: 1em;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.25em;
}
.wp-caption > a {
	display: block;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: .8em;
	font-weight: 400;
	padding:  .3em .5em .2em .5em;
	background: #fafafa;
	border-bottom: 2px solid #eaeaea;
}
.alignleft {
	display: inline-block;
	float: left;
	margin-top: .35em;
	margin-right: 1em;
}
.alignright {
	display: inline-block;
	float: right;
	margin-top: .35em;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* --- galleries --- */
.gallery {
	margin-bottom: 3rem;
	overflow: hidden;
}
h3 + .gallery {
	margin-top: -1.5rem;
}
.gallery + .gallery {
	margin-top: -1em;
}
.gallery-item {
	float: left;
	padding: 0 .2em .2em 0;
}
.gallery-icon a,
.gallery-icon img,
.tiled-gallery-item a,
.tiled-gallery-item img {
	display: block;
	margin: 0;
}
.gallery-columns-1 .gallery-item {
	width: auto;
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: auto;
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: auto;
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	width: auto;
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: auto;
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: auto;
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: auto;
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: auto;
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: auto;
	max-width: 11.11111%;
}
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1) {
	clear: left;
}

/* --- square thumbnail galleries --- */
.gallery-size-thumbnail {
	text-align: center;
}
.gallery-size-thumbnail .gallery-item {
	padding: 0 .6em .6em 0;
}
.gallery-size-thumbnail img {
	margin: 0 auto!important;
}
.gallery-size-thumbnail.gallery-columns-1 .gallery-item {
	float: none;
	clear: none;
	width: 100%;
}
.gallery-size-thumbnail.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-size-thumbnail.gallery-columns-3 .gallery-item {
	width: 33.33333%;
}
.gallery-size-thumbnail.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
	width: 20%;
	clear: none;
}
.gallery-size-thumbnail.gallery-columns-6 .gallery-item {
	width: 16.66667%;
	clear: none;
}
.gallery-caption {
	background: #fafafa;
}


/* --- TABLES --- */
main table {
	width: 100%;
	margin-bottom: 3rem;
	border-spacing: 0;
	border-collapse: collapse;
}
main table + h3 {
	margin-top: 3rem;
}
main thead th {
	font-weight: 500;
	padding: .3em .2em .1em .2em;
	border-bottom: 2px solid #d4d4d4;
}
main tr.odd {
	background: #fafafa;
}
main td {
	padding: .2em .7em;
	vertical-align: middle;
}
main tfoot {
	border-top: 2px solid #d4d4d4;
}
#content tr th {
	font-weight: 500;
	text-align: right;
}
#content thead th {
	text-align: center;
}
#content tr:nth-child(even),
#content tr.even {
	background: #f9f9f9;
}
#content tr:nth-child(odd) {
	background: #fff;
}
#content tr th,
#content tr td {
	line-height: 1.3;
	padding: .55em .7em;
}


/* --- IFRAMES --- */
iframe {
    width: 100%;
}
.iframe-wrap {
	margin-bottom: 2rem;
}
.iframe-wrap .btn {
	margin-top: 2rem;
}
.iframe-wrap.bg {
	padding: 1rem;
}


/* --- IFRAMES : videos --- */
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 0;
}
.wpb_video_wrapper .video-wrapper {
    padding-bottom:0;
    padding-top: 0;
    height: auto;
}
.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* --- TOPBAR --- */
#topbar {
    font-size: 1.4rem;
    padding: .9rem 0;
    background: #b3b7bb;
}
#topbar p {
	font-size: 1.4rem;
	margin: 0;
}


/* --- HEADER --- */
header {
    padding: 2rem 0;
    height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    color: white;
    transition: all 1s;
}
header h1 {
    float: left;
    width: 70%;
    max-width: 20rem;
	font-size: 2rem;
    font-weight: 600;
	line-height: 1.15;
	margin: 0;
}
header .tagline {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    padding: .4rem 0 0 0;
    opacity: .6;
}
header h1 a {
    display: block;
}
header h1 img {
    width: 100%;
}


/* --- NAVIGATION : main menu --- */

.sitenav a:hover,
.sitenav a:active,
.sitenav a:focus,
.sitenav .current-menu-item > a:hover,
.sitenav .current-menu-item > a,
.sitenav .current-page-parent > a,
.sitenav .current-menu-parent > a {
	color: #ff9a00;
}

.sitenav a {
	display: block;
}
.sitenav li {
    position: relative;
}

/*li.icon-email:after {
    content: '';
    background: url(../images/icons/email.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
     display: block;
    z-index: -2;
    top: 15px;
    bottom: 0;
    right: 0px;
}


li.icon-email:hover:after {
    content: '';
    background: url(../images/icons/email-hover.svg);
}*/

.sitenav li path{
	fill:white;
}

/* --- NAVIGATION : breadcrumbs --- */
.bcr {
	font-size: 1.4rem;
	margin: -1rem 0 2rem 0;
}
.bcr .breadcrumb_last {
	font-weight: 600;
}
.bcr a:hover,
.bcr a:active,
.bcr a:focus {
	color: #687077;
}

#menu-verify-left-nav{
    list-style: none;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
}

/* --- NAVIGATION : archive navigation --- */
#content ul.page-numbers {
    list-style: none;
	margin: 0;
	padding: .5rem 0;
	border-top: 2px solid #eaeaea;
	overflow: hidden;
}
#content ul.page-numbers li {
	float: left;
}
#content ul.page-numbers .page-numbers {
	display: block;
	min-width: 3.2rem;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 .5rem 0 0;
	padding: .5rem .7rem;
	background: #f5f5f5;
}
#content ul.page-numbers .page-numbers.current {
	color: #fff;
	background: #687077;
}
#content ul.page-numbers .page-numbers:hover,
#content ul.page-numbers .page-numbers:active,
#content ul.page-numbers .page-numbers:focus {
	background: #eaeaea;
}

/* --- NAVIGATION : post navigation --- */
.post-navigation {
    margin: 4rem 0 0 0;
    padding: .5rem 0 0 0;
    border-top: 1px solid #eaeaea;
}
.post-navigation a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: .5rem 0;
}
.post-navigation a strong {
    display: block;
    font-weight: 600;
}


/* --- MAIN --- */
main {
    padding: 3rem 0;
}


/* --- PAGE BANNERS --- */
.page-banner {
    margin-top: -3rem;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position:relative;
    z-index: -1;
}

.page-banner#static:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0%;
    right: 0;
    height: 100%;
    background: url(../images/grey_line1.svg);
    background-size: cover;
    background-position: bottom;
    bottom: -80px;
    z-index: 1;
}

.page-banner#static .wrap {
	/* min-height: 860px; */
    height: 600px;
	display: -webkit-box;
    -webkit-box-orient: horizontal;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.home .page-banner#static .wrap {
	/* min-height: 860px; */
    height: 750px;

}
.page-banner#static .banner-content {
	width: 90%;
    max-width: 70rem;
    margin: 0 auto;
}
.page-banner#static .banner-content * {
	text-align: center;
	color: #fff;
}
.page-banner#static .banner-content h1 {
    margin: 0;
    font-size: 65px;
}
.page-banner#static .banner-content p {
    font-size: 1.9rem;
}
.page-banner#static .banner-content p:last-of-type {
	margin-bottom: 0;
}

.page-banner#static .banner-content {
    width: 100%;
    max-width: 80rem;
    margin: 0;
    margin-bottom: 6rem;
}

.home .page-banner#static .banner-content{
    margin-bottom: 21rem;
}

/*.home .page-banner#static .banner-content{
    margin-bottom: 24rem!important;
}*/

.page-banner#static .banner-content h1{
   margin: 0;
    font-size: 74px;
    text-transform: uppercase;
    text-align: right;
    font-family: "Titillium Black Bold", sans-serif;
    line-height: 0.8;
}
/*.home .page-banner#static .banner-content h1{
	text-align: right;
}*/

.page-banner#static .banner-content p{
    font-size: 30px;
    font-family: "Titillium Light", sans-serif;
    text-align: left;
    padding-left: 4rem;
}

.home .page-banner#static .banner-content p {
    text-align: right;
    padding-left: 4rem;
}

/*.page-banner:after{
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    width: 100vw;
    overflow: hidden;
    background: #f7f7f7;
    height: 167vh;
    background: -moz-linear-gradient(-60deg, #f7f7f7 0%,#f7f7f7 25%,#f1f1f1 25%,#f1f1f1 44%,#f7f7f7 44%,#f7f7f7 53%,#ffffff 53%,#ffffff 100%);
    background: -webkit-linear-gradient(-60deg, #f7f7f7 0%,#f7f7f7 25%,#f1f1f1 25%,#f1f1f1 44%,#f7f7f7 44%,#f7f7f7 53%,#ffffff 53%,#ffffff 100%);
    background: linear-gradient(150deg, #f7f7f7 0%,#f7f7f7 25%,#f1f1f1 25%,#f1f1f1 44%,#f7f7f7 44%,#f7f7f7 53%,#ffffff 53%,#ffffff 100%);
}*/


/* HERO BG */
.page-banner .wrap {
	position: relative;
}

.page-banner .wrap::after {
	content:"";
	display: block;
	position: absolute;
	top:28%;
	right: 0;
	height: 350px;
  	width: 350px;
  	z-index: 2;
}

.home .page-banner .wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
}

.page-banner::after {
	content: none;
}

/* --- Home Page --- */

.home main, main {
    margin-top: -120px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}

.quote-section {
	-webkit-clip-path: polygon(0% 0%, 85% 0, 90% 50%, 85% 99%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0, 90% 50%, 85% 99%, 0% 100%);
}


.quote-section h2{
	font-family: titillium-web, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 62px;
	color: #ffffff;
	text-transform: inherit;
	line-height: 1.2;
}

.quote-section h2:before{
    content: '';
    background-image: url(../images/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 95px;
    position: absolute;
    display: block;
    z-index: 13;
    top: -80px;
    bottom: 0;
    left: -10px;
    right: 0;
}

.quote-after-image{
	overflow: visible!important;
}

.quote-after-image .wpb_single_image .vc_figure {
    position:absolute;
    top: -120%;
    left:0;
}

.img-shadow:before {
    top: 92%;
    bottom: 71%;
    left: 15%;
    right: 15%;
    -moz-border-radius: 100px / 10px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 -15px 35px 8px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 10px / 100px;
}
.img-shadow:before, .img-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    background: rgba(0, 0, 0, 0.65);
}

.verify-svg-logo img{
	width: 350px;
	height: 350px;
	margin: auto;
}

.lines-background .vc_column_container {
    z-index: 1;
}

.lines-background{
	position: relative;
}

.lines-background:after {
        content: '';
    position: absolute;
    z-index: -9;
    top: 0;
    bottom: 0;
    left: -50%;
    right: 0;
    width: 270vw;
    overflow: hidden;
    background: #f7f7f7;
    height: 127%;
    background: -moz-linear-gradient(-60deg, #ffffff 0%,#ffffff 25%,#ffffff 25%,#ffffff 35%,#f7f7f7 35%,#f7f7f7 50%,#ffffff 46%,#ffffff 100%);
    background: -webkit-linear-gradient(-60deg, #ffffff 0%,#ffffff 25%,#ffffff 25%,#ffffff 35%,#f7f7f7 35%,#f7f7f7 50%,#ffffff 46%,#ffffff 100%);
    background: linear-gradient(150deg, #ffffff 0%,#ffffff 25%,#ffffff 25%,#ffffff 35%,#f7f7f7 35%,#f7f7f7 50%,#ffffff 46%,#ffffff 100%);
    overflow: unset;
    z-index: 0;
}

.solution-section .solution-element .vc_column-inner{
	background: white;
    min-height: 420px;
    padding: 40px;
    padding-bottom: 0;
    -webkit-box-shadow: -4px 4px 8px 0px #00000024;
    -moz-box-shadow: -4px 4px 8px 0px #00000024;
    -ms-box-shadow: -4px 4px 8px 0px #00000024;
    box-shadow: -4px 4px 8px 0px #00000024;
}

 .h2-bottom-header h2{
	font-family: "Titillium Bold", sans-serif;
	color: #000;
    font-size: 73px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-id-289 .solution-container {
    position: absolute !important;
     top: 0px;
 }

/* --- Contact form --- */


#content form  .gform_fields li {
    margin-bottom: 3rem!important;
    margin-top: 0rem;
}

.gform_fields .col-span6{

	display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}

.gform_fields input {
	    margin: 0!important;
}

.gform_button {
	display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0.7rem 3rem .7rem 3rem!important;
    color: #fff;
    background: #514998;
    border: 2px solid #514998;
    border-radius: 50px;
    font-family: titillium-web, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}

.gform_button:hover{
	color: #fff;
    background: #ff9900;
    border: 2px solid #ff9900;
}

 form .gform_fields input, form .gform_fields textarea {
    width: 100%;
    font-family: "Gotham Book", sans-serif!important;
    font-size: 1.6rem;
    padding: 12px 12px!important;
    background: #ffffff!important;
    border: 1px solid #999999!important;
    -webkit-appearance: none;
}

 form .gform_fields select{
    font-family: "Gotham Book", sans-serif!important;
    font-size: 1.6rem;
    padding: 12px 12px!important;
    background: #ffffff!important;
    border: 0px!important;
    height: 44px;
    outline: 1px solid #999;
    margin-bottom: 0px!important;
    color: #757575;
}

.gform_confirmation_message{
    padding: 20px;
    border: 2px solid #ff9a00;
    font-size: 20px;
    color: #ff9a00;
}

/* --- ARCHIVES --- */
.taxonomy-description {
	font-size: 1.4rem;
	line-height: 1.4;
}


/* --- ARCHIVES : post excerpt --- */
.post.excerpt {
	margin-bottom: 5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 2px solid #e3e3e3;
    box-shadow: 0px 10px 10px -2px #eaebeb;
}
.post.excerpt .post-thumbnail{
	width: 50%;
	float: left;
	padding-right: 25px;
}
.post.excerpt .post-wrap{
	width: 50%;
	float: left;
	padding-right: 25px;
	margin-bottom: 35px;
}
.post.excerpt.sticky {
    padding: 2rem;
	background: #f5f5f5;
	position: relative;
}
.post.excerpt.sticky:before {
	content: "Featured";
	display: inline;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 2px 7px 1px 8px;
	color: #fff;
	background: #687077;
	position: absolute;
	top: -5px;
	right: -5px;
}
.post.excerpt h2 {
	margin-bottom: .2rem;
}
a.post-thumbnail,
a.post-thumbnail img {
	display: block;
	line-height: 1;
	margin: 0 0 1.4rem 0;
	padding: 0;
}


/* --- ARCHIVES : post meta --- */
.meta {
	font-size: 1.4rem;
	font-weight: 600;
    margin: 0 0 1.4rem 0;
	opacity: .6;
}


/* --- POST : comments --- */
.comments-area {
	background: #fafafa;
	border-bottom: 2px solid #d4d4d4;
	overflow: hidden;
}
.comments-title {
	margin: .9em 1em .5em 1em;
}
.comments-title,
.comment-reply-title {
	font-weight: 500;
	border-bottom: 1px solid #d4d4d4;
}
.comment-reply-title span,
.comments-title span {
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #484b50;
}
.comment-list,
.comment-list ol {
	list-style: none;
}
.comment-list {
	padding: 1em 1em 0 1em;
}
#content .comment-list ol {
	margin-left: .7em;
}
.comment-list .comment-meta {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: none;
	border-left: 3px solid #d4d4d4;
	overflow: hidden;
}
.comment-list .bypostauthor .comment-meta {
	border-left: 3px solid #484b50;
}
.comment-list .says {
	display: none;
}
.comment-list .comment-author {
	overflow: hidden;
}
.comment-list .comment-author img {
	float: left;
	margin: 0 10px 0 0;
}
.comment-list .comment-author .fn {
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	padding: 17px 0 0 0;
}
.comment-metadata {
	margin: 10px 0 0 0;
}
.comment-metadata time {
	font-weight: 400;
	color: #8c959c;
}
.comment-metadata .edit-link a {
	margin-left: .4em;
	color: #8c959c;
}
.comment-body {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.comment-body .reply {
	float: right;
	font-size: .7em;
	font-weight: 500;
	text-transform: uppercase;
	margin: -.7em 10px 0 0;
}
.comment-body .reply a {
	color: #8c959c;
}
.comment-content {
	margin: 0 10px;
}
.comment-content p {
	font-size: .9em;
	line-height: 1.45;
}
#content #commentform {
	margin-bottom: 0;
}
.comment-respond {
	padding: .9em 1em;
	border-top: 2px solid #fff;
}
.comment-respond form > p {
	font-size: .85em;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.comment-respond form > p.form-submit {
	margin: 1.7em 0 1em 0;
}
.comment-respond form textarea {
	height: 140px;
}
.no-comments {
	font-size: .85em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1em 1em 1em;
}

/* --- PAGE: SOLUTION --- */

.solution-element .wpb_text_column {
	margin-bottom: 1rem !important;
	min-height: 8.5rem;
}

.solution-intro {
	padding: 0 4rem 0 4rem;
}
#menu-solutions {
	list-style: none;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
}
.active-menu-item a{
	color: #514998;
	font-weight: 900;
}
div.solution-list {
	position:relative;
	min-height: 620px;
	margin-bottom: 1rem;
}
.solution-icons-cont {
	min-height: 400px;
}
.solution-container {
	position: absolute !important;
	top: -200px;
  padding-top: 200px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

.solution-container.active {
	visibility: visible;
	opacity: 1;
	left:0;
	transition: all 1.2s;
}

.solution-container.active.vc_row {
    margin-left: 0px!important;
 }

.solution-icon {
	background: url(../../../uploads/2019/03/solutions-bg.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
  	height: 110px;
  	position: relative;
	margin: 0 auto;
	text-align: center;
	display: block;
	float: left;
	width: 25%;
}

.col-4 .solution-icon {
  margin: 0rem 0 10.5rem 0;
}

.col-3 .solution-icon:first-of-type {
	margin-left:12.5%;
}
.solution-icon img {
	margin: 0 auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-height: 45px;
  max-width: 55px;
}
.solution-icon p {
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: block;
  min-height: 60px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #585656;
  transform: translateY(110%);
  padding: 0 5px;
}


/* --- PAGE : 404 --- */
.error404 #content {
	margin: 10rem 0 5rem 0;
}
.error404 #content h1 {
	margin: 0 0 3rem 0;
	opacity: .6;
}
.error404 #content h1 strong {
	display: block;
	font-size: 11rem;
	color: #7c8084;
}
.error404 #content h1 span {
	display: block;
	font-size: 2.95rem;
	margin-top: -1rem;
	color: #687077;
}


/* --- PAGE : search results --- */
.results-count {
	display: block;
	margin: -1.5rem 0 1.5rem 0;
}
.search-result {
    padding-top: 2rem;
	border-top: 1px solid #eaeaea;
}
.search-result:first-of-type {
    padding-top: 0;
	border-top: none;
}
.search-result:last-of-type {
    padding-bottom: 1rem;
}
.search-result em {
    font-size: 1.4rem;
    color: #687077;
}


/* -- MODULES : team --- */
.team-member {
	margin: 0 0 3rem 0;
	 -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
}
.team-member img {
	width: 100%;
	margin: 0 0 2rem 0;
}
.team-member__info h4 {
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
}
.team-member__info p:last-of-type {
    margin-bottom: 0;
}
.team-member__position {
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 1.3rem 0;
	opacity: .7;
}


/* -- MODULES : case studies --- */
.case-study {
    margin: 0 0 3rem 0;
}


/* -- MODULES : file list --- */
.tbl {
    margin: 0 0 3rem 0;
}
.tbl .row.th {
    display: none;
}
.tbl .row {
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #687077;
}
.tbl .cell.view a,
.tbl .cell.download a {
    display: block;
    text-align: center;
}
.tbl .cell.name {
    font-weight: 600;
}
.tbl .cell.name a,
.tbl .cell.name a:link,
.tbl .cell.name a:visited {
    display: block;
    line-height: 1.4;
}
.tbl .cell.date {
    font-size: 1.3rem;
}

#content .file-list {
	list-style: none;
	margin-left: 0;
}
#content .file-list li {
	margin: 0;
	padding: .7rem .0;
	border-bottom: 1px solid #697077;
}
#content .file-list a {
	display: block;
}
#content .file-list a .meta {
	display: inline-block;
	width: 9.5rem;
	font-size: 1.3rem;
	margin: 0;
}

/* --- FILE CTA --- */
.file-cta {
	display: block;
	text-align: center;
	padding: 4rem 3rem;
	background: #f5f5f5;
}
.file-cta .icon {
	margin-bottom: 1rem;
}
.file-cta h4 {
	margin-bottom: .6rem;
}
.file-cta p {
	font-size: 1.4rem;
	margin: 0;
}
.file-cta:hover,
.file-cta:active,
.file-cta:focus {
	background: #e6e6e6;
}

/* --- MODULE : cta ---- */
.cta {
	display: block;
	text-align: center;
	padding: 4rem 3rem;
	position: relative;
}
.cta .cta-thumb {
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.cta h3,
.cta p {
	color: #fff;
	position: relative;
	z-index: 10;
}
.cta h3 {
	margin-bottom: 1.4rem;
}
.cta p {
	margin-bottom: 0;
}

/* --- MODULE : featured link --- */
.feat-link {
	display: inline-block;
	margin: 0 0 1rem 0;
	padding: 0 0 0 2.2rem;
	position: relative;
}
.feat-link:before {
	content: "\2193";
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.feat-link.pagelink:before {
	content: "\2192";
}
.feat-link:hover,
.feat-link:active,
.feat-link:focus {
	padding-left: 2.5rem;
}

/* --- MODULES : content box --- */
.ir-content-box-container {
    width: 100%;
    margin: 0 0 2rem 0;
}
.ir-content-box-container a {
    display: block;
}
.ir-content-box {
    position: relative;
}
.ir-content-box > div {
    padding-bottom: 1rem;
    position: relative;
    z-index: 5;
}
.ir-content-box__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.wpb_text_column .wpb_wrapper {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
	-ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: space-between;
	-ms-flex-align: space-between;
    justify-content: space-between;
}
.ir-content-box p {
    max-width: 50rem;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: auto!important;
    padding: 3rem;
    color: #fff;
}
.ir-content-box .btn {
    display: block;
    text-align: center;
    padding: .8rem 1rem;
    border: none;
    position: relative;
    z-index: 3;
}
.ir-content-box .btn:hover,
.ir-content-box .btn:active,
.ir-content-box .btn:focus {
    color: #fff;
    background: #525a62;
}


/* -- MODULES : video popup --- */
.ir-video {
	margin: 0 0 3rem 0;
}
.ir-video h4 {
	margin: 0 0 .8rem 0;
}
.ir-video .subtitle {
	margin: 0 0 1.2em 0;
}
.ir-video-thumbnail a {
	display: block;
	position: relative;
}
.ir-video-thumbnail img {
	display: block;
	margin: 0;
}
.ir-video-thumbnail svg {
	display: block;
	width: 30px;
	height: auto;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
.ir-video-thumbnail a:hover polygon,
.ir-video-thumbnail a:active polygon,
.ir-video-thumbnail a:focus polygon {
	fill: #f5f5f5;
}
.ir-video-thumbnail a:hover svg,
.ir-video-thumbnail a:active svg,
.ir-video-thumbnail a:focus svg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.ir-video  .wpb_text_column {
	margin: 2rem 0 0 0;
}

/* --- MODULES : latest news --- */
.latest-news::after {
  content: "";
  display: table;
  clear: both;
}
.news-article {
  width: 48%;
  float: left;
  padding: 1rem;
  height: 400px;
  margin: 0 1% 3rem 1%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.news-title, .news-article p, .news-excerpt {
  color:#fff;
}
.news-title   {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  min-height: 110px;
}
.news-excerpt {
  margin: 2rem 0;
}
.news-article p {
  margin: 0;
}
/*.news-slider {*/
/*  transform: translateY(200%);*/
/*  transition: .45s;*/
/*}*/
.news-article:hover .news-slider {
  transform: translateY(0);
}

/* --- MODULES : timeline --- */
.timeline__wrap {
    margin: 0 0 3rem 0;
	position: relative;
}
.timeline__wrap:before {
    content: "";
    display: block;
    width: 2px;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 3;
}
.timeline__block {
	text-align: center;
	margin: 0 0 3rem 0;
	padding: 2rem;
	background: #f5f5f5;
    position: relative;
	z-index: 4;
}
.timeline__title + .intro {
	margin-top: -1rem;
}
.timeline__block .intro {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0 1.5rem 0;
}
.timeline__content p:last-of-type {
	margin-bottom: 0;
}


/* --- VC : tabs --- */
#content .vc_tta-tabs-list {
    list-style: none;
    margin: 0;
}
#content .vc_tta-tabs-list li {
    margin: 0;
}
.vc_tta-panels,
.vc_tta-panel-body {
    margin: 2rem 0;
    padding: 0!important;
    background: none!important;
    border: none!important;
}
.vc_tta-tabs-container {
    border-bottom: 1px solid #687077;
}
.vc_tta-tab > a {
    padding: .7rem 2rem!important;
    background: #f5f5f5!important;
    border: none!important;
    border-radius: 0!important;
}
.vc_tta-tab.vc_active > a {
    color: #fff!important;
    background: #687077!important;
}


/* --- WIDGETS --- */
main .site-widget {
	margin-bottom: 3rem;
}
.widget--title {
    font-size: 1.8rem;
    text-transform: uppercase;
	margin-bottom: 1rem;
}

/* --- WIDGETS : lists --- */
.site-widget li a {
	padding: .3rem 0;
}
.site-widget li li {
	padding-left: 1.5rem;
}

/* --- WIDGETS : archives --- */
.site-widget.widget_archive li:before,
.site-widget.widget_categories li:before,
.site-widget.widget_pages li:before {
	content: "\203A";
	padding-right: .5em;
	color: #687077;
}
.site-widget.widget_archive li:hover:before,
.site-widget.widget_categories li:hover:before,
.site-widget.widget_pages li:hover:before,
.site-widget.widget_archive li:active:before,
.site-widget.widget_categories li:active:before,
.site-widget.widget_pages li:active:before,
.site-widget.widget_archive li:focus:before,
.site-widget.widget_categories li:focus:before,
.site-widget.widget_pages li:focus:before {
	color: #000;
}
.site-widget.widget_archive li.more {
    max-width: 11.4rem;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
	padding: .5rem 1.2rem;
	color: #fff;
	background: #687077;
}
.site-widget.widget_archive li.more:before {
	content: "";
	padding-right: 0;
}
.site-widget.widget_archive li.more:after {
	content: "\2193";
	font-size: 1.2rem;
	margin-left: 6px;
}
.site-widget.widget_archive li.less:after {
	content: "\2191";
	font-size: 14px;
	margin-left: 6px;
}
.site-widget.widget_archive li.more:hover,
.site-widget.widget_archive li.more:active,
.site-widget.widget_archive li.more:focus {
	color: #414042;
	background: #eaeaea;
}

/* --- WIDGETS : forms --- */
.site-widget select {
	width: 100%;
	height: 33px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}
.site-widget select:active,
.site-widget select:focus {
    outline: none;
    border-color: #ccc;
}
.site-widget .widget-title + label {
	display: none;
}
.site-widget .widget-title + label + select {
	margin-top: .8rem;
}

/* --- WIDGETS : tags --- */
.site-widget .tagcloud {
	margin-top: 1.5rem;
}
.site-widget .tagcloud a {
	display: inline-block;
	font-size: 1.6rem!important;
	margin: 0 0 .2em 0;
	padding: 0 .4em;
	background: #f5f5f5;
}
.site-widget .tagcloud a:hover,
.site-widget .tagcloud a:active,
.site-widget .tagcloud a:focus {
    color: #687077;
	background: #eaeaea;
}


/* --- FORMS : general --- */
#content form {
	margin-bottom: 2rem;
}
#content form ul {
	list-style: none;
	margin: 0;
}
#content form li {
	margin-bottom: 2rem;
}
form label {
	display: block;
	font-size: 1.5rem;
	margin: 0 0 .7rem 0;
}
form input,
form textarea {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	padding: 9px 12px;
	background:  #f5f5f5;
	border: 1px solid #dcdcdc;
	-webkit-appearance: none;
}
form input:active,
form input:focus,
form textarea:active,
form textarea:focus {
	outline: none;
	border-color: #ccc;
}


/* --- FORMS : gravity --- */
.gfield_required {
	margin-left: .4rem;
	color: #000;
}


/* --- FORMS : searchform --- */
.searchform {
    bordeR: 1px solid #dcdcdc;
}
#content .searchform {
    max-width: 45rem;
}
.searchform input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    bordeR: none;
}
.searchform input[type="submit"] {
    width: 20%;
    float: right;
    border: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:active,
.searchform input[type="submit"]:focus {
    background-color: #dcdcdc;
}


/* --- FOOTER --- */
footer {
    padding: 1.5rem 0;
    color: #a1b1bc;
    background: transparent;
    border-top: 1px solid #e3e3e3;
}
footer .widget--title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 1.2rem 0;
    color: #f5f5f5;
}
footer p {
    font-size: 1.5rem;
}
footer .copy {
    font-size: 12px;
    margin: 0;
}
footer ul{
	text-align: center;
}
footer li,
footer a,
footer a:link,
footer a:visited {
    display: inline;
    color: #a3b2be;
    font-size: 12px;
}
footer li{
    border-right: 1px solid #a3b2be;
    padding-right: 4px;
}

footer li:last-child{
    border-right: none;
    padding-right: 0;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #ff9900;

}
.footnav ul {
    margin: 0 0 1.5rem 0;
}
.footnav li {
    margin: 0 0 .8rem 0;
}
.footnav a {
    font-size: 1.35rem;
}
footer .col {
    padding: 2rem 0 .5rem 0;
}
footer .wrap + .legal {
    padding-bottom: 1.5rem;
    /*border-top: 1px solid #7c8084;*/
}

#custom_html-2{
	float: right;
}

.twitter img, .facebook img, .linkedin img  {
    max-width: 40px;
    min-width: 40px;
    transition-duration: 0.45s;
    margin-top: -3px!important;
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.twitter img  {
 	margin-left: 36px;
}

.linkedin img  {
	margin-right: 15px;
}


footer a.btn,  .news-article a.btn{
	display: block!important;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #514998;
    background: #ffffff;
    border: 2px solid #514998;
    font-family: titillium-web, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
}
.news-article a.btn {
  max-width: 250px;
}

footer a.btn:hover, .news-article a.btn:hover {
    color: #fff;
    background: #ff9900;
    border: 2px solid #ff9900;
}



/* --- B2T --- */
.cd-top {
	display: inline-block;
	width: 36px;
	text-align: center;
	position: fixed;
	padding-bottom: 10px;
	bottom: 0;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .06);
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0,0,0, .3);
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
.cd-top span {
    font-size: 42px;
    margin: -3px 0 0 -26px;
	color: #fff;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .8;
}
.cd-top:hover,
.cd-top:active,
.cd-top:focus {
	background: rgba(0,0,0, .7);
	opacity: 1;
	padding-bottom: 16px;
}



/* --- TRANSITIONS --- */
a,
.site-widget.widget_archive li:before {
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.btn,
.file-cta {
	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.site-widget li.recentcomments {
	-webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.sitenav .sub-menu a,
#content ul.page-numbers .page-numbers,
.site-widget.widget_archive li,
.site-widget .tagcloud a,
.tbl .cell.view a {
	-webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
}
footer a {
	-webkit-transition: color .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: color .2s ease-in-out, border .2s ease-in-out;
    transition: color .2s ease-in-out, border .2s ease-in-out;
}
input,
textarea {
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
.cd-top,
.ir-video-thumbnail svg,
.ir-video-thumbnail polygon,
.feat-link {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

 @keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.vc_rtl-columns-reverse{
	flex-direction: row-reverse;
}


.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
    border-color: #e3e3e3;
    background-color: #ebebeb;
    color: #666;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 8.5px;
    padding: 0.7rem 1.2rem .7rem 1.2rem !important;
    color: #fff!important;
    background: #514998!important;
    border-radius: 50px!important;
    font-family: titillium-web, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    /*transition: all .35s;*/
    width: 100%;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block;
    margin-top: -15px;
    margin-left: 30px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a {
    
        color: #ff9a00!important;   
}

.vc_tta-tabs-container {
    border-bottom: 0!important;
}


.vc_tta-panel-heading{
    display: inline-block;
    text-align: center!important;
    margin-bottom: 2rem!important;
    margin-top: 0!important;
    padding: 0rem 2rem 0rem 1rem;
    background: #514998!important;
    border: 2px solid #514998;
    border-radius: 50px!important;
    font-family: titillium-web, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    transition: all 1s!important;
    width: 100%;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff!important;
    font-size: 17px;
}

.vc_tta-panel{
    /*display:none!important;*/
    /*transition: all 1s!important;*/
    opacity:0;
} 

.vc_active{
    /*display:block!important;*/
    transition: all .45s!important;
    opacity:1;
}

.vc_tta-panel-body h4{
    padding-top:0;
}


.vacancy{
	margin: 0 0 4rem 0;
    padding: 1.5rem 2rem 1rem 2rem;
    background: #f2f2f2;
    border-top: 8px solid #E6E7E9;
    border-bottom: 2px solid #e3e3e3;
    box-shadow: 0px 10px 10px -2px #eaebeb;
}

.vacancy dl{
	width: 40%;
    width: calc(100% - 300px);
    margin: 0;
    display: inline-block;
    opacity: 1!important;
}

.vacancy dt{
	font-size: 1.45rem;
    padding: 1px 15px 2px 15px;
    color: #514998;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    opacity: 1;
}

.vacancy dd{
	margin: 0 0 1rem 0;
    padding: 1px 15px 2px 15px;
    color: #414042;
    background: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    opacity: 0.8;
}

.vacancy ul.controls{
	width: 260px;
    float: right; 
    list-style: none;
    display: inline-block;
}

.vacancy ul.controls svg{
	width: 26px;
    margin: 0 3px -7px 0;
    fill: white;
}


.single-jobs .page-banner .wrap::after {
    background: url(../../../uploads/2019/03/solution-hexagon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.single-jobs .vacancy{
	margin: 0 0 4rem 0;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

.single-jobs .vacancy dt{
	background: rgb(244, 245, 245);
}

.single-jobs  .vacancy dd{
	background: rgb(244, 245, 245);
}

.single-jobs .vacancy dl {
	margin: 0 !important;
}


@media (max-width: 769px) {
    .vc_tta-panel .wpb_single_image img {
            max-width: 50%;
    }
    .vc_tta-panel{
        opacity:1;
    } 
   .wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #ff9a00!important;
    }
    
    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body>:last-child {
        margin-bottom: 0;
        margin-top: 35px;
    }
    
    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
        margin-left: 0px;
    }

    .vacancy dl, .vacancy ul.controls{
		width: 100%;
		float:unset;
    }
}