@charset "UTF-8";

* {
    box-sizing: border-box
}

p {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
}

html {
    /* overflow-x: hidden */
}

body {
    max-height: 100%;
    left: 0;
    right: 0
}

a {
    text-decoration: none;
    outline: 0 !important
}

a:hover {
    text-decoration: underline
}

a:focus,a:active,a:hover {
    outline: 0 !important
}

@media only screen and (max-width: 767px) {
    body {
        /* overflow-x:hidden */
    }
}

@media all and (min-width: 768px) {
    body {
        /* overflow-x:hidden */
    }
}

.vw_m022_copy_b1 {
    font-family: "VWTextWeb-Regular";
    font-weight: normal;
    font-style: normal
}

.vw_m032_btn_primary {
    font-family: "VWTextWeb-Bold";
    font-weight: normal;
    font-style: normal
}

.vw_m022_copy_b1 {
    font-size: 15px;
    line-height: 23px
}

@media all and (min-width: 960px) {
    .vw_m022_copy_b1 {
        font-size:16px;
        line-height: 25px
    }
}

.vw_m032_btn_primary {
    font-size: 14px;
    line-height: 16px
}

::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder {
    font: 14px/32px VWHeadWeb-Regular;
    color: #808890
}

.vw_collapse {
    display: none;
    visibility: hidden
}

.vw_m022_copy_b1 {
    font-family: "VWTextWeb-Regular";
    font-weight: normal;
    font-style: normal
}

.vw_m032_btn_primary {
    font-family: "VWTextWeb-Bold";
    font-weight: normal;
    font-style: normal
}

.vw_m022_copy_b1 {
    font-size: 15px;
    line-height: 23px
}

@media all and (min-width: 960px) {
    .vw_m022_copy_b1 {
        font-size:16px;
        line-height: 25px
    }
}

.vw_m032_btn_primary {
    font-size: 14px;
    line-height: 16px
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

section {
    display: block
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

strong {
    font-weight: bold
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

h1,h3,h5 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

h1,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width: 768px) {
    .container-fluid {
        padding-left:48px;
        padding-right: 48px
    }
    .left-margin {
        /* margin-left: 96px; */
    }
}

@media only screen and (min-width: 1024px) {
    .container-fluid {
        padding-left:50px;
        padding-right: 50px
    }
}

@media only screen and (min-width: 1281px) {
    .container-fluid {
        padding-left:60px;
        padding-right: 60px
    }
}

@media only screen and (min-width: 1486px) {
    .container-fluid {
        padding-left:80px;
        padding-right: 80px;
    }
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -6px;
    margin-right: -6px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-sm-5,.col-sm-6,.col-sm-8,.col-xs-12,.col-sm-12 {
    position: relative;
    padding-left: 6px;
    padding-right: 6px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media(min-width: 768px) {
    .col-sm-5,.col-sm-6,.col-sm-8,.col-sm-12 {
        float:left
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

@-ms-viewport {
    width: device-width
}

.vw_background {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media all and (min-width: 768px) {
    .vw_background {
        margin-left:-24px;
        margin-right: -24.vw_m032_btn_primary, .vw_m032_btn_secondary, .vw_m032_btn_disabledpx
    }
}

@media all and (min-width: 1024px) {
    .vw_background {
        margin-left:-20px;
        margin-right: -20px
    }
}

@media all and (min-width: 1281px) {
    .vw_background {
        margin-left:-40px;
        margin-right: -40px
    }
}

@media all and (min-width: 1486px) {
    .vw_background {
        margin-left:-40px;
        margin-right: -40px
    }
}

@media all and (min-width: 768px) {
    .vw_background {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.vw_background .vw_background:first-of-type {
    padding-top: 0
}

.vw_background .vw_background:last-child {
    padding-bottom: 0
}

.vw_background .vw_background:not(.vw_m511_item_container) {
    background-color: transparent !important
}

h1,h3,.vw_m021_head_3,h5,.vw_m021_head_5 {
    font-family: "VWHeadWeb-Bold",sans-serif;
    font-weight: normal;
    letter-spacing: -0.025em;
    margin: 0;
    color: #1d1f20
}

h1 {
    font-size: 30px;
    line-height: 33px
}

@media all and (min-width: 480px) {
    h1 {
        font-size:36px;
        line-height: 39px
    }
}

@media all and (min-width: 768px) {
    h1 {
        font-size:45px;
        line-height: 48px
    }
}

@media all and (min-width: 960px) {
    h1 {
        font-size:60px;
        line-height: 65px
    }
}

h3,.vw_m021_head_3 {
    line-height: 25px;
    font-size: 21px
}

@media all and (min-width: 960px) {
    h3,.vw_m021_head_3 {
        font-size:28px;
        line-height: 33px
    }
}

h5,.vw_m021_head_5 {
    font-size: 16px;
    line-height: 20px
}

@media all and (min-width: 960px) {
    h5,.vw_m021_head_5 {
        font-size:18px;
        line-height: 23px
    }
}

.vw_m022_copy_b1 {
    color: #2f3538
}

a {
    display: inline-block;
    color: #0099da;
    text-decoration: none
}

a:focus,a:active,a:visited {
    text-decoration: none;
    color: #0099da
}

a:hover {
    text-decoration: none;
    color: #0068aa
}

.vw_m032_btn_primary:hover {
    color: #fff;
    background-color: #0068aa;
    border-color: #0068aa
}

.vw_m032_btn_primary {
    height: 42px;
    line-height: 16px;
    white-space: normal;
    width: 100%;
    max-width: 280px;
    padding: 4px 9px;
    text-align: center;
    display: table
}

.vw_m032_btn_primary span {
    display: table-cell;
    vertical-align: middle
}

@media all and (min-width: 768px) {
    .vw_m032_btn_primary {
        width:32%
    }
}

@media all and (min-width: 1024px) {
    .vw_m032_btn_primary {
        width:198px;
        max-width: 198px
    }
}

.vw_m032_btn_primary {
    color: #fff;
    background-color: #0099da;
    border-color: #0099da
}

.vw_m032_btn_primary:active,.vw_m032_btn_primary:focus,.vw_m032_btn_primary:visited {
    color: #fff
}

@-moz-document url-prefix() {
}

.vw_accordion_item .vw_accordion_item_content {
    display: none;
    visibility: hidden;
    transition-property: height;
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(0.6,0,0.4,1)
}

.vw_accordion_item.vw_active .vw_accordion_item_content {
    display: block;
    visibility: visible;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px
}

@media all and (min-width: 768px) {
    .vw_accordion_item.vw_active .vw_accordion_item_content {
        margin-bottom:0
    }
}

@media all and (max-width: 767px) {
    .vw_accordion_item.vw_active .vw_accordion_item_content {
        margin-bottom:0
    }
}

@media all and (min-width: 768px) {
    .vw_m152_highlight_container {
        #margin-bottom:-200px
    }
}

.vw_m151_introcopy_highlights {
    text-align: center;
    padding: 0 0 14px 0
}

@media all and (min-width: 768px) {
    .vw_m151_introcopy_highlights {
        padding:8px 0 0 0
    }
}

.vw_m151_introcopy_highlights .vw_m022_copy_b1 {
    margin: 10px 0 0 0
}

@media all and (min-width: 768px) {
    .vw_m151_introcopy_highlights .vw_m022_copy_b1 {
        margin:22px 0 0 0
    }
}

.vw_m151_introcopy_highlights>div {
    padding-top: 20px
}

.vw_m154_feature_wrapper_image_small {
    display: none
}

@media all and (max-width: 767px) {
    .vw_m154_feature_wrapper_image_small {
        padding:0;
        display:block
    }
}

@media all and (min-width: 1281px) {
    .vw_m154_feature_item {
        padding-left:7px;
        padding-right: 7px
    }
}

@media all and (min-width: 1486px) {
    .vw_m154_feature_item {
        padding-left:9px;
        padding-right: 9px
    }
}

@media all and (min-width: 768px) {
    .vw_m152_highlight_container .vw_m154_feature_content {
        border-bottom:0
    }
}

.m190_compare_data_sheet .m190_accordion_trim .m190_trim ul:last-first {
    border-bottom: 10px
}

.vw_m200_basic_content_teaser {
    text-align: center;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

@media all and (min-width: 480px) {
    .vw_m200_basic_content_teaser {
        margin-left:0;
        margin-right: 0
    }
}

.vw_m200_basic_content_teaser .vw_m200_teaser_content {
    padding-left: 0;
    padding-right: 0
}

.vw_m200_basic_content_teaser .vw_js_responsive_image {
    width: 100%
}

.vw_m200_basic_content_teaser .vw_m200_image_link {
    display: block;
    line-height: 0
}

.vw_m200_basic_content_teaser .vw_m021_head_5 {
    margin: 0
}

@media all and (min-width: 768px) {
    .vw_m200_basic_content_teaser .vw_m021_head_5 {
        padding-top:24px
    }
}

.vw_m200_basic_content_teaser .vw_m021_head_3 {
    margin: 13px 0 0 0
}

@media all and (min-width: 768px) {
    .vw_m200_basic_content_teaser .vw_m021_head_3 {
        margin:18px 0 0 0
    }
}

.vw_m200_basic_content_teaser .vw_m022_copy_b1 {
    margin: 18px 0 0 0
}

@media all and (min-width: 768px) {
    .vw_m200_basic_content_teaser .vw_m022_copy_b1 {
        margin:28px 0 0 0
    }
}

.vw_m200_basic_content_teaser .vw_m032_btn_primary {
    margin: 0 auto;
    margin-top: 24px
}

@media all and (min-width: 768px) {
    .vw_m200_basic_content_teaser .vw_m032_btn_primary {
        margin-top:35px
    }
}

.vw_m200_basic_content_teaser .vw_m200_teaser_content.col-sm-offset-2 {
    margin-bottom: 40px
}

@media all and (min-width: 768px) {
    .vw_m200_basic_content_teaser .vw_m200_teaser_content.col-sm-offset-2 {
        /* margin-top:-30px */
    }
}

@media all and (max-width: 767px) {
    .vw_m200_basic_content_teaser.vw_m271_teaser .vw_m200_teaser_content {
        margin-bottom:40px
    }
}

.vw_m271_teaser .vw_m021_head_5 {
    display: none
}

@media all and (min-width: 768px) {
    .vw_m271_teaser .vw_m021_head_5 {
        display:block
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser .vw_m021_head_3 {
        margin-top:7px
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser .vw_m022_copy_b1 {
        margin-top:18px
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser .vw_m032_btn_primary {
        margin-top:28px
    }
}

.vw_m271_teaser {
    padding-top: 55px
}

.vw_m271_teaser_media_left:before,.vw_m271_teaser_media_right:before {
    content: '';
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
    margin-right: -1em
}

.vw_m271_teaser_media_left,.vw_m271_teaser_media_right {
    #padding-top:50px}

.vw_m271_teaser_media_left .vw_m021_head_5,.vw_m271_teaser_media_right .vw_m021_head_5 {
    padding-top: 0
}

.vw_m271_teaser_media_left .vw_m200_teaser_content,.vw_m271_teaser_media_right .vw_m200_teaser_content {
    display: inline-block !important;
    vertical-align: middle;
    float: none
}

@media all and (min-width: 768px) {
    .vw_m271_teaser_media_left .vw_m200_teaser_content,.vw_m271_teaser_media_right .vw_m200_teaser_content {
        #padding-top:50px
    }
}

.vw_m271_teaser_media_left .vw_m200_image_disclaimer_container:not(.vw_m154_feature_wrapper_image_small),.vw_m271_teaser_media_right .vw_m200_image_disclaimer_container:not(.vw_m154_feature_wrapper_image_small) {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .vw_m271_teaser_media_left .vw_m200_image_disclaimer_container.vw_m154_feature_wrapper_image_large,.vw_m271_teaser_media_right .vw_m200_image_disclaimer_container.vw_m154_feature_wrapper_image_large {
        display:none !important
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser_media_left .vw_m200_image_disclaimer_container,.vw_m271_teaser_media_right .vw_m200_image_disclaimer_container {
        #margin-top:0
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser_media_left,.vw_m271_teaser_media_right {
        text-align:left
    }
}

@media all and (min-width: 768px) {
    .vw_m271_teaser_media_left .vw_m032_btn_primary,.vw_m271_teaser_media_right .vw_m032_btn_primary {
        margin-left:0
    }
}

.vw_m310_editorial_stage {
    margin: 0 -20px;
    margin-left: -20px;
    margin-right: -20px
}

@media all and (min-width: 768px) {
    .vw_m310_editorial_stage {
        margin-left:-48px;
        margin-right: -48px
    }
}

@media all and (min-width: 1024px) {
    .vw_m310_editorial_stage {
        margin-left:-50px;
        margin-right: -50px
    }
}

@media all and (min-width: 1281px) {
    .vw_m310_editorial_stage {
        margin-left:-60px;
        margin-right: -60px
    }
}

@media all and (min-width: 1486px) {
    .vw_m310_editorial_stage {
        margin-left:-80px;
        margin-right: -80px
    }
}

.vw_m310_editorial_stage .vw_m310_editorial_stage_bg {
    display: block;
    background-color: #0099da;
    position: relative;
    overflow: hidden;
    padding-bottom: 28.1%
}

.vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
    overflow: hidden;
    color: #fff;
    padding-bottom: 2px
}

@media all and (max-width: 479px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:20px;
        line-height: 1.1;
        max-height: 49px;
        display: block;
        padding-top: -5px
    }
}

@media all and (min-width: 480px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:30px;
        line-height: 1.1;
        max-height: 71px;
        display: block;
        padding-top: -7.5px
    }
}

@media all and (min-width: 768px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        padding-bottom:10px
    }
}

@media all and (min-width: 768px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:40px;
        line-height: 1.1;
        max-height: 173px;
        display: block;
        padding-top: 80px
    }
}

@media all and (min-width: 1024px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:60px;
        line-height: 1.1;
        max-height: 212px;
        display: block;
        padding-top: 75px
    }
}

@media all and (min-width: 1281px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:76px;
        line-height: 1.1;
        max-height: 243.2px;
        display: block;
        padding-top: 71px
    }
}

@media all and (min-width: 1486px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_headline {
        font-size:86px;
        line-height: 1.1;
        max-height: 262.7px;
        display: block;
        padding-top: 68.5px
    }
}

.vw_m310_editorial_stage .vw_m310_editorial_stage_lines {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (min-width: 768px) {
    .vw_m310_editorial_stage .vw_m310_editorial_stage_lines {
        top:0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.vw_m310_editorial_stage .vw_m310_editorial_stage_image {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}

@-moz-document url-prefix() {
    ::-moz-focus-inner {
        border: 0
    }
}

.item-image {
  margin-bottom: 20px;
}
