input {
    outline: none;
}

/* Disable padding on first hugin to fix spacing issue on press releases */
.node-type-press-release .content p.hugin:first {
    margin: 0 !important;
}

/* Make placeholder in IE9 darker */
.placeholder {
    color: #6B6B6B;
}

/* Get Started Fix */
.get-started {
    position: absolute;
}

/* Fixing Spacing on Solutions Pages */
.node-type-solutions #block-system-main .content {
    padding-bottom: 60px;
}

/* Fixing Space on Communication System Page */
.node-type-product-category .view-customers .view-content {
    padding-bottom: 0px;
}

/* Fixing Badge Page */
.tab-panels img {
    max-width: none !important;
}

.tab-panels .feature-right .feature-image {
    margin-left: 30px !important;
}

/* Replacing Arrows */
.slippery-prev-arrow {
    background: url(/sites/default/files/left_arrow.png);
}

.slippery-next-arrow {
    background: url(/sites/default/files/right_arrow.png);
}

.slippery-arrow:after {
    display: none;
}

/* Darker H2 as per client */
h2 {
    color: #BA900D;
}

/* Slideshows on Solutions have no bottom margin */
.node-type-solutions .field-slideshow {
    margin-bottom: 30px;
}

/* Smaller Event Location as per client */
.node-type-home .event-details {
    font-size: 14px !important;
}

/* Promotions Area */
#learn-more {
    float: left;
    margin-left: 785px;
    margin-top: -80px;
    cursor: pointer;
}

#learn-more2 {
    float: left;
    margin-left: 800px;
    margin-top: -80px;
    display: none;
    cursor: pointer;
}

#save-text {
    cursor: pointer;
}

/* Advantage Page */
.page-node-227 .two-col-first h3,
.page-node-227 .two-col-last h3,
.page-node-227 .two-col-first h5,
.page-node-227 .two-col-last h5 {
    font-weight: 400;
}

#block-system-main .field-content .remove-padding li,
.remove-padding li,
.region-sidebar-second .arrow-list .remove-padding li {
    margin-bottom: 5px !important;
}

.padding-right {
    padding-right: 25px;
}

/* Quote Fix */
.remove-quote:after {
    display: none;
}

.remove-quote:before {
    display: none;
}

li.related-external {
    list-style-image: url("../img/related-event.png") !important;
}

.view-related-information li.views-row:not(.related-pdf),
.view-related-information .arrow-list li:not(.related-pdf),
.view-related-information.arrow-list li:not(.related-pdf) {
    list-style-image: url("../img/related-internal.png") !important;
}

/* Lines on Hospitality and Additional Industries Fix
.page-node-35 .view-id-solutions li:after,
.page-node-37 .view-id-solutions .views-row-3:after,
.page-node-37 .view-id-solutions .views-row-4:after {
   display: none;
}*/

.page-node-35 .view-id-solutions .item-list ul li,
.page-node-37 .view-id-solutions .item-list ul li.views-row-last {
    margin-bottom: 20px !important;
}

/* Vocera Values */
.one-fifth {
    width: 16%;
    float: left;
    margin-left: 3%;
    margin-right: 1%;
}

.phonenums {
    margin-left: -1%;
    min-width: 400px;
}

.fix-half {
    margin-left: -1%;
}

.pad-right-3 {
    padding-right: 3%;
}

.pad-right-30 {
    padding-right: 30px !important;
}

.pad-left-3 {
    padding-left: 3%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* Contact Page */
.contact input {
    width: 70%;
}

.contact-submit {
    width: inherit !important;
    float: right;
    margin-right: 3%;
    margin-top: -10px !important;
}

.register-submit {
    width: inherit !important;
    float: left;
    margin-top: 20px !important;
}

.contact .two-col {
    text-align: right;
    float: left !important;
    margin-top: -5px;
    margin-left: -4%;
    padding-left: 2%;
    min-width: 430px;
}

.contact h3 {
    margin-top: 10px;
}

.contact .form-type-select {
    margin-top: 10px !important;
}

.contact textarea {
    width: 97%;
}

.contact input, .contact textarea, .contact select {
    outline: none;
}

.select-box {
    margin-top: 10px;
    margin-bottom: 30px;
}

.select-box select {
    width: 260px;
}

.red-dot {
    color: #ff0000;
}

.vcs1 {
    padding-left: 0;
}

.vcsimg1 {
    padding-right: 65px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.hiring-box-left {
    float: left;
    width: 40%;
    height: 355;
}

.video-frame {
    float: left;
    margin-left: 30px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.space-top {
    margin-top: 15px;
}

.space-right {
    margin-right: 10%;
}

.translator {
    margin-right: 40px;
}

.values-box-white {
    max-width: 975px;
    text-align: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

.promotion {
    padding: 22px 39px;
    margin: 10px 100px 0 0;
    float: right;
}

/* Make pics have rounded corners */
.solution-pic {
    width: 100%;
    height: auto;
    border-radius: 20px 0 20px 0;
}

.two-col-first {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.two-col-last {
    float: left;
    width: 45%;
}

.padd-vert {
    margin-bottom: 24px;
}

.slideshow-content.left {
    overflow: hidden;
}

.slideshow-content.right {
    overflow: hidden;
}

.slippery-arrow {
    border-radius: 10px;
}

.nav-back li .menu li {
    padding: 2px 0;
}

body.node-type-press-release .wrapper h1 {
    font-size: 24px;
    color: #616464;
}

@media screen and (max-width: 811px) {
    #search-api-page-search-form-search {
        width: 280px;
        border-radius: 0 16px;
    }

    #search-api-page-search-form-search input[type="text"] {
        font-size: 13px;
        padding: 8px;
    }
/*Ameex changes for Blog Author social icons page*/
    .page-node-type-blogauthor .follow-box{ 
    top: 268px;
    }      
}

.mfg-table {
    margin-top: 30px;
    margin-bottom: 20px;
}

.mfg-table th, .mfg-table td {
    padding: 10px;
    min-width: 193px;
}

.mfg-table tr {
    border-bottom: 1px solid #e1e1e1;
}

.page-node .field-content form.mktoForm .mktoFormCol {
    margin-right: 0 !important;
}

.mktoForm {
    margin-left: -25px;
}

.vidyard_player > span {
    margin-left: 0 !important;
}

/** EIN Updates */
.slider2 {
    position: relative;
}

.slider2 .slippery-arrow {
    display: block;
}

.slider2 .slider-holder2 {
    position: relative;
    height: 352px;
    overflow: hidden;
}

.slider2 .slider-wrapper2 {
    position: absolute;
    height: 352px;
}

.ein-upcoming {
    padding-top: 0 !important;
    padding-left: 10px !important;
}

.ein-item {
    float: left;
    width: 387px;
    padding-right: 25px;
}

.ein-item:last-child {
    padding-right: 0;
    width: 362px;
}

#field-collection-item-field-gray-area-views-full-group-out--1 .ein-item,
#field-collection-item-field-gray-area-views-full-group-out--2 .ein-item, 
#field-collection-item-field-gray-area-views-full-group-out--4 .ein-item {
    width:32%;
    padding-right: 0;
    margin-right: 2%;
}

#field-collection-item-field-gray-area-views-full-group-out--1 .ein-item:last-child, 
#field-collection-item-field-gray-area-views-full-group-out--2 .ein-item:last-child, 
#field-collection-item-field-gray-area-views-full-group-out--4 .ein-item:last-child {
    width:32%;
    padding-right: 0;
    margin-right: 0;
}

.page-node-1867 .ein-featured-resources-wrap:nth-child(2n) {
    background: #ffffff;
}

.gray-content {
    padding: 40px 0;
}

.page-node-1394 .ein-featured-resources-wrap:nth-child(2),
.page-node-1865 .ein-featured-resources-wrap:nth-child(2) {
    float: left;
    width: 510px;
    padding: 0 !important;
}

.page-node-1394 .ein-featured-resources-wrap:nth-child(1),
.page-node-1865 .ein-featured-resources-wrap:nth-child(1) {
    float: right;
    padding: 0 !important;
}

.view-id-ein_leadership.view-display-id-block {
    padding: 40px 0;
}

.page-node-1865 .med-gray .wrapper:nth-child(2),
.page-node-1394 .med-gray .wrapper:nth-child(2) {
    padding-left: 0;
}

/* Search page */

.page-search #search-form .container-inline div,
.page-search #search-form .container-inline label {
    display: block;
    font-weight: bold;
}

.page-search #search-form .form-type-textfield input[type="text"] {
    position: relative;
}

.page-search #search-form .form-type-textfield:after {
    content: "\4d";
    display: block;
    position: absolute;
    top: 29px;
    right: 20px;
    font-family: 'icomoon';
    font-size: 20px;
    color: #616464;
}

.page-search #search-form #edit-advanced {
    width: 100%;
}

.page-search #search-form .form-submit {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 10px;
    opacity: 0;
}

.page-search #search-form .form-item-keys, .page-search #search-form #edit-basic {
    float: left;
    position: relative;
}

.page-search ol.search-results {
    margin: 25px 0 0 0;
    padding: 0 0 40px 0;
}

.page-search li.search-result {
    background: #f9f9f9;
    padding: 20px 40px;
    position: relative;
    margin: 0;
}

.page-search li.search-result:after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #ccc;
    background: -moz-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0));
    background: -o-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0));
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0));
    background: linear-gradient(right, rgba(204, 204, 204, 0) 0%, #cccccc 10%, #cccccc 90%, rgba(204, 204, 204, 0));
}

.page-search .search-results .search-snippet-info {
    padding: 0;
}

.page-search li.search-result a {
    color: #00a2a9;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
    font-size: 16px;
}

.page-search p.search-snippet {
    font-size: 14px;
}

.page-search-node .search-advanced,
.page-search-node .search-info {
    display: none;
}

.page-search-node .search-results {
    float: left;
}

.page-search-node .content h2 {
    clear: both;
}

.print_btn{
    background: transparent;
    background-image: url('/sites/all/themes/vocera/img/print_icon.png');
    border: 0;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.blog-post .share-box{
    max-width: 190px;
}

@media print {

    h1, h2, h3, h4, h5, h6, p, ol, ul, li, fieldset, form, label, table, tbody, tr, th, td, figure, footer, header, menu, nav, section, audio, video, button, img, div {
        padding: 0;
        margin: 0;
    }
    body {
        margin:0;
        padding:0;
        line-height: 1.4em;
        word-spacing:1px;
        letter-spacing:0.2px;
        font: 13px Arial, 'Neue Helvetica W01',"Helvetica Neue",sans-serif !important;
        color: #000;
        text-align: left;
    }
    /*Header*/
    h1, h2, h3, h4, h5, h6, p, ul, li, ol {
        text-align: left;
        page-break-after: avoid;
    }
    /* Links */
    a:link, a:visited {
        background: transparent;
        color:#333;
        text-decoration:none;
    }
    a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
        content: " (" attr(href) ") ";
        font-size: 0px;
    }
    a[href^="http://"] {
        color:#000;
    }
    /*Image*/
    img, img a, .more-link a {
        border:none;
    }
    img {
        max-width: 100% !important;
    }
    p{
        font: 13px Arial, 'Neue Helvetica W01',"Helvetica Neue",sans-serif ;
    }
    ul, img {
        page-break-inside: avoid;
    }

    .top,
    .breadcrumbs,
    .blog-buttons,
    .tabs,
    .blog-mid .topic-box,
    .blog-mid img,
    .share-box,
    .blog-post .desk-3-12,
    .bottom-share-box,
    .mid-footer,
    .blog-banner,
    .connected,
    .bottom {
        display: none;
    }

    .blog-mid h1,
    .blog-mid h3,
    .blog-mid h3 span{
        font-size: 20px !important;
        color: #000 !important;
        line-height: 1.2 !important;
    }

    .blog-mid .blog-by ul li {
        display: inline-block;
        font-size: 13px !important;
    }

    .blog-mid * {
        max-width: 100% !important;
    }

    .blog-post .desk-9-12.padding-right-none {
        width: 100% !important;

    }

    .grid-wrap .blog-post{
        margin: 0 !important;
        padding: 0 !important;
    }

    #printableArea{
        width: 100%;
        display: block !important;
    }

    .border-up{
        display: none;
    }
    @page {
        margin: 2.0cm 1cm;
        overflow: visible;
    }
}

/* top nav changes */
.top-nav-left {
    position: absolute;
    display: block;
    margin: 10px;
    padding-top: 0px;
    list-style-type: none;
    background: none;
}

.top-nav-left li {
    display: inline-block;
    padding: 8px 12px;
}

.top-nav-left li a {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

@media (max-width: 1183px) and (min-width: 812px) {
    .top-nav-left {
        margin-top: 8px !important;
    }
}

@media (max-width: 1183px) and (min-width: 998px) {
    .top-nav-left {
        left: 1px !important;
    }
}


.slide-item {
    margin-bottom: 10px;
}
.view-upcoming-events .large-link {
    margin-bottom: 0;
}

.slide-item {
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
}

.view-display-id-upcoming_events_paged .view-header h3 {
    display: none;
}

.view-display-id-upcoming_events_paged {
    padding-top: 0;
}

.view-upcoming-events .date-small {
    font-size: 13px;
    line-height: 20px;
}

.view-upcoming-events .slide-item {
    line-height: 25px;
}

@media (min-width: 1281px) {     
    .smart-badge-cont-nz{
        position:relative;
    }
    .smart-badge-cont-nz .smart-badge-img{
        position:absolute;
        top:0;
        right:0;
        width:30%;
    }  
}
@media (min-width: 768px) and (max-width: 1024px){
    .smart-badge-cont-nz{
        position:relative;
    }
    .smart-badge-cont-nz .smart-badge-img{
        position:absolute;
        top:0;
        right:0;
        width:25%;
    } 
}
@media (min-width: 320px) and (max-width: 480px) {
    .smart-badge-cont-nz{
        position:unset;
    }
    .smart-badge-cont-nz .smart-badge-img{
        position:unset;

    } 
    .smart-badge-cont-nz .smart-badge-img img{
     width: 50%;
    } 
}

form#views-exposed-form-podcast-block {
    display: none;
}

.page-node-25666 .blog-header .block-block-content h1 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.play-link span a{
    background-color: #3eb5ce;
    color: white !important;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}


@media screen and (max-width: 640px) and (min-width: 481px) {
    .middle-body .lap-4-6 .view-id-podcast.view-display-id-block .wrap .article-box {
        padding-top: 230px;
    }
}

.view-upcoming-events .slide-item .views-field.views-field-field-date-format .field-content {
    font-size: 13px;
    line-height: 20px;
}
@media screen and (max-width: 480px) {
    .middle-body .lap-4-6 .view-id-podcast.view-display-id-block .wrap .article-box {
        padding-top: 230px;
    }
}

@media screen and (max-width: 640px) {
    .middle-body .lap-4-6 .view-id-podcast.view-display-id-block .wrap .box-img img {
        margin: 0 auto;
    }
}

@media ( max-width : 361px) {
    .page-node-type-podcast .blog-mid .post-tabs .tabs-holder .active,
    .page-node-25806 .blog-post .post-tabs .tabs-holder .active,
    .page-node-25666 .blog-post .post-tabs .tabs-holder .active {
        width: 57%;
    }
}

.vcr-prdct-wrapper.bg-quote blockquote p.shrink-contwrap{
      font-size: 21px;
}
.vwo-healthcare-page .bg-quote blockquote p.shrink-contwrap{
  font-size: 21px;
}
@media screen and (max-width: 810px) {
.vwo-healthcare-page .bg-quote blockquote p.shrink-contwrap{
      font-size: 18px;
    }
.page-node-6121 p.para-style.color-dark-gray.word-space-wrap{
  font-size: 14px !important;
 }

}
@media screen and (max-width: 1183px) {
.vwo-healthcare-page .bg-quote blockquote p.shrink-contwrap{
    font-size: 22px;
  }
}

.page-node-25806 .blog-header .block-block-content h1 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px){
    .product_left_sec.vc-sys-4, .product_right_sec.vc-sys-8{
        width:100%;
        text-align: center;
    }
    .product_left_sec.vc-sys-4 img{
        margin: 0 auto 10px;
    }
}
@media (min-width: 1025px) {     
.page-node-21516 #block-vocerahome .product_right_sec,.page-node-21536 .left-banner .vc-sys-8.product_right_sec{
    margin-top: 35px;
    /*padding-right: 35px;*/
    }
.page-node-21516 #block-vocerahome.left-banner p{
    margin: unset;
}

}
.field-product-desc {
    float:left;
}
.smart-badge-cont-nz p{
    overflow:hidden;
}
.page-node-2087 .slideshow .field-title.feature-title{
    height: auto;
}
.page-node-6121 p.para-style.color-dark-gray.word-space-wrap {
 font-size:15px;   
}
.page-node-21536 .vc-badges.vocera-product-banner .view-content > .views-row > .views-field:nth-child(1){
  width: 100% !important;
}
.page-node-21536 .product_left_sec.vc-sys-4, .page-node-21516 .product_left_sec.vc-sys-4{
  text-align: center;
}
/*   Homepage Banner alignment   */
.node-type-vocera-new.page-node-21516 .banner-content .left-banner {
width: 60%;
}
.page-node-21516 #block-vocerahome h1 {
font-size: 45px;
font-weight: 400;
}
.page-node-21516 #block-vocerahome .product_right_sec { 
font-size: 18px;
font-weight: 300;
} 
.page-node-21516 .banner-content .rt-image { 
  width: 40%;
}
  .page-node-21516 #block-vocerahome .btn-section{ 
    margin-bottom: 20px;
  }
  .page-node-21516 .field-product-desc {
    margin-top: 5px;
    margin-bottom: 22px;   
}
@media screen and (max-width: 767px){
  .page-node-21536 .smart-badge-cont-nz p{
    overflow:unset;
  }
  .page-node-21516 #block-vocerahome .vp-btn.contact-cta-nav{
    margin: 5px auto;
  }
    .page-node-21516 #block-vocerahome h1{ 
    font-size: 24px;
  }
  .node-type-vocera-new.page-node-21516 .banner-content .left-banner, .page-node-21516 .banner-content .rt-image{ 
    width :100%;
  }
  .page-node-21516 #block-vocerahome .btn-section .vp-tour-btn{ 
    margin-bottom: 0;
  }
  .page-node-21516 #block-vocerahome .product_right_sec { 
    font-size: 16px;
}
.page-node-21536 .vocera-product-banner .field-product-desc .product_right_sec.vc-sys-8{
font-size: 16px;
line-height: 25px;
}
}
.page-node-16816 ul {
padding-left: 35px;
}
.page-node-16816 .grid ul li  {
padding: 0;
}
/*Ameex changes on Aug6 for Webform page body content duplication*/
.page-node-1354.page-node-type-webform .body-intro-text.field--name-body{
    display:none;
}

/*Ameex changes on Aug14 for vina page starts*/
/*
.node-type-vocera-product.page-node-26011 .page-wrapper.vina.page{ 
    overflow-x: visible;
}
.node-type-vocera-product.page-node-26011 .vocera-prod-bt{ 
    background: transparent url(../img/bg1.png) no-repeat;
     background-position: -216px 0px; 
     padding-bottom: 26px; 
     padding-top: 18px;
 } 
.node-type-vocera-product.page-node-26011 .vocera-prod-bt .view-content{ 
    display: flex; 
    flex-wrap: wrap;
}
.node-type-vocera-product.page-node-26011 .field-product-title{ 
    font-size: 17px; 
    margin-bottom: 0; 
    min-height: 47px;}
.node-type-vocera-product.page-node-26011 .field-product-subtitle{ 
    min-height: 55px;
}
.node-type-vocera-product.page-node-26011 .view-product-features .flexslider{ 
    margin-top: 30px;
}
.node-type-vocera-product.page-node-26011 .we-statistics .col-three-outer{ 
    padding-top: 50px;
}
.node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .field-content p{ 
    margin-bottom: 60px;
}
.node-type-vocera-product.page-node-26011 .mktoForm input[type="text"], .node-type-vocera-product.page-node-26011 .mktoForm input[type="email"], .node-type-vocera-product.page-node-26011 .mktoForm input[type="tel"], .node-type-vocera-product.page-node-26011 .mktoForm textarea[rows="4"], .node-type-vocera-product.page-node-26011 .mktoForm select{ 
    border: 1px solid #BEBEBE; 
    background: #FFF; 
    border-radius: 5px; 
    color: #565959;
}
.node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .mktoForm select{ 
    border-radius: 5px !important; 
    color: #565959 !important;
}
.node-type-vocera-product.page-node-26011 .mktoFieldDescriptor.mktoFormCol{ 
    margin-top: 17px;
}
.node-type-vocera-product.page-node-26011 .mktoButtonRow span.mktoButtonWrap.mktoSimple{ 
    margin-left: 150px !important;
}
.node-type-vocera-product.page-node-26011 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{ 
    background: #DBB12C !important; 
    height: 52px !important; 
    text-transform: uppercase; 
    font-size: 14px !important; 
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25) !important;}
.node-type-vocera-product.page-node-26011 section.connected{ 
    margin-top: 0;
}
.node-type-vocera-product.page-node-26011 .node-type-vocera-product:not(.page-microsite-badge) .newprod-demo .view-product-features > .view-content > .views-row > .views-field:nth-child(1) .field-content{ 
    padding-bottom: 62px;
}
.node-type-vocera-product.page-node-26011 .grid-wrap.desk-12-12 > div {
    width: 100%;
    float: left;
    max-width: 100%;
}
.node-type-vocera-product.page-node-26011 .newprod-demo .view-product-features{ 
    padding-bottom: 13px;
}
.node-type-vocera-product.page-node-26011 .vp-bl-btn:hover {
    background: #008995;
}
.page-node-26011.node-type-vocera-product:not(.page-microsite-badge) .newprod-demo .view-product-features > .view-content > .views-row > .views-field:nth-child(1) .field-content{ 
    margin: 0 auto;
}
.node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .field-content h3, .node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .field-content p{ 
    text-align: center;
}
.node-type-vocera-product.page-node-26011  .vprod-feat-btnsection .vp-btn{ 
    display: none !important;
}
.node-type-vocera-product.page-node-26011 .view-display-id-prod_footer .views-field.views-field-field-demo-desc{
    width:100% !important; 
}
.node-type-vocera-product.page-node-26011 .view-display-id-prod_footer .views-field-nothing{
    display: none;
}
@media (max-width: 1023px) and (min-width: 768px){  
.node-type-vocera-product.page-node-26011 .we-quote-slider .wrapper .slide-container .slick-prev {
margin-left: -25px;
}
.node-type-vocera-product.page-node-26011 .we-quote-slider .wrapper .slide-container .slick-next {
margin-right: -35px;
}
.node-type-vocera-product.page-node-26011 .vocera-prod-bt .voc-pro-feat > .view-content .views-row{ 
padding: 0 15px 0 25px;
}
.node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .field-content p { 
margin-bottom: 43px;
}
.node-type-vocera-product.page-node-26011 form#mktoForm_1032 {
width: 100% !important;
}
.node-type-vocera-product.page-node-26011 .mktoForm input[type="text"], .node-type-vocera-product.page-node-26011 .mktoForm input[type="email"], .node-type-vocera-product.page-node-26011 .mktoForm input[type="tel"], .node-type-vocera-product.page-node-26011 .mktoForm textarea[rows="4"], .node-type-vocera-product.page-node-26011 .mktoForm select{ width: 100% !important;}
​.node-type-vocera-product.page-node-26011 .mktoFieldDescriptor.mktoFormCol {
margin-top: 0;
}
.node-type-vocera-product.page-node-26011 .mktoButtonRow span.mktoButtonWrap.mktoSimple {
margin-left: 100px !important;
}
.node-type-vocera-product.page-node-26011 .field-product-subtitle {
min-height: auto;
}
.node-type-vocera-product.page-node-26011 .vc-badges.vocera-product-banner .view-content > .views-row > .views-field.views-field-nothing{ 
    width: 60%;
}
.node-type-vocera-product.page-node-26011 .vc-badges.vocera-product-banner .view-content > .views-row > .views-field.views-field-body{ 
    width: 40%;
}

.node-type-vocera-product.page-node-26011 .view-product-features .flexslider{ 
    margin-top: 0;
}
.node-type-vocera-product.page-node-26011 .slides .vc-slider > div .field-slider-link{ 
    padding-top: 20px;
}
.node-type-vocera-product.page-node-26011 .we-quote-slider {    
padding: 95px 0 50px;
}
.node-type-vocera-product.page-node-26011  .mktoForm .mktoFormRow{ 
    text-align: center;
}
​.node-type-vocera-product.page-node-26011 .mktoForm .mktoFormCol{ 
    float: none; 
    display: inline-block;
}
​.node-type-vocera-product.page-node-26011 .mktoButtonRow span.mktoButtonWrap.mktoSimple {
margin-left: 0 !important;
}
.node-type-vocera-product.page-node-26011 .mktoForm .mktoButtonRow {
text-align: center;
}
}
@media (max-width: 767px){
.node-type-vocera-product.page-node-26011 .we-quote-slider .wrapper .slide-container .slick-next {
    margin-right: -20px;
}
.node-type-vocera-product.page-node-26011 .vocera-prod-bt .voc-pro-feat > .view-content .views-row{
    margin-bottom: 7px;
}
.node-type-vocera-product.page-node-26011 .vocera-prod-bt{
    margin-bottom: 30px;
}
.node-type-vocera-product.page-node-26011 .views-field-field-demo-desc .field-content p {
    margin-bottom: 20px;
}
}
.vina-instant-communication .flexslider .slides li {
    display: block;
}

.vina-vocera-prod-block .view-product-features .field-product-icon {
    width: 20%;
}
.vina.page .vp-statistics.vp-statistics {
    background: none;
}*/


.node-type-vocera-product .vina.page .vina.page{ 
    overflow-x: visible;
}
.node-type-vocera-product .vina.page .vocera-prod-bt{ 
    background: transparent url(../img/bg1.png) no-repeat;
     background-position: -216px 0px; 
     padding-bottom: 26px; 
     padding-top: 18px;
 } 
.node-type-vocera-product .vina.page .vocera-prod-bt .view-content{ 
    display: flex; 
    flex-wrap: wrap;
}
.node-type-vocera-product .vina.page .field-product-title{ 
    font-size: 17px; 
    margin-bottom: 0; 
    min-height: 47px;}
.node-type-vocera-product .vina.page .field-product-subtitle{ 
    min-height: 55px;
}
.node-type-vocera-product .vina.page .view-product-features .flexslider{ 
    margin-top: 30px;
}
.node-type-vocera-product .vina.page .we-statistics .col-three-outer{ 
    padding-top: 50px;
}
.node-type-vocera-product .vina.page .views-field-field-demo-desc .field-content p{ 
    margin-bottom: 60px;
}
.node-type-vocera-product .vina.page .mktoForm input[type="text"], .node-type-vocera-product .vina.page .mktoForm input[type="email"], .node-type-vocera-product .vina.page .mktoForm input[type="tel"], .node-type-vocera-product .vina.page .mktoForm textarea[rows="4"], .node-type-vocera-product .vina.page .mktoForm select{ 
    border: 1px solid #BEBEBE; 
    background: #FFF; 
    border-radius: 5px; 
    color: #565959;
}
.node-type-vocera-product .vina.page .views-field-field-demo-desc .mktoForm select{ 
    border-radius: 5px !important; 
    color: #565959 !important;
}
.node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol{ 
    margin-top: 17px;
}
.node-type-vocera-product .vina.page .mktoButtonRow span.mktoButtonWrap.mktoSimple{ 
    margin-left: 150px !important;
}
.node-type-vocera-product .vina.page .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{ 
    background: #DBB12C !important; 
    height: 52px !important; 
    text-transform: uppercase; 
    font-size: 14px !important; 
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25) !important;}
.node-type-vocera-product .vina.page section.connected{ 
    margin-top: 0;
}
.node-type-vocera-product .vina.page .node-type-vocera-product:not(.page-microsite-badge) .newprod-demo .view-product-features > .view-content > .views-row > .views-field:nth-child(1) .field-content{ 
    padding-bottom: 62px;
}
.node-type-vocera-product .vina.page .grid-wrap.desk-12-12 > div {
    width: 100%;
    float: left;
    max-width: 100%;
}
.node-type-vocera-product .vina.page .newprod-demo .view-product-features{ 
    padding-bottom: 13px;
}
.node-type-vocera-product .vina.page .vp-bl-btn:hover {
    background: #008995;
}
.node-type-vocera-product:not(.page-microsite-badge) .vina.page .newprod-demo .view-product-features > .view-content > .views-row > .views-field:nth-child(1) .field-content{ 
    margin: 0 auto;
}
.node-type-vocera-product .vina.page .views-field-field-demo-desc .field-content h3, .node-type-vocera-product .vina.page .views-field-field-demo-desc .field-content p{ 
    text-align: center;
}
.node-type-vocera-product .vina.page  .vprod-feat-btnsection .vp-btn{ 
    display: none !important;
}
.node-type-vocera-product .vina.page .view-display-id-prod_footer .views-field.views-field-field-demo-desc{
    width:100% !important; 
}
.node-type-vocera-product .vina.page .view-display-id-prod_footer .views-field-nothing{
    display: none;
}
@media (max-width: 1023px) and (min-width: 768px){  
.node-type-vocera-product .vina.page .we-quote-slider .wrapper .slide-container .slick-prev {
margin-left: -25px;
}
.node-type-vocera-product .vina.page .we-quote-slider .wrapper .slide-container .slick-next {
margin-right: -35px;
}
.node-type-vocera-product .vina.page .vocera-prod-bt .voc-pro-feat > .view-content .views-row{ 
padding: 0 15px 0 25px;
}
.node-type-vocera-product .vina.page .views-field-field-demo-desc .field-content p { 
margin-bottom: 43px;
}
.node-type-vocera-product .vina.page form#mktoForm_1032 {
width: 100% !important;
}
.node-type-vocera-product .vina.page .mktoForm input[type="text"], .node-type-vocera-product .vina.page .mktoForm input[type="email"], .node-type-vocera-product .vina.page .mktoForm input[type="tel"], .node-type-vocera-product .vina.page .mktoForm textarea[rows="4"], .node-type-vocera-product .vina.page .mktoForm select{ width: 100% !important;}
​.node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol {
margin-top: 0;
}
.node-type-vocera-product .vina.page .mktoButtonRow span.mktoButtonWrap.mktoSimple {
margin-left: 100px !important;
}
.node-type-vocera-product .vina.page .field-product-subtitle {
min-height: auto;
}
.node-type-vocera-product .vina.page .vc-badges.vocera-product-banner .view-content > .views-row > .views-field.views-field-nothing{ 
    width: 60%;
}
.node-type-vocera-product .vina.page .vc-badges.vocera-product-banner .view-content > .views-row > .views-field.views-field-body{ 
    width: 40%;
}

.node-type-vocera-product .vina.page .view-product-features .flexslider{ 
    margin-top: 0;
}
.node-type-vocera-product .vina.page .slides .vc-slider > div .field-slider-link{ 
    padding-top: 20px;
}
.node-type-vocera-product .vina.page .we-quote-slider {    
padding: 95px 0 50px;
}
.node-type-vocera-product .vina.page  .mktoForm .mktoFormRow{ 
    text-align: center;
}
​.node-type-vocera-product .vina.page .mktoForm .mktoFormCol{ 
    float: none; 
    display: inline-block;
}
​.node-type-vocera-product .vina.page .mktoButtonRow span.mktoButtonWrap.mktoSimple {
margin-left: 0 !important;
}
.node-type-vocera-product .vina.page .mktoForm .mktoButtonRow {
text-align: center;
}
 .page-node-type-vocera-product .block-vocera-misc.block-compare-devices p{
    font-size:18px !important;
text-align: left;
}  
}
@media (max-width: 767px){
.node-type-vocera-product .vina.page .we-quote-slider .wrapper .slide-container .slick-next {
    margin-right: -20px;
}
.node-type-vocera-product .vina.page .vocera-prod-bt .voc-pro-feat > .view-content .views-row{
    margin-bottom: 7px;
}
.node-type-vocera-product .vina.page .vocera-prod-bt{
    margin-bottom: 30px;
}
.node-type-vocera-product .vina.page .views-field-field-demo-desc .field-content p {
    margin-bottom: 20px;
}
.page-node-21571 .block-views-blockproduct-features-block-3 .views-field-body img{
width: 50%;
}
.page-node-21571 .block-views-blockproduct-features-block-3 .views-field-body .media{
overflow: unset;
}
.node-type-vocera-product .vina.page .smart-badge-cont-nz p{
    overflow: unset;
}
/* Ameex changes for the mobile top block vina page*/
.node-type-vocera-product .vina.page .views-field views-field-nothing,.node-type-vocera-product .vina.page .views-field views-field-body{ 
width: 100%; 
float: left;
}
    
.node-type-vocera-product .vina.page .vc-badges.vocera-product-banner .view-content > .views-row{ 
float: left;
}
.page-node-type-vocera-product .block-vocera-misc.block-compare-devices p{
font-size:14px !important;
text-align: left;
}
.page-node-type-staff .leadership_left_sec, .page-node-type-staff .leadership_right_sec{
   width: 100%;
} 
}
.vina-instant-communication .flexslider .slides li {
    display: block;
}

.vina-vocera-prod-block .view-product-features .field-product-icon {
    width: 20%;
}
.vina.page .vp-statistics.vp-statistics {
    background: none;
}
/*Ameex changes on Aug14 for vina page ends*/
/*Ameex changes on Aug14 for vina page ends*/
@media (min-width: 1281px) {

.page-node-358 .mktoFieldDescriptor.mktoFormCol {
    margin-right:unset !important;
}

}
@media (min-width: 1025px) {
/*Ameex changes for top 150 starts*/

.page-node-type-page .top-great-hc .third { 
    float: left; 
    width: 23.5%; 
    margin-right: 2%; 
    margin-bottom: 2%;
}
.page-node-type-page .top-great-hc .third:nth-child(4n+4){ 
    margin-right: 0;
}
}
/*Ameex changes for top 150 ends*/

.page-node-type-blogauthor .cover-img img{  
    max-width: 400px;
}
@media (max-width: 450px){
.page-node-type-blogauthor .cover-img img{  
    max-width: 100%; 
    width: 100%;}
}
.page-node-type-vocera-product .block-vocera-misc.block-compare-devices .compare_page > h3{
    margin: 100px 0 25px;
}
.page-node-type-vocera-product .block-vocera-misc.block-compare-devices p{
    margin: 0 0 50px 0px;
    font-size:22px;
}
@media (max-width: 1119px){
/* .page-node-type-vocera-product .block-vocera-misc.block-compare-devices p{
    font-size:18px;
text-align: left;
}  */ 
}

.page-node-type-staff .leadership_left_sec{
    width: 22%;
    float: left;
}
.page-node-type-staff .leadership_right_sec{
    width: 78% !important;
    float: left;
}
.page-node-type-staff .staff-left-logo{
    width: 179px;
    margin-top: 10px;
}

.view-id-product_features.view-display-id-block_5 .views-field.views-field-nothing,
.view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-nothing,
.view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-nothing{
    width: 78% !important;
    float: left;
}
.view-id-product_features.view-display-id-block_5 .views-field.views-field-body,
.view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-body, 
.view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-body {  
    width: 22% !important;
    float: left;
}
.vina-smartbadge-slider .vc-badges span.field-content .left-banner .field-product-desc,
.homepage-slider-me-page .vc-badges span.field-content .left-banner .field-product-desc { 
    padding-right: 120px;
}

.we-quote-slider.vina-smartbadge-slider h2,
.homepage-slider-me-page .vinaslide2 h2{ 
    color: #4A4A4A; 
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 0.1em;
}

.view-id-product_features.view-display-id-block_5 .views-field.views-field-nothing .wrapper, 
.view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-nothing .wrapper, 
.view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-nothing .wrapper{ 
    padding-left: 20px !important; 
    padding-right: 0px !important;
}

.view-id-product_features.view-display-id-block_5  .views-field.views-field-body img,
.view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-body img, 
.view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-body img {
    margin: 0 auto;
}
.view-id-product_features.view-display-id-block_5 .smart-badge-cont-nz img,
.view-id-product_features.view-display-id-vina_page_slide_1 .smart-badge-cont-nz img, 
.view-id-product_features.view-display-id-vina_page_slide_2 .smart-badge-cont-nz img{  
    max-height: 360px;
}
.view-id-product_features.view-display-id-block_5 .spin-txt,
.view-id-product_features.view-display-id-vina_page_slide_1 .spin-txt, 
.view-id-product_features.view-display-id-vina_page_slide_2  .spin-txt {
font-size: 15px;
}
   .vina-smartbadge-slider .slick-prev{
    width: 10px;
    height: 10px !important;
    border-bottom: 1px solid #008995;
    border-left: 1px solid #008995;
    transform: rotate(45deg);
    border-radius: 0;
}
.vina-smartbadge-slider .slick-next{
    width: 10px;
    height: 10px !important;
    border-bottom: 1px solid #008995;
    border-left: 1px solid #008995;
    transform: rotate(-135deg);
    border-radius: 0;
}
.vina-smartbadge-slider .slick-prev:before, .vina-smartbadge-slider .slick-next:before{
    content: "";
}

.we-quote-slider.vina-smartbadge-slider {
    padding: 35px 0 0;
}
@media (max-width: 767px){
/*.page-node-type-vocera-product .block-vocera-misc.block-compare-devices p{
    font-size:14px;
text-align: left;
} */  
    .page-node-type-staff .leadership_left_sec, .page-node-type-staff .leadership_right_sec{
        width: 100% !important;
    }
    .vc-badges.vocera-product-banner .view-content > .views-row{ 
        display: block;
    }
    .view-id-product_features.view-display-id-block_5 .views-field.views-field-nothing,
    .view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-nothing, 
    .view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-nothing{ 
        width: 100% !important;
    }
    .view-id-product_features.view-display-id-block_5 .views-field.views-field-body,
    .view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-body, 
    .view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-body{ 
        width: 100% !important;
    }
    .we-quote-slider .wrapper{ 
        padding: 0 !important;
    }
    .view-id-product_features.view-display-id-vina_page_slide_2 .vidyard_wrapper{ 
     float: none;
    }
    .view-id-product_features.view-display-id-vina_page_slide_2 .vp-tour-btn, .view-id-product_features.view-display-id-vina_page_slide_1 .vp-tour-btn{ 
     margin-bottom: 0;
    }
    .we-quote-slider.vina-smartbadge-slider .slick-prev, .we-quote-slider.vina-smartbadge-slider .slick-next{ 
        top: 360px;
    }
}
@media (max-width: 1024px) {
    .vina-smartbadge-slider .vc-badges span.field-content .left-banner .field-product-desc, 
    .homepage-slider-me-page .vc-badges span.field-content .left-banner .field-product-desc {
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-node-type-staff .leadership_left_sec{
        width: 27%;
        float: left;
    }
    .page-node-type-staff .leadership_right_sec{
        width: 73% !important;
        float: left;
    }
    .product_left_sec.vc-sys-4{ padding-left: 0; padding-right: 0;}
    .view-id-product_features.view-display-id-block_5 .views-field.views-field-nothing,
    .view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-nothing, 
    .view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-nothing{ 
        width: 65% !important; 
        padding-right: 0;
    }
    
    .view-id-product_features.view-display-id-block_5 .views-field.views-field-body,
    .view-id-product_features.view-display-id-vina_page_slide_1 .views-field.views-field-body, 
    .view-id-product_features.view-display-id-vina_page_slide_2 .views-field.views-field-body{ 
        width: 35% !important;
    }
}
.vp-btn.vp-tour-btn.gold{
background: -webkit-linear-gradient(#dbb12c, #AA832E) !important;
}
.vp-btn.vp-tour-btn.gold:hover{
background: linear-gradient(#dfb942, #c59601) !important;   
}

.blog-section .vc-role-wrapper > div.view-content{ display: flex; flex-wrap: wrap;}
.blog-section .vc-role-wrapper > div.view-content > div.views-row .bg-rl-img img{ margin: 0 auto;}
@media (min-width: 768px) and (max-width: 1024px){
  .we-quote-slider.vina-smartbadge-slider .slick-prev, .we-quote-slider.vina-smartbadge-slider .slick-next { top: 170px;}
}
/*.vina.page .view-id-product_features.view-display-id-prod_footer #mktoForm_2614 .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText p span {
    display: none;
}*/
.node-type-vocera-product .vina.page .view-id-product_features.view-display-id-prod_footer .mktoFormRow .mktoFormCol .mktoHtmlText {
    display: none;
}
.node-type-vocera-product .vina.page .view-id-product_features.view-display-id-prod_footer .views-field-field-demo-desc .field-content p {
    margin-bottom: 20px;
}

.path-frontpage .we-quote-slider.vina-smartbadge-slider .slide-item, .wrapper.homepage-slider-me-page .slide-item {
    border: none;
}

.wrapper.homepage-slider-me-page .vina-smartbadge-slider .slick-prev, 
.wrapper.homepage-slider-me-page .vina-smartbadge-slider .slick-next {
    width: 10px !important;
}


/*.wrapper.homepage-slider-me-page h2 {
    color: #4A4A4A;    
    line-height: 54px;
    font-weight: 400;
    margin-bottom: 0.1em !important;
    margin-top: 0 !important;
    padding-left: 20px;
    text-align: left;
}

@media (min-width: 1025px) {
    .wrapper.homepage-slider-me-page h2 {
        width: 60%;
        margin: 0.67em 0;
        font-size: 45px;
    }
} */

.we-quote-slider.vina-smartbadge-slider h2, 
.homepage-slider-me-page .vinaslide2 h2{  
    text-align: left;
}
.page-node-type-blogauthor .mid-body .blog-headbody .cover-img img{
    max-width:270px;
}
.page-node-type-blogauthor .mid-body .blog-headbody .cover-img{
    padding-bottom: 50px;
}
.page-node-type-blogauthor .mid-body .blog-headbody .follow-box{
    position: absolute;
    top: inherit !important;
    margin-bottom: 0;
}
.page-node-type-blogauthor .mid-body .blog-headbody .cover-img img{
    max-width:270px;
}
@media (max-width: 767px){
    .page-node-type-blogauthor .mid-body .blog-headbody .cover-img{
        position: relative;
        top: inherit !important;
        padding-bottom: 10px;
    }
}

.vina-page-first-section{ 
    width: 70%; 
    float: left;
}
.vina-page-contact-us-section{ 
    width: 30%; 
    float: left;
}
.vina-page-contact-us-section > .view-id-product_features{ 
    padding-right: 0 !important;
}
.vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc .ng-pristine{ 
    margin-left: 0;
}
.vina-page-first-section .vc-badges.vocera-product-banner .view-content > .views-row > .views-field:nth-child(1){ 
    width: 70%; 
    padding-right: 0%;
}
.vina-page-first-section  .vc-badges.vocera-product-banner .view-content > .views-row > .views-field{ width: 50%;}

.node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol{ 
    margin-top: 0px; 
    margin-bottom: 0 !important;
}
.node-type-vocera-product .vina.page .mktoButtonRow span.mktoButtonWrap.mktoSimple {
    margin-left: 15px !important;
}
.node-type-vocera-product .vina.page .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{  
    margin-top: 15px;
}
.vina-page-contact-us-section, .vina-page-first-section {
    margin-top: 10px;
}
.vina.page .wrapper .wrapper {
    padding-right: 0px !important;
}

.vina-page-first-section h1 {
    padding-bottom: 10px;
}

.wrapper.vina-first-block .vina-page-first-section .field-product-subtitle {
    display: none;
}

@media (max-width: 767px){
    .vina-page-contact-us-section, .vina-page-first-section,
    .vina-page-first-section .vc-badges.vocera-product-banner .view-content > .views-row > .views-field:nth-child(1),
    .vina-page-first-section .vc-badges.vocera-product-banner .view-content > .views-row > .views-field {
        width: 100%;
    }
    .vina.page .wrapper .wrapper {
        padding-right: 20px !important;
    }
    .vina-page-contact-us-section .views-field.views-field-field-demo-desc .field-content {

    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .vina-page-first-section {
        width: 100%;
    }
    .vina-page-contact-us-section {
        width: 100%;
    }
    .vina-page-contact-us-section .views-field.views-field-field-demo-desc form {
        width: 100% !important;
    }
    .vina-page-contact-us-section .views-field.views-field-field-demo-desc .field-content {
        margin: 0 auto;
    }
    .vina-page-contact-us-section .views-field.views-field-field-demo-desc .field-content {
        width: 100%;
        max-width: 650px;
    }
    .mktoForm .mktoFormRow {
        margin: 10px;
    }
    .node-type-vocera-product .vina.page .vina-page-contact-us-section .mktoButtonRow span.mktoButtonWrap.mktoSimple {
        margin-left: 150px !important;
    }
    .node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol {
        margin-top: 17px;
    }
    .node-type-vocera-product .vina.page .vocera-prod-bt .voc-pro-feat > .view-content .views-row {
        padding: 0 15px 0 25px !important;
    }
    .vina.page .vina-first-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vina-page-contact-us-section .view-product-features form .mktoFormCol {
        float: none;
        display: inline-block;
    }
    .node-type-vocera-product .vina.page .vina-page-contact-us-section form#mktoForm_1032 .mktoButtonRow span.mktoButtonWrap.mktoSimple {
        margin-left: 0 !important;
        display: inline-block;
        text-align: center;
    }
    .node-type-vocera-product .vina.page form#mktoForm_1032.mktoForm .mktoButtonRow {
        text-align: center;
        width: 100%;
    }

    .node-type-vocera-product .vina.page form#mktoForm_1032 .mktoFieldDescriptor.mktoFormCol {
        margin-top: 17px;
        margin-left: 2%;
        width: 48%;
    }
    .node-type-vocera-product .vina.page form#mktoForm_1032.mktoForm .mktoFieldWrap{ 
        width: 98%;
    }
}
@media (min-width: 1025px) {
    .vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc, 
    .vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc .ng-pristine, 
    .vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc .ng-pristine, 
    .vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc .ng-pristine .mktoFormCol, 
    .vina-page-contact-us-section .view-id-product_features .views-field-field-demo-desc .ng-pristine .mktoFieldWrap{ 
        width: 100% !important; 
    }
    .vina-page-contact-us-section .mktoForm input[type="text"], .vina-page-contact-us-section .mktoForm input[type="email"], .vina-page-contact-us-section .mktoForm input[type="tel"], .vina-page-contact-us-section .mktoForm textarea[rows="4"], .mktoForm select{ 
        margin: 0; 
        height: 35px;
    }
}
@media (max-width: 1150px) and (min-width: 992px) {
    .page-wrapper {
        overflow-x: hidden;
    }
}

@media (max-width: 1024px) {
    .node-type-vocera-product .vina-page-contact-us-section {
        background: #f5f5f5;
    }
    .node-type-vocera-product .vina-page-contact-us-section {
        background: #f5f5f5 url(../img/blue-bg-right.png) no-repeat;
        background-position: 149% 100%;
        background-size: 66% 129%;
    }
    .vina-page-contact-us-section .views-field.views-field-field-demo-desc .field-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }   
    .vina-page-contact-us-section .view.view-product-features {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }
    .vina.page .vina-first-block .wrapper {
        padding-left: 0 !important;
    }
    .vina-page-first-section {
        padding-left: 40px;
        padding-right: 30px;
    }
    .vina.page .vina-first-block .wrapper {
        padding-right: 0 !important;
    }
    .vina.page .vina-first-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vina.page .view.view-product-features {
        padding-top: 0 !important;
    }

    .node-type-vocera-product .vina.page form#mktoForm_2614 .mktoFormRow label,
    .node-type-vocera-product .vina.page form#mktoForm_2393 .mktoFormRow label,
    .node-type-vocera-product .vina.page form#mktoForm_2615 .mktoFormRow label {
        text-align: left !important;
    }
}
@media screen and (max-width: 640px) {
    .vina-page-contact-us-section .mktoForm {
       padding: 10px 10px 10px 26px;
    }
    .node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol {
        width: 100%;
    }
    .node-type-vocera-product .vina.page .mktoFieldDescriptor.mktoFormCol select {
        width: 98%;
    }
    .vina.page .view.view-product-features .views-field-field-demo-desc p {
        padding-left: 5px;
    }
    .vocera-vina-microsite .we-quote-slider .wrapper .slide-container .slick-next {
        margin-right: -20px;
    }
    .vocera-vina-microsite .we-quote-slider .wrapper {
        padding: 0 2px !important;
    }
}
.node-type-sem-page .sepsis-font-reduce-17{
    font-size: 17px;    
} 
.node-type-sem-page .sepsis-font-reduce-15{
    font-size: 15px;    
}
.node-type-sem-page #mktoForm_2616 .mktoButton:before{
    content: 'Request Now' !important;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .vocera-vina-microsite .we-quote-slider .wrapper .slide-container .slick-next {
        margin-right: -30px !important;
    }
}
@media (min-width : 768px) and (max-width : 1024px) {
    .vocera-vina-microsite span.mktoButtonWrap.mktoSimple {
        margin-left: 35px !important;
    }
    .vocera-vina-microsite .mktoForm  { 
        width: 100% !important;
    }
    .vocera-vina-microsite .we-quote-slider .wrapper .slide-container .slick-prev {
        margin-left: -30px;
    }
    .vocera-vina-microsite .we-quote-slider .wrapper .slide-container .slick-next {
        margin-right: -30px !important;
    }
}

@media (max-width : 767px) {
    .vocera-vina-microsite span.mktoButtonWrap.mktoSimple {
        margin-left: 0 !important;
    }
}
@media ( min-width : 870px ){
    .sepsis-page-mobile-image img.sepsis-smartbadge-logo{ 
        /*margin-left: 15px !important;*/
    }
}
.page-node-type-vocera-product .view-id-product_features.view-display-id-product_desc .field-product-desc{ 
    width: 100%;
}
.node-type-sem-page .sepsis-center{
    text-align: center;
}
.node-type-sem-page .sepsis-center img{
    max-width:200px;
}
/* Sepsis page changes on sep 23 starts */
.page-node-type-sem-page .sepsis-page-mobile-image img.sepsis-smartbadge-logo{ width: 100%;}
.page-node-type-sem-page .sepsis-page-mobile-image p, .page-node-type-sem-page .sepsis-center p{ font-size: 15px; text-align: center;}
.node-type-sem-page .sepsis-center img.sepsis-right-smartphone {
max-width: 170px;
}
.page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slide-item .writer-img{ margin-left: 2px;}
.page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slide-item .quote-text{ width: calc(100% - 150px);}
.page-node-type-sem-page img.sepsis-smartbadge-logo.sepsis-left-smartbadge + p {  
text-align: center;
}
.page-node-type-sem-page img.sepsis-smartbadge-logo.sepsis-left-smartbadge {    
width: 130px;
}
.page-node-type-sem-page img.sepsis-right-smartphone {
    max-width: 170px;
    margin: 0 auto;
    display: block;
}
.we-events .view-display-id-upcoming_events_paged .list-events h3 {
    padding: 10px;
    background-color: #666;
    color: #fff;
    text-transform: uppercase;
}
.we-events .view-display-id-upcoming_events_paged .list-events .slide-item {
    padding: 5px 0 10px 10px;
    margin-bottom: 0;
}

.view-id-microsite_header_views.view-display-id-block_1 .microsite-vina-solution-brief-button {
    text-align: right;
    margin-top: 20px;
}
.view-id-microsite_header_views.view-display-id-block_1 .microsite-vina-solution-brief-button a {
    background-color: #008995;
}

@media ( max-width: 1024px ){
   .page-node-type-sem-page.micro-background-image header{ left: 0;}
   .page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slick-next{ margin-right: -30px;}
    .page-node-type-sem-page .sepsis-page-mobile-image img.sepsis-smartbadge-logo{ width: 80%;}
}
@media ( max-width: 767px ){
   .page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slick-next{ margin-right: -15px;}
   .page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slick-prev{ margin-left: -15px;}
   .page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slide-item .quote-text{ padding-left: 2px;}
   .view-id-microsite_header_views.view-display-id-block_1 .microsite-vina-solution-brief-button {
        text-align: center;
    }
}
@media ( max-width: 991px ){
.page-node-type-sem-page .sepsis-page-mobile-image img.sepsis-smartbadge-logo{ width: 144px;}
}
@media (max-width: 767px){
.page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slide-item .quote-text{ width: 100%;}
.page-node-type-sem-page .sepsis-slider .we-quote-slider .wrapper .slide-container .slide-item .writer-img{ margin: 0 auto;}
}

/* Sepsis page changes on sep 23 ends */

/*Start gartner homepage slider*/
.gartner-slider-homepage{ padding: 7px !important; display: flex; flex-wrap: wrap; width: 100%; float: left;}
.gartner-slider-homepage .gartner-slider-image{ padding: 0 10px 0 0; display: flex;}
.gartner-slider-homepage .gartner-slider-content{ display: flex; padding: 0;width: 35%;}
.gartner-slider-homepage .gartner-slider-content-right{ padding: 7px 20px; width: 100%; float: left;}
.gartner-slider-homepage .gartner-slider-content-right { 
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #4A4A4A;
    margin-top: 5px;
    margin-bottom: 22px;
}
.gartner-slider-homepage .gartner-slider-content-right p strong{ font-weight: 900;font-size: 15px;}
.gartner-slider-homepage .gartner-slider-content-right li{ font-size: 15px; color: #4A4A4A; list-style-position: inside;}
.gartner-content-logo{
     /* width: 100%; float: left; */
     padding-top: 30px;
}
.gartner-slider-homepage .gartner-content-logo p { 
    text-align: right; 
    margin-right: 20px; 
    margin-top: 20px;
    margin-bottom: 10px;
}
.gartner-slider-homepage .gartner-content-logo img{ width: 90px; float: right;}
.gartner-register-button {
    text-align: center;
    padding-bottom: 5px;
}
.gartner-register-button a {
    background-color: #2d7f88;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-weight: 400;
    border-radius: 8px;
    font-size: 18px;
}
.gartner-slider-homepage .gartner-slider-image img{ width: 100%;}

@media(max-width: 767px) {
    .gartner-slider-content.col-lg-4,
    .gartner-slider-image.col-lg-8 {
        width: 100% !important;
    }
    .gartner-slider-content.col-lg-4 {
        margin-top: 10px;
    }
    .gartner-slider-homepage .gartner-slider-image {
        padding: 0 2px;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .gartner-slider-image.col-lg-8 {
        width: 60.66666667% !important;
    }
    .gartner-slider-content.col-lg-4 {
        width: 39.33333333%;
    }
}
.vocera-safety-microsite .page-wrapper section.top img {
    width: 100%;
}
/*
.vocera-safety-microsite .page-wrapper section.top {
    height: 200px !important;
}
.vocera-safety-microsite .page-wrapper section.top {
    background-image: url("/sites/default/files/2019-10/SafetyImage_web.png");
    background-size: cover;
}*/
/*End gartner homepage slider*/

.vocera-safety-microsite .col-lg-8 h1, .vocera-safety-microsite .col-lg-12 h2{ font-size: 30px; font-weight: 400; text-align: left; color: #008995; margin-top: 30px;}
.vocera-safety-microsite .col-lg-12 h2{ font-size: 26px;}
.vocera-safety-microsite .mktoForm input[type=text], .vocera-safety-microsite .mktoForm input[type=url], .vocera-safety-microsite .mktoForm input[type=email], .vocera-safety-microsite .mktoForm input[type=tel], .vocera-safety-microsite .mktoForm input[type=number], .vocera-safety-microsite .mktoForm input[type=date], .vocera-safety-microsite .mktoForm select.mktoField, .vocera-safety-microsite .mktoForm textarea.mktoField{ width: 100% !important; height: 30px; border-radius: 0; box-shadow: none; border: none;}
.vocera-safety-microsite .mktoForm .mktoAsterix, .vocera-safety-microsite .mktoForm .mktoRequiredField label.mktoLabel, .vocera-safety-microsite .mktoForm .mktoGutter{ display: none;}
.vocera-safety-microsite .main-section-content .col-lg-8 > p, .vocera-safety-microsite .col-lg-12 > p{ text-align: left;}
.vocera-safety-microsite .mktoForm{ background: #c0c0c0; width: 90% !important; margin: 0; padding: 10px 20px 30px;}
.vocera-safety-microsite .mktoForm .mktoFormCol, .vocera-safety-microsite .mktoForm .mktoFieldWrap{ width: 100%;}
.vocera-safety-microsite .mktoForm .mktoButtonRow{ width: 100%; text-align: center;}
.vocera-safety-microsite .mktoForm .mktoButtonRow .mktoButtonWrap{ margin-left: 0;}
.vocera-safety-microsite .mktoForm .mktoButtonWrap.mktoNative button.mktoButton{ background: #fff; color: #000; margin: 12px auto 0; display: inline-block; padding: 10px 15px; border: 1px solid #000; font-weight: 600;}
.vocera-safety-microsite .col-lg-4 .we-quote-slider .wrapper .slide-container .slide-item .quote-text{ width: 100%; padding: 0 10px;}
.vocera-safety-microsite .we-quote-slider .wrapper .slide-container .slick-prev{ margin-left: -15px;}
.vocera-safety-microsite .we-quote-slider .wrapper .slide-container .slick-next{ margin-right: -15px;}
.vocera-safety-microsite .vote-form{ padding: 0 10px;}
.vocera-safety-microsite .vote-form h3.poll-question{ color: #008995; font-size: 17px; font-weight: 500;}
.vocera-safety-microsite .vote-form #edit-choice > div{ width: 100% !important; float: left;}
.vocera-safety-microsite .vote-form #edit-choice .radio input[type="radio"]{ position: inherit;}
.vocera-safety-microsite .vote-form #edit-choice .radio label{ padding-left: 0;}
.vocera-safety-microsite .vp-btn{ min-width: auto; padding: 10px 15px;}
.gartner-slider-homepage .gartner-slider-image img{ width: 100%;}

.microsite-safety-slider .rotating-carousel .we-quote-slider .wrapper .slide-container .slide-item .quote-text .title p {
    font-weight: 400;
    text-align: left;
    color: #008995;
    margin-top: 30px;
}
.microsite-safety-slider .rotating-carousel .we-quote-slider .wrapper .slide-container .slide-item .quote-text .title p:before,
.microsite-safety-slider .rotating-carousel .we-quote-slider .wrapper .slide-container .slide-item .quote-text .title p:after,
.microsite-safety-slider .rotating-carousel .we-quote-slider .wrapper .slide-container .slide-item .quote-text .desc p:before,
.microsite-safety-slider .rotating-carousel .we-quote-slider .wrapper .slide-container .slide-item .quote-text .desc p:after {
    content: none;
}

.row.main-section-content .col-lg-4.first-right-sidebar {
    border-left: solid 1px #ebebeb;
}
.col-lg-12.contact-us-button-right {
    text-align: right;
}
.page-wrapper.vocera-safety-microsite .col-lg-12.contact-us-button-right a {
    padding: 10px 25px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    background: #dbb12c;
    background: linear-gradient(#DBB12C, #AA832E);
    background: -moz-linear-gradient(#dbb12c, #AA832E);
    background: -o-linear-gradient(#dbb12c, #AA832E);
    background: -webkit-linear-gradient(#dbb12c, #AA832E);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.page-wrapper.vocera-safety-microsite .contact-us-button-right {
    width: 100%;
    float: left;
    text-align: right;
    margin-left: 40px;
}

.page-wrapper.vocera-safety-microsite .contact-us-button-right a{
    padding: 10px 25px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    background: #dbb12c;
    background: linear-gradient(#DBB12C, #AA832E);
    background: -moz-linear-gradient(#dbb12c, #AA832E);
    background: -o-linear-gradient(#dbb12c, #AA832E);
    background: -webkit-linear-gradient(#dbb12c, #AA832E);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
}
.gartner-slider-homepage .gartner-slider-image{ 
    width: 65%;
}
#sliding-popup.sliding-popup-bottom { 
    background: #777 !important;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons .agree-button { 
    background: #2d7f88 !important;
}
.bor_adj { 
    border-left: 1px solid #ebebeb;
}
.we-quote-slider .wrapper .slide-container .slide-item .writer-img {
    position: relative;
}
.we-quote-slider .wrapper .slide-container .slide-item .writer-img img {
    position: absolute; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text { 
    width: 75%;
}

.joint-commission { 
    margin-left: 29px; 
    color: #008995; 
    font-weight: bold;
}
@media (max-width: 1024px){
    #sliding-popup.sliding-popup-bottom .popup-content #popup-text{ width: 100%;}
    .page-wrapper.vocera-safety-microsite .contact-us-button-right{ margin-left: 10px;}
    .page-wrapper.vocera-safety-microsite .contact-us-button-right a{ padding: 7px 15px;}
}
@media (max-width: 767px){
    .bor_adj{ border-left: none;}
    .vocera-safety-microsite .col-lg-8 h1#page-title{ margin-top: 100px;}
    .page-wrapper.vocera-safety-microsite .contact-us-button-right{ margin-left: 0;}
    .persistent-nav .nav-actions{ margin-top: 35px;}
    .page-wrapper.vocera-safety-microsite .contact-us-button-right{ margin-top: 10px;}
    .vocera-safety-microsite .mktoForm{ width: 100% !important;}
    .row.main-section-content .col-lg-4.first-right-sidebar{ border-left: none;}
}
a.cookie-link{
    color: #ffffff !important;
    text-decoration: underline !important;
}

@media (min-width: 1100px){
  .ein-featured-resources-wrap .view-id-ein_upcoming_event img{ height: 200px; }
}
.toolkits-section, .ein-blog-section, .toolkits-section, .ein-webinar-section, .ein-research-reports-section { padding: 40px 0;}
.toolkits-section .slider2{ padding-top: 30px; }
.toolkits-section .slider2 .slider-wrapper2 .ein-item .outer_vidyard_wrapper .title{ padding-left: 15px; }
.ein-blog-section .slider2 .slider-wrapper2 .ein-item .rounded-feature overlay-box img{ height: 238px;}

.ein-blog-section .ein-item .outer_vidyard_wrapper img {
    height: 238px;
}
.node-type-ein-page .page-wrapper.we-ein-page.we-ein-uk-pages h2#page-subtitle {
    width: 75%;
}
.toolkits-section .ein-item.views-row,
.ein-webinar-section .ein-item.slide-content.views-row,
.ein-research-reports-section .ein-item.slide-item2.views-row {
    width: 32%;
    padding-right: 0;
    margin-right: 2%;
}
.toolkits-section .ein-item.views-row:last-child,
.ein-webinar-section .ein-item.slide-content.views-row:last-child,
.ein-research-reports-section .ein-item.slide-item2.views-row:last-child {
    width: 32%;
    padding-right: 0;
    margin-right: 0;
}

.ein-webinar-section, .ein-blog-section {
    padding-bottom: 0;
}

.ein-blog-section .slippery-prev-arrow {
    left: initial !important;
    right: 55px !important;
}
.ein-blog-section .slippery-next-arrow {
    top: -50px !important;
    margin-top: 0 !important;
}
.ein-blog-section .slippery-arrow {
    top: -50px !important;
    margin-top: 0 !important;
}

.toolkits-section{padding-bottom: 0px}
.toolkits-section .slider-holder2{overflow: inherit !important;}
.toolkits-section .slider-holder2 .ein-item img{    height: 270px !important;object-fit: cover;}
.ein-blog-section .slider2{padding-top: 30px}
.ein-blog-section .slider2 .slider-holder2 {height: 322px !important;}

.ein-video-section .each-video-section{margin: 40px 0px;width:33.3%;float: left;}
.ein-video-section .each-video-section .vidyard_player span{width: 80% !important;height: 160px !important; }
.ein-video-section .each-video-section .bigger {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
    width: 80%;
}

.aged-care-quote p:after {
    content: "\201D";
    display: inline-block;
    overflow: hidden;
    color: #77bc1f;
    font-weight: normal;
    height: 22px;
    font-size: 36px;
    line-height: 36px;
}
.aged-care-quote p:before {
    content: "\201C";
    display: inline-block;
    overflow: hidden;
    color: #77bc1f;
    font-weight: normal;
    height: 22px;
    font-size: 36px;
    line-height: 36px;
}
.aged-care-quote .quote-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 5px;
}

.aged-care-quote .quote-text .writer-info {
    font-size: 14px;
    color: #616464;
}

.aged-care-quote {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.aged-care-quote .writer-img {
    width: 17%;
    float: left;
    margin-right: 3%;
}
.aged-care-quote .quote-text {
    width: 80%;
    float: left;
}

.toolkits-section .slider2 .slider-wrapper2 {
    position: relative;
}

.col-lg-4.social-media-icons .social-icons-podcast,
.col-lg-4.social-media-icons .search-form {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.col-lg-4.social-media-icons .social-icons-podcast a img {
    width: 32%;
    height: 32px;
}

.col-lg-4.social-media-icons .social-icons-podcast a {
    padding-right: 1%;
}

.col-lg-4.social-media-icons .social-icons-podcast a:last-child {
    padding-right: 0;
}

.middle-body .wrap-section .blog-post .blog-header {
    max-width: 100% !important;
    padding-left: 0 !important;
}
.view-id-podcast.view-display-id-block_1,
.view-id-podcast.view-display-id-block {
    padding-top: 0;
}
.podcast-list-item {
    width: 100%;
}

.podcast-list-item .article-box {
    width: 80% !important;
}

.podcast-list-item .box-img {
    width: 20%;
    float: left;
}

.view-id-podcast.view-display-id-block_1 .view-content {
    padding: 0;
}
.podcast-page .box-img img {
    border: 2px solid #fff;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1.2em;
}
.podcast-page .row {
    width: 100%;
    float: left;
    margin: 0 auto;
}
.podcast-page .col-lg-4.social-media-icons {
    padding-top: 10px;
}
/*.view-id-podcast.view-display-id-block_1 .view-content .detail-box p {
    display: inline;
}*/

.view-id-podcast.view-display-id-block .divider {
    margin: 30px 0;
}

.vina.page .slides li:nth-child(2) .vc-slider .field-slider-title,
.vina.page .slides li:nth-child(2) .vc-slider .field-slider-desc {
    color: #4A4A4A;
}
.vina.page .slides li:nth-child(2) .vc-slider {
    top: 13%;
}


.vina.page .vina-instant-communication .flexslider .slides li {
    position: relative;
}

.podcast-page .wrap .podcast-list-item h2.headtitle {
    width: 100%;
}

body.page-node-type-product .product-top-left.accessories-and-estore {
    width: 100%;
    border: none;
}
@media (max-width: 997px){
    .node-type-ein-page .page-wrapper.we-ein-page.we-ein-uk-pages h2#page-subtitle {
        width: 100%;
    }
}
@media (max-width: 767px){
    .ein-research-reports-section .ein-item.slide-item2.views-row,
        .toolkits-section .ein-item.views-row,
        .ein-webinar-section .ein-item.slide-content.views-row{
         width: 100% !important;
    }
    .ein-research-reports-section .slider2 .slider-holder2, body .ein-pad .field-product-categories.feature.product-feature img{
        height: auto !important;
    }
    .ein-featured-resources-wrap .view-ein-upcoming-event{
        width: 100%;
    }
    .ein-featured-resources-wrap .view-ein-upcoming-event{
        max-width: 100% !important;
    }
        .ein-featured-resources-wrap,
        .ein-featured-resources-wrap .view-ein-upcoming-event .view-empty img,
        .ein-pad .field-product-categories.feature.product-feature,
        .ein-pad .field-product-categories.feature.product-feature img,
        .ein-pad .field-product-categories.feature.product-feature .field-body,
        .ein-video-section .each-video-section,
        .ein-video-section .each-video-section .vidyard_player span,
        .ein-video-section .each-video-section .bigger {
        width: 100% !important;    
    }
    .ein-research-reports-section .slider-wrapper2.clearfix {
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 1099px){
    .ein-featured-resources-wrap .view-ein-upcoming-event .view-empty img{
        width: 320px;
    }
}

@media (max-width: 640px) {
    .podcast-page .middle-body .wrap-section .blog-post .blog-header .h1 {
        font-size: 35px;
    }
    .podcast-page .middle-body .detail-box {
        text-align: left;
    }
   
    .podcast-page .podcast-list-item .box-img {
        margin-top: 0;
        position: absolute;
        width: 100%;
        height: auto;
        padding: 0;
        float: right;
    }
    .podcast-page .middle-body .article-box {
        width: 100% !important;
        padding-top: 230px;
        text-align: center;
        float: left;
        margin: auto;
        margin-top: 0;
        display: inline;
    }
    .podcast-page .box-img img {
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .podcast-page .col-lg-8 {
        width: 66.66666667%;
        float: left;
    }
    .podcast-page .col-lg-4 {
        width: 33.33333333%;
        float: left;
    }
}
@media(max-width: 1023px) and (min-width:768px) {
    .podcast-page .col-lg-4.social-media-icons {
        width: 50%;
        height: auto;
        float: right;
    }
    .podcast-page .detail-box {
        font-size: 14px;
    }
}
@media screen and (min-width: 812px) {
    .region-footer-fourthcolumn .additional-mobile-menus-list {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-8.col-xs-12.reach-out-and-put-patient-safety {
        width: 100% !important;
    }
    .patient-centered-care-bottom-section {
        width: 100% !important;
    }
}
@media screen and (max-width: 640px) {
.webinar-on-demand-section, .put-patient-safety-section {
    padding-left: 30px;
    padding-top: 10px;
}