@charset 'utf-8';
/* CSS Document */

@font-face {
  font-family: 'Avenir';
  src: url('AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Avenir';
  src: url('AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirNextLTPro-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}




/*

    GENERAL SETTINGS
----------------------------------------------------------------*/
body,html {
  overflow-x: hidden;
}
body.NWS {
  font-family: 'Avenir',sans-serif;
  font-size: 1.6em;
  color: #444444;
  overflow-x: hidden;
  background: #ffffff;
}


.no-scroll {
  overflow: hidden!important;
  height: 100vh!important;
}

/*.NWS h1{
	font-size:200%;
	color:#01b8fb;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
}*/

.basic .main-container {
  padding-top: 130px;
}

.NWS h1,
.NWS .h1 {
  color: #ffffff;
  font-size: 500%;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.NWS h2,
.NWS .h2 {
  color: #01b8fb;
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
}

a,
a:link,
a:visited {
  color: #01b8fb;
}

.pane-content section {
  padding: 60px 0 80px;
}

h1.page-header,
h2.block-title {
  display: none;
}

.logo img {
  image-rendering: -webkit-optimize-contrast;
}

form span {
  display: block;
  color: #777777;
  padding: 3px 0 0;
  font-weight: 700;
}

form input+ span,
form select+ span {
  /*error msg*/
  webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.NWS.not-front .header {
  padding: 170px 0 80px;
  background: #333333;
}

#page-header, .SMC.platform.discover #NWS_menu {
  /*extra menu?*/
  display: none;
}

.nav> li> a:hover,
.nav> li> a:focus {
  background: transparent;
}

.modal-dialog {
  min-width: 50%;
  width: 60%;
}

.modal-header {
  border-bottom: 0;
}

.modal-content {
  border-radius: 0;
  /*background:rgba(255,255,255,.8);
	box-shadow:none;*/
  border: 0;
}

.close,
.close:hover {
  opacity: 1;
  background: transparent!important;
  box-shadow: none!important;
  position: absolute;
  top: 20px;
  right: 20px;
}

.other-features p.arrow {
  display: none;
}

.locale-untranslated {
  display: none;
}

.NWS .at-share-dock.atss {
  z-index: 30!important;
  box-shadow: none;
}

#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  text-align: left;
}

#sliding-popup .popup-content #popup-text p{
	font-size: 18px;
	font-weight: 100;
}

.NWS .splash-screen {
  margin: -100% auto 20px -400px;
  width: 800px;
  padding: 50px;
  text-align: center;
  background: #01bbfb url(../img/selligent-icon-g.png) no-repeat center;
}

.NWS .splash-screen p.cta {
  display: inline-block;
}

.NWS .splash-screen h2 {
  color: #ffffff;
}
.NWS .splash-screen p.cta a {
  display: block;
  padding: 12px 30px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  margin: 20px 10px 0;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.NWS .splash-screen p.cta a:hover {
  background: #ffffff;
  color: #01bbfb;
}

/*HEROES*/
.NWS.products .header.header-main {
  background: url(../img/hero-capabilities.jpg) center 80px no-repeat #48ac70;
  background-attachment: scroll;
  background-size: auto 100%;
}
.NWS.products.i18n-fr .capabilities.header.header-main {
  background: url(../img/hero-capabilities-fr.jpg) center 80px no-repeat #48ac70;
}

.NWS.SMC .channels.header.header-main {
  background: url(../img/hero-channels.jpg) center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS .channels.header.header-main {
  background: url(../img/hero-channels-old.jpg) center 50px no-repeat;
}

.NWS.SMC.industries .header.header-main {
  background: url(../img/hero-industries.jpg) center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.industries .header.header-main {
  background: url(../img/hero-industries-old.jpg) center 50px no-repeat;
}

.NWS.SMC.services .header.header-main {
  background: url(../img/hero-services-smc.jpg)  center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.services .header.header-main {
  background: url(../img/hero-services.jpg);
}

.NWS.SMC.not-front .header.retail {
  background: url(../img/hero-industries-retail.jpg)  center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front .header.retail {
  background: url(../img/hero-industries-retail-old.jpg);
}

.NWS.SMC.not-front .header.media {
  background: url(../img/hero-industries-media.jpg)  center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front .header.media {
  background: url(../img/hero-industries-media-old.jpg);
}

.NWS.SMC.not-front .header.travel {
  background: url(../img/hero-industries-travel.jpg)  center 50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front .header.travel {
  background: url(../img/hero-industries-travel-old.jpg);
}

.NWS.SMC.not-front .header.finance {
  background: url(../img/hero-industries-finance.jpg)  center -50px no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front .header.finance {
  background: url(../img/hero-industries-finance-old.jpg);
}

.NWS.SMC.not-front.library .header {
  background: url(../img/hero-resources.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.NWS.not-front.library .header {
  background: url(../img/hero-resources-old.jpg);
}

/*.NWS.not-front.demo .header {
  background: url(../img/hero-grey-s-mark.jpg)  center  no-repeat;
  background-attachment: scroll;
  background-size: cover;
}*/

.NWS.not-front.demo .header {
background: #00b8fb;
background: -moz-linear-gradient(right, #01b7f9 0%, #1f3a7f 100%);
background: -webkit-linear-gradient(right, #01b7f9 0%,#1f3a7f 100%);
background: linear-gradient(to left, #01b7f9 0%,#1f3a7f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b7f9', endColorstr='#1f3a7f',GradientType=1 );
color:#fff;
}

.NWS.SMC.not-front.careers .header {
  background: url(../img/hero-careers.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front.careers .header {
  background: url(../img/hero-careers-old.jpg);
}

.NWS.SMC.not-front.press .header {
  background: url(../img/hero-press.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front.press .header {
  background: url(../img/hero-press-old.jpg);
}

.NWS.SMC.not-front.press .header {
  background: url(../img/hero-press.jpg);
  background-attachment: scroll;
  background-size: cover;
}

.NWS.SMC.not-front.events .header {
  background: url(../img/hero-events.jpg) center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front.events .header {
  background: url(../img/hero-events-old.jpg);
}

.NWS.SMC.not-front.blog2 .header,
.NWS.SMC.not-front.blog2-detail .header {
  background: url(../img/hero-blog.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front.blog2 .header,
.NWS.not-front.blog2-detail .header {
  background: url(../img/hero-blog-old.jpg);
}


.NWS.SMC.not-front.page-resources .header,
.NWS.SMC.not-front.node-type-resources .header,
.NWS.SMC.not-front.webinars .header {
  background: url(../img/hero-resources.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}


.NWS.not-front.page-resources .header,
.NWS.not-front.node-type-resources .header,
.NWS.not-front.webinars .header {
  background: url(../img/hero-resources-old.jpg);
}

.NWS.SMC.not-front.contact .header {
  background: url("../img/hero-grey-s-mark.jpg")  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.not-front.contact .header {
  background: url("../img/hero-grey-s-mark.jpg")  center no-repeat;
}

.NWS.not-front.contact .row {
  margin-top: 20px;
}

.NWS.not-front.contact .offices h3 {
  font-size: 250%;
}

.NWS.not-front.contact .offices .address {
  margin: 20px auto;
}

.NWS.not-front.page-newsletter .header {
  background: url(../img/hero-newsletter.jpg)  center no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.NWS.SMC.not-front.about .header {
  background: url(../img/hero-about.jpg) top center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-top: 50px;
}

.NWS.SMC.not-front.about h2{
	text-align: left;
	font-style: italic;
	font-weight: 900;
	margin: 30px 0 10px;
	padding: 0;
}
.NWS.SMC.not-front.about h2 span{
	color: #111111;
}

.NWS.not-front.about .header {
  background: url(../img/hero-about-old.jpg);
}

.NWS.services #NWS_hero-channel {
  background-attachment: scroll!important;
}

/*

		MENU
----------------------------------------------------------------*/

.NWS #NWS_menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.NWS #NWS_menu .container {
  padding: 0;
}

.NWS #NWS_menu ul {
  margin: 0;
  padding: 0;
}

.NWS #NWS_menu ul li {
  display: inline-block;
}

/*CDI*/
.NWS #NWS_menu ul li.menu-mlid-14571 {
  display: none!important;
}
/* END CDI*/

.NWS #NWS_menu ul li span.caret {
  display: none;
}

/* MENU SECONDARY */

.NWS .NWS_menu-secondary {
  background: #f5f5f5;
}

.NWS #NWS_menu .NWS_menu-secondary .container {
  position: relative;
  padding-right: 80px; /*languages*/
}

.NWS #NWS_menu .NWS_menu-secondary .container .region-header{
	float:right;
}

.NWS #NWS_menu .NWS_menu-secondary section {
  float: left;
}
.NWS #NWS_menu .NWS_menu-secondary section form {
  display: inline-block;
}
.NWS #NWS_menu .NWS_menu-secondary section .menu-name-menu-top-menu {
  display: inline-block;
}

.NWS #NWS_menu .NWS_menu-secondary ul li a {
  display: block;
  padding: 10px 5px;
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 80px;
  text-align: right;
  max-height: 40px;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url a {
  color: #333333;
  font-weight: 700;
  font-size: 90%;
  text-decoration: none;
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url:hover {
  max-height: 500px;
  background: #eeeeee;
}



.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.en {
  background-image: url(../img/lang-en.png);
}
.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.es {
  background-image: url(../img/lang-es.png);
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.fr {
  background-image: url(../img/lang-fr.png);
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.nl {
  background-image: url(../img/lang-nl.png);
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.it {
  background-image: url(../img/lang-it.png);
}

.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li.de {
  background-image: url(../img/lang-de.png);
}
.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li {
  display: block;
  padding: 0 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li:hover {
  background-color: #dddddd;
}


.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li> a,
.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li> a:link,
.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li> a:visited {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #00b7fb ;
  font-weight: 700;
  font-size: 90%;
  background: transparent;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}


.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li> a:hover,
.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li> a:active {
  background: #eeeeee;
  color: #00b7fb ;
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown:hover> a {
  background: #eeeeee;
  color: #00b7fb ;
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown> ul {
  border-radius: 0;
  background: #eeeeee;
  border: none;
  box-shadow: none;
  opacity: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 200ms ease,opacity 100ms ease;
  transition: transform 200ms ease,opacity 100ms ease;
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown:hover> ul {
  opacity: 1;
  max-height: 999px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown:hover> ul li {
  display: block;
  width: 100%;
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown:hover> ul li a {
  color: #00b7fb ;
  display: block;
  padding: 8px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 90%;
}

.NWS #NWS_menu .NWS_menu-secondary ul.menu.nav> li.dropdown:hover> ul li a:hover {
  background: #dddddd;
  color: #333333;
}

.language-switcher-locale-url li.active+ li.active {
  display: none!important;
}

/* CDI */
.page-user #NWS_menu, .admin-menu #NWS_menu {
  display: none;
}


/* MENU PRIMARY */

.NWS .NWS_menu-primary {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-width: 1px 0 0;
}

.NWS #NWS_menu .NWS_menu-primary section {
  float: left;
}

.NWS .NWS_menu-primary #navbar {
  background: transparent;
  border: none;
}

.NWS .NWS_menu-primary #navbar .navbar-header {
  z-index: 1;
  position: relative;
}

.NWS .NWS_menu-primary #navbar .navbar-header img {
  margin-top: 20px;
  margin-right: 30px;
  max-height: 40px;
}
.NWS .NWS_menu-primary #navbar .navbar-header .navbar-btn {
  margin: 0;
  outline: 0;
}

.NWS .NWS_menu-primary h2 {
  display: none;
}

.NWS .NWS_menu-primary .navbar-collapse {
  padding: 0;
  position: relative;
}

.NWS .NWS_menu-primary .navbar {
  min-height: 0;
  margin-bottom: 0;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a,
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:link,
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:visited {
  display: block;
  padding: 25px 20px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 90%;
  background: #ffffff;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

/*HIDE ITEMS DESKTOP*/
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:nth-child(7),
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:nth-child(8) {
  display: none;
}


.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:hover,
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:active {
  background: #333333;
  color: #ffffff;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> a {
  background: #333333;
  color: #ffffff;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown> ul {
  border-radius: 0;
  background: #333333;
  border: none;
  box-shadow: none;
  opacity: 0;
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 200ms ease,opacity 100ms ease;
  transition: transform 200ms ease,opacity 100ms ease;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul {
  opacity: 1;
  max-height: 999px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}




.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li {
  display: block;
  width: 100%;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a {
  color: #ffffff;
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a:hover,
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a:active,
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a:focus {
  background: #00b7fb ;
}

.dropdown-menu> .active> a,
.dropdown-menu> .active> a:focus {
  background: transparent;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a.menu-subitem-float {
  font-weight: 700;
  color: #999999;
  background: rgba(0,0,0,.4);
  cursor: default;
}


/*CONTACT LINK*/
.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a {
  padding: 10px 30px;
  margin-top: 15px;
  color: #00b7fb ;
  border: 2px solid #00b7fb ;
  border-radius: 30px;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a:hover {
  background: #00b7fb ;
  color: #ffffff;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a:after {
  display: inline-block;
  content: '\f0e0';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  text-decoration: inherit;
  opacity: 0;
  font-size: 0;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

.NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}

.NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'Museo',sans-serif;
  font-weight: 500;
  font-size: 90%;
}

.NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper a {
  padding: 10px 30px!important;
  border-radius: 10px !important;
  line-height: 1.42857143!important;
}

/*.NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper a:hover{
	background: inherit!important;
}*/

.NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper a::after {
  display: inline-block;
  content: '\f178';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  opacity: 0;
  font-size: 0;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

.NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper a:hover::after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}



/*

		HOME PAGE
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------*/


/*

		HERO
----------------------------------------------------------------*/


.NWS #NWS_hero {
  background: #333333 url('../img/home-hero-boy.jpg') no-repeat center;
  background-size: cover;
  padding: 0;
}

.i18n-en #NWS_hero {
  background: #333333 url('../img/home-hero-boy.jpg') no-repeat center;
  background-size: cover;
  padding: 0;
}

.i18n-fr #NWS_hero, .i18n-es #NWS_hero, .i18n-it #NWS_hero {
  background: #333333 url('../img/home-hero-girl-balloons.jpg') no-repeat center;
  background-size: cover;
}


.NWS #NWS_hero h1 {
  font-size: 500%;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  text-align: left;
}

.NWS #NWS_hero p {
  font-size: 200%;
  color: #ffffff;
  font-weight: 500;
  padding-right: 25%;
  line-height: 120%;
}

.NWS #NWS_hero .container {
  position: relative;
  padding: 220px 0 150px;
}

.NWS #NWS_hero .NWS_cta-hero {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.NWS #NWS_hero .NWS_cta-hero a {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.NWS #NWS_hero .NWS_cta-hero a:hover,
.NWS #NWS_hero .NWS_cta-hero a:active {
  background: #ffffff;
  color: #444444;
}

.NWS #NWS_hero .container .NWS_cta-hero a:after {
  position: absolute;
  left: 50%;
  bottom: -25px;
  height: 25px;
  width: 2px;
  content: '';
  background: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.NWS #NWS_hero .container .NWS_cta-hero a:before {
  position: absolute;
  left: 50%;
  bottom: -23px;
  height: 20px;
  width: 20px;
  margin-left: -9px;
  content: '';
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#NWS_hero .container .NWS_cta-hero a:hover:after,
#NWS_hero .container .NWS_cta-hero a:active:after {
  bottom: -35px;
  height: 35px;
}

#NWS_hero .container .NWS_cta-hero a:hover:before,
#NWS_hero .container .NWS_cta-hero a:active:before {
  bottom: -33px;
}


/*

		CASE STUDIES
----------------------------------------------------------------*/

.NWS #NWS_case-studies .CS_item-content,
.NWS #NWS_case-studies .CS_item-showAll .CS_item-showAll-inner span,
.NWS #NWS_case-studies .undo,
.NWS #NWS_case-studies .container> h1:last-child {
  display: none;
}

.NWS #NWS_case-studies {
  background: #ffffff;
  padding-bottom: 40px;
  overflow: hidden;
  opacity: 0;
}


.NWS #NWS_case-studies,
.NWS #NWS_case-studies .CS_container,
.NWS #NWS_case-studies .CS_item {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.NWS #NWS_case-studies .CS_row {
  -webkit-transition: top 400ms ease-in-out,height 400ms ease-in-out;
  transition: top 400ms ease-in-out,height 400ms ease-in-out;
}

.NWS #NWS_case-studies .CS_item {
  width: 25%;
  float: left;
}

.NWS #NWS_case-studies .CS_row {
  clear: left;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: absolute;
}
.NWS #NWS_case-studies .CS_row.active {
  z-index: 2;
}
.NWS #NWS_case-studies .CS_container {
  overflfow: hidden;
  position: relative;
  padding: 0;
}


.NWS #NWS_case-studies .CS_item-inner a {
  display: block;
  padding: 10%;
  background: #ffffff;
  margin: 20px 40px;
  border-radius: 50%;
  text-align: center;
  height: 200px;
  line-height: 150px;
  outline: 0;
  border: 1px solid #eaeaea;
  position: relative;
  /*z-index:1;*/
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.NWS #NWS_case-studies .CS_item-inner a:hover {
  border-color: #00b7fb ;
}

.NWS #NWS_case-studies .CS_item-inner.active a {
  border-color: #00b7fb ;
}

.NWS #NWS_case-studies .CS_item-inner a img {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.NWS #NWS_case-studies .CS_item-inner a:hover img {
  /*filter: hue-rotate(60deg);
        -webkit-filter: hue-rotate(60deg);
        -moz-filter: hue-rotate(60deg);
        -o-filter: hue-rotate(60deg);
        -ms-filter: hue-rotate(60deg);*/
}



.NWS #NWS_case-studies .CS_item-inner a:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #01b9fc transparent transparent transparent;
  content: '';
  z-index: -1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.NWS #NWS_case-studies .CS_item-inner.active a:before {
  bottom: -10px;
}

.NWS #NWS_case-studies .CS_item .CS_item-inner a img {
  max-width: 90%;
  height: auto;
}

.NWS #NWS_case-studies.active .CS_row {
  top: 0!important;
}

.NWS #NWS_case-studies.active .CS_item {
  width: 20%;
}

.NWS #NWS_case-studies.active .container> h1:first-child {
  display: none;
}
.NWS #NWS_case-studies.active .container> h1:last-child {
  display: block;
}

.NWS #NWS_case-studies .CS_container {
  height: 720px;
}


.NWS #NWS_case-studies .CS_row .CS_item-showAll .CS_item-showAll-inner span {
  opacity: 0;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  right: 55px;
  top: 20px;
  width: 20%;
  border-radius: 50%;
  background: #00b7fb ;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  line-height: 100%!important;
  color: #ffffff;
  padding: 65px 0 0;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
}

.NWS #NWS_case-studies .CS_row.active .CS_item-showAll .CS_item-showAll-inner span {
  max-height: 999px;
  text-align: center;
  outline: 0;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.NWS #NWS_case-studies .CS_bigDogs {
  text-align: center;
  display: none;
}

.NWS #NWS_case-studies.active .CS_bigDogs {
  display: block;
}

.NWS #NWS_case-studies .CS_bigDogs h3 {
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  font-size: 100%;
}

.NWS #NWS_case-studies .CS_bigDogs .home-clients-logos {
  width: 10%;
  display: inline-block;
}


#NWS_case-studies .CS_bigDogs ul li a img,
#NWS_case-studies .CS_bigDogs div div div img {
  height: auto!important;
  width: auto!important;
  max-width: 80%;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#NWS_case-studies .CS_bigDogs ul li a img:hover,
#NWS_case-studies .CS_bigDogs div div div img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.NWS #NWS_case-studies .CS_content {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.NWS #NWS_case-studies.active .CS_content {
  opacity: 1;
  max-height: 9999px;
}


.NWS #NWS_case-studies .CS_content h2 {
  text-align: center;
  font-weight: 300;
  font-size: 170%;
  padding: 0 20px 0;
  line-height: 160%;
  text-transform: none;
  color: #333333;
}

.NWS #NWS_case-studies .container.CS_content .CS_stats {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  margin-bottom: 30px;
  overflow: hidden;
  border: 3px solid #dddddd;
  padding: 30px 0;
  color: #555555;
  background: #ffffff;
}

.NWS #NWS_case-studies .container.CS_content .CS_stats.CS-animate {
  -webkit-transform: translate(50px,0);
  transform: translate(50px,0);
}

.NWS #NWS_case-studies .container.CS_content .CS_stats.CS-animateY {
  -webkit-transform: translate(0,400px);
  transform: translate(0,400px);
}

.NWS #NWS_case-studies .container.CS_content .CS_stats> .col-md-6:first-child {
  border-right: 3px solid #dddddd;
}

.NWS #NWS_case-studies .container.CS_content .CS_stats h2 {
  font-size: 250%;
  font-weight: 900;
}
.NWS #NWS_case-studies .container.CS_content .CS_stats p {
  font-size: 150%;
  font-weight: 500;
  color: #333333;
  line-height: 100%;
  font-style: italic;
  text-align: center;
}

.NWS #NWS_case-studies .container.CS_content .CS_stats img {
  max-width: 100%;
  height: auto;
}

.NWS #NWS_case-studies .container .CS_content-inner {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.NWS #NWS_case-studies .container .CS_content-inner.CS-animate {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}


.NWS #NWS_case-studies .CS_cta {
  text-align: center;
  padding-bottom: 40px;
}

.NWS #NWS_case-studies .CS_cta .NWS_cta-CS {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #3cb4e8;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 15px ;
  color: #555555;
  font-weight: 900;
}

.NWS #NWS_case-studies .CS_cta .NWS_cta-CS:nth-child(2) {
  color: #ffffff;
  background: #3cb4e8;
  padding: 14px 32px;
  border: 0;
  background: -moz-linear-gradient(left, #1e5799 0%, #3cb4e8 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%,#3cb4e8 100%);
  background: linear-gradient(to right, #1e5799 0%,#3cb4e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3cb4e8',GradientType=1 );
}

.NWS #NWS_case-studies .CS_cta .NWS_cta-CS:after {
  display: inline-block;
  content: '\f0f6';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  opacity: 0;
  font-size: 0;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

.NWS #NWS_case-studies .CS_cta .NWS_cta-CS:nth-child(2):after {
  content: '\f108';
}

.NWS #NWS_case-studies .CS_cta .NWS_cta-CS:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}


#NWS_case-studies  .NWS_cta,
#NWS_what-we-do .NWS_cta,
#NWS_more-CS .NWS_cta,
#NWS_channels .NWS_cta-channel {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #3cb4e8;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #555555;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#NWS_case-studies  .NWS_cta:after,
#NWS_what-we-do .NWS_cta:after,
#NWS_more-CS .NWS_cta:after,
#NWS_channels .NWS_cta-channel:after {
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  opacity: 0;
  font-size: 0;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

#NWS_case-studies  .NWS_cta:hover:after,
#NWS_what-we-do .NWS_cta:hover:after,
#NWS_more-CS .NWS_cta:hover:after,
#NWS_channels .NWS_cta-channel:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}

#NWS_case-studies  .NWS_cta:hover,
#NWS_what-we-do .NWS_cta:hover,
#NWS_more-CS .NWS_cta:hover,
#NWS_channels .NWS_cta-channel:hover {
  background: #3cb4e8;
  color: #ffffff;
}

/*More Case Studies*/
#NWS_more-CS {
  padding-top: 0;
  padding-bottom: 60px;
  /*background:#F8F8F8;*/
  text-align: center;
}

/* CDI*/

.NWS.home #NWS_case-studies {
  padding: 30px 0 80px;
}
.NWS.home #NWS_case-studies h1.h2 {
  padding-bottom: 40px;
}

.NWS.home #NWS_case-studies ul li,
.NWS.home #NWS_case-studies .client-logo {
  width: 19%;
  padding: 0 20px;
  display: inline-block;
}

.NWS.home #NWS_case-studies ul li img,
.NWS.home #NWS_case-studies .client-logo img {
  width: 75%;
  height: auto;
  filter: grayscale(100%);
  opacity: .5;
  margin: 0 auto;
}

/*.NWS.home #NWS_case-studies .client-logo:last-child img{
	filter: grayscale(0);
}*/

.NWS.home #NWS_case-studies .see-all {
  margin-top: 60px;
  text-align: center;
}

/* End CDI*/

/*

		WHAT WE DO
----------------------------------------------------------------*/

.NWS #NWS_what-we-do {
  text-align: center;
  /* CDI padding-bottom:20px; */
}
.NWS #NWS_what-we-do h2 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  font-weight: 700;
}

.NWS #NWS_what-we-do p {
  font-weight: 300;
  font-size: 170%;
  padding: 10px 20px 40px;
}

.NWS #NWS_what-we-do .col-md-4 img {
  max-width: 100px;
}

.NWS #NWS_what-we-do .col-md-4 h1 {
  font-size: 150%;
  font-weight: 700;
  margin: 40px 0 0;
  color: #1580ae;
  text-align: center;
  text-transform: uppercase;
}

.NWS #NWS_what-we-do .col-md-4 p {
  font-weight: 700;
}

/*

		CHANNELS
----------------------------------------------------------------*/


.NWS #NWS_channels {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.NWS #NWS_channels .NWS_channel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.NWS #NWS_channels h1 {
  color: #ffffff;
  position: relative;
  margin: 60px 0 80px;
}

.NWS #NWS_channels .col-md-3 {
  text-align: right;
  border-right: 1px solid #ffffff;
  padding-right: 0;
}

.NWS #NWS_channels .col-md-3 h2 {
  position: relative;
  color: rgba(255,255,255,.7);
  font-size: 180%;
  padding: 8px 20px 8px 0;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
  text-align: right;
  text-transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.NWS #NWS_channels .col-md-3 h2.active-NWS_channel {
  color: #ffffff;
}

.NWS #NWS_channels .col-md-3 h2:hover {
  color: #ffffff;
}

.NWS #NWS_channels .col-md-3 h2:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.NWS #NWS_channels .col-md-3 h2:hover:after,
.NWS #NWS_channels .col-md-3 h2.active-NWS_channel:after {
  right: -6px;
  width: 5px;
}

.NWS #NWS_channels .col-md-3 h2.active-NWS_channel:after {
  background: #ffffff;
}

.NWS #NWS_channels .col-md-3 ul {
  margin: 0;
  padding: 0;
}

.NWS #NWS_channels .col-md-3 li {
  padding: 0 0 30px;
}

.NWS #NWS_channels .col-md-3 li:last-child {
  padding: 0;
}

.NWS #NWS_channels .col-md-3 h2+ div {
  display: none;
}

.NWS #NWS_channels .col-md-9 {
  padding-left: 50px;
}

.NWS #NWS_channels .col-md-9 p {
  font-size: 200%;
  font-weight: 300;
}

.NWS #NWS_channels .col-md-9 span {
  font-style: italic;
  position: relative;
  display: block;
  margin: 20px 0;
  font-weight: 700;
  font-size: 160%;
}
.NWS #NWS_channels .col-md-9 a.NWS_cta-channel {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.NWS #NWS_channels .col-md-9 a.NWS_cta-channel:hover {
  background: #ffffff;
  color: #faae33;
}

.NWS #NWS_channels .NWS_channel-text {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.NWS #NWS_channels .NWS_channel-text.active-channel {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.NWS #NWS_channels .NWS_channel-text a {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: transform 800ms ease,background 200ms ease,color 200ms ease;
  transition: transform 800ms ease,background 200ms ease,color 200ms ease;
}

.NWS #NWS_channels .NWS_channel-text.active-channel a {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.NWS #NWS_channels .col-md-9 img {
  display: none;
}





/*

		CAPABILITIES
----------------------------------------------------------------*/


.NWS #NWS_capabilities {
  text-align: center;
}

.NWS #NWS_capabilities h2, .NWS #NWS_our-industries h2 {
  font-weight: 300;
  font-size: 170%;
  padding: 0 20px 0;
  line-height: 160%;
  color: #333333;
  text-transform: none;
}

.NWS #NWS_capabilities img {
  max-width: 100px;
  height: auto;
  margin: 40px auto 20px;
  /*-webkit-transition:all 200ms ease;
	transition:all 200ms ease;*/
}


/*.NWS #NWS_capabilities .col-md-4:hover img{
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}*/

.NWS #NWS_capabilities .col-md-4:hover img {
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
  -webkit-transition: all 1200ms linear;
  transition: all 1200ms linear;
}

.NWS #NWS_capabilities a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100%;
  color: #333333;
  letter-spacing: 1px;
  display: block;
}

.NWS #NWS_capabilities a:last-child {
  width: 55%;
  margin: 0 auto 30px;
  text-decoration: none;
}



/*

		FOOTER
----------------------------------------------------------------*/



#NWS_footer {
  padding: 60px 0;
  color: #ffffff;
  background: url(../img/selligent-icon-g.png) no-repeat 120px 70px #002955;
}

#NWS_footer h2,
#NWS_footer .h2,
#NWS_footer h3 {
  color: #3cb4e8;
  font-style: italic;
  font-size: 130%;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

#NWS_footer ul li {
  line-height: 180%;
}

#NWS_footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
}

#NWS_footer .nav> li> a {
  padding: 2px 0;
}

#NWS_footer .nav> li> a:hover {
  background: transparent;
  text-decoration: underline;
}

#NWS_footer p {
  color: #ffffff;
}

#NWS_footer .col-md-3 {
  margin-bottom: 40px;
}

#NWS_footer .col-md-3 a i.fa, #NWS_footer .col-md-12 a i.fa {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 26px;
  color: #3cb4e8;
  text-align: center;
  border: 2px solid #3cb4e8;
  border-radius: 50%;
  margin: 20px 10px 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_footer .col-md-3 a:hover i.fa, #NWS_footer .col-md-12 a:hover i.fa {
  background: #ffffff;
  border-color: #ffffff;
}

#NWS_footer .col-md-3:last-child i.fa, #NWS_footer .col-md-12 i.fa {
  height: 16px;
  width: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #2b4a84;
  border: none;
  background: #3cb4e8;
  border-radius: 50%;
  margin: 20px 0 0 10px;
}

#NWS_footer .col-md-12 i.fa {
  font-size: 16px;
}

#NWS_footer .col-md-3:last-child a {
  color: #ffffff;
  text-transform: uppercase;
}

#NWS_footer .legal {
  text-align: center;
  padding-top: 40px;
}

#NWS_footer .legal a {
  color: inherit;
}

#NWS_footer .legal {
  text-align: center;
  padding-top: 40px;
}

#NWS_footer .legal a {
  color: inherit;
}

#NWS_footer .legal {
  text-align: center;
  padding-top: 40px;
}

#NWS_footer .legal a {
  color: inherit;
}



/*

		SUPERFOOTER
----------------------------------------------------------------*/


#NWS_superfooter {
  padding: 40px 0 80px;
  text-align: center;
  background: #3cb4e8;
  color: #ffffff;
}

#NWS_superfooter h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 180%;
  margin-bottom: 40px;
  color: #ffffff;
}

#NWS_superfooter h2+ div {
  padding: 50px;
  border: 2px solid #ffffff;
  position: relative;
}

#NWS_superfooter .item {
  text-align: left;
  padding: 0 30px;
}

#NWS_superfooter h3 {
  font-weight: 800;
  font-style: italic;
}

#NWS_superfooter p {
  font-size: 120%;
  line-height: 140%;
}

#NWS_superfooter .NWS_dots {
  padding-top: 30px;
}

#NWS_superfooter .owl-dot {
  display: inline-block;
}

#NWS_superfooter .owl-dot span {
  background: rgba(255,255,255,.4);
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  cursor: pointer;
}

#NWS_superfooter .owl-dot span:hover,
#NWS_superfooter .owl-dot.active span {
  background: #ffffff;
}

#NWS_superfooter .owl-nav div {
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_superfooter .owl-nav div:hover {
  left: -52px;
  width: 50px;
}

#NWS_superfooter .owl-nav div.owl-next {
  left: auto;
  right: -32px;
}

#NWS_superfooter .owl-nav div.owl-next:hover {
  right: -52px;
}

#NWS_superfooter .owl-theme .owl-nav div.owl-next,
#NWS_superfooter .owl-theme .owl-nav div.owl-prev {
  background: #3cb4e8;
}

#NWS_superfooter .owl-nav div:after {
  position: absolute;
  content: '';
  display: block;
  background: #ffffff;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_superfooter .owl-nav div:hover:after {
  width: 50px;
}

#NWS_superfooter .owl-nav div:before {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
  content: '';
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#NWS_superfooter .owl-nav div.owl-next:before {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#NWS_superfooter i.fa {
  height: 16px;
  width: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #3cb4e8;
  border: none;
  background: #2b4a84;
  border-radius: 50%;
  margin: -3px 0 0 5px;
  text-align: center;
}

#NWS_superfooter a {
  display: inline-block;
  padding-top: 15px;
  color: #2b4a84;
  text-transform: uppercase;
}



/*

		NEWSLETTER
----------------------------------------------------------------*/


.NWS.page-newsletter-confirmation #NWS_newsletter {
  /*Hide block on confirmation page*/
  display: none;
}



body.NWS_NL-active #NWS_newsletter {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}



#NWS_newsletter .NWS_newsletter-toggle,
#NWS_newsletter .NWS_social-toggle {
  display: block;
  position: absolute;
  top: -50px;
  height: 50px;
  line-height: 50px;
  width: 70px;
  right: 0;
  font-size: 20px;
  z-index: 97;
  background: #00b8fb;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}




#NWS_newsletter .NWS_newsletter-toggle-text,
#NWS_newsletter .NWS_social-toggle-text {
  position: absolute;
  top: -50px;
  background: #00b7fb ;
  height: 50px;
  line-height: 50px;
  z-index: 95;
  color: #ffffff;
  right: 70px;
  padding: 0 40px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#NWS_newsletter .NWS_social-toggle,
#NWS_newsletter .NWS_social-toggle-text {
  top: -110px;
}

#NWS_newsletter .NWS_social-toggle-text {
  padding: 0 0 0 30px;
}

#NWS_newsletter .NWS_social-toggle-text a {
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  width: 40px;
}

#NWS_newsletter .NWS_social-toggle-text a:first-child {
  margin-left: 15px;
}

#NWS_newsletter .NWS_social-toggle-text a:hover {
  background-color: #00b8fb;
}


.NWS_NL-active #NWS_newsletter .NWS_newsletter-toggle-text,
.ggggggNWS_NL-active #NWS_newsletter .NWS_social-toggle-text {
  -webkit-transition: none;
  transition: none;
}

#NWS_newsletter .NWS_newsletter-toggle:hover+ .NWS_newsletter-toggle-text,
.NWS_NL-active #NWS_newsletter .NWS_newsletter-toggle-text,
#NWS_newsletter .NWS_social-toggle:hover+ .NWS_social-toggle-text,
.gggggNWS_NL-active #NWS_newsletter .NWS_social-toggle-text,
#NWS_newsletter .NWS_social-toggle-text:hover {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}


#NWS_newsletter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  padding: 60px 0 80px;
  text-align: center;
  background: #ededed;
  background: -moz-linear-gradient(left, #ededed 0%, #a3dbff 100%);
  background: -webkit-linear-gradient(left, #ededed 0%,#a3dbff 100%);
  background: linear-gradient(to right, #ededed 0%,#a3dbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#A3DBFF',GradientType=1 );
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#NWS_newsletter.NWS_newsletter-relative {
  position: relative;
  -webkit-transform: none;
  transform: none;
}

#NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle,
#NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle:hover,
#NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle-text {
  position: fixed;
  right: 0;
  bottom: 0;
  top: auto;
}

#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle,
#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle:hover,
#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle-text {
  position: fixed;
  right: 0;
  bottom: 60px;
  top: auto;
}

#NWS_newsletter .NWS_social-toggle.solo,
#NWS_newsletter .NWS_social-toggle.solo+ .NWS_social-toggle-text {
  top: -50px;
}

#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle.solo,
#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle:hover.solo,
#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle.solo+ .NWS_social-toggle-text {
  bottom: 0;
  top: auto;
}

/*#NWS_newsletter .NWS_newsletter-toggle img,
#NWS_newsletter .NWS_social-toggle img{
    max-width:35%;
}*/



#NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle-text,
#NWS_newsletter.NWS_newsletter-relative .NWS_social-toggle-text {
  right: 70px;
}

#NWS_newsletter h1 {
  color: #1580ae;
  margin: 0;
}


#NWS_newsletter p {
  color: #1580ae;
  padding: 8px 0 20px;
  font-size: 170%;
  font-weight: 300;
}

#NWS_newsletter input[type='text'] {
  border: 0;
  width: 30%;
  max-width: 100%;
  background: rgba(0,0,0,.2);
  color: #ffffff;
  padding: 0 50px 0 15px;
  height: 70px;
  line-height: 70px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
}

#NWS_newsletter input#email {
  border-radius: 0;
  margin: 0;
}

#NWS_newsletter input[type='text']:focus {
  outline: none;
}

#NWS_newsletter input[type='submit'] {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 0;
  background: #ffffff;
  border-radius: 50%;
  margin-left: -65px;
  color: #bbbbbb;
  font-weight: 600;
  font-size: 22px;
  font-family: 'FontAwesome';
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_newsletter input[type='submit']:hover {
  background: #faae33;
  color: #ffffff;
}

#NWS_newsletter select {
  border: 0;
  width: 30%;
  max-width: 100%;
  background: rgba(0,0,0,.2);
  color: #ffffff;
  padding: 0 50px 0 15px;
  height: 70px;
  margin-right: 10px;
  line-height: 70px;
  font-weight: 600;
  font-size: 18px;
}

#NWS_newsletter select#country {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

#NWS_newsletter select:focus {
  outline: none;
}

#NWS_newsletter ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

#NWS_newsletter :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

#NWS_newsletter ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

#NWS_newsletter :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}



/*

		PAGE CHANNELS
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------*/

.NWS.products h2 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}



#NWS_hero-channel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-color: #333333;
  padding: 300px 0 30px;
}

#NWS_hero-channel .container {
  height: 100%;
  color: #ffffff;
  position: relative;
  padding: 0;
}


#NWS_hero-channel .container h1 {
  font-size: 500%;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
  text-transform: none;
}

#NWS_hero-channel img {
  display: none;
}

/* INTRO */

#NWS_channels-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-color: #ffffff;
  padding: 60px 0;
}


#NWS_channels-intro> img,
#NWS_channels-intro> p {
  display: none;
}

#NWS_channels-intro img {
  max-width: 100%;
}

#NWS_channels-intro .col-md-5:first-child img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200%;
}

#NWS_channels-intro .container,
#NWS_channels-intro .col-md-7 {
  padding: 0;
}

#NWS_channels-intro .col-md-7 p {
  padding: 30px 50px 30px 0 ;
  font-size: 170%;
  line-height: 140%;
  color: #555555;
  font-weight: 300;
}
#NWS_channels-intro .col-md-5 {
  background: none;
  text-align: center;
}
#NWS_channels-intro .col-md-5 .col-md-11 {
  position: relative;
  padding: 2px;
  text-align: left;
}

#NWS_channels-intro .col-md-5 .col-md-11:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
}

#NWS_channels-intro .col-md-5 .col-md-11> * {
  position: relative;
  padding: 0 30px;
}

#NWS_channels-intro .col-md-5 .col-md-11 img {
  padding: 0;
  margin-bottom: 10px;
  width: 95%;
  filter: hue-rotate(330deg) brightness(120%);
}

#NWS_channels-intro .col-md-5 .col-md-11 h3 {
  text-transform: uppercase;
  font-size: 120%;
  margin-top: 0;
  padding: 0 15px;
  font-weight: 700;
}
#NWS_channels-intro .col-md-5 .col-md-11 p {
  font-size: 16px;
  margin-bottom: 0;
  padding: 5px 15px;
}
#NWS_channels-intro .col-md-5 .col-md-11 span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 30px;
}

#NWS_channels-intro .col-md-5 .col-md-11 span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_channels-intro .col-md-5 .col-md-11 span a {
  display: block;
  position: relative;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 900;
}

#NWS_channels-intro .col-md-5 .col-md-11 span:hover:before {
  opacity: 1;
}

#NWS_channels-intro .col-md-5 .col-md-11 span:hover a {
  color: #444444;
}

#NWS_channels-intro .intro .col-md-6> p {
  font-size: 120%;
  padding-right: 15px;
}

#NWS_channels-intro .intro .col-md-6:last-child> p {
  padding-right: 0;
  padding-left: 15px;
}


/* BENEFITS */



#NWS_benefits div {
  text-align: center;
}

#NWS_benefits div img {
  max-width: 100px;
  margin: 0;
  margin-bottom: 00px;
}



#NWS_benefits div p {
  text-transform: uppercase;
  font-size: 100%;
  padding: 0 20px;
}

#NWS_benefits .col-md-3 div {
  position: relative;
  z-index: 2;
}

#NWS_benefits .col-md-4 {
  padding-bottom: 30px;
}


#NWS_benefits h2+ .col-md-3 div img {
  position: relative;
  z-index: 2;
}

/* GRADIENT QUOTE */

#NWS_gradient-quote {
  padding: 80px 0;
  background: #22cba0;
  position: relative;
  background: -moz-linear-gradient(left, #22cba0 0%, #8988c2 100%);
  background: -webkit-linear-gradient(left, #22cba0 0%,#8988c2 100%);
  background: linear-gradient(to right, #22cba0 0%,#8988c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22cba0', endColorstr='#8988c2',GradientType=1 );
  color: #ffffff;
}

#NWS_gradient-quote:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWNgwA+MR4gkANEEAZmSesF9AAAAAElFTkSuQmCC);
  content: '';
}

#NWS_gradient-quote> div {
  position: relative;
  z-index: 1;
}


#NWS_gradient-quote .col-md-3 div {
  width: 150px;
  height: 150px;
  position: relative;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

#NWS_gradient-quote .col-md-3 img {
  display: block;
  max-width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#NWS_gradient-quote .col-md-9 {
  padding: 0 30px;
}

#NWS_gradient-quote .col-md-9 p {
  font-size: 180%;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  line-height: 120%;
}

#NWS_gradient-quote .col-md-9 span {
  color: #ffffff;
  font-size: 85%;
  padding: 0 0 0 30px;
  font-style: italic;
  position: relative;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#NWS_gradient-quote .col-md-9 span:before {
  position: absolute;
  content: '';
  background: #ffffff;
  height: 4px;
  width: 20px;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

#NWS_gradient-quote .col-md-9 a.NWS_cta-channel {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  margin: 20px 0 0 0;
  font-size: 60%;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 100%;
}

#NWS_gradient-quote .col-md-9 a.NWS_cta-channel:hover {
  background: #ffffff;
  color: #faae33;
}

#NWS_gradient-quote .col-md-9 a.NWS_cta-channel:after {
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

#NWS_gradient-quote .col-md-9 a.NWS_cta-channel:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}


/* RELATED RESOURCES */
#NWS_related-resources {
  padding: 60px 0 20px;
  text-transform: uppercase;
  text-align: center;
}

#NWS_related-resources .container> div {
  overflow: hidden;
  clear: left;
}


/*#NWS_related-resources h4{
    text-transform:uppercase;
    color:#1580AE;
    text-align:left;
    font-size:130%;
    margin: 30px 0 10px;
}*/

#NWS_related-resources .col-md-4 h4 {
  text-transform: uppercase;
  color: #1580ae;
  text-align: left;
  font-size: 100%;
  margin: 30px 0 10px;
  font-weight: 700;
}

#NWS_related-resources .col-md-4 h4 a {
  text-transform: uppercase;
  color: #1580ae;
  text-align: left;
  font-size: 100%;
  font-weight: 700;
}

#NWS_related-resources .col-md-4 {
  text-align: left;
}

#NWS_related-resources .col-md-4 img {
  max-width: 100%;
  max-height: 285px;
  width: 200px;
}

#NWS_related-resources .col-md-4 h1 {
  font-size: 110%;
  margin: 30px 0 10px;
  text-align: left;
}

#NWS_related-resources .col-md-4 h3 {
  font-size: 140%;
  font-weight: 800;
  margin: 0 0 20px;
  font-weight: 900;
  padding-right: 30px;
}

#NWS_related-resources .col-md-4 a {
  display: inline-block;
  color: #af59a2;
  text-decoration: none;
  font-weight: 300;
}

#NWS_related-resources .col-md-4 h3 a {
  color: #333333;
  font-weight: 900;
  max-width: 80%;
}

#NWS_related-resources .col-md-4 a i {
  display: inline-block;
  height: 16px;
  width: 16px;
  line-height: 15px;
  /*font-size:10px;
    text-align:center;
    background:#AF59A2;
    color:#fff;*/
  border-radius: 50%;
  margin: 0 0 0 5px;
  padding-left: 2px;
}

#NWS_related-resources span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 50px 0 0;
  text-align: center;
  border-radius: 30px;
}

#NWS_related-resources span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_related-resources span a {
  display: block;
  position: relative;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

#NWS_related-resources span:hover:before {
  opacity: 0;
}

#NWS_related-resources span:hover a {
  color: #ffffff;
}

#NWS_page-cta {
  padding: 50px 0;
  background: url(../img/miss-stool-long.jpg) no-repeat top center;
  background-size: auto 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
}

#NWS_page-cta .container {
  padding: 100px 0;
}

#NWS_page-cta .container .col-md-6 {
  width: 60%;
}

#NWS_page-cta .container .col-md-offset-6 {
  margin-left: 40%;
}

#NWS_page-cta img {
  display: block;
  position: absolute;
  top: -46px;
  left: 0;
  width: 59%;
}
#NWS_page-cta h2 {
  font-size: 280%;
  margin-bottom: 20px;
  padding: 0;
  font-weight: normal;
  color: #ffffff;
  text-transform: none;
}

#NWS_page-cta a,
#NWS_cta-platform a,
.NWS.demo .blue-cta span a,
.NWS.solicita-demo .blue-cta span a {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 50px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 900;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_page-cta a:hover,
#NWS_cta-platform a:hover,
.NWS.demo .blue-cta span a:hover,
.NWS.solicita-demo .blue-cta span a:hover,
.SMC.download.lp .blue-cta span a:hover {
  background: #ffffff;
  color: #555555;
}

/* CDI OPTIMIZELY - DEMO*/
#NWS_page-cta .blue-cta span, .NWS.demo .blue-cta span, .NWS.solicita-demo .blue-cta span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #cf4bd5 0%, #00b7fb  100%);
  background: -webkit-linear-gradient(left, #cf4bd5 0%,#00b7fb  100%);
  background: linear-gradient(to right, #cf4bd5 0%,#00b7fb  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4bd5', endColorstr='#00b7fb ',GradientType=1 );
  padding: 2px;
  margin: 0;
  text-align: center;
  border-radius: 30px;
}

#NWS_page-cta .blue-cta span:before, .NWS.demo .blue-cta span:before, .NWS.solicita-demo .blue-cta span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: none;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_page-cta .blue-cta span a, .NWS.demo .blue-cta span a, .NWS.solicita-demo .blue-cta span a, .SMC.download.lp .blue-cta span a {
  display: block;
  position: relative;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  border: none;
  color: #ffffff;
}

#NWS_page-cta .blue-cta span:hover:before, .NWS.solicita-demo .blue-cta span:hover:before {
  opacity: 0;
}

#NWS_page-cta .blue-cta span:hover a, .NWS.solicita-demo .blue-cta span:hover a, .SMC.download.lp .blue-cta span:hover a {
  color: #444444;
}
/* END */

/* MORE CHANNELS */
#NWS_more-channels {
  padding: 0 0 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

#NWS_more-channels .container {
  position: relative;
}
#NWS_more-channels h2 {
  text-transform: uppercase;
  color: #01b8fb;
  text-align: center;
  margin-bottom: 60px;
  padding: 0;
  font-size: 34px;
}

#NWS_more-channels .col-md-2 {
  width: 20%;
}

#NWS_more-channels .col-md-2> img {
  display: none;
}

#NWS_more-channels .col-md-2 img {
  height: 100px;
  width: 100px;
  max-width: 100%;
  /*-webkit-transition:all 400ms ease;
    transition:all 400ms ease;
    border-radius:50%;*/
}

/*#NWS_more-channels .col-md-2 a:hover img{
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
}*/

#NWS_more-channels .col-md-2:hover img {
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
  -webkit-transition: all 1200ms linear;
  transition: all 1200ms linear;
}

#NWS_more-channels .col-md-2 a {
  display: block;
  margin: 0 auto;
  padding: 15px;
  color: #333333;
  text-decoration: none;
  font-weight: bolder;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_more-channels .col-md-2 span {
  color: #333333;
  font-weight: bolder;
  display: block;
}


#NWS_more-channels .NWS_more-channels-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*

		PAGE PARTNERS
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------
----------------------------------------------------------------*/

#NWS_hero-partner {
  background: url(../img/hero-partner-team-up.jpg) no-repeat #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0;
}

.page-partner-program #NWS_hero-partner {
  background: url(../img/hero-partner-program.jpg) no-repeat #333333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0;
}

#NWS_hero-partner .container {
  height: 100%;
  color: #ffffff;
  position: relative;
  padding: 180px 0 80px;
}

#NWS_hero-partner img {
  display: none;
}

#NWS_hero-partner a {
  display: inline-block;
  padding: 15px 40px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  background: #ffffff;
  color: #555555;
  text-decoration: none;
  margin-right: 15px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 900;
}

#NWS_hero-partner a:last-child {
  background: transparent;
  color: #ffffff;
}

#NWS_hero-partner a:after {
  display: inline-block;
  content: '\f040';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  opacity: 0;
  font-size: 0;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

#NWS_hero-partner a:last-child:after {
  content: '\f05a';
}

#NWS_hero-partner a:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 16px;
  line-height: 0;
}

#NWS_hero-partner h1 {
  font-size: 500%;
  font-weight: 900;
  color: #ffffff;
  text-transform: none;
  text-align: left;
}


#NWS_partner-intro {
  padding: 60px 0 80px;
  text-align: center;
}

#NWS_partner-intro h2 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#NWS_partner-intro p {
  font-size: 130%;
}

#NWS_partner-intro p:last-child {
  font-weight: bolder;
}

#NWS_partner-icons {
  padding: 60px 0 80px;
  background: #486fc9;
  background: -moz-linear-gradient(left, #486fc9 0%, #58c97e 100%);
  background: -webkit-linear-gradient(left, #486fc9 0%,#58c97e 100%);
  background: linear-gradient(to right, #486fc9 0%,#58c97e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486fc9', endColorstr='#58c97e',GradientType=1 );
  color: #ffffff;
  text-align: center;
  position: relative;
}

#NWS_partner-icons:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWNgwA+MR4gkANEEAZmSesF9AAAAAElFTkSuQmCC);
  content: '';
}

#NWS_partner-icons> * {
  position: relative;
  z-index: 1;
}

#NWS_partner-icons h2 {
  font-size: 200%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#NWS_partner-icons h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 150%;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
}

#NWS_partner-icons p {
  color: #ffffff;
  font-size: 130%;
}

#NWS_partner-icons .icon {
  height: 180px;
  width: 180px;
  background: #ffffff;
  /*padding:50px;*/
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 180px;
}
#NWS_partner-icons img {
  max-width: 160px;
  height: auto!important;
}
#NWS_partner-solutions {
  text-align: center;
  padding: 0;
}

#NWS_partner-solutions h2 {
  display: inline-block;
  font-size: 200%;
  margin: 60px 0 40px;
}

#NWS_partner-solutions h2 span {
  position: relative;
  display: inline-block;
  font-size: 130%;
  font-weight: bolder;
  /*height:100px;
    width:100px;
    line-height:100px;*/
  padding: 30px;
  margin: 0 10px;
  border: 1px dashed #dddddd;
  /*border-radius:50%;*/
  border-radius: 30px;
}

#NWS_partner-solutions h2 span:before {
  position: absolute;
  content: '';
  height: 60px;
  width: 0;
  top: -60px;
  left: 50%;
  border: 0;
  border-right: 1px dashed #dddddd;
}

#NWS_partner-solutions p {
  font-size: 130%;
}

#NWS_partner-solutions h3 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin: 40px 0;
}



#NWS_partner-solutions .NWS_carousel-partner {
  border: 2px solid #dddddd;
  padding: 30px;
  position: relative;
}

#NWS_partner-solutions .NWS_carousel-partner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFUlEQVQYlWNgwAOsra2lRoIkAwMDAEghBlnNt/zoAAAAAElFTkSuQmCC);
  content: '';
}

#NWS_partner-solutions .NWS_carousel-partner> .owl-stage-outer {
  position: relative;
  z-index: 1;
}

#NWS_partner-solutions .NWS_carousel-partner iframe {
  max-width: 100%;
  /*width:auto;*/
  height: 190px;
}


#NWS_partner-solutions .owl-dot {
  display: inline-block;
}

#NWS_partner-solutions .owl-dot span {
  background: rgba(0,0,0,.2);
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  cursor: pointer;
}

#NWS_partner-solutions .owl-dot span:hover,
#NWS_partner-solutions .owl-dot.active span {
  background: rgba(0,0,0,.6);
}

#NWS_partner-solutions .owl-nav div {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: none;
}

#NWS_partner-solutions .owl-nav div:hover {
  left: -50px;
  width: 50px;
}

#NWS_partner-solutions .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

#NWS_partner-solutions .owl-nav div.owl-next:hover {
  right: -50px;
}


#NWS_partner-solutions .owl-nav div:after {
  position: absolute;
  content: '';
  display: block;
  background: #dddddd;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_partner-solutions .owl-nav div:hover:after {
  width: 50px;
}

#NWS_partner-solutions .owl-nav div:before {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
  content: '';
  border: 2px solid #dddddd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#NWS_partner-solutions .NWS_carousel-partner .owl-nav div.owl-next:before {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#NWS_partner-solutions .NWS_dots-partner {
  padding: 40px 0 0;
}


#NWS_partner-solutions .NWS_carousel-partner .col-md-8 {
  text-align: left;
}

#NWS_partner-solutions .NWS_carousel-partner .col-md-8 h4 {
  font-weight: bolder;
}

#NWS_partner-solutions .NWS_carousel-partner .col-md-4 img {
  display: none;
}

/*
#NWS_partner-solutions .container > span{
    display:inline-block;
    position:relative;
    background: #00b7fb ;
    background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
    background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
    background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
    padding:2px;
    margin:30px 0 50px;
    text-align:center;
    border-radius:30px;
}

#NWS_partner-solutions .container > span:before{
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    right:2px;
    content:'';
    background:#fff;
    border-radius:28px;
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
}

#NWS_partner-solutions .container > span a{
    display:block;
    position:relative;
    padding:15px 40px;
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:1px;
}

#NWS_partner-solutions .container > span:hover:before{
    opacity:0;
}

#NWS_partner-solutions .container > span:hover a{
    color:#fff;
}

#NWS_partner-partners{
    background:#f1f1f1;
    padding:40px 0;
    text-align:center;
}

#NWS_partner-partners .container .partner-logo{
    display:inline-block;
    max-width:11%;
}

#NWS_partner-partners .container .partner-logo img{
    display:block;
    width: auto !important;
    height:  auto !important;
    min-width:30%;
    max-width:80%;
    opacity:.6;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition:all 400ms ease;
    transition:all 400ms ease;
}

#NWS_partner-partners .container .partner-logo:hover img{
    opacity:1;
    filter: none;
    -webkit-filter: grayscale(0);
}

#NWS_partner-contact {
    padding:60px 0;
    text-align:center;
}

#NWS_partner-contact  h2{
    text-transform:uppercase;
    color:#01B8FB;
    text-align:center;
    font-size:34px;
    margin-bottom:10px;
}

#NWS_partner-contact  p{
    font-size:160%;
}


#NWS_partner-contact .container > div{
    display:inline-block;
    position:relative;
    background: #00b7fb ;
    background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
    background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
    background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
    padding:2px;
    margin:30px 0 50px;
    text-align:center;
    width:100%;
}

#NWS_partner-contact .container > div:before{
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    right:2px;
    content:'';
    background:#fff;
    -webkit-transition:all 300ms ease;
    transition:all 300ms ease;
}

#NWS_partner-contact .container div div{
    display:block;
    position:relative;
    padding:50px;

}*/

/* PARTNERS PROGRAM  */

#NWS_hero-partner.NWS_partner-program a:last-child:after {
  content: '\f002';
}

#NWS_hero-partner.NWS_partner-program a {
  color: #ff89df;
}

#NWS_hero-partner.NWS_partner-program a:last-child {
  color: #ffffff;
}

#NWS_partner-intro.NWS_partner-program span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 30px 0 10px;
  text-align: center;
  border-radius: 30px;
}

#NWS_partner-intro.NWS_partner-program span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_partner-intro.NWS_partner-program span a {
  display: block;
  position: relative;
  padding: 15px 40px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-weight: 900;
}

#NWS_partner-intro.NWS_partner-program span:hover:before {
  opacity: 0;
}

#NWS_partner-intro.NWS_partner-program span:hover a {
  color: #ffffff;
}

#NWS_support {
  padding: 60px 0 80px;
  background: #f1f1f1;
}

#NWS_support h2 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#NWS_support div {
  text-align: center;
}

#NWS_support div img {
  display: block;
  margin: 0 auto 20px;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 50%;
  background: #ffffff;
  max-width: 90%;
}





#NWS_support div p {
  text-transform: uppercase;
  font-size: 110%;
  padding: 0 20px;
}

#NWS_support .col-md-2 div {
  position: relative;
  z-index: 2;
}

#NWS_support .col-md-2 div:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -25px;
  margin-top: -10px;
  content: '';
  height: 20px;
  width: 20px;
  background: #01b8fb;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #dddddd,inset 0 0 0 5px #ffffff;
}

#NWS_support .col-md-2:last-child div:before {
  display: none;
}

#NWS_support h2+ .col-md-2 div:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -400%;
  margin-top: -1px;
  content: '';
  height: 1px;
  width: 420%;
  background: #dddddd;
}

#NWS_support h2+ .col-md-2 div img {
  position: relative;
  z-index: 2;
}


#NWS_build-capabilities {
  padding: 60px 0 80px;
  background: url(../img/partner-three-people-table.jpg) no-repeat center #41a077;
  color: #ffffff;
  background-size: cover;
}

#NWS_build-capabilities h2 {
  font-size: 200%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#NWS_build-capabilities .col-md-4 {
  padding: 30px;
  position: relative;
}


#NWS_build-capabilities .col-md-4:after {
  position: absolute;
  content: '+';
  top: 50%;
  right: -10px;
  margin-top: -15px;
  line-height: 30px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bolder;
}


#NWS_build-capabilities .col-md-4:last-child:after {
  display: none;
}

#NWS_build-capabilities .col-md-4 div {
  padding: 30px;
  border: 1px solid #ffffff;
  background: rgba(59, 112, 142,.4);
  text-align: center;
}

#NWS_build-capabilities .col-md-4 div h3 {
  margin: 0 0 20px;
  font-weight: bolder;
}

#NWS_build-capabilities .col-md-4 div p {
  font-size: 140%;
  color: #ffffff;
}

#NWS_partner-path {
  padding: 60px 0;
  text-align: center;
}

#NWS_partner-path h2 {
  text-transform: uppercase;
  color: #01b8fb;
  text-align: center;
  font-size: 300%;
  margin-bottom: 60px;
}

#NWS_partner-path div {
  text-align: center;
}

#NWS_partner-path div img {
  display: block;
  margin: 0 auto 20px;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 50%;
  background: #fafafa;
  max-width: 90%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#NWS_partner-path div:hover> img {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}


#NWS_partner-path div p {
  text-transform: uppercase;
  font-size: 130%;
  padding: 0 20px;
  margin-bottom: 60px;
}

#NWS_partner-path span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 30px 0 10px;
  text-align: center;
  border-radius: 22px;
}

#NWS_partner-path span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_partner-path span a {
  display: block;
  position: relative;
  padding: 10px 40px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 90%;
}

#NWS_partner-path span:hover:before {
  opacity: 0;
}

#NWS_partner-path span:hover a {
  color: #ffffff;
}


#NWS_additional-benefits {
  background: #f1f1f1;
  padding: 60px 0;
}

#NWS_additional-benefits h2 {
  font-size: 200%;
  color: #01b8fb;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#NWS_additional-benefits ul {
  padding: 15px 0 0 25px;
}

#NWS_additional-benefits ul li {
  padding: 0 0 10px 10px;
  font-size: 160%;
}


#NWS_team-up {
  padding: 60px 0;
  background: #22cba0;
  background: -moz-linear-gradient(left, #22cba0 0%, #8988c2 100%);
  background: -webkit-linear-gradient(left, #22cba0 0%,#8988c2 100%);
  background: linear-gradient(to right, #22cba0 0%,#8988c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22cba0', endColorstr='#8988c2',GradientType=1 );
  color: #ffffff;
  text-align: center;
  position: relative;
}

#NWS_team-up:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWNgwA+MR4gkANEEAZmSesF9AAAAAElFTkSuQmCC);
  content: '';
}

#NWS_team-up> * {
  position: relative;
  z-index: 1;
}


#NWS_team-up h2 {
  font-weight: bolder;
  font-size: 400%;
}

#NWS_team-up a {
  display: inline-block;
  padding: 10px 40px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 25px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-top: 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#NWS_team-up a:hover {
  background: #ffffff;
  color: #555555;
}

/*PARTNERS LOGOS*/

#NWS_hero-partner.NWS_partner-logos a:last-child:after {
  content: '\f004';
  color: #ff70f0;
}

#NWS_partners-logos {
  padding: 50px 0;
}

#NWS_partners-logos .container {
  padding: 0;
}

#NWS_partners-logos .partner-logo {
  width: 19%;/*20- inline-block adds extra space*/
  display: inline-block;
  text-align: center;
  padding: 50px 0;
}

#NWS_partners-logos .partner-logo img {
  max-width: 80%;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .5;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_partners-logos .partner-logo:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}


/*PARTNERS FORM*/
.NWS.become-partner .fluid-container.cr {
  background: none;
}

.NWS #partner_elq_form_selligent_block .container.register> .row {
  border: 2px solid #26c2fc;
  border-width: 0 2px;
  text-align: center;
}


.NWS #partner_elq_form_selligent_block .container.register .row {
  clear: both;
  border: 2px solid #26c2fc;
}

.NWS #partner_elq_form_selligent_block .container.register .row:nth-child(1) {
  padding: 50px 0;
  border-width: 0;
}

.NWS #partner_elq_form_selligent_block .container.register .row:nth-child(1) h2 {
  color: #26c2fc;
  text-transform: uppercase;
  font-size: 200%;
  font-weight: 700;
}

.NWS #partner_elq_form_selligent_block .container.register .row:nth-child(1) p {
  font-size: 130%;
  text-align: center;
}

.NWS #partner_elq_form_selligent_block .container.register .row:nth-child(2) {
  border-width: 2px 2px 0;
  padding-top: 50px;
}

.NWS #partner_elq_form_selligent_block .container.register .row:nth-child(7) {
  border-width: 0 2px 2px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.NWS #partner_elq_form_selligent_block .container.register input,
.NWS #partner_elq_form_selligent_block .container.register select,
.NWS #partner_elq_form_selligent_block .container.register textarea {
  width: 98%;
  padding: 10px 0;
  background: transparent;
  color: #444444;
  border-width: 0;
  border-bottom: 2px solid #dddddd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}


.NWS #partner_elq_form_selligent_block .container.register select,
.NWS #partner_elq_form_selligent_block .container.register textarea {
  border: 2px solid #dddddd;
  padding: 10px;
}

.NWS #partner_elq_form_selligent_block .container.register textarea {
  margin: 0;
  width: 99%;
}


.NWS #partner_elq_form_selligent_block .container.register label {
  font-weight: normal;
  text-transform: uppercase;
  width: 98%;
  font-size: 90%;
  font-weight: 100;
  text-align: left;
  margin-top: 15px;
}

.NWS #partner_elq_form_selligent_block .container.register .mandatory {
  line-height: 13px;
}

.NWS #partner_elq_form_selligent_block .container.register input:focus,
.NWS #partner_elq_form_selligent_block .container.register select:focus,
.NWS #partner_elq_form_selligent_block .container.register textarea:focus {
  border-color: #29c884;
}


.NWS #partner_elq_form_selligent_block .container.register .submit-button {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 30px 0 0;
  text-align: center;
  border-radius: 30px;
}

.NWS #partner_elq_form_selligent_block .container.register .submit-button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.NWS #partner_elq_form_selligent_block .container.register .submit-button button {
  display: block;
  position: relative;
  padding: 15px 60px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-weight: 900;
  background: transparent;
  letter-spacing: 1px;
}

.NWS #partner_elq_form_selligent_block .container.register .submit-button:hover:before {
  opacity: 0;
}

.NWS #partner_elq_form_selligent_block .container.register .submit-button:hover button {
  color: #ffffff;
}
.NWS.partners.detail .header {
  background: #00b7fb ;
  margin-bottom: 50px;
}
.NWS.partners.detail .main {
  margin-bottom: 50px;
}
























/*INDUSTRIES*/


.NWS.not-front .header p {
  color: #ffffff;
  font-size: 150%;
  max-width: 800px;
}

.NWS .our-industries {
  text-align: center;
}

.NWS .our-industries h3.h2 {
  margin-bottom: 50px;
}

.NWS .our-industries p.title {
  margin-top: 30px;
}

.NWS .our-industries p.title a {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
}

#NWS_gradient-quote a.NWS_cta-channel {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  margin: 40px 0 0;
  font-size: 100%;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 100%;
}

#NWS_gradient-quote a.NWS_cta-channel:hover {
  background: #ffffff;
  color: #faae33;
}

#NWS_gradient-quote a.NWS_cta-channel:after {
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: margin-left 200ms ease,opacity 400ms ease;
  transition: margin-left 200ms ease,opacity 400ms ease;
}

#NWS_gradient-quote a.NWS_cta-channel:hover:after {
  opacity: 1;
  margin-left: 20px;
  font-size: 12px;
}

#NWS_gradient-quote .col-md-4 {
  text-align: right;
  padding-bottom: 30px;
}

#NWS_gradient-quote .col-md-8 {
  padding: 0 30px;
}

#NWS_gradient-quote .col-md-8 p {
  font-size: 180%;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
  line-height: 120%;
  margin: 0;
}

#NWS_gradient-quote .col-md-8 span {
  color: #ffffff;
  font-size: 85%;
  padding: 0 0 0 30px;
  font-style: italic;
  position: relative;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#NWS_gradient-quote .col-md-8 span:before {
  position: absolute;
  content: '';
  background: #ffffff;
  height: 4px;
  width: 20px;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

#NWS_knowmore .col-md-9 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  padding: 0 30px;
}

#NWS_knowmore .col-md-9.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
}

#NWS_knowmore .col-md-9 h3 {
  display: none;
}

#NWS_knowmore .col-md-3 p,
#NWS_knowmore .col-md-3 a {
  display: none;
}

#NWS_knowmore .col-md-3 ul {
  border-right: 1px solid #eeeeee;
}

#NWS_knowmore .col-md-9 p {
  padding: 20px 0;
  font-size: 120%;
}

#NWS_knowmore h2 {
  margin-bottom: 30px;
}

#NWS_knowmore li h3 {
  border-right: 3px solid transparent;
  padding: 0 20px 0 0;
  margin: 10px -4px 15px 0;
  cursor: pointer;
  text-align: right;
  color: #cccccc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#NWS_knowmore li h3.active {
  border-right-color: #01b8fb;
  color: #333333;
}

#NWS_knowmore li h3:hover {
  border-right-color: #01b8fb;
}



#NWS_knowmore .col-md-9 span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 0;
  text-align: center;
  border-radius: 30px;
}

#NWS_knowmore .col-md-9 span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#NWS_knowmore .col-md-9 span a {
  display: block;
  position: relative;
  padding: 13px 50px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

#NWS_knowmore .col-md-9 span:hover:before {
  opacity: 0;
}

#NWS_knowmore .col-md-9 span:hover a {
  color: #ffffff;
}


/*SOLUTIONS:RETAIL*/

.NWS.solutions .header {
  padding: 300px 0 30px;
}

.NWS.solutions .header h1 {
  margin: 0;
}

.NWS.solutions .header p {
  text-transform: uppercase;
}

#owl-carousel-clients .item {
  text-align: center;
  display: inline-block;
}
#owl-carousel-clients img {
  width: auto;
}

.NWS.solutions #logo-slider {
  background: #eeeeee;
  text-align: center;
}

.NWS.solutions #logo-slider img {
  display: inline;
  max-width: 150px;
  height: auto;
}

.NWS.solutions #logo-slider .col-md-2 img {
  padding-top: 55px;/*25 if img 100px*/
}

.NWS.solutions #logo-slider .h2 {
  color: #777777;
  padding-bottom: 30px;
}

/* CDI OPTIMIZELY*/
.NWS.solutions #logo-slider.no-slider {
  background: #ffffff;
}
.NWS.solutions #logo-slider.no-slider .h2 {
  color: #01b8fb;
}
.NWS.solutions #logo-slider.no-slider p {
  margin: 20px auto;
}
.NWS.solutions #logo-slider.no-slider img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
  opacity: .5;
}
/* END */

.NWS.solutions #NWS_industries-content {
  padding-bottom: 20px;
}

.NWS.solutions #NWS_industries-content h2 {
  text-align: left;
}

.NWS.solutions #NWS_industries-content h2+ p {
  margin-bottom: 40px;
}

.NWS.solutions #NWS_more-resources {
  text-align: center;
}

.NWS.solutions #NWS_more-resources .h2 {
  padding-bottom: 30px;
}

.NWS.solutions #NWS_more-resources .col-md-4 p.title a {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  display: block;
  padding-top: 20px;
}

.NWS.solutions #NWS_more-resources .col-md-4 p.title {
  padding: 0 30px;
}

.NWS.solutions #NWS_related-resources {
  padding: 30px 0 80px;
}

.NWS.solutions #NWS_related-resources .h2 {
  padding-bottom: 30px;
}


/*PRODUCTS*/

.NWS.products .header p {
  text-transform: uppercase;
}

.NWS.products .header h1 {
  margin: 0;
}

.NWS.products #NWS_channels-intro {
  background-color: #eeeeee;
}

.NWS.products #NWS_channels-benefits {
  position: relative;
}

.NWS.products #NWS_channels-benefits ul {
  margin: 0;
  padding: 0;
  text-align: center; /*CDI*/
}

.NWS.products #NWS_channels-benefits ul li {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: top;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.NWS.products #NWS_channels-benefits ul li img {
  display: block;
  margin: 20px auto;
  max-width: 70px;
  filter: contrast(0);
  opacity: .35;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.NWS.products #NWS_channels-benefits ul li:after {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  left: 50%;
  content: '';
  background: #00b7fb ;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.NWS.products #NWS_channels-benefits ul li:hover:after {
  width: 50%;
  left: 25%;
}

.NWS.products #NWS_channels-benefits ul li:hover img {
  opacity: 1;
}

#NWS_channels-benefits ul li span {
  display: none;
}

#benefits_modal {
  position: fixed;
  top: -1000px;
  padding: 30px;
  left: 50%;
  max-width: 100%;
  width: 700px;
  margin-left: -350px;
  z-index: 10;
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 5px 5px rgba(0,0,0,.1);
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
#benefits_modal.active+ #benefits_modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  content: '';
  z-index: 9;
}

#benefits_modal.active {
  top: 130px;
}

#benefits_modal .close_benefits {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  display: block;
  cursor: pointer;
  color: #00b7fb ;
}

#benefits_modal .close_benefits:hover {
  color: #333333;
}

#benefits_modal.active .content {
  text-transform: uppercase;
  color: #00b7fb ;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

#benefits_modal.active .content img {
  display: block;
  max-width: 50px;
  margin: 0 auto 20px;
}

#benefits_modal.active .content span {
  display: block;
  text-transform: none;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0;
}

.NWS.products #NWS_capabilities {
  padding-top: 20px;
}

.NWS.products #NWS_capabilities h3 {
  padding-bottom: 30px;
}

.NWS.products #NWS_capabilities .col-md-2 {
  width: 20%;
}

.NWS.products #NWS_capabilities a:last-child {
  margin: 0;
  width: auto;
}

.NWS.products #NWS_capabilities a img {
  margin: 10px 0;
}

.NWS.products #NWS_cta-platform {
  text-align: center;
  background: #0080ae url(../img/capabilities-devices.jpg) no-repeat center;
  background-size: cover;
}

.NWS.products #NWS_cta-platform h2 {
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
  font-size: 250%;
}


.NWS.products #NWS_related-resources {
  padding-bottom: 60px;
}

.NWS.products #NWS_related-resources h3.h2 {
  padding-bottom: 30px;
}





/*SERVICES*/

.NWS.services .header p {
  text-transform: uppercase;
}

.NWS.services .header h1 {
  margin: 0;
}

.NWS.services #NWS_services-intro .container {
  padding: 0;
  padding-top: 20px;
  font-size: 120%;
}

.NWS.services #NWS_more-services {
  padding-bottom: 20px;
}

.NWS.services #NWS_more-services h3 {
  padding-bottom: 30px;
}

.NWS.services #NWS_more-services .view-content {
  text-align: center;
}

.NWS.services #NWS_more-services .view-content> div {
  width: 30%;
  display: inline-block;
}

.NWS.services #NWS_more-services .view-content> div a,
.NWS.services #NWS_our-industries .view-content> div a {
  text-decoration: none;
}

.NWS.services #NWS_more-services .view-content> div h3,
.NWS.services #NWS_our-industries .view-content> div h3 {
  color: #333333;
  font-size: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 0;
  font-weight: normal;
}

/*.NWS.services #NWS_more-services .view-content > div img,
.NWS.services #NWS_our-industries .view-content > div img{
	-webkit-transition:all 400ms ease;
	transition:all 400ms ease;
}

.NWS.services #NWS_more-services .view-content > div img:hover,
.NWS.services #NWS_our-industries .view-content > div img:hover{
	-webkit-filter:hue-rotate(60deg);
	filter:hue-rotate(60deg);
}*/

.NWS.services #NWS_related-resources {
  padding-top: 30px;
  padding-bottom: 60px;
}

.NWS.services #NWS_related-resources h3.h2 {
  padding-bottom: 30px;
}

.NWS.services #NWS_our-industries .view-content> div {
  width: 24%;
  display: inline-block;
}

/*CAPABILITIES*/
.NWS.products #NWS_our-industries .view-content> div p a {
  color: #333333;
  font-size: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 0;
  font-weight: normal;
  text-decoration: none;
}

.NWS.products #NWS_our-industries .view-content> div p img {
  max-width: 100px;
  height: auto;
  padding-bottom: 20px;
}

.NWS #NWS_capabilities> div p img:hover,
.NWS.products #NWS_our-industries .view-content> div p img:hover {
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
  -webkit-transition: all 1200ms linear;
  transition: all 1200ms linear;
}



/*MAIN PAGES COMMON*/
.NWS.not-front .header.header-main {
  padding: 160px 0 20px;
}

.NWS.not-front .header.header-main p {
  padding: 30px 0 0px;
}

.NWS.not-front .header.header-main h1 {
  margin: 0;
}

.NWS.not-front .header.header-main p {
  text-transform: none;
}








/*BLOG*/



#NWS_blog .left-column p {
  font-weight: 700;
  text-transform: uppercase;
}

#NWS_blog .left-column li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #333333;
  border-left: 3px solid transparent;
  margin-bottom: 10px;
  background-color: transparent;
}

#NWS_blog .left-column li a.active,
#NWS_blog .left-column li a:active,
#NWS_blog .left-column li a:hover {
  border-left-color: #00b7fb ;
  color: #00b7fb ;
  background-color: transparent;
}

.NWS.blog2.author figure,
#NWS_blog figure {
  position: relative;
  min-height: 200px;
  background-color: #333333;
}

.NWS.blog2.author figure:before,
#NWS_blog figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(44%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.NWS.blog2.author figure:after,
#NWS_blog figure:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0,0,0,.2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.NWS.blog2.author figure:hover:after,
#NWS_blog figure:hover:after {
  background: rgba(1, 184, 252,.7);
}

.NWS.blog2.author figure img,
#NWS_blog figure img {
  width: 100%;
  height: auto;
}

.NWS.blog2.author figure figcaption,
#NWS_blog figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 1;
  color: #ffffff;
}


.NWS.blog2.author .col-lg-4,
.NWS.blog2.author .col-lg-8,
.NWS.blog2.author .col-lg-12,
#NWS_blog .col-lg-4,
#NWS_blog .col-lg-8,
#NWS_blog .col-lg-12 {
  padding: 0 5px;
}

.NWS.blog2.author .col-md-4 .col-md-12,
#NWS_blog .col-md-4 .col-md-12 {
  padding: 0;
}

/*#NWS_blog .col-lg-8{
	width:100%;
}*/
.NWS.blog2.author figure figcaption a,
#NWS_blog figure figcaption a {
  color: #df0782;
  font-weight: 500;
}

.NWS.blog2.author figure figcaption h3 a,
#NWS_blog figure figcaption h3 a {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.NWS.blog2.author figure figcaption h3,
#NWS_blog figure figcaption h3 {
  margin-bottom: 15px;
  position: relative;
}

.NWS.blog2.author figure figcaption h3:after,
#NWS_blog figure figcaption h3:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 3px;
  background: #ffffff;
  width: 30px;
  left: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.NWS.blog2.author figure:hover figcaption h3:after,
#NWS_blog figure:hover figcaption h3:after {
  background: #df0782;
  width: 100%;
}

.NWS.blog2.author .col-lg-12 figure figcaption h3 a,
.NWS.blog2.author .col-lg-8 figure figcaption h3 a,
#NWS_blog .col-lg-12 figure figcaption h3 a,
#NWS_blog .col-lg-8 figure figcaption h3 a {
  font-size: 170%;
}

.NWS.blog2.author figure figcaption p,
#NWS_blog figure figcaption p {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms linear;
}

.NWS.blog2.author figure:hover figcaption p,
#NWS_blog figure:hover figcaption p {
  opacity: 1;
  max-height: 100px;
}

.NWS.blog2.author .main-container {
  padding: 100px 0 0;
}

.NWS.blog2.author .feed {
  padding-bottom: 60px;
}

.NWS.blog2.author .pane-content> .other-authors {
  background: #eeeeee;
  padding: 30px 0 10px;
  overflow: hidden;
}
.NWS.blog2.author .other-authors h2 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  text-align: left;
  color: #aaaaaa;
}
.NWS.blog2.author .other-authors p {
  margin: 0;
}

.NWS.blog2.author .other-authors .author-photo {
  max-width: 25%;
}

.NWS.blog2.author .other-authors .author-photo img {
  height: 20px;
  width: auto;
  vertical-align: top;
}

.NWS.blog2.author .other-authors .author-name a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.NWS.blog2.author .other-authors h2 img {
  display: none;
}

.NWS.blog2.author figure a {
  float: none;
}

.NWS.blog2.author .blog-author h1 {
  color: #333333;
  font-size: 300%;
}

.NWS.blog2.author .blog-author {
  padding: 50px 0;
}

/*BLOG PAGE*/
.NWS.blog2-detail .header {
  padding: 130px 0 10px;
}
.panels-flexible-region-276-center {
  width: 100%;/* ? */
}

.NWS.blog2-detail .header a {
  text-decoration: none;
  color: rgba(255,255,255,.4);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 70%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.NWS.blog2-detail .header a:hover {
  color: #ffffff;
}

.NWS.blog2-detail .header img {
  opacity: .4;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 h1 {
  color: #00b7fb ;
  font-size: 300%;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 img {
  max-width: 95%;
  height: auto;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related h4 {
  text-transform: uppercase;
  margin-top: 30px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .col-lg-9 {
  padding: 0;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related h3 a {
  color: #444444;
  font-size: 70%;
  font-weight: normal;
  text-transform: uppercase;
}
.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related h3 {
  margin: 0;
  padding-right: 20px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .col-lg-3 a {
  display: block;
  margin-bottom: 10px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .view-plus {
  padding: 10px 0 0;
  border-top: 1px solid #00b7fb ;
  border-bottom: 1px solid #00b7fb ;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .view-plus:last-child {
  border-width: 0 0 1px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .view-plus a {
  display: block;
  color: #333333;
  padding-left: 30px;
  position: relative;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .view-plus a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f055';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-decoration: none;
  color: #00b7fb ;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post h2 {
  font-size: 24px;
  text-align: left;
  text-transform: none;
  color: #00b8fb;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post h3 {
  font-size: 21px;
  text-align: left;
  text-transform: none;
  color: #00b8fb;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post p {
  line-height: 170%;
  margin-bottom: 20px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post audio, .NWS.blog2-detail #NWS_blog-body .col-lg-7 .post+ audio {
  width: 100%;
  margin-bottom: 10px;
}

/*.NWS.blog2-detail #NWS_blog-body .post> div {
  vertical-align: top;
  border: 2px solid #00b8fb;
  background: #fafafa!important;
*/

.NWS.blog2-detail #NWS_blog-body .post div div {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.NWS.blog2-detail #NWS_blog-body .post div div:first-child {
  width: 30%;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post div div p {
  margin-bottom: 5px;
}

.NWS.blog2-detail #NWS_blog-body .col-lg-7 .post div p strong {
  font-size: 150%;
}

.NWS.blog2-detail #NWS_blog-body .post div div .cta-white, .frame-border-body .full-width .cta-white {
  background: transparent!important;
  border-radius: 0!important;
  padding: 0!important;
  text-transform: uppercase!important;
}

.NWS.blog2-detail #NWS_blog-body .post div div .cta-white a, .frame-border-body .full-width .cta-white a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 30px;
  border: 2px solid #00b8fb;
  margin-left: -10px;
  font-size: 120%;
  font-weight: 700;
  color: #00b8fb;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}
.NWS.blog2-detail #NWS_blog-body .post div div .cta-white a:hover, .frame-border-body .full-width .cta-white a:hover {
  background-color: #00b8fb;
  color: #ffffff;
  border-color: #00b8fb;
}
.NWS.blog2-detail #NWS_blog-body .post div div .cta-white a img, .frame-border-body .full-width .cta-white a img {
  display: none;
}

.NWS.blog2.author .NWS_menu-primary #block-views-blog-post-author-latest-posts {
  display: none;
}

/*CASE STUDIES*/

#NWS_case-studies .left-column p {
  font-weight: 700;
  text-transform: uppercase;
}

#NWS_case-studies .left-column li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #333333;
  border-left: 3px solid transparent;
  margin-bottom: 10px;
  background-color: transparent;
}

#NWS_case-studies h1.h2 {
  padding-bottom: 30px;
}

#NWS_case-studies .left-column li a.active,
#NWS_case-studies .left-column li a:active,
#NWS_case-studies .left-column li a:hover {
  border-left-color: #00b7fb ;
  color: #00b7fb ;
  background-color: transparent;
}

#NWS_case-studies .col-md-10 .col-md-4 {
  padding: 10px;
}

#NWS_case-studies .col-md-10 .col-md-4 .inner {
  background: #ffffff;
  border: 3px solid transparent;
  padding: 30px 15px;
  box-shadow: 0 20px 10px -20px rgba(0, 0, 0, .2);
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

#NWS_case-studies .col-md-10 .col-md-4 a:hover .inner {
  border-color: #00b7fb ;
}

#NWS_case-studies .col-md-10 .col-md-4 img {
  max-width: 70%;
  height: auto;
  margin: 0 auto; /* CDI */
}

.NWS.case-studies .header {
  padding: 0;
}
.NWS.case-studies .flexslider .slide-image {
  display: none;
}

.NWS.case-studies .flexslider li {
  background-size: cover;
}

.NWS.case-studies .flexslider {
  background: #00b7fb ;
  border: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.NWS.case-studies .flex-direction-nav a {
  top: calc( 50% + 50px );
}

.NWS.case-studies .flex-control-nav {
  z-index: 2;
}

.NWS.case-studies .flex-control-paging li a {
  background: rgba(0,0,0,.1);
  box-shadow: none;
}

.NWS.case-studies .flex-control-paging li a.flex-active {
  background: #00b7fb ;
}

.NWS.case-studies .flexslider .slide-content {
  padding-top: 170px;
  padding-bottom: 80px;
}

.NWS.case-studies .flexslider .slide-content .col-lg-2 img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.NWS.case-studies .flexslider .slide-content .col-lg-8 img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  display: none;
}

.NWS.case-studies .flexslider .slide-content .col-lg-8 span {
  display: inline-block;
  margin-top: 15px;
  padding: 13px 30px;
  border: 2px solid #ffffff;
  margin-left: -10px;
  font-size: 70%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 35px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.NWS.case-studies .flexslider .slide-content .col-lg-8 span:hover {
  background: #ffffff;
  color: #333333;
}

.NWS.case-studies .flexslider .slide-content .col-lg-8 a:hover {
  text-decoration: none;
}

.NWS.case-studies .flexslider .slide-content .col-lg-8 .slide-title h1 {
  font-size: 200%;
  font-weight: 300;
}


.NWS.case-detail .header-client .background {
  display: none;
}

.NWS.case-detail .header-client .content h1 {
  font-size: 200%;
  font-weight: 300;
  text-align: center;
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-top: 1px solid rgba(255,255,255,.3);
}

.NWS.case-detail .header-client {
  background-size: cover;
  background-color: #00b7fb ;
  padding-top: 140px;
  text-align: center;
}

.NWS.case-detail .header-client .client-infos {
  text-align: center;
}

.NWS.case-detail .header-client .client-infos .icon,
.NWS.case-detail .header-client .client-infos .info {
  width: 100%;
  color: #ffffff;
}

.NWS.case-detail .header-client .client-infos .info .client-label p {
  margin: 0;
}

.NWS.case-detail .header-client .client-infos .info .client-name {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.NWS.case-detail .header-client .cta.white a {
  display: inline-block;
  margin-top: 15px;
  padding: 13px 30px;
  border: 2px solid #ffffff;
  margin-left: -10px;
  font-size: 100%;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 5px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.NWS.case-detail .header-client .cta.white a:hover {
  background-color: #ffffff;
  color: #00b7fb ;
}

.NWS.case-detail #NWS_case-study-body h2 {
  padding-bottom: 30px;
}

.NWS.case-detail .customer {
  padding-bottom: 80px;
}

.NWS.case-detail .customer p {
  font-size: 140%;
}

.NWS.case-detail .quote {
  padding: 80px 0;
  background: #22cba0;
  position: relative;
  background: -moz-linear-gradient(left, #22cba0 0%, #8988c2 100%);
  background: -webkit-linear-gradient(left, #22cba0 0%,#8988c2 100%);
  background: linear-gradient(to right, #22cba0 0%,#8988c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22cba0', endColorstr='#8988c2',GradientType=1 );
  color: #ffffff;
}

.NWS.case-detail .quote:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWNgwA+MR4gkANEEAZmSesF9AAAAAElFTkSuQmCC);
  content: '';
}

.NWS.case-detail .quote> div {
  position: relative;
  z-index: 1;
}

.NWS.case-detail .container.quote {
  background: transparent;
  padding: 0;
}

.NWS.case-detail .container.quote .quote-image {
  position: relative;
}

.NWS.case-detail .container.quote .quote-marks {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
}

.NWS.case-detail .container.quote .quote-text {
  color: #ffffff;
  font-size: 180%;
  font-style: italic;
  font-weight: 300;
  line-height: 120%;
}

.NWS.case-detail .container.quote .quote-author {
  font-weight: 700;
  font-size: 80%;
  line-height: 120%;
}

.NWS.case-detail .challenge,
.NWS.case-detail .results {
  padding-top: 30px;
}

.NWS.case-detail .challenge {
  background: #f2f2f2;
  padding-bottom: 30px;
}

.NWS.case-detail .challenge p,
.NWS.case-detail .results p {
  margin-bottom: 30px;
}

.NWS.case-detail .challenge ul,
.NWS.case-detail .results ul {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}

.NWS.case-detail .challenge ul li,
.NWS.case-detail .results ul li {
  padding: 0 0 10px 40px;
  position: relative;
}

.NWS.case-detail .challenge ul li:before,
.NWS.case-detail .results ul li:before {
  content: '\f138';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
  color: #00b7fb ;
}

.NWS.case-detail .results .cta {
  text-align: center;
}

.NWS.case-detail .results .cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 13px 30px;
  border: 2px solid #00b7fb ;
  color: #00b7fb ;
  margin-left: -10px;
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 35px;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.NWS.case-detail .results .cta a:hover {
  background: #00b7fb ;
  color: #ffffff;
}

#NWS_case-study-body {
  padding-bottom: 0;
}

.NWS.case-detail #resources-form {
  padding: 0 0 0;
}

.NWS.case-detail #resources-form h2 {
  padding-bottom: 30px;
}


/*PARTNERS FORM*/
.NWS.become-partner .fluid-container.cr {
  background: none;
}

.NWS #case_study_elq_form_selligent_block .container.register> .row {
  border: 2px solid #26c2fc;
  border-width: 0 2px;
  text-align: center;
}

.NWS #case_study_elq_form_selligent_block .container.register> .row .row {
  clear: both;
}

.NWS #case_study_elq_form_selligent_block .container.register .row:nth-child(1) {
  padding: 0;
  border-width: 0;
}

.NWS #case_study_elq_form_selligent_block .container.register .row:nth-child(1) h2 {
  color: #26c2fc;
  text-transform: uppercase;
  font-size: 200%;
  font-weight: 700;
}

.NWS #case_study_elq_form_selligent_block .container.register .row:nth-child(1) p {
  font-size: 130%;
}

.NWS #case_study_elq_form_selligent_block .container.register .row:nth-child(2) {
  border-width: 2px 2px 0;
  padding-top: 50px;
}

.NWS #case_study_elq_form_selligent_block .container.register .row:nth-child(5),
.NWS #case_study_elq_form_selligent_block .container.register .row:last-child,
.NWS #partner_elq_form_selligent_block .container.register .row:last-child {
  border-width: 0 2px 2px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.NWS #case_study_elq_form_selligent_block .container.register input,
.NWS #case_study_elq_form_selligent_block .container.register select,
.NWS #case_study_elq_form_selligent_block .container.register textarea {
  width: 98%;
  padding: 10px 0;
  background: transparent;
  color: #444444;
  border-width: 0;
  border-bottom: 2px solid #dddddd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}


.NWS #case_study_elq_form_selligent_block .container.register select,
.NWS #case_study_elq_form_selligent_block .container.register textarea {
  border: 2px solid #dddddd;
  padding: 10px;
}

.NWS #case_study_elq_form_selligent_block .container.register textarea {
  margin: 0;
  width: 99%;
}


.NWS #case_study_elq_form_selligent_block .container.register label {
  font-weight: normal;
  text-transform: uppercase;
  width: 98%;
  font-size: 90%;
  font-weight: 100;
  text-align: left;
  margin-top: 15px;
}

.NWS #case_study_elq_form_selligent_block .container.register .mandatory {
  line-height: 13px;
}

.NWS #case_study_elq_form_selligent_block .container.register input:focus,
.NWS #case_study_elq_form_selligent_block .container.register select:focus,
.NWS #case_study_elq_form_selligent_block .container.register textarea:focus {
  border-color: #29c884;
}


.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:not(:nth-child(2)) .submit-button {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  text-align: right;
  border-radius: 30px;
}

.NWS #case_study_elq_form_selligent_block .container.register .submit-button {
  margin: 15px 0 0;
}

.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:not(:nth-child(2)) .submit-button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:not(:nth-child(2)) .submit-button button {
  display: block;
  position: relative;
  padding: 15px 60px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-weight: 900;
  background: transparent;
  letter-spacing: 1px;
}

.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:not(:nth-child(2)) .submit-button:hover:before {
  opacity: 0;
}

.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:not(:nth-child(2)) .submit-button:hover button {
  color: #ffffff;
}

.NWS #case_study_elq_form_selligent_block .container.register .col-md-5:nth-child(2) {
  text-align: left;
}

.NWS #case_study_elq_form_selligent_block .container.register .submit-button input[type='checkbox'] {
  display: inline-block;
  width: auto;
  max-width: 7%;
  vertical-align: top;
}

.NWS #case_study_elq_form_selligent_block .container.register .submit-button input[type='checkbox']+ p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  padding-left: 10px;
  text-align: left;
}


/*RESOURCES

.NWS.page-resources .wrapper > div{
	background: #eee none repeat scroll 0 0;
	margin: 10px 10px 10px 0;
	padding: 20px;
	text-align: center;
}*/

/*RESOURCES WP*/


#NWS_resources .wrapper {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5% 20px;
  text-align: left;
}



#NWS_resources .left-column p {
  font-weight: 700;
  text-transform: uppercase;
}

#NWS_resources .left-column li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #333333;
  border-left: 3px solid transparent;
  margin-bottom: 10px;
  background-color: transparent;
}

#NWS_resources .left-column li a.active,
#NWS_resources .left-column li a:active,
#NWS_resources .left-column li a:hover {
  border-left-color: #00b7fb ;
  color: #00b7fb ;
  background-color: transparent;
}

#NWS_resources .wrapper p {
  display: block;
  margin: 0;
}

#NWS_resources .wrapper p.image a,
#NWS_resources .wrapper p.image {
  line-height: 0;
  font-size: 0;
}

#NWS_resources .wrapper p.image {
  border: 2px solid #dddddd;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#NWS_resources .wrapper:hover p.image {
  border-color: #00b7fb ;
}

#NWS_resources .wrapper p.image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}


#NWS_resources .wrapper p.category {
  display: inline-block;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  padding: 5px 8px;
  background: #00b7fb ;
  color: #ffffff;
  margin-left: 15px;
  font-size: 70%;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

#NWS_resources .wrapper:hover p.category {
  background: #fb8200;
}

#NWS_resources .wrapper h3 {
  margin: 0;
}

#NWS_resources .wrapper h3 a {
  color: #333333;
  font-size: 70%;
  font-weight: 300;
  text-decoration: none;
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

#NWS_resources .resources-all .col-md-9 {
  padding: 0;
}

#NWS_resources .resources-all .wrapper {
  margin: 0 0 35px;
  width: 32.5%;
  display: inline-block;
  vertical-align: top;
}


#NWS_resources .resources-all .wrapper.us {
  margin: 0;
}


#NWS_resources .resources-all .row.product .col-md-12 {
  padding: 0;
}

#NWS_resources .resources-all .row.product .col-md-12 p {
  margin: 0 0 35px;
}

#NWS_resources .resources-all .row.product .col-md-12 p a {
  font-weight: 700;
  text-decoration: underline;
}

#NWS_resources .resources-all .wrapper img {
  max-width: 100%;
  height: auto;
}

#NWS_resources .resources-all .more-CS {
  padding: 0;
  width: 24%;
  width: calc( 24% + 2px );
}

#NWS_resources .resources-all .more-CS p.image {
  margin: 0;
}

#NWS_resources .resources-all .more-CS img {
  max-width: 100%;
  height: auto;
}

#NWS_resources .resources-all .h2,
#NWS_resources .videos-resources .h2 {
  padding-bottom: 30px;
}

.header p.back a {
  text-decoration: none;
  color: rgba(255,255,255,.4);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 70%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms linear;
}

.header p.back a:hover {
  color: #ffffff;
}


.header p.back img {
  opacity: .4;
}


/*ABOUT*/


.NWS.about .header+ p {
  display: none;
}

.NWS.about h2 {
  padding-bottom: 30px;
  margin-top: 60px;
}

.NWS.about .about-us:first-child .section:first-child h2 {
  margin-top: 0;
}

.NWS.about .quote {
  padding: 40px;
  background: #22cba0;
  position: relative;
  background: -moz-linear-gradient(left, #22cba0 0%, #8988c2 100%);
  background: -webkit-linear-gradient(left, #22cba0 0%,#8988c2 100%);
  background: linear-gradient(to right, #22cba0 0%,#8988c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22cba0', endColorstr='#8988c2',GradientType=1 );
  margin: 50px 0;
  text-align: right;
}

.NWS.about .quote:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAD0lEQVQYlWNgwA+MR4gkANEEAZmSesF9AAAAAElFTkSuQmCC);
  content: '';
}

.NWS.about .quote> div {
  position: relative;
  z-index: 1;
}

.NWS.about #NWS_about-us .quote> div p.quotation {
  font-size: 200%;
}

.NWS.about .quote p {
  color: #ffffff;
  font-weight: 500;
  font-size: 120%;
  margin: 0;
}

.NWS.about .quote p.quotation {
  color: #ffffff;
  font-weight: 700;
  font-size: 200%;
  font-style: italic;
}

.NWS.about #NWS_about-us {
  padding-bottom: 0;
}

.NWS.about #NWS_about-us p {
  font-size: 120%;
}

.NWS.about #NWS_about-us .shift-context,
.NWS.about #NWS_about-us .across {
  margin-top: 60px;
  padding: 20px 0 50px;
  text-align: left;
  color: #ffffff;
}

.NWS.about #NWS_about-us> .shift-context {
  background: #333333 url(../img/home-shift-context-bg.jpg) no-repeat center;
  background-size: cover;
}

.NWS.about #NWS_about-us> .across {
  background: #333333 url(../img/about-seashore.jpg) no-repeat center;
  background-size: cover;
}

.NWS.about #NWS_about-us .shift-context h2,
.NWS.about #NWS_about-us .across h2 {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0;
  margin-top: 0;
}




.NWS.about #NWS_about-us .shift-context button,
.NWS.about #NWS_about-us .across .cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 13px 50px;
  border: 2px solid #ffffff;
  margin-left: -10px;
  font-size: 80%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 35px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.NWS.about #NWS_about-us .shift-context button:hover,
.NWS.about #NWS_about-us .across .cta a:hover {
  background: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.NWS.about #NWS_about-us .across h2{
color: #00b8fb;
}
.NWS.about #NWS_about-us .across p,
.NWS.about #NWS_about-us .across .cta a {
  color: #333333;
}

.NWS.about #NWS_about-us .across .cta a {
  border-color: #333333;
}




/*LEADERSHIP*/
#NWS_management-board {
  padding-top: 100px;
  padding-bottom: 0;
}

.NWS.page-about-leadership .main-container button {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
  background: #f5f5f5;
  box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.NWS.page-about-leadership .main-container button img {
  width: 100%!important;
  height: auto!important;
}

.NWS.page-about-leadership .main-container button .twitter,
.NWS.page-about-leadership .main-container button .linkedin {
  background: rgba(0, 0, 0, 0) url('../img/bio-twitter-icon.png') no-repeat scroll center center;
  display: inline-block;
  height: 20px;
  text-indent: -10000px;
  width: 20px;
}

.NWS.page-about-leadership .main-container button .linkedin {
  background: rgba(0, 0, 0, 0) url('../img/bio-linkedin-icon.png') no-repeat scroll center center;
}

.NWS.page-about-leadership .main-container button .infos {
  padding: 15px;
  border-top: 4px solid #01b8fb;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.NWS.page-about-leadership .main-container button:hover .infos {
  border-color: #00b8fb;
}

.NWS.page-about-leadership .main-container button .infos .name {
  font-weight: 700;
  text-transform: uppercase;
}



.NWS.page-about-leadership .modal .member-infos {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.NWS.page-about-leadership .modal .close {
  z-index: 2;
}

.NWS.page-about-leadership .modal .modal-content {
  background: #ffffff;
}

.NWS.page-about-leadership .modal .member-infos h3 {
  color: #01b8fb;
  text-transform: uppercase;
  font-weight: 700;
}

.NWS.page-about-leadership .modal .member-photo,
.NWS.page-about-leadership .modal .member-title {
  display: inline-block;
}
.NWS.page-about-leadership .modal .member-photo {
  width: 150px;
}
.NWS.page-about-leadership .modal .member-photo img {
  max-width: 120px;
}
.NWS.page-about-leadership .modal .member-title {
  width: calc(100% - 200px);
}

.NWS.page-about-leadership .modal .twitter,
.NWS.page-about-leadership .modal .linkedin {
  background: rgba(0, 0, 0, 0) url('../img/bio-twitter-icon.png') no-repeat scroll center center;
  display: inline-block;
  height: 20px;
  text-indent: -10000px;
  width: 20px;
}

.NWS.page-about-leadership .modal .linkedin {
  background: rgba(0, 0, 0, 0) url('../img/bio-linkedin-icon.png') no-repeat scroll center center;
}



/*PRESS*/


.NWS.press h1 {
  font-size: 250%;
}

.NWS.press .container.main {
  padding-top: 60px;
  padding-bottom: 60px;
}

#NWS_press .left-column p {
  font-weight: 700;
  text-transform: uppercase;
}

#NWS_press .left-column li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #333333;
  border-left: 3px solid transparent;
  margin-bottom: 10px;
  background-color: transparent;
}

#NWS_press .left-column li a.active,
#NWS_press .left-column li a:active,
#NWS_press .left-column li a:hover {
  border-left-color: #00b7fb ;
  color: #00b7fb ;
  background-color: transparent;
}

#NWS_press h2 {
  padding-bottom: 30px;
}

#NWS_press .view-plus {
  text-align: left;
  margin-bottom: 50px;
}
/*#NWS_press .view-plus a{
	display:inline-block;
	margin-top:15px;
	padding:13px 50px;
	border:2px solid #eee;
	margin-left:-10px;
	font-size:100%;
	font-weight:700;
	text-transform:uppercase;
	border-radius:35px;
	background:transparent;
	color:#aaa;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
	transition:all 200ms linear;
}

#NWS_press .view-plus a:hover{
	background:#00b8fb;
	color:#fff;
	border-color:#00b8fb;
}*/

#NWS_press .view-plus a {
  display: block;
  padding-left: 40px;
  position: relative;
  color: #00b7fb ;
  font-size: 120%;
  font-weight: 500;
  text-transform: uppercase;
}

#NWS_press .view-plus a:before {
  position: absolute;
  left: 5px;
  top: 0;
  content: '\f055';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-decoration: none;
  color: #00b7fb ;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

#NWS_press .view-plus a p {
  margin: 0;
}

#NWS_press .news-block {
  position: relative;
  padding: 15px;
  border: 2px solid #f0f0f0;
  margin-bottom: 10px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}


#NWS_press .news-block:before {
  position: absolute;
  right: 20px;
  top: 15px;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-decoration: none;
  color: #dddddd;
  font-size: 30px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

#NWS_press .news-block:hover:before {
  color: #00b7fb ;
}

#NWS_press .news-block:hover {
  border-color: #00b7fb ;
}

#NWS_press .news-block a {
  color: #333333;
  text-decoration: none;
}

#NWS_press .news-block h4,
#NWS_press .news-block p {
  margin: 0;
}

#NWS_press .lounge-press-releases .grid .view-content {
  overflow: hidden;
}

#NWS_press .lounge-press-releases .grid .brk_col {
  padding: 0 20px 20px 0;
}

#NWS_press .lounge-press-releases .grid .brk_col> div {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  margin: 10px .8%;
  border: 2px solid #f0f0f0;
}

#NWS_press .lounge-press-releases .grid a {
  text-decoration: none;
  color: #00b7fb ;
}

#NWS_press .lounge-press-releases .grid p a:hover {
  text-decoration: underline;
}

#NWS_press .lounge-press-releases .grid h4 {
  color: #00b7fb ;
  text-transform: uppercase;
}



/*CAREERS*/
#NWS_careers  .panel-group .panel {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

#NWS_careers  .panel-group h2 {
  margin-top: 50px;
  text-align: left;
  font-size: 150%;
  color: #aaaaaa;
}

#NWS_careers  .panel-group .panel-heading {
  position: relative;
  padding: 0;
  margin-top: 10px;
}

#NWS_careers  .panel-group .panel-heading p {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
}

#NWS_careers  .panel-group .panel-heading p img {
  max-height: 30px;
  width: auto;
}



#NWS_careers  .panel-group .panel-heading h3 a.active,
#NWS_careers  .panel-group .panel-heading h3 a:hover {
  border: 1px solid #00b7fb ;
  background: #00b7fb ;
  color: #ffffff;
}

#NWS_careers  .panel-group .panel-heading:hover img {
  filter: brightness(.8);
}

#NWS_careers  .panel-group .panel-heading h3 a {
  display: block;
  padding: 20px;
  text-decoration: none;
  outline: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

#NWS_careers .container.main {
  font-size: 120%;
}

#NWS_careers .container.main .h2 {
  padding: 30px 0;
  margin: 0;
}

.panel-group .panel-heading+ .panel-collapse .panel-body {
  border: 1px solid #00b7fb ;
  border-top-width: 0;
  padding: 15px 20px 0;
}

.panel-group .panel-body .link {
  background-color: #00b7fb ;
  text-transform: uppercase;
  display: block;
  margin: 30px -20px 0;
  color: #ffffff;
}

.panel-group .panel-body .link a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-weight: bolder;
  text-decoration: none;
  letter-spacing: 1px;
}





/*WEBINARS*/

.NWS.webinars .webinars-logo {
  margin-bottom: 0;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-4 {
  padding: 0;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-4 img {
  max-width: 90%;
  height: auto;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-8 h3 a {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-8 .date {
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  color: #00b7fb ;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-8 img {
  max-width: 100%;
  height: auto;
}

.NWS.webinars #NWS_webinars .next-webinar .col-md-8 .speaker span {
  text-transform: uppercase;
  font-weight: 700;
}


.NWS.webinars .container .next-webinar {
  padding: 30px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
}

.NWS.webinars .container .next-webinar:after {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #ffffff;
  content: '';
}

.NWS.webinars .container .next-webinar div {
  position: relative;
  z-index: 1;
}


.NWS.webinars .container.webinar p.cta {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #2bc97f 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#2bc97f 100%);
  background: linear-gradient(to right, #00b7fb  0%,#2bc97f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#2bc97f',GradientType=1 );
  padding: 2px;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 30px;
}

.NWS.webinars .container.webinar p.cta:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.NWS.webinars .container.webinar p.cta a {
  display: block;
  position: relative;
  padding: 15px 50px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
}

.NWS.webinars .container.webinar p.cta:hover:before {
  opacity: 0;
}

.NWS.webinars .container.webinar p.cta:hover a {
  color: #ffffff;
}

.NWS.webinars .container.webinar .row h2 {
  margin-top: 60px;
  padding-bottom: 30px;
}

.NWS.webinars .container.webinar .row .col-md-3 img {
  max-width: 100%;
  height: auto;
}

.NWS.webinars .container.webinar .row .col-md-3 .resource {
  position: relative;
}

.NWS.webinars .container.webinar .row .col-md-3 .resource h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}

.NWS.webinars .container.webinar .row .col-md-3 .resource h3 a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.NWS.webinars .container.webinar .row .col-md-3 .resource h3 a:hover {
  color: #26bbfb;
}

.NWS.webinars .container.webinar .row .col-md-3 .resource h3 {
  line-height: 120%;
  font-size: 120%;
}

.NWS.webinars .container.webinar .row .col-md-3 p.image a {
  display: block;
  position: relative;
}

.NWS.webinars .container.webinar .row .col-md-3 p.image a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(33%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}



/*RESOURCE*/

.NWS.download .header {
  padding: 130px 0 10px;
}

.NWS.download .header .col-md-8 {
  text-align: right;
}

.NWS.download .header+ p {
  display: none;
  margin: 0;
}

.NWS.download .header .col-md-8 img {
  max-height: 60px;
  width: auto;
}

.NWS.download .header a {
  text-decoration: none;
  color: rgba(255,255,255,.4);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 70%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.NWS.download .header a:hover {
  color: #ffffff;
}

.NWS.download .header img {
  opacity: .4;
}

.rsdl_wrap-image {
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border: 4px solid #ffffff;
}



#NWS_resource-form .rsdl .col-md-8 .col-md-4 {
  padding: 0 20px 0 0;
}

#NWS_resource-form .rsdl .col-md-8 .col-md-4 img {
  width: 100%!important;
  height: auto!important;
}

#NWS_resource-form .rsdl .col-md-8 h2,
#NWS_resource-form .rsdl .col-md-8 h1 {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
}

#NWS_resource-form .rsdl .col-md-8 p.date {
  font-weight: 700;
}

#NWS_resource-form .rsdl .col-md-8 ul, .NWS.SMC.partners .partner-community-intro ul, .NWS.navigator ul, .NWS.product-newsroom.releases .updates ul, ul.arrow-list{
  margin: 18px 0;
  padding: 0;
  list-style-type: none;
}

.NWS.navigator .menu.nav{
	margin: 0;
}

#NWS_resource-form .rsdl .col-md-8 ul li, .NWS.SMC.partners .partner-community-intro ul li, .NWS.navigator ul li, .NWS.product-newsroom.releases .updates ul li, ul.arrow-list li {
  padding: 0 0 10px 30px;
  position: relative;
	list-style-type: none;
}

.NWS.navigator .menu.nav li{
	padding: 0;
}

#NWS_resource-form .rsdl .col-md-8 ul li:before, .NWS.SMC.partners .partner-community-intro ul li:before, .NWS.navigator ul li:before, .NWS.product-newsroom.releases .updates ul li:before, ul.arrow-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f138';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-decoration: none;
  color: #00b7fb ;
}

.NWS.navigator .menu.nav li::before, .NWS.navigator .language-switcher-locale-url li::before{
	display:none;
}

#NWS_resource-form .rsdl .col-md-8 #resource-type,
#NWS_resource-form .rsdl .col-md-8 .cid,
#NWS_resource-form .rsdl .col-md-8 .csid,
#NWS_resource-form .rsdl .col-md-8 .assetid,
#NWS_resource-form .rsdl .col-md-8 .campaign-name,
#NWS_case-study-body #resource-title,
#NWS_case-study-body #resource-type,
#NWS_case-study-body #wp-code {
  display: none;
}

#NWS_resource-form .rsdl .col-md-8 .col-lg-12 {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 2px solid #eeeeee;
}



#NWS_resource-form .rsdl .col-md-8 .col-lg-12 .infos {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 10px;
}

#NWS_resource-form .rsdl .col-md-8 .col-lg-12 .infos .bold {
  font-weight: 700;
}

#NWS_resource-form .rsdl .col-md-4 {
  padding: 0 0 0 20px;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap {
  border: 2px solid #00b7fb ;
  padding: 30px;
  background: #ffffff;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap label,
.NWS.demo.ideacast .intro .hbspt-form fieldset label{
  display: block;
  font-weight: normal;
  font-size: 90%;
  text-transform: uppercase;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap label span {
  display: inline-block;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input,
#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap select,
#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap textarea,
.NWS.demo.ideacast .intro .hbspt-form fieldset input,
.NWS.demo.ideacast .intro .hbspt-form fieldset select,
.NWS.demo.ideacast .intro .hbspt-form fieldset textarea{
  width: 100%;
  padding: 0 0 8px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 2px solid #dddddd;
  line-height: 100%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap select,
#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap textarea {
  border: 2px solid #dddddd;
  padding: 8px 0;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input[type='submit'] {
  padding: 10px 0;
  border: 0;
  background: #00b7fb ;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input:focus,
#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap select:focus,
.NWS.demo.ideacast .intro .hbspt-form fieldset input:focus,
.NWS.demo.ideacast .intro .hbspt-form fieldset select:focus,
.NWS.demo.ideacast .intro .hbspt-form fieldset textarea:focus{
  border-color: #29c884;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input[type='submit'] {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  color: #ffffff;
  padding: 12px 0;
  margin: 15px 0 0;
  text-align: center;
  border: 2px solid #00b7fb ;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input[type='submit']:hover {
  display: inline-block;
  position: relative;
  background: #ffffff;
  text-align: center;
  color: #00b7fb ;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input[type='checkbox'] {
  display: inline-block;
  width: auto;
  max-width: 7%;
  vertical-align: top;
}

#NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap input[type='checkbox']+ p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  padding-left: 5px;
}


/* LP RESOURCES*/
.SMC.download.lp .NWS_menu-primary #navbar {
  display: none;
}
.SMC.download.lp .header.header-main {
  padding: 100px 0 150px;
}

.SMC.download.lp .NWS_resource-form {
  background: #f8f8f8;
}
.SMC.download.lp .NWS_resource-form .container .col-md-4 {
  width: 41%;
}

.SMC.download.lp .NWS_resource-form .container .lead-image img {
  display: block;
  width: 60%;
  height: auto;
  margin: -40px auto 50px;
}
.SMC.download.lp #NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap {
  margin-top: -200px;
}

.SMC.download.lp .NWS_resource-form .rsdl {
  padding: 40px;
}
.SMC.download.lp .NWS_resource-form .rsdl .form-group {
  width: 100%;
  margin: 10px 0;
}

/*.SMC.download.lp .NWS_resource-form .rsdl input[type="submit"]{
	height:0;
}

.SMC.download.lp .NWS_resource-form .rsdl input[type="submit"]{
    -webkit-transform:translateY(25px);
    transform:translateY(25px);
}

.SMC.download.lp .NWS_resource-form .rsdl input[type="submit"]{
	background:#fff;
}

.SMC.download.lp .NWS_resource-form .rsdl input[type="submit"]:hover{
    background:#f338ab;
}

.SMC.download.lp .NWS_resource-form .rsdl #mandatory{
     text-align:left;
 }
 .ab-test .col-md-7 > p > img{
    max-width: calc( 100% + 90px );
    margin-top: -100px;
    margin-left: -80px;
 }

 .ab-test .NWS.demo .discover .col-md-7 h2{
  padding-top:0;
 }*/


.SMC.download.lp h2 {
  margin-bottom: 60px;
}
.SMC.download.lp .clients {
  background: #fbfbfb;
}
.SMC.download.lp .clients .row, .SMC.download.lp .features .row {
  text-align: center;
}
.SMC.download.lp .clients .row p {
  margin: 10px 0;
  font-weight: 300;
}

.SMC.download.lp .clients img {
  width: 100%;
  height: auto;
}
.SMC.download.lp .features .row {
  margin-bottom: 50px;
}
.SMC.download.lp .features .row h3 {
  /*text-transform:uppercase;*/
  font-size: 18px;
  font-weight: 100;
  color: #444444;
}

.SMC.download.lp .blue-cta span a {
  text-align: center;
}



/*BEST ESP*/

#NWS_best-esp .intro img {
  width: 100%;
  height: auto;
}

#NWS_best-esp .container:not(.why) p {
  font-size: 130%;
  margin-bottom: 30px;
}

#NWS_best-esp .intro h3 {
  text-align: center;
  color: #aaaaaa;
}

#NWS_best-esp .h2,
#NWS_best-esp h2 {
  padding-bottom: 30px;
}

#NWS_best-esp .intro,
#NWS_best-esp .why,
#NWS_best-esp .unique {
  padding: 60px 0 0;
}

#NWS_best-esp .why .row {
  border: 2px solid #00b7fb ;
  border-width: 2px 2px 0;
}

#NWS_best-esp .why .row:last-child {
  border-width: 0 2px 2px;
}


#NWS_best-esp .unique {
  text-align: center;
}

#NWS_best-esp .unique .cta {
  display: block;
}

#NWS_best-esp .unique .cta a {
  color: #00b7fb ;
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #00b7fb ;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
  margin-top: 15px;
  border-radius: 35px;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#NWS_best-esp .unique .cta a:hover {
  background: #00b7fb ;
  color: #ffffff;
}






/*VIDEOS*/

.NWS.video-detail .header {
  padding: 130px 0 10px;
}


#NWS_videos {
  padding-top: 0;
}

#NWS_videos iframe, .SMC_partner-community-main iframe {
  width: 100%;
}

#NWS_videos .related-videos .views-row-even,
#NWS_videos .related-videos .views-row-odd {
  display: inline-block;
  width: 32%;
  margin: 10px .9% 10px 0;
  vertical-align: top;
}

#NWS_videos .related-videos h3 {
  margin-top: 60px;
}

#NWS_videos .related {
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  background: #f3f3f3;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#NWS_videos .related:hover {
  background: #00b7fb ;
  border-color: #00b7fb ;
}

#NWS_videos .related:hover h3 a {
  color: #ffffff;
}

#NWS_videos .related img {
  max-width: 100%;
  height: auto;
}

#NWS_videos .related .image span {
  display: none;
}

#NWS_videos .related .image {
  margin: 0;
}

#NWS_videos .related h3 a {
  display: block;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  padding: 10px 0 0;
}

#NWS_videos .related h3 {
  font-size: 100%;
  margin: 0;
}





/*EVENTS*/


#NWS_events .cta-events a img,
.page-node.events .cta-events a img {
  display: none;
}


#NWS_events .cta-events a,
.page-node.events .cta-events a,
.page-node.blog2-detail .cta-events a,
.NWS.SMC.partners.detail .partner-website a{
  color: #00b7fb ;
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #00b7fb ;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90%;
  margin: 15px auto;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#NWS_events .cta-events a:hover,
.page-node.events .cta-events a:hover,
.page-node.blog2-detail .cta-events a:hover,
.NWS.SMC.partners.detail .partner-website a:hover{
  background: #00b7fb ;
  color: #ffffff;
}

.page-node.events .header h1 {
  font-size: 400%;
	text-transform: uppercase;
}

.page-node.events .header p {
  font-size: 300%;
}

.page-node.events .header p.hashtag{
	font-weight:900;
	text-transform: uppercase;
}

.page-node.events .container.main {
  padding: 60px 0;
}

#NWS_events .lead-image img {
  max-width: 100%;
  height: auto;
}

#NWS_events .events> .row {
  margin-bottom: 50px;
}

/*JOB APPLICATION*/
#webform-client-form-23491 {
  padding-bottom: 100px;
}
#webform-client-form-23491 h1 {
  font-size: 250%;
  color: #333333;
  padding: 150px 0 50px;
  text-align: center;
  font-weight: 300;
}
#webform-client-form-23491 h2 {
  margin-bottom: 50px;
}
#webform-client-form-23491 .form-group {
  width: 100%;
  clear: both;
}

#webform-client-form-23491 .form-group .col-md-6 {
  width: 100%;
}

#webform-client-form-23491 .form-group input,
#webform-client-form-23491 .form-group select {
  width: 100%;
}

#webform-client-form-23491 input+ span {
  -webkit-transform: none;
  transform: none;
}

#webform-client-form-23491 span {
  padding: 0;
}

#webform-client-form-23491 .form-actions {
  text-align: center;
}

/*SECURITY*/
/* ***********************************************************************
**************************************************************************
*
*                           SECURITY
*
**************************************************************************
************************************************************************ */

.security.header {
  background: url(../img/hero-security.jpg) no-repeat center #41a077 !important;
  background-size: cover!important;
}

.NWS.not-front .security.header {
  padding: 0;
}
.security.header h1 {
  text-align: left;
  padding-top: 100px;
}

.security.header .container .row {
  border: none;
}

.security .container .row:last-child {
  border: none;
}

.security.header .container.main-title {
  padding: 150px 0 10px;
}

.security.intro {
  background: #f2f2f2;
  padding: 60px 0;
}

.security .container .row {
  padding: 50px 0;
  border-bottom: 2px solid #f2f2f2;
}

.security .container .row h2 {
  color: #03b3ff;
  font-size: 180%;
  text-align: left;
}
.security .container .row p.extra-margin {
  margin-bottom: 40px;
}


/*GDPR*/
/* ***********************************************************************
**************************************************************************
*
*                           GDPR
*
**************************************************************************
************************************************************************ */
.page-node-37281 .main-container {
  padding-top: 100px;
}

.security.gdpr.header {
  background: url(../img/hero-gdpr.jpg) no-repeat center #41a077 !important;
  background-size: cover!important;
}

.security.gdpr.header .container.main-title {
  padding: 0;
}

#gdpr_counter {
  background: #f5f5f5;
  padding: 50px 0;
  text-align: center;
  font-size: 130%;
}
.gdpr_countdown .container div {
  font-size: 450%;
  font-weight: 900;
  color: #03b3ff;
  line-height: 60%;
  margin-top: 50px;
}
.gdpr_countdown .container div span {
  display: block;
  text-align: center;
  font-size: 15%;
  font-weight: 700;
  color: #df0782;
  text-transform: uppercase;
}

.security.gdpr h3 {
  font-weight: 700;
}

.security.gdpr li {
  /*color: #03b3ff;*/
}

.security.gdpr li span {
  color: #333333;
}

.security.gdpr.webinar {
  background: url(../img/gdpr-webinar.jpg) no-repeat center #41a077 !important;
  background-size: cover!important;
  padding: 0;
}

.security.gdpr.webinar h2 {
  color: #ffffff;
  text-transform: none;
  font-size: 360%;
  font-weight: 100;
}

.security.gdpr.webinar span {
  display: inline-block;
  position: relative;
  background: #00b7fb ;
  background: -moz-linear-gradient(left, #00b7fb  0%, #8739cb 100%);
  background: -webkit-linear-gradient(left, #00b7fb  0%,#8739cb 100%);
  background: linear-gradient(to right, #00b7fb  0%,#8739cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#8739cb',GradientType=1 );
  padding: 2px;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 30px;
}

.security.gdpr.webinar span:before {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  content: '';
  background: #ffffff;
  border-radius: 28px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.security.gdpr.webinar span a {
  display: block;
  position: relative;
  padding: 15px 30px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 900;
}

.security.gdpr.webinar span:hover:before {
  opacity: 1;
}

.security.gdpr.webinar span:hover a {
  color: #444444;
}



/*DEMO*/
/* ***********************************************************************
**************************************************************************
*
*                       DEMO
*
**************************************************************************
************************************************************************ */
.NWS.demo .header {
  padding: 80px 0 180px;
}
.NWS.demo .header h1 {
  margin: 0;
}
.NWS.demo .discover {
  background: #f8f8f8;
  padding: 10px 0 40px;
}
.NWS.demo .discover span, .NWS.demo .intro span {
  color: #01b8fb;
}
.NWS.demo .pillars {
  text-align: center;
  padding: 40px 0 80px;
}
.NWS.demo .pillars h4 {
  text-transform: uppercase;
}

.NWS.demo .discover h2 {
  text-align: left;
}
/*.NWS.demo #NWS_resource-form .rsdl{
	position: relative
}
.NWS.demo #NWS_resource-form .rsdl > div{
	position: absolute;
	top: 20px;
	left: 10%;
}*/
.NWS.demo #NWS_resource-form .rsdl {
  margin-top: -150px;
}
.NWS.demo #NWS_resource-form .rsdl .rsdl_form-wrap {
  margin-top: -30px;
  background: #ffffff;
}
.NWS.demo .schedule {
  padding: 60px 0 30px;
}
.NWS.demo .schedule .row {
  text-align: center;
}

.NWS.demo .schedule .row:first-child {
  display: inline-block;
  position: relative;
  border: 2px solid #26c2fc;
  padding: 30px 50px 10px;
  /*background: #00b7fb ;
    background: -moz-linear-gradient(left,#00b7fb  0%,#2bc97f 100%);
    background: -webkit-linear-gradient(left,#00b7fb  0%,#2bc97f 100%);
    background: linear-gradient(to right,#00b7fb  0%,#2bc97f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7fb ',endColorstr='#2bc97f',GradientType=1);*/
}

.NWS.demo .schedule .row:first-child p {
  text-align: center;
  color: #00b7fb ;
  font-size: 250%;
}

.NWS.demo .schedule .row:first-child .blue-cta {
  font-size: 100%;
}

.NWS.demo .clients {
  background: #ffffff;
  padding: 30px 0;
}

.NWS.demo .clients h2 {
  color: #b7b7b7;
}

.NWS.demo .clients .logos {
  margin-bottom: 30px;
}

.NWS.demo .clients .logos img {
  width: 145px;
  height: auto;
  filter: grayscale(100%);
  opacity: .5;
}

.NWS.demo .clients p {
  text-align: center;
}

.NWS.demo .features {
  background: #f8f8f8;
  text-align: center;
}

.NWS.demo .features img {
  width: auto;
  /*display: inline-block;
	margin: 50px auto 0;*/
}

.NWS.demo .features h3 {
  color: #01b8fb;
  font-size: 150%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.NWS.solicita-demo .addthis-smartlayers {
  display: none;
}

.NWS.demo .NWS_menu-primary, .NWS.demo #NWS_footer,
.NWS.solicita-demo .NWS_menu-primary, .NWS.solicita-demo #NWS_footer, .NWS.demo-request #NWS_footer,
.NWS.dmexco .NWS_menu-primary, .NWS.dmexco #NWS_footer{
  display: none;
}
.NWS.solicita-demo .header, .NWS.demo-request .header {
  background: url(../img/hero-demo.jpg) no-repeat center #4bb672;
  background-size: cover;
  padding: 50px 0 200px;
  color: #ffffff;
}
.NWS.solicita-demo .header h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 300%;
  letter-spacing: 10px;
}

.NWS.solicita-demo .header .cta {
  margin-top: 50px;
}
.NWS.demo p.blue-cta, .NWS.solicita-demo p.blue-cta {
  margin: 30px 0;
  font-size: 100%;
}
.NWS.solicita-demo .intro {
  padding: 30px 0;
  text-align: center;
}
.NWS.solicita-demo .intro .row {
  padding: 30px 0 0;
}

.NWS.solicita-demo .intro .screens {
  text-align: right;
  margin: -300px 0 80px;
}
.NWS.solicita-demo .intro .screens img {
  width: 720px;
}

.NWS.solicita-demo .intro .col-md-4:last-child {
  border: none;
}


.NWS.solicita-demo .intro h2 {
  font-size: 33px;
  font-weight: 500;
}

.NWS.solicita-demo .intro .col-md-4> div {
  margin: 0 auto;
}
.NWS.solicita-demo .intro .col-md-4 h3 {
  font-size: 18px;
  font-weight: 700;
}
.NWS.solicita-demo .roi {
  padding: 30px 0;
}
.NWS.solicita-demo .roi h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 500;
}
.NWS.solicita-demo .roi ul li {
  color: #01b8fb;
  padding: 2px 0;
}
.NWS.solicita-demo .roi ul li span {
  color: #333333;
}
.NWS.solicita-demo .roi img {
  display: block;
  width: 100%;
}

.NWS.solicita-demo .form-demo-es {
  padding: 30px 0;
}
.NWS.solicita-demo .form-demo-es .preform-msg {
  margin: 0 auto 20px!important;
  font-weight: 300!important;
  font-size: 120%!important;
}
.NWS.solicita-demo .quote {
  padding: 30px 0 0;
}

.NWS.solicita-demo .quote h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 20px;
}

.NWS.solicita-demo .quote .content {
  text-align: center;
}
.NWS.solicita-demo .quote .content p {
  font-size: 150%;
}
.NWS.solicita-demo .clients {
  padding: 30px 0;
}
.NWS.demo .clients .row, .NWS.solicita-demo .clients .row {
  padding-top: 30px;
}

.NWS.solicita-demo .clients .col-md-2 {
  width: 14%;
}

.NWS.solicita-demo #NWS_connect .cta span {
  box-shadow: none;
  animation: none;
  width: auto;
  height: auto;
  background: #ffffff;
  border-radius: 0;
  margin-top: 50px;
}
.NWS.demo .platform, .NWS.solicita-demo .platform, .SMC.download.lp .platform {
  background: url(../img/demo-banner.jpg) no-repeat center #4bb672;
  background-size: cover;
  padding: 75px 0;
  color: #ffffff;
}

.NWS.demo .platform p, .NWS.solicita-demo .platform p, .SMC.download.lp .platform p {
  font-size: 150%;
}

.NWS.demo .platform .blue-cta {
  font-size: 100%;
}

.NWS.solicita-demo .platform p.blue-cta, .SMC.download.lp .platform p.blue-cta {
  margin: 30px 0;
  font-size: 100%;
}

.NWS.demo footer,
.NWS.solicita-demo footer {
  background: url(../img/logo-s-white.png) no-repeat 0 50px #242c39;
  background-position: bottom right;
  background-size: 500px;
  padding: 50px;
}
.NWS.solicita-demo footer .footer-logo, .NWS.demo-request footer .footer-logo {
  width: 200px;
}
.NWS.solicita-demo footer .social-icons {
  text-align: right;
}
.NWS.demo footer .social-icons a,
.NWS.solicita-demo footer .social-icons a {
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.NWS.demo footer .social-icons a:hover,
.NWS.solicita-demo footer .social-icons a:hover {
  color: #01b8fb;
  background: #ffffff;
  border-color: #ffffff;
}
.NWS.demo footer .legal,
.NWS.solicita-demo footer .legal {
  text-align: left;
  color: #ffffff;
  padding: 30px 0 0;
}
.NWS.demo footer .legal a,
.NWS.solicita-demo footer .legal a {
  color: #ffffff;
}
.NWS.solicita-demo footer .legal a {
  text-decoration: underline;
}





/*COOKIE PANEL*/
#sliding-popup .popup-content #popup-buttons button {
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  border-width: 2px;
  box-shadow: none;
  border-color: #ffffff;
  text-shadow: none;
  font-family: 'Museo',helvetica,arial,sans-serif;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background: rgba(0,0,0,.2);
}




@media (max-width:1440px) {
  .NWS #NWS_hero .container {
    padding: 100px 0 150px;
  }
  .NWS #NWS_hero .container .col-md-8 {
    width: 100%;
  }
  #NWS_hero-channel {
    padding: 200px 0 30px;
  }
}




@media (max-width:1200px) {
  .NWS #NWS_case-studies .CS_row .CS_item-showAll .CS_item-showAll-inner span {
    padding-top: 45px;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:link,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:visited {
    font-size: 80%;
    padding: 25px 15px;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a:link,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a:visited {
    padding: 10px 15px;
  }
  .NWS.case-studies .flexslider {
    text-align: center;
  }
  .NWS.case-studies .flexslider img {
    margin: 0 auto;
  }
}






@media (max-width:992px) {
  .NWS .NWS_menu-primary #navbar .navbar-header img {
    max-width: 100px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:link,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:visited {
    padding: 25px 10px;
    font-size: 80%;
  }


  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a {
    padding: 10px 15px;
  }

  .NWS #NWS_hero .container {
    padding: 80px 0 150px;
    text-align: center;
  }

  .NWS #NWS_hero .container h1 {
    font-size: 300%;
  }

  .NWS #NWS_hero .container h1,
  .NWS #NWS_hero .container p {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }


  .NWS #NWS_case-studies .CS_item-inner a {
    margin: 10px 15px;
    padding: 25px 10px;
  }
  .NWS #NWS_case-studies .CS_row .CS_item-showAll .CS_item-showAll-inner span {
    right: 15px;
    top: 10px;
    padding-top: 45px;
  }

  .NWS #NWS_case-studies .container.CS_content .CS_stats> .col-md-6:first-child,
  .NWS #NWS_case-studies .container.CS_content .CS_stats> .col-md-6:last-child {
    text-align: center;
    border-right: none;
  }

  .NWS #NWS_channels .col-md-3 {
    border: none;
    text-align: center;
    background: rgba(0,0,0,.2);
    padding: 0;
    margin-bottom: 20px;
  }
  #NWS_channels-intro .intro .col-md-6:last-child> p {
    padding-left: 0;
  }
  .NWS #NWS_channels .NWS_channel ul> div> div> div {
    display: inline-block;
    width: 32%;
  }
  .NWS #NWS_channels .col-md-3 h2 {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 8px 0;
    text-align: center;
  }
  .NWS #NWS_channels .col-md-3 h2:after {
    display: none;
  }
  .NWS #NWS_channels h1 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .NWS.products #NWS_capabilities .col-md-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  #NWS_related-resources .col-md-4 h4 {
    text-align: center;
  }

  .NWS #NWS_footer {
    text-align: center;
  }


  .NWS #NWS_newsletter select,
  .NWS #NWS_newsletter input,
  .NWS #NWS_newsletter input#email {
    margin: 0;
    width: 100%;
    display: block;
    border-radius: 0!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-top: 10px;
    line-height: 40px;
    height: 40px;
  }
  #NWS_newsletter input[type='submit'] {
    line-height: 0;
  }
  #NWS_newsletter h1 {
    font-size: 200%;
  }
  #NWS_newsletter {
    padding: 60px 20px;
  }

  #NWS_newsletter .NWS_newsletter-toggle,
  #NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle,
  #NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle:hover,
  #NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle-text {
    right: 0;
  }
  #NWS_newsletter .NWS_newsletter-toggle-text,
  #NWS_newsletter.NWS_newsletter-relative .NWS_newsletter-toggle-text {
    right: 70px;
    padding: 0;
    padding-left: 70px;
    text-align: center;
    width: 100%;
    font-size: 80%;
  }

  /*CHANNELS PAGE*/
  #NWS_related-resources .col-md-4,
  #NWS_related-resources h4 {
    text-align: center;
  }
  #NWS_related-resources .col-md-4 {
    padding-bottom: 30px;
  }

  #NWS_related-resources .col-md-4 h3 {
    margin: 0;
    padding: 0;
  }

  #NWS_related-resources .col-md-4> a:last-child {
    margin-bottom: 30px;
  }

  #NWS_footer h2, #NWS_footer .h2, #NWS_footer h3 {
    text-align: center;
  }

  #NWS_resource-form .rsdl> .col-md-8 {
    margin-bottom: 30px;
  }
  #NWS_resources .wrapper {
    width: 31%;
  }

  .NWS .our-industries p.title {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .NWS.products #NWS_our-industries .view-content> div p img {
    padding-bottom: 0;
  }


  #NWS_support .col-md-2 div:before,
  #NWS_support .col-md-2 div:after {
    display: none;
  }
  #NWS_support .col-md-2 div {
    margin-top: 30px;
  }

  #NWS_build-capabilities .col-md-4:after {
    margin-top: 0;
    top: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
  }

  /* DEMO */
  .NWS.demo h1 {
    text-align: center;
  }
  .NWS.demo .discover h2 {
    text-align: center;
  }
  /*.NWS.demo #NWS_resource-form .rsdl > div{
		position: static;
	}*/
  .NWS.demo #NWS_resource-form .rsdl {
    margin-top: 0;
  }
  .NWS.demo #NWS_resource-form .rsdl .rsdl_form-wrap {
    margin: 20px auto;
  }
  .NWS.demo .discover, .NWS.demo .pillars, .NWS.demo .clients, .NWS.demo .features, .NWS.demo .platform {
    text-align: center;
  }
  .NWS.demo .schedule .row:first-child p {
    font-size: 180%;
  }
  .NWS.demo .pillars, .NWS.demo .schedule, .NWS.demo .clients, .NWS.demo .features {
    padding: 10px 0;
  }
  .NWS.demo .clients .row {
    padding: 0;
  }
  .NWS.demo .clients img {
    margin-bottom: 10px;
  }
  .NWS.demo .features .row {
    margin-top: 0;
  }
  .NWS.demo .features img {
    width: auto;
    margin: 0 auto;
  }
  /* Solicita tu demo */
  .NWS.solicita-demo .pane-content section {
    padding: 20px 0;
  }
  .NWS.solicita-demo .header {
    background: url(../img/hero-demo.jpg) no-repeat center #4bb672;
    padding: 50px 0 100px;
  }
  .NWS.solicita-demo .intro .screens {
    display: none;
  }
  .NWS.solicita-demo .intro .col-md-4 {
    border: none;
  }
  .NWS.solicita-demo .clients, .NWS.solicita-demo .platform, .NWS.solicita-demo .roi {
    text-align: center;
  }
  .NWS.solicita-demo .roi h2 {
    text-align: center;
  }
  .NWS.solicita-demo .roi ul {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .NWS.solicita-demo .roi img {
    margin: 40px auto 0;
  }
  .NWS.solicita-demo .quote {
    text-align: center;
  }
  .NWS.solicita-demo .clients .row {
    padding: 0;
  }
  .NWS.solicita-demo .clients .col-md-2 {
    width: 25%;
  }
  .NWS.solicita-demo .clients img {
    margin-bottom: 20px;
  }
  .SMC.download.lp .clients img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 992px) {
  /*MENU COLLAPSE*/

  /*EARLY COLLAPSE*/
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }



  /*MENU*/
  .navbar-collapse {
    max-height: calc(100vh - 90px)!important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-toggle {
    border-radius: 0;
    border: 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #00b7fb ;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00b7fb ;
  }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:nth-child(6),
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:nth-child(7),
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:nth-child(8) {
    display: block;
  }
  .NWS .NWS_menu-primary #navbar .navbar-header img {
    margin-top: 10px;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav li,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav li a {
    display: block;
    width: 100%;
  }
  .NWS #NWS_menu .NWS_menu-primary section {
    float: none;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child {
    position: relative;
  }
  .container> .navbar-header, .container> .navbar-collapse {
    margin: 0;
  }



  /**/
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul {
    max-height: 0;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown> ul {
    max-width: 100%;
    width: 100%;
    max-height: 0;
    opacity: 1;
    position: relative;
    background: #ffffff;
    float: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown a.sm-active {
    background: #00b7fb ;
    color: #ffffff;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown> ul.sm-active {
    max-height: 9999px;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul> a {
    background: #ffffff;
    color: #333333;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a.menu-subitem-float,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown> ul li a.menu-subitem-float {
    font-weight: 700;
    color: #999999;
    background: #222222;
    cursor: default;
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown> ul li a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li.dropdown:hover> ul li a {
    color: #ffffff;
    background: #333333;
    display: block;
    padding: 8px 20px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li a {
    text-align: center;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a {
    color: inherit;
    border: none;
    border-radius: 0;
    padding: 15px 10px;
    margin: 0;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a:hover {
    background: #333333;
    color: #ffffff;
  }
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child a:after {
    display: none;
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:link,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:visited {
    padding: 15px 10px;
    font-size: 80%;
  }
  /**/
  .NWS #NWS_menu .NWS_menu-secondary .menu.nav {
    height: 40px;
  }
  .NWS #NWS_menu .NWS_menu-secondary .menu.nav li {
    display: none;
  }

  .NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url {
    width: 100%;
  }
  .NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li {
    display: inline-block;
    padding: 0 5px;
  }
  .NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url li a {
    opacity: 0;
    color: rgba(0,0,0,0);
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a:link,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li:last-child> a:visited {
    padding: 15px 10px;
  }

  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:hover,
  .NWS #NWS_menu .NWS_menu-primary ul.menu.nav> li> a:active {
    background: none!important;
    color: #333333!important;
  }

  /*END MENU*/
}

@media (max-width:767px) {
  .NWS h1,
  .NWS #NWS_hero .container h1,
  .NWS #NWS_hero-channel .container h1 {
    font-size: 200%;
  }

  .NWS h2,
  #NWS_hero-channel .container h2 {
    font-size: 170%;
  }

  .NWS.demo .discover h2, .NWS.demo .clients h2 {
    font-size: 150%;
  }
  .NWS #NWS_hero p {
    font-size: 110%;
  }
  .NWS.not-front .header {
    padding: 100px 0 20px;
  }
  .NWS.not-front .header h1 {
    text-align: center;
  }
  #NWS_resource-form .rsdl .col-md-8 h2 {
    text-align: center;
  }
  .rsdl_wrap-image {
    text-align: center;
    margin-bottom: 20px;
  }
  .NWS #NWS_case-studies .CS_item-inner a {
    margin: 5px;
    padding: 20px 10px;
  }
  .NWS #NWS_case-studies .CS_item-inner a:before {
    display: none;
  }
  .NWS #NWS_case-studies .CS_row .CS_item-showAll .CS_item-showAll-inner span {
    right: 10px;
    top: 0;
    padding: 40px 10px 0;
    font-size: 70%;
  }

  .NWS #NWS_case-studies .CS_cta .NWS_cta-CS {
    margin-top: 10px;
  }

  .NWS #NWS_case-studies .container.CS_content .CS_stats img {
    max-width: 200px;
  }

  .NWS #NWS_what-we-do h2 {
    font-size: 130%;
  }

  .NWS #NWS_what-we-do p,
  .NWS #NWS_channels .col-md-9 p,
  .NWS #NWS_channels .col-md-9 span,
  .NWS #NWS_capabilities h2 {
    font-size: 110%;
  }

  #NWS_newsletter {
    padding: 20px;
  }

  #NWS_gradient-quote .col-md-8 span:before {
    display: none;
  }
  #NWS_gradient-quote .col-md-8 span {
    padding: 0;
  }

  /*CHANNELS PAGES*/
  #block-selligent-pages-newsletter-email-elq-form {
    display: none;/*???*/
  }

  #NWS_hero-channel {
    padding: 100px 0 20px;
    text-align: center;
  }

  #NWS_hero-channel .container h1 {
    text-align: center;
  }

  #NWS_channels-intro {
    padding: 30px 0;
  }

  #NWS_channels-intro .col-md-7 p {
    font-size: 130%;
    padding: 15px;
  }

  .NWS.products #NWS_channels-benefits ul li {
    width: 49%;
  }
  #benefits_modal {
    left: 0;
    margin-left: 0;
    width: 100%;
    z-index: 31;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #benefits_modal.active {
    max-height: calc(100vh - 89px);
    top: 89px;
  }






  .NWS.not-front .header p {
    text-align: center;
  }

  .NWS.solutions #NWS_more-resources .col-md-4 p.title a {
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .NWS.services #NWS_more-services .view-content> div,
  #NWS_more-channels .col-md-2 {
    width: 100%;
  }

  #NWS_page-cta .container .col-md-offset-6 {
    margin: 0;
  }

  #NWS_page-cta .container .col-md-6 {
    width: 100%;
  }

  .NWS.case-studies .flexslider {
    margin-top: -180px;
  }
  .flexslider .slides img {
    margin: 0 auto;
  }
  .NWS.case-studies .header {
    padding-bottom: 0;
  }
  .flex-control-nav {
    bottom: -60px;
  }
  .NWS.case-detail .header-client .content h1 {
    font-size: 160%;
  }

  .NWS.case-detail .header-client .client-infos {
    width: 48%;
    display: inline-block;
  }
  .NWS.case-detail .container.quote {
    padding: 0 15px 0;
  }

  .NWS.case-detail .container.quote .quote-text {
    font-size: 130%;
  }

  #NWS_knowmore,
  #NWS_gradient-quote,
  #NWS_gradient-quote .col-md-4 {
    text-align: center;
  }
  #NWS_knowmore li h3,
  #NWS_knowmore .col-md-3 ul {
    text-align: center;
    border-width: 0;
  }
  .NWS .our-industries .col-md-3 p.title {
    margin: 10px 0 30px;
  }

  .NWS.services #NWS_our-industries .view-content> div {
    width: 48%;
    vertical-align: top;
  }
  /*PARTNERS PAGE*/
  #NWS_hero-partner h1 {
    font-size: 300%;
  }
  #NWS_hero-partner .container {
    padding: 100px 0 40px;
  }
  #NWS_hero-partner a {
    margin-top: 15px;
    padding: 15px;
  }

  #NWS_partners-logos .partner-logo {
    width: 49%;
  }

  /*BLOG*/
  .NWS.blog2.author .col-lg-12 figure figcaption h3 a, .NWS.blog2.author .col-lg-8 figure figcaption h3 a, #NWS_blog .col-lg-12 figure figcaption h3 a, #NWS_blog .col-lg-8 figure figcaption h3 a {
    font-size: 24px;
  }
  .NWS.blog2-detail #NWS_blog-body .col-lg-5 .related h4 {
    font-size: 80%;
  }
  .NWS.blog2-detail #NWS_blog-body .col-lg-5 .related h4+ div {
    margin-bottom: 20px;
  }
  .related-posts img {
    display: none;
  }
  .NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .col-lg-9 {
    padding: 0 15px;
  }
  .NWS.blog2-detail #NWS_blog-body .col-lg-5 .related .col-lg-9 h3 {
    font-size: 100%;
    color: #999999;
  }

  .NWS.blog2-detail #NWS_blog-body .col-lg-7 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto!important;
  }

  .NWS.blog2-detail #NWS_blog-body .post div div,
  .NWS.blog2-detail #NWS_blog-body .post div div:first-child {
    width: 100%;
    text-align: center;
  }
  .NWS.blog2-detail #NWS_blog-body .post div div img {
    margin-bottom: 20px;
  }
  .NWS.blog2-detail #NWS_blog-body .post div div .cta-white a {
    font-size: 80%;
  }

  /*CS*/
  #NWS_resources .resources-all .wrapper {
    width: 100%;
  }
  #NWS_resources .resources-all .more-CS {
    margin: 0 auto 30px;
    width: 60%;
  }

  /*RESOURCES*/
  #NWS_resources .wrapper {
    width: 100%;
  }

  .webinars-logo img {
    max-width: 200px;
  }

  #NWS_resource-form .rsdl {
    padding: 0;
  }
  #NWS_resource-form .rsdl .col-md-4 {
    padding: 0;
  }

  #NWS_resource-form .rsdl .col-md-4 .rsdl_form-wrap {
    padding: 30px 10px;
    border-width: 2px 0 0;
  }


  /*ABOUT*/
  .NWS.about #NWS_about-us p {
    padding: 0 15px;
  }
  .NWS.about #NWS_about-us .shift-context h2, .NWS.about #NWS_about-us .across h2,
  .NWS.about #NWS_about-us .shift-context, .NWS.about #NWS_about-us .across {
    text-align: center;
  }

  #NWS_superfooter h2+ div {
    padding: 20px;
  }

  #NWS_management-board .col-md-3,
  #NWS_management-team .col-md-3 {
    text-align: center;
  }
  .NWS.page-about-leadership .team-member,
  .NWS.page-about-leadership .team-member {
    width: 300px;
    height: auto;
  }

  .brk_col {
    width: 100%!important;
  }

  .NWS.press h1 {
    font-size: 150%;
  }
  #webform-client-form-23491 h1 {
    font-size: 150%;
  }

  .NWS.blog2.author .blog-author {
    padding: 30px;
    text-align: center;
  }
  .NWS.blog2.author .blog-author h1 {
    text-align: center;
  }

  #NWS_videos .related-videos .views-row-even, #NWS_videos .related-videos .views-row-odd {
    width: 100%;
  }
  #NWS_resource-form .rsdl .col-md-8 .col-md-4 {
    padding: 0;
  }
  .rsdl_wrap-image {
    max-width: 200px;
    margin: 0 auto 30px;
  }

  .owl-controls {
    display: none;
  }
  .at-share-dock.atss {
    bottom: -1px!important;
  }
  .atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
    padding: 0!important;
  }

  /* DEMO */
  .NWS.demo .schedule .row:first-child {
    padding: 20px 0 0;
    border-width: 1px;
    margin: 0 auto;
  }
  .NWS.demo .schedule .row:first-child p {
    font-size: 120%;
  }
  .NWS.demo .schedule .row:first-child .blue-cta, .NWS.demo .platform .blue-cta {
    font-size: 12px;
  }

  /*Solicita tu demo*/
  .NWS.solicita-demo footer {
    text-align: center;
  }
  .NWS.solicita-demo footer .social-icons {
    margin-top: 20px;
  }
  .NWS.solicita-demo .clients .col-md-2 {
    width: 48%;
    float: left;
  }
  .NWS.solicita-demo footer .social-icons {
    text-align: center;
    padding: 0;
  }
  .NWS.demo footer .social-icons a, .NWS.solicita-demo footer .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .NWS.solicita-demo .header h1 {
    font-size: 200%;
  }
}

@media (max-width:450px) {
  .NWS #NWS_case-studies .CS_row .CS_item-showAll .CS_item-showAll-inner span {
    right: 0;
    top: 0;
    font-size: 50%;
    padding-top: 25px;
  }
  .NWS.products #NWS_channels-benefits ul li {
    width: 99%;
  }
  .NWS.solicita-demo .roi ul {
    width: 100%;
  }
}



.SMC div .pane-content section.capabilities-list:nth-child(2),
.SMC div .pane-content section.capabilities-list:nth-child(4),
.SMC div .pane-content section.capabilities-list:nth-child(6) {
  padding: 80px 0;
}


/*SMC INDUSTRIES*/
.SMC #NWS_our-industries,
.SMC .logos {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.SMC .logos {
  padding-bottom: 80px;
}
.SMC #NWS_our-industries .image a,
.SMC #NWS_more-resources .image a {
  display: block;
  height: 206px;
  width: 206px;
  margin: 0 auto;
  padding: 3px;
  background: #00b7fb ;
  background: -moz-linear-gradient(-45deg, #00b7fb  4%, #df0782 100%);
  background: -webkit-linear-gradient(-45deg, #00b7fb  4%,#df0782 100%);
  background: linear-gradient(135deg, #00b7fb  4%,#df0782 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7fb ', endColorstr='#df0782',GradientType=1 );
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.SMC #NWS_our-industries .col-md-3:hover .image a,
.SMC #NWS_more-resources .col-md-4:hover .image a {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


.SMC #NWS_our-industries .title a {
  color: #00b7fb ;
  font-weight: 700;
  letter-spacing: 1px;
}
.SMC #NWS_our-industries {
  position: relative;
}
.SMC #NWS_our-industries:after,
.SMC:not(.home) .logos:after {
  height: 20px;
  width: 20px;
  color: #00b7fb ;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  font-size: 23px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  content: '\f13a';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.SMC section#NWS_gradient-quote {
  background: transparent;
  color: #444444;
}
.SMC section#NWS_gradient-quote span {
  color: #00b7fb ;
  font-weight: 700;
}

.SMC section#NWS_gradient-quote a {
  padding: 20px 30px;
  border: 2px solid #df0782;
  -moz-border-image: -moz-linear-gradient(left, #26bbfb 0%, #df0782 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #26bbfb 0%, #df0782 100%);
  border-image: linear-gradient(to right, #26bbfb 0%, #df0782 100%);
  border-image-slice: 1;
  color: #00b7fb ;
  font-weight: 500;
  font-size: 90%;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}


.SMC section#NWS_gradient-quote a:hover {
  border: 2px solid #df0782;
  color: #ffffff;
  background: #df0782;
}

.SMC #NWS_industries-content p {
  line-height: 160%;
}

.SMC.solutions.detail #NWS_gradient-quote {
  background: #26bbfb;
  color: #ffffff;
}

.SMC.solutions.detail #NWS_gradient-quote a {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.SMC.solutions.detail #NWS_gradient-quote a:hover {
  border: 2px solid #df0782;
}
.SMC.solutions.detail #NWS_gradient-quote span {
  color: #ffffff;
}

.SMC.NWS.solutions #NWS_more-resources .h2 {
  padding-bottom: 60px;
}

.SMC.NWS.solutions #NWS_industries-content {
  padding-bottom: 80px;
}

.SMC.NWS.solutions #NWS_related-resources {
  padding: 80px 0;
}

.SMC #NWS_related-resources .col-md-4 h4 a {
  font-size: 90%;
  letter-spacing: 2px;
}

.SMC #NWS_related-resources div.col-md-4 h3 a {
  font-weight: 500;
}

.SMC #NWS_related-resources .col-md-4> a:last-child {
  text-decoration: underline;
  font-size: 95%;
  font-weight: 500;
}

.SMC #NWS_related-resources .col-md-4> a:first-child {
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}

.SMC #NWS_related-resources .col-md-4> a:first-child img {
  width: 200%!important;
  height: auto!important;
  max-width: 999px;
  max-height: 999px;
  -webkit-transform: translate(-50px,-50px);
  transform: translate(-50px,-50px);
}

.SMC #NWS_related-resources .container> span a {
  font-size: 90%;
}

.SMC #NWS_related-resources .container> span {
  margin-top: 70px;
}

.SMC .logos div.client-logo span {
  left: 50%;
  margin-left: -60px;
}


.NWS #partner_elq_form_selligent_block div.container.register .row {
  border: 0;
}

.NWS #partner_elq_form_selligent_block div.container.register {
  background: #ffffff;
  border: 2px solid #df0782;
  font-weight: 500;
  -moz-border-image: -moz-linear-gradient(left, #f893fd 0%, #72c4fc 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #f893fd 0%, #72c4fc 100%);
  border-image: linear-gradient(to right, #f893fd 0%, #72c4fc 100%);
  border-image-slice: 1;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.SMC.partners.NWS #NWS_connect a{
 font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.SMC.partners .owl-theme .owl-dots {
  margin-top: 20px;
}

.SMC.partners .owl-carousel .owl-item .iframe-responsive-wrapper> img {
  display: none;
}

.NWS.SMC section.testimonials,
.NWS.SMC.partners .testimonials .owl-item {
  position: relative;
}

.NWS.SMC section.testimonials {
  padding-top: 30px;
}

.NWS.SMC section.testimonials:after {
  position: absolute;
  background: #ffffff;
  content: '';
  top: 0;
  height: 115px;
  left: 0;
  right: 0;
}

.NWS.SMC.partners .testimonials .owl-item p {
  width: 70%;
  margin: 0 auto;
  font-size: 120%;
  font-weight: 300;
  margin-top: 30px;
  letter-spacing: 3px;
  line-height: 190%;
  position: relative;
}

.NWS.SMC.partners .testimonials .owl-item p span {
  font-size: 80%;
}

.NWS.SMC.partners .testimonials .owl-item p:before {
  content: '"';
  position: absolute;
  top: 30px;
  left: -70px;
  color: #72c4fc;
  font-size: 100px;
  line-height: 0;
  font-style: italic;
}

.NWS.SMC.partners .testimonials .owl-item p:after {
  content: '"';
  position: absolute;
  bottom: 0;
  right: 0;
  color: #72c4fc;
  font-size: 100px;
  line-height: 0;
  font-style: italic;
}


.NWS.SMC.products div #NWS_channels-benefits ul li:after {
  position: absolute;
  top: 12px;
  height: 5px;
  width: 5px;
  left: -2px;
  content: '';
  background: #00b7fb ;
  border-radius: 50%;
}

.NWS.SMC.products div #NWS_channels-benefits ul li {
  display: block;
  padding-left: 10px;
  cursor: inherit;
}

.NWS.SMC.products #NWS_channels-benefits .content-cluster ul {text-align: left;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li{list-style-type: none; padding: 10px 20px 25px; /*border: 1px solid #00b8fb;*/ display: inline-block; width: 30%; text-align: left; box-shadow: -5px -1px 20px #f2f2f2;  transition: 500ms ease-in-out}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li:hover{background: #00b8fb;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li:hover a{color: #ffffff;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li:hover span.type{color: #ffffff;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li:nth-child(2){margin: 0 20px;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li:after{background: none;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li a{color: #333333; text-decoration: none;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li span{display: block;}
.NWS.SMC.products #NWS_channels-benefits .content-cluster ul li span.type{font-size: 30px; color: #00b8fb; margin-bottom: 10px;}


/*Quotes*/

.SMC #NWS_gradient-quote .container .quote p {
  position: relative;
}

.SMC #NWS_gradient-quote .container .quote p:first-child:before {
  content: '"';
  position: absolute;
  top: 30px;
  left: -70px;
  color: #ffffff;
  font-size: 100px;
  line-height: 0;
  font-style: italic;
}

.SMC #NWS_gradient-quote .container .quote p:first-child:after {
  content: '"';
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 100px;
  line-height: 0;
  font-style: italic;
}


/*SMC MOBILE*/

@media (max-width:992px) {
  .SMC.NWS #NWS_menu .NWS_menu-secondary ul.language-switcher-locale-url {
    width: 100%;
    text-align: right;
  }

  #owl-carousel-hero img {
    display: none;
  }

  div.smc-resource-nav, .SMC div.smc-resource-content {
    padding-top: 15px;
  }

  div.smc-resource-content {
    min-height: 400px;
  }

  /*platform*/
  .SMC #NWS_channels-intro .intro .col-md-6:nth-child(1)> p:after,
  .SMC .capabilities-list:nth-child(2) .col-md-6:nth-child(1)> p:after,
  .SMC .capabilities-list:last-child .col-md-6:nth-child(1)> p:after,
  .SMC .capabilities-list:nth-child(4) .col-md-6:nth-child(1)> p:after,
  .SMC .capabilities-list:nth-child(6) .col-md-6:nth-child(1)> p:after,
  .SMC .capabilities-list .col-md-6> p img {
    display: none;
  }

  .SMC div .capabilities-list.even .col-md-6:nth-child(2) {
    padding: 0 15px;
  }

  .SMC   div.pane-content section.capabilities-list:last-child {
    padding-bottom: 60px;
  }

  .SMC .capabilities-list .col-md-6> p {
    margin: 0;
  }

  .SMC .capabilities-list .col-md-6> p.cta {
    margin-top: 15px;
  }

  .SMC.NWS .capabilities-list .row {
    margin-bottom: 0;
  }

  .SMC.NWS .pane-content section.capabilities-list {
    background: #ffffff;
  }

  .SMC.NWS .pane-content section.capabilities-list:nth-child(2),
  .SMC.NWS .pane-content section.capabilities-list:nth-child(4),
  .SMC.NWS .pane-content section.capabilities-list:nth-child(6) {
    padding: 0;
  }
  .NWS #NWS_menu .NWS_menu-primary .hs-cta-wrapper {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  #NWS_footer .reviews {
    padding-right: 15px!important;
  }

  #NWS_footer .reviews .row {
    margin-top: 0!important;
  }

  #NWS_footer .reviews img {
    width: 150px!important;
    margin-bottom: 10px;
  }
}


@media (max-width:767px) {
  .SMC div .pane-content section {
    padding: 30px 0;
  }

  .SMC #owl-carousel-hero .item h2,
  .NWS.not-front div .header.header-main h1,
  .NWS.products.i18n-en div #NWS_hero-channel .container h1 {
    font-size: 140%;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
  }


  .SMC .logos div.client-logo {
    width: 100%;
  }

  .SMC.home .logos div.client-logo span {
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .SMC.home div .platform p {
    margin-bottom: 30px;
  }


  .SMC .logos div.client-logo span img {
    width: 150px!important;
    height: auto!important;
    padding: 15px 0;
  }

  .NWS.SMC.home div .logos,
  .NWS.SMC.solutions .logos {
    padding-bottom: 60px;
  }

  div.smc-resource-content {
    min-height: 500px;
  }

  .NWS.page-demo div h1 {
    width: 100%;
  }

  /*channels*/
  .NWS.products.i18n-en #NWS_channels-benefits div .key-benefit {
    padding-right: 0;
    padding: 0 30px;
  }

  /*INDUS*/
  .SMC .logos div.client-logo {
    width: 49%;
  }

  .SMC .logos div.client-logo:last-child {
    display: none;
  }

  .SMC div .logos div.client-logo span {
    position: relative;
    left: 0;
  }

  .SMC div .logos .client-logo span img {
    filter: none;
    opacity: 1;
  }

  /*services*/
  .NWS.SMC #NWS_our-industries .image a, .NWS.SMC #NWS_more-resources .image a {
    width: 156px;
    height: 156px;
  }
  .NWS.SMC #NWS_our-industries .image a img, .NWS.SMC #NWS_more-resources .image a img {
    width: 150px;
    height: 150px;
  }
  .SMC #SMC_knowmore {
    background: #eeeeee;
    padding: 30px 0;
  }
  .SMC #SMC_knowmore div.container {
    display: block;
  }

  .SMC  #SMC_knowmore .km-menu {
    background: #72c4fc;
  }

  .SMC  #SMC_knowmore .km-menu ul {
    padding: 0;
    border: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .SMC  #SMC_knowmore .km-menu ul li {
    display: inline-block;
    padding: 5px;
  }

  .SMC  #SMC_knowmore .km-content:before {
    display: none;
  }
}

@media (max-width:450px) {
  div.smc-resource-content {
    min-height: 600px;
  }
}


/*MOVING BG*/

.header-move {
  position: relative;
  overflow: hidden;
  background-position: center!important;
  background-attachment: scroll!important;
}

.header-move .bg-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 20000ms ease-out;
  transition: all 20000ms ease-out;
  /*-webkit-transform-origin:bottom right;
    transform-origin:bottom right;*/
}

.header-move.toLeft .bg-overlay {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.header-move .bg-overlay.active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-move> * {
  position: relative;
  z-index: 2;
}

/**
 * SEO Page Banner
 */

.seo-page-banner {
  background-color: #242c39;
  padding: 80px 0;
  margin: 126px 0 0;
}

.seo-page-banner-title {
  color: #ffffff;
  font-size: 48px;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 7px #000000;
}

@media (max-width: 767px) {
  .seo-page-banner {
    padding: 60px 0;
  }

  .seo-page-banner-title {
    font-size: 32px;
  }
}

/**
 * SEO Page Content
 */

.seo-page-content {
  background-color: #f9f9f9;
  line-height: 1.75;
  padding: 80px 0;
}

.seo-page-content form {
  background-color: #ffffff;
  padding: 20px;
}

@media (max-width: 767px) {
  .seo-page-content {
    padding: 60px;
  }
}

/**
 * SEO Page Additional Content
 */

.seo-page-additional-content {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.75;
  padding: 80px 0;
}

.seo-page-additional-content p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .seo-page-additional-content p {
    font-size: 16px;
  }

  .seo-page-additional-content {
    font-size: 16px;
    padding: 60px;
  }
}

/**
 * Request a Demo Form
 */
.NWS.demo .hs-form {
  border: none;
  -moz-border-image: -moz-linear-gradient(left, #26bbfb 40%, #df0782 60%);
  -webkit-border-image: -webkit-linear-gradient(left, #26bbfb 40%, #df0782 60%);
  border-image: linear-gradient(to right, #26bbfb 40%, #df0782 60%);
  border-image-slice: 1;
}
.NWS.demo.demo-2020 .form{
	margin: 0;
	border: none;
	background-color: #ffffff;
	box-shadow: 5px 15px 60px #c7c7c7;
	padding: 40px 40px 20px;
}
.NWS.demo.demo-2020 .form h2{
	margin: 0; padding: 0;
}
.NWS.demo.demo-2020 .hs-form .hs-submit{
	text-align: left;
	transform: none;
	margin-top: 30px;
}
.NWS.demo .hs-form span {
  display: inline;
}
.page-demo .discover::after, .NWS.demo section.discover::after{
	display: none;
}
/*.NWS.demo .hs-form input[type='text'],
.NWS.demo .hs-form input[type='email'],
.NWS.demo .hs-form input[type='tel'],
.NWS.demo .hs-form select,
.NWS.demo .hs-form textarea {
  border: 2px solid #dddddd;
  border-radius: 0;
  font-weight: 300;
  height: 45px;
  line-height: 160%;
  outline: none;
  padding: 0 10px;
  width: 100%;
}*/
.NWS.demo .hs-form textarea {
  padding: 10px;
}
.NWS.demo .hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.NWS.demo .hs-form .inputs-list li {
  margin: 0;
  padding: 0;
}
.NWS.demo .hs-form .hs-form-field {
  margin: 10px 0;
}
.NWS.demo .hs-form .hs-form-field label {
  margin: 0 0 0;
}
.NWS.demo .hs-form .hs-form-field label span {
  display: inline;
}
.NWS.demo .hs-form .hs-form-booleancheckbox span {
  color: #888888 !important;
  display: inline-block;
  font-size: 70%;
  font-weight: 300;
  padding: 5px 0 0 10px;
  text-align: left;
  transform: none !important;
  vertical-align: top;
}
.NWS.demo .hs-form .hs-richtext {
  margin: 0 0 10px;
}
.NWS.demo .hs-form .hs-richtext p {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
}
.NWS.demo .hs-form .hs-error-msgs label {
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0;
}
.NWS.demo .hs-form .hs-submit {
  text-align: center;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}
/* CDI*/
.NWS.demo.page-demo2 .hs-form{
	margin-top:0;
}
.NWS.demo.page-demo2 .hs-form .hs-submit {
 -webkit-transform: none;
  transform: none;
	margin:30px auto 10px;
}
.NWS.demo .hs-form .hs-button {
  background-color: #ffffff;
  border: 2px solid #df0782;
  -moz-border-image: -moz-linear-gradient(left, #26bbfb 0%, #df0782 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #26bbfb 0%, #df0782 100%);
  border-image: linear-gradient(to right, #26bbfb 0%, #df0782 100%);
  border-image-slice: 1;
  border-radius: 0;
  box-shadow: none;
  color: #26bbfb;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 50px;
  text-transform: uppercase;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.NWS.demo.demo-2020 .hs-form .hs-button{
	border:none;
	background: #26bbfb;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 5px 5px 10px #c7c7c7;
}
.NWS.demo .hs-form .hs-button:hover {
  background: #f338ab;
  border: 2px solid #df0782;
  color: #ffffff;
}
.NWS.demo.demo-2020 .hs-form .hs-button:hover {
	background: #ffffff;
  border: 2px solid #26bbfb;
	color: #26bbfb;
}

.NWS.demo.demo-2020 .hs-form .hs-form-field{
	float: none;
	width: auto;
}

.NWS.demo.demo-2020 .hs-form input::placeholder{display: none;}

/**
 * Single Resource Page Form
 */
.node-type-resources .hs-form {
  background: #ffffff;
  border: 2px solid #00b7fb ;
  padding: 30px;
}
.NWS.demo.demo-2020 .hs-form input[type='text'],
.NWS.demo.demo-2020 .hs-form input[type='email'],
.NWS.demo.demo-2020 .hs-form input[type='tel'],
.node-type-resources .hs-form input[type='text'],
.node-type-resources .hs-form input[type='email'],
.node-type-resources .hs-form input[type='tel'] {
  border: 0;
  border-bottom: 2px solid #dddddd;
  line-height: 100%;
  padding: 0 0 8px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  width: 100%;
}
.NWS.demo.demo-2020 .hs-form input[type='text']:focus,
.NWS.demo.demo-2020 .hs-form input[type='email']:focus,
.NWS.demo.demo-2020 .hs-form input[type='tel']:focus,
.node-type-resources .hs-form input[type='text']:focus,
.node-type-resources .hs-form input[type='email']:focus,
.node-type-resources .hs-form input[type='tel']:focus {
  border-color: #29c884;
}
.node-type-resources .hs-form input[type='checkbox'] {
  margin: 0 5px 0 0 !important;
}
.NWS.demo.demo-2020 .hs-form select, .node-type-resources .hs-form select {
  border: 2px solid #dddddd;
  padding: 4px 0;
  width: 100% !important;
}
.node-type-resources .hs-form .hs-form-field {
  margin: 0 0 30px;
}
.node-type-resources .hs-form .hs-form-field label {
  color: #01b8fb !important;
  display: block;
  margin: 0 0 8px;
  text-transform: normal;
}
.node-type-resources .hs-form .hs-form-field label span {
  color: #01b8fb !important;
  display: inline;
  font-size: 90%;
  font-weight: bold;
  padding: 0;
}
.node-type-resources .hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.node-type-resources .hs-form .hs-error-msgs label {
  color: red !important;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-transform: none;
}
.node-type-resources .hs-form .hs-form-booleancheckbox label span {
  color: #444444 !important;
  display: inline;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  font-family: 'Museo', sans-serif;
  font-size: 90%;
  font-weight: normal !important;
  text-transform: none;
}
.node-type-resources .hs-form .hs-submit {
  display: block;
}
.node-type-resources .hs-form .hs-button {
  background: #00b7fb ;
  border: 2px solid #00b7fb ;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.node-type-resources .hs-form .hs-button:hover {
  background: #ffffff;
  border: 2px solid #00b7fb ;
  color: #00b7fb ;
}

.page-contact .hs-form, .solicita-demo .hs-form, .page-scopriselligent .hs-form  {
  background: #ffffff;
  border: 2px solid #00b7fb ;
  padding: 50px 100px;
}
.page-contact .hs-form input[type='text'], 
.solicita-demo .hs-form input[type='text'],
.page-scopriselligent .hs-form input[type='text'],
.page-contact .hs-form input[type='email'], 
.solicita-demo .hs-form input[type='email'],
.page-scopriselligent .hs-form input[type='email'],
.page-contact .hs-form input[type='tel'], 
.solicita-demo .hs-form input[type='tel'], 
.page-scopriselligent .hs-form input[type='tel']
{
  border: 0;
  border-bottom: 2px solid #dddddd;
  line-height: 100%;
  padding: 0 0 8px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  width: 100%;
}
.page-contact .hs-form input[type='text']:focus, 
.solicita-demo .hs-form input[type='text']:focus, 
.page-scopriselligent .hs-form input[type='text']:focus,
.page-contact .hs-form input[type='email']:focus, 
.solicita-demo .hs-form input[type='email']:focus,
.page-scopriselligent .hs-form input[type='email']:focus,
.page-contact .hs-form input[type='tel']:focus, 
.solicita-demo .hs-form input[type='tel']:focus,
.page-scopriselligent .hs-form input[type='tel']:focus
{
  border-color: #29c884;
}
.page-contact .hs-form input[type='checkbox'], .solicita-demo .hs-form input[type='checkbox'], .page-scopriselligent .hs-form input[type='checkbox'] {
  margin: 0 5px 0 0 !important;
}
.page-contact .hs-form select, .solicita-demo .hs-form select, .solicita-demo .hs-form select  {
  border: 2px solid #dddddd;
  padding: 8px 0;
  width: 100% !important;
}
.page-contact .hs-form textarea, .solicita-demo .hs-form textarea, .page-scopriselligent .hs-form textarea {
  border: 2px solid #dddddd;
  padding: 8px 0;
  width: 100% !important;
}
.page-contact .hs-form fieldset, .solicita-demo .hs-form fieldset, .page-scopriselligent .hs-form fieldset {
  max-width: 100%;
}
.page-contact .hs-form .hs-form-field, .solicita-demo .hs-form .hs-form-field, .page-scopriselligent .hs-form .hs-form-field {
  margin: 0 0 30px;
  padding: 0 10px;
}
.page-contact .hs-form .hs-form-field label, .solicita-demo .hs-form .hs-form-field label, .page-scopriselligent .hs-form .hs-form-field label {
  color: #01b8fb !important;
  display: block;
  margin: 0 0 8px;
  text-transform: normal;
}
.page-contact .hs-form .hs-form-field label span, .solicita-demo .hs-form .hs-form-field label span, .page-scopriselligent .hs-form .hs-form-field label span {
  color: #01b8fb !important;
  display: inline;
  font-size: 90%;
  font-weight: bold;
  padding: 0;
}
.page-contact .hs-form .inputs-list, .solicita-demo .hs-form .inputs-list, .page-scopriselligent .hs-form .inputs-list  {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-contact .hs-form .hs-error-msgs label, .solicita-demo .hs-form .hs-error-msgs label, .page-scopriselligent .hs-form .hs-error-msgs label {
  color: red !important;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-transform: none;
}
.page-contact .hs-form .hs-richtext, .solicita-demo .hs-form .hs-richtext, .page-scopriselligent .hs-form .hs-richtext {
  padding: 0 10px;
  margin: 0 0 30px;
}
.page-contact .hs-form .hs-form-booleancheckbox label span, .solicita-demo .hs-form .hs-form-booleancheckbox label span, .page-scopriselligent .hs-form .hs-form-booleancheckbox label span {
  color: #444444 !important;
  display: inline;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
  font-family: 'Museo', sans-serif;
  font-size: 90%;
  font-weight: normal !important;
  text-transform: none;
}
.page-contact .hs-form .hs-submit, .solicita-demo .hs-form .hs-submit, .page-scopriselligent .hs-form .hs-submit {
  display: block;
}
.page-contact .hs-form .hs-button, .solicita-demo .hs-form .hs-button, .page-scopriselligent .hs-form .hs-button {
  background: #00b7fb ;
  border: 2px solid #00b7fb ;
  color: #ffffff;
  display: block;
  font-weight: 700;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  min-width: 270px;
}
.page-contact .hs-form .hs-button:hover, .solicita-demo .hs-form .hs-button:hover, .page-scopriselligent .hs-form .hs-button:hover {
  background: #ffffff;
  border: 2px solid #00b7fb ;
  color: #00b7fb ;
}
