  @charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #404040 !important
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: #fff0
}

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

abbr[title] {
    border-bottom: .625px dotted;
    border-bottom: .0625rem dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 25px;
    margin: 1em 2.5rem
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: .625px solid silver;
    border: .0625rem solid silver;
    margin: 0 1.25px;
    margin: 0 .125rem;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.hidden-xl-down,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important
}

.clearfix {
    *zoom: 1
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[hidden] {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: "0/0" a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap,
.text-truncate {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.debug-mode,
.debug-mode body,
.debug-mode div,
.debug-mode footer,
.debug-mode header,
.debug-mode main {
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.debug-mode:after {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgb(0 0 0 / .5);
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    padding: 0 8px;
    display: block;
    z-index: 8;
    content: "Debug Mode (Smartphone)"
}

.debug-mode .container {
    box-shadow: inset 0 0 0 1px rgb(255 0 255 / .25)
}

.debug-mode .row {
    background-image: linear-gradient(270deg, rgb(255 0 255 / .1) 0, rgb(255 0 255 / .1) 50%, rgb(255 0 255 / .05) 0, rgb(255 0 255 / .05));
    background-size: 16.6666667% 100%
}

.debug-mode .row:hover {
    box-shadow: inset 0 0 0 1px rgb(255 0 255 / .2)
}

.debug-mode .row [class*="col-"]:hover {
    box-shadow: inset 0 0 0 1px rgb(255 0 255 / .4)
}

.debug-mode a[href="#"] {
    background-color: rgb(255 0 255 / .1) !important
}

.debug-mode.three-dee body {
    -webkit-perspective: 1280px;
    perspective: 1280px;
    -webkit-transform: rotateY(30deg) scale(.5);
    transform: rotateY(30deg) scale(.5)
}

.debug-mode.three-dee body>div,
.debug-mode.three-dee body>footer,
.debug-mode.three-dee body>header,
.debug-mode.three-dee body>main {
    -webkit-transform: translateZ(-120px) rotateY(25deg);
    transform: translateZ(-120px) rotateY(25deg)
}

.debug-mode.three-dee body>div .container:hover,
.debug-mode.three-dee body>div .container:hover>.row,
.debug-mode.three-dee body>div .container:hover>.row:hover>div,
.debug-mode.three-dee body>footer .container:hover,
.debug-mode.three-dee body>footer .container:hover>.row,
.debug-mode.three-dee body>footer .container:hover>.row:hover>div,
.debug-mode.three-dee body>header .container:hover,
.debug-mode.three-dee body>header .container:hover>.row,
.debug-mode.three-dee body>header .container:hover>.row:hover>div,
.debug-mode.three-dee body>main .container:hover,
.debug-mode.three-dee body>main .container:hover>.row,
.debug-mode.three-dee body>main .container:hover>.row:hover>div {
    -webkit-transform: translateZ(120px);
    transform: translateZ(120px)
}

.debug-mode.three-dee body>div .container:hover>.row:hover>div:hover,
.debug-mode.three-dee body>footer .container:hover>.row:hover>div:hover,
.debug-mode.three-dee body>header .container:hover>.row:hover>div:hover,
.debug-mode.three-dee body>main .container:hover>.row:hover>div:hover {
    -webkit-transform: translateZ(140px);
    transform: translateZ(140px)
}

*,
:after,
:before {
    box-sizing: border-box
}

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

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

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

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

@viewport {
    width: device-width
}

html {
    -webkit-tap-highlight-color: #fff0;
    font-family: screen-phone
}

body {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    overflow-x: hidden;
    min-width: 200px;
    min-width: 20rem;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    direction: ltr
}

a {
    text-decoration: none;
    color: #0072a8
}

pre {
    margin-top: 0;
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

figure {
    margin: 0 0 6.25px;
    margin: 0 0 .625rem
}

img {
    vertical-align: middle
}

[role="button"] {
    cursor: pointer
}

label {
    display: inline-block;
    margin-bottom: 3.125px;
    margin-bottom: .3125rem
}

button,
input,
select,
textarea {
    margin: 0;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

textarea {
    resize: vertical
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0
}

legend {
    display: block;
    margin-bottom: 3.125px;
    margin-bottom: .3125rem;
    padding: 0;
    width: 100%;
    font-size: 9.375px;
    font-size: .9375rem;
    line-height: inherit
}

input[type="search"] {
    -webkit-appearance: none
}

hr {
    margin-top: 12.5px;
    margin-top: 1.25rem;
    margin-bottom: 12.5px;
    margin-bottom: 1.25rem;
    height: 0.625px !important;
    height: 0.0625rem !important;
    background: #f7f7f7;
    background: #ccc;
    border: none
}

kbd {
    display: inline-block;
    white-space: nowrap;
    border: .625px solid #eaeaea;
    border: .0625rem solid #eaeaea;
    background-color: #f7f7f7;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    font-weight: 400;
    font-size: 6.875px;
    font-size: .6875rem;
    padding: 1.25px 3.75px;
    padding: .125rem .375rem;
    vertical-align: middle;
    border-radius: .25rem
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: auto
}

body.admin-bar {
    padding-top: 20px;
    padding-top: 2rem
}

body>div,
body>footer,
body>header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

body>main {
    min-height: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 637.5px;
    max-width: 63.75rem
}

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

.container:after {
    clear: both
}

.lt-ie9 .container {
    width: 1200px
}

.region>.container {
    padding-left: 12.5px;
    padding-left: 1.25rem;
    padding-right: 12.5px;
    padding-right: 1.25rem
}

.component {
    margin-top: 70px;
    margin-bottom: 82px
}

.component--reduced-top {
    margin-top: 60px
}

.component+.column-control .row:first-child .component,
.component+.component {
    margin-top: -80px/2
}

.component--inline+.component {
    margin-top: 0
}

.component--inline {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.component+.component--inline {
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 3.125px;
    margin-bottom: .3125rem
}

.heading-1,
h1 {
    font-weight: 300;
    vertical-align: top
}

.heading-1,
.heading-1-super,
h1 {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    line-height: 1.15;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.05
}

.heading-1-super {
    font-weight: 700
}

.heading-2,
h2 {
    font-size: 20px;
    font-size: 2rem
}

.heading-2,
.heading-2-small,
h2 {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.15;
    line-height: 1.05
}

.heading-2-small {
    font-size: 17.5px;
    font-size: 1.75rem
}

.heading-3,
h3 {
    font-weight: 700;
    font-size: 12.5px;
    font-size: 1.25rem
}

.heading-3,
.heading-4,
h3,
h4 {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    line-height: 1.15;
    line-height: 1.05
}

.heading-4,
h4 {
    font-weight: 400;
    font-size: 13.75px;
    font-size: 1.375rem
}

.heading-5,
h5 {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.05
}

.heading-5.heading-5,
h5.heading-5 {
    font-family: Knowledge2017, Arial, sans-serif;
    line-height: 1.2
}

.heading-6,
h6 {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 8.75px;
    font-size: .875rem;
    line-height: 1.05
}

.heading-6.heading-6,
h6.heading-6 {
    font-family: Knowledge2017, Arial, sans-serif;
    line-height: 1.2
}

.heading-eyebrow {
    font-family: Knowledge2017, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: -4px;
    color: #666;
    text-transform: uppercase
}

.breadcrumb,
.heading-eyebrow,
.superheader {
    font-size: 7.5px;
    font-size: .75rem
}

.superheader {
    font-weight: 700
}

.feature,
.superheader {
    font-family: Knowledge2017, Arial, sans-serif
}

.feature {
    font-style: normal;
    font-weight: 300;
    line-height: 1.15;
    font-size: 15px;
    font-size: 1.5rem
}

p {
    margin-top: 0;
    margin-bottom: 12.5px;
    margin-bottom: 1.25rem
}

address {
    margin-bottom: 6.25px;
    margin-bottom: .625rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 12.5px;
    margin-bottom: 1.25rem
}

.hentry dl li,
.hentry ol li,
.hentry ul li {
    margin-bottom: 3.125px;
    margin-bottom: .3125rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 3.125px;
    margin-bottom: .3125rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 6.25px;
    margin: 0 0 .625rem
}

.icon {
    display: inline-block;
    overflow: hidden;
    background-color: #fff0;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/png/tac-sprite.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    top: -.1em;
    vertical-align: middle;
    font-size: 6.25px;
    font-size: .625rem;
    line-height: 1
}

.icon-thomson-reuters-tac-logo {
    width: 72.5px;
    width: 7.25rem;
    height: 11.25px;
    height: 1.125rem;
    background-position: 0 0;
    top: 0
}

.tac-footer .icon-thomson-reuters-tac-logo {
    width: 157.5px;
    width: 15.75rem;
    height: 30px;
    height: 3rem;
    background-position: -192px -288px
}

.icon-burger {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -240px 0;
    top: 0
}

.active .icon-burger {
    background-position: -240px -48px
}

.icon-search {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -288px 0;
    top: 0
}

.active .icon-search {
    background-position: -288px -48px
}

.search-box .icon-search {
    background-position: -288px -96px
}

.icon-field-submit {
    width: 11.25px;
    width: 1.125rem;
    height: 11.25px;
    height: 1.125rem;
    background-position: -384px -48px;
    top: 0
}

.icon-close:hover {
    background-position: -336px -48px
}

.icon-email {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: 0 -144px;
    background-color: #444;
    top: 0
}

.author-hero__meta .icon-email {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-position: 0 -192px;
    background-color: #fff0
}

.icon-facebook {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -48px -144px;
    background-color: #3b5999;
    top: 0
}

.author-hero__meta .icon-facebook {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-position: -48px -192px;
    background-color: #fff0
}

.icon-twitter {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -96px -144px;
    background-color: #55acee;
    top: 0
}

.author-hero__meta .icon-twitter {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-position: -96px -192px;
    background-color: #fff0
}

.icon-linkedin {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -144px -144px;
    background-color: #007bb6;
    top: 0
}

.author-hero__meta .icon-linkedin {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-position: -144px -192px;
    background-color: #fff0
}

.icon-googleplus {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -192px -144px;
    background-color: #dd4b39;
    top: 0
}

.author-hero__meta .icon-googleplus {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    background-position: -192px -192px;
    background-color: #fff0
}

.icon-youtube {
    background-position: -240px -144px;
    background-color: #cd201f
}

.icon-instagram,
.icon-youtube {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    top: 0
}

.icon-instagram {
    background-position: -288px -144px;
    background-color: #37588a
}

.icon-tweets {
    width: 17.5px;
    width: 1.75rem;
    height: 14.375px;
    height: 1.4375rem;
    background-position: -432px -96px;
    top: 0
}

.icon-download-pdf {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -336px -144px;
    top: 0
}

.share-menu .icon-download-pdf {
    width: 12.5px;
    width: 1.25rem;
    height: 12.5px;
    height: 1.25rem;
    background-position: -336px -192px;
    top: -.2em;
    margin-right: 3.75px;
    margin-right: .375rem
}

.icon-share {
    width: 12.5px;
    width: 1.25rem;
    height: 10px;
    height: 1rem;
    background-position: -432px -240px;
    top: 0;
    opacity: .2
}

.article-hero .icon-share,
.author-hero .icon-share,
.featured-post .icon-share {
    background-position: -432px -144px;
    opacity: 1
}

.article-hero--no-images.article-hero .icon-share {
    background-position: -432px -240px;
    opacity: .2
}

.active .icon-share,
.icon-share:hover,
.share-menu-toggle:hover .icon-share {
    background-position: -432px -192px;
    opacity: 1
}

.icon-caret-light-grey {
    width: 3.75px;
    width: .375rem;
    height: 2.5px;
    height: .25rem;
    background-position: -384px -144px
}

.discover-thomson-reuters.open .icon-caret-light-grey {
    background-position: -384px -192px
}

.icon-close {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    background-position: -336px -96px;
    top: 0
}

.modal-close:hover .icon-close {
    background-position: -336px -48px
}

.btn {
    border-color: #fff0 #fff0 var(--color-tr-gray-light);
    border-radius: var(--Button-border-radius);
    border-style: solid;
    border-width: .625px;
    border-width: .0625rem;
    border-radius: .3125rem;
    display: inline-block;
    font-family: inherit;
    font-weight: 500 !important;
    line-height: 10px;
    line-height: 1rem;
    padding: 11.25px 15px;
    padding: 1.125rem 1.5rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.btn,
.btn:hover {
    text-decoration: none
}

.btn:hover {
    outline: none
}

.btn.btn--orange {
    background-color: #fa6400;
    border-color: #fa6400;
    color: #fff
}

.btn.btn--orange:visited {
    color: #fff
}

.btn.btn--orange:active,
.btn.btn--orange:focus,
.btn.btn--orange:hover {
    background-color: #fa6400;
    color: #fff;
    text-decoration: none
}

.dropdown {
    position: relative
}

.dropdown .dropdown-toggle {
    padding: 0;
    line-height: 1;
    background-color: #fff0;
    outline: none;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dropdown .dropdown-toggle:focus {
    opacity: none
}

.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 7;
    display: none;
    float: left
}

.dropdown-menu,
.dropdown-menu li {
    margin: 0;
    padding: 0
}

.open .dropdown-menu {
    display: block
}

.global-site-header {
    *zoom: 1;
    font-size: 6.875px;
    font-size: .6875rem;
    background-color: #828282;
    font-family: Knowledge2017, Arial, sans-serif
}

.global-site-header:after,
.global-site-header:before {
    content: "";
    display: table
}

.global-site-header:after {
    clear: both
}

.global-site-header,
.global-site-header a {
    color: #e9e9e9
}

.global-site-header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.global-site-header-nav li {
    margin: 0;
    padding: 0
}

.global-site-header-nav>li {
    float: left;
    margin: 0 2.5px;
    margin: 0 .25rem
}

.global-site-header-nav>li:last-child {
    margin-right: 0
}

.global-site-header-nav>li:last-child>a {
    padding-right: 0
}

.global-site-header-nav>li>a {
    display: block;
    padding: 6.25px;
    padding: .625rem;
    text-transform: uppercase;
    line-height: 1
}

.global-site-header-nav>li.icon-globe>a {
    position: relative;
    padding-left: 12.5px;
    padding-left: 1.25rem
}

.global-site-header-nav>li.icon-globe>a:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/sprite.png);
    background-position: -336px -192px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0
}

.discover-thomson-reuters {
    position: relative;
    float: left;
    margin-left: 12.5px;
    margin-left: 1.25rem
}

.discover-thomson-reuters .dropdown-toggle {
    display: block;
    padding: 6.25px 0;
    padding: .625rem 0;
    text-transform: uppercase;
    line-height: 1
}

.discover-thomson-reuters .dropdown-toggle:hover {
    text-decoration: underline
}

.discover-thomson-reuters .dropdown-toggle .icon {
    margin-left: 5.625px;
    margin-left: .5625rem
}

.discover-thomson-reuters-list {
    list-style: none;
    display: block;
    padding: 6.25px 0;
    padding: .625rem 0;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    position: relative
}

.discover-thomson-reuters-list:hover {
    text-decoration: underline
}

.discover-thomson-reuters-list .icon {
    margin-left: 5.625px;
    margin-left: .5625rem
}

.discover-thomson-reuters-list .menu-item-has-children>a {
    position: relative;
    padding-right: 10px;
    padding-right: 1rem;
    cursor: pointer
}

.discover-thomson-reuters-list .menu-item-has-children>a:after {
    content: "?";
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    font-size: 8.75px;
    font-size: .875rem;
    line-height: 7.5px;
    line-height: .75rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0
}

.discover-thomson-reuters-list .menu-item-has-children>a.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.discover-thomson-reuters-list .sub-menu {
    position: absolute;
    top: 31px;
    left: 0;
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    padding: 6.25px 0;
    padding: .625rem 0;
    text-transform: none;
    font-size: 8.75px;
    font-size: .875rem;
    background-color: #fcfcfc;
    background-color: hsl(0 0% 99% / .96);
    background-clip: padding-box;
    border: .625px solid #e9e9e9;
    border: .0625rem solid #e9e9e9;
    border-top: 0;
    border-radius: 0 0 .3125rem .3125rem;
    box-shadow: 0 0 .3125rem 0 rgb(68 68 68 / .2);
    list-style: none;
    display: none;
    width: 100%;
    z-index: 4
}

.discover-thomson-reuters-list .sub-menu li {
    margin: 1.25px 0;
    margin: .125rem 0;
    padding: 0
}

.discover-thomson-reuters-list .sub-menu li a {
    display: block;
    margin: 0;
    padding: 3.125px 12.5px;
    padding: .3125rem 1.25rem;
    line-height: 1;
    color: #444
}

.discover-thomson-reuters-list .sub-menu li a:focus,
.discover-thomson-reuters-list .sub-menu li a:hover {
    color: #fa6400
}

.site-selector {
    position: relative
}

.site-selector .dropdown-toggle,
.site-selector>a {
    display: block;
    padding: 6.25px 0;
    padding: .625rem 0;
    text-transform: uppercase;
    line-height: 1
}

.site-selector .dropdown-toggle:hover,
.site-selector>a:hover {
    text-decoration: underline
}

.site-selector-dropdown {
    font-weight: 400;
    font-size: 8.75px;
    font-size: .875rem;
    left: 6.25px;
    left: .625rem;
    width: 137.5px;
    width: 13.75rem;
    background-color: hsl(0 0% 99% / .96);
    background-clip: padding-box;
    border: .625px solid #e9e9e9;
    border: .0625rem solid #e9e9e9;
    border-top: 0;
    border-radius: 0 0 .3125rem .3125rem;
    box-shadow: 0 0 .3125rem 0 rgb(68 68 68 / .2)
}

.site-selector-dropdown,
.site-selector-dropdown strong {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    line-height: 1.15
}

.site-selector-dropdown strong {
    font-weight: 700
}

.site-selector-dropdown hr {
    margin: 0;
    height: .625px;
    height: .0625rem;
    background-color: #e9e9e9
}

.site-selector-dropdown ul {
    margin: 0;
    padding: 5px 0 3.75px;
    padding: .5rem 0 .375rem;
    list-style: none
}

.site-selector-dropdown ul li {
    float: none;
    margin: 5.625px 12.5px 6.25px;
    margin: .5625rem 1.25rem .625rem;
    padding: 0
}

.site-selector-dropdown ul li a:hover {
    text-decoration: underline !important
}

.site-selector-dropdown ul li .link-chevron--blue {
    font-family: Knowledge2017, Arial, sans-serif;
    font-weight: 700
}

.site-selector-dropdown ul.site-selector-list li a {
    color: #444
}

.site-selector-dropdown ul.site-selector-list li a strong:after {
    content: "\00a0\00a0"
}

.site-selector-dropdown ul.site-selector-list li a:focus,
.site-selector-dropdown ul.site-selector-list li a:hover {
    color: #fa6400
}

.site-selector-dropdown ul.site-selector-list li.alt a strong {
    color: #0072a8
}

.site-selector-dropdown ul.site-selector-list li.alt a:hover,
.site-selector-dropdown ul.site-selector-list li.alt a:hover strong {
    color: #005885
}

.tac-header {
    *zoom: 1;
    background-color: #fa6400;
    position: relative
}

.tac-header:after,
.tac-header:before {
    content: "";
    display: table
}

.tac-header:after {
    clear: both
}

.tac-header,
.tac-header a {
    color: #fff
}

.tac-header>.container {
    padding: 6.875px 12.5px;
    padding: .6875rem 1.25rem;
    position: relative
}

.tac-header .lockup {
    margin: 0;
    font-size: 6.25px;
    font-size: .625rem;
    line-height: 1;
    float: left
}

.tac-header .lockup>a {
    color: inherit;
    text-decoration: none;
    display: block;
    overflow: hidden
}

.tac-header .logo {
    float: left;
    display: block
}

.tac-header .logo-tagline {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    display: block;
    text-transform: uppercase;
    white-space: nowrap
}

.tac-header-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.tac-header-actions li {
    margin: 0;
    padding: 0
}

.tac-header-actions>li {
    float: left;
    position: relative;
    margin: -6.875px 0;
    margin: -.6875rem 0;
    padding: 6.875px 0;
    padding: .6875rem 0
}

.tac-header-actions>li:after {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 5px;
    border-width: 0 .5rem;
    border-color: #fff0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    margin-left: -.5rem;
    z-index: 3;
    transition: 0.15s ease
}

.tac-header-actions>li>button {
    padding: 0;
    line-height: 1;
    background-color: #fff0;
    outline: none;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 1.25px;
    margin-top: .125rem;
    margin-bottom: 1.25px;
    margin-bottom: .125rem;
    transition: color 0.15s ease
}

.tac-header-actions>li.active>button {
    color: #ffa200
}

.tac-header-actions>li.active:after {
    border-width: 0 5px 5px;
    border-width: 0 .5rem .5rem;
    border-color: #fff0 #fff0 #fff
}

.tac-header-actions>li.tac-header-actions__follow,
.tac-nav {
    display: none
}

.tac-nav {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    *zoom: 1;
    clear: both;
    background-color: #fff;
    box-shadow: 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

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

.tac-nav:after {
    clear: both
}

.lt-ie9 .tac-nav {
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.tac-nav,
.tac-nav a {
    color: #444;
    text-decoration: none
}

.tac-nav a:hover {
    color: #fa6400;
    text-decoration: underline
}

.tac-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
    max-width: 637.5px;
    max-width: 63.75rem;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: 0.15s ease
}

.tac-nav ul li {
    margin: 0;
    padding: 0
}

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

.tac-nav ul:after {
    clear: both
}

.tac-search {
    *zoom: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    clear: both;
    background-color: #fff;
    box-shadow: 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    padding: 5px 0;
    padding: .5rem 0;
    display: none
}

.tac-search:after,
.tac-search:before {
    content: "";
    display: table
}

.tac-search:after {
    clear: both
}

.lt-ie9 .tac-search {
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.search-box {
    max-width: 637.5px;
    max-width: 63.75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: max-width 0.15s ease, opacity 0.15s ease
}

.search-box .icon-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 25px;
    flex: 0 0 2.5rem
}

.search-box input {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 62.5px;
    -ms-flex: 1 0 6.25rem;
    flex: 1 0 62.5px;
    flex: 1 0 6.25rem;
    font-size: 17.5px;
    font-size: 1.75rem;
    color: #444;
    border: 0;
    height: 28.125px;
    height: 2.8125rem;
    padding-left: 7.5px;
    padding-left: .75rem;
    border-left: .625px solid #ccc;
    border-left: .0625rem solid #ccc
}

.search-box button,
.search-box input {
    outline: none;
    background-color: #fff0
}

.search-box button {
    padding: 0;
    line-height: 1;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 6.25px;
    padding: .625rem
}

.lt-ie10 .search-box {
    position: relative
}

.lt-ie10 .search-box .icon-holder {
    width: 25px;
    width: 2.5rem;
    position: absolute;
    left: 6.25px;
    left: .625rem;
    top: 0
}

.lt-ie10 .search-box input {
    width: 100%;
    display: block;
    margin-left: 31.25px;
    margin-left: 3.125rem;
    margin-right: 33.75px;
    margin-right: 3.375rem
}

.lt-ie10 .search-box button {
    top: 0;
    position: absolute;
    right: 6.25px;
    right: .625rem;
    width: 27.5px;
    width: 2.75rem
}

.tac-follow-menu {
    background-color: #fff;
    box-shadow: 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease
}

.lt-ie9 .tac-follow-menu {
    border: .625px solid #ccc;
    border: .0625rem solid #ccc
}

.active .tac-follow-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.tac-follow-menu .follow-social {
    padding: 13.75px 18.75px;
    padding: 1.375rem 1.875rem
}

.tac-follow-menu__newsletter {
    border-top: .625px solid #ccc;
    border-top: .0625rem solid #ccc;
    color: #444;
    padding: 8.75px 18.75px 12.5px;
    padding: .875rem 1.875rem 1.25rem;
    position: relative
}

.tac-follow-menu__newsletter .newsletter-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0 0% 100% / .6)
}

.tac-follow-menu__newsletter .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tac-follow-menu__newsletter .newsletter-message {
    margin-top: 6.25px;
    margin-top: .625rem
}

.tac-follow-menu__newsletter .tac-header__newsletter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 3.125px;
    padding-bottom: .3125rem
}

.tac-follow-menu__newsletter .tac-header__newsletter__list li {
    margin: 0;
    padding: 0
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li {
    display: block;
    margin-bottom: 3.125px;
    margin-bottom: .3125rem
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .checkbox-display {
    background-color: #fff0;
    border: 2px solid #444;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
    font-size: 10px;
    margin-right: 3.125px;
    margin-right: .3125rem;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: transform 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .checkbox-display:after {
    content: "?";
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform 0.25s ease-in-out
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .hidden-checkbox {
    display: none
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .hidden-checkbox:checked~.checkbox-display {
    border-color: #fa6400;
    background-color: #fa6400;
    color: #fff
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .hidden-checkbox:checked~.checkbox-display:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tac-follow-menu__newsletter .tac-header__newsletter__list>li .hidden-checkbox:active~.checkbox-display {
    -webkit-transform: scale(.9) translateY(-2px);
    transform: scale(.9) translateY(-2px)
}

.tac-footer {
    *zoom: 1;
    background-color: #444
}

.tac-footer:after,
.tac-footer:before {
    content: "";
    display: table
}

.tac-footer:after {
    clear: both
}

.tac-footer,
.tac-footer a {
    color: #fff
}

.tac-footer .container {
    padding: 22.5px 12.5px;
    padding: 2.25rem 1.25rem;
    text-align: center
}

.tac-footer__follow {
    text-align: center;
    font-size: 9.375px;
    font-size: .9375rem
}

.tac-footer__follow .follow-social:before {
    display: block;
    content: attr(data-heading);
    margin-bottom: 8.75px;
    margin-bottom: .875rem;
    line-height: 1.4;
    font-weight: 700
}

.tac-footer__more-nav {
    text-align: center;
    display: block;
    margin-bottom: 18.75px;
    margin-bottom: 1.875rem
}

.tac-footer__more-nav .tac-footer__more-nav__title {
    margin-bottom: 8.75px;
    margin-bottom: .875rem;
    color: #fff;
    font-size: 9.375px;
    font-size: .9375rem;
    line-height: 1.4;
    font-weight: 700
}

.tac-footer__more-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Knowledge2017, Arial, sans-serif;
    font-size: 8.75px;
    font-size: .875rem
}

.tac-footer__more-nav ul li {
    margin: 0;
    padding: 0
}

.tac-footer__more-nav ul>li {
    display: block;
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

.tac-footer__more-nav ul>li:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.tac-footer__newsletter {
    display: inline;
    margin-bottom: 18.75px;
    margin-bottom: 1.875rem;
    position: relative
}

.tac-footer__newsletter .tac-footer__newsletter__title {
    margin-bottom: 8.75px;
    margin-bottom: .875rem;
    color: #fff;
    font-size: 9.375px;
    font-size: .9375rem;
    line-height: 1.4;
    font-weight: 700
}

.tac-footer__newsletter .tac-footer__newsletter__wrapper {
    text-align: left;
    max-width: 218.75px;
    max-width: 21.875rem
}

.tac-footer__newsletter .tac-footer__newsletter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 2.5px;
    padding-bottom: .25rem
}

.tac-footer__newsletter .tac-footer__newsletter__list li {
    margin: 0;
    padding: 0
}

.tac-footer__newsletter .tac-footer__newsletter__list>li {
    display: block;
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .checkbox-display {
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
    font-size: 10px;
    margin-right: 3.125px;
    margin-right: .3125rem;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: transform 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .checkbox-display:after {
    content: "?";
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform 0.25s ease-in-out
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .hidden-checkbox {
    display: none
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .hidden-checkbox:checked~.checkbox-display {
    border-color: #fa6400;
    background-color: #fa6400;
    color: #fff
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .hidden-checkbox:checked~.checkbox-display:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tac-footer__newsletter .tac-footer__newsletter__list>li .hidden-checkbox:active~.checkbox-display {
    -webkit-transform: scale(.9) translateY(-1px);
    transform: scale(.9) translateY(-1px)
}

.tac-footer__newsletter .tac-footer__newsletter__list-item-label {
    font-family: Knowledge2017, Arial, sans-serif;
    font-size: 8.75px;
    font-size: .875rem;
    min-height: 11.875px;
    min-height: 1.1875rem
}

.tac-footer__newsletter .newsletter-box {
    margin-top: 0;
    border: .625px solid #fff !important;
    border: .0625rem solid #fff !important;
    width: 100%
}

.tac-footer__newsletter .newsletter-loader {
    margin: 3px auto 0
}

.tac-footer__newsletter .newsletter-message {
    padding-top: 5px;
    padding-top: .5rem
}

.tac-footer__lockup {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.tac-footer__lockup .logo {
    display: block
}

.tac-footer__nav {
    border-top: .625px solid #777;
    border-top: .0625rem solid #777;
    border-top: .625px solid hsl(0 0% 100% / .2);
    border-top: .0625rem solid hsl(0 0% 100% / .2);
    font-size: 8.75px;
    font-size: .875rem
}

.tac-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-family: Knowledge2017, Arial, sans-serif;
    font-size: 7.5px;
    font-size: .75rem
}

.tac-footer__nav ul li {
    margin: 0;
    padding: 0
}

.tac-footer__nav ul>li {
    display: inline-block;
    margin: 3.125px 6.25px;
    margin: .3125rem .625rem
}

.featured-list {
    *zoom: 1;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    position: relative;
    background-color: #000
}

.featured-list:after,
.featured-list:before {
    content: "";
    display: table
}

.featured-list:after {
    clear: both
}

.featured-list.featured-list--no-images {
    background-color: #fff
}

.featured-list__primary {
    *zoom: 1
}

.featured-list__primary:after,
.featured-list__primary:before {
    content: "";
    display: table
}

.featured-list__primary:after {
    clear: both
}

.featured-list__secondary {
    *zoom: 1
}

.featured-list__secondary:after,
.featured-list__secondary:before {
    content: "";
    display: table
}

.featured-list__secondary .featured-post__footer,
.featured-list__secondary:after {
    clear: both
}

.featured-post {
    position: relative
}

.featured-post__thumbnail {
    overflow: hidden;
    position: relative;
    background-color: #666
}

.featured-post__thumbnail:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/fallbacks/hero-bg.png);
    background-image: linear-gradient(180deg, transparent 0, rgb(0 0 0 / .9));
    content: "";
    pointer-events: none
}

.featured-post__thumbnail a {
    display: block
}

.featured-post__thumbnail a:before {
    content: "";
    padding-top: 56.25%;
    display: block;
    pointer-events: none
}

.featured-post__thumbnail a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto
}

.featured-post__thumbnail img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none
}

.featured-post__thumbnail__video {
    position: relative
}

.featured-post__thumbnail__video:after {
    display: inline-block;
    overflow: hidden;
    background-color: #fff0;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/png/tac-sprite.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    background-position: -432px 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-top: -1.5rem;
    margin-left: -15px;
    margin-left: -1.5rem
}

.featured-post:hover .featured-post__thumbnail__video:after,
.featured-post__thumbnail__video:hover:after {
    content: " ";
    background-position: -432px -48px
}

.featured-post__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12.5px;
    padding: 1.25rem
}

.featured-list--no-images .featured-post__body {
    position: relative
}

.featured-post__header {
    position: relative;
    padding-right: 25px;
    padding-right: 2.5rem
}

.featured-post__header .share {
    position: absolute;
    right: -6.25px;
    right: -.625rem;
    bottom: -3.75px;
    bottom: -.375rem
}

.featured-post__tag {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    display: inline-block;
    padding: 2.5px 3.125px;
    padding: .25rem .3125rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 6.25px;
    font-size: .625rem;
    line-height: 1.2;
    color: #fff;
    background-color: #fa6400;
    margin-bottom: 4.375px;
    margin-bottom: .4375rem
}

.featured-post__tag:active,
.featured-post__tag:focus,
.featured-post__tag:hover,
.featured-post__tag:visited {
    color: #fff;
    text-decoration: none
}

.featured-post__tag:hover {
    background-color: #fa6400
}

.featured-post__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    line-height: 1;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    transition: font-size 0.15s ease
}

.featured-post__title a,
.featured-post__title a:visited {
    text-decoration: none;
    color: #fff
}

.featured-post__title a:hover {
    color: #fa6400;
    text-decoration: none
}

.featured-list--no-images .featured-post__title {
    margin-bottom: 10px;
    margin-bottom: 1rem
}

.featured-list--no-images .featured-post__title a,
.featured-list--no-images .featured-post__title a:visited {
    color: #444
}

.featured-list--no-images .featured-post__title a:hover {
    color: #fa6400
}

.post-categories,
.tag-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.post-categories li,
.tag-list li {
    margin: 0;
    padding: 0
}

.post-categories,
.post-categories>li,
.tag-list,
.tag-list>li {
    display: inline;
    vertical-align: top
}

.post-categories>li a,
.post-categories a,
.tag-list>li a,
.tag-list a {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    vertical-align: top;
    display: inline-block;
    margin: 0 6.25px 6.25px 0;
    margin: 0 .625rem .625rem 0;
    padding: 5px 6.25px;
    padding: .5rem .625rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .1em;
    font-size: 7.5px;
    font-size: .75rem;
    line-height: 1;
    color: #444;
    background-color: #e9e9e9;
    border-radius: 1.25rem
}

.post-categories>li a:hover,
.post-categories a:hover,
.tag-list>li a:hover,
.tag-list a:hover {
    color: #fff;
    background-color: #fa6400
}

.post-categories.cat-item-none,
.post-categories>li.cat-item-none,
.tag-list.cat-item-none,
.tag-list>li.cat-item-none {
    line-height: 17.5px;
    line-height: 1.75rem;
    margin-bottom: 6.25px;
    margin-bottom: .625rem;
    display: inline-block;
    color: #666
}

.popular-topics {
    *zoom: 1;
    padding: 12.5px 18.75px 18.75px 31.25px;
    padding: 1.25rem 1.875rem 1.875rem 3.125rem;
    background-color: #f7f7f7;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.popular-topics:after,
.popular-topics:before {
    content: "";
    display: table
}

.popular-topics:after {
    clear: both
}

.popular-topics__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    display: inline;
    margin: 0;
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-right: 6.25px;
    margin-right: .625rem;
    display: inline-block;
    vertical-align: top
}

.category-header {
    *zoom: 1;
    background-color: #f7f7f7;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    color: #444
}

.category-header:after,
.category-header:before {
    content: "";
    display: table
}

.category-header:after {
    clear: both
}

.category-header>.container {
    padding: 12.5px;
    padding: 1.25rem;
    transition: padding 0.15s ease
}

.category-header__title {
    font-size: 11.25px;
    font-size: 1.125rem;
    margin: 0;
    transition: font-size 0.15s ease
}

.category-header__title strong {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15
}

.category-header__title strong:before {
    content: open-quote
}

.category-header__title strong:after {
    content: close-quote
}

.category-header__title>span {
    font-weight: 700
}

.category-header__see-all {
    font-size: 8.75px;
    font-size: .875rem;
    line-height: 1
}

.category-header__sort {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 8.75px;
    font-size: .875rem;
    margin-top: 5.625px;
    margin-top: .5625rem
}

.category-header__sort li {
    margin: 0;
    padding: 0
}

.category-header__sort:before {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    content: "Sort by:"
}

.category-header__sort>li {
    display: inline;
    margin-left: 9.375px;
    margin-left: .9375rem;
    padding-bottom: 1.25px;
    padding-bottom: .125rem
}

.category-header__sort>li.active {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    border-bottom: 1.875px solid #fa6400;
    border-bottom: .1875rem solid #fa6400
}

.category-header__sort a,
.category-header__sort a:active,
.category-header__sort a:focus,
.category-header__sort a:visited {
    color: #444;
    text-decoration: none
}

.category-header__sort a:hover {
    color: #fa6400;
    text-decoration: none
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lt-ie10 .card-list {
    *zoom: 1
}

.lt-ie10 .card-list:after,
.lt-ie10 .card-list:before {
    content: "";
    display: table
}

.lt-ie10 .card-list:after {
    clear: both
}

.card-list .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.lt-ie10 .card-list .card {
    float: left
}

.card-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12.5px;
    padding: 1.25rem;
    width: 100%
}

.card-post__thumbnail {
    position: relative;
    margin-bottom: 12.5px;
    margin-bottom: 1.25rem;
    overflow: hidden
}

.card-post__thumbnail a {
    display: block;
    position: relative
}

.card-post__thumbnail a:before {
    content: "";
    padding-top: 56.25%;
    display: block
}

.card-post__thumbnail a img {
    position: absolute;
    top: 0;
    left: 0
}

.card-post__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none
}

.card-post__thumbnail__video:after {
    display: inline-block;
    overflow: hidden;
    background-color: #fff0;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/png/tac-sprite.png);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    background-position: -432px 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-top: -1.5rem;
    margin-left: -15px;
    margin-left: -1.5rem
}

.card-post__thumbnail__video:hover:after {
    content: " ";
    background-position: -432px -48px
}

.card-post__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.card-post__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #444;
    margin: 0;
    transition: font-size 0.15s ease
}

.card-post__title a,
.card-post__title a:visited {
    color: #444;
    text-decoration: none
}

.card-post__title a:hover {
    color: #fa6400;
    text-decoration: none
}

.card-post__excerpt {
    margin-top: 10px;
    margin-top: 1rem
}

.card-post__footer {
    *zoom: 1;
    margin-top: 9.375px;
    margin-top: .9375rem;
    position: relative;
    padding-right: 18.75px;
    padding-right: 1.875rem
}

.card-post__footer:after,
.card-post__footer:before {
    content: "";
    display: table
}

.card-post__footer:after {
    clear: both
}

.card-post__footer .card-post__meta {
    float: left
}

.card-post__footer .share {
    position: absolute;
    right: -6.25px;
    right: -.625rem;
    top: -6.25px;
    top: -.625rem
}

.card-post__meta {
    color: #8c8c8c;
    font-size: 8.125px;
    font-size: .8125rem;
    font-family: Knowledge2017, Arial, sans-serif;
    margin: 0
}

.card--twitter {
    position: relative;
    min-height: 200px;
    min-height: 20rem;
    overflow: hidden
}

.lt-ie9 .card--twitter {
    min-height: 0
}

.card-twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.card-twitter__header {
    background-color: #f7f7f7;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    padding: 18.75px 12.5px;
    padding: 1.875rem 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

.card-twitter__header .icon-tweets {
    position: absolute;
    right: 12.5px;
    right: 1.25rem;
    top: 50%;
    margin-top: -7.5px;
    margin-top: -.75rem
}

.card-twitter__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #444;
    margin: 0;
    transition: font-size 0.15s ease
}

.card-twitter__title a {
    color: #444;
    text-decoration: none
}

.card-twitter__title a:hover {
    color: #fa6400
}

.card-twitter__tweets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    flex-direction: column;
    overflow: auto;
    position: relative;
    padding: 3.125px 6.25px 3.125px 11.875px;
    padding: .3125rem .625rem .3125rem 1.1875rem
}

.card-twitter__tweets .twitter-timeline {
    visibility: hidden
}

.lt-ie9 .card-twitter__tweets .twitter-timeline {
    visibility: visible;
    display: block;
    text-align: center
}

.card-twitter__tweets iframe {
    display: block !important;
    max-width: 100%
}

.follow-social {
    list-style: none;
    display: inline-block;
    white-space: nowrap
}

.follow-social,
.follow-social li {
    margin: 0;
    padding: 0
}

.follow-social>li {
    display: inline-block;
    margin-right: 3.75px;
    margin-right: .375rem
}

.follow-social>li:last-child {
    margin-right: 0
}

.newsletter {
    *zoom: 1;
    display: block
}

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

.newsletter:after {
    clear: both
}

.newsletter label {
    cursor: pointer;
    display: block;
    margin: 0 0 3.125px;
    margin: 0 0 .3125rem;
    font-size: 11.25px;
    font-size: 1.125rem
}

.newsletter label em {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15
}

.newsletter .newsletter-box {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: .625px solid #ccc;
    border: .0625rem solid #ccc
}

.newsletter .newsletter-box input {
    padding: 5.625px 6.25px;
    padding: .5625rem .625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 62.5px;
    -ms-flex: 1 0 6.25rem;
    flex: 1 0 62.5px;
    flex: 1 0 6.25rem;
    font-size: 8.75px;
    font-size: .875rem;
    color: #444;
    border: 0;
    outline: none;
    background-color: #fff0
}

.newsletter .newsletter-box button {
    padding: 0;
    line-height: 1;
    background-color: #fff0;
    outline: none;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 6.25px;
    padding: .625rem
}

.sidebar__newsletter {
    color: #444;
    padding: 8.75px 18.75px 12.5px;
    padding: .875rem 1.875rem 1.25rem;
    position: relative
}

.sidebar__newsletter .newsletter-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(0 0% 100% / .6)
}

.sidebar__newsletter .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sidebar__newsletter .newsletter-message {
    margin-top: 6.25px;
    margin-top: .625rem
}

.sidebar__newsletter .sidebar__newsletter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 3.125px;
    padding-bottom: .3125rem
}

.sidebar__newsletter .sidebar__newsletter__list li {
    margin: 0;
    padding: 0
}

.sidebar__newsletter .sidebar__newsletter__list>li {
    display: block;
    margin-bottom: 3.125px;
    margin-bottom: .3125rem
}

.sidebar__newsletter .sidebar__newsletter__list>li .checkbox-display {
    background-color: #fff0;
    border: 2px solid #444;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
    font-size: 10px;
    margin-right: 3.125px;
    margin-right: .3125rem;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    transition: transform 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out
}

.sidebar__newsletter .sidebar__newsletter__list>li .checkbox-display:after {
    content: "?";
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform 0.25s ease-in-out
}

.sidebar__newsletter .sidebar__newsletter__list>li .hidden-checkbox {
    display: none
}

.sidebar__newsletter .sidebar__newsletter__list>li .hidden-checkbox:checked~.checkbox-display {
    border-color: #fa6400;
    background-color: #fa6400;
    color: #fff
}

.sidebar__newsletter .sidebar__newsletter__list>li .hidden-checkbox:checked~.checkbox-display:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sidebar__newsletter .sidebar__newsletter__list>li .hidden-checkbox:active~.checkbox-display {
    -webkit-transform: scale(.9) translateY(-2px);
    transform: scale(.9) translateY(-2px)
}

.newsletter-privacy {
    margin-top: 6.25px;
    margin-top: .625rem
}

.share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.share .share-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s ease
}

.share.active .share-menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.share-menu-toggle {
    padding: 0;
    line-height: 1;
    background-color: #fff0;
    outline: none;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 6.25px;
    padding: .625rem
}

.share-menu-toggle .icon {
    vertical-align: top
}

.share-menu {
    background-color: #fff;
    box-shadow: 0 0 0 .04688rem rgb(0 0 0 / .1), 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    position: absolute;
    z-index: 3;
    bottom: 100%;
    margin-bottom: 6.25px;
    margin-bottom: .625rem;
    left: 50%;
    width: 142.5px;
    width: 14.25rem;
    margin-left: -71.25px;
    margin-left: -7.125rem;
    padding: 12.5px;
    padding: 1.25rem;
    white-space: nowrap
}

.lt-ie9 .share-menu {
    border: .625px solid #ccc;
    border: .0625rem solid #ccc
}

.share-menu:after,
.share-menu:before {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4.375px 4.375px 0;
    border-width: .4375rem .4375rem 0;
    border-color: #fff #fff0 #fff0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4.375px;
    margin-left: -.4375rem;
    z-index: 3;
    transition: 0.15s ease
}

.share-menu:before {
    border-width: 5px 5px 0;
    border-width: .5rem .5rem 0;
    border-color: rgb(0 0 0 / .1) #fff0 #fff0;
    margin-left: -5px;
    margin-left: -.5rem
}

.lt-ie9 .share-menu:before {
    border-color: #ccc #fff0 #fff0
}

.share-menu--off-right {
    left: auto;
    right: 0
}

.share-menu--off-right:after,
.share-menu--off-right:before {
    left: auto;
    right: 10px;
    right: 1rem
}

.share-menu--off-right:before {
    right: 9.375px;
    right: .9375rem
}

.share-menu-links {
    list-style: none;
    *zoom: 1;
    display: inline-block;
    text-align: center
}

.share-menu-links,
.share-menu-links li {
    margin: 0;
    padding: 0
}

.share-menu-links:after,
.share-menu-links:before {
    content: "";
    display: table
}

.share-menu-links:after {
    clear: both
}

.share-menu-links:before {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    color: #444;
    content: "Share:";
    display: block;
    font-size: 8.75px;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .937px;
    letter-spacing: .09375rem;
    margin-bottom: 6.25px;
    margin-bottom: .625rem;
    margin-top: -1.25px;
    margin-top: -.125rem
}

.share-menu-links>li {
    display: inline-block;
    margin-right: 3.75px;
    margin-right: .375rem
}

.share-menu-links>li:last-child {
    margin-right: 0
}

.share-menu-links>li .icon {
    cursor: pointer
}

.share-pdf-download {
    margin-top: 9.375px;
    margin-top: .9375rem;
    padding-top: 10px;
    padding-top: 1rem;
    border-top: .625px solid #ccc;
    border-top: .0625rem solid #ccc;
    text-align: center;
    margin-bottom: -2.5px;
    margin-bottom: -.25rem
}

.share-pdf-download>a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 11.25px;
    font-size: 1.125rem;
    color: #444
}

.share-pdf-download>a:hover {
    color: #fa6400
}

.load-more,
a.load-more {
    *zoom: 1;
    padding: 0;
    line-height: 1;
    background-color: #fff0;
    outline: none;
    border: none #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    display: block;
    width: 100%;
    margin-top: -.625px;
    margin-top: -.0625rem;
    padding: 12.5px 6.25px;
    padding: 1.25rem .625rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    color: #444;
    background-color: #fff;
    border-top: .625px solid #ccc;
    border-top: .0625rem solid #ccc;
    cursor: pointer;
    transition: font-size 0.35s ease, color 0.35s ease
}

.load-more:after,
.load-more:before,
a.load-more:after,
a.load-more:before {
    content: "";
    display: table
}

.load-more:after,
a.load-more:after {
    clear: both
}

.load-more:hover,
a.load-more:hover {
    background-color: #f7f7f7
}

.load-more.loading,
a.load-more.loading {
    font-size: 0;
    color: #fff0
}

.lt-ie10 .load-more.loading,
.lt-ie10 a.load-more.loading {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fa6400
}

.load-more.loading .load-more-arrow,
a.load-more.loading .load-more-arrow {
    margin-bottom: 0
}

.load-more .load-more-arrow,
.lt-ie10 .load-more.loading .load-more-arrow,
.lt-ie10 a.load-more.loading .load-more-arrow,
a.load-more .load-more-arrow {
    margin-bottom: -5px;
    margin-bottom: -.5rem
}

.load-more-arrow {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    position: relative;
    z-index: 5;
    display: block;
    margin-right: auto;
    margin-left: auto;
    transition: 0.35s ease;
    -webkit-animation: none;
    animation: none
}

.load-more-arrow:before {
    margin-bottom: -6.25px;
    margin-bottom: -.625rem;
    margin-left: -.625px;
    margin-left: -.0625rem;
    width: 1.25px;
    width: .125rem;
    height: 12.5px;
    height: 1.25rem;
    border: .625px solid #fa6400;
    border: .0625rem solid #fa6400;
    border-radius: .125rem
}

.load-more-arrow:after,
.load-more-arrow:before {
    position: absolute;
    bottom: 50%;
    left: 50%;
    display: block;
    content: "";
    transition: 0.35s ease
}

.load-more-arrow:after {
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    margin-bottom: -5px;
    margin-bottom: -.5rem;
    margin-left: -5px;
    margin-left: -.5rem;
    border-color: #fff;
    border-bottom: 1.25px solid #fa6400;
    border-bottom: .125rem solid #fa6400;
    border-left: 1.25px solid #fa6400;
    border-left: .125rem solid #fa6400;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.loading .load-more-arrow {
    -webkit-animation: a linear 0.7s infinite;
    animation: a linear 0.7s infinite
}

.loading .load-more-arrow:before {
    margin-bottom: -3.125px;
    margin-bottom: -.3125rem;
    height: 0;
    opacity: 0
}

.loading .load-more-arrow:after {
    border-top: .625px solid #fff0;
    border-top: .0625rem solid #fff0;
    border-right: .625px solid #fff0;
    border-right: .0625rem solid #fff0;
    border-radius: 100%
}

.lt-ie10 .load-more-arrow:before {
    content: none
}

.lt-ie10 .load-more-arrow:after {
    overflow: hidden;
    background-color: #fff0;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/png/tac-sprite.png);
    text-indent: 100%;
    white-space: nowrap;
    width: 15px;
    width: 1.5rem;
    height: 15px;
    height: 1.5rem;
    background-position: -384px -96px;
    top: 0;
    border: 0;
    margin-left: -7.5px;
    margin-left: -.75rem;
    margin-bottom: -7.5px;
    margin-bottom: -.75rem
}

.loader,
.lt-ie10 .load-more-arrow:after {
    display: inline-block;
    background-repeat: no-repeat
}

.loader {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background-position: 0 0;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/sprite-loader-orange.png);
    background-size: 35px 980px;
    -webkit-animation: b 1.4s steps(28) infinite;
    animation: b 1.4s steps(28) infinite
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    visibility: hidden;
    padding: 30px 10px;
    background-color: #fff;
    background-color: hsl(0 0% 100% / .9);
    opacity: 0;
    transition: 0.35s ease;
    pointer-events: none;
    -webkit-overflow-scrolling: touch
}

.lt-ie9 .modal {
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/fallbacks/modal-bg.png);
    background-color: #fff0
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
    max-width: 970px;
    max-height: 90vh;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-content .embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 0 .04688rem rgb(0 0 0 / .1), 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    background-color: #f7f7f7
}

.modal-content .embed-container:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.modal-content .embed-container embed,
.modal-content .embed-container iframe,
.modal-content .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-content .modal-close {
    position: absolute;
    right: 8px;
    bottom: 100%;
    display: block;
    margin-bottom: 8px;
    cursor: pointer
}

.lt-ie10 .modal-content {
    top: 37.5px;
    top: 3.75rem;
    left: 0;
    right: 0
}

body.modal-open .modal {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.embed-container,
.embed-container--no-sizing {
    position: relative;
    box-shadow: 0 0 0 .04688rem rgb(0 0 0 / .1), 0 .3125rem 1.25rem rgb(0 0 0 / .2);
    max-height: calc(100vh - 100px);
    overflow-y: auto
}

.embed-container--no-sizing .loader,
.embed-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.embed-container {
    overflow: hidden;
    max-width: 100%
}

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

.article-wrap {
    *zoom: 1;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-wrap:after,
.article-wrap:before {
    content: "";
    display: table
}

.article-wrap:after {
    clear: both
}

.article-wrap:last-child {
    border-bottom: 0
}

.article-body,
.article-wrap .article-sidebar {
    position: relative
}

.article-body {
    *zoom: 1;
    padding: 18.75px 12.5px;
    padding: 1.875rem 1.25rem
}

.article-body:after,
.article-body:before {
    content: "";
    display: table
}

.article-body:after {
    clear: both
}

.article-body .article-content,
.article-body .article-tags {
    position: relative
}

.article-body .article-content ul,
.article-body .article-tags ul {
    display: block
}

.article-hero {
    position: relative;
    background-color: #666
}

.article-hero.article-hero--no-images {
    background-color: #fff;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.article-hero__thumbnail {
    overflow: hidden;
    position: relative
}

.article-hero__thumbnail:before {
    content: "";
    padding-top: 56.25%;
    display: block;
    pointer-events: none
}

.article-hero__thumbnail:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/fallbacks/hero-bg.png);
    background-image: linear-gradient(180deg, transparent 0, rgb(0 0 0 / .7));
    content: "";
    pointer-events: none
}

.article-hero__thumbnail img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.lt-ie10 .article-hero__thumbnail img {
    top: 0;
    bottom: 0
}

.article-hero__thumbnail:empty:after,
.article-hero__thumbnail:empty:before {
    content: none
}

.article-hero__thumbnail:empty+.article-hero__body {
    position: relative
}

.article-hero__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.article-hero--no-images .article-hero__body {
    position: relative
}

.article-hero__tag {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    display: inline-block;
    padding: 2.5px 3.125px;
    padding: .25rem .3125rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 4.375px;
    font-size: .4375rem;
    line-height: 1.2;
    color: #fff;
    background-color: #fa6400;
    margin-bottom: 4.375px;
    margin-bottom: .4375rem
}

a.article-hero__tag {
    cursor: pointer
}

a.article-hero__tag,
a.article-hero__tag:active,
a.article-hero__tag:focus,
a.article-hero__tag:hover,
a.article-hero__tag:visited {
    color: #fff;
    text-decoration: none
}

a.article-hero__tag:hover {
    background-color: #fa6400
}

.article-hero__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    line-height: 1;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    transition: font-size 0.15s ease
}

.article-hero--no-images .article-hero__title {
    color: #444
}

.article-hero__title a {
    color: #fff;
    text-decoration: none
}

.article-hero__title a:hover {
    color: #fa6400;
    text-decoration: none
}

.article-hero__title a:visited {
    color: #fff
}

.article-hero__footer {
    font-size: 8.125px;
    font-size: .8125rem;
    font-family: Knowledge2017, Arial, sans-serif;
    color: #fff;
    position: relative;
    padding-right: 18.75px;
    padding-right: 1.875rem
}

.article-hero--no-images .article-hero__footer {
    color: #444
}

.article-hero__footer .card-post__meta {
    float: left
}

.article-hero__footer .share {
    position: absolute;
    right: -6.25px;
    right: -.625rem;
    bottom: -5px;
    bottom: -.5rem
}

.article-hero__footer .article-hero__author {
    margin-bottom: 2.5px;
    margin-bottom: .25rem;
    font-size: 10px;
    font-size: 1rem
}

.article-hero__footer .article-hero__author a {
    color: #fff;
    font-weight: 700
}

.article-hero--no-images .article-hero__footer .article-hero__author a {
    color: #444
}

.article-hero__footer .article-hero__author a:hover {
    color: #fa6400
}

.article-hero__footer .article-hero__meta {
    margin-bottom: 0;
    margin-top: 12.5px;
    margin-top: 1.25rem
}

.article-hero__footer .article-hero__meta a {
    color: #fff;
    text-decoration: underline
}

.article-hero__footer .article-hero__meta a:hover {
    color: #fa6400
}

.article-content,
.mce-content-body {
    *zoom: 1;
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #666;
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content:after,
.article-content:before,
.mce-content-body:after,
.mce-content-body:before {
    content: "";
    display: table
}

.article-content:after,
.mce-content-body:after {
    clear: both
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
    color: #444;
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 5px;
    margin-bottom: .5rem
}

.article-content h1+ol,
.article-content h1+ul,
.article-content h2+ol,
.article-content h2+ul,
.article-content h3+ol,
.article-content h3+ul,
.article-content h4+ol,
.article-content h4+ul,
.article-content h5+ol,
.article-content h5+ul,
.article-content h6+ol,
.article-content h6+ul,
.mce-content-body h1+ol,
.mce-content-body h1+ul,
.mce-content-body h2+ol,
.mce-content-body h2+ul,
.mce-content-body h3+ol,
.mce-content-body h3+ul,
.mce-content-body h4+ol,
.mce-content-body h4+ul,
.mce-content-body h5+ol,
.mce-content-body h5+ul,
.mce-content-body h6+ol,
.mce-content-body h6+ul {
    margin-top: 7.5px;
    margin-top: .75rem
}

.article-content h1,
.mce-content-body h1 {
    font-size: 25px;
    font-size: 2.5rem
}

.article-content h2,
.mce-content-body h2 {
    font-size: 17.5px;
    font-size: 1.75rem
}

.article-content h3,
.mce-content-body h3 {
    font-size: 13.75px;
    font-size: 1.375rem
}

.article-content h4,
.mce-content-body h4 {
    font-size: 11.25px;
    font-size: 1.125rem
}

.article-content h5,
.mce-content-body h5 {
    font-size: 10px;
    font-size: 1rem
}

.article-content h6,
.mce-content-body h6 {
    font-size: 8.75px;
    font-size: .875rem
}

.article-content dl,
.article-content ol,
.article-content p,
.article-content ul,
.mce-content-body dl,
.mce-content-body ol,
.mce-content-body p,
.mce-content-body ul {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content ul,
.mce-content-body ul {
    list-style: disc
}

.article-content ol,
.mce-content-body ol {
    list-style: decimal
}

.article-content ol li,
.article-content ul li,
.mce-content-body ol li,
.mce-content-body ul li {
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

.article-content a,
.mce-content-body a {
    color: #0072a8;
    font-weight: 700
}

.article-content a:hover,
.mce-content-body a:hover {
    color: #005885;
    text-decoration: underline
}

.article-content a:visited,
.mce-content-body a:visited {
    color: #0072a8
}

.article-content sup,
.mce-content-body sup {
    font-size: 55%;
    top: -.55em
}

.article-content sub,
.mce-content-body sub {
    font-size: 55%
}

.article-content pre,
.mce-content-body pre {
    font-size: 9.375px;
    font-size: .9375rem;
    color: #666
}

.article-content blockquote,
.mce-content-body blockquote {
    margin-top: 15px;
    margin-top: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content blockquote p,
.mce-content-body blockquote p {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    color: #fa6400;
    line-height: 1.25;
    font-size: 15px;
    font-size: 1.5rem
}

.article-content ol,
.article-content ul,
.mce-content-body ol,
.mce-content-body ul {
    margin-top: 15px;
    margin-top: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    padding-left: 12.5px;
    padding-left: 1.25rem
}

.article-content ol ol,
.article-content ol ul,
.article-content ul ol,
.article-content ul ul,
.mce-content-body ol ol,
.mce-content-body ol ul,
.mce-content-body ul ol,
.mce-content-body ul ul {
    margin-top: 7.5px;
    margin-top: .75rem;
    margin-bottom: 7.5px;
    margin-bottom: .75rem
}

.article-content ol li,
.article-content ul li,
.mce-content-body ol li,
.mce-content-body ul li {
    margin: 0 0 7.5px;
    margin: 0 0 .75rem
}

.article-content figure,
.article-content img,
.mce-content-body figure,
.mce-content-body img {
    display: block;
    max-width: 100%;
    height: auto
}

.article-content figure,
.mce-content-body figure {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content figure figcaption,
.mce-content-body figure figcaption {
    font-size: 8.75px;
    font-size: .875rem;
    margin-top: 5px;
    margin-top: .5rem;
    color: #666
}

.article-content .embed-container,
.mce-content-body .embed-container {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content .vidyard_player>span,
.mce-content-body .vidyard_player>span {
    position: inherit !important;
    width: auto !important;
    height: auto !important
}

.article-content .twitter-tweet,
.mce-content-body .twitter-tweet {
    margin-left: auto;
    margin-right: auto
}

.article-content .aligncenter,
.mce-content-body .aligncenter {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.article-content .alignleft,
.mce-content-body .alignleft {
    float: left;
    margin-right: 15px;
    margin-right: 1.5rem
}

.article-content .alignright,
.mce-content-body .alignright {
    float: right;
    margin-left: 15px;
    margin-left: 1.5rem
}

.article-content .alignleft,
.article-content .alignright,
.article-content .gallery,
.mce-content-body .alignleft,
.mce-content-body .alignright,
.mce-content-body .gallery {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.article-content .gallery-item,
.mce-content-body .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 5px 7.5px;
    padding: 0 .5rem .75rem;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.article-content .gallery-columns-1 .gallery-item,
.mce-content-body .gallery-columns-1 .gallery-item {
    max-width: 100%
}

.article-content .gallery-columns-2 .gallery-item,
.mce-content-body .gallery-columns-2 .gallery-item {
    max-width: 50%
}

.article-content .gallery-columns-4 .gallery-item,
.mce-content-body .gallery-columns-4 .gallery-item {
    max-width: 25%
}

.article-content .gallery-columns-5 .gallery-item,
.mce-content-body .gallery-columns-5 .gallery-item {
    max-width: 20%
}

.article-content .gallery-columns-6 .gallery-item,
.mce-content-body .gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.article-content .gallery-columns-7 .gallery-item,
.mce-content-body .gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.article-content .gallery-columns-8 .gallery-item,
.mce-content-body .gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.article-content .gallery-columns-9 .gallery-item,
.mce-content-body .gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.article-content .gallery-icon img,
.mce-content-body .gallery-icon img {
    margin: 0 auto
}

.article-content .gallery-caption,
.mce-content-body .gallery-caption {
    font-size: 8.125px;
    font-size: .8125rem;
    margin-top: 5px;
    margin-top: .5rem;
    color: #666;
    display: block
}

.article-content .gallery-columns-6 .gallery-caption,
.article-content .gallery-columns-7 .gallery-caption,
.article-content .gallery-columns-8 .gallery-caption,
.article-content .gallery-columns-9 .gallery-caption,
.mce-content-body .gallery-columns-6 .gallery-caption,
.mce-content-body .gallery-columns-7 .gallery-caption,
.mce-content-body .gallery-columns-8 .gallery-caption,
.mce-content-body .gallery-columns-9 .gallery-caption {
    display: none
}

.article-content table,
.mce-content-body table {
    width: 100%
}

.article-content .article-subtitle,
.mce-content-body .article-subtitle {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.15;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 13.75px;
    margin-bottom: 1.375rem;
    line-height: 1.3
}

.article-share {
    margin-bottom: 12.5px;
    margin-bottom: 1.25rem
}

.article-share-pdf-download {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    font-size: 8.75px;
    font-size: .875rem;
    max-width: 25px;
    max-width: 2.5rem;
    margin-bottom: 14.375px;
    margin-bottom: 1.4375rem
}

.article-share-pdf-download .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5px;
    margin-bottom: .25rem
}

.article-share-pdf-download a {
    display: block;
    color: #666
}

.article-share-pdf-download a:hover {
    color: #fa6400;
    text-decoration: none
}

.article-share-links {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1
}

.article-share-links li {
    margin: 0;
    padding: 0;
    cursor: pointer
}

.article-share-links:after,
.article-share-links:before {
    content: "";
    display: table
}

.article-share-links:after {
    clear: both
}

.article-share-links>li {
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

.article-share-links>li:last-child {
    margin-bottom: 0
}

.single-format-aside .article-wrap .article-sidebar,
.single-format-aside .more-answers-posts {
    display: none
}

.author-wrap {
    *zoom: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.author-wrap:after,
.author-wrap:before {
    content: "";
    display: table
}

.author-wrap:after {
    clear: both
}

.author-body,
.author-wrap .author-sidebar {
    position: relative
}

.author-body {
    *zoom: 1
}

.author-body:after,
.author-body:before {
    content: "";
    display: table
}

.author-body:after {
    clear: both
}

.author-body .author-content {
    padding: 18.75px 12.5px;
    padding: 1.875rem 1.25rem;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.author-hero {
    position: relative;
    background-color: #666
}

.author-hero__thumbnail {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.author-hero__thumbnail:before {
    content: "";
    padding-top: 56.25%;
    display: block;
    pointer-events: none
}

.author-hero__thumbnail:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/fallbacks/hero-bg.png);
    background-image: linear-gradient(180deg, transparent 0, rgb(0 0 0 / .7));
    content: "";
    pointer-events: none
}

.author-hero__thumbnail img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.lt-ie10 .author-hero__thumbnail img {
    top: 0;
    bottom: 0
}

.author-hero__thumbnail:empty:after,
.author-hero__thumbnail:empty:before {
    content: none
}

.author-hero__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.author-hero__subtitle,
.author-hero__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    line-height: 1;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    transition: font-size 0.15s ease
}

.author-hero__subtitle a,
.author-hero__title a {
    color: #fff;
    text-decoration: none
}

.author-hero__subtitle a:hover,
.author-hero__title a:hover {
    color: #fa6400
}

.author-hero__subtitle {
    font-size: 11.25px;
    font-size: 1.125rem;
    margin: 0;
    margin-top: 1.875px;
    margin-top: .1875rem
}

.author-hero__footer {
    font-size: 8.125px;
    font-size: .8125rem;
    font-family: Knowledge2017, Arial, sans-serif;
    color: #fff;
    position: relative;
    padding-right: 18.75px;
    padding-right: 1.875rem
}

.author-hero__footer .card-post__meta {
    float: left
}

.author-hero__footer .share {
    position: absolute;
    right: -6.25px;
    right: -.625rem;
    bottom: -5px;
    bottom: -.5rem
}

.author-hero__footer .author-hero__meta {
    margin-bottom: 0
}

.author-hero__footer .author-hero__meta a {
    color: #fff
}

.author-hero__footer .author-hero__meta a:hover {
    color: #fa6400
}

.author-hero__footer p:last-child {
    margin-bottom: 0
}

.author-hero__meta {
    margin: 0;
    padding: 0;
    list-style: none
}

.author-hero__meta li {
    margin: 0;
    padding: 0
}

.author-hero__meta>li {
    display: inline-block;
    margin-right: 12.5px;
    margin-right: 1.25rem
}

.author-hero__meta>li:last-child {
    margin-right: 0
}

.author-hero__meta>li>a {
    display: inline-block;
    white-space: nowrap;
    line-height: 10px;
    line-height: 1rem;
    vertical-align: top
}

.author-hero__meta>li>a .icon {
    margin-right: 3.75px;
    margin-right: .375rem
}

.author-content {
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #666
}

.author-content dl,
.author-content ol,
.author-content p,
.author-content ul {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.author-content ol li,
.author-content ul li {
    margin-bottom: 6.25px;
    margin-bottom: .625rem
}

.author-content p:last-child {
    margin-bottom: 0
}

.author-content a {
    color: #666;
    text-decoration: underline
}

.author-content a:hover {
    color: #fa6400
}

.author-posts__header {
    padding: 12.5px;
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    color: #444;
    transition: padding 0.15s ease
}

.author-posts__header__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0
}

.more-answers-posts {
    *zoom: 1;
    clear: both
}

.more-answers-posts:after,
.more-answers-posts:before {
    content: "";
    display: table
}

.more-answers-posts:after {
    clear: both
}

.more-answers-posts .card-list {
    margin-bottom: -.625px;
    margin-bottom: -.0625rem
}

.more-answers-posts__header {
    padding: 12.5px;
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    color: #444;
    transition: padding 0.15s ease
}

.more-answers-posts__header__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0
}

.related-posts {
    *zoom: 1;
    clear: both
}

.related-posts:after,
.related-posts:before {
    content: "";
    display: table
}

.related-posts:after {
    clear: both
}

.related-posts .card-list {
    margin-bottom: -.625px;
    margin-bottom: -.0625rem
}

.article-sidebar .related-posts .card-list .card,
.author-sidebar .related-posts .card-list .card {
    min-height: 0
}

.related-posts__header {
    padding: 12.5px;
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-top: .625px solid #ccc;
    border-top: .0625rem solid #ccc;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    color: #444;
    transition: padding 0.15s ease
}

.related-posts__header__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0
}

.solutions {
    *zoom: 1;
    clear: both
}

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

.solutions:after {
    clear: both
}

.solutions .card-list {
    margin-bottom: -.625px;
    margin-bottom: -.0625rem
}

.article-sidebar .solutions .card-list .card,
.author-sidebar .solutions .card-list .card {
    min-height: 0
}

.solutions .card-post__thumbnail {
    margin-bottom: 9.375px;
    margin-bottom: .9375rem
}

.solutions .card-post__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 12.5px;
    font-size: 1.25rem
}

.solutions .card-post__title a {
    color: #0072a8
}

.solutions .card-post__title a:hover {
    color: #005885
}

.solutions .card-post__footer {
    *zoom: 1;
    margin-top: 4.375px;
    margin-top: .4375rem;
    position: relative;
    padding-right: 18.75px;
    padding-right: 1.875rem
}

.solutions .card-post__footer:after,
.solutions .card-post__footer:before {
    content: "";
    display: table
}

.solutions .card-post__footer:after {
    clear: both
}

.solutions .card-post__footer .card-post__meta {
    float: left
}

.solutions .card-post__footer .share {
    position: absolute;
    right: -6.25px;
    right: -.625rem;
    top: -6.25px;
    top: -.625rem
}

.solutions .card-post__meta {
    color: #666
}

.solutions__header {
    padding: 12.5px;
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-top: .625px solid #ccc;
    border-top: .0625rem solid #ccc;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc;
    color: #444;
    transition: padding 0.15s ease
}

.solutions__header__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0
}

.banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lt-ie10 .banners {
    *zoom: 1
}

.lt-ie10 .banners:after,
.lt-ie10 .banners:before {
    content: "";
    display: table
}

.lt-ie10 .banners:after {
    clear: both
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: .625px solid #ccc;
    border-bottom: .0625rem solid #ccc
}

.banner:last-of-type {
    border-bottom: 0
}

.lt-ie10 .banner {
    float: left
}

.banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12.5px;
    padding: 1.25rem;
    width: 100%
}

.banner__thumbnail {
    margin-bottom: 9.375px;
    margin-bottom: .9375rem
}

.banner__thumbnail img {
    display: block;
    width: 100%;
    height: auto
}

.banner__title {
    font-family: Knowledge2017, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    font-size: 12.5px;
    font-size: 1.25rem
}

.banner__title a {
    color: #0072a8
}

.banner__title a:hover {
    color: #005885;
    text-decoration: none
}

.banner__title a:visited {
    color: #0072a8
}

.banner__footer {
    *zoom: 1;
    margin-top: 4.375px;
    margin-top: .4375rem;
    position: relative;
    padding-right: 18.75px;
    padding-right: 1.875rem
}

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

.banner__footer:after {
    clear: both
}

.banner__footer .banner__meta {
    color: #666;
    float: left
}

.banner__cta {
    margin-top: 8px;
    margin-top: .8rem
}

.banner__cta .banner__btn {
    font-weight: 500;
    color: #fff;
    background: #fa6400;
    border-color: #fff0 #fff0 #fa6400;
    border-radius: .3125rem;
    border-style: solid;
    border-width: 1px;
    border-width: .625px;
    border-width: .0625rem;
    display: inline-block;
    line-height: 1;
    padding: 11.25px 15px;
    padding: 1.125rem 1.5rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.banner__cta .banner__btn:focus,
.banner__cta .banner__btn:hover {
    background: #fa6400;
    border-color: #fff0 #fff0 #fa6400;
    color: #fff
}

body.admin-bar #wpadminbar .ab-top-menu>li.hover>.ab-item,
body.admin-bar #wpadminbar .ab-top-menu>li:hover>.ab-item,
body.admin-bar #wpadminbar .ab-top-menu>li>.ab-item:focus,
body.admin-bar #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
body.admin-bar #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
body.admin-bar #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover>#wp-toolbar a:focus span.ab-label,
body.admin-bar #wpadminbar .quicklinks .menupop.hover ul li a:focus,
body.admin-bar #wpadminbar .quicklinks .menupop.hover ul li a:hover,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:focus,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:focus strong,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:hover,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:hover strong,
body.admin-bar #wpadminbar>#wp-toolbar li.hover span.ab-label,
body.admin-bar #wpadminbar>#wp-toolbar li:hover span.ab-label,
body.admin-bar #wpadminbar li #adminbarsearch.adminbar-focused:before,
body.admin-bar #wpadminbar li .ab-item:focus:before,
body.admin-bar #wpadminbar li.hover .ab-icon:before,
body.admin-bar #wpadminbar li.hover .ab-item:before,
body.admin-bar #wpadminbar li:hover #adminbarsearch:before,
body.admin-bar #wpadminbar li:hover .ab-icon:before,
body.admin-bar #wpadminbar li:hover .ab-item:before,
body.admin-bar #wpadminbar li a:focus .ab-icon:before {
    color: #fa6400
}

.tac-nav a[href*="workingattr"] {
    text-transform: none
}

.tr-SiteFooterNavItem-link:hover {
    color: inherit
}

.tr-GlobalFooterItem-inner:hover {
    color: #afafaf
}

.trtaNav-cec-SiteHeaderNavItem-link:hover {
    color: inherit
}

@font-face {
    font-display: swap;
    font-family: Clario;
    src: local("Clario Regular"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/Clario-Regular.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/Clario-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Regular"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regular-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Regular Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regularitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge UltraLight"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralight-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralight-webfont.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge UltraLight Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralightitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralightitalic-webfont.woff) format("woff");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Light"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-light-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Light Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-lightitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-lightitalic-webfont.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Medium"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-medium-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Medium Italitc"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-mediumitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-mediumitalic-webfont.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Bold"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bold-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Bold Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bolditalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bolditalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Black"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-black-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-black-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Black Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-blackitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-blackitalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

@media (-moz-min-device-pixel-ratio:1.25),
(-ms-min-device-pixel-ratio:1.25),
(-webkit-min-device-pixel-ratio:1.25),
(min--moz-device-pixel-ratio:1.25),
(min-device-pixel-ratio:1.25),
(min-resolution:1.25dppx),
(min-resolution:120dpi) {

    .card-post__thumbnail__video:after,
    .featured-post__thumbnail__video:after,
    .icon,
    .lt-ie10 .load-more-arrow:after {
        background-image: none, url(/en-us/blog/wp-content/themes/tac/assets/media/svg/tac-sprite.svg)
    }
}

@media (min-width:320px) {
    .hidden-xs-up {
        display: none !important
    }
}

@media (min-width:320px) and (max-width:767.9px) {
    .featured-list--no-images .featured-list__secondary .featured-post:first-of-type {
        border-bottom: .0625rem solid #ccc
    }

    .article-hero__footer .article-hero__author a {
        color: #fff
    }
}

@media (min-width:768px) {
    .hidden-sm-up {
        display: none !important
    }

    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .debug-mode:after {
        content: "Debug Mode (Tablet)"
    }

    html {
        font-family: screen-tablet
    }

    .icon-thomson-reuters-tac-logo {
        width: 14.375rem;
        height: 2.75rem;
        background-position: 0 -48px
    }

    .tac-footer .icon-thomson-reuters-tac-logo {
        background-position: 0 -288px;
        width: 27.75rem
    }

    .search-box .icon-field-submit {
        width: 1.5rem;
        height: 1.5rem;
        background-position: -384px 0
    }

    .tac-header>.container {
        padding: 1.125rem 1.25rem
    }

    .tac-header .logo-tagline {
        float: left;
        margin-left: 1.1875rem;
        padding-left: 1.5625rem;
        font-size: .9375rem;
        line-height: 2.25rem;
        border-left: .0625rem solid #fff;
        border-left: .0625rem solid hsl(0 0% 100% / .3);
        margin-top: .5rem
    }

    .tac-header-actions>li {
        margin: -1.125rem 0;
        padding: 1.125rem 0
    }

    .tac-header-actions>li:after {
        border-width: 0 .9375rem;
        margin-left: -.9375rem
    }

    .tac-header-actions>li.active:after {
        border-width: 0 .9375rem .9375rem
    }

    .tac-header-actions>li.tac-header-actions__follow {
        display: block;
        padding-left: 1.5625rem;
        margin-left: .9375rem
    }

    .tac-header-actions>li.tac-header-actions__follow:before {
        width: .0625rem;
        height: 1.5rem;
        top: 50%;
        left: 0;
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
        margin-top: -.75rem
    }

    .tac-header-actions>li.tac-header-actions__follow:after {
        margin-left: -.625rem
    }

    .tac-header-actions>li.tac-header-actions__follow>button {
        font-family: Knowledge2017, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.15;
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .09375rem;
        line-height: 2.5rem
    }

    .tac-nav {
        font-size: .875rem
    }

    .tac-nav:after {
        width: 100%;
        height: 1.875rem;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(#fff0, #fff);
        pointer-events: none
    }

    .tac-nav ul {
        opacity: 0
    }

    .tac-nav.active ul {
        opacity: 1
    }

    .tac-nav ul {
        padding-top: .875rem;
        padding-bottom: .875rem
    }

    .tac-nav ul>li {
        float: left;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .tac-nav ul {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .tac-search {
        padding: 1.125rem 0
    }

    .tac-search .search-box {
        opacity: 0
    }

    .tac-search.active .search-box {
        opacity: 1
    }

    .search-box {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .featured-post__tag {
        font-size: .75rem;
        padding: .375rem .625rem;
        margin-bottom: .75rem
    }

    .featured-post__title {
        font-size: 2rem
    }

    .category-header>.container {
        padding: 2.1875rem 1.25rem
    }

    .category-header__title {
        float: left;
        font-size: 1.75rem
    }

    .category-header__sort {
        float: right
    }

    .card-list .card {
        width: 50%
    }

    .lt-ie10 .card-list .card {
        float: left;
        min-height: 28.75rem
    }

    .card-post__title {
        font-size: 1.75rem
    }

    .card-post__meta {
        font-size: .875rem
    }

    .article-body {
        padding: 3.75rem 1.25rem;
        min-height: 22.5rem
    }

    .article-body .article-content,
    .article-body .article-tags {
        margin-left: 4.375rem
    }

    .article-body .article-share {
        position: absolute;
        top: 3.75rem;
        left: 1.25rem;
        margin-bottom: 0
    }

    .article-hero__body {
        padding: 1.25rem
    }

    .article-hero__tag {
        font-size: .75rem;
        padding: .375rem .625rem;
        margin-bottom: .75rem
    }

    .article-hero__title {
        font-size: 3rem
    }

    .article-hero__footer {
        margin-top: .9375rem;
        font-size: .875rem
    }

    .article-content,
    .mce-content-body {
        line-height: 1.5
    }

    .article-content blockquote,
    .mce-content-body blockquote {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem
    }

    .author-body .author-content {
        padding: 3rem 1.25rem
    }

    .author-hero__body {
        padding: 1.25rem
    }

    .author-hero__subtitle,
    .author-hero__title {
        font-size: 3rem
    }

    .author-hero__subtitle {
        font-size: 1.125rem
    }

    .author-hero__footer {
        margin-top: .9375rem;
        font-size: .875rem
    }

    .author-content {
        line-height: 1.5
    }

    .author-posts__header,
    .more-answers-posts__header,
    .related-posts__header {
        padding: 1.625rem 1.25rem
    }

    .article-sidebar .related-posts__header {
        padding: 1.875rem 1.25rem
    }

    .solutions__header {
        padding: 1.625rem 1.25rem
    }

    .article-sidebar .solutions__header {
        padding: 1.875rem 1.25rem
    }

    .banner {
        width: 50%
    }

    .lt-ie10 .banner {
        float: left;
        min-height: .0625rem solid #ccc
    }
}

@media (min-width:768px) and (max-width:1019.9px) {
    .heading-1-super {
        font-size: 1.75rem
    }

    .featured-list--no-images .featured-list__secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .featured-list--no-images .featured-list__secondary .featured-post:first-of-type {
        border-right: .0625rem solid #ccc
    }

    .featured-list__secondary .featured-post {
        width: 50%;
        float: left
    }

    .card-list .card:nth-child(odd) {
        border-right: .0625rem solid #ccc
    }

    .lt-ie10 .card-list .card:nth-child(odd) {
        clear: left
    }

    .article-sidebar .related-posts .card-list .card:nth-child(3),
    .article-sidebar .solutions .card-list .card:nth-child(3),
    .author-sidebar .related-posts .card-list .card:nth-child(3),
    .author-sidebar .solutions .card-list .card:nth-child(3),
    .more-answers-posts .card-list .card:nth-child(3) {
        display: none
    }

    .banner:nth-child(odd) {
        border-right: .0625rem solid #ccc;
        border-bottom: 0
    }

    .lt-ie10 .banner:nth-child(odd) {
        clear: left
    }
}

@media (min-width:1020px) {
    .hidden-md-up {
        display: none !important
    }

    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .debug-mode:after {
        content: "Debug Mode (Desktop)"
    }

    html {
        font-family: screen-desktop
    }

    .tac-footer .icon-thomson-reuters-tac-logo {
        background-position: 0 -240px;
        width: 20.75rem;
        height: 2.25rem
    }

    .tac-nav ul>li {
        width: 33.3333%
    }

    .tac-footer .container {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        padding: 2.5rem 1.25rem 2.625rem
    }

    .tac-footer__follow {
        text-align: left;
        float: right;
        width: 33.3333%
    }

    .tac-footer__follow .follow-social {
        float: right
    }

    .tac-footer__more-nav {
        text-align: left;
        float: left;
        width: 30%;
        margin-bottom: 0
    }

    .tac-footer__more-nav ul {
        padding-top: .625rem
    }

    .tac-footer__newsletter {
        width: 36.6666%;
        float: left;
        margin-bottom: 0
    }

    .tac-footer__newsletter.tac-footer__newsletter--has-list .tac-footer__newsletter__title {
        margin-bottom: 0
    }

    .tac-footer__newsletter .tac-footer__newsletter__list {
        padding-top: .625rem
    }

    .tac-footer__newsletter .newsletter-box {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    .tac-footer__newsletter .newsletter-loader {
        margin-left: .3125rem;
        margin-right: 0;
        float: left
    }

    .tac-footer--has-newsletter .tac-footer__more-nav__title {
        margin-bottom: 0
    }

    .tac-footer__lockup {
        margin-bottom: 0;
        float: left
    }

    .tac-footer__nav .container {
        padding: 1.125rem .625rem
    }

    .tac-footer__nav ul {
        text-align: left;
        float: right;
        white-space: nowrap;
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .featured-list.featured-list--no-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .featured-list__primary {
        float: left;
        width: 66.666667%
    }

    .featured-list--no-images .featured-list__primary {
        border-right: .0625rem solid #ccc
    }

    .featured-list__secondary {
        float: left;
        width: 33.33333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        position: absolute
    }

    .lt-ie10 .featured-list__secondary {
        display: block
    }

    .featured-list__secondary .featured-post {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }

    .featured-list--no-images .featured-list__secondary {
        position: relative
    }

    .featured-list--no-images .featured-list__secondary .featured-post:first-of-type {
        border-bottom: .0625rem solid #ccc
    }

    .featured-list__secondary .featured-post__title {
        font-size: 1.125rem;
        line-height: 1.2
    }

    .featured-list__secondary .featured-post__footer {
        margin-top: .375rem
    }

    .featured-post__title {
        font-size: 2.75rem
    }

    .featured-list__answer .featured-post__body {
        top: 10px
    }

    .featured-list__answer .featured-post__title {
        position: relative;
        display: table;
        background: #fa6400;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        padding: 30px
    }

    .featured-list__answer .featured-post__title:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        background: #fa6400;
        width: 30px;
        height: 300px
    }

    .featured-list__answer .featured-post__title a {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.875rem;
        font-weight: 300
    }

    .featured-list__answer .featured-post__title a:active,
    .featured-list__answer .featured-post__title a:focus,
    .featured-list__answer .featured-post__title a:visited {
        color: #fff;
        text-decoration: none
    }

    .featured-list__answer .featured-post__title a:hover {
        color: #fa6400;
        text-decoration: none
    }

    .featured-list__answer .featured-post__header .share {
        right: -21.5625rem;
        bottom: -2.1875rem
    }

    .featured-list__answer .featured-post__tag {
        display: none
    }

    .card-list .card {
        width: 33.3333%;
        border-right: .0625rem solid #ccc
    }

    .card-list .card:nth-child(3n) {
        border-right: none
    }

    .lt-ie10 .card-list .card:nth-child(3n+1) {
        clear: left
    }

    .newsletter .newsletter-box {
        max-width: 21.875rem
    }

    .article-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .article-wrap .article {
        width: 66.666667%
    }

    .lt-ie10 .article-wrap .article {
        float: left
    }

    .article-wrap .article-sidebar {
        width: 33.33333%
    }

    .article-wrap .article-sidebar:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: .625rem;
        height: 100%;
        background-image: linear-gradient(90deg, rgb(0 0 0 / .15), transparent);
        pointer-events: none
    }

    .lt-ie10 .article-wrap .article-sidebar {
        float: left
    }

    .lt-ie10 .article-wrap .article-sidebar:after {
        border-left: .0625rem solid #ccc
    }

    .article-wrap .article-sidebar .card-twitter .card-twitter__tweets {
        -ms-flex-preferred-size: 18.875rem;
        flex-basis: 18.875rem
    }

    .article-hero__answer .article-hero__body {
        top: 10px
    }

    .article-hero__answer .article-hero__header {
        position: relative;
        display: table;
        background: #fa6400;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        padding: 30px
    }

    .article-hero__answer .article-hero__header:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        background: #fa6400;
        width: 30px;
        height: 300px
    }

    .article-hero__answer .article-hero__title {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.875rem;
        font-weight: 300
    }

    .article-hero__answer .article-hero__footer {
        margin-top: 1.25rem
    }

    .article-hero__answer .article-hero__tag {
        display: none
    }

    .single-format-aside .article-wrap .article {
        width: 66.666667%;
        margin: auto
    }

    .author-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .author-wrap .author {
        width: 66.666667%
    }

    .lt-ie10 .author-wrap .author {
        float: left;
        position: relative
    }

    .lt-ie10 .author-wrap .author:after {
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        display: block;
        content: "";
        height: 100%;
        border-left: .0625rem solid #ccc
    }

    .author-wrap .author-sidebar {
        width: 33.33333%
    }

    .author-wrap .author-sidebar:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: .625rem;
        height: 100%;
        background-image: linear-gradient(90deg, rgb(0 0 0 / .15), transparent);
        pointer-events: none
    }

    .lt-ie10 .author-wrap .author-sidebar {
        float: left
    }

    .lt-ie10 .author-wrap .author-sidebar:after {
        border-left: .0625rem solid #ccc
    }

    .author-wrap .author-sidebar .card-twitter .card-twitter__tweets {
        -ms-flex-preferred-size: 18.875rem;
        flex-basis: 18.875rem
    }

    .author-posts .card-list .card {
        width: 50%;
        border-right: 0
    }

    .author-posts .card-list .card:nth-child(odd) {
        border-right: .0625rem solid #ccc
    }

    .lt-ie10 .author-posts .card-list .card:nth-child(odd) {
        clear: left
    }

    .lt-ie10 .author-posts .card-list .card:nth-child(3n+1) {
        clear: none
    }

    .lt-ie9 .author-posts .card-list .card {
        border-right: .0625rem solid #ccc
    }

    .article-sidebar .related-posts .card-list .card,
    .article-sidebar .solutions .card-list .card,
    .author-sidebar .related-posts .card-list .card,
    .author-sidebar .solutions .card-list .card {
        width: 100%;
        border-right: 0
    }

    .banner {
        width: 100%
    }
}

@media (min-width:1020px) and (max-width:1249.9px) {
    .heading-1-super {
        font-size: 2rem
    }
}

@media (min-width:1250px) {

    .hidden-lg-up,
    .hidden-xl-up {
        display: none !important
    }

    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }

    .debug-mode:after {
        content: "Debug Mode (Widescreen)"
    }

    html {
        font-family: screen-widescreen
    }

    .container,
    .tac-nav ul {
        max-width: 75rem
    }

    .tac-nav ul>li {
        width: auto;
        margin-right: 2.5rem
    }

    .tac-nav ul>li:last-child {
        margin-right: 0
    }

    .search-box {
        max-width: 75rem
    }

    .featured-list__answer .featured-post__body {
        top: 15px
    }

    .featured-list__answer .featured-post__title {
        width: 350px;
        height: 350px;
        padding: 35px
    }

    .featured-list__answer .featured-post__title a {
        font-size: 2.125rem
    }

    .featured-list__answer .featured-post__title:after {
        width: 35px;
        height: 350px
    }

    .featured-list__answer .featured-post__header .share {
        right: -25.9375rem;
        bottom: -2.8125rem
    }

    .article-wrap .article-sidebar .card-twitter .card-twitter__tweets {
        -ms-flex-preferred-size: 23.0625rem;
        flex-basis: 23.0625rem
    }

    .article-hero__answer .article-hero__body {
        top: 15px
    }

    .article-hero__answer .article-hero__header {
        width: 350px;
        height: 350px;
        padding: 35px
    }

    .article-hero__answer .article-hero__header:after {
        width: 35px;
        height: 350px
    }

    .article-hero__answer .article-hero__title {
        font-size: 2.125rem
    }

    .article-hero__answer .article-hero__footer {
        margin-top: 1.5625rem
    }

    .author-wrap .author-sidebar .card-twitter .card-twitter__tweets {
        -ms-flex-preferred-size: 23.0625rem;
        flex-basis: 23.0625rem
    }
}

@media (max-width:1249.9px) {

    .hidden-lg-down,
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width:1019.9px) {
    .hidden-sm-down {
        display: none !important
    }

    .heading-1--sm,
    h1--sm {
        font-size: 2rem
    }

    .feature--sm {
        font-size: 1.25rem
    }

    .tac-footer__follow {
        margin-bottom: 2rem
    }

    .tac-footer__newsletter .tac-footer__newsletter__wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .tac-footer__newsletter .tac-footer__newsletter__list>li {
        text-align: left
    }

    .featured-list--no-images .featured-list__primary {
        border-bottom: .0625rem solid #ccc
    }

    .article-wrap .article-sidebar {
        border-top: .0625rem solid #ccc
    }

    .article-hero__footer .share .share-menu--off-right {
        left: auto;
        right: 0
    }

    .article-hero__footer .share .share-menu--off-right:after,
    .article-hero__footer .share .share-menu--off-right:before {
        left: auto;
        right: 1rem
    }

    .article-hero__footer .share .share-menu--off-right:before {
        right: .9375rem
    }

    .author-wrap .author-sidebar {
        margin-top: -.0625rem
    }

    .more-answers-posts {
        display: none
    }
}

@media (max-width:782px) {
    body.admin-bar {
        padding-top: 2.875rem
    }
}

@media (max-width:767.9px) {
    .hidden-xs-down {
        display: none !important
    }

    .component {
        margin-top: 45px;
        margin-bottom: 52px
    }

    .component--reduced-top {
        margin-top: 40px
    }

    .component+.column-control .row:first-child .component,
    .component+.component {
        margin-top: -50px/2
    }

    .heading-1,
    h1 {
        font-size: 2rem
    }

    .heading-1-super,
    .heading-2,
    h2 {
        font-size: 1.5rem
    }

    .heading-2-small {
        font-size: 1.375rem
    }

    .feature,
    .heading-4,
    h4 {
        font-size: 1.25rem
    }

    .global-site-header-nav>li.mobile-hide {
        display: none
    }

    .global-site-header-nav>li>a {
        padding: .375rem .25rem
    }

    .discover-thomson-reuters,
    .global-site-header-nav>li.icon-globe {
        display: none
    }

    .tac-header.tac-header--no-tagline>.container {
        margin-bottom: 0
    }

    .tac-header>.container {
        padding: 0 0 0 1.25rem;
        margin-bottom: 1.4375rem
    }

    .tac-header .logo {
        margin-top: .8125rem
    }

    .tac-header .logo-tagline {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgb(0 0 0 / .17);
        box-shadow: 0 -1px 0 hsl(0 0% 100% / .05);
        font-size: .75rem;
        line-height: 1.25rem;
        padding: .0625rem 1.25rem 0
    }

    .tac-header-actions>li {
        margin: 0;
        padding: 0
    }

    .tac-nav {
        margin-top: -1.4375rem;
        position: relative
    }

    .tac-nav ul {
        padding: .375rem 0
    }

    .tac-nav ul>li>a {
        display: block;
        padding: 1rem 1.25rem
    }

    .tac-search {
        margin-top: -1.4375rem
    }

    .popular-topics {
        padding: 1.25rem;
        overflow: hidden
    }

    .article-hero__header {
        padding: .46875rem 1.25rem
    }

    .article-hero__footer {
        padding: .625rem 1.25rem;
        padding-right: 3.125rem;
        background-color: #666
    }

    .article-hero__footer .share {
        right: .625rem;
        bottom: .125rem
    }

    .article-hero__footer .article-hero__author {
        font-size: .875rem
    }

    .article-content .alignleft,
    .article-content .alignright,
    .mce-content-body .alignleft,
    .mce-content-body .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .article-content table,
    .mce-content-body table {
        border-top-width: 1px !important;
        border-bottom-width: 1px !important
    }

    .article-content table thead,
    .mce-content-body table thead {
        display: none
    }

    .article-content table tr:nth-of-type(2n),
    .mce-content-body table tr:nth-of-type(2n) {
        background-color: inherit
    }

    .article-content table tr:first-child td:first-child,
    .mce-content-body table tr:first-child td:first-child {
        border-top-width: 0
    }

    .article-content table tr td,
    .mce-content-body table tr td {
        border-width: 0;
        display: block;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .article-content table tr td:before,
    .mce-content-body table tr td:before {
        font-family: Knowledge2017, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1.15;
        content: attr(data-th);
        display: block
    }

    .article-content table tr td:first-child,
    .mce-content-body table tr td:first-child {
        border-top-width: .0625rem
    }

    .article-share-pdf-download {
        display: none
    }

    .article-share-links>li {
        margin-right: .625rem;
        float: left
    }

    .author-hero__header {
        padding: .46875rem 1.25rem
    }

    .author-hero__footer {
        padding: .625rem 1.25rem;
        padding-right: 3.125rem;
        background-color: #666
    }

    .author-hero__footer .share {
        right: .625rem;
        bottom: .125rem
    }

    .author-hero__meta>li>a {
        overflow: hidden;
        max-width: 1rem
    }
}

@media print {

    .visible-print,
    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }

    body {
        height: auto
    }

    .icon {
        display: none !important
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -980px
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -980px
    }
}

.tr-SiteHeader-logoInner {
    height: 60px !important;
    height: 3.75rem !important;
    width: 240px !important;
    width: 15rem !important;
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/svg/tr-rebranded-logo.svg) !important
}

.tr-SiteHeader-logo {
    margin-left: 0rem !important
}

.disclaimer-container {
    margin: 30px auto
}

.disclaimer-container .back-to-blog a {
    color: #0072a8;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px
}

.disclaimer-container .back-to-blog a:hover {
    text-decoration: underline;
    color: #005885
}

.disclaimer p {
    margin: 10px auto
}

.tr-DismissibleBanner--fixed {
    z-index: 9999999999 !important
}

.tr-GlobalFooter-logoInner {
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/svg/footer-logo.svg) !important
}

.tr-GlobalHeader {
    border-top: .25rem solid #fa6400 !important
}

.tr-SiteHeaderMenu-linkIcon,
.tr-SiteHeaderSection-title,
.tr-SiteHeaderSection-title,
.tr-SiteHeaderNavItem-linkIcon,
.tr-Link--primary .tr-Link-icon,
.tr-SiteHeaderFlyouts-summaryLinkIcon {
    color: #fa6400 !important
}

.featured-post__tag:hover {
    background-color: #fa6400
}

@media (min-width:75em) {

    .tr-SiteHeaderMenu-link:focus,
    .tr-SiteHeaderMenu.is-expanded .tr-SiteHeaderMenu-link,
    .tr-SiteHeaderMenu-link:focus,
    .tr-SiteHeaderMenu-link:hover,
    [dir="rtl"] .tr-SiteHeaderMenu-link:focus {
        border-bottom: .3125rem solid #fa6400 !important
    }

    .tr-SiteHeaderFlyoutsTab.is-selected .tr-SiteHeaderFlyoutsTab-link {
        border-left-color: #fa6400 !important
    }
}

.featured-post__tag:hover {
    background-color: #fa6400
}

.twitter-icon {
    float: right;
    width: 24px
}

span.icon.icon-twitter {
    background-image: url(/en-us/blog/wp-content/themes/tac/assets/media/svg/twitter-x.svg) !important;
    background-position: 0 0 !important;
    background: #fff
}

@font-face {
    font-family: Knowledge2017Italic;
    src: local("?"), local("Knowledge Regular Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regularitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017Italic;
    src: local("?"), local("Knowledge UltraLight Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralightitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-ultralightitalic-webfont.woff) format("woff");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017Italic;
    src: local("?"), local("Knowledge Light Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-lightitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-lightitalic-webfont.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017;
    src: local("?"), local("Knowledge Medium Italitc"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-mediumitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-mediumitalic-webfont.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017Italic;
    src: local("?"), local("Knowledge Bold Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bolditalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-bolditalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Knowledge2017Italic;
    src: local("?"), local("Knowledge #000 Italic"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-blackitalic-webfont.woff2) format("woff2"), url(https://app-data.gcs.trstatic.net/wel-trdotcom/fonts/all-characters/knowledge2017-blackitalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic
}

em,
i {
    font-family: Knowledge2017, Arial, sans-serif !important
}

.gform_button {
    background-clip: padding-box;
    border-radius: .375rem;
    border: .0625rem solid rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: inherit;
    font-size: 18.666px;
    font-size: 1.16667rem;
    font-weight: 500;
    line-height: 28px;
    line-height: 1.75rem;
    padding: .5625rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: baseline;
    background-color: #ff5900;
    border-color: #ff5900;
    color: #fff
}

.req_info .gform_fields li {
    margin-left: 0 !important;
    padding-left: 0 !important
}

.req_info .gform_wrapper .top_label .gfield_label,
.req_info .gform_wrapper legend.gfield_label {
    font-size: 1.175rem;
    color: #404040;
    font-weight: 400
}

.elq-gf-gated-form_wrapper .gform_title {
    display: none
}

.single-our_purpose_post blockquote {
    font-size: 2.25rem;
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-style: italic;
    font-weight: 300;
    max-width: 19em;
    position: relative
}

.single-our_purpose_post blockquote p,
.single-our_purpose_post blockquote div {
    display: inline;
    margin-left: 1.2em
}

.single-our_purpose_post blockquote:before {
    content: "\201C"
}

.single-our_purpose_post blockquote:after {
    content: "\201D"
}

.single-our_purpose_post blockquote:after,
.single-our_purpose_post blockquote:before {
    font: italic 600 1.666em/1.1 arial, sans-serif;
    opacity: .5;
    position: absolute;
    width: .6em
}

.single-our_purpose_post .tr-LongformRichText {
    overflow: hidden
}

.our-purpose-content a {
    font-weight: 700
}

.our-purpose-content img.alignleft {
    float: left;
    margin: 10px 10px 10px 0
}

.our-purpose-content img.alignright {
    float: right;
    margin: 10px 0 10px 10px
}

.our-purpose-content .wp-caption-text {
    font-size: 16px;
    line-height: 22px;
    padding: 5px
}

.single-our_purpose_post .banner-item {
    padding: 12.5px 0;
    padding: 1.25rem 0
}

.innovation-header {
    font-size: 1.75rem;
    color: #444;
    font-family: Clario, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    padding: 25px 20px 0 20px
}