#sandr-table {
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 95%;
}

#sandr-table thead tr th {
    text-align: left;
    font-size: 1em;
    font-weight: 100;
    color: white;
}

#sandr-table thead tr th, #sandr-table tbody tr td {
    padding: 10px 0 10px 35px;
}

#sandr-table thead tr th:nth-child(1), #sandr-table tbody tr td:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 33%;
    font-size: 1em;
    font-family: "Lato", sans-serif;
}

#sandr-table thead tr th:last-child, #sandr-table tbody tr td:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#sandr-table tbody tr td ul {
    padding: 0;
    margin: 0;
}

#sandr-table tbody tr td ul li {
    font-size: 1em;
}

#sandr-table thead {
    background-color: #6f7170;
}

#sandr-table tbody tr:nth-child(1) {
    background-color: #fff;
}

#sandr-table tbody tr:nth-child(2) {
    background-color: #eee;
}

#sandr-table tbody tr:nth-child(3) {
    background-color: #fff;
}

#sandr-table tbody tr:nth-child(4) {
    background-color: #eee;
}

#single-head {
    display: none;
}

@media screen and (max-width: 767px) {
    #sandr-table {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }

    #sandr-table tr {
        font-size: 2.1vw;
    }
}

@media (max-width: 479px) {
    #sandr-table tr {
        display: flex;
        flex-flow: column;
        border-radius: 3px;
        font-size: 3vw;
    }

    #sandr-table thead {
        border-radius: 3px;
    }

    #sandr-table tr td, #sandr-table thead, #sandr-table thead th {
        width: 100% !important;
    }

    #split-head {
        display: none;
    }

    #single-head {
        display: inherit;
    }
}

.mainContent table {
    border-collapse: collapse;
    border: 0;
}

.mainContent td,
.mainContent th,
.mainContent tr {
    padding: 0;
}

.ps-governance-overview {
    border: 0 none;
    width: 95%;
    background-color: #eee;
}

.ps-governance-overview>tbody>tr:not(:last-child)>td {
    padding: .6em 0;
    border: 0 none;
    text-align: center;
}

.ps-governance-overview>tbody>tr:last-child>td h3 {
    text-align: center;
}

.ps-governance-overview h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: .3;
}

.ps-governance-overview h4 {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
}

.ps-governance-overview .text-white {
    color: #fff;
}

.ps-governance-overview a.text-white {
    border-bottom: 1px solid #fff;
}

.ps-governance-overview a.text-white:hover {
    color: #ccc;
    border-bottom: 0;
}

.ps-governance-overview .text-black {
    color: #000;
    font-weight: 700;
}

.ps-governance-overview>tbody>tr:first-child {
    background-color: #323c46;
}

.ps-governance-overview>tbody>tr:nth-child(2) {
    background-color: #6f7170;
}

.ps-governance-overview>tbody>tr:last-child>td>h3 {
    margin-top: 10px;
    padding-bottom: 25px;
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
}

.ps-governance-overview .specific-programs-block {
    border: 0 none;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:not(:nth-child(3)) {
    position: relative;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:nth-child(3) {
    position: relative;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:not(:nth-child(3)):before {
    content: "??";
    display: inline-block;
    position: absolute;
    top: -1.7em;
    left: 0;
    right: 0;
    text-align: center;
    transform: rotate(90deg) scale(1);
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:nth-child(3):before {
    content: "??";
    display: inline-block;
    position: absolute;
    top: -1.7em;
    left: 0;
    right: 0;
    text-align: center;
    transform: rotate(90deg) scale(1);
}

.ps-governance-overview .specific-programs-block tr:not(:nth-child(2)) td {
    border: 0 none;
}

.ps-governance-overview .software-sp {
    border-collapse: collapse;
}

.ps-governance-overview .software-sp th {
    text-align: center;
}

.ps-governance-overview .software-sp tr:first-child {
    background-color: #666;
}

.ps-governance-overview .specific-programs-block h4, .ps-governance-overview .specific-programs-block h3 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:first-child {
    background-color: #000;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:first-child+td {
    background-color: #e1140a;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:nth-last-child(2) {
    background-color: #6ac346;
}

.ps-governance-overview .specific-programs-block>tbody>tr>td:last-child {
    padding: 10px;
    background-color: #e862ac;
}

.ps-governance-overview .software-sp tr:last-child>td:first-child {
    background-color: #fee600;
}

.ps-governance-overview .software-sp tr:last-child>td:first-child+td>h4 {
    line-height: 1;
}

.ps-governance-overview .software-sp tr:last-child>td:first-child+td>span {
    display: inline-block;
    text-align: center;
    font-style: italic;
}

.ps-governance-overview .software-sp tr:last-child>td:last-child {
    padding: 10px;
    background-color: #46c8e1;
}

@media all and (max-width: 645px) {
    .ps-block {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ps-governance-overview {
        width: 700px;
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.mainContent {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.mainContent {
    margin: 0;
}

.mainContent article,
.mainContent aside,
.mainContent details,
.mainContent figcaption,
.mainContent figure,
.mainContent footer,
.mainContent header,
.mainContent hgroup,
.mainContent main,
.mainContent menu,
.mainContent nav,
.mainContent section,
.mainContent summary {
    display: block;
}

.mainContent audio,
.mainContent canvas,
.mainContent progress,
.mainContent video {
    display: inline-block;
    vertical-align: baseline;
}

.mainContent audio:not([controls]) {
    display: none;
    height: 0;
}

.mainContent [hidden],
.mainContent template {
    display: none;
}

.mainContent a {
    background-color: transparent;
}

.mainContent a:active,
.mainContent a:hover {
    outline: 0;
}

.mainContent abbr[title] {
    border-bottom: 1px dotted;
}

.mainContent b,
.mainContent strong {
    font-weight: 700;
}

.mainContent dfn {
    font-style: italic;
}

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

.mainContent mark {
    background: #ff0;
    color: #000;
}

.mainContent small {
    font-size: 80%;
}

.mainContent sub,
.mainContent sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.mainContent sup {
    top: -0.5em;
}

.mainContent sub {
    bottom: -0.25em;
}

.mainContent img {
    border: 0;
}

.mainContent svg:not(:root) {
    overflow: hidden;
}

.mainContent figure {
    margin: 1em 40px;
}

.mainContent hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

.mainContent pre {
    overflow: auto;
}

.mainContent code,
.mainContent kbd,
.mainContent pre,
.mainContent samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.mainContent button,
.mainContent input,
.mainContent optgroup,
.mainContent select,
.mainContent textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.mainContent button {
    overflow: visible;
}

.mainContent button,
.mainContent select {
    text-transform: none;
}

.mainContent button,
.mainContent html input[type="button"],
.mainContent input[type="reset"],
.mainContent input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.mainContent button[disabled],
.mainContent html input[disabled] {
    cursor: default;
}

.mainContent button::-moz-focus-inner,
.mainContent input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mainContent input {
    line-height: normal;
}

.mainContent input[type="checkbox"],
.mainContent input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.mainContent input[type="number"]::-webkit-inner-spin-button,
.mainContent input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.mainContent input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mainContent input[type="search"]::-webkit-search-cancel-button,
.mainContent input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.mainContent fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.mainContent legend {
    border: 0;
    padding: 0;
}

.mainContent textarea {
    overflow: auto;
}

.mainContent optgroup {
    font-weight: 700;
}

.mainContent table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mainContent td,
.mainContent th {
    padding: 0;
}


.u-block {
    display: block !important;
}

.u-hidden {
    display: none !important;
}

.u-hiddenVisually {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.u-inline {
    display: inline !important;
}

.u-inlineBlock {
    display: inline-block !important;
    max-width: 100%;
}

.u-table {
    display: table !important;
}

.u-tableCell {
    display: table-cell !important;
}

.u-tableRow {
    display: table-row !important;
}

.u-cf:after, .u-cf:before {
    content: " ";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-nbfc {
    overflow: hidden !important;
}

.u-nbfcAlt {
    display: table-cell !important;
    width: 10000px !important;
}

.u-floatLeft {
    float: left !important;
}

.u-floatRight {
    float: right !important;
}

.u-textBreak {
    word-wrap: break-word !important;
}

.u-textCenter {
    text-align: center !important;
}

.u-textLeft {
    text-align: left !important;
}

.u-textRight {
    text-align: right !important;
}

.u-textInheritColor {
    color: inherit !important;
}

.u-textKern {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern"1, "kern";
    -moz-font-feature-settings: "kern"1, "kern";
    font-feature-settings: "kern"1, "kern";
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    font-kerning: normal;
}

.u-textNoWrap {
    white-space: nowrap !important;
}

.u-textTruncate {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

blockquote, button, h1, h2, h3, h4, h5, h6, iframe, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

b, i {
    font-weight: 400;
    font-style: normal;
}

abbr, abbr[title] {
    border-bottom: 0;
}

.SandboxRoot {
    direction: ltr;
    text-align: left;
}

.SandboxRoot {
    display: block;
    background: 0;
    font: normal normal 14px/1.4 Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    color: #292f33;
    white-space: normal;
    white-space: initial;
}

a {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

a:visited {
    text-decoration: none;
    outline: 0;
}

a:focus {
    color: #55acee;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:active {
    color: #3b94d9;
    text-decoration: none;
    outline: 0;
}

.SandboxRoot.env-bp-min .u-hiddenInNarrowEnv {
    display: none;
}

.SandboxRoot:not(.env-bp-min) .u-hiddenInWideEnv {
    display: none;
}

.u-linkBlend:not(:focus):not(:hover):not(:active) {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
}

.Avatar {
    max-width: 100%;
    max-height: 100%;
}

.Avatar--fill {
    width: 100%;
    height: 100%;
}

.Button, .Button:link, .Button:visited {
    -webkit-appearance: none;
    background-color: #f5f8fa;
    background-image: -webkit-linear-gradient(#fff, #f5f8fa);
    background-image: -moz-linear-gradient(#fff, #f5f8fa);
    background-image: -o-linear-gradient(#fff, #f5f8fa);
    background-image: linear-gradient(#fff, #f5f8fa);
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #292f33;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    padding: 8px 15px 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
}

.Button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.Button:active, .Button:focus, .Button:hover {
    text-decoration: none;
}

.Button:hover {
    background-color: #e1e8ed;
    background-image: -webkit-linear-gradient(#fff, #e1e8ed);
    background-image: -moz-linear-gradient(#fff, #e1e8ed);
    background-image: -o-linear-gradient(#fff, #e1e8ed);
    background-image: linear-gradient(#fff, #e1e8ed);
    border-color: #e1e8ed;
}

.Button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 132, 180, .5);
}

.Button:active {
    background-color: #e1e8ed;
    background-image: -webkit-linear-gradient(#fff, #f5f8fa);
    background-image: -moz-linear-gradient(#fff, #f5f8fa);
    background-image: -o-linear-gradient(#fff, #f5f8fa);
    background-image: linear-gradient(#fff, #f5f8fa);
    border-color: #ccd6dd;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
}

.Button.is-disabled, .Button:disabled {
    cursor: default;
    opacity: .6;
}

.Button-label {
    font-weight: 700;
}

.Button--full {
    display: block;
    width: 100%;
}

.Emoji--forText {
    height: 1.25em;
    width: 1.25em;
    padding: 0 .05em 0 .1em;
    vertical-align: -0.2em;
}

.Emoji--forLinks {
    background-position: .1em;
    background-repeat: no-repeat;
    background-size: 1.25em 1.25em;
    letter-spacing: 1.1em;
    line-height: 1.25em;
    padding-top: .15em;
    -moz-user-select: none;
    -ms-user-select: none;
}

.Icon {
    display: inline-block;
    height: 1.25em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
}

.Icon--alertsPill {
    width: 1.07639em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2072%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M51%2014H11c-4.42%200-8%203.58-8%208v28c0%204.418%203.58%208%208%208h40c4.418%200%208-3.582%208-8V22c0-4.42-3.582-8-8-8zM12.107%2036.997L12%2037c-1.057%200-1.94-.826-1.996-1.894-.34-6.354%203.132-12.276%208.844-15.088.99-.487%202.19-.08%202.677.912s.08%202.19-.912%202.678c-4.272%202.103-6.87%206.532-6.615%2011.285.06%201.103-.788%202.045-1.89%202.104zm7%201L19%2038c-1.057%200-1.94-.827-1.996-1.894-.234-4.39%202.164-8.478%206.108-10.413.992-.488%202.19-.08%202.677.914.486.99.077%202.19-.915%202.676-2.503%201.23-4.025%203.824-3.876%206.61.056%201.104-.79%202.045-1.893%202.104zm21.106%209.11c-.21.774-.94%201.282-1.733%201.387-.093.014-.188.02-.285.02H34.4C33.93%2049.955%2032.593%2051%2031%2051c-1.596%200-2.932-1.047-3.398-2.485h-3.78c-.91%200-1.817-.544-2.046-1.426-.223-.86.042-1.692.792-2.145.2-.248%201.048-1.487%201.048-4.71%200-5.407%202.46-8.042%205.273-8.893.13-1.054%201.02-1.873%202.108-1.873%201.093%200%201.983.823%202.11%201.88%202.827.86%205.272%203.486%205.286%208.858.008%203.192.827%204.462%201.044%204.742.014.01.027.02.04.032.718.466.96%201.286.735%202.125zm4.785-11C44.94%2037.172%2044.058%2038%2043.002%2038c-.036%200-.072%200-.108-.003-1.103-.06-1.95-1-1.89-2.104.147-2.786-1.375-5.38-3.877-6.61-.992-.486-1.4-1.685-.914-2.676.487-.99%201.685-1.4%202.677-.914%203.944%201.936%206.34%206.024%206.108%2010.413zm7-1C51.94%2036.172%2051.058%2037%2050.002%2037c-.036%200-.072%200-.108-.003-1.103-.06-1.95-1-1.89-2.104.253-4.753-2.344-9.183-6.616-11.285-.99-.488-1.4-1.687-.912-2.678.487-.99%201.686-1.4%202.677-.912%205.713%202.812%209.184%208.734%208.845%2015.088z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M38.89%2025.693c-.992-.487-2.19-.077-2.677.914-.487.99-.078%202.19.914%202.676%202.503%201.23%204.025%203.824%203.876%206.61-.06%201.104.788%202.045%201.89%202.104.037.002.073.003.11.003%201.055%200%201.937-.827%201.994-1.894.234-4.39-2.163-8.477-6.107-10.413zM43.154%2020.02c-.99-.49-2.19-.08-2.677.91-.488.992-.08%202.19.912%202.68%204.27%202.102%206.868%206.53%206.614%2011.284-.06%201.103.788%202.045%201.89%202.104l.108.002c1.055%200%201.938-.827%201.995-1.894.34-6.354-3.13-12.276-8.843-15.087zM39.48%2044.982l-.04-.032c-.217-.28-1.036-1.55-1.044-4.742-.013-5.37-2.46-8-5.286-8.857-.127-1.057-1.017-1.88-2.11-1.88-1.09%200-1.98.818-2.11%201.872-2.812.85-5.272%203.486-5.272%208.892%200%203.224-.847%204.463-1.048%204.71-.75.453-1.016%201.285-.792%202.145.23.88%201.136%201.425%202.047%201.425h3.78C28.068%2049.953%2029.404%2051%2031%2051c1.593%200%202.93-1.047%203.398-2.485h3.796c.097%200%20.192-.007.285-.02.792-.105%201.523-.613%201.732-1.388.227-.84-.016-1.66-.732-2.125zM24.874%2029.283c.992-.486%201.4-1.685.914-2.676-.487-.993-1.685-1.402-2.677-.914-3.943%201.936-6.34%206.023-6.107%2010.413C17.06%2037.173%2017.943%2038%2019%2038c.035%200%20.07%200%20.107-.003%201.103-.06%201.95-1%201.89-2.104-.148-2.786%201.374-5.38%203.877-6.61zM20.613%2023.608c.99-.488%201.4-1.687.912-2.678s-1.687-1.4-2.677-.912c-5.712%202.812-9.183%208.733-8.844%2015.088C10.06%2036.174%2010.944%2037%2012%2037c.035%200%20.07%200%20.107-.003%201.103-.06%201.95-1%201.89-2.104-.253-4.752%202.343-9.182%206.616-11.285z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--lightning {
    width: .625em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2072%22%3E%3Cpath%20fill%3D%22%232b7bb9%22%20d%3D%22M30.738%2028.01C30.382%2027.387%2029.718%2027%2029%2027H18.145l6.686-15.194c.273-.62.215-1.333-.155-1.898C24.305%209.34%2023.675%209%2023%209H11c-.925%200-1.73.634-1.945%201.533l-6%2025c-.143.596-.005%201.224.374%201.705.38.482.957.762%201.57.762h7.278L8.034%2060.632c-.18.953.353%201.897%201.26%202.24.23.087.47.128.706.128.69%200%201.35-.357%201.72-.98l19-32c.367-.617.374-1.384.018-2.01z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--playCircle {
    width: 1.04166em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--reply {
    width: 1.07639em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M41%2031h-9V19c0-1.14-.647-2.183-1.668-2.688-1.022-.507-2.243-.39-3.15.302l-21%2016C5.438%2033.18%205%2034.064%205%2035s.437%201.82%201.182%202.387l21%2016c.533.405%201.174.613%201.82.613.453%200%20.908-.103%201.33-.312C31.354%2053.183%2032%2052.14%2032%2051V39h9c5.514%200%2010%204.486%2010%2010%200%202.21%201.79%204%204%204s4-1.79%204-4c0-9.925-8.075-18-18-18z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.Icon--retweet {
    width: 1.28472em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M70.676%2036.644C70.166%2035.636%2069.13%2035%2068%2035h-7V19c0-2.21-1.79-4-4-4H34c-2.21%200-4%201.79-4%204s1.79%204%204%204h18c.552%200%20.998.446%201%20.998V35h-7c-1.13%200-2.165.636-2.676%201.644-.51%201.01-.412%202.22.257%203.13l11%2015C55.148%2055.545%2056.046%2056%2057%2056s1.855-.455%202.42-1.226l11-15c.668-.912.767-2.122.256-3.13zM40%2048H22c-.54%200-.97-.427-.992-.96L21%2036h7c1.13%200%202.166-.636%202.677-1.644.51-1.01.412-2.22-.257-3.13l-11-15C18.854%2015.455%2017.956%2015%2017%2015s-1.854.455-2.42%201.226l-11%2015c-.667.912-.767%202.122-.255%203.13C3.835%2035.365%204.87%2036%206%2036h7l.012%2016.003c.002%202.208%201.792%203.997%204%203.997h22.99c2.208%200%204-1.79%204-4s-1.792-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.Icon--retweetBadge {
    width: 1.04166em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2272%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2319cf86%22%20d%3D%22M49%209H11c-4.418%200-8%203.582-8%208v38c0%204.418%203.582%208%208%208h38c4.418%200%208-3.582%208-8V17c0-4.418-3.582-8-8-8zM21%2044h10c1.657%200%203%201.343%203%203s-1.343%203-3%203H17c-1.657%200-3-1.343-3-3V36H9c-.77%200-1.47-.44-1.803-1.134-.333-.692-.24-1.516.24-2.115l8-10c.76-.947%202.365-.947%203.124%200l8%2010c.48.6.576%201.425.243%202.117C26.47%2035.56%2025.77%2036%2025%2036h-5v7c0%20.553.448%201%201%201zm31.562-4.75l-8%2010c-.38.474-.954.75-1.562.75s-1.182-.276-1.562-.75l-8-10c-.48-.6-.574-1.424-.24-2.116C33.53%2036.44%2034.23%2036%2035%2036h5v-7c0-.553-.447-1-1-1H29c-1.657%200-3-1.343-3-3s1.343-3%203-3h14c1.657%200%203%201.343%203%203v11h5c.77%200%201.47.44%201.803%201.134.333.692.24%201.515-.24%202.115z%22%2F%3E%3C%2Fsvg%3E);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.Icon--mute {
    width: 1.18055em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M37.105%209.21c-1.142-.45-2.447-.162-3.29.734L18.705%2026H7c-1.657%200-3%201.343-3%203v14c0%201.657%201.343%203%203%203h11.704l15.11%2016.056c.844.896%202.15%201.185%203.29.733C38.25%2062.334%2039%2061.23%2039%2060V12c0-1.23-.75-2.335-1.895-2.79zM45%2048c-.746%200-1.492-.276-2.073-.832-1.197-1.146-1.24-3.044-.094-4.24C44.733%2040.937%2046%2039%2046%2036s-1.267-4.938-3.168-6.927c-1.145-1.197-1.103-3.096.094-4.24%201.198-1.147%203.097-1.104%204.242.094C49.418%2027.277%2052%2030.663%2052%2036s-2.583%208.722-4.832%2011.073C46.578%2047.69%2045.79%2048%2045%2048z%22%2F%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M54%2054c-.746%200-1.492-.276-2.073-.832-1.197-1.146-1.24-3.044-.094-4.24%203.365-3.52%205.152-7.992%205.168-12.938-.015-4.926-1.802-9.4-5.167-12.917-1.145-1.197-1.103-3.096.094-4.24%201.197-1.146%203.097-1.104%204.242.094%204.447%204.65%206.81%2010.55%206.83%2017.063-.02%206.532-2.383%2012.434-6.83%2017.083-.59.616-1.38.927-2.17.927z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.Icon--unmute {
    width: 1.18055em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M37.105%209.21c-1.142-.45-2.447-.162-3.29.734L18.705%2026H7c-1.657%200-3%201.343-3%203v14c0%201.657%201.343%203%203%203h11.704l15.11%2016.056c.844.896%202.15%201.185%203.29.733C38.25%2062.334%2039%2061.23%2039%2060V12c0-1.23-.75-2.335-1.895-2.79zM58.242%2036l5.88-5.88c1.17-1.17%201.17-3.07%200-4.24-1.172-1.173-3.072-1.173-4.243%200L54%2031.757l-5.88-5.88c-1.17-1.17-3.07-1.17-4.24%200-1.173%201.172-1.173%203.072%200%204.243L49.757%2036l-5.88%205.88c-1.17%201.17-1.17%203.07%200%204.24.586.587%201.354.88%202.122.88s1.536-.293%202.12-.88L54%2040.243l5.88%205.88c.584.585%201.352.878%202.12.878s1.536-.293%202.12-.88c1.173-1.17%201.173-3.07%200-4.24L58.243%2036z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.Icon--twitter {
    width: 1.25em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--twitterWhite {
    width: 1.25em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--verified {
    width: 1.11111em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h64v72H0z%22%2F%3E%3Cpath%20fill%3D%22%2388c9f9%22%20d%3D%22M3%2037.315c0%204.125%202.162%207.726%205.363%209.624-.056.467-.09.937-.09%201.42%200%206.103%204.72%2011.045%2010.546%2011.045%201.295%200%202.542-.234%203.687-.686C24.22%2062.4%2027.827%2064.93%2032%2064.93c4.174%200%207.782-2.53%209.49-6.213%201.148.45%202.39.685%203.69.685%205.826%200%2010.546-4.94%2010.546-11.045%200-.483-.037-.953-.093-1.42C58.83%2045.04%2061%2041.44%2061%2037.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865%200-6.104-4.72-11.045-10.545-11.045-1.302%200-2.543.232-3.69.688-1.707-3.685-5.315-6.216-9.49-6.216-4.173%200-7.778%202.53-9.492%206.216-1.146-.455-2.393-.688-3.688-.688-5.827%200-10.545%204.94-10.545%2011.045%200%201.364.23%202.662.656%203.864C5.42%2029.163%203%2032.944%203%2037.314z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.87%2039.08l7.015%206.978c.585.582%201.35.873%202.116.873.77%200%201.542-.294%202.127-.883.344-.346%2015.98-15.974%2015.98-15.974%201.172-1.172%201.172-3.07%200-4.243-1.17-1.17-3.07-1.172-4.242%200l-13.87%2013.863-4.892-4.868c-1.174-1.168-3.074-1.164-4.242.01-1.168%201.176-1.163%203.075.01%204.244z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--vine {
    width: .9375em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M48.23%2031.25c1.21-2.712%201.877-6.235%201.877-9.32%200-8.304-4.205-13.136-11.894-13.136-7.91%200-12.54%206.136-12.54%2014.225%200%208.01%203.71%2014.887%209.838%2018.018-2.573%205.194-5.853%209.775-9.264%2013.22-6.2-7.56-11.803-17.644-14.103-37.32H3c4.223%2032.774%2016.814%2043.21%2020.143%2045.213%201.883%201.147%203.505%201.09%205.227.112%202.705-1.555%2010.814-9.738%2015.32-19.33%201.883-.005%204.153-.223%206.417-.737V35.74c-1.384.32-2.726.465-3.934.465-6.776%200-11.997-4.774-11.997-13.082%200-4.068%201.558-6.184%203.767-6.184%202.1%200%203.493%201.9%203.493%205.754%200%202.186-.575%204.59-1.01%206.01%200%200%202.093%203.677%207.804%202.547z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--verifiedWhite {
    width: 1.11111em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M57%2037.288c0-4.07-2.25-7.59-5.523-9.26.397-1.12.613-2.328.613-3.598%200-5.683-4.394-10.283-9.818-10.283-1.212%200-2.368.216-3.436.64C37.246%2011.357%2033.886%209%2030%209c-3.885%200-7.242%202.357-8.837%205.787-1.066-.424-2.228-.64-3.434-.64-5.426%200-9.82%204.6-9.82%2010.283%200%201.27.217%202.478.612%203.598-3.27%201.67-5.52%205.192-5.52%209.26%200%203.84%202.01%207.193%204.99%208.96-.05.435-.082.874-.082%201.323%200%205.683%204.392%2010.284%209.818%2010.284%201.206%200%202.368-.218%203.434-.638C22.758%2060.644%2026.115%2063%2030%2063c3.887%200%207.246-2.356%208.837-5.784%201.068.42%202.224.638%203.436.638%205.423%200%209.818-4.6%209.818-10.283%200-.448-.034-.886-.085-1.322C54.98%2044.48%2057%2041.128%2057%2037.288zm-14.797-6.742s-14.558%2014.55-14.878%2014.872c-.546.548-1.263.823-1.98.823-.712%200-1.425-.27-1.97-.812l-6.53-6.498c-1.093-1.088-1.098-2.857-.01-3.95%201.087-1.095%202.856-1.098%203.95-.01l4.555%204.53%2012.914-12.906c1.09-1.09%202.86-1.09%203.95%200%201.09%201.093%201.09%202.86%200%203.952z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--heart {
    width: .9375em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E);
}

.IconButton {
    background-color: transparent;
}

.Identity-name {
    font-weight: 700;
}

.Identity-screenName {
    color: #667580;
    color: #8899a6;
}

.Identity:focus {
    text-decoration: none;
}

.Identity:focus .Identity-name {
    text-decoration: underline;
}

.Identity--blended:focus, .Identity--blended:hover {
    color: inherit;
}

.Identity--blended .Identity-screenName {
    color: inherit;
}

.Identity--withInlineAvatar {
    line-height: 16px;
}

.Identity--withInlineAvatar .Identity-avatar {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    vertical-align: top;
}

.PrettyLink:focus {
    text-decoration: none;
}

.PrettyLink:focus .PrettyLink-value {
    text-decoration: underline;
}

.CroppedImage {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.CroppedImage-image {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
}

.CroppedImage--fillHeight .CroppedImage-image {
    height: 100%;
    width: auto;
}

.CroppedImage--fillWidth .CroppedImage-image {
    width: 100%;
    height: auto;
}

.FilledIframe {
    max-width: 100%;
    max-height: 100%;
}

.FilledIframe--upscale {
    width: 100%;
    height: 100%;
}

.ImageGrid {
    position: relative;
}

.ImageGrid-image {
    position: absolute;
    width: 50%;
    padding-bottom: 25%;
    border: 0 solid #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.ImageGrid--2 .ImageGrid-image {
    padding-bottom: 50%;
}

.ImageGrid--2 .ImageGrid-image-0 {
    top: 0;
    left: 0;
}

.ImageGrid--2 .ImageGrid-image-1 {
    top: 0;
    right: 0;
    border-left-width: 1px;
}

.ImageGrid--3 .ImageGrid-image-0 {
    float: left;
    padding-bottom: 50%;
    top: 0;
    left: 0;
}

.ImageGrid--3 .ImageGrid-image-1 {
    top: 0;
    right: 0;
    border-left-width: 1px;
}

.ImageGrid--3 .ImageGrid-image-2 {
    bottom: 0;
    right: 0;
    border-width: 1px 0 0 1px;
}

.ImageGrid--4 .ImageGrid-image-0 {
    top: 0;
    left: 0;
}

.ImageGrid--4 .ImageGrid-image-1 {
    top: 0;
    right: 0;
    border-left-width: 1px;
}

.ImageGrid--4 .ImageGrid-image-2 {
    bottom: 0;
    left: 0;
    border-top-width: 1px;
}

.ImageGrid--4 .ImageGrid-image-3 {
    bottom: 0;
    right: 0;
    border-width: 1px 0 0 1px;
}

.ImageGrid--roundedTop.ImageGrid--2 .ImageGrid-image-0 {
    border-top-left-radius: 4px;
}

.ImageGrid--roundedTop.ImageGrid--2 .ImageGrid-image-1 {
    border-top-right-radius: 4px;
}

.ImageGrid--roundedTop.ImageGrid--3 .ImageGrid-image-0 {
    border-top-left-radius: 4px;
}

.ImageGrid--roundedTop.ImageGrid--3 .ImageGrid-image-1 {
    border-top-right-radius: 4px;
}

.ImageGrid--roundedTop.ImageGrid--4 .ImageGrid-image-0 {
    border-top-left-radius: 4px;
}

.ImageGrid--roundedTop.ImageGrid--4 .ImageGrid-image-1 {
    border-top-right-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--2 .ImageGrid-image-0 {
    border-bottom-left-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--2 .ImageGrid-image-1 {
    border-bottom-right-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--3 .ImageGrid-image-0 {
    border-bottom-left-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--3 .ImageGrid-image-2 {
    border-bottom-right-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--4 .ImageGrid-image-2 {
    border-bottom-left-radius: 4px;
}

.ImageGrid--roundedBottom.ImageGrid--4 .ImageGrid-image-3 {
    border-bottom-right-radius: 4px;
}

.PlayButton {
    font-size: 64px;
    background-color: transparent;
}

.PlayButton--centered {
    margin-left: -32px;
    margin-top: -32px;
}

.NaturalImage {
    position: relative;
}

.NaturalImage-image {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    line-height: 0;
    height: auto;
}

.NaturalImage-ctaOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedTop .NaturalImage-image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.NaturalImage--rounded .NaturalImage-image, .NaturalImage--roundedBottom .NaturalImage-image {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.NaturalImage--fill .NaturalImage-image {
    width: 100%;
}

.MediaCard-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.MediaCard-widthConstraint {
    max-width: 100%;
}

.MediaCard-mediaContainer {
    position: relative;
    padding-bottom: 0;
    background-color: #f5f8fa;
}

.MediaCard-borderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(225, 232, 237, .75);
    border-radius: 4px 4px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MediaCard-nsfwInfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding: 0 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.MediaCard-nsfwHeading {
    margin: 14px;
    font-size: 14px;
    font-weight: 700;
}

.MediaCard-dismissNsfw {
    margin: 14px;
}

.MediaCard-mediaAsset {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    background-color: #fff;
}

.MediaCard-mediaPlaceholder {
    background: #f5f8fa;
}

.MediaCard-actionControl {
    position: absolute;
    top: 50%;
    left: 50%;
}

.MediaCard-attributionOverlay {
    position: absolute;
    bottom: 8px;
    right: 12px;
    z-index: 20;
    padding: 4px;
    padding-right: 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, .3);
    color: #ddd;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7);
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}

.MediaCard-attributionOverlay:hover {
    background-color: #292f33;
    border-color: #fff;
}

.MediaCard-siteUser {
    margin: 0 0 14px;
}

.MediaCard-bylineUser {
    color: #667580;
    margin: 14px 0;
}

.MediaCard--mediaForward .MediaCard-media {
    background-color: #f5f8fa;
}

.MediaCard--mediaForward .MediaCard-widthConstraint {
    margin: 0 auto;
}

.MediaCard.is-nsfw .MediaCard-nsfwInfo {
    display: block;
}

.MediaCard.is-nsfw .MediaCard-mediaAsset {
    opacity: 0;
}

.PrerenderedCard {
    display: none;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.PrerenderedCard.is-constrainedByMaxWidth {
    display: block;
}

.PrerenderedCard.is-loaded {
    height: auto;
}

.tcu-textMute, a.tcu-graylink {
    color: #667580;
}

.timeline-Widget {
    max-width: 1200px;
    background-color: #fff;
    border-radius: 4px;
}

.SandboxRoot.var-chromeless .timeline-Widget {
    background-color: transparent;
}

.timeline-Body {
    position: relative;
    border-top: 1px solid rgba(15, 70, 100, .12);
    border-bottom: 1px solid rgba(15, 70, 100, .12);
}

.timeline-Body-notification {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.SandboxRoot.var-borderless .timeline-Body {
    border: 0;
}

.timeline-Viewport {
    overflow-x: hidden;
    overflow-y: scroll;
}

.SandboxRoot.var-fully-expanded .timeline-Viewport {
    overflow-y: visible;
}

.timeline-TweetList-tweet {
    border-top: 1px solid rgba(15, 70, 100, .12);
}

.timeline-TweetList-tweet:first-of-type {
    border-top: 0;
}

.SandboxRoot.var-borderless .timeline-TweetList-tweet {
    border: 0;
}

.timeline-Tweet {
    padding: 10px;
}

.timeline-Tweet-retweetCredit {
    margin-bottom: 8px;
    margin-left: 18px;
    font-size: 12px;
    color: #889ba6;
}

.timeline-Tweet-retweetCreditIcon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}

.timeline-Tweet-author {
    position: relative;
    margin-bottom: 2px;
    padding-left: 40px;
}

.timeline-Tweet-inReplyTo {
    padding-left: 40px;
    font-size: 12px;
    font-weight: 300;
    color: #8899a6;
}

.timeline-Tweet-brand {
    font-size: 15.4px;
}

.timeline-Tweet-brand .Icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet-text {
    margin-left: 40px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.timeline-Tweet-text[dir="ltr"] {
    text-align: left;
    direction: ltr;
}

.timeline-Tweet-text[dir="rtl"] {
    text-align: right;
    direction: rtl;
}

.timeline-Tweet-media {
    margin-bottom: 12px;
    margin-left: 40px;
    font-size: 12px;
}

.timeline-Tweet-metadata {
    float: right;
    margin-top: 2px;
}

.timeline-Tweet-timestamp {
    font-size: 12px;
    line-height: 18px;
    color: #e1e8ed;
}

.timeline-Tweet-actions {
    margin-left: 40px;
}

.timeline-Tweet-action {
    display: inline-block;
    font-size: 17px;
}

.timeline-Tweet-action+.timeline-Tweet-action {
    margin-left: 20px;
}

.timeline-Tweet-withheldTitle {
    font-size: 14px;
    font-weight: 700;
}

.timeline-Tweet-withheldReason {
    font-size: 12px;
}

.timeline-Tweet--isRetweet {
    padding-top: 7px;
}

.timeline-Tweet:hover {
    background-color: rgba(160, 200, 220, .12);
}

.timeline-Tweet:hover .timeline-Tweet-brand .Icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-timestamp {
    color: #667580;
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--heart {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--share {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056.8%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0-.7h48v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M52.8%2032.9L42.2%2022.3c-1.4-1.4-3.6-1.4-5%200s-1.4%203.6%200%205l4.6%204.6H20.9c-1.9%200-3.5%201.6-3.5%203.5s1.6%203.5%203.5%203.5h20.9l-4.6%204.6c-1.4%201.4-1.4%203.6%200%205%20.7.7%201.6%201%202.5%201s1.8-.3%202.5-1l10.6-10.6c1.4-1.4%201.4-3.6%200-5z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M24.4%2049.4h-13c-.6%200-1.1-.5-1.2-1.1V22.4c0-.7.5-1.2%201.2-1.2h12.9c1.9%200%203.5-1.6%203.5-3.5s-1.6-3.5-3.5-3.5H8.9c-3.1%200-5.7%202.5-5.7%205.7v31c0%203.1%202.5%205.7%205.7%205.7h15.5c1.9%200%203.5-1.6%203.5-3.5.1-2.1-1.5-3.7-3.5-3.7z%22%2F%3E%3C%2Fsvg%3E);
}

.SandboxRoot.env-bp-min .timeline-Tweet {
    padding: 10px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCredit {
    margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCreditIcon {
    margin-right: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-author {
    margin-top: 1px;
    padding-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-inReplyTo {
    padding-left: 0;
    margin-top: 6px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-text {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
    line-height: 18px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-media {
    margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-actions {
    margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-withheldTitle {
    font-size: 12px;
}

.SandboxRoot.env-bp-330 .timeline-Tweet-text {
    font-size: 14px;
    line-height: 18px;
}

.SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
    font-size: 21px;
    line-height: 27px;
    font-weight: 300;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-inReplyTo {
    font-size: 14px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 27px;
    line-height: 36px;
    font-weight: 300;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-inReplyTo {
    font-size: 14px;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-inReplyTo {
    font-size: 14px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 37px;
    line-height: 50px;
    font-weight: 300;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-inReplyTo {
    font-size: 16px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-author {
    padding-left: 44px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-inReplyTo {
    padding-left: 44px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-actions, .SandboxRoot.env-bp-550 .timeline-Tweet-media, .SandboxRoot.env-bp-550 .timeline-Tweet-text {
    margin-left: 44px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-author, .SandboxRoot.env-bp-820 .timeline-Tweet-author {
    padding-left: 56px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-inReplyTo, .SandboxRoot.env-bp-820 .timeline-Tweet-inReplyTo {
    padding-left: 56px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-actions, .SandboxRoot.env-bp-660 .timeline-Tweet-media, .SandboxRoot.env-bp-660 .timeline-Tweet-text, .SandboxRoot.env-bp-820 .timeline-Tweet-actions, .SandboxRoot.env-bp-820 .timeline-Tweet-media, .SandboxRoot.env-bp-820 .timeline-Tweet-text {
    margin-left: 56px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-author {
    padding-left: 64px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-inReplyTo {
    padding-left: 64px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-actions, .SandboxRoot.env-bp-970 .timeline-Tweet-media, .SandboxRoot.env-bp-970 .timeline-Tweet-text {
    margin-left: 64px;
}

.TweetAction:active, .TweetAction:focus, .TweetAction:hover {
    text-decoration: none;
}

.TweetAction--heart:active .Icon, .TweetAction--heart:focus .Icon, .TweetAction--heart:hover .Icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.TweetAction--share:active .Icon, .TweetAction--share:focus .Icon, .TweetAction--share:hover .Icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056.8%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0-.7h48v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%230084b4%22%20d%3D%22M52.8%2032.9L42.2%2022.3c-1.4-1.4-3.6-1.4-5%200s-1.4%203.6%200%205l4.6%204.6H20.9c-1.9%200-3.5%201.6-3.5%203.5s1.6%203.5%203.5%203.5h20.9l-4.6%204.6c-1.4%201.4-1.4%203.6%200%205%20.7.7%201.6%201%202.5%201s1.8-.3%202.5-1l10.6-10.6c1.4-1.4%201.4-3.6%200-5z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%230084b4%22%20d%3D%22M24.4%2049.4h-13c-.6%200-1.1-.5-1.2-1.1V22.4c0-.7.5-1.2%201.2-1.2h12.9c1.9%200%203.5-1.6%203.5-3.5s-1.6-3.5-3.5-3.5H8.9c-3.1%200-5.7%202.5-5.7%205.7v31c0%203.1%202.5%205.7%205.7%205.7h15.5c1.9%200%203.5-1.6%203.5-3.5.1-2.1-1.5-3.7-3.5-3.7z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.TweetAuthor {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

.TweetAuthor-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 4px;
}

.TweetAuthor-name {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.TweetAuthor-screenName {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.SandboxRoot.env-bp-min .TweetAuthor-avatar {
    position: static;
    top: auto;
    left: auto;
    float: left;
    margin-right: 8px;
}

.SandboxRoot.env-bp-min .TweetAuthor-screenName:before {
    white-space: pre;
    content: "\A\200e";
}

.SandboxRoot.env-bp-330 .TweetAuthor-name, .SandboxRoot.env-bp-430 .TweetAuthor-name, .SandboxRoot.env-bp-550 .TweetAuthor-name {
    font-size: 14px;
    line-height: 18px;
}

.SandboxRoot.env-bp-330 .TweetAuthor-screenName, .SandboxRoot.env-bp-430 .TweetAuthor-screenName, .SandboxRoot.env-bp-550 .TweetAuthor-screenName {
    font-size: 13px;
    line-height: 18px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-name, .SandboxRoot.env-bp-820 .TweetAuthor-name, .SandboxRoot.env-bp-970 .TweetAuthor-name {
    font-size: 18px;
    line-height: 27px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-screenName, .SandboxRoot.env-bp-820 .TweetAuthor-screenName, .SandboxRoot.env-bp-970 .TweetAuthor-screenName {
    font-size: 14px;
    line-height: 18px;
}

.SandboxRoot.env-bp-550 .TweetAuthor-avatar {
    width: 36px;
    height: 36px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-avatar, .SandboxRoot.env-bp-820 .TweetAuthor-avatar {
    width: 48px;
    height: 48px;
}

.SandboxRoot.env-bp-970 .TweetAuthor-avatar {
    width: 56px;
    height: 56px;
}

.timeline-ShareMenu {
    position: relative;
}

.timeline-ShareMenu-container {
    position: absolute;
    left: -18px;
    z-index: 1000;
    display: none;
    padding-bottom: 4px;
    min-width: 130px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.timeline-ShareMenu-caret {
    left: 25px;
    margin-left: -9px;
    border-width: 9px;
}

.timeline-ShareMenu-caret:after {
    margin-left: -8px;
    border-width: 8px;
    content: "";
}

.timeline-ShareMenu-title {
    padding: 10px 15px 5px 15px;
    font-size: 12px;
    font-weight: 300;
    color: #667580;
}

.timeline-ShareMenu-option {
    display: inline-block;
    width: 100%;
    padding: 2px 15px;
    font-size: 14px;
    color: #292f33 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.timeline-ShareMenu-option:focus, .timeline-ShareMenu-option:hover {
    color: #fff !important;
    background-color: #3b94d9;
    text-decoration: none !important;
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-container {
    bottom: 100%;
    display: block;
    margin-bottom: 10px;
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-caret {
    bottom: -9px;
    border-bottom-width: 0;
    border-top-color: rgba(15, 70, 100, .12);
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-caret:after {
    content: " ";
    bottom: 1px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-container {
    top: 100%;
    display: block;
    margin-top: 10px;
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-caret {
    top: -9px;
    border-top-width: 0;
    border-bottom-color: rgba(15, 70, 100, .12);
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-caret:after {
    content: " ";
    top: 1px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.SandboxRoot.env-bp-min .timeline-ShareMenu-option {
    font-size: 12px;
}

.timeline-ShowMoreButton {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
    color: #3b94d9;
    text-align: center;
    background-color: #f5f8fa;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.timeline-ShowMoreButton:focus, .timeline-ShowMoreButton:hover {
    background-color: #f5f8fa;
    text-decoration: underline;
}

.SandboxRoot.env-bp-min .timeline-ShowMoreButton {
    font-size: 12px;
}

.timeline-NewTweetsNotification {
    display: none;
    border-bottom: 1px solid rgba(15, 70, 100, .12);
    opacity: 0;
}

.timeline-NewTweetsNotification.is-displayed {
    display: block;
}

.timeline-NewTweetsNotification.is-opaque {
    opacity: 1;
}

.timeline-LoadMore-prompt {
    border-top: 1px solid rgba(15, 70, 100, .12);
}

.timeline-LoadMore-endOfTimelineMessage {
    display: none;
    padding: 10px 0 40px 0;
    font-size: 12px;
    text-align: center;
}

.timeline-LoadMore.is-atEndOfTimeline .timeline-LoadMore-prompt {
    display: none;
}

.timeline-LoadMore.is-atEndOfTimeline .timeline-LoadMore-endOfTimelineMessage {
    display: block;
}

.SandboxRoot.var-static .timeline-LoadMore {
    display: none;
}

.timeline-EmptyMessage {
    width: 100%;
    padding: 20px 10px 0 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-EmptyMessage-message {
    margin-bottom: 10px;
    font-size: 16.8px;
}

.SandboxRoot.env-bp-min .timeline-EmptyMessage-message {
    font-size: 14.4px;
}

.timeline-Header {
    padding: 10px;
}

.timeline-Header-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    color: #292f33;
}

.timeline-Header-byline {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8899a6;
}

.timeline-Header-subtitle {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #8899a6;
}

.timeline-Header-description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #8899a6;
}

.SandboxRoot.var-headerless .timeline-Header {
    display: none;
}

.SandboxRoot.env-bp-430 .timeline-Header-title, .SandboxRoot.env-bp-550 .timeline-Header-title {
    font-size: 27px;
    line-height: 36px;
}

.SandboxRoot.env-bp-660 .timeline-Header-title, .SandboxRoot.env-bp-820 .timeline-Header-title {
    font-size: 32px;
    line-height: 38px;
}

.SandboxRoot.env-bp-970 .timeline-Header-title {
    font-size: 37px;
    line-height: 50px;
}

.SandboxRoot.env-bp-660 .timeline-Header-byline, .SandboxRoot.env-bp-660 .timeline-Header-subtitle, .SandboxRoot.env-bp-820 .timeline-Header-byline, .SandboxRoot.env-bp-820 .timeline-Header-subtitle, .SandboxRoot.env-bp-970 .timeline-Header-byline, .SandboxRoot.env-bp-970 .timeline-Header-subtitle {
    font-size: 14px;
    line-height: 18px;
}

.SandboxRoot.env-bp-330 .timeline-Header-description, .SandboxRoot.env-bp-430 .timeline-Header-description, .SandboxRoot.env-bp-550 .timeline-Header-description {
    font-size: 14px;
    line-height: 18px;
}

.SandboxRoot.env-bp-660 .timeline-Header-description {
    font-size: 16px;
    line-height: 21px;
}

.SandboxRoot.env-bp-820 .timeline-Header-description, .SandboxRoot.env-bp-970 .timeline-Header-description {
    font-size: 18px;
    line-height: 27px;
}

.timeline-Footer {
    padding: 15px;
    font-size: 12px;
}

.SandboxRoot.var-footerless .timeline-Footer {
    display: none;
}

.Icon--heart {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M38.723%2012c-7.187%200-11.16%207.306-11.723%208.13-.563-.824-4.496-8.13-11.723-8.13C8.79%2012%203.533%2018.163%203.533%2024.647%203.533%2039.964%2021.89%2055.907%2027%2056c5.11-.093%2023.467-16.036%2023.467-31.353C50.467%2018.163%2045.21%2012%2038.723%2012z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--share {
    width: .98611em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056.8%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0-.7h48v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M52.8%2032.9L42.2%2022.3c-1.4-1.4-3.6-1.4-5%200s-1.4%203.6%200%205l4.6%204.6H20.9c-1.9%200-3.5%201.6-3.5%203.5s1.6%203.5%203.5%203.5h20.9l-4.6%204.6c-1.4%201.4-1.4%203.6%200%205%20.7.7%201.6%201%202.5%201s1.8-.3%202.5-1l10.6-10.6c1.4-1.4%201.4-3.6%200-5z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M24.4%2049.4h-13c-.6%200-1.1-.5-1.2-1.1V22.4c0-.7.5-1.2%201.2-1.2h12.9c1.9%200%203.5-1.6%203.5-3.5s-1.6-3.5-3.5-3.5H8.9c-3.1%200-5.7%202.5-5.7%205.7v31c0%203.1%202.5%205.7%205.7%205.7h15.5c1.9%200%203.5-1.6%203.5-3.5.1-2.1-1.5-3.7-3.5-3.7z%22%2F%3E%3C%2Fsvg%3E);
}

.wvp-player-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.SandboxRoot.env-bp-min {
    font-size: 12px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.mainContent {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.mainContent {
    margin: 0;
}

.mainContent article,
.mainContent aside,
.mainContent details,
.mainContent figcaption,
.mainContent figure,
.mainContent footer,
.mainContent header,
.mainContent hgroup,
.mainContent main,
.mainContent menu,
.mainContent nav,
.mainContent section,
.mainContent summary {
    display: block;
}

.mainContent audio,
.mainContent canvas,
.mainContent progress,
.mainContent video {
    display: inline-block;
    vertical-align: baseline;
}

.mainContent audio:not([controls]) {
    display: none;
    height: 0;
}

.mainContent [hidden],
.mainContent template {
    display: none;
}

.mainContent a {
    background-color: transparent;
}

.mainContent a:active,
.mainContent a:hover {
    outline: 0;
}

.mainContent abbr[title] {
    border-bottom: 1px dotted;
}

.mainContent b,
.mainContent strong {
    font-weight: bold;
}

.mainContent dfn {
    font-style: italic;
}

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

.mainContent mark {
    background: #ff0;
    color: #000;
}

.mainContent small {
    font-size: 80%;
}

.mainContent sub,
.mainContent sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.mainContent sup {
    top: -0.5em;
}

.mainContent sub {
    bottom: -0.25em;
}

.mainContent img {
    border: 0;
}

.mainContent svg:not(:root) {
    overflow: hidden;
}

.mainContent figure {
    margin: 1em 40px;
}

.mainContent hr {
    box-sizing: content-box;
    height: 0;
}

.mainContent pre {
    overflow: auto;
}

.mainContent code,
.mainContent kbd,
.mainContent pre,
.mainContent samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

.mainContent button,
.mainContent input,
.mainContent optgroup,
.mainContent select,
.mainContent textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.mainContent button {
    overflow: visible;
}

.mainContent button,
.mainContent select {
    text-transform: none;
}

.mainContent button,
.mainContent html input[type="button"],
.mainContent input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.mainContent button[disabled],
.mainContent html input[disabled] {
    cursor: default;
}

.mainContent button::-moz-focus-inner,
.mainContent input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mainContent input {
    line-height: normal;
}

.mainContent input[type="checkbox"],
.mainContent input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.mainContent input[type="number"]::-webkit-inner-spin-button,
.mainContent input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.mainContent input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

.mainContent input[type="search"]::-webkit-search-cancel-button,
.mainContent input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.mainContent fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

.mainContent legend {
    border: 0;
    padding: 0;
}

.mainContent textarea {
    overflow: auto;
}

.mainContent optgroup {
    font-weight: bold;
}

.mainContent table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mainContent td,
.mainContent th {
    padding: 0;
}

.mainContent [class^="w-icon-"],
.mainContent [class*=" w-icon-"] {
    font-family: "webflow-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "\e603";
}

.mainContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainContent {
    height: 100%;
}

.mainContent {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
}

.mainContent img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.mainContent .w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-preserve-3d {
    transform-style: preserve-3d;
}

.w-hidden {
    display: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

/* input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
} */

.mainContent h1,
.mainContent h2,
.mainContent h3,
.mainContent h4,
.mainContent h5,
.mainContent h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mainContent h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

.mainContent h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

.mainContent h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

.mainContent h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.mainContent h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.mainContent h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.mainContent a:focus {
    outline: 0;
}

.mainContent blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}

.mainContent figure {
    margin: 0;
    margin-bottom: 10px;
}

.mainContent figcaption {
    margin-top: 5px;
    text-align: center;
}


.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

.w-video iframe, .w-video object, .w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainContent fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.mainContent button,
.mainContent html input[type="button"],
.mainContent input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #ddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

.mainContent label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eee;
}

.mainContent textarea.w-input, .mainContent textarea.w-select {
    height: auto;
}

.w-select {
    background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
    background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-checkbox, .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
    content: " ";
    display: table;
}

.w-checkbox:after, .w-radio:after {
    clear: both;
}

.w-checkbox-input, .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

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

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

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

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

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

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden;
}

.w-widget-map .gm-style-iw+div {
    display: none;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
    margin-left: 7px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-widget-gplus {
    overflow: hidden;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit;
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert>div.w-active {
    background-color: #222;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-arrow-left, .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-nav[data-collapse="all"] .w-dropdown, .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block;
}

.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-dropdown, .w-nav[data-collapse="small"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown, .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display: block;
    }

    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static;
    }
}

.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, .9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}

.w-lightbox-figure {
    position: relative;
    margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, .4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

.w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}

.w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view, .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left, .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
    outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure[data-rt-type="video"]>div:before {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.w-richtext figure {
    position: relative;
    max-width: 60%;
}

.w-richtext figure>div:before, .w-richtext figure img {
    cursor: default !important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
}

.w-richtext figure div {
    font-size: 0px;
    color: transparent;
}

.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure[data-rt-type="image"]>div {
    display: inline-block;
}

.w-richtext figure[data-rt-type="image"]>figcaption {
    display: table-caption;
    caption-side: bottom;
}

.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-richtext figure[data-rt-type="video"]>div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}

.w-nav {
    position: relative;
    background: #ddd;
    z-index: 1000;
}

.w-nav:before, .w-nav:after {
    content: " ";
    display: table;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    position: relative;
    float: right;
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.w-nav-overlay .w--nav-menu-open {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-nav-button.w--open {
    background-color: #c8c8c8;
    color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before, .w-tabs:after {
    content: " ";
    display: table;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
}

.w-tab-link.w--current {
    background-color: #eee;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #ddd;
}

.w-condition-invisible {
    display: none !important;
}

.content.landing.w-container {
    height: auto;
    padding: 1.5em;
}

.navigation {
    height: 75px;
    max-width: 100%;
}

.promo {
    height: 400px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://www.lenovo.com/dias/homepage-promo.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8MTM0MDM4fGltYWdlL2pwZWd8cHJvZHVjdC1zZWN1cml0eS9oNTIvaDE5LzkzMjkwMzI4NTU1ODIuanBnfGJmYTJhN2FhMDVjMjU0OWM1ZTk2MDk0MzMyNjU2OGZhZDE5ZTkzMWE1OTc3MmY4OGNjNjhmM2YxZTBmMmY1MmE");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 1024px;
    background-attachment: scroll, fixed;
}

.promo.subpage {
    height: 250px;
    background-image: url("../images/about-security-header.jpg");
    background-position: 0px -244px;
    background-size: cover;
}

.promo.subpage.sandr {
    background-image: url("https://www.lenovo.com/medias/security-process-2-1.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8NzMyNDN8aW1hZ2UvanBlZ3xwcm9kdWN0LXNlY3VyaXR5L2hjMS9oZTYvOTMzMTExMzkxODQ5NC5qcGd8MDI2ODg5ZDExZjlmOWFkNTRiMTUwZTk1MmUwMmVkMzEwZGI5ZWZjMjQ4OTEyZGE3MTIxYmUwMGJhMGY3MWNhMw");
    background-position: -6px -323px;
    background-size: cover;
}

.promo.subpage.rep {
    background-image: url("https://www.lenovo.com/medias/reporting2.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8NjA1ODB8aW1hZ2UvanBlZ3xwcm9kdWN0LXNlY3VyaXR5L2gzYy9oODcvOTMzMTExNDIxMzQwNi5qcGd8YmM3OGY3NzY5ZjFiMDk4YmU5ZTNhNDEwYjgzMGNiYWRjNWRhZmZmMWU2NjM3MWZhMDZlYTEyYzZhYTcwYWY0Yg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.promo.subpage.team {
    background-image: url("https://www.lenovo.com/medias/structure-roles-2-1.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8MTQ1Nzk5fGltYWdlL2pwZWd8cHJvZHVjdC1zZWN1cml0eS9oNTgvaGMxLzkzMzExMTM3NTQ2NTQuanBnfDYyMWMxNTI2YThlMzdlOWMyZDVlOTliNDNhYWE5YjdiZWExM2VmZjU1ZmY4NWJhOTdkYzc0ZWVjOTkzZTc3MDg");
    background-position: -268px -288px;
    background-size: auto;
    background-repeat: repeat;
}

.promo.subpage.about {
    background-image: url("https://www.lenovo.com/medias/about-security.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8NTA5MzF8aW1hZ2UvanBlZ3xwcm9kdWN0LXNlY3VyaXR5L2hlYi9oM2YvOTMzMTExMzE2NDgzMC5qcGd8NTExY2NjMmNiYzcxN2E0Njc5NGFiZTUxMGE1MDU1YmNkNGQzNTNiNGM2MzA3YzczZjhjMjA3MjJhMzhiZTg1MQ");
    background-position: 0px -337px;
    background-size: cover;
}

.body-gray {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #eee;
}

.navbar {
    position: fixed;
    display: block;
    width: 100%;
    height: 75px;
    background-color: #323c46;
}

.navbar-links {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.6%;
    height: 75px;
    padding: 0px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-links:hover {
    background-color: #6f7170;
}

.navbar-links:focus {
    background-color: #6f7170;
}

.navbar-links.w--current {
    background-color: #6f7170;
    color: #fff;
}

.navbar-links.subcurrent.w--current {
    background-color: #278503;
}

.logo {
    height: 75px;
}

.promo-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo-title {
    width: 568px;
    margin-top: 0px;
    padding-top: 0px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 300;
}

.promo-title.promo-title-subpage {
    width: 650px;
    margin-top: 66px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.promo-title.promo-title-subpage.withmenu {
    margin-top: 116px;
    padding-top: 25px;
}

.promo-subhead {
    width: 550px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.promo-subhead.promo-subhead-subpage {
    margin-top: -6px;
    padding-top: 0px;
}

.promo-blog-button {
    width: 325px;
    margin-top: -85px;
    float: right;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 3px;
    background-color: #6abe4a;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.promo-blog-button:hover {
    background-color: #278503;
}

.callout-bar {
    height: 70px;
    background-color: #525252;
}

.callout-bar-copy {
    height: 70px;
    padding-top: 24px;
    color: #fff;
    text-transform: uppercase;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.middlePageWraper .content {
    position: relative;
    top: -10px;
    padding-bottom: 100px;
    border-style: none;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .22);
}

.content.content-subpage {
    padding-right: 43px;
}

.content.landing {
    margin-top: -35px;
    padding-bottom: 0px;
}

.content-columns {
    height: 100%;
}

.content-column-container {
    height: 517px;
}

.content-column-row {
    position: static;
    height: 476px;
}

.content-cell {
    height: 241px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f7f7f7;
}

.content-cell._1 {
    height: 217px;
}

.content-cell._2 {
    height: 273px;
}

.twitter-block {
    height: 500px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: -10px;
    background-color: #f7f7f7;
}

.content-cell-image-b {
    height: 75px;
    background-image: url("https://www.lenovo.com/medias/structure-roles-2.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8MTM5MzAyfGltYWdlL2pwZWd8cHJvZHVjdC1zZWN1cml0eS9oNTUvaGFhLzkzMjkxNzAwODc5NjYuanBnfDdlYzcyMjU3OTk5ZTU3NGMyYWYwODZhM2IwY2M4Y2VlMGZiNDhlZTU2ZTllZGM0OWY4MjBiNmM5MGEyOWI3NGM");
    background-position: -61px -6px;
    background-size: 300px;
}

.content-cell-image-c {
    height: 75px;
    background-image: url("https://www.lenovo.com/medias/security-process-2.jpg?context=bWFzdGVyfHJvb3R8MTM2NDEyfGltYWdlL2pwZWd8aDcwL2g3MC85MzI5MTM0NDAzNjE0LmpwZ3xkMTgwZDAwNWRhOGI3NGIxZjFhODBlOTg0MWE0MTI0YzY2OTAzYzNkZTgwNmE4YTk3N2RjMTJiYjQ0NDcwNjgx");
    background-position: -10px -189px;
    background-size: 250px;
}

.content-cell-image-d {
    height: 75px;
    background-image: url("https://www.lenovo.com/medias/reporting.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8MTM5ODg3fGltYWdlL2pwZWd8cHJvZHVjdC1zZWN1cml0eS9oY2QvaGFkLzkzMjkxNzE5MjI5NzQuanBnfDcxMmMxMGY1YzM2NDMyOTJiYzBkNzVmNmU0ZGNjNWVkYWEwYjE2OTU3MzZhMThjNzAzODAyY2JhZDA1MGY5MmI");
    background-position: -48px 0px;
    background-size: 300px;
}

.content-cell-image-a {
    height: 75px;
    background-image: url("https://www.lenovo.com/medias/about-security-home.jpg?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8ODg0OTR8aW1hZ2UvanBlZ3xwcm9kdWN0LXNlY3VyaXR5L2g0OS9oMmIvOTMyOTEzMjg5NjI4Ni5qcGd8ZGZhYjZhNzgwMzhmYWY0NWI5MzgyYzQ2NjYxZTc5NDAxMzkzNjM0ZjgyNzNmNGMyZTEwOTkwNmY1ZTAzOWJiZg");
    background-position: -31px -94px;
    background-size: 300px;
}

.content-cell-paragraph {
    margin: 0px 10px;
    padding-right: 0px;
    padding-left: 0px;
    color: #9c9c9c;
    font-size: 12px;
}

.content-cell-title {
    margin: 10px 10px 0px;
    font-size: 13px;
    line-height: 20px;
}

.bottom-blog-button {
    display: block;
    width: 60%;
    max-width: 800px;
    margin-top: 38px;
    margin-right: auto;
    margin-left: auto;
    padding-top: .7em;
    padding-bottom: .7em;
    border-radius: 3px;
    background-color: #6abe4a;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.bottom-blog-button:hover {
    background-color: #278503;
}

.content-cell-link {
    margin-top: 22px;
    margin-left: 10px;
    padding-top: 0px;
    color: #6abe4a;
    font-size: 11px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.twitter-header {
    font-family: "Lato", sans-serif;
    color: #868686;
    font-weight: 300;
}

.twitter-block-tweet-row {
    height: 30px;
}

.twitter-block-tweet-button {
    height: 30px;
}

.twitter-block-tweet-subhead {
    height: 30px;
    margin-left: 15px;
    padding-top: 10px;
    padding-left: 0px;
    font-family: "Lato", sans-serif;
    color: #868686;
    font-weight: 700;
}

.twitter-block-icon {
    position: static;
    height: 75px;
    background-image: url("https://www.lenovo.com/medias/twitter-icon.png?context=bWFzdGVyfHByb2R1Y3Qtc2VjdXJpdHl8MTU5NnxpbWFnZS9wbmd8cHJvZHVjdC1zZWN1cml0eS9oODQvaGY2LzkzMjkxNzIwMjEyNzgucG5nfDMxODA5MTIwZmJiNjhmNjkzOTE3OWFkZmZkMWE1NDY0MjNhZmJkYWQ0N2Y3YmI5YmI0ZjliMjc3OWViZjBiNWU");
    background-position: 50% 50%;
    background-size: auto 30px;
    background-repeat: no-repeat;
}

.twitter-block-header-cell {
    height: 75px;
}

.twitter-block-title-bar {
    border-bottom: 1px solid #c5c5c5;
}

.twitter-block-follow-button {
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    margin-left: 154px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 1px;
    float: none;
    clear: none;
    text-align: left;
}

.twitter-block-feed {
    margin-top: -10px;
    margin-right: 10px;
    margin-left: 14px;
    padding-left: 0px;
}

.content-cell-right {
    height: 238px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #f7f7f7;
}

.content-cell-right._1 {
    height: 217px;
}

.content-cell-right._2 {
    height: 273px;
}

.subpage-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-indent: 0px;
    font-size: 1.7em;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 60px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.tab-links.large {
    width: 124px;
}

.tab-links.larger {
    width: 132px;
}

.tab-links.smallest {
    width: 92px;
}

.tab-cell {
    width: 14%;
    height: 60px;
    padding: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: transparent;
}

.tab-cell.w--current {
    width: 14%;
    height: 60px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tab-cell.small {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 99px;
    text-align: center;
}

.tab-cell.larger {
    width: 132px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.tab-cell.smallest {
    width: 92px;
}

.tab-cell.w-inline-block.w-tab-link {
    width: 100%;
}

.subpage-subhead {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.subpage-bodycopy {
    margin-top: 11px;
    padding-right: 40px;
    border-right: 1px none #000;
    font-family: "Lato", sans-serif;
    line-height: 24px;
    font-weight: 300;
    line-height: 1.4em;
}

.subpage-bodycopy li {
    list-style: disc;
}

.subpage-bodycopy.bottom-rule {
    margin-bottom: 100px;
    border-bottom: 2px none #c8c8c8;
}

.subpage-bodycopy.vulnerability {
    margin-top: 22px;
    margin-bottom: 11px;
}

.floating-share {
    position: fixed;
    top: 259px;
    width: 125px;
    height: 150px;
    margin-top: 0px;
    margin-left: 14px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.floating-share.inline {
    position: absolute;
    top: 20px;
}

.floating-share.inline.float-this {
    position: fixed;
}

.column-1 {
    padding-left: 0px;
}

.floating-share-title-bar {
    height: 20px;
}

.floating-share-rows {
    width: 125px;
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.floating-share-title {
    border-bottom: 1px solid #ccc;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.subnav-bar {
    height: 35px;
    background-color: rgba(51, 153, 0, .33);
}

.subnav-bar.hide {
    position: fixed;
    width: 100%;
    margin-top: 74px;
    background-color: rgba(51, 153, 0, .66);
}

.subnav-links {
    width: 312px;
    height: 35px;
    margin-top: 0px;
    padding-top: 9px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.subnav-links:hover {
    background-color: rgba(20, 139, 15, .5);
}

.subnav-links.w--current {
    background-color: rgba(20, 139, 15, .51);
    color: #fff;
}

.subnav-links.current.w--current {
    width: 312px;
}

.share-panel-row {
    height: 64px;
    border-top: 1px solid #ccc;
    border-bottom: 1px none #ccc;
}

.share-links {
    position: static;
}

.share-panel-r1 {
    width: 130px;
    height: 64px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
}

.x2 {
    height: 64px;
    padding-right: 3px;
    border-right: 1px solid #ccc;
}

.x2.twitter-share {
    cursor: pointer;
}

.x2.google-share {
    cursor: pointer;
}

.share-panel-icon {
    display: block;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
}

.body-image {
    width: 90%;
    margin-bottom: 11px;
    padding-bottom: 0px;
}

.subnav-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 35px;
    margin-top: 74px;
    float: right;
}

.form {
    margin-bottom: 100px;
}

.form-field {
    width: 94%;
    border-radius: 1px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.form-agreement {
    font-family: "Lato", sans-serif;
    color: #333;
    font-size: 10px;
}

.bottom-spacer-block {
    height: 100px;
}

.comment-field {
    width: 97%;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.submit-button {
    border-radius: 25px;
    background-color: #6abe4a;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.submit-button:hover {
    background-color: #278503;
}

.sharing-container {
    display: none;
}

.fbook-share {
    cursor: pointer;
}

.mail-link {
    cursor: pointer;
}

.chart {
    width: 95%;
}

.callout {
    margin-top: 21px;
    margin-right: 25px;
    padding: 20px;
    background-color: #eee;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.intro-content {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.intro-paragraph {
    font-size: 16px;
}

.logo-image {
    height: 75px;
}

.mainContent .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .body-gray {
        height: 100vh;
    }

    .navbar-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50px;
        padding: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #333f48;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
    }

    .promo-title {
        width: 578px;
        margin-top: 62px;
        margin-left: 20px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .promo-title.promo-title-subpage {
        margin-top: 55px;
        margin-bottom: 0px;
    }

    .promo-subhead {
        width: 73%;
        margin-left: 20px;
        padding-top: 0px;
        padding-left: 0px;
        float: left;
    }

    .promo-blog-button {
        margin-top: 27px;
        margin-left: 20px;
        float: none;
        clear: none;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .content {
        margin-top: -1px;
    }

    .content.content-subpage {
        height: 100vh;
        padding-bottom: 0px;
    }

    .content.content-subpage.about {
        height: 230vh;
    }

    .content.landing {
        height: 1010px;
    }

    .content-column-container {
        height: 400px;
    }

    .content-column-row {
        height: 400px;
    }

    .content-cell {
        height: 175px;
        margin-right: 5px;
        margin-left: 10px;
        padding-right: 0px;
    }

    .content-cell._1 {
        height: 215px;
    }

    .content-cell._2 {
        height: 215px;
    }

    .twitter-block {
        display: block;
        width: 90%;
        margin-top: 81px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-cell-image-b {
        background-position: -26px -14px;
        background-size: 400px;
    }

    .content-cell-image-c {
        background-position: 50% 50%;
        background-size: 357px;
    }

    .content-cell-image-d {
        background-position: 50% 50%;
        background-size: cover;
    }

    .content-cell-image-a {
        background-position: -3px -109px;
        background-size: 348px;
    }

    .content-cell-paragraph {
        line-height: 17px;
    }

    .content-cell-title {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }

    .bottom-cta {
        position: relative;
        display: block;
        margin-top: 0px;
        padding-top: 1px;
        float: none;
        clear: both;
    }

    .bottom-blog-button {
        width: 90%;
        font-size: 25px;
    }

    .twitter-block-tweet-subhead {
        margin-left: 35px;
    }

    .twitter-block-icon {
        height: 65px;
    }

    .twitter-block-header-cell {
        height: 65px;
    }

    .twitter-block-follow-button {
        margin-left: -228px;
    }

    .twitter-block-feed {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .content-cell-right {
        height: 175px;
        margin-right: 10px;
        margin-left: 5px;
    }

    .content-cell-right._1 {
        height: 215px;
    }

    .content-cell-right._2 {
        height: 215px;
    }

    .hamburger {
        padding-top: 0px;
        color: #fff;
        font-size: 49px;
    }

    .hamburger:hover {
        color: hsla(0, 0%, 100%, .5);
    }

    .hamburger-button {
        height: 75px;
    }

    .hamburger-button.w--open {
        background-color: transparent;
    }

    .subpage-header {
        font-size: 30px;
    }

    .tabs {
        width: 95%;
        text-align: left;
        height: auto;
    }

    .tab-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab-links.larger {
        width: 100%;
    }

    .tab-links.smallest {
        width: 120px;
    }

    .tab-cell {
        width: 50%;
        padding-top: 0px;
    }

    .tab-cell.w--current {
        width: 50%;
    }

    .tab-cell.small {
        width: 50%;
    }

    .tab-cell.small.w--current {
        text-align: center;
    }

    .tab-cell.larger {
        width: 50%;
    }

    .tab-cell.smallest {
        width: 50%;
    }

    .tab-cell.smallest.w--current {
        width: 50%;
    }

    .subpage-bodycopy {
        padding-bottom: 0px;
    }

    .floating-share {
        position: relative;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: auto;
        width: 85%;
        height: 62px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: right;
        clear: both;
        border-style: none;
    }

    .floating-share.inline {
        display: none;
    }

    .floating-share-title-bar {
        padding-top: 19px;
        padding-left: 0px;
        float: left;
    }

    .floating-share-title {
        border-style: none;
    }

    .floating-share-title.inline {
        margin-top: 20px;
    }

    .subnav-bar.hide {
        display: none;
    }

    .share-panel-row {
        float: left;
        border-top-style: none;
    }

    .share-panel-r1 {
        display: block;
        width: 137px;
        float: left;
        clear: none;
        border-top: 1px none #000;
    }

    .x2 {
        border-style: none;
        border-top-width: 1px;
        border-top-color: #000;
    }

    .body-image {
        width: 90%;
    }

    .bottom-spacer-block {
        height: 60px;
        float: none;
    }

    .sharing-container {
        display: block;
        text-align: center;
    }

    .share-image {
        padding: 10px;
        float: none;
    }

    .share-image.twitter-share {
        cursor: pointer;
    }

    .share-image.fbook-share {
        cursor: pointer;
    }

    .share-image.mail-link {
        cursor: pointer;
    }

    .share-image.google-share {
        cursor: pointer;
    }

    .mainContent .nav-menu {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .promo.subpage.about {
        background-image: url("../images/about-security.jpg"), -webkit-linear-gradient(270deg, null, null);
        background-image: url("../images/about-security.jpg"), linear-gradient(180deg, null, null);
        background-position: 50% 50%, 0px 0px;
        background-repeat: no-repeat, repeat;
    }

    .body-gray {
        height: 100vh;
    }

    .navbar-links {
        height: 54px;
        padding: 10px;
        background-color: #333f48;
        font-size: 16px;
    }

    .logo {
        margin-left: -10px;
    }

    .promo-title {
        width: 80%;
        margin-left: 30px;
        padding-top: 0px;
        font-size: 30px;
        line-height: 34px;
    }

    .promo-title.promo-title-subpage {
        width: 90%;
    }

    .promo-subhead {
        width: 73%;
        margin-left: 30px;
    }

    .promo-blog-button {
        margin-top: 21px;
        margin-left: 30px;
    }

    .callout-bar-copy {
        padding-top: 20px;
        padding-left: 10px;
    }

    .content {
        margin-top: 0px;
    }

    .content.content-subpage {
        padding-right: 30px;
        padding-left: 30px;
    }

    .content.content-subpage.about {
        height: 280vh;
    }

    .content.landing {
        margin-top: -61px;
    }

    .content-column-container {
        height: 470px;
        padding-top: 0px;
        text-align: left;
    }

    .content-column-row {
        height: 200px;
        margin-top: 11px;
        margin-bottom: 40px;
        text-align: left;
    }

    .content-cell {
        position: static;
        display: block;
        width: 46%;
        height: 183px;
        float: left;
    }

    .content-cell._1 {
        height: 225px;
    }

    .content-cell._2 {
        height: 225px;
    }

    .twitter-block {
        overflow: hidden;
        width: 95%;
        height: 440px;
        margin-top: 57px;
        clear: none;
    }

    .content-cell-image-a {
        background-position: 0px -108px;
    }

    .bottom-cta {
        padding-top: 96px;
        clear: left;
    }

    .bottom-blog-button {
        width: 90%;
        margin-top: -64px;
        padding-top: 24px;
        font-size: 24px;
    }

    .twitter-header {
        margin-top: 4px;
    }

    .twitter-block-tweet-subhead {
        margin-left: 34px;
        padding-top: 11px;
    }

    .twitter-block-icon {
        display: block;
        height: 45px;
        margin-top: 7px;
    }

    .twitter-block-header-cell {
        height: 39px;
        text-align: center;
    }

    .twitter-block-follow-button {
        position: relative;
        margin-top: -28px;
        margin-left: 92px;
    }

    .content-cell-right {
        width: 46%;
        height: 183px;
        margin-right: 5px;
        margin-left: 10px;
        float: left;
    }

    .content-cell-right._1 {
        height: 225px;
    }

    .content-cell-right._2 {
        height: 225px;
    }

    .subpage-header {
        display: block;
        width: 90%;
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 9px;
        font-size: 26px;
    }

    .tabs {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
    }

    .tab-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tab-links.large {
        width: 100%;
    }

    .tab-links.larger {
        width: 100%;
    }

    .tab-links.smallest {
        width: 100%;
    }

    .tab-cell {
        width: 50%;
    }

    .tab-cell.w--current {
        display: inline-block;
        width: 50%;
    }

    .tab-cell.smallest {
        width: 50%;
    }

    .subpage-subhead {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .subpage-bodycopy {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
    }

    .floating-share {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        float: left;
    }

    .share-panel-r1 {
        width: 60px;
        float: left;
    }

    .share-panel-icon {
        float: left;
    }

    .body-image {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .bottom-spacer-block {
        height: 60px;
    }

    .float {
        position: relative;
        left: 0px;
        top: 0px;
        bottom: 0px;
        display: block;
    }

    .float-share {
        display: block;
    }

    .chart {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .callout {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 479px) {
    .body-gray {
        height: 1475px;
        border: 1px none #000;
        background-color: #fff;
    }

    .navbar-links {
        background-color: #323c46;
    }

    .promo-title {
        width: 80%;
        margin-top: 42px;
        padding-top: 0px;
        font-size: 22px;
        line-height: 27px;
    }

    .promo-title.promo-title-subpage {
        margin-top: 58px;
        padding-top: 0px;
    }

    .promo-title.promo-title-subpage.withmenu {
        padding-top: 1px;
    }

    .promo-subhead {
        width: 76%;
        font-size: 12px;
        line-height: 17px;
    }

    .promo-blog-button {
        width: 83%;
        font-size: 15px;
    }

    .callout-bar-copy {
        height: 59px;
        padding: 5px 10px;
        font-size: 13px;
    }

    .content {
        height: auto;
        margin-top: 0px;
    }

    .content.content-subpage {
        padding-right: 20px;
        padding-left: 20px;
        box-shadow: none;
    }

    .content.landing {
        height: 1180px;
    }

    .content-column-container {
        height: 601px;
        padding-top: 17px;
    }

    .content-column-row {
        height: 265px;
        margin-top: -16px;
        margin-bottom: 83px;
    }

    .content-cell {
        width: 46%;
        height: 236px;
        margin-left: 5px;
    }

    .content-cell._1 {
        height: 315px;
    }

    .content-cell._2 {
        height: 315px;
    }

    .twitter-block {
        margin-top: 79px;
    }

    .bottom-cta {
        padding-top: 0px;
    }

    .bottom-blog-button {
        width: 90%;
        font-size: 15px;
    }

    .twitter-header {
        font-size: 20px;
    }

    .twitter-block-icon {
        height: 56px;
    }

    .content-cell-right {
        width: 46%;
        height: 254px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .content-cell-right._1 {
        height: 315px;
    }

    .content-cell-right._2 {
        height: 315px;
    }

    .hamburger-button.w--open {
        background-color: transparent;
    }

    .subpage-header {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        padding-bottom: 15px;
        font-size: 19px;
        line-height: 21px;
    }

    .tabs {
        display: block;
        width: 90%;
        margin-top: 9px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
    }

    .tab-links {
        width: 100%;
        margin-left: 0px;
    }

    .tab-links.large {
        width: 100%;
    }

    .tab-links.larger {
        width: 100%;
    }

    .tab-links.smallest {
        width: 100%;
    }

    .tab-cell {
        width: 100%;
        height: 33px;
    }

    .tab-cell.w--current {
        width: 100%;
        height: 33px;
    }

    .tab-cell.small {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .tab-cell.larger {
        width: 100%;
    }

    .tab-cell.smallest {
        width: 100%;
    }

    .tab-cell.smallest.w--current {
        width: 100%;
    }

    .subpage-subhead {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        font-size: 18px;
        line-height: 24px;
    }

    .subpage-bodycopy {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
    }

    .column-1 {
        display: none;
    }
}