#glsSearch {
    position: relative
}

div.form-error {
    border: 1px solid #dc443a;
    color: #dc443a;
    font-size: 12px;
    margin: 7px;
    padding: 5px
}

#searchKeyword div.form-error span {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 20px
}

.gls-button:hover {
    background: #f2f2f2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)
}

.gls-button, .locked .gls-button:hover {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #ccc;
    color: #282828;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *display: inline;
    zoom: 1
}

.locked .gls-button a {
    color: #888
}

.gls-button a:hover {
    text-decoration: none
}

#keywordSettings {
    height: 30px
}

#keywordSettings span.label-in {
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    padding: 7px 0
}

#glsSearch #salesSettings {
    background: #f8f8e7;
    border-bottom: 1px solid #ccc;
    padding: 10px
}

span.search-heading {
    color: #5a5a5a;
    float: left;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
    max-width: 186px;
    min-width: 155px;
    padding: 8px 0;
    text-transform: uppercase;
    text-align: center
}

#salesSettings span.search-heading {
    margin-right: 10px;
    min-width: 51px;
    max-width: 70px
}

#searchKeyword .keyword-wrapper {
    float: left;
    position: relative
}

input.blur, select.blur {
    color: #9d9d9d !important;
    font-style: italic
}

#searchKeyword select.material-type {
    border: 1px solid #d9dbdb;
    color: #333;
    margin-left: 5px;
    padding: 5px;
    width: 145px
}

#tw-retail #searchKeyword select.material-type {
    padding: 5px 4px 5px
}

#searchKeyword .loading-image {
    position: absolute;
    right: 1px;
    top: 7px
}

.advanced-search .loading-image {
    position: absolute;
    right: 2px;
    top: 35%
}

#salesSettings select {
    border: 1px solid #d9dbdb;
    color: #333;
    padding: 6px;
    width: 180px
}

#searchKeyword .keyword.suggestive-keyword {
    height: 16px;
    padding: 12px 6px;
    width: 688px
}

#searchKeyword .suggestive-search-icon {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk_icon_magnifying_glass.png') no-repeat;
    _background: url('../../cache-1550123080000/include/one/css/blk/i/blk_icon_magnifying_glass.gif') no-repeat;
    border: 0;
    color: transparent;
    cursor: pointer;
    height: 35px;
    *height: 38px;
    margin-left: -45px;
    text-indent: -5000px;
    width: 35px
}

#searchKeyword .suggestive-search-icon.loading {
    background: url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat 15px 9px
}

#searchKeyword .ui-autocomplete li a em.no-bold strong {
    font-weight: normal
}

#searchKeyword select.material-type.suggestive-dropdown {
    height: 42px;
    padding: 11px 4px;
    *margin: 0
}

#searchProducts {
    border: 1px solid #ccc;
    left: 55px;
    position: absolute;
    top: 100%;
    width: 655px;
    -moz-box-shadow: 2px 4px 6px #999;
    -webkit-box-shadow: 2px 4px 6px #999;
    box-shadow: 2px 4px 6px #999;
    z-index: 2
}

#searchProducts .off {
    color: #ccc
}

#searchProducts .icon-remove {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk_icon_closelightbox.png') no-repeat;
    cursor: pointer;
    float: right;
    filter: none;
    padding: 2px 6px 0
}

#glsSearchResults {
    color: #5a5a5a;
    margin-bottom: 18px
}

#glsSearchResults .icon-info, #glsFeaturedFilter .icon-info {
    line-height: 1.4em;
    text-decoration: none
}

.gls-search-title {
    font-family: 'AkkuratProLight', Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin: 29px 0 0;
    padding: 0
}

#glsSubscription .gls-search-title {
    margin: 0 0 10px
}

.gls-search-criteria {
    background: #f8f8e7;
    border: 1px solid #b9b2b2;
    margin-bottom: 15px
}

.gls-search-criteria a {
    font-size: 11px
}

.gls-search-criteria a.icon-info {
    background-position: 0 -618px;
    cursor: pointer;
    margin-left: 5px
}

.gls-search-criteria .criteria-selected {
    background: white;
    border-right: 1px solid #b9b2b2;
    margin-right: 128px;
    padding: 10px 13px
}

.gls-search-criteria .criteria-selected div {
    line-height: 1.4em
}

.gls-search-criteria .search-type-selected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gls-search-criteria .material-type-selected {
    border-left: 1px solid #b9b2b2;
    float: right;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 49%
}

.gls-search-criteria .results-num {
    float: right;
    padding: 6px 13px;
    text-align: center;
    width: 110px
}

.gls-search-criteria .results-num .icon-info {
    margin-left: 5px
}

hr {
    margin: 10px 0
}

.gls-search-headers {
    height: 35px;
    padding: 5px 10px
}

.gls-search-headers th {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: normal;
    padding: 14px 0 4px;
    text-align: left
}

.gls-search-headers th:last-child {
    border-right: 0
}

.gls-search-headers th a {
    color: #282828;
    display: inline-block
}

.gls-search-headers th .icon-arrowdown-right {
    background-position: right -406px
}

.gls-search-headers th .icon-arrowup-right {
    background-position: right -394px
}

.gls-search-headers ul li {
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 10px
}

.gls-search-headers ul li.gls-select-all-docs {
    width: 106px
}

.gls-search-headers ul li.gls-select-all-docs input {
    float: left;
    margin-top: 2px
}

.gls-search-headers ul li.gls-select-all-docs label {
    display: block;
    padding-left: 19px
}

.gls-search-headers ul li.gls-doc-name {
    width: 500px
}

.gls-search-headers ul li.gls-date {
    border-right: 0
}

.gls-select-all-docs {
    padding: 6px 10px 5px
}

.gls-select-all-docs #docAll {
    margin-top: 1px
}

.gls-search-results td.document-publicationdate, .gls-search-results td.document-currency, .gls-search-results td.document-language, .gls-search-results td.document-quantity {
    font-size: 12px;
    vertical-align: top
}

.gls-search-results .document-language {
    width: 72px
}

.gls-search-results .document-currency {
    width: 70px
}

.gls-search-results .document-publicationdate {
    width: 90px
}

.gls-search-results ul li {
    float: left;
    margin-right: 10px
}

.gls-search-results ul li a, .gls-search-results ul li span {
    display: block;
    font-weight: normal
}

.gls-search-results ul li span.alert {
    color: #be0c1a
}

.gls-search-results ul li a.favorites span {
    width: 100px
}

.bt-content .doc-links .icon-pdf {
    background-position: -15px -399px
}

.gls-search-utils {
    background: white;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 6px 0;
    text-align: right
}

.gls-search-utils select {
    font-size: 11px
}

.gls-search-utils .lister {
    margin: 0 13px
}

.gls-search-utils .sort-dropdown {
    float: left
}

.gls-search-utils .icon-arrowleft, .gls-search-utils .icon-arrowright {
    display: inline;
    line-height: 22px;
    padding: 3px 10px 4px
}

.gls-search-utils .icon-arrowleft {
    background: url('../../cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 2px 0 no-repeat
}

.gls-search-utils .icon-arrowright {
    background: url('../../cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 0 -31px no-repeat
}

.gls-search-utils div, .gls-search-utils li {
    display: inline-block;
    line-height: normal
}

.gls-search-utils a:hover {
    text-decoration: none
}

.gls-search-utils a.disabled {
    background: 0;
    visibility: hidden
}

.gls-search-utils .dropdownMenu {
    background: #fafaf3;
    margin: 0
}

.gls-search-utils .dropdownMenu a {
    border: 1px solid #ececec;
    width: 100%
}

.gls-search-utils .sorter {
    float: left
}

.gls-search-utils .pagination-table {
    border-collapse: collapse;
    width: 100%
}

.gls-search-utils .pagination-table .right-wrapper {
    width: 66%
}

.gadget .narrow-your-results a {
    display: inline
}

.narrow-your-results {
    margin-top: 65px
}

.narrow-your-results a {
    display: inline-block;
    font-size: 11px;
    padding-right: 5px
}

.narrow-your-results label {
    color: #005eb8;
    font-size: 12px;
    display: block;
    line-height: 22px;
    margin-left: 20px
}

.narrow-your-results input {
    clear: left;
    float: left;
    margin: 4px 0
}

.gls-link-list, .gls-my-links {
    padding: 0
}

.gls-my-links {
    position: relative
}

.gls-link-list ul, .gls-my-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid white
}

.gls-link-list li, .gls-my-links li {
    border-top: 1px solid white;
    border-bottom: 1px solid #ccc;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0
}

.gls-my-links li {
    *height: 21px
}

.gls-link-list a, .gls-link-list p {
    display: block;
    padding-left: 7px
}

.gls-my-links li a {
    display: block
}

.gls-my-links li a.icon-subscribe.loading, .gls-my-links li a.icon-shopcart.loading {
    background: url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat;
    background-position: 0 3px
}

.gls-my-links .document-count {
    background: #eef2f4;
    float: right;
    height: 32px;
    line-height: 18px;
    margin-top: -4px;
    text-align: center;
    width: 35px;
    *margin-top: -28px
}

.gls-my-links .document-count span {
    line-height: 32px
}

.gls-my-links .document-count .icon-lock {
    background-position: -15px -986px;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 16px;
    width: 0
}

.gls-my-links .icon-subscribe {
    background-position: -14px -1860px
}

.gls-my-links .icon-shopcart {
    background-position: -15px -311px
}

.gls-my-links .sales-page-address {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 10px;
    word-wrap: break-word
}

.gls-my-links .sales-page-address h4 {
    line-height: 1.5em;
    margin-bottom: 10px
}

.gls-my-links .loading-image {
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%
}

.gls-my-links a.disabled, .gls-button a.disabled, .dropdown-content a.disabled {
    opacity: .6;
    cursor: default;
    text-decoration: none
}

.bt-content .icon-remove {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat -15px -1628px;
    cursor: pointer;
    padding: 0 0 3px 13px;
    position: absolute;
    right: 10px;
    top: 10px
}

.bt-content .loading-image {
    position: absolute;
    top: 10px;
    left: 10px
}

.bt-content .bubble-wrapper {
    height: 97px
}

h5.gls-search-infobubble-heading {
    font-weight: bold;
    line-height: normal
}

.gls-search-more-products {
    border: solid 1px #ccc;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 298px
}

.gls-search-more-products p {
    margin: 0 8px 5px
}

.gls-search-infobubble-info-table {
    border-collapse: collapse;
    margin: 5px 0;
    width: 100%
}

.gls-search-infobubble-info-table, .gls-search-infobubble-info-table th, .gls-search-infobubble-info-table td {
    background: white;
    border-style: solid;
    border-color: #979797;
    border-width: 1px;
    font-size: 12px;
    text-align: left;
    vertical-align: top
}

.gls-search-infobubble-info-table th, .gls-search-infobubble-info-table td {
    padding: 5px
}

.gls-search-infobubble-info-table th {
    border-width: 0;
    font-weight: bold;
    width: 120px
}

.gls-search-infobubble-info-table td {
    border-width: 0
}

.gls-search-infobubble-info-table .even th, .gls-search-infobubble-info-table .even td {
    background: #f5f5f5
}

.bt-content .columnLeft {
    border-right: 1px solid #bdbabd;
    float: left;
    margin-right: 10px;
    width: 48%
}

.bt-content .columnRight {
    border-left: 1px solid #bdbabd;
    margin-left: 48%;
    padding-left: 10px;
    width: 48%
}

.bt-content h3 {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    padding: 0
}

.bt-content h3.subscription-title {
    padding-bottom: 5px
}

.bt-content p {
    padding: 0 0 3px
}

.bt-content .no-docs-selected, .bt-content .signed-out, .bt-content .opted-out {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    margin-top: 10px;
    padding: 10px 0
}

.bt-content .icon-alert {
    font-weight: bold;
    font-size: 13px;
    padding-left: 25px
}

.bt-content .infobubble-title {
    margin-left: 1px;
    padding: 10px 15px 5px
}

.bt-content .infobubble-header {
    padding: 15px 15px 0
}

.bt-content .infobubble-innercontent, .bt-content .infobubble-error {
    font-size: 12px;
    padding: 0 15px 10px
}

.bt-content .infobubble-innercontent.my-subscriptions {
    padding-top: 10px
}

.bt-content .infobubble-innercontent .doc-links.subscribed {
    margin-top: 10px;
    padding-top: 7px
}

.bt-content .infobubble-innercontent.multi-subscribe .message, .bt-content .infobubble-innercontent.single-subscribe .message, .bt-content .infobubble-innercontent.added-to-basket .message, .bt-content .infobubble-innercontent.added-to-favorites .message {
    font-weight: bold;
    padding-left: 22px
}

.bt-content .infobubble-innercontent div.icon-alert, .bt-content .infobubble-innercontent div.icon-success {
    float: left;
    padding: 2px 0 2px 14px
}

.bt-content .infobubble-innercontent.my-subscriptions .my-subscriptions-accept {
    padding-top: 22px
}

.bt-content .infobubble-innercontent.my-subscriptions .my-subscriptions-div {
    padding-top: 22px
}

.bt-content .my-links-subscription-ajax .table-wrapper, .bt-content #basketResults .table-wrapper .bt-content #favoritesResults .table-wrapper {
    max-height: 405px;
    overflow: auto
}

.bt-content #basketResults .table-wrapper .gls-search-results {
    border-collapse: collapse;
    width: 100%
}

.bt-content .my-links-subscription-ajax .table-wrapper.loading {
    overflow: hidden
}

.bt-content .infobubble-table {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid white;
    padding: 10px 15px
}

.bt-content .alert {
    color: #be0c1a;
    font-weight: normal;
    margin-bottom: 0
}

.bt-content .doc-links {
    background: white;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    padding: 0 0 4px
}

.bt-content .doc-links ul, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message ul {
    max-height: 116px;
    margin-top: 4px;
    *height: 116px;
    overflow: auto
}

.bt-content .doc-links li, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message li {
    background: #eef2f4;
    clear: both;
    display: block;
    margin-bottom: 4px;
    overflow: auto;
    padding: 3px
}

.bt-content .doc-links li:last-child, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message li:last-child {
    margin-bottom: 0
}

.bt-content .doc-links li:hover, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message li:hover {
    background: #eee
}

.bt-content .doc-links li.ineligible, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message li.ineligible {
    background: #ff9e9e;
    color: white
}

.bt-content .doc-links .icon-remove, .bt-content .doc-links .remove-doc {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat -15px -1627px;
    float: left;
    padding: 0 0 0 16px;
    text-indent: -3000px
}

.bt-content .doc-links .remove-doc {
    cursor: pointer
}

.bt-content .doc-links .icon-pdf, .bt-content .doc-links .icon-zip, .bt-content .doc-links .icon-xls, .bt-content .doc-links .icon-doc, .bt-content .doc-links .icon-ppt, .bt-content .doc-links .icon-csv, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-pdf, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-zip, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-xls, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-doc, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-ppt, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .icon-csv {
    color: #005eb8;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-left: 5px;
    width: 350px;
    max-height: 34px;
    height: auto !important;
    height: 34px;
    overflow: hidden
}

.bt-content .doc-links .unavailable {
    background: #fffcd6;
    margin-top: 4px;
    padding: 5px 10px
}

.bt-content .multi-email .doc-links .icon-pdf, .bt-content .multi-email .doc-links .icon-zip, .bt-content .multi-email .doc-links .icon-xls, .bt-content .multi-email .doc-links .icon-doc, .bt-content .multi-email .doc-links .icon-ppt, .bt-content .multi-email .doc-links .icon-csv, .bt-content .multi-subscribe .doc-links .icon-pdf, .bt-content .multi-subscribe .doc-links .icon-zip, .bt-content .multi-subscribe .doc-links .icon-xls, .bt-content .multi-subscribe .doc-links .icon-doc, .bt-content .multi-subscribe .doc-links .icon-ppt, .bt-content .multi-subscribe .doc-links .icon-csv {
    width: 384px
}

.bt-content .multi-email .doc-links .unavailable .icon-pdf, .bt-content .multi-email .doc-links .unavailable .icon-zip, .bt-content .multi-email .doc-links .unavailable .icon-xls, .bt-content .multi-email .doc-links .unavailable .icon-doc, .bt-content .multi-email .doc-links .unavailable .icon-ppt, .bt-content .multi-email .doc-links .unavailable .icon-csv, .bt-content .multi-subscribe .doc-links .unavailable .icon-pdf, .bt-content .multi-subscribe .doc-links .unavailable .icon-zip, .bt-content .multi-subscribe .doc-links .unavailable .icon-xls, .bt-content .multi-subscribe .doc-links .unavailable .icon-doc, .bt-content .multi-subscribe .doc-links .unavailable .icon-ppt, .bt-content .multi-subscribe .doc-links .unavailable .icon-csv {
    width: 364px
}

.bt-content .multi-order .doc-links .icon-pdf, .bt-content .multi-order .doc-links .icon-zip, .bt-content .multi-order .doc-links .icon-xls, .bt-content .multi-order .doc-links .icon-doc, .bt-content .multi-order .doc-links .icon-ppt, .bt-content .multi-order .doc-links .icon-csv {
    width: 355px
}

.bt-content .single-order .doc-links .icon-pdf, .bt-content .single-order .doc-links .icon-zip, .bt-content .single-order .doc-links .icon-xls, .bt-content .single-order .doc-links .icon-doc, .bt-content .single-order .doc-links .icon-ppt, .bt-content .single-order .doc-links .icon-csv {
    width: 343px
}

.bt-content .basket-quantity, .bt-content .favorites-quantity {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 16px;
    width: 25px
}

.bt-content .doc-links .file-size {
    float: right;
    line-height: 17px
}

.bt-content .total-size {
    font-weight: bold;
    text-align: right;
    margin-top: 5px
}

.bt-content .download-accept, .bt-content .email-accept, .bt-content .subscribe-accept, .bt-content .favorites-accept, .bt-content .unsubscribe-accept, .bt-content .basket-accept, .bt-content .favorites-accept, .bt-content .infobubble-accept, .bt-content .my-basket-accept {
    border-top: 1px solid white;
    margin-left: 1px;
    padding: 10px 15px;
    text-align: right
}

.bt-content .infobubble-innercontent .intro-text {
    margin-bottom: 10px
}

.bt-content .infobubble-innercontent .intro-text input[type="radio"] {
    border: 0;
    float: left;
    margin: 2px 2px 0 0;
    padding: 0;
    width: 15px
}

.bt-content .infobubble-innercontent .disclaimer {
    color: #999;
    font-size: 12px
}

.bt-content .infobubble-innercontent.more-info {
    padding: 10px 15px 0
}

.bt-content .infobubble-innercontent.more-info .info-wrapper {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 0
}

.bt-content .infobubble-innercontent.more-info p {
    margin-top: 15px
}

.bt-content .infobubble-innercontent.more-info p:first-child {
    margin-top: 0
}

.bt-content .infobubble-accept.opt-out .accept-button {
    margin-right: 10px
}

.bt-content .subscribe-form {
    margin-top: 5px
}

.bt-content .subscribe-form label {
    clear: both;
    display: block;
    float: left;
    line-height: 19px;
    margin-bottom: 5px;
    width: 155px
}

.bt-content .subscribe-form input, .bt-content .subscribe-form .details {
    font-size: 12px;
    margin-bottom: 5px
}

.bt-content .subscribe-form .details {
    line-height: 19px;
    margin-left: 155px
}

.bt-content .subscribe-form input {
    border: 1px solid #ccc;
    padding: 1px;
    width: 291px
}

.bt-content .subscribe-form input.alert {
    border: 1px solid #841318
}

.bt-content .subscribe-accept .loading-image, .bt-content .unsubscribe-accept .loading-image, .bt-content .opt-out .loading-image, .bt-content .opt-in .loading-image, .bt-content .basket-accept .loading-image, .bt-content .favorites-accept .loading-image, .xbrlColumn .loading-image {
    background: url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat center;
    display: none;
    padding: 2px 0 2px 18px;
    position: static
}

.bt-content #basketResults .gls-search-results .record .remove .icon-close {
    background-position: -11px -1628px;
    display: block;
    text-indent: -3000px
}

.bt-content #basketResults .gls-search-results .record .remove .icon-close.loading {
    background-position: 5px 0
}

#popularSearches {
    margin-top: 20px
}

#popularSearches h3 {
    color: #333;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 12px 0 12px 10px;
    text-transform: uppercase
}

#popularSearches .featured-section {
    background: #fff;
    background: -moz-linear-gradient(270deg, #fbfbfb 0, #fff 100%);
    background: -webkit-gradient(linear, right bottom, left top, color-stop(0, #fbfbfb), color-stop(100%, #fff));
    background: -webkit-linear-gradient(270deg, #fbfbfb 0, #fff 100%);
    background: -o-linear-gradient(270deg, #fbfbfb 0, #fff 100%);
    background: -ms-linear-gradient(270deg, #fbfbfb 0, #fff 100%);
    background: linear-gradient(270deg, #fbfbfb 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0);
    margin-bottom: 30px
}

#popularSearches .featured-section h3 {
    border-top: 1px solid #d9dbdd;
    color: #e45700;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0
}

#popularSearches h4 {
    padding: 12px 10px 8px
}

#popularSearches h4.popular-search-banner {
    background: #e3e7e8;
    font-family: 'AkkuratProRegular', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase
}

#popularSearches .popular-search-section {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fbfbfb 0, #fff 100%);
    background: -o-linear-gradient(top, #fbfbfb 0, #fff 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0, #fff 100%);
    background: linear-gradient(to bottom, #fbfbfb 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0);
    border-top: 1px solid #d9dbdb;
    margin: 0 0 40px 0
}

#popularSearches h4.popular-search-banner a {
    color: #414042
}

#popularSearches .featured-popular-search {
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #e6e6e6 0, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e6e6e6 0, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e6e6e6 0, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f9f9f9', GradientType=0);
    height: 272px;
    margin-right: 10px;
    overflow: hidden;
    width: 220px
}

#popularSearches .featured-popular-search:last-child {
    margin-right: 0
}

#popularSearches .featured-popular-search .popular-search-info {
    background: #d9d9d9;
    background: -moz-linear-gradient(top, #d9d9d9 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9d9d9), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #d9d9d9 0, #efefef 100%);
    background: -o-linear-gradient(top, #d9d9d9 0, #efefef 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0, #efefef 100%);
    background: linear-gradient(to bottom, #d9d9d9 0, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#efefef', GradientType=0);
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
    padding: 5px 6px 20px
}

#popularSearches .featured-popular-search .popular-search-info h4 {
    background: 0;
    color: #262626;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 8px;
    padding: 0
}

#popularSearches .popular-item .items {
    margin-bottom: 20px;
    padding-top: 18px
}

#popularSearches .featured-popular-search, #popularSearches .popular-search-list {
    display: inline-block;
    padding: 0;
    vertical-align: top
}

#popularSearches .popular-search-list {
    margin: 0 0 20px;
    width: 335px
}

#popularSearches .popular-search-list.even {
    margin-left: 16px;
    *margin-left: 20px
}

#popularSearches .popular-search-list .icon-arrowright {
    background-position: -15px -354px
}

#popularSearches .popular-search-list .icon-chevron {
    background: 0;
    padding-left: 0
}

#popularSearches .popular-search-list .icon-pdf {
    background: url('../../cache-1550123080000/include/one/css/blk/i/icon-pdf.png') no-repeat 0 0
}

#popularSearches .featured-popular-search img {
    border: 1px solid #d9dbdb;
    display: block;
    height: 184px;
    margin: 18px auto 12px auto;
    width: 128px
}

#popularSearches .featured-popular-search .popular-search-date {
    font-size: 11px;
    margin: 0;
    padding-left: 8px
}

#popularSearches .popular-search-list a {
    display: inline-block
}

#popularSearches .popular-search-list > li {
    border-bottom: 2px solid transparent;
    padding: 5px 0
}

#popularSearches .popular-search-list > .expandable {
    border-bottom: 2px solid white;
    padding: 5px 0 0 0
}

#popularSearches .popular-search-list > .expandable > a {
    margin-bottom: 5px
}

#popularSearches .popular-search-list > li > a {
    margin-left: 10px
}

#popularSearches .popular-search-list .search-list-title {
    padding: 0 0 8px
}

#popularSearches .popular-search-list h5 {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    font-family: 'AkkuratProRegular', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 8px 10px 6px
}

#popularSearches .popular-search-list .popular-search-children {
    margin: 0 2px 2px;
    padding-top: 5px
}

#popularSearches .popular-search-list .popular-search-children > li {
    padding-bottom: 5px
}

#popularSearches .popular-search-list .popular-search-children > li > a {
    font-size: 13px;
    margin-left: 40px
}

.gadget-body h3 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 5px
}

.advanced-title h2, .keyword-title h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9dbdd;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: linear-gradient(to bottom, #ececec 0, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#f9f9f9', GradientType=0);
    font-size: 13px;
    line-height: 2em;
    padding: 0 0 0 10px
}

.advanced-search {
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ececec 0, #f9f9f9 100%);
    background: linear-gradient(to bottom, #ececec 0, #f9f9f9 100%);
    border-top: 1px solid white;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 5px 10px 61px;
    position: relative;
    z-index: 1
}

.advanced-search.shadow {
    box-shadow: 0 6px 4px -4px #999;
    -moz-box-shadow: 0 6px 4px -4px #999;
    -webkit-box-shadow: 0 6px 4px -4px #999
}

.advanced-search select.select-fund-range {
    border: 1px solid #d9dbdb;
    height: 31px;
    margin-left: 20px;
    padding: 6px;
    width: 570px
}

.advanced-search .expand-fund-range {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #fdfdfd 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fdfdfd 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fdfdfd 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0, #f3f3f3 100%);
    background: linear-gradient(top, #fdfdfd 0, #f3f3f3 100%);
    border: 1px solid #414042;
    color: #333;
    font-size: 11px;
    left: 15px;
    padding: 8px 14px 8px 15px;
    position: absolute
}

#searchProducts .icon-remove {
    padding: 0 0 3px 13px;
    position: absolute;
    right: 10px;
    top: 10px
}

#searchProducts ul.advanced-options input {
    margin-bottom: 10px
}

#searchProducts ul.advanced-options label {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px
}

#searchProducts ul.advanced-options li {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #e7e8ea 0, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e8ea), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #e7e8ea 0, #fafafa 100%);
    background: -o-linear-gradient(top, #e7e8ea 0, #fafafa 100%);
    background: -ms-linear-gradient(top, #e7e8ea 0, #fafafa 100%);
    background: linear-gradient(top, #e7e8ea 0, #fafafa 100%);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid white;
    float: left;
    font-size: 12px;
    line-height: 16px;
    padding: 10px
}

#searchProducts ul.advanced-options li:first-child {
    border-top: 1px solid white;
    padding-top: 15px;
    width: 635px
}

#searchProducts ul.advanced-options li.asset-class {
    background: -moz-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -o-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: linear-gradient(top, #fafafa 0, #fefefe 100%)
}

#searchProducts ul.advanced-options li.hidden-filter {
    display: none
}

#searchProducts ul.advanced-options li .narrow {
    margin-right: 25px
}

#searchProducts ul.advanced-options li:last-child {
    border-bottom: 1px solid white
}

#searchProducts ul.advanced-options li div {
    float: left
}

#searchProducts ul.advanced-options li div.advanced-option-title {
    width: 110px
}

#searchProducts ul.advanced-options li div.advanced-option-title h3 {
    color: #333;
    display: block;
    font-weight: bold;
    padding-bottom: 5px
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider {
    border: 2px solid #ccc
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider a {
    border: 1px solid #201f20;
    color: white;
    display: block;
    float: left;
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 2px;
    text-transform: uppercase;
    width: 20px
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider a.slider-off {
    background: #414141;
    border-right: 0
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider a.slider-on {
    background: #0b74bf;
    border-left: 0;
    text-align: center
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider a.disabled {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk_slider_cover.png') no-repeat;
    text-indent: -999999px
}

#searchProducts ul.advanced-options li div.advanced-option-title .slider a:hover {
    text-decoration: none
}

#searchProducts ul.advanced-options li div.advanced-option-select-all {
    width: 50px
}

#searchProducts ul.advanced-options li div.advanced-option-content {
    width: 475px
}

#searchProducts ul.advanced-options span {
    position: relative
}

#searchProducts ul.advanced-options .disable-clicked {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#searchProducts ul.advanced-options li.share-class div.advanced-option-content {
    width: 385px
}

#searchProducts ul.advanced-options li.share-class div.advanced-option-content label {
    width: 77px
}

#searchProducts ul.advanced-options li.asset-class div.advanced-option-content label {
    width: 98px
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list {
    background: white;
    border: 1px solid #ccc;
    height: 100px;
    overflow-y: auto
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li {
    background: 0;
    border-top: 1px solid white;
    border-bottom: 0;
    filter: none;
    float: none;
    line-height: 20px;
    padding: 0 5px
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li:first-child {
    border-top: 0;
    padding-top: 2px;
    width: auto
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li.selected {
    background: #ddebf6
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li input {
    margin: 3px 2px 4px 0;
    vertical-align: bottom
}

#searchProducts div#productOptions {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -o-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #fefefe 100%);
    background: linear-gradient(top, #fafafa 0, #fefefe 100%);
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: right
}

.gls-download-email-sub-links {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    padding: 13px 0
}

.gls-download-email-sub-links ul {
    text-align: right
}

.gls-download-email-sub-links ul li {
    margin-left: 5px
}

.gls-download-email-sub-links .selectedDocumentsNum {
    float: left;
    font-size: 11px;
    margin-right: 10px;
    padding: 4px 0 0 15px
}

.gls-download-email-sub-links .gls-button a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px 0 25px;
    text-transform: uppercase
}

.gls-download-email-sub-links .gls-button .icon-favorites {
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px 0 20px;
    text-transform: uppercase
}

.gls-download-email-sub-links .gls-button a span {
    line-height: 20px;
    *display: block
}

.gls-download-email-sub-links .gls-button a.icon-download {
    background-position: -9px -1822px
}

.gls-download-email-sub-links .gls-button a.icon-email {
    background-position: -8px -1842px
}

.gls-download-email-sub-links .gls-button a.icon-subscribe {
    background-position: -8px -1861px
}

.gls-download-email-sub-links .gls-button a.icon-subscribe-disabled {
    background-position: -8px -1881px;
    color: #6f6f6f
}

.gls-download-email-sub-links .gls-button a.icon-unsubscribe {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat -9px -1625px;
    _background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.gif') no-repeat -9px -1625px
}

.gls-download-email-sub-links .gls-button a.icon-shopcart {
    background-position: -9px -313px
}

.gls-download-email-sub-links .gls-button a.icon-lock {
    background-position: -9px -991px
}

.gls-dropdown.selectBox-dropdown {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #282828;
    cursor: pointer;
    line-height: 15px;
    min-width: 40px;
    outline: 0;
    padding: 2px 21px 2px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: baseline
}

.gls-dropdown.selectBox-dropdown:focus, .gls-dropdown.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #ccc
}

.gls-dropdown.selectBox-dropdown.selectBox-menuShowing {
    background: white;
    filter: none;
    border-color: #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0
}

.gls-dropdown.selectBox-dropdown .selectBox-label {
    overflow: hidden;
    padding: 0 .5em;
    white-space: nowrap
}

.gls-dropdown.selectBox-dropdown .selectBox-arrow {
    background: url('../../cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 0 -62px no-repeat;
    height: 21px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 23px
}

.gls-dropdown.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-position: 0 -109px
}

.gls-dropdown-selectBox-dropdown-menu {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 99999
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-options, .gls-dropdown-selectBox-dropdown-menu.selectBox-options LI, .gls-dropdown-selectBox-dropdown-menu.selectBox-options LI A {
    color: #282828;
    cursor: default;
    display: block;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-options LI A {
    background: 6px center no-repeat;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 .5em;
    white-space: nowrap
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-options LI.selectBox-hover A {
    color: #156cc6;
    cursor: pointer;
    text-decoration: none
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-options .selectBox-optgroup {
    background: #EEE;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.gls-dropdown.selectBox.selectBox-disabled {
    color: #888 !important
}

.gls-dropdown-selectBox-dropdown-menu.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: .5;
    filter: alpha(opacity=50)
}

.gls-search-utils a.gls-dropdown.page {
    vertical-align: bottom
}

.gls-search-utils span.end-page-number {
    vertical-align: bottom
}

.gls-search-utils a.gls-dropdown.page, .gls-search-utils span.end-page-number {
    vertical-align: baseline
}

#glsFeaturedFilter .loading-icon {
    padding: 10px;
    text-align: center
}

#glsFeaturedFilter .featured-filter-wrapper {
    min-height: 520px
}

#glsFeaturedFilter .featured-filters {
    border-collapse: collapse;
    width: 100%
}

#glsFeaturedFilter .featured-filters td {
    background: #c7cbce;
    background: -moz-linear-gradient(top, #c7cbce 0, #dde3e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7cbce), color-stop(100%, #dde3e5));
    background: -webkit-linear-gradient(top, #c7cbce 0, #dde3e5 100%);
    background: -o-linear-gradient(top, #c7cbce 0, #dde3e5 100%);
    background: -ms-linear-gradient(top, #c7cbce 0, #dde3e5 100%);
    background: linear-gradient(to bottom, #c7cbce 0, #dde3e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7cbce', endColorstr='#dde3e5', GradientType=0);
    border-color: #e4e6e8 #b4b8ba #b3b7b9 #e4e7ea;
    border-width: 1px;
    border-style: solid;
    color: #414042;
    cursor: pointer;
    height: 40px;
    text-align: center;
    vertical-align: middle
}

#glsFeaturedFilter .featured-filters td:hover {
    background: #cfe7fa;
    background: -moz-linear-gradient(top, #dde3e5 0, #c7cbce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dde3e5), color-stop(100%, #c7cbce));
    background: -webkit-linear-gradient(top, #dde3e5 0, #c7cbce 100%);
    background: -o-linear-gradient(top, #dde3e5 0, #c7cbce 100%);
    background: -ms-linear-gradient(top, #dde3e5 0, #c7cbce 100%);
    background: linear-gradient(to bottom, #dde3e5 0, #c7cbce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde3e5', endColorstr='#c7cbce', GradientType=0);
    border-color: #e4e6e8 #c8cbce #b3b7b9 #dce0e2;
    border-style: solid;
    border-width: 1px
}

#glsFeaturedFilter .featured-filters td.active {
    background: #eaeff2;
    background: -moz-linear-gradient(top, #fff 0, #eaeff2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #eaeff2));
    background: -webkit-linear-gradient(top, #fff 0, #eaeff2 100%);
    background: -o-linear-gradient(top, #fff 0, #eaeff2 100%);
    background: -ms-linear-gradient(top, #fff 0, #eaeff2 100%);
    background: linear-gradient(top, #fff 0, #eaeff2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeff2', GradientType=0);
    font-weight: bold;
    border-color: #dce0e2 #c8cbce #b3b7b9 #dce0e2;
    border-style: solid;
    border-width: 1px
}

#glsFeaturedFilter .featured-filters td a {
    color: #414042
}

#glsFeaturedFilter .featured-filters td a:hover {
    text-decoration: none
}

#docDialog h1.gls-search-title, #docDialog h2.gls-search-title {
    font-family: 'Arial';
    font-size: 13px;
    margin: 0
}

#docDialog .loading-image {
    display: block;
    float: none;
    padding-left: 0
}

#docDialog .footer-loading-icon .loading-image {
    padding: 2px 0 2px 18px
}

#docDialog {
    display: none
}

#docDialog.ui-widget-content {
    background: white;
    border: 0 !important;
    color: #333 !important;
    overflow: hidden;
    padding: 0
}

#docDialog.ui-widget-content .dialog-content {
    background: white;
    padding: 15px 10px
}

#docDialog.ui-widget-content .dialog-content th, #docDialog.ui-widget-content .dialog-content td {
    border-left: 1px solid #b1b1b1;
    border-right: 0;
    padding: 8px !important
}

#docDialog .gls-search-results-header {
    width: 767px
}

#docDialog.ui-widget-content .table-body-wrapper {
    border-color: #c3c7ca;
    border-style: solid;
    border-width: 0 1px 1px 0;
    width: 780px
}

#docDialog.ui-widget-content .table-body-wrapper {
    max-height: 330px;
    overflow: auto
}

#docDialog.ui-widget-content .dialog-content tr.record {
    background: white;
    font-size: 13px
}

#docDialog.ui-widget-content .dialog-content tr.record a {
    color: #0c3884;
    font: 15px/16px "AvenirNextMedium", sans-serif
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results .fa, #docDialog.ui-widget-content .dialog-content tr.record a.fa {
    color: #b4b4b4
}

#docDialog.ui-widget-content .dialog-content th, #docDialog.ui-widget-content .dialog-content th a {
    color: #747484
}

#docDialog.ui-widget-content .dialog-content th {
    background: #969696;
    background: -moz-linear-gradient(top, #969696 0, #686868 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #969696), color-stop(100%, #686868));
    background: -webkit-linear-gradient(top, #969696 0, #686868 100%);
    background: -o-linear-gradient(top, #969696 0, #686868 100%);
    background: -ms-linear-gradient(top, #969696 0, #686868 100%);
    background: linear-gradient(to bottom, #969696 0, #686868 100%);
    border-bottom: 0
}

#docDialog.ui-widget-content .dialog-content .document-name {
    border-left: 0;
    width: 520px
}

#docDialog.ui-widget-content .dialog-content .document-materialtype {
    width: 110px
}

#docDialog.ui-widget-content .dialog-content .document-publicationdate {
    width: 90px
}

#docDialog.ui-widget-content .dialog-content .gls-select-all-docs, #docDialog.ui-widget-content .dialog-content .document-subscribe {
    text-align: center;
    width: 55px
}

#docDialog.ui-widget-content .dialog-content td.record-checkbox {
    text-align: center;
    min-width: 21px;
    width: 55px
}

#docDialog.ui-widget-content .dialog-footer {
    padding: 0 10px 10px;
    text-align: right
}

#docDialog.ui-widget-content .dialog-footer.modal-popup {
    padding: 0 10px 10px;
    text-align: left
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message {
    float: left;
    padding: 8px 0
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message p.message {
    padding-left: 25px
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message div.icon-alert, #docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message div.icon-success {
    float: left;
    padding: 2px 0 2px 14px
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message div.icon-success {
    margin-top: 2px
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .unavailable {
    background: #fffcd6;
    margin-top: 4px;
    padding: 5px 10px
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .modal-popup-message .unavailable a {
    color: #005eb8
}

#docDialog.ui-widget-content .dialog-footer.modal-popup .button-section {
    float: right;
    padding-bottom: 15px
}

#docDialog.ui-widget-content .dialog-footer a.button {
    padding: 7px 15px
}

#docDialog.ui-widget-content .dialog-footer a.button-disabled {
    padding: 7px 15px
}

#docDialog.ui-widget-content table.gls-search-results {
    margin-bottom: 0;
    *width: 762px;
    width: 100%;
    padding-bottom: 20px
}

#docDialog.ui-widget-content .gls-search-results td.document-publicationdate, #docDialog.ui-widget-content .gls-search-results td.document-currency, #docDialog.ui-widget-content .gls-search-results td.document-language, #docDialog.ui-widget-content .gls-search-results td.document-quantity {
    font-size: 14px
}

#docDialog.ui-widget-content .button, #docDialog.ui-widget-content .button-disabled {
    background: transparent;
    font: 15px/16px "AvenirNextMedium", sans-serif
}

#docDialog.ui-widget-content .button {
    border: 1px solid #0c3884;
    color: #0c3884
}

#docDialog.ui-widget-content .button-disabled {
    border: 1px solid #DDD;
    color: #DDD
}

#litList {
    margin-bottom: 18px
}

#litList .gls-search-results .document-publicationdate, #litList .gls-search-headers th, #litList .gls-search-results h3 {
    font-weight: normal;
    line-height: 16px
}

#litList .gls-search-results .record td {
    line-height: 16px;
    padding: 10px 0
}

.linkList.related-literature li {
    display: inline-block
}

.gadget.expanded-list {
    background: 0
}

.expanded-list .gadgetBody p {
    padding: 0
}

.expanded-list .gadgetBody li a.thumbnail {
    margin: 0 10px 20px 0;
    float: left;
    width: 94px;
    vertical-align: top
}

.expanded-list .gadgetBody li a.thumbnail img {
    border: 1px solid #ccc
}

.expanded-list .strong-text {
    font-weight: bold;
    margin: 0 0 10px 0
}

.expanded-list .no-thumbnail {
    margin-top: 20px
}

.my-subscriptions .gls-search-results .record td, .my-basket .gls-search-results .record td, .my-favorites .gls-search-results .record td {
    padding: 10px 0;
    font-size: 13px;
    vertical-align: top
}

.my-subscriptions .gls-search-results .record h3, .my-basket .gls-search-results .record h3, .my-favorites .gls-search-results .record h3 {
    font-size: 13px;
    line-height: 16px;
    padding-left: 22px
}

.my-subscriptions .gls-search-results .record .icon-pdf, .my-basket .gls-search-results .record .icon-pdf, .my-favorites .gls-search-results .record .icon-pdf {
    background: url('../../cache-1550123080000/include/one/css/blk/i/icon-pdf.png') no-repeat 0 0
}

.gls-search-results .remove-doc {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat -10px -1629px;
    display: block;
    position: static;
    padding: 0 0 0 22px;
    text-indent: -9001px
}

.all-subscriptions .gls-search-results .record td.record-checkbox {
    padding: 10px 2px
}

.all-subscriptions .gls-search-results .remove-doc {
    background-position: -12px -1629px
}

.gls-search-results .loading, .gls-my-links li span .loading {
    background: url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat;
    background-position: 5px 0;
    display: block;
    position: static;
    padding: 0 0 0 22px;
    text-indent: -9001px;
    line-height: 16px
}

.gls-my-links li span .loading {
    background-position: 9px 8px
}

.all-subscriptions .gls-search-results .loading.remove-doc {
    background-position: 3px 0
}

.gls-search-results .loading.single-doc-unsubscribe, .gls-search-results .loading.single-doc-remove-favorites {
    background-position: 1px 0;
    margin-left: -2px;
    padding-left: 24px;
    text-indent: 0
}

.my-subscriptions .unsubscribe-message, .all-subscriptions .unsubscribe-message {
    min-height: 21px
}

.all-subscriptions .gls-search-results td, .all-subscriptions .gls-search-results h3 {
    font-size: 13px;
    line-height: 16px
}

.all-subscriptions .gls-search-results td {
    vertical-align: middle
}

.all-subscriptions #subscriptionResults {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

#subscriptionResults .table-wrapper {
    position: relative
}

#subscriptionResults .table-wrapper .table-overlay {
    background: #fff url('../../cache-1550123080000/include/one/css/blk/i/BLK_icons_48px-loader.gif') 50% 50px no-repeat;
    display: none;
    height: 100%;
    left: 0;
    opacity: .85;
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000
}

#subscriptionResults .table-wrapper .gls-search-results {
    border-collapse: collapse;
    width: 100%
}

#optOut h1, .unsubscribe-signed-out h1 {
    color: #137150;
    font-size: 24px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: normal
}

#optOut .optout-form, #optOut p, .unsubscribe-signed-out p {
    margin-top: 20px
}

#optOut .optout-form input {
    position: relative;
    margin-right: 10px;
    top: 1px
}

#optOut .optout-form .optout-email {
    margin-bottom: 30px
}

.homePage3 #columnRight {
    *height: 800px
}

.narrow-your-results label {
    *line-height: 21px
}

.narrow-your-results input {
    *margin: 0
}

#searchProducts .currency-asset li {
    *margin-bottom: 0
}

#searchProducts .currency-asset li, #searchTabs li, .gls-search-utils ul, .gls-search-utils li, .productList label, #popularSearches .featured-popular-search, #popularSearches .popular-search-list, .gls-search-utils div {
    *display: inline;
    zoom: 1
}

.productList {
    *height: 137px
}

#searchProducts ul.advanced-options li.share-class div.advanced-option-content label {
    *width: 70px
}

.advanced-search .expand-fund-range {
    *padding: 4px 15px 3px
}

.advanced-search select.select-fund-range {
    *height: auto
}

.selectBox-dropdown .selectBox-arrow {
    *height: 10px
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li {
    *padding: 0
}

#searchProducts ul.advanced-options li.funds div.advanced-option-content ul.fund-list li input {
    *margin: 0;
    *vertical-align: middle
}

#searchProducts ul.advanced-options input {
    *margin-bottom: 2px
}

#searchProducts ul.advanced-options label {
    *vertical-align: middle
}

.bt-content .columnLeft {
    *margin-right: -1px
}

#docDialog.ui-widget-content .table-body-wrapper div {
    _height: 330px
}

#glsSearch, #glsSearch .advanced-search, #glsSearch #searchKeyword, #glsSearch .loading-image, #glsSearch #keywordSettings, .gls-link-list a, .gls-link-list p {
    *zoom: 1
}

#countryLanguageSelectOverlay {
    _position: absolute
}

#glsSearchResults .record-actions .gls-button a, #glsFeaturedFilter .record-actions .gls-button a {
    _width: 80px
}

.selectBox-dropdown .selectBox-arrow {
    _background: url('../../cache-1550123080000/include/one/css/blk/i/sprite_icons.gif') -40% -1834px no-repeat;
    _padding: 4px 0
}

.client-notify-red {
    color: red
}

.client-notify-green {
    color: green
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results {
    font-family: "AvenirNextRegular", sans-serif
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results .fa {
    margin-right: 10px
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results .document-archive {
    text-align: center
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results a {
    line-height: 18px
}

#docDialog.ui-widget-content .dialog-content table.gls-search-results a.archive-link {
    color: inherit;
    background-position: -9px -162px;
    padding: 3px 11px
}

#docDialog.ui-widget-content table.gls-search-results span.archive-link {
    background-position: -12px -167px
}

#docDialog.ui-widget-content table.gls-search-results span.archive-link.wait.toggle {
    background-position: -272px -60px
}

#docDialog.ui-widget-content table.gls-search-results span.archive-link.expanded.toggle {
    background-position: -252px -60px
}

#docDialog.ui-widget-content table.gls-search-results .archiveContainer {
    padding: 0 0 0 50px !important
}

#docDialog.ui-widget-content table.gls-search-results .nonArchiveDocsPadding {
    padding-left: 22px
}

#docDialog.ui-widget-content table.gls-search-results .no-boarder {
    border: 0
}

.gls-search-results-dialog .ui-widget-content, .gls-search-results-dialog .ui-widget {
    font: 14px "AvenirNextRegular", sans-serif
}

#docDialog .ui-dialog-content table.gls-search-results-header th {
    font: 16px "AvenirNextBold", sans-serif
}

.gls-search-results-dialog.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #b4b4b4;
    padding: 10px 0
}

.gls-search-results-dialog.ui-dialog .ui-widget-header {
    margin: 10px
}

.gls-search-results-dialog .ui-widget-header .ui-dialog-title {
    color: #0c3884;
    font: 16px/20px "AvenirNextBold", sans-serif
}

.my-subscribe-links li a {
    margin-bottom: 0
}

.my-subscribe-links li {
    margin-top: 10px;
    width: 100%
}

.my-subscribe-links li a.padlock {
    background-position: right -994px;
    padding-left: 0;
    padding-right: 36px
}

.my-subscribe-entry img {
    float: left;
    margin-right: 10px
}

.my-subscribe-header h3 {
    color: inherit;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding: 0
}

.my-subscribe-header {
    margin-bottom: 10px
}

.my-subscribe-entry:before, .my-subscribe-entry:after {
    clear: both;
    content: '';
    display: block
}

#docDialog.ui-widget-content .dialog-content th, #docDialog.ui-widget-content .dialog-content th a {
    font: 14px "AvenirNextBold", sans-serif;
    background: #fff
}

#docDialog.ui-widget-content .dialog-content th.document-name {
    color: #0c3884
}

#docDialog.ui-widget-content table.gls-search-results .nonArchiveDocsPadding {
    padding: 0
}

#fund-buyer-portal .ui-widget-overlay {
    background: #000;
    opacity: .8
}

#docDialog.ui-widget-content .table-body-wrapper, #docDialog.ui-widget-content .dialog-content th {
    border-color: #bbb;
    border-style: solid;
    border-width: 0 0 2px 0
}

#docDialog.ui-widget-content .dialog-content td {
    border: 0;
    padding: 11px 8px 12px 8px !important
}

#glsAaxSearchResults {
    position: absolute;
    right: -780px;
    top: 0;
    width: 780px;
    height: 380px;
    background-color: white;
    border-bottom: 2px solid #bbb;
    transition: .4s;
    z-index: 3
}

#glsAaxSearchResults.swipe {
    transition: .4s;
    right: 10px
}

#glsAaxSearchResults.title-cntnr .title .fund-name {
    color: #0c3884;
    font: 15px/16px "AvenirNextMedium", sans-serif
}

#docDialog.ui-widget-content table tr.record:nth-child(even) {
    background-color: #f8f8f8
}

.title-cntnr {
    border-bottom: 2px solid #bbb;
    font-family: Arial;
    padding-bottom: 13px
}

.title-cntnr .title {
    font-size: 14px;
    color: #414042;
    display: inline-block;
    width: 74%;
    line-height: 19px;
    margin-left: 5px
}

#docDialog.ui-widget-content .icon-arrowleft {
    background-position: -12px -369px
}

#docDialog.ui-widget-content .title-cntnr, #docDialog.ui-widget-content .title-cntnr .title {
    color: #0c3884;
    font: 14px "AvenirNextBold", sans-serif;
    padding-top: 8px
}

.title-cntnr .return-to-list {
    color: #0c3884;
    cursor: pointer;
    float: right;
    line-height: 16px;
    padding-top: 8px
}

#glsAaxSearchResults .resultContainer {
    max-height: 330px;
    overflow-y: scroll
}

.advanced-search, .search-form {
    background: #f0f3f5;
    background: -moz-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0f3f5), color-stop(100%, #cfd3d5));
    background: -webkit-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -o-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -ms-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: linear-gradient(to right, #f0f3f5 0, #cfd3d5 100%);
    position: relative
}

.search-form {
    padding: 10px
}

.search-form .keyword {
    background: white url('../../cache-1550123080000/include/one/css/nw/i/light-touch-magnifying-glass.png') no-repeat scroll 5px 50%;
    border: 1px solid #005eb8;
    color: #333;
    padding: 5px 6px 5px 28px;
    width: 220px
}

.search-form .keyword.form-error {
    border: 1px solid #dc443a
}

.search-form .keyword.placeholder {
    color: #9d9d9d;
    font-family: 'Arial';
    font-size: 13px;
    font-style: italic
}

.search-form .keyword.long {
    width: 365px
}

#videoSearchForm span#videoSearchLabel {
    padding-right: 10px;
    color: #5a5a5a;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center
}

#siteSearchForm.search-form .keyword {
    width: 80%
}

#siteSearchForm.search-form #videoSearchForm .keyword {
    width: 50%
}

.search-form input.button {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 13px;
    height: 28px;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    padding: 0 10px;
    *height: 27px;
    *margin-top: 1px;
    *padding: 1px 2px 2px;
    *border: 0
}

#investorTypeSettings {
    border-top: 1px solid #d9dbdd;
    font-size: 13px;
    height: 28px
}

#investorTypeSettings > div {
    background: #e3e7e8;
    float: right;
    padding: 7px 20px
}

#investorTypeSettings .investor-type-title {
    font-weight: bold
}

#investorTypeSettings input {
    margin-left: 10px;
    vertical-align: top
}

#investorTypeSettings label {
    margin-left: 5px
}

.search-results {
    color: #5a5a5a;
    margin-bottom: 30px
}

.video-search-results {
    color: #5a5a5a;
    margin-bottom: 30px;
    padding-top: 10px
}

.search-results .video-search hr {
    margin 0
}

.video-description-hidden {
    display: none
}

.search-results h1, .search-results h2, .video-search-results h2 {
    font-size: 24px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 20px
}

.video-search-results h1 {
    font-size: 24px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px
}

.search-results h2 {
    margin-bottom: 10px
}

.search-results .number-showing, .video-search-results .number-showing {
    color: #5a5a5a;
    font-size: 14px
}

.search-results .navigation {
    margin: 20px 0;
    text-align: right
}

.search-results .navigation ul li {
    display: inline
}

.search-results .navigation ul, .search-results .navigation select {
    margin-right: 8px
}

.search-results .navigation span {
    padding-left: 10px;
    border-left: 1px solid #ccc
}

.search-results .highlight {
    font-weight: bold
}

.search-results-table {
    width: 100%;
    max-height: 660px;
    overflow: auto;
    position: relative
}

.search-results-table.summary-results {
    margin-bottom: 30px
}

.search-results-table .record {
    border-top: 1px solid #ccc
}

.search-results-table .record-video {
    border-top: 0
}

.product-search-results #identifierWrapper {
    float: left;
    margin-right: 10px
}

.product-search-results .identifier {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    line-height: inherit;
    min-width: 40px;
    padding: 20px 8px 0 8px;
    text-align: center;
    float: left;
    width: 55px
}

.product-search-results .identifier.blk-mutual-fund-data {
    background: #006bb4
}

.product-search-results .identifier.ishares-fund-data {
    background: #68a230
}

.product-search-results .search-results-table.summary-results .record, .search-results-table.summary-results .record.first, .search-results-table.unified-search .record.first, .search-results-table.featured-results .record {
    border: 0
}

.related-search-results {
    font-size: 16px;
    color: #282828;
    margin-top: -10px
}

.related-search-results .general-search-results h3 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    color: #282828
}

.related-search-results .general-search-results .search-results-table #right-pane-thumbnail-feature h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #005eb8
}

.related-search-results h1 {
    background-color: #eaeef1;
    padding-left: 20px;
    padding-top: 10px
}

.related-search-results .search-results-table #resultContainer {
    background-color: #eaeef1;
    height: 66px;
    padding: 5px 8px 5px 5px
}

.general-search-results {
    padding-top: 10px
}

#left-pane-thumbnail {
    display: inline-block;
    width: 195px
}

.related-search-results #left-pane-thumbnail {
    display: inline-block;
    width: 116px
}

div#left-pane-thumbnail #duration-image {
    position: absolute;
    font-weight: bold;
    margin-top: 84px;
    color: white;
    background-color: black;
    margin-left: -38px;
    width: 30px;
    padding: 3px 4px 3px 4px;
    font-size: 11px
}

.related-search-results div#left-pane-thumbnail #duration-image {
    position: absolute;
    margin-top: 43px;
    color: #fff;
    background-color: black;
    margin-left: -45px;
    width: 35px;
    padding: 3px 4px 3px 4px;
    font-size: 11px;
    height: 14px
}

.related-search-results div#left-pane-thumbnail #nowPlaying-image {
    position: absolute;
    margin-top: 0;
    color: #fff;
    background-color: #1794d2;
    margin-left: -109px;
    width: 73px;
    padding: 4px 5px 4px 5px;
    font-size: 12px;
    font-family: Arial, sans-sarif;
    font-weight: bold;
    height: 14px
}

#video-date {
    font-size: 12px;
    font-weight: bold;
    font-color: #282828
}

#right-pane-thumbnail {
    display: inline-block;
    width: 450px
}

#right-pane-thumbnail-feature {
    display: inline-block;
    width: 145px;
    vertical-align: top
}

#right-pane-thumbnail-feature h3 a {
    word-wrap: break-word;
    font-weight: normal
}

.search-results-table .hover, .search-results-table .record:hover {
    background: #eef2f4
}

.search-results-table .record.locked {
    background: 0;
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80)
}

.search-results-table .record td {
    padding: 18px 0
}

.search-results-table.unified-search .record td {
    padding: 20px 0;
    vertical-align: top
}

.search-results-table .record td.record-checkbox {
    padding: 10px;
    width: 20px
}

.search-results-table .record td.download-thumbnail {
    padding-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 95px
}

.search-results-table.unified-search .record td.download-thumbnail {
    padding-left: 20px;
    width: 36px
}

.search-results-table .record .doc-icons {
    margin-left: 55px;
    overflow: hidden;
    width: 16px
}

.search-results-table.unified-search .record .doc-icons {
    margin: 0
}

.search-results-table .record .doc-icons li {
    line-height: 18px;
    margin: 0 0 4px;
    padding-left: 16px;
    text-indent: -1000px
}

.search-results-table .record .search-result {
    padding: 20px
}

.related-search-results .search-results-table .record .search-result-video {
    padding: 10px 0 0 0
}

.related-search-results .search-results-table .first .search-result-video {
    padding: 0
}

.related-search-results .search-results-table .first .search-result-video #resultContainer {
    background-color: #d1d5d7
}

.related-search-results .search-results-table .first .search-result-video #resultContainer #right-pane-thumbnail-feature h3 a {
    color: #282828
}

.search-results-table .record .search-result-video {
    padding: 10px 0 10px 20px
}

.search-results-table .record .search-result-video h3 {
    line-height: 20px
}

.search-results-table .record .description {
    line-height: 16px;
    margin: 5px 0 0
}

.search-results-table .record .has-ticker .description {
    line-height: 16px;
    margin: 5px 0 0 80px
}

.search-results-table .record .has-ticker h3 {
    margin-left: 80px
}

.search-results-table .record .has-ticker .search-card-holder h3 {
    margin-left: -2px
}

.search-results-table .record .has-ticker p {
    line-height: 16px;
    margin: 5px 0 0 80px
}

.search-results-table .record .description-video {
    line-height: 20px;
    font-size: 14px;
    color: #282828;
    margin: 5px 0 0
}

.search-results-table .record-info {
    font-size: 13px
}

.search-results-table .record-info .alert-message {
    font-size: 12px;
    margin-left: 30px
}

.search-results-table .record-actions {
    margin-top: 14px
}

.search-results-table .record-actions .gls-button {
    min-width: 90px
}

.search-results-table .record-actions .gls-button.dropdown {
    position: relative
}

.search-results-table .record-actions .gls-button > a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px;
    text-transform: uppercase
}

.search-results-table .record-actions .gls-button > .actions.trigger {
    padding: 0 3px 0 7px
}

.search-results-table .record-actions .gls-button.dropdown .icon-arrowdown, .search-results-table .record-actions .gls-button.dropdown .icon-arrowup {
    margin-left: 0;
    padding-left: 13px
}

.search-results-table .record-actions .gls-button.dropdown .icon-arrowup {
    background-position: -15px -392px
}

.search-results-table .record-actions .icon-finra {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase
}

.search-results-table h3 {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0
}

.search-results-table h3 a:hover {
    color: #064;
    text-decoration: none
}

.search-results-table .record-ticker {
    font-weight: normal
}

.search-results-table .record-checkbox, .search-results-table .gls-select-all-docs {
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

.search-results-table .record-actions .gls-button a span {
    display: inline-block;
    *display: block;
    *margin-left: 0;
    line-height: 1.4em
}

.search-results-table .record-actions .gls-button a .icon-settings {
    background-position: -15px -1144px;
    border-right: 1px solid #ccc;
    line-height: 22px;
    padding-right: 9px
}

.search-results-table .record-actions .gls-button.dropdown .dropdown-content {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fefefe 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fefefe 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fefefe 0, #f3f3f3 100%);
    background: linear-gradient(top, #fefefe 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f3f3f3', GradientType=0);
    border: 1px solid #ccc;
    display: none;
    left: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2
}

.search-results-table .record-actions .gls-button.dropdown .dropdown-content a span, .search-results-table .record-actions .gls-button.dropdown.show-dropdown .dropdown-content {
    display: block
}

.search-results-table .record-actions .gls-button.dropdown .dropdown-content li {
    float: none;
    margin: 0;
    padding: 3px 7px
}

.search-results-table .thumbnail {
    float: left;
    text-align: center
}

.search-results-table .thumbnail img {
    border: 1px solid #ccc;
    max-width: 68px;
    margin-right: 3px
}

.search-results-table .locked .thumbnail img {
    border-color: #b5b5b5
}

.product-search-results .search-results-table.summary-results .search-result {
    padding: 10px 20px
}

.key-collateral {
    float: left;
    width: 50%;
    box-sizing: border-box
}

.key-collateral.internal {
    padding-right: 20px
}

.search-card-information {
    margin: 10px 0 0 0;
    display: block
}

.key-collateral ul li {
    margin: 0;
    padding: 0 0 0 15px
}

.search-card h3 {
    padding-top: 10px
}

.search-card .has-ticker h3 {
    margin-left: -2px
}

.search-results-table .full-search-link {
    padding: 10px 20px 0
}

.search-results-table.unified-search .full-search-link {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px
}

.search-results-table .product-ticker {
    background: #515151;
    background: -moz-linear-gradient(-45deg, #515151 0, #9b9b9b 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #515151), color-stop(100%, #9b9b9b));
    background: -webkit-linear-gradient(-45deg, #515151 0, #9b9b9b 100%);
    background: -o-linear-gradient(-45deg, #515151 0, #9b9b9b 100%);
    background: -ms-linear-gradient(-45deg, #515151 0, #9b9b9b 100%);
    background: linear-gradient(135deg, #515151 0, #9b9b9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#9b9b9b', GradientType=1);
    color: white;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 12px;
    padding: 18px 0;
    text-align: center;
    width: 55px
}

.search-separator {
    border-bottom: 1px solid #ccc;
    height: 0
}

#parametricSearch h3 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px
}

#narrowCategories a.gls-toggle, #narrowCategories a.search-toggle, .alternate-filter #narrowCategories li {
    border-top: 1px solid #ccc;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    width: auto
}

#narrowCategories h4 {
    font-weight: normal;
    line-height: 17px;
    padding-left: 22px
}

#narrowCategories .icon-expand {
    background-position: -15px -355px
}

#narrowCategories .icon-collapse {
    background-position: -15px -404px
}

#narrowCategories .icon-arrowright {
    background-position: -15px -355px
}

#narrowCategories .expandable {
    border-top: 1px solid #ccc;
    padding: 5px 2px 15px
}

#narrowCategories .selected-filter {
    font-weight: bold
}

.search-results .pagination-bar, .video-search-results .pagination-bar {
    padding: 10px 0;
    text-align: right
}

.search-results .pagination-bar .page-size, .video-search-results .pagination-bar .page-size {
    margin: 0 10px 0 5px
}

.search-results .pagination-bar .pagination-dropdown.selectBox-dropdown {
    padding-right: 12px
}

.video-search-results .pagination-bar {
    width: 685px;
    padding-top: 0
}

.video-search-results .sort-dropdown {
    float: left;
    font-size: 12px
}

.video-search-results .sort-dropdown span.sort-by-label {
    font-size: 12px
}

.unified-autocomplete.ui-autocomplete {
    max-height: 430px;
    max-width: 800px;
    padding: 2px 6px 0
}

.unified-autocomplete .ui-menu-item {
    padding-bottom: 2px;
    width: auto
}

.unified-autocomplete .ui-autocomplete-category {
    border-bottom: 1px solid #ccc;
    color: #404042;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 16px;
    margin: 5px 0;
    padding: 0
}

.unified-autocomplete.ui-menu .ui-menu-item a, .unified-autocomplete.ui-menu .ui-menu-item > div {
    color: #005eb8;
    cursor: pointer;
    padding: 2px 0
}

.unified-autocomplete.ui-menu .ui-menu-item .ui-state-focus, .unified-autocomplete.ui-menu .ui-menu-item .ui-state-active {
    background: #eaeef1;
    border: 1px solid transparent
}

.unified-autocomplete .see-all {
    color: #005eb8;
    font-family: Arial;
    font-size: 13px;
    float: right;
    padding: 0
}

.unified-autocomplete.ui-menu .ui-menu-item .see-all.ui-state-focus {
    background: 0;
    border: 0;
    margin: 0
}

.unified-autocomplete .ui-autocomplete-see-all {
    border-top: 1px solid #ccc;
    margin-top: 4px
}

.unified-autocomplete .ui-autocomplete-see-all .see-all {
    padding: 5px 0
}

.unified-autocomplete .see-all:hover {
    text-decoration: underline
}

.search-results .people-results .result-row {
    border-top: 1px solid #DDD;
    padding: 10px 20px
}

.search-results .people-results .result-row:first-child {
    border-top-width: 0
}

.search-results .people-results .result-row .column-left {
    float: left;
    width: 60%;
    text-decoration: none
}

.search-results .people-results .result-row .column-left img {
    border-radius: 50%;
    margin-right: 10px
}

.search-results .people-results .result-row .column-left h3, .search-results .people-results .result-row .column-left h4 {
    font-weight: normal;
    line-height: 18px
}

.search-results .people-results .result-row .column-left h3 {
    margin: 0 0 10px 0;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 16px
}

.search-results .people-results .result-row .column-right {
    float: right;
    width: 40%
}

.search-results .people-results .result-row .column-right li {
    line-height: 24px
}

.search-results .people-results .result-row .column-right li img {
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .blk-responsive #siteSearchForm {
        display: none
    }

    .blk-responsive .featured.search-results {
        margin: 0
    }

    .blk-responsive .unified-autocomplete.ui-autocomplete {
        background: #eef1f3;
        border: 0;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.11);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 0;
        transition: max-height .3s;
        padding: 0 10px;
        width: 100% !important
    }

    .blk-responsive .unified-autocomplete.ui-autocomplete.autocomplete-open {
        max-height: 468px;
        transition: max-height .5s
    }

    .blk-responsive .videoPlayerTitleVideoSearch {
        padding-top: 0
    }

    .blk-responsive .search-results-table {
        max-height: none;
        overflow: initial
    }

    .blk-responsive .search-results .people-results .result-row .column-left, .blk-responsive .search-results .people-results .result-row .column-right {
        width: 100%
    }

    .blk-responsive .search-results .people-results .result-row .column-left .signature-container {
        width: 75%
    }

    .blk-responsive .search-results .people-results .result-row .column-right {
        margin-top: 10px
    }
}

#productTitle h1 {
    border: 0;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #158471;
    margin-bottom: 10px
}

#shareClassSelectBox {
    font-family: 'Calibri';
    font-size: 13px;
    position: relative;
    left: 600px;
    top: -40px
}

#fundPricingWidget .identifier {
    background-color: #03f;
    color: #fff;
    font-size: 11px;
    padding: 20px 10px
}

#fundPricingWidget div.nav {
    font-size: 20px;
    padding-left: 85px;
    position: relative;
    top: -25px
}

#fundPricingWidget span.nav-changes {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    padding-left: 20px
}

#fundPricingWidget span.down {
    color: #C00
}

#fundPricingWidget span.up {
    color: #12af01
}

#fundPricingWidget div.as-of-dt {
    color: #999;
    margin: -12px 0 0 85px;
    font-size: 11px
}

#fundPricingWidget div.as-of-dt span {
    color: #999;
    font-size: 14px;
    padding-right: 5px
}

#fund-header .top-row {
    border-bottom: 1px solid #39F;
    padding-bottom: 10px;
    padding-left: 20px
}

#fund-header .bottom-row {
    padding: 15px 15px 20px 18px;
    background: #fff
}

#fund-header .bottom-row .container {
    float: left;
    width: 33%
}

#fund-header .bottom-row .col-2 {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

#fund-header .bottom-row .fund-facts-table {
    margin: 0 auto;
    width: 100%
}

#fund-header .bottom-row .risk-indicator, #fund-header .bottom-row .ratings {
    padding: 0 10px
}

#fund-profile {
    font-size: 11px;
    padding-right: 10px
}

#fund-header .header {
    font-size: 14px;
    padding-bottom: 10px
}

#fund-profile ol {
    list-style: decimal;
    margin-left: 15px
}

#key-fund-facts {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px
}

#key-fund-facts td:nth-child(2) {
    font-weight: bold;
    padding-left: 10px
}

#ratings table {
    border-collapse: collapse
}

#ratings td {
    padding: 2px 4px 3px 4px
}

.model-portfolios-family {
    margin-bottom: 25px
}

.family-overview .column-left, .family-overview .column-right {
    display: block;
    float: left;
    overflow: hidden
}

.family-data .chart-place-holder {
    width: 100%
}

.mp-data-table {
    margin-top: 0;
    font-size: 12px
}

.mp-table-container {
    margin-top: 7px
}

.model-portfolios-family #performanceDataTable .sub-header td, #betaExposuresTableFirstColumn .sub-header td, #betaExposuresTable .sub-header td, .model-portfolios-family #riskContributionTable td.mp-data-table-heading, .model-portfolios-family #sectorAllocationTable .sub-header td {
    font-size: 12px;
    text-align: center
}

.model-portfolios-family #riskContributionTable td.mp-data-table-heading {
    font-weight: bold
}

.model-portfolios-family .mp-data-table.one-model-table td.numeric-data-column, .model-portfolios-family .mp-data-table.one-model-table th.header-with-text-wrap {
    text-align: center
}

.allocation-table-data-container .pie-chart-section-width .align {
    float: left
}

.model-portfolios-family .mp-data-table td.numeric-data-column, .model-portfolios-family .mp-data-table th.header-with-text-wrap {
    font-size: 12px;
    text-align: center
}

.model-portfolios-family .mp-data-table td.numeric-data-column {
    font-size: 14px
}

.model-portfolios-family .mp-data-table.one-model-table tfoot td.gray-left-border, .model-portfolios-family .mp-data-table.one-model-table th.header-with-text-wrap {
    padding-left: 10px
}

.model-portfolios-family .mp-data-table.one-model-table tfoot td {
    text-align: center
}

.mp-data-table tr td {
    padding: 3px 6px;
    line-height: 18px
}

.mp-data-table#riskContributionTableData td.mp-data-table-heading, .mp-data-table#betaExposuresTable td.mp-data-table-heading {
    white-space: normal
}

.mp-data-table#riskContributionTableData tr td, .mp-data-table#betaExposuresTable tr td {
    white-space: nowrap
}

.mp-data-table td.mp-data-table-heading {
    background-color: #e5e5e5;
    padding: 3px 2px
}

.mp-data-table-heading .header-text {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 10px
}

.model-portfolios-family .view-less-more {
    cursor: pointer;
    font-size: 12px
}

.model-portfolios-family .view-less-more a {
    margin-right: 0
}

.model-portfolios-family .view-less-more a:hover {
    cursor: pointer;
    text-decoration: underline
}

.model-portfolios-family .mp-data-table th.header-with-text-wrap, .model-portfolios-family .mp-data-table th.empty-header {
    background-color: #e7f3ff;
    line-height: 16px;
    padding: 10px 20px;
    vertical-align: middle
}

.model-portfolios-family .mp-data-table .dark-bg-row td {
    background: #dbdbdb
}

.model-portfolios-family .mp-data-table .dark-bg-row td p {
    font-weight: bold
}

.model-portfolios-family .mp-data-table td {
    font-size: 14px;
    padding: 8px 2px;
    vertical-align: baseline
}

.mp-data-table .high-lighted-row td {
    background-color: #e7e5e5;
    color: #282828;
    padding: 5px 6px;
    font-weight: bold
}

.model-portfolios-family .mp-data-table .sub-header td.gray-left-border {
    font-weight: bold
}

.model-portfolios-family .mp-data-table .blank-row td {
    padding: 5px 0 0 0
}

.model-portfolios-family .mp-data-table td.gray-left-border {
    border-left: 1px solid #e1e1e1
}

.model-portfolios-family .info-block .icon-pdf + .icon-pdf {
    line-height: 25px
}

.model-portfolios-family .mp-data-table tr.even {
    background: #f3f3f3
}

.model-portfolios-family .mp-data-table tr.odd {
    background: #fff
}

.model-portfolios-family .mp-data-table tfoot td {
    text-align: center
}

.model-portfolios-family .info-block {
    border-bottom: 1px solid #e1e1e1;
    float: left;
    padding-bottom: 5px;
    width: 100%
}

.model-portfolios-family .info-block .column-left {
    border-right: 1px solid #e6e6e6;
    padding: 10px 10px 0 0;
    width: 64%
}

.model-portfolios-family .info-block .column-right {
    font-size: 12px;
    padding: 10px 0 0 18px;
    width: 28%
}

.model-portfolios-family .info-block .column-right div {
    margin: 10px 0
}

.model-portfolios-family .info-block .icon-pdf {
    display: block;
    line-height: 16px
}

.model-portfolios-family .info-block .column-left p {
    clear: both;
    margin: 0 0 .5em
}

.model-portfolios-family .tactical-updates-section {
    background: 0;
    float: left;
    margin-bottom: 12px
}

.family-overview .border-bottom {
    border-bottom: 1px solid #e1e1e1
}

.model-portfolios-family .pie-chart-container-five-column, .model-portfolios-family .pie-chart-container-four-column, .model-portfolios-family .pie-chart-container-three-column, .model-portfolios-family .pie-chart-container {
    float: left;
    height: 100%;
    width: 136px
}

.model-portfolios-family .pie-chart-container {
    padding: 0
}

.model-portfolios-family .pie-chart-container-five-column {
    width: 127px;
    *width: 134px
}

.model-portfolios-family .pie-chart-container-three-column {
    width: 183px
}

.model-portfolios-family .pie-chart-container-five-column p, .model-portfolios-family .pie-chart-container-four-column p, .model-portfolios-family .pie-chart-container-three-column p, .model-portfolios-family .pie-chart-container p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    width: 126px
}

.one-model-table .pie-chart-container p {
    width: 150px
}

.model-portfolios-family .pie-chart-container-three-column p {
    padding: 0 43px
}

.model-portfolios-family .chart-holder {
    padding: 0 20px
}

.model-portfolios-family .pie-chart-container-four-column .chart-holder, .model-portfolios-family .pie-chart-container-five-column .chart-holder {
    padding: 0 10px
}

.model-portfolios-family .pie-chart-container-three-column .chart-holder {
    padding: 0 47px
}

.model-portfolios-family .mp-bold-divider {
    background: none repeat scroll 0 0 #37424a;
    float: left;
    height: 6px;
    margin: 25px 0 5px;
    width: 100%
}

.model-portfolios-family .mp-two-equal-column {
    float: left;
    height: auto;
    margin-top: 22px;
    width: 100%
}

.model-portfolios-family .family-data-wrapper {
    width: 100%
}

.model-portfolios-family .risk-analytics-header h2 {
    color: #333;
    float: left;
    font-size: 18px;
    padding: 2px 5px 0 0
}

#riskAnalyticsTab .risk-analytics-header {
    margin-top: 10px
}

.model-portfolios-family .risk-analytics-header span {
    padding: 0 8px
}

#riskAnalyticsTab .risk-analytics-header p {
    display: inline;
    font-weight: normal;
    font-size: 13px
}

#riskAnalyticsTab .risk-analytics-header img {
    vertical-align: middle
}

.model-portfolios-family .risk-chart-alignment {
    float: left;
    margin: 15px 0 0 220px
}

.model-portfolios-family .mp-two-equal-column .column-left, .model-portfolios-family .mp-two-equal-column .column-right {
    margin: 0;
    width: 460px
}

.model-portfolios-family .mp-two-equal-column .column-left {
    margin: 0 12px 0 0
}

.model-portfolios-family .mp-two-equal-column .column-left .spline-chart-wrapper, .model-portfolios-family .mp-two-equal-column .column-right .bar-chart-wrapper {
    float: left;
    margin-top: 10px;
    width: 100%
}

.model-portfolios-family .mp-sub-header-block {
    background-color: #e8ebec;
    float: left;
    padding: 5px 0;
    width: 100%
}

.model-portfolios-family .mp-sub-header-block p {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 10px
}

.mp-category-credit {
    background-color: #0079c1
}

.mp-category-mortgage-backed-securities {
    background-color: #59bd81
}

.mp-category-asset-backed-securities {
    background-color: #8dc63f
}

.mp-category-non-us-government {
    background-color: #602c77
}

.mp-category-etf {
    background-color: #76cbd1
}

.mp-category-rate-risk {
    background-color: #8bc847
}

.mp-category-credit-spread-risk {
    background-color: #f5992b
}

.mp-category-equity-market-risk {
    background-color: #27a1af
}

.mp-category-fx-risk {
    background-color: #651f76
}

.mp-category-other-risk {
    background-color: #ce5426
}

.mp-category-treasuries {
    background-color: #009a3d
}

.mp-category-mutualfund {
    background-color: #1a718e
}

.mp-category-municipal-bonds {
    background-color: #2dccd3
}

.mp-category-equities {
    background: #f8971d
}

.mp-category-north-america {
    background: #009a3c
}

.mp-category-developed-pacific {
    background: #10447d
}

.mp-category-developed-emea {
    background: #602c77
}

.mp-category-emerging-asia {
    background: #e31b23
}

.mp-category-latam, .mp-category-lm {
    background: #2175c0
}

.mp-category-sector---style {
    background: #f8971d
}

.mp-category-fixed-income {
    background: #009a3d
}

.mp-category-us-fixed-income {
    background: #009a3d
}

.mp-category-growth {
    background: #557bbb
}

.mp-category-managed-growth {
    background: #00284e
}

.mp-category-income {
    background: #339bb2
}

.mp-category-inflation {
    background: #2175c0
}

.mp-category-capital-preservation {
    background: #009a3c
}

.mp-category-us-equity, .mp-category-us-equities {
    background: #00467f
}

.mp-category-international-equity {
    background: #8fd8d8
}

.mp-category-non-traditional {
    background: #d15420
}

.mp-category-capital-preservation {
    background: #009941
}

.mp-category-inflation-protection {
    background: #722287
}

.mp-category-multi-asset {
    background: #5d326c
}

.mp-category-international-fixed-income {
    background: #8dc63f
}

.mp-category-credit, .mp-category-asset-backed-securities, .mp-category-non-us-government, .mp-category-etf, .mp-category-rate-risk, .mp-category-credit-spread-risk, .mp-category-equity-market-risk, .mp-category-fx-risk, .mp-category-other-risk, .mp-category-treasuries, .mp-category-mutualfund, .mp-category-municipal-bonds, .mp-category-equities, .mp-category-north-america, .mp-category-developed-pacific, .mp-category-developed-emea, .mp-category-emerging-asia, .mp-category-latam, .mp-category-lm, .mp-category-sector---style, .mp-category-fixed-income, .mp-category-us-equity, .mp-category-international-equity, .mp-category-international-equity, .mp-category-non-traditional, .mp-category-us-equities, .mp-category-capital-preservation, .mp-category-multi-asset, .mp-category-income, .mp-category-growth, .mp-category-managed-growth, .mp-category-inflation-protection, .mp-category-us-fixed-income, .mp-category-international-fixed-income {
    float: left;
    height: 14px;
    margin: 3px 5px 0 1px;
    width: 14px
}

#riskContributionTable .mp-category-credit, #riskContributionTable .mp-category-asset-backed-securities, #riskContributionTable .mp-category-non-us-government, #riskContributionTable .mp-category-etf, #riskContributionTable .mp-category-rate-risk, #riskContributionTable .mp-category-credit-spread-risk, #riskContributionTable .mp-category-equity-market-risk, #riskContributionTable .mp-category-fx-risk, #riskContributionTable .mp-category-other-risk, #riskContributionTable .mp-category-treasuries, #riskContributionTable .mp-category-mutualfund, #riskContributionTable .mp-category-municipal-bonds, #riskContributionTable .mp-category-equities, #riskContributionTable .mp-category-north-america, #riskContributionTable .mp-category-developed-pacific, #riskContributionTable .mp-category-developed-emea, #riskContributionTable .mp-category-emerging-asia, #riskContributionTable .mp-category-latam, #riskContributionTable .mp-category-lm, #riskContributionTable .mp-category-sector---style, #riskContributionTable .mp-category-fixed-income, #riskContributionTable .mp-category-us-equity, #riskContributionTable .mp-category-international-equity, #riskContributionTable .mp-category-international-equity, #riskContributionTable .mp-category-non-traditional, #riskContributionTable .mp-category-equities {
    margin-top: 0
}

#riskContributionTable a.info-bubble {
    display: inline-block
}

ul.mp-category-switch, .family-overview ul.mp-family-switch {
    float: left;
    margin: 0;
    padding: 0
}

ul.mp-category-switch li, .model-portfolios-overview ul.mp-family-switch li {
    display: inline;
    float: left;
    margin: 0 10px 0 0
}

.model-portfolios-overview ul.mp-family-switch li {
    margin: 0 15px
}

.model-portfolios-family ul.mp-category-switch input {
    float: left;
    margin: 3px 3px 0 0
}

.model-portfolios-family p.date-text {
    color: #5a5a5a;
    float: left;
    font-size: 12px;
    margin-top: 60px
}

.model-portfolios-family .view-models p.view-model-text {
    font-size: 16px
}

.model-portfolios-family ul.mp-category-switch li label {
    float: left;
    font-size: 14px;
    margin: 0
}

.model-portfolios-family .view-models p {
    font-size: 14px;
    margin: 0 0 15px
}

.model-portfolios-family .mp-do-not-display, .model-portfolios-family .mp-data-table .hide {
    display: none
}

.model-portfolios-overview .group-title-and-btn {
    float: left;
    width: 100%
}

.model-portfolios-family .mp-data-table .icon_info {
    line-height: 19px;
    margin-left: 5px
}

.model-portfolios-family .mp-data-table a.icon_info:hover {
    text-decoration: none
}

.mp-white-button {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #dbdbdb));
    background: -webkit-linear-gradient(top, #fff 0, #dbdbdb 100%);
    background: -o-linear-gradient(top, #fff 0, #dbdbdb 100%);
    background: -ms-linear-gradient(top, #fff 0, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DBDBDB', GradientType=0);
    background: linear-gradient(top, #fff 0, #dbdbdb 100%);
    border: 1px solid #a1a1a1;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding: 2px 16px;
    cursor: pointer;
    font-size: 12px;
    zoom: 1;
    margin-top: 2px
}

.mp-data-table .mp-white-button {
    padding: 3px;
    *width: 110px;
    *margin: 0 0 0 4px
}

.mp-data-table.five-model-table .mp-white-button {
    width: 110px
}

.compare-button .mp-white-button {
    padding: 2px 8px
}

.icon-mstar {
    background: url('../../cache-1550123080000/include/one/css/nw/i/nw-sprite-icons-16px.png') no-repeat;
    _background: url('../../cache-1550123080000/include/one/css/nw/i/nw-sprite-icons-16px.gif') no-repeat;
    background-position: 0 -486px;
    padding-left: 18px
}

.family-overview {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 60px;
    width: 96%
}

.family-overview .header {
    background-color: #e8ebec;
    float: left;
    padding: 5px 0;
    width: 100%
}

.family-overview .header p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px
}

.model-portfolios-overview .family-group {
    float: left;
    margin: 1px 0 0;
    padding: 15px 0;
    position: relative;
    width: 100%
}

.model-portfolios-overview .family-group .info-content {
    float: left;
    margin: 10px 5px 0 0;
    width: 100%
}

.model-portfolios-overview .family-group p.group-title {
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px
}

.model-portfolios-overview .family-group .group-description {
    float: left
}

.model-portfolios-overview .family-group .group-description {
    margin-left: 15px;
    width: 72%
}

.model-portfolios-overview .family-group .group-description p {
    font-size: 13px;
    margin: 0 0 1px;
    padding: 0
}

.model-portfolios-overview .family-group .compare-button {
    position: absolute;
    top: 12px;
    right: 10px
}

.model-portfolios-overview .family-group .chart-container {
    float: left;
    margin: 0 0 5px;
    width: 100%
}

.model-portfolios-overview .family-group .chart-container .overview-pie-chart-container {
    float: left;
    width: 115px
}

.model-portfolios-overview .family-group .chart-container .overview-pie-chart-container .chart-holder, .model-portfolios-overview .family-group .chart-container .overview-pie-chart-container p {
    padding: 0
}

.model-portfolios-overview .family-group .chart-container .overview-pie-chart-container p {
    font-size: 12px;
    margin: 0 0 2px;
    padding: 0 5px;
    text-align: center
}

.model-portfolios-overview .family-group .info-content .mp-white-button span.padlock {
    padding: 0 0 0 12px
}

.model-portfolios-overview .family-group .info-content .mp-white-button {
    padding: 5px
}

.model-portfolios-overview .info-content p {
    margin: 5px 7px
}

#page-utils.share-links {
    font-size: 13px;
    padding-top: 5px;
    text-align: right
}

#page-utils ul {
    margin: 0
}

#page-utils ul li {
    display: inline;
    padding: 0 0 0 7px
}

#page-utils ul li a {
    margin: 0 0 0 7px
}

a.mp-blue-button {
    background: #0e82cb;
    background: -moz-linear-gradient(top, #0e82cb 0, #0c74b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e82cb), color-stop(100%, #0c74b5));
    background: -webkit-linear-gradient(top, #0e82cb 0, #0c74b5 100%);
    background: -o-linear-gradient(top, #0e82cb 0, #0c74b5 100%);
    background: -ms-linear-gradient(top, #0e82cb 0, #0c74b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e82cb', endColorstr='#0c74b5', GradientType=0);
    background: linear-gradient(top, #0e82cb 0, #0c74b5 100%);
    border: 1px solid #a1a1a1;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 16px;
    cursor: pointer;
    font-size: 12px;
    zoom: 1;
    margin-top: 2px
}

h1.beta-exposures {
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 15px;
    width: 510px;
    border-bottom: 1px solid #DDD
}

.beta-exposure-description {
    float: left;
    margin: 0 0 15px 0;
    width: 502px;
    font-size: 13px
}

.beta-graphs {
    float: left
}

.mp-content-do-not-show {
    margin-left: -10000px;
    float: left;
    height: 1px
}

#riskAnalyticsFirstColumn, #betaExposuresTableFirstColumn, #allocationTableFirstColumn, #performanceTableFirstColumn, #riskContributionTableFirstColumn, #overViewTableFirstColumn {
    float: left;
    width: 40%
}

#betaExposuresTable {
    width: 100%
}

.mp-table-container #allocationTableFirstColumn {
    position: relative
}

.mp-table-container .allocation-table-data-container #leftArrow, .mp-table-container .allocation-table-data-container #mp-mf-etf-leftArrow {
    cursor: pointer;
    left: 37%;
    position: absolute;
    z-index: 10000
}

.mp-table-container .allocation-table-data-container #rightArrow, .mp-table-container .allocation-table-data-container #mp-mf-etf-rightArrow {
    cursor: pointer;
    right: 0;
    position: absolute;
    z-index: 10000
}

#performanceDataTable.four-model-table .model-column-width, #riskContributionTable.four-model-table .model-column-width, #betaExposuresTable.four-model-table .model-column-width {
    width: 15%
}

#performanceDataTable.four-model-table .benchmark-column-width, #riskContributionTable.four-model-table .benchmark-column-width, #betaExposuresTable.four-model-table .benchmark-column-width {
    width: 11%
}

#performanceDataTable.five-model-table .model-column-width, #riskContributionTable.five-model-table .model-column-width, #betaExposuresTable.five-model-table .model-column-width, #sectorAllocationTable.five-model-table .model-column-width, #sectorAllocationTable.five-model-table .model-column-width {
    width: 14%
}

#performanceDataTable.three-model-table .model-column-width, #riskContributionTable.three-model-table .model-column-width, #betaExposuresTable.three-model-table .model-column-width, #sectorAllocationTable.three-model-table .model-column-width {
    width: 20%
}

#performanceDataTable.one-model-table .model-column-width, #riskContributionTable.one-model-table .model-column-width, #betaExposuresTable.one-model-table .model-column-width, #sectorAllocationTable.one-model-table .model-column-width, #portfolioCharacteristicsTable.one-model-table .model-column-width {
    width: 60%
}

#sectorAllocationTable.four-model-table .model-column-width {
    width: 15%
}

#sectorAllocationTable.four-model-table .fund-name-width {
    width: 40%
}

.mp-data-table .fund-name-width {
    width: 250px
}

.four-model-table .fund-ticker-width {
    width: 25px
}

.model-portfolios-family .mp-data-table .view-model-section-width {
    padding-left: 0;
    vertical-align: bottom
}

.model-portfolios-family .excel-sheet-model-portfolio {
    font-family: Arial;
    font-size: 10px
}

.model-portfolios-family .barclays-chart-label {
    float: left;
    margin-left: 30px;
    font-size: 10px
}

.model-portfolios-page-title h1 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 24px;
    color: #137150;
    font-weight: normal;
    line-height: normal;
    padding: 5px 0 4px
}

.model-portfolios-page-title .page-navigation-select-box {
    float: right;
    margin-top: 8px
}

.model-portfolios-page-title .page-navigation-select-box select {
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 250px
}

.mp-data-table td a.btip {
    background-position: 0 -615px;
    display: inline-block;
    line-height: 19px;
    margin-left: 5px;
    overflow: visible;
    width: 19px;
    height: 19px
}

.mp-data-table td a.btip:hover {
    text-decoration: none
}

.mp-data-table td a:hover {
    cursor: pointer
}

#allocationTableFirstColumn .header-text {
    margin-right: 37px
}

#allocationTableFirstColumn .view-less-more {
    background: #fff;
    float: left;
    font-size: 12px;
    padding: 0 10px
}

#allocationTableFirstColumn .viewLessMoreHoldings {
    cursor: pointer
}

.mp-button-secondary {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
    background: linear-gradient(top, #fff 0, #f2f2f2 100%);
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #005eb8;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px 6px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 4px;
    *display: inline;
    zoom: 1
}

.mp-button-secondary:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#FFFFFF', GradientType=0);
    background: linear-gradient(top, #f2f2f2 0, #fff 100%);
    text-decoration: none
}

.tooltip-width.qtip-bootstrap.mp-beta-exposures {
    max-width: 545px;
    min-width: 0
}

.mp-beta-exposures .qtip-icon {
    border: 0
}

.mp-beta-exposures.qtip-bootstrap .qtip-icon .ui-icon {
    background-image: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png');
    background-repeat: no-repeat;
    font-size: 0;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    padding: 0 4px 3px 13px;
    height: 20px
}

.mp-beta-exposures.qtip-bootstrap .qtip-icon .ui-icon:hover {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100)
}

.mp-beta-exposures.qtip-bootstrap .qtip-icon .ui-icon-close {
    background-position: -15px -1628px
}

.mp-beta-exposures .qtip-close {
    right: 10px;
    top: 10px
}

.model-portfolios-overview .login a {
    margin: 0
}

.family-overview .info-block .icon-pdf {
    background: url('../../cache-1550123080000/include/one/css/blk/i/icon-pdf.png') no-repeat;
    background-position: 0 0;
    padding-bottom: 12px
}

.model-portfolios-family a.padlock {
    background: 0
}

.model-portfolios-overview h3 {
    font-size: 24px
}

.model-portfolios-overview .sub-title {
    font-weight: bold;
    padding-bottom: 10px
}

.model-portfolios-overview .group-title {
    color: #FFF;
    float: left;
    margin-bottom: 9px;
    padding: 5px 10px;
    width: 100%
}

.model-portfolios-overview .group-title a {
    color: #FFF
}

.model-portfolios-overview .group-title .compare-button:hover {
    background: #f2f2f2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -o-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0, #fff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0)
}

.model-portfolios-overview .group-title .compare-button {
    float: right;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #ccc;
    color: #282828;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *display: inline;
    zoom: 1
}

.model-portfolios-overview .group-title .compare-button a {
    display: inline;
    font-size: 12px;
    line-height: 23px;
    padding: 0 7px 0 7px
}

.model-portfolios-overview .group-title .compare-button a.padlock {
    padding: 0 7px 0 17px
}

.model-portfolios-overview .group-title .compare-button a span {
    line-height: 20px;
    color: #005eb8
}

.model-portfolios-overview .group-title .group-title-link {
    float: left;
    font-weight: bold;
    padding-top: 5px
}

.model-portfolios-overview .info-content {
    margin-bottom: 30px
}

.family-overview .column-right .subscribe-box {
    height: 138px;
    background-color: #eaeff2;
    padding: 0 0 10px 15px
}

.family-overview .column-right .subscribe-box .content {
    padding: 15px 20px 0 0
}

.family-overview .column-right .subscribe-box .content h3 {
    font-size: 18px;
    font-family: 'AkkuratProLight', Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 12px
}

.family-overview .column-right .subscribe-box .content p {
    padding-bottom: 7px
}

.family-overview .column-right .subscribe-box a.info-bubble {
    margin-left: 5px
}

.family-overview .info-block .column-right {
    padding: 0 0 0 20px;
    width: 30%
}

.family-overview .info-block .column-right div {
    margin: 0
}

.family-overview .info-block .column-left {
    width: 67%;
    border-right: 1px solid #e6e6e6
}

.family-overview .info-block .overview-info-item-one, .family-overview .info-block .overview-info-item-two {
    float: left;
    width: 278px
}

.family-overview .info-block .text-block {
    background-color: #eaeef1;
    height: 185px;
    padding-top: 5px
}

.family-overview .info-block tbody tr td.image {
    padding: 10px 0 15px 10px
}

.family-overview .info-block tbody tr td.image img {
    height: 33px
}

.family-overview .info-block tbody tr td.text {
    font-size: 12px;
    padding: 10px 20px 15px 10px
}

.family-overview .info-block .overview-info-item-two {
    margin-left: 25px
}

.family-overview .info-block .overview-info-item-one .header-block {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0RGNDVBMDc2OTlCMTFFNDgxNEFEMUY3NEVDNkZCMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0RGNDVBMDg2OTlCMTFFNDgxNEFEMUY3NEVDNkZCMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozREY0NUEwNTY5OUIxMUU0ODE0QUQxRjc0RUM2RkIwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozREY0NUEwNjY5OUIxMUU0ODE0QUQxRjc0RUM2RkIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps1TBUUAAAAgSURBVHjaYvz//z8DuYCJgQIwqnlU86jmUc2UawYIMACcoAMldwINTwAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    -moz-border-top-left-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    background: #62cb93;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyY2I5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYWFjNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(98, 203, 147, 1) 0, rgba(10, 172, 87, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(98, 203, 147, 1)), color-stop(100%, rgba(10, 172, 87, 1)));
    background: -webkit-linear-gradient(top, rgba(98, 203, 147, 1) 0, rgba(10, 172, 87, 1) 100%);
    background: -o-linear-gradient(top, rgba(98, 203, 147, 1) 0, rgba(10, 172, 87, 1) 100%);
    background: -ms-linear-gradient(top, rgba(98, 203, 147, 1) 0, rgba(10, 172, 87, 1) 100%);
    background: linear-gradient(to bottom, rgba(98, 203, 147, 1) 0, rgba(10, 172, 87, 1) 100%)
}

.family-overview .info-block .overview-info-item-two .header-block {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0RGNDVBMDc2OTlCMTFFNDgxNEFEMUY3NEVDNkZCMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0RGNDVBMDg2OTlCMTFFNDgxNEFEMUY3NEVDNkZCMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozREY0NUEwNTY5OUIxMUU0ODE0QUQxRjc0RUM2RkIwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozREY0NUEwNjY5OUIxMUU0ODE0QUQxRjc0RUM2RkIwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps1TBUUAAAAgSURBVHjaYvz//z8DuYCJgQIwqnlU86jmUc2UawYIMACcoAMldwINTwAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
    -moz-border-top-left-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    background: #5ea8d7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYThkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzcyYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(94, 168, 215, 1) 0, rgba(7, 114, 192, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(94, 168, 215, 1)), color-stop(100%, rgba(7, 114, 192, 1)));
    background: -webkit-linear-gradient(top, rgba(94, 168, 215, 1) 0, rgba(7, 114, 192, 1) 100%);
    background: -o-linear-gradient(top, rgba(94, 168, 215, 1) 0, rgba(7, 114, 192, 1) 100%);
    background: -ms-linear-gradient(top, rgba(94, 168, 215, 1) 0, rgba(7, 114, 192, 1) 100%);
    background: linear-gradient(to bottom, rgba(94, 168, 215, 1) 0, rgba(7, 114, 192, 1) 100%)
}

.family-overview .header-block h1 {
    color: #fff;
    padding: 6px 0;
    font-weight: bold
}

.mp-explore-others {
    margin: 15px 20px 15px 15px
}

.mp-explore-others h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 10px
}

.mp-explore-others p {
    padding: 5px 0 25px 7px
}

.mp-explore-others p.group-title {
    padding-bottom: 5px
}

.mp-explore-others p.group-title a {
    color: #FFF
}

.key-points-paragraph {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px
}

.family-key-points .key-points-paragraph a {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-family: 'AkkuratProRegular';
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 20px;
    clear: both
}

.key-points-paragraph .key-point-block {
    float: left;
    width: 310px
}

.family-key-points {
    clear: both;
    width: 100%
}

.key-points-paragraph .key-point-block p {
    clear: both;
    padding-right: 35px;
    padding-top: 12px
}

.key-points-paragraph .image {
    display: inline-block;
    position: relative
}

.key-points-paragraph .image img {
    vertical-align: middle;
    margin-top: -6px
}

.key-points-paragraph .image span {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    color: #137150;
    font-size: 22px;
    font-family: 'AkkuratProBold';
    padding-left: 15px;
    width: 200px
}

.family-key-points a.icon-tool-collapse {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/blk_icon_collapse.png') no-repeat;
    background-position: 0 center
}

.family-key-points a.icon-tool-expand {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/blk_icon_expand.png') no-repeat;
    background-position: 0 center
}

.dataTables_scroll .mp-data-table .border-top-bottom {
    border-top: 3px solid #c3c3c3
}

.DTFC_LeftBodyLiner .mp-data-table .border-top-bottom {
    border-bottom: 4px solid #c3c3c3
}

.DTFC_LeftBodyLiner .mp-data-table .border-top-bottom-light-grey {
    border-bottom: 4px solid #e7e5e5
}

.dataTables_scroll .mp-data-table .border-top-bottom-light-grey {
    border-top: 3px solid #e7e5e5
}

#betaExposuresTable, #betaExposuresTableFirstColumn {
    margin-top: 35px
}

#betaExposuresTableFirstColumn th, #betaExposuresTableFirstColumn td, #betaExposuresTable th, #betaExposuresTable td {
    white-space: normal;
    text-align: center;
    padding: 6px;
    line-height: 17px;
    vertical-align: top
}

#betaExposuresTableFirstColumn td.first-column {
    text-align: left
}

.risk-analytics-table-container, .beta-exposures-table-container, .performance-data-table-container, .risk-contri-table-wrapper, .overView-data-table-container {
    width: 60%;
    overflow-x: auto
}

.allocation-table-data-container {
    float: left;
    width: 60%
}

.family-data {
    margin-top: 20px
}

.family-data .spline-chart-wrapper, .family-data .bar-chart-wrapper {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px
}

.family-data .component-tabs {
    margin: 0 20px
}

#riskAnalyticsTab .component-tabs {
    margin: 0
}

.family-data-wrapper .infoHeading {
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

#allocationsTab .info-header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

#allocationsTab .excel-link {
    float: left
}

#allocationsTab .text {
    float: right;
    padding-right: 45px
}

#allocationsTab .text p {
    text-align: center;
    font-size: 12px
}

#allocationsTab .text h3 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold
}

#allocationsTab .chart-container {
    height: 100%;
    padding-top: 0
}

#allocationsTab .chart-container .chart-info {
    width: 100%
}

#allocationsTab .chart-container .chart-info p {
    float: left;
    width: 70%;
    margin-right: 10px
}

#allocationTableData .chart-info-container {
    text-align: center;
    padding-bottom: 0
}

#allocationTableData td.align-center {
    text-align: center
}

.family-overview .column-right a {
    text-decoration: none
}

#allocationsTab .allocation-expand-collapse-button {
    padding-left: 14px;
    margin-left: 5px
}

.family-data #tabs .tab-section {
    margin: 0 20px
}

#riskAnalyticsTableContainer .mp-data-table-heading {
    padding: 3px 10px
}

#allocationTableData .name-wrapper .align-name {
    font-weight: bold;
    text-align: center
}

#allocationsTab #allocationTableFirstColumn .color-box {
    float: left;
    height: 14px;
    margin: 3px 5px 0 1px;
    width: 14px
}

#allocationTableData .chart-info-container .name-wrapper .info-bubble-wrapper {
    float: left;
    position: absolute;
    right: 0
}

#allocationsTab .chart-container .chart-holder {
    width: 75px;
    margin: auto
}

.family-data .performance-bar-chart-wrapper {
    margin-top: 20px;
    margin-bottom: 15px
}

.family-data .performance-bar-chart-wrapper div.highcharts-container {
    width: auto !important;
    text-align: right !important
}

.family-data .date-as-of {
    margin-top: 20px;
    clear: both;
    font-size: 12px
}

.contentPageWide6 #pageTitle, .contentPageWide6 #tabBar {
    margin-left: 20px
}

.family-overview .info-block .column-right .pdf-links {
    margin-top: 15px
}

.family-overview .info-block .column-right .pdf-links a.icon-pdf {
    display: block
}

#allocationTableFirstColumn .viewLessMoreHoldings .view-less-more p.button-text-icon {
    float: left;
    position: relative;
    padding-right: 19px
}

#allocationTableFirstColumn .viewLessMoreHoldings .view-less-more p.button-text-icon a {
    float: right;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0
}

#allocationTableFirstColumn .viewLessMoreHoldings .view-less-more p.button-text-icon a.icon-arrowright {
    height: 15px
}

.model-portfolios-overview .group-title .padlock {
    padding-left: 22px;
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/lock_white.png') no-repeat;
    _background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/lock_white.png') no-repeat;
    display: inline-block
}

.model-portfolios-overview .group-title .compare-button a.padlock {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/blk-sprite-icons.png') no-repeat;
    background-position: -15px -994px;
    display: inline
}

.family-data .mp-disclaimer {
    margin-top: 15px
}

.family-overview .column-left .parent-block div.image {
    float: left;
    padding: 8px 0 15px 10px
}

.family-overview .column-left .parent-block div.image img {
    height: 32px
}

.family-overview .column-left div.parent-block {
    clear: both
}

.family-overview .column-left .parent-block div.text {
    float: left;
    width: 235px;
    font-size: 12px
}

.family-overview .column-left .parent-block div.text p {
    padding: 10px 20px 15px 10px;
    line-height: 15px
}

#allocationTableData td.display-none {
    display: none
}

#coriValuesTable {
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%
}

#coriValuesTable th, #coriValuesTable td {
    padding-bottom: 5px
}

#coriValuesTable + p {
    margin-bottom: 20px
}

.page-share-links {
    text-align: right;
    width: auto
}

.title .page-categorization, .title .literature-link {
    margin-top: 8px;
    width: auto
}

.title .page-categorization .icon-pdf {
    padding-left: 15px
}

.title .literature-link {
    margin-left: 5px
}

.icon-weekly-advisor-tip-bg, .icon-daily-stat-bg, .icon-dc-stat-bg {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat;
    _background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat;
    padding-left: 22px
}

.author-date-place-holder > span[class^="icon-"], .article-metadata > span[class^="icon-"], .commentary-author-date > span[class^="icon-"] {
    padding-bottom: 1px;
    padding-top: 2px
}

.icon-weekly-advisor-tip-bg {
    background-position: -14px -1321px
}

.icon-daily-stat-bg, .icon-dc-stat-bg {
    background-position: -15px -1949px
}

.article-byline {
    margin: 0 0 18px 0
}

.article-byline .two-author-article {
    width: 50%
}

.article-byline .one-author-article, .article-byline .two-author-article {
    float: left;
    width: 50%
}

.literature-link .separator {
    display: block;
    float: left;
    line-height: 12px;
    padding: 0 14px 0 10px
}

.article-byline .two-author-article .author-image, .article-byline .one-author-article .author-image {
    float: left
}

.article-byline .two-author-article .author-bio, .article-byline .one-author-article .author-bio {
    font-weight: bold;
    margin-left: 68px;
    margin-right: 5px
}

.article-byline .author-bio p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding-top: 5px
}

.feature-list h2 {
    border-bottom: 1px solid #e1e1e1;
    color: #5a5a5a;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 9px
}

.feature-list h3 {
    border-bottom: 1px solid #e1e1e1;
    color: #5a5a5a;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 9px
}

.feature-list .feature-list-section h2 {
    border-bottom: 0
}

.feature-list h1, .feature-list .feature-list-section h2 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding: 12px 0 15px 0
}

.feature-list-section + .feature-list-section {
    margin-top: 36px
}

#shareCommentaryContent {
    display: none;
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0
}

#shareCommentaryContent li {
    float: left;
    margin-left: 10px;
    padding-bottom: 5px
}

#shareCommentaryContent li a {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/sprite-social-media-logo-icons-16px.png') 0 0 no-repeat;
    padding: 2px 0 0 18px;
    text-decoration: none
}

#shareCommentaryContent li a:hover {
    text-decoration: underline
}

#shareCommentaryContent li a.icon-twitter {
    background-position: 0 -27px
}

#shareCommentaryContent li a.icon-facebook {
    background-position: 0 -54px
}

#shareCommentaryContent li a.icon-linkedin {
    background-position: 0 -82px
}

#shareCommentaryContent li a.icon-email {
    background-position: 0 -107px
}

.shareLinks ul li a:hover {
    cursor: pointer
}

.feature-list {
    margin: 15px 0
}

.feature-list div p {
    font-size: 14px
}

.feature-list div + div h2 {
    font-size: 12px
}

.feature-list div + div h1 {
    font-size: 20px
}

.feature-list .commentary-author-date {
    font-size: 12px;
    padding-bottom: 8px
}

.author-biography h3 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px
}

.featured-article-main-column h2, .dynamic-page-link-list #results .emphasized-article h2 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 12px
}

.dynamic-page-link-list #results .emphasized-article h2 {
    margin-bottom: 0;
    padding-bottom: 11px
}

.featured-article-main-column h2, .emphasized-article h2 {
    margin: 0;
    padding: 15px 0 10px 0
}

.featured-article-main-column h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em
}

.article-metadata {
    font-size: 12px;
    color: #5a5a5a;
    margin-bottom: 15px;
    line-height: 15px
}

.dynamic-page-link-list .author-date-place-holder {
    font-size: 12px;
    margin-bottom: 10px
}

.author-date-place-holder span.separator {
    padding: 0 9px 0 6px
}

#simpleArticleList, .dynamic-page-link-list ul, .emphasized-article {
    float: left;
    width: 100%
}

#simpleArticleList li {
    margin-bottom: 26px
}

.emphasized-article img, .featured-article-main-column img {
    float: left;
    margin-right: 15px
}

.emphasized-article p.summary, .featured-article-main-column p.summary {
    float: left;
    line-height: 20px;
    width: 66%
}

.normal-article-summary {
    margin-bottom: 28px
}

.emphasized-article, .featured-article-main-column {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 23px;
    padding-bottom: 25px
}

.dynamic-page-link-list h2, #simpleArticleList h2 {
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 20px;
    font-weight: normal
}

#simpleArticleList h2 {
    padding-bottom: 14px
}

.dynamic-page-link-list h2 {
    padding-bottom: 12px
}

.author-biography .author-description {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%
}

.author-biography .author-image {
    float: left;
    padding-right: 10px;
    width: 108px
}

.author-biography h2 {
    padding-bottom: 34px
}

.dynamic-page-link-list .article-image {
    float: left;
    width: 20%
}

.dynamic-page-link-list .article-image-summary {
    float: left;
    width: 80%
}

.dynamic-page-link-list #paginationForm {
    float: left;
    width: 100%
}

.dynamic-page-link-list .pagination-bar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: both;
    height: 35px;
    margin-bottom: 20px;
    text-align: right;
    width: 100%
}

.dynamic-page-link-list .pagination-bar div {
    float: right;
    padding: 10px 0
}

#relatedFunds.feature-list-wrapper {
    background-color: #eaeef1;
    padding: 12px 12px 3px;
    margin: 15px 0
}

#relatedFunds.feature-list-wrapper .feature-list-title {
    color: #282828;
    font-size: 18px;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 15px
}

#relatedFunds.feature-list-wrapper .chiclet.non-product-page {
    font-size: 11px;
    height: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 13px 0 17px;
    width: 50px
}

#relatedFunds.feature-list-wrapper .fund-name.non-product-page {
    line-height: 18px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #005eb8
}

#relatedFunds.feature-list-wrapper .callToAction {
    font-size: 13px;
    line-height: 15px;
    padding: 3px 0 15px
}

.pagination-bar {
    font-size: 12px
}

.pagination-dropdown.selectBox-dropdown {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #282828;
    cursor: pointer;
    line-height: 15px;
    min-width: 40px;
    outline: 0;
    padding: 2px 21px 2px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: baseline
}

.pagination-dropdown.selectBox-dropdown:focus, .pagination-dropdown.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #ccc
}

.pagination-dropdown.selectBox-dropdown.selectBox-menuShowing {
    background: white;
    filter: none;
    border-color: #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0
}

.pagination-dropdown.selectBox-dropdown .selectBox-label {
    overflow: hidden;
    padding: 0 .5em;
    white-space: nowrap
}

.pagination-dropdown.selectBox-dropdown .selectBox-arrow {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 0 -62px no-repeat;
    height: 21px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 23px
}

.pagination-dropdown.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-position: 0 -109px
}

.pagination-dropdown-selectBox-dropdown-menu {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 99999
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-options, .pagination-dropdown-selectBox-dropdown-menu.selectBox-options LI, .pagination-dropdown-selectBox-dropdown-menu.selectBox-options LI A {
    color: #282828;
    cursor: default;
    display: block;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-options LI A {
    background: 6px center no-repeat;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 .5em;
    white-space: nowrap
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-options LI.selectBox-hover A {
    color: #156cc6;
    cursor: pointer;
    text-decoration: none
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-options LI.selectBox-disabled A {
    background-color: transparent;
    color: #888
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-options .selectBox-optgroup {
    background: #EEE;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.pagination-dropdown.selectBox.selectBox-disabled {
    color: #888 !important
}

.pagination-dropdown-selectBox-dropdown-menu.selectBox-disabled .selectBox-arrow {
    border-color: #666;
    opacity: .5;
    filter: alpha(opacity=50)
}

.pagination-bar .icon-arrowleft, .pagination-bar .icon-arrowright {
    line-height: 22px;
    padding: 3px 10px 4px
}

.pagination-bar .icon-arrowleft {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 2px 0 no-repeat
}

.pagination-bar .icon-arrowright {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/sprite_pagination_arrow.png') 0 -31px no-repeat
}

.pagination-bar a.disabled {
    background: 0;
    visibility: hidden
}

.pagination-bar .dropdownMenu {
    background: #fafaf3;
    margin: 0
}

.pagination-bar .dropdownMenu a {
    border: 1px solid #ececec;
    width: 100%
}

.pagination-bar a:hover {
    text-decoration: none
}

#paginationBar .pagination-items-list {
    margin-left: 10px
}

.pagination-items-number label {
    padding-right: 5px
}

#articleHeader .title p, .list-heading .title p {
    float: left;
    margin-top: 6px;
    width: auto
}

#articleHeader .title p {
    margin: 0;
    padding-bottom: 5px
}

.list-heading .title h1 {
    padding-bottom: 12px
}

#articleHeader .title h1 {
    border: 0;
    padding-bottom: 9px
}

#articleHeader .title p a {
    cursor: pointer
}

#articleHeader .title .shareLinks {
    text-align: right;
    width: auto
}

.title span.separator {
    padding: 0 4px
}

.feature-list .commentary-author-date span.separator {
    padding: 0 9px 0 5px
}

#latestFeature .article-intro p {
    margin-bottom: 12px
}

#latestUpdates, .latest-update-simple-list {
    background: #eaeef1;
    margin-bottom: 30px;
    padding: 10px
}

#latestUpdates .latest-article-info {
    margin-bottom: 5px
}

.latest-update-simple-list .icon-chart-of-the-week-bg {
    background-position: -15px -1364px
}

.latest-update-simple-list h3 {
    color: #282828;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 12px
}

.latest-update-simple-list h4 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 11px
}

.browse-articles .browse-articles-body, #relatedArticlePages {
    background-color: #eaeef1;
    float: left;
    padding-bottom: 10px;
    width: 605px
}

.browse-articles .browse-articles-body {
    width: 265px;
    padding: 9px 12px 9px 14px
}

.browse-articles h3, #relatedArticlePages h2 {
    color: #282828;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 15px;
    padding: 13px 0 12px 0;
    visibility: visible
}

#relatedArticlePages h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 15px
}

#relatedArticlePages h2 {
    padding: 13px 0 12px 0
}

#relatedArticlePages h2 a, #relatedArticlePages h2 .topics {
    font-family: Arial;
    font-size: 12px
}

#relatedArticlePages .results {
    padding-left: 15px
}

.browse-articles .browse-articles-body {
    float: left
}

.browse-articles .browse-articles-body .left, .browse-articles .browse-articles-body .article-summary, #relatedArticlePages .normal-article-summary + .normal-article-summary {
    float: left
}

#relatedArticlePages .normal-article-summary + .normal-article-summary {
    padding-right: 0
}

.browse-articles .browse-articles-body + .browse-articles-body {
    margin-left: 15px
}

#relatedArticlePages .normal-article-summary {
    float: left;
    font-size: 12px;
    padding-right: 35px;
    width: 270px
}

#relatedArticlePages .normal-article-summary span {
    display: block;
    height: 16px
}

#relatedArticlePages .normal-article-summary p {
    padding-top: 12px;
    font-size: 13px;
    line-height: 18px
}

.browse-articles .browse-articles-body .article-summary {
    width: 222px
}

.browse-articles .browse-articles-body img {
    border: 1px solid #CCC;
    height: 64px;
    margin-right: 10px;
    width: 64px
}

.browse-articles .browse-articles-body p {
    font-size: 12px
}

.browse-articles .browse-articles-body h2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px
}

.browse-articles .browse-articles-body .browse-direction {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px
}

.browse-articles .browse-articles-body h2 {
    padding: 0 0 2px
}

.right-nav ul {
    border-color: white;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: 0 0 24px 0;
    padding: 0
}

.right-nav a {
    display: block
}

.right-nav .heading a {
    border-bottom: 1px solid #e1e1e1;
    color: #282828;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 2px
}

.right-nav .heading .icon-lock, .right-nav .heading .icon-padlock, .right-nav .heading .padlock {
    background-position: -15px -630px
}

.right-nav .children a {
    color: #005eb8;
    font-family: arial;
    font-size: 13px;
    padding: 3px 5px 3px 22px
}

.right-nav .children li.on {
    font-weight: bold
}

.keyfacts {
    background-color: #eaeff2;
    padding: 16px 12px 14px 12px
}

.keyfacts ul li {
    margin: 16px 0 28px 0
}

.keyfacts ul li span.infoText p {
    line-height: 18px
}

.keyfacts .keyfigure {
    color: #ec8525
}

.keyfacts .keyfigure-font-big {
    font: 48px 'AkkuratProBold', Arial, sans-serif
}

.keyfacts .keyfigure-font-medium {
    font: 41px 'AkkuratProBold', Arial, sans-serif
}

.keyfacts .keyfigure-font-small {
    font: 35px 'AkkuratProBold', Arial, sans-serif
}

.keyfacts .keyfigure-font-extra-small {
    font: 30px 'AkkuratProBold', Arial, sans-serif
}

.keyfacts h2 {
    color: #282828;
    font: 22px 'AkkuratProRegular', Arial, sans-serif
}

.keyfacts h2 p {
    line-height: 26px
}

.keyfacts h2 + h2 {
    margin-top: 9px
}

.keyfacts .infoText {
    color: #282828
}

.keyfacts .infoText-font-big {
    font-family: 'AkkuratProRegular';
    font-size: 16px
}

.keyfacts .infoText-font-medium {
    font-family: 'AkkuratProRegular';
    font-size: 15px
}

.keyfacts .infoText-font-small {
    font-family: 'AkkuratProRegular';
    font-size: 14px
}

.keyfacts .infoText-font-extra-small {
    font-family: 'AkkuratProRegular';
    font-size: 13px
}

.keyfacts .disclaimer p {
    line-height: 12px;
    color: #282828;
    font: 10px Arial
}

#columnRight .keyfacts {
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .right-nav {
        padding: 10px 10px 0
    }

    .blk-responsive .feature-list h1, .blk-responsive .feature-list .feature-list-section h2 {
        font-size: 16px;
        line-height: 1.4em
    }

    .blk-responsive .article-byline {
        line-height: 1.5em
    }

    .blk-responsive .article-byline .one-author-article, .blk-responsive .article-byline .two-author-article {
        clear: both;
        float: none;
        width: auto
    }

    .blk-responsive .article-byline .two-author-article .author-image, .blk-responsive .article-byline .one-author-article .author-image {
        margin-right: 10px
    }

    .blk-responsive .article-byline .two-author-article .author-bio, .blk-responsive .article-byline .one-author-article .author-bio {
        float: none;
        margin-left: 0
    }

    .blk-responsive .browse-articles .browse-articles-body, .blk-responsive #relatedArticlePages {
        float: none;
        padding: 10px;
        width: auto
    }

    .blk-responsive #relatedArticlePages .results {
        padding-left: 0
    }

    .blk-responsive #relatedArticlePages h2 {
        padding: 0 0 10px
    }

    .blk-responsive #relatedArticlePages .normal-article-summary, .blk-responsive .browse-articles .browse-articles-body .left, .blk-responsive .browse-articles .browse-articles-body .article-summary, .blk-responsive #relatedArticlePages .normal-article-summary + .normal-article-summary {
        float: none;
        padding-right: 0;
        width: auto
    }

    .blk-responsive .normal-article-summary {
        margin-bottom: 10px
    }
}

#regulatoryDocumentComponent tfoot.messageFooter {
    display: none
}

#regulatoryDocumentComponent #message {
    background-color: red;
    color: white
}

#regulatoryDocumentComponent form input#searchInPageText.dataEntryInvalid {
    border: 1px solid red
}

#regulatoryDocumentComponent form input#searchInPageText.dataEntryValid {
    border: 1px solid black
}

#regulatoryDocumentComponent .keyword-wrapper {
    border-top: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 16px 8px
}

#regulatoryDocumentComponent .keyword-wrapper label {
    margin-right: 10px
}

#regulatoryDocumentComponent .keyword-wrapper .keyword {
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0, #fff 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f3f3f3 0, #fff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0, #fff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    background: linear-gradient(top, #f3f3f3 0, #fff 100%);
    border-top: 1px solid #ccc;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #eaeaea;
    margin-right: 15px;
    padding: 3px 2px;
    width: 214px
}

#regulatoryDocumentComponent .message {
    display: none
}

.gls-search-results.regulatory {
    table-layout: fixed
}

.gls-search-results.regulatory tfoot {
    text-align: center
}

.gls-search-results.regulatory tfoot.noMatchingRecordFound {
    display: table-footer-group;
    text-align: center
}

.gls-search-results.regulatory, .gls-search-results.regulatory h3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px
}

.gls-search-results.regulatory h3 a:hover {
    color: #005eb8;
    text-decoration: underline
}

.gls-search-results.regulatory .icon-pdf {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/icon-pdf.png') no-repeat 0 0
}

.gls-search-results.regulatory .fundRow {
    background: #f1f5f6
}

.gls-search-results.regulatory .record {
    border-bottom: 1px solid #e1e1e1;
    border-top: 0
}

.gls-search-results.regulatory .record:hover, .gls-search-results.regulatory .record.hover {
    background: 0
}

.gls-search-results.regulatory .fundRow td {
    padding: 15px 8px
}

.gls-search-results.regulatory .record td {
    padding: 10px 8px
}

.gls-search-results.regulatory .fundRow td.fundNameColumn {
    font-weight: bold
}

.gls-search-results.regulatory .gls-search-headers th {
    border-top: 2px solid #e1e1e1;
    padding: 14px 8px 4px
}

.gls-search-results.regulatory .fundRow .xbrlColumn {
    text-align: right
}

.gls-search-results.regulatory .gls-search-headers .documentColumn, .gls-search-results.regulatory .record .documentColumn {
    border-left: 1px solid #e1e1e1
}

.gls-search-results.regulatory .documentColumn.no-left-border {
    border-left: 0
}

body.hasRegulatoryDocumentComponent div.bt-content table {
    border-collapse: separate;
    border-spacing: 8px 0;
    width: 100%
}

body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results-header thead tr.gls-search-headers th.document-name, body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results tbody tr.record td.document-name {
    width: 80%
}

body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results-header thead tr.gls-search-headers th.document-materialtype, body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results tbody tr.record td.document-materialtype {
    display: none
}

body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results tbody tr.record td.document-name {
    padding: 5px 0
}

body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results tbody tr.record td.document-publicationdate {
    text-align: left;
    padding: 5px 0
}

body.hasRegulatoryDocumentComponent div.bt-content table.gls-search-results tbody tr.record td.document-name h3 {
    padding-left: 18px
}

body.hasRegulatoryDocumentComponent div.ui-dialog {
    border: 0;
    padding: 0;
    margin: 0;
    background: none #fff
}

body.hasRegulatoryDocumentComponent div.ui-dialog-titlebar {
    background: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea
}

body.hasRegulatoryDocumentComponent div.ui-dialog-buttonset button.ui-button {
    width: auto;
    margin: 0;
    padding: 4px
}

body.hasRegulatoryDocumentComponent div.ui-dialog-buttonpane {
    border: 0;
    border-top: 1px solid #eaeaea;
    background: none #fff;
    margin: 0;
    padding: 0
}

div#regulatoryDocumentComponent form#searchInPageForm span.searching-image {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat scroll center center rgba(0, 0, 0, 0);
    display: none;
    padding: 2px 0 2px 18px;
    line-height: 100%
}

#glsOrder #checkout > li {
    margin-bottom: 6px
}

#glsOrder #checkout > li > h3 {
    background-color: #005eb8;
    color: white;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 11px 10px 9px
}

#glsOrder #checkout > li.completed > h3, #glsOrder.complete #checkout > li.active > h3 {
    background-image: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/gls-order-complete.png');
    background-position: 99% center;
    background-repeat: no-repeat
}

#glsOrder #checkout > li > h3 a {
    color: white;
    font-weight: normal
}

#glsOrder #checkout > li > h3 .icon-arrowdown-white, #glsOrder #checkout > li > h3 .icon-arrowright-white {
    padding-left: 26px
}

#glsOrder #checkout > li > h3 .icon-arrowdown-white {
    background-position: -15px -429px
}

#glsOrder #checkout > li > h3 .icon-arrowright-white {
    background-position: -15px -2857px
}

#glsOrder #checkout .checkout-area-content h2 {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    padding: 8px 0 7px 10px
}

#glsOrder #checkout .checkout-area-content {
    padding: 18px 0 12px
}

#glsOrder #checkout .checkout-area-content .side-text {
    font-family: Arial, sans-serif;
    font-size: 11px;
    float: right
}

#glsOrder #checkout .checkout-area-content .order-table {
    border-collapse: collapse;
    margin-bottom: 14px
}

#glsOrder #checkout .checkout-area-content .order-table tbody tr {
    background: #eef2f4;
    border-bottom: 4px solid white
}

#glsOrder #checkout .checkout-area-content .order-table tbody tr.alert {
    background: #f7dcdc
}

#glsOrder #checkout .checkout-area-content .order-table td, #glsOrder #checkout .checkout-area-content .order-table th {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0;
    text-align: left
}

#glsOrder #checkout .checkout-area-content .order-table th {
    padding: 0 0 5px
}

#glsOrder #checkout .checkout-area-content .order-table tbody .remove {
    width: 30px
}

#glsOrder #checkout .checkout-area-content .order-table tbody .doc-name {
    padding: 3px;
    width: 63%
}

#glsOrder #checkout .checkout-area-content .order-table tbody .investor-type {
    width: 15%
}

#glsOrder #checkout .checkout-area-content .order-table tbody .investor-type.public {
    color: #137150
}

#glsOrder #checkout .checkout-area-content .order-table tbody .investor-type.fp {
    color: #ed1c24
}

#glsOrder #checkout .checkout-area-content .order-table tbody .limit {
    width: 12%
}

#glsOrder #checkout .checkout-area-content .order-table tbody .doc-name a {
    display: block;
    font-weight: bold;
    line-height: 17px
}

#glsOrder #checkout .checkout-area-content .order-table tbody .doc-name .icon-pdf {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/icon-pdf.png') no-repeat 0 0
}

#glsOrder #checkout .checkout-area-content .order-table tbody td .icon-close {
    background-position: -12px -1628px;
    display: block;
    line-height: 17px;
    text-indent: -90000px
}

#glsOrder #checkout .checkout-area-content .order-table tbody td .icon-close.loading {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat;
    background-position: 3px 0
}

#glsOrder #checkout .checkout-area-content .order-table tbody td .doc-amount {
    border: 1px solid #ccc;
    font-size: 12px;
    width: 25px
}

#glsOrder #checkout .checkout-area-content .shipping-information #tabBar {
    margin-bottom: 2px
}

#glsOrder #checkout .checkout-area-content .shipping-information label, #glsOrder #checkout .checkout-area-content .shipping-information input {
    margin: 0;
    vertical-align: middle
}

#glsOrder #checkout .checkout-area-content .shipping-information input {
    *float: left
}

#glsOrder #checkout .checkout-area-content .shipping-information label, #glsOrder #checkout .checkout-area-content .shipping-address p {
    font-size: 12px;
    margin-left: 5px
}

#glsOrder #checkout .checkout-area-content .shipping-information label.shipping-type {
    font-weight: bold
}

#glsOrder #checkout .checkout-area-content .shipping-information label.shipping-type a {
    margin-left: 5px
}

#glsOrder #checkout .checkout-area-content .shipping-information label.shipping-type .loading-image {
    background: url('/vd-assets/cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat;
    display: none;
    margin-left: 4px;
    padding: 0 0 3px 18px
}

#glsOrder #checkout .checkout-area-content .shipping-address > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#glsOrder #checkout .checkout-area-content .shipping-address .primary, #glsOrder #checkout .checkout-area-content .shipping-address .alternate, #glsOrder #checkout .checkout-area-content .shipping-address .sales-page, #glsOrder #checkout .checkout-area-content .shipping-address .sales-page-additional {
    float: left;
    margin-bottom: 2px;
    width: 50%;
    *width: 45%
}

#glsOrder #checkout .checkout-area-content .shipping-address .primary, #glsOrder #checkout .checkout-area-content .shipping-address .sales-page {
    border-right: 1px solid #ccc;
    padding: 6px 20px 10px 10px
}

#glsOrder #checkout .checkout-area-content .shipping-address .primary.full-width {
    border: 0;
    width: 100%
}

#glsOrder #checkout .checkout-area-content .shipping-address .alternate, #glsOrder #checkout .checkout-area-content .shipping-address .sales-page-additional {
    border-left: 1px solid #ccc;
    margin-left: -1px;
    padding: 6px 10px 10px 20px
}

#glsOrder #checkout .checkout-area-content .shipping-address .temporary {
    border-top: 1px solid #ccc;
    clear: both;
    padding: 6px 10px 10px
}

#glsOrder #checkout .checkout-area-content .shipping-address .temporary.single {
    border-top: 0
}

#glsOrder #checkout .checkout-area-content .client.shipping-address {
    padding: 6px 10px 10px
}

#glsOrder #checkout .checkout-area-content .shipping-address p {
    margin-left: 22px
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form, #glsOrder #checkout .checkout-area-content .shipping-address .saved-address {
    margin-top: 20px
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form input[type="text"], #glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form select, #glsOrder #checkout .checkout-area-content .shipping-address .additional-info input[type="text"], #glsOrder #checkout .checkout-area-content .shipping-address .sales-page-additional select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 2px;
    width: 62%;
    -moz-box-sizing: border-box;
    *float: left;
    *width: 60%
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form input[readonly] {
    border: 1px solid transparent;
    font-weight: bold
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form input.alert, #glsOrder #checkout .checkout-area-content .shipping-method input.alert, #glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form select.alert, #glsOrder #checkout .checkout-area-content .shipping-method select.alert {
    border-color: #841318
}

#glsOrder #checkout .checkout-area-content .shipping-address .name[disabled] {
    background: 0;
    border: 0;
    font-weight: bold
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form label, #glsOrder #checkout .checkout-area-content .shipping-address .additional-info label {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    width: 38%
}

#glsOrder #checkout .checkout-area-content .shipping-address .additional-info {
    margin-top: 10px
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form .save-changes, #glsOrder #checkout .checkout-area-content .shipping-address .sales-page .clear-details {
    clear: both;
    text-align: right
}

#glsOrder #checkout .checkout-area-content .shipping-address .edit-address-form .save-changes label {
    display: inline;
    float: none
}

#glsOrder #checkout .checkout-area-content .error {
    border: 1px solid #ccc;
    margin: 5px 5px 20px;
    padding: 10px
}

#glsOrder #checkout .checkout-area-content .sales.shipping-address .error {
    margin: 11px 15px 30px
}

#glsOrder #checkout .checkout-area-content .my.shipping-address .error {
    margin: 13px 15px 15px
}

#glsOrder #checkout .checkout-area-content .error div.icon-alert {
    float: left
}

#glsOrder #checkout .checkout-area-content .handle-backorders, #glsOrder #checkout .checkout-area-content .shipping-method {
    margin-bottom: 20px
}

#glsOrder #checkout .checkout-area-content .backorder-option {
    float: left;
    margin: 0 2%;
    width: 29%
}

#glsOrder #checkout .checkout-area-content .method-option {
    float: left;
    margin: 0 2%;
    width: 46%
}

#glsOrder #checkout .checkout-area-content .backorder-option > label {
    float: right;
    width: 89%;
    *width: 87%
}

#glsOrder #checkout .checkout-area-content .method-option > label {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    width: 93%;
    *width: 92%
}

#glsOrder #checkout .checkout-area-content .method-option p {
    font-size: 12px;
    margin: 10px 0 0 23px
}

#glsOrder #checkout .checkout-area-content label.alert {
    color: #be0c1a;
    font-weight: bold
}

#glsOrder #checkout .checkout-area-content .expedited-shipping {
    margin-top: 8px;
    *margin-top: 30px
}

#glsOrder #checkout .checkout-area-content .expedited-shipping > div {
    float: left;
    width: 50%;
    *width: 45%
}

#glsOrder #checkout .checkout-area-content .expedited-shipping > div .gls-dropdown.selectBox-dropdown {
    width: 100px !important
}

#glsOrder #checkout .checkout-area-content .expedited-shipping label {
    display: block;
    margin: 0
}

#glsOrder #checkout .checkout-area-content .expedited-shipping #shippingDate {
    border: 1px solid #ccc;
    padding: 2px;
    width: 75%
}

#glsOrder #checkout .checkout-area-content .expedited-shipping .gls-dropdown.selectBox-dropdown .selectBox-label {
    font-size: 12px
}

#glsOrder #checkout .checkout-area-content .expedited-shipping .icon-calendar:hover, #glsOrder #checkout .checkout-area-content .icon-info:hover {
    text-decoration: none
}

#glsOrder #checkout .checkout-area-content .icon-info {
    padding-left: 14px
}

.bt-content p.additional-info {
    font-size: 12px
}

#glsOrder #checkout .checkout-area-content .review-order .item-link {
    font-family: Arial;
    font-weight: bold;
    margin-left: 10px
}

#glsOrder #checkout .checkout-area-content .review-order p, #glsOrder #checkout .checkout-area-content .review-order .item-link, #glsOrder #checkout .checkout-area-content .cart p {
    font-size: 12px
}

#glsOrder #checkout .checkout-area-content .review-order .cart-sections {
    margin-bottom: 20px
}

#glsOrder #checkout .checkout-area-content .review-order .cart-section {
    border-bottom: 1px solid #ccc;
    padding: 10px
}

#glsOrder #checkout .checkout-area-content .review-order .cart-section.first {
    padding-top: 0
}

#glsOrder #checkout .checkout-area-content .review-order .shipping-info {
    margin-bottom: 20px
}

#glsOrder #checkout .checkout-area-content .review-order .shipping-info h4 {
    font-size: 12px;
    margin: 15px 0
}

#glsOrder #checkout .checkout-area-content .review-order .shipping-info > div {
    float: left;
    padding: 0 2% 15px;
    width: 46%
}

#glsOrder #checkout .checkout-area-content .review-order .shipping-info > div:first-child {
    border-right: 1px solid #ccc;
    width: 45%
}

#glsOrder #checkout .checkout-area-content .review-order .shipping-info .name {
    font-weight: bold
}

#glsOrder #checkout .checkout-area-content .order-complete h2 {
    border: 0;
    padding: 0
}

#glsOrder #checkout .checkout-area-content .order-complete h2.success {
    color: #005eb8
}

#glsOrder #checkout .checkout-area-content .order-complete h2.error {
    color: #be0c1a
}

#glsOrder #checkout .checkout-area-content .order-complete p {
    margin-bottom: 15px
}

#glsOrderHistory .total-orders, #glsOrderDetail .order-detail {
    border-top: 1px solid #CCC;
    color: #5a5a5a;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 18px;
    padding: 18px 0;
    width: 97%
}

#glsOrderDetail .order-detail span {
    font-size: 16px
}

#glsOrderHistory .order-history-results, #glsOrderDetail .order-detail-summary, #glsOrderDetail .order-items-detail {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #282828;
    width: 97%
}

#glsOrderDetail .order-detail-summary {
    border-bottom: 0
}

#glsOrderHistory .order-history-results td, #glsOrderDetail .order-detail-summary td, #glsOrderDetail .order-items-detail td {
    border-left: 1px solid #CCC;
    padding: 18px 12px
}

#glsOrderDetail .order-items-detail td {
    border: 1px solid #CCC;
    padding: 7px
}

#glsOrderDetail .order-items-detail {
    border: 1px solid #CCC;
    margin-top: 30px
}

#glsOrderDetail .order-detail-summary td {
    border: 0
}

#glsOrderHistory .order-history-results td.first, #glsOrderDetail .order-items-detail td.first {
    border-left: 0
}

#glsOrderDetail .order-detail-summary .label, #glsOrderDetail .order-items-detail .label {
    color: #5a5a5a;
    font-size: 12px
}

.cancel-button {
    width: 100px
}

#columnRight .my-sales-team-component, #homeTopRight #my-sales-team-container, #homeTopRight .my-sales-team-component {
    background: #FFF;
    margin-bottom: 20px;
    overflow: hidden
}

#homeTopRight .my-sales-team-component {
    margin-bottom: 0
}

.my-sales-team-component h2 {
    color: #282828;
    font: 16px 'AkkuratProRegular', Arial, sans-serif;
    position: relative;
    text-transform: uppercase
}

.my-sales-team-component .header {
    background: #f0f3f5;
    background: -moz-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0f3f5), color-stop(100%, #cfd3d5));
    background: -webkit-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -o-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: -ms-linear-gradient(left, #f0f3f5 0, #cfd3d5 100%);
    background: linear-gradient(to right, #f0f3f5 0, #cfd3d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f3f5', endColorstr='#cfd3d5', GradientType=1);
    margin-bottom: 12px;
    padding: 8px 0 4px 14px
}

.my-sales-team-component label {
    font: 13px Arial;
    color: #282828;
    margin-left: 9px
}

.my-sales-team-component .tm-contact-details .icon-phone {
    display: inline-block
}

.my-sales-team-component .sales-team-search {
    height: 28px;
    margin: 0 0 9px 0;
    padding: 5px
}

.my-sales-team-component .sales-team-search input {
    height: 24px;
    padding: 0 2px;
    width: 75px
}

.my-sales-team-component .sales-team-member {
    margin-bottom: 7px;
    padding-left: 16px
}

.my-sales-team-component .sales-team-member + .sales-team-member {
    margin-bottom: 5px
}

.my-sales-team-component .tm-image {
    float: left;
    height: 66px;
    overflow: hidden;
    width: 58px;
    vertical-align: middle
}

.my-sales-team-component .sales-team-footer p.icon-phone {
    margin-top: 12px
}

.my-sales-team-component .tm-image img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    vertical-align: middle
}

.my-sales-team-component .tm-details {
    margin-left: 70px;
    min-height: 66px;
    font-size: 13px
}

.my-sales-team-component .tm-details .tm-name {
    font-weight: bold
}

.my-sales-team-component .tm-details .divider {
    padding: 0 5px
}

.my-sales-team-component .tm-title {
    font-size: 12px
}

.my-sales-team-component div.form-error {
    margin: 15px 0
}

.my-sales-team-component div.form-error span {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 20px
}

.my-sales-team-component .sales-team-footer {
    font-size: 13px;
    line-height: 1em;
    padding-left: 16px
}

.my-sales-team-component .sales-team-footer p {
    line-height: 16px;
    margin: 0 0 .5em 0
}

.editorial-logger, .editorial-logger-list {
    left: 0;
    position: absolute
}

.editorial-logger {
    display: none;
    top: 0;
    left: 40px;
    z-index: 200
}

.editorial-logger > a {
    background: url('/vd-assets/cache-1550123080000/include/teamsite-editing/css/i/exclamation.gif') no-repeat;
    display: block;
    height: 53px;
    width: 60px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    opacity: .5
}

.editorial-logger > a:hover {
    text-decoration: none
}

.editorial-logger-list {
    background: #eee;
    border: 1px solid #ccc;
    display: none;
    font-size: 12px;
    top: 58px;
    width: 450px;
    z-index: 1000000
}

.editorial-logger-list > li {
    color: #841318;
    padding: 2px 5px
}

.editorial-logger-list > li .icon-alert {
    background-position: -12px -586px;
    font-size: 14px
}

.editorial-logger-list > li.title {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
    border: 1px solid #999;
    margin: 2px;
    line-height: 23px;
    background: #ddd;
    background: -moz-linear-gradient(top, #ddd 0, #bcbcbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(100%, #bcbcbc));
    background: -webkit-linear-gradient(top, #ddd 0, #bcbcbc 100%);
    background: -o-linear-gradient(top, #ddd 0, #bcbcbc 100%);
    background: -ms-linear-gradient(top, #ddd 0, #bcbcbc 100%);
    background: linear-gradient(top, #ddd 0, #bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bcbcbc', GradientType=0)
}

.editorial-logger-list > li.title .icon-remove {
    background-color: white;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px
}

.editorial-logger-list > li.title .icon-remove a {
    line-height: normal;
    padding: 1px 7px 1px 8px;
    position: absolute;
    text-indent: -99999px
}

/*!
*	Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
*	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../../cache-1550123078000/include/common/fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../../cache-1550123078000/include/common/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../cache-1550123078000/include/common/fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), url('../../cache-1550123078000/include/common/fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), url('../../cache-1550123078000/include/common/fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), url('../../cache-1550123078000/include/common/fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {

0
{
    -webkit-transform: rotate(0)
;
    transform: rotate(0)
}
100
%
{
    -webkit-transform: rotate(359deg)
;
    transform: rotate(359deg)
}
}
@keyframes fa-spin {

0
{
    -webkit-transform: rotate(0)
;
    transform: rotate(0)
}
100
%
{
    -webkit-transform: rotate(359deg)
;
    transform: rotate(359deg)
}
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.vi16 {
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .icon-sprite {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat
}

.vi16 .hidden {
    display: none !important
}

.vi16 .hide-on-desktop {
    display: none !important
}

.vi16 .wrapper-980, .vi16.wrapper-980 {
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto
}

.vi16 .full-width {
    width: 100%
}

.vi16 sup {
    position: relative;
    top: -0.5em;
    vertical-align: top
}

.vi16 strong, .vi16 b {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-weight: normal
}

.vi16 a.padlock {
    background: 0;
    padding: 0
}

.vi16 .center-align {
    text-align: center
}

.vi16 .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

@media only screen and (max-width: 767px) {
    .blk-responsive .hide-on-mobile {
        display: none !important
    }

    .blk-responsive .hide-on-desktop {
        display: block !important
    }
}

.vi16 .ic-chevron-blue-small, .vi16 .ic-chevron-magenta-small, .vi16 .ic-arrow-24, .vi16 .ic-no-material-type-24, .vi16 .ic-article-24, .vi16 .ic-audio-24, .vi16 .ic-blog-24, .vi16 .ic-chart-24, .vi16 .ic-event-24, .vi16 .ic-excel-24, .vi16 .ic-excel-download-24, .vi16 .ic-infographic-24, .vi16 .ic-padlock-24, .vi16 .ic-pdf-24, .vi16 .ic-ppt-24, .vi16 .ic-tool-24, .vi16 .ic-video-24, .vi16 .ic-word-24, .vi16 .ic-zip-24, .vi16 .ic-email-24, .vi16 .ic-expand-24, .vi16 .ic-collapse-24, .vi16 .ic-sites-down-28, .vi16 .ic-sites-up-28, .vi16 .ic-close-14, .vi16 .ic-down-arrow-16, .vi16 .ic-desktop-sign-in-16, .vi16 .ic-mobile-sign-in-16, .vi16 .ic-menu-24, .vi16 .ic-right-arrow-12, .vi16 .ic-facebook-24, .vi16 .ic-linkedin-24, .vi16 .ic-twitter-24, .vi16 .ic-youtube-24, .vi16 .ic-blk-blog-24 {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    height: 24px;
    width: 24px
}

.vi16 .icon-arrow, .vi16 .icon-blog, .vi16 .icon-chart, .vi16 .icon-infographic, .vi16 .icon-video, .vi16.icon-article, .vi16 .icon-audio, .vi16 .icon-event, .vi16 .icon-excel, .vi16 .icon-exceldownload, .vi16 .icon-padlock, .vi16 .icon-pdf, .vi16 .icon-ppt, .vi16 .icon-tool, .vi16 .icon-word, .vi16.icon-zip {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    padding-left: 30px;
    font-weight: bold
}

.vi16 .country-flag-sprite {
    background-position: 0 -884px
}

.vi16 .country-flag-sprite.marker {
    background-position: 0 -1379px
}

.vi16 .country-flag-sprite.au {
    background-position: 0 0
}

.vi16 .country-flag-sprite.be {
    background-position: 0 -26px
}

.vi16 .country-flag-sprite.br {
    background-position: 0 -52px
}

.vi16 .country-flag-sprite.ca {
    background-position: 0 -78px
}

.vi16 .country-flag-sprite.cl {
    background-position: 0 -104px
}

.vi16 .country-flag-sprite.cn {
    background-position: 0 -130px
}

.vi16 .country-flag-sprite.co {
    background-position: 0 -156px
}

.vi16 .country-flag-sprite.dk {
    background-position: 0 -182px
}

.vi16 .country-flag-sprite.de {
    background-position: 0 -208px
}

.vi16 .country-flag-sprite.ae {
    background-position: 0 -234px
}

.vi16 .country-flag-sprite.es {
    background-position: 0 -260px
}

.vi16 .country-flag-sprite.fr {
    background-position: 0 -286px
}

.vi16 .country-flag-sprite.hk {
    background-position: 0 -312px
}

.vi16 .country-flag-sprite.in {
    background-position: 0 -338px
}

.vi16 .country-flag-sprite.is {
    background-position: 0 -364px
}

.vi16 .country-flag-sprite.il {
    background-position: 0 -390px
}

.vi16 .country-flag-sprite.it {
    background-position: 0 -416px
}

.vi16 .country-flag-sprite.jp {
    background-position: 0 -442px
}

.vi16 .country-flag-sprite.kr {
    background-position: 0 -468px
}

.vi16 .country-flag-sprite.hu {
    background-position: 0 -494px
}

.vi16 .country-flag-sprite.mx {
    background-position: 0 -520px
}

.vi16 .country-flag-sprite.nl {
    background-position: 0 -546px
}

.vi16 .country-flag-sprite.no {
    background-position: 0 -572px
}

.vi16 .country-flag-sprite.at {
    background-position: 0 -598px
}

.vi16 .country-flag-sprite.pl {
    background-position: 0 -624px
}

.vi16 .country-flag-sprite.pt {
    background-position: 0 -650px
}

.vi16 .country-flag-sprite.sg {
    background-position: 0 -676px
}

.vi16 .country-flag-sprite.za {
    background-position: 0 -702px
}

.vi16 .country-flag-sprite.fi {
    background-position: 0 -728px
}

.vi16 .country-flag-sprite.se {
    background-position: 0 -754px
}

.vi16 .country-flag-sprite.ch {
    background-position: 0 -780px
}

.vi16 .country-flag-sprite.tw {
    background-position: 0 -806px
}

.vi16 .country-flag-sprite.gb {
    background-position: 0 -832px
}

.vi16 .country-flag-sprite.us {
    background-position: 0 -858px
}

.vi16 .country-flag-sprite.bh {
    background-position: 0 -910px
}

.vi16 .country-flag-sprite.bn {
    background-position: 0 -936px
}

.vi16 .country-flag-sprite.cz {
    background-position: 0 -962px
}

.vi16 .country-flag-sprite.gi {
    background-position: 0 -988px
}

.vi16 .country-flag-sprite.gr {
    background-position: 0 -1014px
}

.vi16 .country-flag-sprite.gg {
    background-position: 0 -1040px
}

.vi16 .country-flag-sprite.id {
    background-position: 0 -1066px
}

.vi16 .country-flag-sprite.ie {
    background-position: 0 -1092px
}

.vi16 .country-flag-sprite.im {
    background-position: 0 -1118px
}

.vi16 .country-flag-sprite.je {
    background-position: 0 -1144px
}

.vi16 .country-flag-sprite.lu {
    background-position: 0 -1170px
}

.vi16 .country-flag-sprite.mo {
    background-position: 0 -1196px
}

.vi16 .country-flag-sprite.mt {
    background-position: 0 -1222px
}

.vi16 .country-flag-sprite.mu {
    background-position: 0 -1248px
}

.vi16 .country-flag-sprite.pe {
    background-position: 0 -1274px
}

.vi16 .country-flag-sprite.qa {
    background-position: 0 -1300px
}

.vi16 .country-flag-sprite.sk {
    background-position: 0 -1326px
}

.vi16 .country-flag-sprite.tr {
    background-position: 0 -1352px
}

.vi16 .ic-arrow-24 {
    background-position: -12px -96px
}

.vi16 .ic-article-24, .vi16 .ic-no-material-type-24 {
    background-position: -12px -340px
}

.vi16 .ic-audio-24 {
    background-position: -12px -1773px
}

.vi16 .ic-blog-24 {
    background-position: -12px -1895px
}

.vi16 .ic-chart-24 {
    background-position: -12px -2017px
}

.vi16 .ic-email-24 {
    background-position: -12px -1200px
}

.vi16 .ic-event-24 {
    background-position: -12px -2139px
}

.vi16 .ic-excel-24 {
    background-position: -12px -2261px
}

.vi16 .ic-excel-download-24 {
    background-position: -12px -2383px
}

.vi16 .ic-infographic-24 {
    background-position: -12px -2505px
}

.vi16 .ic-padlock-24 {
    background-position: -12px -2627px
}

.vi16 .ic-pdf-24 {
    background-position: -12px -2749px
}

.vi16 .ic-ppt-24 {
    background-position: -12px -2871px
}

.vi16 .ic-tool-24 {
    background-position: -12px -2993px
}

.vi16 .ic-video-24 {
    background-position: -12px -218px
}

.vi16 .ic-word-24 {
    background-position: -12px -3115px
}

.vi16 .ic-zip-24 {
    background-position: -12px -3237px
}

.vi16 .ic-chevron-blue-small {
    height: 15px;
    background-position: -12px -4300px
}

.vi16 .ic-chevron-magenta-small {
    height: 15px;
    background-position: -12px -4320px
}

.vi16 .icon-arrow {
    background-position: -15px -164px
}

.vi16 .icon-arrow:hover {
    background-position: -15px -191px
}

.vi16 .icon-video {
    background-position: -15px -286px
}

.vi16 .icon-video:hover {
    background-position: -15px -313px
}

.vi16 .icon-article {
    background-position: -15px -408px
}

.vi16 .icon-article:hover {
    background-position: -15px -435px
}

.vi16 .icon-audio {
    background-position: -15px -1841px
}

.vi16 .icon-audio:hover {
    background-position: -15px -1868px
}

.vi16 .icon-blog {
    background-position: -15px -1963px
}

.vi16 .icon-blog:hover {
    background-position: -15px -1990px
}

.vi16 .icon-chart {
    background-position: -15px -2085px
}

.vi16 .icon-chart:hover {
    background-position: -15px -2112px
}

.vi16 .icon-event {
    background-position: -15px -2207px
}

.vi16 .icon-event:hover {
    background-position: -15px -2234px
}

.vi16 .icon-excel {
    background-position: -15px -2329px
}

.vi16 .icon-excel:hover {
    background-position: -15px -2356px
}

.vi16 .icon-exceldownload {
    background-position: -15px -2451px
}

.vi16 .icon-exceldownload:hover {
    background-position: -15px -2478px
}

.vi16 .icon-infographic {
    background-position: -15px -2573px
}

.vi16.icon-infographic:hover {
    background-position: -15px -2600px
}

.vi16 .icon-padlock {
    background-position: -15px -2695px
}

.vi16 .icon-padlock:hover {
    background-position: -15px -2722px
}

.vi16 .icon-pdf {
    background-position: -15px -2817px
}

.vi16 .icon-pdf:hover {
    background-position: -15px -2844px
}

.vi16 .icon-ppt {
    background-position: -15px -2939px
}

.vi16 .icon-ppt:hover {
    background-position: -15px -2966px
}

.vi16 .icon-tool {
    background-position: -15px -3061px
}

.vi16 .icon-tool:hover {
    background-position: -15px -3088px
}

.vi16 .icon-word {
    background-position: -15px -3183px
}

.vi16 .icon-word:hover {
    background-position: -15px -3210px
}

.vi16 .icon-zip {
    background-position: -15px -3305px
}

.vi16 .icon-zip:hover {
    background-position: -15px -3332px
}

.vi16 .ic-sites-down-28:hover {
    background-position: -9px -4946px
}

.vi16 .ic-sites-up-28:hover {
    background-position: -9px -5026px
}

.vi16 .ic-close-14 {
    background-position: -9px -5459px;
    width: 14px;
    height: 14px
}

.vi16 .ic-down-arrow-16 {
    background-position: -9px -5324px
}

.vi16 .ic-desktop-sign-in-16 {
    background-position: -9px -5338px
}

.vi16 .ic-mobile-sign-in-16 {
    background-position: -9px -5360px
}

.vi16 .ic-menu-24 {
    background-position: -9px -5386px
}

.vi16 .ic-right-arrow-12 {
    background-position: -9px -5413px
}

.vi16 .ic-right-arrow-12:hover {
    background-position: -9px -5436px
}

.vi16 .ic-facebook-24 {
    background-position: -9px -5481px
}

.vi16 .ic-facebook-24:hover {
    background-position: -9px -5510px
}

.vi16 .ic-linkedin-24 {
    background-position: -9px -5539px
}

.vi16 .ic-linkedin-24:hover {
    background-position: -9px -5568px
}

.vi16 .ic-twitter-24 {
    background-position: -9px -5597px
}

.vi16 .ic-twitter-24:hover {
    background-position: -9px -5626px
}

.vi16 .ic-youtube-24 {
    background-position: -9px -5655px
}

.vi16 .ic-youtube-24:hover {
    background-position: -9px -5684px
}

.vi16 .ic-blk-blog-24 {
    background-position: -9px -5713px
}

.vi16 .ic-blk-blog-24:hover {
    background-position: -9px -5742px
}

.vi16 .cta .icon {
    margin-right: 7px
}

.vi16 .cta .icon.none:before, .vi16 .cta .icon.arrow:before, .vi16 .cta .icon.blog:before, .vi16 .cta .icon.chart:before, .vi16 .cta .icon.infographic:before, .vi16 .cta .icon.padlock:before, .vi16 .cta .icon.pdf:before, .vi16 .cta .icon.ppt:before, .vi16 .cta .icon.tool:before, .vi16 .cta .icon.audio:before, .vi16 .cta .icon.article:before {
    content: "\f105"
}

.vi16 .cta .icon.word:before, .vi16 .cta .icon.zip:before, .vi16 .cta .icon.excel:before, .vi16 .cta .icon.excel-download:before {
    content: "\f019"
}

.vi16 .cta .icon.email, .vi16 .cta .icon.padlock, .vi16 .cta .icon.article {
    padding: 0;
    background: 0
}

.vi16 .cta .icon.email:before {
    content: "\f003"
}

.vi16 .cta .icon.event:before {
    content: "\f073"
}

.vi16 .cta .icon.video:before {
    content: "\f008"
}

.vi16 .cta .label {
    font: 16px/22px "AvenirNextBold", Arial, sans-serif;
    text-transform: none
}

.vi16 .cta .short.label {
    display: none
}

.vi16 .cta.link.multiple .icon {
    width: 16px;
    text-align: right;
    float: left;
    margin-top: 2px
}

.vi16 .cta.link.multiple .label {
    font-weight: normal
}

.vi16 .cta.link.multiple .label span {
    display: block;
    margin-left: 28px
}

.vi16 .cta.button {
    border-radius: 2px;
    padding: 11px 40px 11px 40px;
    text-align: center
}

.vi16 .cta.button .icon {
    float: right;
    margin: 2px 4px 0 7px;
    transition: all 200ms ease-in-out
}

.vi16 .cta.button:hover .icon {
    margin: 2px 0 0 11px
}

.vi16 .cta ~ .overlay-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    opacity: 0
}

.vi16 .cta ~ .target-overlay {
    position: fixed;
    top: 0;
    left: 100%;
    display: none;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: default
}

.vi16 .cta ~ .target-overlay .overlay-content {
    width: 100%;
    position: relative;
    display: block
}

.vi16 .cta ~ .target-overlay .overlay-image-container {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block
}

.vi16 .cta ~ .target-overlay .overlay-image-container.adjust-position {
    top: 80px
}

.vi16 .cta ~ .target-overlay .overlay-image-container img.original {
    max-width: 100%;
    height: auto
}

.vi16 .cta ~ .target-overlay .overlay-title {
    width: 620px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto;
    padding-bottom: 32px;
    padding-top: 60px;
    text-align: center;
    box-sizing: border-box;
    cursor: default;
    text-transform: none;
    display: block
}

.vi16 .cta ~ .target-overlay .iframe-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    width: 100%;
    display: block
}

.vi16 .cta ~ .target-overlay .iframe-container.iframe-100vh {
    height: 100vh
}

.vi16 .cta ~ .target-overlay .iframe-container.iframe-85vh {
    height: 85vh
}

.vi16 .cta ~ .target-overlay iframe {
    width: 100%;
    height: 98%
}

.vi16 .cta ~ .target-overlay .close-button-wrapper {
    position: relative;
    width: 980px;
    height: 0;
    margin: 0 auto;
    display: block
}

.vi16 .cta ~ .target-overlay .close {
    font-size: 46px;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 30px;
    cursor: pointer;
    z-index: 9;
    display: block;
    right: -17px;
    transition: color 150ms ease-out
}

.vi16 .cta ~ .target-overlay .close i.fa {
    position: relative;
    top: -8px;
    left: -1px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .cta .label {
        display: none
    }

    .blk-responsive .vi16 .cta .short.label {
        display: inline
    }

    .blk-responsive .vi16 .cta ~ .target-overlay .close-button-wrapper {
        width: 100%
    }

    .blk-responsive .vi16 .cta ~ .target-overlay .overlay-title {
        width: 100%;
        padding: 70px 20px 40px 20px
    }

    .blk-responsive .vi16 .cta ~ .target-overlay .overlay-image-container.adjust-position {
        top: 70px
    }

    .blk-responsive .vi16 .cta ~ .target-overlay .close {
        top: 20px;
        right: 20px
    }
}

.vi16 .standard-banner {
    width: 100%;
    position: relative
}

.vi16 .standard-banner .bg-area {
    display: table;
    width: 100%
}

.vi16 .standard-banner .bg-area.bg-pure-white.border-top-bottom {
    border-left: 0;
    border-right: 0
}

.vi16 .standard-banner .content-box {
    display: table-cell;
    vertical-align: middle;
    height: 250px
}

.vi16 .standard-banner .title, .vi16 .standard-banner .header h1, .vi16 .standard-banner .subheader, .vi16 .standard-banner .attribution, .vi16 .standard-banner .attr-line {
    width: 780px;
    text-align: center;
    margin: 0 auto
}

.vi16 .standard-banner .title {
    text-transform: uppercase;
    font: 12px "AvenirNextBold", Arial, sans-serif;
    padding-bottom: 9px
}

.vi16 .standard-banner .header h1 {
    font: 36px/44px "AvenirNextLight", Arial, sans-serif
}

.vi16 .standard-banner .subheader {
    padding-top: 25px;
    font: 16px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .standard-banner .attribution {
    font: 14px/22px "AvenirNextRegular", Arial, sans-serif;
    padding: 35px 0 33px 0;
    width: 620px
}

.vi16 .standard-banner .attr-line {
    height: 10px;
    width: 300px
}

.vi16 .standard-banner sup {
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .standard-banner .content-box {
        padding: 0 20px
    }

    .blk-responsive .vi16 .standard-banner .title, .blk-responsive .vi16 .standard-banner .header h1, .blk-responsive .vi16 .standard-banner .subheader, .blk-responsive .vi16 .standard-banner .attribution, .blk-responsive .vi16 .standard-banner .attr-line {
        width: auto
    }

    .blk-responsive .vi16 .standard-banner .attribution, .blk-responsive .vi16 .standard-banner .attr-line {
        margin: 0 20px
    }
}

.vi16 .navigation-tabs {
    width: 100%;
    position: relative
}

.vi16 .navigation-tabs.desktop {
    display: table;
    table-layout: fixed;
    z-index: 1;
    top: 0
}

.vi16 .navigation-tabs.desktop .display-row {
    display: table-row
}

.vi16 .navigation-tabs.desktop .tab {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px 0 25px
}

.vi16 .navigation-tabs.desktop .nav-link {
    padding: 12px 0 12px 0;
    white-space: nowrap;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0;
    text-decoration: none;
    display: block;
    width: 100%
}

.vi16 .navigation-tabs.desktop .tab:last-child {
    border-right: 0
}

.vi16 .navigation-tabs.desktop .tab:first-child {
    border-left: 0
}

.vi16 .navigation-tabs.desktop .tab.active {
    cursor: default
}

.vi16 .navigation-tabs.desktop .pointer {
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px
}

.vi16 .navigation-tabs.mobile {
    display: none
}

.vi16 .navigation-tabs.mobile .active-tab {
    height: 46px;
    padding-right: 3px
}

.vi16 .navigation-tabs.mobile .active-tab .name {
    margin: 11px 0 0 20px;
    float: left
}

.vi16 .navigation-tabs.mobile .name {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0
}

.vi16 .navigation-tabs.mobile .arrow-down {
    height: 15px;
    width: 27px;
    float: right;
    margin: 17px 16px 0 10px;
    background-position: -9px -4280px
}

.vi16 .navigation-tabs.mobile .all-tabs {
    display: none;
    padding: 0 20px 0 20px
}

.vi16 .navigation-tabs.mobile .all-tabs .name {
    padding: 11px 0 11px 0;
    display: block;
    text-decoration: none;
    text-align: center
}

.vi16 .navigation-tabs.mobile .all-tabs .name:last-child {
    border-bottom: 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .navigation-tabs.desktop {
        display: none
    }

    .blk-responsive .vi16 .navigation-tabs.mobile {
        display: block
    }

    .blk-responsive .vi16 .navigation-tabs.mobile .active-tab {
        height: auto
    }

    .blk-responsive .vi16 .navigation-tabs.mobile .active-tab .name {
        float: none;
        display: inline-block;
        width: 75%;
        padding-bottom: 10px;
        text-align: left
    }

    .blk-responsive .vi16 .navigation-tabs.mobile .arrow-down {
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.vi16 .body-tabs {
    width: 100%;
    position: relative;
    padding: 40px 0 55px 0
}

.vi16 .body-tabs .bt-header {
    padding: 0 0 30px 0;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0;
    width: 40%;
    margin: auto
}

.vi16 .body-tabs .tabs {
    top: 0;
    z-index: 1;
    width: 100%
}

.vi16 .body-tabs .tabs .wrapper-980 {
    overflow: visible;
    text-align: center
}

.vi16 .body-tabs .tab {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    padding: 0 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 68px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    top: 2px
}

.vi16 .body-tabs .tab.one-in-2, .vi16 .body-tabs .tab.one-in-3 {
    width: 307px
}

.vi16 .body-tabs .tab.one-in-4 {
    width: 225px
}

.vi16 .body-tabs .tab.one-in-5 {
    width: 176px
}

.vi16 .body-tabs .tab.one-in-6 {
    width: 144px
}

.vi16 .body-tabs .tab .tab-link {
    display: inline-block;
    font: 16px/20px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    max-height: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.vi16 .body-tabs .tab:last-child {
    margin-right: 0
}

.vi16 .body-tabs .tab.active {
    cursor: default;
    height: 70px
}

.vi16 .body-tabs .tab.active a, .vi16 .body-tabs .tab.active span {
    cursor: default
}

.vi16 .body-tabs.data {
    display: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .body-tabs {
        padding: 10px 0 20px 0
    }

    .blk-responsive .vi16 .body-tabs .wrapper-980 {
        display: block
    }

    .blk-responsive .vi16 .body-tabs .tabs {
        border: 0
    }

    .blk-responsive .vi16 .body-tabs .tab {
        float: none;
        display: block;
        border: 0;
        margin: 0;
        text-decoration: none;
        width: 100%;
        padding: 0;
        height: auto
    }

    .blk-responsive .vi16 .body-tabs .tab.active + a {
        border-top: 0
    }

    .blk-responsive .vi16 .body-tabs .tab .tab-link {
        width: 100%;
        height: auto;
        display: block;
        padding: 17px 0 14px 0;
        position: static;
        top: initial;
        transform: initial
    }
}

.vi16 .navigation-list {
    width: 100%;
    position: relative;
    padding: 26px 0 24px 0;
    box-sizing: border-box
}

.vi16 .navigation-list .header {
    max-width: 620px;
    margin: -3px auto 18px;
    font: 24px/32px "AvenirNextLight", Arial, sans-serif;
    text-align: center;
    letter-spacing: 0
}

.vi16 .navigation-list .links {
    text-align: center
}

.vi16 .navigation-list .links .cta-box {
    margin-right: 35px
}

.vi16 .navigation-list .links .cta-box:last-child {
    margin-right: 0
}

.vi16 .navigation-list .links .cta.button {
    margin: 3px 0 5px 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .navigation-list {
        padding: 0 20px 3px 20px
    }

    .blk-responsive .vi16 .navigation-list .wrapper-980 {
        padding-top: 35px
    }

    .blk-responsive .vi16 .navigation-list .header {
        max-width: none;
        margin: -12px 0 28px 0
    }

    .blk-responsive .vi16 .navigation-list .cta-box {
        display: block;
        margin-bottom: 31px;
        margin-right: 0
    }

    .blk-responsive .vi16 .navigation-list .cta.button {
        margin-top: 5px
    }
}

.vi16 .footer-sticky {
    position: relative
}

.vi16 .footer-sticky .wrapper-980 {
    display: table
}

.vi16 .footer-sticky .content {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    width: 980px;
    padding: 0 20px;
    text-align: center
}

.vi16 .footer-sticky.stickit {
    position: fixed;
    bottom: 0;
    z-index: 1000
}

.vi16 .footer-sticky .close {
    font-size: 20px;
    cursor: pointer;
    float: right
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .footer-sticky .cta.link .label {
        font: 14px "AvenirNextRegular", Arial, sans-serif
    }
}

.vi16 .ticker {
    display: block;
    position: relative
}

.vi16 .ticker .content-box {
    padding: 40px 180px 40px 180px
}

.vi16 .ticker .content {
    border-style: solid;
    border-width: 1px 0;
    padding: 20px 0;
    max-width: 620px
}

.vi16 .ticker .display-row {
    display: table-row
}

.vi16 .ticker .symbol {
    font-size: 15px;
    height: 65px;
    line-height: 65px;
    min-width: 40px;
    padding: 0 10px;
    text-align: center;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin-right: 20px
}

.vi16 .ticker .text-block {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    padding-right: 5px
}

.vi16 .ticker .name {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
    letter-spacing: 0;
    text-decoration: none
}

.vi16 .ticker .name:hover {
    text-decoration: underline
}

.vi16 .ticker .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 10px
}

.vi16 .ticker .statistic {
    width: 100px;
    padding-left: 15px;
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

.vi16 .ticker .figure {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px
}

.vi16 .ticker .fa {
    font-size: 12px
}

.vi16 .ticker .fa.fa-star {
    font-size: 14px
}

.vi16 .ticker .rating {
    line-height: 18px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .ticker .content-box {
        padding: 40px
    }

    .blk-responsive .vi16 .ticker .statistic {
        display: none !important
    }
}

@media only screen and (max-width: 375px) {
    .blk-responsive .vi16 .ticker .content-box {
        padding: 40px 20px 40px 20px
    }
}

.vi16 .featured-funds {
    width: 100%;
    padding: 45px 0 50px 0
}

.vi16 .featured-funds.border-top-bottom {
    border-width: 1px 0;
    border-style: solid
}

.vi16 .featured-funds .single-column {
    padding: 0 75px 0 75px
}

.vi16 .featured-funds .header {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0 0 15px 0
}

.vi16 .featured-funds .intro {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0;
    padding: 0 105px 22px 105px
}

.vi16 .featured-funds .display-table {
    display: table
}

.vi16 .featured-funds .display-row {
    display: table-row
}

.vi16 .featured-funds .display-cell {
    display: table-cell
}

.vi16 .featured-funds .display-cell.space {
    width: 75px
}

.vi16 .featured-funds .display-cell.mid {
    width: 34px
}

.vi16 .featured-funds .display-cell.line {
    width: 1px
}

.vi16 .featured-funds .display-cell.data {
    width: 380px;
    vertical-align: top
}

.vi16 .featured-funds a.symbol {
    height: 65px;
    width: 65px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0
}

.vi16 .featured-funds .tile-gap {
    display: table-cell;
    width: 20px
}

.vi16 .featured-funds .name {
    display: table-cell;
    vertical-align: middle;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    letter-spacing: .01em
}

.vi16 .featured-funds .bullets {
    list-style-type: disc;
    margin-left: 20px;
    text-align: left;
    padding: 10px 0 0 0
}

.vi16 .featured-funds .bullets .bullet {
    line-height: 22px;
    letter-spacing: .01em;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    padding-bottom: 5px
}

.vi16 .featured-funds .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0;
    padding: 26px 0 0 0
}

.vi16 .featured-funds .single .cta {
    margin: 10px 0 0 0;
    display: inline-block
}

.vi16 .featured-funds .multiple .cta {
    margin: 10px 0 0 0;
    display: inline-block
}

.vi16 .featured-funds .multiple .display-cell.data {
    padding-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .featured-funds {
        padding: 10px 0 30px 0
    }

    .blk-responsive .vi16 .featured-funds .content {
        padding: 9px 20px 0 20px
    }

    .blk-responsive .vi16 .featured-funds .single {
        padding: 7px 0 8px 5px
    }

    .blk-responsive .vi16 .featured-funds .multiple {
        padding: 0 0 20px 0
    }

    .blk-responsive .vi16 .featured-funds .header {
        font-size: 20px;
        line-height: 24px;
        padding: 7px 15px 15px 15px
    }

    .blk-responsive .vi16 .featured-funds .intro {
        padding: 0 0 10px 0;
        font-size: 16px
    }

    .blk-responsive .vi16 .featured-funds .name {
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 0 10px
    }

    .blk-responsive .vi16 .featured-funds .fund-item {
        padding-top: 11px
    }

    .blk-responsive .vi16 .featured-funds .single .more {
        text-align: center;
        padding-top: 10px
    }
}

.vi16 .image-cta {
    overflow: hidden
}

.vi16 .image-cta .wrapper-980 {
    font-size: 0;
    text-align: center
}

.vi16 .image-cta .img-block, .vi16 .image-cta .txt-block {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.vi16 .image-cta .img-block {
    text-align: center
}

.vi16 .image-cta .txt-block {
    text-align: left
}

.vi16 .image-cta .space {
    display: inline-block;
    width: 100px
}

.vi16 .image-cta.img-size-small .wrapper-980 {
    padding: 60px 0 60px 0
}

.vi16 .image-cta.img-size-small .img-block {
    width: 200px;
    max-height: 200px
}

.vi16 .image-cta.img-size-small .txt-block {
    width: 460px
}

.vi16 .image-cta.img-size-medium .wrapper-980 {
    padding: 60px 0 60px 0
}

.vi16 .image-cta.img-size-medium .img-block {
    width: 460px;
    max-height: 260px
}

.vi16 .image-cta.img-size-medium .txt-block {
    width: 380px
}

.vi16 .image-cta.img-size-large img {
    max-height: 405px;
    min-height: 305px;
    display: block
}

.vi16 .image-cta.img-size-large.img-on-left img {
    float: right
}

.vi16 .image-cta.img-size-large.img-on-right img {
    float: left
}

.vi16 .image-cta.img-size-large .wrapper-980 {
    padding: 80px 0 0 0;
    overflow: visible
}

.vi16 .image-cta.img-size-large .img-block {
    width: 540px;
    overflow: visible
}

.vi16 .image-cta.img-size-large .txt-block {
    width: 300px
}

.vi16 .image-cta .txt-block sup {
    top: -0.2em
}

.vi16 .image-cta .txt-block .header {
    font: 24px/32px "AvenirNextLight", Arial, sans-serif;
    margin-bottom: 20px;
    display: block;
    text-decoration: none
}

.vi16 .image-cta .txt-block .description {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    margin-bottom: 20px
}

.vi16 .image-cta .txt-block .description li {
    margin: 0 0 10px 20px
}

.vi16 .image-cta .txt-block .description ul li {
    list-style-type: disc
}

.vi16 .image-cta .txt-block .description ol li {
    list-style-type: decimal
}

.vi16 .image-cta .txt-block .description q {
    font: 20px "Times New Roman";
    display: block;
    padding: 0 0 20px 20px;
    vertical-align: middle;
    line-height: 26px
}

.vi16 .image-cta .txt-block .description q::before, .vi16 .image-cta .txt-block .description q::after {
    font-weight: bold;
    font-size: 36px;
    position: relative
}

.vi16 .image-cta .txt-block .description q::before {
    left: -20px;
    height: 0;
    top: -8px;
    display: block
}

.vi16 .image-cta .txt-block .description q::after {
    line-height: 17px;
    top: 5px
}

.vi16 .image-cta.border-top-bottom {
    border-left: 0;
    border-right: 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .image-cta .wrapper-980 {
        padding-left: 20px;
        padding-right: 20px
    }

    .blk-responsive .vi16 .image-cta.img-size-small .img-block {
        width: 200px
    }

    .blk-responsive .vi16 .image-cta.img-size-large .img-block {
        overflow: hidden
    }

    .blk-responsive .vi16 .image-cta.img-size-large .img-block img {
        float: none;
        height: auto;
        display: block;
        width: 100%;
        max-height: none;
        min-height: initial
    }

    .blk-responsive .vi16 .image-cta.img-size-large .txt-block {
        margin-bottom: 0
    }

    .blk-responsive .vi16 .image-cta .space {
        display: block;
        height: 40px;
        width: 100%
    }

    .blk-responsive .vi16 .image-cta .img-block, .blk-responsive .vi16 .image-cta .txt-block {
        display: block
    }

    .blk-responsive .vi16 .image-cta .img-block {
        margin: 0 auto;
        width: auto
    }

    .blk-responsive .vi16 .image-cta .txt-block {
        width: 100%;
        height: auto
    }
}

.vi16 .page-title {
    width: 100%;
    position: relative
}

.vi16 .page-title .content {
    padding: 37px 0 15px 0
}

.vi16 .page-title .header {
    margin: auto;
    width: 66%
}

.vi16 .page-title .header h1 {
    line-height: 44px;
    text-align: center;
    font-size: 36px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-weight: normal
}

.vi16 .page-title .subheader {
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin: auto;
    width: 50%;
    padding-top: 13px;
    font-weight: normal
}

.vi16 .page-title .attribution {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin: auto;
    width: 50%;
    padding-top: 17px
}

.vi16 .page-title .attribution a {
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .page-title .content {
        padding: 18px 30px 16px 30px
    }

    .blk-responsive .vi16 .page-title .header {
        width: 100%
    }

    .blk-responsive .vi16 .page-title .header h1 {
        line-height: 30px;
        font-size: 24px
    }

    .blk-responsive .vi16 .page-title .subheader {
        line-height: 22px;
        font-size: 16px;
        padding-top: 8px;
        width: 100%
    }

    .blk-responsive .vi16 .page-title .attribution {
        padding-top: 8px;
        width: 100%
    }
}

.vi16 .bio {
    display: block;
    position: relative
}

.vi16 .bio .wrapper-980 {
    padding: 0 72px 0 72px;
    box-sizing: border-box
}

.vi16 .bio .center-all {
    text-align: center
}

.vi16 .bio .header {
    padding-top: 60px;
    text-align: center;
    font: 36px "AvenirNextLight", Arial, sans-serif
}

.vi16 .bio .photo {
    border-radius: 50%;
    overflow: hidden
}

.vi16 .bio .text {
    display: inline-block
}

.vi16 .bio .name {
    font: 16px/24px "AvenirNextBold", Arial, sans-serif;
    text-align: left;
    text-decoration: none
}

.vi16 .bio a .name:hover {
    text-decoration: underline
}

.vi16 .bio .title {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    text-align: left
}

.vi16 .bio .description {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    text-align: left
}

.vi16 .bio .cta {
    display: none
}

.vi16 .bio .item.the-first, .vi16 .bio .item.the-second {
    display: block;
    width: 620px;
    margin-left: 108px;
    padding: 53px 0 60px 0
}

.vi16 .bio .item.the-first .photo, .vi16 .bio .item.the-second .photo {
    height: 140px;
    width: 140px;
    display: inline-block;
    vertical-align: top
}

.vi16 .bio .item.the-first .photo img, .vi16 .bio .item.the-second .photo img {
    width: 140px
}

.vi16 .bio .item.the-first .description, .vi16 .bio .item.the-second .description {
    display: block;
    margin-top: 20px
}

.vi16 .bio .item.the-first .text, .vi16 .bio .item.the-second .text {
    width: 460px;
    padding-left: 15px
}

.vi16 .bio .item.the-second {
    padding-top: 0
}

.vi16 .bio .item.tiny-block {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    padding: 0 0 33px 0;
    margin: 0 28px
}

.vi16 .bio .item.tiny-block .photo {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 5px
}

.vi16 .bio .item.tiny-block .photo img {
    width: 80px
}

.vi16 .bio .item.tiny-block .text {
    display: block;
    text-align: center
}

.vi16 .bio .item.tiny-block .title, .vi16 .bio .item.tiny-block .name {
    text-align: center
}

.vi16 .bio .item.tiny-block .description {
    display: none
}

.vi16 .bio .item.border-below {
    padding-bottom: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .bio {
        padding: 0 20px 40px 20px
    }

    .blk-responsive .vi16 .bio .wrapper-980 {
        padding: 0
    }

    .blk-responsive .vi16 .bio .item, .blk-responsive .vi16 .bio .text, .blk-responsive .vi16 .bio .name, .blk-responsive .vi16 .bio .title {
        width: 100%;
        text-align: center;
        box-sizing: border-box
    }

    .blk-responsive .vi16 .bio .item.tiny-block {
        padding: 16px 0;
        margin: 0
    }

    .blk-responsive .vi16 .bio .item.border-below {
        margin-bottom: 22px;
        padding-bottom: 33px
    }

    .blk-responsive .vi16 .bio .the-first, .blk-responsive .vi16 .bio .the-second {
        padding-bottom: 18px;
        margin: 0 auto
    }

    .blk-responsive .vi16 .bio .the-first .text, .blk-responsive .vi16 .bio .the-second .text {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%
    }

    .blk-responsive .vi16 .bio .the-first .name, .blk-responsive .vi16 .bio .the-second .name {
        margin-top: 10px
    }

    .blk-responsive .vi16 .bio .the-second {
        padding-top: 40px
    }
}

.vi16 .paragraph {
    padding-bottom: 30px
}

.vi16 .paragraph.divided-rows tr th, .vi16 .paragraph.divided-rows tr thead td {
    padding: 5px 10px
}

.vi16 .paragraph.divided-rows tr th:first-child, .vi16 .paragraph.divided-rows tr th:last-child, .vi16 .paragraph.divided-rows tr thead td:first-child, .vi16 .paragraph.divided-rows tr thead td:last-child {
    padding: 5px 10px
}

.vi16 .paragraph.divided-rows tr td {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 14px 10px 11px;
    transition: background-color .2s
}

.vi16 .paragraph.divided-rows tr td:first-child, .vi16 .paragraph.divided-rows tr td:last-child {
    padding: 14px 10px 11px
}

.vi16 .paragraph.table-620-wide table {
    max-width: 620px
}

.vi16 .paragraph.table-780-wide table {
    max-width: 780px
}

.vi16 .paragraph.quotes {
    padding-top: 30px
}

.vi16 .paragraph .para-image {
    width: 650px;
    margin: 0 auto;
    padding-top: 30px
}

.vi16 .paragraph .para-image p {
    margin: 0;
    padding: 18px 20px 0 20px
}

.vi16 .paragraph .para-image p.border-bottom {
    padding-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
    width: 650px
}

.vi16 .paragraph .para-image img {
    float: none;
    margin: 5px 20px 0 20px
}

.vi16 .paragraph .para-image img + p {
    padding-top: 21px;
    margin: auto
}

.vi16 .paragraph .para-image img.align-right + p, .vi16 .paragraph .para-image img.align-left + p {
    width: auto;
    padding: 0
}

.vi16 .paragraph .para-image img.image-620-wide {
    width: 620px;
    height: auto
}

.vi16 .paragraph .para-image img.image-780-wide {
    width: 780px;
    height: auto
}

.vi16 .paragraph .para-image img.image-wrap-wide {
    width: auto;
    height: auto
}

.vi16 .paragraph .para-image.center {
    width: 980px;
    text-align: center
}

.vi16 .paragraph .para-image.center img {
    margin: 5px 0 0 0
}

.vi16 .paragraph .para-image h3, .vi16 .paragraph .para-image h2, .vi16 .paragraph .para-image h4 {
    padding-top: 0;
    padding-left: 20px;
    text-align: left;
    margin: 0;
    width: 100%
}

.vi16 .paragraph img.align-right {
    float: right;
    margin: 0 0 0 20px
}

.vi16 .paragraph img.align-left {
    float: left;
    margin: 0 20px 0 0
}

.vi16 .paragraph .icon-arrow, .vi16 .paragraph .icon-article, .vi16 .paragraph .icon-audio, .vi16 .paragraph .icon-blog, .vi16 .paragraph .icon-chart, .vi16 .paragraph .icon-email, .vi16 .paragraph .icon-event, .vi16 .paragraph .icon-excel, .vi16 .paragraph .icon-excel-download, .vi16 .paragraph .icon-infographic, .vi16 .paragraph .icon-padlock, .vi16 .paragraph .icon-pdf, .vi16 .paragraph .icon-ppt, .vi16 .paragraph .icon-tool, .vi16 .paragraph .icon-video, .vi16 .paragraph .icon-word, .vi16 .paragraph .icon-zip {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-weight: normal;
    padding: 0
}

.vi16 .paragraph .icon-arrow:before, .vi16 .paragraph .icon-article:before, .vi16 .paragraph .icon-audio:before, .vi16 .paragraph .icon-blog:before, .vi16 .paragraph .icon-chart:before, .vi16 .paragraph .icon-email:before, .vi16 .paragraph .icon-event:before, .vi16 .paragraph .icon-excel:before, .vi16 .paragraph .icon-excel-download:before, .vi16 .paragraph .icon-infographic:before, .vi16 .paragraph .icon-padlock:before, .vi16 .paragraph .icon-pdf:before, .vi16 .paragraph .icon-ppt:before, .vi16 .paragraph .icon-tool:before, .vi16 .paragraph .icon-video:before, .vi16 .paragraph .icon-word:before, .vi16 .paragraph .icon-zip:before {
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 7px;
    content: "\f105"
}

.vi16 .paragraph .icon-excel:before, .vi16 .paragraph .icon-excel-download:before, .vi16 .paragraph .icon-pdf:before, .vi16 .paragraph .icon-word:before, .vi16 .paragraph .icon-zip:before {
    content: "\f019"
}

.vi16 .paragraph .icon-email:before {
    content: "\f003"
}

.vi16 .paragraph .icon-event:before {
    content: "\f073"
}

.vi16 .paragraph .icon-video:before {
    content: "\f008"
}

.vi16 .paragraph .pull-quote {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative
}

.vi16 .paragraph .pull-quote .quote-mark {
    font-family: 'Times New Roman', Times, serif;
    font-size: 100px;
    font-weight: bold;
    display: block;
    position: absolute
}

.vi16 .paragraph .pull-quote .quote-mark:first-child {
    top: 54px;
    left: 0
}

.vi16 .paragraph .pull-quote .quote-mark:last-child {
    bottom: 17px;
    right: 0
}

.vi16 .paragraph .pull-quote .quote-content {
    padding: 0 80px;
    box-sizing: border-box
}

.vi16 .paragraph .pull-quote .quote-content p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    line-height: 30px;
    display: inline
}

.vi16 .paragraph .pull-quote .quote-content:before, .vi16 .paragraph .pull-quote .quote-content:after {
    position: absolute;
    content: '';
    width: 220px;
    height: 4px;
    visibility: visible
}

.vi16 .paragraph .pull-quote .quote-content:before {
    top: 0;
    left: 0
}

.vi16 .paragraph .pull-quote .quote-content:after {
    bottom: 0;
    right: 0
}

.vi16 .paragraph .pull-quote + .attribution {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 12px;
    max-width: 460px;
    margin: 6px auto 0;
    text-align: right;
    box-sizing: border-box
}

.vi16 .paragraph .pull-quote + .attribution cite {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 4px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .paragraph.divided-rows tr {
        cursor: pointer
    }

    .blk-responsive .vi16 .paragraph.divided-rows tr td {
        cursor: pointer
    }

    .blk-responsive .vi16 .paragraph img {
        max-width: 100%;
        height: auto
    }

    .blk-responsive .vi16 .paragraph .button-placeholder {
        margin-bottom: 50px
    }

    .blk-responsive .vi16 .paragraph .para-image {
        margin-top: 20px;
        padding: 0 15px 0 15px;
        width: auto
    }

    .blk-responsive .vi16 .paragraph .para-image img {
        margin: 0 20px 10px 5px
    }

    .blk-responsive .vi16 .paragraph .para-image img + p {
        padding: 0 10px 0 10px
    }

    .blk-responsive .vi16 .paragraph .para-image h3, .blk-responsive .vi16 .paragraph .para-image h2, .blk-responsive .vi16 .paragraph .para-image h4 {
        padding-top: 3px
    }

    .blk-responsive .vi16 .paragraph .para-image span {
        padding-bottom: 1px
    }

    .blk-responsive .vi16 .paragraph .para-image p.border-bottom {
        padding-bottom: 22px;
        padding-left: 0;
        padding-right: 0;
        width: auto
    }

    .blk-responsive .vi16 .paragraph .para-image.center {
        padding: 0 20px 0 20px
    }

    .blk-responsive .vi16 .paragraph .para-image.center img {
        margin: 0 0 10px 0
    }

    .blk-responsive .vi16 .paragraph .pull-quote .quote-content {
        padding: 0 60px
    }

    .blk-responsive .vi16 .paragraph .pull-quote .quote-content p {
        font-size: 20px;
        line-height: 26px
    }

    .blk-responsive .vi16 .paragraph .pull-quote + .attribution {
        margin: 8px auto 0;
        padding: 0;
        text-align: right
    }

    .blk-responsive .vi16 .paragraph .pull-quote + .attribution cite {
        font-size: 20px;
        line-height: 26px
    }
}

.vi16 .video-wrapper {
    width: 100%
}

.vi16 .video-wrapper svg {
    z-index: 1
}

.vi16 .video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background-color .5s ease
}

.vi16 .video-wrapper .blk-vd-wrapper.is-splash {
    background-size: cover
}

.vi16 .video-wrapper .fp-ui {
    z-index: 10
}

.vi16.video-player {
    padding-bottom: 0
}

.vi16.video-player.extra-padding-40 {
    padding-bottom: 40px
}

.vi16.video-player > .bordered {
    border-width: 1px 0;
    border-style: solid
}

.vi16.video-player .videoparacomponent {
    clear: both;
    width: auto;
    height: 259px;
    padding: 60px 0
}

.vi16.video-player .videoparacomponent .video-wrapper {
    width: 460px;
    height: 259px;
    display: inline-block
}

.vi16.video-player .videoparacomponent .cta {
    text-align: left;
    max-width: 620px;
    margin: 19px auto 0;
    display: block
}

.vi16.video-player .videoparacomponent.full-width-player {
    height: auto;
    text-align: center;
    padding: 30px 0 46px
}

.vi16.video-player .videoparacomponent.full-width-player .video-wrapper {
    height: auto;
    width: auto
}

.vi16.video-player .videoparacomponent.full-width-player .title {
    margin: 22px auto 3px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    max-width: 620px;
    font-weight: normal
}

.vi16.video-player .videoparacomponent.full-width-player .title + .video-wrapper {
    margin-top: 47px
}

.vi16.video-player .videoparacomponent.full-width-player .attribution {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: auto;
    max-width: 620px
}

.vi16.video-player .videoparacomponent.full-width-player .attribution + .video-wrapper {
    margin-top: 31px
}

.vi16.video-player .videoparacomponent.full-width-player .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 23px auto 3px;
    text-align: left;
    max-width: 620px
}

.vi16.video-player .videoparacomponent.full-width-player .video-wrapper {
    margin-bottom: 10px
}

.vi16.video-player .videoparacomponent.full-width-player .cta {
    margin-top: 23px
}

.vi16.video-player .videoparacomponent.scaled-player {
    display: table
}

.vi16.video-player .videoparacomponent.scaled-player .video-wrapper, .vi16.video-player .videoparacomponent.scaled-player .video-content {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.vi16.video-player .videoparacomponent .video-content {
    font-family: "AvenirNextLight", Arial, sans-serif;
    text-align: left;
    letter-spacing: 0
}

.vi16.video-player .videoparacomponent .video-content.left {
    padding: 0 97px 0 0
}

.vi16.video-player .videoparacomponent .video-content.right {
    padding: 0 0 0 97px
}

.vi16.video-player .videoparacomponent .video-content .title {
    font-weight: normal;
    font-size: 24px;
    line-height: 32px
}

.vi16.video-player .videoparacomponent .video-content .attribution {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px
}

.vi16.video-player .videoparacomponent .video-content .description {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
    overflow: hidden;
    max-height: 125px
}

.vi16.video-player .videoparacomponent .video-content .pull-quote {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-top: 21px;
    line-height: 24px
}

.vi16.video-player .videoparacomponent .video-content .pull-quote .quote-mark {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    font-weight: bold;
    vertical-align: middle
}

.vi16.video-player .videoparacomponent .video-content .pull-quote .quote-mark:first-child {
    margin-top: 5px
}

.vi16.video-player .videoparacomponent .video-content .pull-quote .content {
    margin-left: 24px
}

.vi16.video-player .videoparacomponent .video-content .quote-attribution {
    font-size: 16px;
    margin-top: 13px;
    line-height: 24px
}

.vi16 .blk-modal.video {
    height: auto !important;
    min-width: 490px
}

.vi16 .videoparacomponent .video-placeholder {
    display: inline-block !important;
    width: 490px;
    height: 276px;
    float: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.video-player .videoparacomponent {
        clear: both;
        width: auto;
        height: auto;
        padding: 60px 20px
    }

    .blk-responsive .vi16.video-player .videoparacomponent.full-width-player {
        padding: 28px 20px 46px
    }

    .blk-responsive .vi16.video-player .videoparacomponent.full-width-player .title {
        font-size: 26px
    }

    .blk-responsive .vi16.video-player .videoparacomponent.full-width-player .description {
        margin: 33px auto 3px
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-wrapper {
        max-width: 100%;
        height: auto;
        display: block;
        width: auto
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content {
        padding: 37px 0 0 0;
        display: block;
        width: auto;
        height: auto
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content .pull-quote {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        max-height: none
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content .title {
        line-height: 24px
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content .quote-attribution {
        font-size: 16px;
        line-height: 22px
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content .attribution {
        font-size: 14px;
        line-height: 20px
    }

    .blk-responsive .vi16.video-player .videoparacomponent .video-content .description {
        line-height: 22px;
        font-size: 16px;
        max-height: none
    }

    .blk-responsive .vi16 .videoparacomponent .video-placeholder {
        display: block;
        width: auto;
        min-width: 320px;
        margin: 0
    }
}

.vi16.full-bleed-banner {
    width: 100%
}

.vi16.full-bleed-banner .banner-content-wrapper, .vi16.full-bleed-banner .banner-content {
    display: block
}

.vi16.full-bleed-banner .banner-content-wrapper:hover .full-bleed-color .read-more-link {
    text-decoration: none
}

.vi16.full-bleed-banner .banner-content-wrapper:hover .full-bleed-image .read-more-link {
    text-decoration: none
}

.vi16.full-bleed-banner .full-bleed-color {
    width: 980px;
    margin: 0 auto
}

.vi16.full-bleed-banner .full-bleed-color .banner-article {
    float: left;
    width: 490px;
    padding: 26px 30px 0 0;
    box-sizing: border-box
}

.vi16.full-bleed-banner .full-bleed-color h1 {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: .01em;
    line-height: 40px
}

.vi16.full-bleed-banner .full-bleed-color .subheader {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 14px
}

.vi16.full-bleed-banner .full-bleed-color .read-more-link {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    border-radius: 2px;
    padding: 13px 25px;
    display: inline-block;
    margin-top: 23px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.vi16.full-bleed-banner .full-bleed-color .video-player {
    padding: 0;
    float: right
}

.vi16.full-bleed-banner .full-bleed-color .video-player .video-wrapper {
    display: block
}

.vi16.full-bleed-banner .full-bleed-color .banner-image {
    float: right;
    width: 490px;
    height: 275px;
    display: block
}

.vi16.full-bleed-banner .full-bleed-image {
    position: relative
}

.vi16.full-bleed-banner .full-bleed-image > .banner-image {
    width: 100%;
    height: auto;
    display: block
}

.vi16.full-bleed-banner .full-bleed-image .banner-article {
    position: absolute;
    top: 81px;
    box-sizing: border-box
}

.vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article {
    top: 41px
}

.vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article.vertical-middle {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vi16.full-bleed-banner .full-bleed-image.interior-page.left-aligned .banner-article {
    width: 480px;
    left: 50%;
    margin-left: -430px
}

.vi16.full-bleed-banner .full-bleed-image.interior-page.center-aligned .banner-article {
    width: 650px;
    left: 50%;
    margin-left: -325px
}

.vi16.full-bleed-banner .full-bleed-image.interior-page h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 14px
}

.vi16.full-bleed-banner .full-bleed-image.interior-page .subheader {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0
}

.vi16.full-bleed-banner .full-bleed-image.left-aligned .banner-article {
    width: 580px;
    left: 50%;
    margin-left: -490px
}

.vi16.full-bleed-banner .full-bleed-image.center-aligned .banner-article {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    text-align: center
}

.vi16.full-bleed-banner .full-bleed-image h1 {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 44px;
    font-weight: normal;
    letter-spacing: .02em;
    line-height: 52px;
    margin-bottom: 20px
}

.vi16.full-bleed-banner .full-bleed-image .subheader {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 26px
}

.vi16.full-bleed-banner .full-bleed-image .attribution {
    line-height: 20px;
    font-size: 14px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin-top: 26px
}

.vi16.full-bleed-banner .full-bleed-image .attribution a {
    text-decoration: none
}

.vi16.full-bleed-banner .read-more-link {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    border-radius: 2px;
    padding: 13px 25px;
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.full-bleed-banner .show-on-landscape {
        display: block !important
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color {
        width: 100%
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .banner-article {
        display: block;
        float: none;
        position: static;
        width: 100%;
        padding: 18px 20px 30px;
        margin: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0;
        letter-spacing: .01em
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .subheader {
        font-size: 16px;
        line-height: 22px;
        margin: 14px 0 0;
        letter-spacing: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .video-player {
        float: none
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .banner-image {
        float: none;
        width: 100%;
        height: auto
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .read-more-link {
        margin: 21px 0 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image {
        width: 100%
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article {
        top: 28px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article.vertical-middle {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page .subheader {
        margin-bottom: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.left-aligned .banner-article {
        left: 45px;
        width: 330px;
        margin: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.center-aligned .banner-article {
        left: 50%;
        width: 450px;
        margin-left: -225px;
        text-align: center
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .banner-article {
        top: 41px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 14px;
        letter-spacing: .01em
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .subheader {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 24px;
        letter-spacing: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .video-player {
        float: none
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .banner-image {
        float: none;
        width: 100%;
        height: auto
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .read-more-link {
        font-size: 14px
    }
}

@media only screen and (max-width: 414px) {
    .blk-responsive .vi16.full-bleed-banner .show-on-landscape {
        display: none !important
    }

    .blk-responsive .vi16.full-bleed-banner .show-on-portrait {
        display: block !important
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .banner-article {
        padding: 18px 20px 25px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color h1 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .01em;
        margin: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .subheader {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        margin: 8px 0 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-color .read-more-link {
        margin: 18px 0 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article {
        top: 14px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page .banner-article.vertical-middle {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.interior-page h1 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .01em;
        margin-bottom: 7px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.left-aligned .banner-article {
        left: 30px;
        width: 250px;
        margin: 0
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image.center-aligned .banner-article {
        left: 50%;
        width: 300px;
        margin-left: -150px;
        text-align: center
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .banner-article {
        top: 14px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image h1 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .01em;
        margin-bottom: 8px
    }

    .blk-responsive .vi16.full-bleed-banner .full-bleed-image .subheader {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0
    }
}

.vi16 .social-share .icon-panel {
    position: fixed;
    top: 100px;
    bottom: auto;
    right: 20px;
    z-index: 2
}

.vi16 .social-share .icon-panel .trigger-icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: -4px -1439px;
    cursor: pointer
}

.vi16 .social-share .icon-panel .share-content {
    width: 50px
}

.vi16 .social-share .icon-panel .share-icon {
    height: 36px;
    width: 36px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: -1
}

.vi16 .social-share .icon-panel .share-icon.facebook {
    background-position: -2px -1557px
}

.vi16 .social-share .icon-panel .share-icon.twitter {
    background-position: -2px -1611px
}

.vi16 .social-share .icon-panel .share-icon.linkedin {
    background-position: -2px -1665px
}

.vi16 .social-share .icon-panel .share-icon.email {
    background-position: -2px -1503px;
    padding: 0
}

.vi16 .social-share .icon-panel .share-icon.line {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px 0 0 3px;
    box-sizing: border-box
}

.vi16 .social-share .icon-panel .share-icon.wechat {
    background-position: -2px -1719px;
    cursor: pointer
}

.vi16 .social-share .icon-panel .share-icon.wechat #qrcodeForWechat {
    position: relative;
    left: -250px;
    top: -200px;
    display: inline-block;
    border-radius: 3px;
    padding: 10px
}

.vi16 .social-share .icon-panel .share-icon.wechat #qrcodeForWechat span {
    display: block;
    padding: 10px;
    text-align: center;
    font: 12px "AvenirNextLight", Arial, sans-serif
}

.vi16 .social-share .icon-panel .share-icon.whatsapp {
    background-position: -9px -6971px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .social-share .icon-panel {
        top: auto;
        bottom: 15px;
        right: 12px
    }
}

.vi16 .article-list-wrapper .article-list {
    padding-top: 30px
}

.vi16 .article-list-wrapper .article-list.mobile {
    display: none
}

.vi16 .article-list-wrapper .article-list.desktop {
    display: block;
    max-width: 620px;
    margin: 0 auto
}

.vi16 .article-list-wrapper .article-list .header {
    font: normal 18px/24px "AvenirNextLight", Arial, sans-serif;
    padding-bottom: 20px
}

.vi16 .article-list-wrapper .article-list ul li {
    padding-bottom: 30px
}

.vi16 .article-list-wrapper .article-list ul li > div {
    float: left;
    box-sizing: border-box
}

.vi16 .article-list-wrapper .article-list ul li > div:first-child {
    padding-right: 20px;
    width: 210px
}

.vi16 .article-list-wrapper .article-list ul li > div:last-child {
    width: 410px
}

.vi16 .article-list-wrapper .article-list ul .cta-wrapper .cta span.label {
    font-size: 16px;
    line-height: 24px
}

.vi16 .article-list-wrapper .article-list ul .cta-wrapper .cta .icon {
    margin-right: 10px;
    width: 18px;
    font-size: 18px;
    text-align: right
}

.vi16 .article-list-wrapper .article-list ul .cta-wrapper .cta .label {
    font: normal 16px/20px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .article-list-wrapper .article-list ul .title, .vi16 .article-list-wrapper .article-list ul .date {
    font: normal 14px "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase
}

.vi16 .article-list-wrapper .article-list ul .title {
    padding-top: 4px
}

.vi16 .article-list-wrapper .article-list ul .date {
    padding-top: 7px
}

.vi16 .article-list-wrapper .article-list ul .author-block {
    padding-left: 28px;
    padding-top: 3px
}

.vi16 .article-list-wrapper .article-list ul .author-block .author {
    font: normal 14px/22px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .article-list-wrapper .article-list ul .author-block .author a {
    font: inherit
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .article-list-wrapper .article-list.desktop {
        display: none
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list.mobile {
        display: block
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list .header {
        font-size: 20px;
        text-align: center
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list .title-date {
        padding: 9px 0 5px 28px
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list ul > li {
        padding: 0 20px 22px 20px
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list ul > li > div {
        width: 100%
    }

    .blk-responsive .vi16 .article-list-wrapper .article-list .dot {
        display: inline-block;
        border-radius: 10px;
        width: 4px;
        height: 4px;
        margin: 0 2px 2px 2px;
        cursor: pointer
    }
}

.vi16 .flexi-dropdown header div.text-holder, .vi16 .flexi-dropdown section ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.vi16 .dynamic-posts-body .wrapper-980 {
    padding: 50px 165px;
    box-sizing: border-box
}

.vi16 .dynamic-posts-body .wrapper-980 .date {
    font-weight: bold
}

.vi16 .dynamic-posts-body .wrapper-980 .separator {
    width: 100%;
    height: 1px;
    margin: 50px 0
}

.vi16 .dynamic-posts-body .wrapper-980 h2 {
    font-family: "AvenirNextLight", Arial, sans-serif;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px !important;
    font-weight: normal
}

.vi16 .dynamic-posts-body .wrapper-980 h2:first-child {
    padding-top: 0
}

.vi16 .dynamic-posts-body .wrapper-980 .intro {
    font-size: 20px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0
}

.vi16 .dynamic-posts-body .wrapper-980 div[class^='.article-list-item-'] {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0 0 20px 0 !important;
    padding: 0 !important
}

.vi16 .dynamic-posts-body .wrapper-980 p {
    margin: 0 0 20px 0 !important;
    padding: 0 !important
}

.vi16 .dynamic-posts-body .wrapper-980 .image {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0
}

.vi16 .dynamic-posts-body .wrapper-980 .image img {
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0
}

.vi16 .dynamic-posts-body .wrapper-980 .biography {
    line-height: normal;
    margin-bottom: 18px;
    padding: 10px
}

.vi16 .dynamic-posts-body .wrapper-980 .biography h3 {
    font-weight: normal;
    padding: 10px 0
}

.vi16 .dynamic-posts-body .wrapper-980 .biography img {
    float: left
}

.vi16 .dynamic-posts-body .wrapper-980 .sitemap {
    font-size: 11px;
    line-height: 1.5em
}

.vi16 .dynamic-posts-body .wrapper-980 .vcard {
    font-style: italic
}

.vi16 .dynamic-posts-body .wrapper-980 .vcard span {
    display: block
}

.vi16 .dynamic-posts-body .wrapper-980 .vcard .fn, .vi16 .dynamic-posts-body .wrapper-980 .vcard .credit {
    font-weight: bold
}

.vi16 .dynamic-posts-body .wrapper-980 .footnotes {
    font-size: 11px;
    padding: 0 20px 20px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .dynamic-posts-body .wrapper-980 {
        padding: 30px 20px 50px !important
    }
}

.vi16.dynamic-posts-browse .wrapper-980 {
    box-sizing: border-box;
    padding: 0 10px
}

.vi16.dynamic-posts-browse .wrapper-980.just-one {
    width: 620px
}

.vi16.dynamic-posts-browse .body-wrapper {
    display: flex;
    padding-bottom: 60px
}

.vi16.dynamic-posts-browse .component-heading {
    padding: 60px 0 40px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16.dynamic-posts-browse .body {
    box-sizing: border-box;
    width: 480px;
    display: flex;
    flex-direction: column
}

.vi16.dynamic-posts-browse .body:first-child {
    padding-right: 80px
}

.vi16.dynamic-posts-browse .body:last-child {
    padding-left: 80px
}

.vi16.dynamic-posts-browse .just-one .body {
    padding: 0;
    border-left: 0;
    width: 100%
}

.vi16.dynamic-posts-browse h2 {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal
}

.vi16.dynamic-posts-browse .short-description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    flex: 1 0 auto
}

.vi16.dynamic-posts-browse .read-article {
    padding-top: 30px
}

.vi16.dynamic-posts-browse .read-article span, .vi16.dynamic-posts-browse .read-article a {
    font-weight: bold
}

.vi16.dynamic-posts-browse .read-article span {
    width: 10px;
    height: 10px
}

.vi16.dynamic-posts-browse .read-article a {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-decoration: none
}

.vi16.dynamic-posts-browse .read-article:hover * {
    opacity: .9
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.dynamic-posts-browse .wrapper-980.just-one {
        width: 100%
    }

    .blk-responsive .vi16.dynamic-posts-browse .body-wrapper {
        padding-bottom: 0;
        flex-direction: column
    }

    .blk-responsive .vi16.dynamic-posts-browse .body {
        width: 100%;
        padding: 0;
        padding-bottom: 40px
    }

    .blk-responsive .vi16.dynamic-posts-browse .body:not(:first-child) {
        padding-top: 40px;
        border-left: 0
    }
}

.vi16.topic-nav {
    width: 980px;
    margin: 0 auto
}

.vi16.topic-nav .topic-nav-container {
    padding: 46px 75px 12px 75px
}

.vi16.topic-nav .text-placeholder {
    padding-bottom: 32px
}

.vi16.topic-nav .text-placeholder h2, .vi16.topic-nav .text-placeholder h3, .vi16.topic-nav .text-placeholder h4 {
    padding-top: 0;
    width: 650px
}

.vi16.topic-nav .topic-nav-container h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 24px;
    width: 650px;
    margin: 0 auto
}

.vi16.topic-nav .topic-nav-container h2.blue {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 24px;
    margin: 0 auto
}

.vi16.topic-nav .topic-container {
    width: 238px;
    float: left;
    padding-left: 58px
}

.vi16.topic-nav .topic-container p {
    font-size: 16px;
    line-height: 24px
}

.vi16.topic-nav .topic-container h3 {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: center
}

.vi16.topic-nav .topic-container .image {
    text-align: center;
    padding-bottom: 10px
}

.vi16.topic-nav .topic-container p a {
    text-decoration: none
}

.vi16.topic-nav .topic-container.small-left .header {
    margin-bottom: 10px
}

.vi16.topic-nav .topic-container.small-left .header .image {
    float: left;
    text-align: left;
    padding: 0
}

.vi16.topic-nav .topic-container.small-left .header .image img {
    width: 50px;
    height: 50px;
    display: block
}

.vi16.topic-nav .topic-container.small-left .header h3 {
    margin-left: 60px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding: 0
}

.vi16.topic-nav .topic-container.small-left .short-des {
    font-size: 16px;
    text-align: left
}

.vi16.topic-nav .topic-container.small-left .read-more {
    text-align: left
}

.vi16.topic-nav .row-wrapper {
    margin-bottom: 35px;
    float: left
}

.vi16.topic-nav .row-wrapper > div:first-child {
    padding-left: 0
}

.vi16.topic-nav .row-wrapper.first {
    margin-bottom: 49px
}

.vi16.topic-nav .short-des {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-align: center
}

.vi16.topic-nav .read-more {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px
}

.vi16.topic-nav .read-more.blue a {
    text-decoration: none;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px
}

.vi16.topic-nav .read-more.magenta a {
    text-decoration: none;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px
}

.vi16.topic-nav .read-more a:hover {
    text-decoration: none
}

.vi16.topic-nav .desktop {
    display: block
}

.vi16.topic-nav .mobile {
    display: none
}

.vi16.topic-nav .ic-chevron-blue-small, .vi16.topic-nav .ic-chevron-magenta-small {
    display: inline-block;
    padding-left: 0
}

.vi16.topic-nav .row-wrapper.two-topics {
    padding-left: 121px
}

.vi16.topic-nav .row-wrapper.two-topics > div:first-child {
    padding-left: 0
}

.vi16.topic-nav .row-wrapper.two-topics .topic-container {
    padding-left: 112px
}

.vi16.topic-nav .row-wrapper.one-topic {
    float: none;
    margin-left: 35%
}

.vi16.topic-nav .text-placeholder .intro-dark-blue, .vi16.topic-nav .text-placeholder .intro-black, .vi16.topic-nav .text-placeholder .intro-dark-blue-border-bottom, .vi16.topic-nav .text-placeholder .intro-black-border-bottom {
    letter-spacing: 0;
    padding: 30px 0 38px 0;
    margin: 0 auto;
    font-size: 20px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    text-align: center;
    line-height: 32px;
    width: 650px
}

.vi16.topic-nav .text-placeholder a {
    text-decoration: none
}

.vi16.topic-nav .text-placeholder ul, .vi16.topic-nav .text-placeholder ol, .vi16.topic-nav .text-placeholder p {
    font-size: 16px;
    font-weight: normal;
    padding: 18px 0 0 0;
    margin: 0 auto;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    width: 650px
}

.vi16.topic-nav .text-placeholder ul {
    list-style-type: disc;
    padding-top: 12px
}

.vi16.topic-nav .text-placeholder ol {
    list-style-type: decimal;
    padding-top: 12px
}

.vi16.topic-nav .text-placeholder li {
    margin-top: 5px
}

.vi16.topic-nav .text-placeholder ul li {
    margin-left: 15px
}

.vi16.topic-nav .text-placeholder ol li {
    margin-left: 17px
}

.vi16.topic-nav .text-placeholder hr {
    border: 0;
    height: 0;
    margin: 0 auto;
    width: 650px
}

.vi16.topic-nav .text-placeholder h2, .vi16.topic-nav .text-placeholder h3, .vi16.topic-nav .text-placeholder h4 {
    font-size: 30px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-weight: normal;
    width: 650px;
    margin: auto;
    padding: 38px 0 0 0;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0
}

.vi16.topic-nav .text-placeholder h3 {
    font-size: 26px;
    line-height: 32px
}

.vi16.topic-nav .text-placeholder h4 {
    font-size: 22px;
    line-height: 28px
}

.vi16.topic-nav .text-placeholder .button-placeholder {
    text-align: center;
    margin-bottom: 50px
}

.vi16.topic-nav .text-placeholder .button {
    border-radius: 2px;
    padding: 10px 23px 10px 23px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: none
}

.vi16.topic-nav .text-placeholder .button-pdf {
    display: inline-block;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 23px 6px 45px;
    position: relative
}

.vi16.topic-nav .text-placeholder .button-pdf:hover {
    text-decoration: none
}

.vi16.topic-nav .text-placeholder .button-pdf:before {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    background-position: -12px -461px;
    content: "";
    position: absolute;
    width: 23px;
    height: 18px;
    top: 8px;
    left: 21px
}

.vi16.topic-nav .text-placeholder .button-pdf:hover::before {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    background-position: -12px -461px;
    content: "";
    position: absolute;
    width: 23px;
    height: 18px;
    top: 8px;
    left: 21px;
    background-position: -12px -488px
}

.vi16.topic-nav .text-placeholder .button:hover {
    padding: 10px 20px 10px 20px
}

.vi16.topic-nav .text-placeholder .giant-letter {
    font-size: 100px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    text-align: left;
    line-height: 84px;
    letter-spacing: 0;
    display: block;
    float: left;
    margin-right: 6px
}

.vi16.topic-nav .text-placeholder p.border-bottom, .vi16.topic-nav .text-placeholder .para-image p.border-bottom {
    padding-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
    width: 650px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.topic-nav {
        width: 100%
    }

    .blk-responsive .vi16.topic-nav .text-placeholder .intro-dark-blue, .blk-responsive .vi16.topic-nav .text-placeholder .intro-black, .blk-responsive .vi16.topic-nav .text-placeholder .intro-dark-blue-border-bottom, .blk-responsive .vi16.topic-nav .text-placeholder .intro-black-border-bottom, .blk-responsive .vi16.topic-nav .text-placeholder p, .blk-responsive .vi16.topic-nav .text-placeholder hr {
        width: auto;
        margin: 0 20px 0 20px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder .intro-dark-blue, .blk-responsive .vi16.topic-nav .text-placeholder .intro-black, .blk-responsive .vi16.topic-nav .text-placeholder .intro-dark-blue-border-bottom, .blk-responsive .vi16.topic-nav .text-placeholder .intro-black-border-bottom {
        padding-bottom: 10px;
        font-size: 16px;
        text-align: center;
        line-height: 22px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder .intro-dark-blue-border-bottom, .blk-responsive .vi16.topic-nav .text-placeholder .intro-black-border-bottom {
        padding-bottom: 23px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder h2, .blk-responsive .vi16.topic-nav .text-placeholder .h2-green, .blk-responsive .vi16.topic-nav .text-placeholder .h2-dark-blue {
        font-size: 20px;
        line-height: 24px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder h3, .blk-responsive .vi16.topic-nav .text-placeholder .h3-green, .blk-responsive .vi16.topic-nav .text-placeholder .h3-dark-blue {
        font-size: 18px;
        line-height: 22px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder h4, .blk-responsive .vi16.topic-nav .text-placeholder .h4-green, .blk-responsive .vi16.topic-nav .text-placeholder .h4-dark-blue {
        font-size: 16px;
        line-height: 20px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder hr {
        width: auto
    }

    .blk-responsive .vi16.topic-nav .text-placeholder p, .blk-responsive .vi16.topic-nav .text-placeholder UL, .blk-responsive .vi16.topic-nav .text-placeholder OL {
        padding-top: 14px;
        padding-right: 0;
        width: auto;
        font-size: 14px;
        line-height: 20px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder UL, .blk-responsive .vi16.topic-nav .text-placeholder OL {
        padding-right: 20px;
        margin-left: 35px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder li {
        margin-left: 0;
        margin-top: 4px;
        line-height: 20px;
        width: 100%
    }

    .blk-responsive .vi16.topic-nav .text-placeholder ol li {
        margin-left: 5px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder .giant-letter {
        font-size: 70px;
        font-family: "AvenirNextLight", Arial, sans-serif;
        line-height: 75px;
        padding-top: 0;
        margin-top: -5px
    }

    .blk-responsive .vi16.topic-nav .text-placeholder p.border-bottom {
        padding-bottom: 22px;
        padding-left: 0;
        padding-right: 0;
        width: auto
    }

    .blk-responsive .vi16.topic-nav .text-placeholder h2, .blk-responsive .vi16.topic-nav .text-placeholder h3, .blk-responsive .vi16.topic-nav .text-placeholder h4 {
        padding-top: 0;
        padding-bottom: 0;
        width: auto
    }

    .blk-responsive .vi16.topic-nav .topic-container {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-bottom: 29px
    }

    .blk-responsive .vi16.topic-nav .row-wrapper {
        float: none;
        padding-left: 0;
        margin-bottom: 0
    }

    .blk-responsive .vi16.topic-nav .row-wrapper.first {
        margin-bottom: 0
    }

    .blk-responsive .vi16.topic-nav .topic-nav-container h2 {
        padding-bottom: 22px;
        font-size: 20px;
        line-height: 24px;
        width: auto
    }

    .blk-responsive .vi16.topic-nav .read-more.blue a, .blk-responsive .vi16.topic-nav .read-more.magenta a {
        font-size: 14px
    }

    .blk-responsive .vi16.topic-nav .topic-container h3 {
        font-size: 18px;
        line-height: 22px
    }

    .blk-responsive .vi16.topic-nav .short-des {
        font-size: 16px;
        line-height: 20px
    }

    .blk-responsive .vi16.topic-nav .row-wrapper.two-topics .topic-container {
        padding-left: 0
    }

    .blk-responsive .vi16.topic-nav .topic-nav-container {
        padding: 35px
    }

    .blk-responsive .vi16.topic-nav .row-wrapper.one-topic {
        margin-left: 0
    }

    .blk-responsive .vi16.topic-nav .text-placeholder .button-placeholder {
        margin-bottom: 50px
    }
}

.vi16 .flexi-dropdown {
    max-width: 620px;
    display: inline-block;
    position: relative
}

.vi16 .flexi-dropdown header div.text-holder, .vi16 .flexi-dropdown section ul li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@keyframes slideInUp {
    0.00% {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
        visibility: visible;
        top: -30px
    }
    80.00% {
        opacity: 1
    }
    100.00% {
        transform: translate3d(0, 0, 0);
        top: 0
    }
}

.vi16 .flexi-dropdown header {
    display: table;
    box-sizing: border-box
}

.vi16 .flexi-dropdown header div.text-holder, .vi16 .flexi-dropdown header span {
    display: table-cell
}

.vi16 .flexi-dropdown header div.text-holder {
    border: 0;
    outline: 0;
    padding: 0 0 2px 5px;
    height: 42px;
    min-width: 300px;
    max-width: 620px;
    text-align: left;
    text-transform: capitalize;
    font: normal normal normal 36px "AvenirNextLight", Arial, sans-serif
}

.vi16 .flexi-dropdown header .icon-holder {
    cursor: pointer;
    padding-left: 25px;
    padding-right: 5px
}

.vi16 .flexi-dropdown header .icon-holder i {
    font-size: 24px
}

.vi16 .flexi-dropdown header .icon-holder.down {
    display: table-cell
}

.vi16 .flexi-dropdown header .icon-holder.up {
    display: none
}

.vi16 .flexi-dropdown section {
    position: absolute;
    width: 100%;
    overflow: hidden
}

.vi16 .flexi-dropdown section ul {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    margin: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
    top: -1;
    animation-timing-function: ease-out;
    animation-duration: 250ms;
    animation-fill-mode: both
}

.vi16 .flexi-dropdown section ul li {
    height: 50px;
    text-transform: capitalize;
    font: normal normal normal 16px "AvenirNextRegular", Arial, sans-serif;
    line-height: 50px;
    list-style: none;
    cursor: pointer;
    text-align: left
}

.vi16 .flexi-dropdown section ul li:last-child {
    border-bottom: 0
}

.vi16 .flexi-dropdown.opened ul {
    display: block;
    animation-name: slideInUp
}

.vi16 .flexi-dropdown.opened .icon-holder.up {
    display: table-cell
}

.vi16 .flexi-dropdown.opened .icon-holder.down {
    display: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .flexi-dropdown {
        width: 100%
    }

    .blk-responsive .vi16 .flexi-dropdown header, .blk-responsive .vi16 .flexi-dropdown div.text-holder {
        width: 100%;
        font-size: 30px
    }
}

.vi16 .multi-column-teaser .row, .vi16 .multi-column-teaser .topic {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex
}

.vi16 .multi-column-teaser .wrapper-980 {
    padding: 80px 0;
    width: 940px
}

.vi16 .multi-column-teaser .row + .row {
    margin-top: 60px
}

.vi16 .multi-column-teaser .component-heading, .vi16 .multi-column-teaser .intro {
    width: 620px;
    margin: 0 auto;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin-bottom: 60px;
    text-align: center
}

.vi16 .multi-column-teaser .component-heading {
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.267em;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16 .multi-column-teaser .mb-30 {
    margin-bottom: 30px
}

.vi16 .multi-column-teaser .intro {
    font-size: 18px;
    line-height: 26px
}

.vi16 .multi-column-teaser .topic {
    margin-right: 20px;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.vi16 .multi-column-teaser .image-with-heading .image {
    text-align: center;
    width: 125px;
    height: 125px;
    margin: 0 auto
}

.vi16 .multi-column-teaser .image-with-heading .image img {
    max-width: 100%;
    max-height: 100%
}

.vi16 .multi-column-teaser .image-with-heading .heading {
    margin: 20px 0 20px 0;
    text-align: center
}

.vi16 .multi-column-teaser .image-with-heading .heading a, .vi16 .multi-column-teaser .image-with-heading .heading .label {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-family: "AvenirNextBold", Arial, sans-serif
}

.vi16 .multi-column-teaser [class^='cols-'] .row .topic:last-child {
    margin-right: 0
}

.vi16 .multi-column-teaser .cols-4 .topic {
    width: 220px;
    min-width: 220px
}

.vi16 .multi-column-teaser .cols-4 .heading {
    margin-bottom: 0
}

.vi16 .multi-column-teaser .cols-3 .topic {
    width: 290px;
    min-width: 290px;
    margin-right: 35px
}

.vi16 .multi-column-teaser .cols-2 .topic {
    width: 300px;
    min-width: 300px;
    margin: 0 80px
}

.vi16 .multi-column-teaser .cols-2 .row .topic:first-child {
    margin-right: 180px
}

.vi16 .multi-column-teaser .cols-2 .row .topic:last-child {
    margin-left: 0;
    margin-right: 80px
}

.vi16 .multi-column-teaser .description {
    font-size: 16px;
    line-height: 24px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

.vi16 .multi-column-teaser .link-list {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.vi16 .multi-column-teaser .link-list ul li + li {
    margin-top: 10px
}

.vi16 .multi-column-teaser .link-list ul li .label {
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .multi-column-teaser .read-more {
    text-align: center;
    transition: all 150ms ease-out;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .multi-column-teaser .row {
        margin-top: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk-responsive .vi16 .multi-column-teaser .row + .row {
        margin-top: 60px
    }

    .blk-responsive .vi16 .multi-column-teaser .component-heading, .blk-responsive .vi16 .multi-column-teaser .intro, .blk-responsive .vi16 .multi-column-teaser .wrapper-980 {
        width: 100%
    }

    .blk-responsive .vi16 .multi-column-teaser .wrapper-980 {
        padding: 80px 20px;
        box-sizing: border-box
    }

    .blk-responsive .vi16 .multi-column-teaser .topic {
        width: 100%;
        display: block;
        margin: 0
    }

    .blk-responsive .vi16 .multi-column-teaser .topic + .topic {
        margin-top: 60px
    }
}

.vi16.related-content .rel-content-wrapper {
    padding: 55px 20px
}

.vi16.related-content .rel-content-wrapper:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.vi16.related-content .rel-content-wrapper .card .content-panel {
    float: left;
    width: 378px
}

.vi16.related-content .rel-content-wrapper .card .content-panel:first-child {
    padding-right: 90px
}

.vi16.related-content .rel-content-wrapper .card .content-panel:last-child {
    padding-left: 90px
}

.vi16.related-content .rel-content-wrapper .card .content-panel .description {
    margin: 0 0 20px 0;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    height: 70px;
    overflow: hidden
}

.vi16.related-content .rel-content-wrapper .card .content-panel .title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    line-height: 32px;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: normal
}

.vi16.related-content .rel-content-wrapper .card .content-panel .title a:hover {
    text-decoration: none
}

.vi16.related-content .rel-content-wrapper .card.one .content-panel {
    width: 100%;
    border-right: 0
}

.vi16.related-content .rel-content-wrapper .section-header {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 26px 0;
    display: inline-block;
    text-transform: uppercase
}

.vi16.related-content .rel-content-wrapper .link-item {
    line-height: 32px
}

.vi16.related-content .rel-content-wrapper .link-item a {
    display: inline-block
}

.vi16.related-content .rel-content-wrapper .link-item a span.label {
    font-size: 16px;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16.related-content .rel-content-wrapper .link-item a.link-style i.icon {
    text-align: left
}

.vi16.related-content .rel-content-wrapper .link-item a.link-style span.label {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-weight: normal
}

.vi16.related-content .border-top-bottom {
    border-width: 1px 0;
    border-style: solid
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.related-content .rel-content-wrapper {
        padding: 35px 20px
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .card + .card .content-panel {
        border-bottom: none !important;
        padding-bottom: 0 !important
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .content-panel {
        display: block;
        width: 100%;
        padding: 0 !important;
        float: none;
        margin-bottom: 25px
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .content-panel:first-child {
        border-right: 0 !important;
        margin-bottom: 0;
        padding-top: 0 !important;
        padding-bottom: 30px !important
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .content-panel:last-child {
        padding-top: 30px !important;
        margin-bottom: 0 !important
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .content-panel .title {
        font-size: 20px;
        margin: 0 0 9px 0
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .content-panel .description {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
        margin-bottom: 30px
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .card.one .content-panel {
        border-bottom: 0 !important
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper .section-header {
        text-align: center
    }

    .blk-responsive .vi16.related-content .rel-content-wrapper.link-list.mobile .section-header, .blk-responsive .vi16.related-content .rel-content-wrapper.feature.mobile .section-header {
        margin-bottom: 0 !important
    }
}

.vi16 .crosslink-panel {
    text-align: center;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16 .crosslink-panel .crosslink-header {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    line-height: 24px;
    margin-top: 44px;
    padding: 0 75px
}

.vi16 .crosslink-panel .crosslink-body {
    margin-top: 19px;
    margin-bottom: 37px;
    padding: 0 75px
}

.vi16 .crosslink-panel .crosslink-body .cta-link {
    text-align: left;
    line-height: 20px;
    margin-bottom: 7px
}

.vi16 .crosslink-panel .crosslink-body .cta-link .cta .label {
    font: 16px/20px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .crosslink-panel .crosslink-body .first-column {
    display: inline-block;
    list-style-type: disc;
    vertical-align: top;
    max-width: 359px;
    padding-left: 18px
}

.vi16 .crosslink-panel .crosslink-body .second-column {
    margin-left: 72px;
    padding-left: 18px;
    display: inline-block;
    vertical-align: top;
    list-style-type: disc;
    max-width: 359px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .crosslink-panel .crosslink-header {
        font-size: 20px;
        margin-top: 26px;
        padding: 0 20px
    }

    .blk-responsive .vi16 .crosslink-panel .crosslink-body {
        margin-top: 8px;
        margin-bottom: 26px;
        padding: 0 55px 0 33px
    }

    .blk-responsive .vi16 .crosslink-panel .crosslink-body .cta-link {
        font-size: 16px;
        text-align: left;
        line-height: 22px
    }

    .blk-responsive .vi16 .crosslink-panel .crosslink-body .first-column, .blk-responsive .vi16 .crosslink-panel .crosslink-body .second-column {
        display: block;
        list-style-type: disc;
        margin-left: 20px
    }
}

.vi16.dynamic-article-list-wrapper .wrapper-980 {
    overflow: visible
}

.vi16 .dynamic-article-list {
    margin: 26px 165px 0 165px
}

.vi16 .dynamic-article-list .article-cntnr {
    margin-bottom: 33px;
    display: none
}

.vi16 .dynamic-article-list .article-cntnr .title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: normal
}

.vi16 .dynamic-article-list .article-cntnr .title a:hover {
    text-decoration: underline
}

.vi16 .dynamic-article-list .cta .icon.article, .vi16 .dynamic-article-list .cta .icon.education, .vi16 .dynamic-article-list .cta .icon.client-material, .vi16 .dynamic-article-list .cta .icon.case-study, .vi16 .dynamic-article-list .cta .icon.newsletter, .vi16 .dynamic-article-list .cta .icon.market-insight, .vi16 .dynamic-article-list .cta .icon.press-release, .vi16 .dynamic-article-list .cta .icon.retirement-institute {
    background-position: -15px -408px
}

.vi16 .dynamic-article-list .cta .icon.video {
    background-position: -15px -286px
}

.vi16 .dynamic-article-list .cta .icon.infographic {
    background-position: -15px -2573px
}

.vi16 .dynamic-article-list .cta .icon.audio {
    background-position: -15px -1841px
}

.vi16 .dynamic-article-list .cta .icon.blog {
    background-position: -15px -1963px
}

.vi16 .dynamic-article-list .cta .icon.event, .vi16 .dynamic-article-list .cta .icon.event-webinar {
    background-position: -15px -2207px
}

.vi16 .dynamic-article-list .cta .icon.pdf {
    background-position: -15px -2817px
}

.vi16 .dynamic-article-list .cta .icon.tool {
    background-position: -15px -3061px
}

.vi16 .dynamic-article-list .cta .icon.word {
    background-position: -15px -3183px
}

.vi16 .dynamic-article-list .cta .icon.arrow {
    background-position: -15px -164px
}

.vi16 .dynamic-article-list .cta .icon.chart {
    background-position: -15px -2085px
}

.vi16 .dynamic-article-list .article-cntnr .attribution a:hover {
    text-decoration: none
}

.vi16 .dynamic-article-list .article-cntnr .attribution {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 20px
}

.vi16 .dynamic-article-list .article-cntnr .attribution .attribution-text {
    display: inline-block;
    vertical-align: top
}

.vi16 .dynamic-article-list .article-cntnr .attribution a:hover {
    text-decoration: underline
}

.vi16 .dynamic-article-list .article-cntnr .description {
    margin: 4px 0 7px 0;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 20px
}

.vi16 .dynamic-article-list .article-cntnr .read-article {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    font-weight: 600
}

.vi16 .dynamic-article-list .load-more-wrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 50px
}

.vi16 .tile-box {
    display: none;
    width: 33.33%;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px
}

.vi16 .dynamic-tiles-list {
    padding: 20px 10px
}

.vi16 .dynamic-tiles-list .filter-articles {
    padding-top: 55px
}

.vi16 .dynamic-tiles-list .load-more-wrapper {
    text-align: center;
    width: 100%;
    padding: 40px 0 50px 0
}

.vi16 .dynamic-tiles-list .load-more-wrapper .load-more {
    display: inline-block
}

.vi16 .filter-articles {
    padding-top: 25px;
    padding-bottom: 50px;
    font-size: 14px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    position: relative;
    text-align: center
}

.vi16 .filter-articles .filter-label {
    font-size: 14px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin-right: 17px
}

.vi16 .filter-articles .filter-dropdown {
    text-align: center;
    font-weight: bold;
    position: relative;
    display: inline-block
}

.vi16 .filter-articles .filter-dropdown::after {
    content: "\203A";
    position: absolute;
    font-size: 24px;
    pointer-events: none;
    font-weight: 500;
    right: 12px;
    top: 8px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.vi16 .filter-articles .filter-dropdown::before {
    content: "";
    height: 100%;
    right: 30px;
    position: absolute
}

.vi16 .filter-articles .filter-dropdown select {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    padding: 5px 40px 5px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vi16 .filter-articles .filter-dropdown select::-ms-expand {
    display: none
}

.vi16 .filter-articles .filter-dropdown select option {
    font-size: 14px
}

.vi16 .tile-container {
    height: 491px;
    position: relative
}

.vi16 .tile-box:nth-child(3n) {
    margin-right: 0
}

.vi16 .tile-box .image {
    max-width: 313px;
    max-height: 194px;
    overflow: hidden
}

.vi16 .tile-box .image.imageColor {
    height: 194px
}

.vi16 .tile-box .category {
    font-size: 12px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    padding: 0 29px 0 29px;
    text-transform: uppercase;
    position: absolute;
    top: 216px
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    text-align: left;
    padding: 9px 29px 8px 29px;
    position: absolute;
    top: 234px
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .date {
    font-size: 13px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    text-align: left;
    padding: 0 29px 8px 29px;
    position: absolute;
    top: 295px
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .description {
    font-size: 14px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    line-height: 20px;
    text-align: left;
    padding: 0 29px 8px 29px;
    position: absolute;
    top: 341px
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .read-article {
    padding: 0 29px 0 29px;
    position: absolute;
    bottom: 20px;
    font-weight: bold
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .read-article .icon-sprite {
    display: none
}

.vi16 .dynamic-tiles-list .article-cntnr.tile-box .cta.link .label {
    line-height: 20px
}

.vi16 .dynamic-article-list.left .title {
    text-align: left;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 26px;
    line-height: 34px
}

.vi16 .dynamic-article-list.left .title a:hover {
    text-decoration: underline
}

.vi16 .dynamic-article-list.left .attribution {
    text-align: left;
    font-size: 13px
}

.vi16 .dynamic-article-list.left .description {
    text-align: left
}

.vi16 .dynamic-article-list.left .read-article {
    line-height: 20px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .dynamic-article-list {
        margin: 30px 20px 0 20px
    }

    .blk-responsive .vi16 .dynamic-article-list .article-cntnr .title {
        font-size: 20px;
        text-align: center;
        line-height: 24px
    }

    .blk-responsive .vi16 .dynamic-article-list .article-cntnr .description, .blk-responsive .vi16 .dynamic-article-list .article-cntnr .read-article {
        font-size: 14px;
        line-height: 20px
    }

    .blk-responsive .vi16 .dynamic-article-list .load-more-wrapper {
        padding-bottom: 40px
    }

    .blk-responsive .vi16 .dynamic-article-list .article-cntnr {
        margin-bottom: 23px
    }

    .blk-responsive .vi16 .dynamic-article-list .attribution .cta {
        width: 7%
    }

    .blk-responsive .vi16 .dynamic-article-list .attribution .attribution-text {
        width: 90%;
        text-align: left
    }

    .blk-responsive .vi16 .dynamic-article-list.left .article-cntnr .title {
        text-align: left
    }

    .blk-responsive .vi16 .dynamic-tiles-list {
        padding: 0 20px
    }

    .blk-responsive .vi16 .dynamic-tiles-list .tile-box {
        width: 100%
    }

    .blk-responsive .vi16 .dynamic-tiles-list .tile-box .image {
        max-width: none;
        max-height: none;
        overflow: none
    }

    .blk-responsive .vi16 .dynamic-tiles-list .tile-box .image img {
        width: 100%;
        height: auto
    }

    .blk-responsive .vi16 .dynamic-tiles-list .article-cntnr.tile-box .description {
        position: static
    }

    .blk-responsive .vi16 .dynamic-tiles-list .load-more-wrapper {
        padding: 0 0 50px 0
    }

    .blk-responsive .dynamic-tiles-list .article-cntnr.tile-box .read-article {
        position: static;
        padding-bottom: 17px
    }

    .blk-responsive .vi16 .dynamic-tiles-list .article-cntnr.tile-box .date {
        position: static
    }

    .blk-responsive .vi16 .tile-container {
        height: 100%
    }

    .blk-responsive .vi16 .tile-box .category {
        position: static;
        padding-top: 20px
    }

    .blk-responsive .vi16 .dynamic-tiles-list .article-cntnr.tile-box .title {
        position: static
    }
}

.vi16.featured-article .featured-tile {
    width: 617px;
    float: left;
    height: 258px;
    position: relative;
    margin: 30px 20px 0 20px
}

.vi16.featured-article .featured-article-section {
    padding: 0
}

.vi16.featured-article .featured-article-section.extra-padding-30 {
    padding-bottom: 30px
}

.vi16.featured-article .featured-tile .content {
    padding: 22px 30px 0 30px
}

.vi16.featured-article .featured-tile .category {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 14px
}

.vi16.featured-article .featured-tile .title {
    padding-top: 0;
    font-weight: normal;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin-top: -2px
}

.vi16.featured-article .featured-tile .title a:hover {
    text-decoration: underline
}

.vi16.featured-article .featured-tile .date {
    font-size: 13px;
    padding-top: 13px
}

.vi16.featured-article .featured-tile .date a {
    text-decoration: none
}

.vi16.featured-article .featured-tile a:hover {
    text-decoration: underline
}

.vi16.featured-article .featured-tile .author-block {
    display: inline;
    padding-left: 1px
}

.vi16.featured-article .featured-tile .separator {
    padding-left: 4px
}

.vi16.featured-article .featured-tile .description {
    padding-top: 17px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px
}

.vi16.featured-article .featured-tile .description p {
    line-height: 20px
}

.vi16.featured-article .featured-tile .text {
    position: absolute;
    bottom: 21px;
    left: 30px
}

.vi16.featured-article .featured-tile .text .cta .label {
    font-weight: bold
}

.vi16.featured-article .featured-tile .read-more {
    bottom: 40px;
    position: absolute
}

.vi16.featured-article .featured-tile .read-more .cta.link .label {
    padding-left: 0
}

.vi16.featured-article .market-content-box {
    position: relative;
    width: 298px;
    height: 258px;
    float: right;
    margin-top: 30px;
    margin: 30px 20px 0 0
}

.vi16.featured-article .market-content-box .content-area {
    padding-top: 22px
}

.vi16.featured-article .market-content-box .smallText {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 14px
}

.vi16.featured-article .market-content-box .headline {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 240px
}

.vi16.featured-article .market-content-box .cta.link {
    position: absolute;
    left: 20px;
    padding-top: 18px
}

.vi16.featured-article .market-content-box .content-area {
    padding: 23px 31px 23px 20px
}

.vi16.featured-article .article-list .mobile {
    display: none
}

.vi16.featured-article .article-list .desktop {
    display: block
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.featured-article .featured-tile {
        width: 100%;
        height: auto;
        float: none;
        position: static;
        margin: 0;
        border: 0
    }

    .blk-responsive .vi16.featured-article .featured-tile .content {
        padding: 22px 31px 0 31px
    }

    .blk-responsive .vi16.featured-article .featured-tile .cta {
        position: static
    }

    .blk-responsive .vi16.featured-article .featured-tile .description {
        padding-top: 20px
    }

    .blk-responsive .vi16.featured-article .featured-tile .text {
        position: static;
        padding-top: 0;
        padding-bottom: 24px
    }

    .blk-responsive .vi16.featured-article .article-list .desktop {
        display: none
    }

    .blk-responsive .vi16.featured-article .article-list .mobile {
        display: block
    }

    .blk-responsive .vi16.featured-article .market-content-box {
        width: auto;
        height: auto;
        float: none;
        margin: 20px 31px 0 31px
    }

    .blk-responsive .vi16.featured-article .market-content-box .cta.link {
        position: static;
        display: block;
        padding: 18px 0 20px 20px
    }
}

.vi16 .resource-list {
    width: 100%;
    position: relative
}

.vi16 .resource-list .content {
    padding: 30px 0 30px 0;
    width: 980px
}

.vi16 .resource-list .column {
    float: left;
    vertical-align: top;
    width: 375px
}

.vi16 .resource-list .column:first-child {
    padding: 0 30px 0 80px
}

.vi16 .resource-list .column:last-child.double {
    padding: 0 80px 0 30px;
    margin-left: -1px
}

.vi16 .resource-list .header {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px
}

.vi16 .resource-list .cta {
    display: inline-block;
    margin-top: 15px
}

.vi16 .resource-list .cta .label span {
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .resource-list .subtitle {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .resource-list .content {
        padding: 25px 20px 31px 20px;
        width: auto
    }

    .blk-responsive .vi16 .resource-list .header {
        padding: 10px 0 7px 0
    }

    .blk-responsive .vi16 .resource-list .column.single {
        padding: 0
    }

    .blk-responsive .vi16 .resource-list .column.double {
        border: 0;
        padding: 0
    }

    .blk-responsive .vi16 .resource-list .column.double:last-child .header {
        padding-top: 20px
    }

    .blk-responsive .vi16 .resource-list .cta {
        margin-top: 13px
    }

    .blk-responsive .vi16 .resource-list .subtitle {
        font-size: 13px;
        line-height: 18px;
        margin-top: -2px
    }
}

.vi16.navigation-banner, .vi16.hub-banner {
    overflow: hidden
}

.vi16.navigation-banner .cover, .vi16.hub-banner .cover {
    max-width: 1920px;
    height: 375px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.vi16.navigation-banner .cover:before, .vi16.navigation-banner .cover:after, .vi16.hub-banner .cover:before, .vi16.hub-banner .cover:after {
    position: absolute;
    content: '';
    top: 0;
    width: 1000px;
    height: 100%
}

.vi16.navigation-banner .cover:before, .vi16.hub-banner .cover:before {
    left: -1000px
}

.vi16.navigation-banner .cover:after, .vi16.hub-banner .cover:after {
    right: -1000px
}

.vi16 .content-panel {
    max-width: 940px;
    margin: 0 auto;
    height: 100%
}

.vi16 .content-panel header {
    float: left;
    max-width: 480px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.vi16 .content-panel .article-type {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 7px;
    text-transform: uppercase
}

.vi16 .content-panel .headline {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 44px;
    margin: 0 0 14px
}

.vi16 .content-panel .subheader {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 18px
}

.vi16 .content-panel nav {
    float: right;
    position: relative;
    top: 50%;
    width: 300px;
    height: 300px;
    transform: translateY(-50%)
}

.vi16 .content-panel nav .title {
    padding: 0 20px;
    overflow: hidden
}

.vi16 .content-panel nav .cta {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 49px;
    height: 49px;
    margin: 0 20px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    transition: color .2s
}

.vi16 .content-panel nav .cta .icon {
    float: right;
    margin: 0;
    line-height: 49px
}

.vi16 .content-panel nav .cta .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 49px;
    transition: color .2s
}

.vi16 .content-panel nav .cta.active .icon {
    float: none;
    margin-right: 6px
}

.vi16 .content-panel nav .cta:last-child {
    border-width: 0
}

.vi16.navigation-banner .cover {
    transition: all .5s ease
}

.vi16.navigation-banner .cover.bg-dark-overlay:hover {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5)
}

.vi16.navigation-banner .cover.bg-light-overlay:hover {
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.5)
}

.vi16.navigation-banner .content-panel nav .title {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase
}

.vi16.hub-banner .cover h1 {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 64px;
    font-weight: normal;
    line-height: 72px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 960px;
    margin: 0 auto
}

.vi16.hub-banner .cover.bg-dark-overlay {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2)
}

.vi16.hub-banner .cover.bg-light-overlay {
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.2)
}

.vi16.hub-banner .content-panel header {
    padding: 51px 0 52px;
    max-width: 540px;
    position: static;
    transform: none
}

.vi16.hub-banner .content-panel .headline {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 13px
}

.vi16.hub-banner .content-panel .subheader {
    margin: 0
}

.vi16.hub-banner .content-panel nav {
    height: 100%;
    top: -60px;
    padding-bottom: 20px;
    transform: none
}

.vi16.hub-banner .content-panel nav .title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.navigation-banner .cover {
        height: auto;
        box-shadow: none
    }

    .blk-responsive .vi16.navigation-banner .content-panel header {
        float: none;
        position: static;
        transform: none;
        height: 375px;
        padding: 40px 20px 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        max-width: 100%
    }

    .blk-responsive .vi16.navigation-banner .content-panel nav {
        float: none;
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        padding-bottom: 10px
    }

    .blk-responsive .vi16.navigation-banner .content-panel nav .title {
        padding: 5px 20px 0
    }

    .blk-responsive .vi16.hub-banner .cover h1 {
        font-size: 36px;
        line-height: 44px;
        margin: 0 20px
    }

    .blk-responsive .vi16.hub-banner .content-panel {
        margin: 0 auto 22px
    }

    .blk-responsive .vi16.hub-banner .content-panel header {
        float: none;
        padding: 31px 20px 0
    }

    .blk-responsive .vi16.hub-banner .content-panel nav {
        float: none;
        position: static;
        width: 100%
    }
}

.vi16 .author-bio {
    display: block;
    position: relative
}

.vi16 .author-bio .content {
    max-width: 650px;
    overflow: hidden;
    margin: 0 auto 9px
}

.vi16 .author-bio .name h1 {
    line-height: 44px;
    font-size: 36px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-weight: normal;
    margin: 37px 0 12px 0
}

.vi16 .author-bio .job-title {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: normal
}

.vi16 .author-bio .photo {
    border-radius: 50%;
    overflow: hidden;
    height: 142px;
    width: 142px;
    float: left;
    margin-right: 20px
}

.vi16 .author-bio .photo img {
    width: 142px
}

.vi16 .author-bio .description p, .vi16 .author-bio .description span {
    font-size: 16px;
    line-height: 24px
}

.vi16 .author-bio .description p a:hover, .vi16 .author-bio .description span a:hover {
    text-decoration: underline
}

.vi16 .author-bio .separator {
    height: 1px;
    margin-top: 45px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .author-bio {
        width: 100%
    }

    .blk-responsive .vi16 .author-bio .mobile-content {
        text-align: center;
        padding: 20px 20px 0 20px
    }

    .blk-responsive .vi16 .author-bio .name h1 {
        line-height: 30px;
        font-size: 24px;
        margin: 0 0 11px 0
    }

    .blk-responsive .vi16 .author-bio .job-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .blk-responsive .vi16 .author-bio .photo {
        height: 80px;
        width: 80px;
        float: initial;
        display: inline-block;
        margin-bottom: 17px
    }

    .blk-responsive .vi16 .author-bio .photo img {
        width: 80px
    }

    .blk-responsive .vi16 .author-bio .description {
        text-align: left
    }

    .blk-responsive .vi16 .author-bio .description p, .blk-responsive .vi16 .author-bio .description span {
        font-size: 14px;
        line-height: 20px
    }

    .blk-responsive .vi16 .author-bio .separator {
        margin-top: 45px
    }
}

.vi16 .main-nav.desktop {
    display: block;
    position: relative
}

.vi16 .main-nav.desktop .display-table {
    display: table
}

.vi16 .main-nav.desktop .display-table.tray-content {
    width: 100%;
    margin-top: 19px
}

.vi16 .main-nav.desktop .display-table.min-634 {
    width: 634px
}

.vi16 .main-nav.desktop .display-row {
    display: table-row
}

.vi16 .main-nav.desktop .display-row.next-row .menu-column {
    padding-top: 20px
}

.vi16 .main-nav.desktop .display-cell {
    display: table-cell
}

.vi16 .main-nav.desktop .display-cell.logo-box, .vi16 .main-nav.desktop .display-cell.menu, .vi16 .main-nav.desktop .display-cell.search-box {
    height: 50px;
    vertical-align: bottom;
    box-sizing: border-box
}

.vi16 .main-nav.desktop .display-cell.logo-box {
    padding: 0 21px 12px 0
}

.vi16 .main-nav.desktop .display-cell.menu {
    padding: 0 11px 0 11px;
    white-space: nowrap
}

.vi16 .main-nav.desktop .display-cell.search-box {
    width: 99%;
    padding-bottom: 14px
}

.vi16 .main-nav.desktop .display-cell.menu-column {
    padding-right: 25px;
    vertical-align: top
}

.vi16 .main-nav.desktop .display-cell .column-195 {
    max-width: 195px;
    min-width: 195px
}

.vi16 .main-nav.desktop .display-cell .column-305 {
    max-width: 305px;
    min-width: 305px
}

.vi16 .main-nav.desktop .display-cell.column-295 {
    width: 295px;
    padding: 0 25px 0 25px;
    vertical-align: top
}

.vi16 .main-nav.desktop .display-cell.column-195:first-child, .vi16 .main-nav.desktop .display-cell.column-305:first-child {
    padding-left: 12px
}

.vi16 .main-nav.desktop .logo {
    display: inline-block
}

.vi16 .main-nav.desktop .level-one {
    font: 16px "AvenirNextRegular", Arial, sans-serif;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 6px;
    display: block;
    text-decoration: none;
    padding: 0 10px 4px 10px
}

.vi16 .main-nav.desktop .tray, .vi16 .main-nav.desktop .search-tray {
    display: none;
    padding-bottom: 50px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 20
}

.vi16 .main-nav.desktop .tray .shadow-box, .vi16 .main-nav.desktop .search-tray .shadow-box {
    height: 0;
    box-shadow: 0 0 2px 2px rgba(193, 198, 200, 0.2)
}

.vi16 .main-nav.desktop .tray .tray-content, .vi16 .main-nav.desktop .search-tray .tray-content {
    display: none
}

.vi16 .main-nav.desktop .tray .menu-title, .vi16 .main-nav.desktop .search-tray .menu-title {
    text-transform: uppercase;
    font: 12px "AvenirNextBold", Arial, sans-serif;
    padding: 10px 0 12px 0;
    display: block;
    text-decoration: none;
    height: 15px;
    box-sizing: content-box
}

.vi16 .main-nav.desktop .tray .menu-item, .vi16 .main-nav.desktop .search-tray .menu-item {
    font: 16px/22px "AvenirNextRegular", Arial, sans-serif;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 9px
}

.vi16 .main-nav.desktop .tray .menu-item.leaf-node, .vi16 .main-nav.desktop .search-tray .menu-item.leaf-node {
    font: 14px/24px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .main-nav.desktop .tray .menu-item.inactive, .vi16 .main-nav.desktop .search-tray .menu-item.inactive {
    text-decoration: none;
    cursor: default
}

.vi16 .main-nav.desktop .tray a.cta, .vi16 .main-nav.desktop .search-tray a.cta {
    display: block
}

.vi16 .main-nav.desktop .tray a.cta .label, .vi16 .main-nav.desktop .search-tray a.cta .label {
    font: 16px/30px "AvenirNextRegular", Arial, sans-serif;
    cursor: pointer;
    padding-left: 0
}

.vi16 .main-nav.desktop .tray a.cta:hover .label, .vi16 .main-nav.desktop .search-tray a.cta:hover .label {
    text-decoration: none
}

.vi16 .main-nav.desktop .search-tray {
    padding: 0;
    border: 0;
    display: block
}

.vi16 .main-nav.desktop .search-tray .search-tray-content {
    height: 0
}

.vi16 .main-nav.desktop .search-tray .search-form {
    padding: 45px 20px 44px 0
}

.vi16 .main-nav.desktop .search-tray input.search-input {
    font: 24px "AvenirNextLight", Arial, sans-serif;
    border: 0;
    padding: 2px 5px 5px 5px;
    outline: 0;
    display: inline-block;
    width: 750px
}

.vi16 .main-nav.desktop .search-tray input.search-input::-ms-clear {
    display: none
}

.vi16 .main-nav.desktop .search-tray .search-button {
    cursor: pointer;
    font: 12px/25px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 20px 0 20px;
    float: right;
    margin-top: 5px
}

.vi16 .main-nav.desktop .search-tray .search-button.loading {
    background: transparent url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat scroll 95% 50%
}

.vi16 .main-nav.desktop .reset-button {
    border: 0;
    margin: 0 0 0 33px;
    outline: 0;
    text-indent: -500px;
    background-position: -9px -5459px;
    display: none;
    cursor: pointer;
    position: relative;
    bottom: 2px
}

.vi16 .main-nav.desktop .search-icon {
    background-position: -9px -5066px;
    height: 18px;
    width: 18px;
    float: right;
    cursor: pointer
}

.vi16 .main-nav.desktop .search-icon.close {
    background-position: -9px -5094px;
    height: 12px;
    width: 12px
}

.vi16 .main-nav.desktop .search-icon.disabled {
    cursor: default;
    background-position: -9px -6227px;
    height: 18px;
    width: 18px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete {
    top: 0 !important;
    min-width: 980px !important;
    position: relative;
    left: 0 !important;
    border: 0;
    padding: 15px 0 0 0
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-see-all {
    margin-top: 22px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-see-all a {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 28px 0 28px 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    padding: 7px 18px 7px 20px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-see-all a:hover {
    text-decoration: none
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-menu-item a, .vi16 .main-nav.desktop .search-results-main-nav .ui-menu-item > div {
    font: 18px/37px "AvenirNextRegular", Arial, sans-serif;
    padding-left: 10px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-category {
    font: 15px "AvenirNextRegular", Arial, sans-serif;
    padding: 13px 0 3px 10px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-category:first-child {
    padding-top: 7px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-category a {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 10px;
    margin-top: 3px
}

.vi16 .main-nav.desktop .search-results-main-nav .ui-autocomplete-category a:hover {
    text-decoration: none
}

.vi16 .main-nav.desktop .search-results-main-nav .unified-autocomplete.ui-autocomplete {
    max-height: none
}

.vi16 .main-nav.desktop .alert-bar .content {
    width: 980px;
    margin: auto;
    padding: 11px 0 9px 0
}

.vi16 .main-nav.desktop .alert-bar .content .display-cell {
    vertical-align: top
}

.vi16 .main-nav.desktop .alert-bar .content .display-cell.image-cell {
    width: 30px
}

.vi16 .main-nav.desktop .alert-bar .content .display-cell.text-cell {
    width: 100%;
    vertical-align: middle
}

.vi16 .main-nav.desktop .alert-bar .content .display-cell.close-cell {
    width: 15px;
    vertical-align: middle
}

.vi16 .main-nav.desktop .alert-bar .content .cta {
    margin: 4px 0 0 15px;
    text-decoration: none
}

.vi16 .main-nav.desktop .alert-bar .content .cta .label {
    padding: 0
}

.vi16 .main-nav.desktop .alert-bar .content .alert-icon {
    width: 30px;
    height: 30px;
    background-position: -9px -5880px;
    float: left
}

.vi16 .main-nav.desktop .alert-bar .content .close {
    width: 12px;
    height: 12px;
    background-position: -9px -5459px;
    cursor: pointer;
    float: right
}

.vi16-override-overflow {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important
}

.vi16 .main-nav.mobile {
    display: block
}

.vi16 .main-nav.mobile .nav-bar {
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 100
}

.vi16 .main-nav.mobile .space-holder {
    height: 60px
}

.vi16 .main-nav.mobile .display-table {
    display: table;
    width: 100%;
    height: 100%
}

.vi16 .main-nav.mobile .display-row {
    display: table-row
}

.vi16 .main-nav.mobile .display-cell {
    display: table-cell;
    vertical-align: middle
}

.vi16 .main-nav.mobile .icon-cell {
    min-width: 50px
}

.vi16 .main-nav.mobile .logo-cell {
    width: 100%;
    text-align: center
}

.vi16 .main-nav.mobile .nav-icon {
    cursor: pointer
}

.vi16 .main-nav.mobile .nav-icon.search {
    background-position: -9px -5852px;
    height: 18px;
    width: 18px;
    margin: 0 0 0 12px
}

.vi16 .main-nav.mobile .nav-icon.search.disabled {
    cursor: default;
    background-position: -9px -6227px;
    height: 18px;
    width: 18px
}

.vi16 .main-nav.mobile .nav-icon.search.close {
    background-position: -9px -5830px;
    height: 15px;
    width: 18px
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle {
    height: 15px;
    width: 18px
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle span {
    margin: 6px 0 0 19px
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle span:before {
    top: -6px
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle span:after {
    bottom: -6px
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle span, .vi16 .main-nav.mobile .nav-icon.menu-toggle span:before, .vi16 .main-nav.mobile .nav-icon.menu-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 18px;
    background: black;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle.close span:before, .vi16 .main-nav.mobile .nav-icon.menu-toggle.close span:after {
    top: 0
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle.close span:before {
    transform: rotate(45deg)
}

.vi16 .main-nav.mobile .nav-icon.menu-toggle.close span:after {
    transform: rotate(-45deg)
}

.vi16 .main-nav.mobile .overlay {
    position: fixed;
    top: 60px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
    display: block;
    box-sizing: border-box;
    transition: all 750ms ease-in-out
}

.vi16 .main-nav.mobile .overlay.menu, .vi16 .main-nav.mobile .overlay.search {
    height: 0;
    opacity: 0
}

.vi16 .main-nav.mobile .overlay.open.menu, .vi16 .main-nav.mobile .overlay.open.search {
    height: 100%;
    opacity: 1
}

.vi16 .main-nav.mobile .overlay.search .search-form {
    padding: 0
}

.vi16 .main-nav.mobile .overlay.search .search-input {
    border: 0;
    font: 18px "AvenirNextRegular", Arial, sans-serif;
    padding: 17px 40px 17px 10px;
    outline: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 20px 5px -20px #c1c6c8;
    -webkit-border-radius: 0
}

.vi16 .main-nav.mobile .overlay.search .reset-button, .vi16 .main-nav.mobile .overlay.search .search-button {
    display: none
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete-loading + .reset-button {
    background: url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat scroll 50% 50%;
    right: 0;
    width: 38px;
    display: inline-block;
    position: absolute;
    top: 21px;
    text-indent: -500px;
    border: 0
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete {
    left: 0 !important
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-autocomplete-category, .vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-autocomplete-see-all {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 0 6px 0;
    margin-bottom: 10px
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-autocomplete-category a, .vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-autocomplete-see-all a {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 2px
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-autocomplete-see-all a {
    float: left;
    margin-bottom: 10px
}

.vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-menu-item a, .vi16 .main-nav.mobile .overlay.search .ui-autocomplete .ui-menu-item > div {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .main-nav.mobile .overlay.menu .display-table, .vi16 .main-nav.mobile .overlay.menu .display-row, .vi16 .main-nav.mobile .overlay.menu .display-cell {
    display: block
}

.vi16 .main-nav.mobile .overlay.menu .nav-data.root-l2 {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .nav-data .level-two {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .view-space {
    width: 100%;
    height: 100%;
    padding-top: 3px;
    box-shadow: inset 0 20px 5px -20px #c1c6c8
}

.vi16 .main-nav.mobile .overlay.menu .view-space .main, .vi16 .main-nav.mobile .overlay.menu .view-space .sub {
    position: absolute;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 400ms ease-in-out;
    padding-bottom: 100px
}

.vi16 .main-nav.mobile .overlay.menu .view-space .main {
    left: 0;
    opacity: 1
}

.vi16 .main-nav.mobile .overlay.menu .view-space .sub {
    left: 100%;
    opacity: 0
}

.vi16 .main-nav.mobile .overlay.menu .view-space.next .main {
    left: -100%;
    opacity: 0
}

.vi16 .main-nav.mobile .overlay.menu .view-space.next .sub {
    left: 0;
    opacity: 1
}

.vi16 .main-nav.mobile .overlay.menu .level-one {
    cursor: pointer;
    font: 16px "AvenirNextRegular", Arial, sans-serif;
    border: 0;
    display: block;
    text-decoration: none;
    margin: 15px 10px 30px 20px
}

.vi16 .main-nav.mobile .overlay.menu .level-one .arrow {
    background-position: -9px -5811px;
    display: block;
    height: 10px;
    width: 6px;
    float: right;
    margin: 6px 15px 0 0
}

.vi16 .main-nav.mobile .overlay.menu .root-l1 .level-one:first-child {
    margin-top: 18px
}

.vi16 .main-nav.mobile .overlay.menu .root-l1 .level-one:last-child {
    margin-bottom: 17px
}

.vi16 .main-nav.mobile .overlay.menu .separator {
    height: 1px;
    width: 100%
}

.vi16 .main-nav.mobile .overlay.menu .signin .level-one {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 14px
}

.vi16 .main-nav.mobile .overlay.menu .countries .level-one .arrow {
    margin-top: 13px
}

.vi16 .main-nav.mobile .overlay.menu .usertypes .level-one {
    margin-top: 11px;
    margin-bottom: 0
}

.vi16 .main-nav.mobile .overlay.menu .countries {
    margin-bottom: 0
}

.vi16 .main-nav.mobile .overlay.menu .countries .sub-text {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    margin: 0 0 0 20px
}

.vi16 .main-nav.mobile .overlay.menu .countries .level-one {
    margin-top: 11px;
    margin-bottom: 0
}

.vi16 .main-nav.mobile .overlay.menu .countries .level-one a {
    text-decoration: none;
    font-size: 14px
}

.vi16 .main-nav.mobile .overlay.menu .languages {
    margin: 10px 0 0 15px
}

.vi16 .main-nav.mobile .overlay.menu .languages li {
    display: inline-block
}

.vi16 .main-nav.mobile .overlay.menu .languages li.separator {
    border-width: 0;
    font-size: 16px;
    height: auto;
    width: auto
}

.vi16 .main-nav.mobile .overlay.menu .languages li.selected a {
    font-weight: bold
}

.vi16 .main-nav.mobile .overlay.menu .languages li a {
    font: 16px "AvenirNextRegular", Arial, sans-serif;
    border: 0;
    margin: 5px;
    text-decoration: none
}

.vi16 .main-nav.mobile .overlay.menu .sitelinks {
    margin: 15px 0 0 0
}

.vi16 .main-nav.mobile .overlay.menu .sitelinks .level-one {
    margin: 0;
    padding: 17px 10px 17px 20px;
    background-position: right 10px center
}

.vi16 .main-nav.mobile .overlay.menu .usercontacts {
    margin: 15px 0 0 0
}

.vi16 .main-nav.mobile .overlay.menu .usercontacts .level-one {
    margin-top: 11px;
    margin-bottom: 0
}

.vi16 .main-nav.mobile .overlay.menu .usercontacts .level-one a {
    font-size: 14px
}

.vi16 .main-nav.mobile .overlay.menu .usercontacts .level-one .fa-angle-down {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .usercontacts .cta .label {
    font: 14px "AvenirNextRegular", Arial, sans-serif;
    padding-left: 20px
}

.vi16 .main-nav.mobile .overlay.menu .sub .static-content {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .sub.dark {
    top: -3px
}

.vi16 .main-nav.mobile .overlay.menu .sub.dark .level-one .arrow {
    background-position: -9px -5937px
}

.vi16 .main-nav.mobile .overlay.menu .sub .level-one {
    font: 16px "AvenirNextRegular", Arial, sans-serif;
    display: inline-block;
    margin: 15px 0 0 20px;
    padding: 0 10px 10px 0
}

.vi16 .main-nav.mobile .overlay.menu .sub .level-one .arrow {
    background-position: -9px -5920px;
    float: left;
    margin: 6px 7px 0 0
}

.vi16 .main-nav.mobile .overlay.menu .sub .level-one .signin {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .sub .level-one #contactsModalHost .fa-angle-down {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu .sub .level-two {
    padding: 0 50px 0 20px;
    margin: -1px 0 0 0
}

.vi16 .main-nav.mobile .overlay.menu .sub .select-label {
    text-transform: uppercase;
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    margin: 20px 0 22px 0;
    display: block;
    letter-spacing: 2px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content {
    margin-top: -1px;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    height: auto
}

.vi16 .main-nav.mobile .overlay.menu .tray-content a.cta {
    display: block;
    margin-left: 10px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content a.cta:last-child {
    margin-bottom: 5px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content a.cta .label {
    font: 16px/30px "AvenirNextRegular", Arial, sans-serif;
    margin-left: 0
}

.vi16 .main-nav.mobile .overlay.menu .tray-content a.cta:hover .label {
    text-decoration: underline
}

.vi16 .main-nav.mobile .overlay.menu .tray-content .menu-title {
    text-transform: uppercase;
    font: 12px "AvenirNextBold", Arial, sans-serif;
    margin: 25px 0 14px 0;
    display: block;
    text-decoration: none;
    letter-spacing: 2px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content .menu-item {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    display: block;
    margin-top: 8px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content .menu-item:last-child {
    margin-bottom: 5px
}

.vi16 .main-nav.mobile .overlay.menu .tray-content .menu-item.leaf-node {
    font: 14px/32px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .main-nav.mobile .overlay.menu .tray-content .menu-item.inactive {
    text-decoration: none
}

.vi16 .main-nav.mobile .overlay.menu .signin .level-one .person {
    background-position: -9px -5791px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px
}

.vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two p.list-header {
    text-transform: uppercase;
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    margin: 25px 0 14px 0;
    display: block;
    text-decoration: none;
    padding: 0;
    letter-spacing: 2px
}

.vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two .list-item a, .vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two li a {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    display: block;
    margin: 9px 0 0 0
}

.vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two .list-caption a {
    font: 14px "AvenirNextBold", Arial, sans-serif;
    display: block;
    text-decoration: none;
    margin-top: 22px
}

.vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two ul, .vi16 .main-nav.mobile .overlay.menu .account-list-container.level-two li {
    list-style-type: none
}

.vi16 .main-nav.mobile .overlay.menu #usertypesBlock li {
    list-style-type: none;
    height: 35px
}

.vi16 .main-nav.mobile .overlay.menu #usertypesBlock li a span {
    font: 16px/45px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .main-nav.mobile .overlay.menu #countriesBlock a {
    display: block;
    height: auto;
    width: auto;
    padding: 0 0 0 36px;
    font: 16px "AvenirNextRegular", Arial, sans-serif;
    margin: 14px 15px 14px 0
}

.vi16 .main-nav.mobile .overlay.menu #countriesBlock a.responsive-nav-back {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu #sitelinksBlock .section-list .heading {
    margin: 26px 0 11px 0
}

.vi16 .main-nav.mobile .overlay.menu #sitelinksBlock .section-list .heading .label {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 2px
}

.vi16 .main-nav.mobile .overlay.menu #sitelinksBlock .section-list li {
    margin: 0 0 7px 0;
    line-height: 1.2em
}

.vi16 .main-nav.mobile .overlay.menu #sitelinksBlock .section-list li .label {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .main-nav.mobile .overlay.menu #sitelinksBlock .social-share-cntnr {
    display: none
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock p {
    margin-bottom: initial;
    line-height: initial
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock .title {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 22px 0;
    text-transform: uppercase
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock .contacts-container {
    margin: 40px 0 0
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock .one-half {
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 40px 0 0
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock .one-half .details {
    margin: 0 0 0 110px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figure {
    float: left;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 0
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption {
    font-family: "AvenirNextMedium", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .designation {
    font-family: "AvenirNextMedium", Arial, sans-serif;
    margin-bottom: 12px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .name {
    font-family: "AvenirNextBold", Arial, sans-serif
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .mail {
    display: block;
    word-wrap: break-word
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .timetrade {
    display: table;
    margin-top: 10px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .timetrade .tt-calendar {
    display: table-cell;
    font-size: 18px;
    line-height: 1.4
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .timetrade .tt-calendar .icon {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .timetrade .tt-calendar svg path {
    fill: #073586
}

.vi16 .main-nav.mobile .overlay.menu #userContactsBlock figcaption .timetrade a {
    display: table-cell;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px
}

.vi16 .main-nav.mobile .alert-bar {
    padding: 10px;
    box-sizing: border-box;
    height: auto
}

.vi16 .main-nav.mobile .alert-bar .image-cell {
    min-width: 30px;
    vertical-align: top
}

.vi16 .main-nav.mobile .alert-bar .text-cell {
    width: 100%;
    padding: 4px 0 0 0;
    vertical-align: middle
}

.vi16 .main-nav.mobile .alert-bar .close-cell {
    min-width: 50px;
    vertical-align: middle
}

.vi16 .main-nav.mobile .alert-bar .alert-icon {
    width: 25px;
    height: 25px;
    background-position: -9px -5954px
}

.vi16 .main-nav.mobile .alert-bar .cta .label {
    font: 14px "AvenirNextRegular", Arial, sans-serif;
    padding: 0
}

.vi16 .main-nav.mobile .alert-bar .close {
    width: 12px;
    height: 12px;
    background-position: -9px -5459px;
    cursor: pointer;
    float: right
}

.vi16 .masthead .wrapper-980 {
    overflow: visible
}

.vi16 .masthead .wrapper-980.main-section {
    min-height: 50px
}

.vi16 .masthead .wrapper-980 #registrationOverlay {
    display: none
}

.vi16 .masthead .wrapper-980 #registrationOverlay .overlay-content {
    text-align: left;
    margin-left: 5%;
    font-size: 12px
}

.vi16 .masthead .wrapper-980 #registrationOverlay h3 {
    text-align: center;
    margin-bottom: 20px
}

.vi16 .masthead .siteUtils .selectCountry.showdropdown .dropdownMenu {
    height: 500px;
    z-index: 25
}

.vi16 .masthead .contacts-link {
    padding: 4px 10px;
    outline: 0
}

.vi16 .masthead .contacts-link .cta.link .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px
}

.vi16 .masthead .site-link-wrapper {
    z-index: 35;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s cubic-bezier(0.555, 0.03, 0.425, 0.96);
    -moz-transition: max-height .7s cubic-bezier(0.555, 0.03, 0.425, 0.96);
    transition: max-height .7s cubic-bezier(0.555, 0.03, 0.425, 0.96)
}

.vi16 .masthead .site-link-wrapper.active {
    max-height: 600px
}

.vi16 .masthead .contacts-modal-host {
    font-size: 14px;
    padding: 7px 10px;
    outline: 0
}

.vi16 .masthead .country-selector {
    width: 620px;
    vertical-align: top;
    position: absolute;
    z-index: 34;
    display: none;
    box-shadow: 0 2px 2px rgba(12, 13, 14, 0.2);
    right: 0;
    padding-bottom: 13px;
    margin-top: -1px
}

.vi16 .masthead .dropdown-menu.user-types {
    display: none;
    position: absolute;
    width: 270px;
    z-index: 29;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    margin-top: -1px;
    right: 0;
    box-shadow: 0 2px 2px rgba(12, 13, 14, 0.2)
}

.vi16 .masthead .dropdown-menu.user-types li span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 8px
}

.vi16 .masthead .dropdown-menu.user-types li span.message {
    font-size: 11px
}

.vi16 .masthead .show {
    display: block !important
}

.vi16 .masthead .hide {
    display: none !important
}

.vi16 .masthead .siteUtils .selectCountry.showdropdown .dropdownMenu.first {
    padding-bottom: 20px
}

.vi16 .masthead .siteUtils .selectCountry.showdropdown .dropdownMenu.second, .vi16 .masthead .siteUtils .selectCountry.showdropdown .dropdownMenu.third {
    height: 445px
}

.vi16 .masthead a {
    text-decoration: none
}

.vi16 .masthead .siteUtils {
    font-size: 13px;
    display: inline-block
}

.vi16 .masthead .login.account-access-login {
    display: inline-block;
    margin-left: 0;
    position: relative
}

.vi16 .masthead .login .padlock {
    display: none
}

.vi16 .masthead .account-list-container {
    width: 225px;
    position: absolute;
    padding: 13px 24px 15px 24px;
    text-align: left;
    z-index: 36;
    display: none;
    right: 0;
    box-shadow: 0 2px 2px rgba(12, 13, 14, 0.2);
    margin-top: -1px
}

.vi16 .masthead .siteUtils > li, .vi16 .masthead .selectLanguage li, .vi16 .masthead .login.dropdown {
    display: inline-block;
    position: relative
}

.vi16 .masthead .siteUtils > li > span, .vi16 .masthead .selectLanguage li > span, .vi16 .masthead .login.dropdown > span {
    display: inline-block;
    padding: 4px 12px;
    z-index: 35
}

.vi16 .masthead .selectLanguage .list-horizontal {
    padding: 4px 12px;
    line-height: 22px
}

.vi16 .masthead .selectLanguage li.separator {
    padding: 0 5px
}

.vi16 .masthead .selectLanguage li.selected {
    font-weight: 600
}

.vi16 .masthead .dropdownMenu {
    vertical-align: top;
    text-align: left;
    display: inline-block
}

.vi16 .masthead .accLink, .vi16 .masthead legend, .vi16 .masthead label {
    display: none
}

.vi16 .masthead .siteUtils .selectCountry {
    position: relative
}

.vi16 .masthead .siteUtils span.hover-box {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    position: relative
}

.vi16 .masthead .siteUtils .selectUserType span.hover-box {
    z-index: 30
}

.vi16 .masthead .siteUtils span.hover-box.shadow {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    box-shadow: 0 -1px 1px rgba(12, 13, 14, 0.2)
}

.vi16 .masthead .login span.hover-box.shadow {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    box-shadow: 0 -1px 2px rgba(12, 13, 14, 0.2)
}

.vi16 .masthead span.hover-box .ic-down-arrow-16 {
    display: inline-block;
    width: 8px;
    height: 6px;
    cursor: pointer;
    margin-left: 1px
}

.vi16 .masthead .siteUtils .dropdownMenu .responsive-nav-header, .vi16 .masthead .siteUtils .selectCountry .dropdownMenu .responsive-nav-header, .vi16 .masthead .siteUtils .dropdownMenu .responsive-nav-back {
    display: none
}

.vi16 .masthead .siteUtils .selectCountry .dropdownMenu {
    width: 200px
}

.vi16 .masthead .siteUtils .selectCountry .dropdownMenu > li {
    display: block;
    font-size: 14px;
    line-height: 34px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    padding: 0 0 0 25px
}

.vi16 .masthead .siteUtils a {
    font-size: 13px;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .masthead .details {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 21px 0 20px 25px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase
}

.vi16 .masthead .login span.hover-box {
    padding: 2px 11px 2px 12px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 37
}

.vi16 .masthead .login span.hover-box .ic-desktop-sign-in-16 {
    width: 15px;
    height: 10px;
    display: inline-block
}

.vi16 .masthead .login a {
    padding: 5px 0;
    display: inline-block;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px
}

.vi16 .masthead .account-list-container a {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 27px
}

.vi16 .masthead .site-selector-cntnr {
    cursor: pointer
}

.vi16 .masthead .toggle {
    float: none;
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    cursor: pointer
}

.vi16 .masthead .toggle.expand-black-icon {
    background-position: -9px -4906px
}

.vi16 .masthead .toggle.collapse-black-icon {
    background-position: -9px -4986px
}

.vi16 .masthead .site-label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block
}

.vi16 .masthead .site-link-cntnr {
    padding: 25px 0 55px 0;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px
}

.vi16 .masthead .campaign-content {
    width: 299px;
    margin-right: 36px;
    display: inline-block;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px !important
}

.vi16 .masthead .campaign-content img {
    height: 185px
}

.vi16 .masthead .campaign-content h2, .vi16 .masthead .campaign-content h3 {
    line-height: 24px;
    font-weight: 600;
    margin: 22px 0 10px 0;
    font-size: 14px
}

.vi16 .masthead .campaign-content p {
    line-height: 18px;
    margin: 10px 0 0 0;
    font-weight: 600
}

.vi16 .masthead .logo {
    margin-bottom: 30px
}

.vi16 .masthead .logo .close {
    cursor: pointer
}

.vi16 .masthead .section-cntnr {
    display: inline-block;
    vertical-align: top;
    width: 640px
}

.vi16 .masthead .section-list {
    width: 190px;
    display: inline-block;
    margin-right: 28px;
    vertical-align: top
}

.vi16 .masthead .section-list:nth-child(3) {
    margin-right: 0;
    width: 197px
}

.vi16 .masthead .section-list:nth-child(4), .vi16 .masthead .section-list:nth-child(5) {
    margin-top: 7px
}

.vi16 .section-list .heading .cta.link .label {
    font-weight: 600;
    font-size: 12px
}

.vi16 .section-list .cta.link .label {
    line-height: 24px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    padding-left: 0;
    font-weight: normal
}

.vi16 .masthead .section-list .heading {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "AvenirNextBold", Arial, sans-serif
}

.vi16 .masthead .section-list ul li {
    line-height: 9px
}

.vi16 .masthead .announcement {
    display: inline-block;
    vertical-align: middle
}

.vi16 .masthead .mastheadByline {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
    padding: 4px 11px
}

.vi16 .masthead .mastheadByline p {
    line-height: 22px
}

.vi16 .masthead .announcement .cta.link .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
    padding: 4px 11px
}

.vi16 .masthead .announcement .cta.link .short.label {
    display: none
}

.vi16 .masthead .social-share-cntnr {
    margin-top: 10px;
    text-align: right
}

.vi16 .masthead .social-share-cntnr p {
    line-height: 24px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px
}

.vi16 .masthead .social-share-cntnr .social-links {
    text-align: left;
    display: inline-block
}

.vi16 .masthead .social-share-cntnr .links-wrapper {
    margin-right: 13px;
    display: inline-block
}

.vi16 .masthead .social-share-cntnr .links-wrapper:last-child {
    margin-right: 0
}

.vi16 .masthead .social-share-cntnr .links-wrapper a {
    display: inline-block
}

.vi16 .masthead .social-share-cntnr .links-wrapper .social-fa-icon {
    font-size: 24px
}

.vi16 .masthead .social-share-cntnr .links-wrapper .social-fa-icon.fa-blk-blog-square:before {
    content: "\f143"
}

.vi16 .masthead .social-share-cntnr .links-wrapper .social-fa-icon.fa-wechat-square:before {
    content: "\f1d7"
}

.vi16 .masthead .list-header {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.vi16 .masthead .account-list-container .list-caption a {
    font-weight: 600;
    padding: 0;
    display: block
}

.vi16 .masthead .account-list-container .list-caption a:hover .ic-right-arrow-12 {
    background-position: -9px -5436px
}

.vi16 .masthead .account-list-container .list-header {
    padding: 4px 0 5px 0
}

.vi16 .masthead .account-list-container .list {
    margin-bottom: 15px
}

.vi16 .masthead .account-list-container .list .list-item a, .vi16 .masthead .account-list-container .list .list-caption a {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 27px;
    padding: 0;
    display: block;
    position: relative
}

.vi16 .masthead .account-list-container .list .list-item a:hover .ic-right-arrow-12, .vi16 .masthead .account-list-container .list .list-caption a:hover .ic-right-arrow-12 {
    background-position: -9px -5436px
}

.vi16 .masthead .account-list-container .ic-right-arrow-12 {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin: 7px 0 0 0;
    float: right
}

.vi16 .masthead .login-box {
    width: 100%;
    min-width: 160px;
    box-sizing: border-box;
    padding: 10px 10px 10px 0
}

.vi16 .masthead .login .login-box a {
    font-size: 14px;
    line-height: 27px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    padding: 0 10px
}

.vi16 .masthead .selectCountry a {
    font-size: 13px
}

.vi16 .masthead #sitelinksBlock, .vi16 .masthead #countriesBlock, .vi16 .masthead #signinBlock {
    display: inline
}

.contacts-dialog.ui-widget a {
    outline: 0
}

.contacts-dialog.ui-widget p {
    margin-bottom: initial;
    line-height: initial
}

.contacts-dialog.ui-widget .ui-dialog-titlebar {
    border: 0 none;
    padding: 0
}

.contacts-dialog.ui-widget .ui-dialog-titlebar-close {
    right: 15px;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 3;
    top: 26px
}

.contacts-dialog.ui-widget .ui-dialog-content {
    display: block !important;
    padding: 13px 15px
}

.contacts-dialog.ui-widget .title {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
    text-transform: uppercase
}

.contacts-dialog.ui-widget .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.contacts-dialog.ui-widget .contacts-container {
    margin: 40px 0 0;
    padding: 40px 0 20px
}

.contacts-dialog.ui-widget .one-half {
    float: left;
    width: 50%
}

.contacts-dialog.ui-widget .one-half.center-aligned {
    float: none;
    margin: 0 auto;
    width: 55%
}

.contacts-dialog.ui-widget figure {
    float: left;
    width: 140px;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin: 0 10px 0 0
}

.contacts-dialog.ui-widget figcaption {
    font-family: "AvenirNextMedium", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.contacts-dialog.ui-widget figcaption .designation {
    font-family: "AvenirNextMedium", Arial, sans-serif;
    margin-bottom: 12px
}

.contacts-dialog.ui-widget figcaption .name {
    font-family: "AvenirNextBold", Arial, sans-serif
}

.contacts-dialog.ui-widget figcaption .mail {
    display: block;
    word-wrap: break-word
}

.contacts-dialog.ui-widget figcaption .timetrade {
    display: table;
    margin-top: 10px
}

.contacts-dialog.ui-widget figcaption .timetrade .tt-calendar {
    display: table-cell;
    font-size: 18px;
    line-height: 1.4
}

.contacts-dialog.ui-widget figcaption .timetrade .tt-calendar .icon {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px
}

.contacts-dialog.ui-widget figcaption .timetrade .tt-calendar svg path {
    fill: #073586
}

.contacts-dialog.ui-widget figcaption .timetrade a {
    display: table-cell;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px
}

.contacts-dialog-overlay.ui-widget-overlay {
    opacity: .5
}

.vi16 .tinymce .scrollable {
    overflow-x: auto
}

.vi16 .tinymce .scrollable.has-scroll {
    position: relative;
    overflow: hidden
}

.vi16 .tinymce .scrollable.has-scroll > div {
    overflow-x: auto
}

.vi16 .tinymce .scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -10px 0 10px #a09898;
    content: ''
}

.vi16 .tinymce .scrollable > div::-webkit-scrollbar {
    height: 12px
}

.vi16 .tinymce .scrollable > div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset
}

.vi16 .tinymce .scrollable > div::-webkit-scrollbar-thumb {
    border-radius: 6px
}

.vi16 .tinymce table {
    max-width: 940px;
    margin: 0 auto;
    border-spacing: 0 !important
}

.vi16 .tinymce table h2, .vi16 .tinymce table h3, .vi16 .tinymce table h4 {
    width: 100%
}

.vi16 .tinymce table tr:nth-child(2) td {
    padding-top: 16px
}

.vi16 .tinymce table tr:last-child td {
    padding-bottom: 13px
}

.vi16 .tinymce table th, .vi16 .tinymce table thead td {
    font-family: "AvenirNextBold", Arial, sans-serif;
    border-width: 0 0 2px 0;
    border-style: solid
}

.vi16 .tinymce table tbody td {
    padding: 5px 10px;
    border-width: 0
}

.vi16 .tinymce table th, .vi16 .tinymce table td {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 10px
}

.vi16 .tinymce table th:first-child, .vi16 .tinymce table td:first-child {
    padding: 5px 10px 5px 0
}

.vi16 .tinymce table th:last-child, .vi16 .tinymce table td:last-child {
    padding: 5px 0 5px 10px
}

.vi16 .tinymce .table-text-font-12 {
    font-size: 12px;
    line-height: 16px
}

.vi16 .tinymce .table-text-font-13 {
    font-size: 13px;
    line-height: 18px
}

.vi16 .tinymce .table-text-font-12, .vi16 .tinymce .table-text-font-13 {
    text-align: left;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .tinymce .max-box, .vi16 .tinymce h2, .vi16 .tinymce h3, .vi16 .tinymce h4, .vi16 .tinymce .h2-dark-blue, .vi16 .tinymce .h3-dark-blue, .vi16 .tinymce .h4-dark-blue, .vi16 .tinymce .h2-green, .vi16 .tinymce .h3-green, .vi16 .tinymce .h4-green, .vi16 .tinymce .intro-black, .vi16 .tinymce .intro-dark-blue, .vi16 .tinymce .intro-black-border-bottom, .vi16 .tinymce .intro-dark-blue-border-bottom, .vi16 .tinymce .body-copy-para, .vi16 .tinymce .footnotes, .vi16 .tinymce p, .vi16 .tinymce ul, .vi16 .tinymce ol {
    max-width: 620px;
    margin: 0 auto
}

.vi16 .tinymce h2, .vi16 .tinymce h3, .vi16 .tinymce h4, .vi16 .tinymce .h2-dark-blue, .vi16 .tinymce .h3-dark-blue, .vi16 .tinymce .h4-dark-blue, .vi16 .tinymce .h2-green, .vi16 .tinymce .h3-green, .vi16 .tinymce .h4-green {
    padding: 40px 0 0 0;
    letter-spacing: 0;
    font: 36px/44px "AvenirNextLight", Arial, sans-serif;
    margin: 0 auto;
    text-align: center
}

.vi16 .tinymce h3, .vi16 .tinymce .h3-dark-blue, .vi16 .tinymce .h3-green {
    font-size: 30px;
    line-height: 38px
}

.vi16 .tinymce h4, .vi16 .tinymce .h4-dark-blue, .vi16 .tinymce .h4-green {
    font-size: 24px;
    line-height: 32px
}

.vi16 .tinymce .button-placeholder {
    text-align: center;
    margin-bottom: 50px
}

.vi16 .tinymce .button, .vi16 .tinymce .button-arrow, .vi16 .tinymce .button-pdf, .vi16 .tinymce .button-alternate, .vi16 .tinymce .button-secondary, .vi16 .tinymce .button-orange, .vi16 .tinymce .button-orange-arrow {
    font: 16px/22px "AvenirNextBold", Arial, sans-serif;
    border-radius: 2px;
    padding: 11px 40px 11px 40px;
    text-align: center;
    text-transform: none
}

.vi16 .tinymce .button:after, .vi16 .tinymce .button-arrow:after, .vi16 .tinymce .button-pdf:after, .vi16 .tinymce .button-alternate:after, .vi16 .tinymce .button-secondary:after, .vi16 .tinymce .button-orange:after, .vi16 .tinymce .button-orange-arrow:after {
    font-family: FontAwesome;
    font-size: inherit;
    transform: translate(0, 0);
    transition: margin 200ms ease-in-out;
    margin: 0 4px 0 7px;
    content: "\f105"
}

.vi16 .tinymce .button:hover, .vi16 .tinymce .button-arrow:hover, .vi16 .tinymce .button-pdf:hover, .vi16 .tinymce .button-alternate:hover, .vi16 .tinymce .button-secondary:hover, .vi16 .tinymce .button-orange:hover, .vi16 .tinymce .button-orange-arrow:hover {
    text-decoration: none
}

.vi16 .tinymce .button:hover:after, .vi16 .tinymce .button-arrow:hover:after, .vi16 .tinymce .button-pdf:hover:after, .vi16 .tinymce .button-alternate:hover:after, .vi16 .tinymce .button-secondary:hover:after, .vi16 .tinymce .button-orange:hover:after, .vi16 .tinymce .button-orange-arrow:hover:after {
    margin: 0 0 0 11px
}

.vi16 .tinymce .intro-black, .vi16 .tinymce .intro-dark-blue, .vi16 .tinymce .intro-black-border-bottom, .vi16 .tinymce .intro-dark-blue-border-bottom {
    font: 20px/28px "AvenirNextLight", Arial, sans-serif;
    padding: 55px 0;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center
}

.vi16 .tinymce .intro-black-border-bottom, .vi16 .tinymce .intro-dark-blue-border-bottom {
    text-align: center;
    position: relative
}

.vi16 .tinymce .intro-black-border-bottom:before, .vi16 .tinymce .intro-black-border-bottom:after, .vi16 .tinymce .intro-dark-blue-border-bottom:before, .vi16 .tinymce .intro-dark-blue-border-bottom:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 160px
}

.vi16 .tinymce .intro-black-border-bottom:after, .vi16 .tinymce .intro-dark-blue-border-bottom:after {
    left: inherit;
    right: 0
}

.vi16 .tinymce .giant-letter, .vi16 .tinymce .giant-letter-blue {
    font: 96px "AvenirNextLight", Arial, sans-serif;
    letter-spacing: 0;
    display: block;
    float: left;
    margin-right: 6px;
    text-align: left
}

.vi16 .tinymce .body-copy-para, .vi16 .tinymce .footnotes {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 0
}

.vi16 .tinymce .footnotes {
    font-size: 10px;
    line-height: 16px;
    margin: 0 auto
}

.vi16 .tinymce .text-xs, .vi16 .tinymce .text-sm, .vi16 .tinymce .text-md, .vi16 .tinymce .text-lg, .vi16 .tinymce .text-xl, .vi16 .tinymce .text-ds {
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16 .tinymce .text-xs {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px
}

.vi16 .tinymce .text-sm {
    font-size: 20px;
    line-height: 28px
}

.vi16 .tinymce .text-md {
    font-size: 24px;
    line-height: 32px
}

.vi16 .tinymce .text-lg {
    font-size: 30px;
    line-height: 38px
}

.vi16 .tinymce .text-xl {
    font-size: 36px;
    line-height: 44px
}

.vi16 .tinymce .text-ds {
    font-size: 96px;
    line-height: 118px;
    word-wrap: break-word
}

.vi16 .tinymce a {
    text-decoration: none;
    font-family: "AvenirNextMedium", Arial, sans-serif
}

.vi16 .tinymce a:hover {
    text-decoration: underline
}

.vi16 .tinymce p, .vi16 .tinymce ul, .vi16 .tinymce ol {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left
}

.vi16 .tinymce p {
    padding-top: 30px
}

.vi16 .tinymce ul {
    padding-left: 2px;
    list-style-type: disc;
    padding-top: 12px
}

.vi16 .tinymce ol {
    list-style-type: decimal;
    padding-top: 12px
}

.vi16 .tinymce li {
    margin-top: 5px
}

.vi16 .tinymce ul li {
    margin-left: 15px
}

.vi16 .tinymce ol li {
    margin-left: 17px
}

.vi16 .tinymce hr {
    border: 0;
    height: 0;
    margin: 0 auto;
    max-width: 300px
}

.vi16 .tinymce hr.rule-small {
    max-width: 300px
}

.vi16 .tinymce hr.rule-medium {
    max-width: 620px
}

.vi16 .tinymce hr.rule-large {
    max-width: 960px
}

.vi16 .tinymce p.border-bottom {
    padding-bottom: 42px;
    padding-left: 0;
    padding-right: 0
}

.vi16 .tinymce img.align-right {
    float: right;
    margin: 0 0 0 20px
}

.vi16 .tinymce img.align-left {
    float: left;
    margin: 0 20px 0 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .tinymce {
        padding-left: 20px;
        padding-right: 20px
    }

    .blk-responsive .vi16 .tinymce .intro-black-border-bottom:before, .blk-responsive .vi16 .tinymce .intro-black-border-bottom:after, .blk-responsive .vi16 .tinymce .intro-dark-blue-border-bottom:before, .blk-responsive .vi16 .tinymce .intro-dark-blue-border-bottom:after {
        width: 25%
    }

    .blk-responsive .vi16 .tinymce img {
        max-width: 100%;
        height: auto
    }

    .blk-responsive .vi16 .tinymce .button-placeholder {
        margin-bottom: 50px
    }
}

.vi16 .accordion {
    padding: 24px 0 20px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    max-width: 620px;
    margin: 0 auto
}

.vi16 .accordion p {
    width: 100%
}

.vi16 .accordion p:first-child {
    padding: 0
}

.vi16 .accordion p a:hover {
    text-decoration: underline
}

.vi16 .accordion ul, .vi16 .accordion ol {
    width: 100%
}

.vi16 .accordion ul li, .vi16 .accordion ol li {
    margin-left: 18px
}

.vi16 .accordion .introduction {
    text-align: center;
    margin-bottom: 51px
}

.vi16 .accordion .accordion-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.vi16 .accordion .accordion-list .accordion-item {
    margin: 0;
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid
}

.vi16 .accordion .accordion-list .accordion-item .accordion-title {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 0 13px;
    text-align: left;
    cursor: pointer
}

.vi16 .accordion .accordion-list .accordion-item .accordion-title .accordion-icon {
    font-size: 16px;
    line-height: 24px;
    margin-right: 11px;
    float: left
}

.vi16 .accordion .accordion-list .accordion-item .accordion-title .title-text {
    display: block;
    margin-left: 21px
}

.vi16 .accordion .accordion-list .accordion-item .accordion-data {
    display: none;
    margin: 5px 30px 21px 20px
}

.vi16 .accordion .accordion-list .accordion-item .accordion-data p {
    padding: 16px 0 0
}

.vi16 .accordion .accordion-list .accordion-item .accordion-data p:first-child {
    padding: 0
}

.vi16 .accordion .accordion-list .accordion-item .accordion-data.active {
    display: block
}

.vi16 .accordion .accordion-list .accordion-item .read-more-title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-align: center
}

.vi16 .accordion .accordion-list .accordion-item .read-more-title.h2-green {
    font-size: 30px;
    line-height: 36px
}

.vi16 .accordion .accordion-list .accordion-item .read-more-title.h2-dark-blue {
    font-size: 30px;
    line-height: 36px
}

.vi16 .accordion .accordion-list .accordion-item .read-more-title.h3-green {
    font-size: 26px;
    line-height: 32px
}

.vi16 .accordion .accordion-list .accordion-item .read-more-title.h3-dark-blue {
    font-size: 26px;
    line-height: 32px
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .short-description {
    padding-top: 18px
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .short-description p {
    margin: 18px auto
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .short-description p:last-of-type {
    display: inline
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .full-description {
    margin: 18px auto 0;
    display: none
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .full-description p {
    margin: 18px auto;
    padding: 0
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .full-description p:last-of-type {
    display: inline
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .link {
    cursor: pointer
}

.vi16 .accordion .accordion-list .accordion-item .read-more-content .link:hover {
    text-decoration: underline
}

.vi16 .accordion .accordion-list .accordion-item.active .accordion-data {
    display: block
}

.vi16 .accordion .accordion-list .accordion-item:first-child {
    border-width: 1px 0
}

.vi16 .accordion.read-more {
    padding: 24px 0 20px;
    box-sizing: border-box
}

.vi16 .accordion.read-more .accordion-list .accordion-item {
    border-width: 0;
    margin-top: 17px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .accordion p {
        margin: 0;
        font-size: 16px;
        line-height: 24px
    }

    .blk-responsive .vi16 .accordion ul, .blk-responsive .vi16 .accordion ol {
        margin-left: 16px;
        font-size: 16px;
        line-height: 24px
    }

    .blk-responsive .vi16 .accordion .introduction {
        margin: 0 20px 21px
    }

    .blk-responsive .vi16 .accordion .accordion-list {
        padding: 0;
        margin: 0
    }

    .blk-responsive .vi16 .accordion .accordion-list .accordion-item .accordion-title {
        margin: 0 0 0 20px
    }

    .blk-responsive .vi16 .accordion .accordion-list .accordion-item .accordion-title .title-text {
        margin-right: 20px
    }

    .blk-responsive .vi16 .accordion .accordion-list .accordion-item .accordion-data {
        margin: 3px 20px 21px 40px
    }

    .blk-responsive .vi16 .accordion .accordion-list .accordion-item .read-more-content {
        padding: 0 20px;
        font-size: 16px;
        line-height: 24px
    }

    .blk-responsive .vi16 .accordion.read-more {
        padding: 24px 0 20px
    }

    .blk-responsive .vi16 .accordion.read-more .accordion-list .accordion-item {
        border-width: 0;
        margin-top: 17px
    }
}

.vi16 .gls-related-literature {
    margin: auto;
    padding-top: 35px;
    width: 650px
}

.vi16 .gls-related-literature .header {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px
}

.vi16 .gls-related-literature .item {
    display: none;
    padding-bottom: 38px
}

.vi16 .gls-related-literature .item .title {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 10px
}

.vi16 .gls-related-literature .item .attribution {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

.vi16 .gls-related-literature .item .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

.vi16 .gls-related-literature .item .icon {
    display: inline-block;
    width: 17px;
    height: 17px
}

.vi16 .gls-related-literature .item .gls-icon-pdf {
    background-position: -15px -2817px
}

.vi16 .gls-related-literature .item .gls-icon-ppt, .vi16 .gls-related-literature .item .gls-icon-pptx {
    background-position: -15px -2939px
}

.vi16 .gls-related-literature .item .gls-icon-doc, .vi16 .gls-related-literature .item .gls-icon-docx {
    background-position: -15px -3183px
}

.vi16 .gls-related-literature .item .gls-icon-zip {
    background-position: -15px -3305px
}

.vi16 .gls-related-literature .load-more-box {
    text-align: center;
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .gls-related-literature {
        padding: 30px 20px 0 20px;
        width: inherit
    }

    .blk-responsive .vi16 .gls-related-literature .item {
        padding-bottom: 29px
    }

    .blk-responsive .vi16 .gls-related-literature .item .title {
        font-family: "AvenirNextRegular", Arial, sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        margin-bottom: 8px
    }

    .blk-responsive .vi16 .gls-related-literature .item .description {
        margin-top: 6px;
        line-height: 20px
    }

    .blk-responsive .vi16 .gls-related-literature .item .icon {
        margin-right: 3px
    }

    .blk-responsive .vi16 .gls-related-literature .load-more-box {
        margin-bottom: 40px
    }
}

.vi16 .search-link-list {
    width: 100%;
    position: relative;
    padding: 28px 10px 5px;
    box-sizing: border-box
}

.vi16 .search-link-list .header {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.vi16 .search-link-list .links .cta {
    display: block;
    line-height: 26px;
    padding-bottom: 16px
}

.vi16 .search-link-list .links .cta.link .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .search-link-list .links .cta {
        padding-bottom: 19px
    }

    .blk-responsive .vi16 .search-link-list .links .cta.link .label {
        font-size: 16px;
        line-height: 22px
    }
}

.vi16 .search-results-wrapper {
    max-width: 980px;
    margin: 0 auto 38px
}

.vi16 .search-results-wrapper .category-title {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    padding: 0 10px 10px;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: -0.4px
}

.vi16 .search-results-wrapper .category-title .number-showing {
    font-size: inherit
}

.vi16 .search-results-wrapper .pagination-wrapper {
    width: 100%;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .search-results-wrapper .pagination-wrapper .result-count {
    float: left;
    text-align: left;
    font-size: 15px;
    width: 24%;
    padding: 9px 0 0 10px;
    box-sizing: border-box
}

.vi16 .search-results-wrapper .pagination-wrapper .scroll-wrapper {
    width: 76%
}

.vi16 .search-results-wrapper .scroll-wrapper {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 13px;
    margin: 0 0 20px
}

.vi16 .search-results-wrapper .scroll-wrapper .page-options-wrapper {
    display: inline-block
}

.vi16 .search-results-wrapper .scroll-wrapper .page-nav {
    display: inline-block;
    margin: 0 5px 0 20px
}

.vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown {
    position: relative;
    display: inline-block
}

.vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown select {
    appearance: none;
    cursor: pointer;
    display: inline-block;
    font: 13px "AvenirNextRegular", Arial, sans-serif;
    outline: 0;
    padding: 6px 43px 7px 10px;
    margin: 0;
    min-width: 100px;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown select::-ms-expand {
    display: none
}

.vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown::after {
    content: '\203A';
    font: 25px "Consolas", monospace;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown::before {
    content: '';
    display: block;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 0;
    width: 20px
}

.vi16 .search-results-wrapper .scroll-wrapper .next-section {
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block
}

.vi16 .search-results-wrapper .scroll-wrapper .next-section:hover {
    text-decoration: none
}

.vi16 .search-results-wrapper .scroll-wrapper .next-section::after {
    display: inline-block;
    vertical-align: middle;
    content: '\203A';
    font: 25px "Consolas", monospace;
    pointer-events: none;
    position: relative;
    bottom: 2px;
    line-height: 29px
}

.vi16 .search-results-wrapper .scroll-wrapper .prev-section {
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block
}

.vi16 .search-results-wrapper .scroll-wrapper .prev-section:hover {
    text-decoration: none
}

.vi16 .search-results-wrapper .scroll-wrapper .prev-section::after {
    display: inline-block;
    vertical-align: middle;
    content: '\2039';
    font: 25px "Consolas", monospace;
    pointer-events: none;
    position: relative;
    bottom: 2px;
    line-height: 29px
}

.vi16 .search-results-wrapper .category-results li {
    padding: 17px 0 14px 10px
}

.vi16 .search-results-wrapper .category-results li .ticker-wrapper {
    float: left;
    margin-right: 23px
}

.vi16 .search-results-wrapper .category-results li .ticker-wrapper a {
    display: inline-block;
    height: 66px;
    width: 66px;
    text-align: center;
    line-height: 66px;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .search-results-wrapper .category-results li .content-wrapper {
    max-width: 720px
}

.vi16 .search-results-wrapper .category-results li .title {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    text-align: left;
    margin-bottom: 4px;
    font-weight: normal;
    max-width: 720px
}

.vi16 .search-results-wrapper .category-results li .description, .vi16 .search-results-wrapper .category-results li .date {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    max-width: 720px
}

.vi16 .search-results-wrapper .category-results li .date {
    font-style: italic
}

.vi16 .search-results-wrapper .category-results li .thumbnail-wrapper {
    float: left;
    position: relative
}

.vi16 .search-results-wrapper .category-results li .thumbnail-wrapper img {
    display: block;
    height: 62px;
    width: 110px
}

.vi16 .search-results-wrapper .category-results li .thumbnail-wrapper .thumbnail-caption {
    position: absolute;
    left: 74px;
    bottom: 1px;
    font-size: 11px;
    padding: 0 5px
}

.vi16 .search-results-wrapper .category-results li:first-child {
    margin-top: 0
}

.vi16 .search-results-wrapper .category-results + .scroll-wrapper {
    margin: 20px 0 0
}

.vi16 .search-results-wrapper .no-results {
    padding: 14px 0 0 10px;
    font-size: 14px;
    line-height: 20px
}

.vi16 .search-results-wrapper .cta {
    margin: 18px 0 0 10px
}

.vi16.literature .search-results-wrapper .loading-image {
    height: 16px;
    padding: 20px 10px 0;
    background-position: 10px 20px
}

.vi16.literature .search-results-wrapper .category-results li {
    float: none
}

.vi16.literature .search-results-wrapper .category-results li.locked {
    cursor: pointer
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper {
    float: left
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-sprite-icons.png') no-repeat;
    _background: url('../../cache-1550123080000/include/one/css/blk/i/blk-sprite-icons.gif') no-repeat;
    padding-left: 22px;
    float: none;
    line-height: 17px;
    margin-top: 7px;
    display: block
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon:first-child {
    margin-top: 0
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-anchor {
    background-position: -15px -4px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-audio {
    background-position: -15px -70px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-blog {
    background-position: -15px -136px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-calc {
    background-position: -15px -202px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-chevron {
    background-position: -15px -268px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-doc {
    background-position: -15px -334px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-pdf {
    background-position: -15px -400px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-popup, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-newpage {
    background-position: -15px -466px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-ppt {
    background-position: -15px -532px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-rss {
    background-position: -15px -598px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-tool {
    background-position: -15px -664px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-video {
    background-position: -15px -730px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-excel, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-xls, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-csv {
    background-position: -15px -796px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-xls-export {
    background-position: -15px -862px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-zip {
    background-position: -15px -928px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-padlock, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-lock, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.padlock {
    background-position: -15px -996px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-padlock-unlocked, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-unlock {
    background-position: -15px -1060px
}

.vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-premium, .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon.icon-financial-professionals {
    background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.png') no-repeat -15px 20px;
    _background: url('../../cache-1550123080000/include/one/css/blk/i/blk-one-sprite-icons.gif') no-repeat -15px 20px;
    background-position: -15px -610px
}

.vi16.literature .search-results-wrapper .category-results .content-wrapper {
    margin-left: 35px
}

.vi16.video .search-results-wrapper .category-results li {
    padding: 20px 0 20px 10px
}

.vi16.video .search-results-wrapper .category-results li .content-wrapper {
    margin-left: 135px
}

.vi16.search-tab-bar {
    max-width: 980px;
    margin: 0 auto 38px
}

.vi16.search-tab-bar .search-categories {
    list-style: none;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 15px;
    font-weight: normal
}

.vi16.search-tab-bar .search-categories .search-category {
    float: left;
    line-height: 32px;
    padding: 0 20px;
    text-align: center;
    position: relative
}

.vi16.search-tab-bar .search-categories .search-category:first-child {
    border-left-width: 0
}

.vi16.search-tab-bar .search-categories .search-category:after {
    content: ' ';
    position: absolute;
    border-style: solid;
    border-top-width: 0;
    border-width: 6px;
    left: 50%;
    bottom: -12px;
    margin-left: -6px
}

.vi16.site-search-form {
    margin: 0 0 30px
}

.vi16.site-search-form form {
    max-width: 980px;
    margin: 0 auto;
    padding: 45px 20px 45px 0;
    box-sizing: border-box
}

.vi16.site-search-form form .search-input {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    border: 0;
    outline: 0;
    width: 765px
}

.vi16.site-search-form form .search-input::-ms-clear {
    display: none
}

.vi16.site-search-form form .reset-button {
    border: 0;
    outline: 0;
    height: 13px;
    margin: 0 0 0 33px;
    text-indent: -500px;
    background-position: -9px -5459px;
    cursor: pointer;
    position: relative;
    bottom: 2px;
    padding-left: 13px;
    display: none
}

.vi16.site-search-form form .reset-button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important
}

.vi16.site-search-form form .search-button {
    cursor: pointer;
    font: 12px/25px "AvenirNextRegular", Arial, sans-serif;
    letter-spacing: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 3px 20px 0 20px;
    float: right
}

.vi16.site-search-form form .search-button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important
}

.vi16.site-search-form .search-prompt {
    max-width: 980px;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .search-results-wrapper {
        margin: 0 auto 28px
    }

    .blk-responsive .vi16 .search-results-wrapper .category-title {
        font-size: 16px;
        padding: 0 20px 10px
    }

    .blk-responsive .vi16 .search-results-wrapper .pagination-wrapper .result-count {
        float: none;
        width: 100%;
        padding: 0 20px 20px
    }

    .blk-responsive .vi16 .search-results-wrapper .pagination-wrapper .scroll-wrapper {
        width: 100%
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper {
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .page-options-wrapper {
        float: left;
        width: 40%
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .page-options-wrapper.right {
        width: 60%
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .page-options-wrapper.center {
        width: 100%;
        margin-bottom: 20px
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .page-nav {
        display: block;
        margin: 0 0 10px
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown {
        display: inline-block;
        margin-right: 0
    }

    .blk-responsive .vi16 .search-results-wrapper .scroll-wrapper .pagination-dropdown select {
        margin-left: 0
    }

    .blk-responsive .vi16 .search-results-wrapper .category-results li {
        padding: 17px 20px 14px
    }

    .blk-responsive .vi16 .search-results-wrapper .category-results li .ticker-wrapper {
        display: none
    }

    .blk-responsive .vi16 .search-results-wrapper .category-results li .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px
    }

    .blk-responsive .vi16 .search-results-wrapper .category-results li .thumbnail-wrapper {
        float: none;
        margin-bottom: 14px
    }

    .blk-responsive .vi16 .search-results-wrapper .no-results {
        padding: 14px 20px 0
    }

    .blk-responsive .vi16 .search-results-wrapper .cta {
        box-sizing: border-box;
        display: block;
        margin: 18px 20px 0
    }

    .blk-responsive .vi16.literature .search-results-wrapper .loading-image {
        padding: 20px 20px 0;
        background-position: 20px 20px
    }

    .blk-responsive .vi16.literature .search-results-wrapper .category-results .icon-wrapper .icon:first-child {
        margin-top: 4px
    }

    .blk-responsive .vi16.video .search-results-wrapper .category-results li {
        padding: 20px 20px 13px
    }

    .blk-responsive .vi16.video .search-results-wrapper .category-results li .content-wrapper {
        margin-left: 0
    }

    .blk-responsive .vi16.search-tab-bar {
        margin: 0 auto 28px;
        padding: 15px 20px
    }

    .blk-responsive .vi16.search-tab-bar .selected-category {
        position: relative;
        line-height: 28px;
        padding-left: 10px;
        border-radius: 2px
    }

    .blk-responsive .vi16.search-tab-bar .selected-category:before {
        position: absolute;
        content: '';
        height: 28px;
        right: 28px
    }

    .blk-responsive .vi16.search-tab-bar .selected-category:after {
        position: absolute;
        top: 8px;
        right: 10px;
        content: ' ';
        height: 6px;
        width: 6px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .blk-responsive .vi16.search-tab-bar .search-categories {
        font-size: 14px;
        border-radius: 2px;
        position: absolute;
        top: 48px;
        left: 20px;
        right: 20px;
        z-index: 1;
        display: none
    }

    .blk-responsive .vi16.search-tab-bar .search-categories .search-category {
        float: none;
        line-height: 28px;
        padding: 0 10px;
        text-align: left;
        border-width: 1px 0 0;
        border-style: solid
    }

    .blk-responsive .vi16.search-tab-bar .search-categories .search-category:first-child {
        border-top-width: 0
    }

    .blk-responsive .vi16.site-search-form {
        margin: 0;
        border-bottom-width: 0
    }

    .blk-responsive .vi16.site-search-form form {
        padding: 15px 10px;
        position: relative
    }

    .blk-responsive .vi16.site-search-form form .search-input {
        font-family: "AvenirNextRegular", Arial, sans-serif;
        font-size: 16px;
        font-style: italic;
        line-height: 22px;
        width: 100%;
        padding-right: 70px;
        box-sizing: border-box
    }

    .blk-responsive .vi16.site-search-form form .reset-button {
        position: absolute;
        top: 21px;
        right: 50px
    }

    .blk-responsive .vi16.site-search-form form .search-button {
        position: absolute;
        top: 17px;
        right: 10px;
        background-image: url('../../cache-1550123080000/include/one/css/blk/i/blk-rwd-search-icon.png');
        background-position: -10px -8px;
        background-size: 40px;
        background-repeat: no-repeat;
        border: 0;
        padding: 0;
        height: 20px;
        width: 20px;
        text-indent: -9999px
    }

    .blk-responsive .vi16.site-search-form .search-prompt {
        padding: 10px
    }
}

.vi16.content-stickers .tabs-view {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.vi16.content-stickers .tabs-view .tab-row {
    display: table-row
}

.vi16.content-stickers .tabs-view .tab-row .tab {
    display: table-cell;
    height: 64px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
    padding: 0 20px 0 20px;
    position: relative;
    cursor: pointer
}

.vi16.content-stickers .tabs-view .tab-row .tab:last-child {
    border: 0
}

.vi16.content-stickers .tabs-view .tab-row .tab.active::before {
    content: '';
    display: inline-block;
    bottom: -13px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    z-index: 1;
    left: 46%
}

.vi16.content-stickers .tabs-view .tab-row .tab.tabs4 {
    width: 25%
}

.vi16.content-stickers .tabs-view .tab-row .tab.tabs3 {
    width: 33.33%
}

.vi16.content-stickers .tabs-view .tab-row .tab.tabs2 {
    width: 50%
}

.vi16.content-stickers .tabs-view .tab-row .tab.tabs5 {
    width: 20%
}

.vi16.content-stickers .tabs-view-header .text {
    padding: 50px 0 30px 0;
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0;
    width: 40%;
    margin: auto
}

.vi16.content-stickers .tiles-view {
    font-family: "AvenirNextLight", Arial, sans-serif;
    padding-bottom: 25px
}

.vi16.content-stickers .tiles-view .tiles-container {
    margin-bottom: 14px
}

.vi16.content-stickers .tiles-view .heading {
    height: 32px;
    border-bottom: 3px white solid;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 1px
}

.vi16.content-stickers .tiles-view .title {
    text-align: center;
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 27px
}

.vi16.content-stickers .tiles-view .footer-link {
    text-align: center
}

.vi16.content-stickers .tiles-view .tiles-column {
    padding-bottom: 10px;
    width: 156px;
    display: inline-block;
    margin-right: 36px;
    vertical-align: top
}

.vi16.content-stickers .tiles-view .tiles-column .category-name {
    font-size: 17px;
    font-weight: lighter;
    margin-bottom: 13px
}

.vi16.content-stickers .tiles-view .tiles-column .tile {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    line-height: 17px;
    cursor: pointer;
    height: 36px;
    width: 140px;
    color: white;
    border: 1px transparent solid;
    border-radius: 2px;
    margin-bottom: 6px;
    padding: 7px 11px 6px 11px;
    position: relative
}

.vi16.content-stickers .tiles-view .tiles-column .tile span {
    bottom: 5px;
    position: absolute
}

.vi16.content-stickers .tiles-view .tiles-column:first-child {
    margin-left: 115px
}

.vi16 .product-finder {
    position: relative;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    height: 140px;
    padding: 0 20px
}

.vi16 .product-finder .wrapper-980 {
    overflow: visible
}

.vi16 .product-finder .header {
    padding: 25px 0 16px 0;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 20px
}

.vi16 .product-finder .action-box {
    text-align: center
}

.vi16 .product-finder .input-container {
    float: left;
    display: inline-block
}

.vi16 .product-finder .input-container.active #searchForm input#searchText {
    opacity: 1
}

.vi16 .product-finder .input-container.inactive #searchForm input#searchText {
    opacity: .4
}

.vi16 .product-finder .input-container #searchForm input#searchText {
    padding: 0 15px;
    height: 44px;
    width: 415px;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font: italic 14px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .product-finder .input-container #searchForm input#searchText::-ms-clear {
    display: none
}

.vi16 .product-finder .input-container #searchForm input#submit {
    position: relative;
    left: -32px;
    border: 0;
    text-indent: -500px;
    height: 20px;
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    background-position: -9px -6227px
}

.vi16 .product-finder .input-container #searchForm input#submit.loading {
    background: transparent url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat scroll 95% 50%
}

.vi16 .product-finder .input-container .search-results .ui-autocomplete .ui-autocomplete-category, .vi16 .product-finder .input-container .search-results .ui-autocomplete .ui-menu-item {
    text-align: left
}

.vi16 .product-finder .divider-text {
    display: inline-block;
    height: 50px;
    margin: 0 22px 0 0;
    text-align: center;
    padding-top: 17px;
    box-sizing: border-box
}

.vi16 .product-finder .or-circle {
    width: 50px;
    border-radius: 50%
}

.vi16 .product-finder .dropdown-container {
    float: right;
    display: inline-block;
    text-align: left
}

.vi16 .product-finder .dropdown-container.active .dropdown-trigger {
    opacity: 1
}

.vi16 .product-finder .dropdown-container.inactive .dropdown-trigger {
    opacity: .4
}

.vi16 .product-finder .dropdown-container .dropdown-trigger {
    padding: 14px 15px;
    font-size: 14px;
    height: 44px;
    width: 415px;
    font-style: italic;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .product-finder .dropdown-container .dropdown-trigger .arrow {
    background: url('../../cache-1550123080000/include/one/css/blk/i/vi16-sprite.png') no-repeat;
    background-position: -9px -6281px;
    display: inline-block;
    float: right;
    height: 10px;
    width: 13px;
    margin-top: 2px
}

.vi16 .product-finder .dropdown-container .dropdown-trigger.open .arrow {
    background-position: -9px -6300px
}

.vi16 .product-finder .dropdown-container .dropdown-panel {
    float: right;
    width: 415px;
    position: absolute;
    height: 0;
    overflow: hidden;
    z-index: 1
}

.vi16 .product-finder .dropdown-container .dropdown-panel .cta {
    text-decoration: none;
    padding: 10px 0 10px 15px;
    display: block
}

.vi16 .product-finder .dropdown-container .dropdown-panel .cta.link .label {
    font: 14px/22px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .product-finder .dropdown-container .dropdown-panel .cta.link .label .icon {
    display: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .product-finder {
        height: auto;
        padding: 0 30px 50px 30px;
        box-sizing: border-box
    }

    .blk-responsive .vi16 .product-finder .header {
        padding: 30px 0 20px 0
    }

    .blk-responsive .vi16 .product-finder .input-container, .blk-responsive .vi16 .product-finder .dropdown-container {
        clear: both;
        display: block;
        float: none
    }

    .blk-responsive .vi16 .product-finder .input-container fieldset {
        height: 44px
    }

    .blk-responsive .vi16 .product-finder .input-container #searchForm input#searchText {
        width: 100%
    }

    .blk-responsive .vi16 .product-finder .input-container #searchForm input#submit {
        left: -10px;
        top: -31px;
        float: right
    }

    .blk-responsive .vi16 .product-finder .input-container .search-results {
        margin-bottom: 0
    }

    .blk-responsive .vi16 .product-finder .input-container .search-results #productFinderSearchResults {
        position: relative;
        left: 30px;
        top: -113px
    }

    .blk-responsive .vi16 .product-finder .input-container .search-results #productFinderSearchResults .ui-autocomplete {
        margin-top: 23px
    }

    .blk-responsive .vi16 .product-finder .or-circle {
        float: none;
        display: block;
        margin: 20px auto
    }

    .blk-responsive .vi16 .product-finder .dropdown-container .dropdown-trigger {
        width: 100%
    }

    .blk-responsive .vi16 .product-finder .dropdown-container .dropdown-panel {
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        padding: 0 30px 0 30px;
        box-sizing: border-box
    }
}

.vi16 .hero-banner {
    position: relative;
    overflow: hidden
}

.vi16 .hero-banner .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    object-fit: contain;
    min-width: 100%;
    min-height: 100%
}

.vi16 .hero-banner .bg-layer video {
    width: 100%
}

.vi16 .hero-banner .bg-layer .bg-image {
    height: 520px;
    background-position: center;
    background-repeat: no-repeat
}

.vi16 .hero-banner .fg-layer {
    position: relative;
    transition: all .5s ease
}

.vi16 .hero-banner .fg-layer .content {
    height: 520px;
    width: 660px;
    background-size: 0;
    float: left;
    display: table
}

.vi16 .hero-banner .fg-layer .content .hero-body {
    display: table-cell;
    vertical-align: middle;
    min-height: 320px
}

.vi16 .hero-banner .fg-layer .content .hero-body .article-type {
    font: 12px "AvenirNextBold", Arial, sans-serif;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0
}

.vi16 .hero-banner .fg-layer .content .hero-body h2 {
    font: 36px/42px "AvenirNextLight", Arial, sans-serif;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    font-weight: 400
}

.vi16 .hero-banner .fg-layer .content .hero-body .hero-banner-description {
    font: 16px/24px "AvenirNextRegular", Arial, sans-serif;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 33px
}

.vi16 .hero-banner .fg-layer .content .hero-body .article-type, .vi16 .hero-banner .fg-layer .content .hero-body h2, .vi16 .hero-banner .fg-layer .content .hero-body .hero-banner-description {
    width: 460px
}

.vi16 .hero-banner .fg-layer .nav-box {
    width: 320px;
    height: 320px;
    padding: 25px 20px 5px 20px;
    box-sizing: border-box;
    float: right;
    margin: 100px 0 100px 0
}

.vi16 .hero-banner .fg-layer .nav-box .nav-title {
    font-size: 24px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    margin: 0 0 22px 0;
    font-weight: normal
}

.vi16 .hero-banner .fg-layer .nav-box .nav-title.with-intro {
    font-size: 12px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    margin: 7px 0 16px 0
}

.vi16 .hero-banner .fg-layer .nav-box .nav-intro {
    font: 24px/31px "AvenirNextLight", Arial, sans-serif;
    padding: 0 0 22px 0;
    margin-top: -5px
}

.vi16 .hero-banner .fg-layer .nav-box .nav-links .nav-link {
    display: block;
    padding: 14px 0 12px 0
}

.vi16 .hero-banner .fg-layer .nav-box .nav-links .nav-link:first-child {
    border: 0
}

.vi16 .hero-banner .fg-layer .nav-box .nav-links .cta {
    display: block;
    text-decoration: none
}

.vi16 .hero-banner .fg-layer .nav-box .nav-links .cta .label {
    font-size: 14px;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16 .hero-banner .fg-layer .nav-box .nav-links .cta .label .icon {
    margin-right: 0;
    float: right;
    top: 4px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .hero-banner .bg-layer video, .blk-responsive .vi16 .hero-banner .bg-image {
        display: none
    }

    .blk-responsive .vi16 .hero-banner .fg-layer {
        padding: 0
    }

    .blk-responsive .vi16 .hero-banner .fg-layer .content, .blk-responsive .vi16 .hero-banner .fg-layer .nav-box {
        width: 100%;
        box-sizing: border-box;
        display: block
    }

    .blk-responsive .vi16 .hero-banner .fg-layer .content {
        padding: 40px 20px 50px 20px;
        background-position: center;
        background-size: cover;
        height: auto;
        float: none
    }

    .blk-responsive .vi16 .hero-banner .fg-layer .content .article-type, .blk-responsive .vi16 .hero-banner .fg-layer .content h2, .blk-responsive .vi16 .hero-banner .fg-layer .content .hero-banner-description {
        width: 100%
    }

    .blk-responsive .vi16 .hero-banner .fg-layer .nav-box {
        height: auto;
        margin: 0;
        float: none
    }
}

@media screen and (min-width: 980px) {
    .vi16 .hero-banner .fg-layer .content {
        background-image: none !important
    }
}

.vi16.disclosure .disclosure-cntnr {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    width: 910px;
    padding: 0 35px;
    margin: 0 auto
}

.vi16.disclosure .disclosure-cntnr .disclosure-16 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 14px
}

.vi16.disclosure .disclosure-cntnr .disclosure-14 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px
}

.vi16.disclosure .disclosure-cntnr .disclosure-12 {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px
}

.vi16.disclosure .disclosure-cntnr .disclosure-11 {
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .disclosure-cntnr {
        width: auto;
        padding: 0 20px
    }

    .blk-responsive .vi16 .disclosure-cntnr .disclosure-16 {
        font-size: 14px;
        line-height: 20px
    }

    .blk-responsive .vi16 .disclosure-cntnr .disclosure-14 {
        font-size: 13px;
        line-height: 19px
    }
}

.vi16 .featured-links {
    padding: 40px 0 40px 0;
    display: table;
    width: 100%
}

.vi16 .featured-links .left-content {
    display: table-cell;
    vertical-align: top;
    width: 66%;
    padding-right: 50px
}

.vi16 .featured-links .left-content .header {
    line-height: 38px;
    font-size: 30px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    padding-bottom: 18px
}

.vi16 .featured-links .left-content .item-links .item {
    padding-bottom: 5px
}

.vi16 .featured-links .left-content .item-links .item .cta {
    display: block;
    padding-left: 20px
}

.vi16 .featured-links .left-content .item-links .item .cta .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    line-height: 24px
}

.vi16 .featured-links .left-content .item-links .item .cta .icon {
    left: -13px;
    width: 0;
    position: relative;
    margin-right: 0
}

.vi16 .featured-links .right-content {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    padding: 20px 30px 30px 20px
}

.vi16 .featured-links .header {
    line-height: 20px;
    font-size: 12px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    padding-bottom: 12px;
    text-transform: uppercase
}

.vi16 .featured-links .headline {
    line-height: 32px;
    font-size: 24px;
    font-family: "AvenirNextLight", Arial, sans-serif;
    padding-bottom: 18px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .featured-links {
        padding-bottom: 0
    }

    .blk-responsive .vi16 .featured-links .left-content {
        display: block;
        padding: 0 20px 10px 20px;
        width: auto
    }

    .blk-responsive .vi16 .featured-links .right-content {
        display: block;
        width: auto;
        margin: 0 20px 0 20px
    }
}

.vi16 .heat-map {
    padding-top: 15px;
    padding-bottom: 82px
}

.vi16 .heat-map .heat-map-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .heat-map .heat-map-table td {
    width: 120px
}

.vi16 .heat-map .heat-map-table .strategy-group {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 18px
}

.vi16 .heat-map .heat-map-table .strategy-group, .vi16 .heat-map .heat-map-table .conviction-header {
    height: 36px
}

.vi16 .heat-map .heat-map-table .col-header {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold
}

.vi16 .heat-map .heat-map-table .col-header td {
    padding-bottom: 10px;
    vertical-align: bottom;
    padding-top: 15px
}

.vi16 .heat-map .heat-map-table .col-header, .vi16 .heat-map .heat-map-table .conviction-header {
    text-align: center;
    font-weight: bold
}

.vi16 .heat-map .heat-map-table .conviction-header {
    font-size: 14px
}

.vi16 .heat-map .heat-map-table .conviction-header td:first-child > span {
    visibility: hidden
}

.vi16 .heat-map .heat-map-table .conviction-header td, .vi16 .heat-map .heat-map-table .conviction-ideas td {
    border-width: 0 0 1px 0;
    border-style: solid
}

.vi16 .heat-map .heat-map-table .conviction-ideas {
    vertical-align: top
}

.vi16 .heat-map .heat-map-table .conviction-ideas td {
    padding-bottom: 15px
}

.vi16 .heat-map .heat-map-table .conviction-ideas ul {
    list-style-type: disc;
    padding-left: 15px
}

.vi16 .heat-map .heat-map-table .broker-overview {
    height: 40px;
    text-align: center;
    font-size: 12px
}

.vi16 .heat-map .heat-map-table .broker-overview td {
    border-width: 1px 0 1px 1px;
    border-style: solid
}

.vi16 .heat-map .heat-map-table .broker-overview td:first-child {
    text-align: left;
    font-weight: bold;
    font-size: 14px
}

.vi16 .heat-map .heat-map-table .strategy-row td {
    border-width: 0 0 1px 1px;
    border-style: solid
}

.vi16 .heat-map .heat-map-table .strategy-row td.strategy-name {
    width: 210px;
    height: 30px;
    position: relative
}

.vi16 .heat-map .heat-map-table .strategy-row .comment-icon {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-position: -9px -6409px
}

.vi16 .heat-map .heat-map-table .strategy-row td:first-child, .vi16 .heat-map .heat-map-table .broker-overview td:first-child, .vi16 .heat-map .heat-map-table .strategy-group-row td:first-child {
    padding-left: 10px
}

.vi16 .heat-map .heat-map-table td.strategy-name, .vi16 .heat-map .heat-map-table td.outlook {
    font-size: 14px
}

.vi16 .heat-map .heat-map-table.heat-map-table-overlay {
    position: fixed;
    top: 0;
    visibility: hidden
}

.vi16 .heat-map .heat-map-table.overlay-980 {
    width: 980px
}

.vi16 .heat-map .outlook {
    text-align: center
}

.vi16 .heat-map .view {
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 50%
}

.vi16 .heat-map .view-change-icon {
    display: inline-block;
    height: 12px;
    width: 12px
}

.vi16 .heat-map .view-change-icon.upgrade {
    background-position: -9px -6678px
}

.vi16 .heat-map .view-change-icon.downgrade {
    background-position: -9px -6705px
}

.vi16 .heat-map .view-change-icon.nochange {
    background-position: -9px -6731px
}

.vi16 .heat-map .caption {
    margin-top: 20px
}

.vi16 .heat-map .caption .view-caption {
    margin-right: 15px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle
}

.vi16 .heat-map .caption .view-caption .view, .vi16 .heat-map .caption .view-caption .view-change-icon {
    vertical-align: middle;
    margin-right: 5px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .heat-map .heat-map-table-container {
        overflow-x: scroll;
        margin-left: 170px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table {
        table-layout: fixed
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .col-header td:first-child {
        height: 26px;
        padding-bottom: 0
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .strategy-group-name > span {
        position: relative;
        top: 11px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .strategy-row {
        position: static
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .strategy-row .outlook {
        height: 30px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .strategy-row .strategy-name > span {
        top: 8px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .col-header td:first-child, .blk-responsive .vi16 .heat-map .heat-map-table .strategy-group-row td:first-child, .blk-responsive .vi16 .heat-map .heat-map-table .strategy-row td:first-child, .blk-responsive .vi16 .heat-map .heat-map-table .broker-overview td:first-child, .blk-responsive .vi16 .heat-map .heat-map-table .conviction-header td:first-child {
        position: absolute;
        left: 0;
        width: 170px;
        padding-left: 0
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .col-header td:first-child > span, .blk-responsive .vi16 .heat-map .heat-map-table .strategy-group-row td:first-child > span, .blk-responsive .vi16 .heat-map .heat-map-table .strategy-row td:first-child > span, .blk-responsive .vi16 .heat-map .heat-map-table .broker-overview td:first-child > span, .blk-responsive .vi16 .heat-map .heat-map-table .conviction-header td:first-child > span {
        padding-left: 10px;
        position: relative
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .conviction-header td > span {
        visibility: hidden
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .conviction-header td:first-child {
        text-align: left;
        height: 35px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .conviction-header td:first-child > span {
        visibility: visible;
        top: 11px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .broker-overview td:first-child {
        height: 38px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table .broker-overview td:first-child > span {
        top: 13px
    }

    .blk-responsive .vi16 .heat-map .heat-map-table.heat-map-table-overlay, .blk-responsive .vi16 .heat-map .heat-map-table .comment-icon {
        display: none
    }

    .blk-responsive .vi16 .heat-map .caption-container {
        margin-top: 20px
    }

    .blk-responsive .vi16 .heat-map .caption-container .caption {
        margin-top: 0;
        margin-left: 20px
    }

    .blk-responsive .vi16 .heat-map .caption-container .caption .view-caption {
        margin-top: 15px
    }
}

.vi16-heat-map-tooltip {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    padding: 20px
}

.vi16-heat-map-tooltip .qtip-titlebar {
    border-bottom: 0;
    padding: 0 0 10px 0;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px
}

.vi16-heat-map-tooltip .qtip-content {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 0
}

.vi16-tooltip {
    box-shadow: 2px 2px 6px grey
}

.vi16-tooltip.qtip {
    max-width: 300px
}

.vi16-tooltip .qtip-content {
    padding: 10px 26px 10px 10px;
    font-size: 12px;
    line-height: 18px
}

.vi16-tooltip .qtip-close {
    right: 2px;
    top: 2px;
    border: 0;
    border-radius: 0;
    height: 25px;
    width: 25px;
    padding-top: 3px;
    box-sizing: border-box;
    text-align: center
}

.vi16-tooltip .qtip-close span {
    display: none
}

.vi16-tooltip .qtip-close:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d";
    font-size: 16px;
    text-rendering: auto;
    transform: translate(0, 0)
}

.vi16-tooltip .qtip-close:hover {
    text-decoration: none
}

span[data-vi16-tooltip] {
    padding: 0 5px 0 0;
    cursor: pointer
}

span[data-vi16-tooltip].vi16-info-bubble:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f05a";
    font-size: 16px;
    text-rendering: auto;
    transform: translate(0, 0);
    position: relative
}

.vi16 .sitemap .head-block {
    padding: 40px 0 35px 0;
    display: table;
    width: 100%
}

.vi16 .sitemap .head-block a {
    display: table-cell;
    vertical-align: middle
}

.vi16 .sitemap .head-block .logo {
    display: inline-block
}

.vi16 .sitemap .head-block .logo.mobile {
    display: none
}

.vi16 .sitemap .head-block .social-links {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.vi16 .sitemap .head-block .social-links a {
    display: inline-block;
    margin-left: 15px
}

.vi16 .sitemap .head-block .social-links .social-fa-icon {
    font-size: 24px
}

.vi16 .sitemap .head-block .social-links .social-fa-icon.fa-blk-blog-square:before {
    content: "\f143"
}

.vi16 .sitemap .head-block .social-links .social-fa-icon.fa-wechat-square:before {
    content: "\f1d7"
}

.vi16 .sitemap .sitemap-links {
    display: block;
    float: left;
    padding-bottom: 26px
}

.vi16 .sitemap .sitemap-links .column {
    float: left;
    margin-right: 40px;
    box-sizing: border-box
}

.vi16 .sitemap .sitemap-links .column:last-child {
    margin-right: 0
}

.vi16 .sitemap .sitemap-links .column.one-in-2, .vi16 .sitemap .sitemap-links .column.one-in-3 {
    width: 300px
}

.vi16 .sitemap .sitemap-links .column.one-in-4 {
    width: 215px
}

.vi16 .sitemap .sitemap-links .column.one-in-5 {
    width: 164px
}

.vi16 .sitemap .sitemap-links .column.one-in-6 {
    width: 130px
}

.vi16 .sitemap .sitemap-links .menu {
    font: 12px "AvenirNextBold", Arial, sans-serif;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none
}

.vi16 .sitemap .sitemap-links .menu-item {
    display: block;
    font: 12px/16px "AvenirNextRegular", Arial, sans-serif;
    margin-bottom: 10px
}

.vi16 .sitemap .sitemap-links .menu-item.inactive:hover {
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .sitemap .head-block {
        padding: 31px 0 28px 20px
    }

    .blk-responsive .vi16 .sitemap .head-block .logo {
        display: none
    }

    .blk-responsive .vi16 .sitemap .head-block .logo.mobile {
        display: inline-block
    }

    .blk-responsive .vi16 .sitemap .head-block .social-links {
        margin-right: 0;
        padding-right: 40px
    }

    .blk-responsive .vi16 .sitemap .head-block .social-links a:last-child {
        margin-right: 0
    }
}

.vi16 .footer .wrapper-980 {
    font-size: 0
}

.vi16 .footer .links {
    padding: 28px 0 21px 0
}

.vi16 .footer .links .cta {
    padding: 0 20px 10px 0
}

.vi16 .footer .links .cta .label {
    font: 12px/14px "AvenirNextRegular", Arial, sans-serif
}

.vi16 .footer .copyright {
    padding: 27px 0 30px 0;
    font: 12px/14px "AvenirNextRegular", Arial, sans-serif
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .footer .links {
        padding: 22px 20px 21px 20px
    }

    .blk-responsive .vi16 .footer .links .cta {
        padding: 0;
        display: block
    }

    .blk-responsive .vi16 .footer .links .cta .label {
        padding: 0;
        font: 12px/26px "AvenirNextRegular", Arial, sans-serif
    }

    .blk-responsive .vi16 .footer .copyright {
        padding: 30px 20px 30px 20px;
        font: 12px/14px "AvenirNextRegular", Arial, sans-serif
    }
}

.vi16.related-videos .list-view {
    max-width: 780px;
    margin: 48px auto 118px;
    border-width: 1px 0;
    border-style: solid
}

.vi16.related-videos .scroll-view-wrapper {
    border-bottom: 1px solid;
    padding-bottom: 18px;
    padding-top: 18px
}

.vi16.related-videos .scroll-view {
    margin: 0 auto;
    max-width: 1020px
}

.vi16.related-videos .expand-panel {
    text-align: center;
    font-size: 16px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    cursor: pointer
}

.vi16.related-videos .expand-panel .expand {
    display: inline-block
}

.vi16.related-videos .hide {
    display: none
}

.vi16.related-videos .panel-icon {
    font-size: 20px;
    padding-left: 5px
}

.vi16.related-videos .panel-icon .expand {
    display: inline
}

.vi16.related-videos .left-arrow, .vi16.related-videos .right-arrow {
    font-size: 64px;
    width: 20px
}

.vi16.related-videos .left-arrow {
    float: left
}

.vi16.related-videos .right-arrow {
    float: right
}

.vi16.related-videos li {
    padding: 15px 0;
    border-top: 1px solid
}

.vi16.related-videos li:first-child {
    border-width: 0
}

.vi16.related-videos li .thumbnail-wrapper {
    float: left;
    position: relative
}

.vi16.related-videos li .thumbnail-wrapper img {
    display: block;
    height: 62px;
    width: 110px
}

.vi16.related-videos li .thumbnail-wrapper .thumbnail-caption {
    position: absolute;
    left: 74px;
    bottom: 1px;
    font-size: 11px;
    padding: 0 5px
}

.vi16.related-videos li .thumbnail-wrapper .play-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -34px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: none
}

.vi16.related-videos li .thumbnail-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.vi16.related-videos li .content-wrapper {
    margin-left: 124px;
    padding: 7px 0
}

.vi16.related-videos li .content-wrapper .title {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px
}

.vi16.related-videos li .content-wrapper .description {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 1px
}

.vi16.related-videos li.active .thumbnail-wrapper .play-caption, .vi16.related-videos li.active .thumbnail-wrapper .overlay {
    display: inherit
}

.vi16.related-videos .scroll-wrapper {
    margin: 0 auto 0;
    position: relative;
    top: -155px;
    transition: all 500ms
}

.vi16.related-videos .scroll-wrapper .scrollable-panel {
    overflow: hidden;
    width: 940px;
    padding: 30px 18px 22px 20px
}

.vi16.related-videos .scroll-wrapper .scrollable-panel .scrollable-list {
    padding: 0;
    position: relative
}

.vi16.related-videos .scroll-wrapper .scrollable-panel .scrollable-item {
    float: left;
    padding: 0;
    border-top: 0;
    margin-right: 20px;
    position: relative
}

.vi16.related-videos .scroll-wrapper .scrollable-panel .expand-panel {
    text-align: center
}

.vi16.related-videos .scrollable-item {
    height: 124px;
    width: 220px
}

.vi16.related-videos .scrollable-item .content-wrap {
    padding: 0;
    position: relative
}

.vi16.related-videos .scrollable-item .content-wrap .thumbnail-image {
    opacity: .75
}

.vi16.related-videos .scrollable-item .content-wrap img {
    opacity: .75;
    display: block;
    height: 124px;
    width: 220px
}

.vi16.related-videos .scrollable-item .content-wrap .description {
    display: none
}

.vi16.related-videos .scrollable-item .content-wrap .text-wrap {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    display: table;
    height: 124px
}

.vi16.related-videos .scrollable-item .content-wrap .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.vi16.related-videos .scrollable-item .content-wrap .video-meta {
    display: none;
    font-size: 9px;
    line-height: 14px;
    bottom: 8px;
    padding: 0 20px;
    position: absolute
}

.vi16.related-videos .scrollable-item .content-wrap .video-meta .date-caption, .vi16.related-videos .scrollable-item .content-wrap .video-meta .duration-caption, .vi16.related-videos .scrollable-item .content-wrap .video-meta .watch-link {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.vi16.related-videos .scrollable-item .content-wrap .video-meta .watch-link {
    border-right: 0;
    cursor: pointer
}

.vi16.related-videos .scrollable-item .content-wrap .video-meta .watch-link:hover {
    text-decoration: underline
}

.vi16.related-videos .scrollable-item .content-wrap.content-hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    z-index: 2;
    -webkit-transition: all 50ms ease-in;
    -webkit-transform: scale(1.74, 1.73);
    -ms-transition: all 50ms ease-in;
    -ms-transform: scale(1.74, 1.73);
    -moz-transition: all 50ms ease-in;
    -moz-transform: scale(1.74, 1.73);
    transition: all 50ms ease-in;
    transform: scale(1.74, 1.73);
    position: fixed
}

.vi16.related-videos .scrollable-item .content-wrap:hover .thumbnail-image {
    opacity: .85
}

.vi16.related-videos .scrollable-item .content-wrap:hover img {
    opacity: .85
}

.vi16.related-videos .scrollable-item .content-wrap:hover .text-wrap {
    top: 15%;
    padding: 0 25px;
    display: block
}

.vi16.related-videos .scrollable-item .content-wrap:hover .text-wrap .title {
    font-size: 10px;
    line-height: 14.5px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
    display: block
}

.vi16.related-videos .scrollable-item .content-wrap:hover .description {
    display: block;
    font-size: 9px;
    line-height: 14px;
    position: relative
}

.vi16.related-videos .scrollable-item .content-wrap:hover .date-caption, .vi16.related-videos .scrollable-item .content-wrap:hover .duration-caption, .vi16.related-videos .scrollable-item .content-wrap:hover .watch-link {
    display: inline-block
}

.vi16.related-videos .scrollable-item .content-wrap:hover .video-meta {
    display: block
}

.vi16.related-videos .toggle-list {
    display: block !important
}

.vi16.related-videos .toggle-list.hide {
    display: inline !important
}

.vi16.related-videos .toggle {
    display: none !important
}

.vi16.related-videos .overlay-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.vi16.related-videos .overlay-wrap .videoparacomponent {
    height: 625px;
    width: 620px;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0
}

.vi16.related-videos .overlay-wrap .videoparacomponent .close-panel {
    width: 22px;
    float: right;
    padding-bottom: 20px
}

.vi16.related-videos .overlay-wrap .videoparacomponent .close-panel .close {
    width: 100%;
    height: 30px;
    font-size: 30px;
    cursor: pointer
}

.vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper {
    width: 100%;
    clear: both
}

.vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper .player {
    width: 600px !important
}

.vi16.related-videos .overlay-wrap .videoparacomponent .video-title {
    font-family: "AvenirNextBold", Arial, sans-serif;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px
}

.vi16.related-videos .overlay-wrap .videoparacomponent .video-description {
    padding-top: 10px;
    max-width: 620px
}

.vi16.related-videos .overlay-wrap .videoparacomponent .date-metadata {
    padding-top: 10px
}

.vi16.related-videos .overlay-wrap .videoparacomponent .date-metadata .duration-block {
    display: inline-block;
    padding-left: 5px
}

.vi16.related-videos .overlay-wrap .videoparacomponent .date-metadata .date-block {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.vi16.related-videos .toggle-arrow {
    display: block
}

.vi16.related-videos .first-slide {
    transform-origin: left
}

.vi16.related-videos .last-slide {
    transform-origin: right
}

.vi16.related-videos .panel-wrapper {
    overflow: hidden;
    transition: all 500ms ease;
    height: 0;
    position: relative
}

.vi16.related-videos .panel-wrapper.slide {
    height: 176px
}

.vi16.related-videos .panel-wrapper.slide .scroll-wrapper {
    top: 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.related-videos {
        margin: 28px auto 54px
    }

    .blk-responsive .vi16.related-videos .left-arrow, .blk-responsive .vi16.related-videos .right-arrow {
        display: none
    }

    .blk-responsive .vi16.related-videos .scrollable-panel {
        padding: 30px 0
    }

    .blk-responsive .vi16.related-videos .scrollable-panel .scrollable-list {
        left: -230px
    }

    .blk-responsive .vi16.related-videos li {
        padding: 20px 20px 11px
    }

    .blk-responsive .vi16.related-videos li .content-wrapper {
        float: left;
        margin-left: 0;
        padding: 8px 0 0;
        width: 100%
    }

    .blk-responsive .vi16.related-videos .scrollable-item .content-wrap {
        transform: none;
        margin: 0;
        box-shadow: none
    }

    .blk-responsive .vi16.related-videos .scrollable-item .content-wrap:hover {
        position: relative
    }

    .blk-responsive .vi16.related-videos .scrollable-item .content-wrap:hover .text-wrap {
        position: absolute;
        top: 0;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        display: table;
        height: 124px
    }

    .blk-responsive .vi16.related-videos .scrollable-item .content-wrap:hover .text-wrap .title {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        display: table-cell;
        vertical-align: middle
    }

    .blk-responsive .vi16.related-videos .scrollable-item .content-wrap:hover .description, .blk-responsive .vi16.related-videos .scrollable-item .content-wrap:hover .video-meta {
        display: none
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent {
        width: 70%;
        height: 500px;
        overflow-y: auto
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent .video-title {
        padding-top: 20px
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper .player {
        width: 100% !important;
        height: 150px !important
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper .player .blk-vd-wrapper {
        width: 100% !important;
        height: auto !important
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper .player .blk-vd-wrapper img {
        width: 100% !important;
        height: auto !important
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent .video-wrapper .player .blk-vd-wrapper svg {
        top: 40% !important;
        left: 42% !important;
        width: 40px !important;
        height: auto !important
    }

    .blk-responsive .vi16.related-videos .overlay-wrap .videoparacomponent.landscape {
        width: 60%;
        height: 100vh
    }
}

.vi16.related-materials {
    max-width: 960px;
    margin: 0 auto;
    padding: 49px 0 48px;
    box-sizing: border-box
}

.vi16.related-materials * {
    box-sizing: border-box
}

.vi16.related-materials .header {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    max-width: 780px;
    margin: 0 auto 15px
}

.vi16.related-materials .subheader {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    max-width: 620px;
    margin: 0 auto 22px
}

.vi16.related-materials .card-wrapper {
    float: left;
    width: 33.3333333333%;
    padding: 25px 10px
}

.vi16.related-materials .card {
    height: 300px;
    padding: 37px 20px 20px;
    transition: box-shadow .3s;
    position: relative;
    display: block;
    text-decoration: none
}

.vi16.related-materials .card.en_AU .meta .statistic .footnotes, .vi16.related-materials .card.en_HK .meta .statistic .footnotes, .vi16.related-materials .card.en_SG .meta .statistic .footnotes {
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16.related-materials .card.en_AU .meta .statistic .info-icon, .vi16.related-materials .card.en_HK .meta .statistic .info-icon, .vi16.related-materials .card.en_SG .meta .statistic .info-icon {
    font-size: 12px
}

.vi16.related-materials .card .name.no-ticker {
    font-size: 27px;
    line-height: 31px;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16.related-materials .card.en_AU .name.no-ticker, .vi16.related-materials .card.en_HK .name.no-ticker, .vi16.related-materials .card.en_SG .name.no-ticker {
    margin-left: -3px
}

.vi16.related-materials .card .eyebrow {
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.vi16.related-materials .card .date {
    font-family: "AvenirNextMedium", Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 15px
}

.vi16.related-materials .card .jumbotron {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 53px;
    line-height: 50px;
    margin: 0 0 15px -4px
}

.vi16.related-materials .card .ratings, .vi16.related-materials .card .name {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px
}

.vi16.related-materials .card .ratings .info-icon {
    margin: 0 8px 0 0;
    vertical-align: middle
}

.vi16.related-materials .card .ratings .star-icon {
    vertical-align: middle
}

.vi16.related-materials .card .ratings .blank-star-icon {
    vertical-align: middle
}

.vi16.related-materials .card .page-links {
    margin-top: 20px
}

.vi16.related-materials .card .page-links .page-link {
    border-width: 1px 0 0;
    border-style: solid;
    padding: 15px 0
}

.vi16.related-materials .card .page-links .page-link .cta {
    text-decoration: none;
    display: block
}

.vi16.related-materials .card .page-links .page-link .cta .label {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 14px
}

.vi16.related-materials .card .page-links .page-link .cta .label .icon {
    float: right;
    margin: 0;
    line-height: 20px
}

.vi16.related-materials .card .page-links .page-link:first-child {
    border-width: 0
}

.vi16.related-materials .card .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px
}

.vi16.related-materials .card .meta .statistic {
    width: 50%;
    text-align: center
}

.vi16.related-materials .card .meta .statistic .arrow-up-icon, .vi16.related-materials .card .meta .statistic .arrow-down-icon, .vi16.related-materials .card .meta .statistic .info-icon {
    font-size: 14px
}

.vi16.related-materials .card .meta .statistic .figure {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px
}

.vi16.related-materials .card .meta .statistic .footnotes {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 10px;
    line-height: 14px
}

.vi16.related-materials .card .title {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 30px;
    line-height: 38px
}

.vi16.related-materials .card:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2)
}

.vi16.related-materials .card:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.5)
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.related-materials {
        margin: 0 20px
    }

    .blk-responsive .vi16.related-materials .cards {
        padding: 0 10px
    }

    .blk-responsive .vi16.related-materials .card-wrapper {
        width: 50%
    }
}

@media only screen and (max-width: 576px) {
    .blk-responsive .vi16.related-materials .card-wrapper {
        width: 100%
    }
}

@media only screen and (max-width: 374px) {
    .blk-responsive .vi16.related-materials {
        margin: 0 10px
    }

    .blk-responsive .vi16.related-materials .header {
        margin: 0 10px 15px
    }

    .blk-responsive .vi16.related-materials .subheader {
        margin: 0 10px 22px
    }

    .blk-responsive .vi16.related-materials .cards {
        padding: 0
    }
}

.vi16 .contact-us {
    padding: 60px 30px;
    overflow: auto
}

.vi16 .contact-us .hidden {
    display: none
}

.vi16 .contact-us .contact-us-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.vi16 .contact-us .wrapper-480 {
    max-width: 480px;
    margin: 0 auto
}

.vi16 .contact-us .contactus-form-error {
    display: none
}

.vi16 .contact-us .heading {
    font-size: 35px;
    text-align: center
}

.vi16 .contact-us .description {
    font-size: 16px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    margin: 35px auto;
    line-height: 22px;
    max-width: 600px
}

.vi16 .contact-us [data-role="row"] {
    position: relative;
    margin: 28px 0
}

.vi16 .contact-us .placeholder {
    top: 0;
    position: absolute;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
    transition: all .2s;
    use-select: none;
    transform: translateY(0);
    pointer-events: none;
    font-size: 16px;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .contact-us .input-highlight-bar {
    display: block;
    width: calc(100% - 20px);
    position: relative
}

.vi16 .contact-us .input-highlight-bar:after, .vi16 .contact-us .input-highlight-bar:before {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    height: 2px;
    transition: all .3s ease
}

.vi16 .contact-us .input-highlight-bar:after {
    right: 0
}

.vi16 .contact-us input:focus ~ .input-highlight-bar:after, .vi16 .contact-us input:focus ~ .input-highlight-bar:before, .vi16 .contact-us select:focus ~ .input-highlight-bar:after, .vi16 .contact-us select:focus ~ .input-highlight-bar:before, .vi16 .contact-us .active-highlight ~ .input-highlight-bar:after, .vi16 .contact-us .active-highlight ~ .input-highlight-bar:before {
    width: 50%
}

.vi16 .contact-us .message {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-family: "AvenirNextRegular", Arial, sans-serif
}

.vi16 .contact-us .active-placeholer .placeholder {
    transform: translateY(-20px);
    font-size: 12px
}

.vi16 .contact-us .input-box {
    padding: 6px 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-family: "AvenirNextBold", Arial, sans-serif;
    transition: all .2s ease;
    width: calc(100% - 20px)
}

.vi16 .contact-us textarea.input-box {
    min-height: 150px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    padding: 5px;
    margin-top: 15px;
    line-height: 24px;
    width: calc(100% - 30px)
}

.vi16 .contact-us .dropdown-arrow-icon {
    pointer-events: none;
    position: relative;
    right: 18px;
    top: 4px
}

.vi16 .contact-us .dropdown-arrow-icon i {
    font-size: 24px
}

.vi16 .contact-us .form-submit {
    margin: 15px 20px;
    font-size: 14px;
    float: right
}

.vi16 .contact-us .form-submit span.label span {
    text-transform: capitalize
}

.vi16 .contact-us .tooltip {
    padding: 10px;
    position: absolute;
    display: none;
    width: 200px;
    top: -2px;
    left: 102%;
    z-index: 1;
    line-height: 15px;
    border-radius: 2px;
    transition: all .2s ease
}

.vi16 .contact-us .tooltip .contactus-form-error {
    display: block
}

.vi16 .contact-us .tooltip:before, .vi16 .contact-us .tooltip:after {
    content: '';
    border-width: 1px;
    border-style: solid;
    position: absolute;
    padding: 4px;
    transform: rotate(45deg)
}

.vi16 .contact-us .tooltip:before {
    top: 34%;
    left: -5px
}

.vi16 .contact-us .tooltip:after {
    display: none;
    bottom: -5px;
    left: 60%
}

.vi16 .contact-us .invalid.input-box:hover ~ .tooltip {
    display: block
}

.vi16 .contact-us .hide-tooltip .tooltip {
    display: none
}

.vi16 .contact-us .tick {
    width: 10px;
    height: 10px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 8px
}

.vi16 .contact-us .tick .error-tick {
    display: none
}

.vi16 .contact-us .tick .success-tick {
    display: none
}

.vi16 .contact-us .invalid ~ .tick .error-tick {
    display: inline-block
}

.vi16 .contact-us .valid ~ .tick .success-tick {
    display: inline-block
}

.vi16 .contact-us .error-message {
    font-size: 16px;
    font-family: "AvenirNextDemi", Arial, sans-serif;
    max-width: 620px;
    line-height: 1.6em;
    margin: 30px auto
}

.vi16 .contact-us .error-message .exclamation-icon {
    font-size: 24px;
    padding: 0 10px 0 5px
}

.vi16 .contact-us .welcome-message {
    max-width: 620px;
    margin: 30px auto
}

.vi16 .contact-us .modal {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.vi16 .contact-us .modal .modal-content {
    max-width: 620px;
    margin: 10% auto;
    webkit-box-shadow: 0 0 20px;
    -moz-box-shadow: 0 0 20px;
    box-shadow: 0 0 20px
}

.vi16 .contact-us .bar {
    width: 100%;
    margin: 0 auto;
    height: 10px;
    display: block
}

.vi16 .contact-us .modal-body {
    padding: 20px 25px 25px 25px;
    max-width: 570px;
    text-align: center
}

.vi16 .contact-us .modal-body .check-icon {
    font-size: 66px
}

.vi16 .contact-us .modal-body .message-header {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px
}

.vi16 .contact-us .modal-body .message-body {
    font-family: "AvenirNextRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.vi16 .contact-us .modal-body .message-body > * {
    text-align: center
}

.vi16 .contact-us .modal-body .back-btn {
    margin-top: 36px;
    font-size: 14px
}

.vi16 .contact-us .modal-body .back-btn span.label span {
    text-transform: capitalize
}

.vi16 .contact-us #testUser {
    display: none
}

.vi16 .contact-us .flexi-dropdown {
    display: block
}

.vi16 .contact-us .flexi-dropdown header {
    border-bottom: 0;
    width: 100%
}

.vi16 .contact-us .flexi-dropdown header .text-holder {
    height: auto;
    padding: 0;
    font-family: "AvenirNextBold", Arial, sans-serif;
    font-size: 16px
}

.vi16 .contact-us .flexi-dropdown header .icon-holder {
    padding: 0;
    text-align: right
}

.vi16 .contact-us .flexi-dropdown header .icon-holder i {
    font-size: 24px;
    position: relative;
    top: 5px
}

.vi16 .contact-us .flexi-dropdown section {
    margin-top: 9px;
    overflow: visible
}

.vi16 .contact-us .flexi-dropdown section ul {
    padding: 10px;
    border-top: 0;
    font-family: "AvenirNextBold", Arial, sans-serif;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    max-height: 200px;
    overflow-y: auto
}

.vi16 .contact-us .flexi-dropdown section ul li {
    height: auto;
    border-bottom: 0;
    line-height: 30px;
    font-size: 14px
}

.vi16 .contact-us .flexi-dropdown.unbold .text-holder {
    font-family: "AvenirNextRegular", Arial, sans-serif
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .contact-us .cta .label {
        display: block
    }

    .blk-responsive .vi16 .contact-us .tooltip {
        width: 60%;
        top: -35px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .blk-responsive .vi16 .contact-us .tooltip:before {
        display: none
    }

    .blk-responsive .vi16 .contact-us .tooltip:after {
        display: block
    }
}

.vi16 .search-box .search-form {
    padding: 100px 0 0 0;
    max-width: 460px;
    margin: 0 auto
}

.vi16 .search-box .submit-button.loading {
    background: transparent url('../../cache-1550123080000/include/one/css/blk/i/ui-anim_basic_16x16.gif') no-repeat scroll 38% 47% !important
}

.vi16 .search-box .search-tray #searchBoxResults {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 100px
}

.vi16 .search-box .search-form fieldset {
    padding: 0
}

.vi16 .search-box .search-form .reset-button, .vi16 .search-box .search-form .search-input {
    border: 0;
    outline: 0
}

.vi16 .search-box .search-tray {
    position: relative !important
}

.vi16 .search-box .search-tray .search-tray-content {
    height: auto !important
}

.vi16 .search-box .search-form .search-input {
    font-size: 28px !important;
    font-family: 'AvenirNextLight', Arial, sans-serif !important;
    padding: 10px 0 !important;
    width: calc(100% - 30px) !important
}

.vi16 .search-box .ui-autocomplete {
    left: 0 !important;
    max-width: 100%;
    top: 0 !important;
    width: 100%;
    overflow: initial;
    padding: 15px 0 0 0;
    position: relative;
    max-height: none;
    border: none !important
}

.vi16 .search-box .ui-autocomplete li.ui-autocomplete-category {
    padding-top: 7px !important;
    font: 15px "AvenirNextRegular", Arial, sans-serif;
    padding: 13px 0 3px 10px
}

.vi16 .search-box .ui-autocomplete li.ui-autocomplete-category a {
    font-size: 12px;
    font-family: "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 10px;
    marign-top: 10px
}

.vi16 .search-box .ui-autocomplete .ui-menu-item a, .vi16 .search-box .ui-autocomplete .ui-menu-item > div {
    font: normal normal 18px/37px "AvenirNextRegular", Arial, sans-serif;
    padding-left: 10px
}

.vi16 .search-box .ui-autocomplete-see-all {
    margin-top: 22px
}

.vi16 .search-box .ui-autocomplete-see-all a {
    font: 12px "AvenirNextRegular", Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 28px 0 28px 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    padding: 7px 18px 7px 20px
}

.vi16 .search-box .search-form .reset-button {
    top: 123px;
    height: 15px;
    right: 30px;
    position: absolute;
    width: 15px
}

.vi16 .search-box .search-form .submit-button {
    font-size: 28px;
    border: 0;
    width: 30px;
    cursor: pointer;
    position: absolute;
    height: 53px;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16 .search-box {
        padding: 0 20px
    }

    .blk-responsive .vi16 .search-box .ui-autocomplete {
        max-height: none !important;
        padding: 0 !important;
        top: -16px !important
    }

    .blk-responsive .vi16 .search-box .ui-autocomplete li.ui-autocomplete-category {
        padding-top: 25px !important
    }
}

.vi16 .error-page header {
    position: relative
}

.vi16 .error-page .header-wrapper {
    width: 100%;
    height: 375px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.vi16 .error-page h1 {
    font-size: 64px;
    position: relative;
    top: 125px;
    line-height: 72px;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16 .error-page .message {
    font-size: 30px;
    line-height: 25px;
    padding: 10px 20px 0;
    position: relative;
    top: 140px;
    line-height: 38px;
    font-family: "AvenirNextLight", Arial, sans-serif
}

.vi16.banner .banner-container {
    min-height: 190px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center
}

.vi16.banner .banner-container .banner-content {
    max-width: 640px;
    min-width: 130px;
    margin: auto;
    padding: 25px 0
}

.vi16.banner .banner-container .banner-content .banner-header h1 {
    font-family: "AvenirNextLight", Arial, sans-serif;
    font-size: 36px;
    line-height: 44px
}

.vi16.banner .banner-container .banner-content .banner-subHeader {
    padding-top: 12px;
    margin: 0
}

.vi16.banner .banner-container .banner-content .banner-subHeader p {
    font-family: "AvenirNextBook", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width: 767px) {
    .blk-responsive .vi16.banner .banner-container {
        min-height: 130px
    }

    .blk-responsive .vi16.banner .banner-container .banner-content .banner-header h1 {
        font-size: 30px;
        line-height: 34px
    }

    .blk-responsive .vi16.banner .banner-container .banner-content .banner-subHeader {
        padding-top: 2px;
        margin: 0 20px
    }
}

.free-form-html {
    background: #fff
}

.free-form-html .investment-actions .free-form-body .free-form-top-section, .free-form-html .investment-actions .free-form-body .free-form-bottom-section.three-column {
    margin-top: 0;
    max-height: 100%;
    padding-left: 0
}

.free-form-html .product-highlights {
    background: #f3f4f4;
    margin-bottom: 16px;
    height: 285px;
    overflow: hidden
}

.free-form-html .product-highlights.alt-bg {
    background: #fff
}

.free-form-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 14px 0 13px 27px;
    background: #19396c;
    background: -moz-linear-gradient(left, #19396c 30%, #5ebbf2 75%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #19396c), color-stop(75%, #5ebbf2));
    background: -webkit-linear-gradient(left, #19396c 30%, #5ebbf2 75%);
    background: -o-linear-gradient(left, #19396c 30%, #5ebbf2 75%);
    background: -ms-linear-gradient(left, #19396c 30%, #5ebbf2 75%);
    background: linear-gradient(to right, #19396c 30%, #5ebbf2 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19396c', endColorstr='#5ebbf2', GradientType=1)
}

.free-form-body {
    overflow: hidden;
    padding: 20px 30px
}

.product-highlights.alt-bg .free-form-body {
    padding: 20px 30px
}

.free-form-body h2 {
    color: #fff;
    font-family: 'AkkuratProLight', Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    height: 47px;
    padding: 27px 0 0 18px;
    text-transform: uppercase
}

.free-form-body.multi-button h2 {
    font-size: 18px
}

.free-form-body p {
    margin: 0 0 10px 0
}

.free-form-body h3 {
    color: #414042;
    font-family: 'AkkuratProRegular';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px
}

.free-form-left-section {
    border-right: 0;
    float: left;
    margin-top: 0;
    padding: 0 30px 0 0;
    width: 250px
}

.free-form-right-section {
    border-left: 1px solid #c5c9cb;
    display: block;
    float: right;
    padding: 0 0 0 30px;
    width: 600px
}

.free-form-body .horizontal > p {
    float: left;
    width: 190px
}

.free-form-body .doubleRow h2 {
    max-height: 58px;
    min-height: 58px;
    padding-top: 16px;
    line-height: 24px
}

.free-form-body h2 a {
    color: #fff;
    text-decoration: none
}

.free-form-body ul.sets > li {
    background: #fff;
    float: left;
    height: 85px;
    margin: 0 7px 0 0;
    padding: 0;
    text-align: left;
    width: 85px
}

.free-form-body .horizontal ul {
    float: right;
    height: 80px
}

.free-form-body .horizontal > ul > li {
    height: 85px;
    margin-right: 7px;
    width: 85px
}

.free-form-body .horizontal ul > li > a {
    color: #fff;
    display: block;
    margin: 25% auto
}

.free-form-body .horizontal ul > li > a > p {
    float: none;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0 7px
}

.product-highlights .free-form-right-section .light-blue, .free-form-body .light-blue {
    background: #1794d2
}

.product-highlights .free-form-right-section .green, .free-form-body .green {
    background-color: #68a230
}

.product-highlights .free-form-right-section .blue, .free-form-body .blue {
    background: #3265b7
}

.free-form-body .ticker-name {
    color: #fff;
    font-family: 'AkkuratProRegular', Arial, sans-serif;
    font-size: 20px
}

.free-form-body .ticker-id {
    font-size: 11px;
    padding-left: 12px
}

.free-form-body .feature h2, .free-form-body .feature h2 a {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat scroll right -403px
}

.free-form-body .feature h2 {
    background-position: 0 -1px
}

.free-form-body .feature h2 a {
    padding-right: 26px
}

.free-form-body .feature h2.highlight {
    background-position: 0 -91px
}

.free-form-body .feature h2:hover {
    background-position: 0 -223px
}

.free-form-body .feature h2.highlight:hover {
    background-position: 0 -323px
}

.free-form-body .feature.long h2 {
    background: #50b1e8;
    background: -moz-linear-gradient(top, #50b1e8 0, #3663a5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #50b1e8), color-stop(100%, #3663a5));
    background: -webkit-linear-gradient(top, #50b1e8 0, #3663a5 100%);
    background: -o-linear-gradient(top, #50b1e8 0, #3663a5 100%);
    background: -ms-linear-gradient(top, #50b1e8 0, #3663a5 100%);
    background: linear-gradient(to bottom, #50b1e8 0, #3663a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b1e8', endColorstr='#3663a5', GradientType=0)
}

.free-form-body .feature.long h2:hover {
    background: #3565a5;
    background: -moz-linear-gradient(top, #3565a5 0, #4083c0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3565a5), color-stop(100%, #4083c0));
    background: -webkit-linear-gradient(top, #3565a5 0, #4083c0 100%);
    background: -o-linear-gradient(top, #3565a5 0, #4083c0 100%);
    background: -ms-linear-gradient(top, #3565a5 0, #4083c0 100%);
    background: linear-gradient(to bottom, #3565a5 0, #4083c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3565A5', endColorstr='#4083C0', GradientType=0)
}

.free-form-body .featureInfo a {
    background-position: 0 -432px;
    padding-left: 13px
}

.free-form-body .feature-wrapper {
    border-bottom: 12px solid #fff;
    border-left: 19px solid #fff;
    border-right: 20px solid #fff;
    border-top: 12px solid #fff;
    height: 100px;
    width: auto
}

.free-form-body .feature p {
    line-height: 18px
}

.free-form-body .featureInfo {
    font-size: 13px;
    line-height: 18px;
    margin-left: 28px
}

.free-form-body ul.sets {
    margin-bottom: 10px
}

.free-form-body.multi-button ul.sets > li {
    margin: 0 10px 10px 0
}

.free-form-body ul > li:last-child {
    margin-right: 0
}

.free-form-body.multi-button.ml-one ul.sets li h2, .free-form-body.multi-button.ml-one ul.sets li h2:hover {
    background: #33b6f0;
    background: -moz-linear-gradient(top, #33b6f0 0, #2094e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #33b6f0), color-stop(100%, #2094e0));
    background: -webkit-linear-gradient(top, #33b6f0 0, #2094e0 100%);
    background: -o-linear-gradient(top, #33b6f0 0, #2094e0 100%);
    background: -ms-linear-gradient(top, #33b6f0 0, #2094e0 100%);
    background: linear-gradient(to bottom, #33b6f0 0, #2095e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33b6f0', endColorstr='#2094E0', GradientType=0);
    -moz-box-shadow: 3px 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 3px 1px #ccc;
    box-shadow: 3px 3px 3px 1px #ccc
}

.free-form-body.multi-button.ml-one ul.sets li h2 {
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    text-transform: inherit;
    vertical-align: middle
}

.free-form-body.multi-button.ml-one ul.sets li h2 .abbr {
    display: block;
    font-size: 24px;
    margin-bottom: 5px
}

.free-form-body.multi-button.ml-one ul.sets li h2 a {
    background: 0;
    display: block;
    padding-right: 0
}

.free-form-body.multi-button.ml-one ul.sets li, .free-form-body.multi-button.ml-one ul.sets li h2 {
    width: 143px
}

.free-form-body.multi-button.ml-one ul.sets li.long, .free-form-body.multi-button.ml-one ul.sets li.long h2 {
    width: 449px
}

.free-form-body.multi-button.ml-one ul.sets li.long h2 {
    height: auto;
    padding-left: 18px
}

.free-form-body .tickers.desc li {
    display: table-cell;
    font-size: .85em;
    margin-bottom: 10px;
    vertical-align: middle
}

.free-form-body .tickers.desc li a {
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap
}

.free-form-body .tickers.desc li a:last-child {
    margin-right: 0
}

.free-form-body .tickers.desc .ticker-name {
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px
}

.free-form-body .featureTitleHighlight a, .free-form-body .featureTitleDefault a {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat scroll right -403px;
    padding-right: 26px
}

.free-form-body h2.featureTitleDefault {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat 0 -1px
}

.free-form-body h2.featureTitleHighlight {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat 0 -91px
}

.free-form-body h2.featureTitleDefault:hover {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat 0 -223px
}

.free-form-body h2.featureTitleHighlight:hover {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat 0 -323px
}

.free-form-body .featureBlurbWrapper {
    border-bottom: 12px solid #fff;
    border-left: 19px solid #fff;
    border-right: 20px solid #fff;
    border-top: 12px solid #fff;
    height: 94px;
    overflow: hidden;
    width: auto
}

.free-form-body .featureBlurb {
    line-height: 18px
}

.free-form-body ul li {
    background: #fff;
    float: left;
    margin-right: 10px;
    width: 290px
}

.free-form-body ul.setOne {
    overflow: hidden
}

.free-form-body ul.setTwo {
    margin-top: 10px;
    overflow: hidden
}

.free-form-body {
    overflow: hidden;
    padding-bottom: 28px
}

.free-form-body .featureInfo {
    font-size: 13px;
    line-height: 18px;
    margin-left: 28px
}

.free-form-body .featureInfo a {
    background: url('../../cache-1550123080000/include/one/css/blk/i/freeform_home_buttons.png') no-repeat scroll 0 -432px;
    padding-left: 13px
}

.page-class-ithinking #mainWrapper, .page-class-blog #mainWrapper {
    background-color: transparent
}

.page-class-ithinking .contentPageWide3 #columnMain, .page-class-blog .contentPageWide3 #columnMain {
    padding: 0;
    width: 650px
}

.page-class-ithinking #columnRight, .page-class-blog #columnRight {
    float: right;
    margin-left: 0;
    padding: 0;
    width: 300px
}

.page-class-ithinking .bannerLevelOne, .page-class-blog .bannerLevelOne {
    background-position: right;
    margin: 0
}

.page-class-ithinking #pageHeader h1, .page-class-blog #pageHeader h1 {
    color: #fff;
    font-size: 2.8em;
    font-weight: bold
}

.page-class-ithinking #pageHeader p, .page-class-blog #pageHeader p {
    color: #fff;
    font-size: 1.6em
}

.page-class-ithinking .gadget, .page-class-blog .gadget {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px
}

.page-class-ithinking .gadget .gadgetHeader, .page-class-blog .gadget .gadgetHeader {
    padding: 0
}

.page-class-ithinking .gadget h3, .page-class-blog .gadget h3 {
    color: #83bb23;
    font-weight: bold
}

.page-class-ithinking .gadget.linkList h3, .page-class-blog .gadget.linkList h3 {
    color: #83bb23;
    font-size: 20px;
    font-weight: bold
}

.page-class-ithinking .gadget .gadgetBody, .page-class-blog .gadget .gadgetBody {
    font-size: 14px;
    padding: 0
}

.page-class-ithinking .linkList .gadgetBody p, .page-class-blog .linkList .gadgetBody p {
    padding-left: 0
}

.page-class-ithinking .free-form-html, .page-class-blog .free-form-html {
    margin-bottom: 20px
}

.page-class-ithinking .free-form-html .section > a, .page-class-blog .free-form-html .section > a {
    display: block;
    position: relative
}

.page-class-ithinking .free-form-html .section > a:hover, .page-class-blog .free-form-html .section > a:hover {
    text-decoration: none
}

.page-class-ithinking .free-form-html .section img, .page-class-ithinking .article img, .page-class-blog .free-form-html .section img, .page-class-blog .article img {
    height: auto;
    width: 100%
}

.page-class-ithinking .free-form-html .section h3, .page-class-blog .free-form-html .section h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    left: 40px;
    line-height: 1.2em;
    position: absolute;
    text-shadow: -1px 0 60px rgba(0, 0, 0, 1);
    width: 60%;
    top: 40px
}

.page-class-ithinking .free-form-html .section .desc, .page-class-blog .free-form-html .section .desc {
    padding: 20px 40px
}

.page-class-ithinking .free-form-html .section .desc .links, .page-class-blog .free-form-html .section .desc .links {
    height: 32px;
    position: relative
}

.page-class-ithinking .free-form-html .section .desc > p, .page-class-blog .free-form-html .section .desc > p {
    margin-bottom: 10px
}

.page-class-ithinking .free-form-html .section .desc .links a:hover p, .page-class-blog .free-form-html .section .desc .links a:hover p {
    text-decoration: underline
}

.page-class-ithinking .free-form-html .section .desc .links a, .page-class-blog .free-form-html .section .desc .links a {
    bottom: 0;
    display: block;
    position: absolute
}

.page-class-ithinking .free-form-html .section .action-link, .page-class-blog .free-form-html .section .action-link {
    left: 0
}

.page-class-ithinking .free-form-html .section .product-link, .page-class-blog .free-form-html .section .product-link {
    right: 0
}

.page-class-ithinking .free-form-html .section .chiclet, .page-class-blog .free-form-html .section .chiclet {
    background-color: #1794d2;
    color: #fff;
    float: left;
    font-family: 'AkkuratProRegular', 'Arial', sans-serif;
    font-size: 11px;
    height: 22px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    width: 32px
}

.page-class-ithinking .free-form-html .section .product-link p, .page-class-blog .free-form-html .section .product-link p {
    float: left;
    line-height: normal;
    width: 150px
}

.page-class-ithinking .free-form-html .right-col-intro {
    background: url('../../images/media-bin/web/ishares/us/resources/ithinking/ithinking-page-intro-img.html') no-repeat center left;
    background-size: 100%;
    height: 140px;
    padding: 20px
}

.page-class-blog .free-form-html .right-col-intro {
    background: url('../../images/media-bin/web/retail/emea/uk/adviser-centre/blog/ithinking-page-intro-img.html') no-repeat center left;
    background-size: 100%;
    height: 140px;
    padding: 20px
}

.page-class-ithinking .free-form-html .right-col-intro h3, .page-class-blog .free-form-html .right-col-intro h3 {
    color: #83bb23;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px
}

.page-class-ithinking .free-form-html .right-col-intro p, .page-class-blog .free-form-html .right-col-intro p {
    font-size: 15px;
    line-height: 1.4em;
    margin-left: 40px
}

.page-class-blog .free-form-html table.content-table {
    margin-bottom: 0
}

.page-class-blog .free-form-html table.content-table td {
    padding: 0
}

.page-class-overview .ithinking-promo {
    background: url('../../images/media-bin/web/ishares/us/resources/ithinking/ithinking-banner-promo.html') no-repeat 0 0;
    display: block;
    height: 90px
}

@media only screen and (max-width: 767px) {
    .page-class-ithinking, .page-class-blog {
        font-size: 12px
    }

    .page-class-ithinking .gadget, .page-class-ithinking .gadget, .page-class-blog .gadget, .page-class-blog .gadget {
        margin-bottom: 10px
    }

    .page-class-ithinking .gadget .gadgetBody, .page-class-blog .gadget .gadgetBody {
        font-size: inherit
    }

    .page-class-ithinking .free-form-html .right-col-intro p, .page-class-blog .free-form-html .right-col-intro p {
        font-size: 1.1em
    }

    .page-class-ithinking .contentPageWide3 #pageHeader, .page-class-ithinking .free-form-html, .page-class-blog .contentPageWide3 #pageHeader, .page-class-blog .free-form-html {
        margin-bottom: 10px
    }

    .page-class-ithinking .contentPageWide3 #pageHeader, .page-class-blog .contentPageWide3 #pageHeader {
        padding: 0
    }

    .page-class-ithinking .contentPageWide3 #pageHeader .bannerLevelOne, .page-class-blog .contentPageWide3 #pageHeader .bannerLevelOne {
        margin: 0
    }

    .page-class-ithinking .bannerLevelOne .solutionsBox, .page-class-blog .bannerLevelOne .solutionsBox {
        display: table-cell;
        height: 150px;
        left: inherit;
        padding: 0;
        position: inherit;
        top: inherit;
        vertical-align: middle;
        max-width: 100%
    }

    .page-class-ithinking #pageHeader h1, .page-class-blog #pageHeader h1 {
        font-size: 1.3em;
        margin-left: 20px
    }

    .page-class-ithinking #pageHeader div.message-wrapper h2, .page-class-blog #pageHeader div.message-wrapper h2 {
        font-size: 1em;
        line-height: 0;
        margin-left: 20px;
        margin-top: -5px
    }

    .page-class-ithinking #pageHeader p, .page-class-blog #pageHeader p {
        display: none
    }

    .page-class-ithinking .free-form-html .section h3, .page-class-blog .free-form-html .section h3 {
        font-size: 1.2em;
        left: 20px;
        font-weight: bold;
        top: 20px;
        width: auto
    }

    .page-class-ithinking .contentPageWide3 #columnMain, .page-class-ithinking .contentPageWide3 #columnRight, .page-class-blog .contentPageWide3 #columnMain, .page-class-blog .contentPageWide3 #columnRight {
        overflow: hidden;
        width: auto
    }

    .page-class-ithinking .contentPageWide3 #columnRight .article, .page-class-blog .contentPageWide3 #columnRight .article {
        margin-bottom: 10px
    }

    .page-class-ithinking .free-form-html .section .desc, .page-class-blog .free-form-html .section .desc {
        padding: 20px
    }

    .page-class-ithinking .free-form-html .section .desc .links, .page-class-blog .free-form-html .section .desc .links {
        height: auto
    }

    .page-class-ithinking .free-form-html .section .desc .links a, .page-class-blog .free-form-html .section .desc .links a {
        bottom: inherit;
        display: block;
        left: inherit;
        margin-bottom: 10px;
        position: relative
    }

    .page-class-ithinking .free-form-html .section .product-link, .page-class-blog .free-form-html .section .product-link {
        right: inherit
    }

    .page-class-ithinking .article p, .page-class-blog .article p {
        margin-bottom: 0
    }

    .page-class-ithinking .article p a, .page-class-blog .article p a {
        display: block
    }

    .blk-responsive .free-form-body .doubleRow li {
        float: none;
        margin: 0;
        width: 100%
    }

    .blk-responsive .free-form-body .item-header {
        padding: 10px 10px 6px
    }

    .blk-responsive .free-form-body .item-header h3 {
        font-size: 16px
    }

    .blk-responsive .free-form-body ul.setTwo {
        margin-top: 0
    }

    .blk-responsive .free-form-body h2.featureTitleDefault {
        background: #50b1e8;
        background: linear-gradient(to bottom, #50b1e8 0, #3663a5 100%);
        border-bottom: 1px solid #eee;
        font-size: 16px;
        max-height: none;
        min-height: 0;
        height: auto;
        padding: 10px
    }

    .blk-responsive .free-form-body h2.featureTitleDefault:hover {
        background: #3663a5;
        background: linear-gradient(to bottom, #3663a5 0, #50b1e8 100%)
    }

    .blk-responsive .free-form-body .featureTitleHighlight a, .free-form-body .featureTitleDefault a {
        background-position: right -406px
    }

    .blk-responsive .free-form-html .product-highlights .free-form-body .featureInfo {
        margin: 5px 0 !important
    }
}

@charset "UTF-8";
@font-face {
    font-family: flowplayer;
    src: url('../../cache-1550123078000/include/common/fonts/flowplayer/flowplayerd41d.eot?#iefix') format("embedded-opentype"), url('../../cache-1550123078000/include/common/fonts/flowplayer/flowplayer.woff2') format("woff2"), url('../../cache-1550123078000/include/common/fonts/flowplayer/flowplayer.woff') format("woff")
}

.fp-icon {
    display: inline-block
}

.fp-icon:before {
    font-family: flowplayer;
    font-size: 1.7em
}

.fp-airplay:before {
    content: "\e001"
}

.fp-fullscreen:before {
    content: "\e002"
}

.fp-checked:before {
    content: "\e003"
}

.fp-embed:before {
    content: "\e004";
    color: #fff
}

.fp-chromecast:before {
    content: "\e005"
}

.fp-email:before {
    content: "\e006"
}

.fp-playbtn:before {
    content: "\e007"
}

.fp-share:before {
    content: "\e009"
}

.fp-share2:before {
    content: "\e00a"
}

.fp-twitter:before {
    content: "\e00c";
    color: #1da1f2
}

.fp-facebook:before {
    content: "\e00a";
    color: #3b5998
}

.fp-volumebtn:before {
    content: "\e00b"
}

.fp-volume-off:before {
    content: "\e00d"
}

.fp-unload:before {
    content: "\e00f"
}

.fp-prevbtn:before {
    content: "\e011"
}

.fp-nextbtn:before {
    content: "\e012"
}

.flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
    bottom: 3em
}

.flowplayer.is-poster .fp-engine {
    filter: alpha(opacity=0);
    opacity: 0
}

.flowplayer.is-loading .fp-engine {
    top: -9999em
}

.flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
    filter: alpha(opacity=0);
    opacity: 0
}

.flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
    display: none
}

.flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
    display: block
}

.flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
    display: none
}

.flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
    display: block
}

.flowplayer.is-poster .fp-engine {
    left: -9999em;
    top: -9999em
}

.flowplayer.is-poster .fp-captions {
    display: none !important
}

.flowplayer.is-disabled .fp-color {
    background-color: #999
}

.flowplayer.has-title .fp-header {
    top: 0;
    text-align: right
}

.flowplayer.is-fullscreen {
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    background-image: none !important;
    background-color: #333
}

.flowplayer.is-fullscreen .fp-player {
    background-color: #333
}

.flowplayer.is-fullscreen .fp-fullscreen:before {
    content: "\e016"
}

.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
    content: "\e216"
}

.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
    content: "\e116"
}

.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
    content: "\e316"
}

.flowplayer.is-fullscreen.is-mouseout.is-playing .fp-ui {
    cursor: none
}

.flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
    display: block !important
}

.flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
    display: none !important
}

.flowplayer.is-playing {
    background-image: none !important
}

.flowplayer.is-playing .fp-playbtn:before {
    content: "\e008"
}

.flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
    content: "\e208"
}

.flowplayer.is-playing.fp-edgy .fp-playbtn:before {
    content: "\e108"
}

.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
    content: "\e308"
}

.flowplayer.is-muted .fp-volumebtn:before {
    content: "\e00d"
}

.flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
    content: "\e20d"
}

.flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
    content: "\e10d"
}

.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
    content: "\e30d"
}

.flowplayer.is-inverted .fp-duration {
    display: none
}

.flowplayer.is-inverted .fp-remaining {
    display: block
}

.flowplayer.is-closeable .fp-header .fp-unload {
    display: block
}

.flowplayer.is-error {
    background-color: #aaa
}

.flowplayer.is-error .fp-ui {
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer.is-live .fp-timeline {
    visibility: hidden
}

.flowplayer.is-live .fp-bar > *.fp-buffer, .flowplayer.is-live .fp-bar-slider > *.fp-buffer {
    max-width: 100%
}

.flowplayer.is-live.is-dvr .fp-timeline {
    visibility: visible
}

.flowplayer.is-live.is-dvr.is-live-position .fp-duration {
    color: #00abcd
}

.flowplayer.is-flash-disabled .fp-waiting {
    display: none !important
}

.flowplayer.is-flash-disabled .fp-ui {
    height: auto;
    background: 0;
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
    display: none
}

.flowplayer.is-flash-disabled .fp-engine {
    top: 0
}

.flowplayer.is-tiny {
    font-size: .7em
}

.flowplayer.is-small {
    font-size: .8em
}

.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
    display: none
}

.flowplayer.no-volume .fp-volumebar {
    display: none
}

.flowplayer.fp-mute .fp-volumebtn {
    display: inline-block
}

@-webkit-keyframes pulse {

0
{
    filter: alpha(opacity=0)
;
    opacity: 0
}
100
%
{
    filter: alpha(opacity=100)
;
    opacity: 1
}
}
@keyframes pulse {

0
{
    filter: alpha(opacity=0)
;
    opacity: 0
}
100
%
{
    filter: alpha(opacity=100)
;
    opacity: 1
}
}
.flowplayer .fp-chromecast-engine {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff
}

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
    font-size: 150%;
    text-align: center
}

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    -webkit-mask-size: 100% 100%;
    background-color: #fff;
    margin: 10% auto 2em;
    height: 5em;
    width: 5em
}

.flowplayer.is-chromecast {
    background-color: #333
}

.flowplayer.is-chromecast .fp-chromecast-engine {
    display: block
}

.flowplayer.is-chromecast .fp-flash-disabled {
    display: none !important
}

.flowplayer.is-chromecast .fp-engine {
    left: -9999em;
    top: -9999em;
    bottom: auto;
    right: auto
}

.flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
    position: absolute;
    top: 45%;
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
    font-family: flowplayer;
    font-size: 2.8em
}

.flowplayer.fp-default-playlist .fp-prev {
    left: .4em
}

.flowplayer.fp-default-playlist .fp-prev:before {
    content: "\e011"
}

.flowplayer.fp-default-playlist .fp-next {
    right: .4em
}

.flowplayer.fp-default-playlist .fp-next:before {
    content: "\e012"
}

.flowplayer.fp-default-playlist .fp-playlist {
    position: absolute;
    right: .4em;
    bottom: 3em;
    width: 100%;
    text-align: center
}

.flowplayer.fp-default-playlist .fp-playlist a {
    background-color: #fff;
    height: .8em;
    border-radius: 50%;
    width: .8em;
    filter: alpha(opacity=70);
    opacity: .7;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.flowplayer.fp-default-playlist .fp-playlist a:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.flowplayer.fp-default-playlist .fp-playlist a.is-active {
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
    content: "\e111"
}

.flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
    content: "\e112"
}

.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
    content: "\e211"
}

.flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
    content: "\e212"
}

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
    content: "\e311"
}

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
    content: "\e312"
}

.flowplayer.fp-custom-playlist {
    overflow: visible
}

.flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
    display: none !important
}

.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
    display: block
}

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
    display: none
}

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
    display: block
}

.flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
    border-radius: 0
}

.flowplayer.fp-edgy .fp-airplay:before {
    content: "\e101"
}

.flowplayer.fp-edgy .fp-fullscreen:before {
    content: "\e102"
}

.flowplayer.fp-edgy .fp-checked:before {
    content: "\e103"
}

.flowplayer.fp-edgy .fp-embed:before {
    content: "\e104"
}

.flowplayer.fp-edgy .fp-chromecast:before {
    content: "\e105"
}

.flowplayer.fp-edgy .fp-email:before {
    content: "\e106"
}

.flowplayer.fp-edgy .fp-playbtn:before {
    content: "\e107"
}

.flowplayer.fp-edgy .fp-share:before {
    content: "\e109"
}

.flowplayer.fp-edgy .fp-share2:before {
    content: "\e10a"
}

.flowplayer.fp-edgy .fp-twitter:before {
    content: "\e10c"
}

.flowplayer.fp-edgy .fp-facebook:before {
    content: "\e10a"
}

.flowplayer.fp-edgy .fp-volumebtn:before {
    content: "\e10b"
}

.flowplayer.fp-edgy .fp-volume-off:before {
    content: "\e10d"
}

.flowplayer.fp-edgy .fp-unload:before {
    content: "\e10f"
}

.flowplayer.fp-edgy .fp-prevbtn:before {
    content: "\e111"
}

.flowplayer.fp-edgy .fp-nextbtn:before {
    content: "\e112"
}

.flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
    content: "\e301"
}

.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
    content: "\e302"
}

.flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
    content: "\e303"
}

.flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
    content: "\e304"
}

.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
    content: "\e305"
}

.flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
    content: "\e306"
}

.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
    content: "\e307"
}

.flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
    content: "\e309"
}

.flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
    content: "\e30a"
}

.flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
    content: "\e30c"
}

.flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
    content: "\e30a"
}

.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
    content: "\e30b"
}

.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
    content: "\e30d"
}

.flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
    content: "\e30f"
}

.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
    content: "\e311"
}

.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
    content: "\e312"
}

.flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
    background-color: #333
}

.flowplayer.no-svg .fp-ui .fp-play.fp-visible {
    background-color: #ccc;
    position: absolute;
    padding-top: 17%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
    display: none
}

.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
    display: inline
}

.flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
    position: absolute;
    width: 100%
}

.flowplayer {
    font-family: avenir, sans-serif;
    font-size: 16px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    border-radius: .24em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    zoom: 1 !important;
    width: 100%;
    display: inline-block
}

.flowplayer .fp-hidden {
    display: none
}

.flowplayer .fp-shown {
    display: block !important
}

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

.flowplayer.is-ready:not(.is-poster) {
    background-color: #333
}

.flowplayer .fp-engine {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
    display: none !important
}

.flowplayer .fp-player {
    position: absolute;
    bottom: 0;
    top: 0
}

.flowplayer .fp-waiting {
    display: none
}

.flowplayer .fp-waiting p {
    filter: alpha(opacity=0);
    opacity: 0;
    color: #ccc;
    font-weight: bold
}

.flowplayer .fp-ui {
    height: 100%;
    top: 0;
    background-image: none;
    -webkit-transition: background-image .1s;
    transition: background-image .1s;
    text-align: center;
    cursor: pointer;
    color: #fff
}

.flowplayer .fp-ui a, .flowplayer .fp-ui strong {
    color: inherit !important;
    font-style: normal !important;
    text-decoration: none !important
}

.flowplayer .fp-ui strong {
    font-weight: bold !important
}

.flowplayer .fp-ui > * {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    filter: alpha(opacity=0);
    opacity: 0
}

.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%)
}

.flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer .fp-header {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
    text-align: left;
    height: 3.6em;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    padding-left: .9em
}

.flowplayer .fp-header .fp-icon {
    margin: .9em .9em 0 0
}

.flowplayer .fp-header .fp-icon.fp-active {
    color: #ec6c4c
}

.flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
    float: right
}

.flowplayer .fp-header .fp-unload {
    display: none
}

.flowplayer .fp-help {
    display: none
}

.flowplayer .fp-message {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 1.2em;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: .6em .9em;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.flowplayer .fp-message.fp-shown {
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer .fp-message.fp-shown + .fp-header {
    filter: alpha(opacity=0);
    opacity: 0
}

.flowplayer .fp-textarea {
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    position: absolute;
    left: 10%;
    top: 15%;
    color: #fff;
    outline: 0;
    border-radius: .2em;
    border: 0;
    min-height: 60%
}

.flowplayer .fp-logo {
    position: absolute;
    bottom: 3em;
    left: .9em
}

.flowplayer .fp-logo img {
    width: 100%
}

.flowplayer .fp-captions {
    bottom: 1.2em;
    display: none;
    text-align: center;
    color: #fff
}

.flowplayer .fp-captions p {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: .2em;
    font-size: 110%;
    display: inline-block;
    padding: .1em .3em;
    margin: .1em
}

.flowplayer .fp-speed-flash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 4em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 4em;
    height: 2em;
    display: none
}

.flowplayer .fp-speed-flash.fp-hilite {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
    display: none
}

.flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 6em;
    height: 6em;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: auto;
    max-height: 30%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none
}

.flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
    display: block
}

.flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    filter: alpha(opacity=100);
    opacity: 1
}

.flowplayer .fp-remaining {
    display: none
}

.flowplayer .fp-controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    height: 2.4em;
    bottom: 0;
    z-index: 2;
    padding-left: .3em;
    padding-right: .3em
}

.flowplayer .fp-controls > * {
    margin: 0 .6em
}

.flowplayer .fp-controls > strong {
    letter-spacing: 1px
}

.flowplayer .fp-controls img {
    width: 1.2em
}

.flowplayer .fp-bar, .flowplayer .fp-bar-slider {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: col-resize;
    height: .9em;
    border-radius: .24em;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1
}

.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    height: 100%;
    border-radius: .24em
}

.flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
    -webkit-transition: width .25s linear;
    transition: width .25s linear
}

.flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
    -webkit-transition: none;
    transition: none
}

.flowplayer .fp-timeline {
    -webkit-transition: height .2s;
    transition: height .2s
}

.flowplayer .fp-cuepoint {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 2px
}

.flowplayer .fp-timestamp {
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    border-radius: .2em;
    padding: .1em .3em;
    font-size: 90%;
    bottom: 1.4em;
    height: auto
}

.flowplayer .fp-timeline:hover .fp-timestamp {
    display: inline
}

.flowplayer .fp-volume {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.flowplayer .fp-volumebtn {
    display: none
}

.flowplayer .fp-bar-slider {
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: height .2s;
    transition: height .2s;
    white-space: nowrap;
    -ms-flex: 1 0 auto
}

.flowplayer .fp-bar-slider em {
    border-radius: 2px;
    display: inline-block;
    width: 5px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin-left: 3px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.flowplayer .fp-bar-slider em:hover {
    -webkit-transform: scaleY(1.35);
    -ms-transform: scaleY(1.35);
    transform: scaleY(1.35);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.flowplayer .fp-bar-slider em.fp-grey {
    background-color: rgba(255, 255, 255, 0.75)
}

.flowplayer.no-flex .fp-controls {
    white-space: nowrap
}

.flowplayer.no-flex .fp-controls > * {
    display: inline-block;
    vertical-align: center;
    margin: 0 .3em
}

.flowplayer.no-flex .fp-timeline {
    width: 40%
}

.flowplayer.no-flex.fp-full .fp-timeline {
    margin-bottom: .6em;
    height: .9em
}

.flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
    height: .9em !important
}

.flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
    height: 100%;
    border-radius: 0
}

.flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
    border-radius: 0
}

.flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
    bottom: 3.2em
}

.flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
    -webkit-transform: scaleY(0.75);
    -ms-transform: scaleY(0.75);
    transform: scaleY(0.75)
}

.flowplayer.fp-slim .fp-timeline {
    height: .2em
}

.flowplayer.fp-slim .fp-controls:hover .fp-timeline {
    height: .9em
}

.flowplayer.fp-slim .fp-cue {
    width: 4px
}

.flowplayer.fp-slim .fp-bar-slider {
    height: .2em
}

.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
    height: .9em
}

.flowplayer.fp-full .fp-timeline {
    position: absolute;
    height: .3em;
    bottom: 2.8em;
    margin: 0;
    width: 100%;
    border-radius: 0;
    overflow: inherit;
    left: 0
}

.flowplayer.fp-full .fp-timeline:before {
    content: "";
    width: 100%;
    height: 1.2em;
    position: absolute;
    top: -1.2em;
    left: 0
}

.flowplayer.fp-full .fp-controls {
    height: 2.8em
}

.flowplayer.fp-full .fp-controls:hover .fp-timeline {
    height: 1em
}

.flowplayer.fp-full .fp-volume {
    margin-right: auto
}

.flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
    margin-left: 0
}

.flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
    position: relative;
    content: "/";
    left: -.3em
}

.flowplayer.fp-minimal .fp-controls {
    background-color: transparent !important
}

.flowplayer.fp-minimal .fp-controls > * {
    display: none
}

.flowplayer.fp-minimal .fp-header > * {
    display: none
}

.flowplayer.fp-minimal .fp-header .fp-fullscreen {
    display: inherit
}

.flowplayer.fp-minimal .fp-timeline {
    height: .3em;
    max-width: 12em;
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
    background-color: #ec6c4c;
    fill: #ec6c4c
}

.flowplayer.fp-playful .fp-controls {
    background-color: #006680
}

.flowplayer .fp-selected:before {
    content: "✓ "
}

.flowplayer .fp-menu {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .24em;
    position: absolute;
    width: 8em;
    right: .5em;
    z-index: 2;
    font-size: 90%;
    -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s, height .2s;
    transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    bottom: -100%;
    height: 0;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.flowplayer .fp-menu.fp-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    bottom: 3.2em;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

.flowplayer .fp-menu > * {
    display: block;
    padding: .4em 1.2em;
    text-align: right
}

.flowplayer .fp-menu strong {
    display: block;
    padding: .7em 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    font-size: 90%
}

.flowplayer .fp-menu a {
    color: rgba(255, 255, 255, 0.8)
}

.flowplayer .fp-menu a:hover:not(.fp-selected) {
    background-color: #000;
    color: #fff
}

.flowplayer .fp-menu .fp-icon {
    cursor: pointer
}

.flowplayer .fp-menu .fp-icon:before {
    margin-right: .1em;
    font-size: 1.5em;
    vertical-align: -0.1em
}

.flowplayer .fp-qsel-menu {
    width: auto
}

.flowplayer .fp-context-menu {
    width: auto;
    right: auto;
    bottom: auto !important;
    display: none
}

.flowplayer .fp-context-menu.fp-active {
    display: block
}

.flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
    text-align: left;
    color: #fff;
    white-space: nowrap
}

.flowplayer .fp-subtitle-menu {
    width: 9em
}

.flowplayer .fp-share-menu {
    width: 9em;
    padding-bottom: .2em
}

.flowplayer .fp-share-menu.fp-active {
    bottom: auto
}

.flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
    text-align: left
}

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
    display: none
}

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
    display: block
}

.flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
    content: "\e201"
}

.flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
    content: "\e202"
}

.flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
    content: "\e203"
}

.flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
    content: "\e204"
}

.flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
    content: "\e205"
}

.flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
    content: "\e206"
}

.flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
    content: "\e207"
}

.flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
    content: "\e209"
}

.flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
    content: "\e20a"
}

.flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
    content: "\e20c"
}

.flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
    content: "\e20a"
}

.flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
    content: "\e20b"
}

.flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
    content: "\e20d"
}

.flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
    content: "\e20f"
}

.flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
    content: "\e211"
}

.flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
    content: "\e212"
}

.flowplayer .fp-color {
    background-color: #00abcd;
    fill: rgba(0, 0, 0, 0.2)
}

.flowplayer .fp-color-play {
    fill: transparent
}

.flowplayer.is-rtl {
    direction: rtl
}

.flowplayer.is-rtl .fp-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.flowplayer.is-rtl .fp-menu .fp-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.flowplayer.-grayscale video.fp-engine {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.flowplayer.-sepia video.fp-engine {
    -webkit-filter: sepia(100%);
    filter: sepia(100%)
}

.flowplayer.-blur video.fp-engine {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.fp-filters {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute
}