@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 - #4e9ccf 
* color secondary - dark - #626d6f 
* color secondary - light - #f2f2f2 
* font primary - font-family: 'Open Sans', sans-serif !important;
* font secondary for <p> - font-family: 'Gentium Book Basic', serif;

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


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,800italic,700italic);

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

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

/*banner*/

.banner {
  width: 100%;
  /*height: 570px;*/
  background-position: 50% 50%;
  /*background-size: 50%;*/
  background-repeat: no-repeat;
  background-image: url("../images/QS_InvestorSite_Background_IMG_@2x.jpg");
  /*background-attachment: fixed;*/
/*  z-index: 1;*/
/*  overflow: hidden;*/
  position: relative;
  background-color: #091023;
}

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

  .banner {
    background-attachment: fixed;
  }

}

.banner::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #091023;
    opacity: 0.8;
  overflow: hidden;
}

#banner-content {
    padding: 4rem 0;
    margin-top: 20px;
    color: #fff;
    position: relative;
}

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

  #banner-content {
      padding: 6rem 0;
  }

}

div#banner-descritption {
  /*padding-left: 0px;*/
}

div#banner-descritption h4 {margin-top: 50px;}

div#ndq-banner-quote {
    padding: 24px 15px 24px 25px;
    background: #fff;
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;*/
    opacity: 0.97;
    color: #003265;
}

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

.ndq-quote-comp {
  font-size: 20px;
    font-weight: 400;
}

.ndq-quote-exchange {
    position: relative;
    z-index: 21;
}

span.ndq-quote-price {
    font-size: 32px;
    font-weight: 700;
    margin-right: 5px;
    line-height: 1.22;
}

span.ndq-quote-change {
  font-size: 22px;
  color: #003265;
    position: relative;
    top: -2px;
    font-weight: 400;
}


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

/*header*/
header {
    position: relative;
    z-index: 5;
    top: 20px;
}

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

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

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

.top-bar .menu>.active>a, 
.top-bar .menu>.active>a:focus, 
.top-bar .menu>.active>a:hover {
    color: #000;
    background-color: transparent;
}

.top-bar .menu>li li a{
  text-align: left;
  float: left;
  width: 100%;
  font-weight: 400;
}

.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 #000;
    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: 10px !important;
    margin-left: 10px;

    position: relative;
    top: inherit;
    right:inherit;
}

.menu-icon{float: right: ;}

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

#main-menu .menu > li.ndq-drawer{
      position: absolute;
    top: 80px;
    width: 100%;
    line-height:1;
    padding: 1rem 0;
    /*-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: #f2f2f2; 
    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;   
}

.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,
.ndq-search button:focus {
  border-radius: 0 4px 4px 0; 
  padding: 0 16px 0 16px;
  letter-spacing: 0;
    background-color: #06163a;
    color: #fff;
    border: 1px;
}

.ndq-search button::after {
    color: #fff;
    line-height: 1;
    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: "\f105";
}

.ndq-search button:hover{

}

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

.ndq-search-close{
    float: right;
    margin-left: 2rem;
}
.ndq-search input {
  width: 80%; 
  -webkit-appearance: none; 
  border-radius: 0;
    height: 48px;
}

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

p.ndq-comp-overview {
    font-size: 22px;
    color: #626d6f;
    font-family: 'Open Sans', sans-serif !important;
}

/*Earnings*/

div#ndq-earnings-title #quarter {
  font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    padding: 0 0 9px;
}

div#ndq-earnings-title #year {
  font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

span.ndq-col-title {
    margin-top: 5px;
    /*float: left;*/
    padding-top:90px;
    position: relative;

}

.ndq-img-title span:after {
  /*content: '';*/
  width:100px;
  height:100px;
  border:4px solid #fff;
  position: absolute;
  top:0;
  left:calc(50% - 50px);
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
}
  
.ndq-img-title-news span:before{content: "\f1ea";}
.ndq-img-title-events span:before{content: "\f073";}
.ndq-img-title-reports span:before{content: "\f080";}

/*footer*/
footer {
    width: 100%;
    overflow: hidden;
    /*padding-top: 50px;*/
    background-color: #fff;
    /*border-top: solid 1px #e5e5e5;*/
    float: left;
}

footer .menu > li{display: inline-block;}
footer .menu > li > a {padding: 0 1rem}


/*callout*/
.callout {border: 2px solid #f2f2f2; padding: 3%;}
.callout.primary{
  border: none;
  background: /*color-tertiary*/#f2f2f2;
  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: #4e9ccf;
}

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

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #4e9ccf;
    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:#4e9ccf; }
.accordion-title{font-size: inherit;}
.is-active > .accordion-title {
    color: #fff;
    background-color: #4e9ccf;
}

/***************ndq - unique selectors***************/
.ndq-form{}
.ndq-table{}
table.ndq-table caption {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: none;
    display: none;
  }

/***************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: #4e9ccf;
  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: #f2f2f2; 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;
}

@media screen and (min-width: 39.9376em) {
  #main-menu .menu > li.ndq-drawer{display: none;}
}

/*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;}
  .top-bar-right{width: 100%; }
  .top-bar .menu>li>a {display: block;}
  .circle{width: 25%;}
  .top-bar {padding: 0rem;}

  #main-menu .menu > li.ndq-drawer{display: block ; position: relative; top: inherit; padding: 1rem; box-shadow: 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;}
  #main-menu .menu > 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;}

  #ndq-social-div h5{
    width:100%;
    margin-bottom: 20px !important;
  }
  #ndq-social-div span {
    border-radius: 50%;
    float: none !important;
    text-align: center;
    margin-right: 15px;
    padding: 10px 8px!important;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
  }
  .footer-sitemap .columns {
    margin-bottom: 20px;
  }
}

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

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

  .circle{width: 75%;}
  .callout p {font-size: 1.3rem;}
  .is-drilldown li.ndq-drawer-toggle,.ndq-drawer-toggle{display: none !important;}


}

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

    .top-bar .menu>li>a {
        display: inline-block;
    }
  .ndq-drawer-toggle{display: inline-block !important;}

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

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




}

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

    .top-bar-left img{margin-left: 0px !important;}

    footer .float-right{float: none !important;}

    .top-bar-left{width: 100%; text-align: center;}
    .top-bar-right{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%;}

    #banner-content {top: 0px !important;}

    .banner {
        /*height: auto!important; 
        float: left;*/
        padding: 20px;
    }

    .ndq-img-title-events span.ndq-icon-custom{margin-right:17px !important;}
     #banner-inner-pages {max-height: 350px !important;}
     div#banner-inner-pages #banner-content {margin-top: 40px;}
}

@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*/

.color-primary,
.is-active > .accordion-title,
.progress.primary .progress-meter,
.progress-meter,
.slider-handle,
.circle,
.is-active > .accordion-title
{background-color:#4e9ccf;}

.primary-color {color:#4e9ccf;}

.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:#4e9ccf;}



.is-accordion-submenu-parent > a::after {
  border-color: #4e9ccf;
}
.is-dropdown-submenu-parent.is-right-arrow > a::after{border-color: transparent transparent transparent #4e9ccf;}

/*color secondary*/
.button.hollow.secondary,
.badge.secondary,
.button-group.secondary .button,
.label.secondary,
ul.simple .date,
.owl-prev:before, .owl-next:before,
.circle{
color: #626d6f; 
}

.color-secondary,
.button.secondary,
.button-group.secondary .button,
.progress.secondary .progress-meter,
.button.secondary {
background-color: #626d6f;
}

.badge.secondary,
.label.secondary {
background: #626d6f;
}

.button.hollow.secondary {border: 1px solid #626d6f;}  

/*color primary - #4e9ccf */
/*color secondary - dark - #626d6f */
/*color secondary - light - #f2f2f2 */
/*font primary - font-family: "Lato", Helvetica, Roboto, Arial, sans-serif; */
/*font secondary for <p> font-family: 'Lora', serif;*/

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

.bg-lt-blue {
  background-color: #8be0ff;
  /*color:#fff !important;  */
}
.bg-lt-blue a:not(.button) {
color:#003250;
}

.bg-lt-grey {
  background-color:#f2f2f2;
}

.bg-lt-green {
  background-color:#f2f2f2;
}

.ndq-section:after {
  content:'';
  display:table;
  clear:both;
}

#ndq-social-div h5 {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    color:#555555;
}

#ndq-social-div span:hover {
    transform: scale(1.2);
}
#ndq-social-div span {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 15px;
    padding: 5px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

div#ndq-social-div div {
    display: inline-block;
    margin-bottom: 0px;
    line-height: 0px;
}

span.icon.ndqicon-linkedin {background: #0E76A8; }
span.icon.ndqicon-fb {background: #3B5998;}
span.icon.ndqicon-tw-1 {background: #0498D6;}
span.icon.ndqicon-youtube {background: #CF3427;}
#ndq-social-div .ndqicon-tw-1:before {color: #FFFFFF !important;}
#ndq-social-div span:before {font-size: 28px;}

div#ndq-social-div {
    background: #eaeaea;
    padding: 40px 0px;
}

div#ndq-toolkit-div {
    border-top: solid 1px #e8e7e7;
    padding: 50px 0px 60px;
    /*margin-top: 60px;*/
}

#ndq-toolkit-div .column strong {
    font-size: 14px;
    margin-top: 15px;
    display: block;   
}

#ndq-toolkit-div .column:before {content:""; background:0 !important;}

.column .icoTools {
     border: 2px solid #003265;
     -moz-border-radius:50%;
     -webkit-border-radius:50%;
     -khtml-border-radius:50%;
     border-radius:50%;
     width: 70px;
     height: 70px;
     margin:0 auto;
     padding: 4px;
}

#ndq-toolkit-div .column a {
  text-decoration:none; display:inline-block; 
  transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

.icoTools a {    
    display:inline-block;        
    text-decoration:none;        
    border: 1px solid #003265;        
    background: #003265;        
    -moz-border-radius:50%;        
    -webkit-border-radius:50%;        
    -khtml-border-radius:50%;        
    border-radius:50%;               
    padding: 8px 0px 0 1px;        
    width: 100%;        
    height: 100%;
    text-align: center
}

.icoTools a:hover {
    background: #003265;
    transform: scale(1.2);
}

.icoTools a > span {
  display: inline-block;
  line-height: 1;
}

.icoTools [class^="ndqicon-"]:before,
.icoTools [class*="ndqicon-"]:before {
    font-size: 34px;
    vertical-align: top;
    color: #fff;
    position: relative;
}

.icoTools [class*="ndqicon-iphone"]:before {
  font-size: 40px;
    top: -4px;
    left: 0px;
}

.icoTools [class*="ndqicon-mail-1"]:before {
  font-size: 34px;
    top: -1px;
    left: 0;
}

.icoTools [class*="ndqicon-rss-1"]:before {
    font-size: 31px;
    top: -1px;
    left: 1px;
}

.column .icoTools a div { 
      transition: all ease .2s;
    -webkit-transition: all ease .2s;
}

#ndq-toolkit-div span:hover:before {
    transition: all 500ms ease-in-out; 
    -webkit-transition: all 500ms ease-in-out; 
    -moz-transition: all 500ms ease-in-out; -o-transition: 
    all 500ms ease-in-out; 
}

.uppercase {
  text-transform: uppercase !important;
}

@media screen and (min-width: 40em) {
  div:not(.row).column,  div:not(.row).columns {
   /* padding-left:2em;
    padding-right:2em;*/
  }
  .column.wideGutter,
  .columns.wideGutter {
    padding-left:2em;
    padding-right:2em;
  }
}

#ndq-earnings-list ul {margin-left:0;}

.ndq-button {margin-top: 15px;}

.ndq-breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
}

#banner-inner-pages {height: 280px;margin-bottom: 50px;}

.watermark:before {opacity: .1 !important;}

.ndq-form .row {
    margin-bottom:1rem;
}