﻿html {
    box-sizing: border-box;
    font-size: 18px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Varta', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: #144425;
}

.page-body {
    overflow: hidden;
    padding-bottom: 2em;
    min-height: calc(100vh - 550px);
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    border-radius: 0;
    border: solid 1px rgba(22, 60, 35, 0.2);
    line-height: 1;
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-height: 42px;
}


a.zocial.facebook, a.zocial.google {
    text-decoration: none;
    font-size: .8rem;
    line-height: 2;
    font-weight: 700;
    padding: 2px;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    text-transform: initial;
    letter-spacing: .03rem;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: background-size .15s ease-in-out;
    font-family: Roboto, Varta, sans-serif;
    text-shadow: none;
    flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    margin: 0 2px 3px;
    background: #fff;
    border: solid 1px #c5c5c5;
    color: #575757;
    box-shadow: 0 0.1rem 0.15rem rgb(0 0 0 / 11%) !important;
}
   
    a.zocial.google:hover, a.zocial.facebook:hover, a.zocial.google:active, a.zocial.facebook:active,
    a.zocial.google:focus, a.zocial.facebook:focus {
        background: #fff;
        box-shadow: 0 0.05rem 0.1rem rgb(0 0 0 / 11%) !important;
        color: #252525;
        font-weight: 700;
        text-decoration: none;
    }


.input-col {
    flex-grow: 1;
}

.input-col label, .input-col button, .input-col input, .input-col optgroup, .input-col select, .input-col textarea {
    display: block;
    width: 100%;
}

    .input-col input.add-datepicker {
        display: inline-block;
        width: calc(100% - 34px);
    }
.ui-datepicker-trigger {
    vertical-align: middle;
    width: 28px;
}

table.tdt {
    width: 100%;
}
td, th {
    text-align: left;
    padding: 15px 10px;
}

    input[type="radio"] {
        vertical-align: middle;
        margin: 0 2px 2px;
    }

        input[type='radio']:after {
            width: 15px;
            height: 15px;
            border-radius: 15px;
            top: -1px;
            left: -1px;
            position: relative;
            background-color: #fff;
            content: '';
            display: block;
            visibility: visible;
            border: 4px solid #ddd;
        }

        input[type='radio']:checked:after {
            width: 15px;
            height: 15px;
            border-radius: 15px;
            top: -1px;
            left: -1px;
            position: relative;
            background-color: #fff;
            content: '';
            display: block;
            visibility: visible;
            border: 4px solid #36CD64;
        }

img {
    max-width: 100%;
    height: auto;
}

.company-thumbnail {
    float: left;
    height: 1.2rem;
    max-width: 1.5rem;
    margin: -2px 10px 0 -2px;
}

    .company-thumbnail img {
        max-height: 100%;
        width: auto;
        vertical-align: middle;
    }

h1,
.h1 {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 1rem 0 .3rem;
}

h2,
.h2 {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 1em 0 .3rem;
}

h3,
.h3 {
    font-family:'Varta',sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 1em 0 .3rem;
}

h4,
.h4 {
    font-family: 'Varta',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin: 1em 0 .3rem;
}

.byline-size {
    font-size: .8rem;
}
.author-bio h3, .author-bio h4 {
    font-size: 1.2em;
    line-height:1.05em;
    margin: 5px 0 0 !important;
}
.author-bio p{
    margin-bottom: 0.7em;
}
.body-copy {
    line-height: 1.6;
}

    .body-copy h2, .body-copy h3, .body-copy h4, .body-copy h5 {
        margin-top: 1rem;
    }

p {
    margin-top: 0;
    margin-bottom: 1.3em;
}

.text-center{
    text-align:center;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.6rem;
    }

    h3,
    .h3 {
        font-size: 1.4rem;
    }

    h4,
    .h4 {
        font-size: 1.1rem;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.skip-link {
    background: #36CD64;
    color: #144425;
    font-weight: 700;
    font-size: 1em;
    left: 50%;
    position: absolute;
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    transform: translateY(-100%);
}

.skip-link:hover{background:#144425;}

.skip-link:focus {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    padding: 4px;
    top: 0;
    transform: translateX(-50%) translateY(0);
    z-index: 5;
}
a, .a-green, .read-more-button {
    color: #36CD64; /* not enough contrast */
    color: #01882A;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover, a:active, .a-green:hover, .a-green.active:hover, .read-more-button:hover,
    a:focus, .a-green:focus, .a-green.active:focus, .read-more-button:focus {
        color: #36CD64CC; /* too bright */
        color: #36CD64;
    }
    .a-green.active {
        color: #144425;
    }

    a.no-a, a.no-a:hover {
        color: inherit;
        text-decoration: inherit;
        font-weight: inherit;
    }

    .a-dark-green{
        color:#144425;
    }
    .a-dark-green:hover, .a-dark-green:focus, .a-dark-green:active {
        color: #36CD64;
    }

    a.gold,
    .a-gold {
        color: #E45C32CC;
        font-weight: 500;
        text-decoration: underline;
    }


.bg-white {
    background: #fff;
}

.bg-light-gray {
    background: rgb(240, 244, 242);
}

.bg-orange {
    color: #fff;
    background: #E45C32;
}

.bg-light-orange {
    color: #fff;
    background: #E45C32CC;
}


.bg-green {
    color: #fff;
    background: #144425;
}

.bg-bright-green {
    background: #36CD64;
}

.green-gradient {
    background: linear-gradient(top, #39C762, #5DB457, #A88B40);
}

.orange-gradient {
    background: linear-gradient(top, #9D8040, #EB662D);
}

.bg-gray, .bg-light-gray {
    background: #f0f4f2;
}

.c-black {
    color: #000;
}

.c-white,
.c-white a,
a.c-white {
    color: #fff;
}

.c-light-gray {
    color: #F1F1F1;
}

.c-orange {
    color: #E45C32;
}

.c-green {
    color: #144425;
}

.c-gray {
    color: #c5c0cc;
}
.c-red, a.c-red {
    color: #992120;
}

hr {
    border: none;
    margin: 0;
    border-top: solid 1px rgba(22, 60, 35, 0.2);
}

.border {
    border: solid 1px rgba(21, 57, 33, 0.2);
}

.border-t {
    border-top: solid 1px rgba(21, 57, 33, 0.2);
}

.border-l {
    border-left: solid 1px rgba(21, 57, 33, 0.2);
}

.border-b {
    border-bottom: solid 1px rgba(21, 57, 33, 0.2);
}

.border-r {
    border-right: solid 1px rgba(21, 57, 33, 0.2);
}

.o-60 {
    opacity: .6;
}
.o-80 {
    opacity: .8;
}
.container {
    width: 100%;
    padding: .5px 1rem;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.input-col,
.col,
.px-1 {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: .5rem;
}



.p-1 {
    padding: 1rem;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.pt-1 {
    padding-top: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pl-2 {
    padding-left: 2rem;
}


.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1rem;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.my-2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.position-relative{
    position:relative;
}

header {
    position: relative;
    z-index: 4;
}

.header-menu > ul > li {
    padding: .8rem .5rem 1.5rem .5rem;
    position: relative;
}

.header-menu ul > li > ul {
    padding-top: 0;
}

.header-menu ul li ul li {
    padding: 0.8rem 1rem 1rem;
    margin: 0;
}

.header-menu a {
    color: #F1F1F1;
    font-weight: 200;
    text-decoration: none;
    /*opacity: .6; - removing for contrast*/
}

.header-menu a.opening {
    pointer-events: none;
}

.header-menu a:hover, .header-menu a:focus, .header-menu a:active {
    opacity: 1;
}



.header-menu {
    max-height: 0;
    transition: max-height 1s;
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: calc(100% + 19px) 40px;
    overflow: hidden;
}


    .header-menu:after {
        content: "";
        display: block;
        margin: .5rem -1rem;
        height: 15px;
    }


    .header-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width:100%;
    }
.header-menu-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.header-menu-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 754px;
    flex: 0 0 754px;
    max-width: 754px;
}


@media (max-width: 1099.9px) {

    .header-menu-left, .header-menu-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-menu.expanded {
        max-height: 500px;
        overflow-y: scroll;
        width: calc(100vw - 10px);
        padding-left: 37px;
    }


        .header-menu.expanded button {
            display: block;
            margin: 18px 0 !important;
        }



        .header-menu.expanded::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        .header-menu.expanded::-webkit-scrollbar-thumb {
            -webkit-box-shadow: inset -1px -1px 7px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
            border-radius: 0;
            width: 5px;
        }


        .header-menu.expanded > ul > li {
            position: relative;
            padding: 1.1rem 0 .7rem;
        }

            .header-menu.expanded > ul > li.has-submenu:after {
                content: "";
                display: block;
                float: right;
                position: absolute;
                top: 1.4em;
                right: 14px;
                transform: rotate(45deg);
                height: 9px;
                width: 9px;
                border-top: solid 1px rgb(153 150 158 / 100%);
                border-right: solid 1px rgb(153 150 158 / 100%);
                transition: transform .2s ease-in-out;
            }

            .header-menu.expanded > ul > li.expanded.has-submenu:after {
                transform: rotate(135deg);
            }
    .header-menu ul {
        width:auto;
    }
    .header-menu > ul > li > ul > li {
        height: 0;
        overflow: hidden;
        padding: 0;
        transition: all .2s ease-in-out;
    }

    .header-menu.expanded > ul > li.expanded > ul > li {
        height: 38px;
        overflow: hidden;
        padding: 16px 12px 0;
    }
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 33px;
    height: 2.5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    /* border-radius: 4px; */
    background-color: #fff;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 24px;
}


.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: .3rem;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

    .hamburger.expanded:hover, .hamburger:hover,
    .hamburger.expanded:focus, .hamburger:focus {
        opacity: .7;
    }

.hamburger--collapse.expanded .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

.hamburger.expanded .hamburger-inner, .hamburger.expanded .hamburger-inner:after, .hamburger.expanded .hamburger-inner:before {
    background-color: #fff;
}

.hamburger--collapse.expanded .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}

.hamburger--collapse.expanded .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s;
    border-top: solid 2.6px white;
    border-left: solid 2.5px #144425;
    border-right: solid 2.5px #144425;
    border-bottom: none;
}

    .hamburger--spring .hamburger-inner:before {
        top: 8px;
        left: -2.5px;
        transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
        border-top: none;
        border-left: solid 2.5px #144425;
        border-right: solid 2.5px #144425;
        border-bottom: none;
    }

    .hamburger--spring .hamburger-inner:after {
        top: 19px;
        left: -2.5px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
        border-top: none;
        border-left: solid 2.5px #144425;
        border-right: solid 2.5px #144425;
        border-bottom: solid 2.6px white;
    }

.hamburger--spring.expanded .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important;
    border-color: transparent !important;
}

    .hamburger--spring.expanded .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,10px,0) rotate(45deg);
        border: none;
    }

    .hamburger--spring.expanded .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: translate3d(0,10px,0) rotate(-45deg);
        border: none;
    }

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

    .hamburger--spring-r .hamburger-inner:after {
        top: -20px;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
    }

    .hamburger--spring-r .hamburger-inner:before {
        transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--spring-r.expanded .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

    .hamburger--spring-r.expanded .hamburger-inner:after {
        top: 0;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
        opacity: 0
    }

    .hamburger--spring-r.expanded .hamburger-inner:before {
        top: 0;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
        transform: rotate(90deg)
    }

.d-none {
    display: none;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.header-row {
    justify-content: space-between;
}

.col-left-insider-column {
    width: 100%;
}

.col-right-insider-column {
    width: 100%;
}

@media (min-width: 576px) {

    .d-sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

        .d-sm-flex > .w-25 {
            width: 25%;
        }

        .d-sm-flex > .w-33 {
            width: 33.33333%;
        }

        .d-sm-flex > .w-50 {
            width: 50%;
        }

        .d-sm-flex > .w-75 {
            width: 75%;
        }

    .d-sm-initial {
        display: initial;
    }
}




@media (min-width: 768px) {
    .col-left-insider-column {
        width: 45%;
    }

    .col-right-insider-column {
        width: 65%;
    }
    .container {
        width: 95%;
    }

    .header-menu {
        width: 105%;
        margin: 0 -2.5%;
        background-size: 33vw;
    }

    .d-md-none{
        display:none;
    }
    .d-md-flex {
        display: -ms-flexbox;
        display: flex;
    }

        .d-md-flex > .w-25 {
            width: 25%;
        }

        .d-md-flex > .w-33 {
            width: 33.33333%;
        }

        .d-md-flex > .w-50 {
            width: 50%;
        }

        .d-md-flex > .w-75 {
            width: 75%;
        }

    .d-md-initial {
        display: initial;
    }

    .p-md-1 {
        padding: 1em;
    }
    .pl-md-2{
        padding-left:2em;
    }
    .pr-md-2 {
        padding-right: 2em;
    }
    .py-md-2{
        padding-top:2em;
        padding-bottom:2em;
    }
}

@media (min-width: 1100px) {
    .col-left-insider-column {
        width: 25%;
    }

    .col-right-insider-column {
        width: 75%;
    }
    .header-menu ul > li > ul {
        padding-top: .5rem;
    }

    .header-menu {
        overflow: visible;
    }

    .header-menu > ul > li:hover,
    .header-menu > ul > li.hover,
    .header-menu > ul > li:focus{
        background: #26683d;
    }

    .header-menu > ul > li.last-child-button:hover,
    .header-menu > ul > li.last-child-button:focus,
    .header-menu > ul > li.last-child-button.hover
    {
        background:none;
    }
    .header-menu ul ul a {
        background: #26683d;
    }

/*
    .header-row {
        justify-content: center;
    }*/

    .d-lg-flex {
        display: -ms-flexbox;
        display: flex;
    }

        .d-lg-flex > .w-25 {
            width: 25%;
        }

        .d-lg-flex > .w-33 {
            width: 33.33333%;
        }

        .d-lg-flex > .w-50 {
            width: 50%;
        }

        .d-lg-flex > .w-75 {
            width: 75%;
        }

    .d-lg-initial {
        display: initial;
    }


    .header-menu-trigger {
        display: none;
    }

    .header-menu {
        display: block;
        max-height: initial;
        width: initial;
        margin: 0;
        text-align: right;
    }

        .header-menu:after {
            content: none;
        }


        .header-menu li {
            display: inline-block;
        }

            .header-menu li:last-child {
                margin-right: 0;
            }
            .header-menu li.last-child-button{
                padding:0;
            }

            .header-menu > ul > li ul {
                height: 0;
                padding: 0;
                overflow: hidden;
                position: absolute;
                display: block;
            }

        .header-menu > ul > li > ul > li {
            height: initial;
            overflow: visible;
            padding: .5rem 1rem;
            transition: all .5s ease-in-out;
            display: block;
        }

        .header-menu > ul > li:hover > ul,
        .header-menu ul li.hover ul{
            position: absolute;
            background: #26683d;
            left: 0;
            right: 0;
            top: 50px;
            width: 165px;
            min-width: 100%;
            display: block;
            height:auto;
            text-align: left;
            padding: 0;
            z-index: 1;
            padding-bottom: .5rem;
            padding-top: .5rem;
        }
}

@media (min-width: 1300px) {

    .header-row {
        justify-content: space-between;
    }

    .container {
        width: 90%;
        max-width: 1500px;
    }

    .d-xl-flex {
        display: -ms-flexbox;
        display: flex;
    }

        .d-xl-flex > .w-25 {
            width: 25%;
        }

        .d-xl-flex > .w-33 {
            width: 33.33333%;
        }

        .d-xl-flex > .w-50 {
            width: 50%;
        }

        .d-xl-flex > .w-75 {
            width: 75%;
        }

    .d-xl-initial {
        display: initial;
    }
}


.horizontal-ul {
    padding-left: 0;
    padding-bottom: .5em;
}

    .horizontal-ul li {
        display: inline-block;
        margin-right: 15px;
    }

        .horizontal-ul li:last-child {
            margin-right: 0;
        }

.icon-info {
    font-weight: 400;
    border: solid 2px;
    border-radius: 50%;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 14px;
    margin-bottom: 2px;
}

sup {
    font-size: .7rem;
}

.underline {
    text-decoration: underline;
}

em, b, .bold, strong {
    font-weight: 700;
}

.semibold {
    font-weight: 500;
}

.caps {
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .box-list > * {
        padding: 1rem;
        margin: 0;
        border-bottom: solid 1px rgba(21, 57, 33, 0.2);
    }

        .box-list > *:last-child {
            border-bottom: none;
        }

.i-clipped {
    clip-path: polygon( 0% 0%, /* top left */
    100% 0%, /* top right */
    100% 6.1px, calc(100% - 6.1px) 12.2px, calc(100% - 6.1px) calc(100% - 12.2px), 100% calc(100% - 6.1px), 100% 100%, /* bottom right */
    0% 100%, /* bottom left */
    0% calc(100% - 6.1px), 6.1px calc(100% - 12.2px), 6.1px 12.2px, 0% 6.1px);
}

.green-accent {
    height: 4px;
}

    .green-accent:before {
        content: "";
        display: inline-block;
        position: relative;
        top: 0;
        vertical-align: top;
        width: 50px;
        height: 4px;
        background: #36CD64;
        clip-path: polygon( 0% 0%, /* top left */
        100% 0%, /* top right */
        calc(100% - 4px) 100%, /* bottom right */
        4px 100% /* bottom left */
        )
    }

.styled-list {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px rgb(120 120 120 / 25%);
}

    .styled-list li {
        padding: 10px;
        border-bottom: solid 1px rgb(120 120 120 / 25%);
    }

    .styled-list a, .tdt a {
        text-decoration: none;
    }


button,
input[type=submit],
.button, .header-menu a.button {
    -webkit-appearance: none;
    text-transform: uppercase;
    padding: .8em 1rem .65em;
    border: none;
    background: #36CD64;
    font-weight: 700;
    color: #144425;
    display: inline-block;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    clip-path: polygon( 0% 0%, 100% 0%, 100% 3.2px, calc(100% - 3.2px) 6.4px, calc(100% - 3.2px) calc(100% - 6.4px), 100% calc(100% - 3.2px), 100% 100%, 0% 100%, 0% calc(100% - 3.2px), 3.2px calc(100% - 6.4px), 3.2px 6.4px, 0% 3.2px);
    min-height: initial;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: 1px;
}
.close-modal{
    background:none;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus, .header-menu a.button:hover, .header-menu a.button:focus {
    background: #01882a;
    color: #fff;
}
.close-modal:hover,
.close-modal:focus {
    color: #144425;
    background:none;
}


.button:active {
    background: #36CD64CC;
    color: #FFFFFFCC;
}


.button-orange, input[type=submit].button-orange {
    background: #E45C32;/*not enough contrast*/
    background: #CD4B13;
    color: #FFFFFFCC;/*not enough contrast*/
    color: #FFFFFF;
}


.button-orange:hover,
.button-orange:focus, input[type=submit].button-orange:hover, input[type=submit].button-orange:focus {
    background: #EB662D;
    color: #fff;
}

    .button-orange:active, input[type=submit].button-orange:active {
        background: #E45C32;
        color: #fff;
    }

.transparent-input {
    background: none;
    border: none;
    outline: none;
    border-bottom: solid 1px #E45C32;
    font-size: 1.5rem;
    width: 450px;
    max-width: 100%;
    color: #E45C32;
    font-weight: 200;
    padding: 2px;
}

.gray-bottom-input {
    background: none;
    border: none;
    outline: none;
    border-bottom: solid 1px rgba(21, 57, 33, 0.2);
    font-size: 1.5rem;
    width: 450px;
    max-width: 100%;
    font-weight: 200;
    padding: 2px;
}

.transparent-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #E45C32;
    font-weight: 200;
}

.transparent-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #E45C32;
    font-weight: 200;
}

.transparent-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #E45C32;
    font-weight: 200;
}

.transparent-input:-moz-placeholder {
    /* Firefox 18- */
    color: #E45C32;
    font-weight: 200;
}


a.read-more-link:hover {
    text-decoration: none;
}

a.read-more-link:active, a.read-more-link:focus {
    cursor: progress;
    text-decoration: none;
}



.read-more-section {
    margin: 0;
    transition: max-height .2s;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 6.5em;
}

.read-more-section-300 {
    -webkit-line-clamp: 14;
    max-height: 18.2em;
}

    .read-more-section.clickable {
        cursor: pointer;
    }

.read-more-section.expanded, .read-more-section-300.expanded {
    max-height: initial !important;
    -webkit-line-clamp: unset;
    width: 99.9% /* causes repaint, which is necessary to make wide letters at the ellipses point show up */
}

.see-more-section {
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 1375px;
    position:relative;
}

.see-more-section.expanded {
    max-height: initial;
}
 
.see-more-fade {
    height: 100px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40px);
    pointer-events: none;
    padding-top: 40px;
}

.see-more-fade-inner {
    pointer-events: initial;
    height: 60px;
}
.see-more-fade .see-more-button {
    pointer-events:initial;
}

.fade-bottom {
    position: relative;
    overflow: hidden;
}

   .fade-bottom:after {
        content: '';
        height: 30px;
        display: block;
        z-index: 47;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
        pointer-events: none;
    }




/* tooltips */
.tooltipanchor {
    display: inline-block;
    padding: 2px;
    font-size: .8rem;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

    .tooltipanchor .tooltiptext {
        visibility: hidden;
        width: 140px;
        background: #fff;
        border: solid 1px rgba(22, 60, 35, 0.2);
        text-align: left;
        padding: 8px 10px;
        border-radius: 0;
        position: absolute;
        z-index: 50;
        top: calc(100% + 10px);
        right: -12px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
        line-height: 1.4;
        font-size: 15px;
        cursor: default;
        font-weight: 500;
    }

        .tooltipanchor .tooltiptext::after, #floatingTooltip:after {
            content: " ";
            position: absolute;
            bottom: 100%;
            right: 12px;
            margin-left: -5px;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent rgba(22, 60, 35, 0.2) transparent;
        }

#floatingTooltip:after {
    right: 60px;
}


.tooltipanchor.rating-details-tooltip .tooltiptext {
    top: calc(100% + -32px);
    right: 27px;
}

.tooltipanchor:hover .tooltiptext {
    visibility: visible;
}

.tooltipanchor.rating-details-tooltip:hover .tooltiptext {
    visibility: hidden;
}


/* start chart styles */

.dv-chart, .dv-chart .axis text {
    font-size: 16px;
    font-family: 'Varta', sans-serif;
}

.bold {
    font-weight: bold;
}

/*template styles*/
.dv-chart-wrapper {
    max-width: 1336px;
    margin: 0 0 20px 0;
}

.dv-chart {
    margin: 0 5px;
}

#priceChart.dv-chart {
    margin: 0;
}

/*chart styles*/
.dv-chart .y.axis line {
    fill: none;
    stroke: #000;
    opacity: .1;
    shape-rendering: crispEdges;
    stroke-width: 2px;
}

.dv-chart .x.axis line {
    fill: none;
    stroke: none;
    shape-rendering: crispEdges;
    stroke-width: 8px;
}

.dv-chart .tick.g-baseline line {
    stroke: #fff;
    stroke-width: 2px;
    opacity: .5;
}

.dv-chart .axis text {
    font-family: 'Varta', sans-serif;
    font-weight: bold;
    pointer-events: none;
    fill: #888;
}

.dv-chart .axis.quarter-labels text {
    fill: #888;
}



.dv-chart .y.axis text {
    text-anchor: end !important;
    fill: #888;
}

.dv-chart .footnote {
    font-weight: normal;
    font-style: italic;
    pointer-events: none;
    fill: #888;
}

.dv-chart .domain {
    display: none;
}

.dv-chart .area {
    fill: none;
    stroke: url(#greenOrangeGradient);
    stroke-width: 3px;
}

.dv-chart .invisible-line {
    stroke: none;
    stroke-width: 0;
    fill: none;
}

.dv-chart .light-line {
    stroke: #75a0bb;
    stroke-width: 1.5px;
    fill: none;
    opacity: .3;
}

.dv-chart .medium-line {
    stroke: #75a0bb;
    stroke-width: 2px;
    fill: none;
    opacity: .7;
}


.dv-chart .dark-line {
    stroke-width: 3px;
    fill: none;
    stroke: #144425;
}

.dv-chart .x.axis.year-lines .tick line, .dv-chart .x.axis.year-lines .tick line {
    fill: #888;
    stroke: #888;
}


.dv-chart .x.axis text {
    text-anchor: middle;
}

#priceChart .x.axis text {
    text-anchor: end;
}


.dv-chart .axis.quarter-labels text.past, .dv-chart .axis.year-labels text.past {
    fill: #144425;
}

.dv-chart .year-labels text {
    font-weight: normal;
}


.dv-chart .x.axis.year-lines .tick line.past, .dv-chart .x.axis.year-lines .tick line.past {
    stroke: #144425;
}

.dv-chart .green-point {
    fill: #144425;
}

.dv-chart .overlay {
    fill: none;
    pointer-events: all;
}


.dv-chart .hover-line {
    stroke: #163C2333;
    stroke-width: 1px;
}


.dv-chart tspan.tspan1 {
    font-size: .6rem;
}

.dv-chart g.y.axis.top line {
    stroke: none;
}


/* end chart styles */



img.alignright, img.alignleft, .financialterm img.alignleft, .financialterm img.alignright {
    margin: 5px 0 15px;
    width: 100%;
}

@media (min-width: 550px) {
    img.alignleft, .financialterm img.alignleft {
        float: left;
        margin: 5px 25px 10px 0;
        width: 28%;
        max-width: 450px;
    }



    img.alignright, .financialterm img.alignright {
        float: right;
        margin: 5px 0 10px 25px;
        width: 28%;
        max-width: 450px;
    }
}


.loading-bar {
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: loadingLine;
    -webkit-animation-timing-function: linear;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loadingLine;
    animation-timing-function: linear;
    background: #2b799f;
    background: -moz-linear-gradient(left, #ddd 0%, #ddd 48%, transparent 48%, transparent 100%);
    background: -webkit-linear-gradient(left, #ddd 0%, #ddd 48%, transparent 48%, transparent 100%);
    background: linear-gradient(left, #ddd 0%, #ddd 48%, transparent 48%, transparent 100%);
    background-size: 500px 300px;
    position: relative;
}

@keyframes loadingLine {
    0% {
        background-position: -700px 0
    }

    100% {
        background-position: 700px 0
    }
}

@-webkit-keyframes loadingLine {
    0% {
        background-position: -700px 0
    }

    100% {
        background-position: 700px 0
    }
}


.dv-chart .axis text, .dv-chart .axis text, .dv-chart .footnote {
    font-size: 15px;
    font-weight: 200;
}

.dv-chart text.year-label, .dv-chart .year-labels text {
    font-weight: bold;
}

.dv-chart .dark-line {
    stroke-width: 1.5px;
    fill: none;
    stroke: #144425;
}

.dv-chart .highPriceTargetLine {
    stroke: #A26E29
}

.dv-chart .gold-point, .dv-chart .gold-letters {
    fill: #A26E29;
}

.dv-chart .priceTargetLine {
    stroke: #34318E;
}

.dv-chart .green-point, .dv-chart .green-letters {
    fill: #34318E;
}

.dv-chart .lowPriceTargetLine {
    stroke: #144425;
}

.dv-chart .black-point, .dv-chart .black-letters {
    fill: #144425;
}

.dv-chart .x.axis line {
    fill: none;
    stroke: none;
}

.dv-chart .infoSlider-text {
    font-weight: 400;
}

.dv-chart .info-slider-rect-shadow {
    fill: transparent;
}

.dv-chart .info-slider-rect {
    fill: transparent;
}
.dv-chart .info-slider-note-text {
    font-size: 10px;
    text-transform: uppercase;
}

.dv-chart .info-slider-bought-text {
    fill: #31794a;
    font-weight: bold;
}

.dv-chart .info-slider-sold-text {
    fill: #E45C32;
    font-weight: bold;
}

.dv-chart .x.axis.year-lines .tick line.past, .dv-chart .x.axis.year-lines .tick line.past {
    stroke: #144425;
}


.dv-chart tspan.tspan1 {
    font-size: .6em;
}

.dv-chart .amount-bought {
    fill: #429056;
    fill: url(#greenGradient);
}

.dv-chart .amount-sold {
    fill: #992120;
    fill: url(#orangeGradient);
}

.dv-chart .amount-bought-bottom {
    fill: #5DB457;
}

.dv-chart .amount-sold-bottom {
    fill: #E45C32;
}

@media (max-width: 550px) {
    .dv-chart {
        margin: 0 -15px;
    }
    
}

.share-price-bar {
    fill: #144425;
    stroke: #144425;
}

.price-target-bar {
    fill: #fff;
    stroke: #144425;
}

text.price-target-bar, text.share-price-bar {
    fill: #144425;
    stroke-width: 0;
}

.mini-chart .axis text {
    font-size: 12px;
}


.range-mini-chart {
    color: #555;
    padding-top: 17px;
    text-align: center;
    margin-top: -8px;
}

.range {
    display: inline-block;
    background: #eee;
    /*background-image: linear-gradient(to right, #fff 25%, #144425 25%, #144425 calc(25% + 1.1px), #fff calc(25% + 1.1px), #fff calc(50% - .6px), #144425 calc(50% - .6px), #144425 calc(50% + .6px), #fff calc(50% + .6px), #fff calc(75% - 1.1px), #144425 calc(75% - 1.1px), #144425 75%, #fff 75%);*/
    background-image: linear-gradient(to right, #E45C32, #39C762 );
    width: calc(100% - 135px);
    height: 15px;
    text-align: center;
    margin: 0px 7px;
    position: relative;
    vertical-align: top;
}

.range-quadrants {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 1px;
    left: 50%;
}
    .range:before {
        position: absolute;
        content: "";
        background: #fff;
        height: 100%;
        width: 1px;
        left: 25%;
    }
    .range:after {
        position: absolute;
        content: "";
        background: #fff;
        height: 100%;
        width: 1px;
        left: 75%;
    }
.reduced-range {
    width: calc(100% - 155px)
}

.range-marker {
    position: absolute;
    top: 0;
    left: 50%;
    line-height: .95;
    transform: translateX(-50%);
    border-color: #fff transparent #fff transparent;
    border-width: 5px;
    border-style: solid;
    width: 6px;
    height: 15.5px;
}

.ratings-bars-group {
    position: relative;
    flex: 1;
    -ms-flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 125px;
    max-width: 29vw;
    min-width: 88px;
}

.ratings-bars-tooltips {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    transition: width 500ms;
    list-style: none;
}

    .ratings-bars-tooltips li {
        white-space: nowrap;
        overflow: hidden;
    }

.ratings-bars-group:hover .ratings-bars-tooltips, .current-ratings-tooltip {
    padding: .1rem 1rem;
    border: solid 1px #144425;
    width: 185px;
    background: #fff;
    z-index: 1;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: calc(100% - 62px);
    justify-content: space-around;
    visibility: visible;
    list-style: none;
}


    .ratings-bars-group:hover .ratings-bars-tooltips li {
        width: initial;
    }

.current-ratings-tooltip {
    border-color: rgba(21, 57, 33, 0.2);
    width: 100%;
    height: calc(100% - 132px);
    padding-top: 1.2em;
}

.ratings-bars-group:hover .ratings-bars-tooltips:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: white;
    top: 50%;
    left: -6px;
    border-top: solid 1px #144425;
    border-left: solid 1px #144425;
    transform: rotate(-45deg);
}

.rating-bar {
    height: 1.5px;
    margin: 0 8px 8px;
}



/* datatables styles */

/*
 * Table styles
 */
table.tdt {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-bottom: 1px solid #144425;
}

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable tbody tr {
        background-color: #ffffff;
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 15px 10px;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4;
        }

    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover,
    table.dataTable.hover tbody tr:focus, table.dataTable.display tbody tr:focus {
        background-color: #f6f6f6;
    }

        table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1;
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa;
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1;
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa;
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc;
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea;
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec;
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb;
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px;
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px;
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px;
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left;
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right;
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify;
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap;
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left;
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center;
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right;
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify;
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap;
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left;
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center;
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right;
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify;
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap;
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        box-sizing: content-box;
    }

/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

table.dataTable {
    margin: 1rem 0 1rem;
}

    .dataTables_wrapper .dataTables_length {
        float: left;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }

        .dataTables_wrapper .dataTables_filter input {
            border: 1px solid #15392133;
            border-radius: 0;
            padding: 0 5px;
            background-color: transparent;
            margin-left: 3px;
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em 0.4em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: none;
                background: #14442542;
                border-radius: 0;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
                color: white !important;
                background-color: #585858;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em;
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333;
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch;
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle;
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important;
                }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none;
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    cursor: default !important;
    padding-top: 13px;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
        display: none !important;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        top: 50%;
        left: 5px;
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: block;
        position: absolute;
        color: white;
        border: none;
        border-radius: 0;
        box-shadow: none;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 1.4em;
        content: '^';
        background-color: #36CD64;
        transform: rotate(-180deg);
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    line-height: 1.4em;
    content: '^';
    background-color: #36CD64;
    transform: rotate(0deg);
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-left: 27px;
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px;
    }

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

    table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
    table.dataTable.dtr-column > tbody > tr > td.control:before,
    table.dataTable.dtr-column > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 0.8em;
        width: 0.8em;
        margin-top: -0.5em;
        margin-left: -0.5em;
        display: block;
        position: absolute;
        color: white;
        border: 0.15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 0.2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 1em;
        content: '+';
        background-color: #31b131;
    }

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            border-bottom: 1px solid #efefef;
            padding: 0.5em 0;
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
                padding-top: 0;
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
                border-bottom: none;
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
    }

div.dtr-modal {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em;
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        overflow: auto;
        margin: auto;
        z-index: 102;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid black;
        border-radius: 0.5em;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em;
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 12;
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea;
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.6);
    }
.lw-modal {
    color: #fff;
    background: #144425;
}
    .lw-modal-bg {
        width: 55%;
    }
@media screen and (max-width: 767px) {
    div .dtr-modal div.dtr-modal-display {
        width: 95%;
    }
    .lw-modal {
        color: #144425;
        background: #f0f4f2;
    }
        .lw-modal-bg {
            width: 100%;
        }
        .lw-modal-form {
            background: none;
        }
}

.placeholder-cell {
    width:0px;
    padding:0px;
    display:none;
}
/* end datatables styles */



.sbt td:first-child, .sbt th:first-child, .super-border-bottom, .super-border-top {
    position: relative;
}

    .sbt td:first-child:after, .super-border-bottom:after, .super-border-top:before {
        content: "";
        display: block;
        position: absolute;
        width: 300vw;
        height: 1px;
        background: #163C2333;
        left: -150vw;
        bottom: 0;
        z-index: 1;
    }

    .sbt th:first-child::after {
        content: "";
        position: absolute;
        background: #14442542;
        height: 100%;
        width: 300vw;
        top: 0;
        left: -150vw;
        z-index: -1;
    }

.sbt .gray-row {
    background: transparent;
}
    .sbt .gray-row td:first-child:after {
        content: "";
        position: absolute;
        background: #0144250F;
        height: 100%;
        width: 300vw;
        top: -1px;
        left: -150vw;
        z-index: -1;
        border-bottom: solid 1px #163C2333;
    }

.super-border-top:before {
    top: 0;
}

tr:last-child>td:first-child:after {
    content: none;
}

tr.parent td:first-child:after {
    width: 50px;
    left: 9px;
    background: #ececec;
}





.ui-datepicker {
    width: 17em;
    font-size: .8em;
    background: #f0f4f2;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: solid 1px #e4f0f2;
        padding: 1px
    }

    .ui-datepicker td span, .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none
    }

.share-button {
    min-width: 123px;
}

.share-options, .share-title, .share-options > a {
    transition: opacity .2s;
}
.share-title{
    text-align:center;
}
.share-options {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.share-options > a {
    opacity: .8;
}

.share-button.open .share-options {
    opacity: 1;
}

.share-button.open .share-title {
    opacity: 0;
}

.share-button.open .share-options {
    opacity: 1;
}

.share-options > a:hover {
    opacity: 1;
}

#shareButton a.opening {
    pointer-events: none;
}

@media (max-height: 550px) {
    .modal-lock-decor {
        display: none;
    }
}

.facebook-login-button {
    display: none !important;
}

/* start momb more on marketbeat styles */

.more-headline {
    font-family:'Spectral';
    font-size: 22px;
    font-weight: 700;
    font-size: 1.375rem;
    color: #144425;
    border-bottom: solid 1px #01882A;
    margin: 0 0 0.75rem;
    padding: 0 0 0.25rem;
}
.momb {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

    .momb .momb-section {
        flex: 4 0 280px;
        padding: 0 0.5rem;
        margin-bottom: 1rem;
    }



.momb-LeftPicture .momb-section {
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
}


.momb .linkbox {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
    border: solid 1px rgba(21, 57, 33, 0.2);
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    margin-bottom: 0 !important;
    height: 100%;
}

.momb-LeftPicture .linkbox {
    flex-direction: row;
}
/* for accessibility */
.momb .linkbox:hover,
.momb .linkbox:focus {
    background: rgba(21, 57, 33, 0.05);
    transform: scale(1.05);
}

.momb .linkbox:focus {
    outline: #36CD64 dashed 1px;
    outline-offset: 2px;
    box-shadow: none;
}

    .momb .linkbox:hover .title-line,
    .momb .linkbox:focus .title-line {
        text-decoration: underline;
    }

.momb .imagebox {
    width: 100%;
    aspect-ratio: 210 / 119;
    overflow: hidden;
    margin: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .momb .imagebox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.momb-LeftPicture .imagebox {
    flex: 0 0 105px;
    padding-top: 0;
    overflow: hidden;
    margin: 0 0.5rem 0 0;
    aspect-ratio: 105 / 102;
    height: 100%;
}

.momb .textbox {
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
    flex: 1 1 125px;
    padding: 1rem 0.5rem 1rem;
}

.momb-LeftPicture .textbox {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}

.momb .title-line {
    margin-bottom: 0.25rem;
}

.momb .desc-line {
    color: #144425;
    font-weight: 400;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.2;
}

.momb-LeftPicture .desc-line {
    display: none;
}

.momb .linktext {
    color: #144425;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.1;
}

.momb .from-line {
    color: #666;
    font-weight: normal;
    font-size: 11px;
}


.momb-LeftPicture .linktext {
    color: var(--blue);
}

/* end more on marketbeat styles */

/* specifically for company profile links so they don't risk getting ad blocked*/
.profile-link a, .profile-link, .profile-link a:hover, .profile-link a:active, .profile-link a:focus, .profile-link:hover, .profile-link:active, .profile-link:focus {
    text-decoration: none;
}