/* Atomic CSS
 * A simple general UI. Makes things generally nicer.
 * Icons purchased from www.glyphicons.com with the glyphiconsALL package
 *
 ************************************************************/

/* Page Reset
***************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Page Attributes
***************************************************************/

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #F9F9F9;
}

h1 {
    font-family: 'misoregular';
    font-size: 36px;
    line-height: 36px;
    font-style: normal;
    color: #222;
    font-weight: bold;
    text-transform: none;
}

h2 {
    font-family: 'misoregular';
    font-size: 2.2em;
    line-height: 1.2em;
    font-style: normal;
    color: #222;
    font-weight: bold;
}

h3 {
    font-family: 'misoregular';
    font-size: 2em;
    line-height: 1.2em;
    font-style: normal;
    color: #6D6E71;
    font-weight: bold;
}

h4 {
    font-family: 'misoregular';
    font-size: 1.8em;
    line-height: 1.2em;
    font-style: normal;
    color: #6D6E71;
    font-weight: normal;
}

h5 {
    font-family: 'misoregular';
    font-size: 1.6em;
    line-height: 1.2em;
    font-style: normal;
    color: #6D6E71;
    font-weight: normal;
}

.light-grey {
    border-color: #6D6E71;
}

p {
    font-family: 'glober';
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    font-style: normal;
    color: #6D6E71;
}

a {
    color: #7AC843;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover {
    color: #7AC843;
}

ol li, ul li {
    font-family: 'glober';
    font-style: normal;
    color: #6D6E71;
    margin: 0;
}
ol,
ul {
 margin-bottom: 30px;   
}
.page-main-contents ul li {
    margin: 0 0 0 24px;
    font-family: 'glober';
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    color: #6D6E71;
}

/*table {
    float: left;
    width: 100%;
}*/

table td, table th {
    font-family: 'Source Sans Pro';
    font-size: 1em;
    line-height: 1.4em;
    font-style: normal;
    border: none;
    outline: none;
}

img {
    border: none;
    outline: none;
}

input[type="text"], input[type="password"], textarea {
    padding: 8px;
    width: 100%;
}

.form-control {
    border-radius: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Whole Site
|--------------------------------------------------------------------------
*/

.btn {
    font-family: 'misoregular';
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none;
}
.btn:hover {
 text-decoration: none;   
}
.btn-primary {
    color: #fff;
    background-color: #009eda;
    border-color: #009eda;
    text-decoration: none;
}
.btn-primary:hover {
        color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.text-title {
 text-transform: uppercase;   
}
.job-opening h3 a {
    font-size: 30px;
    font-weight: normal;
    color: #009eda;
    text-decoration: none;
}
.job-opening h3 a:hover {
    color: #7AC843;
    text-decoration: none;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 0;
    overflow-x: hidden;
}

.page-wrapper {
    width: 100%;
    
    margin-bottom: 0;
    overflow: visible;
    position: relative;

    top: 0;
    z-index: 10000;
    /*background: #000;*/
}
.home .page-wrapper {
     margin-bottom: 0;   
}
.raw-small-device {
    width: 312px;
    margin: 0 auto;
}

.page-content {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 74px;
    min-height: 600px;
    padding-bottom: 60px;
    background: #FFF;
}
.page-content.no-margin-top {
 margin-top: 0;   
}

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

.header {
    width: 100%;
    height: 88px;
    background: #009EDA;
    position: absolute;
    z-index: 99999;
}

    .header-menu-icon {
        display: none;
        line-height: 88px;
        margin-right: 16px;
        color: #FFF;
    }

    .header-icon {
        font-size: 36px !important;
    }

    .atomic-header h1 {
        font-family: 'Titillium Web';
        font-size: 8em;
    }

    .atomic-header p, .atomic-header li {
        font-family: 'Source Sans Pro Light';
        list-style: none;
    }

    .atomic-search {
        width: 100%;
        font-size: 2em;
        line-height: 2em;
        height: 3em;
    }

/*
|--------------------------------------------------------------------------
| Body
|--------------------------------------------------------------------------
*/
.related-documents-line {
    padding: 10px 0;
    margin-bottom: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-family: 'glober';
}
.related-documents-line a.link {
    font-size: 12px;
    font-weight: 700;
    font-family: 'glober';
}
.related-documents.box {
    float: right;
    border: 1px solid #ddd;
    margin: 25px 0 25px 25px;
    min-width: 280px;
}
.related-documents.box > .text {
    padding: 20px;
}
.box {
    text-align: left;
    background: #fff;
    padding: 40px;
    box-shadow: 0 1px 2px 0 rgba(50,50,50,0.45);
    position: relative;
    margin-bottom: 20px;
}
.related-documents.box .box {
    text-align: left;
    background: none;
    padding: 0;
    box-shadow: none;
    position: relative;
    margin-bottom: 0;
}
.page-main-contents .pub-category h4 {
    color: #009EDA;
    margin-bottom: 0;
}
.pub-category {
padding-top: 30px;
 border-bottom: solid 2px #eee;   
}
.pub-category:first-child {
 padding-top: 0;   
}
.pub-listing {
 border-bottom: dashed 2px #eee;
 padding-top: 30px;
}
.pub-listing:last-child {
 border-bottom: 0;   
}

.pub-category:last-child {
 border-bottom: none;   
}
.jump-to-section .raw-margin-top-72 {
 margin-top: 0 !important;   
}
.member:last-child hr {
 display: none;   
}
.page-main-contents h4.media-heading {
 margin-bottom: 20px;   
}
.media-description p {
 margin-bottom: 10px;   
}
.media .date {
 margin: 0;   
}
.media-heading a:hover {
 text-decoration: none;   
}
.media {
 padding-bottom: 30px;   
}
.media + .media {
 padding-top: 30px; 
 padding-bottom: 30px;
 border-top: solid 1px #eee;   
}
/*Pagination*/
.pagination>li {
    display: inline-block;
    padding: 0;
    margin: 0 !important;
}
.pagination>li.active>a, .pagination>li.active>a:hover, .spr-ir-pagination ul>li>.current {
    background-color: #009EDA;
    color: #fff;
        border: 1px solid #009EDA;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #F1F0F0;
}
.pagination {
 list-style: none;
 padding: 0;
}
/*-webkit-transition: width 2s; */
    /*transition: width 2s;*/
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
.footer-menu-links ul {
 padding: 0;
 list-style: none;
 margin: 0;
}
.footer-menu-links {
 margin: 60px 0 0;   
}
.footer-nav-holder h5 a{
    color: #009EDA;
    font-size: 14px;
    font-weight: normal;
}
.footer-nav-holder {
 border-right: solid 1px #009EDA;   
 margin-left: 0 !important;
}
.footer-nav-holder:last-child {
    border-right: none;
}
    
.footer-nav-holder .footer-menu-top {
 padding: 0 24px;   
}
.footer-mega-menu-holder {
 display: block;
 width: 33%;
 float: left;
}
.footer-mega-menu-holder li ul li a {
    margin-left: 0;
}
.footer-nav-holder:first-child .footer-menu-top {
 padding: 0 24px 0 0;   
}
.footer {
    width: 100%;
    height: auto;
    background: #333;
    position: static;
    z-index: 1;
    bottom: 0;
    background-size: cover;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    color: #EEE;
    font-size: 12px;
    display: none;
}

    .footer input[type="text"] {
        color: #333;
        font-family: 'glober';
    }

    .footer h3 {
        font-family: 'misoregular';
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        border-bottom: #FFF 1px solid;
        padding: 0 0 24px 0;
    }

.footer p, .footer span, .footer label {
    color: #fff;
    font-weight: normal;
    font-family: 'glober';
}

.footer-sign-up {
    margin: 0;
    color: #fff;
    width: 100%;
    float: left;
    /*background: url(../img/footer-shade-bg.png);*/
    background: #009EDA;
}
.footer-sign-up input {
 color: #fff;   
}
.footer-sign-up h3 {
 color: #fff;   
}
.footer-sign-up .btn-primary {
    color: #fff;
    background-color: #7AC843;
    border-color: #009eda;
    text-decoration: none;
}
.footer-sign-up .btn-primary:hover {
 background: #447C1D;   
}
    .footer .rg-col-2 {
        margin-left: 0;
    }

    .footer .rg-col-6 {
        width: 525px;
    }

    .footer a {
        color: #000;
    }

    .footer-menu {
        margin: 48px 0 0 0;
        height: 300px;
        padding-left: 24px;
        border-left: 1px solid #009EDA;
    }

    .footer-menu p {
     margin-bottom: 0;   
    }
    .borderless {
        padding-left: 0px;
        border-left: none !important;
    }

    .footer-menu li {
        list-style: none;
        padding: 0;
        text-align: left;
        line-height: 24px;
    }

    .footer-text {
        font-size: 12px;
        display: inline;
        color: #fff;
    }
    .footer-text a {
     color: #fff;   
    }
.copyright > .footer-links {
    display: inline-block;
}
.footer-links a:after {
    display:inline-block;
 content: " | ";
 padding: 0 4px;
    text-decoration:none;
}
div.footer-links a {
    color:#009EDA;
    font-size:16px;
        font-family: "misoregular";
}
div.footer-links a:after {
    padding:0 10px;
}
.footer-text .footer-links a {
    font-size: 12px;
    font-weight: normal;
    font-family: 'glober';
 color: #fff;   
} 
.footer-text .footer-links a:first-child {
    margin-left: 10px;   
}
.copy-container {
 width: 100%;
 max-width: 984px;
 margin: 0 auto;
 padding:30px 0;
}
   
.footer .first a {
    color: #009EDA;
    font-size: 14px;
}


.footer-links a:last-child:after {
 content: "";   
}
.footer-newsletter-container span, .footer-newsletter-container label {
    margin-left: 10px;
        font-family: "misoregular";
}
.footer-newsletter-container span:first-child, .footer-newsletter-container label:first-child {
    margin-left: 50px;
}
.footer-newsletter-container {
     position: relative;
    top: -5px;   
}
/*
|--------------------------------------------------------------------------
| Footer Investor Menu
|--------------------------------------------------------------------------
*/

.footer .ir-menu-subheader, .footer .ir-menu-link, .footer li {
    font-size: 10px;
    font-family: 'glober';
    padding-left: 0px;
    line-height: 24px;
}

.footer .rg-col-4 {
    margin: 0;
}

.footer .ir-menu-link {
    margin-left: 16px;
    color: #000 !important; 
}

.footer-menu .rg-col-4 {
    width: 33%;
}

.footer .ir-menu-subheader:hover, .footer .ir-menu-link:hover {
    background-color: transparent;
}
/*
|--------------------------------------------------------------------------
| Basic Text
|--------------------------------------------------------------------------
*/
.analyst-overview-title, .stock-data-analyst-coverage-pg h1 {
    font-size: 2.6em;
    margin-bottom: 0.67em;
}
.stock-data .price.landing-pg .symbol {
        font-size: 18px;
    font-weight: 600;
}
.stock-data .price.landing-pg .value {
    font-size: 30px;
}
.stock-landing .stock-section .value-title {
    display: inline-block;
    font-size: 16px;
}
.stock-data-analyst-coverage-pg p {
    font-size: 0.895em;
}
.stock-landing .rg-row .rg-col-6 {
    padding: 40px;
}
.stock-landing .spr-ir-table td {
    font-size: 16px;
}
.stock-landing th {
    font-size: 16px;
}
.stock-landing td {
    font-size: 16px !important;
}
.stock-landing .rg-row .rg-col-6:first-child {
    padding-left: 0;
}
.stock-landing .rg-row .rg-col-6:last-child {
    padding-right: 0;
}
@media(max-width: 767px) {
    .stock-data-analyst-coverage-pg .btn {
        display: block;
    margin-bottom: 4px;
    }
    .stock-landing .rg-row .rg-col-6 {
        padding: 0;
    }
 .stock-data-analyst-coverage-pg .raw-device {
    width: 100% !important;
    padding: 0 15px;
}   
}
.thickest-text {
    font-family: 'Titillium Web';
}

.thick-text {
    font-family: 'Titillium Web';
    font-weight: normal;
}

.thin-text {
    font-family: 'Source Sans Pro Light';
}

/*
|--------------------------------------------------------------------------
| Page Sections
|--------------------------------------------------------------------------
*/

.border-bottom {
    border-bottom: 1px solid #B6B7B8;
    padding-bottom: 24px;
}


.sub-header {
    border-bottom: 1px solid #B6B7B8;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 48px;
}

.sub-header p, .sub-header-text p {
    font-size: 24px;
    line-height: 24px;
    color: #6D6E71;
    margin-bottom: 24px;
    font-family: "misoregular";

}
.clear {
 clear: both;   
}
.resource {
 padding: 0 0 30px;
 border-bottom: solid 1px #eee;
}
.resource + .resource {
 padding: 40px 0 30px;   
}
.cyn-dash {
    width: 100%;
    display: block;
    height: 3px;
    background: url('../img/line.png') no-repeat center;
    float: left;
}

.cyn-about-apl-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.cyn-about-apl-quote {
    margin: 48px 0 0 0;
    padding: 48px 0;
    background: url('../img/quote-bg-1.png') no-repeat top center !important;
    background-size: cover !important;
}

.cyn-about-apl-quote p {
    font-size: 32px;
    line-height: 36px;
    color: #FFF;
}

.about-parkinsons-banner {
    height: 400px;
    width: 100%;
    background: url(../img/about-parkinsons-bg.png) no-repeat;
    background-size: cover;
}

.page-main-contents img {
    max-width: 100%;
    height: auto;
}

.page-main-contents hr {
    margin-top: 48px;
    margin-bottom: 48px;
    box-shadow: none;
    background: #eee;
    height: 2px;
    outline: none;
    border: none;
}

.page-main-contents h4 {
        font-family: 'misoregular';
    font-size: 1.8em;
    line-height: 1.2em;
    font-style: normal;
    color: #6D6E71;
    margin-bottom: 30px;
    font-weight: normal;
}
.page-main-contents .member h4 {
 margin-bottom: 0;
 color: #009EDA;
}

.investors-background {
    background: url(../img/investors-overview-bg.png) no-repeat;
    background-size: cover;
}

.investment-overview-container {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .in-ov-content {
        width: 100%;
        height: 152px;
    }

        .in-ov-content table {
            width: calc(100% - 24px);
            margin: 12px 12px 0 12px;
        }

    .in-ov-link, .in-ov-content-link {
        margin-top: 152px;
        height: 48px;
        background: url(../img/overview_overlay.png);
        width: 100%;
    }

    .in-ov-content-link {
        margin-top: 0px;
    }

        .in-ov-link a, .in-ov-content-link a {
            line-height: 48px;
            color: #FFF;
            text-transform: uppercase;
            font-family: "misoregular";
            font-size: 24px;
            padding-left: 12px;
        }

/*
|--------------------------------------------------------------------------
| Main Colors
|--------------------------------------------------------------------------
*/

.cyn-blue-color {
    color: #009EDA;
}

.cyn-blue-bg {
    background-color: #009EDA;
}

.cyn-grey-color {
    color: #B6B7BB;
}

.cyn-grey-bg {
    background-color: #B6B7BB;
}

/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/

    /*
    |--------------------------------------------------------------------------
    | Horizontal
    |--------------------------------------------------------------------------
    */

    .menu {
        margin-left: 220px;
        display: block;
    }

    .horizontal-menu {
        width: 984px;
        height: auto !important;
        position: absolute;
        z-index: 100024;
        left: 50%;
        margin-left: -492px;
        font-family: "misoregular" !important;
        font-size: 24px;
    }

        .horizontal-menu .menu-close-icon {
            display: none;
        }

        .horizontal-menu .menu {
            width: 100%;
            height: 40px;
        }

        .horizontal-menu .menu li {
            float: left;
            list-style: none;
            line-height: 88px;
            height: 88px;
            text-align: left;
            padding: 0 12px;
            margin: 0;
            position: relative;
        }
        .horizontal-menu .menu .ir-sub-menu {
            float: left;
            list-style: none;
            line-height: 88px;
            height: 88px;
            text-align: left;
            padding: 0 12px;
            margin: 0;
            position: static;
        }
        
        .horizontal-menu .menu .has-sub-menu:hover .sub-menu, .horizontal-menu .menu .has-sub-menu:hover .sub-menu-investor {
             display: block !important;
        }
        .ir-backdrop {
         position: absolute;
         width: 100%;
         height: 700px;
         background: #7AC819;
        z-index: 99998;
         display: none;
        }
        .white-bar {
         border: none;
         background: #fff;
         height: 2px;
        }
        .dis-block {
         display: block;   
        }
        @media(max-width: 991px) {
        .ir-backdrop {
        display: none !important;   
        }
         li.has-sub-menu:hover .sub-menu {
            display: block !important;
         }
         .vertical-menu .menu li {
            padding-left: 10px;
        }
        }
        .horizontal-menu .menu li a {
            text-decoration: none;
            color: #FFF;
            font-family: "misoregular";
                text-transform: uppercase;
        }

        .sub-menu {
            padding-top: 12px;
            display: none;
            position: absolute;
            left: 0;
            top: 76px;
            background: #7ac843;
            background-image: url(../img/dropdown_top_arrow.png);
            background-repeat: no-repeat;
            background-position: left top;
            width: 293px;
        }

        .sub-menu-investor {
            display: none;
            position: absolute;
            left: 0;
            top: 76px;
            background-repeat: no-repeat;
            background-position: left top;
            width: 100%;
        }

            .sub-menu-investor-selector {
                height: 12px;
                width: 100%;
                background-image: url(../img/dropdown_top_arrow.png);
                background-repeat: no-repeat;
                background-position: center top;
                /*margin-left: 366px;*/
                    margin-left: 340px;
            }

            .sub-menu-investor-wrapper {
                background: #7AC819;
                padding: 24px 0;
                width: 100%;
                float: left;
            }

            .horizontal-menu .menu li .sub-menu .sub-nav li {
                height: auto;
                line-height: 36px;
                padding-left: 0;
                padding-right: 0;
                font-size: 22px;
            }

            .horizontal-menu .menu li .sub-menu .sub-nav a {
                line-height: 36px;
                height: 36px;
                text-transform: none;
                padding: 10px;
                font-size: 22px;
            }

        .sub-nav li {
            width: 100%;
            padding-left: 0 !important;
        }

    .footer .sub-nav li {
        /*margin-top: 4px;*/
    }

/*    .sub-nav {
        margin-left: -24px;
    }*/

        .horizontal-menu .menu .sub-nav li:hover {
            background: #447C1D !important;
        }

    /*
    |--------------------------------------------------------------------------
    | Vertical
    |--------------------------------------------------------------------------
    */

    .vertical-menu {
        width: 280px;
        min-height: 100%;
        position: fixed;
        z-index: 999999;
        top: 0;
        background: #F9F9F9;
        border-left: 1px solid #DDD;
    }

        .vertical-menu[data-menu-side="left"] {
            left: 0;
        }

        .vertical-menu[data-menu-side="right"] {
            right: 0;
            margin-right: -280px;
        }

        .vertical-menu .menu {
            width: 280px;
            clear: both;
            margin-bottom: 24px;
        }

        .vertical-menu .menu li {
            width: 280px;
            float: left;
            list-style: none;
            line-height: 40px;
            text-align: left;
            margin: 0;
        }

        .vertical-menu .menu li a {
            text-decoration: none;
            color: #444;
            line-height: 48px;
        }

        .vertical-menu .menu li ul {
            width: 280px;
            float: left;
        }

/*    .sub-nav {
        margin-left: -34px;
    }*/

        .vertical-menu .menu li:hover ul {
            display: block;
        }

        .vertical-menu .menu li:hover {
            background: #CCC !important;
        }

            .vertical-menu .menu .sub-nav li:hover {
                background: #444 !important;
            }

        .vertical-menu .menu .sub-nav li:hover a {
            color: #FFF !important;
        }

.dropdown-arrow {
    cursor: pointer;
}

.hidden-menu {
    margin-left: -280px;
}

.menu-icons {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 100;
}

.menu-close-icon {
    cursor: pointer;
    line-height: 88px;
}

.main-nav-logo {
    position: absolute;
    left: 50%;
    z-index: 1000987;
    margin: 35px 0 0 -492px;
}

/*
|--------------------------------------------------------------------------
| Atomic Benchmark
|--------------------------------------------------------------------------
*/

#atomic-benchmarking {
    position: fixed;
    height: 50px;
    overflow: hidden;
    bottom: 0px;
    width: 100%;
    background-color: #333;
    text-align: center;
}

    #atomic-benchmarking p {
        color: #FFF;
        padding: 16px;
    }

/*
|--------------------------------------------------------------------------
| Specialities
|--------------------------------------------------------------------------
*/

.atomic-thumbnail {
    width: 40px;
    float: right;
}

/*
|--------------------------------------------------------------------------
| BG Video
|--------------------------------------------------------------------------
*/

.big-video-wrap {
    background: #333;
    z-index: 0 !important;
}

.video-js {
    top: 88px !important;
}

.video-content {
    position: relative;
    float: left;
    margin-top: 88px;
    top: 89px;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-box {
    background: #000;
    color: transparent;
}

.video-box-footer {
    position: relative;
    float: left;
    width: 100%;
    height: 262px;
        top: 0;
    background-image: url('../img/home-buttons-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*
|--------------------------------------------------------------------------
| Homepage
|--------------------------------------------------------------------------
*/

.homepage-content {
    width: 55%;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.65);
}

/*@media (device-width: 768px) and (device-height: 1024px) and (orientation:landscape)  {
    .homepage-content {
        position: relative;
    }
}*/

@media (max-width: 768px) {
    .homepage-content {
        position: relative;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .homepage-content {
        position: relative;
    }
}

    .homepage-content h1, .homepage-content h4 {
        color: #FFF !important;
    }

    .homepage-content h1 {
        margin-bottom: 48px;
    }

    .homepage-arrow {
        position: absolute;
        left: 50%;
        margin-left: -25px;
        width: 49px;
        height: 49px;
        background: url(../img/more-arrow.png) no-repeat;
        z-index: 348974935;
        cursor: pointer;
        -webkit-transition: 0.5s;
                transition: 0.5s;
    }

    .homepage-arrow:hover {
        -ms-transform: scaleX(1.6) scaleY(1.6);
        -webkit-transform: scaleX(1.6) scaleY(1.6);
        transform: scaleX(1.6) scaleY(1.6);
    }

    .rotate-arrow180 {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rotate-arrow0 {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .hp-footer-btn {
        background: #7AC819;
        margin: 48px 0;
        height: 164px;
        text-transform: uppercase;
        -webkit-transition: margin 0.5s;
                transition: margin 0.5s;
    }
    .hp-footer-btn a:hover {
        text-decoration: none !important;
    }
        .hp-footer-btn:hover {
            margin-top: 20px;
            background: #447C1D;
        }

        .hp-footer-btn p, .hp-footer-btn h4 {
            color: #FFF;
            font-size: 24px;
            font-family: "misoregular";
        }
        .hp-footer-btn p {
            padding: 12px 0 0 0;
            font-size: 20px;
            line-height: 24px;
        }
        .hp-footer-btn h4 {
            padding: 0 0 12px 0;
            font-size: 20px;
        }
        .hp-footer-btn h4 {
            border-bottom: #BCE48C 1px solid;
        }

        .hp-footer-btn a:hover {
            text-decoration: underline;
            color: #FFF;
        }

/*
|--------------------------------------------------------------------------
| Map
|--------------------------------------------------------------------------
*/

.map {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/maps.png);
}

/*
|--------------------------------------------------------------------------
| Contact
|--------------------------------------------------------------------------
*/

.contact-box {
    width: 100%;
    max-width: 296px;
    background-color: #FFF;
    padding: 24px;
}
.contact-box p {
 margin-bottom: 0;   
}
    .contact-box p {
        line-height: 28px;
    }


/*
|--------------------------------------------------------------------------
| Jump Links
|--------------------------------------------------------------------------
*/

.link-jump {
    width: 264px;
    position: fixed;
    text-align: left;
    margin-left: 48px;
}

    .link-jumper {
        color: #7AC843;
        margin-top: 12px;
        cursor: pointer;
    }

    .jump-link .jump-text {
        min-width: 100px;
    }

.file-list-pdf-icon {
    min-height: 50px;
}

/*
|--------------------------------------------------------------------------
| Investor Relations
|--------------------------------------------------------------------------
*/
.ir-nav-holder {
 margin: 0 0 30px 0 !important;   
}
.sub-menu-investor-wrapper p {
    margin: 0px !important;
    padding: 0px !important;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

.investor-menu-link:hover {
    text-decoration: underline !important;
}

.investor-menu-link {
    margin-bottom: 10px !important;
}
.ir-link {
 padding-left: 10px;   
}
.ir-menu-link {
    width: 100%;
        margin-left: 0;
    padding: 8px;
    color: #fff !important;
    font-family: 'misoregular';
    font-size: 24px;
    line-height: 36px;
    text-transform: none !important;
}

.ir-menu-subheader {
    width: 100%;
    padding: 8px 8px;
    font-family: 'misoregular';
    font-size: 24px;
    line-height: 48px;
    text-transform: none !important;
}

    a.ir-menu-subheader:hover, a.ir-menu-link:hover {
        text-decoration: underline !important;
    }
@media(max-width: 991px) {
 .ir-nav-holder {
    margin: 0 !important;
    width: 100% !important;
}
#wrapper {
    overflow-x: visible !important;
}
.page-wrapper {
    overflow: visible !important;
}
.footer-newsletter-container {
 float: none !important;   
}
.footer-newsletter-container span, .footer-newsletter-container label {
    margin-left: 0;
}
.footer-newsletter-container span:first-child, .footer-newsletter-container label:first-child {
    margin-left: 0;
        display: block;
    margin-top: 55px !important;
}
.input-box {
 overflow: hidden;   
}
.home .page-wrapper {
     margin-bottom: 0;   
}
.copy-container {
    text-align: center;
}
ul.footer-mega-menu-holder {
    display: none;
}
.footer-nav-holder .footer-menu-top {
    padding: 0;
}
.footer-nav-holder .footer-menu-top {
    padding: 0;
    display: block;
}
.footer {
 position: relative;   
 height: auto;    
}
.page-wrapper {
 margin-bottom: 0;   
 background: none;
}
.footer-nav-holder {
    border-right: none;
    margin-left: 0 !important;
    width: 100% !important;
    text-align: center;
}
.footer-nav-holder:first-child .footer-menu-top {
    padding: 0;
}
ul.sub-footer-menu {
    display: none;
}
}
.ir-home-hero {
    width: 100%;
    height: 698px;
    background-image: url(../img/investor-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ir-green-bg {
    background-color: #79C718;
}

.divider-bar-white {
    border-right: 1px solid #EEE;
}

.quote-wrapper {
    min-height: 290px;
    padding: 24px;
}

    .quote-wrapper .date-time {
        color: #FFF;
        font-size: 0.9em;
    }

    .quote-wrapper .stock-value {
        margin: 48px 0;
        line-height: 1em;
        font-size: 3.6em;
        color: #FFF;
    }

.quote-bar {
    background-color: #437B1C;
}

.presentation-wrapper {
    background-color: #333;
}

.news-wrapper {
    background-color: #F1F1F1;
    border: 1px solid #79C718;
    min-height: 198px;
}

    .news-container {
        width: calc(50% - 48px);
        margin: 24px;
    }

    .news-headline {
        margin-bottom: 12px;
        font-size: 0.9em;
    }

    .news-wrapper .date {
        color: #AAA;
        margin-bottom: 12px;
    }

    .news-wrapper a, .news-wrapper a:hover {
        color: #79C718;
    }

    .news-wrapper a:hover {
        text-decoration: underline;
    }

    .news-bar {
        background-color: #79C718;
    }

    .news-bar p, .news-bar a, .news-bar span, .quote-bar p, .quote-bar a, .quote-bar span  {
        color: #FFF;
        line-height: 2.4em;
    }

    .events-presentations-img {
        background-image: url(../img/investor-events.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

.small-text {
    margin-top: 4px;
    font-size: 0.8em;
}

.smallest-text {
    margin-top: 4px;
    font-size: 0.6em;
}

.list-header {
    width: 100%;
    float: left;
    background-color: #EDEDED;
}

.list-row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EDEDED;
}

    .list-header p, .list-row p {
        line-height: 48px;
        padding: 0 0 0 12px;
    }

        .list-header p {
            font-family: "misoregular";
            font-size: 1.6em;
        }

        .list-row p {
            font-size: 0.9em;
        }

.m-header {
    display: none;
}

.sec-input-keywords {
    width: 240px !important;
    float: left;
}

.sec-select-years {
    width: 100px !important;
    float: left;
    margin-left: 12px !important;
}

.sec-select-forms {
    width: 220px !important;
    float: left;
    margin-left: 12px !important;
}

.sec-search {
    margin-left: 12px !important;
}

.groupings-filter {
    margin-right: 65px;
}

.sec-text {
    margin: 12px 0;
    float: left;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: transparent;
    position: fixed;
    z-index: 10002;
}

sup, small {
    font-size: 0.8em;
    font-family: 'glober';
    font-style: normal;
    color: #6D6E71;
}

.date-color {
    color: #B7B7B7;
}

.border-left {
    border-left: 1px solid #B6B7B8;
    padding-left: 24px;
}