/****************** Font Families *************/

.tn-html,
.tn-html body {
    height: 100%;
    padding: 0 !important;
}

body,
html {
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

html {
    font-size: 15px;
}

html[data-font-size="small"] {
    font-size: 12px;
}

html[data-font-size="large"] {
    font-size: 20px;
}

body {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    color: #131e29;
    background: #f9f9f9 url("../images/logos/star-ball-bg.png") no-repeat 101% 75px;
    background-attachment: fixed;
    overflow: auto;
}


/* Below code is needed for responsive flexbox footer to stick to the bottom of the browser */

html:not(.aem-AuthorLayer-Edit).tn-html body {
    display: flex;
    flex-direction: column;
}


/* End sticky footer code */

p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 10px 0 20px;
}

img {
    height: auto !important;
}

a img {
    border: 0;
}

img[usemap] {
    width: 100%;
}

code {
    font-size: 0.875rem;
    letter-spacing: -0.05rem;
    color: #666666;
}

select {
    width: auto;
    padding-right: 15px;
}

iframe {
    max-width: 100%;
}

area {
    cursor: pointer;
}

hr {
    border: 0;
    border-bottom: 1px #d1d3d4 solid;
    margin: 30px 0;
}

aside.panel {
    font-size: 0.8rem;
    line-height: 1.7rem;
}

aside.panel.no-padding h2 {
    font-size: 1.3125rem;
    color: #131e29;
    padding: 10px 15px;
    margin: 0;
    background: #d1d3d4;
}


/*-------------
    Links
---------------*/

a,
a:link,
a:visited,
a:active {
    color: #174a7c;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #a7190c;
}

a:before {
    text-decoration: none !important;
    color: #a7a9ac;
}

a[id].anchor,
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}


/* Below is a code adjustment for IE11 for the anchor links */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    a[id].anchor,
    a.anchor {
        top: -88px !important;
    }
}

@media all and (min-width: 40em) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    a[id].anchor,
    a.anchor {
        top: -135px !important;
    }
}

@media only screen and (max-width: 40em) {
    a[id].anchor,
    a.anchor {
        top: -80px;
    }
}

@media only screen and (min-width: 40em) {
    a[id].anchor,
    a.anchor {
        top: -160px;
    }
}

@media only screen and (min-width: 60em) {
    a[id].anchor,
    a.anchor {
        top: -80px;
    }
}


/*********************
    Main
*********************/

#main {
    max-width: 100%;
    z-index: 10;
    margin-top: 40px;
    position: relative;
}


/* Below code is needed for responsive flexbox footer to stick to the bottom of the browser */

html:not(.aem-AuthorLayer-Edit).tn-html #main {
    flex: 1 0 auto;
}


/* -------------------------------
Part of the flexbox fix ie11 so that the footerbar is sticy with the bottom of the browser but does not impeed on the page content.
The code below is ONLY FOR IE11 - it turns the containers into flexboxes so IE11 will handle them appropriately.
An additional setting for the topnav is in the topnav css file
------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    html:not(.aem-AuthorLayer-Edit).tn-html {
        min-height: 100%;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html #main {
        flex: 1 0 0;
    }
}


/* End Code for sticy footer */

#main>.row {
    margin-bottom: 40px;
}

#main h3 {
    margin: 0;
}

#main.no-padding {
    padding-top: 0;
}

#main.home.three>.row:not(:last-child) {
    margin-bottom: 0;
}

#main .chosen-container {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    min-width: 200px;
    margin-bottom: 1rem;
}

#main .chosen-container:hover {
    z-index: 9000;
}

#main .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

#main .chosen-container .chosen-results li {
    padding: 8px;
}

#main .chosen-container .chosen-results li.highlighted {
    background: #3d3e40;
}

#main .chosen-container-single .chosen-single {
    padding: 5px 8px;
    height: auto;
}

#main .chosen-container-single .chosen-search {
    padding-top: 0;
}

#main .chosen-container-single .chosen-single div b {
    width: 10px;
    height: 20px;
    margin-top: 5px;
}

#main .chosen-container-single .chosen-default:hover {
    color: #999;
}

#main .chosen-container-single .chosen-default,
#main .chosen-container .chosen-drop {
    background: white !important;
    box-shadow: none;
}


/*--------------
Global button rules
---------------*/

a.button,
input.button,
button.button,
span.button,
div.button,
submit.button,
.fsForm .fsSubmit input.fsSubmitButton,
.poloLink a[class*=show] {
    margin-bottom: 3px;
    border: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: -0.05rem;
    background: #1b365d;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
}

a.button:not(.bar),
input.button:not(.bar),
button.button:not(.bar),
span.button:not(.bar),
div.button:not(.bar),
submit.button,
.fsForm .fsSubmit input.fsSubmitButton:not(.bar),
.poloLink a[class*=show]:not(.bar) {
    color: white;
}

a.button:hover,
input.button:hover,
button.button:hover,
submit.button:hover,
span.button:hover,
div.button:hover,
.fsForm .fsSubmit input.fsSubmitButton:hover,
.poloLink a[class*=show]:hover {
    background: #A7190C;
    color: white;
}

a.button:before,
input.button:before,
button.button:before,
span.button:before,
div.button:before,
submit.button:before,
.fsForm .fsSubmit input.fsSubmitButton:before,
.poloLink a[class*=show]:before {
    color: white;
}

a.button.block,
input.button.block,
button.button.block,
span.button.block,
div.button.block,
submit.button.block,
.fsForm .fsSubmit input.fsSubmitButton.block,
.poloLink a[class*=show].block {
    display: block;
}

a.button.small,
input.button.small,
button.button.small,
span.button.small,
div.button.small,
submit.button.small,
.fsForm .fsSubmit input.fsSubmitButton.small,
.poloLink a[class*=show].small {
    font-size: 0.75rem;
    padding: 8px 10px;
    font-weight: 400;
}

a.button.mini,
input.button.mini,
button.button.mini,
span.button.mini,
div.button.mini,
.fsForm .fsSubmit input.fsSubmitButton.mini,
.poloLink a[class*=show].mini {
    font-size: 0.7rem;
    padding: 6px 8px;
    font-weight: 400;
}

a.button:before,
input.button:before,
button.button:before,
span.button:before,
div.button:before,
.fsForm .fsSubmit input.fsSubmitButton:before,
.poloLink a[class*=show]:before {
    margin-left: -3px;
}

a.button.grey,
input.button.grey,
button.button.grey,
span.button.grey,
div.button.grey,
.fsForm .fsSubmit input.fsSubmitButton.grey,
.poloLink a[class*=show].grey {
    background: #d1d3d4;
    color: #131e29;
}

a.button.grey:hover,
input.button.grey:hover,
button.button.grey:hover,
span.button.grey:hover,
div.button.grey:hover,
.fsForm .fsSubmit input.fsSubmitButton.grey:hover,
.poloLink a[class*=show].grey:hover {
    background: #a7a9ac;
}

a.button.gray,
input.button.gray,
button.button.gray,
span.button.gray,
div.button.gray,
.fsForm .fsSubmit input.fsSubmitButton.gray,
.poloLink a[class*=show].gray {
    background: #666666;
}

a.button.gray:hover,
input.button.gray:hover,
button.button.gray:hover,
span.button.gray:hover,
div.button.gray:hover,
.fsForm .fsSubmit input.fsSubmitButton.gray:hover,
.poloLink a[class*=show].gray:hover {
    background: #414042;
}

a.button.red,
a.button.active,
input.button.red,
input.button.active,
button.button.red,
button.button.active,
span.button.red,
span.button.active,
div.button.red,
div.button.active,
.fsForm .fsSubmit input.fsSubmitButton.red,
.fsForm .fsSubmit input.fsSubmitButton.active,
.poloLink a[class*=show].red,
.poloLink a[class*=show].active {
    background: #A7190C;
}

a.button.red:hover,
input.button.red:hover,
button.button.red:hover,
span.button.red:hover,
div.button.red:hover,
.fsForm .fsSubmit input.fsSubmitButton.red:hover,
.poloLink a[class*=show].red:hover {
    background: #780000;
}

a.button.orange,
input.button.orange,
button.button.orange,
span.button.orange,
div.button.orange,
.fsForm .fsSubmit input.fsSubmitButton.orange,
.poloLink a[class*=show].orange {
    background: #ed9924;
}

a.button.orange:hover,
input.button.orange:hover,
button.button.orange:hover,
span.button.orange:hover,
div.button.orange:hover,
.fsForm .fsSubmit input.fsSubmitButton.orange:hover,
.poloLink a[class*=show].orange:hover {
    background: #c24e13;
}

a.button.green,
input.button.green,
button.button.green,
span.button.green,
div.button.green,
.fsForm .fsSubmit input.fsSubmitButton.green,
.poloLink a[class*=show].green {
    background: #659737;
}

a.button.green:hover,
input.button.green:hover,
button.button.green:hover,
span.button.green:hover,
div.button.green:hover,
.fsForm .fsSubmit input.fsSubmitButton.green:hover,
.poloLink a[class*=show].green:hover {
    background: #2f470e;
}

a.button.blue,
input.button.blue,
button.button.blue,
span.button.blue,
submit.button.blue,
div.button.blue,
.fsForm .fsSubmit input.fsSubmitButton.blue,
.poloLink a[class*=show].blue {
    background: #17417c;
}

a.button.blue:hover,
input.button.blue:hover,
button.button.blue:hover,
span.button.blue:hover,
submit.button.blue:hover,
div.button.blue:hover,
.fsForm .fsSubmit input.fsSubmitButton.blue:hover,
.poloLink a[class*=show].blue:hover {
    background: #1b365d;
}

a.button.button.bar,
input.button.button.bar,
button.button.button.bar,
span.button.button.bar,
div.button.button.bar,
.fsForm .fsSubmit input.fsSubmitButton.button.bar,
.poloLink a[class*=show].button.bar {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 5px;
}

a.button i[class*=icon]:last-child:before,
input.button i[class*=icon]:last-child:before,
button.button i[class*=icon]:last-child:before,
span.button i[class*=icon]:last-child:before,
div.button i[class*=icon]:last-child:before,
.fsForm .fsSubmit input.fsSubmitButton i[class*=icon]:last-child:before,
.poloLink a[class*=show] i[class*=icon]:last-child:before {
    margin-right: 0;
}

a.text-button:link,
a.text-button:active,
a.text-button:visited {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-size: 0.875rem;
    color: #a7a9ac;
    letter-spacing: -0.05rem;
    font-weight: 400;
    text-decoration: none !important;
}

a.text-button:link:before,
a.text-button:active:before,
a.text-button:visited:before {
    color: #a7a9ac;
    border-radius: 40px;
    font-size: 0.875rem;
    padding: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px #a7a9ac solid;
}

a.text-button:link:hover,
a.text-button:active:hover,
a.text-button:visited:hover {
    color: #A7190C;
}

a.text-button:link:hover:before,
a.text-button:active:hover:before,
a.text-button:visited:hover:before {
    border-color: #A7190C;
    color: #A7190C;
}


/*--------------
    Special
----------------*/

.abc-hide {
    display: none;
}

.no-outline {
    outline: 0;
}

.row {
    max-width: 1100px;
    width: auto;
}

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

.padding-top {
    padding-top: 40px;
}

.indent {
    padding-left: 30px;
}

.hidden {
    display: none;
}

.text-size {
    position: relative;
}

.text-size .options {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
}

.text-size:hover .options {
    display: block;
}

.padded-10 {
    padding: 10px;
}

.summary-slider li .description .text {
    padding-bottom: 50px;
}

.summary-description {
    margin-top: -70px;
}

.summary-description .panel {
    padding: 35px;
}

.menu-expand {
    color: #6e7073;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 0;
    z-index: 500;
}

.menu-expand:hover,
.title:hover .menu-expand {
    color: #3d3e40;
    cursor: pointer;
}

.locations {
    margin-top: 15px;
}

.locations .panel {
    margin-bottom: 15px;
}

.directory h2 {
    margin-bottom: 0;
    font-size: 1.75rem;
}

.toc h2 {
    margin-bottom: 0;
}

.toc .box.white {
    margin-bottom: 30px;
}

.one-col figure.left {
    float: left;
    margin-left: -25px;
}

.one-col figure.right {
    float: right;
    margin-right: -25px;
}

.one-col figure.image.overflow {
    width: 110%;
    margin-left: -5%;
    margin-bottom: 20px;
}

.one-col figure.image.overflow.left {
    width: 100%;
    margin: 0 20px 20px -50%;
}

.one-col figure.image.overflow.left.small {
    width: 75%;
    margin-left: -25%;
}

.one-col figure.image.overflow.right {
    width: 100%;
    margin: 0 -50% 20px 20px;
}

.one-col figure.image.overflow.right.small {
    width: 75%;
    margin-right: -25%;
}


/*********************
    Colors
*********************/

.grey {
    color: #cbc4bc;
}

.red {
    color: #A7190C;
}

.gray {
    color: #a7a9ac;
}

.navy {
    color: #3d3e40;
}


/*------------
    Overlay
-------------*/

#overlay {
    opacity: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
}

#overlay.active {
    display: block;
    z-index: 900;
    opacity: 1;
}


/*********************
    Headings
*********************/

h2 {
    line-height: 2rem;
    font-size: 1.125rem;
}

h3 {
    line-height: 1.75rem;
}

h4 {
    margin-bottom: 10px;
}

h2,
h3,
h4,
h5,
[data-label] {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    color: #3d3e40;
    font-weight: normal;
}

h2,
h3,
h4,
h5 {
    margin: 0 0 20px 0;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:active {
    color: #3d3e40;
    text-decoration: none;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #A7190C;
}

h2 .count,
h3 .count,
h4 .count,
h5 .count {
    color: #6e7073;
    float: right;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    letter-spacing: 0rem;
}


/*********************
    Borders
*********************/

[class*=border-] {
    border-bottom: 5px #131e29 solid;
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
}

[class*=border-].border-red {
    border-color: #A7190C;
}

[class*=border-].border-green {
    border-color: #659737;
}

[class*=border-].border-orange {
    border-color: #ed9924;
}

[class*=border-].border-blue {
    border-color: #17417c;
}

[class*=border-].border-darkblue {
    border-color: #1b365d;
}

[class*=border-].border-tan {
    border-color: #f5e0af;
}


/*********************
    Lists
*********************/

ul {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-left: 0;
    margin-left: 0;
}

ul.inline-list,
ul.block-list,
ul.stories,
ul.no-list {
    margin: 0;
    padding: 0;
}

ul.inline-list li,
ul.block-list li,
ul.stories>li,
ul.no-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    display: inline-block;
}

ul.no-list li {
    display: block;
}

ul.inline-list li:before,
ul.block-list li:before,
ul.no-list li:before {
    content: '';
    display: none;
}

ul.block-list a:link:not(.button),
ul.block-list a:visited,
ul.block-list a:active ul.list-links a:link:not(.button),
ul.list-links a:visited,
ul.list-links a:active {
    color: #131e29;
}

ul.block-list a:hover:not(.button),
ul.list-links a:hover:not(.button) {
    color: #A7190C;
}

ul.block-list li,
ul.list-links li {
    display: block;
    border-bottom: 1px #d1d3d4 solid;
    line-height: 1rem;
    position: relative;
    list-style: none;
    padding-left: 0 !important;
    padding: 0;
}

ul.block-list li:before,
ul.list-links li:before {
    display: none !important;
}

ul.block-list li a,
ul.list-links li a {
    text-decoration: none;
    display: block;
    padding: 12px 15px 12px 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-weight: normal;
}

ul.block-list li a.button,
ul.list-links li a.button {
    color: white;
}

ul.block-list li a.button,
ul.list-links li a.button {
    padding: 10px 12px;
}

ul.block-list li a.button.inline,
ul.list-links li a.button.inline {
    padding-left: 15px;
    display: inline;
}

ul.block-list li a.button.inline:before,
ul.list-links li a.button.inline:before {
    margin-right: 10px;
}

ul.block-list li:last-child,
ul.list-links li:last-child {
    border-bottom: 0;
}

ul.block-list li.active>a,
ul.list-links li.active>a {
    font-weight: bold;
    color: #3d3e40;
}

ul.block-list ul,
ul.list-links ul {
    margin-left: 15px;
    font-size: 0.9rem;
}

ul.block-list ul li,
ul.list-links ul li {
    border: 0;
}

ul.block-list .separate,
ul.list-links .separate {
    margin-bottom: 15px;
    border-bottom: 0;
}

ul.block-list.small li a,
ul.list-links.small li a {
    padding: 8px 15px 8px 0;
    font-size: 0.8rem;
    line-height: 1.25rem;
}

ul.block-list ul.block-list li a.button {
    margin-bottom: 5px;
}

ul.chosen-results li:before {
    content: '' !important;
    margin: 0 !important;
}

ul.block-list li>ul {
    display: none;
}

ul.block-list li.active>ul {
    display: block;
}

ul.block-list li.active>ul,
ul.block-list li.expanded>ul {
    display: block;
}

ul.pager {
    text-align: center;
    margin: 20px 0 10px;
}

ul.pager li.left {
    float: left;
}

ul.pager li {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-size: 1.125rem;
    padding: 5px 10px;
    color: #a7a9ac;
}

a,
a:before,
.search-button,
.mobile-menu,
#headlines .box,
#overlay,
.box ul.block-list i:before,
.darken,
.swiper-nav i,
[data-container],
[data-content],
.map .overlay ul,
[class^="icon-"]:before,
[data-tooltip],
#tooltip {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


/******************
    Box
*******************/

.box {
    margin: 0 10px 0 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.box .padded {
    padding: 15px;
}

.box.white {
    background: white;
}

.box h3 {
    font-size: 1.25rem;
}

.box h3 a {
    color: #131e29;
}

.box .date {
    margin-top: 0;
}

.box ul.block-list a {
    padding: 10px;
}


/*-------------------
   Search Results
--------------------- */

.search-label {
    color: #a7a9ac;
    position: absolute;
    margin: 0 0 10px 10px;
    font-size: 0.875rem;
    right: 5px;
    top: 5px;
    background-color: #f1f1f2;
    padding: 8px;
    line-height: 1em;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
}

.search-label i:before {
    color: #a7a9ac;
    margin: 0 0 0 5px;
}

.results header {
    margin-bottom: 20px;
}

.results .icon-link:before {
    font-size: 0.875rem;
}

@media only screen and (max-width: 40em) {
    .search-label {
        font-size: 0.625rem;
        width: 80px;
        padding: 6px;
        top: 0;
        right: 0;
    }
}


/*-----------------------------
  Local
-------------------------------- */

[data-headlines] {
    display: none;
}

[data-headlines].active {
    display: block;
}

[data-headlines] small {
    color: #a7a9ac;
}


/*-----------------------------
   Responsive Media Queries
/*-----------------------------
    Larger than phone
-------------------------- */

@media only screen and (min-width: 40em) {
    body {
        height: auto;
        min-height: 100%;
        padding-bottom: 103px;
    }
    .mobile-show {
        display: none;
    }
    .side .active .menu-expand {
        display: none;
    }
}


/*-----------------------------
    Smaller than max width
------------------------------ */

@media only screen and (max-width: 64em) {
    .state-of-tn {
        height: 100px;
    }
    .agency .title span {
        font-size: 2.5rem;
    }
}


/*-----------------------------
    Between phone and max width
-------------------------- */

@media only screen and (max-width: 64em) and (min-width: 40em) {
    .side-related {
        font-size: 0.8rem;
    }
    .side-related ul.block-list li a {
        padding: 5px 15px;
    }
}


/*-------------------------
Phone
-------------------------- */

.mobile-show {
    display: none !important;
}

@media only screen and (max-width: 40em) {
    .mobile-show {
        display: block !important;
    }
    body.active-fixed.active-menu {
        overflow: hidden;
    }
    body.active-fixed.active-menu ul.nav-items {
        margin-top: 15px;
    }
    body.active-menu nav#nav {
        z-index: 9999;
    }
    body.active-menu nav#nav {
        max-height: 100%;
        overflow: auto;
        padding-bottom: 5px;
    }
    body.active-menu #overlay {
        opacity: 1;
        z-index: 1000;
    }
    #main {
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
    }
    #main>.row>.columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #main figure.right {
        margin-right: 0;
    }
    #main figure.left {
        margin-left: 0;
    }
    #main>.row {
        margin-bottom: 0;
    }
    #main .chosen-container {
        min-width: 100%;
    }
    #billboard.mobile-active [data-label] span {
        display: none;
    }
    .mobile-hide {
        display: none !important;
    }
    h1 .count,
    h2 .count,
    h3 .count,
    h4 .count {
        font-size: 0.75rem;
        float: none;
    }
}


/*********************
   Page Top
**********************/


/*
.page-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 800;
    padding: 10px;
    line-height: 1em;
    border-radius: 30px;
    font-size: 0.875rem;
    background: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background: #d1d3d4;
}

.page-top:hover {
    cursor: pointer;
    background: #ee3524;
    color: white;
}

.page-top.active {
    display: block;
}

.page-top.bottom {
    position: absolute;
    bottom: 0;
}

.page-top:before {
    margin: 0 !important;
}*/


/*************************
    Figure
**************************/

figure {
    background: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 1.125rem;
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    margin: 0;
    position: relative;
    z-index: 400;
}

figure.no-padding {
    padding: 0;
}

figure.left,
figure.right {
    width: 50%;
}

figure.left {
    float: left;
    margin: 0 30px 20px 0;
}

figure.right {
    float: right;
    margin: 0 0 20px 30px;
}

figure.top {
    margin-top: -20px;
}

figure.bottom {
    margin-bottom: -20px;
}

figure.half {
    width: 25%;
}

figure img,
figure iframe {
    width: 100%;
    line-height: 1rem;
}

figure img {
    margin-bottom: 10px;
}

figure img:last-child {
    margin-bottom: 0;
}

figure p {
    font-size: 1rem;
}

figure.left.out {
    margin-left: -60px;
}

figure.left.in {
    margin-left: 0;
}

figure.right.out {
    float: right;
    margin-right: -60px;
}

figure.right.in {
    margin-right: 0;
}

figure.image {
    padding: 0;
}

figure.image img {
    display: block;
}

figure.width-10 {
    width: 10%;
}

figure.width-15 {
    width: 15%;
}

figure.width-20 {
    width: 20%;
}

figure.width-30 {
    width: 30%;
}

figure.width-35 {
    width: 35%;
}

figure.width-40 {
    width: 40%;
}

figure hr {
    margin: 15px 0;
}

figure.regular h1,
figure.regular h2,
figure.regular h3,
figure.regular h4 {
    margin-bottom: 5px;
}

figure.regular p {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    margin: 5px 0;
}

figure.regular p:last-child {
    margin-bottom: 0;
}

figure.slider-container {
    padding: 0;
    overflow: hidden;
}

figure.slider-container ul {
    list-style: none;
}

figure.slider-container .slider li,
figure.slider-container .slider-plain li {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure.slider-container .slider li:before,
figure.slider-container .slider-plain li:before {
    content: '';
}

figure.slider-container .slider li .description,
figure.slider-container .slider-plain li .description {
    padding: 20px;
}

figure.slider-container .slider li .description h2,
figure.slider-container .slider-plain li .description h2 {
    margin-bottom: 5px !important;
}

figure.slider-container .slider li .description small,
figure.slider-container .slider-plain li .description small {
    max-width: 100%;
}

figure.slider-container .rslides_tabs {
    padding: 5px;
}

@media only screen and (max-width: 40em) {
    figure.left,
    figure.right {
        width: 100%;
        float: none !important;
        margin-bottom: 20px;
    }
    figure[class*="mobile-"].left {
        float: left !important;
        margin-right: 20px !important;
    }
    figure[class*="mobile-"].right {
        float: right !important;
        margin-left: 20px !important;
    }
    figure.mobile-10 {
        width: 10%;
    }
    figure.mobile-15 {
        width: 15%;
    }
    figure.mobile-20 {
        width: 20%;
    }
    figure.mobile-25 {
        width: 25%;
    }
    figure.mobile-30 {
        width: 30%;
    }
    figure.mobile-35 {
        width: 35%;
    }
    figure.mobile-40 {
        width: 40%;
    }
    figure.slider-container .slider li,
    figure.slider-container .slider-plain li {
        min-height: 0;
    }
    figure.slider-container .slider li .description,
    figure.slider-container .slider-plain li .description {
        min-height: 0;
    }
    figure.slider-container .slider li .description h1,
    figure.slider-container .slider li .description h2,
    figure.slider-container .slider li .description h3,
    figure.slider-container .slider li .description h4,
    figure.slider-container .slider-plain li .description h1,
    figure.slider-container .slider-plain li .description h2,
    figure.slider-container .slider-plain li .description h3,
    figure.slider-container .slider-plain li .description h4 {
        color: #3d3e40;
    }
    figure.slider-container .slider li .description small,
    figure.slider-container .slider-plain li .description small {
        color: #131e29;
    }
    figure .rslides_nav i:before,
    figure .swiper-nav i:before {
        top: 20%;
    }
    figure {
        margin-top: 0 !important;
    }
    figure .slider-container {
        margin-bottom: 0;
    }
    figure .slider-container .row {
        margin: 0;
    }
    figure {
        margin: 0 0 10px 0 !important;
    }
    figure.left,
    figure.right {
        width: 100%;
    }
    figure.image img {
        width: 100%;
    }
}

[tabindex] {
    outline: none;
}


/* -----------------------------------------
   Permian Slab
----------------------------------------- */

@font-face {
    font-family: 'Permian Slab';
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-webfont.eot");
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PermianSlab/PermianSlabSerifTypeface-webfont.woff") format("woff"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-webfont.ttf") format("truetype"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-webfont.svg#permianslabseriftypefaceRg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Permian Slab';
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-Italic-webfont.eot");
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PermianSlab/PermianSlabSerifTypeface-Italic-webfont.woff") format("woff"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-Italic-webfont.ttf") format("truetype"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-Italic-webfont.svg#permianslabseriftypefaceRg") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Permian Slab';
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-Bold-webfont.eot");
    src: url("fonts/PermianSlab/PermianSlabSerifTypeface-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PermianSlab/PermianSlabSerifTypeface-Bold-webfont.woff") format("woff"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-Bold-webfont.ttf") format("truetype"), url("main/css/fonts/PermianSlab/PermianSlabSerifTypeface-Bold-webfont.svg#permianslabseriftypefaceRg") format("svg");
    font-weight: bold;
    font-style: normal;
}


/* -----------------------------------------
   Open Sans
----------------------------------------- */

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans/OpenSans-Regular-webfont.eot");
    src: url("fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("main/css/fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("main/css/fonts/OpenSans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans/OpenSans-Italic-webfont.eot");
    src: url("fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff"), url("main/css/fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("main/css/fonts/OpenSans/OpenSans-Italic-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans/OpenSans-Bold-webfont.eot");
    src: url("fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("main/css/fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("main/css/fonts/OpenSans/OpenSans-Bold-webfont.svg#open_sansregular") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans/OpenSans-BoldItalic-webfont.eot");
    src: url("fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("main/css/fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("main/css/fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#open_sansregular") format("svg");
    font-weight: bold;
    font-style: italic;
}


/* -----------------------------------------
   Icons
----------------------------------------- */

@font-face {
    font-family: 'tngov-icons';
    src: url("fonts/tngov-icons.eot?20932055");
    src: url("fonts/tngov-icons.eot?20932055#iefix") format("embedded-opentype"), url("fonts/tngov-icons.woff?20932055") format("woff"), url("main/css/fonts/tngov-icons.ttf?20932055") format("truetype"), url("main/css/fonts/tngov-icons.svg?20932055#custom1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
a[class^=rslides]:before,
.swiper-pagination-switch:before {
    font-family: 'tngov-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    font-size: 120%;
}

nav#nav [class^="icon-"]:before,
nav#nav [class*=" icon-"]:before {
    font-size: 100%;
}

.rslides_tabs a[class^=rslides]:before,
.swiper-pagination-switch:before {
    font-size: 12px;
    content: '\e801';
}


/***************************
	Icons
****************************/

.icon-down-dir:before {
    content: '\e800';
}

.icon-circle:before {
    content: '\e801';
}

.icon-file-pdf:before {
    content: '\e802';
}

.icon-link-ext:before {
    content: '\e803';
}

.icon-menu:before {
    content: '\e804';
}

.icon-cancel:before {
    content: '\e805';
}

.icon-fontsize:before {
    content: '\e806';
}

.icon-home:before {
    content: '\e807';
}

.icon-search:before {
    content: '\e808';
}

.icon-facebook:before {
    content: '\e809';
}

.icon-flickr:before {
    content: '\e80a';
}

.icon-calendar-inv:before {
    content: '\e80b';
}

.icon-instagram:before {
    content: '\e80c';
}

.icon-linkedin:before {
    content: '\e80d';
}

.icon-pinterest:before {
    content: '\e80e';
}

.icon-twitter:before {
    content: '\e80f';
}

.icon-youtube:before {
    content: '\e810';
}

.icon-location:before {
    content: '\e811';
}

.icon-plane:before {
    content: '\e812';
}

.icon-cab:before {
    content: '\e813';
}

.icon-bus:before {
    content: '\e814';
}

.icon-bicycle:before {
    content: '\e815';
}

.icon-aboveground-rail:before {
    content: '\e816';
}

.icon-anchor:before {
    content: '\e817';
}

.icon-googleplus:before {
    content: '\e818';
}

.icon-vimeo:before {
    content: '\e819';
}

.icon-blogger:before {
    content: '\e81a';
}

.icon-wordpress:before {
    content: '\e81b';
}

.icon-tumblr:before {
    content: '\e81c';
}

.icon-angle-left:before {
    content: '\e81d';
}

.icon-angle-right:before {
    content: '\e81e';
}

.icon-angle-up:before {
    content: '\e81f';
}

.icon-angle-down:before {
    content: '\e820';
}

.icon-up-dir:before {
    content: '\e821';
}

.icon-left-dir:before {
    content: '\e822';
}

.icon-right-dir:before {
    content: '\e823';
}

.icon-file-word:before {
    content: '\e824';
}

.icon-file-excel:before {
    content: '\e825';
}

.icon-file-powerpoint:before {
    content: '\e826';
}

.icon-emo-unhappy:before {
    content: '\e827';
}

.icon-clock:before {
    content: '\e828';
}

.icon-mobile:before {
    content: '\e829';
}

.icon-newspaper:before {
    content: '\e82a';
}

.icon-direction:before {
    content: '\e82b';
}

.icon-location-1:before {
    content: '\e82c';
}

.icon-users:before {
    content: '\e82d';
}

.icon-user:before {
    content: '\e82e';
}

.icon-book:before {
    content: '\e82f';
}

.icon-building-filled:before {
    content: '\e830';
}

.icon-calendar-empty:before {
    content: '\e831';
}

.icon-right:before {
    content: '\e832';
}

.icon-left:before {
    content: '\e833';
}

.icon-play:before {
    content: '\e834';
}

.icon-play-circled:before {
    content: '\e835';
}

.icon-list:before {
    content: '\e836';
}

.icon-filter:before {
    content: '\e837';
}

.icon-calendar:before {
    content: '\e838';
}

.icon-flag:before {
    content: '\e839';
}

.icon-chat:before {
    content: '\e83a';
}

.icon-help-circled:before {
    content: '\e83b';
}

.icon-export:before {
    content: '\e83c';
}

.icon-export-alt:before {
    content: '\e83d';
}

.icon-share:before {
    content: '\e83e';
}

.icon-share-squared:before {
    content: '\e83f';
}

.icon-font:before {
    content: '\e840';
}

.icon-angle-double-left:before {
    content: '\e841';
}

.icon-right-1:before {
    content: '\e842';
}

.icon-left-1:before {
    content: '\e843';
}

.icon-down:before {
    content: '\e844';
}

.icon-up:before {
    content: '\e845';
}

.icon-link:before {
    content: '\e846';
}

.icon-download:before {
    content: '\e847';
}

.icon-circle-notch:before {
    content: '\e848';
}

.icon-docs:before {
    content: '\e849';
}

.icon-graduation-cap:before {
    content: '\e84a';
}

.icon-police:before {
    content: '\e84b';
}

.icon-bank:before {
    content: '\e84c';
}

.icon-briefcase:before {
    content: '\e84d';
}

.icon-warehouse:before {
    content: '\e84e';
}

.icon-medkit:before {
    content: '\e84f';
}

.icon-home-1:before {
    content: '\e850';
}

.icon-mail:before {
    content: '\e851';
}

.icon-rss:before {
    content: '\e852';
}

.icon-tree:before {
    content: '\e853';
}

.icon-hospital:before {
    content: '\e854';
}

.icon-golf-1:before {
    content: '\e855';
}

.icon-schooltube:before {
    content: '\e856';
}

.icon-h-sigh:before {
    content: '\e857';
}

.icon-doc-text-inv:before {
    content: '\e858';
}

.icon-food:before {
    content: '\e859';
}

.icon-grapes:before {
    content: '\e85a';
}

.icon-fuel:before {
    content: '\e85b';
}

.icon-golf:before {
    content: '\e85c';
}

.icon-kiosk:before {
    content: '\e85d';
}

.icon-license:before {
    content: '\e85e';
}

.icon-info:before {
    content: '\e85f';
}

.icon-spin:before {
    content: '\e860';
}

.icon-freight:before {
    content: '\e861';
}

.icon-code:before {
    content: '\e862';
}

.icon-file-code:before {
    content: '\e863';
}

.icon-eye:before {
    content: '\e864';
}

.icon-desktop:before {
    content: '\e865';
}

.icon-tripadvisor:before {
    content: '\e866';
}

.icon-print:before {
    content: '\e867';
}

.icon-diploma:before {
    content: '\e868';
}

.icon-lightbulb:before {
    content: '\e869';
}

.icon-lightbulb-2:before {
    content: '\e86b';
}

.icon-lightbulb-3:before {
    content: '\e86c';
}

.icon-lamp:before {
    content: '\e86d';
}

.icon-conference-rooms:before {
    content: '\e86a';
}


/*************************
    new icons - Oct 2018
*************************/

.icon-earlybirds:before {
    content: '\e86e';
}

.icon-construct:before {
    content: '\e86f';
}

.icon-snow:before {
    content: '\e870';
}

.icon-cog-outline:before {
    content: '\e871';
}

.icon-cog:before {
    content: '\e872';
}

.icon-cloud-flash:before {
    content: '\e873';
}

.icon-sun:before {
    content: '\e874';
}

.icon-sun-filled:before {
    content: '\e875';
}

.icon-bar-graph:before {
    content: '\e876';
}

.icon-graph:before {
    content: '\e877';
}

.icon-heart-1:before {
    content: '\e878';
}

.icon-user-2:before {
    content: '\e879';
}

.icon-heart-empty-1:before {
    content: '\e87a';
}

.icon-cog-1:before {
    content: '\e87b';
}

.icon-wrench:before {
    content: '\e87c';
}

.icon-comment:before {
    content: '\e87d';
}

.icon-attention:before {
    content: '\e87e';
}

.icon-attention-circled:before {
    content: '\e87f';
}

.icon-ok:before {
    content: '\e880';
}

.icon-picture:before {
    content: '\e881';
}

.icon-camera:before {
    content: '\e882';
}

.icon-eye-off:before {
    content: '\e883';
}

.icon-phone:before {
    content: '\e884';
}

.icon-down-open:before {
    content: '\e885';
}

.icon-left-open:before {
    content: '\e886';
}

.icon-right-open:before {
    content: '\e887';
}

.icon-up-open:before {
    content: '\e888';
}

.icon-tri-star-ball:before {
    content: '\e889';
}

.icon-star-2:before {
    content: '\e88b';
}

.icon-star-empty-1:before {
    content: '\e88c';
}

.icon-attach:before {
    content: '\e88d';
}

.icon-attach-1:before {
    content: '\e88e';
}

.icon-lock:before {
    content: '\e88f';
}

.icon-lock-open:before {
    content: '\e890';
}

.icon-quote:before {
    content: '\e891';
}

.icon-pinboard:before {
    content: '\e892';
}

.icon-filled-cirled-pin:before {
    content: '\e895';
}

.icon-check-alt2:before {
    content: '\e896';
}

.icon-check-alt2-circle:before {
    content: '\e897';
}

.icon-filled-pin:before {
    content: '\e898';
}

.icon-cone:before {
    content: '\e89a';
}

.icon-caution-stop:before {
    content: '\e89c';
}

.icon-clipboard:before {
    content: '\e89d';
}

.icon-checkmark:before {
    content: '\e89e';
}

.icon-home-2:before {
    content: '\e89f';
}

.icon-bell:before {
    content: '\e8a0';
}

.icon-cloud:before {
    content: '\e8a1';
}

.icon-flash:before {
    content: '\e8a2';
}

.icon-umbrella:before {
    content: '\e8a3';
}

.icon-flight:before {
    content: '\e8a4';
}

.icon-floppy:before {
    content: '\e8a5';
}

.icon-check-alt3:before {
    content: '\e8a6';
}

.icon-check-alt3-circle:before {
    content: '\e8a7';
}

.icon-check-circle:before {
    content: '\e8a8';
}

.icon-circled-pin:before {
    content: '\e8a9';
}

.icon-outline-pin:before {
    content: '\e8aa';
}

.icon-lock-1:before {
    content: '\e8ab';
}

.icon-lock-open-1:before {
    content: '\e8ac';
}

.icon-plus:before {
    content: '\e8ad';
}

.icon-minus:before {
    content: '\e8ae';
}

.icon-bookmark:before {
    content: '\e8af';
}

.icon-th:before {
    content: '\e8b0';
}

.icon-bookmark-empty:before {
    content: '\f097';
}

.icon-comment-empty:before {
    content: '\f0e5';
}

.icon-chat-empty:before {
    content: '\f0e6';
}

.icon-sitemap:before {
    content: '\f0e8';
}

.icon-bell-alt:before {
    content: '\f0f3';
}

.icon-circle-empty:before {
    content: '\f10c';
}

.icon-quote-left:before {
    content: '\f10d';
}

.icon-quote-right:before {
    content: '\f10e';
}

.icon-flag-empty:before {
    content: '\f11d';
}

.icon-unlink:before {
    content: '\f127';
}

.icon-lock-open-alt:before {
    content: '\f13e';
}

.icon-ellipsis:before {
    content: '\f141';
}

.icon-ellipsis-vert:before {
    content: '\f142';
}

.icon-sliders:before {
    content: '\f1de';
}

.icon-bell-off:before {
    content: '\f1f6';
}

.icon-bell-off-empty:before {
    content: '\f1f7';
}

.icon-trash:before {
    content: '\f1f8';
}

.icon-bicycle-1:before {
    content: '\f206';
}

.icon-bus-1:before {
    content: '\f207';
}

.icon-ship:before {
    content: '\f21a';
}

.icon-user-plus:before {
    content: '\f234';
}

.icon-train:before {
    content: '\f238';
}

.icon-map-o:before {
    content: '\f278';
}

.icon-map:before {
    content: '\f279';
}

.icon-snowflake-o:before {
    content: '\f2dc';
}

.icon-starbookmark:before {
    content: '\e88a';
}

.icon-wheelchair:before {
    content: '\e893';
}

.icon-thumbs-up-alt:before {
    content: '\f164';
}

.icon-thumbs-up:before {
    content: '\e894';
}

.icon-right-alt:before {
    content: '\e899';
}

.icon-plus-circled:before {
    content: '\e8b2';
}

.icon-minus-circled:before {
    content: '\e8b3';
}

.icon-ok-circled:before {
    content: '\e8b4';
}

.icon-refresh:before {
    content: '\f021';
}

.icon-spinner:before {
    content: '\f110';
}

.icon-time-alt:before {
    content: '\e89b';
}

.icon-tty:before {
    content: '\f1e4';
}

.icon-videocam:before {
    content: '\e8b6';
}

.icon-video:before {
    content: '\e8b7';
}

.icon-angle-double-right:before {
    content: '\f101';
}

.icon-angle-double-up:before {
    content: '\f102';
}

.icon-angle-double-down:before {
    content: '\f103';
}

.icon-fax:before {
    content: '\f1ac';
}

.icon-snapchat-ghost:before {
    content: '\f2ac';
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.rotating:before {
    letter-spacing: 0em;
    font-size: 1em;
    margin: 0;
}

ul li a.icon-facebook:hover:before,
ul li h2.icon-facebook:before {
    color: #3b5998;
}

ul li a.icon-tripadvisor:hover:before,
ul li h2.icon-tripadvisor:before {
    color: #597E4B;
}

ul li a.icon-twitter:hover:before,
ul li h2.icon-twitter:before {
    color: #00aced;
}

ul li a.icon-youtube:hover:before,
ul li h2.icon-youtube:before {
    color: #bb0000;
}

ul li a.icon-instagram:hover:before,
ul li h2.icon-instagram:before {
    color: #517fa4;
}

ul li a.icon-flickr:hover:before,
ul li h2.icon-flickr:before {
    color: #ff0084;
}

ul li a.icon-linkedin:hover:before,
ul li h2.icon-linkedin:before {
    color: #008cc9;
}

ul li a.icon-pinterest:hover:before,
ul li h2.icon-pinterest:before {
    color: #cb2027;
}

ul li a.icon-googleplus:hover:before,
ul li h2.icon-googleplus:before {
    color: #d73d32;
}

ul li a.icon-vimeo:hover:before,
ul li h2.icon-vimeo:before {
    color: #45bbff;
}

ul li a.icon-blogger:hover:before,
ul li h2.icon-blogger:before {
    color: #f56d00;
}

ul li a.icon-wordpress:hover:before,
ul li h2.icon-wordpress:before {
    color: #4676bb;
}

ul li a.icon-tumblr:hover:before,
ul li h2.icon-tumblr:before {
    color: #32506d;
}

ul li a.icon-rss:hover:before,
ul li h2.icon-rss:before {
    color: #FF6600;
}

ul li a.icon-schooltube:before {
    width: 65px;
}

ul li a.icon-schooltube:hover:before,
ul li h2.icon-schooltube:before {
    color: #00a6d9;
}

ul li h2[class*="icon-"] {
    margin-bottom: 20px;
}

ul li h2[class*="icon-"] a {
    color: #131e29;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    letter-spacing: -0.05rem;
}

ul li h2[class*="icon-"] a:hover {
    color: #ee3524;
}

ul li a.icon-facebook span,
ul li a.icon-tripadvisor span,
ul li a.icon-twitter span,
ul li a.icon-youtube span,
ul li a.icon-instagram span,
ul li a.icon-flickr span,
ul li a.icon-linkedin span,
ul li a.icon-pinterest span,
ul li a.icon-googleplus span,
ul li a.icon-vimeo span,
ul li a.icon-blogger span,
ul li a.icon-wordpress span,
ul li a.icon-tumblr span {
    display: inline-block;
}


/*
   Animation example, for spinners
*/

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/****************** Font Families *************/

.rte-editor,
.tn-rte,
.tn-textandimage,
.tn-textandimage-event {
    margin-bottom: 25px;
}

.rte-editor span.strike,
.tn-rte span.strike,
.tn-textandimage span.strike,
.tn-textandimage-event span.strike {
    text-decoration: line-through;
}

.rte-editor address,
.tn-rte address,
.tn-textandimage address,
.tn-textandimage-event address {
    font-style: italic;
}

.rte-editor pre,
.tn-rte pre,
.tn-textandimage pre,
.tn-textandimage-event pre {
    display: block;
    padding: 0;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px 1em;
    font-size: 16px;
    line-height: 1.5;
    color: #131e29;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
}

.rte-editor sub,
.tn-rte sub,
.tn-textandimage sub,
.tn-textandimage-event sub,
.rte-editor sup,
.tn-rte sup,
.tn-textandimage sup,
.tn-textandimage-event sup {
    font-size: smaller;
}

.rte-editor blockquote,
.tn-rte blockquote,
.tn-textandimage blockquote,
.tn-textandimage-event blockquote {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-size: 16px;
    padding: 30px 20px;
    margin: 0;
    position: relative;
    z-index: 400;
}

.rte-editor blockquote p,
.tn-rte blockquote p,
.tn-textandimage blockquote p,
.tn-textandimage-event blockquote p {
    font-size: 1rem;
}

.rte-editor blockquote:before,
.tn-rte blockquote:before,
.tn-textandimage blockquote:before,
.tn-textandimage-event blockquote:before,
.rte-editor blockquote:after,
.tn-rte blockquote:after,
.tn-textandimage blockquote:after,
.tn-textandimage-event blockquote:after {
    color: #cbc4bc;
}

.rte-editor blockquote:before,
.tn-rte blockquote:before,
.tn-textandimage blockquote:before,
.tn-textandimage-event blockquote:before {
    content: '"';
    margin-left: -15px;
}

.rte-editor blockquote:after,
.tn-rte blockquote:after,
.tn-textandimage blockquote:after,
.tn-textandimage-event blockquote:after {
    content: '"';
}

.rte-editor h2,
.tn-rte h2,
.tn-textandimage h2,
.tn-textandimage-event h2,
.rte-editor h3,
.tn-rte h3,
.tn-textandimage h3,
.tn-textandimage-event h3,
.rte-editor h4,
.tn-rte h4,
.tn-textandimage h4,
.tn-textandimage-event h4,
.rte-editor h5,
.tn-rte h5,
.tn-textandimage h5,
.tn-textandimage-event h5,
.rte-editor [data-label],
.tn-rte [data-label],
.tn-textandimage [data-label],
.tn-textandimage-event [data-label] {
    color: #3d3e40;
}

.rte-editor h2,
.tn-rte h2,
.tn-textandimage h2,
.tn-textandimage-event h2 {
    font-size: 32px;
}

.rte-editor h3,
.tn-rte h3,
.tn-textandimage h3,
.tn-textandimage-event h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px !important;
}

.rte-editor h4,
.tn-rte h4,
.tn-textandimage h4,
.tn-textandimage-event h4 {
    font-size: 22px;
}

.rte-editor ul,
.tn-rte ul,
.tn-textandimage ul,
.tn-textandimage-event ul {
    padding: 0;
}

.rte-editor ul>li,
.tn-rte ul>li,
.tn-textandimage ul>li,
.tn-textandimage-event ul>li {
    list-style: none;
    position: relative;
    padding: 0 0 11px 13px;
    line-height: 24px;
}

.rte-editor ul li,
.tn-rte ul li,
.tn-textandimage ul li,
.tn-textandimage-event ul li,
.rte-editor ol li,
.tn-rte ol li,
.tn-textandimage ol li,
.tn-textandimage-event ol li {
    font-size: 0.875rem;
}

.rte-editor ul>li>ul,
.tn-rte ul>li>ul,
.tn-textandimage ul>li>ul,
.tn-textandimage-event ul>li>ul,
.rte-editor ul>li>ol,
.tn-rte ul>li>ol,
.tn-textandimage ul>li>ol,
.tn-textandimage-event ul>li>ol {
    padding-left: 10px;
    margin-top: 10px;
}

.rte-editor ul>li>ul li,
.tn-rte ul>li>ul li,
.tn-textandimage ul>li>ul li,
.tn-textandimage-event ul>li>ul li,
.rte-editor ul>li>ol li,
.tn-rte ul>li>ol li,
.tn-textandimage ul>li>ol li,
.tn-textandimage-event ul>li>ol li {
    padding-left: 15px;
}

.rte-editor ul>li>ul li:last-child,
.tn-rte ul>li>ul li:last-child,
.tn-textandimage ul>li>ul li:last-child,
.tn-textandimage-event ul>li>ul li:last-child,
.rte-editor ul>li>ol li:last-child,
.tn-rte ul>li>ol li:last-child,
.tn-textandimage ul>li>ol li:last-child,
.tn-textandimage-event ul>li>ol li:last-child {
    padding-bottom: 10px;
}

.rte-editor ul li:before,
.tn-rte ul li:before,
.tn-textandimage ul li:before,
.tn-textandimage-event ul li:before {
    color: #6e7073;
    margin-right: 8px;
    display: inline-block;
}

.rte-editor ul>li:before,
.tn-rte ul>li:before,
.tn-textandimage ul>li:before,
.tn-textandimage-event ul>li:before {
    content: '\2022';
    left: 0;
    font-size: 20px;
}

.rte-editor ul>li>ul li:before,
.tn-rte ul>li>ul li:before,
.tn-textandimage ul>li>ul li:before,
.tn-textandimage-event ul>li>ul li:before {
    content: '\25E6';
}

.rte-editor ol,
.tn-rte ol,
.tn-textandimage ol,
.tn-textandimage-event ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin-left: 15px;
}

.rte-editor ol li,
.tn-rte ol li,
.tn-textandimage ol li,
.tn-textandimage-event ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    line-height: 24px;
    padding: 0 0 15px 0;
}

.rte-editor ol li::before,
.tn-rte ol li::before,
.tn-textandimage ol li::before,
.tn-textandimage-event ol li::before {
    content: counter(my-awesome-counter) ". ";
}

.rte-editor ol>li>ol,
.tn-rte ol>li>ol,
.tn-textandimage ol>li>ol,
.tn-textandimage-event ol>li>ol {
    margin-top: 15px;
}

.rte-editor ol li ol li::before,
.tn-rte ol li ol li::before,
.tn-textandimage ol li ol li::before,
.tn-textandimage-event ol li ol li::before {
    content: counter(my-awesome-counter) ". ";
    padding-left: 25px;
}

.rte-editor ol>li>ol li:last-child,
.tn-rte ol>li>ol li:last-child,
.tn-textandimage ol>li>ol li:last-child,
.tn-textandimage-event ol>li>ol li:last-child {
    padding: 0;
}

.rte-editor .no-list>li:before,
.tn-rte .no-list>li:before,
.tn-textandimage .no-list>li:before,
.tn-textandimage-event .no-list>li:before {
    display: none;
}

.rte-editor p a,
.tn-rte p a,
.tn-textandimage p a,
.tn-textandimage-event p a {
    text-decoration: underline;
}

.rte-editor a,
.tn-rte a,
.tn-textandimage a,
.tn-textandimage-event a,
.rte-editor a:link,
.tn-rte a:link,
.tn-textandimage a:link,
.tn-textandimage-event a:link,
.rte-editor a:visited,
.tn-rte a:visited,
.tn-textandimage a:visited,
.tn-textandimage-event a:visited,
.rte-editor a:active,
.tn-rte a:active,
.tn-textandimage a:active,
.tn-textandimage-event a:active {
    color: #174a7c;
    text-decoration: underline;
    word-wrap: break-word;
}

.rte-editor a:hover,
.tn-rte a:hover,
.tn-textandimage a:hover,
.tn-textandimage-event a:hover,
.rte-editor a:focus,
.tn-rte a:focus,
.tn-textandimage a:focus,
.tn-textandimage-event a:focus {
    color: #a7190c;
}

.rte-editor a[name],
.tn-rte a[name],
.tn-textandimage a[name],
.tn-textandimage-event a[name] {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.rte-editor h2 a:link,
.tn-rte h2 a:link,
.tn-textandimage h2 a:link,
.tn-textandimage-event h2 a:link,
.rte-editor h2 a:visited,
.tn-rte h2 a:visited,
.tn-textandimage h2 a:visited,
.tn-textandimage-event h2 a:visited,
.rte-editor h2 a:active,
.tn-rte h2 a:active,
.tn-textandimage h2 a:active,
.tn-textandimage-event h2 a:active,
.rte-editor h3 a:link,
.tn-rte h3 a:link,
.tn-textandimage h3 a:link,
.tn-textandimage-event h3 a:link,
.rte-editor h3 a:visited,
.tn-rte h3 a:visited,
.tn-textandimage h3 a:visited,
.tn-textandimage-event h3 a:visited,
.rte-editor h3 a:active,
.tn-rte h3 a:active,
.tn-textandimage h3 a:active,
.tn-textandimage-event h3 a:active,
.rte-editor h4 a:link,
.tn-rte h4 a:link,
.tn-textandimage h4 a:link,
.tn-textandimage-event h4 a:link,
.rte-editor h4 a:visited,
.tn-rte h4 a:visited,
.tn-textandimage h4 a:visited,
.tn-textandimage-event h4 a:visited,
.rte-editor h4 a:active,
.tn-rte h4 a:active,
.tn-textandimage h4 a:active,
.tn-textandimage-event h4 a:active,
.rte-editor h5 a:link,
.tn-rte h5 a:link,
.tn-textandimage h5 a:link,
.tn-textandimage-event h5 a:link,
.rte-editor h5 a:visited,
.tn-rte h5 a:visited,
.tn-textandimage h5 a:visited,
.tn-textandimage-event h5 a:visited,
.rte-editor h5 a:active,
.tn-rte h5 a:active,
.tn-textandimage h5 a:active,
.tn-textandimage-event h5 a:active {
    color: #3d3e40;
    text-decoration: underline;
}

.rte-editor h2 a:hover,
.tn-rte h2 a:hover,
.tn-textandimage h2 a:hover,
.tn-textandimage-event h2 a:hover,
.rte-editor h3 a:hover,
.tn-rte h3 a:hover,
.tn-textandimage h3 a:hover,
.tn-textandimage-event h3 a:hover,
.rte-editor h4 a:hover,
.tn-rte h4 a:hover,
.tn-textandimage h4 a:hover,
.tn-textandimage-event h4 a:hover,
.rte-editor h5 a:hover,
.tn-rte h5 a:hover,
.tn-textandimage h5 a:hover,
.tn-textandimage-event h5 a:hover,
.rte-editor h2 a:focus,
.tn-rte h2 a:focus,
.tn-textandimage h2 a:focus,
.tn-textandimage-event h2 a:focus,
.rte-editor h3 a:focus,
.tn-rte h3 a:focus,
.tn-textandimage h3 a:focus,
.tn-textandimage-event h3 a:focus,
.rte-editor h4 a:focus,
.tn-rte h4 a:focus,
.tn-textandimage h4 a:focus,
.tn-textandimage-event h4 a:focus,
.rte-editor h5 a:focus,
.tn-rte h5 a:focus,
.tn-textandimage h5 a:focus,
.tn-textandimage-event h5 a:focus {
    color: #a7190c;
}

.rte-editor .eventblock a.button,
.tn-rte .eventblock a.button,
.tn-textandimage .eventblock a.button,
.tn-textandimage-event .eventblock a.button {
    color: #ffffff;
    text-decoration: none !important;
}


/* not needed at this time as rendering does not create unnessessary br tags */


/*.tn-textandimage-event:not(.is-edited) {*/


/* Needed to enforce/allow for text to wrap around event block */


/*br {
        display: none;
    }
}*/

.tn-textandimage-event .eventblock a.button {
    text-align: left;
}

.rte-editor {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
}

.rte-editor h2,
.rte-editor h3,
.rte-editor h4 {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.rte-editor blockquote {
    font-family: 'Permian Slab', serif;
}


/* Fix width of hover in RTE dropdowns */

[data-id="paraformat"] .coral-ButtonList-item,
[data-id="styles"] .coral-ButtonList-item {
    width: 100%;
}

.rte-fullscreen-richtextContainer .coral-Button--quiet:not(:disabled):not(.is-disabled).is-selected {
    background-color: #f0f0f0 !important;
}

.coral-RichText-editor td a,
.tn-simpletable td a,
.coral-RichText-editor td a:link,
.tn-simpletable td a:link,
.coral-RichText-editor td a:visited,
.tn-simpletable td a:visited,
.coral-RichText-editor td a:active,
.tn-simpletable td a:active {
    text-decoration: underline;
    color: #2066d8;
}

.coral-RichText-editor td a:hover,
.tn-simpletable td a:hover {
    color: #ee3524;
}

.coral-RichText-editor table,
.tn-simpletable table {
    width: 100% !important;
    border: 0;
    border-collapse: collapse;
}

.coral-RichText-editor table *,
.tn-simpletable table * {
    border-collapse: collapse;
}

.coral-RichText-editor table tr th,
.tn-simpletable table tr th,
.coral-RichText-editor table tr td,
.tn-simpletable table tr td {
    padding: 7px;
}

.coral-RichText-editor table caption,
.tn-simpletable table caption {
    background: #d1d3d4;
    padding: 10px;
}

.coral-RichText-editor table tr th,
.tn-simpletable table tr th {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    text-align: left;
    background: #e0e0e0;
    font-weight: 300;
    white-space: pre-wrap;
    font-size: 1rem;
}

.coral-RichText-editor table tbody tr,
.tn-simpletable table tbody tr {
    border-bottom: 2px #d1d3d4 solid;
    font-size: 0.875rem;
}

.coral-RichText-editor table.zebra tr:nth-of-type(odd),
.tn-simpletable table.zebra tr:nth-of-type(odd) {
    background-color: #f1f1f2;
}

.coral-RichText-editor .table-wrap,
.tn-simpletable .table-wrap {
    overflow: auto;
    margin-bottom: 25px;
}

.coral-RichText-editor .table-wrap.active,
.tn-simpletable .table-wrap.active {
    border: 2px #d1d3d4 solid;
    border-bottom: 0;
    border-top: 0;
}

.coral-RichText-editor .table-wrap.active table,
.tn-simpletable .table-wrap.active table {
    min-width: 600px;
}

.coral-RichText-editor .table-message,
.tn-simpletable .table-message {
    font-size: 0.75rem;
    line-height: 1rem;
    background: #888;
    color: white;
    text-align: center;
    padding: 5px;
    display: none;
}

.coral-RichText-editor .table-message.active,
.tn-simpletable .table-message.active {
    display: block;
}

@media screen and (max-width: 64em) {
    .coral-RichText-editor,
    .tn-simpletable {
        overflow-x: auto !important;
    }
}


/* Chosen v1.2.0 | (c) 2011-2014 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../clientlib/tncore/main/img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../clientlib/tncore/main/img/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #ffffff url(../../clientlib/tncore/main/img/chosen-sprite.png) no-repeat 100% -20px;
    background: url(../../clientlib/tncore/main/img/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #ffffff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../clientlib/tncore/main/img/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #ffffff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222222 !important;
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #ffffff url(../../clientlib/tncore/main/img/chosen-sprite.png) no-repeat -30px -20px;
    background: url(../../clientlib/tncore/main/img/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(libraries/chosen/css/chosen-sprite@2x.png) !important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat !important;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}


/* -----------------------------------------
   Header
----------------------------------------- */

.tn-header #header {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    color: white;
    background: #3d3e40;
    position: relative;
    z-index: 2000;
}

.tn-header #header a {
    text-decoration: none;
}

.tn-header #header a:link,
.tn-header #header a:visited,
.tn-header #header a:active {
    color: white;
}

.tn-header #header a[data-logo] {
    overflow: hidden;
}

.tn-header #header a[data-logo] img {
    display: none;
}

.tn-header #header a[data-logo] span,
.tn-header #header a[data-logo] small {
    display: none;
}

.tn-header #header a[data-logo] .active-svg img {
    display: block;
}

.tn-header #header a[data-logo] .active-text span,
.tn-header #header a[data-logo] .active-text small {
    display: block;
}

.tn-header #header .top-nav {
    position: relative;
}

.tn-header #header .top-nav a.logo {
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: 100% !important;
    width: 80px;
    height: 90px;
    margin-left: 15px;
    z-index: 500;
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
}

.tn-header #header .top-nav a.logo.tn-logo {
    background-image: url("../images/logos/tn-logo.png");
}

.tn-header #header .top-nav a.logo.star-logo {
    background-image: url("../images/logos/star-logo.png");
}

.tn-header #header .top-nav a.logo.tbi-logo {
    background-image: url("../images/logos/tbi.png");
}

.tn-header #header .top-nav a.logo.no-logo {
    width: 0px;
    padding: 0;
    margin: 0;
}

.tn-header #header .top-nav a.logo div {
    text-indent: -9999px;
}

.tn-header #header .top-nav a.search-all {
    font-size: 0.875rem;
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60);
    letter-spacing: -0.05rem;
    position: absolute;
    z-index: 500;
    top: 0;
    right: 0;
    margin-right: 1.5625rem;
    padding: 10px 0;
    margin-top: 5px;
    display: inline-block;
}

.tn-header #header .top-nav a.search-all:hover {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tn-header #header .top-nav a.search-all:before {
    color: white;
}

.tn-header #header .backdrop,
.tn-header #header .backdrop-color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% top;
}

.tn-header #header .backdrop-color {
    opacity: 0.5;
}

.tn-header #header .backdrop {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(100%);
}

.tn-header #header .state-of-tn,
.tn-header #header .agency {
    position: relative;
    z-index: 5;
}

.tn-header #header .state-of-tn {
    color: #cdd1d3;
    height: 135px;
    background: url("main/img/gradient-top.png") repeat-x;
    overflow: hidden;
}

.tn-header #header .state-of-tn .title {
    font-size: 1.175rem;
    letter-spacing: -0.025rem;
    padding: 15px 15px 15px 65px;
    background: url("../images/logos/tngov-logo.png") no-repeat left top;
    display: inline-block;
}

.tn-header #header .agency {
    padding-top: 20px;
}

.tn-header #header .agency .title {
    padding-left: 105px !important;
    letter-spacing: -0.05rem;
}

.tn-header #header .agency .title img {
    max-width: 350px;
}

.tn-header #header .agency .title small {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-size: 1.125rem;
    display: block;
    padding-left: 3px;
    letter-spacing: -0.05rem;
    margin-top: 20px;
}

.tn-header #header .agency .title span {
    font-size: 2.5rem;
    letter-spacing: -0.075rem;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 0.8em;
    font-weight: 300;
}

@media only screen and (min-width: 40em) {
    .tn-header header#header {
        min-height: 115px;
    }
    .tn-header header#header .title img {
        margin-top: -5px;
        max-height: 90px;
    }
}

@media only screen and (max-width: 40em) {
    .tn-header #header {
        min-height: 0;
    }
    .tn-header #header .columns {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .tn-header #header .state-of-tn {
        height: 65px;
        background-position: left bottom;
    }
    .tn-header #header .state-of-tn .title {
        text-indent: -9999px;
    }
    .tn-header #header .top-nav a.logo {
        width: 60px;
        height: 70px;
        margin-left: 1rem;
    }
    .tn-header #header .top-nav a.search-all {
        margin: 0 1em 0 0;
        padding: 5px 0;
        font-size: 0.675rem;
    }
    .tn-header #header .agency {
        padding-top: 12px;
    }
    .tn-header #header .agency .title {
        padding-left: 85px;
        min-height: 69px;
    }
    .tn-header #header .agency .title img {
        max-width: 100%;
    }
    .tn-header #header .agency .title span {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .tn-header #header .agency .title small {
        padding-left: 0;
    }
}


/* -----------------------------
		Top Nav
  ----------------------------- */

.tn-topnav {
    /* line 18, _portal.scss */
    /* line 19, _portal.scss */
    /* line 20, _portal.scss */
    /* line 21, _portal.scss */
    /* line 22, _portal.scss */
    /* line 23, _portal.scss */
    /* line 24, _portal.scss */
    /* line 25, _portal.scss */
    /* line 26, _portal.scss */
    /* line 27, _portal.scss */
    /* line 32, _portal.scss */
    /* line 35, _portal.scss */
    /* line 36, _portal.scss */
    /* line 37, _portal.scss */
    /* line 38, _portal.scss */
    /* -----------------------------------------
       Responsive Media Queries
      --------------------------------------- */
    /* --------------------------
            Larger than phone
     -------------------------- */
    /* --------------------------
            Phone
    -------------------------- */
}

.tn-topnav nav#nav a {
    text-decoration: none;
}

.tn-topnav nav#nav div.logo-small a,
.tn-topnav .nav-items,
.tn-topnav nav#nav li {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.tn-topnav nav#nav {
    background: white;
    border-bottom: 2px #eee solid;
    position: relative;
    z-index: 9500;
    min-height: 35px;
}

.tn-topnav nav#nav .primary-print {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 40px;
    left: 95%;
}

.tn-topnav nav#nav ul.nav-items {
    margin-bottom: -1px;
    display: inline-block;
}

.tn-topnav nav#nav ul.nav-items>li>ul,
.tn-topnav nav#nav ul.nav-items>li>div {
    display: none;
}

.tn-topnav nav#nav ul.nav-items>li>a {
    border-top: 4px transparent solid;
    padding-top: 2px;
}

.tn-topnav nav#nav ul.nav-items>li:first-child {
    margin-left: -7px;
}

.tn-topnav nav#nav ul.nav-items>li:hover>a,
.tn-topnav nav#nav ul.nav-items>li.active a {
    border-top-color: #ee3524;
    color: #6e7073;
}

.tn-topnav nav#nav ul.nav-items>li>a>i,
.tn-topnav nav#nav ul.nav-items>li>a>span {
    font-size: 80%;
}

.tn-topnav nav#nav ul.nav-items>li>ul {
    padding-left: 0;
}

.tn-topnav nav#nav ul.nav-items.secondary-nav {
    float: right;
    top: 0;
}

.tn-topnav nav#nav ul.nav-items.secondary-nav>li>a>i,
.tn-topnav nav#nav ul.nav-items.secondary-nav>li>a>span {
    font-size: 100%;
}

.tn-topnav nav#nav ul.nav-items>li>a,
.tn-topnav nav#nav .mobile-menu {
    color: #131e29;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-size: 1rem;
    letter-spacing: -0.05rem;
    line-height: 1.125rem;
    padding: 6px 7px 10px;
    margin: 0 0 0 0;
    display: inline-block;
}

.tn-topnav nav#nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.tn-topnav nav#nav.fixed .row {
    position: relative;
}

.tn-topnav nav#nav.fixed .nav-items>li.home {
    display: none;
}

.tn-topnav nav#nav.fixed .nav-items>li>a {
    font-size: 0.875rem;
    padding: 4px 6px 8px;
}

.tn-topnav nav#nav.fixed div.logo-small {
    top: 0;
    display: block;
    z-index: 9999;
}

.tn-topnav nav#nav.fixed div.logo-small a {
    margin-top: 0;
}

.tn-topnav nav#nav.fixed .mobile-menu {
    text-align: right;
}

.tn-topnav nav#nav.fixed .primary-print {
    display: none;
}

.tn-topnav nav#nav div.logo-small {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 600;
    padding-left: 1.55rem;
}

.tn-topnav nav#nav div.logo-small a {
    background-repeat: no-repeat;
    background-position: 50% bottom;
    width: 38px;
    height: 40px;
    margin-top: -100px;
    display: block;
    background-size: 100% !important;
}

.tn-topnav nav#nav div.logo-small.tn-logo a {
    background-image: url("../images/logos/tn-logo.png");
}

.tn-topnav nav#nav div.logo-small.star-logo a {
    background-image: url("../images/logos/star-logo.png");
}

.tn-topnav nav#nav .mobile-menu {
    display: none;
    margin-left: -15px;
    cursor: pointer;
}

.tn-topnav nav#nav .mobile-menu.active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tn-topnav nav#nav .dropdown>ul li a,
.tn-topnav nav#nav .dropdown>div li a {
    color: #1c3146;
    letter-spacing: -0.025rem;
    font-size: 0.76rem;
    padding: 5px 15px;
    display: block;
}

.tn-topnav nav#nav [class*="block-grid"] a:nth-child(2) {
    margin-top: 0;
}

.tn-topnav nav#nav ul {
    margin-left: 0;
}

.tn-topnav nav#nav.large .columns {
    position: initial;
}

.tn-topnav nav#nav.large ul.nav-items li.dropdown>div {
    width: 100%;
    left: 0;
    min-height: 352px;
}

.tn-topnav nav#nav.large ul.nav-items li:hover>a {
    background: white;
}

.tn-topnav nav#nav.large ul.nav-items li>div {
    display: none;
}

.tn-topnav nav#nav.large ul.nav-items li>div:hover>div {
    display: block;
}

.tn-topnav nav#nav.large ul.nav-items li>div h2 {
    color: #131e29;
    padding-bottom: 5px;
}

.tn-topnav nav#nav.large ul.nav-items li>div .imagecube h2 {
    color: white;
    padding-bottom: 10px;
}

.tn-topnav nav#nav.large ul.nav-items li>div>ul {
    margin: 0;
}

.tn-topnav nav#nav.large ul.nav-items li>div>ul>li {
    padding: 20px !important;
    border: 0;
}

.tn-topnav nav#nav.large ul.nav-items li>div>ul>li>a {
    padding: 0;
}

.tn-topnav nav#nav.large ul.nav-items li>div>ul>li a {
    padding-left: 0;
}

.tn-topnav nav#nav.large .menu-expand {
    display: none !important;
}

.tn-topnav nav#nav.large.hover-active:hover {
    background: white;
}

.tn-topnav nav#nav.large.hover-active.hover:hover {
    background: #d1d3d4;
}

.tn-topnav nav#nav.large.hover-active ul.nav-items li.dropdown>div {
    display: none !important;
}

.tn-topnav nav#nav.large.hover-active.hover li.dropdown:hover>div {
    display: block !important;
}

@media only screen and (min-width: 40em) {
    .tn-topnav nav#nav {
        position: relative;
        z-index: 1000;
    }
    .tn-topnav nav#nav li.dropdown>ul,
    .tn-topnav nav#nav li.dropdown>div {
        position: absolute;
        background: white;
        margin: 0;
        border: 2px #eee solid;
        border-top: 0;
        display: none;
        /*width: 220px;*/
    }
    .tn-topnav nav#nav li.dropdown>ul li,
    .tn-topnav nav#nav li.dropdown>div li {
        display: block;
        border-bottom: 1px #eee solid;
        white-space: nowrap;
    }
    .tn-topnav nav#nav li.dropdown>ul li:last-child,
    .tn-topnav nav#nav li.dropdown>div li:last-child {
        border: 0;
    }
    .tn-topnav nav#nav li.dropdown>ul li a:hover,
    .tn-topnav nav#nav li.dropdown>div li a:hover {
        color: #ee3524;
    }
    .tn-topnav nav#nav li.dropdown:hover>ul,
    .tn-topnav nav#nav li.dropdown:hover>div {
        display: block;
        z-index: 9000;
        margin-top: -1px;
    }
    .tn-topnav nav#nav ul.nav-items>li>span:before {
        display: none;
    }
    .tn-topnav nav#nav.fixed .nav-items {
        padding-left: 60px;
    }
    .tn-topnav nav#nav .secondary-search,
    .tn-topnav nav#nav .secondary-print {
        display: none;
    }
    .tn-topnav nav#nav.fixed .secondary-search {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .tn-topnav nav#nav.fixed .secondary-print {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 40px;
    }
}

@media only screen and (max-width: 40em) {
    .tn-topnav {
        /****** From Portal .css ******/
    }
    .tn-topnav nav#nav {
        /*position: absolute; z-index: 600; width: 100%;*/
    }
    .tn-topnav nav#nav .primary-print {
        left: 90%;
    }
    .tn-topnav nav#nav .columns {
        padding: 0 1rem;
    }
    .tn-topnav nav#nav ul.nav-items {
        display: none;
    }
    .tn-topnav nav#nav ul.nav-items li {
        display: block;
        margin-left: -7px;
        position: relative;
    }
    .tn-topnav nav#nav ul.nav-items li a {
        display: block;
        width: 100%;
    }
    .tn-topnav nav#nav ul.nav-items>li>a>span:before {
        display: none;
    }
    .tn-topnav nav#nav ul.nav-items li:hover>a {
        border-top-color: transparent;
    }
    .tn-topnav nav#nav ul.nav-items.secondary-nav {
        float: none;
    }
    .tn-topnav nav#nav ul.nav-items.secondary-nav li {
        display: inline-block;
    }
    .tn-topnav nav#nav ul.nav-items.secondary-nav li a {
        display: inline-block;
        font-size: 1.75rem;
        padding: 15px;
    }
    .tn-topnav nav#nav ul.nav-items.secondary-nav>li>a>span:before {
        display: inline !important;
    }
    .tn-topnav nav#nav .dropdown>ul {
        display: none;
        margin-left: 15px;
    }
    .tn-topnav nav#nav .dropdown>ul>li {
        position: relative;
    }
    .tn-topnav nav#nav .dropdown.expanded>ul {
        display: block;
    }
    .tn-topnav nav#nav .menu-expand {
        padding: 6px 0;
    }
    .tn-topnav nav#nav .mobile-menu {
        display: block;
        width: 100%;
        padding: 10px 0 10px 10px;
    }
    .tn-topnav nav#nav .mobile-menu.active {
        color: #6e7073;
    }
    .tn-topnav nav#nav.large.active.fixed {
        height: 100%;
    }
    .tn-topnav nav#nav.large ul.nav-items {
        padding: 15px;
        margin: 10px 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>a {
        font-family: 'Permian Slab', serif;
        letter-spacing: -0.075em;
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li.active>a {
        border-top: 0;
        border-bottom: 5px #ee3524 solid;
        color: #131e29;
        padding: 5px 0 10px 0;
        font-size: 2rem;
        margin-top: 10px;
    }
    .tn-topnav nav#nav.large ul.nav-items>li.active:first-child>a {
        margin-top: 0;
    }
    .tn-topnav nav#nav.large ul.nav-items li.active>div,
    .tn-topnav nav#nav.large ul.nav-items li.active>ul {
        display: block;
    }
    .tn-topnav nav#nav.large ul.nav-items ul>li a {
        font-size: 0.875rem;
        letter-spacing: -0.025rem;
        color: #131e29;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>div>ul>li {
        padding: 0 !important;
        margin: 15px 0 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>div>ul>li li {
        margin-left: 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>ul {
        margin: 10px 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>ul li {
        padding: 0;
        margin: 0;
    }
    .tn-topnav nav#nav.large ul.nav-items>li>ul a {
        padding-left: 0;
    }
    .tn-topnav nav ul.nav-items.active {
        display: block !important;
    }
    .tn-topnav nav#nav .secondary-search,
    .tn-topnav nav#nav .secondary-print {
        display: none !important;
    }
}


/* -------------------------------
Part of the flexbox fix ie11 so that the footerbar is sticy with the bottom of the browser but does not impeed on the page content.
Nav bar was creating an issue where it wanted to push the page content down with the dropdown menu/hover effect. The code below stops that by turning the nav into a flexbox nav -  ONLY FOR IE11.
------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-topnav nav#nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-topnav nav#nav ul>li {
        flex: 0 1 auto;
        position: relative;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-topnav nav#nav ul>li>a {
        align-items: flex-start;
        display: flex !important;
    }
}

.tn-footer {
    /* --------------------------
        Phone
-------------------------- */
}

.tn-footer footer#footer {
    clear: both !important;
}

.tn-footer footer#footer #footer-bottom {
    font-size: 0.75rem;
    background: #3d3e40;
    letter-spacing: -0.05rem;
    position: relative;
    min-height: 50px;
    z-index: 1400;
}

.tn-footer footer#footer #footer-bottom * {
    color: white;
}

.tn-footer footer#footer #footer-bottom a {
    font-size: 0.825rem;
    display: inline-block;
    padding: 15px 5px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    text-decoration: none;
}

.tn-footer footer#footer #footer-bottom a:hover {
    color: #ee3524;
}

.tn-footer footer#footer #footer-bottom .customer-service {
    display: block;
    margin: -30px 0;
    border: 0;
}

.tn-footer footer#footer #footer-top {
    background: white;
    color: #131e29;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1500;
    min-height: 50px;
}

.tn-footer footer#footer #footer-top .columns>ul>li {
    margin: 0 15px;
}

.tn-footer footer#footer #footer-top .columns>ul>li:first-child {
    margin-left: 0;
}

.tn-footer footer#footer #footer-top .columns>ul>li:last-child {
    margin-right: 0;
}

.tn-footer footer#footer #footer-top .columns>ul>li>a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    display: inline-block;
    padding: 17px 0 15px;
    color: #414042;
}

.tn-footer footer#footer #footer-top .columns>ul>li:hover>a,
.tn-footer footer#footer #footer-top .columns>ul>li.active>a,
.tn-footer footer#footer #footer-top .columns>ul>li:hover span.status,
.tn-footer footer#footer #footer-top .columns>ul>li.active span.status {
    color: #a7a9ac;
}

.tn-footer footer#footer #footer-top a span.status {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    color: #3d3e40;
}

.tn-footer footer#footer #footer-top select {
    display: block;
}

.tn-footer footer#footer #footer-top a:before {
    color: #a7a9ac;
    margin-left: 0;
}

.tn-footer footer#footer #footer-top .starball {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -30px;
}

.tn-footer footer#footer #footer-top li {
    position: relative;
}

.tn-footer footer#footer #footer-top li .drop {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 150px;
    margin-bottom: 52px;
    text-align: center;
}

.tn-footer footer#footer #footer-top li .drop .box {
    padding: 15px;
    text-align: left;
    margin: 0 0 12px 0;
}

.tn-footer footer#footer #footer-top li .drop .box:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
}

.tn-footer footer#footer #footer-top li .drop.right {
    right: 0;
    left: auto;
}

.tn-footer footer#footer #footer-top li .drop.right :after {
    right: 25px;
    left: auto;
}

.tn-footer footer#footer #footer-top li.active .drop {
    display: block;
}

.tn-footer footer#footer #footer-top li#footer-livechat.offline a {
    /*cursor: default; pointer-events: none;*/
}

.tn-footer footer#footer #footer-top li#footer-livechat.offline a,
.tn-footer footer#footer #footer-top li#footer-livechat.offline a .status {
    /* color: #a7a9ac !important; */
    /* Changed for 508 compliance */
    color: #414042 !important;
}

.tn-footer footer#footer #footer-top li#footer-livechat #whoson_chat_link img {
    display: none;
}

.tn-footer footer#footer #footer-top li#footer-share .drop {
    min-width: 215px;
}

.tn-footer footer#footer #footer-top li#footer-share .drop .box {
    text-align: center;
}

.tn-footer footer#footer #footer-top li#footer-share .drop span {
    margin: 0 !important;
}

.tn-footer footer#footer #footer-top li#footer-translate .drop {
    min-width: 175px;
}

.tn-footer footer#footer #footer-top li#footer-translate .drop .skiptranslate select {
    margin: 0 0 5px;
}

.tn-footer footer#footer #footer-top li#footer-translate .drop .skiptranslate a {
    font-size: 0.75rem;
    padding: 0;
}

.tn-footer footer#footer #footer-top li#footer-fontsize .drop {
    min-width: 190px;
}

.tn-footer footer#footer #footer-top li#footer-fontsize .drop .box {
    text-align: center;
}

.tn-footer footer#footer #footer-top li#footer-fontsize .drop a.button {
    font-size: 15px;
}

@media only screen and (max-width: 40em) {
    .tn-footer footer#footer .columns>ul>li>a {
        padding: 2px 5px;
    }
    .tn-footer footer#footer .customer-service {
        margin: -28px 0 -5px 0;
    }
    .tn-footer footer#footer #footer-top {
        padding: 10px 0 30px;
    }
    .tn-footer footer#footer #footer-top .columns>ul>li>a {
        padding: 10px 0 5px;
    }
    .tn-footer footer#footer #footer-top .starball {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        bottom: -10px;
    }
    .tn-footer footer#footer #footer-top.overlay-active {
        background: #d1d3d4;
    }
    .tn-footer footer#footer #footer-top li#footer-share .drop {
        min-width: 115px;
    }
    .tn-footer footer#footer #footer-top li .drop {
        margin-bottom: 27px !important;
    }
    .tn-footer footer#footer #footer-bottom {
        padding: 30px;
        text-align: left;
    }
    .tn-footer footer#footer #footer-bottom a {
        padding: 5px;
    }
    .tn-footer footer#footer-top .columns,
    .tn-footer footer#footer .columns {
        padding: 0 5px;
        text-align: center;
    }
    .tn-footer footer#footer-top .columns>ul>li,
    .tn-footer footer#footer .columns>ul>li {
        margin: 0 5px !important;
    }
    .tn-footer footer#footer-top .columns>ul>li>a,
    .tn-footer footer#footer .columns>ul>li>a {
        padding: 10px 0;
        font-size: 1em;
    }
}

.tn-footer #footer-livechat {
    display: none;
}


/* -------------------------------
Part of the flexbox fix ie11 so that the footerbar is sticy with the bottom of the browser but does not impeed on the page content.
footer was creating an issue where it wanted to push the page content down the bottom of the browser when footer links were highlighted. The code below stops that by turning the nav into a flexbox footer nav -  ONLY FOR IE11.
------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-top ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-top ul>li {
        flex: 0 1 auto;
        position: relative;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-top ul>li>a {
        align-items: flex-start;
        display: flex !important;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-bottom ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-bottom ul>li {
        flex: 0 1 auto;
        position: relative;
    }
    html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer footer#footer #footer-bottom a {
        display: inline-flex !important;
        margin-bottom: -10px;
    }
    /* html:not(.aem-AuthorLayer-Edit).tn-html .tn-footer {
        margin-bottom: -30px;
        //currently not needed, but saved incase it is
    }*/
}


/*************** 
    Footer update for bootstrap4
*******************************/

@media (min-width: 576px) {
    .tn-footer footer#footer-top .columns,
    .tn-footer footer#footer .columns {
        padding: 0 5px;
        text-align: left;
    }
}

@media only screen and (max-width: 40em) {
    .tn-footer footer#footer #footer-top {
        padding: 10px 0 30px !important;
        display: block;
    }
    .tn-footer footer#footer .text-right {
        text-align: center !important;
    }
    .tn-footer footer#footer #footer-bottom .text-left {
        margin-top: 0px !important;
    }
}

.tn-footer footer#footer .text-left {
    margin-top: 30px;
}


/*.tn-footer footer#footer #footer-bottom .text-right,*/

.tn-footer footer#footer #footer-bottom .text-left {
    text-align: center !important;
    padding: 0 5px !important;
}

.tn-pagetitle {
    /* -----------------------------------------
   Responsive Media Queries
----------------------------------------- */
    /* --------------------------
	Phone
-------------------------- */
}

.tn-pagetitle h1 {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    color: #3d3e40;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 2.825rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

.tn-pagetitle h1:first-child {
    margin-top: 0;
}

.tn-pagetitle h1 .count {
    color: #6e7073;
    float: right;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    letter-spacing: 0rem;
}

.tn-pagetitle h1 a:link,
.tn-pagetitle h1 a:visited,
.tn-pagetitle h1 a:active {
    color: #3d3e40;
    text-decoration: none;
}

.tn-pagetitle h1 a:hover {
    color: #ee3524;
}

.tn-pagetitle .subtitle {
    color: #1b365d;
    font-size: 0.985rem;
    line-height: 1.375rem;
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

@media only screen and (max-width: 40em) {
    .tn-pagetitle h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 15px;
    }
    .tn-pagetitle h1 .count {
        font-size: 0.75rem;
        float: none;
    }
}

@media only screen and (max-width: 40em) {
    #main.basic .tn-pagetitle.show {
        margin-top: -20px !important;
    }
}


/* IE11 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #main.basic>.tn-pagetitle.show {
        margin-top: 40px !important;
    }
}


/* EDGE */

@supports (-ms-ime-align:auto) {
    #main.basic .tn-pagetitle.show {
        margin-top: -20px !important;
    }
}

.tn-socialmediabarfooter {
    /* -----------------------------------------
    Social
    ----------------------------------------- */
    /*--------------------------------
    Phone
    ---------------------------------*/
}

.tn-socialmediabarfooter .social {
    background: #e0e0e0;
}

.tn-socialmediabarfooter .social ul {
    padding: 20px 0;
}

.tn-socialmediabarfooter .social ul li {
    vertical-align: middle;
    padding-right: 10px;
    min-width: 25px;
}

.tn-socialmediabarfooter .social a:link {
    text-decoration: none;
    overflow: hidden;
}

.tn-socialmediabarfooter .social h2 {
    margin: 0;
    color: #131e29;
}

.tn-socialmediabarfooter .social a[class*=icon-]:hover,
.tn-socialmediabarfooter .social a[class*=icon-]:before {
    color: black;
}

.tn-socialmediabarfooter .social a span {
    text-indent: -9999px;
    display: inline-block;
}

.tn-socialmediabarfooter ul li a.icon-facebook:hover:before,
.tn-socialmediabarfooter ul li h2.icon-facebook:before {
    color: #3b5998;
}

.tn-socialmediabarfooter ul li a.icon-tripadvisor:hover:before,
.tn-socialmediabarfooter ul li h2.icon-tripadvisor:before {
    color: #597E4B;
}

.tn-socialmediabarfooter ul li a.icon-twitter:hover:before,
.tn-socialmediabarfooter ul li h2.icon-twitter:before {
    color: #00aced;
}

.tn-socialmediabarfooter ul li a.icon-youtube:hover:before,
.tn-socialmediabarfooter ul li h2.icon-youtube:before {
    color: #bb0000;
}

.tn-socialmediabarfooter ul li a.icon-instagram:hover:before,
.tn-socialmediabarfooter ul li h2.icon-instagram:before {
    color: #517fa4;
}

.tn-socialmediabarfooter ul li a.icon-flickr:hover:before,
.tn-socialmediabarfooter ul li h2.icon-flickr:before {
    color: #ff0084;
}

.tn-socialmediabarfooter ul li a.icon-linkedin:hover:before,
.tn-socialmediabarfooter ul li h2.icon-linkedin:before {
    color: #008cc9;
}

.tn-socialmediabarfooter ul li a.icon-pinterest:hover:before,
.tn-socialmediabarfooter ul li h2.icon-pinterest:before {
    color: #cb2027;
}

.tn-socialmediabarfooter ul li a.icon-googleplus:hover:before,
.tn-socialmediabarfooter ul li h2.icon-googleplus:before {
    color: #d73d32;
}

.tn-socialmediabarfooter ul li a.icon-vimeo:hover:before,
.tn-socialmediabarfooter ul li h2.icon-vimeo:before {
    color: #45bbff;
}

.tn-socialmediabarfooter ul li a.icon-blogger:hover:before,
.tn-socialmediabarfooter ul li h2.icon-blogger:before {
    color: #f56d00;
}

.tn-socialmediabarfooter ul li a.icon-wordpress:hover:before,
.tn-socialmediabarfooter ul li h2.icon-wordpress:before {
    color: #4676bb;
}

.tn-socialmediabarfooter ul li a.icon-tumblr:hover:before,
.tn-socialmediabarfooter ul li h2.icon-tumblr:before {
    color: #32506d;
}

.tn-socialmediabarfooter ul li a.icon-rss:hover:before,
.tn-socialmediabarfooter ul li h2.icon-rss:before {
    color: #FF6600;
}

.tn-socialmediabarfooter ul li a.icon-schooltube:before {
    width: 65px;
}

.tn-socialmediabarfooter ul li a.icon-schooltube:hover:before,
.tn-socialmediabarfooter ul li h2.icon-schooltube:before {
    color: #00a6d9;
}

.tn-socialmediabarfooter ul li h2[class*="icon-"] {
    margin-bottom: 20px;
}

.tn-socialmediabarfooter ul li h2[class*="icon-"] a {
    color: #131e29;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    letter-spacing: -0.05rem;
}

.tn-socialmediabarfooter ul li h2[class*="icon-"] a:hover {
    color: #ee3524;
}

.tn-socialmediabarfooter ul li a.icon-facebook span,
.tn-socialmediabarfooter ul li a.icon-tripadvisor span,
.tn-socialmediabarfooter ul li a.icon-twitter span,
.tn-socialmediabarfooter ul li a.icon-youtube span,
.tn-socialmediabarfooter ul li a.icon-instagram span,
.tn-socialmediabarfooter ul li a.icon-flickr span,
.tn-socialmediabarfooter ul li a.icon-linkedin span,
.tn-socialmediabarfooter ul li a.icon-pinterest span,
.tn-socialmediabarfooter ul li a.icon-googleplus span,
.tn-socialmediabarfooter ul li a.icon-vimeo span,
.tn-socialmediabarfooter ul li a.icon-blogger span,
.tn-socialmediabarfooter ul li a.icon-wordpress span,
.tn-socialmediabarfooter ul li a.icon-tumblr span {
    display: inline-block;
}

@media only screen and (max-width: 40em) {
    .tn-socialmediabarfooter .social ul {
        padding: 15px 0;
    }
    .tn-socialmediabarfooter .social ul li {
        padding-right: 5px;
    }
    .tn-socialmediabarfooter .social ul li:first-child {
        width: 100%;
        padding-bottom: 5px;
    }
    .tn-socialmediabarfooter .social h2 {
        padding-bottom: 0;
    }
}

.tn-secondaryfooter {
    /*-----------------
Larger than phone
-------------------*/
    /*-------------
    phone
---------------*/
}

.tn-secondaryfooter footer#agency-footer {
    padding-bottom: 30px;
    background: #eee;
    min-height: 300px;
}

.tn-secondaryfooter footer#agency-footer .columns {
    padding-top: 20px;
    z-index: 8;
}

.tn-secondaryfooter footer#agency-footer h2 {
    margin: 0 0 10px;
    line-height: 1.5rem;
}

.tn-secondaryfooter footer#agency-footer ul {
    font-size: 0.8rem;
}

.tn-secondaryfooter footer#agency-footer ul li {
    border-color: #d1d3d4;
}

.tn-secondaryfooter footer#agency-footer ul li a {
    padding: 10px 0;
}

.tn-secondaryfooter footer#agency-footer address {
    font-style: italic;
    display: block;
}

.tn-secondaryfooter footer#agency-footer .last {
    font-size: 0.8rem;
}

.tn-secondaryfooter footer#agency-footer .last img {
    max-width: 140px;
}

.tn-secondaryfooter footer#agency-footer .last .contact {
    margin: 0 0 15px 0;
    line-height: 1.25rem;
}

.tn-secondaryfooter footer#agency-footer .last .contact address {
    margin-top: 10px;
}

.tn-secondaryfooter footer#agency-footer .last .contact address a {
    font-style: normal;
}

.tn-secondaryfooter [class*="column"]+[class*="column"]:last-child {
    float: right;
}

@media only screen and (min-width: 40em) {
    .tn-secondaryfooter #agency-footer .menu-expand {
        display: none;
    }
}

@media only screen and (max-width: 40em) {
    .tn-secondaryfooter #agency-footer .block-list {
        display: none;
    }
    .tn-secondaryfooter #agency-footer .columns.expanded .block-list {
        display: block;
    }
    .tn-secondaryfooter #agency-footer .menu-expand {
        width: 100%;
        text-align: right;
        top: 10px;
        right: 20px;
    }
    .tn-secondaryfooter [class*="column"]+[class*="column"]:last-child {
        float: left;
    }
}

.tn-breadcrumb {
    /*-------------------
    Phone
    ---------------------*/
}

.tn-breadcrumb a {
    text-decoration: none;
}

.tn-breadcrumb ul,
.tn-breadcrumb .crumbs {
    margin: 15px 0 0;
}

.tn-breadcrumb ul li,
.tn-breadcrumb .crumbs li {
    font-size: 0.675rem;
    padding: 0 20px 0 0;
    margin-right: 5px;
    background: url("main/img/breadcrumb-seperator.png") no-repeat 95% 48%;
    /*background: url("main/img/breadcrumb-seperator.png") no-repeat 95% 48%;*/
}

.tn-breadcrumb ul li,
.tn-breadcrumb ul li a,
.tn-breadcrumb .crumbs li,
.tn-breadcrumb .crumbs li a {
    color: #969696;
}

.tn-breadcrumb ul li a:hover,
.tn-breadcrumb .crumbs li a:hover {
    color: #414042;
}

.tn-breadcrumb ul li:last-child,
.tn-breadcrumb .crumbs li:last-child {
    background: none;
    margin-right: 0;
    padding-right: 0;
}

@media only screen and (max-width: 40em) {
    .tn-breadcrumb ul {
        height: 31px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tn-breadcrumb ul li {
        display: inline;
    }
}

.tn-leftnav {
    margin-right: 25px;
}

.tn-leftnav nav.side {
    margin-bottom: 10px;
    font-size: 0.875rem;
}

.tn-leftnav nav.side .icon-menu {
    display: none;
}

.tn-leftnav nav.side h2 i,
.tn-leftnav nav.side h2 span {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    font-style: normal;
    font-size: 0.825rem;
    color: #131e29;
    float: right;
    cursor: pointer;
}

.tn-leftnav nav.side h2 i:before,
.tn-leftnav nav.side h2 span:before {
    font-size: 100%;
}

.tn-leftnav nav.side ul.block-list {
    margin-top: 0;
}

@media only screen and (max-width: 40em) {
    .tn-leftnav nav.side ul.block-list {
        display: none;
    }
    .tn-leftnav nav.side ul.block-list.small li a {
        font-size: 1rem;
    }
    .tn-leftnav nav.side h2[class^=border-] {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .tn-leftnav nav.side .icon-menu {
        display: inline-block;
        letter-spacing: -0.025rem;
    }
    .tn-leftnav nav.side.active>ul.block-list {
        display: block;
        margin-bottom: 25px;
    }
    .tn-leftnav nav.side.active h2 {
        margin-bottom: 5px !important;
    }
    .tn-leftnav nav.side {
        margin-bottom: 0;
    }
}

.tn-quicknav {
    /*--------------------------------
    Phone
---------------------------------*/
}

.tn-quicknav .quick-nav {
    background: #d1d3d4;
}

.tn-quicknav .quick-nav ul {
    padding: 20px 0;
    margin: 0 -0.625rem;
    display: block;
}

.tn-quicknav .quick-nav ul li {
    vertical-align: middle;
    text-align: center;
    min-width: 86px;
    width: 13.28571%;
    margin-bottom: 10px;
}

.tn-quicknav .quick-nav a:link {
    text-decoration: none;
    overflow: hidden;
}

.tn-quicknav .quick-nav h2 {
    margin: 0;
    color: #131e29;
}

.tn-quicknav .quick-nav a[class*=icon-]:hover,
.tn-quicknav .quick-nav a[class*=icon-]:before {
    color: black;
}

.tn-quicknav .quick-nav a span {
    display: inline-block;
}

.tn-quicknav .quick-nav a {
    display: inline-block;
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
}

.tn-quicknav .quick-nav a i:before,
.tn-quicknav .quick-nav a span:before {
    font-size: 2rem;
    margin: 0;
}

.tn-quicknav .quick-nav i.icon-cab,
.tn-quicknav .quick-nav span.icon-cab {
    margin-right: 5px;
}

@media only screen and (max-width: 40em) {
    .tn-quicknav .quick-nav ul li {
        text-align: center;
        width: 45% !important;
        padding: 15px 0;
    }
    .tn-quicknav .quick-nav ul>li:last-child {
        float: left;
        margin-left: 5%;
    }
    .tn-quicknav .quick-nav ul {
        padding: 20px 0;
        margin: auto;
        text-align: center;
    }
}


/*-----------------------------
Tooltip
-------------------------------- */

.tn-tooltip {
    /* line 2017, tngov.site15.scss */
    /* line 2023, tngov.site15.scss */
    /* Tooltip */
    /* line 2011, tngov.site15.scss */
    /* line 2013, tngov.site15.scss */
}

.tn-tooltip a:hover:before {
    color: #ee3524 !important;
}

.tn-tooltip .tooltip.in {
    opacity: 1!important;
}

.tn-tooltip .tooltip-inner {
    width: 500px;
    min-width: 300px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: -0.025rem;
    line-height: 1.5;
}

.tn-tooltip .tooltip .tooltip-inner {
    padding: 10px;
    color: #131e29 !important;
    text-align: left;
    border-bottom: 4px #ee3524 solid;
    background: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 100;
    -webkit-transition: all 0.2s ease;
}

.tn-tooltip .tooltip.top .tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ee3524;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    margin-left: -10px;
}

.tn-tooltip #tooltip.active,
.tn-tooltip .tooltip.active {
    display: block;
}

.tn-tooltip #tooltip.start,
.tn-tooltip .tooltip.start {
    margin-bottom: -10px;
}

.tn-tooltip [data-tooltip] {
    color: #3d3e40;
    cursor: pointer;
}

.tn-tooltip [data-tooltip]:hover:before,
.tn-tooltip [data-tooltip]:hover {
    color: #ee3524;
}

@media only screen and (max-width: 40em) {
    .tn-tooltip .tooltip-inner {
        width: 300px;
        min-width: 200px;
        margin-left: 15px;
    }
}

.tn-accordion {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-font-smoothing: auto;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
    color: #3d3e40;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
    font-size: 100%;
}

.tn-accordion :-webkit-any(article,
aside,
nav,
section) h1 {
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
}

.tn-accordion #accordion>div,
.tn-accordion .panel-heading {
    padding: 0 !important;
}

.tn-accordion .panel-group .panel {
    margin: 0;
    border-radius: 0px !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.tn-accordion div.panel-heading:before {
    margin: 0 0 0 -5px;
    color: #6e7073;
}

.tn-accordion div.panel-heading {
    cursor: pointer;
    padding: 10px 0 !important;
}

.tn-accordion .panel:not(:first-child) div.panel-heading {
    border-top: 1px #d1d3d4 solid;
}

.tn-accordion div.panel-collapse.collapse {
    margin: 0;
}

.tn-accordion .panel-group .panel-heading+.panel-collapse>.panel-body,
.tn-accordion .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0 !important;
}

.tn-accordion .accordion>*:first-child {
    padding-top: 0;
    margin-top: 0;
}

.tn-accordion .panel-heading>h4>a {
    text-decoration: none;
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-size: 1.25rem;
    font-weight: normal;
}

.tn-accordion .panel-heading>h4>a:hover {
    color: #666666;
}

.tn-accordion [class^="icon-"]:before,
.tn-accordion [class*=" icon-"]:before,
.tn-accordion .panel-heading>h4>a[class^=rslides]:before,
.tn-accordion .swiper-pagination-switch:before {
    font-family: 'tngov-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 120%;
}

.tn-accordion .icon-angle-right.collapsed:before {
    content: '\e81e';
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.tn-accordion .icon-angle-right:not(.collapsed):before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

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

.tn-accordion ul {
    font-size: 13px;
    padding: 0;
}

.tn-accordion ul>li {
    list-style: none;
    position: relative;
    padding: 0 0 11px 13px;
    line-height: 24px;
}

.tn-accordion ul>li>ul,
.tn-accordion ul>li>ol {
    padding-left: 10px;
    margin-top: 10px;
}

.tn-accordion ul>li>ul li,
.tn-accordion ul>li>ol li {
    padding-left: 15px;
}

.tn-accordion ul>li>ul li:last-child,
.tn-accordion ul>li>ol li:last-child {
    padding-bottom: 10px;
}

.tn-accordion ul li:before {
    color: #6e7073;
    margin-right: 8px;
    display: inline-block;
}

.tn-accordion ul:not(#box-container)>li:before {
    content: '\2022';
    left: 0;
    font-size: 24px;
}

.tn-accordion ul>li>ul li:before {
    content: '\25E6';
}

.tn-accordion ol {
    font-size: 14px;
    padding: 0;
    margin-left: 15px;
    counter-reset: item;
}

.tn-accordion ol>li {
    position: relative;
    line-height: 24px;
    padding: 0 0 15px 0;
}

.tn-accordion ol>li>ol {
    margin-top: 15px;
}

.tn-accordion ol>li>ol li:last-child {
    padding: 0;
}

.tn-accordion .panel .tn-accordion .panel:first-child div.panel-heading {
    border-top: 0px #d1d3d4 solid !important;
}

.tn-accordion .panel .tn-tabs .tn-accordion .panel .tn-accordion .panel:not(:first-child) div.panel-heading {
    border-top: 1px #d1d3d4 solid !important;
}

.tn-image,
.tn-textandimage,
.image {
    margin-left: 0px;
    margin-right: 0px;
}

.tn-image .clear,
.tn-textandimage .clear,
.image .clear {
    clear: both;
}

.tn-image img,
.tn-textandimage img,
.image img {
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.tn-image .textimage-left,
.tn-textandimage .textimage-left,
.image .textimage-left {
    padding-right: 15px;
    padding-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.tn-image .textimage-right,
.tn-textandimage .textimage-right,
.image .textimage-right {
    padding-left: 15px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.tn-image .textimage-top,
.tn-textandimage .textimage-top,
.image .textimage-top {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 40em) {
    .tn-image img,
    .tn-textandimage img,
    .image img {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}


/* this is for centering images in the .image class */


/*.image {
    text-align: center;
}*/

.tn-linklist h2,
.tn-contenttile h2,
.tn-photoblock h2 {
    font-size: 21px;
}

.tn-linklist .imagecube,
.tn-contenttile .imagecube,
.tn-photoblock .imagecube {
    background-color: #3d3e40;
    background-image: url("main/img/empty-block.jpg");
    background-size: cover;
    background-position: 50% top;
    background-repeat: no-repeat;
    width: 100%;
    height: 162px;
    display: block;
    position: relative;
    overflow: hidden;
}

.tn-linklist .imagecube h2.title,
.tn-contenttile .imagecube h2.title,
.tn-photoblock .imagecube h2.title,
.tn-linklist .imagecube span.title,
.tn-contenttile .imagecube span.title,
.tn-photoblock .imagecube span.title {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.tn-linklist .imagecube .background,
.tn-contenttile .imagecube .background,
.tn-photoblock .imagecube .background {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% top;
}

.tn-linklist .imagecube.tall,
.tn-contenttile .imagecube.tall,
.tn-photoblock .imagecube.tall {
    height: 350px;
    font-size: 1.2rem;
}

.tn-linklist .imagecube.alternate h2,
.tn-contenttile .imagecube.alternate h2,
.tn-photoblock .imagecube.alternate h2 {
    height: 100%;
    padding-bottom: 0;
}

.tn-linklist .imagecube.alternate h2 a,
.tn-contenttile .imagecube.alternate h2 a,
.tn-photoblock .imagecube.alternate h2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.tn-linklist .imagecube .title,
.tn-contenttile .imagecube .title,
.tn-photoblock .imagecube .title {
    font-size: 28px;
    padding: 15px;
    color: white;
    font-family: 'Permian Slab', serif;
    letter-spacing: -2px;
    background: url("main/img/gradient-bottom.png") repeat-x left top;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 64em) and (min-width: 40em) {
    .tn-linklist .imagecube .title,
    .tn-contenttile .imagecube .title,
    .tn-photoblock .imagecube .title {
        font-size: 22px;
    }
}


/* -----------------------------
Tabs
----------------------------- */

.tn-tabs,
.tn-extendedtabs {
    /*  ul.tab-options > li:first-child {
        border-left: 0px;
    }*/
    /** Commented out for the Safari problem on mac
    @media (min-width: 992px) {
        :not(.tn-accordion .panel-heading),
        .panel-heading {
            display: none;
        }
    }**/
}

.tn-tabs .nav>li>a,
.tn-extendedtabs .nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px !important;
}

.tn-tabs .clear,
.tn-extendedtabs .clear {
    clear: both;
}

.tn-tabs .nav-tabs,
.tn-extendedtabs .nav-tabs {
    margin-left: -1px;
}

.tn-tabs .tn-tabs *:after,
.tn-extendedtabs .tn-tabs *:after {
    border-color: white;
}

.tn-tabs .tn-tabs *:before,
.tn-extendedtabs .tn-tabs *:before {
    border-color: white;
}

.tn-tabs ul.tab-options>li,
.tn-extendedtabs ul.tab-options>li {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    color: #131e29;
    background: #e0e0e0;
    margin: 0 -5px 0 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding: 0;
    line-height: 1.5rem;
    border: 1px #d1d3d4 solid;
}

.tn-tabs div.responsive-tabs-container.tabs-left>div>ul.tab-options>li,
.tn-extendedtabs div.responsive-tabs-container.tabs-left>div>ul.tab-options>li {
    width: 100%;
}

.tn-tabs .tab-content,
.tn-extendedtabs .tab-content {
    /* border: 1px #d1d3d4 solid;*/
    /* margin-bottom: 50px;*/
    /*float: right;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tn-tabs .tab-content>.tab-pane,
.tn-extendedtabs .tab-content>.tab-pane {
    padding: 10px 20px 5px;
    background-color: white;
}

.tn-tabs .tab-content>.tab-pane.active,
.tn-extendedtabs .tab-content>.tab-pane.active {
    border: 1px #d1d3d4 solid;
    margin-left: -1px;
    width: 100%;
}

.tn-tabs .nav-tabs>li>a,
.tn-extendedtabs .nav-tabs>li>a,
.tn-tabs .nav-tabs>li>a:hover,
.tn-extendedtabs .nav-tabs>li>a:hover,
.tn-tabs .nav-tabs>li>a:focus,
.tn-extendedtabs .nav-tabs>li>a:focus {
    text-decoration: none;
    border-color: transparent !important;
    background: transparent;
    color: #131e29;
}

.tn-tabs .tab-content a,
.tn-extendedtabs .tab-content a {
    text-decoration: underline;
}

.tn-tabs .tabs-left,
.tn-extendedtabs .tabs-left {
    /*ul.tab-options > li.active {
            border-right: 5px solid white !important;
        }*/
    /*ul.tab-options > li:not(.active) {
            border-right: 6px solid #d1d3d4 !important;
        }*/
}

.tn-tabs .tabs-left ul,
.tn-extendedtabs .tabs-left ul {
    min-width: 15%;
    position: relative;
    z-index: 5555;
}

.tn-tabs .tabs-left .nav-tabs,
.tn-extendedtabs .tabs-left .nav-tabs {
    float: left;
}

.tn-tabs .tabs-left .tab-pane.active,
.tn-extendedtabs .tabs-left .tab-pane.active {
    position: relative;
    z-index: 222;
    margin-left: -1px;
}

.tn-tabs .tabs-left ul.tab-options>li:first-child,
.tn-extendedtabs .tabs-left ul.tab-options>li:first-child {
    border-left: 1px solid #d1d3d4 !important;
}

.tn-tabs .tabs-left .tn-tabs ul.tab-options>li:not(.active),
.tn-extendedtabs .tabs-left .tn-tabs ul.tab-options>li:not(.active) {
    border-right: 1px solid #d1d3d4 !important;
}

.tn-tabs .tabs-left .tn-tabs ul.tab-options>li:last-child,
.tn-extendedtabs .tabs-left .tn-tabs ul.tab-options>li:last-child {
    border-top-right-radius: 4px !important;
}

.tn-tabs .tabs-left .tab-content>.tab-pane.active,
.tn-extendedtabs .tabs-left .tab-content>.tab-pane.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.tn-tabs .tabs-left .tn-tabs .tab-content,
.tn-extendedtabs .tabs-left .tn-tabs .tab-content {
    padding-top: 7%;
    padding-left: 1px;
    padding-right: .5px;
}

.tn-tabs .tabs-left .tn-tabs .tab-content>.tab-pane.active,
.tn-extendedtabs .tabs-left .tn-tabs .tab-content>.tab-pane.active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tn-tabs .tabs-left .tn-tabs .tabs-left .tab-content,
.tn-extendedtabs .tabs-left .tn-tabs .tabs-left .tab-content {
    padding-top: 0%;
}

.tn-tabs .tabs-left .tn-tabs .tabs-left,
.tn-extendedtabs .tabs-left .tn-tabs .tabs-left {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.tn-tabs .tabs-left .tn-tabs .nav-tabs,
.tn-extendedtabs .tabs-left .tn-tabs .nav-tabs {
    border-bottom-left-radius: 0px;
}

.tn-tabs .tabs-left .nav-tabs,
.tn-extendedtabs .tabs-left .nav-tabs {
    border-bottom-left-radius: 4px;
}

.tn-tabs ul,
.tn-extendedtabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 1.375rem;
}

.tn-tabs ul.tab-options,
.tn-extendedtabs ul.tab-options {
    margin-bottom: -1px;
}

.tn-tabs ul.tab-options>li.active,
.tn-extendedtabs ul.tab-options>li.active {
    background: white;
    border-bottom-color: white;
}

.tn-tabs ul>li:nth-child(1),
.tn-extendedtabs ul>li:nth-child(1) {
    border-top-left-radius: 4px;
}

.tn-tabs ul.tab-options>li:last-child,
.tn-extendedtabs ul.tab-options>li:last-child {
    border-top-right-radius: 4px;
}

.tn-tabs .tabs-left>ul,
.tn-extendedtabs .tabs-left>ul {
    max-width: 12%;
}

.tn-tabs .responsive-tabs-container,
.tn-extendedtabs .responsive-tabs-container {
    width: 100%;
}

.tn-tabs .tabs-left>.nav-tabs>li,
.tn-extendedtabs .tabs-left>.nav-tabs>li {
    float: none;
}

.tn-tabs .tabs-left>ul.tab-options>li.active,
.tn-extendedtabs .tabs-left>ul.tab-options>li.active {
    border-right: 5px solid white !important;
}

.tn-tabs .tabs-left li:last-child,
.tn-extendedtabs .tabs-left li:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 4px;
}

.tn-tabs div.responsive-tabs-container.tabs-left>div>div,
.tn-extendedtabs div.responsive-tabs-container.tabs-left>div>div {
    float: left;
    max-width: 85%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tn-tabs div.responsive-tabs-container.tabs-left>div>ul,
.tn-extendedtabs div.responsive-tabs-container.tabs-left>div>ul {
    width: 15%;
}

@media (max-width: 991px) {
    .tn-tabs,
    .tn-extendedtabs {
        /* Moved outside of tn-tab to resolve the space problem that was messing up the phone view
        :not(.tn-accordion .panel-heading),
        .panel-heading {
            padding: 0px;
            display: block;
            font-family: 'Permian Slab', serif;
            text-decoration: none !important;
            letter-spacing: -0.075em;
            color: #131e29;
            background: #e0e0e0;
            margin: 0;
            cursor: pointer;
            list-style: none;
            position: relative;
            line-height: 1.5rem;
            border: 1px #d1d3d4 solid;
        }*/
        /* -----------------------------------------
       accordion change/indication
    ------------------------------------------*/
        /*.panel-heading:before {
            content: '\e81e';
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            float: left;*/
        /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);*/
        /*}*/
        /* .panel-heading:not(.active):before {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);*/
        /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);*/
        /*}*/
    }
    .tn-tabs .nav-tabs,
    .tn-extendedtabs .nav-tabs {
        float: none;
    }
    .tn-tabs .top>.tab-pane,
    .tn-extendedtabs .top>.tab-pane {
        padding-top: 25px !important;
    }
    .tn-tabs .nav,
    .tn-extendedtabs .nav {
        display: none;
    }
    .tn-tabs div.responsive-tabs-container.tabs-left>div>div,
    .tn-extendedtabs div.responsive-tabs-container.tabs-left>div>div {
        max-width: 100%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
    .tn-tabs .panel-heading:before,
    .tn-extendedtabs .panel-heading:before,
    .tn-tabs .js-tabcollapse-panel-heading:before,
    .tn-extendedtabs .js-tabcollapse-panel-heading:before {
        font-family: 'tngov-icons';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        font-size: 120%;
    }
    .tn-tabs .js-tabcollapse-panel-heading:before,
    .tn-extendedtabs .js-tabcollapse-panel-heading:before {
        content: '\e81e';
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        float: left;
    }
    .tn-tabs .js-tabcollapse-panel-heading.collapsed:before,
    .tn-extendedtabs .js-tabcollapse-panel-heading.collapsed:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .tn-tabs .panel-group .panel+.panel,
    .tn-extendedtabs .panel-group .panel+.panel {
        margin-top: -2px;
    }
    .tn-tabs .panel-group .panel,
    .tn-extendedtabs .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px !important;
    }
    .tn-tabs .panel-heading,
    .tn-extendedtabs .panel-heading {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .tn-tabs .panel-title>a,
    .tn-extendedtabs .panel-title>a,
    .tn-tabs .panel-title>small,
    .tn-extendedtabs .panel-title>small,
    .tn-tabs .panel-title>.small,
    .tn-extendedtabs .panel-title>.small,
    .tn-tabs .panel-title>small>a,
    .tn-extendedtabs .panel-title>small>a,
    .tn-tabs .panel-title>.small>a,
    .tn-extendedtabs .panel-title>.small>a {
        display: block;
        width: 100%;
        padding: 8px;
    }
    .tn-tabs div.responsive-tabs-container.tabs-left>div>div,
    .tn-extendedtabs div.responsive-tabs-container.tabs-left>div>div {
        float: none;
    }
}

.tn-tabs .collapsing,
.tn-extendedtabs .collapsing {
    -moz-transition: height 0s;
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s;
}


/* ----------------- 
      Other Component Corrections 
     -------------------*/

.tn-accordion .tn-tabs ul.nav>li:before,
.tn-accordion .tn-extendedtabs ul.nav>li:before {
    display: none !important;
}

@media (max-width: 991px) {
    .tn-tabs:not(.tn-accordion .panel-heading),
    .tn-tabs .panel-heading,
    .tn-extendedtabs:not(.tn-accordion .panel-heading),
    .tn-extendedtabs .panel-heading {
        padding: 0px;
        display: block;
        font-family: 'Permian Slab', serif;
        text-decoration: none !important;
        letter-spacing: -0.075em;
        color: #131e29;
        background: #e0e0e0;
        margin: 0;
        cursor: pointer;
        list-style: none;
        position: relative;
        line-height: 1.5rem;
        border: 1px #d1d3d4 solid;
    }
}

.tn-linkbuttons {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: inherit;
}

.tn-linkbuttons button,
.tn-linkbuttons a.button,
.tn-linkbuttons submit {
    min-width: 19%;
}

@media only screen and (max-width: 40em) {
    .tn-linkbuttons button,
    .tn-linkbuttons submit {
        min-width: 48%;
    }
}

.tn-backtotop {
    margin: 0;
}

.tn-backtotop .page-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 800;
    padding: 10px;
    line-height: 1em;
    border-radius: 30px;
    font-size: 0.875rem;
    background: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background: #d1d3d4;
}

.tn-backtotop .page-top:hover {
    cursor: pointer;
    color: white;
    background: #ee3524;
}

.tn-backtotop .active {
    display: block;
}

.tn-backtotop .bottom {
    position: relative;
    float: right;
    bottom: 50px;
}

.tn-backtotop .page-top:before {
    margin: 0 !important;
}

.tn-backtotop a:before {
    color: #131e29;
}

.tn-backtotop a:hover::before {
    color: #fff !important;
}

.tn-panel {
    /* Padding this great to stop the 'stuttering' on smaller phones when the nav wants to change forms*/
    margin-bottom: 80px !important;
}

.tn-panel .panel {
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.tn-panel img.right,
.tn-panel img.left,
.tn-panel img.center {
    margin: 0px;
    width: 50%;
}

.tn-panel img.right {
    float: right !important;
    padding-left: 15px;
    padding-bottom: 5px;
}

.tn-panel img.left {
    float: left !important;
    padding-right: 15px;
    padding-bottom: 5px;
}

.tn-panel img.center {
    float: none!important;
    padding: 0 0 15px;
    width: 100% !important;
}

.tn-panel img {
    max-width: 100%;
}

.tn-panel h2 {
    font-size: 2rem;
}

.tn-panel .coral-RichText-editor,
.tn-panel .tn-rte,
.tn-panel .tn-textandimage,
.tn-panel .tn-textandimage-event,
.tn-panel .tn-tables,
.tn-panel .tn-tabs .tab-content,
.tn-panel .tn-accordion .panel-group {
    margin-bottom: 0px !important;
}

.tn-panel .tn-tabs:not(:first-child) .tab-content,
.tn-panel .tn-accordion:not(:first-child) .panel-group {
    margin-bottom: 25px;
    margin-top: 25px;
}

.tn-panel .tn-commissioner figure.top {
    margin-top: 0px;
}

.tn-panel .tn-tabs h2 {
    font-size: 1.125rem;
}

@media only screen and (max-width: 40em) {
    .tn-panel .panel .right,
    .tn-panel .panel .left {
        width: 100% !important;
        float: none !important;
        margin: 0 0 10px 0 !important;
    }
}

.tn-accordion .panel-group .panel-heading+.panel-collapse>.panel-body>div>.tn-panel .panel,
.tn-accordion .panel-group .panel-heading+.panel-collapse>.list-group>div>.tn-panel .panel {
    padding: 25px !important;
    margin-bottom: 40px !important;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.tn-accordion .tn-panel>.panel {
    padding: 25px !important;
    margin-bottom: 40px !important;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.tn-panel .tn-accordion .panel {
    padding: 0px;
}

.tn-liststyle {
    /*li:before {
        content: '';
        margin: 0;
        margin-right: 25px;
    }*/
}

.tn-liststyle ol {
    margin-left: 25px;
}

.tn-liststyle li {
    margin-left: 0;
}

.tn-liststyle ol>li {
    list-style: upper-alpha;
}

.tn-liststyle ol>li>ol>li {
    list-style: upper-roman;
}

.tn-liststyle ol>li>ol>li>ol>li {
    list-style: lower-alpha;
}

.tn-liststyle ol>li>ol>li>ol>li>ol>li {
    list-style: lower-roman;
}

.tn-liststyle ol>li {
    position: relative;
    line-height: 24px;
    padding: 0 0 15px 0;
}

.tn-liststyle ol>li>ol {
    margin-top: 15px;
}

.tn-liststyle ol>li>ol li:last-child {
    padding: 0;
}

.tn-cabinettile,
.tn-simpletable,
.tn-complex-datatable,
.tn-accordion,
.tn-hr,
.tn-iframe,
.tn-gallery,
.tn-cta,
.tn-image,
.tn-iframe,
.tn-textandimage,
.image,
.tn-rte,
.tn-linkbuttons,
.tn-linklist,
.tn-contenttile,
.tn-pagetitle,
.tn-photoblock:last-child,
.tn-tabs,
.tn-timeline,
.tn-video,
.tn-chatbutton,
.tn-tableaudashboard,
.tn-tableauquickstat,
.tn-freestyledialog,
.tn-relatedcontent,
.tn-contacts,
.tn-gis,
.tn-formstack,
.tn-col-ctrl .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}


/* Panel needs to keep it's padding, so this is to preserve that */

.tn-panel .panel {
    margin-bottom: 20px !important;
}


/* For the Content Tile when there is no text below the content image */

.tn-contenttile>a+.tn-cta {
    margin-top: 20px !important;
}


/* photoblocks already had a 15px bottom, adding 5px more to make it the matching 20px */

.tn-photoblock {
    margin-bottom: 5px !important;
}


/* jumpmenus has sepecial padding to keep it from overlapping, this is to preserve the padding */

.tn-jumpmenu {
    margin-bottom: 20px !important;
}


/****************** Font Families *************/

.rte-editor,
.tn-rte,
.tn-textandimage,
.tn-textandimage-event {
    margin-bottom: 25px;
}

.rte-editor span.strike,
.tn-rte span.strike,
.tn-textandimage span.strike,
.tn-textandimage-event span.strike {
    text-decoration: line-through;
}

.rte-editor address,
.tn-rte address,
.tn-textandimage address,
.tn-textandimage-event address {
    font-style: italic;
}

.rte-editor pre,
.tn-rte pre,
.tn-textandimage pre,
.tn-textandimage-event pre {
    display: block;
    padding: 0;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px 1em;
    font-size: 16px;
    line-height: 1.5;
    color: #131e29;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
}

.rte-editor sub,
.tn-rte sub,
.tn-textandimage sub,
.tn-textandimage-event sub,
.rte-editor sup,
.tn-rte sup,
.tn-textandimage sup,
.tn-textandimage-event sup {
    font-size: smaller;
}

.rte-editor blockquote,
.tn-rte blockquote,
.tn-textandimage blockquote,
.tn-textandimage-event blockquote {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-size: 16px;
    padding: 30px 20px;
    margin: 0;
    position: relative;
    z-index: 400;
}

.rte-editor blockquote p,
.tn-rte blockquote p,
.tn-textandimage blockquote p,
.tn-textandimage-event blockquote p {
    font-size: 1rem;
}

.rte-editor blockquote:before,
.tn-rte blockquote:before,
.tn-textandimage blockquote:before,
.tn-textandimage-event blockquote:before,
.rte-editor blockquote:after,
.tn-rte blockquote:after,
.tn-textandimage blockquote:after,
.tn-textandimage-event blockquote:after {
    color: #cbc4bc;
}

.rte-editor blockquote:before,
.tn-rte blockquote:before,
.tn-textandimage blockquote:before,
.tn-textandimage-event blockquote:before {
    content: '"';
    margin-left: -15px;
}

.rte-editor blockquote:after,
.tn-rte blockquote:after,
.tn-textandimage blockquote:after,
.tn-textandimage-event blockquote:after {
    content: '"';
}

.rte-editor h2,
.tn-rte h2,
.tn-textandimage h2,
.tn-textandimage-event h2,
.rte-editor h3,
.tn-rte h3,
.tn-textandimage h3,
.tn-textandimage-event h3,
.rte-editor h4,
.tn-rte h4,
.tn-textandimage h4,
.tn-textandimage-event h4,
.rte-editor h5,
.tn-rte h5,
.tn-textandimage h5,
.tn-textandimage-event h5,
.rte-editor [data-label],
.tn-rte [data-label],
.tn-textandimage [data-label],
.tn-textandimage-event [data-label] {
    color: #3d3e40;
}

.rte-editor h2,
.tn-rte h2,
.tn-textandimage h2,
.tn-textandimage-event h2 {
    font-size: 32px;
}

.rte-editor h3,
.tn-rte h3,
.tn-textandimage h3,
.tn-textandimage-event h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px !important;
}

.rte-editor h4,
.tn-rte h4,
.tn-textandimage h4,
.tn-textandimage-event h4 {
    font-size: 22px;
}

.rte-editor ul,
.tn-rte ul,
.tn-textandimage ul,
.tn-textandimage-event ul {
    padding: 0;
}

.rte-editor ul>li,
.tn-rte ul>li,
.tn-textandimage ul>li,
.tn-textandimage-event ul>li {
    list-style: none;
    position: relative;
    padding: 0 0 11px 13px;
    line-height: 24px;
}

.rte-editor ul li,
.tn-rte ul li,
.tn-textandimage ul li,
.tn-textandimage-event ul li,
.rte-editor ol li,
.tn-rte ol li,
.tn-textandimage ol li,
.tn-textandimage-event ol li {
    font-size: 0.875rem;
}

.rte-editor ul>li>ul,
.tn-rte ul>li>ul,
.tn-textandimage ul>li>ul,
.tn-textandimage-event ul>li>ul,
.rte-editor ul>li>ol,
.tn-rte ul>li>ol,
.tn-textandimage ul>li>ol,
.tn-textandimage-event ul>li>ol {
    padding-left: 10px;
    margin-top: 10px;
}

.rte-editor ul>li>ul li,
.tn-rte ul>li>ul li,
.tn-textandimage ul>li>ul li,
.tn-textandimage-event ul>li>ul li,
.rte-editor ul>li>ol li,
.tn-rte ul>li>ol li,
.tn-textandimage ul>li>ol li,
.tn-textandimage-event ul>li>ol li {
    padding-left: 15px;
}

.rte-editor ul>li>ul li:last-child,
.tn-rte ul>li>ul li:last-child,
.tn-textandimage ul>li>ul li:last-child,
.tn-textandimage-event ul>li>ul li:last-child,
.rte-editor ul>li>ol li:last-child,
.tn-rte ul>li>ol li:last-child,
.tn-textandimage ul>li>ol li:last-child,
.tn-textandimage-event ul>li>ol li:last-child {
    padding-bottom: 10px;
}

.rte-editor ul li:before,
.tn-rte ul li:before,
.tn-textandimage ul li:before,
.tn-textandimage-event ul li:before {
    color: #6e7073;
    margin-right: 8px;
    display: inline-block;
}

.rte-editor ul>li:before,
.tn-rte ul>li:before,
.tn-textandimage ul>li:before,
.tn-textandimage-event ul>li:before {
    content: '\2022';
    left: 0;
    font-size: 20px;
}

.rte-editor ul>li>ul li:before,
.tn-rte ul>li>ul li:before,
.tn-textandimage ul>li>ul li:before,
.tn-textandimage-event ul>li>ul li:before {
    content: '\25E6';
}

.rte-editor ol,
.tn-rte ol,
.tn-textandimage ol,
.tn-textandimage-event ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    margin-left: 15px;
}

.rte-editor ol li,
.tn-rte ol li,
.tn-textandimage ol li,
.tn-textandimage-event ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    line-height: 24px;
    padding: 0 0 15px 0;
}

.rte-editor ol li::before,
.tn-rte ol li::before,
.tn-textandimage ol li::before,
.tn-textandimage-event ol li::before {
    content: counter(my-awesome-counter) ". ";
}

.rte-editor ol>li>ol,
.tn-rte ol>li>ol,
.tn-textandimage ol>li>ol,
.tn-textandimage-event ol>li>ol {
    margin-top: 15px;
}

.rte-editor ol li ol li::before,
.tn-rte ol li ol li::before,
.tn-textandimage ol li ol li::before,
.tn-textandimage-event ol li ol li::before {
    content: counter(my-awesome-counter) ". ";
    padding-left: 25px;
}

.rte-editor ol>li>ol li:last-child,
.tn-rte ol>li>ol li:last-child,
.tn-textandimage ol>li>ol li:last-child,
.tn-textandimage-event ol>li>ol li:last-child {
    padding: 0;
}

.rte-editor .no-list>li:before,
.tn-rte .no-list>li:before,
.tn-textandimage .no-list>li:before,
.tn-textandimage-event .no-list>li:before {
    display: none;
}

.rte-editor p a,
.tn-rte p a,
.tn-textandimage p a,
.tn-textandimage-event p a {
    text-decoration: underline;
}

.rte-editor a,
.tn-rte a,
.tn-textandimage a,
.tn-textandimage-event a,
.rte-editor a:link,
.tn-rte a:link,
.tn-textandimage a:link,
.tn-textandimage-event a:link,
.rte-editor a:visited,
.tn-rte a:visited,
.tn-textandimage a:visited,
.tn-textandimage-event a:visited,
.rte-editor a:active,
.tn-rte a:active,
.tn-textandimage a:active,
.tn-textandimage-event a:active {
    color: #174a7c;
    text-decoration: underline;
    word-wrap: break-word;
}

.rte-editor a:hover,
.tn-rte a:hover,
.tn-textandimage a:hover,
.tn-textandimage-event a:hover,
.rte-editor a:focus,
.tn-rte a:focus,
.tn-textandimage a:focus,
.tn-textandimage-event a:focus {
    color: #a7190c;
}

.rte-editor a[name],
.tn-rte a[name],
.tn-textandimage a[name],
.tn-textandimage-event a[name] {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.rte-editor h2 a:link,
.tn-rte h2 a:link,
.tn-textandimage h2 a:link,
.tn-textandimage-event h2 a:link,
.rte-editor h2 a:visited,
.tn-rte h2 a:visited,
.tn-textandimage h2 a:visited,
.tn-textandimage-event h2 a:visited,
.rte-editor h2 a:active,
.tn-rte h2 a:active,
.tn-textandimage h2 a:active,
.tn-textandimage-event h2 a:active,
.rte-editor h3 a:link,
.tn-rte h3 a:link,
.tn-textandimage h3 a:link,
.tn-textandimage-event h3 a:link,
.rte-editor h3 a:visited,
.tn-rte h3 a:visited,
.tn-textandimage h3 a:visited,
.tn-textandimage-event h3 a:visited,
.rte-editor h3 a:active,
.tn-rte h3 a:active,
.tn-textandimage h3 a:active,
.tn-textandimage-event h3 a:active,
.rte-editor h4 a:link,
.tn-rte h4 a:link,
.tn-textandimage h4 a:link,
.tn-textandimage-event h4 a:link,
.rte-editor h4 a:visited,
.tn-rte h4 a:visited,
.tn-textandimage h4 a:visited,
.tn-textandimage-event h4 a:visited,
.rte-editor h4 a:active,
.tn-rte h4 a:active,
.tn-textandimage h4 a:active,
.tn-textandimage-event h4 a:active,
.rte-editor h5 a:link,
.tn-rte h5 a:link,
.tn-textandimage h5 a:link,
.tn-textandimage-event h5 a:link,
.rte-editor h5 a:visited,
.tn-rte h5 a:visited,
.tn-textandimage h5 a:visited,
.tn-textandimage-event h5 a:visited,
.rte-editor h5 a:active,
.tn-rte h5 a:active,
.tn-textandimage h5 a:active,
.tn-textandimage-event h5 a:active {
    color: #3d3e40;
    text-decoration: underline;
}

.rte-editor h2 a:hover,
.tn-rte h2 a:hover,
.tn-textandimage h2 a:hover,
.tn-textandimage-event h2 a:hover,
.rte-editor h3 a:hover,
.tn-rte h3 a:hover,
.tn-textandimage h3 a:hover,
.tn-textandimage-event h3 a:hover,
.rte-editor h4 a:hover,
.tn-rte h4 a:hover,
.tn-textandimage h4 a:hover,
.tn-textandimage-event h4 a:hover,
.rte-editor h5 a:hover,
.tn-rte h5 a:hover,
.tn-textandimage h5 a:hover,
.tn-textandimage-event h5 a:hover,
.rte-editor h2 a:focus,
.tn-rte h2 a:focus,
.tn-textandimage h2 a:focus,
.tn-textandimage-event h2 a:focus,
.rte-editor h3 a:focus,
.tn-rte h3 a:focus,
.tn-textandimage h3 a:focus,
.tn-textandimage-event h3 a:focus,
.rte-editor h4 a:focus,
.tn-rte h4 a:focus,
.tn-textandimage h4 a:focus,
.tn-textandimage-event h4 a:focus,
.rte-editor h5 a:focus,
.tn-rte h5 a:focus,
.tn-textandimage h5 a:focus,
.tn-textandimage-event h5 a:focus {
    color: #a7190c;
}

.rte-editor .eventblock a.button,
.tn-rte .eventblock a.button,
.tn-textandimage .eventblock a.button,
.tn-textandimage-event .eventblock a.button {
    color: #ffffff;
    text-decoration: none !important;
}


/* not needed at this time as rendering does not create unnessessary br tags */


/*.tn-textandimage-event:not(.is-edited) {*/


/* Needed to enforce/allow for text to wrap around event block */


/*br {
        display: none;
    }
}*/

.tn-textandimage-event .eventblock a.button {
    text-align: left;
}

.rte-editor {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.025rem;
}

.rte-editor h2,
.rte-editor h3,
.rte-editor h4 {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.rte-editor blockquote {
    font-family: 'Permian Slab', serif;
}


/* Fix width of hover in RTE dropdowns */

[data-id="paraformat"] .coral-ButtonList-item,
[data-id="styles"] .coral-ButtonList-item {
    width: 100%;
}

.rte-fullscreen-richtextContainer .coral-Button--quiet:not(:disabled):not(.is-disabled).is-selected {
    background-color: #f0f0f0 !important;
}

.coral-RichText-editor td a,
.tn-simpletable td a,
.coral-RichText-editor td a:link,
.tn-simpletable td a:link,
.coral-RichText-editor td a:visited,
.tn-simpletable td a:visited,
.coral-RichText-editor td a:active,
.tn-simpletable td a:active {
    text-decoration: underline;
    color: #2066d8;
}

.coral-RichText-editor td a:hover,
.tn-simpletable td a:hover {
    color: #ee3524;
}

.coral-RichText-editor table,
.tn-simpletable table {
    width: 100% !important;
    border: 0;
    border-collapse: collapse;
}

.coral-RichText-editor table *,
.tn-simpletable table * {
    border-collapse: collapse;
}

.coral-RichText-editor table tr th,
.tn-simpletable table tr th,
.coral-RichText-editor table tr td,
.tn-simpletable table tr td {
    padding: 7px;
}

.coral-RichText-editor table caption,
.tn-simpletable table caption {
    background: #d1d3d4;
    padding: 10px;
}

.coral-RichText-editor table tr th,
.tn-simpletable table tr th {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    text-align: left;
    background: #e0e0e0;
    font-weight: 300;
    white-space: pre-wrap;
    font-size: 1rem;
}

.coral-RichText-editor table tbody tr,
.tn-simpletable table tbody tr {
    border-bottom: 2px #d1d3d4 solid;
    font-size: 0.875rem;
}

.coral-RichText-editor table.zebra tr:nth-of-type(odd),
.tn-simpletable table.zebra tr:nth-of-type(odd) {
    background-color: #f1f1f2;
}

.coral-RichText-editor .table-wrap,
.tn-simpletable .table-wrap {
    overflow: auto;
    margin-bottom: 25px;
}

.coral-RichText-editor .table-wrap.active,
.tn-simpletable .table-wrap.active {
    border: 2px #d1d3d4 solid;
    border-bottom: 0;
    border-top: 0;
}

.coral-RichText-editor .table-wrap.active table,
.tn-simpletable .table-wrap.active table {
    min-width: 600px;
}

.coral-RichText-editor .table-message,
.tn-simpletable .table-message {
    font-size: 0.75rem;
    line-height: 1rem;
    background: #888;
    color: white;
    text-align: center;
    padding: 5px;
    display: none;
}

.coral-RichText-editor .table-message.active,
.tn-simpletable .table-message.active {
    display: block;
}

@media screen and (max-width: 64em) {
    .coral-RichText-editor,
    .tn-simpletable {
        overflow-x: auto !important;
    }
}


/*************************
   Full Width handling
*************************/

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl {
    padding: 0;
    margin-top: 20px;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl:first-child {
    margin-top: 20px;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl:last-child {
    margin-bottom: 20px;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl h2.FullWidthComponentTitle {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .bgimg,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .primary-color {
    background-color: #3d3e40;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .secondary-color {
    background-color: #780000;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .third-color {
    background-color: #f2cd47;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .fourth-color {
    background-color: #6e7073;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .fifth-color {
    background-color: #eeeeee;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .sixth-color {
    background-color: #557f2e;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .primary-color h2.FullWidthComponentTitle,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .secondary-color h2.FullWidthComponentTitle,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .fourth-color h2.FullWidthComponentTitle,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .sixth-color h2.FullWidthComponentTitle {
    color: #fff;
    padding-left: 1rem;
    padding-top: 1rem;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*********************
     Color states (508)
     ********************/
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 2.5rem !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color {
    background-color: #3d3e40;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color {
    background-color: #780000;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.third-color {
    background-color: #f2cd47;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color {
    background-color: #6e7073;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fifth-color {
    background-color: #eeeeee;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color {
    background-color: #557f2e;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color {
    color: #fff;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color [data-label],
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color [data-label],
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color [data-label],
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color [data-label] {
    color: #fff;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:visited {
    color: #fff !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:visited:before {
    color: #fff !important;
    border: 2px #fff solid !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:visited:hover {
    color: #FFA799 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-cta a.text-button:visited:hover:before {
    border-color: #FFA799 !important;
    color: #FFA799 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:visited {
    color: #fff !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color a:visited:hover {
    color: #fff !important;
    text-decoration: underline;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel {
    color: #fff;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:visited {
    color: #fff !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:visited:before {
    color: #fff !important;
    border: 2px #fff solid !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:visited:hover {
    color: #FFA799 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel .tn-cta a.text-button:visited:hover:before {
    border-color: #FFA799 !important;
    color: #FFA799 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel ul li:before {
    color: #fff !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .panel a:visited:hover {
    color: #fff !important;
    text-decoration: underline;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-jumpmenu .dropdown-menu>li>a {
    color: #333 !important;
    text-decoration: none;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-jumpmenu .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane {
    padding: 2rem;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited {
    color: #a7a9ac !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before {
    color: #a7a9ac !important;
    border: 2px #a7a9ac solid !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover {
    color: #ee3524 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before {
    border-color: #ee3524 !important;
    color: #ee3524 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:active {
    color: #2066d8 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane a:visited:hover {
    color: #ee3524 !important;
    text-decoration: underline;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h5 a:active {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-panel .panel h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-panel .panel h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-panel .panel h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-panel .panel h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .tab-pane h5 a:hover {
    color: #ee3524 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:active {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .nav-tabs a:visited:hover {
    color: #3d3e40 !important;
    text-decoration: none;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel {
    color: #131e29;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h4 a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h4 a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h4 a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h4 a:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h4 a:before {
    color: #131e29 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel h5 {
    color: #131e29;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:link,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:visited,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:active,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:active {
    color: #2066d8 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:link:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:active:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tn-tabs .panel a:visited:hover {
    color: #ee3524 !important;
    text-decoration: underline;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tab-pane.active h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tab-pane.active h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tab-pane.active h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tab-pane.active h2,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tab-pane.active h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tab-pane.active h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tab-pane.active h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tab-pane.active h3,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tab-pane.active h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tab-pane.active h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tab-pane.active h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tab-pane.active h4,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color .tab-pane.active h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.secondary-color .tab-pane.active h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.fourth-color .tab-pane.active h5,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.sixth-color .tab-pane.active h5 {
    color: #131e29;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .dataTable th {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-complex-datatable,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-datatable {
    overflow-x: auto;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-complex-datatable .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-datatable .panel p,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-complex-datatable .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-datatable .panel ul li,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-complex-datatable .panel ul li:before,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-datatable .panel ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-complex-datatable .panel div>div.row,
.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .tn-datatable .panel div>div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    max-width: 100%;
    display: block;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.primary-color:hover {
    background-color: #6e7073 !important;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.secondary-color:hover {
    background-color: #4c0000 !important;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.third-color:hover {
    background-color: #ed9924 !important;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.fourth-color:hover {
    background-color: #3d3e40 !important;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.fifth-color:hover {
    background-color: #a7a9ac !important;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .parsys_column.sixth-color:hover {
    background-color: #2f470e !important;
    transition: all 0.5s ease-in-out !important;
}


/*************************************
    Normal column ctrl
*******************************************/

.tn-columnctrl {
    /*********************
     Color states (508)
     ********************/
}

.tn-columnctrl .tn-col-ctrl {
    padding-top: 1rem;
}

.tn-columnctrl .bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.tn-columnctrl .primary-color {
    background-color: #3d3e40;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .secondary-color {
    background-color: #780000;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .third-color {
    background-color: #f2cd47;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .fourth-color {
    background-color: #6e7073;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .fifth-color {
    background-color: #eeeeee;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .sixth-color {
    background-color: #557f2e;
    transition: all 0.5s ease-in-out !important;
}

.tn-columnctrl .primary-color,
.tn-columnctrl .secondary-color,
.tn-columnctrl .fourth-color,
.tn-columnctrl .sixth-color {
    color: #fff;
}

.tn-columnctrl .primary-color h2,
.tn-columnctrl .secondary-color h2,
.tn-columnctrl .fourth-color h2,
.tn-columnctrl .sixth-color h2,
.tn-columnctrl .primary-color h3,
.tn-columnctrl .secondary-color h3,
.tn-columnctrl .fourth-color h3,
.tn-columnctrl .sixth-color h3,
.tn-columnctrl .primary-color h4,
.tn-columnctrl .secondary-color h4,
.tn-columnctrl .fourth-color h4,
.tn-columnctrl .sixth-color h4,
.tn-columnctrl .primary-color h5,
.tn-columnctrl .secondary-color h5,
.tn-columnctrl .fourth-color h5,
.tn-columnctrl .sixth-color h5,
.tn-columnctrl .primary-color [data-label],
.tn-columnctrl .secondary-color [data-label],
.tn-columnctrl .fourth-color [data-label],
.tn-columnctrl .sixth-color [data-label] {
    color: #fff;
}

.tn-columnctrl .primary-color .tn-cta a.text-button:link,
.tn-columnctrl .secondary-color .tn-cta a.text-button:link,
.tn-columnctrl .fourth-color .tn-cta a.text-button:link,
.tn-columnctrl .sixth-color .tn-cta a.text-button:link,
.tn-columnctrl .primary-color .tn-cta a.text-button:active,
.tn-columnctrl .secondary-color .tn-cta a.text-button:active,
.tn-columnctrl .fourth-color .tn-cta a.text-button:active,
.tn-columnctrl .sixth-color .tn-cta a.text-button:active,
.tn-columnctrl .primary-color .tn-cta a.text-button:visited,
.tn-columnctrl .secondary-color .tn-cta a.text-button:visited,
.tn-columnctrl .fourth-color .tn-cta a.text-button:visited,
.tn-columnctrl .sixth-color .tn-cta a.text-button:visited {
    color: #fff !important;
}

.tn-columnctrl .primary-color .tn-cta a.text-button:link:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:link:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:link:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:link:before,
.tn-columnctrl .primary-color .tn-cta a.text-button:active:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:active:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:active:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:active:before,
.tn-columnctrl .primary-color .tn-cta a.text-button:visited:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:visited:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:visited:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:visited:before {
    color: #fff !important;
    border: 2px #fff solid !important;
}

.tn-columnctrl .primary-color .tn-cta a.text-button:link:hover,
.tn-columnctrl .secondary-color .tn-cta a.text-button:link:hover,
.tn-columnctrl .fourth-color .tn-cta a.text-button:link:hover,
.tn-columnctrl .sixth-color .tn-cta a.text-button:link:hover,
.tn-columnctrl .primary-color .tn-cta a.text-button:active:hover,
.tn-columnctrl .secondary-color .tn-cta a.text-button:active:hover,
.tn-columnctrl .fourth-color .tn-cta a.text-button:active:hover,
.tn-columnctrl .sixth-color .tn-cta a.text-button:active:hover,
.tn-columnctrl .primary-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl .secondary-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl .fourth-color .tn-cta a.text-button:visited:hover,
.tn-columnctrl .sixth-color .tn-cta a.text-button:visited:hover {
    color: #FFA799 !important;
}

.tn-columnctrl .primary-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .primary-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .primary-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .secondary-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .fourth-color .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .sixth-color .tn-cta a.text-button:visited:hover:before {
    border-color: #FFA799 !important;
    color: #FFA799 !important;
}

.tn-columnctrl .primary-color a:link,
.tn-columnctrl .secondary-color a:link,
.tn-columnctrl .fourth-color a:link,
.tn-columnctrl .sixth-color a:link,
.tn-columnctrl .primary-color a:active,
.tn-columnctrl .secondary-color a:active,
.tn-columnctrl .fourth-color a:active,
.tn-columnctrl .sixth-color a:active,
.tn-columnctrl .primary-color a:visited,
.tn-columnctrl .secondary-color a:visited,
.tn-columnctrl .fourth-color a:visited,
.tn-columnctrl .sixth-color a:visited {
    color: #fff !important;
}

.tn-columnctrl .primary-color a:link:hover,
.tn-columnctrl .secondary-color a:link:hover,
.tn-columnctrl .fourth-color a:link:hover,
.tn-columnctrl .sixth-color a:link:hover,
.tn-columnctrl .primary-color a:active:hover,
.tn-columnctrl .secondary-color a:active:hover,
.tn-columnctrl .fourth-color a:active:hover,
.tn-columnctrl .sixth-color a:active:hover,
.tn-columnctrl .primary-color a:visited:hover,
.tn-columnctrl .secondary-color a:visited:hover,
.tn-columnctrl .fourth-color a:visited:hover,
.tn-columnctrl .sixth-color a:visited:hover {
    color: #fff !important;
    text-decoration: underline;
}

.tn-columnctrl .primary-color .panel,
.tn-columnctrl .secondary-color .panel,
.tn-columnctrl .fourth-color .panel,
.tn-columnctrl .sixth-color .panel {
    color: #fff;
}

.tn-columnctrl .primary-color .panel .tn-cta a.text-button:link,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:link,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:link,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:link,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:active,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:active,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:active,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:active,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:visited,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:visited {
    color: #fff !important;
}

.tn-columnctrl .primary-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:visited:before {
    color: #fff !important;
    border: 2px #fff solid !important;
}

.tn-columnctrl .primary-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:visited:hover {
    color: #FFA799 !important;
}

.tn-columnctrl .primary-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .primary-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .secondary-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .fourth-color .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .sixth-color .panel .tn-cta a.text-button:visited:hover:before {
    border-color: #FFA799 !important;
    color: #FFA799 !important;
}

.tn-columnctrl .primary-color .panel a:link,
.tn-columnctrl .secondary-color .panel a:link,
.tn-columnctrl .fourth-color .panel a:link,
.tn-columnctrl .sixth-color .panel a:link,
.tn-columnctrl .primary-color .panel a:active,
.tn-columnctrl .secondary-color .panel a:active,
.tn-columnctrl .fourth-color .panel a:active,
.tn-columnctrl .sixth-color .panel a:active,
.tn-columnctrl .primary-color .panel a:visited,
.tn-columnctrl .secondary-color .panel a:visited,
.tn-columnctrl .fourth-color .panel a:visited,
.tn-columnctrl .sixth-color .panel a:visited,
.tn-columnctrl .primary-color .panel a:before,
.tn-columnctrl .secondary-color .panel a:before,
.tn-columnctrl .fourth-color .panel a:before,
.tn-columnctrl .sixth-color .panel a:before,
.tn-columnctrl .primary-color .panel ul li:before,
.tn-columnctrl .secondary-color .panel ul li:before,
.tn-columnctrl .fourth-color .panel ul li:before,
.tn-columnctrl .sixth-color .panel ul li:before {
    color: #fff !important;
}

.tn-columnctrl .primary-color .panel a:link:hover,
.tn-columnctrl .secondary-color .panel a:link:hover,
.tn-columnctrl .fourth-color .panel a:link:hover,
.tn-columnctrl .sixth-color .panel a:link:hover,
.tn-columnctrl .primary-color .panel a:active:hover,
.tn-columnctrl .secondary-color .panel a:active:hover,
.tn-columnctrl .fourth-color .panel a:active:hover,
.tn-columnctrl .sixth-color .panel a:active:hover,
.tn-columnctrl .primary-color .panel a:visited:hover,
.tn-columnctrl .secondary-color .panel a:visited:hover,
.tn-columnctrl .fourth-color .panel a:visited:hover,
.tn-columnctrl .sixth-color .panel a:visited:hover {
    color: #fff !important;
    text-decoration: underline;
}

.tn-columnctrl .primary-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl .secondary-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl .fourth-color .tn-jumpmenu .dropdown-menu>li>a,
.tn-columnctrl .sixth-color .tn-jumpmenu .dropdown-menu>li>a {
    color: #333 !important;
    text-decoration: none;
}

.tn-columnctrl .primary-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl .secondary-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl .fourth-color .tn-jumpmenu .dropdown-menu>li>a:hover,
.tn-columnctrl .sixth-color .tn-jumpmenu .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
}

.tn-columnctrl .primary-color .tn-panel .panel,
.tn-columnctrl .secondary-color .tn-panel .panel,
.tn-columnctrl .fourth-color .tn-panel .panel,
.tn-columnctrl .sixth-color .tn-panel .panel,
.tn-columnctrl .primary-color .tn-tabs .tab-pane,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane {
    padding: 2rem;
}

.tn-columnctrl .primary-color .tn-panel .panel p,
.tn-columnctrl .secondary-color .tn-panel .panel p,
.tn-columnctrl .fourth-color .tn-panel .panel p,
.tn-columnctrl .sixth-color .tn-panel .panel p,
.tn-columnctrl .primary-color .tn-tabs .tab-pane p,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane p,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane p,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane p,
.tn-columnctrl .primary-color .tn-panel .panel ul li,
.tn-columnctrl .secondary-color .tn-panel .panel ul li,
.tn-columnctrl .fourth-color .tn-panel .panel ul li,
.tn-columnctrl .sixth-color .tn-panel .panel ul li,
.tn-columnctrl .primary-color .tn-tabs .tab-pane ul li,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane ul li,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane ul li,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane ul li,
.tn-columnctrl .primary-color .tn-panel .panel ul li:before,
.tn-columnctrl .secondary-color .tn-panel .panel ul li:before,
.tn-columnctrl .fourth-color .tn-panel .panel ul li:before,
.tn-columnctrl .sixth-color .tn-panel .panel ul li:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane ul li:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited {
    color: #a7a9ac !important;
}

.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:link:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:before,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:active:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:before,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:visited:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:before {
    color: #a7a9ac !important;
    border: 2px #a7a9ac solid !important;
}

.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:link:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:active:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:visited:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover {
    color: #ee3524 !important;
}

.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:link:hover:before,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:active:hover:before,
.tn-columnctrl .primary-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .secondary-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .fourth-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .sixth-color .tn-panel .panel .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .primary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane .tn-cta a.text-button:visited:hover:before {
    border-color: #ee3524 !important;
    color: #ee3524 !important;
}

.tn-columnctrl .primary-color .tn-panel .panel a,
.tn-columnctrl .secondary-color .tn-panel .panel a,
.tn-columnctrl .fourth-color .tn-panel .panel a,
.tn-columnctrl .sixth-color .tn-panel .panel a,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a,
.tn-columnctrl .primary-color .tn-panel .panel a:link,
.tn-columnctrl .secondary-color .tn-panel .panel a:link,
.tn-columnctrl .fourth-color .tn-panel .panel a:link,
.tn-columnctrl .sixth-color .tn-panel .panel a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:link,
.tn-columnctrl .primary-color .tn-panel .panel a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:visited,
.tn-columnctrl .primary-color .tn-panel .panel a:active,
.tn-columnctrl .secondary-color .tn-panel .panel a:active,
.tn-columnctrl .fourth-color .tn-panel .panel a:active,
.tn-columnctrl .sixth-color .tn-panel .panel a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:active {
    color: #2066d8 !important;
}

.tn-columnctrl .primary-color .tn-panel .panel a:link:hover,
.tn-columnctrl .secondary-color .tn-panel .panel a:link:hover,
.tn-columnctrl .fourth-color .tn-panel .panel a:link:hover,
.tn-columnctrl .sixth-color .tn-panel .panel a:link:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:link:hover,
.tn-columnctrl .primary-color .tn-panel .panel a:active:hover,
.tn-columnctrl .secondary-color .tn-panel .panel a:active:hover,
.tn-columnctrl .fourth-color .tn-panel .panel a:active:hover,
.tn-columnctrl .sixth-color .tn-panel .panel a:active:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:active:hover,
.tn-columnctrl .primary-color .tn-panel .panel a:visited:hover,
.tn-columnctrl .secondary-color .tn-panel .panel a:visited:hover,
.tn-columnctrl .fourth-color .tn-panel .panel a:visited:hover,
.tn-columnctrl .sixth-color .tn-panel .panel a:visited:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane a:visited:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane a:visited:hover {
    color: #ee3524 !important;
    text-decoration: underline;
}

.tn-columnctrl .primary-color .tn-panel .panel h1 a:link,
.tn-columnctrl .secondary-color .tn-panel .panel h1 a:link,
.tn-columnctrl .fourth-color .tn-panel .panel h1 a:link,
.tn-columnctrl .sixth-color .tn-panel .panel h1 a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h1 a:link,
.tn-columnctrl .primary-color .tn-panel .panel h1 a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel h1 a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel h1 a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel h1 a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h1 a:visited,
.tn-columnctrl .primary-color .tn-panel .panel h1 a:active,
.tn-columnctrl .secondary-color .tn-panel .panel h1 a:active,
.tn-columnctrl .fourth-color .tn-panel .panel h1 a:active,
.tn-columnctrl .sixth-color .tn-panel .panel h1 a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h1 a:active,
.tn-columnctrl .primary-color .tn-panel .panel h2 a:link,
.tn-columnctrl .secondary-color .tn-panel .panel h2 a:link,
.tn-columnctrl .fourth-color .tn-panel .panel h2 a:link,
.tn-columnctrl .sixth-color .tn-panel .panel h2 a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h2 a:link,
.tn-columnctrl .primary-color .tn-panel .panel h2 a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel h2 a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel h2 a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel h2 a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h2 a:visited,
.tn-columnctrl .primary-color .tn-panel .panel h2 a:active,
.tn-columnctrl .secondary-color .tn-panel .panel h2 a:active,
.tn-columnctrl .fourth-color .tn-panel .panel h2 a:active,
.tn-columnctrl .sixth-color .tn-panel .panel h2 a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h2 a:active,
.tn-columnctrl .primary-color .tn-panel .panel h3 a:link,
.tn-columnctrl .secondary-color .tn-panel .panel h3 a:link,
.tn-columnctrl .fourth-color .tn-panel .panel h3 a:link,
.tn-columnctrl .sixth-color .tn-panel .panel h3 a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h3 a:link,
.tn-columnctrl .primary-color .tn-panel .panel h3 a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel h3 a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel h3 a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel h3 a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h3 a:visited,
.tn-columnctrl .primary-color .tn-panel .panel h3 a:active,
.tn-columnctrl .secondary-color .tn-panel .panel h3 a:active,
.tn-columnctrl .fourth-color .tn-panel .panel h3 a:active,
.tn-columnctrl .sixth-color .tn-panel .panel h3 a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h3 a:active,
.tn-columnctrl .primary-color .tn-panel .panel h4 a:link,
.tn-columnctrl .secondary-color .tn-panel .panel h4 a:link,
.tn-columnctrl .fourth-color .tn-panel .panel h4 a:link,
.tn-columnctrl .sixth-color .tn-panel .panel h4 a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h4 a:link,
.tn-columnctrl .primary-color .tn-panel .panel h4 a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel h4 a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel h4 a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel h4 a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h4 a:visited,
.tn-columnctrl .primary-color .tn-panel .panel h4 a:active,
.tn-columnctrl .secondary-color .tn-panel .panel h4 a:active,
.tn-columnctrl .fourth-color .tn-panel .panel h4 a:active,
.tn-columnctrl .sixth-color .tn-panel .panel h4 a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h4 a:active,
.tn-columnctrl .primary-color .tn-panel .panel h5 a:link,
.tn-columnctrl .secondary-color .tn-panel .panel h5 a:link,
.tn-columnctrl .fourth-color .tn-panel .panel h5 a:link,
.tn-columnctrl .sixth-color .tn-panel .panel h5 a:link,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h5 a:link,
.tn-columnctrl .primary-color .tn-panel .panel h5 a:visited,
.tn-columnctrl .secondary-color .tn-panel .panel h5 a:visited,
.tn-columnctrl .fourth-color .tn-panel .panel h5 a:visited,
.tn-columnctrl .sixth-color .tn-panel .panel h5 a:visited,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h5 a:visited,
.tn-columnctrl .primary-color .tn-panel .panel h5 a:active,
.tn-columnctrl .secondary-color .tn-panel .panel h5 a:active,
.tn-columnctrl .fourth-color .tn-panel .panel h5 a:active,
.tn-columnctrl .sixth-color .tn-panel .panel h5 a:active,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h5 a:active,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h5 a:active {
    color: #3d3e40 !important;
}

.tn-columnctrl .primary-color .tn-panel .panel h2 a:hover,
.tn-columnctrl .secondary-color .tn-panel .panel h2 a:hover,
.tn-columnctrl .fourth-color .tn-panel .panel h2 a:hover,
.tn-columnctrl .sixth-color .tn-panel .panel h2 a:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h2 a:hover,
.tn-columnctrl .primary-color .tn-panel .panel h3 a:hover,
.tn-columnctrl .secondary-color .tn-panel .panel h3 a:hover,
.tn-columnctrl .fourth-color .tn-panel .panel h3 a:hover,
.tn-columnctrl .sixth-color .tn-panel .panel h3 a:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h3 a:hover,
.tn-columnctrl .primary-color .tn-panel .panel h4 a:hover,
.tn-columnctrl .secondary-color .tn-panel .panel h4 a:hover,
.tn-columnctrl .fourth-color .tn-panel .panel h4 a:hover,
.tn-columnctrl .sixth-color .tn-panel .panel h4 a:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h4 a:hover,
.tn-columnctrl .primary-color .tn-panel .panel h5 a:hover,
.tn-columnctrl .secondary-color .tn-panel .panel h5 a:hover,
.tn-columnctrl .fourth-color .tn-panel .panel h5 a:hover,
.tn-columnctrl .sixth-color .tn-panel .panel h5 a:hover,
.tn-columnctrl .primary-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl .secondary-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl .fourth-color .tn-tabs .tab-pane h5 a:hover,
.tn-columnctrl .sixth-color .tn-tabs .tab-pane h5 a:hover {
    color: #ee3524 !important;
}

.tn-columnctrl .primary-color .tn-tabs .nav-tabs p,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs p,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs p,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs p,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs ul li:before,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl .primary-color .tn-tabs .nav-tabs a,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:link,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:visited,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:active,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:active {
    color: #3d3e40 !important;
}

.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:link:hover,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:active:hover,
.tn-columnctrl .primary-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl .secondary-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl .fourth-color .tn-tabs .nav-tabs a:visited:hover,
.tn-columnctrl .sixth-color .tn-tabs .nav-tabs a:visited:hover {
    color: #3d3e40 !important;
    text-decoration: none;
}

.tn-columnctrl .primary-color .tn-tabs .panel,
.tn-columnctrl .secondary-color .tn-tabs .panel,
.tn-columnctrl .fourth-color .tn-tabs .panel,
.tn-columnctrl .sixth-color .tn-tabs .panel {
    color: #131e29;
}

.tn-columnctrl .primary-color .tn-tabs .panel h4 a:link,
.tn-columnctrl .secondary-color .tn-tabs .panel h4 a:link,
.tn-columnctrl .fourth-color .tn-tabs .panel h4 a:link,
.tn-columnctrl .sixth-color .tn-tabs .panel h4 a:link,
.tn-columnctrl .primary-color .tn-tabs .panel h4 a:before,
.tn-columnctrl .secondary-color .tn-tabs .panel h4 a:before,
.tn-columnctrl .fourth-color .tn-tabs .panel h4 a:before,
.tn-columnctrl .sixth-color .tn-tabs .panel h4 a:before {
    color: #131e29 !important;
}

.tn-columnctrl .primary-color .tn-tabs .panel h2,
.tn-columnctrl .secondary-color .tn-tabs .panel h2,
.tn-columnctrl .fourth-color .tn-tabs .panel h2,
.tn-columnctrl .sixth-color .tn-tabs .panel h2,
.tn-columnctrl .primary-color .tn-tabs .panel h3,
.tn-columnctrl .secondary-color .tn-tabs .panel h3,
.tn-columnctrl .fourth-color .tn-tabs .panel h3,
.tn-columnctrl .sixth-color .tn-tabs .panel h3,
.tn-columnctrl .primary-color .tn-tabs .panel h4,
.tn-columnctrl .secondary-color .tn-tabs .panel h4,
.tn-columnctrl .fourth-color .tn-tabs .panel h4,
.tn-columnctrl .sixth-color .tn-tabs .panel h4,
.tn-columnctrl .primary-color .tn-tabs .panel h5,
.tn-columnctrl .secondary-color .tn-tabs .panel h5,
.tn-columnctrl .fourth-color .tn-tabs .panel h5,
.tn-columnctrl .sixth-color .tn-tabs .panel h5 {
    color: #131e29;
}

.tn-columnctrl .primary-color .tn-tabs .panel a,
.tn-columnctrl .secondary-color .tn-tabs .panel a,
.tn-columnctrl .fourth-color .tn-tabs .panel a,
.tn-columnctrl .sixth-color .tn-tabs .panel a,
.tn-columnctrl .primary-color .tn-tabs .panel a:link,
.tn-columnctrl .secondary-color .tn-tabs .panel a:link,
.tn-columnctrl .fourth-color .tn-tabs .panel a:link,
.tn-columnctrl .sixth-color .tn-tabs .panel a:link,
.tn-columnctrl .primary-color .tn-tabs .panel a:visited,
.tn-columnctrl .secondary-color .tn-tabs .panel a:visited,
.tn-columnctrl .fourth-color .tn-tabs .panel a:visited,
.tn-columnctrl .sixth-color .tn-tabs .panel a:visited,
.tn-columnctrl .primary-color .tn-tabs .panel a:active,
.tn-columnctrl .secondary-color .tn-tabs .panel a:active,
.tn-columnctrl .fourth-color .tn-tabs .panel a:active,
.tn-columnctrl .sixth-color .tn-tabs .panel a:active {
    color: #2066d8 !important;
}

.tn-columnctrl .primary-color .tn-tabs .panel a:link:hover,
.tn-columnctrl .secondary-color .tn-tabs .panel a:link:hover,
.tn-columnctrl .fourth-color .tn-tabs .panel a:link:hover,
.tn-columnctrl .sixth-color .tn-tabs .panel a:link:hover,
.tn-columnctrl .primary-color .tn-tabs .panel a:active:hover,
.tn-columnctrl .secondary-color .tn-tabs .panel a:active:hover,
.tn-columnctrl .fourth-color .tn-tabs .panel a:active:hover,
.tn-columnctrl .sixth-color .tn-tabs .panel a:active:hover,
.tn-columnctrl .primary-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl .secondary-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl .fourth-color .tn-tabs .panel a:visited:hover,
.tn-columnctrl .sixth-color .tn-tabs .panel a:visited:hover {
    color: #ee3524 !important;
    text-decoration: underline;
}

.tn-columnctrl .primary-color .tab-pane.active h2,
.tn-columnctrl .secondary-color .tab-pane.active h2,
.tn-columnctrl .fourth-color .tab-pane.active h2,
.tn-columnctrl .sixth-color .tab-pane.active h2,
.tn-columnctrl .primary-color .tab-pane.active h3,
.tn-columnctrl .secondary-color .tab-pane.active h3,
.tn-columnctrl .fourth-color .tab-pane.active h3,
.tn-columnctrl .sixth-color .tab-pane.active h3,
.tn-columnctrl .primary-color .tab-pane.active h4,
.tn-columnctrl .secondary-color .tab-pane.active h4,
.tn-columnctrl .fourth-color .tab-pane.active h4,
.tn-columnctrl .sixth-color .tab-pane.active h4,
.tn-columnctrl .primary-color .tab-pane.active h5,
.tn-columnctrl .secondary-color .tab-pane.active h5,
.tn-columnctrl .fourth-color .tab-pane.active h5,
.tn-columnctrl .sixth-color .tab-pane.active h5 {
    color: #131e29;
}

.tn-columnctrl .dataTable th {
    color: #3d3e40 !important;
}

.tn-columnctrl .row .tn-complex-datatable,
.tn-columnctrl .row .tn-datatable {
    overflow-x: auto;
}

.tn-columnctrl .row .tn-complex-datatable .panel p,
.tn-columnctrl .row .tn-datatable .panel p,
.tn-columnctrl .row .tn-complex-datatable .panel ul li,
.tn-columnctrl .row .tn-datatable .panel ul li,
.tn-columnctrl .row .tn-complex-datatable .panel ul li:before,
.tn-columnctrl .row .tn-datatable .panel ul li:before {
    color: #3d3e40 !important;
}

.tn-columnctrl .row .tn-complex-datatable .panel div>div.row,
.tn-columnctrl .row .tn-datatable .panel div>div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    max-width: 100%;
    display: block;
}


/*********************
    No Padding class so columns can be flush
     ********************/

.tn-fullwidth .tn-col-ctrl.nopadding-bottom .row {
    margin-bottom: 0px !important;
}


/*********************
    Restoring the responsive columns
this also removes them being flush top and bottom.
     ********************/

@media (max-width: 841px) {
    .tn-fullwidth .tn-col-ctrl .row.tn-2cols,
    .tn-fullwidth .tn-col-ctrl .row.tn-4cols {
        display: block;
    }
}

@media (max-width: 640px) {
    .tn-fullwidth .tn-col-ctrl .row {
        display: block !important;
    }
}

.basic>div[class^="tn-"],
.basic .row,
.basic .containers.tn-tabs,
.basic .containers.tn-accordion {
    max-width: 1100px;
    margin: auto;
}

@media only screen and (min-width: 40em) {
    .basic>div[class^="tn-"],
    .basic .row,
    .basic .containers.tn-tabs,
    .basic .containers.tn-accordion {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 64em) and (min-width: 40em) {
    .basic>div[class^="tn-"],
    .basic .row,
    .basic .containers.tn-tabs,
    .basic .containers.tn-accordion {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media only screen and (max-width: 40em) {
    .basic>div[class^="tn-"],
    .basic .row,
    .basic .containers.tn-tabs,
    .basic .containers.tn-accordion {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.basic .tn-fullwidth>[class^="tn-"] {
    max-width: 100% !important;
}

@media only print {
    *,
    *:before,
    *:after {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: inherit!important;
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    body * {
        font-family: Arial, Helvetica, sans-serif;
    }
    .tn-header,
    .tn-topnav,
    .tn-breadcrumb,
    .tn-leftnav,
    .tn-quicknav,
    a.button,
    .tn-socialmediabarfooter,
    .tn-secondaryfooter,
    .tn-footer {
        display: none !important;
    }
    .box,
    article,
    .panel,
    blockquote,
    figure {
        border: 0 !important;
        box-shadow: none !important;
    }
    ul.stories.active>li,
    ul.articles.active>li {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .col-sm-8 {
        width: 100% !important;
    }
    p a:before,
    a.text-button:link:before,
    a.text-button:active:before,
    a.text-button:visited:before,
    a.text-button:link:after,
    a.text-button:active:after,
    a.text-button:visited:after,
    .tn-cta a.text-button:link {
        color: #a7a9ac !important;
    }
    a[href]:after {
        content: " ";
    }
    .tn-mainhomepagenews .date,
    .tn-mainhomepagenews .headlines p a.text-button,
    .news .content .date {
        color: #a7a9ac !important;
    }
    .tn-commissioner ul.social-list li a[href]:after {
        content: "(" attr(href) ") ";
    }
    .tn-commissioner ul.social-list,
    .tn-previewslider .swiper-wrapper>li .description,
    .tn-previewslider .swiper-container .swiper-wrapper li.swiper-before .text {
        color: #a7a9ac !important;
    }
    /* ------------------ */
    /*       Sliders      */
    /* ------------------ */
    .tn-previewslider .swiper-wrapper>li:not(.swiper-slide-active) .description h2 {
        font-size: 1rem !important;
    }
    .tn-previewslider .swiper-wrapper li:not(.swiper-slide-active) .description .text small {
        display: none;
    }
    .tn-previewslider .swiper-container .swiper-wrapper li.swiper-slide-active .text {
        color: #3d3e40 !important;
    }
    .tn-previewslider .swiper-nav i:before {
        color: #000000 !important;
    }
    .tn-basicslider .carousel-indicators li {
        background-color: #a7a9ac !important;
    }
    .tn-previewslider ul.pagination .swiper-pagination-switch.swiper-active-switch:before {
        color: #666666 !important;
    }
    .tn-previewslider ul.pagination .swiper-pagination-switch:before {
        color: #a7a9ac !important;
    }
    /* ------------------ */
    /*       Buttons      */
    /* ------------------ */
    input.button,
    button.button,
    submit.button,
    span.button,
    div.button,
    .fsForm .fsSubmit input.fsSubmitButton,
    .poloLink a[class*=show] {
        border: 1px solid #3d3e40 !important;
        border-radius: 2px;
    }
    /*.alert,
    .entity-alert,*/
    .eventblock {
        border: 1px solid #3d3e40 !important;
        border-radius: 0px;
    }
    /* ------------------ */
    /* Tabs and Accordion */
    /* ------------------ */
    .tab-content>.tab-pane {
        display: block;
    }
    .tn-tabs .top>.tab-pane {
        padding: 25px 25px !important;
    }
    .tab-pane {
        border: 1px solid #aaa;
        margin-bottom: 20px;
    }
    .tn-tabs .tab-content {
        border: 0px !important;
    }
    .tn-tabs ul.responsive-tabs {
        display: none;
    }
    .tn-tabs div.responsive-tabs-container.tabs-left>div>div {
        min-width: 100% !important;
    }
    #collapse1,
    #collapse2 {
        display: block;
    }
    .tn-accordion .icon-angle-right.collapsed:before {
        content: '\e81e';
        -webkit-transform: rotate(90deg) !important;
        -moz-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    /* -------------------- */
    /* Linklist, imagecube  */
    /*      Photoblock      */
    /* -------------------- */
    .tn-linklist .imagecube,
    .tn-contenttile .imagecube,
    .tn-photoblock .imagecube {
        height: 80px !important;
    }
    .tn-linklist .imagecube .title,
    .tn-contenttile .imagecube .title,
    .tn-photoblock .imagecube .title,
    .tn-contenttile .imagecube h2.title {
        font-size: 21px;
        padding: 15px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: -0.075em;
    }
    .tn-linklist h2 a[href]:after {
        content: " ";
    }
    a.imagecube {
        border: 1px solid #aaa;
    }
}


/******************************* 
	Blue TNGov
*******************************/


/****************** Font Families *************/

h1,
h2,
h3,
h4,
h5,
[data-label] {
    color: #1b365d;
}

.coral-RichText-editor h2,
.tn-rte h2,
.tn-textandimage h2,
.tn-textandimage-event h2 {
    color: #1b365d;
}

a.button,
input.button,
button.button,
submit.button,
span.button,
div.button,
.fsForm .fsSubmit input.fsSubmitButton,
.poloLink a[class*=show] {
    background: #1b365d;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:active {
    color: #1b365d;
}

a,
a:link,
a:visited,
a:active {
    color: #174a7c;
}

a:hover,
a:focus {
    color: #ee3524;
}


/****************** Font Families *************/

.tn-calendar table caption {
    background-color: #1b365d;
}

.tn-calendar .current {
    background-color: #ffffff;
}


/****************** Font Families *************/

.tn-footer footer#footer #footer-bottom {
    background: #1b365d;
}

.tn-footer #footer-livechat {
    display: inline-block;
}


/****************** Font Families *************/

.tn-header #header {
    background: #445c7c;
}


/****************** Font Families *************/

.tn-linklist .imagecube,
.tn-contenttile .imagecube,
.tn-photoblock .imagecube {
    background-color: #1b365d;
}


/****************** Font Families *************/

.tn-pagetitle h1 {
    color: #1b365d;
}


/****************** Font Families *************/

.tn-previewslider .swiper-container .swiper-wrapper li .darken {
    background-color: #1b365d;
}

.tn-previewslider .swiper-container .swiper-wrapper {
    background-color: #1b365d;
}


/****************** Font Families *************/

.tn-mainhomepagecalendar .background-image {
    background-color: #1b365d;
}

.tn-mainhomepagecalendar .tn-calendar table caption {
    background-color: #f1f1f2;
}


/****************** Font Families *************/

.tn-complex-datatable .address-1 table,
.tn-complex-datatable .address-1 thead,
.tn-complex-datatable .address-1 tbody,
.tn-complex-datatable .address-1 th,
.tn-complex-datatable .address-1 tr,
.tn-complex-datatable .address-1 td {
    font-family: 'Permian Slab', serif;
}

.tn-complex-datatable .address-1 tr {
    border-bottom: 0px #1b365d solid !important;
}

.tn-complex-datatable .address-1 td:first-child {
    background-color: #1b365d;
}

.tn-complex-datatable .address-2 table,
.tn-complex-datatable .address-2 thead,
.tn-complex-datatable .address-2 tbody,
.tn-complex-datatable .address-2 th,
.tn-complex-datatable .address-2 tr,
.tn-complex-datatable .address-2 td {
    font-family: 'Permian Slab', serif;
}

.tn-complex-datatable .address-2 tr {
    border-bottom: 0px #1b365d solid !important;
}

.tn-complex-datatable .address-2 td:first-child {
    background-color: #1b365d;
}

.tn-complex-datatable .address-4 table,
.tn-complex-datatable .address-4 thead,
.tn-complex-datatable .address-4 tbody,
.tn-complex-datatable .address-4 th,
.tn-complex-datatable .address-4 tr,
.tn-complex-datatable .address-4 td {
    font-family: 'Permian Slab', serif;
}

.tn-complex-datatable .address-4 tr {
    border-bottom: 0px #1b365d solid !important;
}

.tn-complex-datatable .address-4 td:first-child {
    background-color: #1b365d;
}

.tn-complex-datatable .address-4 .dataTables_info {
    display: none;
}

.tn-complex-datatable .address-4 table+.dataTables_info {
    display: none;
}


/****************** Font Families *************/

.tn-extendedtabs li a button {
    background-color: #1b365d !important;
    border-color: #1b365d !important;
}

.tn-extendedtabs li.active {
    background: #eee !important;
    border-bottom: 2px solid #1b365d !important;
}

.tn-extendedtabs ::-webkit-scrollbar-thumb {
    background-color: #1b365d;
}

@media (max-width: 991px) {
    .tn-extendedtabs .panel-heading a button {
        background-color: #1b365d;
        border-color: #1b365d;
    }
}


/****************** Font Families *************/


/*************************
   Full Width handling
*************************/

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .primary-color {
    background-color: #1b365d;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color {
    background-color: #1b365d;
}

.tn-columnctrl-FullWidth>.tn-fullwidth>.tn-col-ctrl .row .parsys_column.primary-color:hover {
    background-color: #6e7073 !important;
}

.tn-columnctrl .primary-color {
    background-color: #1b365d;
}


/**************************
    Bootstrap 3 Customs
    *********************/

body {
    position: relative;
    min-height: 100%;
    top: 0px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.row {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 640px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 641px) {
    .tn-tabs .nav-tabs.nav-justified>li {
        display: inline-block;
        width: auto;
    }
}


/* Column Control
    ==================================== */

.tn-col-ctrl {
    padding: 0;
    margin-top: 20px;
    &:first-child {
        margin-top: 20px;
    }
    &:last-child {
        margin-bottom: 10px;
    }
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 40px !important;
        max-width: 100%;
        .parsys_column {
            position: relative;
            min-height: 1px;
            padding-left: 0px;
            padding-right: 7px;
            float: left;
        }
    }
    .tn-2cols {
        .parsys_column {
            &:extend(.col-xs-12);
            &:extend(.col-sm-6);
        }
    }
    .tn-3cols {
        .parsys_column {
            &:extend(.col-xs-12);
            &:extend(.col-sm-4);
        }
    }
    .tn-4cols {
        .parsys_column {
            &:extend(.col-xs-12);
            &:extend(.col-sm-6);
            &:extend(.col-lg-3);
        }
    }
    .tn-3cols-502525 {
        .column-1 {
            &:extend(.col-xs-12);
            &:extend(.col-sm-6);
            &:extend(.col-lg-6);
        }
        .column-2,
        .column-3 {
            &:extend(.col-xs-12);
            &:extend(.col-sm-3);
            &:extend(.col-lg-3);
        }
    }
    .tn-2cols-7525 {
        .column-1 {
            &:extend(.col-xs-12);
            &:extend(.col-sm-9);
        }
        .column-2 {
            &:extend(.col-xs-12);
            &:extend(.col-sm-3);
        }
    }
    .tn-1cols {
        .parsys_column {
            width: 100%;
        }
    }
}


/***************************************
          New Columns
        ***************************************/

.tn-2cols-2575 {
    .column-1 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-3);
    }
    .column-2 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-9);
    }
}

.tn-2cols-6040 {
    .column-1 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-8);
    }
    .column-2 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-4);
    }
}

.tn-2cols-4060 {
    .column-1 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-4);
    }
    .column-2 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-8);
    }
}

.tn-3cols-252550 {
    .column-1,
    .column-2 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-3);
        &:extend(.col-lg-3);
    }
    .column-3 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-6);
        &:extend(.col-lg-6);
    }
}

.tn-3cols-255025 {
    .column-1,
    .column-3 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-3);
        &:extend(.col-lg-3);
    }
    .column-2 {
        &:extend(.col-xs-12);
        &:extend(.col-sm-6);
        &:extend(.col-lg-6);
    }
}

.tn-5cols {
    .parsys_column {
        &:extend(.col-xs-12);
        &:extend(.col-sm-15);
        &:extend(.col-lg-15);
    }
}


/**********************
        end new columns
    **********************/


/*
        =========================================================================
        Full Screen Width Column Control w/ Styling For All Possible Columns
        =========================================================================
    */

.tn-fullwidth.tn-col-ctrl {
    padding: 0;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    .tn-2cols {
        width: 50.00%;
    }
    .tn-3cols {
        width: 33.33333%;
    }
    .tn-4cols {
        width: 25.00%;
    }
    .tn-3cols-502525 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .tn-3cols-502525.column-1 {
        width: 50%;
    }
    .tn-3cols-502525.column-2 {
        width: 25%;
    }
    .tn-3cols-502525.column-3 {
        width: 25%;
    }
    .tn-2cols-7525 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        .column-1 {
            width: 75%;
        }
        .column-2 {
            width: 25%;
        }
    }
    .tn-1cols {
        .column-1 {
            width: 100%;
        }
    }
}

@media (min-width: 640px) {
    div:not(.tn-fullwidth).tn-col-ctrl {
        margin-top: 30px;
        &:first-child {
            margin-top: 30px;
        }
        &:last-child {
            margin-bottom: 15px;
        }
        .row {
            margin-left: -10px;
            margin-right: -10px;
            .parsys_column {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
    }
}


/**************
    Changes for bootstrap 4
***************/

.text-right {
    text-align: right;
    padding: 0 5px !important;
}

@media (min-width: 768px) {
    .col-md-4 {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-md-4 {
        max-width: 100%;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.tn-col-ctrl .tn-2cols .parsys_column,
.tn-col-ctrl .tn-2cols .parsys_column,
.tn-col-ctrl .tn-3cols .parsys_column,
.tn-col-ctrl .tn-3cols .parsys_column,
.tn-col-ctrl .tn-4cols .parsys_column,
.tn-col-ctrl .tn-4cols .parsys_column,
.tn-col-ctrl .tn-4cols .parsys_column,
.tn-col-ctrl .tn-3cols-502525 .column-1,
.tn-col-ctrl .tn-3cols-502525 .column-1,
.tn-col-ctrl .tn-3cols-502525 .column-1,
.tn-col-ctrl .tn-3cols-502525 .column-2,
.tn-col-ctrl .tn-3cols-502525 .column-2,
.tn-col-ctrl .tn-3cols-502525 .column-2,
.tn-col-ctrl .tn-3cols-502525 .column-3,
.tn-col-ctrl .tn-3cols-502525 .column-3,
.tn-col-ctrl .tn-3cols-502525 .column-3,
.tn-col-ctrl .tn-2cols-7525 .column-1,
.tn-col-ctrl .tn-2cols-7525 .column-1,
.tn-col-ctrl .tn-2cols-7525 .column-2,
.tn-col-ctrl .tn-2cols-7525 .column-2,
.tn-2cols-2575 .column-1,
.tn-2cols-2575 .column-1,
.tn-2cols-2575 .column-2,
.tn-2cols-2575 .column-2,
.tn-2cols-6040 .column-1,
.tn-2cols-6040 .column-1,
.tn-2cols-6040 .column-2,
.tn-2cols-6040 .column-2,
.tn-2cols-4060 .column-1,
.tn-2cols-4060 .column-1,
.tn-2cols-4060 .column-2,
.tn-2cols-4060 .column-2,
.tn-3cols-252550 .column-1,
.tn-3cols-252550 .column-1,
.tn-3cols-252550 .column-1,
.tn-3cols-252550 .column-2,
.tn-3cols-252550 .column-2,
.tn-3cols-252550 .column-2,
.tn-3cols-252550 .column-3,
.tn-3cols-252550 .column-3,
.tn-3cols-252550 .column-3,
.tn-3cols-255025 .column-1,
.tn-3cols-255025 .column-1,
.tn-3cols-255025 .column-1,
.tn-3cols-255025 .column-3,
.tn-3cols-255025 .column-3,
.tn-3cols-255025 .column-3,
.tn-3cols-255025 .column-2,
.tn-3cols-255025 .column-2,
.tn-3cols-255025 .column-2,
.tn-5cols .parsys_column {
    position: relative;
    min-height: 1px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

@media (min-width: 641px) {
    .col-sm-6,
    .tn-col-ctrl .tn-2cols .parsys_column,
    .tn-col-ctrl .tn-4cols .parsys_column,
    .tn-col-ctrl .tn-3cols-502525 .column-1,
    .tn-3cols-252550 .column-3,
    .tn-3cols-255025 .column-2 {
        width: 50%;
    }
}

@media (max-width: 865px) {
    .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#wait {
    display: block;
    position: absolute;
    z-index: 88888;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

@media only screen and (max-width: 40em) {
    #wait {
        margin-left: 0px;
    }
}

.content ul {
    margin-left: 30px;
}

.tn-hr {
    width: 100%;
    display: block;
}

.tn-hr hr {
    border: 0px solid black;
    border-bottom: 1px #d1d3d4 solid;
    margin-left: 0px;
    margin-right: 0px;
    margin: 10px 0;
}


/*********************************************/

.dataTables_scrollHead {}

table.dataTable {
    margin: 0 !important;
}

.dataTables_wrapper {
    padding-bottom: 20px;
    /*width: 100%;*/
    margin: 0 !important;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    padding-left: 0px;
}

.dataTables_wrapper .table-wrap {
    /* width: 100%;*/
    margin-bottom: 5px;
    clear: both;
}

table.dataTable caption {
    background: #d1d3d4 !important;
    padding: 10px;
    display: table-caption;
    text-align: center;
    color: #131e29;
}

table.dataTable {
    border-collapse: collapse;
}

table.dataTable * {
    border-collapse: collapse;
}

table.dataTable tr th,
table.dataTable thead th,
table.dataTable tfoot th {
    font-family: 'Permian Slab', serif !important;
    letter-spacing: -0.075em;
    text-align: left;
    background-color: #e0e0e0 !important;
    font-size: 1rem;
    font-weight: bold;
}

table.dataTable tr th,
table.dataTable thead th {
    border-bottom: 1px solid #111;
    padding: 10px 18px;
}

table.dataTable [class*=sorting] {
    cursor: pointer;
}

table.dataTable tbody tr {
    background: none;
    border-bottom: 2px #d1d3d4 solid;
    font-size: 0.875rem;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    width: 50%;
}

.dataTables_filter input {
    max-width: 70%;
    display: inline-block;
}


/* ----------------- */


/*    Pagination     */


/* ----------------- */

.dataTables_info,
.dataTables_paginate {
    font-size: 0.875rem;
}

.dataTables_paginate .paginate_button {
    padding: 5px 7px !important;
    border: 0 !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
    border-color: transparent;
    background: #f1f1f2;
    color: #a7a9ac !important;
    cursor: pointer !important;
}

.dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: transparent;
    color: #ee3524 !important;
}

.dataTables_paginate .paginate_button.disabled {
    color: #a7a9ac !important;
}

@media only screen and (max-width: 40em) {
    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
        width: 100%;
    }
}


/****************** MyTN Style *************/

.mytn-html body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0rem;
    color: #ffffff !important;
    background-color: #174A7C !important;
    background-image: url("../images/logos/star-ball-bgw.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    overflow: auto;
}

.mytn-html #main {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    /*padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;*/
    padding: 10px 20px 0px 20px;
}

@media only screen and (max-width: 40em) {
    .mytn-html #main {
        padding-top: 0px;
    }
}

.mytn-html h2,
.mytn-html h3,
.mytn-html h4,
.mytn-html h5,
[data-label] {
    font-family: 'Permian Slab', serif;
    letter-spacing: -0.075em;
    color: #fff;
    font-weight: normal;
}

.mytn-html label {
    font-size: 1.3rem;
}

.mytn-html #passMessage .dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    background-color: #fff;
    border: 2px #fff solid;
}


/* The message box is shown when the user clicks on the password field */

.mytn-html #passMessage {
    color: #fff !important;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
}

.mytn-html #passMessage h3 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0em;
}

.mytn-html h3 {
    font-size: 1.275rem;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0em;
}

.mytn-html #passMessage p {
    font-size: 1.3rem;
    color: #fff !important;
}


/* Add a green text color and a checkmark when the requirements are right */

.mytn-html .valid {
    background-color: #659737 !important;
    border: 2px #659737 solid !important;
}


/* Add a red text color and an "x" when the requirements are wrong */

.mytn-html .invalid {
    color: red !important;
    background-color: white !important;
    border: 2px red solid !important;
}

.mytn-logo img {
    margin: 0 auto;
    padding-top: 2.8rem;
    padding-bottom: 1.9rem;
    width: 150px !important;
}

.mytn-html #kc-form-buttons {
    margin-top: 3rem;
}

.mytn-html .btn-primary {
    background: #132742;
    border-color: #132742;
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: .575rem .75rem;
    border-radius: .1rem;
}

.mytn-html .btn-primary:hover,
.mytn-html .btn-primary:focus {
    background-color: #131E29 !important;
    border-color: #131E29 !important;
    color: #fff;
    text-decoration: none !important;
}

.mytn-html .form-control {
    border-radius: 0rem;
    background-clip: inherit;
    height: 48px;
    color: #000000;
    font-size: 1.8rem;
}

a,
a:link,
a:visited,
a:active {
    color: #ffffff;
    text-decoration: underline;
}

.mytn-html #main-form h3 {
    font-size: 1.275rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

p {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.mytn-html input.has-error {
    border: red solid 2px;
}