@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 - #007AB3 
* color secondary - dark - #4d7383 
* color secondary - light - #4d7383 
* font primary - font-family: "Arimo", Helvetica, Arial, sans-serif; 
* font secondary for <p> - font-family: 'Josefin Slab', serif;

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



html {
}

body {
    font-family: "Oxygen", sans-serif;
    width: 100%;
    background: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #212529;
}

.row {
    position: relative;
    z-index: 3;
}

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

.row.wrap {
    margin: auto;
    padding: 2rem;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    overflow: hidden;
}


/*buttons*/
nav[class*="blockview-all"] a {
    font-size:.9rem;
}

.button.btn_light {
    border: 1px solid #ddd;
    color: #4d7383;
    background-color: transparent;
}

.button.hollow.light {
    border: 1px solid #fff;
    color: #fff;
}

.button.hollow:after {
    color: #007AB3;
}

.button:after,
nav[class*="blockview-all"] a:after {
    margin-left: 10px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: "\f0a9";
    content: "\f18e";
    content: "\f061";
    content: "\f105";
    content: none;
}

.button.hollow.light:after {
    color: #fff;
}

.button:hover:after, .button:focus:after,
nav[class*="blockview-all"] a:hover:after,
nav[class*="blockview-all"] a:focus:after {
    color: #4d7383;
}

.button.hollow.light:hover, .button.hollow.light:focus {
    border: 1px solid #fff;
    color: #4d7383;
    background-color: #fff;
}

.button.hollow:hover:after, .button.hollow:focus:after {
    color: #fff;
}
.button.hollow.light:hover:after, .button.hollow.light:focus:after {
    color: #4d7383;
}

.button.light {
    text-shadow: none;
}

.button.light:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.button.light:hover:after {
    color: #fff;
}


/*thumbnails*/
.thumbnail, .thumbnail:hover, .thumbnail:focus {
    border: 15px solid #fff;
    box-shadow: 0 0 0 2px #f1f1f1;
}

a .thumbnail:hover, a .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

/*header nav*/
.top-bar, .top-bar ul {
    background-color: #fff;
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding: 0;
}

.title-bar-left {
    position: absolute;
    left: 12px;
    top: 28px;
}

.title-bar .menu-icon {
    cursor: pointer;
}

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

.is-dropdown-submenu {
    top: 100%;
    left: 0;
}

.is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 4px !important;
    margin-left: 10px;
    position: relative;
    top: inherit;
    right: inherit;
}

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

.top-bar-left img {
    padding: .8rem 0;
}

.top-bar-right {
    width: 85%;
}

.title-bar {
    background: transparent;
 /*border: 1px solid #007AB3; border-left: none; border-right: none;*/
    color: #007AB3;
    border-bottom: 1px solid #4D7383;
}

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

.ndq-search button:hover {
    background-color: #4d7383;
    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";
}

.flexy {
    display: flex;
}

/*banner*/
.banner {
    margin-bottom: -60px;
    padding-bottom: 108px;
    padding-top: 60px;
    background-size: cover;
    background-position: center;
    color: #333;
    position: relative;
    z-index: 2;
}

.banner p {
    max-width: 50%;
}

.banner.light {
    color: #fff;
}

.banner.light h1, .orbit.light p {
    text-shadow: 1px 1px 1px #999;
}

.banner.light h1 {
    margin-top: 0;
}



/*footer*/
footer {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-top: 0px;
    background-color: #FEFEFE;
    border-top: 1px solid #ccc;   
    font-size: .8rem;
}

footer, footer a {
    color: #333;
 /*font-family: 'Josefin Slab', serif; */
}

footer p.lead {
    margin: 0 0 3px;
    padding: 0;
    text-transform: uppercase;
}

footer a:hover, footer a:focus {
    color: #333;
    text-decoration: underline;
}

footer .menu > li {
    display: inline-block;
}

footer .menu > li > a {
    padding: .5rem 0;
    line-height: normal;
}

footer .menu-text {
    font-weight: normal;
    line-height: normal;
    padding: 0;
}

footer .footer-sitemap {
    padding: 2rem 0;
}

footer .footer-sitemap .columns {
    border-left: 1px solid #73858C;
    margin: .5rem 0;
}

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

    footer .footer-sitemap .columns {
        border-left: 0;
    }

}

footer .footer-sitemap .columns:first-child {
    border: none;
}

footer .footer-global {
    padding: 1.2rem 0;
    background-color: hsl(0, 0%, 96%);
    /*border-top: 1px solid #ccc;*/
    color: inherit;
}

footer .footer-global .menu li a {
    padding: 0 2rem 0 0;
}

footer .footer-global a:hover, footer .footer-global a:focus {
    text-decoration: underline;
}

footer .social li {
}

footer .social li a {
    padding: 0 1rem 0 0;
    display: inline-block;
}
footer .social li a .fa-stack{
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
footer .social li a .fa {
    font-size: 1.1rem;
}
footer .social li a .fa-circle {
    font-size: 2rem;
}
footer a.twitter .fa-twitter {    color: #fff;}
footer a.facebook .fa-facebook {    color: #fff;}
footer a.youtube .fa-youtube {    color: #fff;}

footer a.twitter .fa-circle {    color: #55acee;}
footer a.facebook .fa-circle {    color: #3b5998;}
footer a.youtube .fa-circle {    color: #e52d27;}


/*simple list*/
ul.simple {
    margin-left: 0;
}

ul.simple li {
    list-style-type: none;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
}

ul.simple .detail,
.nir-widget--list .detail {
    display: table-cell;
    padding-left: .5rem;
}

ul.simple .date,
.nir-widget--list .date {
    text-transform: uppercase;
    font-size: .8rem;
    line-height: normal;
}
.nir-widget--list .date .time {
    display:none;
}
.detail > span.month,
.detail > span.day,
.detail > span.year{
    display:none;
}
.detail > span.time {
    display: block;
    color:#999;
}

.detail .nir-widget--news--headline,
.detail .nir-widget--news--teaser{
    margin-bottom:1rem;
}

.date {
    width: 55px;
    float: left;
    display: table-cell;
    border-right: 1px solid #cacaca;
    padding-right: 8px;
}

.date hr {
    margin: 0 0 10px 0;
}

.date .month, .date .day, .date .year {
    display: block;
    text-align: center;
    line-height: 2rem;
}

.date .month {
    font-size: 1.3rem;
 /*font-weight: normal; color: #fff; background-color: #4d7383;*/
}

.date .day {
    font-size: 2.5rem;
    font-weight: 700;
}

.date .year {
    font-size: 1.2rem;
    font-weight: normal;
}
/*tabs*/
.tabs-title > a {
    font-size: inherit;
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    border-right: 1px solid #e6e6e6;
    color: #007AB3;
}

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

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

/* stock chart tabs */
.ndq-stock-chart {
    padding-top: 1rem;
}

.ndq-stock-chart ul.tabs-full-width li {
    width: calc(100% / 4);
}

.ndq-stock-chart ul.tabs-full-width li:last-child a {
    border-right: none;
}

.tabs-sm .tabs-title > a {
    padding: 1rem;
    text-align: center;
}

.ndq-stock-chart .tabs-panel {
    text-align: center;
}

.ndq-stock-chart li a {
    white-space: nowrap;
    min-width: 20px
}

.ndq-stock-chart .button {
    margin-top: 1rem;
}

/*accordion*/
.accordion-title {
    color: #007AB3;
}

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

.is-active > .accordion-title {
    color: #fff;
    background-color: #007AB3;
}

.fa-twitter {
    color: #55acee;
}

.fa-facebook {
    color: #3b5998;
}

.fa-youtube {
    color: #e52d27;
}


/*owl carousel overwrite*/
.owl-carousel .owl-item {
    display: flex;
}

.owl-item .slider-item {
    background-color: #fff;
}

.owl-prev:before, .owl-next:before {
    color: #4d7383;
}

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

.slider-item {
    padding: 1rem;
}

.owl-wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #007AB3;
}

.owl-buttons .owl-prev {
    left: -15px;
}

.owl-buttons .owl-next {
    right: -15px;
}


/*Toolbar*/
.ndq-tools {
    position: relative;
    z-index: 1;
    margin-top: -60px
}

.ndq-tools .row {
    padding: 30px 0 0 0
}

.ndq-tools .column {
    text-align: center;
}

.ndq-tools a {
    border: none !important;
}

.ndq-tool-icon {
    width: 60px;
    height: 60px;
    background: #888;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 1em;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.ndq-tool-icon:before {
    font-family: "ndqfonticons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-decoration: none !important;
    display: inline-block;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 35px;
    color: #fff;
    width: 100%;
    line-height: 1px;
    text-align: center;
}

.ndq-tool-icon:hover {
    background: #007AB3;
    transform: scale(1.2);
}

.stock {
/*background-color: rgba(143, 157, 163,.1);*/
    padding: 1rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.stock table tbody {
    border: none;
    border-top: 1px solid #f1f1f1;
    font-size: 80%;
}

.stock table tr {
    background-color: transparent !important;
}

.stock table tr td {
    padding: 0.2rem 0.5rem;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
}
.stock table tr td img{width: 120%;}

/***************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) {
    background-color: #f9f9f9;
}

table.ndq-table tbody tr:nth-child(even):hover {
    background-color: #E4FAF6;
}

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

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

table thead, table tfoot {
    background: #f1f1f1;
}

.ndq-pagination {
}

.ndq_accordion {
}

.ndq_tabs {
}

.ndq-modal {
}

.ndq-modal-reveal {
}

.ndq-disclaimer {
    font-size: 75%;
    font-family: "Arimo", Helvetica, Arial, sans-serif;
}

.ndq_list {
}

.no-padd{padding: 0 !important;}


/***************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: #007AB3;
    color: #4d7383;
    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;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
 /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 1rem;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.off-canvas-wrapper-inner .off-canvas.is-open {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);

    transition: -webkit-transform 0.5s ease; 
    transition: transform 0.5s ease; 
}

.js-off-canvas-exit, .js-off-canvas-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.3);
    cursor: pointer;
    transition: background 0.5s ease;
}

.off-canvas-wrapper-inner .is-open-left .js-off-canvas-exit,
.off-canvas-wrapper-inner .is-open-left .js-off-canvas-overlay {
    display: block;
}
.menu-icon::after, .menu-icon::before{
    -webkit-transition: all .2s ease-in-out; 
    -moz-transition: all .2s ease-in-out; 
    -ms-transition: all .2s ease-in-out; 
    -o-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out; 
}

.menu-icon::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 8px;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.off-canvas-wrapper-inner .is-open-left .menu-icon:focus{box-shadow: none; border: none; outline: none;}
.off-canvas-wrapper-inner .is-open-left .menu-icon::before {
    background: #333;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    top: 8px;
}
.off-canvas-wrapper-inner .is-open-left .menu-icon::after, .off-canvas-wrapper-inner .is-open-left .menu-icon:hover::after {
    background: #333;
    box-shadow:none;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    top: 8px;
}
.off-canvas.is-open {
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}
.off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

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

/*responsive*/
/* Small only */
@media screen and (max-width: 39.9375em) {
    .flexy {
        display: inherit;
    }

    .top-bar {
    }

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

    .top-bar-right {
        width: 100%;
    }

    .circle {
        width: 25%;
    }

    .top-bar {
        padding: 0rem;
    }

    .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;
    }

    .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;
    }
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #007AB3;
}

.js-drilldown-back > a::before {
    border-color: transparent #007AB3 transparent transparent;
}


/*...............................................................
   o   \ o /  _ o        __|    \ /     |__         o _  \ o / 
  /|\    |     /\   __\o   \o    |    o/     o/__   /\     |   
  / \   / \   | \  /) |    ( \  /o\  / )    |   (\  / |   / \  
...............................................................      

...............................................................
   o   \ o /  _ o        __|    \ /     |__         o _  \ o / 
  /|\    |     /\   __\o   \o    |    o/     o/__   /\     |   
  / \   / \   | \  /) |    ( \  /o\  / )    |   (\  / |   / \  
............................................................... */

.off-canvas-content {
    box-shadow: none;
}

.off-canvas {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    -moz-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    -ms-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    -o-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

svg.svg-logo {
    fill: none;
  /*stroke: currentColor;*/
}

.svg-logo {
    width: 100%;
    stroke-width: 6;
}

.logo h3 {
    color: #4d7383;
    font-family: 'Poiret One', serif;
    font-weight: 600;
}

.hide-for-large .logo h3 {
    font-size: 1.3rem;
}

.side-nav .columns {
    width: 100%;
    padding: 0;
}

.side-nav .columns ul li {
    padding: 1%;
    border-top: 1px solid #efefef;
}


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

.callout {
    border: none;
    background-color: #4d7383;
    color: #fff;
    box-sizing: border-box;
    width: 100% !important;
    position: relative;
}

.off-canvas-content .callout.cta-button {
    margin-top: -1rem;
}
/*.callout.cta-button .button{white-space: nowrap;}*/
.callout-bottom-flush {
    margin-bottom: 0px !important;
    padding-bottom: 60px !important;
}

.callout.primary {
/*    background-blend-mode: overlay;
    background-image: url('../images/bg/angles-large-soft.svg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;*/
    background-color: #555BFF;
}

.callout.primary.page-title-interior{padding: 2rem 3%; background-color: #007AB3;}

.callout.video {
    background-blend-mode: overlay;
    background-image: url('../images/bg/angles-large.svg');
    /*background-attachment: fixed;*/
    background-size: cover;
    background-color: #efefef !important;
    padding: 3rem 3%;
    color: #333;
}

.callout.cta-button {
    padding: 2rem;
}

.mar-btm-0 {
    margin-bottom: 0;
}
/*.callout.cta-button .row .columns{position: relative; display: inline-block;}
*/
.callout.cta-button hr {
    margin: 1rem auto;
    border-bottom: 1px solid #fff;
}

.callout.cta-button .button {
    margin: 0;
}

.padd-none {
    padding: 0 !important;
}

.is-accordion-submenu-parent > a::after,
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    border: none;
    position: relative;
    float: right;
    margin-top: 0;
  /*color: #F3796D;*/
    content: "+";
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    content: "-";
    transform: none;
}

/*.row.tiles{width: 100%; max-width: 100%;}*/
/*.row.tiles .column{padding: 0;}*/

.bg-red {
    background-color: #F3796D !important;
}

.bg-dark-blue {
    background-color: #4d7383 !important;
}

.bg-green {
    background-color: #75C9B2 !important;
}

.bg-blue {
    background-color: #007AB3 !important;
}

.bg-blue-70 {
    background-color: rgba(39, 170, 225,.7) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

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

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

.circliful {
    overflow: visible !important;
}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

svg .icon {
    font-family: FontAwesome;
}

.position-left.reveal-for-large {
    z-index: 9999;
}

#particles-js > .row{z-index: inherit;}
#particles-js > .row * {
    float: left;
    max-width: 900px;
    clear: left;
}

#particles-js canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#particles-js h1, #particles-js p.lead {
}

#particles-js h3.logo {
    color: #fff;
    font-family: 'Poiret One', serif;
    font-weight: 600;
}

.tools {
    margin: 2rem;
}

.tools li {
    list-style-type: none;
    display: inline-block;
}

.tools a {
    color: #003AFA;
}

.tools a:hover, .tools a:focus {
    color: #0027B1;
}


/* Medium and up */
@media screen and (min-width: 40em) {

    ul.simple .title {
        font-size: 1.1rem;
    }
}

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



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

    .off-canvas {
        box-shadow: none;
    }

    .off-canvas.is-open  {
        box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
        -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
        -moz-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
        -ms-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
        -o-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
        box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
    }
/*.off-canvas-content{     
  box-shadow: 0 -10px 10px rgba(10, 10, 10, 0.5) inset;
  -webkit-box-shadow:0 -10px 10px rgba(10, 10, 10, 0.5) inset;
  -moz-box-shadow:0 -10px 10px rgba(10, 10, 10, 0.5) inset;
  -ms-box-shadow:0 -10px 10px rgba(10, 10, 10, 0.5) inset;
  -o-box-shadow:0 -10px 10px rgba(10, 10, 10, 0.5) inset;
  box-shadow:0 -10px 10px rgba(10, 10, 10, 0.5) inset;
}*/
}

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

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

@media screen and (max-width: 75em) {
    footer .float-right {
        float: none !important;
    }

    footer .social li a {
        padding: 0 .5rem;
    }

    footer .columns {
        text-align: center;
    }

    .banner .row {
        padding: 0 2rem;
    }

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

    .top-bar-right {
        width: 100%;
    }

    .banner {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .banner p {
        max-width: 100%;
    }

    .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;
    }

    .is-drilldown li {
        width: 100%;
    }

    #particles-js > .row *{width: 100%; float: none; max-width: 100%;}
}

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







.color-primary{background-color:#4d7383;}

.color-secondary {    background-color: #007AB3;}
.color-tertiary {    background-color: #F3796D;}
.color-quaternary {    background-color: #75C9B2;}

.hide-txt {
    text-indent: -9999px;
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.accordion-title, .tabs-title > a {
    font-size: inherit;
}
.is-active > .accordion-title {
    color: #fff;
    background-color: #4d7383;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #4d7383;
    color: #fff;
}
.tabs-title > a:hover {
    background-color: #e6e6e6;
    color: #000;
}
.tabs-title > a {
    font-size: inherit;
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    border-right: 1px solid #e6e6e6;
}

/*******************************
            NG Specific
***********************************/

/***************** videos *********************/
.video .column img {
    width:100%;
}
.video-no-thumb {
    height:0;
    width:100%;
    padding-bottom:56%;
    background:#ccc;
    display:flex;
    align-items: center;
    justify-content: center;
    text-indent: -999px;
    overflow:hidden;
    position: relative;
}
.ndq-video-link {
    display:block;
    position: relative;
    overflow:hidden;
}
.ndq-video-link::after {
    content:'\e038' !important;
    font-family: "ndqfonticons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    vertical-align: middle;

    position:absolute;
    display:block;
    /*top:calc(50% - 30px);*/
    top:0;
    width:100%;
    height: 100%;
    text-align: center;
    text-indent:0;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:2;
    color:#fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.ndq-video-link:hover:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    background-color:rgba(0,0,0,.5);
}
#ndq-content {
    padding-top:3rem;
    padding-bottom:3rem;
}
.nir-widget--news--headline,
.field-nir-event-title {
    font-weight:600;
}

/*********************** circles (circliful)  **********************/
.big-buttons a {
    position: relative;
    color:#fff !important;
    border-bottom:10px solid;

}
.big-buttons a,
.big-buttons a * {
    transition: all .2s ease;
}
.big-buttons a .BgOverlay {
    content:'';
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    /*background-color: attr('data-color');*/
    z-index:-1;
    opacity:0;

}
.big-buttons a:hover .BgOverlay {
    opacity:.6;
}
.big-buttons a:hover .icon,
.big-buttons a:hover text {
    fill:#fff;
}
.callout[class*='bg'] {
    margin-bottom:0;
}


/******************************
    Social Media Menu
**********************************/
.menu.vertical > li.isSocialLink {
    display: inline-block;
}
.menu.vertical > li.isSocialLink span {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
}
.menu.vertical > li.isSocialLink i.fa {
    font-size:1.1rem;
    vertical-align: middle;
}
.menu.vertical > li.isSocialLink i.fa-circle {
    font-size:2rem;
    vertical-align: middle;
}

/******************************
    Shareholder Tools
**********************************/
.gcs-sidebar-block[class*='shareholder-tools'] {
    padding-left:0;
    padding-right:0;
}

/**********************************
        Call to action
*********************************/
.region-call-to-action ul {
    text-align: center;
}
.region-call-to-action ul li {
    display: inline-block;
}

