/*
Theme Name: Groupware Technology 
Author: Sleepless Media
Author URI: http://www.sleeplessmedia.com/ 
Version: 1.0
*/

/* Added June 2019, load font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	width:100%;
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

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

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list,
.children:nth-child(n+1) {
	list-style: none;
}

.additional-content-row {padding-top:20px !important;padding-bottom:10px !important;}

.page-template .go-back.button {
    display: none;
}

.home .slide a.button[href^="https://www.groupwaretech.com/?p=4053"] {
    display: none;
}


/*  form updates */
#wpcf7-f2154-o1 form .wpcf7-response-output.wpcf7-mail-sent-ok {display:none;}
/* end form updates */


@media (max-width: 767px) {
	.comment-list,
	.children:nth-child(n+1) {
		padding: 0;
  	}
}

.callout-text p:first-child {
    font-weight: 400 !important;
    color: #838083 !important;
}

#main-nav {position:relative;}
#nav-search, #nav-login {position:absolute;top:4px;z-index:2;}
#nav-search {right:38px;}
#nav-login {right:0;}
.menu-menu-v2-container {text-align:left; display: inline-block};

#main-nav ul.sub-menu {top:60px !important;}

#main-nav #nav-login {
    font-size: 16px !important;
    text-transform: uppercase;
    top: 2px;
}

#nav-search {
    right: 60px !important;
}

a {outline:0 !important;}

#customer-login-form input {
    width: 482px;
    max-width: 100%;
    border-radius: 0;
    border: #4a4a4a 2px solid;
    height: 46px;
    max-height: 46px;
    color:#4a4a4a;
    margin-bottom:15px;
    padding-left:10px;
}

#customer-login-form input.button {color:#fff;padding-left:0;}

@media screen and (max-width: 767px) {
    #customer-login-form input {width: 100%;max-width: 100%;}
    .hide-767-down {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .hide-768-up {display: none;}
}



/************************************
 * Start of AGD updates June 2019
 ***********************************/

/* Fonts */
body {
    font-family: 'Montserrat', sans-serif !important;
    color: #4A4A4A; 
    overflow-x: hidden;
}

/* Containers */
header .largest-container, footer .largest-container {
    max-width: 1260px !important;
}
.agd-inner-container {
	max-width: 1260px;
	margin: 0 auto !important;
	padding: 0 10px;
}
@media screen and (max-width:767px) {
	.largest-container .agd-inner-container {
		padding: 0;
	}
	.mobile-padding-zero .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (min-width:768px) {
	footer .largest-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Mobile Nav */
#mobile-nav #s {
	border: none;
	border-radius: 7px;
	padding: 22px 16px 20px;
}
#mobile-nav #s::placeholder {
	color: #a9a9a9 !important;
	font-size: 1.5rem !important;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
}
#close-me img {
	width: 20px;
}

/* Footer */
footer .menu-item-has-children {
    display: inline-block;
    vertical-align: top;
    padding-right: 5%;
}
footer .menu-item-has-children > a {
    text-transform: uppercase;
    font-weight: 600;
}
footer .sub-menu {
    padding-top: 15px;
}
footer p, footer a {
	color: #333333;
	font-size: 1.6rem !important;
}
.top-footer-widget {
    margin-top: 50px;
}
.top-footer-widget img {
    max-width: 230px;
    margin: 0 0 24px 15px;
}
.social-icon {
    margin-top: 16px;
    width: 32px;
    margin-right: 16px;
	max-height: 32px;
}
.social-icon.instagram-logo {
    width: 26px;
	margin-right: 0;
	max-height: 26px;
}
.footer-row-two {
    margin-bottom: 24px;
}
.footer-row-three {
	margin-bottom: 32px;
}
.footer-row-three p {
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.footer-row-one, .footer-row-two, .footer-row-three {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-3078 {
		margin-bottom: 16px;
	}
}
@media screen and (min-width:768px) {
	.footer-row-one, .footer-row-two, .footer-row-three {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
footer .menu-item-7987 {
	display: none;
}
footer .menu-menu-v2-container {
	display: block;
}
#teconsent {
	margin-top: 3px;
	margin-bottom: 3px;
}
.footer-bottom {
    background-color: #eeeeee;
    clear: both;
}
.footer-bottom .widget {
    padding-top: 40px;
    padding-bottom: 30px;
}
#footer-mobile-social-icons {
	display: none;
	padding-top: 12px;
}
#footer-mobile-social-icons .social-icon {
	width: 36px;
}
#footer-mobile-social-icons .social-icon.instagram-logo {
	width: 32px;
}
@media screen and (max-width: 991px) {
	footer .menu-item-has-children {
		margin-top: 16px;
	}
}
@media screen and (min-width: 601px) and (max-width: 991px) {
	#desktop-mobile-social-icons {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 600px) {
	footer .footer-bottom a, footer .footer-contact a {
		color: #892528;
	}
	#footer-mobile-social-icons {
		display: block;
	}
	#desktop-mobile-social-icons {
		display: none;
	}
	footer .sub-menu {
		padding-top: 12px;
	}
	footer li.menu-item-has-children {
		width: 48%;
	}
	.top-footer-widget {
		display: none;
	}
	.footer-row {
		margin-top: 24px;
	}
}

/* Call to action section */
.cta-arrow {
    color: #892528;
    background: white;
    padding: 0 9px;
    display: inline-block;
    border-radius: 16px;
    font-size: 2.2rem;
    margin-left: 11px;
}
#grey-cta .button {
    display: initial;
}

.the-arrow {
	width: 20px;
	height: 20px;
	margin-left: 6px;
}

@media screen and (max-width: 767px) {
	#grey-cta {
		padding: 60px 15px;
	}
	#grey-cta .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.home-posts-row .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* cookie policy */
#cookie-notice {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.cookie-notice-container {
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
	padding-top: 35px;
	padding-bottom: 30px;
}
.cookie-notice-container a {
	color: #892528;
	text-decoration: underline;
}
#cn-accept-cookie {
	color: white;
	font-size: 2.8rem;
	text-decoration: none;
	position: relative;
	top: -10px;
}

#cookie-notice .cn-button {
	float: right;
}
.cookie-cta-arrow {
	background: white;
	color: black;
	padding: 0 10px;
	border-radius: 20px;
	margin-left: 10px;
	font-weight: 600;
}

/* Blog related / featured sections at bottom of homepage / single blog post */
.blog-related-post-image {
    /* min-height: 100%; */
    min-width: 100%;
	margin-bottom: 30px;
}
.blog-related-post-title {
    color: #464646;
	font-size: 2.2rem !important;
	line-height: 1.3;
	margin-top: 1rem !important;
	margin-bottom: 2rem !important;
}
@media screen and (max-width:767px) {
	#related-articles .col-md-4 {
		text-align: center;
	}
}
.blog-related-post-title, #related-articles p, #related-articles a {
	text-align: left;
}
.blog-related-post-title+p {
    margin-bottom: 0;
	margin-top: 2.8rem;
	font-size: 1.6rem !important;
}
.blog-related-post-more a {
    color: #892528;
    border-bottom: 1px solid #892528;
    font-weight: 600;
	font-size: 1.6rem !important;
}
.blog-related-post-more a:hover {
    text-decoration: none;
}

/* Single Career Page */
@media screen and (min-width: 992px ) {
	#career-single .col-md-9 {
		padding-right: 50px;
	}
}
#career-single h1 {
	color: #727175;
}
#career-single h1 {
	font-size: 5rem;
	text-align: center;
	margin: 150px 0 48px;
	font-weight: 400;
}
#career-single p {
	margin: 26px 0 10px;
	font-size: 1.5rem;
}
#career-single li {
	font-size: 1.5rem;
}
#career-single p.career-back-link {
	color: #892528;
	margin-bottom: 36px;
}
#careers-about-box {
	background-color: #ececec;
	padding-top: 24px;
	padding-bottom: 24px;
}
#careers-about-box p {
	font-size: 1.6rem;
	margin: 0 0 36px;
}
.career-back-link a {
	color: #892528;
	font-weight: 500;
}
.career-back-link img {
	transform: rotate(180deg);
	margin-right: 16px
}
.other-positions {
	margin-top: 15%;
}
#career-single .other-positions p {
	margin-top: 12px;
	font-weight: 500;
}
.other-positions a {
	color: #892528;;
}


/* Red bod that appears in sidebars */
.the-red-box {
	background-color: #892528;
	padding: 15%;
}
.the-red-box:before {
    content: '';
    position: absolute;
    top: 0;
	left: 15px;
    border-left: 40px solid white;
    border-bottom: 40px solid rgba(255,255,255,.15);
}
#career-single .the-red-box p, #career-single .the-red-box a, #default-page .the-red-box p, #default-page .the-red-box a {
	color: white;
	font-size: 2rem;
}
#career-single .the-red-box a, #default-page .the-red-box a {
	font-size: 1.6rem;
}
.the-red-box .the-arrow {
	margin-left: 24px;
}


/* Solutions sub pages */
.solutions-header-row {
	margin-bottom: 30px;
	background-size: auto 100%;
	min-height: 370px;
	padding-top: 70px;
}
.solutions-header-row .vc_col-sm-4 .wpb_wrapper {
    text-align: center;
}
.solutions-header-row .vc_col-sm-4 img {
    max-width: 140px;
    max-height: 80px;
}
@media screen and (min-width:768px) {
	.solutions-header-row {
		padding-top: 0;
	}
	.solutions-header-row .vc_col-sm-4 .wpb_wrapper {
		text-align: right;
	}
	.solutions-header-row .vc_col-sm-4 img {
		max-width: 200px;
		max-height: 100px;
	}
}
@media screen and (max-width:767px) {
	.solutions-header-row .wpb_content_element {
		margin-bottom: 0;
	}
	.solutions-header-row {
		padding-bottom: 60px;
	}
}
#default-page .solutions-header-row h1 {
    font-size: 5rem;
	font-weight: 400;
	color: #727175;
	margin-top: 8px;
}
.solutions-header-row h2 {
	color: #727175;
	margin-top: 1.2rem;
	line-height: 1.4;
}
.solutions-intro-row .the-red-box {
    padding: 20% 12% 15%;
}
#default-page .solutions-intro-row .the-red-box p {
    font-size: 2.5rem;
}
.solutions-intro-row .the-red-box:before {
    top: 35px;
    left: 15px;
}
.solution-text-row .thumbnail {
	border: none !important;
}
.the-learn-more-link a {
	color: #892528;
}
.solutions-grey-row .wpb_single_image.wpb_content_element {
	margin-bottom: 0;
}
.solutions-grey-row h3 {
	color: #474747;
	line-height: 1.4;
}
#default-page .solutions-grey-row p {
	color: #474747;
	margin-top: 30px;
}
.solutions-progress-bar small {
	font-size: 2rem;
}
@media screen and (min-width:768px) {
	.solutions-progress-bar {
		padding-left: 50px;
	}
	.attack-column {
		border-right: #4c7189 solid 1px;
	}
}
.solutions-progress-bar.vc_progress_bar .vc_single_bar .vc_label {
	padding: 1.4em 1.2em;
}
.solutions-progress-bar.vc_progress_bar .vc_single_bar {
	background: unset;
	box-shadow: unset;
}
blockquote {
	border-left: none !important;
	padding: 0 !important;
	margin-bottom: 12px;
}
#default-page .solutions-quotation p {
	font-weight: 600;
}
#default-page blockquote p:before {
	content: open-quote;
}
#default-page blockquote p:after {
	content: close-quote;
}
#default-page .solutions-quotation blockquote p {
	color: #4c7189;
	font-style: italic;
	font-size: 2.5rem;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.cloud-solutions-right-column {
		padding-left: 40px !important;
	}
	.solutions-quotation {
		padding-right: 100px;
	}
}
@media screen and (max-width: 767px) {
	#default-page .solutions-header-row h1 {
		font-size: 4.2rem;
	}
	.solutions-intro-row {
		padding-left: 0;
		padding-right: 0;
	}
	.solutions-intro-row .vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.solutions-intro-row .the-red-box:before {
		left: 0;
	}
	#default-page .solutions-intro-row .the-red-box p {
		font-size: 2rem;
	}
	.solutions-intro-row .the-red-box .the-arrow {
		margin-left: 6px;
	}
	.solutions-header-row.vc_row-has-fill>.vc_column_container>.vc_column-inner {
		padding-top: 20px;
	}
	.vc_row-fluid.solutions-intro-row.agd-inner-container .vc_row.wpb_row.vc_inner.vc_row-fluid {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Single Blog Post */
#blog-container {
	margin-top:20px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#blog-container p {
	margin-top:20px;
	margin-bottom: 20px;
}
#blog-container p.entry-date {
	margin-top:6px;
}
@media screen and (max-width: 767px) {
	#blog-container p.entry-date {
		margin-bottom:0;
	}
}
.blog-header-image {
		max-height: 400px;
	}
.the-blog-back-link img {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 24px;
}
#blog-container p.the-blog-back-link {
	margin-bottom: 30px;
}
.the-blog-back-link a {
	color: #892528;
	font-weight: 500;
	font-size: 1.2em;
}
#blog-container .entry {
	margin-bottom: 0;
}
#blog-container p.blog-post-meta {
	margin-top: 0;
}
.blog-post-nav {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
.blog-post-nav a {
	color: #892528;
	font-weight: 500;
	font-size: 1.6rem;
}
.blog-post-nav-next {
	margin-left: 30px;
}
.blog-post-nav-previous img {
	transform: rotate(180deg);
	margin-right: 16px;
}
.blog-post-nav-next img {
	margin-left: 16px;
}
#related-articles {
	background-color: #ececec;
	padding-top: 40px;
	padding-bottom: 80px;
}
#related-articles h3 {
	text-align: center;
	font-size: 3rem;
	padding-bottom: 6rem;
}
@media (min-width:768px) {
	#related-articles .row .col-md-4:first-child {
		padding-right: 50px;
		border-right: 1px solid #4c7189;
	}
	#related-articles .row .col-md-4:nth-child(2) {
		padding-left: 50px;
		padding-right: 50px;
	}
	#related-articles .row .col-md-4:last-child {
		padding-left: 50px;
		border-left: 1px solid #4c7189;
	}
	related-articles img {
		text-align: center;
	}
}
.agd-social-side {
	position: absolute;
	right: 6%;
	top: 200px;
}
.agd-social-side ul {
	list-style: none;
}
.agd-social-side li {
	background-color: #c4c4c4;
	border-radius: 10px;
	margin-bottom: 10px;
}
.agd-social-side img {
	width: 30px;
	height: 30px;
	margin: 16px;
}
#banner #banner-text .single-blog-banner-text p {
	font-size: 2.4rem;
	font-weight: 400;
}
#banner #banner-text .single-blog-banner-text p strong {
	font-weight: unset;
}
#banner #banner-text .single-blog-banner-text h3 {
    font-size: 30px;
	font-weight: 300;
	margin-bottom: 32px;
	line-height: 1;
}
@media screen and (max-width:767px) {	
	#banner #banner-text {
		height: unset;
	}
	#related-articles .col-md-4 {
		margin-top: 50px;
	}
	#related-articles h3 {
		padding-bottom: 1rem;
	}
}


/* blog achive page */
#banner-text.agd-banner-text {
	width: unset !important;
	margin: 0 auto;
	color: black !important;
}
#banner #banner-text.agd-banner-text .agd-banner h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 5rem;
	color: #727175;
}
#banner #banner-text.agd-banner-text .agd-banner h2, #banner #banner-text.agd-banner-text .agd-banner p {
	font-size: 2.4rem;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 1rem;
}
#banner #banner-text.agd-banner-text .agd-banner h2 {
	color: #727175;
}
#banner #banner-text.agd-banner-text .agd-banner p strong {
	font-weight: unset;
}
.blog-grey-spacer {
	width: 100%;
	height: 3px;
	background-color: #e8e8e9;
}
.agd-blog .widget_categories h4 {
	display: none;
}
.agd-blog .widget_categories ul, .menu-blog-sub-category-menu-container ul, .menu-news-archive-menu-container ul {
	text-align: center;
	margin-bottom: 50px;
}
.agd-blog .widget_categories li, .menu-blog-sub-category-menu-container li, .menu-news-archive-menu-container  li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 600px) {
	.agd-blog .widget_categories li, .menu-blog-sub-category-menu-container li, .menu-news-archive-menu-container  li {
		display: block;
	}
}
.agd-blog .widget_categories li a, .menu-blog-sub-category-menu-container li a, .menu-news-archive-menu-container  li a {
	color: #892528;
	font-size: 2rem;
}
.agd-blog-all .widget_categories ul li:first-child a, .widget_categories .current-cat a, .menu-blog-sub-category-menu-container  .current-menu-item a, .menu-news-archive-menu-container .current-menu-item a {
	font-weight: 700;
}
.agd-blog #searchform .input-group {
	width: 70%;
	margin: auto;
}
.agd-blog #searchform #searchsubmit {
	display: none;
}
.agd-blog .widget_search {
	margin-bottom: 90px;
}
.agd-blog #searchform .fa-search {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 5px;
	color: #727175;
	font-size: 2rem;
}
.agd-blog #searchform #s {
	border: none;
	box-shadow: unset;
	border-radius: unset;
	border-bottom: 1px solid #727175;
}
.agd-blog #searchform #s::placeholder {
	color: #727175 !important;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif !important;
}
.agd-blog .blog-post {
	border-top: none !important;
}
.agd-blog .blog-post .thumbnail, .agd-blog .blog-post .featured-image {
	border: none !important;
}
.agd-blog .featured-image, .blog-loop-details .mobile-featured-image {
	width: 250px;
	overflow: hidden;
	height: 250px;
}
.agd-blog .featured-image .wp-post-image {
	min-height: 100%;
}

@media screen and (min-width:992px) {
	.agd-blog .featured-image + .blog-loop-details {
		width:67%;
		padding-left: 40px;
	}
}
.agd-blog .blog-post a.read-more {
	color: #892528;
	font-weight: 300;
	font-size: 1.6rem;
}
.agd-blog .pager {
	text-align: center;
	margin-top: 100px;
}

.agd-blog .pager li > a {
	border: none;
	color: #892528;
	padding: unset;
	font-weight: 400;
	font-size: 1.6rem;
}
.agd-blog .pager li > a:focus {
	background-color: unset;
}
.pager .turn-me {
	transform: rotate(180deg);
	margin-right: 8px;
}
@media screen and (max-width: 991px) {
	#banner #banner-text.agd-banner-text .interior {
		vertical-align: bottom;
		padding-bottom: 28px;
	}
	#banner #banner-text.agd-banner-text .agd-banner h1 {
		font-size: 4rem;
	}
	#banner #banner-text.agd-banner-text .agd-banner p {
		font-size: 2rem;
	}
	.agd-blog #searchform .input-group {
		width: 100%;
	}
	.blog-content.agd-blog {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#banner #banner-text.agd-banner-text {
		height: unset;
		padding-top: 90px;
	}
	#banner #banner-text.agd-banner-text .agd-banner h1 {
		font-size: 3.2rem;
	}
	#banner #banner-text.agd-banner-text .agd-banner p {
		font-size: 1.6rem;
	}
}
 .blog-loop-details .mobile-featured-image {
	margin: 0 auto;
}

/* Blog email sign up on archive pages */
#blog-side-subscribe {
	position: fixed;
    right: -40px;
    top: 48%;
	background-color: #892528;
	transform: rotate(270deg);
	text-align: center;
	z-index: 99;
}
#blog-container #blog-side-subscribe p {
    margin-top: 0;
	margin-bottom: 0;
}
#blog-container #blog-side-subscribe a {
	color: white;
	font-size: 1.6rem;
    font-weight: 600;
	padding-top: 13px;
	height: 51px;
	width: 132px;
	display: block;
}
@media screen and (max-width: 991px) {
	#blog-container #blog-side-subscribe a {
		height: 34px;
		padding-top: 4px;
		width: 114px;
	}
}
#blog-subscribe {
	padding-top: 34px;
}
#blog-subscribe-form {
        /* changes for marketo subscription form
	width: 100%;
	*/
	background-color: #892528;
	padding: 32px 32px 32px 60px;
	margin-bottom: 64px;
	color: white;
	position: relative;
}
/* added for marketo subscription form
 */
@media screen and (min-width: 991px) {
    #blog-subscribe-form {
        width: 67%;
	margin-left: 250px;
    }
}
#blog-subscribe-form form {
        margin-left: -30px;
}
#blog-subscribe-form .mktoAsterix {
        color: white;
}
#blog-subscribe-form label.mktoLabel  {
        color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
#blog-subscribe-form input  {
        border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 2px;
}
#blog-subscribe-form div.mktoHtmlText  {
        color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}
#blog-subscribe-form div.mktoHtmlText  a {
        color: white;
	text-decoration: underline;
}
#blog-subscribe-form div.mktoHtmlText  a:hover {
	text-decoration: none;
}
#blog-subscribe-form div.mktoButtonRow {
        display: flex;
	justify-content: center;
}
#blog-subscribe-form div.mktoButtonRow span.mktoButtonWrap {
        margin-left: 0px !important;
}
#blog-subscribe-form input#Email {
        width:450px !important;
}
#blog-subscribe-form button {
        border-radius: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	background-color: #892528;
	color: white;
	background-image: none;
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	box-shadow: none;
        -webkit-box-shadow: none;
}
#blog-subscribe-form button:hover {
        text-decoration: underline;
}
#blog-subscribe-form button::after {
        content:url("/images/arrow.png");
}
#blog-subscribe-form button:active {
        -webkit-box-shadow: none;
	box-shadow: none;
}
#blog-subscribe-title {
        font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
#blog-subscribe-subtitle {
        text-align:center;
	font-size:1.5rem;
	margin-bottom:40px;
}
/* END */

#blog-subscribe-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 40px solid white;
    border-bottom: 40px solid rgba(255,255,255,.15);
}
#blog-sign-up-close {
	position: absolute;
	right: 14px;
	font-size: 2.2rem;
	opacity: .5;
	top: 7px;
	cursor: pointer;
}
.blog-sign-up-form-left, .blog-sign-up-form-right {
	display: inline-block;
}
.blog-sign-up-form-left {
	width: 35%;
}
.blog-sign-up-form-right {
	width: 64%;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 20px;
	vertical-align: top;
}
@media screen and (max-width: 600px) {
	.blog-sign-up-form-left {
		width: 100%;
	}
	.blog-sign-up-form-right {
		width: 100%;
	}	
}
#blog-subscribe-form h3 {
	margin-top: 0;
	margin-bottom: 4px;
}
#blog-subscribe-form ul {
	padding-left: 20px;
}
#blog-container .blog-sign-up-form-right p {
	margin-top: 0;
	margin-bottom: 0;
}
.blog-sign-up-form-right .wpcf7-email {
	background: unset;
	border: none;
	border-bottom: 1px solid white;
	box-shadow: unset;
	border-radius: unset;
	padding-left: 0;
	color: white;
}
.blog-sign-up-form-right .wpcf7-email:focus {
	border-color: white;
	box-shadow: unset;
}
.blog-sign-up-form-right .wpcf7-submit {
	background: unset;
	border: unset;
	color: white;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 40px;
	background : url("/images/arrow.svg") no-repeat center right;
	background-size: 20px;
}

.blog-sign-up-form-right .wpcf7-submit:hover {
	color: white;
	background-color: rgba(255, 255, 255, .1);
}
.blog-sign-up-form-right ::placeholder {
	color: rgba(200, 200, 200, .5) !important;
}

/* Cookie policy version 2 */
#consent_blackbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#truste-consent-track {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
#truste-consent-content {
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
	padding: 35px 10px 30px;
}
#truste-consent-text {
	color: white;
	margin: 0;
}
#truste-show-consent {
	color: #892528;
}
#truste-consent-button {
	margin: 0;
	background: unset;
	width: unset;
	font-size: 3rem;
}
#truste-consent-button img {
	width: 28px;
	height: 28px;
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	#truste-consent-content {
		padding: 10px;
	}
	#truste-consent-text {
		font-size: 1.6rem;
	}
}

/* Search results page */
.search-results .y-paddings, .search-no-results .y-paddings {
	padding-top: 170px;
}
/* 404 page */
.error404 h1 {
	font-size: 5rem;
	color: #727175;
	font-weight: 400;
	text-align: center;
}


/* Misc */
h1.sub-title {
	display: none;
}
.blog-post h1.sub-title {
	display: block;
}
#contact-page h1.sub-title {
	display: block;
	margin-top: 72px;
}

#banner.customer-login-banner {
	height: unset !important;
	padding: 80px 0 40px;
}
.customer-login-banner h2 {
	color: white;
}

#frontend-sitemap {
	padding-top: 150px;
}
.blog-loop-details h2 a {
	color: #474747;
}
.vc_video-bg {
    filter: grayscale(1);
}

@media (max-width: 400px) {
	.solutions-intro-column h3 {
		font-size: 2rem;
		line-height: 1.3;
		margin-top: 0;
	}
	.solutions-intro-row .the-red-box {
		padding-top: 30%;
	}
	#default-page .solutions-intro-row .the-red-box p {
		font-size: 1.6rem;
	}
	#career-single .the-red-box a, #default-page .the-red-box a {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	#home-testimonial-row .vc_col-sm-5 {
		min-height: 250px;
	}
	.make-me-invisible-on-mobile {
		display: none;
	}

	.remove-inner-padding .vc_column_container>.vc_column-inner, 
	.remove-inner-padding.vc_row.vc_column-gap-35>.vc_column_container, 
    .remove-inner-padding.vc_row.vc_column-gap-30>.vc_column_container, 
	.remove-inner-padding .vc_row.vc_column-gap-35>.vc_column_container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1300px) {
	.remove-inner-padding .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_column-gap-35, 
	.remove-inner-padding.vc_row.vc_column-gap-35 {
		margin-left: 0;
		margin-right: 0;
	}
}

.remove-top-padding-from-p p:first-child {
	margin-top: 0 !important;
}

/* new for marketo forms */
/*div.wpb_wrapper form.mktoForm div.mktoRequiredField div.mktoAsterix {*/
div.wpb_wrapper div.mktoAsterix {
    display: inline !important;
    margin-right: 5px;
}
div.wpb_wrapper select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/arrow-down.svg") no-repeat right;
    background-size: 24px;
}
