/* Quick style updates to address immediate issue during investigation/function changes */


/*-- BUTTONS --*/

/*SDC 3*/
.button_v2 a:hover {
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.button_v3 a,
.button_v3 .btn-base-brd-slide:active{
	background-image:linear-gradient(45deg, #5394ff, #3edded)!important;
	color:#ffffff;
	/*width:170px;*/
	border-radius: 50px !important;
	transition: all 500ms ease-out;
}

.button_v3 a:hover{
	background-image:linear-gradient(45deg, #5394ff, #5394ff)!important;
	color:#ffffff;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.page .s-btn.button_v4 a {
	/*background-image:linear-gradient(45deg, #5394ff, #3edded);*/
	width:auto;
	border: 1px solid #5394ff !important;
	color:#5394ff;
	transition: all 500ms ease-out;
}

.page .s-btn.button_v4 a:hover{
	background-image:linear-gradient(45deg, #5394ff, #5394ff);
	/*border: 1px solid #5394ff !important;*/	
	color:#ffffff;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}

.page .s-btn.button_v5 a,
.page .s-btn a.button_v5 {
	background:#f7697b !important;
	width:auto;
	border:none;
	color:#ffffff !important;
	transition: all 500ms ease-out;
}

.page .s-btn.button_v5 a:hover,
.page .s-btn a.button_v5:hover {
	background:#ffffff !important;
	color:#f7697b !important;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}


.page .s-btn.s-success-btn a {
	color: #3edded;
}

.page .s-btn.s-success-btn a:hover {
	color: #5394ff;
}

.page .s-btn.s-play-btn3 a {
	color:#5394ff;
}

.page .s-btn.s-play-btn3 a:hover {
	color:#3edded;
}

.page .s-btn.s-outline-btn a {
	border: 1px solid #ffffff !important;
}

.page .s-btn.s-outline-btn a:hover {
	color:#5394ff;
}

.page .s-btn.s-primary-btn a, .page .s-btn.s-primary-btn2 a {
	color:#5394ff;
}

.page .s-btn.s-primary-btn a:hover, .page .s-btn.s-primary-btn2 a:hover {
	color:#3f69d3;
}


.page .s-btn.s-secondary-btn a {
    background: #3edded;
}

.page .s-btn.s-secondary-btn a:hover {
    background: #5394ff;
}

.page .breadcrumbs a {
	font-size:16px;
}

/*end SDC 3*/


/* purple */

.s-btn.s-purple-btn a {
	color: #ffffff;
	background: #7001fa;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.s-btn.s-purple-btn a:hover {
	background: #731bcc;
}

/*blue*/

.s-btn.s-blue-btn a {
	color: #ffffff;
	background: #3f69d3;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.s-btn.s-blue-btn a:hover {
	background: #5394ff;
}

/* green outline */

.s-btn.s-secondary-transparent-btn a {
	color: #03cea1;
	border:2px solid #03cea1 !important;
	background:transparent;
	/*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);*/
}

.s-btn.s-secondary-transparent-btn a:hover {
	color: #03e4b2 !important;
	border: 2px solid #03e4b2 !important;
}

/* blue outline */

.s-btn.s-transparent-btn a {
	color: #004ec3;
	border:2px solid #004ec3 !important;
	background:transparent;

}

.s-btn.s-transparent-btn a:hover {
	color: #004ec3 !important;
	border: 2px solid #004ec3 !important;
}

/* white outline */

.s-btn.s-transparent-white-btn a {
	color: #ffffff;
	border:2px solid #ffffff !important;
	background:transparent;
	/*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);*/
}

.s-btn.s-transparent-white-btn a:hover {
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
}


/*play button variations*/ 

.s-btn.s-play-btn4 a svg, 
.s-btn.s-play-btn4 a::before,
.s-btn.s-play-btn5 a svg, 
.s-btn.s-play-btn5 a::before {
    position: absolute;
    display: block;
    top: calc(50% - 18px);
    left: 20px;
    width: 36px;
    height: 36px;
}

.s-btn.s-play-btn4 a {
    color: #004ec3;
    background: transparent;
    box-shadow: none;
    border: 2px solid #004ec3;
	padding-left: 65px;
}

.s-btn.s-play-btn4 a:hover {
    color: #277eff;
    background: transparent;
    border: 2px solid #277eff;
}

.page .s-btn.s-play-btn5 a {
	color: #ffffff;
	background: #5394ff;
	padding-left: 65px;
}

.page .s-btn.s-play-btn5 a:hover {
	background: #3edded;
}


/*-- END BUTTONS-- */


/*-- QUOTES --*/

.quote-v4.newsletter-v2 {
	padding-left: 30px;
	padding-right: 30px;
}

.quote-v4.newsletter-v2 .newsletter-v2-title span.sign {
	font-family: initial;
	position: relative;
	display: block;	
	opacity:1;
	top:20px;
}

.quote-v4.newsletter-v2 .newsletter-v2-title {
    position: relative;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    font-style: italic;
	line-height:normal;
}

.quote-v4.newsletter-v2 .newsletter-v2-author {
    font-style: inherit;
    color: inherit;
    opacity: 1;
	text-transform:uppercase;
	padding:0;
}

/*-- END QUOTES --*/


/*add width/margin to "by business solutions" to accomodate longer menu titles*/
.menu-item-solutions-3 .wss-megamenu-products-wrapper {
	max-width: 425px;
	margin-right: 25px;
}

.navbar .dropdown-menu .wss-megamenu-2 .indent {
	margin-left:25px;
}

.single-guides .s-post-banner .featured-area img {
	border:1px solid #333333;
}

/* adjust for "Latest Resources" not in full width column- connector pages etc */
/* Latest Resources .col-md-8 */

.smarsh .col-md-8 .ffb-id-20ps70nc.col-md-8 {
	width:100%;
}

.smarsh .col-md-8 .ffb-id-20ps70nr {
	display:none;
}

.smarsh .ffb-id-1usa2s65 .col-md-8 .ffb-id-1r0kee10 .ffb-id-20ps70mo .ffb-id-20ps70nk {
    padding-right: 40px;
    padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 35px;
}



.smarsh .col-md-8 .resource-results.resource-results-v2 .post .post-image {
	height: auto !important;
	max-height:120px;
}

.smarsh .col-md-8 .resource-results .post .post-image img {
    min-height: 100px;
    height: auto;
}

.smarsh .col-md-8 .resource-results .post .post-content div,
.smarsh .col-md-8 .resource-results .post .post-content a.s-readmore-link, 
.smarsh .col-md-8 .resource-results .post .post-content a.s-readmore-link-v {
	font-size:13px;
}

.smarsh .col-md-8 .resource-results .post .post-content .cat-date, 
.smarsh .col-md-8 .resource-results .post .post-content .post-meta {
	font-size:12px;
}

.smarsh .col-md-8 .resource-results .post .post-content h5 {
    font-size: 14px;
    line-height: 16px;
}

/*.smarsh .col-md-8 .ffb-id-1r0qmtdv,
.smarsh .col-md-8 .ffb-id-1r0qmte4,
.smarsh .col-md-8 .ffb-id-20ps70nc,
.smarsh .col-md-8 .ffb-id-20ps70nr {
	display:block;
	width:100%;
}*/

/* END Latest Resources .col-md-8 */

/*-- MENU CHANGE --*/

.smarsh .header .search-menu .search-btn .search-btn-default, 
.smarsh .header .search-menu .search-btn .search-btn-active {
	height:auto;
}

.smarsh .pointer a {
	cursor:pointer;
}

.smarsh .nocursor a {
	cursor:default;
}


.header .navbar-nav .nav-item .dropdown-menu.smarsh-dropdown .nohover a:hover {
	color:#121836;
}

.freshframework-internal-html-mpf .mfp-content .mfp-close {
    top: 40px;
    right: 0;
    color: #000000;
    background: #ffffff;
}

/*.smarsh .platform .smarsh-dropdown .mega-menu-content {
	width:70%;
}*/

.smarsh .select2-container .select2-dropdown.s-login-dropdown .select2-results__options {
	max-height:400px;
}

/*-- END MENU CHANGE --*/


.page .product-spotlight .post-meta {
font-size: 14px;
line-height: 21px;
color: rgba(18, 24, 54, 0.4);
}
.page .product-spotlight .post-meta .date {
    /*padding: 0 0 0 12px;*/
}

/* move to a channel specific stylesheet */
.single-connector .s-connector-content-area p {
    font-size: 18px;
    line-height: 24px;
}


/* WHITE SPACE EDITS */

body.page h1 {
    font-size: 50px;
    line-height: 58px;
}

body.page h2 {
    font-size: 40px;
    line-height: 52px;
}


.page .s-top-section.s-top-section-v4, 
.page .s-right-side-image-bg-section, 
.page .s-top-section-v4.angle-bg-section {
	min-height: 360px;
}

.page .fg-section {
	/*margin-top:50px;
	margin-bottom:50px;*/
}

.section-heading {
	/*margin: 0 0 60px 0;*/
}

@media (min-width: 1200px) {
	.page .angle-bg-section {
	    min-height: 580px;
	}
}

/*PRODUCT*/

.page .s-top-section, 
.page .s-right-side-image-bg-section, 
.page .angle-bg-section {
	padding-top:80px;
}

/*SDC 3*/
/*4975332*/

@media (max-width: 990px) {
	.page.parent-page-connectors .s-btn-group-v1,
	.page.parent-page-connectors .s-btn-group-v2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.page.parent-page-connectors .s-btn-group-v1 .buttons-el-wrapper:not(:last-child), 
	.page.parent-page-connectors .s-btn-group-v2 .buttons-el-wrapper:not(:last-child) {
		margin-bottom:20px;
	}
	
	.page.parent-page-connectors .s-btn-group-v1 .buttons-el-wrapper a, 
	.page.parent-page-connectors .s-btn-group-v2 .buttons-el-wrapper a {
		min-width:240px;
		margin-right:0;
	}
}
@media (min-width: 992px) and (max-width: 1212px) {
	.page #editions .s-btn-group-v1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.page #editions .s-btn-group-v1 .buttons-el-wrapper, 
	.page #editions .s-btn-group-v2 .buttons-el-wrapper {
		margin-bottom:20px;
	}
	.page #editions .s-btn-group-v1 .buttons-el-wrapper a, 
	.page #editions .s-btn-group-v2 .buttons-el-wrapper a {
		min-width:240px;
		margin-right:0;
	}
	
}

/*sdc-3 product hero*/
.page.sdc-3 .product-hero {
	padding-top:100px;
}
.page.sdc-3 .product-hero .s-img-wrap {
  position: relative;
  margin: 30px 0 -70px;
}
.page.sdc-3 .product-hero .section-content .s-btn-group-v1, .page.sdc-3 .product-hero .section-content .s-btn-group-v2 {
	margin-top:40px;
}


@media (min-width: 768px) {
  .page.sdc-3 .product-hero {
    min-height: 640px;
  }
  .page.sdc-3 .product-hero .right-side-wrap {
    width: 53%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .page.sdc-3 .product-hero .right-side-wrap {
    position: absolute;
    right: 0;
  }
  .page.sdc-3 .product-hero .right-side-wrap .right-side-element {
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .page.sdc-3 .product-hero .right-side-wrap {
    display: block;
    top: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page.sdc-3 .product-hero .right-side-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
  .page.sdc-3 .product-hero .right-side-wrap .right-side-element {
    position: static;
    max-width: 100% !important;
    height: auto;
    max-height: 100%;
  }
  .page.sdc-3 .product-hero .section-content h1 br, .page.sdc-3 .product-hero .section-content h2 br, .page.sdc-3 .product-hero .section-content h3 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .page.sdc-3 .product-hero {
    padding-bottom: 55px;
  }
  .page.sdc-3 .product-hero .right-side-wrap {
    text-align: center;
  }
  .page.sdc-3 .product-hero .right-side-wrap .right-side-element {
    max-width: 100% !important;
  }
  .page.sdc-3 .product-hero .section-content .s-btn-group-v1, .page.sdc-3 .product-hero .section-content .s-btn-group-v2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page.sdc-3 .product-hero .section-content .s-oneline-iconbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page.sdc-3 .product-hero .section-content.no-limits p {
    max-width: 490px;
  }
  .page.sdc-3 .product-hero .section-content p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page.sdc-3 .product-hero .section-content h1, .page.sdc-3 .product-hero .section-content h2, .page.sdc-3 .product-hero .section-content h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page.sdc-3 .product-hero .section-content h1 br, .page.sdc-3 .product-hero .section-content h2 br, .page.sdc-3 .product-hero .section-content h3 br {
    display: none;
  }
  .page.sdc-3 .product-hero .product-logo {
	  display:block;
	  margin:0 auto;
  }
  
}

@media (max-width: 767px) {
  .page.sdc-3 .product-hero {
    padding-bottom: 30px;
  }
  .page.sdc-3 .product-hero .section-content .s-btn-group-v1, .page.sdc-3 .product-hero .section-content .s-btn-group-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page.sdc-3 .product-hero .section-content .s-btn-group-v1 .s-btn a, .page.sdc-3 .product-hero .section-content .s-btn-group-v2 .s-btn a {
    margin-left: auto;
    margin-right: auto;
  }
  
}




/* sdc-3 tabs*/

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .nav-tabs-wrap .nav.nav-tabs > li.active::before {
	content: '';
	position: absolute;
	bottom: -18px;
	margin-left: 0;
	left: 5%;
	width: 90%;
	height: 6px;
	border-style: none;
	border-width: inherit;
	border-color: transparent;
	background-image: linear-gradient(to right, #5394ff, #3edded);
}

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .nav-tabs-wrap .nav.nav-tabs > li {
	padding:0 10px 10px;
}

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .tab-content {
	border-top: 6px solid #cbd4ff !important;
	margin-top: -3px;
}

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .tab-content {
    background: #ddeafd;
}

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content .tab-v3-content-title {
	font-size: 36px;
	line-height: 42px;
	color:#3f69d3 !important;
}

.page.sdc-3 section.s-horiz-tabs-with-img-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content p {
	font-size: 22px;
	line-height: 32px;
	opacity:.6;
}

.page.sdc-3 .s-pre-head-bread-wrap,
.page.sdc-3 .s-pre-head-bread-wrap a,
.page.sdc-3 .s-pre-head-subnav-wrap a {
	color:rgba(18,24,54,.5);
}

.page.sdc-3 .s-pre-head-bread-wrap a.active,
.page.sdc-3 .s-pre-head-subnav-wrap a:hover {
		color:rgba(18,24,54,1);
}


.page section.s-global-tabs-wrapper .nav-tabs-wrap .nav-tabs li.active svg {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/*sdc-3 vert tabs*/
.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content {
	padding:50px 20px 20px 20px;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-img-wrapper {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-pane-content {
	display: inline-block;
	width: 50%;
	margin: 0 5%;
	vertical-align: top;
	padding-top: 0;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content h2.tab-v3-content-title {
	/*color:#3f69d3;*/
	margin:0 0 20px 0;
	font-weight:600;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content p  {
	color:#4a5067;
	font-size:20px;
	line-height:36px;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content li  {
	font-size:20px !important;
	line-height:30px !important;
}

.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .ffb-content .tab-pane-content li::before  {
	top: 12px !important;
	left: 10px !important;
}


.sdc-3 section.s-global-tabs-wrapper .nav-tabs-wrap .nav-tabs li.active a {
	background-image: linear-gradient(to right, #5394ff, #3edded) !important;
}

.sdc-3 section.s-global-tabs-wrapper .nav-tabs-wrap .nav-tabs li:hover a {
	background-color:#f2f7fe;
}

@media (min-width: 767px) and (max-width: 991px) {	
	.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-img-wrapper {
		width: 100%;
	}

	.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-pane-content {
		width: 100%;
		margin:5% 0;
	}
}

@media (max-width: 620px) {
	.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-img-wrapper {
		width: 100%;
	}

	.sdc-3 section.s-global-tabs-wrapper .tab-content .tab-pane .img-left.ffb-content .tab-pane-content {
		width: 100%;
		margin: 5% 0;
	}	
}


.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs::before {
	display:none;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content {
	position:relative;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content {
	padding-top:0;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content h4 {
	font-weight:600;
	font-size:32px;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content li {
	font-size:22px;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content p {
	font-size:22px;
	line-height:36px;
}

.financial-services .s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content ul {
	padding:0;
	margin:35px 0;
}

.financial-services .s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 10px 0 0;
	border-right: 2px solid #fff;
}

.financial-services .s-tabs.s-tabs-left .tab-v5 .tab-content .tab-pane .tab-pane-content li:last-child{
	border:none;
}

.s-tabs.s-tabs-left .tab-v5 .tab-content::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	opacity: 0.6;
	background: #ffffff;	
}

.s-tabs.s-tabs-left .tab-v5 .tab-content {
	padding:0 0 0 3%;
}

.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs {
	width:36%;
	padding:0;
}

.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs li a::before {
	right:-9px;
	left:unset;
}

.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs li a {
	font-size:22px;
	line-height:30px;
	margin-bottom:20px;
}

.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs li.active a {
	font-size:22px;
}

@media (max-width: 767px) {	
	.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs {
		width:100%;
	}
	.s-tabs.s-tabs-left .tab-v5 .nav-tabs.nav-tabs-left li {
		margin: 0 30px 0 0;
	}
	.s-tabs.s-tabs-left .tab-v5 .nav-wrapper .nav.nav-tabs li.active a {
		text-decoration:none;
		/*font-weight:600;*/
		font-size: 30px;
	}
	.s-tabs.s-tabs-left .tab-v5 .tab-content {
		padding:0;
	}
	.s-tabs.s-tabs-left .tab-v5 .tab-content::before {
		display:none;
	}
}


/*icon grid*/

.sdc-3 .s-icon-box .icon-box-v5-title {
	margin:0 0 10px 0;
	font-size: 20px;
}

.sdc-3 .s-icon-box .icon-box-v5-content {
	font-size: 18px;
	line-height: 24px;
	color:#4a5067;
}

/*solutions protect data component*/
#protect-data h4 {
	font-size:26px;
	line-height:30px;
	width: 100%;
	display: block;
	padding: 15px 30px 15px 50px;
	background: none;
	position: relative;
	transition: none;
}

#protect-data img {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-width: 40px;
	max-height: 40px;
	height: auto;
	z-index: 1;
	pointer-events: none;	
}

#protect-data p {
	font-size:20px;
	line-height:30px;
}

/*end SDC 3*/

/*BY INDUSTRY*/

.page .s-convertible-tabs.is-closed .tab-v5 .nav-wrapper .nav.nav-tabs li {
	padding: 35px 30px 80px;
	min-height: 330px;
}

/*CASE STUDY*/
.page .col-md-12 .co-ban-content-wrapper .co-ban-excerpt {
    font-size: 24px;
	margin-bottom: 15px;
}

.col-md-12 .co-ban-content-wrapper .co-ban-logo {
    max-height: 50px;
    margin-top: 0px;
}

/*TABS*/

.page section.s-horiz-tabs-with-img-wrapper .tab-content .tab-pane .ffb-content .tab-img-wrapper .fg-image {
	width:70%;
}


.page section.s-horiz-tabs-with-img-wrapper .tab-content .tab-pane .ffb-content .tab-img-wrapper .fg-image.full-width {
	width:100% !important;
}


/*-- MENU HOVER DESCRIPTIONS --*/

a.tip:hover {
    position: relative;
    z-index: 100;
}

a.tip div.tip {
    display: none;
    padding: 20px;
    background:#F6F7FF;
    left: 5%;
    margin: 10px;
    width: 300px;
    position: absolute;
    top: 15px;
    text-decoration: none;
	box-shadow:0px 23px 43px 0px rgba(0, 0, 0, 0.14);
	border-top:3px solid #004ec3;
}

a.tip span.title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color:rgba(18, 24, 54, 0.4);
	display:block;
	margin-bottom:10px;
}

a.tip span.desc {
	font-weight: 600;
	line-height: 18px;
	font-size: 14px;
}

a.tip:hover div.tip {
	display:block !important;
}

/*-- END MENU HOVER DESCRIPTIONS --*/


/*-- WHY SMARSH? --*/

.why-smarsh .s-tab-section {
    background:transparent;
	min-height:500px;
}

.why-smarsh .s-tabs .tab-v5 .nav.nav-tabs::before {
	display: none;
}

.why-smarsh .s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs li.active a {
	font-weight: 600;
}

.s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs li a {
	font-family: "proxima-nova light",sans-serif !important;
	line-height:50px;
	font-weight:200;
}


/*.s-tabs .tab-v5 .tab-content::before*/
.why-smarsh .s-tabs .tab-v5 .nav.nav-tabs::after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	opacity: 1;
	background: #ffffff;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #ffffff 50%, rgba(255, 255, 255, 0.05));
}


.why-smarsh .s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs li a::before, 
.why-smarsh .s-convertible-tabs.is-opened .tab-v5 .nav-wrapper .nav.nav-tabs li a::before {
	display: none;
}

.why-smarsh .s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs {
	margin-right: 5%;
	width: auto;
	padding-right:5%;
}

.why-smarsh .s-tabs .tab-v5 .tab-content .tab-pane .tab-pane-content {
	padding: 5% 20px 5%;
}

@media (max-width: 767px) {
	.why-smarsh .s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs li {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.why-smarsh .s-tabs .tab-v5 .nav.nav-tabs::after {
		display:none;
	}
	
	.why-smarsh .s-tab-section {
		min-height: 625px;
	}


}

@media (max-width: 320px) {
	.why-smarsh .s-tabs .tab-v5 .nav-wrapper .nav.nav-tabs li {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	.why-smarsh .s-tabs .tab-v5 .nav.nav-tabs::after {
		display:none;
	}
	
	.why-smarsh .s-tab-section {
		min-height: 625px;
	}
	

}




/*-- END WHY SMARSH? --*/


/*-- FOR GOV --*/
.government-page .s-convertible-tabs.is-closed .tab-v5 .nav-wrapper .nav.nav-tabs li {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}

.government-page .s-tabs, .s-convertible-tabs.is-opened {
	padding: 120px 0 0px;
}

.government-page .s-convertible-tabs.is-opened .s-back-btn {
	font-size: 20px;
	font-weight: 600;
}

/*-- END FOR GOV --*/

.homepage .s-section-v2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*-- THANK YOU PAGES --*/

.thank-you .section-heading h2 {
	font-weight:700;
}

.thank-you .icon-long-arrow-left {
	padding-right:5px;
}

.thank-you #home-featured {
	z-index: 3;
	padding-top:0;
}


.thank-you #home-featured .fg-container {
	margin-left:5%;
	margin-right:5%;
}

.thank-you #home-featured .s-content-card-v1 {
	width:100%;
	min-height: auto;
	padding:30px 20px;
}

.thank-you #home-featured .section-heading {
	margin:0;
}

.thank-you #home-featured .section-heading p {
	margin-bottom:0;
}

.thank-you #home-featured p.read-more {
	line-height: 20px;
	font-size: 18px;
	margin-top: 25px;
	color: #004ec3;
	font-weight:600;
}

.thank-you .addtoany_content {
	display:none !important;
}

/*-- END THANK YOU PAGES --*/


/*-- LOGIN MENU --*/

.select2-container .select2-dropdown.s-login-dropdown .select2-results__options .select2-results__option[id*="central.smarsh.com"] {
    color: rgba(18, 24, 54, 0.7);
    padding: 30px 37px 5px;
    font-weight: 600;
    font-size: 18px;
}

.select2-container .select2-dropdown.s-login-dropdown .select2-results__option.select2-results__option--highlighted[id*="central.smarsh.com"] {
    color: #004ec3;
    background: #ffffff;
}
/*-- END LOGIN MENU --*/

/*-- FOOTER --*/

.page .smarsh-footer .footer-menu-wrapper .ffb-list li a, 
.page .smarsh-footer .footer-menu-wrapper .menu li a {
	line-height:1.5em;
	color:rgba(18, 24, 54, 0.55);
}

.page .smarsh-footer .footer-menu-wrapper .ffb-list, 
.page .smarsh-footer .footer-menu-wrapper .menu {
	padding: 0 0 15px;
}

.page .footer-left-col p {
	font-size:16px;
}

@media (max-width:991px) {
	.page .smarsh-footer .footer-left-col,
	.page .smarsh-footer .social-icons-wrap .list-inline {
		display:inline-block;
	}
}

/*-- END FOOTER --*/


/*-- CONTACT BAR / STICKY FOOTER --*/

.smarsh .hustle-ui.hustle-slidein {
	z-index:999;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--question):not(.forminator-poll--description):not(.forminator-poll--answers):not(:last-child) {
	margin-bottom:0;
}

.smarsh .hustle-ui.hustle-slidein.hustle-slidein-position--south {
	padding:0;
}

.smarsh .hustle-ui.hustle-slidein .hustle-slidein-content,
.smarsh .hustle-ui.hustle-slidein .hustle-slidein-content > [class*="hustle-"] {
	max-width:100%;
	width:100%;
}

.smarsh .hustle-ui.hustle-slidein .hustle-slidein-content {
	/*background-color:#0093FA;*/
	background:linear-gradient(114deg, #0084ee, #004ec3);
}

.smarsh .hustle-layout-header {
	display:none;
}

.smarsh .hustle-group-content ul {
	text-align:center;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li:before {
	display:none;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li {
	margin: 0 !important;
	display: inline-block;
	width:25%;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	cursor:pointer;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li:last-of-type, 
.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li:first-of-type {
	border:0;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul li,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a:hover,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a:visited,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a:active,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a:focus {
	font-weight:300;
	font-size:18px;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul li,
.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a {
	color:#ffffff;
}

.smarsh .hustle-ui .hustle-info .hustle-group-content ul li a:hover {
	opacity:.8;
}


/*.smarsh .hustle-ui .hustle-info .hustle-group-content img.alignleft {
	margin:0 !important;
}*/

.smarsh .hustle-ui .hustle-info .hustle-group-content img {
	margin-right: 10px;
    height: 25px;
    width: auto;
    padding-bottom: 5px;
}

@media (max-width:767px) {
	.smarsh .hustle-ui .hustle-info .hustle-group-content img {
		margin:0 auto 5px;
		text-align:center;
		display:block;
		height: 25px;
	}
	
	.smarsh .hustle-ui .hustle-info .hustle-group-content #watch {
		display:none;
	}

	.smarsh .hustle-ui .hustle-info .hustle-group-content #contact {
		width:50%;
	}
	
	.smarsh .hustle-ui .hustle-info .hustle-group-content #chat {
		width:45%;
	}
	
	.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li {
		border-left:0;
	}
	
	.smarsh .hustle-ui .hustle-info .hustle-group-content ul:not(.forminator-poll--answers) li:before {
		display:none;
	}
}

@media (min-width:783px) {  /*plugin update override (annoying)*/
	.hustle-ui:not(.hustle-size--small) .hustle-slidein-content .hustle-info {
	    max-width: 100% !important;
	}
	
	.smarsh .hustle-ui.module_id_2 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]), 
	.smarsh .hustle-ui.module_id_2 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) {
		margin: 0;
	}


}



/*-- END CONTACT BAR / STICKY FOOTER --*/


@media (min-width: 1200px) {
  .single-connector .brand-links-wrapper.single-connector-links .brand-link,
  .single-connector .brand-links-wrapper.five-in-row-flexible .brand-link {
	margin-left: 0;
	margin-right: 20px;
	width: 126px;
  }
}

@media (min-width: 922px) and (max-width: 1200px) {

	.smarsh .s-right-side-image-bg-section .right-side-wrap .right-side-element {
		max-height: unset;
	}
}

@media (min-width: 1200px) {
	.s-connected-choose-b-left-wrap .s-connected-choose-b-left.overlapping-bg > .fg-bg .fg-bg-layer-hover-only {
    	overflow: hidden;
	}
}

@media (max-width: 991px) {
	.smarsh .hustle-ui.hustle-slidein.hustle-slidein-position--south {
	    z-index: 9;
	}

	.header .navbar .navbar-collapse.collapse.in {
	    z-index: 99;
	}

}
