.we-content-with-video .feature-title {
  padding: 0.6em 1.4em;
  height: auto;
  background: #606464;
  color: #fff;
}

/*
 * leadership
 */
.leadership {
  float: left;
}

.team-grid ul li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 20%;
}

.team-grid ul li .leader .title {
  color: #7b6d65;
  font-size: 20px;
  margin: 0;
}

.team-grid ul li .leader .subtitle {
  color: #BA900D;
  margin: 0 0 15px 0;
}
.team-grid ul li .leader a:hover {
  text-decoration: none;
}
.team-grid ul li .leader a {
  display: block;
}
.team-grid ul li .leader img {
  -moz-border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0px;
}

/*
 * Info-with-video
 */
.info-with-video {
  /*  padding: 60px 0 6px;*/
}
.info-with-video .col-two-outer .col-two:first-of-type {
  width: 40%;
}
.info-with-video a {
  font-weight: 700;
}
.info-with-video .col-two-outer .col-two:last-of-type {
  width: 57%;
}
.info-with-video .col-two-outer {
  width: 100%;
  float: left;
  position: relative;
}
.heading {
  padding: 10px 20px;
  background: #606464;
  color: #fff;
  border-bottom-left-radius: 20px;
  height: 44px;
}
.heading h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.info-with-video .col-two-outer:after {
  content: "";
  margin: 20px 0;
  position: absolute;
  bottom: -54px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
  background: -moz-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -o-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: linear-gradient(to right,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
}

/*
 * Contact left
 */
.we-contact-form {
  padding: 50px 0;
}
.we-contact-form h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  color: #616464;
  line-height: 1.3;
}
.we-contact-form .row {
  display: block;
  width: 100%;
  float: left;
}
.we-contact-form form .contact-field {
  margin-bottom: 10px;
  float: left;
  width: 100%;

}
.we-contact-form form label {
  float: left;
  color: #616464;
  font-size: 14px;
  width: 100px;
  text-align: right;
  font-weight: normal;
}
.we-contact-form form input,
.we-contact-form form select,
.we-contact-form form textarea {
  height: 39px;
  background: #ebebeb;
  border-radius: 10px 0;
  -o-border-radius: 10px 0;
  -moz-border-radius: 10px 0;
  -ms-border-radius: 10px 0;
  border: none;
  padding: 11px 19px 13px;
  margin: 0 0 8px 12px;
  float: left;
  width: 276px;
  color: #008995;
  font-size: 14px;
}
.we-contact-form form textarea {
  resize: none;
  height: auto;
  width: 75%;
  padding: 15px 19px 15px;
}
.we-contact-form form select {
  color: #008995;
  font-size: 14px;
  font-weight: 400;
  background: #ebebeb;
  outline: none;
}
.we-contact-form form {
  float: left;
  width: 100%;
}
.we-contact-form .col-eight {
  width: 72.8%;
}
.we-contact-form button {
  outline: none;
  padding: 8px 90px 11px;
  font-weight: 700;
  margin-left: 112px;
  margin-top: 10px;
}

/*
 * We content button
 */
.we-content-button {
  padding: 46px 0;
  background-color: #D2E8E9;
  float:left;
  width: 100%;
}
.we-content-button .arrow-title {
  font-size: 33px;
  font-weight: 200;
  color: #00a2a9;
}
.we-content-button .arrow-title:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  width: 43px;
  height: 15px;
  background-image: url(/sites/all/themes/vocera/img/header-arrow-blue.png?1388095190);
  background-repeat: no-repeat;
}
.we-content-button .arrow-title:hover {
  text-decoration: underline;
}
.we-content-button h2 {
  margin-bottom: 10px;
  color: #7b6d65;
  font-size: 30px;
}
.we-content-button p {
  margin: 10px 0 25px;
  line-height: 1.4;
  color: #7b6d65;
  font-size: 16px;
  font-weight: 500;
  width: 60%;
}
.we-content-button .content-box {
  position: relative;
}
.we-content-button .content-box:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -88px;
  right: 0;
  width: 456px;
  height: 205px;
  background-image: url(/sites/all/themes/vocera/img/promo_logo.png);
  background-repeat: no-repeat;
}
.we-content-button .content-box .btn {
  position: absolute;
  top: 50%;
  right: 80px;
  margin-top: -20px;
}

/*
 * Content-with-image background-gray CSS.
 */
.content-with-image .container {
  max-width: 1190px;
  padding: 0 20px 0 25px;
}
.content-with-image.gray {
  background-color: #ebebeb;
}
.content-with-image .light,
.node-type-ein-page p.light { /* directly give css becoz not take parent class for we-ein-uk-pages)*/
  font-size: 20px;
}
.content-with-image .content-box {
  padding: 40px 0 70px;
}
.content-with-image .content h3 {
  font-size: 33px;
}
.content-with-image .col-two:last-of-type {
  margin-right: 0;
  float: right;
}
.content-with-image .col-two {
  width: 44.6%;
}
.content-with-image .bg-icon img {
  border-radius: 10px;
}
.content-with-image .col-two-outer {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}

/*
 * Content-with-image CSS.
 */
.content-with-image .referenced-links {
  margin: 30px 0;
}
.content-with-image .referenced-links li {
  list-style: none;
  position: relative;
  padding: 5px 0 0 12px;

}
.content-with-image .referenced-links li::after {
  content: "";
  margin-top: 10px;
  margin-left: -15px;
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
  background: -moz-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -o-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: linear-gradient(to right,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
}
.content-with-image .referenced-links li::before {
  content: "";
  position: absolute;
  background-image: url(/sites/all/themes/vocera/img/list_arrow1.png);
  background-repeat: no-repeat;
  left: 0;
  top: 15px;
  height: 8px;
  width: 6px;
}
.content-with-image .referenced-links li a {
  font-size: 18px;
}
.content-with-image.white .content-box {
  padding: 40px 0 0;
}

/*
 * We content button gradient
 */
.we-content-button.gradient {
  /*padding: 37px 0;*/
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969',endColorstr='#a1a1a1',GradientType=0);
  background: -moz-linear-gradient(#696969,#a1a1a1);
  background: -o-linear-gradient(#696969,#a1a1a1);
  background: -webkit-linear-gradient(#696969,#a1a1a1);
  background: linear-gradient(#696969,#a1a1a1);
}
.we-content-button.gradient h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 200;
}
.we-content-button.gradient p {
  color: #fff;
  font-weight: 400;
}
.we-content-button.gradient .content-box .btn {
  padding: 24px 40px;
}
.we-content-button.gradient .content-box:before {
  opacity: 0.3;
  width: 456px;
  background-image: url(/sites/all/themes/vocera/img/promo_logo1.png);
}

/*
 * Tech-support
 */
.we-contact-form .col-four {
  width: 26.2%;
  border-left: solid 1px #ebebeb;
}
.we-contact-form .content p {
  margin: 0;
  font-size: 14px;
}
.we-contact-form  .tech-block {
  position: relative;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.we-contact-form .tech-block:after {
  content: "";
  margin: 20px 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
  background: -moz-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -o-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: linear-gradient(to right,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
}
.tech-block .tech-links li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-size: 14px;
}
.tech-block .tech-links li::before {
  content: "";
  position: absolute;
  background-image: url(/sites/all/themes/vocera/img/related_internal.png);
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
  height: 13px;
  width: 14px;
}
.tech-block.info .content {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tech-block.info .contact p {
  float: left;
}
.tech-block.info .contact p:last-child {
  float: right;
}
.tech-block.info .contact {
  float: left;
  width: 100%;
}

/*
 * Product-content
 */
.we-product-content .we-content-img .col-four {
  width: 36%;
}
.we-product-content .we-content-img .col-eight {
  width: 64%;
  padding: 0 0 0 50px;
}
.we-product-content .we-content-img {
  padding: 30px 0;
}
.we-product-content .we-content-img.white-bg .col-eight {
  padding: 0 50px 0 0;
}
.we-product-content .we-content-img.white-bg {
  float: none;
}
.secure-text .blog-post {
  padding-left: 18px;
}
.we-product-content .we-content-img .col-eight.less {
  width: 53.2%;
}
.we-product-content .we-content-img .col-four.big {
  width: 47.7%;
}

/*
 * we-content-with-link
 */
.we-content-with-link h6{
  padding: 40px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.we-content-with-link .content {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.we-content-with-link .text-box {
  border-bottom: 1px solid #cdcdcd;
}
.we-content-with-link a.read-more {
  font-size: 18px;
  position: relative;
}
.we-content-with-link .text-box:last-child {
  border: none;
}
.we-content-with-link a.read-more:after {
  content: "›";
  font-size: 25px;
  position: absolute;
  top: -7px;
  left: 100px;
}
.we-content-with-link .content h2 {
  color: #7b6d65;
  font-size: 30px;
}
.we-content-with-link .content p {
  line-height: 32px;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}

/*
 * we-content-with-link
 */
.we-product-content.top-head .we-content-img {
  padding: 30px 0 0;
}
.we-product-content.top-head .we-content-img .col-four {
  width: 18%;
}
.we-product-content.top-head .we-content-img .col-eight {
  padding: 0 0 0 68px;
}
.we-product-content.top-head .col-four .bg-img {
  max-width: 200px;
  margin: 0 auto;
}
.we-product-content.top-head .col-outer {
  padding: 0 0 30px;
  border-bottom: 1px solid #cdcdcd;
}
.we-product-content.top-head .read-more {
  font-size: 16px;
}
.we-product-content.top-head .content {
  border-bottom: solid 1px #D7D2D2;
}
.we-product-content.top-head .content:last-child {
  border-bottom: none;
  padding-top: 20px;
}
.we-product-content.top-head h6 {
  padding: 0 0 27px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.we-product-content.top-head .col-eight.left {
  padding-left: 0 !important;
}
.we-product-content.top-head .we-content-img .col-four.left {
  width: 36%;
}
.we-product-content.top-head .col-four.left .bg-img {
  max-width: 400px;
}

/*
 * Content-with-solutions
 */
.content-with-solutions h3 {
  font-size: 33px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.content-with-solutions .col-eight {
  position: relative;
  float: left;
  width: 75%;
  height: 100%;
}
.content-with-solutions .col-eight h2 {
  color: #00a2a9;
  font-size: 21px;
  font-weight: 400;
}
.content-with-solutions .col-two {
  padding: 0 4px;
}
.content-with-solutions .col-two p {
  font-size: 14px;
  margin: 20px 0 0;
}
.content-with-solutions .read-more {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.content-with-solutions .col-two:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 80%;
  height: 1px;
  background: #ccc;
  background: -moz-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -o-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: linear-gradient(to right,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
}
.content-with-solutions .read-more:after {
  content: "››";
  font-size: 22px;
  position: absolute;
  top: -9px;
  left: 86px;
}

/*
 * Selectbox style
 */
.select-style .selectboxit-container {
  background: #ebebeb;
  left: 12px;
  max-width: 276px;
  float: left;
  border-radius: 10px 0;
}
.select-style .selectboxit-container .selectboxit {
  width: 276px !important;
  border-radius: 10px 0 !important;
  height: 39px;
}
.select-style .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.select-style .selectboxit-container .selectboxit .selectboxit-text {
  color: #008995;
  line-height: 22px;
}
.select-style .selectboxit-container .selectboxit-option-anchor {
  color: #707f86;
  padding: 5px 7px;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff !important;
  background-color: #008995 !important;
  background-image: -moz-linear-gradient(top, #008995, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008995), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #008995, #0077b3);
  background-image: -o-linear-gradient(top, #008995, #0077b3);
  background-image: linear-gradient(to bottom, #008995, #0077b3);
  background-repeat: repeat-x;
}
.select-style  .selectboxit-container .selectboxit-options {
  border-radius: 10px;
  border: 1px solid #eee;
  top: 39px !important;
}
.select-style .selectboxit-option,
.select-style .selectboxit-optgroup-header {
  text-indent: initial;
}
.secure-text .blog-post .mktoForm {
  margin-left: 0;
  padding-left: 9px;
}
.secure-text .blog-post .mktoForm .mktoOffset {
  width: 0 !important;
}
.secure-text .blog-post .mktoForm .mktoLabel {
  margin-right: 0;
}
.secure-text .blog-post .mktoForm .mktoGutter {
  width: 0 !important;
}
.secure-text .blog-post .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.headline h1 {
  font-size: 36px;
  line-height: 40px;
  max-width: 800px;
}

.secure-text .blog-post > p {
  float: left;
  margin-left: 9px;
}

.secure-text .blog-post > h3 {
  padding-left: 9px;
}

.headline h2 {
  font-size: 20px;
  line-height: 30px;
  max-width: 800px;
  margin-bottom: 0;
}

.secure-text .desk-8-12 {
  padding-right: 10px;
}

.secure-text .grid-wrap .grid:nth-child(3) {
  margin-top: 30px;
}

.headline .grid-wrap .grid:first-child {
  padding-right: 35px;
}

.headline .grid-wrap .grid .product-top-right {
  padding-left: 9px;
}

.headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
  margin-bottom: 15px !important;
  font-size: 16px;
}

.call-img img {
  max-width: 180px;
}

.hbi-logo {
  float: left;
}

.hbi-logo img {
  max-width: 120px;
}

.video-iframe {
  width: 100%;
  height: 460px;
  margin-top: 14px;
}

.val-box {
  margin: 10px 0 40px;
}

.val-box div {
  font-size: 20px;
  width: 43%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 6px 3%;
  border-radius: 20px 0 20px 0;
  margin: 0 3%;
  background: #bbd085;
  background: -moz-linear-gradient(-45deg, #bbd085 0%, #91c3b6 100%);
  background: -webkit-linear-gradient(-45deg, #bbd085 0%, #91c3b6 100%);
  background: linear-gradient(135deg, #bbd085 0%, #91c3b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd085', endColorstr='#91c3b6',GradientType=1 );
}

.val-box h3 {
  color: #fff;
}

.val-box h3 span {
  font-size: 50px;
  display: block;
}

.inline-vid {
  width: 100%;
  height: 460px;
  margin-top: 14px;
}

.headline .side-bar {
  margin-top: -85px;
}

.headline .product-top-right {
  margin-bottom: 20px;
  padding-left: 10px;
}

.headline .side-bar h3 {
  font-size: 22px;
  margin: 10px 0;
  float: left;
  line-height: 1.7;
}

.headline .side-bar h3 span {
  font-size: medium;
  float: left;
}

.headline .side-bar form {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(51, 51, 51);
  width: 301px;
  float: left;
  margin-bottom: 20px;
}

.secure-text .call-img img {
  display: block;
  width: 100%;
  height: auto;
}

.headline .side-bar form label {
  width: 95px;
  text-align: right !important;
  font-size: 14px !important;
  color: #616464 !important;
  font-family: 'Neue Helvetica W01',"Helvetica Neue",sans-serif !important;
  font-weight: normal !important;
  padding-right: 16px;
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.headline .side-bar form input {
  width: 175px;
  border: none;
  height: 39px;
  padding: 11px 19px 13px;
  display: block;
  margin: 0 0 1px;
  background: #ebebeb;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  -o-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  font: 400 14px "Neue Helvetica W01", Arial, sans-serif;
  color: #008995;
  float: left;
  outline: 0 !important;
  box-sizing: border-box;
}

.headline .side-bar form .formrow {
  margin: 5px 0;
  float: left;
}

.headline .side-bar form select {
  position: relative;
  width: 175px;
  float: left;
  border: none;
  height: 39px;
  padding: 11px 19px 13px;
  display: block;
  margin: 0 0 1px;
  background: #ebebeb;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  -o-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  font: 400 14px "Neue Helvetica W01", Arial, sans-serif;
  color: #008995;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: none;
}

.headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/sites/all/themes/vocera/img/selectbox-arrow.png);
  background-size: cover;
  width: 10px;
  height: 8px;
  top: 16px;
  right: 10px;
}

.headline .side-bar form .form-btn {
  margin: 5px 0 10px 5px;
  float: left;
  display: inline-block;
  position: relative;
}

.headline .side-bar form .form-btn button {
  background: #ff8002;
  background: -moz-linear-gradient(top, #ff8002 0%, #ff0202 100%) !important;
  background: -webkit-linear-gradient(top, #ff8002 0%, #ff0202 100%) !important;
  background: linear-gradient(to bottom, #ff8002 0%, #ff0202 100%) !important;
  border: 1px solid #cda21f !important;
  color: #fff;
  text-align: center;
  padding: 0.4em 1em;
  font: 600 16px "Neue Helvetica W01", Arial, sans-serif;
  height: 38px !important;
  margin-left: 5px !important;
  width: 260px !important;
  -webkit-appearance: button;
  text-transform: none;
  box-sizing: border-box;
  border-radius: 3px;
}

.headline .grid-wrap .blog-post .divider {
  float: left;
}

.sidebox-text {
  float: left;
  width: 275px;
  margin: 20px 0 30px 0;
  background: #F88C27;
  padding: 20px;
  border-radius: 20px 0 20px 0;
  text-align: center;
  background: #f88c27;
  background: -moz-linear-gradient(-45deg, #f88c27 0%, #f2bb26 100%);
  background: -webkit-linear-gradient(-45deg, #f88c27 0%, #f2bb26 100%);
  background: linear-gradient(135deg, #f88c27 0%, #f2bb26 100%);
  zoom: 1;
  font-family: 'Neue Helvetica W01',"Helvetica Neue",sans-serif;
}

.secure-text .sidebox-text h3 {
  font-size: 20px !important;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-weight: 200;
  color: #fff;
}

.secure-text .lap-12-12 p {
  margin-top: 0;
  margin-bottom: 46px;
}

.sidebox-text h3 span {
  font-size: 12px !important;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  line-height: 16px;
}

/* we-col-form */
.we-col-form .wrapper {
  max-width: 1210px;
  padding: 0 20px;
}
.we-col-form .wrapper h1 {
  font-size: 36px;
}
.we-col-form h2 {
  margin-bottom: 45px;
}
.we-col-form .col-eight {
  padding-right: 35px;
  border-right: solid 1px #ebebeb;
}
.we-col-form .col-two-outer {
  width: 100%;
  margin: 10px 0;
  float: left;
}
.we-col-form .image-left {
  width: 60%;
  float: left;
}
.we-col-form .content-right {
  width: 40%;
  float: left;
}
.we-info-list {
  float: left;
}
.we-info-list li {
  margin-bottom: 15px;
  padding: 0 15px;
}
.we-info-list .box-outer {
  width: 100%;
  float: left;
  margin: 30px 0 40px;
}
.we-info-list .box-outer .content-left,
.we-info-list .box-outer .content-right {
  float:left;
  font-size: 20px;
  width: 44%;
  text-align: center;
  padding: 6px 15px;
  border-radius: 20px 0 20px 0;
  margin: 0 3%;
  background: #bbd085;
  background: -moz-linear-gradient(-45deg, #bbd085 0%, #91c3b6 100%);
  background: -webkit-linear-gradient(-45deg, #bbd085 0%, #91c3b6 100%);
  background: linear-gradient(135deg, #bbd085 0%, #91c3b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd085', endColorstr='#91c3b6',GradientType=1 );
}
.we-info-list .box-outer .content-left h3,
.we-info-list .box-outer .content-right h3 {
  color: #fff;
}
.we-video-block {
  width: 100%;
  float: left;
}
.we-video-block .play-video {
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 806px;
}
/*
 * Content with video
 */
.we-content-with-video {
  padding: 40px 0 85px;
}
.we-content-with-video .col-eight {
  padding-right: 35px;
  border-right: solid 1px #ebebeb;
}
.we-content-with-video .bg-img {
  margin-bottom: 60px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  border: solid 2px #ebebeb ;
}

.we-content-with-video .inner-content ul li {
  margin-bottom: 15px;
  padding: 0 15px;
}

#overlayContent .mktoForm,
#overlayContent .mktoHtmlText.mktoHasWidth,
#overlayContent2 .mktoForm,
#overlayContent2 .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}
#overlayContent .mktoButtonRow,
#overlayContent2 .mktoButtonRow {
  width: 100%;
  margin-top: 30px !important;
}
#overlayContent .mktoButtonWrap.mktoSimple,
#overlayContent2 .mktoButtonWrap.mktoSimple {
  display: block;
  margin-left: 0 !important;
  text-align: center;
}
#overlayContent .mktoForm .mktoButtonWrap button:hover,
#overlayContent .mktoForm .mktoButtonWrap button:focus,
#overlayContent2 .mktoForm .mktoButtonWrap button:hover,
#overlayContent2 .mktoForm .mktoButtonWrap button:focus {
  color: #fff;
  background: #c59601;
  background: -moz-linear-gradient(#dfb942, #c59601) !important;
  background: -o-linear-gradient(#dfb942, #c59601) !important;
  background: -webkit-linear-gradient(#dfb942, #c59601) !important;
  background: linear-gradient(#dfb942, #c59601) !important;
}

/*
 * Section we-intro-content-img
 */
.we-intro-content-img{
  width: 100%;
}
.we-intro-content-img .content-info {
  padding: 0;
}
.we-intro-content-img .container{
  max-width: 1210px;
  margin: 0 auto;
  padding: 0px 20px 0 45px
}
.we-intro-content-img .col-three {
  position: relative;
  float: none;
  display: inline-table;
  font-size: 0;
  width: calc(33.33% - 5px);
  overflow: hidden;
  border-radius: 10px ;
  margin: 0 8px 10px 0;
  max-width: 376px;
}
.we-intro-content-img .col-three:last-child {
  margin-right: 0;
}
.we-intro-content-img .col-three-grid {
  margin:0 0 20px;
  font-size: 0;
  text-align: center;
}
.we-intro-content-img .col-three-grid .img-box{
  font-size: 0;
}
.we-intro-content-img .col-three-grid .img-box img{
  width: 100%;
}
.we-intro-content-img .inner-content-info p{
  margin: 0px 0 24px;
  font-size: 16px;
}
.we-intro-content-img:after,
.we-intro-content-img .col-three-grid:after,
.we-intro-content-img .col-three-grid .col-three:after{
  display: block;
  content: "";
  clear: both;
}
.we-intro-content-img .col-three-grid .img-box img {
  width: auto;
}
.we-intro-content-img{
  padding: 0px 0 40px;
}
.we-intro-content-img .inner-content-info:last-child p {
  margin: 0;
}

/*
 * Section we-link-content
 */
.we-link-content {
  padding: 77px 0px 105px;
}
.we-link-content .container{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px 0 16px;
}
.we-link-content h5{
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin:0 0 40px;
}
.we-link-content .container .inner-link-content .inner-link p{
  margin: 8px  0 42px;
  font-size: 16px;
}
.we-link-content .container .inner-link-content .inner-link:last-of-type p{
  margin: 8px 0 0px;
}

/*
 * Section we-vocera-advantage
 */
.we-text-upper{
  text-transform: uppercase;
}
.we-vocera-advantage{
  background: #f2f2f2;
  padding: 40px 0 40px;
}
.we-vocera-advantage .container{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.we-vocera-advantage .container h5{
  font-size: 14px;
  text-align: center;
  color: #616464;
  font-weight: bold;
  margin-bottom: 23px;
}
.we-vocera-advantage h2{
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  color: #7b6d65;
  margin: 0;
}
.we-vocera-advantage p{
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  margin: 9px  0 0;
}
.we-vocera-advantage  .content-container{
  float: left;
  width: 100%;
}
.we-vocera-advantage .we-col-four{
  width: 25%;
  float: left;
  padding: 0 10px 18px;
  position: relative;
}
.we-vocera-advantage .we-col-four:after,
.we-vocera-advantage  .content-container:after,
.we-vocera-advantage:after {
  display: block;
  content: " ";
  float: none;
}

/*
 * Section we-experience-two-grid
 */
.we-experience-two-grid .container{
  max-width: 1210px;
  padding: 0px 20px 0 45px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.we-experience-two-grid .col-eight h1{
  font-size: 46px;
  color: #7b6d65;
}
.we-experience-two-grid .col-eight p{
  margin:0 0 31px;
  font-size: 20px;
}
.we-experience-two-grid .col-eight h2{
  margin:23px 0 10px;
  padding-right: 10px;
}
.we-experience-two-grid   .img-box{
  text-align: right;
  margin: 18px 0 45px ;
  max-width: 266px;
}
.we-experience-two-grid  .content{
  padding: 29px 38px 64px 0;
}
.we-experience-two-grid .content-box p{
  font-size: 14px;
  margin: 0;
}
.we-experience-two-grid  .content-img:after{
  clear: both;
  display: block;
  float: none;
}
.we-experience-two-grid .col-eight:after
.we-experience-two-grid:after{
  clear: both;
  display: block;
  float: none;
}

/*new components*/
.login .we-link a:before {
  content: "\203A";
  margin-right: 3px;
  display: inline-block;
  color: #7b6d65;
  font-size: 24px;
  position: relative;
  top: 2px;
  font-weight: 400;
}
.login  .we-link a{
  color: #008995;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.we-portal-content-btn span{
  display: block;
}
.we-portal-content-btn h2 {
  margin-bottom: 30px;
}
.we-portal-content-btn .content a{
  margin: 0px 0 16px 0px;
}
.we-portal-content-btn  .portal-content {
  padding:0 0px 23px 0;
  font-size: 16px;
}
.we-portal-content-btn .portal-content .content {
  margin: 22px 0;
}
.we-portal-content-btn h5{
  font-size: 24px;
}

/*we-green-background */
.we-green-background {
  float: left;
}
.we-green-background .content-background{
  background: #d3e8e9;
  padding: 30px 35px 30px 51px;
  float: left;
}
.we-intro-section .we-green-background h4 {
  font-size: 33px;
  font-weight: 200;
  margin-bottom: 35px;
  color: inherit;
}
.we-green-background .content-background ul {
  width: 50%;
  float: left;
}
.we-green-background .content-background ul li {
  list-style: none;
  padding: 0 17px;
  margin-bottom: 15px;
  position: relative;
}
.we-green-background .content-background ul li:before{
  line-height: 0.9;
  left: 0px;
  content: "\203A";
  position: absolute;
  color: #7b6d65;
  font-size: 24px;
  position: absolute;
  font-weight: 400;
}
.we-green-background .content-background:after,
.we-green-background .content-background:after{
  display: block;
  content: "";
  clear: both;
}
.we-green-background .content-background ul li {
  font-size: 16px;
}

.we-legal-table h1{
  font-size: 46px;
  margin-bottom: 0px;
}
.we-legal-table  p{
  font-size: medium;
  margin: 0;
}
.we-legal-table table {
  margin: 0 0 46px 0;
  width: 100%;
}
.we-legal-table table  td {
  padding: 20px 43px;
}
.we-legal-table  .we-img-box{
  display: block;
  margin: 0 auto;
  height : 48px;
  width: 48px;
}

/*we-server-table*/
.we-server-table h5{
  font-size: 24px;
  margin-bottom: 0;
}
.we-server-table table{
  margin: 10px 0 45px;
  max-width: 600px;
}
.we-server-table table p{
  font-weight : bold;
}
.we-server-table .we-img-box{
  height: 48px;
  width: 48px;
  display: block;
}
.we-server-table p{
  margin: 0;
}
.we-th-450{
  width: 75%;
}
.we-th-150{
  max-width: 25%;
}
.we-italic{
  font-style: italic;
}

/* we-professional-table*/
.we-professional-table table{
  max-width: 600px;
  width: 100%;
  margin: 0 0 46px;
}
.we-professional-table h1{
  margin-bottom: 0;
}
.we-professional-table table p{
  font-size: medium;
  margin: 0;
}

/* we-voice-msg-table*/
.we-voice-msg-table table th{
  width: 14.33%;
  font-size: medium;
}
.we-voice-msg-table table td{
  border-bottom: solid 1px #e1e1e1;
  font-size: medium;
  font-weight: 200;
}
.we-voice-msg-table .we-img-box{
  height: 48px;
  display: block;
  width: 48px;
}
.we-voice-msg-table .voice-msg-outer-table{
  width: 100%;
  overflow: scroll;
  border-right: solid 1px #ebebeb;
}
.we-voice-msg-table table{
  border-right:0;
}
.we-voice-msg-table .voice-msg-outer-table table  th:last-child{
  border-right:  0px;
}
.we-voice-msg-table  .voice-msg-outer-table table td:last-child{
  border-right:  0px;
}

/* we-legal-document-table*/
.we-legal-document-table p{
  text-align: center;
  margin : 29px 0 0;
}
.we-legal-document-table  table{
  width: 100%;
}
.we-legal-document-table  table h3{
  margin: 0;
}
.we-legal-document-table h1{
  margin-bottom: 0;
}

/* we-professional-service*/
.we-professional-service .service-text-box{
  width: 100%;
}
.we-professional-service .service-text-box h2{
  margin-bottom: 0;
}
.we-professional-service .service-text-box p{
  max-width: 80%;
  margin: 30px 0 28px;
  font-size: 20px;
  color: #7b6d65;

}
.we-professional-service .service-text  h5{
  font-size: 24px;
  margin-bottom: 0;
}
.we-professional-service .service-text h5{
  margin-bottom: 0;
}

/*we-documentation-table*/
.we-documentation-table h1{
  margin-bottom: 0;
}
.we-documentation-table p{
  margin: 0;
}
.we-documentation-table .we-img-box{
  height: 48px;
  width: 48px;
  display: block;
  margin: 0 auto;
}
.we-documentation-table  .documentation-outer-table  table td:last-child {
  border-right: 0;
}
.we-documentation-table  .documentation-outer-table  table{
  border-right: 0;
}
.we-documentation-table .documentation-outer-table{
  width: 100%;
  overflow: scroll;
  border-right: solid 1px #e1e1e1;
}
.we-documentation-table .documentation-outer-table tr{
  border-bottom: 1px solid #e1e1e1 !important;
}
.we-legal-document-table table tr{
  border-bottom: 1px solid #e1e1e1 !important;
}
.we-professional-table table tr{
  border-bottom: 1px solid #e1e1e1 !important;
}
.we-server-table table tr{
  border-bottom: 1px solid #e1e1e1 !important;
}

/* we-press-section*/
.we-press-section .we-date{
  display: block;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.we-press-section h5{
  font-size: 18px;
  margin-bottom: 0;
}
.we-press-section p{
  font-size: 16px;
  margin: 0 0 6px;
}
.we-press-section .link{
  font-size: 12px;
  padding-left: 14px;
  position: relative;
  font-weight: bold;
}
.we-press-section  .link:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #7b6d65;
  font-size: 24px;
  line-height: 0.5;
}
.we-press-section  .press-text-content{
  margin-bottom: 30px;
}
.we-press-section  .press-text-content:after{
  content: "";
  display: block;
  margin-top: 36px;
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
  background: -moz-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -o-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
  background: linear-gradient(to right,rgba(204,204,204,0) 0%,#ccc 10%,#ccc 90%,rgba(204,204,204,0));
}

.we-intro-section .col-eight .sup-text {
  font-size: 14px;
}
.we-related-prdct-slider .owl-carousel{
  position: static;
}
.we-related-prdct-slider .owl-theme .owl-controls .owl-buttons div {
  background: #f9f9f9;
  width: 46px;
  height: 48px;
}
.we-related-prdct-slider .owl-theme .owl-controls .owl-buttons div:hover{
  background: #ebebeb;
}
.we-related-prdct-slider .owl-prev{
  border-radius: 0px 20px 20px 0 !important;
}
.we-related-prdct-slider .owl-next{
  border-radius: 20px 0px 0px 20px !important;
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
  .we-content-with-video .inner-content ul {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1224px) and (min-width: 1024px)  {
  .we-legal-table table  td{
    padding: 20px 38px;
  }
  .we-legal-table table {
    margin: 0px 0 36px 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px){
  .we-intro-content-img .container{
    padding: 0px 20px 0 20px;
  }
  .we-bottom-image {
    padding-top: 60px;
  }
  .we-experience-two-grid .container{
    padding: 0 20px;
  }
}

@media screen and (max-width: 1170px) and (min-width: 1024px){
  .tech-block.info .contact p {
    float: none;
  }
  .tech-block.info .contact p:last-child {
    float: none;
  }
}

@media (max-width: 1183px) and (min-width: 992px) {
  .secure-text .headline .side-bar {
    padding-left: 25px;
  }

  .middle.secure-text .container {
    padding-right: 25px;
  }

  .headline .grid-wrap .grid:first-child {
    padding-right: 25px;
  }

  .secure-text .val-box {
    margin-bottom: 30px;
  }

  .secure-text .val-box div:first-of-type {
    margin-left: 0;
    margin-right: 3%;
    width: 46%;
  }

  .secure-text .val-box div:nth-child(2) {
    margin-right: 0;
    margin-left: 4%;
    width: 46%;
  }

  .headline .side-bar {
    margin-top: -60px;
  }

  .headline .side-bar form {
    width: 100% !important;
  }

  .headline .side-bar form .formrow {
    width: 100%;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow {
    width: 100% !important;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .secure-text .blog-post .sidebox-text {
    width: 100%;
  }

  .headline .side-bar form label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
  }

  .headline .side-bar form input {
    width: 100% !important;
    height: auto;
    padding: 9px 19px 9px;
  }

  .headline .side-bar form select {
    width: 100% !important;
  }

  .headline .grid-wrap .grid .product-top-right,
  .headline .side-bar form select {
    width: 100%;
  }

  .secure-text .blog-post .mktoForm .mktoFormCol {
    width: 100%;
    margin-right: 0px !important;
  }

  .secure-text .blog-post .mktoForm .mktoFieldWrap {
    width: 100%;
  }

  .headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
    top: 46px;
  }

  .we-col-form .wrapper h1, .we-content-with-video h1 {
    font-size: 32px;
  }
  .we-content-with-video {
    padding: 40px 0 40px;
  }
}

@media screen and (max-width: 1023px){
  .we-intro-content-img .container{
    padding: 0px 20px 0 20px;
  }
  .we-intro-content-img{
    padding: 0px 0 36px;
  }
  .we-intro-content-img .inner-content-info:last-of-type p{
    margin-bottom: 0;
  }
  .we-bottom-image {
    padding-top: 30px;
  }
  .we-link-content .container {
    padding: 0 20px;
  }
  .we-content-with-video .inner-content ul {
    padding-left: 20px;
  }
  .we-info-list ul {
    padding-left: 20px;
  }
  .we-content-with-video .col-eight {
    padding-right: 20px;
  }
  .we-col-form .col-eight {
    padding-right: 20px;
  }
  .we-experience-two-grid .container{
    padding: 0px 20px 0 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 992px)  {

  .we-intro-content-img h3{
    font-size: 22px;
  }
  .we-intro-content-img .col-three-grid{
    margin: 0px 0px 0px;
  }
  .tech-block.info .contact p {
    float: none;
  }
  .tech-block.info .contact p:last-child {
    float: none;
  }
  .we-link-content h5{
    margin: 0 0 35px;
  }
  .we-link-content .container .inner-link-content .inner-link p{
    margin: 8px 0 38px;
  }
  .we-vocera-advantage h2{
    font-size: 40px;
  }

  .we-experience-two-grid .col-four .content-box:nth-of-type(3) a{
    margin-top: 10px;
  }
  .we-experience-two-grid  .content-box:nth-of-type(2) h3{
    margin-bottom: 10px;
  }
  .we-experience-two-grid .img-box {
    margin: 8px 0 30px;
  }
  .we-experience-two-grid .sidebar{
    padding-left: 25px;
  }
  .we-experience-two-grid  .content{
    padding: 29px 38px 6px 0;
  }
  .we-experience-two-grid .col-eight h1{
    font-size: 36px;
  }
  .we-experience-two-grid .col-eight h2{
    font-size: 20px;
    margin: 23px 0 0px;
  }
  .we-experience-two-grid   .img-box{
    margin-top: 12px;
  }
  .we-experience-two-grid .content-box h3{
    font-size: 20px;
  }
  .we-portal-content-btn h2 {
    margin-bottom: 20px;
  }
  .we-green-background h4 {
    font-size: 28px;
    margin-bottom: 27px;
  }
  .we-legal-table table  td{
    padding: 20px 35px;
  }
  .we-legal-table table {
    margin: 0px 0 36px 0;
  }
  .we-server-table table td{
    padding: 10px 40px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .team-grid ul li {
    width: 25%;
    padding: 10px;;
  }
  .info-with-video .col-two-outer .col-two:last-of-type {
    width: 60%;
  }
  .info-with-video .intro-text {
    width: 90%;
  }
  .content-with-image .content-box {
    padding: 10px 0;
  }
  .content-with-image .light,
  .node-type-ein-page p.light { /* directly give css becoz not take parent class for we-ein-uk-pages)*/
    font-size: 18px;
  }
  .content-with-image .content h3 {
    font-size: 25px;
  }
  .content-with-image .col-two-outer {
    margin-bottom: 0;
  }
  .content-with-image.gray {
    padding: 30px 0;
  }
  .we-link-content{
    padding: 34px 0px;
  }
  .we-vocera-advantage{
    padding: 36px 0 20px;
  }
  .we-content-with-video .bg-img {
    margin-bottom: 40px;
  }
  .we-experience-two-grid {
    padding: 30px 0px 0 0px;
  }
  .we-vocera-advantage p {
    margin: 5px 0 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .secure-text h1 {
    font-size: 38px;
  }

  .secure-text .call-img {
    text-align: center;
    margin-bottom: 10px;
  }

  .secure-text .call-img img {
    display: inline-block;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    margin-bottom: 10px !important;
  }

  .secure-text .grid-wrap .grid:nth-child(3) {
    margin-top: 15px;
  }

  .secure-text .val-box {
    margin-bottom: 25px;
  }

  .secure-text .headline .side-bar {
    margin-top: 0px;
    padding-left: 25px;
  }

  .secure-text .val-box div:first-of-type {
    margin-left: 0;
    margin-right: 3%;
    width: 46%;
  }

  .secure-text .val-box div:nth-child(2) {
    margin-right: 0;
    margin-left: 4%;
    width: 46%;
  }

  .secore-text .blog-post {
    width: 100%;
    display: block;
    max-width: 767px;
    margin: 0 auto;
  }

  .headline .side-bar {
    margin-top: -60px;
  }

  .headline .side-bar form {
    width: 100%;
  }

  .headline .side-bar form .formrow {
    width: 100%;
  }

  .headline .side-bar form label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 5px;
    padding-top: 15px;
  }

  .headline .side-bar form input {
    width: 100%;
    height: auto;
    padding: 9px 19px 9px;
  }

  .headline .grid-wrap .grid .product-top-right,
  .headline .side-bar form select {
    width: 100%;
  }

  .headline .side-bar form .form-btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 5px;
  }

  .secure-text .sidebox-text {
    width: 100%;
    text-align: center;
  }

  .headline .side-bar h3 span {
    float: none;
  }

  .headline .side-bar h3 {
    line-height: 22px;
  }

  .secure-text .lap-12-12 p {
    margin-bottom: 35px;
  }

  .secure-text .blog-post > p {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .secure-text .blog-post > h3,
  .secure-text .blog-post .mktoForm,
  .headline .grid-wrap .grid .product-top-right {
    padding-left: 0px;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .headline .grid-wrap .grid:first-child {
    padding-right: 0px;
  }

  .headline .grid-wrap .grid:nth-child(2) {
    padding-left: 20px;
  }

  .headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
    top: 52px;
  }

  .we-col-form .wrapper h1, .we-content-with-video h1 {
    font-size: 30px;
  }
  .content-with-solutions .col-eight {
    width: 100%;
  }
  .content-with-solutions h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .content-with-solutions .col-two p {
    margin: 0;
  }
  .content-with-solutions .col-two:after {
    margin: 25px auto;
  }
  .content-with-solutions .col-eight h2 {
    font-size: 19px;
  }

  .we-vocera-advantage h2 {
    font-size: 36px;
  }
  .we-vocera-advantage p {
    font-size: 16px;
  }
  .we-intro-content-img .col-three{
    width: calc(50% - 15px);
    margin: 0px 7.5px 15px;
  }
  .we-intro-content-img .col-three-grid{
    margin-bottom: 10px;
  }
  .we-intro-content-img h3{
    font-size: 20px;
  }
  .we-link-content h5{
    margin: 0 0 30px;
  }
  .we-link-content .container .inner-link-content .inner-link p{
    margin: 8px 0 30px;
  }
  .we-experience-two-grid .col-four .content-box:nth-of-type(2)  a{
    margin-top: 7px;
  }
  .we-experience-two-grid .col-eight h1{
    font-size: 30px;
  }
  .we-experience-two-grid .content {
    padding: 19px 20px 6px 0;
  }
  .we-experience-two-grid .col-eight h2{
    font-size: 18px;
    max-width: 100%;
    padding-right: 10px;
    margin: 10px 0 0;
  }
  .we-experience-two-grid .content p{
    font-size: 16px;
  }
  .we-experience-two-grid   .img-box{
    margin: 10px 0 35px;
  }
  .we-experience-two-grid  .content-box:nth-of-type(2) h3{
    margin-bottom: 10px;
  }
  .we-experience-two-grid .content-box h3{
    font-size: 18px;
  }
  .we-experience-two-grid .content p{
    margin: 0 0 29px;
  }
  .we-experience-two-grid .content-box:after{
    margin: 20px 0 15px;
  }
  .we-experience-two-grid .col-four .content-box:nth-of-type(3) a{
    margin-top: 0px;
  }
  .we-experience-two-grid .content-box p{
    margin: 0;
  }
  .we-experience-two-grid  .content-box:nth-of-type(3) h3{
    margin-bottom: 10px;
  }
  .we-experience-two-grid .content-box:after{
    margin: 15px 0 15px;
  }
  .we-experience-two-grid .sidebar{
    padding-left: 20px;
  }
  .we-portal-content-btn h1{
    font-size: 35px;
  }
  .we-portal-content-btn h5{
    font-size: 22px;
  }
  .we-portal-content-btn h2{
    font-size: 22px;
    margin-bottom: 15px;
  }
  .we-portal-content-btn p{
    margin: 0px 0 15px;
  }
  .we-green-background .content-background{
    padding: 25px 10px 11px 20px;
  }
  .we-green-background h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .we-legal-table h1 {
    font-size: 38px;
  }
  .we-legal-table table {
    margin: 0px 0 36px 0;
  }
  .we-server-table table td{
    padding: 10px 35px;
  }
  .we-server-table h5 {
    font-size: 22px;
  }
  .we-professional-table h1{
    font-size: 38px;
  }
  .we-professional-table table{
    margin: 40px 0 30px 0;
  }
  .we-voice-msg-table h1{
    font-size: 38px;
  }
  .we-legal-document-table h1{
    font-size: 38px;
  }
  .we-legal-document-table table h3{
    font-size: 22px;
  }
  .we-professional-service .service-text  h5{
    font-size: 22px;
  }
  .we-professional-service .service-text-box h2{
    font-size: 22px;
  }
  .we-professional-service .service-text-box p{
    font-size: 18px;
    margin: 20px 0 20px;
    max-width: 88%;
  }
  .we-professional-service .service-text .arrow-title{
    font-size: 22px;
  }
  .we-documentation-table h1{
    font-size: 38px;
  }
  .we-press-section  .press-text-content:after{
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .heading h3 {
    font-size: 14px;
  }
  #overlayContent .mktoForm {
    width: 100% !important;
  }
  #overlayContent .mktoFormCol {
    width: 100%;
    margin-bottom: 0 !important;
  }
  #overlayContent .mktoForm .mktoFieldWrap {
    width: 100%;
  }
  #overlayContent .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
  .info-with-video .col-two-outer .col-two:first-of-type {
    width: 100%;
  }
  .info-with-video .intro-text {
    margin: 15px 0;
  }
  .info-with-video {
    padding: 30px 0 0;
  }
  .info-with-video a {
    font-weight: 500;
  }
  .we-contact-form .col-eight {
    width: 100%;
  }
  .we-contact-form {
    padding: 30px 0;
  }
  .we-content-button .content-box {
    text-align: center;
  }
  .we-content-button .content-box:before {
    display: none;
  }
  .we-content-button .content-box .btn {
    position: initial;
  }
  .we-content-button p {
    width: 100%;
    font-size: 14px;
  }
  .we-content-button .arrow-title {
    font-size: 24px;
  }
  .we-content-button .arrow-title:after {
    display: none;
  }
  .we-content-button .arrow-title:after {
    display: none;
  }
  .we-content-button.gradient h6 {
    font-size: 22px;
  }
  .we-content-button.gradient p {
    font-size: 15px;
  }
  .we-content-button.gradient .content-box {
    text-align: left;
  }
  .content-with-image .col-two:last-of-type {
    margin-right: auto;
    float: none;
  }
  .content-with-image .col-two {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    float: none;
  }
  .content-with-image .content-box {
    padding: 0;
  }
  .content-with-image .light,
  .node-type-ein-page p.light { /* directly give css becoz not take parent class for we-ein-uk-pages)*/
    font-size: 16px;
  }
  .content-with-image .content h3 {
    font-size: 23px;
  }
  .content-with-image .col-two-outer {
    margin-bottom: 0;
  }
  .content-with-image.white .content-box {
    padding: 0;
  }
  .content-with-image .referenced-links li a {
    font-size: 16px;
  }
  .content-with-image .referenced-links {
    margin: 0 0 20px;
  }
  .content-with-image.white .content-box p {
    margin: 5px 0 10px;
  }
  .content-with-image.white {
    padding: 20px 0;
  }
  .content-with-image .referenced-links li::before {
    top: 13px;
  }
  .we-product-content .we-content-img .col-eight {
    width: 100%;
    padding: 0;
  }
  .we-product-content .we-content-img .col-four {
    width: 100%;
  }
  .we-product-content .we-content-img.white-bg .col-eight {
    padding: 0;
  }
  .we-product-content .we-content-img .arrow-title {
    line-height: 1;
    display: block;
  }
  .we-product-content .we-content-img .col-eight.less {
    width: 100%;
  }
  .we-product-content .we-content-img .col-four.big {
    width: 100%;
  }
  .we-product-content.top-head .we-content-img .col-four {
    width: 100%;
  }
  .we-product-content.top-head .we-content-img .col-eight {
    padding: 0;
  }
  .we-product-content.top-head .we-content-img .col-four.left {
    width: 100%;
  }
  .we-product-content.top-head .content:last-child {
    padding-top: 0;
  }
  .we-product-content.top-head .we-content-img:nth-child(2) {
    padding: 0;
  }
  .we-contact-form .col-four{
    width: 100%;
    padding: 30px 0;
    border-left: none;
    max-width: none;
  }
  .we-content-with-link h6 {
    padding: 30px 0 0;
  }
  .we-content-with-link .content {
    padding: 10px 0 20px;
  }
  .we-content-with-link .content h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .we-content-with-link .content p {
    line-height: 26px;
    font-size: 14px;
  }
  .content-with-solutions .col-two {
    width: 100%;
  }
  .content-with-solutions .col-eight {
    width: 100%;
  }
  .content-with-solutions h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .content-with-solutions .col-two p {
    margin: 0;
  }
  .content-with-solutions .col-two:after {
    margin: 20px auto;
  }
  .content-with-solutions .col-eight h2 {
    font-size: 17px;
  }
  .content-with-image.gray {
    padding: 20px 0 10px;
  }
  .we-contact-section.select-style .selectboxit-container {
    left: 10px;
    width: calc(100% - 109px);
    margin-bottom: 0;
  }
  .we-intro-content-img .inner-content-info p{
    margin-bottom: 12px;
  }
  .we-intro-content-img{
    padding: 0px 0 26px;
  }
  .secure-text .desk-9-12.lap-4-6 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .we-link-content .container .inner-link-content .inner-link:last-of-type p{
    margin: 8px 0 0px;
  }
  .we-link-content{
    padding: 25px 0px 28px;
  }
  .we-content-button {
    padding: 30px 0;
  }
  .we-vocera-advantage p{
    margin: 0px 0 0;
  }
  .we-col-form .col-eight {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .we-content-with-video .col-eight {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .we-content-with-video .inner-content ul li {
    margin-bottom: 10px;
  }
  .we-content-with-video .bg-img {
    margin-bottom: 30px;
  }
  .we-experience-two-grid .sidebar h3{
    font-size: 18px;
  }
  .we-experience-two-grid .content p{
    margin: 0 0 10px;
  }
  .we-experience-two-grid .col-eight{
    width: 100%;
    float: none;
  }
  .we-experience-two-grid .col-eight h2{
    margin: 8px 0 10px;
  }
  .we-experience-two-grid .content{
    width: 100%;
    float: left;
    border-right: 0px;
    padding: 0px 0px 10px;
  }
  .we-experience-two-grid .col-four{
    width: 100%;
    float: left;
  }
  .we-experience-two-grid  .img-box{
    margin: 22px 0 8px;
    width: 70%;
    float: none;
    text-align: left;
    padding-left: 0px;
    max-width: 240px;
  }
  .we-experience-two-grid .col-eight h1{
    float: none;
    width: 100%;
  }
  .we-experience-two-grid .col-eight h2{
    float: none;
    width: 100%;
  }
  .we-experience-two-grid .col-four{
    padding-left: 0px;
  }
  .we-experience-two-grid .content-box:after{
    margin: 15px 0 10px;
  }
  .we-experience-two-grid .content-box p{
    margin: 0;
  }
  .we-experience-two-grid .content p{
    font-size: 16px;
  }
  .we-experience-two-grid  .content-box:nth-of-type(3) h3{
    margin-bottom: 0px;
  }
  .we-experience-two-grid  .content-box:nth-of-type(2) h3{
    margin-bottom: 0px;
  }
  .we-experience-two-grid .col-four .content-box:nth-of-type(3) a{
    margin-top: 0;
  }
  .we-experience-two-grid .col-four .content-box:nth-of-type(2) a{
    margin-top: 5px;
  }
  .we-portal-content-btn  .portal-content {
    border-right: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .we-portal-content-btn h1{
    font-size: 25px;
  }
  .we-portal-content-btn h2{
    margin-bottom: 10px;
  }
  .we-green-background .content-background{
    padding: 20px 10px 11px 20px;
  }
  .we-green-background .content-background ul li{
    padding: 0 17px 0 15px;
  }
  .we-video-wrapper .rounded-feature img {
    max-width: initial;
  }
  .hr-top {
    padding-top: 60px;
  }
  .hr-top:after {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .we-legal-table table {
    margin: 0px 0 28px 0;
  }
  .we-professional-table table{
    margin: 30px 0 25px 0;
  }
  .we-professional-service .service-text p{
    font-size: 14px;
  }
  .we-professional-service .service-text-box p{
    max-width: 100%;
  }
  .we-professional-service .service-text-box p{
    font-size: 16px;
  }
  .we-press-section p {
    font-size: 14px;
  }
  .we-press-section h5{
    font-size: 16px;
  }
  .we-press-section  .press-text-content:after{
    margin-top: 20px;
  }
  .we-press-section  .press-text-content{
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) and (min-width: 596px) {
  h1 {
    font-size: 38px;
  }

  .secure-text .call-img {
    text-align: center;
    margin-bottom: 10px;
  }

  .secure-text .call-img img {
    display: inline-block;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    margin-bottom: 10px !important;
  }

  .secure-text .grid-wrap .grid:nth-child(3) {
    margin-top: 5px;
  }

  .secure-text .val-box {
    margin-bottom: 20px;
  }

  .secure-text .val-box div:first-of-type {
    margin-left: 0;
    margin-right: 3%;
    width: 46%;
  }

  .secure-text .val-box div:nth-child(2) {
    margin-right: 0;
    margin-left: 4%;
    width: 46%;
  }

  .secure-text .headline .side-bar {
    margin-top: 20px;
  }

  .secure-text .desk-9-12.lap-4-6 > p {
    margin-top: 0;
  }

  .secure-text .lap-12-12.desk-12-12 h3 {
    margin-bottom: 0;
  }

  .headline .grid-wrap .grid:first-child {
    padding-right: 0;
  }

  .headline .side-bar {
    margin-top: -60px;
  }

  .headline .side-bar form {
    width: 100%;
  }

  .headline .side-bar form .formrow {
    width: 100%;
  }

  .headline .side-bar form label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  .headline .side-bar form input {
    width: 100%;
    height: auto;
    padding: 9px 19px 9px;
  }

  .headline .grid-wrap .grid .product-top-right,
  .headline .side-bar form select {
    width: 100%;
  }

  .headline .side-bar form .form-btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 5px;
  }

  .secure-text .sidebox-text {
    width: 100%;
    text-align: center;
  }

  .headline .side-bar h3 span {
    float: none;
  }

  .headline .side-bar h3 {
    line-height: 22px;
  }

  .secure-text .lap-12-12 p {
    margin-bottom: 30px;
  }

  .headline .product-top-right {
    margin-bottom: 0;
  }

  .secure-text .blog-post > p {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .secure-text .blog-post > h3,
  .secure-text .blog-post .mktoForm,
  .headline .grid-wrap .grid .product-top-right {
    padding-left: 0px;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
    top: 46px;
  }

  .team-grid ul li {
    width: 33.33%;
    padding: 10px;;
  }
  .info-with-video .col-two-outer .col-two:last-of-type {
    width: 88%;
  }
  .info-with-video h1 {
    font-size: 42px;
  }
  .we-contact-form h1 {
    font-size: 42px;
  }
  .we-content-button.gradient .content-box .btn {
    padding: 12px 30px;
  }
  .we-col-form .wrapper h1, .we-content-with-video h1 {
    font-size: 28px;
  }
  .tech-block.info .content {
    width: 50%;
  }
  .we-vocera-advantage p{
    font-size: 16px;
  }
  .we-vocera-advantage h2{
    font-size: 30px;
  }
  .we-intro-content-img .col-three{
    width: calc(50% - 10px);
    margin: 0px 5px 15px;
  }
  .we-intro-content-img h3{
    font-size: 20px;
  }
  .we-intro-content-img .col-three-grid{
    margin-bottom: 10px;
  }
  .we-intro-content-img p{
    font-size: 14px;
  }
  .we-link-content h5{
    margin: 0 0 25px;
  }
  .we-link-content .container .inner-link-content .inner-link p{
    margin: 8px 0 25px;
    font-size: 15px;
  }
  .we-experience-two-grid .col-eight h1{
    font-size: 26px;
  }
  .we-experience-two-grid .col-eight h2{
    font-size: 20px;
  }
  .we-experience-two-grid  .content-box:nth-of-type(2) a{
    margin-top: 0px;
  }
  .we-portal-content-btn h5{
    font-size: 20px;
  }
  .we-portal-content-btn h2{
    font-size: 20px;
  }
  .we-portal-content-btn p{
    margin: 0px 0 15px 0;
  }
  .we-intro-section .we-green-background h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .we-legal-table h1{
    font-size: 35px;
  }
  .we-server-table table td{
    padding: 10px 40px;
  }
  .we-server-table table{
    margin: 10px 0 30px;
  }
  .we-server-table h5 {
    font-size: 20px;
  }
  .we-professional-table h1{
    font-size: 35px;
  }
  .we-voice-msg-table h1{
    font-size: 35px;
  }
  .we-legal-document-table h1{
    font-size: 35px;
  }
  .we-legal-document-table table h3{
    font-size: 20px;
  }
  .we-professional-service .service-text  h5{
    font-size: 20px;
  }
  .we-professional-service .service-text-box h2{
    font-size: 20px;
  }
  .we-professional-service .service-text p{
    margin-bottom: 15px;
  }
  .we-professional-service .service-text-box p{
    margin: 20px 0 15px
  }
  .we-professional-service .service-text .arrow-title{
    font-size: 20px;
  }
  .we-documentation-table h1{
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) and (min-width: 481px){
  .we-vocera-advantage .container h5{
    margin-bottom: 15px;
  }
  .we-vocera-advantage .we-col-four{
    width: 50%;
  }
  .we-vocera-advantage{
    padding: 26px 0 10px;
  }
}

@media (max-width: 595px) and (min-width: 481px) {
  .secure-text .container h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .secure-text .call-img {
    text-align: center;
    margin-bottom: 10px;
  }

  .secure-text .call-img img {
    display: inline-block;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    margin-bottom: 5px !important;
  }

  .secure-text .grid-wrap .grid:nth-child(3) {
    margin-top: 5px;
  }

  .secure-text .val-box {
    margin-bottom: 20px;
  }

  .secure-text .val-box div {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .secure-text .val-box div:nth-child(2) {
    margin-bottom: 0;
  }

  .secure-text .headline .side-bar {
    margin-top: 0px;
  }

  .secure-text .desk-9-12.lap-4-6 > p {
    margin-top: 0;
  }

  .secure-text .lap-12-12.desk-12-12 h3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .headline .grid-wrap .grid:first-child {
    padding-right: 0;
  }

  .secure-text .lap-12-12 p {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .headline .side-bar {
    margin-top: -60px;
  }

  .headline .side-bar form {
    width: 100%;
  }

  .headline .side-bar form .formrow {
    width: 100%;
  }

  .headline .side-bar form label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  .headline .side-bar form input {
    width: 100%;
    height: auto;
    padding: 7px 19px 7px;
  }

  .headline .grid-wrap .grid .product-top-right,
  .headline .side-bar form select {
    width: 100%;
  }

  .headline .side-bar form .form-btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 5px;
  }

  .secure-text .sidebox-text {
    width: 100%;
    text-align: center;
  }

  .headline .side-bar h3 span {
    float: none;
  }

  .headline .side-bar h3 {
    line-height: 22px;
  }

  .secure-text .lap-12-12 p {
    margin-bottom: 35px;
  }

  .headline .product-top-right {
    margin-bottom: 0;
  }

  .secure-text .blog-post > p {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .secure-text .blog-post > h3,
  .secure-text .blog-post .mktoForm,
  .headline .grid-wrap .grid .product-top-right {
    padding-left: 0px;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
    top: 46px;
  }
  .team-grid ul li {
    width: 50%;
    text-align: center;
  }
  .team-grid ul li .leader p {
    padding: 0 20px;
  }
  .info-with-video .col-two-outer .col-two:last-of-type {
    width: 100%;
  }
  .tech-block.info .content {
    width: 50%;
  }
  .we-intro-content-img .col-three{
    width: calc(50% - 10px);
    margin: 0px 5px 15px;
  }
  .we-vocera-advantage p{
    font-size: 16px;
  }
  .we-vocera-advantage h2{
    font-size: 26px;
  }
  .we-experience-two-grid .col-eight h1{
    font-size: 22px;
  }
  .we-experience-two-grid .col-eight h2{
    font-size: 18px;
  }
  .we-legal-table table .even td p{
    font-size: 14px;
  }
  .we-server-table table td{
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1183px) {
  .secure-text .desk-9-12.lap-4-6 > p {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (min-width: 869px) {
  .headline .sidebar-right {
    padding-right: 25px !important;
    border-right: 1px solid #ebebeb !important;
  }
}

@media screen and (min-width: 811px) {
  .secure-text .container {
    padding-right: 25px;
  }
  .we-intro-wrapper .intro-text {
    width: 90%;
  }
}

@media screen and (max-width: 869px) {
  .headline .sidebar-right {
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .secure-text .headline .side-bar {
    padding-left: 10px;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .we-legal-document-table a.arrow-title {
    font-weight: 200 !important;
  }
  .tech-block.info .contact p {
    float: none;
  }
  .tech-block.info .contact p:last-child {
    float: none;
  }
  .we-col-form .wrapper h2 {
    margin-bottom: 30px;
  }
  .we-info-list li {
    padding: 0;
  }
  .we-info-list .box-outer {
    margin: 10px 0 20px;
  }
  .we-col-form .content-right p {
    margin-bottom: 12px;
  }
  .we-content-with-video {
    padding: 30px 0;
  }
  .we-content-with-video .inner-content ul li {
    padding: 0;
  }
  .we-contact-section.select-style .selectboxit-container {
    max-width: initial;
    width: calc(100% - 158px);
  }

  .we-legal-table  table tr td{
    padding: 25px 10px;
    min-height: 103px;
    display: table;
  }
  .we-legal-table table .even td {
    float: left;
    width: 100%;
  }
  .we-legal-table  table{
    border-bottom: 0;
    border-top: solid 1px #e1e1e1;
    border-left:  solid 1px #e1e1e1;
    border-right: 0;
    /*    max-width: 600px;*/
  }
  .we-legal-table  table tr{
    border-right: solid 1px #e1e1e1;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .we-legal-table  table tr td{
    float: left;
    width: 100%;
    display:table;
    border-bottom:solid 1px #e1e1e1 ;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    text-align: center;
  }
  .we-legal-table table td p,
  .we-legal-table table td a,
  .we-legal-table table td .we-img-box {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }

  .we-legal-table table .even{
    float: left;
    width: 30%;
    padding :0 ;
  }
  .we-legal-table table tr{
    width: 70%;
    float : left;
  }
  .we-portal-content-btn .portal-content .content {
    margin: 15px 0;
  }
}

@media screen and (max-width: 595px) {
  .info-with-video h1 {
    font-size: 26px;
  }
  .we-contact-form h1 {
    font-size: 26px;
  }
  .we-contact-form form input, .we-contact-form form select,
  .we-contact-form form textarea {
    margin: 0 0 8px 0;
    width: 100% !important;
  }
  .we-contact-form form label {
    text-align: left;
    margin-bottom: 5px;
  }
  .we-contact-form form label {
    width: auto;
  }
  .we-contact-form button {
    margin-left: 0;
  }
  .we-content-with-video .inner-content ul li {
    font-size: 14px;
  }
  .we-content-with-video p {
    font-size: 14px;
  }
  .we-contact-form button {
    padding: 7px 60px 9px;
    font-weight: 500;
    margin-left: 0;
  }
  .we-contact-form form .contact-field {
    margin-bottom: 0;
  }
  .we-content-button.gradient .content-box .btn {
    padding: 7px 15px;
  }
  .we-col-form .wrapper h1, .we-content-with-video h1 {
    font-size: 26px;
  }
  .we-col-form h2 {
    margin-bottom: 20px;
  }
  .we-col-form .content-right {
    margin-top: 20px;
  }
  .we-col-form .col-two-outer {
    margin-bottom: 0;
  }
  .we-info-list li {
    font-size: 14px;
  }
  .we-info-list .box-outer .content-left,
  .we-info-list .box-outer .content-right {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
  .we-info-list .box-outer .content-left h3,
  .we-info-list .box-outer .content-right h3 {
    font-size: 18px;
    margin: 0;
  }
  .we-info-list .box-outer {
    margin: 0;
  }
  .select-style .selectboxit-container {
    left: 0;
    max-width: none;
    width: 100%;
    margin-bottom: 8px;
  }
  .select-style .selectboxit-container .selectboxit {
    width: 100% !important;
  }
  .we-contact-section form input,
  .we-contact-section form select,
  .we-contact-section form textarea {
    width: calc(100% - 112px);
  }
  .we-content-with-link a.read-more {
    font-size: 14px;
  }
  .we-content-with-link a.read-more:after {
    font-size: 22px;
    left: 80px;
  }

  .we-intro-content-img .inner-content-info p{
    font-size: 14px;
  }
  .we-col-form .image-left {
    width: 100%;
  }
  .we-col-form .content-right {
    width: 100%;
  }
  .we-intro-content-img .col-three{
    width: 100%;
    display: block;
    margin: 0px auto 15px;
  }
  .we-intro-content-img .col-three:last-child {
    margin: 15px auto;
  }

  .we-intro-content-img .col-three-grid .img-box{
    margin:0 auto;
  }
  .we-intro-content-img .col-three-grid{
    margin: 0;
  }
  .we-intro-content-img .content-info {
    padding: 0;
  }

  .we-link-content h5{
    margin: 0 0 20px;
  }
  .we-link-content .container .inner-link-content .inner-link p{
    font-size: 14px;
    margin: 8px 0 20px;
  }

  .we-portal-content-btn h5{
    font-size: 18px;
  }
  .we-portal-content-btn h2{
    font-size: 18px;
  }
  .we-portal-content-btn p{
    font-size: 14px;
    margin: 10px 0 10px 0;
  }
  .we-portal-content-btn .content a{
    margin: 5px 0 5px 0px;
  }

  .we-green-background .content-background ul li {
    width: 100%;
    display: block;
    float: none;
    font-size: 14px;
  }
  .we-intro-section .we-green-background h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .we-green-background .content-background ul {
    width: 100%;
  }
  .we-legal-table h1{
    font-size: 30px;
  }
  .we-legal-table p{
    font-size: 14px;
  }

  .we-server-table table{
    margin: 10px 0 25px;
  }
  .we-server-table h5 {
    font-size: 18px;
  }

  .we-professional-table h1{
    font-size: 30px;
  }
  .we-professional-table p{
    font-size: 14px;
  }

  .we-voice-msg-table h1{
    font-size: 30px;
  }

  .we-legal-document-table p{
    margin : 25px 0 0;
    font-size: 14px;
  }
  .we-legal-document-table h1{
    font-size: 30px;
  }
  .we-legal-document-table table h3{
    font-size: 18px;
  }
  .we-professional-service .service-text  h5{
    font-size: 18px;
  }
  .we-professional-service .service-text-box h2{
    font-size: 18px;
  }
  .we-professional-service .service-text-box p{
    margin: 15px 0 10px
  }
  .we-professional-service .service-text .arrow-title{
    font-size: 18px;
  }
  .we-professional-service .service-text p{
    margin-bottom: 10px;
  }
  .we-documentation-table h1{
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .headline h1 {
    text-align: center;
    margin: auto;
  }

  .headline h2 {
    text-align: center;
    margin: auto;
  }

  .headline .grid-wrap .sidebar-right p:first-child {
    text-align: center;
    margin: auto;
  }

  .call-img {
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    font-size: 14px;
    text-align: justify;
    margin: auto;
    line-height: 18px;
  }

  .headline .side-bar h3 {
    font-size: 16px;
    text-align: justify;
    margin: auto;
  }

  .headline .grid-wrap .desk-12-12 p {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
  }

  .headline .grid-wrap .desk-12-12 p iframe {
    height: 100%;
    margin: auto;
    text-align: center;
  }

  .headline .blog-post {
    display: block;
  }

  .headline .grid-wrap .side-bar {
    margin: auto;
  }

  .headline .grid-wrap .side-bar .product-top-right div p {
    margin: auto;
    text-align: center;
  }

  .headline .grid-wrap .side-bar .product-top-right div ul {
    margin: auto;
    text-align: center;
    max-width: 150px;
  }

  .hbi-logo {
    margin: auto;
    float: left;
    width: 100%;
    text-align: center;
  }

  .secure-text .container h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .secure-text .call-img {
    text-align: center;
    margin-bottom: 10px;
  }

  .secure-text .call-img img {
    display: inline-block;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    margin-bottom: 5px !important;
  }

  .secure-text .grid-wrap .grid:nth-child(3) {
    margin-top: 5px;
  }

  .secure-text .val-box {
    margin-bottom: 20px;
  }

  .secure-text .val-box div {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .secure-text .val-box div:nth-child(2) {
    margin-bottom: 0;
  }

  .secure-text .headline .side-bar {
    margin-top: 0;
  }

  .secure-text .desk-9-12.lap-4-6 > p {
    margin-top: 0;
  }

  .secure-text .lap-12-12.desk-12-12 h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .headline .grid-wrap .grid:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .secure-text .lap-12-12 p {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .headline .side-bar {
    margin-top: -60px;
  }

  .headline .side-bar form {
    width: 100%;
  }

  .headline .side-bar form .formrow {
    width: 100%;
  }

  .headline .side-bar form label {
    width: 100%;
    text-align: left !important;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  .headline .side-bar form input {
    width: 100%;
    height: 32px !important;
    padding: 7px 19px 7px;
  }

  .headline .grid-wrap .grid .product-top-right,
  .headline .side-bar form select {
    width: 100%;
  }

  .headline .grid-wrap .grid .product-top-right {
    padding-top: 10px;
  }

  .headline .side-bar form .form-btn {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 5px;
  }

  .secure-text .sidebox-text {
    width: 100%;
    text-align: center;
  }

  .headline .side-bar h3 span {
    float: none;
  }

  .headline .side-bar h3 {
    line-height: 22px;
    text-align: center;
  }

  .secure-text .lap-12-12 p {
    margin-bottom: 35px;
  }

  .headline .product-top-right {
    margin-bottom: 0;
  }

  .val-box h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .val-box h3 span {
    font-size: 44px;
    line-height: 52px;
  }

  .secure-text .blog-post > p {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0;
  }

  .secure-text .blog-post > h3,
  .secure-text .blog-post .mktoForm,
  .headline .grid-wrap .grid .product-top-right {
    padding-left: 0px;
  }

  .secure-text .blog-post .mktoForm {
    padding-right: 0;
  }

  .secure-text .blog-post .mktoForm .mktoButtonRow .mktoButton {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .secure-text .blog-post .grid-wrap .grid {
    padding-right: 0;
  }

  .headline .grid-wrap .sidebar-right .grid-wrap .grid .arrow-list li {
    padding-left: 0;
    padding-right: 0;
  }

  .secure-text .headline .side-bar {
    padding-left: 5px;
  }

  .headline .side-bar form .mktoFormRow:nth-child(8) .mktoFieldWrap:after {
    top: 46px;
  }
  .team-grid ul li {
    width: 100%;
    text-align: center;
  }
  .info-with-video .col-two-outer .col-two:last-of-type {
    width: 100%;
  }

  .we-intro-content-img h3{
    font-size: 18px;
  }
  .we-vocera-advantage{
    padding: 26px 0 14px;
  }
  .we-vocera-advantage .we-col-four{
    width: 100%;
    float: none;
    padding: 0 ;
    margin-bottom: 14px;
  }
  .we-vocera-advantage p{
    font-size: 14px;
  }
  .we-vocera-advantage h2{
    font-size: 24px;
  }
  .we-vocera-advantage .container h5{
    margin-bottom: 10px;
  }
  .we-experience-two-grid .col-eight h1{
    font-size: 22px;
  }
  .we-experience-two-grid .col-eight h2{
    font-size: 16px;
  }
  .we-experience-two-grid .content p{
    font-size: 14px;
  }
  .contact-in .mktoForm {
    padding: 0;
  }
  .contact-in .mktoButtonRow {
    margin-top: 0px;
  }
  .we-legal-table table .even td p{
    font-size: 12px;
  }
  .we-server-table table td{
    padding: 10px 30px;
  }
}

.node-type-press-release table td {
  border-width: 0px;
}
.node-type-press-release table {
  border: none;
}
.bw-release-table-js td, .bw-release-dialog-table td {
  padding: 0 1px;
  border-right: 0;}
.bwcellpaddingright0, .bwpadr0 {
  padding-right: 0.0px !important;
}
.bwcellpaddingleft0, .bwpadl0 {
  padding-left: 0.0px !important;
}
.bwtextalignright, .bwalignr {
  text-align: right !important;
}
.bwsinglebottom {
  border-bottom: solid #333 1px  !important;
}
.bwdoublebottom {
  border-bottom: double #333 3px !important;
}
.node-type-press-release table {
  margin-left: 0px !important;
}
.bwtextaligncenter, .bwalignc {
  text-align: center !important;
}

/**
 GDPR pop-up.
 */
#sliding-popup.sliding-popup-bottom {
  background: #138994;
  left: 0;
  right: 0;
}
#sliding-popup.sliding-popup-bottom .popup-content {
  max-width: 1185px;
  padding: 0 10px;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text {
  padding: 10px 0;
  max-width: 75%;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text,
#sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
  font-size: 16px !important;
  font-weight: normal;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text h2 {
  color: #C4E1E4;
  font-weight: normal;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button {
  margin-top: -13px;
  float: right;
  text-decoration: none;
  outline: none;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button:before {
  content: '';
  display: inline-block;
  float: left;
  margin: -14px 15px 0 12px;
  border-left: 1px solid white;
  width: 1px;
  height: 50px;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button:after {
  content: '';
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 4px 0 0;
  float: right;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons .agree-button {
  background: #C69F36;
  color: white;
  text-shadow: none;
  box-shadow: none;
  border: none;
  padding: 10px 85px;
  font-size: 18px;
  outline: none;
}
@media all and (max-width: 750px) {
  #sliding-popup.sliding-popup-bottom .popup-content {
    position: relative;
    padding-bottom: 40px;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
    text-align: center;
    width: 100%;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text,
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text p,
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text h2 {
    font-size: 14px !important;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button {
    position: absolute;
    bottom: 15px;
    left: calc((100% - 100px) / 2);
    float: none;
    margin: 0;
    width: auto !important;
    height: auto !important;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button:before {
    content: none;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text .find-more-button:after {
    float: none;
    padding: 4px;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    margin-bottom: 5px;
  }
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons .agree-button {
    margin-top: 0;
    font-size: 14px !important;
    padding: 7px 85px;
    height: auto !important;
  }
}
@media all and (max-width: 990px) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    float: none;
    text-align: center;
    max-width: none;
  }
}
@media all and (max-width: 1024px) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
    max-width: none;
  }
}
