/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

body  {

    position: relative;

    }

h1, h2, h3, h4, h5, h6 {

    font-weight:300 !important;
	font-family: 'Montserrat';

    }

.banner h1 {
    
    font-size: 3em !important;
}

.banner h1, .banner h2, h1 .entry-title {

    font-weight:600 !important;

    }

.col.post-item {

    border-bottom: solid 1px #eee;
    margin-bottom: 30px;

    }

.bolder {

    font-weight:600;

    }

.tabs h3 {

    font-weight:600 !important;

    } 

.cat_list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-rule: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-rule: none;
    column-count: 3;
    column-gap: 10px;
    column-rule: none;

    }

.cat_list li:before {
      
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .7em;
    list-style-type: none;
    
    }

.cat_list li {
    
    list-style-type: none;
    
    }

.cat_list li a {
    
    font-size: 120%;
    
    }

.bg-pattern-black {

    background-image: url("/wp-content/uploads/2018/02/pattern-overlayed-2.jpg") !important;
    background-size: cover !important;

}


.box-shadow-bottom {

    box-shadow: 0 10px 35px 0px rgba(50,58,74,0.08)

    }



.header-button .is-outline:not(:hover) {

	color:#fff;

    }

.highlight-text-blue {

	color:#2962ff
    
    }

.highlight-text-yellow {

	color:#FFCC0F

    }

.highlight {

	font-size:2em !important;
	line-height:1.4;

    }

.highlight-2x {

    font-size:2.6em !important;
	line-height:1.4;
}

/* GDPR */

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 20px 40px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: none;
}


#moove_gdpr_cookie_modal .switch .slider  {
    overflow: -moz-hidden-unscrollable !important;
    overflow: hidden !important;
}

.arrow-before ul li, .job_description ul li {
    text-indent: -1em;
    margin-left:2em;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.margin-top-neg-50  {
    margin-top: -50px
}

.margin-top-neg-150  {
    margin-top: -150px
}

/* Event */

.event-featured-content{
	display: flex; 
	flex-direction: column; 
	padding: 30px 50px 30px 0;
}

@media screen and (max-width: 840px){
	.event-featured-content{
		display: flex; 
		flex-direction: column; 
		padding: 30px 0 30px 0;
	}
}

.event-featured-separator{
	width: 50px;
	height: 0.8px;
	background-color: #000;
	margin-bottom: 15px;
}

.upcoming-webinars-title{
	padding: 0 8%; 
	font-family: 'Montserrat';
	font-weight: bold !important;
	font-size: 34px;
	color: #47474F;
}
.upcoming-webinars-col, .recorded-webinars-col, .upcoming-events-col{
	display: flex; 
	flex-wrap: wrap; 
	padding: 0 8%
}

@media screen and (max-width: 850px){
	.upcoming-webinars-col, .recorded-webinars-col, .upcoming-events-col{
		flex-direction: column;
	}
}

.webinar-container, .recorded-webinar-container{
	display: flex;
	background-color: #F4F4F7; 
	margin: 40px 3% 0 0; 
	width: 30.33333%;
	transition: transform 0.5s;
}

.webinar-container:hover, .recorded-webinar-container:hover{
	transform: translateY(-10px);	
}

ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before{
    color: #2D6BFF !important;
}


@media screen and (max-width: 850px){
	.webinar-container, .recorded-webinar-container{
		width: 100%;
	}	
}
	
.webinar-inner{	
	width: 100%;
	display: flex;
}

.event-title{
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 22px;
	margin-bottom: 30px;
}

.event-start-date{
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 400 !important;
	color: #191923;
	text-transform: capitalize;
	padding-left: 0px;
}
	
	
.event-start-date::before{
		display: none;
	}

.event-upcoming-button{
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.event-upcoming-link{
	margin-bottom: 0;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600 !important;
	color: #2962FF;
	width: max-content;
}

.event-upcoming-button img{
	width: 22px;
	margin-left: 10px;
}

.webinar-vert-line{
	height: 100%;
	width: 8px;
	position: relative;
	z-index: 9;
}


.webinar-vert-line.product{
	background-color: #2962FF;
}

.webinar-vert-line.new-release{
	background-color: #9CF3FD;
}

.webinar-vert-line.partners{
	background-color: rgba(0, 0, 0, 0.6);
}

.webinar-vert-line.get-started{
	background-color: #5B29FF;
}

.webinar-content{
	padding: 30px; 
	width: 98%;
}

.recorded-webinar-content{
	display: flex;
	flex-wrap: wrap;
}

.recorded-webinar-inner{
	display: flex;
	flex-wrap: wrap;
	width: 98%;
}

.recorded-webinars-thumbnail{
	position: relative;
	width:100%;
}

.recorded-webinars-thumbnail img {
	width: 100%;
	height: auto;
}
	
.recorded-webinars-text{
	padding: 30px;
	width: 100%;
}

.recorded-webinars-tags{
	position: absolute;
	top: 8%;
	left: 8%;
	width: auto;
}

.recorded-webinars-button{
	display: flex;
	align-items: center;
}

.recorded-webinars-button img{
	width: 30px;
	height:auto;
}

.recorded-webinars-button h6{
	width: max-content;
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: 500 !important;
	font-family: 'Montserrat';
	text-transform: inherit;
	font-size: 18px;
}

.section-content.upcoming-events{
	background-color: #EEEEEE;
	padding-top: 1px;
	padding-bottom: 80px;
	margin-top: 50px;
}

.upcoming-events-container{
	background-repeat: no-repeat;
	background-size: cover;
}

.upcoming-events-inner{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.upcoming-events-content{
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.upcoming-events-logo{
	width: 50%;
	margin-top: 30px;
}

.upcoming-events-button{
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.upcoming-events-button h3{
	margin-bottom: 0;
	color: white;
	width: max-content;
	font-weight: 400;
}

.upcoming-events-button img{
	margin-left: 10px;
}

.event-tag-list{
	list-style: none;
	display:flex;
	flex-wrap: wrap;
}

.event-tag {
    position: relative;
    z-index: 10000;
    padding: 2px 15px;
	width: max-content;
	margin-right: 10px;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
 }

.event-tag.category {
	background-color: #204ECC;
	color: #fff;	
}

.event-tag.product{
	background-color: #2962FF;
	color: #fff;
}

.event-tag.new-release{
	background-color: #9CF3FD;
	color: #212121;
}

.event-tag.partners{
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.event-tag.get-started{
	background-color: #5B29FF;
	color: #fff;
}

.event-featured-title{
	color:#191923; 
	font-size:40px; 
	font-weight: 700 !important;
	font-family: 'Montserrat';
	line-height: normal;
	margin-bottom: 10px;
}

.register-button{
	width: max-content;
	padding: 5px 35px;
	background-color: #FFCC0F;
	border-radius: 50px;
	margin-top: 10px;
}

.register-button .register-text{
	font-family: 'Montserrat';
	font-weight: 700 !important;
	font-size: 14px;
	color: #191923;
	margin:0;
}

.register-text::after{
	content:'\279C';
	margin-left: 10px;
}

.event-featured-inner{
	width: 100%;
	background: linear-gradient(90deg, rgba(197, 249, 255, 0.5), rgba(109, 164, 255, 0.5));
}

.img-radius img {
    border-radius: 100%
}

.pastille-numbers {
    width: 300px;
    height: 300px;
    padding: 22% 0;
    background: #f1f1f1c2;
    color: #555;
    text-align: center;
    border-radius: 50%;
    font-size: 1.6em;
    margin-bottom: 20px;
}
    
.breaking-banner {

 position: relative;
 overflow: hidden;
    
}
    
.breaking-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 600px 900px;
    border-color: rgba(41, 98, 255, .3) transparent rgba(41, 98, 255, .3) rgba(41, 98, 255, .3);
    }

.breaking {

    position: relative;
    overflow: hidden;

    }

.breaking:before {

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 300px 0;
    border-color: transparent #2962ff transparent transparent;

    }

    .breaking-arrow-left {

        position: relative;
        overflow: hidden;
    
        }
    .breaking-arrow-left:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 0 150px 200px;
        border-color: transparent transparent transparent #FFCC0F;
    }

.breaking-blue-right {

    position: relative;
    overflow: hidden;
    
}
    
.breaking-blue-right:before {
    
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 500px 1200px 0;
    border-color: transparent #2962ff transparent transparent;
    
    }
    
.breaking-yellow-right {
    
    position: relative;
    overflow: hidden;
    
}
    
.breaking-yellow-right:before {
    
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 500px 1200px 0;
    border-color: transparent #ffcc0f transparent transparent;
    
    }

.breaking-bottom-right-blue {

    position: relative;
    overflow: hidden;

    }


.breaking-bottom-right-blue:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 500px 500Px;
    border-color: transparent #2962ff #2962ff transparent;
}

.breaking-blue-tabs {

    position: relative;
    overflow: hidden;

    }


.breaking-blue-tabs:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 300px 0;
    border-color: transparent #2962ff transparent transparent;
}

.breaking-arrow-left {

    position: relative;
    overflow: hidden;

    }


.breaking-arrow-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 200px;
    border-color: transparent transparent transparent #FFCC0F;
}


.breaking-yellow {

    position: relative;
    overflow: hidden;

    }

.breaking-yellow:before {

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #ffcc0f transparent transparent;

    }


 .breaking-left {

    position: relative;
    overflow: hidden;

    }

.breaking-left:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1500px 500px 0 0;
    border-color: #FFCC0F transparent transparent transparent;

    }

    .breaking-left-neg {

    position: relative;
    overflow: hidden;

    }

.breaking-left-neg:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1500px 500px 0 0;
    border-color: #FFCC0F transparent transparent transparent;

    }

.breaking-left-mobile {

    position: relative;
    overflow: hidden;

    }

.breaking-left-mobile:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 200px 0 0;
    border-color: #FFCC0F transparent transparent transparent;

    }

.breaking-diag {

    position: relative;
    overflow: hidden;

    }



.breaking-diag:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 700px 0;
    border-color: transparent transparent rgb(73, 80, 96) transparent;
}

.breaking-diag-grey {

    position: relative;
    overflow: hidden;

    }



.breaking-diag-grey:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 700px 0;
    border-color: transparent transparent #F1F2F3 transparent;
}

.breaking-bottom-right {

    position: relative;
    overflow: hidden;

    }


.breaking-bottom-right:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 300px 400px;
    border-color: transparent transparent #FFCC0F transparent;
}

.breaking-bottom-right-2 {

    position: relative;
    overflow: hidden;

    }

.breaking-bottom-right-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 0 200px 300px;
    border-color: transparent transparent #FFCC0F transparent;

    }

.breaking-left-card {

    cursor: pointer;
    position: relative;
    overflow: hidden;

    }

.breaking-left-card:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 400px 0 0;
    border-color: #495060 transparent transparent transparent;

    }

.breaking-right-bottom-card {

    cursor: pointer;
    position: relative;
    overflow: hidden;

    }

.breaking-right-bottom-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 400px 400px;
    border-color: transparent transparent #FFCC19 transparent;
    
    }

.breaking-left-2 {

    position: relative;
    overflow: hidden;

    }

.breaking-left-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1000px 300px 0 0;
    border-color: #FFCC0F transparent transparent transparent;
}

.breaking-left-blue {

    position: relative;
    overflow: hidden;

    }

.breaking-left-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1000px 300px 0 0;
    border-color: #2962ff transparent transparent transparent;
}


.breaking-left-3 {

    position: relative;
    overflow: hidden;

    }

.breaking-left-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 400px 0 0;
    border-color: #FFCC0F transparent transparent transparent;
}


.breaking-left-4 {

    position: relative;
    overflow: hidden;

    }


.breaking-left-4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 300px 0 0;
    border-color: #FFCC0F transparent transparent transparent;
}

.breaking-left-customers {

    position: relative;
    overflow: hidden;

    }

.breaking-left-customers:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 500px 0 0;
    border-color: #FFCC0F transparent transparent transparent;
}

.breaking-grey {

    position: relative;
    overflow: hidden;

    }


.breaking-grey:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150px 450px 0;
    border-color: transparent #fff transparent transparent;
}

.secondary {

	color:#555 !important;

    }

.secondary.is-underline, .secondary.is-link {

	color:#ffcc0f !important;

    }

.border-top-left-radius .col-inner {

	border-top-left-radius: 10px;
	
    }

.border-bottom-right-radius .col-inner {

	border-bottom-right-radius: 10px;
	
    }

.border-bottom {    

    border-bottom: solid 1px #F1F2F3;

}

.footer ul {
    margin: 0;
    font-size: .9em;
    line-height: 1.8;
   
   }

ul.menu>li+li, .widget>ul>li+li {

    border-top: 0;
   
   }

.button.is-link {

    padding-left: 0em;
 
   }

.is-dashed {

    border: none;
 
   }

.ginput_container {
     margin-top: 0 !important; 
   
   }

.gform_wrapper ul li.gfield {
    
    margin-top: 0 !important;
   
   }


.hidden_label input {

    margin-top: 0 !important;
   }

   .validation_error {

    color: #ff5959 !important;
    background: transparent;
    border: none !important;
    width: 92% !important;
    margin: 30px auto 0 !important;
    padding: 15px !important;
    font-size: 1.3em !important;
   
}

.gform_wrapper .validation_message {
    color: #ff5959 !important;
}

.gform_wrapper li.gfield.gfield_error {
    background: none !important;
    padding-top: 0 !important;
    border-top: none !important;

}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px !important;

}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text]  {
    margin-bottom: 1em !important;

}

.no-margin-gf {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 15px !important;

}

@media only screen and (min-width: 641px) {

.gform_wrapper textarea.large {
    
    height: 120px !important;
 
   
   }


.gform_wrapper .gform_footer {

    padding: 0 0 40px !important;
    margin: 0 auto!important;
    width: 300px;
      
   }

#gform_submit_button_1 {

    width: 300px;
    padding: 10px 0;
    border-radius:5em;
      
   }

#gform_submit_button_21, #gform_submit_button_29, #gform_submit_button_30 {

    border-radius:5em;
      
   }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {

    padding: 0 15px !important;
   
}

input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection {
    
    border: 1px solid #ddd !important;
    background-color: rgba(255, 255, 255, 1) !important;
    
}

.gform_wrapper.gf_browser_chrome select {
    padding: 0 15px !important;
    color: #777 !important;
}

select {

    color: #777 !important;
    
}

#banner-946235593 {
    
    height: 100% !important;
}

.has-filtering .nav-divided>li {
    
    font-size: 1.7em;
}

.has-filtering .nav-line-grow>li {
    
    font-size: 1.5em;
    padding: 0 10px;
}

.fixed-left {
    
    position:fixed;
    background-color: rgb(50,58,74);
}

.yellow-bg  {

   background: #2962ff

   }

.black-bg  {

   background: rgb(50,58,74)

   }

.scroll-menu {

   list-style-type:none;
  
}

.center-row {

   margin: 0 auto !important;

}

.color-row {

   background: #F1F2F3 !important

}

.color-black{

   background: rgb(73, 80, 96) !important

}

.color-white{

   background: rgb(255, 255, 255) !important

}


.logo-slide .block {

   background: rgba(255,255,255,1);
   border-radius: 5px;

}

.arrow-before {
    position: relative;
    text-align: left;
}

.arrow-before ul li, .job_description ul li {

    list-style-type: none !important;
}

.arrow-before ul li h3 {

    display: inline;
}

.arrow-before ul li:before  {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .7em;
    
}

.border-top {
    
    border-top : solid 1px #ddd;
}

.shadow-top {

    box-shadow: 1px 1px 60px rgba(0,0,0,0.10);

}

.header-full-width #masthead {

    box-shadow: 1px 1px 60px rgba(0,0,0,0.10);

}

.top-divider .full-width {

    border-top:none !important;

}

.customer-box .col-inner {

    min-height: 350px;
    border: solid 1px #eee;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06) !important;

}

.customer-peach {

   padding: 5px 25px;
 

}

.customer-peach h3 {

   font-weight: 600 !important;
   color:#FFCC0F;

}

.customer-card-top {

   background:#F1F2F3;
   padding:20px 30px;

}

.customer-read-more {

   position: absolute;
   bottom: 0;
   right: 0;
   margin-right: 25px !important;

}

.has-video .fill { 
        
    background-image: url("https://www.neocasesoftware.com/wp-content/uploads/2018/03/video-pattern-black.png") ;
}

.no-overlay.has-video .fill { 
        
    background-image: none !important;

}

.logo-bg .img-inner {

    background: rgba(255,255,255,.75);
    padding: 15px;
    border-radius: 5px;

    }

.pastille {

    width: 130px;
    height: 130px;
    padding: 35px 0;
    background: rgba(255,255,255,.3);
    
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 1.8em;
    margin-bottom: 20px;
}


.pastille p {

    font-weight:600 !important;
}


.quotation-mark{
    
    margin-top: -40px;
    font-weight: bold;
    font-size: 100px !important;
    font-family: "Times New Roman", Georgia, Serif !important;
    margin-bottom: 0;
    height: 80px;
    color: #fff !important;
    
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {

    padding: 30px 70px;
}
}

@media only screen and (max-width: 1400px) {
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-561.mega-menu-megamenu > ul.mega-sub-menu {
      background-image: none !important;
    }
  }


.menu-box-solutions {

    background: url(/wp-content/uploads/2018/02/white-paper-design-thinking.jpg);
    width: 300px;
    height: 200px;
    vertical-align: middle;
    display: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: table-cell;
    text-align: center;
}


a.mPS2id-highlight {

    color: yellow !important;
    font-weight:bold;
    text-decoration: none;
}

[data-filter="Newsletters"]  {

    color: red !important;
}

.rotate-img img {

    transform: rotate(-7deg);
}

[id ^= bg-showmore-hidden] {

    padding-top: 0 !important;
}


.sh-button {

 color:#ffcc0f !important;

 }

.hide-class .sh-button:after {

 font-family: FontAwesome;
 content: "\f0d7";
 display: inline-block;
 padding-left: 5px;
 vertical-align: middle;
 color:#ffcc0f

 }

 .show-class .sh-button:after{

 font-family: FontAwesome;
 content: "\f0d8";
 display: inline-block;
 padding-left: 5px;
 vertical-align: middle;
 color:#ffcc0f

 }


 .icon-inner {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.flip {
  transform: rotate(360deg);
}

.margin-top-workday  {

 margin-top : 6em;

 } 

 .margin-left-workday  {

 margin-left : -30px;

 }


 .button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {

 border: 1px solid currentColor !important;

 }

 /* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
  }
  .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

 .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  
  .move-backward {
    margin-right: -10px;
   
  }
  
  .mv-backward {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
   
  }
  
  .hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }


#popmake-6229 .popmake-content {height:100%}

.is-outline.primary {
  border-color: rgb(50,58,74) !important;
  color: rgb(50,58,74) !important;
}

.is-outline.primary:hover {
  border-color: #2962FF !important;
  color: #fff !important;
}

.img-left { 

   overflow: hidden;
    float: left;
}


.box-badge .box-text {
    background-color: rgba(41,98,255,0.95);
    bottom: 0;
}

.portfolio-box-title  {
    
    font-weight: 600 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    
    width:100% !important;
}

.nav.filter-nav > li > a {
    font-family: "Montserrat", sans-serif;
    color:#666 !important;
    font-weight:500;
	text-transform: capitalize;
}

.nav.filter-nav .nav > li.active > a {
    font-weight:900;
	color:#666 !important;
}


.row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover, .box-shadow-3, .box-shadow-3-hover:hover {
    box-shadow: 0 10px 20px rgba(50,58,74,0.1), 0 6px 6px rgba(50,58,74,0.1);
}

.flex-container {

    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;

}

.flex-item {


    display: flex;             /* nested flex container */
    flex-direction: column;    /* vertical alignment of flex items */
    justify-content: center;   /* center flex items vertically */
      

}

.video-fit {


    position: relative;

}

.job_filters {


    display:none;

}

.job_description h2, .job_description h3 {


    font-weight:600 !important;

}

.last_jobs .full-time {

    color: #90da36;
    padding: 5px;
    font-weight: 600 !important;
}

li.job-type.full-time {

    color: #90da36 !important;
}

.last_jobs.temporary {

    color: #d93674;
    padding: 5px;
    text-align: center;
    font-weight: 600 !important;
}

li.job-type.temporary {

    color: orange !important;
}

.last_jobs .job_department {

    color: #bbb;
    font-weight: 600 !important;

    }

.last_jobs {

    padding:30px 0 10px;
    background-size:cover

    }

.department, .location, .job-type {

    font-weight: 600

    }

.job-summary-top {

    background: #F1F2F3;
    padding: 20px 40px 10px;

    }

.job-summary-bottom {

    background: rgb(50,58,74);
    padding: 20px 40px 20px;

    }

.job-related-top {

    background: #F1F2F3;
    padding: 20px 20px 10px;
    height:50%;

    }

.job-related-top h3 {

    color:rgb(50,58,74);
    font-weight:600 !important;

    }

.job-related-bottom {

    padding: 20px;
    background: rgb(50,58,74);

    }

.job-related-bottom h3 {

    text-align:center;

    }

.col-inner.job-related {

    background: rgb(50,58,74);
    box-shadow: 0 10px 40px 0 rgba(50,58,74,0.2), 0 2px 9px 0 rgba(50,58,74,0.2);

    }

.gform_body {

    padding: 40px 20px 0 40px;

    }

.display-none {

    display:none;

    }


.form-description-title {

    text-align: center;
    color: #fff;
    font-weight: 600 !important;

    }

.form-secure {

   font-weight: bold;
   color: #FFCE34;
    

    }

.gform_description {
    padding: 20px 20px 0 40px;
    margin-bottom: -20px !important;
    text-align:center;
}

#field_21_10, #field_21_10 .gfield_label, #field_21_11, #field_21_11 .gfield_label  {
   
   color: #fff;
    
}

.job_form_title {
   
   color: #fff;
   margin-bottom:0 !important;
   line-height:1.2;
    
}

.demo-home {

    padding: 0 15px !important;
    font-weight:bolder;
    margin: 0 0 0 10px;
}

#field_30_15 .gfield_label {

    color:#fff;
}

.portfolio-box-category span {

    background: #2962ff;
    color:#fff;
    padding: 5px 10px !important;
    font-weight: 600;
    text-shadow: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.portfolio-box-title {

    margin-bottom:15px !important;
}

h2.gform_title {

    text-align: center;
    padding: 15px 50px 0;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #fff;

}

.gform_button button {

    border-radius: 5em !important;
}

.team-title {

    color: #2962ff !important;
    font-weight: 600 !important
}

.job-description-inner  {

    padding:20px 70px 50px 0

}

/* Blog */

.blog-wrapper .page-wrapper {

    padding-top:0

}

#comments .comment-respond {

    background: none;

}

.blue-bg-bc a {
    color:#fff !important
}

.blog-author-image img  {
    border: solid #fff 10px 
}

#categories-2 {
    background: #f9f9f9;
    padding: 25px;
}


.entry-author {
   padding: 2em 0 0;
}

span.widget-title {
   font-size: 1.6em;
   font-family: "Montserrat", sans-serif;
   color: #5f5f5f;
}

.comment-reply-title {
   font-size: 240%
}

.upcoming-badge {
   color: #fff !important;
   padding: 0 15px;
}

.event-type {
    position: absolute;
    z-index: 10000;
    background: rgb(84,129,255);
    padding: 0 15px;
    width: auto; 
 }

.past-badge {
   color: #525252 !important;
   background: #fff;
   text-align: center;
   border-radius: 20px;
   width: 70%;
}

h2.page-heading {

    color: #2962ff;
}

h5.post-title {

    font-weight: 600 !important;
    font-size: 1.6em;
}

.mfp-bg.mfp-ready {
    opacity: .8;
}

.data-filter [data-id*='Success Stories']{
    color:red !important;
}

.breadcrumb_last {
    opacity: .7;
}

.page-description-inner .resources_archive_desc {
    padding: 30px;
    margin-top:20px;
}

/* Job Offers */

li.job-listing {
    list-style-type:none;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 10px 10px 15px;
    margin-bottom: 0;
}

li.job-listing:hover {
    background: #fbfbfb;
}

.job-listing .job-position {
    float: left;
    width: 55%;
    line-height: 1.5em;
}

.job-position h4 {
   margin-bottom: 5px;
}

.job-listing .job-department {
    color: #999;
}


.job-listing .job-location {
    float: left;
    text-align: left;
    width: 25%;
    padding: 0 0 0 1em;
    color: #999;
    line-height: 1.5em;
}

.job-listing .job-type {
    float: right;
    text-align: right;
    width: 20%;
    padding: 0 0 0 1em;
    margin: 0;
    line-height: 1.5em;
    color: #999;
}

.job-type.Temporary {
    color: orange;
}

.job-type.Permanent  {
    color: #90da36  ;
}

ul.job-offers-listing li.job-listing a {

    overflow: hidden;
    display: block;
   
}

.job-description-inner ul li {

    list-style-type: none;
   
}

.job-description-inner ul li::before {

    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .7em;
   
}

.position-closed {

   color: #ff3a3a;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.opened-position::before {
    content: "\f058";
    color: #77d42a;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .7em;
}

.closed-position::before {
    content: "\f057";
    color: #ff6464;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: .7em;
}

.more-jobs-link {
    text-align:center;
}

.more-jobs-link a {
    color: #fff;
}


.more-jobs-link a::after {
    content: "\f0da";
    color: #fff;
    font-size: 1.3em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 5px;
    vertical-align: middle;
}

span.opened-position {
    color: #77d42a;
}

span.closed-position {
    color: #ff6464;
}

/* Else */

.secondary-color {background:#1acea1}

.portfolio-box-title  {

    color: #000;
    text-shadow: none;
    text-transform: capitalize;
    padding: 10px 15px 20px;

}

.box-overlay .box-text  {

    padding: 0

}

.resource-date  {

    background: #efefef;
    padding: 5px 10px;
    font-size: 80%;
    color:#4e4e4e;
    text-shadow:none;
    width: auto;
    margin: 10px 5%;
    text-align: center;
    font-weight: bold;

}

.fra-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(50,58,74,.95);
}

.fra-container:hover .fra-overlay {
  opacity: 1;
}

.hover-button {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gform_wrapper .gfield_required  {
  color: #ffcc0f;
}

.gfield_label {
  color: #fff;
}

.gform_wrapper input.medium {
  color: #fff;
}

.job_description ul li {
    
    margin-left: 30px;
}

li.date   {
    
    display: none !important;
}


.header-language-dropdown a {
    text-transform: uppercase;
}


/* Show Hide Button */

.show-btn, .hide-btn {
    background: rgb(41, 98, 255);
    color: white;
    border-radius: 99px;
}



.hs-input.hs-fieldtype-intl-phone {
    margin-bottom: 1em;
}

.hs-richtext {
    padding: 0 0 15px;
}

.marketing_pic_pressroom {

text-align: center;
    display: block;
    margin: -100px auto 10px;
    border-radius: 99px;
    border: solid 5px #fff;
    width: 150px;

}

.marketing-box  {

background-color: #292F33;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}

.marketing_name  {
    display: block;
    font-size: 130%;
    color: #ffcc0f;
}

.marketing_role  {
    color: #a5a5a5;
    margin: 0 0 10px;
    display: block;
}

/**Press releases archive****/

.portfolio-element-wrapper .container {
  background: #ffffff;
}

.portfolio-element-wrapper .breaking-left-neg:before {
  display: none;
}

.portfolio-element-wrapper .section-content .color-row {
  background: #ffffff;
}

.portfolio-element-wrapper .nav.filter-nav > li > a {
  color: black;
}

.event-box-img {
  width: 100%;
  max-width: 100%;
}

.event-type {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  position: relative;
}

.image-cover {
  display: none;
}

.col-inner .event-box-top {
  background: #ffffff !important;
}

.col-inner .event-box-top h6,
.col-inner .event-box-top h3 {
  color: #000000;
}

.col-inner .event-box-bottom {
  background: #ffffff !important;
  border-radius: 0 0 20px 20px;
}

.col-inner .event-box-bottom a h3 {
  color: #5481ff;
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
}


