.padding-50 {
    padding: 50px 0;
}
.region-content-multilingual .view-content>.item-list>h3 { /* partners/integration-partners css changes */
    margin: 0 !important;
}
.region-content-multilingual .view-partners h3>p {
    font-size: 14px;
}

/*
 * English page fixes
 */
#all-overviews .quote-bg .product-text.textleft {
    max-width: 770px;
}

.node-type-blog .addthis_button_compact,
.page-node-2323 .addthis_button_compact,
.page-taxonomy-term-71 .addthis_button_compact,
.page-taxonomy-term-72 .addthis_button_compact,
.page-taxonomy-term-73 .addthis_button_compact,
.page-taxonomy-term-74 .addthis_button_compact,
.page-blog-archive .addthis_button_compact {
    display: none !important;
}

.blog-post a,
.blog-post a:focus,
.blog-post a:active {
    text-decoration: none;
    color: #00a2a9 !important;
    font-style: normal;
}

.blog-post .desk-3-12 {
    width: 27.2%;
    padding-left: 29px;
    padding-right: 11px;
}

.blog-post .desk-9-12 {
    width: 72.2%;
    padding-right: 10px;
}

.blog-post .desk-9-12.padding-right-none {
    padding-right: 0px;
    width: 72.8%;
}

.blog-post input::-webkit-input-placeholder {
    color: #616464;
}

.blog-post input:-moz-placeholder { /* Firefox 18- */
    color: #616464;
}

.blog-post input::-moz-placeholder { /* Firefox 19+ */
    color: #616464;
}

.blog-post input:-ms-input-placeholder {
    color: #616464;
}

.blog-post .search-form {
    position: relative;
    background: #ebebeb;
    border-radius: 12px 0 12px 0;
    padding: 8px 16px 8px 20px;
    margin-top: 0;
    margin-bottom: 31px;
    width: calc(100% - 6px);
}

.blog-post .search-form form:after {
    content: "";
    display: block;
    clear: both;
}

.blog-post .search-form input[type="text"] {
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 18px;
    border: 0;
    width: calc(100% - 17px);
}

.blog-post .search-form input[type="submit"] {
    border: 0;
    background: rgba(0, 0, 0, 0);
    float: right;
    width: 17px;
    height: 25px;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1;
}

.blog-post .search-form:after {
    content: "\4d";
    display: block;
    position: absolute;
    top: 9px;
    right: 16px;
    font-family: 'icomoon';
    font-size: 17px;
    color: #fff;
}

.blog-post .divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}

.blog-post .divider:before {
    content: "";
    background-image: url("../img/divider-before.jpg");
    position: absolute;
    width: 75px;
    height: 1px;
    top: 0;
    left: 0;
}

.blog-post .divider:after {
    content: "";
    background-image: url("../img/divider-after.jpg");
    position: absolute;
    width: 75px;
    height: 1px;
    top: 0;
    right: 0;
}

.blog-post .update-form {
    margin-top: 24px;
    margin-bottom: 30px;
    padding-right: 9px;
}

.blog-post .update-form h2 {
    color: #616464;
    margin-bottom: 18px;
}

.blog-post .update-form input[type="email"] {
    font-size: 14px;
    padding: 12px 20px 13px;
    background-color: #ebebeb;
    border-radius: 12px 0 12px 0;
    border: 0;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    box-shadow: none !important;
}

.blog-post .update-form input[type="email"]:focus {
    border: 0 !important;
}

.blog-post .update-form button,
.blog-post .update-form .thank-msg a,
.blog-banner .thank-msg a {
    width: 100% !important;
    background: url("../img/gold-back-2.png") #AA832E repeat-x !important;
    color: #FFF !important;
    border: 0 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 0 11px !important;
}

.blog-post .update-form button:hover,
.blog-post .update-form .thank-msg a:hover,
.blog-banner .thank-msg a:hover {
    color: #fff !important;
    background: #c59601 !important;
    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;
    text-decoration: none;
}

.blog-post .update-form .thank-msg a,
.blog-banner .thank-msg a {
    display: block;
    text-align: center;
}

.blog-post .update-form .thank-msg a:focus,
.blog-banner .thank-msg a:focus,
.blog-post .update-form .thank-msg a:active,
.blog-banner .thank-msg a:active {
    text-decoration: none;
}


.thank-msg h2 {
    margin-bottom: 10px;
}

.thank-msg p {
    font-size: 14px;
    line-height: 18px;
}

.blog-post .update-form .mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
}

.blog-post .update-form .mktoForm .mktoOffset,
.blog-post .update-form .mktoForm .mktoGutter {
    width: 0 !important;
}

.blog-post .update-form .mktoForm .mktoRequiredField label.mktoLabel {
    display: none;
}

.blog-post .update-form .mktoForm {
    width: auto !important;
    margin-left: 0;
}

.blog-post .update-form .mktoForm .mktoFieldWrap {
    float: none;
}

.blog-post .update-form .mktoForm span {
    margin-left: 0 !important;
}

.blog-post .update-form .mktoForm div {
    width: 100%;
}

.blog-post .post-tabs {
    margin-top: 29px;
    margin-bottom: 29px;
}

.blog-post .tabs-holder:after {
    content: "";
    display: block;
    clear: both;
}

.blog-post .tabs-holder .recent.active,
.blog-post .tabs-holder .recommended.active {
    position: relative;
    background: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 8px 0 0 0;
}

.blog-post .tabs-holder .active:after {
    content: "";
    position: absolute;
    background: url("../img/active-tab1.png");
    width: 30px;
    height: 43px;
    background-size: cover;
    right: -29px;
    top: -1px;
}

.blog-post .tabs-holder .recommended.active {
    border-radius: 0 8px 0 0;
    border-right: 1px solid #e1e1e1;
    border-left: 0;
}

.blog-post .tabs-holder .recommended p {
    padding-left: 0;
}

.blog-post .tabs-holder .recommended.active:after {
    left: -29px;
    right: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.blog-post .tabs-holder .active p {
    color: #616464;
}

.blog-post .tabs-holder p {
    color: #008895;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 6px 12px 15px;
    margin: 0;
    letter-spacing: 0.010em;
}

.blog-post .tabs-holder .recent {
    float: left;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.blog-post .tabs-holder .recommended {
    float: right;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.blog-post .tabs-holder .recent p {
    padding: 12px 0 12px 14px;
}

.blog-post .tabs-content {
    background: #f2f2f2;
    border: 1px solid #e1e1e1;
    padding: 12px 41px 62px 28px;
    margin-top: -1px;
}

.blog-post .tabs-content .tab-posts.active {
    display: block;
}

.blog-post .tabs-content .tab-posts {
    display: none;
}

.blog-post .tabs-content ul li {
    padding: 0;
    margin-top: 9px;
    list-style-image: url("../img/list-arrow.png?1387322939");
}

.blog-post .tabs-content a {
    font-size: 14px;
    line-height: 18px;
    color: #008895;
    font-family: 'Neue Helvetica W01', "Helvetica Neue", sans-serif;
    margin: 0;
    text-decoration: none;
}

.blog-post .tabs-content p {
    margin: 0;
}

.blog-post .tabs-content .tab-posts .view {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-post .tabs-content .tab-posts .view .view-content {
    padding-bottom: 0;
}

.blog-post .archive {
    position: relative;
    margin-top: 24px;
    margin-bottom: 30px;
}

.blog-post .archive .h2 {
    color: #616464;
    margin-bottom: 13px;
    font-size: 24px;
    margin-bottom: 0.4em;
    font-weight: 200;
}

.blog-post .white-paper {
    margin-top: 22px;
    margin-bottom: 33px;
}

.blog-post .archive .select-month {
    position: relative;
    padding: 9px 20px;
    height: 41px;
    background: #ebebeb;
    cursor: pointer;
}

.blog-post .archive .select-month:after {
    content: "";
    background-image: url("/sites/all/themes/vocera/img/selectbox-arrow.png");
    background-size: cover;
    position: absolute;
    right: 21px;
    top: 17px;
    width: 9px;
    height: 7px;
}

.blog-post .archive .select-month span {
    font-size: 14px;
    color: #726865;
}

.blog-post .archive .view-archive {
    position: relative;
    padding-top: 1px;
    display: none;
}

.blog-post .archive .view-archive.open {
    display: block;
}

.blog-post .archive .view-archive.open .view-content {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.blog-post .archive .view-archive .item-list {
    background: #ebebeb;
    padding: 9px 20px;
}

.blog-post .archive .view-archive ul {
    list-style: none;
    font-size: 14px;
    max-height: 150px;
    overflow: auto;
    margin-bottom: 0;
}

.blog-post .archive .view-archive ul li {
    padding: 9px 0 !important;
}

.blog-post .archive .view-archive ul li a {
    color: #726865 !important;
}

.blog-post .white-paper .h2 {
    position: relative;
    color: #616464;
    font-size: 24px;
    margin-bottom: 0.4em;
    font-weight: 200;
}

.blog-post .white-paper .bg-img {
    position: relative;
}

.blog-post .white-paper .bg-img img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-post .white-paper .text-img {
    position: relative;
    font-size: 0;
    margin-bottom: 13px;
    border: 2px solid #ebebeb;
    border-radius: 22px 0;
    display: inline-block;
    max-width: 245px;
    overflow: hidden;
}

.blog-post .white-paper .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px 10px 20px;
}

.blog-post .white-paper .content p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-transform: capitalize;
}

.blog-post .blog-tweet {
    margin-top: 26px;
    margin-bottom: 30px;
    display: none;
}

.blog-post .blog-tweet .left-icon {
    float: left;
    margin-top: 4px;
    margin-left: 1px;
}

.blog-post .blog-tweet .tweet-container:after {
    content: "";
    display: block;
    clear: both;
}

.blog-post .blog-tweet .right-text {
    float: right;
    max-width: 189px;
    width: 100%;
}

.blog-post .blog-tweet .right-text p {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    margin: 0;
    color: #616464;
}

.blog-post .blog-tweet .right-text p span {
    color: #008996;
}

.blog-post .blog-tweet .more-tweets {
    display: block;
    position: relative;
    color: #008895;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 13px;
    margin-top: 19px;
    text-decoration: none;
}

.blog-post .blog-tweet .more-tweets:before {
    content: "";
    background: url("../img/list-arrow.png?1387322939");
    position: absolute;
    top: 4px;
    left: 1px;
    background-size: cover;
    width: 4px;
    height: 7px;
}

.middle-body .wrap-section .blog-post .blog-header {
    max-width: 1120px;
    float: left;
    padding-left: 20px;
    padding-top: 0;
}

.middle-body .wrap-section .blog-post .blog-header h1,
.middle-body .wrap-section .blog-post .blog-header .h1 {
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 0.01em;
    color: #7b6d65;
    line-height: 1.0;
    margin-bottom: 0;
}

.middle-body .wrap-section {
    max-width: 1120px;
    margin: auto;
}

.blog-mid .blog-source-name {
    float: left;
    padding-top: 20px;
    border-left: 5px solid #E5E6E2;
    padding-left: 15px;
    margin-bottom: 20px;
}

/*
 * we-opening-collapse
 */
.we-opening-collapse button.accordion {
    padding: 20px 40px 20px 20px;
    width: 100%;
    border: solid 1px #ebebeb;
    border-bottom: 0;
    text-align: left;
    outline: none;
    background-color: transparent;
    color: #008995;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.we-opening-collapse h1 {
    margin-bottom: 40px;
}
.we-opening-collapse .accordion.active {
    color: #fff;
    background: #008995;
    border: 1px solid #008995;
}
.we-opening-collapse button.accordion:last-child,
.we-opening-collapse .panel:last-child {
    border-bottom: 1px solid #ebebeb;
}
.we-opening-collapse .accordion:after {
    content: "+";
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 24px;
}
.we-opening-collapse .accordion.active:after {
    content: "-";
}
.we-opening-collapse .panel {
    overflow: hidden;
    background: transparent;
    border: solid 1px #ebebeb;
    border-width: 0 1px;
    padding: 0 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: 0.4s ease-in-out all;
}
.we-opening-collapse .panel h3 {
    margin-top: 20px;
    font-weight: 400;
}
.we-opening-collapse .panel p {
    color: #7b6d65;
    line-height: 1.4;
    font-size: 16px;
}

/*
 * we-bottom-image.
 */
.content-800 {
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.bg-blue {
    background-color: #008995;
    color: #fff;
}
.center {
    text-align: center;
}
.bottom-image {
    height: 200px;
    margin-top: 25px;
    overflow: hidden;
}
.content-280 {
    max-width: 278px;
    margin: 0 auto;
}
.arrow-title:after {
    content: "";
    display: block;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 43px;
    height: 15px;
    background-image: url(../img/header-arrow-blue.png);
    background-repeat: no-repeat;
}
.we-bottom-image .arrow-title:after {
    background-image: url(../img/header-arrow-white.png);
}
.we-bottom-image .btn-gold {
    font-size: 16px;
    padding: 0px 90px;
    margin: 45px auto;
    color: #FFF !important;
    border: none;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    background: url(/sites/all/themes/vocera/img/gold-back-2.png) #AA832E repeat-x !important;
    display: inline-block;
    outline: none;
    text-decoration: none;
}
.we-bottom-image {
    padding-top: 90px;
}
.we-bottom-image h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 1.3;
}
.we-bottom-image p {
    font-weight: 500;
}
.we-bottom-image a.arrow-title {
    color: #fff;
    font-size: 33px;
    font-weight: 200;
}

/*
 * we-logo-grid.
 */
.we-logo-grid .rounded-feature {
    display: table;
    width: 100%;
    border: solid 2px #ebebeb;
    height: 156px;
    max-height: 156px;
}
.we-logo-grid .col-three {
    width: calc(33.33% - 26px);
    margin: 0 13px 30px;
}
.we-logo-grid .rounded-feature .bg-img {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.we-logo-grid h1 {
    margin-bottom: 30px;
}
.we-logo-grid .col-eight a,
.we-logo-grid .col-eight span {
    display: block;
    margin-bottom: 11px;
}
.we-logo-grid .large-link {
    margin: 20px 0 10px;
}
.we-logo-grid .link,
.we-logo-grid .field-date {
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
.we-logo-grid .link {
    padding-left: 14px;
    margin-bottom: 0;
}
.we-logo-grid .link:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #7b6d65;
    font-size: 24px;
    line-height: 0.5;
}
.we-logo-grid .col-eight {
    border-right: solid 1px #ebebeb;
    margin: 30px 0 0;
}
/*.we-logo-grid .col-four {
  padding-left: 30px;
  font-size: 14px;
}*/
/*.we-logo-grid .col-four h3 {
  margin-bottom: 30px;
}*/
.we-logo-grid .media-info {
    margin-bottom: 30px;
    font-size: 14px;
}
.we-logo-grid .media-info .name {
    margin-bottom: 20px;
}
.we-logo-grid .col-four span {
    display: block;
}
.we-logo-grid .border-bottom {
    position: relative;
    padding-bottom: 30px;
}
.we-logo-grid .border-bottom:after {
    content: '';
    position: absolute;
    bottom: 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));
    left: 0;
}
/*.we-logo-grid .col-four .login input {
  border-radius: 20px 0 20px 0;
  border: none;
  background: #ebebeb;
  padding: 10px 22px;
  margin-bottom: 20px;
  width: 100%;
}*/
/*.we-logo-grid .col-four .login input[type="submit"] {
  border-radius: inherit;
  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);
  border-radius: 4px;
  padding: 9px 16px;
}*/
.we-logo-grid .content-920 {
    padding-right: 60px;
}
.we-logo-grid .we-intro-content p {
    font-size: 16px;
    margin: 0.5em 0 1.5em;
}
.we-logo-grid .contact-info {
    margin-top: 20px;
}
.we-logo-grid .we-intro-content {
    padding: 0;
    color: #7b6d65;
}
.we-logo-grid.contact-details h1 {
    margin-bottom: 0px;
}
.we-logo-grid .we-intro-content {
    padding-bottom: 10px;
}
.we-logo-grid .login {
    max-width: 300px;
}
.we-logo-grid.contact-details .col-three {
    width: calc(33.33% - 7px);
    margin: 0 10px 0 0;
    margin-bottom: 30px;
}
.we-logo-grid.contact-details .col-three:nth-child(3n) {
    margin-right: 0;
}
.we-logo-grid.contact-details h4 {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    margin: 0;
}
.we-logo-grid.contact-details .col-three p {
    margin-top: 0;
    font-size: inherit;
}
.we-logo-grid .sidebar .content {
    margin: 20px 0;
}
.we-logo-grid.contact-details .rounded-feature {
    height: 183px;
    max-height: 183px;
}
/*
 *  Infographic Cta
 */
.bg-aqua{
    background: #eaf2f2;
}
.we-infographic-cta .inner-wrapper{
    max-width: 595px;
    margin: 0 auto;
    padding: 58px 20px 55px;
}
.we-infographic-cta h3{
    color: #008894;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    cursor: pointer;
}
.we-infographic-cta h3:hover{
    text-decoration: underline;
}
.we-infographic-cta p{
    text-align: center;
}
.we-infographic-cta .infographic-img{
    max-width: 512px;
    margin: 0 auto;
}
/*
 * Infographic full
 */
.light-grey{
    background: #f2f2f2;
}
.we-infographic-full{
    padding: 0;
}
.we-infographic-full .inner-wrapper{
    max-width: 747px;
    padding: 0 20px;
    margin: 0 auto;
}

.we-info-block.we-info-one .we-info-inner.we-video-info {
    margin: 0;
}

.sidebar .bg-img {
    cursor: pointer;
}
.sidebar .multilingual-cta strong:last-child a {
    margin: 0;
}
.sidebar .wrap-info .hr {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar .portal-login .site-links {
    padding: 0;
    margin-bottom: 0;
}
.sidebar .wrap-info.contact-info.hr {
    margin-top: 0;
}

/*
 *  Col three blocks
 */
.we-col-three-block .product-wrapper{
    padding: 40px 20px !important;
}
.we-col-three-block .block-intro{
    padding: 19px 14px 36px;
}
.we-col-three-block .block-intro h3{
    display: inline-block;
    font-size: 30px;
    margin-bottom: 8px;
}
.we-col-three-block .block-intro h3 a{
    position: relative;
    color: #008a8f;
    padding-right: 60px;
}
.we-col-three-block .block-intro h3 a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    background: url(/sites/all/themes/vocera/img/arrow.png);
    width: 43px;
    height: 15px;
}
.we-col-three-block .block-intro p{
    color: #7b6d65;
    font-weight: 500;
}
.we-col-three-block .block-intro a{
    margin-bottom: 20px;
    display: block;
}
.we-col-three-block .block-intro p.no-padding{
    margin-bottom: 0;
}
.we-col-three-block .block-container .block-img{
    position: relative;
    border-radius: 20px 0;
    overflow: hidden;
}
.we-col-three-block .block-container .block-img img{
    width: 100%;
}
.we-col-three-block .block-container .block-img .link-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background: rgba(0,0,0,0.8);
}
.we-col-three-block .block-container .link-overlay a{
    color: #fff;
}
.we-col-three-block .text-container p{
    color: #7b6d65;
    margin: 19px 0 10px;
}
.we-col-three-block .block-container{
    padding-bottom: 35px;
}
.we-col-three-block .block-container:after{
    content: "";
    clear: both;
    display: block;
}
.we-col-three-block .text-container a{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 8px;
}
.we-col-three-block .text-container a:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 8px;
    background: url(/sites/all/themes/vocera/img/list-arrow.png);
    background-repeat: no-repeat;
}
.we-col-three-block .col-three{
    width: calc(33.33% - 28px);
    margin: 0 14px;
}
.we-col-three-block .block-intro.detailed-intro{
    padding: 19px 14px 38px;
}
.we-col-three-block .block-intro.detailed-intro p{
    color: #7b6d65;
    font-weight: 500;
}
.we-col-three-block .block-intro.detailed-intro a{
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    /*  font-weight: 500;*/
}
.we-col-three-block .block-intro.detailed-intro a:after{
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 3px;
    height: 7px;
    background: url(/sites/all/themes/vocera/img/link_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.we-col-three-block .block-intro.detailed-intro a.bold{
    font-weight: 700;
    margin-bottom: 16px;
}
.we-col-three-block .block-intro.detailed-intro p.no-padding{
    margin-bottom: 0;
}
/*
 * Location map
 */
.we-location-map {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.we-location-map #map {
    width: 818px;
    height: 480px;
}
.we-location-map #firstHeading {
    font-weight: 600;
    font-size: 24px;
    font-family: Roboto,Arial,sans-serif;
    color: #000;
    margin-top: 10px;
}
.we-location-map p {
    font-weight: 400;
    color: #000;
}
.we-location-map a {
    color: #0000FF;
    text-decoration: underline;
}
.we-location-map a:hover {
    color: #0000FF;
}
.we-intro-section .col-eight p:last-child {
    margin-bottom: 0;
}
.system-integration .we-content-img {
    padding: 30px 0;
}
.system-integration .we-info-one,
.system-integration .we-info-one .we-info-inner {
    margin: 0;
    padding: 0;
}
.system-integration .we-info-block .we-info-inner {
    min-height: 345px;
}
.system-integration .we-info-block .we-info-inner .video-text h3 {
    text-align: center;
    font-size: 32px;
}
.top-nav .lang-submenu > li{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.top-nav .lang-submenu > li:hover{
    background: #f0ac1f;
}
.top-nav .lang-submenu > li:last-child{
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media screen and (max-width: 1280px) {
    .middle-body .blog-post .desk-9-12 {
        padding-left: 0;
    }

    .middle-body .wrap-section .blog-post .blog-header {
        padding-left: 0;
    }

    .middle-body .blog-buttons {
        margin: 47px 4px 37px 0;
    }
}

@media screen and (max-width: 1183px) {
    .middle-body .grid-wrap,
    .blog-post.grid-wrap {
        margin-left: 0;
    }

    .blog-post .desk-3-12 {
        padding-right: 0;
    }

    .middle-body .wrap-section,
    .blog-mid .wrap-section,
    .wrap-section,
    .wrap-head {
        max-width: 1170px;
        margin: auto;
        padding: 0 20px 0 25px;
    }

    .mid .wrap-section {
        padding: 0 20px 0 25px;
    }

    .mid .wrap-section h6 {
        margin-left: 0;
        padding-left: 0;
    }

    .mid .wrap .article-box {
        padding-left: 0;
    }

    .wrap-head h3,
    .follow-box {
        padding-left: 0px;
    }

    .cover-img {
        padding: 0;
    }

    .wrap-head {
        padding-bottom: 30px;
    }
}

@media (max-width: 1140px) {
    #block-block-281 #mktoForm_1044.mktoForm .mktoFieldWrap .mktoHtmlText {
        width: auto !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .blog-post .tabs-holder .recent p {
        padding: 12px 0 12px 8px;
    }

    .grid-wrap.blog-post {
        margin-left: 0 !important;
    }
    .we-col-three-block .block-intro,
    .we-col-three-block .block-intro.detailed-intro {
        padding: 19px 14px 25px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px){

    /* Without showing label MKT form */
    form#mktoForm_1044 {
        width: 100% !important;
        margin: 0 !important;
    }
    form#mktoForm_1044.mktoForm input[type="text"],
    form#mktoForm_1044.mktoForm input[type="email"],
    form#mktoForm_1044.mktoForm input[type="tel"],
    form#mktoForm_1044.mktoForm textarea[rows="4"],
    form#mktoForm_1044.mktoForm select {
        float: right;
    }
    form#mktoForm_1044 select#Industry {
        float: right;
    }
    #mktoForm_1044 label {
        display: none;
    }
    #mktoForm_1044 span {
        display: block;
    }
    #mktoForm_1044 .mktoButton {
        width: 100%;
    }
    #mktoForm_1044 {
        margin: 0 !important;
    }
    #mktoForm_1044 .mktoButtonRow .mktoButtonWrap.mktoSimple,
    #mktoForm_1044 .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
        margin: 0 !important;
        width: 100% !important;
        display: block;
        margin-top: 5px !important;
    }

    /* With showing label MKT form */

    form#mktoForm_1922 {
        width: 100% !important;
        margin: 0 !important;
    }
    form#mktoForm_1922 label {
        display: block;
        text-align: left !important;
    }
    #mktoForm_1922.mktoForm input[type="text"],
    #mktoForm_1922.mktoForm input[type="email"],
    #mktoForm_1922.mktoForm input[type="tel"],
    #mktoForm_1922.mktoForm textarea[rows="4"],
    #mktoForm_1922.mktoForm select {
        width: 100% !important;
    }
    #mktoForm_1922.mktoForm .mktoOffset {
        height: auto;
    }
    #mktoForm_1922.mktoForm .mktoFormCol {
        margin-bottom: 0 !important;
    }
    #mktoForm_1922 select#Industry {
        width: 100% !important;
    }
    #mktoForm_1922 .mktoButtonRow .mktoButtonWrap.mktoSimple,
    #mktoForm_1922 .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
        margin: 0 !important;
        width: 100px !important;
        display: block;
        margin-top: 5px !important;
    }
}
@media (max-width: 1024px) and (min-width: 812px) {
    .blog-post .white-paper .content {
        padding: 5px 16px 5px 20px;
    }

    .blog-post .white-paper .content p {
        font-size: 15px;
    }
    .we-col-three-block .block-intro,
    .we-col-three-block .block-intro.detailed-intro{
        padding: 0px 14px 20px;
    }
    .we-col-three-block .block-container {
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .we-infographic-cta .inner-wrapper {
        padding: 30px 20px;
    }
    .sidebar .wrap-info.hr {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }
    .we-logo-grid .col-eight {
        margin: 10px 0 0;
    }
    .we-logo-grid .col-three .contact-info h3 {
        font-size: 20px;
    }
    .region-content-multilingual .view {
        padding-top: 0;
    }
}

@media (max-width: 991px) and (min-width: 812px) {
    .padding-50 {
        padding: 30px 0;
    }
    .blog-post .white-paper .text-img {
        height: 150px;
        max-width: 100%;
    }

    .blog-post .white-paper .text-img .bg-img {
        height: 100%;
    }

    .blog-post .white-paper .text-img .bg-img img {
        height: 100%;
        width: auto;
    }

    .middle-body .blog-post .desk-3-12,
    .blog-post .desk-3-12 {
        padding-left: 15px;
        padding-right: 0px;
    }

    .blog-post .search-form {
        padding: 8px 15px 8px 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .blog-post .search-form input[type="submit"] {
        height: 18px;
    }

    .blog-post .search-form:after {
        font-size: 14px;
    }

    .blog-post .update-form {
        margin-top: 15px;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .blog-post .update-form h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-post .update-form input[type="text"] {
        font-size: 12px;
        padding: 11px 20px 11px;
    }

    .middle-body .blog-post .desk-3-12 {
        margin-top: 0;
    }

    .blog-post .update-form input[type="submit"] {
        font-size: 14px;
        padding: 7px 0 12px;
    }

    .blog-post .tabs-content {
        padding: 12px 15px 40px 28px;
    }

    .blog-post .post-tabs {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blog-post .archive {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .blog-post .archive h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .selectboxit-container span, .selectboxit-container .selectboxit-options a {
        height: 36px;
        line-height: 24px;
    }

    .blog-post .tabs-content ul li {
        margin-top: 8px;
    }

    .blog-mid .blog-post .tabs-content {
        padding: 10px 18px 30px 28px;
    }

    .blog-post .white-paper h2 {
        color: #616464;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blog-post .white-paper {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .blog-post .blog-tweet {
        margin-top: 15px;
    }

    .blog-post .blog-tweet .right-text {
        max-width: 168px;
    }

    .blog-post .blog-tweet .more-tweets {
        margin-top: 10px;
    }

    .middle-body .blog-tweet .right-text {
        max-width: 163px !important;
    }

    .middle-body .blog-post .desk-9-12 {
        padding-bottom: 50px;
        padding-right: 15px;
    }

    .button-box li {
        margin-bottom: 5px;
        max-width: 159px;
    }

    .foot-section p {
        font-size: 16px;
    }

    .foot-section a {
        padding-top: 12px;
    }

    .head-para p {
        padding-bottom: 15px;
    }

    .follow-box {
        top: 250px;
        bottom: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    /* Without showing label MKT form */
    form#mktoForm_1044 {
        width: 100% !important;
        margin: 0 !important;
    }
    #mktoForm_1044 label {
        display: none;
    }
    #mktoForm_1044 span {
        display: block;
    }
    #mktoForm_1044 .mktoButton {
        width: 100%;
    }
    #mktoForm_1044 {
        margin: 0 !important;
    }
    #mktoForm_1044 .mktoButtonRow .mktoButtonWrap.mktoSimple,
    #mktoForm_1044 .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
        margin: 0 !important;
        width: 100% !important;
        display: block;
        margin-top: 5px !important;
    }

    /* With showing label MKT form */

    form#mktoForm_1922 {
        width: 100% !important;
        margin: 0 !important;
    }
    form#mktoForm_1922 label {
        display: block;
        text-align: left !important;
    }
    #mktoForm_1922.mktoForm input[type="text"],
    #mktoForm_1922.mktoForm input[type="email"],
    #mktoForm_1922.mktoForm input[type="tel"],
    #mktoForm_1922.mktoForm textarea[rows="4"],
    #mktoForm_1922.mktoForm select {
        width: 100% !important;
    }
    #mktoForm_1922.mktoForm .mktoOffset {
        height: auto;
    }
    #mktoForm_1922.mktoForm .mktoFormCol {
        margin-bottom: 0 !important;
    }
    #mktoForm_1922 select#Industry {
        width: 100% !important;
    }
    #mktoForm_1922 .mktoButtonRow .mktoButtonWrap.mktoSimple,
    #mktoForm_1922 .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
        margin: 0 !important;
        width: 100px !important;
        display: block;
        margin-top: 5px !important;
    }
    .sidebar .wrap-info a {
        word-break: break-word;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .we-bottom-image h2,
    .we-bottom-image a.arrow-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .we-bottom-image .content-800 {
        /*    padding: 0;*/
    }
    .we-opening-collapse .panel h3 {
        font-size: 20px;
    }
    .we-logo-grid h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .we-logo-grid .col-three {
        width: calc(33.33% - 7px);
        margin: 0 10px 0px 0;
    }
    .we-logo-grid .col-eight {
        padding-right: 20px;
    }
    .we-logo-grid .col-four {
        width: 100%;
        padding-left: 0px;
    }
    /*  .we-intro-section .col-four.sidebar {
        padding-left: 0;
      }*/
    .col-four.sidebar .portal-login input {
        width: 100%;
    }
    .we-infographic-cta h3 {
        font-size: 28px;
    }
}
@media (max-width: 810px){
    .top-nav .lang-submenu > li:last-child{
        border: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
@media (max-width: 767px) {
    .we-bottom-image {
        padding-top: 30px;
    }
    .we-bottom-image h2,
    .we-bottom-image a.arrow-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .we-bottom-image .btn-gold {
        padding: 0 40px;
        margin: 20px 0;
        font-size: 14px;
    }
    .we-bottom-image p {
        font-size: 14px;
    }
    .we-bottom-image .content-800 {
        /*    padding: 0;*/
    }
    .we-opening-collapse .panel h3 {
        font-size: 18px;
    }
    .we-opening-collapse button.accordion {
        font-size: 14px;
    }
    .we-logo-grid h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .we-logo-grid .col-eight {
        width: 100%;
        margin: 0;
        padding-left: 0px;
        border: 0;
        border-bottom: solid 1px #ebebeb;
    }
    .we-logo-grid .col-three {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
    .we-logo-grid .col-four {
        width: 100%;
        padding-left: 0px;
    }
    .we-logo-grid .large-link {
        font-size: 14px;
    }
    .we-logo-grid .col-four h3 {
        margin-bottom: 5px;
    }
    .we-logo-grid .media-info {
        margin-bottom: 20px;
    }
    .we-logo-grid .media-info:last-child {
        margin-bottom: 0;
    }
    .we-logo-grid .media-info .name {
        margin-bottom: 5px;
    }
    .we-logo-grid .content-920 h1 {
        margin-bottom: 0px;
    }
    .we-logo-grid .content-920 {
        padding-right: 0;
    }
    .we-logo-grid .rounded-feature {
        height: auto;
    }
    .we-logo-grid.contact-details .col-three p {
        font-size: 14px;
    }
    .we-logo-grid.contact-details .col-three {
        width: calc(33.33% - 6px);
        margin: 0 9px 0 0;
    }
    .sidebar h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sidebar {
        padding-left: 0;
    }
    #overlayContent .mktoForm .mktoHtmlText.mktoHasWidth,
    #overlayContent2 .mktoForm .mktoHtmlText.mktoHasWidth {
        width: 100% !important;
        text-align: center;
    }
    #overlayContent .mktoForm .mktoLabel,
    #overlayContent2 .mktoForm .mktoLabel {
        text-align: left !important;
    }
    #overlayContent .mktoForm .mktoFormRow input[type="text"],
    #overlayContent .mktoForm .mktoFormRow input[type="email"],
    #overlayContent .mktoForm .mktoFormRow input[type="tel"],
    #overlayContent .mktoForm .mktoFormRow textarea[rows="4"],
    #overlayContent .mktoForm .mktoFormRow select,
    #overlayContent2 .mktoForm .mktoFormRow input[type="text"],
    #overlayContent2 .mktoForm .mktoFormRow input[type="email"],
    #overlayContent2 .mktoForm .mktoFormRow input[type="tel"],
    #overlayContent2 .mktoForm .mktoFormRow textarea[rows="4"],
    #overlayContent2 .mktoForm .mktoFormRow select {
        width: 100% !important;
        margin-top: 10px;

    }
    #overlayContent .mktoButtonWrap.mktoSimple,
    #overlayContent2 .mktoButtonWrap.mktoSimple {
        position: absolute;
    }
    #overlayContent .mktoForm .mktoHtmlText p:first-child span,
    #overlayContent2 .mktoForm .mktoHtmlText p:first-child span {
        font-size: 24px !important;
    }
    #overlayContent .mktoForm .mktoButtonRow button,
    #overlayContent2 .mktoForm .mktoButtonRow button {
        width: auto !important;
    }

    .sidebar .bg-img {
        max-width: 300px;
    }
    .white-bg .we-col-three-block .product-wrapper {
        padding: 30px 20px !important;
    }
    .we-col-three-block .block-intro h3 {
        font-size: 25px;
    }
    .we-col-three-block .block-intro p {
        font-size: 14px;
    }
    .we-operational-excellence .we-intro-section .col-four.sidebar,
    .we-strengthen-comm .we-intro-section .col-four.sidebar,
    .we-reduce-burout .we-intro-section .col-four.sidebar,
    .we-patient-experience .we-intro-section .col-four.sidebar,
    .we-rounding .we-intro-section .col-four.sidebar,
    .we-staff-assignment .we-intro-section .col-four.sidebar,
    .we-rounding .we-info-block
    {
        padding-bottom: 0;
    }
    .sidebar .multilingual-cta,
    .sidebar .sidebar-slider,
    .sidebar .job-alert-form {
        max-width: 255px;
    }
    .sidebar .portal-login {
        padding: 0 0 20px 0;
    }
    .sidebar .portal-login input {
        min-width: 255px;
    }
    .we-col-three-block .block-intro.detailed-intro a {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .feature-product .content-box.img-flush-left.we-list-style li {
        line-height: 1.3;
    }
    .feature-product .content-box.img-flush-left.we-list-style .text-box {
        padding: 20px 0px 0 0;
    }
    .we-infographic-cta h3 {
        font-size: 25px;
    }
    .we-content-img:nth-child(even) h2,
    .product-content .we-content-img.white-bg h2 {
        /*    margin: 0;*/
    }
    .we-content-img:nth-child(odd) p:last-child,
    .product-content:nth-child(odd) .we-content-img p:last-child {
        /*    margin-bottom: 0;*/
    }
}
@media (max-width: 811px) and (min-width: 596px) {
    .padding-50 {
        padding: 30px 0;
    }
    .blog-post .desk-3-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-post .search-form {
        width: 100%;
        padding: 8px 15px 8px 15px;
        margin-bottom: 25px;
    }

    .blog-post .search-form input[type="submit"] {
        height: 18px;
    }

    .blog-post .search-form:after {
        font-size: 14px;
    }

    .blog-post .update-form {
        margin-top: 15px;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .blog-post .update-form h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-post .tabs-content {
        padding: 12px 15px 40px 28px;
    }

    .blog-post .update-form input[type="text"] {
        font-size: 12px;
        padding: 11px 20px 11px;
    }

    .blog-post .update-form input[type="submit"] {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        padding: 7px 0 12px;
        width: 50%;
    }

    .blog-post .update-form .thank-msg h2 {
        margin-bottom: 0px;
        text-align: center;
    }

    .blog-post .update-form .thank-msg a {
        width: 50% !important;
        display: block;
        margin: 0 auto;
    }

    .blog-post .update-form .thank-msg a,
    .blog-banner .thank-msg a {
        padding: 8px 0 9px !important;
    }

    .blog-post .update-form .thank-msg p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 5px;
        text-align: center;
    }

    .blog-post .post-tabs {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blog-post .archive {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .blog-post .archive h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .blog-post .tabs-content ul li {
        margin-top: 8px;
    }

    .blog-mid .blog-post .tabs-content {
        padding: 10px 18px 30px 28px;
    }

    .blog-post .white-paper h2 {
        color: #616464;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .blog-post .white-paper {
        margin-top: 15px;
        margin-bottom: 25px;
        text-align: center;
    }

    .blog-post .white-paper .content {
        padding: 7px 16px 7px 20px;
    }

    .blog-post .white-paper .content p {
        font-size: 14px;
    }

    .tweet-container {
        width: 356px;
    }

    .blog-post .blog-tweet .left-icon {
        width: 50px;
        margin-top: 0;
    }

    .blog-mid .tweet-container .left-icon img {
        width: 100%;
    }

    .blog-post .blog-tweet {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .blog-post .blog-tweet .right-text {
        max-width: 305px;
        padding: 0 0 0 20px;
    }

    .blog-post .blog-tweet .more-tweets {
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
    }

    .blog-post .blog-tweet .more-tweets:before {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 8px;
    }

    .blog-mid .grid-wrap {
        margin-left: 0;
    }

    .blog-post .tabs-holder .recent p {
        padding-left: 30px;
        font-size: 14px;
    }

    .blog-post .tabs-holder .recommended p {
        text-align: right;
        padding-right: 30px;
        font-size: 14px;
    }

    .middle-body .blog-tweet .right-text {
        max-width: 305px !important;
        padding: 0 0 0 20px;
    }

    .middle-body .blog-pagination {
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .middle-body .wrap-section .blog-post .blog-header h1 {
        font-size: 52px;
    }

    .middle-body .blog-buttons {
        margin: 30px 4px 37px 4px;
    }

    .middle-body .grid-wrap {
        margin-left: 0;
    }

    .middle-body .blog-post .desk-3-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .middle .blog-buttons {
        margin-bottom: 10px;
    }

    .button-box li:last-of-type {
        margin-right: auto;
    }

    .topic-box {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-mid .block .content p.head-body {
        margin-bottom: 20px !important;
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .blog-mid .block .content .main-para p,
    .blog-mid .block .content .main-para p:nth-child(4),
    .blog-mid .block .content .main-para p:nth-child(6),
    .blog-mid .block .content .main-para p:nth-child(8) {
        margin-bottom: 20px;
    }

    .blog-mid .grid.desk-9-12.lap-4-6.sidebar-right {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
    }

    .middle-body .blog-header,
    .blog-buttons,
    .blog-buttons .button-box {
        width: 100%;
    }

    .blog-buttons .button-box li {
        display: block;
        width: 300px;
        max-width: 300px;
        height: 36px;
        float: none;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .blog-buttons .nav-btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .middle-body .wrap-section,
    .blog-mid .wrap-section,
    .wrap-section,
    .wrap-head {
        padding: 0 10px;
    }

    .mid-body > .wrap-head {
        padding-bottom: 30px;
    }

    .mid .wrap-section {
        padding: 0 10px;
    }

    .foot-section p {
        font-size: 14px;
    }

    .foot-section a {
        padding-top: 10px;
    }

    .secure-text .wrapper {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .secure-text .field-item p {
        margin-bottom: 0;
    }

    .mid-body .item-list ul {
        margin-bottom: 20px;
    }

    .mid-body .article-btn {
        margin: 6px 0 60px 0;
    }
    .we-opening-collapse h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .we-opening-collapse .accordion.button {
        font-size: 14px;
    }
    .we-opening-collapse .panel p {
        font-size: 14px;
    }

    .we-col-three-block .block-intro,
    .we-col-three-block .block-intro.detailed-intro {
        padding: 0px 0px 10px;
    }
    .we-col-three-block .block-container {
        padding-bottom: 0;
    }
    .we-col-three-block .col-three {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
        float: none;
    }
    .we-col-three-block .col-three:last-child{
        margin-bottom: 0;
    }
    .we-col-three-block .block-intro h3 a{
        margin-bottom: 0;
    }
    .we-col-three-block .block-intro.detailed-intro a.bold{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 595px) {
    .padding-50 {
        padding: 30px 0;
    }
    .secure-text .wrapper {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .blog-post .desk-3-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-post .search-form {
        width: 100%;
        padding: 8px 15px 8px 15px;
        margin-bottom: 20px;
    }

    .blog-post .search-form input[type="submit"] {
        height: 18px;
    }

    .blog-post .search-form:after {
        font-size: 14px;
    }

    .blog-post .update-form .mktoForm {
        padding: 0 !important;
    }

    .blog-post .update-form input[type="email"] {
        padding: 8px 15px 8px 15px;
    }

    .blog-post .update-form button {
        margin-top: 0 !important;
        padding: 8px 0 9px !important;
        height: auto !important;
        font-size: 14px !important;
    }

    .blog-post .update-form {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .blog-post .update-form h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-post .tabs-content {
        padding: 12px 15px 30px 28px;
    }

    .blog-post .update-form input[type="text"] {
        font-size: 12px;
        padding: 11px 20px 11px;
    }

    .blog-post .update-form input[type="submit"] {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        padding: 7px 0 12px;
        width: 60%;
    }

    .blog-post .update-form .thank-msg h2 {
        margin-bottom: 0px;
        text-align: center;
    }

    .blog-post .update-form .thank-msg p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 5px;
        text-align: center;
    }

    .blog-post .post-tabs {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blog-post .archive {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .blog-post .archive .view-archive ul {
        margin-bottom: 0 !important;
    }

    .blog-post .archive h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blog-post .tabs-content ul li {
        margin-top: 8px;
    }

    .blog-mid .blog-post .tabs-content {
        padding: 10px 18px 30px 28px;
    }

    .blog-post .white-paper h2 {
        color: #616464;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .blog-post .white-paper {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    .blog-post .white-paper .content {
        padding: 7px 16px 7px 20px;
    }

    .blog-post .white-paper .content p {
        font-size: 14px;
    }

    .tweet-container {
        width: 100%;
        max-width: 356px;
    }

    .blog-post .blog-tweet .left-icon {
        width: 50px;
        margin-top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .blog-mid .tweet-container .left-icon img {
        width: 100%;
    }

    .blog-post .blog-tweet {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .blog-post .blog-tweet .right-text {
        width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .blog-post .blog-tweet .more-tweets {
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
    }

    .blog-post .blog-tweet .more-tweets:before {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 8px;
    }

    .blog-mid .grid-wrap {
        margin-left: 0;
    }

    .blog-post .tabs-holder .recent p {
        padding-left: 15px;
        font-size: 12px;
    }

    .blog-post .tabs-holder .recommended p {
        text-align: right;
        padding-right: 15px;
        font-size: 12px;
    }

    .middle-body .blog-tweet .right-text {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .middle-body .blog-pagination {
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .middle-body .lap-4-6 .wrap {
        padding-bottom: 0;
    }

    .middle-body .wrap-section .blog-post .blog-header h1 {
        font-size: 44px;
    }

    .middle-body .wrap-section .blog-post .blog-header h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .middle-body .blog-buttons {
        margin: 10px 4px 15px 4px;
    }

    .middle-body .grid-wrap {
        margin-left: 0;
        padding: 0;
    }

    .middle-body .blog-post .desk-3-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .middle-body .blog-post .update-form {
        padding-right: 0px;
    }

    .blog-mid .block .content p.head-body {
        margin-bottom: 15px !important;
        margin-top: 15px;
        line-height: 20px;
    }

    .blog-mid .block .content .main-para p,
    .blog-mid .block .content .main-para p:nth-child(4),
    .blog-mid .block .content .main-para p:nth-child(6),
    .blog-mid .block .content .main-para p:nth-child(8) {
        margin-bottom: 10px;
        line-height: 18px;
    }

    .blog-mid .region .block .content h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .blog-mid .block .content p {
        margin-bottom: 10px;
    }

    .blog-mid .block .content .topic-box p {
        margin-top: 0;
        margin-bottom: 7px;
    }

    .blog-mid .block .content .para-bottom p:nth-child(1),
    .blog-mid .block .content .para-bottom p:nth-child(2),
    .blog-mid .block .content .para-bottom p:nth-child(3) {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .blog-mid .grid.desk-9-12.lap-4-6.sidebar-right {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px;
    }

    .middle .button-box li:last-of-type {
        margin-right: auto;
    }

    .middle-body .wrap-section,
    .blog-mid .wrap-section,
    .wrap-section,
    .wrap-head {
        padding: 0 10px;
    }

    .mid .wrap-section {
        padding: 0 10px;
    }

    .mid-body .item-list ul {
        margin-bottom: 20px;
    }

    .blog-buttons .nav-btn {
        display: block;
        text-align: center;
    }

    .blog-post .update-form .thank-msg a {
        width: 70% !important;
        display: block;
        margin: 0 auto;
    }

    .blog-post .update-form .thank-msg a,
    .blog-banner .thank-msg a {
        padding: 8px 0 9px !important;
        font-size: 14px !important;
    }
    .we-opening-collapse h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .we-opening-collapse .accordion.button {
        font-size: 14px;
    }
    .we-opening-collapse .panel p {
        font-size: 14px;
        line-height: 22px;
    }
    .we-logo-grid .col-three {
        width: calc(50% - 16px);
        margin: 0 8px 20px 8px;
    }
    .we-logo-grid.contact-details .col-three {
        width: calc(50% - 5px);
        margin: 0 10px 15px 0;
    }
    .we-logo-grid.contact-details .col-three:nth-child(3n) {
        margin-right: 10px;
    }
    .we-logo-grid.contact-details .col-three:nth-child(2n) {
        margin-right: 0;
    }

    .we-infographic-cta h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .we-col-three-block .product-wrapper{
        padding: 40px 20px;
    }
    .we-col-three-block .block-intro,
    .we-col-three-block .block-intro.detailed-intro {
        padding: 0px 0px 10px;
    }
    .we-col-three-block .block-container {
        padding-bottom: 0;
    }
    .we-col-three-block .col-three {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
        float: none;
    }
    .we-col-three-block .col-three:last-child{
        margin-bottom: 0;
    }
    .we-col-three-block .block-intro h3 a:after {
        right: auto;
        top: auto;
        bottom: 9px;
        margin-left: 10px;
    }
    .we-col-three-block .block-intro.detailed-intro a.bold{
        margin-bottom: 10px;
    }
    .we-col-three-block .block-intro.detailed-intro p{
        margin-bottom: 10px;
    }
    .we-col-three-block .block-intro h3 {
        font-size: 22px;
    }

}
@media screen and (min-width: 481px) and (max-width: 595px) {
    .we-infographic-cta .info-btn {
        margin: 30px auto;
        max-width: 200px !important;
        padding: 0 40px;
    }
}
@media screen and (max-width: 480px) {
    .we-opening-collapse button.accordion {
        padding: 10px 40px 10px 20px;
    }
    .we-opening-collapse .accordion:after {
        top: 1px;
    }
    .we-infographic-cta .info-btn {
        margin: 30px auto;
        max-width: 190px !important;
        padding: 0 20px;
    }
    #block-block-281 #mktoForm_1044 .mktoButton {
        width: 200px !important;
        margin-left: 0 !important;
    }
    .we-support-block table td a {
        word-break: break-word;
    }
    .we-bottom-image h2,
    .we-bottom-image a.arrow-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 380px) {
    .we-logo-grid.contact-details .col-three {
        width: 80%;
        margin: 0 auto !important;
        float: none;
    }
}
