@media screen and (max-width: 41.0625em) {
    .summary-block .title {font-size: 1.85em;}
    .icon-block .underline {margin-top: 10px;}
}
.imgnomargin {
    margin: 1em auto;
    display: block;
}
.daas-providers .container .background .slider .icon-block .content {
    padding: 0 30px !important;
}
.daas-providers .container .background .slider .icon-block .content h3 {
    font-size: 42px !important;
}
.daas-wrap .container .background .summary-block .title h2 {
    font-size: 1em !important;
}
.polaroid-block .image-container .mask .more-button-container{
    left: 0;
    right: 0;
}
.polaroid-block .image-container .mask .more-button-container .more-button {
    left:0;
}
.dequotes:before {
    content: "\201D";
    position: relative;
    top: 10px;
}
.title .dequotes:before {
    top: 30px;
}
.dequotes:after {
    content: "\201C";
    bottom: 20px;
}
footer .footer_social .footer_social--newsletter {
    display: inline-block;
}
section .summary-block .contents {
    text-align: left;
}
.summary-block .contents p {
    margin-bottom: 1em;
}
section.icon-blocks.carousel.red.default .icon-block.unlinked, section.icon-blocks.grid.red.default .icon-block.unlinked {
    color: #fff;
}
.summary-block .contents ul, .summary-block .contents ol {
    list-style-position: outside;
}
.summary-block ul>li:before, .red-list ul>li:before {margin-right: 11px;}
.results .result.paper-item .type {
    display: none;
}
.global_nav .menu .item > a {
    font-size: 0.92em;
}
.icon-block a {
    display: inline;
}
.print-button {
    display: none !important;
}
.language-select.popup-button {
    display: none;
}
.product-login .products {
    background: rgba(255, 255, 255, 0.9);
}
.product-login .current .products-item {
    width: auto;
}
.products.content .scroll-arrow {
    display: none;
}
.red ul > li {
    color: #fff;
}
legend {
    border: 0;
    padding: 0;
    display:none !important;
}
.section_contact .errors,.section_contact .small-error {
    color: #ed1c24;
}
.section_contact ul {
    list-style-type: none;
    margin: auto;
    padding: 0 0 10px 0;
}
.section_contact li {
    display: inline-block;
    width: 100%;
}
.section_contact select {
    border: 1px solid #e1e4e5;
    background-color: #fafafa;
    box-sizing: border-box;
    height: 54px;
    padding-left: 16px;
    width: 66%;
    margin-bottom: 1em;
}
.section_contact .contact-form input[type="checkbox"] {
    margin-top: 12px;
    margin-left: 0;
}
.section_contact li label {
    width: 90% !important;
}
.summary-block.notitleordesc {
    display: none;
}
.summary-block .contents ul {
    margin:0;
}
.summary-block .contents table {
    margin-bottom:1em;
}
.main > section .title > h1, .main > section .title > h2, .main > section .title > h3, .main > section .title > h4, .main > section .title > h5, .main > section .title > h6 {
    font-weight: normal;
}
.content_col .post_item img {
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height:auto;
}
table {
    border: 1px solid #ddd;
}
td, th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ddd;
}
th {
    background-color: #f5f5f5;
}
.section_contact {
    display: block !important;
}
.section_contact .contact-form label, .section_contact .contact-form input[type="text"], .section_contact .contact-form input[type="email"], .section_contact .contact-form input[type="password"], .section_contact .contact-form textarea {
    width: 100%;
}
@media only screen and (max-width: 657px) {
    .section_contact .contact-form {
      padding-left: 1.5em;
    }
    .section_contact .contact-benefits {
      margin-top: 5em;
      height: fit-content !important;
    }
    .section_contact .summary-block .content.ln_gitf_ic {
      display: none;
    }
}
.video-block-top .title, .video-block-bottom .title {
    font-weight: normal;
    text-align: center;
}
.getintouch.red {
    background: #ed1c24;
    border-bottom: 4px solid #8e1116;
    border-radius: 2px;
    box-shadow: inset 0 0 0 0 #8e1116;
    color: #FFF !important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.getintouch.red:hover {
    box-shadow: inset 0 -100px 0 0 #8e1116;
}
table.noborder {  border: 0px solid #fff }
table.noborder td, table.noborder th  {  border: 0px solid #fff }
.lwtest p, .lwtest h1, .lwtest h2, .lwtest h3, .lwtest h4, .lwtest h5, .lwtest h6{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
p, h1, h2, h3, h4, h5, h6 {
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/** Update Get In Touch Style **/
a.getintouch{ 
    padding: 15px 30px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    text-decoration: underline !important;
    background-size: 100% 200% !important; 
    -webkit-transition: background-position .2s; 
    -moz-transition: background-position .2s; 
    transition: background-position .2s; 
}
a.getintouch.white{ background-image: linear-gradient(to bottom, #d2d7d6 50%, #373739 50%) !important; }
a.getintouch.red{ background-image: linear-gradient(to bottom, #ed1c24 50%, #8e1116 50%) !important; }
a.getintouch:hover{ background-position: 0 100%; }

/** Remove contact benefits section and change form to full width **/
.contact-form{ width: 100% !important; }
.contact-benefits{ display: none !important; }
.contact-form form{
    width: 70%;
    height: auto !important;
    margin: auto;
    padding-bottom: 60px;
}
.section_contact .contact-form label, .section_contact .contact-form legend {
    width: 30%;
    float: left;
    display: inline-block;
    margin-right: 0;
    line-height: 35px;
}
.section_contact .contact-form input[type=email], .section_contact .contact-form input[type=password], .section_contact .contact-form input[type=tel], .section_contact .contact-form input[type=text], .section_contact .contact-form select, .section_contact .contact-form textarea {
    width: 70% !important;
    float: left;
    display: inline-block;
    margin-bottom: 1em;
    background-color: #fafafa;
}
@media(max-width: 767px){
    .contact-form form{
        width: 100% !important;
    }
}