@charset "UTF-8";
/*
 /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\  /\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\// 
 ______ _______ _______ _____    _______ _______ 
|   __ \    ___|   _   |     \  |   |   |    ___|
|      <    ___|       |  --  | |       |    ___|
|___|__|_______|___|___|_____/  |__|_|__|_______|

This stylesheet contains theme styling. 

For basic reskin, only alter styling for these global elements:
 • colors
 • fonts
 • box styling
 • background-images 
 • icons

If the project requires, you can alter the look further by changing the code below or by adding new (overwrite) styles to the end of this stylesheet.

___________________________________________
Base Styles
___________________________________________
* color primary - #0077c0 
* color secondary - dark - #626d6f 
* color secondary - light - #EEF9F8 
* font primary - font-family: 'Open Sans', sans-serif !important;
* font secondary for <p> - font-family: 'Gentium Book Basic', serif;

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//
 \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/  \/ 
*/

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus {
    color: #00acd7;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#ndq-content a:not(.button) {
/*    font-weight: 500;*/
}

.bg-dark a {
    color:#fff;
}

.row {
    position: relative;
    z-index: 3;
    max-width: 1185px;
}

.row.modal {
    z-index: auto;
}

.ndq-spacer {
    float: left;
    width: 100%;
    height: 35px;
}

/*banner*/
.banner {
    width: 100%;
    background: 50% 50% / cover;
    background-image: url("../images/Hero-1920x1080.jpg");
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    height: 786px;
    overflow: hidden;
}

.nir-node--5806 .banner {
    width: 100%;
    background: 50% 50% / cover;
    background-image: url("../images/Hero-1920x1080.jpg");
    background-attachment: fixed;
    position: relative;
    padding: 0;
    height: 786px;
    overflow: hidden;
}

.banner::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background:#000; 
    opacity: 0.3;*/
    z-index: 0;
    overflow: hidden;
    background: rgba(33, 45, 61, .6);
}

.padding-left-small {
    padding-left: 30px !important
}

.padding-right-small {
    padding-right: 30px !important
}

.spacer {
    float: left;
    width: 100%;
    height: 20px;
}

.spacer.big {
    height: 50px !important;
}

/*Menu*/
.menu-div {
    background: #fff;
    position: relative;
    top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 20px;
}

header {
    position: relative;
    z-index: 1000;
    width: 100%;
}

header::after {
    content:"";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #91c73d;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 75em) {

    header {
        padding-bottom: 0;
    }

}

/*header nav*/

#main-menu {
    padding: 0 0 27px 0;
}

.top-bar, .top-bar ul {
    background-color: #fff;
}

.top-bar ul.is-dropdown-submenu {
    background-color: rgba(82,87,97,0.8);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px 0;
}

.top-bar #main-menu > .menu {
    display: block;
    table-layout: unset;
}

.menu > li > a {
    font-size: 22px;
    color: #3a383a;
}

.top-bar .menu a:focus,
.top-bar .menu a:hover {
    color: #91c73d;
    text-decoration: none;
}

.top-bar .menu.dropdown > li > a {
    padding-top: 60px;
    padding-bottom: 40px;
}

.top-bar .submenu a {
    padding: 10px 20px 10px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.top-bar .submenu a:focus,
.top-bar .submenu a:hover {
    color: #91c73d;
    text-decoration: none;
}

.title-bar {
    display: none;
}

.is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #91c73d;
    border-left-style: solid;
    border-right-width: 0;
}

.top-bar-left {
    width: 20%;
}

.top-bar-left > a {
    display: inline-block;
    padding: 25px 38px 0;
}

.top-bar-left img {

}

.title-bar {
    text-align: right;
    border-left: none;
    border-right: none;
    color: #fff;
    background: #91c73d;
    padding: 10px 16px 10px;
}

.menu-icon {
    float: right;
}

.menu-icon::after {
    background: #EFF0F0;
    box-shadow: 0 7px 0 #EFF0F0, 0 14px 0 #EFF0F0;
}

.menu-icon:hover::after {
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.dropdown.menu .has-submenu.is-right-arrow>a::after {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.dropdown.menu .has-submenu.is-right-arrow:hover>a::after {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-top: 0px;
}

.menu.medium-horizontal > li.ndq-drawer {
    position: absolute;
    top: 85px;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*search & search toggle*/
.ndq-drawer-toggle a:after {
    content: none;
}

.ndq-drawer {
    display: none;
    background-color: /*color-tertiary*/#EEF9F8;
    padding: 1rem 0;
    webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1),1px 2px 5px 0 rgba(0,0,0,.06);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1),1px 2px 5px 0 rgba(0,0,0,.06);
    background-position: center;
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(9,127,181,1);
    background: -moz-linear-gradient(left, rgba(9,127,181,1) 0%, rgba(117,189,209,1) 41%, rgba(88,199,87,1) 100%);
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9,127,181,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(88,199,87,1)));*/
    background: -webkit-linear-gradient(left, rgba(9,127,181,1) 0%, rgba(117,189,209,1) 41%, rgba(88,199,87,1) 100%);
    background: -o-linear-gradient(left, rgba(9,127,181,1) 0%, rgba(117,189,209,1) 41%, rgba(88,199,87,1) 100%);
    background: -ms-linear-gradient(left, rgba(9,127,181,1) 0%, rgba(117,189,209,1) 41%, rgba(88,199,87,1) 100%);
    background: linear-gradient(to right, rgba(9,127,181,1) 0%, rgba(117,189,209,1) 41%, rgba(88,199,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#097fb5', endColorstr='#58c757', GradientType=1 );
}

.top-bar .menu>li>a.ndq-search {
    width: 100%;
    text-align: right;
    padding-right: 0;
}

.ndq-search-container {
    margin: auto;
    overflow: hidden;
    text-align: center;
    max-width: 75rem;
}

.menu li a.ndq-search i {
    margin-right: 0;
}

.menu li a.ndq-search i:before {
    font-size: 1rem;
    line-height: 2rem;
}

.ndq-search button {
    border-radius: 0 4px 4px 0;
    border: none;
}

.ndq-search button:hover {
    background-color: #626d6f;
    border: none;
}

.ndq-search button:hover:after {
    color: #fff;
}

.ndq-search input,
.ndq-search button,
.ndq-search-close {
    display: inline;
    margin-right: 0;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    /*float: right;*/
}

.ndq-search button {
    padding: .8em 1em .8em .7em;
}

.ndq-search-close {
    float: right;
    margin-left: 2rem;
}

.ndq-search input {
    width: 50%;
    -webkit-appearance: none;
    border-radius: 0;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

/*footer*/
footer {
    position: relative;
    width: 100%;
    padding-top: 35px;
    background-color: #fff;
    padding-bottom: 20px;
}

.ndq-footer-alerts-outer {
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
}

#footer-links {
    padding-right: 70px;
}

#footer-links ul {
    float: right;
    margin: 0;
}

#footer-links li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; 
    line-height: 20px;
}

div#footer-links li:first-child {
   padding: 0 7px 0 0;
/*    margin: 0 8px 0 0;
    border-right: 1px solid #ACB4B8;*/
}

#footer-links a {
    color: #656565 !important;
}

@media screen and (max-width: 63.9375em) {

    #footer-links {
        float: none;
        text-align: left;
    }

    #footer-links ul {
        float: none;
        clear: both;
        padding: 20px 0;
    }

}

/*callout*/
.callout {
    border: 2px solid #f1f1f1;
    padding: 3%;
}

.callout.primary {
    border: none;
    background: /*color-tertiary*/#EEF9F8;
    box-sizing: border-box;
    width: 100% !important;
    position: relative;
    z-index: 1;
    padding-bottom: 108px;
    padding-top: 108px;
}

.callout.primary.pattern-triangle {
    /*background: url('../images/triangle.jpg');*/
    background-position: center;
    background-repeat: repeat;
}

.callout-bottom-flush {
    margin-bottom: 0px !important;
    padding-bottom: 60px !important;
}

/*simple list*/
ul.simple {
    margin-left: 0;
    float: left;
    width: 100%;
}

ul.simple li {
    list-style-type: none;
    margin-bottom: 15px;
}

ul.simple .date {
    text-transform: uppercase;
    color: #626d6f;
    font-size: .8rem;
    line-height: normal;
}

/*tabs*/
.tabs-title > a {
    font-size: inherit;
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    border-right: 1px solid #e6e6e6;
    color: #0077c0;
}

.tabs-title > a:hover, .tabs-title > a:focus {
    background-color: #e6e6e6;
    color: #000;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
    background: #0077c0;
    color: #fff;
}

/*accordion*/
.accordion-title {
    color: #0077c0;
}

.accordion-title {
    font-size: inherit;
}

.is-active > .accordion-title {
    color: #000;
    background-color: #0077c0;
}

/***************ndq - unique selectors***************/
.ndq-form {
}

.ndq-table {
}

table.ndq-table caption {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: none;
    display: none;
}

table.ndq-table tbody tr {
    border: 1px solid transparent;
}

table.ndq-table tbody tr:nth-child(even) {

}

table.ndq-table tbody tr:nth-child(even):hover {

}

table.ndq-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.ndq-table tbody tr:nth-child(odd):hover {

}

.ndq-pagination {
}

.ndq_accordion {
}

.ndq_tabs {
}

.ndq-modal {
}

.ndq-modal-reveal {
}

.ndq-disclaimer {
    font-size: 75%;
    color: #999;
}

.ndq_list {
}

/***************OOCSS (Object-Oriented CSS) - reusable classes***************/
.hide-txt {
    text-indent: -9999px;
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0077c0;
    color: #626d6f;
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle span {
    line-height: normal;
    color: #fff;
}

.stat-container {
    text-align: center;
    position: absolute;
    vertical-align: middle;
    top: 25%;
    left: 0;
    display: block;
    width: 100%;
}

.stat {
    font-size: 2rem;
    text-align: center;
}

.stat sup{
    font-size: 1rem;
    top: -1.5em;
}

.stat sub {
    font-size: 1.5rem;
    bottom: 0;
}

/******BOX STYLES******/

/*border*/
body [class*="ndq-border-"] {
    border-color: #f1f1f1;
    border-style: solid;
}

.ndq-border-sm {
    border-width: 1px;
}

.ndq-border-med {
    border-width: 2px;
}

.ndq-border-lg {
    border-width: 4px;
}

/*border radius*/
.ndq-radius-sm {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.ndq-radius-med {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px
}

.ndq-radius-lg {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

/*box-shadow*/
.ndq-box-shadow-sm {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -ms-box-shadow: 0 0 5px #999;
    -o-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

.ndq-box-shadow-med {
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -ms-box-shadow: 0 0 10px #999;
    -o-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.ndq-box-shadow-lg {
    -webkit-box-shadow: 0 0 15px #999;
    -moz-box-shadow: 0 0 15px #999;
    -ms-box-shadow: 0 0 15px #999;
    -o-box-shadow: 0 0 15px #999;
    box-shadow: 0 0 15px #999;
}

/*responsive*/
/* Small only */

@media screen and (max-width: 39.9375em) {
    div#ndq-toolkit-div .column {
        margin-bottom: 20px;
    }

    .top-bar {
    }

    .top-bar-left {
        width: 100%;
        text-align: center;
    }

    .circle {
        width: 25%;
    }

    .top-bar {
        padding: 0rem;
    }

    .menu.medium-horizontal > li.ndq-drawer {
        display: block;
        position: relative;
        top: inherit;
        padding: 1rem;
        box-shadow: none;
    }

    .menu.medium-horizontal > li.ndq-drawer {
        display: none;
    }

    .ndq-drawer-toggle, .ndq-search-close {
        display: none !important;
    }

    .ndq-search {
        text-align: left;
    }

    .ndq-search input {
        width: auto;
        display: inline;
        width: 80%;
    }

    .ndq-search button {
        width: auto;
        display: inline;
        width: 15%;
    }

    .metrics li {
        float: left;
        padding: 0 1%;
        box-sizing: border-box;
        width: 50%;
    }

    .circle {
        border-radius: 0;
        margin-bottom: 1rem;
        height: auto !important;
        padding: 1rem;
        width: 100%
    }

    .stat-container {
        position: relative;
    }

    .is-drilldown li.ndq-drawer-toggle,.ndq-drawer-toggle {
        display: none !important;
    }

    .menu.medium-horizontal > li.ndq-drawer {
        display: block;
        position: relative !important;
        top: initial !important;
    }

    .owl-controls {
        position: relative;
    }

    .owl-buttons {
        top: initial;
        bottom: 0;
        width: 100%;
        position: initial;
    }

    .owl-buttons .owl-next {
        right: 0;
    }

    .owl-buttons .owl-prev {
        left: 0;
    }

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: 0;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .circle {
        width: 75%;
    }

    .callout p {
        font-size: 1.3rem;
    }

    .menu.medium-horizontal > li.ndq-drawer-toggle {
        width: auto;
        min-width: 0;
    }
}

@media screen and (max-width: 42em) {
    .owl-next {
        margin-top: 0;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
    ul.menu ul:not(.is-dropdown-submenu) {
        display: none !important;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {


}

@media screen and (min-width: 992px) and (max-width: 1440px) {

    #main-menu {
        padding-bottom: 16px;
    }

    .top-bar #main-menu > .menu {
        width: initial;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .menu > li > a {
        font-size: 16px;
    }

}

@media screen and (max-width: 74.9375em) {
    .menu.medium-horizontal > li.ndq-drawer {
        width: 100% !important;
    }

    .menu.medium-horizontal > li.ndq-drawer {
        position: absolute;
        top: 80px;
        width: 75rem;
        -webkit-border-bottom-right-radius: 5px !important;
        -webkit-border-bottom-left-radius: 5px !important;
        -moz-border-radius-bottomright: 5px !important;
        -moz-border-radius-bottomleft: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .top-bar-left {
        width: 100%;
        text-align: center;
    }

    .top-bar-right {
        clear: both;
        float: none;
        width: 100%;
    }

    .top-bar .menu.dropdown > li > a {
        line-height: 40px;
    }

    .effect-sadie span {
        font-size: 20px !important;
    }

    .stat-container span, .stat-container div {
        font-size: 1rem;
    }

    .stat-container sup, .stat-container sub {
        font-size: 75%;
    }

    .sticky.is-stuck {
        position: relative;
    }

    body {
        padding-top: 0 !important;
    }

    .is-drilldown {
        height: auto !important;
        width: 100% !important;
    }

    .menu.medium-horizontal > li.ndq-drawer {
        position: relative !important;
        top: 0 !important;
    }

}

/*ipad and smaller disable scroll animations*/
@media only screen and (max-width : 63.9375em) {

    div[class*="animated"] {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/f
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    #main-menu {
        padding: 20px 0 27px 0;
    }

    .menu > li > a,
    .top-bar .submenu a {
        padding: 16px 20px;
        color: #3a383a;
    }

}

@media screen and (min-width: 75em) {

    #main-menu {
        padding: 0;
        margin: 0 38px 0 0;
        float: right;
        text-align: right;
    }

    .menu.medium-horizontal > li:last-child {
        padding-right: 0;
    }

}


@media only screen and (min-width:1300px) and (max-width: 1500px) {
    .display-inner-content {
        top: 55px !important;
    }

    .display-inner-content span {
        font-size: 30px !important;
    }
}

@media only screen and (min-width:800px) and (max-width: 1300px) {

    .display-inner-content {
        top: 25px !important;
    }

    .thumb-icon {
        width: 80px !important;
        height: 80px !important;
    }

    .display-inner-content i:before {
        font-size: 38px !important;
        top: 16px !important;
    }
}

@media screen and (max-width:1024px) {
    #back-top {
        display: none !important;
    }

}

@media only screen and (min-width:1000px) and (max-width: 1023px) {
    .effect-sadie span {
        font-size: 28px !important;
    }

    .display-inner-content {
        top: 80px !important;
    }
}

@media screen and (max-width:1023px) {
    .ndq-callout-box {
        max-width: 100% !important;
        padding: 20px !important;
    }

    img.ndq-stock-img {
        width: 100%;
    }

    .ndq-home-bio {
        margin-bottom: 30px;
    }

    .ndq-home-bio img,
    img.ndq-stock-img {
        width: 100%;
    }

    .margin-medium-top {
        margin-top: 60px;
    }

    img.ndq-img-link {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .pointerBefore,
    .ndq-press-date:after,
    .fancy span:before,
    .fancy span:after {
        display: none !important;
    }

    span.press-date {
/*        font-family: initial !important;
        font-size: initial !important;
        font-weight: normal !important;
        width: initial !important;
        line-height: initial !important;
        color: initial !important;
        margin-right: 5px;*/
    }

    .bg-blue,
    .bg-gray {
        height: auto !important;
    }

    img.ndq-img-link {
        width: 100%;
    }
}

@media screen and (max-width:667px) {
    .display-inner-content {
        top: 35px !important;
    }
}

@media screen and (max-width:414px) {

    .ndq_toolbar ul li {
        width: 50% !important;
        float: left !important;
    }
    
}

@media screen and (max-width:320px) {
    .effect-sadie span {
        font-size: 26px !important;
    }

    .display-inner-content {
        top: 40px !important;
    }

    .thumb-icon {
        width: 90px !important;
        height: 90px !important;
    }

    .display-inner-content i:before {
        font-size: 40px !important;
        top: 20px !important;
    }
}

@media print {
    header .top-bar-right, .ndq-tools, footer {
        display: none;
    }
}


/*...............................................................
   o   \ o /  _ o        __|    \ /     |__         o _  \ o /
  /|\    |     /\   __\o   \o    |    o/     o/__   /\     |
  / \   / \   | \  /) |    ( \  /o\  / )    |   (\  / |   / \
...............................................................
modify theme styles here
...............................................................
   o   \ o /  _ o        __|    \ /     |__         o _  \ o /
  /|\    |     /\   __\o   \o    |    o/     o/__   /\     |
  / \   / \   | \  /) |    ( \  /o\  / )    |   (\  / |   / \
............................................................... */


/*color primary*/

.breadcrumbs a {
    color: #919191;
}

.color-primary,
.is-active > .accordion-title,
.button-group.primary .button,
.progress.primary .progress-meter,
.progress-meter,
.slider-handle,
.button.primary,
.circle,
.is-active > .accordion-title,
.button-group.primary .button {
    background-color: #791513;
    border: solid 3px #791513;
}

.badge,
.label,
.pagination .current,
input:checked ~ .switch-paddle,
.tabs.primary,
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'],
    /*.title-bar,*/
.owl-theme .owl-controls .owl-page span,
.ndq-tool-icon:hover {
    background: #212d3d;
}

.pagination .disabled {
    color: #999;
}

.is-accordion-submenu-parent > a::after {
    border-color: #fff;
    color: #fff;
}

.is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: transparent transparent transparent #0077c0;
}

.color-tertiary, .ndq-drawer, .callout.primary {
    background-color: #f4f6f8;
}

/*fonts*/

.bg-blue {
    background-color: #00447E !important;
    color: #fff !important;
}

.ndq-callout-box {
    max-width: 560px;
}

.bg-blue h2 {
    color: #fff;
}

.ndq-callout-box p {
    margin: 0;
    padding: 0 0 20px
}

nav#block-siteviewprofile {
    padding: 16px 0 0;
}

.pointerBefore:after {
    content: '';
    display: none;
    width: 6em;
    height: 4em;
    border: 3em solid transparent;
    border-top-width: 2em;
    border-bottom-width: 2em;
    border-top-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 3em);
    z-index: 999;
}

.bg-gray {
    background: #f4f6f8;
}

.ndq-section {
    width: 100%;
    padding: 60px 0;
}

#hero-banner .row,
#hero-banner #banner-description {
    height: 100%;
}

#banner-description {
    text-align: center;
/*    margin-top: 200px;*/
    color: #fff;
}

#banner-description #overview-wrap {
    display: table;
    width: 100%;
    height: 92%;
/*    display: grid;
    place-items: center;*/
}

#banner-description #overview {
    position: relative;
    display: table-cell;
    vertical-align: middle;
/*    display: grid;
    place-items: center;*/
}

#banner-description h1 {
    font-size: 30px;
}

#banner-inner-pages {
    /*max-height: 200px;*/
    /*margin-bottom: 45px;*/
    color: #fff;
    height:auto;
    /*min-height: 200px;*/
    padding-bottom:60px;
}

#banner-inner-pages h1 {
    margin-top: 60px;
    font-size: 30px;
}

@media screen and (min-width: 40em) {

    #banner-description h1,
    #banner-inner-pages h1 {
        font-size: 57px;
    }

}

.subtitle {
    margin: 0 0 2em 0;
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

.fancy span {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 25px;
    letter-spacing: 10px;
    line-height: 33px;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 5px solid white;
    top: 15px;
    width: 250px;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
}

.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

/*Corporate Governance*/
.ndq-home-bio .ndq-bio-info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
    background-color: #000;
    width: 100%;
}
.gcs-featured-5 nav[class*='block--view-all'] {
    text-align: center;
}
.gcs-featured-5 nav[class*='block--view-all'] .menu li {
    display: inline-block;
}
.ndq-home-bio .ndq-bio-info h3{font-size: 20px;}
.ndq-home-bio .ndq-bio-info h4{
    font-size: 12px;
    font-family:'Raleway', Arial, sans-serif;
    text-transform:uppercase;.ndq-home-bio
    color:#efefef;
}
.ndq-home-bio .ndq-bio-info h4 .field--name-field-nir-person-title {
    color:#efefef !important;
}

.ndq-home-bio {position: relative; margin-bottom:1rem; min-height: 360px;}
.node--person--nir-widget-list.ndq-home-bio {
    border: 0;
}

.ndq-home-bio a {
    display: block;
    position:relative;
}
.ndq-home-bio a,
.ndq-home-bio a * {
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
.ndq-home-bio a img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    /*filter: url(desaturate.svg#greyscale);*/
    /*filter: gray;*/
    width:100%;
    min-height: 305px;
}
.ndq-home-bio a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    /*filter: url(desaturate.svg#greyscale);*/
    /*filter: gray;*/
}
.ndq-home-bio span.overlay {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:20%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.95+100 */
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); !* IE6-9 *!*/
}
.ndq-home-bio a:hover span.overlay {
    height:40%;
}
.ndq-home-bio a:hover .ndq-bio-info {
    padding-bottom:2rem;
}
.ndq-home-bio a:hover .ndq-bio-info h3 {
    padding-bottom:.5rem;
}

/*Events & Reports*/

.ndq-section.events-bg {
    background: url(../images/IRHome-Upcoming-SEC-1920x1280.jpg);
    color: #fff;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: top 25% center;
}

.ndq-section.events-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    overflow: hidden;
    background: rgba(43, 58, 73, 0.65);
}

/*Press Releases*/
.press-date {
    float: left;
    width: 100%;
    display: block;
    padding: 0 0 8px;
    font-size: 65px;
    line-height: 60px;
}

.press-year {
    padding: 2px 0 0 4px;
}

.press-list {
    border-top: solid 1px #DDE1E3;
    padding: 28px 0px 38px;
}

.ndq-press-date:after {
    background: #000;
    bottom: -6px;
    content: '';
    display: block;
    position: absolute;
    left: 105px;
    top: 4px;
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 6px;
    opacity: .1;
}

.ndq-press-date {
    position: relative;
    padding-bottom: 12px;
}

nav.menu--view-news {
    text-align: center;
    padding: 30px 0 0;
}

/*Stock Chart*/
.stock-quote__short .stock-comp {
    padding: 30px 0 8px;
}

.stock-quote__short .stock-price-content {
    line-height: 1;
}

.stock-quote__short .stock-price-content span {
    display: inline-block;
    padding: 0 7px 0 0;
    color: #fff !important;
}

span.stock-price {
    font-size: 54px;
    font-weight: 700;
}

span.stock-change {
    font-size: 25px;
    position: relative;
    top: -2px;
}

.stock-disclaimer {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}

.pointerBefore:before {
    content: '';
    width: 3em;
    height: 4em;
    border: 3em solid transparent;
    border-top-width: 2em;
    border-bottom-width: 2em;
    border-bottom-color: #ffffff;
    position: absolute;
    left: calc(50% - 3em);
    z-index: 999;
    bottom: -15px;
}

.events-bg-before:before {
    content: '';
    width: 3em;
    height: 4em;
    border: 3em solid transparent;
    border-top-width: 2em;
    border-bottom-width: 2em;
    border-top-color: #ffffff;
    position: absolute;
    left: calc(50% - 3em);
    z-index: 999;
    top: -15px;
}

.move {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    -webkit-animation: anim2 ease-in-out 3s infinite alternate !important;
    -moz-animation: anim2 ease-in-out 3s infinite alternate !important;
}

.move a {
    border-radius: 50%;
    border: 4px solid #00acd7;
    padding: 7px;
    color: #00acd7;
    text-decoration: none;
    -webkit-transition: 0.2s background linear;
    -moz-transition: 0.2s background linear;
    transition: 0.2s background linear;
}

.move a:hover {
    text-decoration: none;
}

.move a.fa-chevron-down:before {
    font-size: 30px;
    color: #00acd7;
    text-decoration: none;
}

.move a.fa-chevron-down::before {
    text-decoration: none;
}

/*Events Reports*/

i.ndq-highlight-icon:after {
    content: '';
    width: 65px;
    height: 65px;
    border: 2px solid #05c3de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

i.ndq-highlight-icon:before {
    font-size: 45px;
    position: absolute;
    color: #00A9E0;
    left: 10px;
    top: 10px;
}

i.ndq-highlight-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.ndq-event-list {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.ndq-event-list a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.ndq-file-reports {
    color: #f85454;
    font-size: 34px;
    float: left;
    padding-top: 6px;
}

.thumb-icon {
    content: '';
    width: 110px;
    height: 110px;
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.paddingnone {
    padding: 0px;
}

/*Toolkit*/
.ndq_secondary_nav {
    display: table;
    width: 100%;
    background: #5B6770;
}

.ndq_toolbar {
    display: table;
    width: 100%;
    background: #606060;
}

.ndq_toolbar ul {
    margin: 0;
    padding: 0;
}

.ndq_toolbar ul li {
    list-style-type: none;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    line-height: 1.2;
}

.ndq_toolbar ul li a {
    color: #efefef;
    display: inline-block;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    letter-spacing: 0.06rem;
    font-size: 16px;
}

.ndq_secondary_nav ul li a {
    color: #DDE1E3;
}

.no-touch .ndq_toolbar ul li a:hover {
    color: #EFF0F0;
    -ms-transform: translate(0,-5px);
    /* IE 9 */
    -webkit-transform: translate(0,-5px);
    /* Safari */
    transform: translate(0,-5px);
    /* Standard syntax */
}

.ndq_toolbar ul li a:hover {
    color: #EFF0F0;
}

.ndq_toolbar ul li a:before {
    font-family: "ndqfonticons" !important;
    font-size: 3em;
    display: block;
    font-weight: normal;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    color: #ccc;
    padding: 0 0 2px;
}

.ndq_toolbar ul li a:hover,
.ndq_toolbar ul li a:hover::before {
    text-decoration: none !important;
}

/*.ndq_toolbar ul li a:hover::before,
.no-touch .ndq_toolbar ul li a:hover::before {
    -ms-transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #EFF0F0;
}*/

.ndq_tool_share a:before {
    content: '\e06f';
}

.ndq_tool_briefcase a:before {
    content: "\e068";
}

.ndq_tool_print a:before {
    content: "\e0a9";
}

.ndq_tool_snapshot a:before {
    content: "\e01b";
}
.ndq_tool_rss a:before {
    content: "\e019";
}
.ndq_tool_snapshot a:before {
    content: "\e01b";
}
.ndq_tool_irkit a:before {
    content: "\e053";
}
.ndq_tool_contact a:before {
    content: "\e00a";
}
.ndq_tool_mail a:before {
    content: "";
}

.ndq_tool_alerts a:before {
    content: "\e000";
}

.bg-dark-blue {
    background: #606060;
}

#back-top {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 100;
}

#back-top a {
    border-radius: 50%;
    border: 4px solid #ACB4B8;
    padding: 7px;
    color: #ACB4B8;
}


#back-top a::before {
    color: #ACB4B8;
}

/*drop in when scrolled into view */
.drop-in {
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
}

.no-touch.js .drop-in {
    -ms-transform: translate(0,200px);
    /* IE 9 */
    -webkit-transform: translate(0,200px);
    /* Safari */
    transform: translate(0,200px);
    /* Standard syntax */
}

.no-touch.js .drop-in.left {
    -ms-transform: translate(-200px,0);
    /* IE 9 */
    -webkit-transform: translate(-200px,0);
    /* Safari */
    transform: translate(-200px,0);
    /* Standard syntax */
}

.no-touch.js .drop-in.right {
    -ms-transform: translate(200px,0);
    /* IE 9 */
    -webkit-transform: translate(200px,0);
    /* Safari */
    transform: translate(200px,0);
    /* Standard syntax */
}

.no-touch.js .fade-in {
    opacity: 0;
}

.no-touch.js .drop-in.in_view {
    opacity: 1;
    -ms-transform: translate(0,0) !important;
    /* IE 9 */
    -webkit-transform: translate(0,0) !important;
    /* Safari */
    transform: translate(0,0) !important;
    /* Standard syntax */
}

/******************************
NG Specific
*********************************/
.stock-quote__short .quote-wrapper {
/*    min-height:108px;*/
}

.block--system-menu-blockview-all-news ul,
.block--system-menu-blockview-all-management ul{
    text-align: center;
}
.block--system-menu-blockview-all-news ul li,
.block--system-menu-blockview-all-management ul li {
    display: inline-block;
    text-align: center;
}

/*********** youtube videos *************/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
