/**************************************************
			      Global styles
***************************************************/

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: normal .80em georgia, arial, sans-serif;
    background: url(../images/bg_pattern.png);
    color: #000;
    height: auto;
    font-size: 12px;
}

p {
    line-height: 1.7em;
    text-align: left;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 410% 'Roboto', sans-serif, arial;
    font-weight: 100;
    color: #CC6600;
    margin: 30px 0 15px 0;
    padding: 15px 0 0 0;
}

h2 {
    font: normal 100 250% 'Roboto', sans-serif, arial;
    color: #CC6600;
}

h3 {
    font: normal 200% 'Roboto', sans-serif, arial;
    color: #CC6600;
}

h4 {
    font: normal 150% 'Roboto', sans-serif, arial;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #CC6600;
}

h5, h6 {
    font: normal 150% 'Roboto', sans-serif, arial;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    color: #000;
}

a, a:hover {
    text-decoration: none;
    outline: none;
    color: #0E90C8;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ol {
    margin: 8px 0 22px 20px;
}

    ol li {
        margin: 0 0 11px 0;
    }

.left {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.leftContentTitle {
    float: left;
    width: 150px;
    margin: 0 10px 0 275px;
}

.leftContent {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.right {
    float: right;
    width: auto;
    padding-right: 60px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.textRight {
    text-align: right;
}

.clear {
    clear: left;
}

/**************************************************
			      Main Containers
***************************************************/

#main, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}

#main {
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

#site_content {
    overflow: hidden;
    margin: 0 auto 0 auto;
    margin-top: 0;
    padding: 0;
    background: #fff;
    position: relative;
}

.sidebar_left {
    width: 289px;
    margin: 20px 0 0 735px;
    padding: 20px 0 0 0;
    height: auto;
    position: absolute;
    z-index: 1000;
}

.sidebar_left > ul {
    width: 289px;
    padding: 0;
    margin: 0;
}

.sidebar_left > ul {
    counter-reset: orderedlist;
    list-style: none;
}

.sidebar_left > ul > li::before {
    counter-increment: orderedlist;
    content: "0"counter(orderedlist)" ";
    font: 120% 'Roboto', sans-serif;
    color: #CC6600;
    font-weight: 400;
    margin: 0 0 0 2rem;
    height: 2rem;
    width: 1rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.sidebar_left > ul > li {
    list-style: none;
    padding: 0 0 1px 0;
    background: #fff;
    height: auto;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    margin-bottom: 2px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.sidebar_left ul li a {
    color: #CC6600;
    font-weight: 400;
}
.sidebar_left li ul li {
    list-style: none;
}
.sidebar_left li ul li a {
    padding: 0 0.5rem;
}

.sidebar_left li.space {
    background: transparent;
    height: 2px;
}

.sidebar_left > ul > li > a {
    font: 120% 'Roboto', sans-serif;
    text-decoration: none;
    color: #3B3B3B;
    font-weight: 900;
}

.subLine {
    border-bottom: #c8c8c8 1px solid;
    width: 200px;
}

.sidebar_left ul li a:hover {
    color: #5D5D5D;
}

.sidebar_leftOn {
    text-decoration: none;
    color: #CC6600;
    width: 190px;
}

.sidebar_left li > ul {
    padding: 0 0 10px 0;
    margin: 0 0 0 1.25rem;
    background: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 100%;
}

.sidebar_left li > ul > li {
    padding: 0.5rem 0 0 1.5rem;
    height: auto;
}

.sidebar_left ul ul li a {
    color: #CC6600;
    font: italic 99%/100% sans-serif, arial;
}

.sidebar_left li a {
    padding: 0.25rem 0 0.25rem 0.25rem;
    width: calc(100% - 3.25rem);
}

    .sidebar_left li a.selected {
        color: #444;
    }

#logo {
    position: absolute;
    top: 357px;
    padding: 30px 0 0 52px;
}

#content {
    text-align: left;
    background: #fff;
    float: left;
    padding: 0 0 30px 0;
}
.content {
	width: 562px;
    padding: 0 0 0 275px;
}

    .content p, .content h1, .content h3, .content h4, .content ul {
        width: 562px;
        padding: 0 0 0 0;
    }

    .content-width {
        width: 562px;
    }

        .content ul ul {
            padding: 0 0 0 25px;
            width: 562px;
        }

    .content h5 {
        padding: 0 0 0 0;
    }

    .content img {
        padding: 0 0 0 0;
    }

#dottedline {
    width: 190px;
    height: 1px;
    margin: 10px 0 10px 0;
    background: url(../images/dots.png)
}

#dottedline100 {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
    background: url(../images/dots.png)
}

#dottedline_right {
    width: 213px;
    height: 1px;
    margin: 10px 0 10px 0;
    background: url(../images/dots.png)
}

#footer {
    font-family: 'Roboto', georgia, sans-serif;
    font-size: 90%;
    font-weight: 300;
    height: 100px;
    padding: 0 0 5px 0;
    text-align: center;
    background: #3B3B3B url(../images/bg_footer.png) repeat-x;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

    #footer p {
        padding: 45px 0 0 52px;
        line-height: 200%;
    }

    #footer a, #footer a:hover {
        text-decoration: none;
        color: inherit;
    }

        #footer a:hover {
            text-decoration: underline;
        }

/**************************************************
			      FORMS
***************************************************/

.search {
    color: #555;
    border: 1px solid #DDD;
    width: 134px;
    padding: 5px;
}

.selectbox {
    color: #555;
    border: 1px solid #DDD;
    width: 134px;
    padding: 2px;
}

.selectboxfund {
    color: #555;
    border: 1px solid #DDD;
    padding: 2px;
}

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        margin: 0 0 5px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 5px;
        width: 552px;
        font: 100% georgia, arial;
        border: 1px solid #ccc;
        background: #FFF;
        color: #47433F;
    }

    .form_settings .submit {
        font: 100% georgia, arial;
        border: 0;
        width: 75px;
        margin: 0 0 0 212px;
        height: 30px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #CC6600;
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        box-shadow: 0 0 18px rgba(0,0,0,0.4);
    }

    .form_settings textarea, .form_settings select {
        font: 100% georgia, arial;
        width: auto;
    }

    .form_settings select {
        color: #555;
        border: 1px solid #DDD;
        width: auto;
        padding: 2px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.form_settings_issues {
    margin: 15px 0 0 0;
}

    .form_settings_issues p {
        padding: 0 0 4px 0;
    }

    .form_settings_issues span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings_issues input, .form_settings_issues textarea {
        padding: 5px;
        width: 299px;
        font: 100% georgia, arial;
        border: 1px solid #ccc;
        background: #FFF;
        color: #47433F;
    }

    .form_settings_issues .submit {
        font: 100% georgia, arial;
        border: 0;
        width: 99px;
        margin: 0 0 0 210px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #CC6600;
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        box-shadow: 0 0 18px rgba(0,0,0,0.4);
    }

    .form_settings_issues textarea, .form_settings_issues select {
        font: 200% georgia, arial;
        width: 199px;
    }

    .form_settings_issues select {
        width: 310px;
    }

    .form_settings_issues .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.form_settings_right {
    margin: 15px 0 0 0;
}

    .form_settings_right p {
        padding: 0 0 4px 0;
    }

    .form_settings_right span {
        float: left;
        width: 0;
        text-align: left;
    }

    .form_settings_right input, .form_settings_right textarea {
        padding: 5px;
        width: 200px;
        font: 100% georgia, arial;
        border: 1px solid #ccc;
        background: #FFF;
        color: #47433F;
    }

    .form_settings_right .submit {
        font: 100% georgia, arial;
        border: 0;
        width: 99px;
        margin: 0 0 0 113px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #CC6600;
        color: #FFF;
    }

    .form_settings_right textarea, .form_settings_right select {
        font: 100% georgia, arial;
        width: 299px;
    }

    .form_settings_right select {
        width: 310px;
    }

    .form_settings_right .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.form_settings_secure {
    margin: 2px 0 0 15px;
}

    .form_settings_secure p {
        margin: 0 0 5px 0;
    }

    .form_settings_secure span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings_secure input, .form_settings_secure textarea {
        padding: 5px;
        width: 299px;
        font: 100% georgia, arial;
        border: 1px solid #ccc;
        background: #FFF;
        color: #47433F;
    }

    .form_settings_secure .submit {
        font: 100% georgia, arial;
        border: 30px 0 0 0;
        width: 99px;
        margin: 30px 0 0 210px;
        height: 33px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #CC6600;
        color: #FFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
        box-shadow: 0 0 18px rgba(0,0,0,0.4);
    }

    .form_settings_secure textarea, .form_settings_secure select {
        font: 100% georgia, arial;
        width: auto;
    }

    .form_settings_secure select {
        color: #000;
        border: 1px solid #DDD;
        width: auto;
        padding: 2px;
    }

    .form_settings_secure .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

    .form_settings_secure .errorMessage {
        width: 100%;
    }

    .form_settings_secure .full-width {
        width: 100%;
    }

.submitbutton {
    font: 100% georgia, arial;
    border: 0;
    width: 99px;
    margin: 0 0 0 0;
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #CC6600;
    color: #FFF;
    text-align: center;
}

.button {
    font: 100% georgia, arial;
    border: #777 1px solid;
    width: 99px;
    margin: 0 0 0 0;
    height: 33px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    background: #80A8D4;
    color: #FFF;
}

    .button:hover {
        background: #CC6600;
        color: #FFF;
        text-decoration: none;
    }
.button--left {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.selectBox--accounts {
    position: absolute;
    left: 275px;
    right: 0;
}
/**************************************************
			      TABLES
***************************************************/

table.table_content {
    position: relative;
    margin: 10px 0 10px 0;
    width: 100%;
}

    table.table_content tr th, table.table_content tr td {
        background: #3B3B3B;
        color: #FFF;
        padding: 3px 4px;
        text-align: left;
    }

    table.table_content tr td {
        background: #FFF;
        color: #47433F;
        border-top: 1px solid #FFF;
    }

tr.dark td {
    background: #F0F0F0;
    color: #47433F;
    border-top: 1px solid #FFF;
}

/**************************************************
			      OTHER CLASSES
***************************************************/
.placeholder {
    color: #ccc;
}

#newsContent {
    width: 800px;
}

.teamImage {
    padding: 5px;
    margin: 0 0 10px 20px;
    border: 1px solid #AAAFB5;
}

.imgFrame {
    padding: 5px;
    border: 1px solid #AAAFB5;
}

ul.content {
    padding: 0 0 0 325px;
    line-height: 150%;
}

.team {
    float: left;
    width: 675px;
    padding: 0 0 0 25px;
    position: relative;
    top: -20px;
    line-height: 1.7em;
    text-align: justify;
}

.teamBioPic {
    float: left;
    padding: 0 0 0 104px;
    ;
}

.strats1 {
    float: left;
    width: 562px;
    padding: 0 25px 0 275px;
    line-height: 1.7em;
    text-align: justify;
}

.strats2 {
    float: left;
    width: 85px;
}

    .strats2 a {
        color: #CC6600;
        font: italic 100% sans-serif, arial;
    }

.stratTable {
    background: #eee;
    padding: 10px;
    line-height: 1.7em;
    text-align: justify;
}

.dataNegative {
    color: #990000;
}

.fundDisclaimer {
    font-size: 100%;
    font-style: italic;
}

.philpad {
    padding: 0 0 0 275px;
}

.philleft {
    float: left;
    width: 170px;
    padding: 0 9px 0 0;
}


.hidden {
    display: none;
}

/* Modals */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.modal__window {
    position: relative;
    width: 400px;
    background-color: white;
    padding: 2em 1em;
    border-radius: 4px;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('../images/closelabel.png');
    width: 8px;
    height: 8px;
    opacity: 0.3;
}

#terms-modal__window > .modal__window {
    height: 50vh;
    width: 60vw;
    overflow: hidden;
}
.scroll {
    overflow: auto;
    height: calc(100% - 8em);
}

.offscreen {
    position: absolute;
    left: -9999999px;
}

/* Spinning loading icons */
.loading {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: inherit;
}

.loading--spin,
.loading--spin:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loading--spin {
	margin: 3.75rem auto;
	font-size: 0.625rem;
	position: relative;
	text-indent: -9999em;
	border-top: 0.3em solid #fff;
	border-right: 0.3em solid #fff;
	border-bottom: 0.3em solid #000;
	border-left: 0.3em solid #000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading-spin 1.5s infinite ease-in-out;
	animation: loading-spin 1.5s infinite ease-in-out;
}
.login-loading {
	-webkit-animation: loading-spin 1.5s infinite ease-in-out;
	animation: loading-spin 1.5s infinite ease-in-out;
}
@-webkit-keyframes loading-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ql-indent-1 {
    margin-inline-start: 25px;
    list-style-type: circle;
}

.error {
    display: inline;
    color: #990000;
}
    
/* Slider Styles */
#slider {
    position: relative;
    width: 1025px;
    height: 357px;
}
[data-fadeshow] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    /* Slides */
    /* Quick Navigation */
    /* Prev/Next Navigation */
    /* Base functionality */
    /* Autohide Prev/Next Navigation */
}

    [data-fadeshow] .fs-slide {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: opacity 1s ease;
        /* Display first child on load */
    }

        [data-fadeshow] .fs-slide:first-child {
            opacity: 1;
        }

    [data-fadeshow] .fs-quick-nav {
        position: absolute;
        bottom: 15px;
        left: 50%;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transform: translateX(-50%);
    }

    [data-fadeshow] .fs-quick-btn {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 2px;
        border-radius: 50%;
        cursor: pointer;
        transition: opacity 200ms ease;
        background-color: rgba(255, 255, 255, 0.8);
        /* Set active state to first button on load */
    }

        [data-fadeshow] .fs-quick-btn:hover {
            opacity: 0.8;
        }

        [data-fadeshow] .fs-quick-btn:first-child {
            background-color: coral;
        }

    [data-fadeshow] .fs-next-btn, [data-fadeshow] .fs-prev-btn {
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        width: 100px;
        cursor: pointer;
        font-family: sans-serif;
        background-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transition: all 200ms ease;
    }

@media (max-width: 500px) {
    [data-fadeshow] .fs-next-btn, [data-fadeshow] .fs-prev-btn {
        width: 50%;
    }
}

[data-fadeshow] .fs-next-btn:before, [data-fadeshow] .fs-prev-btn:before {
    position: absolute;
    top: 50%;
    font-size: 3vw;
    color: rgba(255, 255, 255, 0.5);
}

[data-fadeshow] .fs-next-btn:hover, [data-fadeshow] .fs-prev-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 500px) {
    [data-fadeshow] .fs-next-btn:hover, [data-fadeshow] .fs-prev-btn:hover {
        background-color: rgba(255, 255, 255, 0);
    }
}

[data-fadeshow] .fs-prev-btn {
    left: 0;
    transform: translateX(-100%);
}

    [data-fadeshow] .fs-prev-btn:before {
        content: "❮";
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media (max-width: 500px) {
    [data-fadeshow] .fs-prev-btn:before {
        left: 30px;
    }
}

@media (max-width: 500px) {
    [data-fadeshow] .fs-prev-btn {
        transform: translate(0);
    }
}

[data-fadeshow] .fs-next-btn {
    right: 0;
    transform: translateX(100%);
}

    [data-fadeshow] .fs-next-btn:before {
        content: "❯";
        right: 50%;
        transform: translate(50%, -50%);
    }

@media (max-width: 500px) {
    [data-fadeshow] .fs-next-btn:before {
        right: 30px;
    }
}

@media (max-width: 500px) {
    [data-fadeshow] .fs-next-btn {
        transform: translate(0);
    }
}

[data-fadeshow] input[type=radio] {
    position: fixed;
    top: -9999px;
}

    [data-fadeshow] input[type=radio]:checked {
        /* This loop handles the slide switching and quick navigation active state */
        /* Hide navigation if only one slide */
    }

        [data-fadeshow] input[type=radio]:checked:nth-of-type(5) {
            /* Show slide */
            /* Add active state to dot */
        }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(5) ~ .fs-slides .fs-slide {
                opacity: 0;
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(5) ~ .fs-slides .fs-slide:nth-child(5) {
                    opacity: 1;
                }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn {
                background-color: rgba(255, 255, 255, 0.8);
                /* Cancel autoplay */
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
                    background-color: coral;
                }

                    [data-fadeshow] input[type=radio]:checked:nth-of-type(5) ~ .fs-quick-nav .fs-quick-btn:nth-child(5):hover {
                        opacity: 1;
                    }

        [data-fadeshow] input[type=radio]:checked:nth-of-type(4) {
            /* Show slide */
            /* Add active state to dot */
        }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(4) ~ .fs-slides .fs-slide {
                opacity: 0;
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(4) ~ .fs-slides .fs-slide:nth-child(4) {
                    opacity: 1;
                }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn {
                background-color: rgba(255, 255, 255, 0.8);
                /* Cancel autoplay */
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
                    background-color: coral;
                }

                    [data-fadeshow] input[type=radio]:checked:nth-of-type(4) ~ .fs-quick-nav .fs-quick-btn:nth-child(4):hover {
                        opacity: 1;
                    }

        [data-fadeshow] input[type=radio]:checked:nth-of-type(3) {
            /* Show slide */
            /* Add active state to dot */
        }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(3) ~ .fs-slides .fs-slide {
                opacity: 0;
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(3) ~ .fs-slides .fs-slide:nth-child(3) {
                    opacity: 1;
                }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn {
                background-color: rgba(255, 255, 255, 0.8);
                /* Cancel autoplay */
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
                    background-color: coral;
                }

                    [data-fadeshow] input[type=radio]:checked:nth-of-type(3) ~ .fs-quick-nav .fs-quick-btn:nth-child(3):hover {
                        opacity: 1;
                    }

        [data-fadeshow] input[type=radio]:checked:nth-of-type(2) {
            /* Show slide */
            /* Add active state to dot */
        }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(2) ~ .fs-slides .fs-slide {
                opacity: 0;
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(2) ~ .fs-slides .fs-slide:nth-child(2) {
                    opacity: 1;
                }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn {
                background-color: rgba(255, 255, 255, 0.8);
                /* Cancel autoplay */
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
                    background-color: coral;
                }

                    [data-fadeshow] input[type=radio]:checked:nth-of-type(2) ~ .fs-quick-nav .fs-quick-btn:nth-child(2):hover {
                        opacity: 1;
                    }

        [data-fadeshow] input[type=radio]:checked:nth-of-type(1) {
            /* Show slide */
            /* Add active state to dot */
        }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(1) ~ .fs-slides .fs-slide {
                opacity: 0;
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(1) ~ .fs-slides .fs-slide:nth-child(1) {
                    opacity: 1;
                }

            [data-fadeshow] input[type=radio]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn {
                background-color: rgba(255, 255, 255, 0.8);
                /* Cancel autoplay */
                -webkit-animation: none !important;
                animation: none !important;
            }

                [data-fadeshow] input[type=radio]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
                    background-color: coral;
                }

                    [data-fadeshow] input[type=radio]:checked:nth-of-type(1) ~ .fs-quick-nav .fs-quick-btn:nth-child(1):hover {
                        opacity: 1;
                    }

        [data-fadeshow] input[type=radio]:checked:first-of-type:last-of-type ~ .fs-quick-nav,
        [data-fadeshow] input[type=radio]:checked:first-of-type:last-of-type ~ .fs-prev-nav,
        [data-fadeshow] input[type=radio]:checked:first-of-type:last-of-type ~ .fs-next-nav {
            display: none !important;
        }

[data-fadeshow]:hover .fs-prev-btn,
[data-fadeshow]:hover .fs-next-btn {
    transform: translateX(0);
}

/*
 * ===== PREV/NEXT NAVIGATION =====
 *
 * This section handles the prev/next navigation.
 */
/* Handle Prev/Next buttons */
[data-fadeshow~=next-prev-navigation] {
    /* Display first pair of Prev/Next Buttons on load */
}

    [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5) {
        /* Show previous button */
        /* Show next button */
        /* Show last prev button if first slide */
        /* Show first next button if last slide */
    }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5) ~ .fs-prev-nav .fs-prev-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5) ~ .fs-prev-nav .fs-prev-btn:nth-child(4) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5):first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
            display: block;
        }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(5):last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
            display: block;
        }

    [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) {
        /* Show previous button */
        /* Show next button */
        /* Show last prev button if first slide */
        /* Show first next button if last slide */
    }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) ~ .fs-prev-nav .fs-prev-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) ~ .fs-prev-nav .fs-prev-btn:nth-child(3) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) ~ .fs-next-nav .fs-next-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4) ~ .fs-next-nav .fs-next-btn:nth-child(5) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4):first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
            display: block;
        }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(4):last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
            display: block;
        }

    [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) {
        /* Show previous button */
        /* Show next button */
        /* Show last prev button if first slide */
        /* Show first next button if last slide */
    }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) ~ .fs-prev-nav .fs-prev-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) ~ .fs-prev-nav .fs-prev-btn:nth-child(2) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) ~ .fs-next-nav .fs-next-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3) ~ .fs-next-nav .fs-next-btn:nth-child(4) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3):first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
            display: block;
        }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(3):last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
            display: block;
        }

    [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) {
        /* Show previous button */
        /* Show next button */
        /* Show last prev button if first slide */
        /* Show first next button if last slide */
    }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) ~ .fs-prev-nav .fs-prev-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) ~ .fs-prev-nav .fs-prev-btn:nth-child(1) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) ~ .fs-next-nav .fs-next-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2) ~ .fs-next-nav .fs-next-btn:nth-child(3) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2):first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
            display: block;
        }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(2):last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
            display: block;
        }

    [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1) {
        /* Show previous button */
        /* Show next button */
        /* Show last prev button if first slide */
        /* Show first next button if last slide */
    }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1) ~ .fs-next-nav .fs-next-btn {
            display: none;
        }

            [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1) ~ .fs-next-nav .fs-next-btn:nth-child(2) {
                display: block;
            }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1):first-of-type ~ .fs-prev-nav .fs-prev-btn:last-child {
            display: block;
        }

        [data-fadeshow~=next-prev-navigation] input[type=radio]:checked:nth-of-type(1):last-of-type ~ .fs-next-nav .fs-next-btn:first-child {
            display: block;
        }

    [data-fadeshow~=next-prev-navigation] .fs-prev-btn:last-child {
        display: block;
    }

    [data-fadeshow~=next-prev-navigation] .fs-next-btn:nth-child(2) {
        display: block;
    }

/*
 * ===== AUTOPLAY =====
 *
 * Functions to handle autoplay.
 * If you're not going to use autoplay, set $autoplay to false.
 * This part tends to compile into a lot of uneccesary CSS otherwise.
 */
@keyframes quickNavAnimation-5 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    6.6666666667%, 20% {
        background-color: coral;
    }

    26.6666666667%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@-webkit-keyframes quickNavAnimation-5 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    6.6666666667%, 20% {
        background-color: coral;
    }

    26.6666666667%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@keyframes slidesAnimation-5 {
    0% {
        opacity: 0;
    }

    6.6666666667%, 20% {
        opacity: 1;
    }

    26.6666666667%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes slidesAnimation-5 {
    0% {
        opacity: 0;
    }

    6.6666666667%, 20% {
        opacity: 1;
    }

    26.6666666667%, 100% {
        opacity: 0;
    }
}

[data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type {
    /* Slide animation */
    /* Quick navigation animation */
    /* Animation Delay */
}

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide {
        -webkit-animation: slidesAnimation-5 15s infinite;
        animation: slidesAnimation-5 15s infinite;
    }

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn {
        -webkit-animation: quickNavAnimation-5 15s infinite;
        animation: quickNavAnimation-5 15s infinite;
    }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(1),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(2),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(3),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
            -webkit-animation-delay: 5s;
            animation-delay: 5s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(4),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-slides .fs-slide:nth-child(5),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(5):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(5) {
            -webkit-animation-delay: 11s;
            animation-delay: 11s;
        }

@keyframes quickNavAnimation-4 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    8.3333333333%, 25% {
        background-color: coral;
    }

    33.3333333333%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@-webkit-keyframes quickNavAnimation-4 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    8.3333333333%, 25% {
        background-color: coral;
    }

    33.3333333333%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@keyframes slidesAnimation-4 {
    0% {
        opacity: 0;
    }

    8.3333333333%, 25% {
        opacity: 1;
    }

    33.3333333333%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes slidesAnimation-4 {
    0% {
        opacity: 0;
    }

    8.3333333333%, 25% {
        opacity: 1;
    }

    33.3333333333%, 100% {
        opacity: 0;
    }
}

[data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type {
    /* Slide animation */
    /* Quick navigation animation */
    /* Animation Delay */
}

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide {
        -webkit-animation: slidesAnimation-4 12s infinite;
        animation: slidesAnimation-4 12s infinite;
    }

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn {
        -webkit-animation: quickNavAnimation-4 12s infinite;
        animation: quickNavAnimation-4 12s infinite;
    }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(1),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(2),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(3),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
            -webkit-animation-delay: 5s;
            animation-delay: 5s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-slides .fs-slide:nth-child(4),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(4):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(4) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
        }

@keyframes quickNavAnimation-3 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    11.1111111111%, 33.3333333333% {
        background-color: coral;
    }

    44.4444444444%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@-webkit-keyframes quickNavAnimation-3 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    11.1111111111%, 33.3333333333% {
        background-color: coral;
    }

    44.4444444444%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@keyframes slidesAnimation-3 {
    0% {
        opacity: 0;
    }

    11.1111111111%, 33.3333333333% {
        opacity: 1;
    }

    44.4444444444%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes slidesAnimation-3 {
    0% {
        opacity: 0;
    }

    11.1111111111%, 33.3333333333% {
        opacity: 1;
    }

    44.4444444444%, 100% {
        opacity: 0;
    }
}

[data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type {
    /* Slide animation */
    /* Quick navigation animation */
    /* Animation Delay */
}

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide {
        -webkit-animation: slidesAnimation-3 9s infinite;
        animation: slidesAnimation-3 9s infinite;
    }

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn {
        -webkit-animation: quickNavAnimation-3 9s infinite;
        animation: quickNavAnimation-3 9s infinite;
    }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(1),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(2),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-slides .fs-slide:nth-child(3),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(3):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(3) {
            -webkit-animation-delay: 5s;
            animation-delay: 5s;
        }

@keyframes quickNavAnimation-2 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    16.6666666667%, 50% {
        background-color: coral;
    }

    66.6666666667%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@-webkit-keyframes quickNavAnimation-2 {
    0% {
        background-color: rgba(255, 255, 255, 0.8);
    }

    16.6666666667%, 50% {
        background-color: coral;
    }

    66.6666666667%, 100% {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@keyframes slidesAnimation-2 {
    0% {
        opacity: 0;
    }

    16.6666666667%, 50% {
        opacity: 1;
    }

    66.6666666667%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes slidesAnimation-2 {
    0% {
        opacity: 0;
    }

    16.6666666667%, 50% {
        opacity: 1;
    }

    66.6666666667%, 100% {
        opacity: 0;
    }
}

[data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type {
    /* Slide animation */
    /* Quick navigation animation */
    /* Animation Delay */
}

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide {
        -webkit-animation: slidesAnimation-2 6s infinite;
        animation: slidesAnimation-2 6s infinite;
    }

    [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn {
        -webkit-animation: quickNavAnimation-2 6s infinite;
        animation: quickNavAnimation-2 6s infinite;
    }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(1),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-slides .fs-slide:nth-child(2),
        [data-fadeshow~=autoplay] input[type=radio]:nth-of-type(2):last-of-type ~ .fs-quick-nav .fs-quick-btn:nth-child(2) {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

/* Base Styling */
body {
    margin: 0;
}

.container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tabMenu {
    padding: 0;
    width: 100%;
    background: transparent;
    /*border-bottom: 1px solid #DDD;*/
    height: 27px;
}

    .tabMenu ul {
        margin: 0;
        margin-left: 0px; /*margin between first menu item and left browser edge*/
        padding: 0;
        list-style: none;
    }

    .tabMenu li {
        display: inline;
        margin: 0 2px 0 0;
        padding: 0;
        text-transform: uppercase;
    }

    .tabMenu a, .tabMenu span {
        float: left;
        display: block;
        font: bold 11px Arial;
        color: #333333;
        text-decoration: none;
        margin: 0 2px 0 0; /*Margin between each menu item*/
        padding: 7px 10px;
        border-bottom: 1px solid white;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #DDD;
        cursor: pointer;
    }

        .tabMenu a:hover, .tabMenu span:hover {
            color: #FFFFFF;
            background: #CC6600;
        }

        .tabMenu a.selected, .tabMenu span.selected { /*currently selected tab*/
            color: #FFFFFF;
            background: #CC6600;
        }

.tabcontent {
    display: none;
}

    .tabcontent ul {
        margin: 25px 0 0 0;
    }

/* SVG */
svg:not(:root) {
	pointer-events: auto;
}
svg.ssncChart {
	user-select: none;
	-webkit-user-select: none;
}
.ssc-vue-chart {
	height: 100%;
	width: 100%;
}
.controls svg {
	height: 2rem;
	width: 2rem;
}
.controls__notifications svg path,
.controls__documents svg path {
	stroke: var(--header-text);
    fill: var(--header-text);
}
.controls__collapse-filters svg {
	height: 1.75rem;
	width: 1.75rem;
}
.controls__collapse-filters svg path {
    fill: var(--header-text);
}
.controls__contacts svg [id^=Rectangle] {
	stroke: var(--header-text);
    fill: var(--header-text);
}
.controls__contacts svg #Oval-5 {
	fill: var(--header-background);
}
.controls__contacts svg #Path-2 {
	fill: var(--header-background);
}
.controls__contacts svg #Path-3 {
	fill: var(--header-background);
}
.controls__search svg circle,
.controls__search svg path {
	stroke: var(--header-text);
}
.tile__header svg {
	height: 1.5rem;
	width: 1.5rem;
}
.tile__header svg #Group path,
.tile__header svg #Group rect,
.tile__header svg path {
	stroke: var(--white);
	fill: var(--white);
}
.reveal-panel__front-pane svg {
	height: 5rem;
	width: 5rem;
}
.reveal-panel__front-pane svg path {
	fill: var(--white);
	stroke: var(--white);
}
.reveal-panel__front-pane svg ellipse {
	fill: var(--white);
	stroke: var(--white);
}
.menu-toggle svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: var(--header-text);
}
#Group-6,
.menu-toggle svg #hamburger {
	fill: var(--header-text);
}
.chart-icon [fill='#000000'],
.chart-icon [fill='#010101'] {
	fill: var(--text-color);
}
.chart-icon [stroke='#000000'] {
	stroke: var(--text-color);
}
.card--selected .chart-icon [fill='#000000'],
.card--selected .chart-icon [fill='#010101'] {
	fill: var(--white);
}
.card--selected .chart-icon [stroke='#000000'] {
	stroke: var(--white);
}
.export-icon {
	width: 0.75rem;
	height: 0.75rem;
}
button .export-icon path {
	fill: var(--white);
}
.export-icon path {
	fill: var(--text-color);
}
.holdings__export-icon {
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.holdings__export-icon path {
	fill: var(--text-color);
}
.remove-panel svg {
	height: 4rem;
	width: 4rem;
}
.remove-panel svg path {
	stroke: var(--danger-text);
}
.remove-panel svg [id*=Rectangle-15] {
	stroke: var(--clear);
	fill:  var(--danger-text);
}
.icon-danger path {
	fill: var(--danger-text);
}
.icon-warning path {
	fill: var(--warning-text);
}
.icon-success path {
	fill: var(--green);
}
.icon-muted path {
	fill: var(--dark-grey);
}
.icon-text-color {
	stroke: var(--text-color);
}
/* Dropdown arrow */
.down-arrow polygon {
	fill: var(--text-color);
}
.arrow svg polygon {
	fill: var(--text-color);
}
.filter-icon,
g[fill="#111111"],
path[fill="#111111"],
.bool-icon {
	fill: var(--text-color);
}
circle[stroke="#111111"] {
	stroke: var(--text-color);
}
/* Navigation Icons */
.navigation__logo svg {
	width: 1.5rem;
	height: 1.5rem;
	margin: var(--small-margin);
}
.navigation__logo svg path,
.navigation__logo svg ellipse {
	fill: var(--navbar-link-color);
	stroke: var(--navbar-link-color);
}
.navigation__logo svg [id*=Rectangle-5],
.navigation__logo svg polygon#Path[fill="#000000"],
.navigation__logo svg [id*=Rectangle-13] {
	fill: var(--navbar-link-color);
}

.navigation__logo.selected svg path,
.navigation__group:hover .navigation__logo svg path,
.navigation__logo.selected svg ellipse,
.navigation__group:hover .navigation__logo svg ellipse {
	fill: var(--highlight);
	stroke: var(--highlight);
}
.navigation__logo.selected svg [id*=Rectangle-5],
.navigation__logo.selected svg polygon#Path[fill="#000000"],
.navigation__logo.selected svg [id*=Rectangle-13] {
	fill: var(--highlight);
}
.navigation__logo svg #Oval {
	stroke: var(--navbar-link-color);
}
.nav-item__list-item .nav-toggle {
	width: 0.5rem;
	height: 0.5rem;
}
.nav-toggle polygon {
	fill: var(--text-color);
}
/*ssncCharts*/
path.slice{
	stroke-width:0.125rem;
}
polyline{
	opacity: .3;
	stroke: var(--text-color);
	stroke-width: 0.125rem;
	fill: none;
}
.open-label,
.close-label,
.axis text,
.axis text tspan,
.chart .axis text	{
	fill: var(--text-color);
	font: 0.75rem roboto-regular, sans-serif;
	font-weight: 600;
}
.open-line,
.close-line {
	stroke: var(--text-color);
}
.axis .domain,
.axis .tick line,
.chart .axis .domain,
.chart .axis .tick line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
	opacity: .1;
}
.gridlines,
.chart .gridlines {
	stroke: lightgrey;
	shape-rendering: crispEdges;
	stroke-width: 1;
}
.chart .ohlc-series path {
	vector-effect: non-scaling-stroke;
	stroke-width: 1.5;
}
.chart .ohlc-series .up-days {
	stroke: green;
}
.chart .ohlc-series .down-days {
	stroke: red;
}
.chart .ohlc-series .bar.up-day {
	stroke: green;
}
.chart .ohlc-series .bar.down-day {
	stroke: red;
}
.chart .candlestick-series .bar path {
	stroke: black;
}
.chart .comparison-series .line {
	fill: none;
	stroke: steelblue;
	stroke-width: 0.0938rem;
	vector-effect: non-scaling-stroke;
}
.chart .bar.up-day rect {
	fill: rgb(100,220,100);
	stroke-width:0.75;
	stroke:rgb(0,0,0);
}
.chart .bar.down-day rect {
	fill: red;
	stroke-width:0.75;
	stroke:rgb(0,0,0);
}
.chart .bar.up-day rect.select,
.chart .bar.down-day rect.select {
	fill: gray;
}
.chart .zoom-pane {
	fill: none;
	pointer-events: all;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.tooltip {
	position: absolute;
	text-align: left;
	padding: 0.625rem;
	font: 0.75rem roboto-regular, sans-serif;
	background: white;
	border: 0.0625rem solid black;
	pointer-events: none;
	z-index: 250;
}
.hover-line {
	stroke: gray;
}
.hover-circle {
	fill: white;
}
.tooltip td,
.tooltip th {
	padding: 0 0.3125rem;
}
.axis .domain
{
	opacity: 0;
}
.axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}
path.line {
	/*stroke: steelblue;*/
	stroke-width: 2;
	fill: none;
}
.axis path,
.axis line {
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}
.legend {
	height: 1.25rem;
}
.legend-back {
	fill: transparent;
}
.legend-label {
	cursor: default;
	fill: black;
	font-size: 0.8125rem;
}
.legend-value {
	cursor: default;
	fill: var(--text-color);
	font-family: roboto-regular, sans-serif;
	font-size: 1.0625rem;
	font-weight: bold;
}
.legend-size {
	fill: transparent;
	stroke: transparent;
}
.labels {
	font-family: roboto-regular, sans-serif;
	font-size: 0.75rem;
}
.textLabels {
	font-size: 0.875rem;
	fill: var(--text-color);
}
.geographyLegend {
	background: #fff;
	border: 0.125rem solid silver;
	padding: 0.3125rem;
	width: 13.125rem;
}
.place-label {
	fill: var(--text-color);
	box-shadow: var(--box-shadow);
	opacity: 1;
	font-weight: bolder;
	font-size: 1.5rem;
	cursor: default;
}
.continent {
	fill-rule: nonzero;
	stroke: none;
}
.color-swatch {
	display: inline-block;
	height: 1rem;
	margin-right: 0.3125rem;
	width: 1rem;
}
.geographyLoading {
	text-align: center;
}
.node {
	cursor: pointer;
	stroke: #000;
	stroke-width: 0.0313rem;
}
.node:hover {
	stroke-width: 0.0938rem;
}
.node-root,
.node-root:hover {
	stroke: none;
}
.label {
	font: 0.8125rem "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-anchor: middle;
	text-shadow: 0 0.0625rem 0 var(--navbar-background), 0.0625rem 0 0 var(--navbar-background), -0.0625rem 0 0 var(--navbar-background), 0 -0.0625rem 0 var(--navbar-background);
}
.label,
.node-root {
	pointer-events: none;
}
.groupLabel {
	font-size: 115%;
	font-weight: bold;
	fill: #1f77b4;
}
.box .data .alert.alert-warning,
.box .data .alert.alert-danger {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 3.125rem;
	max-height: 4.6875rem;
	width: 75%;
}
.loadingImage {
	position: absolute;
	display: none;
}
.slice .hidden-arc {
	fill: none;
}
.slice text {
	pointer-events: none;
	dominant-baseline: middle;
	text-anchor: middle;
	font-family:'Roboto Mono', monospace;
}
.graticule {
	fill: none;
	stroke: #000;
	stroke-opacity: .5;
	stroke-width: 0.0313rem;
}
.sort--active,
.filter--active {
	fill: var(--table-header-color);
	opacity: 1;
}
.sort--inactive,
.filter--inactive {
	fill: var(--table-header-color);
	opacity: .5
}
.export polyline{
	stroke: black;
}
.export .open-label,
.export .close-label,
.export .axis text,
.export .axis text tspan,
.export .chart .axis text,
.export .open-line,
.export .close-line,
.export .legend-label,
.export .legend-value,
.export .textLabels,
.export .place-label	{
	fill: black;
}
/* Grid Icons */
#regular-toggle rect[id*=Rectangle-5],
#compressed-toggle rect[id*=Rectangle-5],
#increase-fontsize path,
#decrease-fontsize path,
.button-icon {
	fill: var(--text-color);
}
[disabled] #regular-toggle rect[id*=Rectangle-5],
[disabled] #compressed-toggle rect[id*=Rectangle-5],
[disabled] #increase-fontsize path,
[disabled] #decrease-fontsize path,
[disabled] #left rect[id*=Rectangle-5],
[disabled] #right rect[id*=Rectangle-5],
[disabled] .button-icon {
	fill: var(--disable-button-text);
}
.table-header .filter-icon {
	fill: var(--table-header-color);
	stroke: var(--table-header-color);
}
.new-doc-icon {
	width: 1.5rem;
	height: 1.5rem;
	left: 30%;
}
.table__table-body svg:not(.new-doc-icon) {
	width: 2rem;
	height: 2rem;
}
.table--compact  .table__table-body .new-doc-icon {
	width: 1.25rem;
	height: 1.25rem;
}
.table--compact  .table__table-body svg:not(.new-doc-icon) {
	width: 1.5rem;
	height: 1.5rem;
}
.fill--text-color {
	fill: var(--text-color);
}
.fill--highlight {
	fill: var(--highlight);
}
/* Document Icons */
.icon-access-1,
.icon-archive-1,
.icon-audio-1,
.icon-csv-1,
.icon-excel-1,
.icon-mp4-1,
.icon-note-1,
.icon-pdf-1,
.icon-powerpoint-1,
.icon-text-1,
.icon-video-1,
.icon-wma-1,
.icon-word-1 {
	fill: #fff;
}
.icon-access-2 {
	fill: #951a20;
}
.icon-archive-2 {
	fill: #B8A683;
}
.icon-audio-2 {
	fill: #87B3B1;
}
.icon-csv-2 {
	fill: #068945;
}
.icon-excel-2 {
	fill: #068945;
}
.icon-mp4-2 {
	fill: #00a5b8;
}
.icon-note-2 {
	fill: #005d9a;
}
.icon-pdf-2 {
	fill: #e54251;
}
.icon-powerpoint-2 {
	fill: #e45e26;
}
.icon-text-2 {
	fill: #fbb438;
}
.icon-video-2 {
	fill: #8884bf;
}
.icon-wma-2 {
	fill: #8FB876;
}
.icon-word-2 {
	fill: #1085c7;
}
.icon--disabled .icon-access-2,
.icon--disabled .icon-archive-2,
.icon--disabled .icon-audio-2,
.icon--disabled .icon-csv-2,
.icon--disabled .icon-excel-2,
.icon--disabled .icon-mp4-2,
.icon--disabled .icon-note-2,
.icon--disabled .icon-pdf-2,
.icon--disabled .icon-powerpoint-2,
.icon--disabled .icon-text-2,
.icon--disabled .icon-video-2,
.icon--disabled .icon-wma-2,
.icon--disabled .icon-word-2 {
	fill: #9c9c9c;
}

/* Holdings splitscreen icons */
.holdings-splitscreen--foreground {
	fill: #a1a1a1;
}

.new-doc-icon-text {
	fill: #fff;
	opacity: 0.16;
}