@media only screen and (max-width: 767px) {
  .no-bottom-border {
    border-bottom-style: none !important;
  }
  .no-top-padding {
    padding-top: 0 !important;
  }
  .text-white {
    color: #ffffff !important;
  }
  .text-white h1,
  .text-white h2,
  .text-white h3,
  .text-white h4,
  .text-white h5,
  .text-white h6,
  .text-white b,
  .text-white ul,
  .text-white li {
    color: #ffffff !important;
  }
  .bg-white {
    background-color: #ffffff;
  }
  .bg-1 {
    background-color: #efefef;
  }
  .text-replace {
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
  }
  .float-right {
    float: right !important;
  }
  .float-left {
    float: left !important;
  }
  .margin-right {
    margin-right: 2em !important;
  }
  .margin-left {
    margin-left: 2em !important;
  }
  .inline-block {
    display: inline-block;
  }
  .front {
    position: relative;
    z-index: 300;
  }
  .border-standard {
    border: 1px solid #989898;
  }
  .border-none {
    border-style: none !important;
    border-width: 0 !important;
  }
  .border-standard-top {
    border-top: 1px solid #989898;
  }
  .border-standard-bottom {
    border-bottom: 1px solid #989898;
  }
  .padding-bottom {
    padding-bottom: 20px;
  }
  .padding-bottom-medium,
  .margin-bottom-medium {
    margin-bottom: 30px !important;
  }
  .padding-top-medium,
  .margin-top-medium {
    margin-top: 30px;
  }
  .padding-top-standard {
    margin-top: 45px;
  }
  .no-bottom-padding {
    padding-bottom: 0 !important;
  }
  .no-top-padding {
    padding-top: 0 !important;
  }
  .gray-gradient {
    background: linear-gradient(180deg, #333333 0, #505050 40%);
  }
  .blue-gradient {
    background: linear-gradient(180deg, #333344 0, #323a78 40%);
  }
  .roman {
    font-weight: normal;
    font-family: 'FrutigerLTPro-Roman', 'arial', 'helvetica', 'geneva', sans-serif;
  }
  .open-sans {
    font-family: "Open Sans", 'FrutigerLTPro-Light', 'arial', 'helvetica', 'geneva', sans-serif;
  }
  .sprite {
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .sprite:hover {
    background-position: right bottom;
  }
  .vert-middle {
    vertical-align: middle;
  }
  .blue {
    color: #2e4076;
  }
  .gray {
    color: #787878;
  }
  .field-inline > div {
    display: inline;
  }
  .bgdiv {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
  }
  body {
    z-index: 300;
    position: relative;
  }
  #response {
    overflow-x: hidden;
    overflow-y: visible;
  }
  #response #targ {
    position: relative;
    z-index: 300;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    /*
		#header-ribbon {
			background-color: #ffffff;
			border-bottom: 1px solid @spcorange;
			z-index: 300;
			border-right: 1px solid @spcorange;
		}
*/
    /* 2016/05/20 mobile fix for headers. */
    /* 2016/05/20 end Fix for mobile headers*/
    /* 2016/05/20 request from P Daggar-- remove icons on phone, don't add much. */
    /* Executive Team page-- put images before text. */
  }
  #response #targ #mobile-head {
    display: block;
  }
  #response #targ #mobile-page {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 200;
    width: 100%;
    background-color: #ffffff;
    border-top: 5px solid #e36033;
  }
  #response #targ #mobileburger,
  #response #targ #mobileburger-off {
    z-index: 210;
    display: block;
    position: absolute;
    height: auto;
    top: 105px;
    right: -3.2rem;
    background-color: #2e4076;
  }
  #response #targ #mobileburger .menu-icon,
  #response #targ #mobileburger-off .menu-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/sites/all/themes/bwc_custom/images/mobileburger.svg);
    background-size: contain;
    vertical-align: middle;
    margin: 0.6rem;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
  }
  #response #targ #header:target #mobileburger {
    display: none;
  }
  #response #targ #header:target #mobileburger-off {
    display: block;
  }
  #response #targ #mobileburger-off .menu-icon {
    background-image: url(/sites/all/themes/bwc_custom/images/close.svg);
    color: #ffffff;
  }
  #response #targ #mobileburger-off {
    display: none;
  }
  #response #targ #header {
    background-color: #2e4076;
    border-top-style: none;
    width: 281px;
    margin-left: -281px;
    transition: margin-left 1s;
    z-index: 210;
    position: absolute;
    overflow-x: visible;
    padding-top: 0px !important;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    min-height: 200px;
    min-width: 200px;
  }
  #response #targ #header a {
    color: #ffffff;
  }
  #response #targ #header #block-block-8 {
    display: none;
  }
  #response #targ #header .icon-row {
    display: none;
  }
  #response #targ #header .icon-row.block-search {
    display: block;
    float: none;
    clear: both;
  }
  #response #targ #header #header-targverk {
    /* height: 100%; */
  }
  #response #targ #header:target {
    margin-left: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  }
  #response #targ .mobile-button-row {
    display: block;
    position: relative;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
  }
  #response #targ .mobile-contact-row {
    display: inline-block;
    padding: 10px 2% 10px 4rem;
    float: left;
    clear: both;
    vertical-align: middle;
  }
  #response #targ .mobile-contact-row .header-phone,
  #response #targ .mobile-contact-row .header-icon {
    display: inline-block;
    vertical-align: middle;
  }
  #response #targ .mobile-contact-row .header-phone.email,
  #response #targ .mobile-contact-row .header-icon.email {
    background-image: url(/sites/all/themes/bwc_custom/images/icon-mail-mobile.png);
    margin-right: 10px;
    margin-left: 10px;
  }
  #response #targ .mobile-contact-row .header-phone.skype,
  #response #targ .mobile-contact-row .header-icon.skype {
    background-image: url(/sites/all/themes/bwc_custom/images/icon-skype-mobile.png);
  }
  #response #targ .mobile-contact-row .header-phone .header-phone > a,
  #response #targ .mobile-contact-row .header-icon .header-phone > a {
    text-decoration: none;
    color: inherit;
  }
  #response #targ #block-block-8.float-left {
    float: none !important;
  }
  #response #targ #block-search-form {
    border-bottom: 1px solid #ffffff;
    height: 49px;
    overflow: hidden;
  }
  #response #targ #block-search-form .element-invisible {
    height: 0px;
  }
  #response #targ .mobile-logo {
    height: 99px;
    overflow: hidden;
    display: block;
  }
  #response #targ .logo {
    display: block;
    width: 250px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/sites/all/themes/bwc_custom/images/orolia-mobile.png);
    overflow: hidden;
    font-size: 40px;
    line-height: 40px;
    background-size: contain;
    background-position: center center;
  }
  #response #targ #block-menu-block-2:after {
    content: 'blarg';
  }
  #response #targ #header .main-menu .content {
    width: 281px;
    display: block;
  }
  #response #targ #header .main-menu .content li,
  #response #targ #header .main-menu .content li.expanded {
    display: block;
    margin-top: 0;
    padding-top: 0;
    pointer-events: none;
    border-bottom: 1px solid #ffffff;
  }
  #response #targ #header .main-menu .content li.depth-2,
  #response #targ #header .main-menu .content li.expanded.depth-2,
  #response #targ #header .main-menu .content li.last,
  #response #targ #header .main-menu .content li.expanded.last {
    border-bottom-style: none;
  }
  #response #targ #header .main-menu .content li.depth-2.last,
  #response #targ #header .main-menu .content li.expanded.depth-2.last {
    border-bottom: 1px solid #ffffff;
  }
  #response #targ #header .main-menu .content li.view-display-cta,
  #response #targ #header .main-menu .content li.expanded.view-display-cta {
    display: none;
  }
  #response #targ #header .main-menu .content li.menu-mlid-1184 {
    margin-right: 0;
  }
  #response #targ #header .main-menu .content li.menu-mlid-1184 a {
    display: block;
    width: auto;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    color: #e36033;
  }
  #response #targ #header .main-menu .content li.menu-mlid-1184 a.active,
  #response #targ #header .main-menu .content li.menu-mlid-1184 a.active-trail {
    border-bottom-style: none;
    background-color: #696969;
  }
  #response #targ #header .main-menu .content a {
    display: block;
  }
  #response #targ #header .main-menu .content ul {
    display: block;
    margin-top: 0;
    pointer-events: none;
  }
  #response #targ #header .main-menu .content li.view-display-top_band,
  #response #targ #header .main-menu .content .view-display-id-top_band {
    display: none;
  }
  #response #targ #header .main-menu .content ul.depth-1 {
    display: block;
    float: none;
    width: 281px;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > .menu-expansion-mark {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > a {
    position: relative;
    z-index: 20;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1.active-menu > a,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1:hover > a,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > a:hover {
    background-color: transparent;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1.last {
    border-bottom: 1px solid #ffffff;
  }
  #response #targ #header .main-menu .content ul.depth-1 .depth-1.active ul.depth-2,
  #response #targ #header .main-menu .content ul.depth-1 .depth-1.active-trail ul.depth-2 {
    display: block;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-2,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-3,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-4 {
    padding: 0;
    margin: 0;
    width: auto;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > a,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-2 > a,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-3 > a,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-4 > a {
    padding: 0.75rem;
    display: block;
    position: relative;
    z-index: 1000;
    pointer-events: auto;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > a.active,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-2 > a.active,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-3 > a.active,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-4 > a.active {
    color: #e36033;
  }
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 > a.active,
  #response #targ #header .main-menu .content ul.depth-1 li.depth-1 a.active-trail {
    border-bottom-style: none;
  }
  #response #targ #header .main-menu .content ul.depth-1 .menu-tree-wrap.depth-2 {
    position: relative;
    opacity: 1;
    transition: none;
    top: auto;
    left: auto;
    min-height: 0;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 {
    width: auto;
    box-shadow: none;
    border-bottom-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background-color: #888888;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 li.depth-2 > span.nolink,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 li.depth-3 > span.nolink {
    display: block;
    padding: 0.75rem;
    color: #2e4076;
    font-weight: normal;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 1rem;
    font-style: italic;
    font-family: 'FrutigerLTPro-Roman', 'arial', 'helvetica', 'geneva', sans-serif;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 li.depth-2 > span.nolink.menu-header,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 li.depth-3 > span.nolink.menu-header {
    display: none !important;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-2 a:hover {
    background-color: #888888;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 {
    padding: 0;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-3 a,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-4 a {
    padding-left: 1.5rem;
  }
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-3 a.active-trail,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-4 a.active-trail,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-3 a.active,
  #response #targ #header .main-menu .content ul.depth-1 ul.depth-3 li.depth-4 a.active {
    background-color: #696969;
    font-family: 'FrutigerLTPro-Roman', 'arial', 'helvetica', 'geneva', sans-serif;
    color: #ffffff;
  }
  #response #targ #header .main-menu .content ul.depth-1 .menu-tree-wrap.depth-3,
  #response #targ #header .main-menu .content ul.depth-1 .menu-tree-wrap.depth-4 {
    padding: 0;
  }
  #response #targ #header .main-menu .content a {
    text-align: left;
  }
  #response #targ #header .main-menu .content .click-menu-close {
    display: none;
  }
  #response #targ #screen-format-minor {
    width: 767px !important;
  }
  #response #targ .nav-breadcrumbs {
    display: none;
  }
  #response #targ #spcsearch,
  #response #targ #search-block-form {
    margin: 10px;
    margin-left: 15px;
  }
  #response #targ #spcsearch div.form-type-textfield input,
  #response #targ #search-block-form div.form-type-textfield input {
    min-width: 190px;
    margin-right: 0;
  }
  #response #targ #spcsearch .container-inline,
  #response #targ #search-block-form .container-inline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  #response #targ #spcsearch #searchText,
  #response #targ #search-block-form #searchText,
  #response #targ #spcsearch #edit-search-block-form--2,
  #response #targ #search-block-form #edit-search-block-form--2 {
    width: 90%;
  }
  #response #targ .node-type-stack-image-rotator-v2 {
    margin-left: -180px;
    margin-right: -180px;
  }
  #response #targ .node-type-stack-image-rotator-v2 .slides {
    border-bottom-style: none;
  }
  #response #targ .flexslider {
    margin-bottom: 0;
  }
  #response #targ .full-width-image-wrap {
    margin-left: -180px;
    margin-right: -180px;
  }
  #response #targ h1.image-banner-headline {
    margin-left: 0px;
    padding-top: 0;
    left: 1rem;
    top: 2.5rem;
    max-width: 95%;
    font-size: 1.9rem;
    line-height: 2rem;
  }
  #response #targ .field-slideshow {
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  #response #targ .field-slideshow img {
    max-width: 100%;
    height: auto;
  }
  #response #targ #footer-verk {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 1rem;
  }
  #response #targ #footer-first,
  #response #targ .footer-column {
    width: auto;
    float: left;
    margin-top: 1rem;
    vertical-align: top;
  }
  #response #targ #footer-second.footer-column {
    float: right;
    padding: 0;
    width: auto;
    text-align: right !important;
  }
  #response #targ #footer-third.footer-column {
    margin-top: 0;
  }
  #response #targ .social-icons {
    border: 0;
    margin-top: 40px;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    margin-top: 0px;
  }
  #response #targ .social-icons a {
    width: 35px;
    height: 35px;
    background-size: 35px;
    text-indent: 9999px;
    overflow: hidden;
  }
  #response #targ .social-icons a.linkedin {
    background-position: left -35px;
  }
  #response #targ .social-icons a.youtube {
    background-position: left -70px;
  }
  #response #targ .social-icons a.facebook {
    background-position: left -105px;
  }
  #response #targ .social-icons + .social-icons:before {
    display: none;
    border-left-style: none;
  }
  #response #targ #footer .header-icon.skype {
    display: none;
  }
  #response #targ .file-list .views-row {
    border-bottom-color: #989898;
    /* added assymmetric margin below list item per J Mat, 6/15/2016 */
    margin-bottom: 0.4rem;
    padding-left: 4%;
    padding-right: 4%;
  }
  #response #targ .file-list .views-field-field-left-link,
  #response #targ .file-list .views-field-field-file {
    display: block;
    float: none;
  }
  #response #targ .arrow-controls-mobile-only > .view-content ul.flex-direction-nav {
    display: block;
  }
  #response #targ #product-thumbs-vertical-controls,
  #response #targ #product-thumbs-horizontal-controls {
    display: none;
  }
  #response #targ .matched-column > .inner {
    padding: 0 20px;
  }
  #response #targ .flexslider > ul.flex-direction-nav a {
    display: block !important;
    width: 15px;
    height: 32px;
    background-image: url(/sites/all/themes/bwc_custom/images/slider-controls-small.png);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    opacity: 0.5;
  }
  #response #targ .flexslider > ul.flex-direction-nav a.flex-prev {
    left: 2px;
    margin-left: 0px;
    background-position: left -32px;
  }
  #response #targ .flexslider > ul.flex-direction-nav a.flex-prev.flex-disabled {
    background-position: left 0px;
  }
  #response #targ .flexslider > ul.flex-direction-nav a.flex-next {
    right: 2px;
    background-position: -15px -32px;
    margin-right: 0px;
  }
  #response #targ .flexslider > ul.flex-direction-nav a.flex-next.flex-disabled {
    background-position: -15px 0px;
  }
  #response #targ .flexslider > ul.flex-direction-nav a.flex-disabled {
    display: block !important;
    opacity: 1.0 !important;
  }
  #response #targ .flexslider > ul.flex-direction-nav a:before {
    display: none;
  }
  #response #targ .flexslider .flex-pauseplay {
    display: none;
  }
  #response #targ .view-flexslider-with-image-pager .flexslider > ul.flex-direction-nav a {
    background-image: url(/sites/all/themes/bwc_custom/images/slider-controls-small-white.png);
    opacity: 0.9;
  }
  #response #targ .horiz-slider {
    padding: 0 0;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a {
    display: block !important;
    width: 90px;
    height: 90px;
    background-image: url(/sites/all/themes/bwc_custom/images/arrows-circle-small.png);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    opacity: 1.0;
    top: 40%;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a.flex-prev {
    left: -27px;
    margin-left: 0px;
    background-position: left -90px;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a.flex-prev.flex-disabled {
    background-position: left 0px;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a.flex-next {
    right: -10px;
    background-position: -90px -90px;
    margin-right: 0px;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a.flex-next.flex-disabled {
    background-position: -90px 0px;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a.flex-disabled {
    display: block !important;
  }
  #response #targ .view-id-product_horiz_slider .flexslider > ul.flex-direction-nav a:before {
    display: none;
  }
  #response #targ .view-id-product_horiz_slider .flexslider .flex-pauseplay {
    display: none;
  }
  #response #targ .content-stack-v2 .row-wrap {
    padding: 2rem 0;
  }
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-image-rotator-vertical,
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-image-rotator-horizontal,
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-image-rotator-v2,
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-single-image-banner {
    padding: 0 0;
  }
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-large-title-band-pagehead,
  #response #targ .content-stack-v2 .row-wrap.node-type-stack-large-title-band {
    padding: 15px 0;
  }
  #response #targ .column-right-margin > div {
    padding-left: 0;
  }
  #response #targ body.front .region-content-below {
    margin-top: 0px;
  }
  #response #targ #header2 .row-wrap {
    padding: 0;
  }
  #response #targ .field-name-field-quote-link.field-type-link-field,
  #response #targ #header2 .field-name-field-quote-link.field-type-link-field {
    float: none;
    margin-top: 0px;
    text-align: center;
  }
  #response #targ .field-name-field-quote-link.field-type-link-field .field-item,
  #response #targ #header2 .field-name-field-quote-link.field-type-link-field .field-item {
    text-align: center;
  }
  #response #targ .field-name-field-quote-link.field-type-link-field a,
  #response #targ #header2 .field-name-field-quote-link.field-type-link-field a {
    background-color: #e36033;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-top: 0;
    padding: 1px 20px;
    font-family: 'FrutigerLTPro-Roman', 'arial', 'helvetica', 'geneva', sans-serif;
    white-space: nowrap;
    background-image: none;
    text-transform: uppercase;
  }
  #response #targ .field-name-field-quote-link.field-type-link-field a:hover,
  #response #targ #header2 .field-name-field-quote-link.field-type-link-field a:hover {
    background-color: #2e4076;
  }
  #response #targ #block-views-stacked-content-v2-fixed-button {
    display: none !important;
  }
  #response #targ .view-display-id-fixed_button {
    float: none;
    width: auto;
  }
  #response #targ .view-display-id-fixed_headline .field-name-field-quote-link {
    display: block;
  }
  #response #targ .expansion-button-wrap {
    display: none;
  }
  #response #targ #ios-upper-shroud {
    position: absolute;
    display: block;
    top: -100rem;
    left: 0px;
    height: 100rem;
    width: 100%;
    background-color: #ffffff;
    z-index: 195;
  }
  #response #targ.page-node-1596 .group-left,
  #response #targ.page-node-1616 .group-left {
    display: none;
  }
  #response #targ.page-node-1596 .group-right,
  #response #targ.page-node-1616 .group-right {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }
  #response #targ .grid-4 tbody td {
    display: block;
  }
  #response #targ .footer-left-menu a {
    display: block;
    border-style: none;
    padding: 0;
  }
  #response #targ .file-list-thumbs td.views-field-field-image {
    display: none;
  }
  #response #targ .gated-form .ao-column-inner {
    width: 90%;
  }
  #response #targ .gated-form .ao-column-inner .ao-block-wrapper:nth-child(1),
  #response #targ .gated-form .ao-column-inner .ao-block-wrapper:nth-child(2) {
    width: auto;
    display: block;
  }
  #response #targ .gated-form .ao-column-inner .ao-block-wrapper:nth-child(3) {
    width: auto;
    display: block;
  }
  #response #targ.page-node-5944 .node-stack-wide-left-narrow-right {
    display: flex;
    flex-direction: column-reverse;
  }
  #response #targ.page-node-5944 .node-stack-wide-left-narrow-right .group-right {
    border-top-style: none;
    padding-top: 0;
    margin-top: 0;
  }
  #response #targ .node-type-stack-3-videos-across .ds-3col-equal > div {
    display: block;
    width: 100%;
    text-align: left;
    float: none;
    margin-bottom: 1rem;
  }
  #response #targ .blog-lockup .blog-text-lockup a span.spc-blog-title {
    height: auto;
  }
}
