/**
 *
 *
 * 198FF0 - Light Blue
 * 42D646 - Green
 * 272361 - Dark Blue
 * Gradients - Light Blue to Green
 * Overlays - rgba(255,255,255,.3)
 *
 * Roboto
 *
 */

@import url("/sites/all/libraries/slick/slick/slick.css");

html,
body {
  font-family: 'Nunito', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}

@media (max-width: 1023px) {
	#admin-menu { display: none; }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

a.block-link {
  display: block;
}

@media (max-width: 767px) {
	audio {
		display: block;
		max-width: 100%;
		min-height: 54px;
	}
}

.btn {
  border-radius: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.d-none {
  display: none;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container.aspect4-3 {
  padding-top: 75%;
}
.iframe-container iframe,
.iframe-container img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.iframe-container svg {
	position: absolute;
	z-index: 5;
	width: 25%;
	max-width: 68px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#admin-menu {
  height: 20px;
}

#two-66-33-top-wrapper,
.fullwidth.container {
  max-width: 1440px;
  width: 100%;
}

#two-66-33-top-wrapper {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#block-system-main {
  overflow: hidden;
}

.ucs-panels.two-66-33 {
  margin-right: -5px;
  margin-left: -5px;
}
.region.two-66-33-top,
.region.two-66-33-first {
  padding-right: 5px;
  padding-left: 5px;
}
.region.two-66-33-second {
  padding-right: 5px;
  padding-left: 5px;
}

.region.three-33-first,
.region.three-33-second,
.region.three-33-third {
  padding-right: 15px;
  padding-left: 15px;
}

.page-node .ucs-panels.two-66-33,
.page-search .ucs-panels.two-66-33 {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 769px) {
	.ucs-panels.two-66-33 {
	}
	.region.two-66-33-first {
		float: left;
		width: 66.66666667%;
	}
	.region.two-66-33-second {
		float: left;
		width: 33.33333333%;
	}

	.region.three-33-first,
	.region.three-33-second,
	.region.three-33-third {
		float: left;
		width: 33.33333333%;
	}

	/*.page-node .region.two-66-33-first,*/
	.page-search .region.two-66-33-first {
		width: 75%;
	}
	/*.page-node .region.two-66-33-second,*/
	.page-search .region.two-66-33-second {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.panel-3col-33-stacked .panel-col-first,
	.panel-3col-33-stacked .panel-col,
	.panel-3col-33-stacked .panel-col-last {
		float: none;
		width: 100%;
	}
}


.sidebar-cta {
  max-width: 100%;
  height: auto;
}

.integ-delayed-search-start,
#ucs-search-date-filter-form #edit-submit {
  display: none;
  position: fixed;
  left: 80vh;
  bottom: 15vh;
  background: #42D646;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 9999;
}
.fancybox-container .integ-delayed-search-start {
  display: block;
}
.fancybox-content {
  width: 80vh;
  height: 80vh;
  overflow-y: scroll;
  position: relative;
}
.fancybox-content > .container {
  max-width: 100%;
}

.page-search .integ-delayed-search-start,
.integ-preset-search .integ-delayed-search-start,
#ucs-search-date-filter-form #edit-submit {
	clear: right;
	color: #fff;
	display: block;
	float: right;
	position: static;
}


#ucs-search-date-filter-form #edit-submit {
	border: none;
}


/*= HEADER
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.pane-ucs-user-profile-ucs-navigation-login {
  padding-top: 8px;
}
.pane-integ-ucs-integ-ucs-header-ad {
  position: static;
}

@media (min-width: 991px) {
	.block-header-spotlight,
	.pane-block-7 {
		position: absolute;
		top: 35px;
		right: 15px;
		z-index: 5;
	}
	.block-header-spotlight img,
	.pane-block-7 img {
		display: block;
		max-height: 82px;
		width: auto;
	}
}

@media (max-width: 990px) {
	.block-header-spotlight,
	.pane-block-7 {
		padding: 10px;
	}
	.block-header-spotlight img,
	.pane-block-7 img {
		display: block;
		height: auto!important;
		max-width: 100%;
		width: auto;
	}
}


.navbar-default {
  background-color: #fff;
  border: none;
}
.navbar-header {
  float: none;
}
.navbar-header .logo {
  max-width: 360px;
  padding: 25px;
  position: relative;
  z-index: 5;
}
.navbar-header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ucs-navigation-login .container {
  text-align: right;
  width: 100%;
}
.ucs-navigation-login a {
  color:#272361;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
}


/*= Primary Navigation
==============================================================================*/
#navbar .region-navigation {
  position: relative;
}

#navbar .tb-megamenu-button {
	display: none;
}

#navbar .tb-megamenu-menu-primary-navigation {
  background-color: #272362;
	min-height: 54px;
}

#navbar .tb-megamenu-menu-primary-navigation .nav li.dropdown.active > .dropdown-toggle,
#navbar .tb-megamenu-menu-primary-navigation .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #272362;
  border: none;
}

#navbar .tb-megamenu-menu-primary-navigation .nav li.dropdown > .dropdown-toggle .caret {
  display: none;
}

#navbar .tb-megamenu .nav.level-0 > li > a,
#navbar .tb-megamenu .nav.level-0 li.dropdown.active .dropdown-toggle,
#navbar .tb-megamenu .nav.level-0 li.dropdown.open.active .dropdown-toggle {
  color: #fff;
  font-size: 18px;
}
#navbar .tb-megamenu .nav.level-0 > li > a:focus,
#navbar .tb-megamenu .nav.level-0 > li > a:hover,
#navbar .tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
/* #navbar .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, */
#navbar .tb-megamenu .nav.level-0 li.dropdown.open.active > .dropdown-toggle,
#navbar .tb-megamenu .nav.level-0 > li.dropdown.open.active > a:hover {
  background-color: #198FF0;
  color: #fff;
}
.view-ucs-vendors-megamenu .view-content {
  position: relative;
}
#navbar #block-views-megamenu-bcs-experts .slick-prev,
#navbar #block-views-megamenu-bcs-experts .slick-next,
#navbar .slick-prev, #navbar .slick-next {
  background: none;
  color: #0a9dd8;
  display: inline-block;
  font: normal normal normal 0/1 FontAwesome;
  text-indent: initial;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
}
.view-ucs-vendors-megamenu .view-content .slick-prev,
.view-ucs-vendors-megamenu .view-content .slick-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -12px;
  height: 40px;
  width: 15px;
  cursor: pointer;
  text-indent: -999999px;
}
.view-ucs-vendors-megamenu .view-content .slick-prev {
  left: -10px;
  z-index: 1;
}
.view-ucs-vendors-megamenu .view-content .slick-next {
  right: -10px;
}

@media (min-width: 769px) {
	#navbar .tb-megamenu-menu-primary-navigation {
		margin-right: -15px;
		margin-left: -15px;
		min-height: none;
	}
}
@media (max-width: 768px) {
	.mobile-burger {
		color: #fff;
		font-size: 36px;
		margin-left: 15px;
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}

	.header-search-form {
		margin-right: 15px;
	}

	#mobile-menu {
		background-color: #079dd8;
		margin-top: -37px;
		padding: 30px 0;
		font-size: 16px;
	}
	#mobile-menu a {
		color: #fff;
		display: block;
		padding: 5px 0;
	}
	#mobile-menu ul {
		list-style-type: none;
	}
	#mobile-menu .closer,
	#mobile-menu ul ul {
		display: none;
	}
}
@media (max-width: 359px) {
	.header-search-form {
		margin-right: 15px;
		max-width: 245px;
	}
}


.header-search-form,
.pane-views-exp-search-panel-pane-1 {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.header-search-form label,
.header-search-form #edit-created-wrapper,
.header-search-form #edit-created-1-wrapper,
.pane-views-exp-search-panel-pane-1 label,
.pane-views-exp-search-panel-pane-1 #edit-created-wrapper,
.pane-views-exp-search-panel-pane-1 #edit-created-1-wrapper {
  display: none;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
}
.views-exposed-form .form-control {
  padding-right: 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.pane-views-exp-search-panel-pane-1 .views-exposed-form .views-exposed-widget .btn,
.header-search-form .btn {
  background: #fff;
  border-color: #fff;
  border-radius: 0;
  color: #272362;
  font-size: 16px;
  line-height: 34px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 34px;
  height: 34px;
}
.pane-views-exp-search-panel-pane-1 .views-submit-button #edit-submit-search {
  color: transparent;
  font-size: 0;
}
.pane-views-exp-search-panel-pane-1 .views-submit-button #edit-submit-search:after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #272362;
  font-size: 16px;
  line-height: 34px;
}

.header-search-form .views-exposed-widgets,
.header-search-form .views-exposed-form .views-exposed-widget .btn,
.pane-views-exp-search-panel-pane-1 .views-exposed-widgets,
.pane-views-exp-search-panel-pane-1 .views-exposed-form .views-exposed-widget .btn {
  margin: 0;
}

#navbar .tb-megamenu-nav {
  margin-left: 15px;
}
#navbar .tb-megamenu a[href*='user/register'] {
  background-color: #198FF0;
}
#navbar .tb-megamenu a[href*='user/register']:hover {
  background-color: #42D646!important;
}

/*= Mobile Menu
------------------------------------------------------------------------------*/
#mobile-menu {
  display: none;
}

@media (min-width: 1040px) {
  .mobile-burger {
    display: none;
  }
}


/*= CONTENT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.pane-ucs-homepage-header {
  /*background-color: #42D646*/
}

.header {
  color: #fff;
  margin-bottom: 0;
  margin: 75px 0 0;
  position: relative;
  height: 25px;
}
.header-tab {
  background: #fff;
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);

  display: inline-block;
  position: relative;
  text-align: center;
  width: 300px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.header .heading {
  border-radius: 50%/100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  font-size: 26px;
  padding-top: 23px;
  position: relative;
  bottom: -15px;
  text-align: center;
  width: 100%;
  height: 85px;
  left: -2px;
}
.header small {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: .5px;
}

.blue-header,
.blue-header .heading {
  background-color: #198FF0;
}
.green-header,
.green-header .heading {
  background-color: #42D646;
}

.drop-shadow {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  margin-bottom: 1px;
}
.drop-shadow:not(.no-hover):hover {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
  box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
  margin-top:1px;
  margin-bottom: 0;
}


.integ-half + .panel-separator {
	display: none;
}
/* .integ-half + .panel-separator + .panel-pane:not(.integ-half) {
	clear: both;
} */
.integ-half + .panel-separator + .panel-pane:not(.integ-half):before {
  content: "";
  display: table;
  clear: both;
}


.integ-half {
	width: calc(50% - 5px);
}
.integ-half-left {
	clear: left;
	float: left;
	width: calc(60% - 5px);
}
.integ-half-right {
	float: right;
	width: calc(40% - 5px);
}
.pane-ucs-carousel-content.integ-half {
	border: 2px solid #42D646;
}
#mini-panel-ucs_homepage_insights .contextual-links-region {
	clear: both;
}

@media (min-width: 1200px) {
	.pane-ucs-homepage-insights.container {
		max-width: 1440px;
		width: 100%;
	}
}


/*= Featured
==============================================================================*/
#mini-panel-ucs_homepage_featured .region-conditional-stack,
#mini-panel-ucs_homepage_featured .search-facet {
  display: none;
}
#mini-panel-ucs_homepage_featured > .fullwidth > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 0;
  width: 100%;
}
#mini-panel-ucs_homepage_featured .region.three-33-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#mini-panel-ucs_homepage_featured .region.three-33-first {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}
#mini-panel-ucs_homepage_featured .region.three-33-second,
#mini-panel-ucs_homepage_featured .region.three-33-third {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
#mini-panel-ucs_homepage_featured > .fullwidth[id*="middle-wrapper"] {
  margin-right: -5px;
  margin-left: -5px;
}
/* #mini-panel-ucs_homepage_featured > .fullwidth[id*="middle-wrapper"] .region-inner {
  height: 100%;
  margin-top: -1px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
}
#mini-panel-ucs_homepage_featured > .fullwidth[id*="middle-wrapper"] .region-inner:hover {
  margin-top: 0px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
  -moz-box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
  box-shadow: 1px 1px 3px 0px rgba(204,204,204,1);
} */

.view-id-ucs_carousel_content {
  height: 100%;
  padding: 15px 7px;
}
.view-id-ucs_carousel_content .view-content {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
}
#mini-panel-ucs_homepage_featured .stage-bar-block,
#mini-panel-ucs_homepage_insights .stage-bar-block {
  background: #fff;
  height: 110px;
  padding: 15px 7px;
  position: static;
  text-align: left;
}
#mini-panel-ucs_homepage_featured .stage-bar-block a,
#mini-panel-ucs_homepage_insights .stage-bar-block a,
.block-must-see a {
  color:#272361;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

#mini-panel-ucs_homepage_featured .field-date,
#mini-panel-ucs_homepage_featured .marker,
#mini-panel-ucs_homepage_insights .field-date,
#mini-panel-ucs_homepage_insights .marker {
  display: none;
}

.slick--view--ucs-carousel-content .slide:not(.slide--0) {
  display: none;
}
.slick--view--ucs-carousel-content.slick--initialized,
.slick--view--ucs-carousel-content.slick--initialized .slide {
  display: block;
	position: relative;
}

/* #mini-panel-ucs_homepage_featured .pane-title,
#mini-panel-ucs_homepage_featured .block-teaser-bottom,
#mini-panel-ucs_homepage_featured .stage-bar-block {
  display: none;
} */

#mini-panel-ucs_homepage_featured .field-type-image a,
#mini-panel-ucs_homepage_insights .field-type-image a {
  display: block;
  height: 0;
  overflow: hidden;
  /*padding-top: 57.14%;*/
  position: relative;
}
#mini-panel-ucs_homepage_featured .block-teaser-top img,
#mini-panel-ucs_homepage_insights .block-teaser-top img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto!important;
  height: auto;
}

#mini-panel-ucs_homepage_featured .block-teaser-top h2 a,
#mini-panel-ucs_homepage_insights .block-teaser-top h2 a {
  color: #272361 !important; /* Jeremiah of the frickin' past */
  display: block;
  padding-right: 15px;
  padding-left: 15px;
}
#mini-panel-ucs_homepage_featured .block-teaser-top h2 a:hover,
#mini-panel-ucs_homepage_insights .block-teaser-top h2 a:hover {
  text-decoration: none;
}

.pane-ucs-carousel-content-carousel,
.block-must-see .block-content-wrapper {
  position: relative;
  border: 2px solid#42D646;
}

.view-ucs-carousel-content .view-content .slick--view--ucs-carousel-content .slick-prev,
.view-ucs-carousel-content .view-content .slick--view--ucs-carousel-content .slick-next {
  position: absolute;
  top: 50%;
  text-indent: -999999px;
  overflow: hidden;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -12px;
  outline: none;
  height: 40px;
  width: 40px;
}
.view-ucs-carousel-content .view-content .slick--view--ucs-carousel-content .slick-prev {
  left: 12px;
  background-image: url("../images/icon-gray-arr-left.png");
}
.view-ucs-carousel-content .view-content .slick--view--ucs-carousel-content .slick-next {
  right: 12px;
  background-image: url("../images/icon-gray-arr-right.png");
}


.block-must-see .block-content-wrapper {
  padding: 15px 7px;
}
.fancybox-shield {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.block-must-see,
.block-customized-search {
  height: 100%;
}

.block-must-see .block-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-must-see .iframe-wrapper {
  background: rgb(66,214,70);
  background: -moz-linear-gradient(135deg, rgba(66,214,70,1) 0%, rgba(25,143,240,1) 20%, rgba(25,143,240,1) 80%, rgba(66,214,70,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(66,214,70,1) 0%, rgba(25,143,240,1) 20%, rgba(25,143,240,1) 80%, rgba(66,214,70,1) 100%);
  background: linear-gradient(135deg, rgba(66,214,70,1) 0%, rgba(25,143,240,1) 20%, rgba(25,143,240,1) 80%, rgba(66,214,70,1) 100%);
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  padding: 15px 15% 0;
  position: relative;
  text-align: center;
}
.block-must-see .iframe-wrapper > div {
  position: relative;
  z-index: 10;
}
.block-must-see .iframe-container {
	margin-bottom: 30px;
}
.block-must-see .stage-bar-block h2 {
  margin: 0;
}

.block-customized-search .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


/*= Expert Insights
==============================================================================*/
.block-homepage-block-wrapper {
  position: relative;
  border: 2px solid #42D646;
}
.block-homepage-slick-wrapper {
  padding: 0 7px;
}
.block-homepage-slick {
  background: #fff;
}
.block-homepage-slick .row {
  margin: 0;
  overflow: hidden;
}

@media (min-width: 789px) {
	.block-homepage-slick .row {
		display: flex;
	}
}

.block-homepage-slick .article-wrapper,
.block-homepage-slick .article-title,
.view-author-article-listing .views-row > div,
.view-vendor-listing .views-row > div,
.view-search .views-row > div {
  padding: 15px 7px;
}
.block-homepage-slick article {
  padding: 0;
}
.block-homepage-slick .article-wrapper a {
  color: #272361;
  display: block;
}
.block-homepage-slick .article-wrapper a:hover {
  text-decoration: none;
}
.block-homepage-slick h2 {
  margin: 0;
}

.block-homepage-slick .article-title h2 {
  font-size: 24px;
}
.block-homepage-slick .article-thumbnail {
  background-color: rgba(0,0,0,.1);
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 52.68%;
  position: relative;
}
.block-homepage-slick img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto!important;
  height: auto;
}

.block-homepage-slick .article-wrapper,
.block-homepage-slick .article-wrapper a,
.view-author-article-listing .views-row > *,
.view-vendor-listing .views-row > *,
.view-search .views-row > * {
  height: 100%;
}

@media (min-width: 992px) {
  .block-homepage-slick .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*= Homepage - Contributed Articles
==============================================================================*/
.block-homepage-slick .block-teaser .article-title,
.pane-node-field-related-content .block-teaser-top,
.view-display-id-featured_white_paper .block-teaser-top,
.view-author-article-listing .block-teaser-top,
.view-vendor-listing .block-teaser-top,
.view-search .block-teaser-top {
  background: rgb(66,214,70);
  background: -moz-linear-gradient(90deg, rgba(66,214,70,1) 15%, rgba(25,143,240,1) 25%, rgba(25,143,240,1) 75%, rgba(66,214,70,1) 85%);
  background: -webkit-linear-gradient(90deg, rgba(66,214,70,1) 15%, rgba(25,143,240,1) 25%, rgba(25,143,240,1) 75%, rgba(66,214,70,1) 85%);
  background: linear-gradient(90deg, rgba(66,214,70,1) 15%, rgba(25,143,240,1) 25%, rgba(25,143,240,1) 75%, rgba(66,214,70,1) 85%);
  color: #fff;
  min-height: 94px;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.block-homepage-slick .block-teaser .article-title > *,
.pane-node-field-related-content .field-name-title .field-item > *,
.view-display-id-featured_white_paper .field-name-title .field-item > *,
.view-author-article-listing .field-name-title .field-item > *,
.view-vendor-listing .field-name-title .field-item > *,
.view-search .field-name-title .field-item > * {
  position: relative;
	transform: none;
  z-index: 5;
}
.block-must-see .iframe-wrapper:after,
.block-homepage-slick .block-teaser .article-title:after,
.pane-node-field-related-content .field-name-title .field-item:after,
.view-display-id-featured_white_paper .field-name-title .field-item:after,
.view-author-article-listing .field-name-title .field-item:after,
.view-vendor-listing .field-name-title .field-item:after,
.view-search .field-name-title .field-item:after {
  content: "";
  background: #fff;
  background: rgba(255,255,255,.4);
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  display: block;
  position: absolute;
  top: 5px;
  right: calc(-50% - 10px);
  left: calc(-50% - 10px);
  z-index: 1;
  height: 750%;
}
.block-must-see .iframe-wrapper:after {
  height: 140%;
  top: calc(100% - 45px);
}

.block-homepage-slick .block-teaser .article-title h2,
.pane-node-field-related-content .field-name-title h2,
.view-display-id-featured_white_paper .field-name-title h2,
.view-author-article-listing .field-name-title h2,
.view-vendor-listing .field-name-title h2,
.view-search .field-name-title h2 {
  font-size: 20px;
  position: absolute;
  right: 15px;
  bottom: 5px;
  left: 15px;
}
.block-homepage-slick .block-teaser .article-title h2 small,
.pane-node-field-related-content .field-name-title h2 small,
.view-display-id-featured_white_paper .field-name-title h2 small,
.view-author-article-listing .field-name-title h2 small,
.view-vendor-listing .field-name-title h2 small,
.view-search .field-name-title h2 small {
  color: #272361;
  display: block;
  font-weight: bold;
  padding-top: 5px;
}
.block-homepage-slick .block-teaser .article-teaser {
  color: #000;
  padding: 15px;
}


/*= Homepage - Explore Topic
==============================================================================*/
.block-explore-topic .row {
  margin-right: 0;
  margin-left: 0;
}
.block-explore-topic [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.block-explore-topic a {
  color: #fff;
  display: block;
  height: 75px;
  margin-bottom: 24px;
  overflow: hidden;
  text-transform: uppercase;
}
.block-explore-topic a:hover {
  text-decoration: none;
}
.block-explore-topic .topic:nth-last-child(-n+2) a {
  margin-bottom: 0;
}

.block-explore-topic .block-content-wrapper {
  border: 2px solid #198FF0;
  padding: 6px 3px;
}
.block-explore-topic .ucs-gradient {
  background: rgb(66,214,70);
  background: -moz-linear-gradient(90deg, rgba(66,214,70,1) 25%, rgba(25,143,240,1) 75%);
  background: -webkit-linear-gradient(90deg, rgba(66,214,70,1) 25%, rgba(25,143,240,1) 75%);
  background: linear-gradient(90deg, rgba(66,214,70,1) 25%, rgba(25,143,240,1) 75%);
  color: #fff;
  position: relative;
}
.block-explore-topic h4 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 10;
}
.block-explore-topic .tab {
  background-color: #272361;
  border-radius: 70%/140%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
  font: 400 18px/24px 'Roboto', sans-serif;
  position: relative;
  right: -5px;
  bottom: -20px;
  left: -5px;
  text-align: center;
  width: calc(100% + 10px);
  height: 85px;
}


/*= Homepage - Key Resources
==============================================================================*/
.block-key-resources .block-content-wrapper {
  padding-top: 2px;
}
.block-key-resources .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}
.block-key-resources .resource {
	background-color: #1B1464;
	border: 2px solid #fff;
	height: 80px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.block-key-resources .resource:active,
.block-key-resources .resource:focus,
.block-key-resources .resource:hover {
  background-color: #198FF0;
  text-decoration: none;
}
.block-key-resources .resource h4 {
	color: #fff;
	font-size: 16px;
}


/*= Homepage - Customized Search
==============================================================================*/
.block-customized-search .block-content-wrapper {
  background-color: #272361;
  border: 2px solid #272361;
  color: #fff;
  padding: 15px;
}
.block-customized-search .custom-search {
  margin: 15px 20px;
}
.block-customized-search a {
  color: #fff;
}
.block-customized-search h4 {
  font-size: 26px;
  font-weight: 400;
}
.block-customized-search .fa {
  color: #198FF0;
  margin-right: 10px;
}

body:not(.front) .block-customized-search .custom-search {
  margin: 10px 30px;
}
body:not(.front) .block-customized-search h4 {
  margin: 0;
}

/*= Homepage - About
==============================================================================*/
.block-must-see.block-homepage-about .block-content-wrapper {
  border-color: #198FF0;
  padding: 7px;
}
.block-must-see.block-homepage-about .iframe-wrapper {
  background: rgb(66,214,70);
  background: -moz-linear-gradient(135deg, rgba(25,143,240,1) 0%, rgba(66,214,70,1) 30%, rgba(66,214,70,1) 70%, rgba(25,143,240,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(25,143,240,1) 0%, rgba(66,214,70,1) 30%, rgba(66,214,70,1) 70%, rgba(25,143,240,1) 100%);
  background: linear-gradient(135deg,rgba(25,143,240,1) 0%, rgba(66,214,70,1) 30%, rgba(66,214,70,1) 70%, rgba(25,143,240,1) 100%);


  padding: 30px 15%;
}


/*= Homepage - News
==============================================================================*/
.block-homepage-news .block-content-wrapper {
  position: relative;
}
.block-homepage-news a {
  border-bottom: 1px solid;
  color: #272361;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.block-homepage-news .block-content-wrapper {
  border: 2px solid #198FF0;
  padding: 15px 30px;
}
.block-homepage-news ul {
  font-family: 'Roboto', sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
}




/*= Homepage - Footer Signin
==============================================================================*/
.pane-home-page-login-panel {
  margin-top: 45px;
}

.ucs-panels #two-brick-top-wrapper,
.ucs-panels #two-brick-middle-top-wrapper,
.ucs-panels #two-brick-bottom-wrapper {
  display: block;
  float: none;
  margin: 0;
}
.ucs-panels .ucs-panels #two-brick-top-wrapper .container,
.ucs-panels .ucs-panels #two-brick-bottom-wrapper .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.ucs-panels #two-brick-middle-top-wrapper .container {
  width: 960px;
}

@media (min-width: 768px) {
  .ucs-panels #two-brick-middle-top-wrapper .panel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ucs-panels #two-brick-middle-top-wrapper .region {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ucs-panels #two-brick-top-wrapper {
  text-align: center;
}
.ucs-panels #two-brick-top-wrapper h2 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 15px;
}
.ucs-panels #two-brick-top-wrapper .subheading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}


#mini-panel-home_page_login_panel ul {
  font-size: 18px;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 2.14285714em;
  padding-left: 0;
}
#mini-panel-home_page_login_panel ul > li {
  position: relative;
}
#mini-panel-home_page_login_panel ul > li:before {
  content: "\f054";
  color: #42D646;
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-media-buttons {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  padding: 30px 0;
  margin-right: auto;
  margin-left: auto;
}
.social-media-buttons .button-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.social-media-buttons .button-container a {
  background-color: #198FF0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.social-media-buttons .button-container a:hover {
  background-color: #42D646;
}
.pane-home-page-login-panel .button-container .fa {
  vertical-align: text-top;
  font-size: 26px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 7px;
}



#mini-panel-home_page_login_panel {
  background: #272361 url("../images/create-account.png") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.footer-signin {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.footer-signin a {
  color: #fff;
  text-decoration: underline;
}
.footer-signin img {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.footer-signin > * {
  position: relative;
  z-index: 5;
}
.footer-signin:after {
  content: "";
  background: #198FF0;
  background: -moz-linear-gradient(90deg, rgba(25,143,240,1) 37.5%, rgba(79,177,71,1) 62.5%);
  background: -webkit-linear-gradient(90deg, rgba(25,143,240,1) 37.5%, rgba(79,177,71,1) 62.5%);
  background: linear-gradient(90deg, rgba(25,143,240,1) 37.5%, rgba(79,177,71,1) 62.5%);
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  z-index: 1;
  height: 750%;
}





.slick-controls {
  color: #fff;
  padding-right: 15px;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
}

.slick-arrows {
  float: right;
	text-align: right;
}
.slick-arrows button {
  background: transparent;
  border: none;
  color: inherit;
  display: inline-block;
  font: normal normal normal 0/25px FontAwesome;
  margin: 0;
  overflow: visible;
  padding: 0 5px;
  text-rendering: auto;
  width: auto;

  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-arrows button:before {
  content: "\f054";
  font-size: 16px;
}
.slick-arrows button.slick-prev:before {
  content: "\f053";
}

.slick-arrows button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.slick-pager {
  float: right;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}


/*= Landing - Banner
==============================================================================*/
.block-landing-banner {
	padding: 2px;
  margin-bottom: 30px;
}

/* Gradient fallback for browsers that don't support svg backgrounds */
.banner-arrows {
	background: linear-gradient(0deg, rgba(39,35,97,1) 0%, rgba(39,35,97,1) 100%);
	background-image: url("/sites/all/themes/ucs/images/landing-banner.svg");
	background-size: 99% 99%;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.banner-img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	min-width: 0;
	max-width: none;
}

/* .banner-arrows:before,
.banner-arrows:after {
	content: "";
	display: block;
	background-color: #f00;
	width: 200%;
	height: 200%;
	transform: skew(88deg, 0deg) translateX(100%);
	position: absolute;
}
.banner-arrows:before {
	top: -50%;
}
.banner-arrows:after {
	transform: skew(272deg, 0deg) translateX(100%);
	bottom: -50%;
} */

.block-landing-banner h3 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-landing-banner h3,
.block-landing-banner small {
  margin: 0;
  color: #198FF0;
}
.block-landing-banner .alt-color h3,
.block-landing-banner .alt-color small {
  color: #42D646;
}
.block-landing-banner small {
	display: block;
	font-size: 80%;
	font-weight: bold;
}
.banner-arrows > .row {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.banner-arrows > .row > * {
  padding-right: 0;
  padding-left: 0;
}
.banner-arrows > .row > *:nth-child(1) h3 {
  border-right: 4px solid #42D646;
}
.banner-arrows > .row > *:nth-child(2) h3 {
  border-left: 4px solid #42D646;
}
.block-landing-banner .fa {
  color: #42D646;
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

@media (max-width: 990px) {
	.banner-arrows > .row > *:nth-child(1) h3,
	.banner-arrows > .row > *:nth-child(2) h3 {
		border: none;
	}
}

@media (max-width: 767px) {
	.banner-arrows {
		background:#272361;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}

	.block-landing-banner .fa {
		display: none;
	}
}

/*= Landing - Breadcrumbs
==============================================================================*/
.block-landing-breadcrumbs .breadcrumb-wrapper {
  padding-right: 5px;
  padding-left: 5px;
}
.block-landing-breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 0 30px;
}
.block-landing-breadcrumbs .breadcrumb h2 {
  color: #272361;
  display: inline-block;
  font-size: 26px;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb .fa {
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  top: -4px;
}


/*= Landing - Definitions
==============================================================================*/
.full-header {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.full-header h2 {
  color: #198FF0;
  padding: 15px 0;
  position: relative;
  z-index: 5;
}
.full-header small {
  color: inherit;
  display: block;
}
.full-header:after {
  content: "";
  background: #272361;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  left: -50%;
  z-index: 1;
  height: 750%;
}

.block-landing-definitions {
  margin-bottom: 30px;
}
.block-landing-definitions-wrapper {
  border: 2px solid #42D646;
  border-top-width: 15px;
}

.block-landing-definitions.block-homepage-slick .block-teaser .article-title {
  min-height: 55px;
}
.block-landing-definitions .drop-shadow {
  height: 100%;
}


/*= Landing - Must See
==============================================================================*/
.block-landing-must-see {
  margin-top: -30px;
}
.block-landing-must-see .block-content h2,
.block-landing-must-see .block-content h2 a {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 2px;
}

.block-must-see.block-landing-must-see .iframe-wrapper {
  padding-right: 10%;
  padding-left: 10%;
}
.block-must-see.block-landing-must-see .iframe-wrapper::after {
  height: 220%;
  top: calc(100% - 70px);
}


/*= Landing - Journey States
==============================================================================*/
.block-journey-article:nth-child(2n) {
  padding-left: 5px;
}
.block-journey-article:nth-child(2n+1) {
  padding-right: 5px;
}
.block-journey-article .heading {
  font-size: 22px;
  padding: 18px 20px;
}
.block-journey-article .block-content-wrapper {
  border: 2px solid #42D646;
  padding: 6px;
}
.block-journey-article .block-content-wrapper a {
  color: #272361;
  display: block;
  margin: 0!important;
  position: relative;
}
.block-journey-article .block-content-wrapper a:hover {
  text-decoration: none;
  top: 1px;
}
.block-journey-article .article-thumbnail {
	background-color: rgba(0,0,0,.1);
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 52.68%;
	position: relative;
}
.block-journey-article img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	max-width: 100%;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	width: auto !important;
	height: auto;
}
.block-journey-article .article-title {
  height: 100px;
  overflow: hidden;
	padding: 15px 7px;
}
.block-journey-article .article-title h2 {
  font-size: 24px;
  margin: 0;
}


/*= #15443 - A page # display for the two big Home page carousels
==============================================================================*/
/* .slick-controls {
	float: right;
	font-family: 'Open Sans', sans-serif;
	margin-top: -74px;
	width: 100%;
}

.slick-pager {
	font-weight: 300;
	float: right;
	margin-right: 24px;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.pane-ucs-homepage-insights .pane-ucs-expert-insights-ucs-block-homepage-slick h2.pane-title + .pane-content .slick-controls .expert-insights-slick_arrows,
.pane-ucs-homepage-opinions .pane-ucs-expert-insights-ucs-bc-opinions-block h2.pane-title + .pane-content .slick-controls .bc-opinions-slick_arrows {
	margin-top: 0;
} */


/*= User Registration
==============================================================================*/
.pane-user-register-form {
	border: 2px solid #198ff0;
	margin-bottom: 60px;
	padding: 30px;
}

.registration-login,
.page-user-register #edit-submit {
	background-color: #198ff0;
	border-color: #198ff0;
	color: #fff;
	display: block;
	font-family: roboto,sans-serif;
	font-size: 23px;
	font-weight: 700;
	margin-top: 20px;
	padding: 5px 40px;
	text-decoration: none;
}
.registration-login:hover,
.page-user-register #edit-submit:hover {
	background-color: #42d646;
	border-color: #42d646;
}


.page-user-register .label {
	color: #272362;
	font-size: 18px
}
.page-user-register .form-control {
	border-color: #42d646;
	border-width: 2px;
	border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	height: auto;
}
.page-user-register .icheckbox_square-grey {
	background-image: url(../images/green.png);
	background-position: -24px 0;
	width: 23px;
}

.page-user-register .pane-user-register-form .panel-body {
	display: flex;
	flex-wrap: wrap;
}
.page-user-register .pane-user-register-form .panel-body > div {
	flex: 0 0 100%;
}

.page-user-register .pane-user-register-form #edit-profile-main-field-job-function,
.page-user-register .pane-user-register-form #edit-profile-main-field-ecosystem-role {
	flex: 0 0 50%;
}

.page-user-register .pane-user-register-form #edit-profile-main-field-number-of-employees,
.page-user-register .pane-user-register-form #edit-profile-main-field-zip-code {
	display: none;
}




/*= Mega Nav (Copied from main.css)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.tb-megamenu {
	background-color: transparent;
}
.tb-megamenu .nav li.dropdown.active .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active .dropdown-toggle {
	background-color: transparent;
	border: none;
}
.tb-megamenu .nav li .caret {
	display: none !important;
}
.tb-megamenu .nav > li > a {
	background-color: transparent;
	border: none;
	color: #222;
}
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
	background-color: transparent;
	border: none;
	color: #E3BC01;
}
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
	background-color: transparent;
	border: none;
	color: #222;
}
.tb-megamenu .nav > .active > a:hover {
	color: #E3BC01;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
	padding: 0;
}
.tb-megamenu .tb-megamenu-block.tb-block {
	margin-bottom: 0;
}
.tb-megamenu .placeholder-ad {
	max-height: 400px;
	max-width: 100%;
	height: auto;
}
.tb-megamenu .dropdown-menu {
	border-bottom: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
}
.tb-megamenu .tb-block .block-title {
	padding: 20px;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	width: 33%;
	background: #079dd8;
	color: white;
}
.tb-megamenu .nav > li {
	position: static;
}
.tb-megamenu .mega > .mega-dropdown-menu {
	width: 100%;
	border: none;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabs {
	background: #079dd8;
	width: 33%;
	float: left;
	height: 410px;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabs ul {
	padding: 20px 40px 0;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabs li {
	display: block;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabs li a {
	display: block;
	padding: 14px 23px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.62);
	background: transparent;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabs li.active a {
	color: #ecd400;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs_main {
	float: right;
	width: 67%;
	padding: 0 30px;
	margin-top: -30px;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage a {
	white-space: normal;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .nav li {
	margin-bottom: 16px;
	background: url(../images/icon-sm-orange-arr.png) center left no-repeat;
	padding-left: 20px;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .nav li a {
	text-transform: initial;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage h2 {
	color: #079ed7;
	text-transform: uppercase;
	border-bottom: 1px solid #9b9b9b;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 18px;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .panel-pane {
	width: 43%;
	float: left;
	margin-right: 2%;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .panel-pane:last-child {
	margin-right: 0;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .panel-pane a:hover {
	color: #34aedf;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions .views-row {
	margin-bottom: 10px;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions a {
	padding: 0;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions .bottom-row {
	color: #9a9a9a;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions .bottom-row a {
	display: inline;
	color: #9a9a9a;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions .bottom-row a:hover {
	color: #079ed7;
	text-decoration: none;
}
.tb-megamenu .mega > .mega-dropdown-menu .quicktabs-tabpage .pane-megamenu-solutions .bottom-row .fa {
	float: right;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts {
	background: #079ed7;
	padding: 20px 20px 0 20px;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .view-display-id-bcs_experts {
	padding-top: 15px;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .grid-wrapper {
	width: 100%;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .block-title {
	width: 100%;
	border-bottom: 1px solid white;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .slick-prev,
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .slick-next {
	position: absolute;
	top: 50%;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -12px;
	height: 40px;
	width: 15px;
	cursor: pointer;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .slick-prev {
	left: -15px;
	background-image: url("../images/icon-gray-arr-left.png");
	z-index: 1;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .slick-next {
	right: -15px;
	background-image: url("../images/icon-gray-arr-right.png");
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .views-row {
	color: white;
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .views-row {
		float: left;
		width: 25%;
   }
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .views-row .node-author-profile.view-mode-teaser .field-name-field-author-profile-image {
	float: left;
	display: inline-block;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .views-row .node-author-profile.view-mode-teaser .field-name-field-author-profile-image img {
	width: 100%;
}
.tb-megamenu .mega > .mega-dropdown-menu #block-views-megamenu-bcs-experts .views-row .node-author-profile.view-mode-teaser .field-name-title h2 a {
	font-size: 16px;
	color: white;
}
.view-ucs-vendors-megamenu .views-row {
	text-align: center;
}
.view-ucs-vendors-megamenu .views-row .views-field-field-vendor-logo img {
	margin: auto;
}
.view-ucs-vendors-megamenu .views-row .views-field-title {
	display: inline-block;
}
.view-ucs-vendors-megamenu .slick-slide > div {
	margin-bottom: 20px;
}
.view-ucs-vendors-megamenu .slick-slide > div:last-child {
	margin-bottom: 0;
}

#quicktabs-ucs_vendors_megamenu .quicktabs-tabs li {
	display: inline-block;
	margin-right: 2px;
}
#quicktabs-ucs_vendors_megamenu .quicktabs-tabs li a {
	background-color: #198ff0;
	color: #fff;
	display: block;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	padding: 5px 15px;
}
#quicktabs-ucs_vendors_megamenu .quicktabs-tabs li:hover a,
#quicktabs-ucs_vendors_megamenu .quicktabs-tabs li.active a {
	background-color: #272361;
	text-decoration: none;
}


.view-megamenu .grid-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.view-megamenu .grid-wrapper .views-row {
	flex: 0 0 33.333334%;
	margin-bottom: 30px;
	text-align: center;
}
.view-megamenu .grid-wrapper .views-row h2 {
	font-size: 18px;
	margin: 10px 0;
}
.view-megamenu .grid-wrapper .views-row img {
	margin: 0 auto;
}
.view-megamenu .grid-wrapper .group-left,
.view-megamenu .grid-wrapper .group-right {
	float: none;
	width: auto;
}
.pane-megamenu,
.pane-quicktabs-ucs-vendors-megamenu {
	border: 2px solid #42D646;
	margin-bottom: 30px;
	padding: 30px 0;
}

@media (max-width: 767px) {
	.view-megamenu .grid-wrapper .views-row {
		flex: 0 0 50%;
	}
}

/*= SEARCH RESULTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.view-author-article-listing .views-row .col-md-6,
.view-vendor-listing .views-row .col-md-6,
.view-search .views-row .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.view-author-article-listing .views-row .article-thumbnail img,
.view-vendor-listing .views-row .article-thumbnail img,
.view-search .views-row .article-thumbnail img {
  height: auto;
  max-width: 100%;
}

.view-author-article-listing .view-content,
.view-vendor-listing .view-content,
.view-search .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.view-author-article-listing .views-row,
.view-vendor-listing .views-row,
.view-search .views-row {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
}
.view-author-article-listing .block-teaser-container,
.view-vendor-listing .block-teaser-container,
.view-search .block-teaser-container,
.view-latest-articles .block-teaser-container {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  height: 100%;
  padding-bottom: 63px; /*.bottom-row + .stage-bar-block*/
  position: relative;
}

.view-author-article-listing .block-teaser-top,
.view-vendor-listing .block-teaser-top,
.view-search .block-teaser-top,
.view-latest-articles .block-teaser-top,
.pane-node-field-related-content .block-teaser-top,
.view-display-id-featured_white_paper .block-teaser-top  {
  height: 94px;
}
.view-author-article-listing .views-row .field-name-title h2,
.view-vendor-listing .views-row .field-name-title h2,
.view-search .views-row .field-name-title h2,
.view-display-id-featured_white_paper .views-row .field-name-title h2,
.pane-node-field-related-content .field-name-title h2 {
	margin: 0;
  overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	max-height: 94px;
}
.block-teaser-top .fa,
.view-author-article-listing .field-name-field-image,
.view-vendor-listing .field-name-field-image,
.view-search .field-name-field-image,
.view-latest-articles .field-name-field-image,
.pane-node-field-related-content .block-teaser-top .fa,
.pane-node-field-related-content .field-name-field-image {
  display: none;
}

.views-row .author-wrapper,
.pane-node-field-related-content .author-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  font-style: italic;
  color: #8B8A8B;
  text-transform: uppercase;
  font-size: 13px;
}
.views-row .author-wrapper > *,
.pane-node-field-related-content .author-wrapper > * {
  display: inline-block;
}

.author-prefix {
	margin-right: .4em;
}

.views-row .block-teaser-bottom,
.pane-node-field-related-content .block-teaser-bottom {
  padding-right: 15px;
  padding-left: 15px;
}

.view-latest-articles .bottom-row,
.view-author-article-listing .bottom-row,
.view-vendor-listing .bottom-row,
.view-search .bottom-row {
  height: 48px;
  line-height: 40px;
  padding: 4px 15px;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  text-align: center;
}
.card-author,
.bottom-row .field-name-field-sponsor {
  float: left;
}
.card-author img,
.bottom-row .field-name-field-sponsor img {
  max-height: 40px;
  width: auto;
}

.bottom-row .tags-expand {
  display: inline-block;
  color: #9B9B9B;
  text-transform: uppercase;
}
.bottom-row .tags-expand a {
  color: #9B9B9B;
}
.bottom-row .tags-expand i {
  margin-left: 6px;
}
.bottom-row .tags-expand:hover {
  cursor: pointer;
  color: #33659C;
}
.bottom-row .right-icons {
  float: right;
}
.bottom-row .right-icons .fa {
  color: #B8B7B7;
  font-size: 16px;
  margin-left: 5px;
}
.stage-bar-block:not(.title-list-container) {
  background: #F1F1F1;
  color: #999;
  height: 15px;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.hidden-tags {
  background: #efefef;
  display: none;
  height: auto!important;
  padding: 12px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 100;
}
.hidden-tags .hide-tags {
  margin: -12px -12px 0;
  text-align: center;
  color: #333;
  background: #fff;
  font-size: 10px;
  border-top: 1px solid rgba(204, 204, 204, 0.46);
  padding-bottom: 2px;
  margin-bottom: 12px;
}
.hidden-tags .hide-tags:hover {
  cursor: pointer;
  background: #33659C;
  color: #fff;
}
.hidden-tags .tags-wrapper span {
  display: inline-block;
  margin-bottom: 5px;
}
.hidden-tags .field-name-field-keywords {
  max-width: 100%;
  color: #676767;
}
.hidden-tags .field-name-field-keywords .field-item {
  max-width: 100%;
}
.hidden-tags .field-name-field-keywords a {
  color: #676767;
}
.hidden-tags .field-name-field-keywords a:hover {
  color: #33659C;
}

.facet-more {
  display: none;
}


/*= SEARCH FACETS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.page-search .two-66-33-second {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* .page-big-deals .two-66-33-second .ucs-search-collapse-facets:not(:last-child),
.page-search .two-66-33-second .ucs-search-collapse-facets:not(:last-child) {
  border-bottom: 2px solid #f1efef;
} */
.ucs-search-collapse-facets {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.ucs-search-collapse-facets h4 a {
  font-weight: 700;
}
.ucs-search-collapse-facets a {
  color: #756C6C;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.ucs-search-collapse-facets a.fa:before {
  font-family: "FontAwesome";
}
.ucs-search-collapse-facets .pane-title {
  font-weight: 700;
}
.ucs-search-collapse-facets .pane-title a {
  color: #3E3E3E;
  text-decoration: none;
}
.ucs-search-collapse-facets .pane-content > ul {
  padding-left: 0;
}
.ucs-search-collapse-facets .pane-content li {
  list-style: none;
  padding: 5px 0px;
}
.ucs-search-collapse-facets .pane-content li input {
  margin-right: 5px;
}
.ucs-search-collapse-facets .pane-content li a:hover,
.ucs-search-collapse-facets .pane-content li a:active {
  color: #3E3E3E;
  text-decoration: underline;
}
.ucs-search-collapse-facets .pane-content li ul {
  display: none;
  padding: 5px 18px 5px 45px;
  background: #EFEFEF;
  margin: 10px -28px 5px;
}
.ucs-search-collapse-facets .pane-content li.expanded ul {
  display: block;
}
.ucs-search-collapse-facets .pane-content li span.fa {
  margin-left: 5px;
  cursor: pointer;
}
.ucs-search-collapse-facets .pane-content li span.fa:hover {
  color: #079ed7;
}
.ucs-search-collapse-facets .pane-content li span.fa-chevron-down:before {
  content: "\f078" !important;
}
.ucs-search-collapse-facets .form-group {
  margin-bottom: 0;
}
.date-ucs-facet-element-text {
  display: inline-block;
}
.date-ucs-from-to-date-form {
  margin-bottom: 15px !important;
}
.date-ucs-from-to-date-form .date-ucs-facet-element-text {
  width: 20%;
  line-height: 24px;
  float: left;
}
.date-ucs-from-to-date-form .form-type-select {
  width: 36%;
  float: left;
  margin-bottom: 0;
  margin: 0 2%;
}
.date-ucs-from-to-date-form .form-type-select .form-control {
  width: 100% !important;
  height: 26px;
  padding: 0;
  border: none;
}
.pane-ucs-search-ucs-search-enabled-facets ul {
  padding: 0;
}
.pane-ucs-search-ucs-search-enabled-facets li {
  float: left;
  list-style-type: none;
  padding: 10px;
  margin-right: 10px;
  background-color: #9B9B9B;
  color: #fff;
  margin-bottom: 5px;
}
.pane-ucs-search-ucs-search-enabled-facets li a {
  color: #fff;
  text-transform: uppercase;
}
.pane-ucs-search-ucs-search-enabled-facets li a.facet-top-clear-all {
  color: #9B9B9B;
}
.pane-ucs-search-ucs-search-enabled-facets li:last-child {
  background-color: transparent;
  margin-left: 10px;
}
.objectivity-score--list {
  padding: 15px 5px !important;
}
.objectivity-score--list .objectivity-score--item {
  width: 24%;
  border-bottom: 5px solid;
  text-align: center;
  margin-right: -2px;
}
.objectivity-score--list .objectivity-score--item a:hover {
  text-decoration: none !important;
}
.objectivity-score--list .objectivity-score--item .objectivity-score--title {
  font-size: 12px;
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  height: 19px;
  position: relative;
  cursor: pointer;
}
.objectivity-score--list .objectivity-score--item .objectivity-score--title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.objectivity-score--list .objectivity-score--item .facetapi-inactive .objectivity-score--title {
  background-color: #B4B4B4;
  color: #F2F2F2;
}
.objectivity-score--list .objectivity-score--item .facetapi-inactive .objectivity-score--title:after {
  border-top: solid 4px #B4B4B4;
}
.objectivity-score--list .objectivity-score--item.objectivity-score--item-active .objectivity-score--title {
  background-color: #4A4A4A;
  color: #ffffff;
}
.objectivity-score--list .objectivity-score--item.objectivity-score--item-active .objectivity-score--title:after {
  border-top: solid 4px #4A4A4A;
}
.objectivity-score--list .objectivity-score--li-1 {
  border-bottom: 5px solid #B4EB51;
}
.objectivity-score--list .objectivity-score--li-2 {
  border-bottom: 5px solid #93C155;
}
.objectivity-score--list .objectivity-score--li-3 {
  border-bottom: 5px solid #66A248;
}
.objectivity-score--list .objectivity-score--li-4 {
  border-bottom: 5px solid #449222;
}
.objectivity-score--list .objectivity-score--item-active {
  border-bottom: 5px solid #2C639C;
}
.facet--footer {
  margin-top: 15px;
}
.facetapi-reset, .facetapi-select--all {
  padding: 0 5px !important;
  font-size: 10px;
}
.facetapi-reset:nth-child(2), .facetapi-select--all:nth-child(2) {
  border-left: 1px solid #B3B3B3;
}
.facetapi-reset a, .facetapi-select--all a {
  color: #B3B3B3;
}

#vendor-more {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  color:#3e3e3e;
}

/*= iCheck plugin Square skin, grey
------------------------------------------------------------------------------*/
.integ-preset-search h4.pane-title + .pane-content {
	display: none;
}

.icheckbox_square-grey, .iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 8px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../images/grey.png) no-repeat;
  border: none;
  cursor: pointer;
}
li.all-selected > .checked {
  background-position: 0 0;
  background-color: #73716E;
  background-clip: content-box, padding-box;
  padding: 1px;
  border: 1px solid black;
}
li.partially-selected > .icheckbox_square-grey {
  background-position: -242px 0;
}
ul.facetapi-ucs-facetapi-checkbox-links > li:not(.partially-selected) > .icheckbox_square-grey.checked ~ ul .icheckbox_square-grey {
  background-position: -48px 0;
}
.icheckbox_square-grey {
  background-position: 0 0;
}
.icheckbox_square-grey.hover {
  background-position: -24px 0;
}
.icheckbox_square-grey.checked {
  background-position: -48px 0;
}
.icheckbox_square-grey.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-grey.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-grey {
  background-position: -120px 0;
}
.iradio_square-grey.hover {
  background-position: -144px 0;
}
.iradio_square-grey.checked {
  background-position: -168px 0;
}
.iradio_square-grey.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-grey.checked.disabled {
  background-position: -216px 0;
}



/*= SINGLE NODES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.node-type-page .pane-node-title .pane-content,
.node-type-newsfeed-article .pane-node-title .pane-content,
.node-type-article .pane-node-title .pane-content,
.node-type-big-deal .pane-node-title .pane-content,
.node-type-resource .pane-node-title .pane-content,
.node-type-event .pane-node-title .pane-content {
  position: relative;
}
.node-type-page .pane-node-title .pane-content .node-splash-image:after,
.node-type-newsfeed-article .pane-node-title .pane-content .node-splash-image:after,
.node-type-article .pane-node-title .pane-content .node-splash-image:after,
.node-type-big-deal .pane-node-title .pane-content .node-splash-image:after,
.node-type-resource .pane-node-title .pane-content .node-splash-image:after,
.node-type-event .pane-node-title .pane-content .node-splash-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
}
.node-type-page .pane-node-title .pane-content .title-wrapper.has-image,
.node-type-newsfeed-article .pane-node-title .pane-content .title-wrapper.has-image,
.node-type-article .pane-node-title .pane-content .title-wrapper.has-image,
.node-type-big-deal .pane-node-title .pane-content .title-wrapper.has-image,
.node-type-resource .pane-node-title .pane-content .title-wrapper.has-image,
.node-type-event .pane-node-title .pane-content .title-wrapper.has-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
@media (max-width: 767px) {
	.node-type-page .pane-node-title .pane-content .title-wrapper.has-image,
	.node-type-newsfeed-article .pane-node-title .pane-content .title-wrapper.has-image,
	.node-type-article .pane-node-title .pane-content .title-wrapper.has-image,
	.node-type-big-deal .pane-node-title .pane-content .title-wrapper.has-image,
	.node-type-resource .pane-node-title .pane-content .title-wrapper.has-image,
	.node-type-event .pane-node-title .pane-content .title-wrapper.has-image {
		background: rgba(0,0,0,0.5);
	}

	.node-type-page .pane-node-title .pane-content .title-wrapper.has-image h1,
	.node-type-newsfeed-article .pane-node-title .pane-content .title-wrapper.has-image h1,
	.node-type-article .pane-node-title .pane-content .title-wrapper.has-image h1,
	.node-type-big-deal .pane-node-title .pane-content .title-wrapper.has-image h1,
	.node-type-resource .pane-node-title .pane-content .title-wrapper.has-image h1,
	.node-type-event .pane-node-title .pane-content .title-wrapper.has-image h1 {
		font-size: 24px;
	}
}

.page-node .pane-ucs-author-profile-ucs-author-profile-node-info,
.page-node .pane-node-title,
.page-node .pane-node-body,
.page-node .pane-node-field-bio,
.page-node .pane-node-field-keywords,
.page-node .pane-node-field-resource-attachment {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.page-node .pane-node-title .fa {
  display: none;
}
.page-node .pane-ucs-author-profile-ucs-author-profile-node-info {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-node .pane-ucs-author-profile-ucs-author-profile-node-info .fa-comment {
	margin-left: 20px;
}
.page-node .pane-ucs-author-profile-ucs-author-profile-node-info .stage-bar-block {
  position: static;
}

.page-node .ucs-node-author {
  display: table;
  width: 100%;
}
.page-node .ucs-node-author .left-wrapper,
.page-node .ucs-node-author .mid-wrapper,
.page-node .ucs-node-author .right-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.page-node .ucs-node-author .left-wrapper {
  width: 100px;
}
.page-node .ucs-node-author .mid-wrapper {
  padding: 0 15px;
}
.page-node .ucs-node-author .right-wrapper {
  width: 50%;
}

.page-node .pane-node-body,
.page-node .pane-node-field-bio {
  font-size: 18px;
}

.pane-node-field-related-content .pane-content > .field > .field-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.pane-node-field-related-content .pane-content > .field > .field-items > .field-item {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  position: relative;
  width: 100%;
}
.pane-node-field-related-content .pane-content > .field > .field-items .field-item > div {
  height: 100%;
  padding: 15px 7px;
}
.pane-node-field-related-content .block-teaser-container {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  box-shadow: 3px 3px 5px 0px rgba(204,204,204,1);
  height: 100%;
  padding-bottom: 63px; /*.bottom-row + .stage-bar-block*/
  position: relative;
}

.page-node .ucs-panels #two-66-33-top-wrapper .two-66-33-top,
.page-node .ucs-panels #two-66-33-bottom-wrapper .two-66-33-bottom,
.page-user-login .ucs-panels #two-66-33-top-wrapper .two-66-33-top,
.page-user-login .ucs-panels #two-66-33-bottom-wrapper .two-66-33-bottom {
  padding: 10px 0;
  text-align: center;
}

.page-node .ucs-panels #two-66-33-middle-wrapper,
.page-user-login .ucs-panels #two-66-33-middle-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-node .ucs-panels #two-66-33-top-wrapper + #two-66-33-middle-wrapper,
.page-user-login .ucs-panels #two-66-33-top-wrapper + #two-66-33-middle-wrapper {
  padding-top: 0;
}

.pane-node-field-keywords .field-item {
  display: inline-block;
}
.pane-node-field-keywords .field-item:not(:last-child):after {
 content: ",";
 padding-right: 4px;
}

@media (max-width: 767px) {
	.page-node .field-name-body table,
	.page-node .field-name-body tbody,
	.page-node .field-name-body tr,
	.page-node .field-name-body th,
	.page-node .field-name-body td {
		display: block;
		height: auto;
		max-width: 100%;
	}

	.page-node .field-name-body td {
		padding-bottom: 15px;
	}

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		/* padding-top: 35px; */
		height: 0;
		overflow: hidden;
		border: 1px solid #999;
	}
	.video-container iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100% !important;
	}
}


/*= Latest Articles
------------------------------------------------------------------------------*/
.two-66-33-second .pane-latest-articles:first-child,
.two-66-33-second .pane-latest-articles-latest-resources:first-child {
  margin-top: -30px;
}

.pane-latest-articles,
.pane-latest-articles-latest-articles,
.pane-latest-articles-latest-resources,
.page-node .pane-node-field-resource-attachment {
  margin-bottom: 30px;
}
.pane-latest-articles .pane-title,
.pane-latest-articles-latest-articles .pane-title,
.pane-latest-articles-latest-resources .pane-title,
.pane-latest-articles-featured-white-paper .pane-title {
  display: none;
}
.pane-latest-articles-latest-articles .view-content,
.pane-latest-articles-latest-resources .view-content {
  border: 2px solid #198FF0;
  padding: 15px 30px;
}

.view-display-id-featured_white_paper .view-content,
.view-id-latest_articles .view-content {
  border: 2px solid #198FF0;
  padding: 7px;
}
.view-display-id-featured_white_paper .view-content {
  border-color: #42D646
}

.view-latest-articles .views-row {
  position: relative;
}
.view-latest-articles .title-list-container {
  padding-bottom: 15px;
}
.view-latest-articles .title-list-bottom {
  display: none;
}
.view-latest-articles h2 {
  font-size: 18px;
}
.view-latest-articles .marker {
  background: #F1F1F1;
  color: #999;
  height: 15px;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}


/*= Author Profiles
------------------------------------------------------------------------------*/
.node-type-author-profile .ucs-node-author,
.pane-latest-articles .ucs-node-author {
  display: table;
  width: 100%;
}
.node-type-author-profile .ucs-node-author .left-wrapper,
.node-type-author-profile .ucs-node-author .mid-wrapper,
.node-type-author-profile .ucs-node-author .right-wrapper,
.pane-latest-articles .ucs-node-author .left-wrapper,
.pane-latest-articles .ucs-node-author .mid-wrapper,
.pane-latest-articles .ucs-node-author .right-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.node-type-author-profile .ucs-node-author .left-wrapper,
.pane-latest-articles .ucs-node-author .left-wrapper {
  width: 15%;
}
.node-type-author-profile .ucs-node-author .mid-wrapper,
.pane-latest-articles .ucs-node-author .mid-wrapper {
  width: 20%;
}
.node-type-author-profile .ucs-node-author .right-wrapper,
.pane-latest-articles .ucs-node-author .right-wrapper {
  width: 65%;
}
.node-type-author-profile .pane-node-field-author-profile-image {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 8.1em;
  margin-bottom: 0 !important;
}
.node-type-author-profile .pane-node-field-author-profile-image ~ .panel-separator {
  display: none;
}
.node-type-author-profile .pane-node-field-author-profile-image .element-invisible {
  display: none;
}
.node-type-author-profile .pane-node-field-author-profile-image div,
.node-type-author-profile .pane-node-field-author-profile-image .content,
.node-type-author-profile .pane-node-field-author-profile-image img {
  position: relative;
  width: 100%;
}
.node-type-author-profile .author-info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.7em !important;
}
.node-type-author-profile .author-info p {
  margin: 0;
}
.node-type-author-profile .author-info h2 {
  margin: 0;
  font-size: 1.6em;
  padding-top: 0.5em;
}
.node-type-author-profile .author-info a {
  font-size: 1.1em;
  color: #33659C;
}


/*= Vendor Profiles
------------------------------------------------------------------------------*/
.node-type-vendor-profile .pane-node-field-vendor-logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 7em;
  margin-bottom: 0 !important;
}
.node-type-vendor-profile .pane-node-field-vendor-logo ~ .panel-separator {
  display: none;
}
.node-type-vendor-profile .pane-node-field-vendor-logo .element-invisible {
  display: none;
}
.node-type-vendor-profile .pane-node-field-vendor-logo div,
.node-type-vendor-profile .pane-node-field-vendor-logo .content,
.node-type-vendor-profile .pane-node-field-vendor-logo img {
  position: relative;
  width: 100%;
}
.node-type-vendor-profile .title-vendor-url {
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
}
.node-type-vendor-profile .title-vendor-url p {
  margin: 0;
}
.node-type-vendor-profile .title-vendor-url h2 {
  font-size: 1.6em;
  margin-top: 0;
}
.node-type-vendor-profile .title-vendor-url a {
  font-size: 1.2em;
  color: #33659C;
}

.node-type-vendor-profile .pane-node-body,
.node-type-author-profile .pane-node-field-bio {
  padding-top: 30px;
}



/*= Landing Page 1
------------------------------------------------------------------------------*/
.page-homepage #one-wrapper,
.page-topic #one-wrapper {
	margin-bottom: 30px;
}
#one-wrapper .container {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}
#mini-panel-ucs_customized_search .search-facet {
	margin-right: 0;
	margin-left: 0;
	padding: 10px 28px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets.facet-more {
	padding-left: 48px;
}
#mini-panel-ucs_customized_search .pane-search + .panel-separator + .search-facet {
	padding-top: 30px;
}
#mini-panel-ucs_customized_search .search-facet:last-child {
	padding-bottom: 30px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets,
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-content li ul {
	background-color: #272361;
	color: #fff;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-content li ul {
	margin-top: 0;
	padding-left: 45px;
}

#mini-panel-ucs_customized_search .icheckbox_square-grey,
#mini-panel-ucs_customized_search .iradio_square-grey {
	background-image: url("../images/blue.png");
}

#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a,
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .leaf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#mini-panel-ucs_customized_search .search-facet .pane-title {
	padding-left: 32px;
	line-height: 32px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a.fa {
	margin-left: -32px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .leaf .icheckbox_square-grey {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a:before {
	color: #198ff0;
  font-size: 32px;
	padding-right: 10px;
	padding-left: 10px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -28px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a.fa-chevron-right:before {
	content: "\f0da";
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a.fa-chevron-down:before {
	content: "\f0d7";
}


#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-title a,
#mini-panel-ucs_customized_search .ucs-search-collapse-facets a:not(.chosen-single),
#mini-panel-ucs_customized_search #vendor-more {
	color: #fff;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets:not(.integ-more-filters) .pane-content {
	padding-left: 10px;
}
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-content li a:hover,
#mini-panel-ucs_customized_search .ucs-search-collapse-facets .pane-content li a:active {
	color: #198ff0;
}
#mini-panel-ucs_customized_search .facet--footer,
.page-topic #mini-panel-ucs_customized_search .integ-solution-topics-facet .pane-content li span.fa-chevron-right {
	display: none;
}

#mini-panel-ucs_customized_search .integ-more-filters .pane-title:not(.open) {
	padding-bottom: 30px;
}

#ucs-search-date-filter-form:after,
#ucs-search-date-filter-form .form-group:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 769px) {
	.page-topic #one-wrapper {
		margin-top: -50px;
	}
}


/*= Footer (Copied from main.css)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
footer.footer {
  background: #198FF0;
  padding: 50px 0 0;
  margin: 0;
  border: none;
}
footer.footer .panel-pane h2.pane-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EFEDED;
}
footer.footer .panel-pane .pane-content .slick-arrows {
  float: right;
  margin: -80px 0 0 0;
}
footer.footer .panel-pane .pane-content .slick-arrows button {
  border: none;
  background: transparent;
  width: 10px;
  height: 17px;
  text-indent: 99999px;
  overflow: hidden;
}
footer.footer .panel-pane .pane-content .slick-arrows .slick-prev {
  background: url(../images/icon-green-arr-left.png) center no-repeat;
}
footer.footer .panel-pane .pane-content .slick-arrows .slick-next {
  margin-left: 10px;
  background: url(../images/icon-green-arr-right.png) center no-repeat;
}
footer.footer .pane-menu-ucs-footer-bcs-menu {
  border-bottom: 1px solid #EFEDED;
  padding-bottom: 10px;
}
footer.footer .pane-menu-ucs-footer-bcs-menu .menu,
footer.footer .pane-menu-ucs-footer-bcs-menu .nav {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
footer.footer .pane-menu-ucs-footer-bcs-menu .menu a,
footer.footer .pane-menu-ucs-footer-bcs-menu .nav a {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
footer.footer .pane-menu-ucs-footer-bcs-menu .menu a:before,
footer.footer .pane-menu-ucs-footer-bcs-menu .nav a:before {
  font-family: FontAwesome;
  margin-right: 10px;
  color: #42D646;
}
footer.footer #mini-panel-ucs_footer_bcs_panel address {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
footer.footer #mini-panel-ucs_footer_bcs_panel address span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
footer.footer #mini-panel-ucs_footer_bcs_panel .menu > li > a:hover,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu > li > a:focus,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a:hover,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a:focus,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav > li > a:hover,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav > li > a:focus,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a:hover,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a:focus {
  background: transparent;
  /*color: #42D646;*/
  text-decoration: underline;
}
footer.footer #mini-panel-ucs_footer_bcs_panel .menu > li > a:hover:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu > li > a:focus:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a:hover:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .menu .open > a:focus:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav > li > a:hover:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav > li > a:focus:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a:hover:before,
footer.footer #mini-panel-ucs_footer_bcs_panel .nav .open > a:focus:before {
  /*color: #42D646;*/
  text-decoration: underline;
}
footer.footer #mini-panel-ucs_footer_bcs_panel a {
  color: #fff;
}
footer.footer #mini-panel-ucs_footer_bcs_panel a:hover {
  /*color: #42D646;*/
  text-decoration: underline;
}
footer.footer .pane-menu-ucs-footer-bcs-social {
  text-align: center;
}
footer.footer .pane-menu-ucs-footer-bcs-social .menu > li,
footer.footer .pane-menu-ucs-footer-bcs-social .nav > li {
  display: inline-block;
  margin: 0;
}
footer.footer .pane-menu-ucs-footer-bcs-social .menu > li > a,
footer.footer .pane-menu-ucs-footer-bcs-social .nav > li > a {
  font-size: 0;
  line-height: 0;
  padding: 10px 7px;
}
footer.footer .pane-menu-ucs-footer-bcs-social .menu > li > a:before,
footer.footer .pane-menu-ucs-footer-bcs-social .nav > li > a:before {
  font-size: 20px;
  color: #fff;
}
footer.footer .pane-menu-ucs-footer-bcs-social .menu > li > a:hover:before,
footer.footer .pane-menu-ucs-footer-bcs-social .nav > li > a:hover:before {
  color: #42D646;
}
footer.footer .view-mode-teaser {
  color: #fff;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #fff;
}
footer.footer .view-mode-teaser .footer-event-left {
  width: 35%;
  float: left;
  position: relative;
}
footer.footer .view-mode-teaser .footer-event-left img {
  width: 100%;
}
footer.footer .view-mode-teaser .footer-event-left .event-date-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
footer.footer .view-mode-teaser .footer-event-left .event-date-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  position: absolute;
}
footer.footer .view-mode-teaser .footer-event-left .event-month {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
footer.footer .view-mode-teaser .footer-event-left .event-date {
  color: #F3AF30;
  font-size: 34px;
  position: relative;
  z-index: 1;
}
footer.footer .view-mode-teaser .footer-event-right {
  width: 60%;
  float: right;
}
footer.footer .view-mode-teaser .footer-event-right .field-name-title a {
  color: white;
}
footer.footer .view-mode-teaser h2 {
  margin: 0 0 8px;
  font-size: 18px;
}
footer.footer .view-mode-teaser p {
  font-weight: 300;
}
footer.footer .view-mode-teaser .footer-event-bottom a.fa {
  float: right;
  color: #fff;
}
footer.footer .view-footer-experts .slick-slide .views-field {
  width: 17%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 3.7%;
}
footer.footer .view-footer-experts .slick-slide .views-field .field-content {
  display: block;
}
footer.footer .view-footer-experts .slick-slide .views-field a {
  color: #fff;
  font-size: 13px;
}
footer.footer .view-footer-experts .slick-slide .views-field img {
  margin-bottom: 10px;
}
footer.footer .view-footer-experts .slick-slide .views-field:nth-child(5), footer.footer .view-footer-experts .slick-slide .views-field:last-child {
  margin-right: 0;
}
footer.footer .view-footer-experts .slick-slide .divider {
  clear: both;
}
footer.footer .panel-col-bottom {
  border-top: 1px solid rgba(239, 237, 237, 0.8);
  padding: 20px 0 40px;
  color: #fff;
}
footer.footer .panel-col-bottom .copyright {
  float: left;
}
footer.footer .panel-col-bottom .tos-links {
  float: right;
}
footer.footer .panel-col-bottom .tos-links a {
  color: #fff;
}
footer.footer .panel-col-bottom:after {
  content: "";
  display: table;
  clear: both;
}
