/* Colors */
/* less is not able to insert variables into media queries, but keep this here as documentation */
@font-face {
  font-family: 'proxima_nova_bold';
  font-weight: normal;
  font-style: normal;
  src: url('../Fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('../Fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../Fonts/proxima_nova_bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'proxima_nova_regular';
  font-weight: normal;
  font-style: normal;
  src: url('../Fonts/proxima_nova_regular-webfont.woff2') format('woff2'), url('../Fonts/proxima_nova_regular-webfont.woff') format('woff'), url('../Fonts/proxima_nova_regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'proxima_nova_semibold';
  font-weight: normal;
  font-style: normal;
  src: url('../Fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../Fonts/proxima_nova_semibold-webfont.woff') format('woff'), url('../Fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../Fonts/fa-regular-400.eot");
  src: url("../Fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../Fonts/fa-regular-400.woff2") format("woff2"), url("../Fonts/fa-regular-400.woff") format("woff"), url("../Fonts/fa-regular-400.ttf") format("truetype"), url("../Fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
}
/* bootstrap reset */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: 0 none;
  text-decoration: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
}
/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-15 {
  float: left;
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0px none !important;
  background-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
}
.row {
  margin-bottom: 0;
}
.ce-bodytext {
  float: left;
  width: 100%;
}
.ne-mobile-show {
  display: none !important;
}
p {
  font-family: 'proxima_nova_regular';
  font-size: 14px;
  color: #333;
}
.nav-tabs > li > a {
  border: 0 none;
}
.nav-tabs {
  border: 0 none;
}
/* panel style */
.panel-group .panel {
  border-radius: 0;
  border-color: #dedede;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: 0 none;
  padding: 14px 10px;
}
.ce-textpic {
  overflow: visible;
}
.ne-music-table .panel-body {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.ne-music-table .panel-body > img {
  float: left;
  height: auto;
  width: 15.5%;
  flex-basis: 15%;
  flex-grow: 0;
}
.ne-music-table .panel-body > p,
.ne-music-table .history {
  float: left;
  font-family: 'proxima_nova_regular';
  font-size: 14px;
  padding-left: 5%;
  flex-basis: 35%;
  flex-grow: 2;
}
.ne-highlighted-section .active.panel {
  border: 1px solid #00a399 !important;
}
.ne-main-people-filter h2 {
  float: left;
  margin: 78px 0 30px 0;
  width: 100%;
}
.grid.ne-people-listing {
  height: auto !important;
}
.grid .ne-people-listing {
  float: left;
  width: 100%;
}
.ne-main-people-filter.ne-common {
  margin-bottom: 40px;
  padding-bottom: 0px;
}
.ne-main-people-filter.ne-common .ne-people-listing .element-item {
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 16.66%;
}
.lyrics {
  width: 35%;
  padding-left: 2%;
  float: left;
  flex-basis: 35%;
  flex-grow: 2;
}
.ne-music-item-content {
  background: #fafafc;
  border: 1px solid #dedede;
  border-bottom-width: 0px;
  float: left;
  margin-left: 10px;
  padding: 10px;
  width: 100%;
}
.ne-music-item-content h6 {
  color: #333;
  font-family: 'proxima_nova_bold';
  font-size: 14px;
  margin-top: 0;
}
.ne-music-item-content p {
  color: #333;
  font-family: 'proxima_nova_regular';
  font-size: 14px;
}
.ne-music-item-content p a {
  float: none;
}
a.lyrics-readmore {
  float: left;
  width: 100%;
  border-top-width: 0 !important;
  padding-top: 10px;
}
a.lyrics-showless {
  margin-top: -10px;
  float: left;
  border-top-width: 0 !important;
}
a.lyrics-readmore,
a.lyrics-showless {
  color: #00a399;
  margin-left: 10px;
  font-family: 'proxima_nova_bold';
  font-size: 14px;
  background: #fafafc;
  border: 1px solid #dedede;
  padding-left: 10px;
  padding-bottom: 8px;
}
a.u-floatLeft {
  display: none !important;
}
.ne-music-table.ne-white-back .ne-music-item-content {
  float: left;
  width: 100%;
}
.ne-music-table.ne-white-back a.lyrics-readmore,
.ne-music-table.ne-white-back a.lyrics-showless {
  background: #fff;
}
.ne-music-item-content a,
.ne-music-table .panel-body > a,
.ne-music-table .panel-body .history a {
  color: #00a399;
  float: right;
  font-family: 'proxima_nova_bold';
  font-size: 14px;
  width: 52.5%;
}
.ne-music-table .panel-body .history a {
  width: 100%;
}
.history-detail {
  float: left;
  width: 100%;
}
.ne-music-item-content a {
  float: left;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
}
.ne-music-table .panel-heading {
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.panel-title {
  color: #333;
  font-family: 'proxima_nova_bold';
  font-size: 14px;
}
.panel-title a span {
  float: right;
  line-height: 14px;
}
.carousel-control {
  background-color: transparent;
  bottom: 0;
  color: #fff;
  filter: alpha(opacity=100);
  font-size: 16px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 36px;
}
.left.carousel-control.chevron_left,
.right.carousel-control.chevron_right {
  background-image: none;
}
.embed-responsive {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.carousel-control > span {
  background-color: #000;
  background-image: none;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
}
[type="checkbox"] + label {
  height: auto;
  min-height: 25px;
}
.container .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
nav {
  box-shadow: 0 0 0 transparent;
}
.nav > li > a {
  padding: 0 24px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  border-radius: 0;
  border: 0 none;
  height: 0;
  margin: 0;
  min-height: 0;
  position: relative;
}
/*Start Preloader css */
#pre-loader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
  opacity: 0.5;
}
#pre-loader img {
  width: 50%;
}
#pre-loader .loader-holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 0 0 -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}
#pre-loader .loader-holder {
  height: 400px;
  left: 50%;
  margin: -200px 0 0 -200px;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  width: 400px;
}
#pre-loader .loader-holder .frame {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
#pre-loader img {
  display: inline-block;
  margin: 0 0 45px;
}
/*End Preloader css */
/* bootstrap reset */
header {
  float: left;
  width: 100%;
}
.ne-menu-container {
  border-bottom: 1px solid #dcdcdc;
}
header .container {
  position: relative;
}
.ne-logo {
  float: left;
  margin-left: -135px;
}
.ne-logo img {
  height: auto;
  margin: 20px;
  width: 175px;
}
.navbar .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.ne-main-menu {
  float: left;
  margin: 30px 0 65px 72px;
}
.ne-main-menu .nav > li {
  max-width: 225px;
}
.ne-main-menu .nav > li span {
  vertical-align: bottom;
  float: right;
}
nav ul li {
  float: none;
}
.ne-main-menu li a {
  color: #777;
  font-family: 'proxima_nova_semibold';
  font-size: 16px;
  word-wrap: break-word;
}
nav .dropdown i {
  display: inline-block;
  float: right;
  height: auto;
  line-height: 0.9;
  vertical-align: middle;
}
.ne-search {
  display: inline-block;
  float: left;
  margin: 13px;
  width: 78px;
}
.ne-search input[type="submit"] {
  display: none;
}
.dropdown-menu {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-top: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  left: 15px;
  padding: 0;
  top: 40px;
}
.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  padding: 15px;
}
main {
  background: #fff;
  float: left;
  width: 100%;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: rgba(0, 163, 153, 0.1);
}
.ne-search .fa-search {
  cursor: pointer;
  left: 10px;
  margin: 6px;
  position: absolute;
  padding: 10px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ne-search .fa-search {
    padding-top: 0px;
  }
}
.ne-search .ne-closed .fa-search {
  left: 0px;
}
.ne-search .fa-times {
  cursor: pointer;
  margin: 6px;
  position: absolute;
  padding: 10px;
  right: 0px;
  z-index: 2;
}
.ne-search-bar {
  left: 10%;
  position: absolute;
  width: 82%;
}
.ne-search-bar input[type="text"] {
  background-color: #fff;
  border: 1px solid #dedede;
  font-size: 16px;
  font-family: 'proxima_nova_regular';
  left: 10px;
  padding: 8px 40px;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 45px;
  color: #333;
}
.ne-search-bar.ne-closed {
  position: relative;
}
.ne-search-bar.ne-closed form {
  display: none;
  position: relative;
}
.ne-search-bar.ne-closed .fa-times {
  display: none;
}
.ne-lang-menu {
  display: block;
  float: left;
  position: relative;
  top: 20px;
}
.ne-lang-menu img {
  width: 21px;
  height: auto;
  margin: 10px;
}
.ne-lang-menu ul {
  position: absolute;
}
.ne-logo-ort {
  float: right;
}
.ne-logo-ort img {
  height: auto;
  width: 177px;
  margin: 20px -120px 20px 20px;
}
.ne-lang-menu ul {
  border-top: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
  padding: 0;
  top: 40px;
  z-index: 9;
}
.ne-lang-menu ul li:hover,
.ne-lang-menu ul li.active {
  background: rgba(0, 163, 153, 0.1);
}
.ne-lang-menu span,
.ne-lang-menu ul li {
  cursor: pointer;
}
header nav {
  float: left;
}
.ne-lang-menu ul li {
  width: 100%;
}
nav ol,
nav {
  background-color: transparent;
}
nav {
  height: auto;
  line-height: normal;
}
nav .breadcrumb {
  background: transparent;
  line-height: normal;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 0;
}
nav .breadcrumb li,
nav .breadcrumb li a {
  color: #333;
  font-size: 12px;
  font-family: 'proxima_nova_semibold';
}
nav .breadcrumb li.active {
  color: #00a399;
}
.breadcrumb > li + li:before {
  content: "-";
  color: #333;
  font-size: 12px;
}
/* Start People Page Style */
h1 {
  color: #461473;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
}
.ne-left-sidebar,
h2 {
  color: #461473;
  font-size: 32px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
  float: left;
}
.ne-left-sidebar h2,
.ne-main-left h2,
.ne-right-sidebar h2 {
  width: 100%;
}
.ne-main h2 {
  width: 50%;
}
.ce-textpic.ne-imageorient-above-right h2,
.ce-textpic.ne-imageorient-above-left h2,
.ce-textpic.ne-imageorient-below-center h2,
.ce-textpic.ne-imageorient-below-right h2,
.ce-textpic.ne-imageorient-below-left h2,
.ce-textpic.ne-imageorient-intext-right h2,
.ce-textpic.ne-imageorient-intext-left h2,
.ce-textpic.ne-imageorient-intext-right-nowrap h2,
.ce-textpic.ne-imageorient-intext-left-nowrap h2,
.ce-textpic.ne-imageorient-above-center h2 {
  float: none;
}
.ne-filter h4 {
  color: #333;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.chip,
.ne-chip {
  border-radius: 0px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 12px;
}
.ne-chip {
  background: rgba(0, 163, 153, 0.1);
  border-radius: 5px;
  color: #333;
  font-family: 'proxima_nova_regular';
  font-size: 12px;
  height: auto;
  margin-right: 5px;
  min-height: 25px;
  text-transform: capitalize;
}
.ne-chip .close {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  margin-left: 10px;
  opacity: 1;
  color: #333;
}
.ne-chip i {
  color: #333;
  font-size: 12px;
}
.ne-selection {
  cursor: pointer;
  float: left;
  margin-top: 0;
  margin-bottom: 0px;
  text-align: right;
  width: 100%;
}
.ne-selection h4 {
  width: auto;
}
.ne-selection span {
  vertical-align: top;
  margin-top: -3px;
}
.ne-load.select-date {
  padding: 0;
}
[type="checkbox"]:checked + label:before {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #26a69a;
}
[type="checkbox"]:checked:disabled + label:before {
  background: #dedede;
  border-color: #dedede;
}
.ne-category-list h4 {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.ne-category-list i {
  color: #333;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  margin-top: -3px;
}
.ne-list-tag {
  border-bottom: 1px solid #dedede;
  float: left;
  margin-bottom: 0px;
  padding-bottom: 15px;
  width: 100%;
}
.ne-category-list {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
}
.ne-list-category form p {
  float: left;
  width: 100%;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  border: 1px solid #999;
  border-radius: 0px;
  content: '';
  height: 14px;
  left: 0;
  margin-top: 4px;
  position: absolute;
  top: 0;
  -webkit-transform: 0.2s;
  -moz-transform: 0.2s;
  -ms-transform: 0.2s;
  -o-transform: 0.2s;
  transform: 0.2s;
  width: 14px;
  z-index: 0;
}
.ne-list-category p label {
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  font-weight: normal;
  float: left;
  text-transform: capitalize;
  width: 100%;
}
.ne-list-category p label span {
  display: none;
  background: #461473;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  padding: 11px 15px;
  margin-left: 30px;
  color: #ffffff;
  position: relative;
}
.ne-list-category p label b {
  font-weight: normal;
}
.ne-list-category p label span:before {
  content: "";
  background: url('../Images/ne-left-caret.png') no-repeat;
  height: 22px;
  width: 20px;
  display: inline-block;
  position: absolute;
  left: -10px;
  background-position: center;
}
.ne-content-search {
  float: right;
  width: 50%;
}
.ne-main-right .ne-content-search {
  width: 68%;
}
.ne-content-search .input-field {
  float: right;
  margin-top: 1rem;
  position: relative;
  width: 56%;
}
.ne-content-search .input-field input {
  border: 1px solid #dedede;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  height: 40px;
  padding: 5px 0 5px 40px;
  color: #333;
}
.input-field .far.fa-search {
  left: 14px;
  position: absolute;
  top: 14px;
  color: #666666;
}
.autocomplete-content {
  width: 100%;
  box-shadow: none;
}
.autocomplete-content li:hover {
  background: rgba(0, 163, 153, 0.1);
}
.ne-main-right .ne-people-listing {
  float: none;
}
.ne-people-listing {
  float: left;
  width: 100%;
}
.ne-people-listing .ne-people-item {
  margin-bottom: 30px;
}
.ne-people-listing .ne-people-item img {
  width: 100%;
  height: auto;
}
.ne-people-listing .ne-people-item h4 {
  color: #333;
  font-family: 'proxima_nova_bold';
  font-size: 20px;
  margin: 10px 0;
}
.ne-people-listing .ne-people-item p {
  font-family: 'proxima_nova_regular';
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 10px 0;
  float: left;
}
.ne-people-listing .ne-people-item .ne-chip {
  background: #dedede;
  border-radius: 1px;
  height: 30px;
}
.pagination li,
.ne-sort li {
  font-size: 14px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  display: inline-block;
  line-height: 2;
  font-family: 'proxima_nova_bold';
  border: 0 none;
  border-radius: 0;
}
.pagination li.disabled {
  display: none;
}
.pagination li a,
.ne-sort li a {
  color: #333;
  float: left;
  font-family: 'proxima_nova_bold';
  font-size: 14px;
  height: 100%;
  line-height: 30px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.pagination,
.ne-sort {
  float: left;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #333;
  background: rgba(0, 163, 153, 0.1);
}
.ne-sort > li > a:focus,
.ne-sort > li > a:hover,
.ne-sort > li > span:focus,
.ne-sort > li > span:hover {
  color: #333;
  background: rgba(0, 163, 153, 0.1);
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.ne-sort > li:last-child > a,
.ne-sort > li:last-child > span {
  border-radius: 0;
}
.ne-sort li span {
  line-height: 1.2;
}
.pagination li span {
  line-height: 1.2;
}
.pagination > li > a,
.pagination > li > span {
  border: 0 none;
  padding: 6px 0;
  background-color: transparent;
}
.ne-sort > li > a,
.ne-sort > li > span {
  border: 0 none;
  padding: 6px 0;
}
.pagination li.active {
  background: rgba(0, 163, 153, 0.1);
}
.ne-sort li.active {
  background: rgba(0, 163, 153, 0.1);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #00a399;
  border: 0 none;
}
.ne-sort > .active > a,
.ne-sort > .active > a:focus,
.ne-sort > .active > a:hover,
.ne-sort > .active > span,
.ne-sort > .active > span:focus,
.ne-sort > .active > span:hover {
  background-color: #00a399;
  border: 0 none;
}
.pagination li.active a {
  color: #ffffff;
}
.ne-sort li.active a {
  color: #ffffff;
}
/* calander style reset for poupup to normal view */
html {
  overflow: visible !important;
  padding: 0 !important;
}
.picker__date-display {
  display: none;
}
.picker--opened .picker__holder {
  background: transparent;
}
.picker {
  position: relative;
  top: 0px;
}
.picker--opened .picker__holder {
  position: static;
}
.picker__box {
  box-shadow: none !important;
  width: 271px;
  border: 0 none;
}
.material-tooltip {
  padding: 8px 14px;
  font-size: 14px;
  z-index: 2000;
  background-color: #461473;
  border-radius: 0;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(96%);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}
.material-tooltip:before {
  content: "";
  display: inline;
  height: 10px;
  width: 5px;
}
input[type="text"].picker__input {
  border: 1px solid #dedede;
  color: #333;
  font-family: 'proxima_nova_regular';
  font-size: 14px;
  height: 40px;
  padding: 10px 35px;
}
.ne-people-birthyear span.far {
  font-size: 20px;
  left: 27px;
  position: absolute;
  top: 18px;
}
.picker__footer {
  display: none;
}
.picker__header select {
  border: none;
  color: #333;
  font-size: 14px;
  font-family: 'proxima_nova_semibold';
}
.ne-category-list:last-child {
  border-bottom: 0;
  margin-top: 0;
}
.picker__calendar-container {
  padding: 0;
}
.picker__header {
  border: 1px solid #dedede;
  float: left;
  margin-top: 0;
  margin-bottom: -1px;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 8px;
}
.picker__weekday {
  color: #333;
  font-size: 14px;
  padding: 10px;
}
.picker__table thead {
  display: none;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  border: none;
  line-height: 35px;
}
.picker__table {
  font-size: 14px;
  border: 1px solid #dedede;
  margin-bottom: 0;
}
.picker__nav--next {
  padding-left: 0;
  margin-right: 10px;
}
.picker__nav--prev {
  left: -12px;
  padding-right: 1.25em;
}
.mobile-filter-button,
.ne-filter-sidebar {
  display: none;
}
/* End People Page Style */
/* start article page */
.ne-single-article a.article-readmore,
.ne-single-article a.article-showless {
  color: #00a399;
  float: right;
  font-family: 'proxima_nova_bold';
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ne-single-article p {
  color: #000;
  font-family: 'proxima_nova_regular';
  font-size: 16px;
  line-height: 24px;
}
.ne-single-article .ne-music-table .ne-music-item-content-lyrics a {
  width: 100%;
}
.ne-single-article .ne-music-table .ne-music-item-content-lyrics a p {
  margin-bottom: 0;
}
blockquote {
  border-left: 3px solid #00a399;
  padding: 10px 30px;
  float: left;
}
blockquote p,
blockquote * {
  color: #00a399 !important;
  font-family: 'proxima_nova_bold' !important;
  font-size: 16px;
  line-height: 22px;
}
.ne-single-article .ce-bodytext h4,
.ce-bodytext h4 {
  color: #461473;
  display: inline-block;
  float: left;
}
.ce-bodytext ul {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}
.ce-bodytext ul li {
  font-family: 'proxima_nova_regular';
  font-size: 16px;
  color: #000;
  padding-left: 20px;
}
.ce-bodytext ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00a399;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -8px;
  margin-left: -20px;
}
.ne-single-article h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.ne-single-article ol.carousel-indicators {
  display: none;
}
.ne-single-article > p {
  margin-bottom: 25px;
}
.ne-share {
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.share-article {
  display: none;
  background: #00a399 url(../Images/baseline-share.png) no-repeat;
  background-position: center center;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.articles-grid .ne-art-content p {
  float: left;
}
.articles-grid .ne-big-article:hover .share-article {
  display: block;
}
.articles-grid .ne-bg-img:hover .share-article {
  display: block;
}
.ne-article-share-hover {
  border: 0;
  display: none;
}
.share-article:hover .ne-article-share-hover {
  display: block;
}
.ne-article-share-hover .ne-social-list {
  display: inline-flex;
}
.ne-article-share-hover {
  padding: 0;
  margin: 0;
}
.ne-article-share-hover .ne-social-list > div {
  margin-left: 1px !important;
}
.ne-article-share-hover .ne-social-fb > span {
  margin-right: 5px;
  margin-left: 5px;
}
.ne-single-article h4 {
  color: #000;
  float: left;
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.ne-sources {
  float: left;
  width: 100%;
}
.ne-sources h4 {
  border: 0 none;
  margin-top: 30px;
  width: 100%;
}
.ne-sources p {
  float: left;
  width: 100%;
  font-size: 14px;
}
.ne-sources p span {
  color: #999;
}
.ne-sources a {
  font-size: 14px;
  color: #00a399;
  font-family: 'proxima_nova_bold';
  float: left;
  width: 100%;
}
.ne-slider > span {
  color: #666666;
  float: left;
  font-size: 16px;
  font-family: 'proxima_nova_regular';
  padding: 10px 0;
  width: 100%;
  text-align: center;
  /*margin-bottom: 20px;
  margin-top: 20px;*/
}
#carousel-example-generic,
#carousel-example-generic-02 {
  height: 300px;
}
.ne-share p {
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  color: #ffffff;
  margin-bottom: 0;
  font-weight: normal;
  float: left;
}
.ne-share span {
  color: #ffffff;
  display: inline-block;
  height: 23px;
  vertical-align: middle;
  width: 15px;
  float: left;
  background-position: left center !important;
  margin-right: 5px;
  cursor: pointer;
}
.ne-share .ne-social-list > div {
  padding: 12px;
  display: inline-block;
  margin-left: 5px;
}
.ne-social-fb {
  background-color: #4267b2;
}
.ne-social-tw {
  background-color: #4ab3f4;
}
.ne-social-copy {
  background-color: #00b9ae;
  position: relative;
}
.ne-social-mail {
  background-color: #e56b2d;
}
.ne-social-copy #copy-article-link {
  display: none;
}
.ne-social-copy .copied {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #000;
  border-radius: 4px !important;
}
.ne-article-share-hover .ne-social-copy .copied {
  right: -15px;
  left: -15px;
}
#share-mail-modal {
  background: transparent;
  box-shadow: none;
}
#share-mail-modal .ne-main-send-mail {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#share-mail-modal .ne-main-send-mail input[type="text"] {
  border-bottom: 1px solid #dedede;
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  color: #00a399;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#share-mail-modal .ne-social-mail a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'proxima_nova_bold';
}
#share-mail-modal .ne-main-send-mail input[type="text"].error {
  border-bottom: 1px solid #e21111;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #e21111;
}
#share-mail-modal .ne-social-mail {
  background-color: #e56b2d;
  padding: 8px 19px;
  float: right;
  margin: 6px 25px;
  border-radius: 5px;
  display: inline;
}
.ne-social-fb > span {
  background: url('../Images/ne-fb-icon.png') no-repeat;
  width: 8px;
}
.ne-social-tw > span {
  background: url('../Images/ne-twitter-icon.png') no-repeat;
  width: 15px;
}
.ne-social-copy > span {
  background: url('../Images/ne-copy-icon.png') no-repeat;
  width: 13px;
}
.ne-social-mail > span {
  background: url('../Images/ne-mail-icon.png') no-repeat;
  width: 15px;
}
.ne-social-list {
  float: right;
  padding: 0;
}
.ne-social-list > div {
  display: inline-block;
}
.panel-body p {
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  color: #333;
  margin-bottom: 10px;
}
.panel-title {
  font-family: inherit;
  font-weight: 700;
}
.panel-group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 18px;
}
.ne-right-sidebar h2 {
  font-size: 24px;
}
.ne-article-list {
  float: left;
}
.ne-article-list .ne-list-item h3 {
  border-bottom: 1px solid #dedede;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: none;
  font-family: 'proxima_nova_bold';
}
.ne-article-list .ne-list-item h3 a {
  font-family: 'proxima_nova_bold';
  font-size: 20px;
}
.ne-list-sources {
  float: left;
  padding-bottom: 70px;
  width: 100%;
}
.ne-hide-list {
  display: none;
}
.ne-white-back .panel-group .panel {
  background-color: transparent;
}
.ne-music-table .music-item-grid .panel-collapse,
.music-item-category .panel-collapse,
.ne-white-back .panel-collapse {
  float: left;
  width: 100%;
}
.ne-white-back .ne-music-item-content {
  background-color: #fff;
}
.ne-article-list .ne-list-item:last-child h3 {
  border-bottom: 0 none;
}
.ne-location-list .nav-tabs {
  padding-left: 15px;
}
.ne-location-list .nav-tabs li.default {
  display: none;
}
.nav-tabs li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.nav-tabs li:last-child {
  border-bottom: 0 none;
}
.nav-tabs li.active h3 {
  color: #00a399;
}
.nav-tabs li.active p {
  color: #333;
}
.nav-tabs li a {
  padding: 0;
}
.nav-tabs li h3 {
  font-size: 20px;
  color: #333;
  font-family: 'proxima_nova_bold';
  margin-bottom: 10px;
  margin-top: 5px;
}
.nav-tabs li p {
  font-size: 14px;
  color: #666666;
  font-family: 'proxima_nova_regular';
  margin-bottom: 20px;
}
.row.ne-list-place-items-grid.ne-list-place-items-grid-mobile {
  float: left;
  width: 100%;
  height: auto !important;
}
.ne-location-list ul.nav-tabs li span.coordinates,
.ne-list-place-items-grid .element-item .ne-content-wrap h4 {
  cursor: pointer;
}
/* end article page */
/* places page */
.ne-img-wrap {
  float: left;
  width: 24%;
}
.ne-places-map {
  float: left;
  width: 100%;
  height: 500px;
}
.ne-img-wrap img {
  max-width: 100%;
  width: 100%;
}
.ne-content-wrap {
  float: left;
  padding-left: 20px;
  width: 76%;
}
.ne-content-wrap h4 {
  color: #000;
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  margin: 10px 0;
}
.ne-content-wrap p {
  color: #666666;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  margin: 0 0 10px 0;
}
.ne-content-wrap .chip {
  color: #333;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  height: 24px;
  line-height: 24px;
}
.ne-list-place-items .element-item {
  left: 0 !important;
  margin-bottom: 20px;
  position: relative !important;
  top: 0 !important;
}
.ne-list-place-items .element-item .ne-content-wrap p {
  float: left;
}
.filters-button-group {
  float: left;
  margin: 30px 0 10px;
  width: 100%;
}
.ne-people-listing .ne-mobile-show hr {
  float: left;
  width: 100%;
}
.ne-people-listing .ne-highlighted-item h4 {
  color: #00a399;
}
.ne-sort-li {
  margin-left: 10px;
}
.ne-filter-list {
  float: left;
  padding-bottom: 40px;
  width: 100%;
}
.ne-places .grid {
  height: auto !important;
}
.ne-small-article {
  width: 25%;
  display: inline-block;
  padding: 0 10px;
  float: left;
}
.ne-high-article {
  overflow-x: hidden;
}
.ne-high-article .grid {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  clear: both;
  padding-bottom: 30px;
}
.tab-panel .ne-high-article .filters-button-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ne-people-list-items {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  float: none;
  clear: both;
}
.ne-big-article {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
}
.ne-big-article h3 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'proxima_nova_bold';
  margin-bottom: 10px;
  margin-top: 20px;
  float: left;
}
.ne-big-article p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  opacity: 0.8;
}
.ne-big-article .chip {
  color: #333;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  height: 24px;
  line-height: 22px;
  border-radius: 1px;
}
/*.ne-big-article .ne-bg-img{
    padding:194px 20px 10px 20px;
}
*/
.ne-big-article .ne-bg-img {
  height: 380px;
  width: 100%;
}
.ne-big-article .ne-art-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.ne-small-article h3 {
  color: #333;
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  margin-bottom: 10px;
  margin-top: 0px;
  float: left;
}
.ne-small-article p {
  color: #333;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  opacity: 0.8;
}
.ne-small-article a {
  color: #00a399;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  float: left;
}
.ne-small-article .chip {
  border-radius: 1px;
  color: #333;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  height: 24px;
  line-height: 22px;
  margin-top: 10px;
}
.ne-small-article .ne-bg-img {
  padding: 0;
  width: 100%;
  height: 162px;
}
.ne-load {
  clear: both;
  display: inline-block;
  float: none;
  float: left;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.ne-load a {
  background: #00a399;
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  padding: 15px 44px;
  font-weight: normal;
  cursor: pointer;
}
.ne-bg-img {
  float: left;
}
.material-icons.ne-more {
  cursor: pointer;
  line-height: 18px;
}
.filters-button-group > a,
.ne-more-link a {
  color: #666666;
  font-size: 14px;
  font-family: 'proxima_nova_semibold';
  font-weight: normal;
  float: left;
  padding: 10px 17px;
}
.ne-more-link a {
  clear: both;
  display: inherit;
  text-align: center;
  width: 100%;
}
.ne-more .material-icons {
  line-height: 0.8;
}
.owl-carousel-thisday {
  float: left;
}
.owl-carousel-thisday .ne-this-day-right .owl-carousel-thisday-wrap {
  float: left;
  width: 78%;
}
.owl-carousel-thisday .ne-this-day-right .owl-carousel-thisday-info {
  float: left;
  width: 100%;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}
/*#owl-demo.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}*/
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-theme .owl-dots {
  margin-top: -50px;
  z-index: 9999;
  position: absolute;
  right: 40px;
}
.owl-nav span {
  text-indent: -5000px;
  content: "";
  display: none;
}
.owl-prev:before {
  color: #dedede;
  content: "";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  text-indent: 0;
}
.owl-nav button:hover:before {
  color: #00a399;
}
.owl-next:before {
  color: #dedede;
  content: "";
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  text-indent: 0;
}
.owl-nav {
  position: absolute;
  right: 0;
  top: -64px;
}
.ne-more-link {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
}
.ne-main-people-filter {
  padding-bottom: 80px;
  float: left;
  width: 100%;
}
.ne-main-people-filter .ne-people-listing .ne-people-item {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.ne-main-people-filter .ne-people-listing .ne-people-item p {
  display: none;
}
.ne-main-people-filter .ne-people-listing .ne-people-item h4 {
  font-size: 16px;
}
.ne-main-people-filter .ne-people-listing .ne-people-item .chip {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.filters-button-group a.is-checked {
  background-color: #00a399;
  color: #ffffff;
}
.ne-highlighted-section {
  border: 1px solid #e9ecf2;
  background: #fafafc;
  float: left;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}
.ne-teaser-item .ne-img-wrap {
  position: relative;
  width: 100%;
}
.ne-highlighted-section h2 {
  float: left;
  margin-top: 80px;
  margin-bottom: 0px;
  width: 100%;
}
/* end places page */
/* start music page */
.ne-music-list {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ne-music-list .ne-img-wrap {
  float: left;
  position: relative;
  width: 100%;
}
.ne-music-list .ne-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}
.ne-music-list .ne-img-wrap h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'proxima_nova_bold';
  left: 20px;
  margin-top: 0;
  position: absolute;
  padding-right: 60px;
  top: 20px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #333;
}
.ne-music-list .col-lg-15 h4 {
  font-size: 20px;
}
.ne-music-list > div > div {
  margin-bottom: 30px;
}
.ne-music-list h5 {
  color: #333;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.ne-music-list p {
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  color: #333;
}
.ne-item-head {
  border: 1px solid #ddd;
  float: left;
  margin-left: -1px;
  padding: 5px 0px;
  width: 100%;
  background-color: #fff;
}
.ne-music-table {
  margin-left: 1px;
  float: left;
  width: 100%;
}
/*custom holo*/
.ne-music-table.ne-music-accordian .panels.music-item-grid {
  height: auto !important;
}
.ne-music-table .panel {
  float: left;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  position: relative !important;
  top: 0 !important;
}
.ne-music-table .panel-group {
  width: 100%;
  float: left;
}
.ne-music-table .panel-heading,
.ne-item-main {
  float: left;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.ne-music-table .panel-title .ne-music-table-item + a {
  position: absolute;
  right: 8px;
  top: 16px;
}
.audio-player {
  margin: 0;
}
#play-btn {
  margin: 0 auto;
}
.ne-item-head-block {
  font-size: 12px;
  color: #999999;
  font-family: 'proxima_nova_regular';
  display: inline-block;
  float: left;
}
.ne-item-main h5 {
  color: #333;
  font-size: 14px;
  font-family: 'proxima_nova_semibold';
  margin: 5px 0;
}
.ne-item-main h6 {
  color: #666666;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  margin: 5px 0;
}
.ne-item-main .chip {
  color: #666666;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  margin: 0 5px 0 0;
  height: 24px;
  line-height: 2;
}
#end-time {
  margin-top: 5px;
  float: left;
}
.ne-item-head-block h5 {
  font-size: 12px;
}
.ne-item-head-block:nth-child(1),
.ne-item-main:nth-child(1) {
  width: 5%;
}
.ne-item-head-block:nth-child(2),
.ne-item-main:nth-child(2) {
  width: 35%;
}
.ne-item-head-block:nth-child(3),
.ne-item-main:nth-child(3) {
  width: 25%;
}
.ne-item-head-block:nth-child(4),
.ne-item-main:nth-child(4) {
  width: 25%;
}
.ne-item-head-block:nth-child(5),
.ne-item-main:nth-child(5) {
  width: 10%;
}
/* end music page */
/* home style */
.bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #00a399;
}
.progressBar {
  width: 100%;
  background: transparent;
  position: absolute;
  z-index: 9;
}
.ne-slider-left-content {
  background-color: #461473;
}
.ne-slider-left-content {
  float: left;
  width: 35%;
  padding: 120px 80px 0 80px;
}
.ne-slider-left-content .ne-slider-left-content-readmore {
  float: left;
  width: 100%;
}
.ne-slider-right-content {
  float: left;
  width: 65%;
}
.ne-slider-left-content h3 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'proxima_nova_bold';
  margin-bottom: 20px;
  width: 340px;
}
.ne-slider-left-content p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
}
.ne-slider-left-content > span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  float: left;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 40px;
}
.ne-slider-left-content a {
  color: #00a399;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
}
.ne-home-slider .owl-item img {
  width: 100%;
  height: auto !important;
}
.ne-home-slider .owl-dots {
  display: none;
}
.ne-home-slider .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 30px;
  top: inherit;
}
.ne-home-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #ffffff !important;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  margin: 0 !important;
  border-radius: 0 !important;
}
.mobile_slider {
  display: none;
  float: left;
  width: 100%;
}
.ne-home-slider button:before {
  margin-left: 13px;
}
.ne-home-slider .owl-prev:before {
  content: "\f053";
}
.ne-home-slider .owl-next:before {
  content: "\f054";
}
.ne-home-slider .item {
  float: left;
  width: 100%;
  display: inline-block;
}
.ne-this-day-section {
  float: left;
  width: 100%;
  margin-bottom: 95px;
}
.ne-this-day-left {
  background: rgba(70, 20, 115, 0.1);
  height: 189px;
  float: left;
  width: 17%;
  padding: 25px 54px;
  text-align: center;
}
.ne-home-teaser {
  float: left;
  overflow: hidden;
  width: 100%;
}
.ne-this-day-left h3 {
  float: left;
  width: 100%;
  font-size: 72px;
  font-family: 'proxima_nova_bold';
  color: #461473;
  margin-top: 0;
}
.ne-this-day-left h6 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: 'proxima_nova_regular';
  color: #461473;
}
.ne-this-day-right {
  width: 83%;
  float: left;
  padding: 30px 50px 30px 30px;
  background: #ffffff;
}
.ne-this-day-right img {
  float: left;
  margin-right: 25px;
}
.ne-this-day-right h5 {
  color: #333;
  float: left;
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
.ne-this-day-right p {
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  margin-top: 10px;
  width: 78%;
}
.ne-this-day-right a,
a.continue-reading {
  float: left;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  color: #00a399;
}
.ne-teaser-item .ne-img-wrap h2 {
  text-align: center;
  color: #ffffff;
  width: 100%;
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ne-teaser-item {
  padding-left: 10px;
  padding-right: 10px;
}
.ne-home-teaser .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ne-teaser-item .ne-hover-content {
  background-color: rgba(70, 20, 115, 0.8);
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ne-teaser-item:hover .ne-img-wrap a h2 {
  display: none;
}
.ne-teaser-item:hover .ne-hover-content {
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ne-teaser-item:hover .ne-img-wrap > h2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ne-teaser-item .ne-hover-content h2 {
  top: 0%;
  position: relative;
  float: left;
  color: #ffffff;
  margin: 20% 0 15px 0;
}
.ne-teaser-item .ne-hover-content p {
  color: #ffffff;
  float: left;
  padding: 0 21px;
  text-align: center;
  width: 100%;
}
.ne-teaser-item .ne-hover-content a {
  color: #ffffff;
  text-align: center;
  width: 140px;
  height: 40px;
  font-size: 14px;
  font-family: 'proxima_nova_semibold';
  margin-top: 20px;
  border: 2px solid #00a399;
  display: inline-block;
  padding: 10px ;
}
/*twitter*/
#ne-tweeter-loader {
  display: none;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}
#ne-tweeter-loader h3 {
  float: left;
  width: 100%;
  text-align: center;
}
#twitter-feed-carousel,
#twitter-feed-carousel-mobile {
  float: left;
  width: 100%;
}
#twitter-feed-carousel.owl-carousel .feed-item,
#twitter-feed-carousel-mobile.owl-carousel .feed-item {
  width: 100%;
}
.ne-twitter-feed {
  float: left;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.ne-twitter-feed h2 {
  margin: 0 0 20px;
}
.ne-twitter-feed .tweet-text {
  padding: 15px;
  background: #fff;
  min-height: 220px;
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0px 0px 1px 0px #e0e0fb;
}
.ne-twitter-feed .user-info {
  float: left;
  width: 100%;
}
.ne-twitter-feed .user-profile,
.ne-twitter-feed .username-tweeted_by {
  float: left;
  width: 50%;
}
.ne-twitter-feed .username-tweeted_by {
  margin-left: 20px;
  padding-top: 20px;
}
.ne-twitter-feed .username-tweeted_by p {
  float: left;
  width: 100%;
}
.ne-twitter-feed .dwnarrow-tweet {
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  bottom: -25px;
  background: #fff;
  position: absolute;
}
.ne-twitter-feed .user-info .user-profile {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-size: contain;
}
.ne-twitter-feed .user-info .user-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.ne-twitter-feed .view-on-twitter-btn {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -30px;
  text-align: center;
}
.ne-twitter-feed .view-on-twitter-btn a {
  color: #fff;
  font-size: 16px;
  background-color: #1ca1f2;
  font-weight: 700;
  padding: 15px;
  cursor: pointer;
}
.ne-twitter-feed .view-on-twitter-btn a:before {
  background: url(../Images/tweeter.png) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 -15px -10px;
}
.ne-twitter-feed .dwnarrow-tweet {
  width: 30%;
  left: 20px;
  height: 20px;
  bottom: -19px;
  background: #fff;
  position: absolute;
  clip-path: polygon(60% 0, 29% 100%, 0 0%, 0 0, 0 0);
  box-shadow: 0 3px 1px 0px #e0e0fb;
}
.view-on-twitter-btn img {
  background: #1ca1f2;
  width: 4%;
  padding: 0 0;
  margin-top: -3px;
  margin-right: -10px;
}
.ne-teaser-item .ne-img-wrap img {
  width: 100%;
}
.ne-high-article {
  float: left;
  width: 100%;
}
.ne-high-article > div > h2 {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.ne-high-article .filters-button-group {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* end home style */
/* politics and propoganda */
.ne-politics-propoganda ul.nav-tabs {
  background: #461473;
  width: 25%;
  float: left;
  padding: 40px 30px;
}
.ne-politics-propoganda .nav-tabs li h3 {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  padding-bottom: 13px;
}
.ne-politics-propoganda .nav-tabs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
  min-width: 150px;
}
.ne-politics-propoganda .nav-tabs li a {
  padding: 0px;
}
.ne-politics-propoganda .nav-tabs li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ne-politics-propoganda .nav-tabs li:last-child h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ne-politics-propoganda .nav-tabs li.active h3 {
  opacity: 1;
}
.ne-politics-propoganda .tab-content {
  width: 75%;
  float: left;
  background-color: #461473;
}
.ne-politics-propoganda p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  opacity: 0.8;
}
.ne-politics-propoganda h3 {
  color: #ffffff;
  font-size: 28px;
  font-family: 'proxima_nova_bold';
  margin-bottom: 10px;
  margin-top: 20px;
  float: left;
}
.ne-politics-propoganda p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  opacity: 0.8;
  width: 86%;
  float: left;
}
.ne-politics-propoganda a {
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  color: #00a399;
  display: block;
  clear: both;
}
.ne-politics-propoganda .ne-bg-img {
  padding: 32% 0 0 50px;
  position: relative;
}
.ne-politics-propoganda .ne-politics-propoganda-info,
.ne-politics-prop-list .ne-politics-propoganda-info {
  float: left;
  width: 100%;
}
.ne-tab-style .nav-tabs li {
  border-bottom: 0;
  padding: 0 20px;
}
.ne-tab-style .nav-tabs li h3 {
  color: #666666;
  font-size: 18px;
}
.ne-tab-style .nav-tabs li:first-child {
  padding-left: 0;
}
.ne-tab-style .nav-tabs li.active h3 {
  color: #00a399;
}
.ne-politics-section {
  float: left;
  margin-bottom: 70px;
  width: 100%;
}
.ne-politics-section .container h2 {
  width: 100%;
  /* fix https://trello.com/c/urDTbk4N/ */
}
.ne-small-list .grid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.ne-small-list .element-item {
  width: 16.66%;
  float: left;
  padding: 0 15px;
}
/* proganda and politics */
/* resource page stlye */
.ne-resources-content p {
  padding-right: 14px;
}
.ne-btn-group {
  margin: 30px 0;
  float: left;
}
.ne-btn-group a {
  background: #00a399;
  color: #ffffff;
  font-size: 16px;
  font-family: 'proxima_nova_bold';
  padding: 15px 40px;
  display: inline-block;
  margin-right: 10px;
}
.ne-btn-group a span.ne-glossary {
  background: url('../images/glossary_icon.png') no-repeat;
  background-size: 20px 24px;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.ne-btn-group a span.ne-web {
  background: url('../images/web_icon.png') no-repeat;
  background-size: 23px 24px;
  width: 23px;
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.ne-btn-group a span.ne-discography {
  background: url('../images/discography_icon.png') no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.ne-btn-group a span.ne-bibliography {
  background-size: 20px 24px;
  background: url('../images/bibliography_icon.png') no-repeat;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 20px;
}
.ne-tab-style .search-filters-button-group a {
  font-size: 18px;
}
.ne-main-search .ne-main-people-filter .ne-people-listing .ne-people-item p {
  display: block;
}
/* end resource page stlye */
/* glossary page */
table th p,
.ne-resources-content table th p {
  color: #666666;
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  margin-bottom: 0px;
}
table td,
table th {
  padding: 8px 15px;
}
thead,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: 0 !important;
  padding: 8px 12px;
}
table {
  margin-top: 30px;
  margin-bottom: 30px;
}
table td p,
.ne-resources-content table td p {
  color: #333;
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  margin-bottom: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafafc;
}
p a {
  color: #00a399;
}
/* end glossary page */
/* weblink */
table tr td h5 {
  font-size: 16px;
  color: #333;
  font-family: 'proxima_nova_bold';
}
table tr td:last-child {
  vertical-align: middle;
}
table tr td:last-child a {
  font-family: 'proxima_nova_bold';
  font-size: 14px;
}
/* end weblink */
/* education */
.ne-single-article .ne-collapse-style h4.panel-title {
  float: none;
  margin: 0;
}
.ne-collapse-style .panel {
  border: 0;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.ne-collapse-style .panel + .panel {
  margin-top: -1px;
}
.ne-collapse-style .panel-heading {
  /*padding-left: 0;*/
}
.ne-collapse-style .active .panel-heading {
  border-bottom: 1px solid #f2f2f2;
}
.ne-collapse-style .panel-group .panel {
  background: transparent;
}
.ne-collapse-style .panel h4 a {
  font-size: 20px;
  color: #00a399;
}
.ne-download {
  background: url('../Images/download_icon.png') no-repeat;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
}
.ne-footer-handbook {
  background: #f5f5fc;
  padding: 30px 58px 25px;
  display: inline-block;
  width: 100%;
  text-align: right;
  position: relative;
  margin: 50px 0 70px 0;
}
.ne-footer-handbook h3 {
  font-size: 24px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
  margin-right: 16px;
}
.ne-footer-handbook img {
  position: absolute;
  left: 89px;
  top: -60px;
  margin-top: 24px;
}
.ne-footer-handbook a {
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  color: #ffffff;
  background: #00a399;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 20px;
}
.ne-teacher-student-section {
  margin: 80px 0;
  float: left;
  width: 100%;
}
.ne-teacher-student-section .ne-teacher-guide {
  background: #461473;
  padding: 41px 53px;
  display: inline-block;
  float: left;
  width: 100%;
}
.ne-teacher-student-section .ne-student-guide {
  background: #fafafc;
  padding: 41px 53px;
  display: inline-block;
  float: left;
  width: 100%;
}
.ne-teacher-student-section .ne-teacher-guide h4 {
  color: #ffffff;
}
.ne-teacher-student-section .ne-teacher-guide img {
  position: absolute;
  width: 141px;
  right: 50px;
  bottom: 0px;
}
.ne-teacher-student-section .ne-student-guide img {
  position: absolute;
  width: 185px;
  right: 40px;
  bottom: 0px;
}
.ne-teacher-student-section h4 {
  font-size: 28px;
  font-family: 'proxima_nova_bold';
  text-transform: uppercase;
  width: 50%;
  margin: 0;
}
/* end education */
.ne-no-button .filters-button-group {
  display: none;
}
/* start footer style */
footer {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.ne-back-button {
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  padding: 16px 0;
  text-align: center;
}
.ne-back-button span {
  vertical-align: bottom;
  margin-right: 5px;
}
.ne-back-button a {
  color: #fff;
}
.ne-footer-part {
  background: #000;
  padding: 45px 0;
}
.ne-footer-bottom {
  background: #000;
  padding: 30px 0;
  border-top: 1px solid #e9ecf2;
}
.ne-footer-logo {
  float: left;
  padding: 5px 0;
  width: 50%;
}
.ne-policy {
  float: right;
  width: 23%;
}
.ne-policy p {
  font-size: 12px;
  color: #ffffff;
  font-family: 'proxima_nova_semibold';
  width: 100%;
}
.ne-policy p a {
  color: #00b9ae;
  margin-right: 5px;
  font-family: 'proxima_nova_semibold';
}
.ne-footer-mono-logo {
  float: left;
  margin-right: 40px;
}
.ne-footer-mono-logo img {
  width: 200px;
}
.ne-footer-ort-logo img {
  width: 178px;
}
.ne-left-sidebar .ne-content-search {
  display: none;
}
.ne-clear-filter a {
  color: #df001b;
  font-size: 14px;
  font-family: 'proxima_nova_bold';
  text-transform: capitalize;
}
/* search page */
.ne-main-search .ne-tab-style.ne-mobile-hide .no-results-message {
  clear: left;
}
.ne-main-search h6 {
  font-size: 12px;
  font-family: 'proxima_nova_regular';
  color: #333;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  float: left;
}
.ne-main-searchbar {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.ne-main-searchbar input[type="text"] {
  border-bottom: 1px solid #dedede;
  font-size: 32px;
  font-family: 'proxima_nova_bold';
  color: #00a399;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.ne-main-searchbar span {
  position: absolute;
  top: 30px;
  right: 0;
  color: #dedede;
}
.ne-main-search .ne-tab-style li {
  padding: 0;
}
.ne-main-search .ne-tab-style li a {
  padding: 15px;
  border-radius: 0;
  line-height: 1;
}
.ne-main-search .ne-tab-style ul {
  float: left;
  width: 50%;
}
.ne-main-search .ne-tab-style li.active a {
  background: #00a399;
}
.ne-main-search .ne-tab-style li a h3 {
  margin: 0;
}
.ne-main-search .ne-tab-style li.active a h3 {
  color: #ffffff;
}
.no-results-message {
  color: red;
}
.ne-search-item {
  border-bottom: 1px solid #dedede;
  float: left;
  padding: 30px 0;
  width: 100%;
}
.ne-search-item .chip {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.ne-search-item h3 {
  font-size: 20px;
  font-family: 'proxima_nova_bold';
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ne-search-item p {
  color: #666666;
}
.ne-search-item .ne-music-table-item {
  float: left;
  width: 100%;
  border: 1px solid #dedede;
  padding: 15px 0;
}
.ne-search-item .ne-music-table-item .ne-item-main:last-child {
  float: right;
  width: auto;
  margin-right: 15px;
}
.ne-main-search .ne-load a {
  padding: 15px 70px;
}
/* end search page */
footer h4 {
  color: #ffffff;
  font-size: 20px;
  font-family: proxima_nova_bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'proxima_nova_regular';
}
footer .ne-footer-part a {
  margin-bottom: 0px;
  display: block;
}
footer .ne-footer-part a:hover {
  color: #ffffff;
}
footer .ne-footer-part ul li {
  margin-bottom: 14px;
}
footer .ne-footer-part p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'proxima_nova_regular';
  line-height: 20px;
  margin-top: 20px;
}
footer .ne-donate span {
  background: #00b9ae;
  clear: both;
  color: #ffffff;
  float: left;
  font-family: 'proxima_nova_bold';
  font-style: 16px;
  margin-top: 10px;
  padding: 13px 52px;
  font-size: 16px;
}
footer .ne-donate .stripe {
  clear: left;
}
footer .ne-donate img {
  float: left;
  margin-top: 20px;
}
footer .ne-donate .stripe img {
  height: auto;
  margin-right: 20px;
  width: 56px;
}
footer .ne-donate .paypal img {
  height: auto;
  width: 96px;
}
/* search result page */
.ne-search-item-right .ne-img-wrap {
  width: 100%;
}
.ne-music-table .panel-group .panel {
  margin-top: 0;
  border-top: 0;
}
.ne-music-table .panel-group .panel:first-child {
  margin-top: -1px;
  border-top: 1px solid #dedede;
}
.ne-white-back .panel.panel-default.active {
  border: 1px solid #00a399;
}
.ne-music-table .panel-heading {
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
#carousel-example-generic {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#carousel-example-generic .carousel-inner .item,
#carousel-example-generic-02 .carousel-inner .item {
  text-align: center;
  vertical-align: middle !important;
  height: 375px;
}
#carousel-example-generic .carousel-inner > .item > img,
#carousel-example-generic-02 .carousel-inner > .item > img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 650px;
  width: auto;
}
.ne-list-category p label:hover b {
  float: left;
}
.ne-list-category p label:hover span {
  margin-top: -12px;
}
.art {
  float: left;
  width: 100%;
}
/*Music Chip condense css*/
.ne-item-music-main .ne-item-main:nth-child(4) .more-chips {
  position: relative;
  background-color: #00a399;
  color: #ffffff;
  cursor: pointer;
}
.ne-item-music-main .ne-item-main:nth-child(4) .chip.more-chips .extra-wrapper {
  display: none;
}
.ne-item-music-main .ne-item-main:nth-child(4) .more-chips:hover .extra-wrapper {
  display: block;
  width: 280px;
  background-color: #fff;
  padding: 11px;
  position: absolute;
  bottom: 41px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  left: -111px;
}
.ne-item-music-main .ne-item-main:nth-child(4) .chip.more-chips .extra-wrapper .chip.inner-chip {
  margin: 5px;
  height: auto;
}
.ne-item-music-main .ne-item-main:nth-child(4) .chip.more-chips .extra-wrapper .down_arrow {
  width: 50px;
  left: 115px;
  height: 16px;
  bottom: -12px;
  background: #fff;
  position: absolute;
  clip-path: polygon(60% 0, 32% 100%, 0 0%, 0 0, 0 0);
  z-index: 10;
}
.ne-item-music-main .ne-item-main:nth-child(4) .chip.more-chips .extra-wrapper.single-inner-chip {
  width: 159px !important;
  left: -55px !important;
}
.ne-item-music-main .ne-item-main:nth-child(4) .chip.more-chips .extra-wrapper.single-inner-chip .down_arrow {
  left: 60px;
}
.ne-twitter-feed .owl-dots {
  display: none;
}
/* Google map custom controls  */
.gm-style .controls {
  font-size: 28px;
  /* this adjusts the size of all the controls */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  height: 1em;
  margin: 6px;
  text-align: center;
  user-select: none;
  padding: 2px;
  width: 1em;
}
.gm-style .controls button {
  border: 0;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}
.gm-style .controls button:hover {
  color: rgba(0, 0, 0, 0.9);
}
.gm-style .controls.zoom-control {
  display: flex;
  flex-direction: column;
  height: auto;
}
.gm-style .controls.zoom-control button {
  font: 0.85em Arial;
  margin: 1px;
  padding: 0;
}
.gm-style .controls.maptype-control {
  display: flex;
  flex-direction: row;
  width: auto;
}
.gm-style .controls.maptype-control button {
  display: inline-block;
  font-size: 0.5em;
  margin: 0 1px;
  padding: 0 6px;
}
.gm-style .controls.maptype-control.maptype-control-is-map .maptype-control-map {
  font-weight: 700;
}
.gm-style .controls.maptype-control.maptype-control-is-satellite .maptype-control-satellite {
  font-weight: 700;
}
.gm-style .controls.fullscreen-control button {
  display: block;
  font-size: 1em;
  height: 100%;
  width: 100%;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon {
  border-style: solid;
  height: 0.25em;
  position: absolute;
  width: 0.25em;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 2px 0 0 2px;
  left: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-left {
  border-width: 0 2px 2px 0;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 2px 2px 0 0;
  right: 0.1em;
  top: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-top-right {
  border-width: 0 0 2px 2px;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 0 0 2px 2px;
  left: 0.1em;
  bottom: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-left {
  border-width: 2px 2px 0 0;
}
.gm-style .controls.fullscreen-control .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 0 2px 2px 0;
  right: 0.1em;
  bottom: 0.1em;
}
.gm-style .controls.fullscreen-control.is-fullscreen .fullscreen-control-icon.fullscreen-control-bottom-right {
  border-width: 2px 0 0 2px;
}
.ui-loader {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ne-logo {
    margin-left: 0;
    position: relative;
    z-index: 999999;
  }
  .ne-logo-ort {
    display: none;
  }
  .ne-logo-ort img {
    margin: 0;
  }
  .container {
    width: 100%;
  }
  .ne-logo img {
    margin: 16px 0;
    width: 160px;
  }
  .ne-main-menu {
    margin: 0px;
    position: absolute;
    right: 0;
    top: 22px;
    width: 100%;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 0 none;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    border: 0 none;
    margin: 0 15px 0 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .navbar-toggle .icon-bar {
    display: block;
    border-radius: 0px;
    height: 2px;
    width: 24px;
  }
  .ne-main-menu .nav > li {
    max-width: 100%;
    margin: 0;
  }
  .ne-main-menu .nav > li a {
    padding: 14px;
  }
  .navbar .navbar-collapse {
    z-index: 999999;
    position: relative;
    background: #fff;
    right: 0;
    top: 16px;
    border: 0;
  }
  ul.navbar-nav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
  }
  .ne-search {
    float: left;
    margin: 10px 0 30px 0;
    width: 100%;
    height: 50px;
  }
  .cms-page-id-6 .ne-search {
    display: none;
  }
  .ne-search-bar {
    left: 0%;
    width: 92%;
  }
  .ne-search-bar.ne-closed form {
    display: block;
  }
  .ne-search-bar .fa-search:before {
    content: "\f002";
    color: #000;
    margin: 5px 7px;
  }
  .ne-main-menu li a {
    font-size: 20px;
    color: #333;
  }
  .dropdown > a,
  .nav > li > a {
    border-left: 3px solid transparent;
  }
  .dropdown.open > a {
    border-color: #00b9ae !important;
    background-color: rgba(0, 185, 174, 0.1) !important;
  }
  .dropdown-menu {
    padding-left: 15px;
  }
  .dropdown-menu li a {
    font-size: 16px;
    font-family: 'proxima_nova_regular';
    padding: 10px 15px 5px 25px !important;
    white-space: normal;
  }
  .ne-lang-menu > span {
    display: none;
  }
  .ne-lang-menu {
    width: 100%;
    float: left;
    top: -20px;
    padding-bottom: 30px;
  }
  .ne-lang-menu ul {
    display: block !important;
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: none;
  }
  .ne-lang-menu ul li {
    display: inline-block;
    width: auto;
    padding: 14px;
  }
  .ne-lang-menu ul li.active {
    border: 2px solid #00a399;
  }
  footer a {
    font-family: 'proxima_nova_bold';
  }
  .navbar-toggle {
    padding: 12px 13px;
  }
  .navbar-toggle {
    background: url('../Images/close.png') no-repeat;
  }
  .navbar-toggle.collapsed {
    background: url('../Images/nav.png') no-repeat;
  }
  .navbar-default .navbar-toggle .icon-bar {
    display: none;
  }
  footer .ne-footer-part .col-lg-3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #666666;
  }
  .ne-footer-part .col-lg-3:last-child {
    text-align: center;
    border: 0 none;
  }
  .ne-footer-part .col-lg-3:last-child ul li a {
    font-size: 14px;
    font-family: 'proxima_nova_regular';
    color: #ffffff;
  }
  .ne-footer-part .col-lg-3:last-child h4 {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  footer .ne-donate {
    display: inline-block;
    margin-top: 10px;
    width: 288px;
  }
  footer .ne-donate span {
    float: left;
    width: 100%;
  }
  footer .ne-donate img {
    float: none;
  }
  footer .ne-donate .paypal,
  footer .ne-donate .stripe {
    display: inline-block;
    float: none;
    padding: 0 10px;
  }
  footer .ne-donate .stripe img {
    margin-right: 0;
  }
  .ne-main-search .ne-item-head-block:nth-child(3),
  .ne-item-main:nth-child(3) {
    clear: none;
  }
  .ne-footer-logo {
    width: 100%;
    text-align: center;
  }
  .ne-footer-mono-logo,
  .ne-footer-ort-logo {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .ne-policy {
    float: right;
    text-align: center;
    width: 100%;
  }
  .ne-policy p:last-child {
    opacity: 0.5;
  }
  footer h4 {
    background: url('../Images/drop_down.png') no-repeat;
    background-position: right center;
    padding-right: 30px;
  }
  footer .col-lg-3:last-child h4 {
    background: none;
    padding-right: 0;
  }
  .ne-slider-right-content,
  .ne-slider-left-content {
    height: auto !important;
    width: 100%;
  }
  .ne-slider-left-content {
    padding: 12px;
    width: 100%;
    background: none;
  }
  .ne-slider-left-content > span {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ne-slider-left-content h3 {
    color: #000;
    font-size: 20px;
    width: 100%;
    padding-right: 23px;
  }
  .ne-slider-left-content p {
    font-size: 16px;
    color: #666666;
  }
  .ne-slider-left-content > span {
    display: none;
  }
  .ne-home-slider .owl-nav {
    display: none;
  }
  .ne-home-slider .owl-dots {
    display: block !important;
    top: 65%;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }
  .ne-politics-prop-list .ne-home-slider.ne-mobile-show .owl-dots .owl-dot span,
  #owl-demo.ne-home-slider .owl-dots .owl-dot span {
    display: none;
  }
  .ne-highlighted-section {
    margin-top: 30px;
  }
  .ne-highlighted-section h2 {
    float: left;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
  .ne-highlighted-section .music-item-grid {
    float: left;
    width: 100%;
  }
  .owl-nav {
    top: 0px;
  }
  .ne-this-day-left {
    width: 100%;
    height: auto;
    padding: 14px 0 14px 12px;
  }
  .ne-this-day-left h3 {
    font-size: 16px;
    font-family: 'proxima_nova_semibold';
    display: inline-block;
    float: left;
    width: auto;
    margin-bottom: 0;
  }
  .ne-this-day-left h6 {
    float: left;
    font-size: 16px;
    font-family: 'proxima_nova_semibold';
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .owl-carousel-thisday .owl-nav {
    margin-top: 0;
    right: 15px;
  }
  .owl-carousel-thisday .owl-nav button {
    width: 44px;
    height: 44px;
    background: #e0d7e7 !important;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .owl-carousel-thisday {
    padding: 0 15px;
  }
  .owl-carousel-thisday button:before {
    margin-left: 18px;
  }
  .owl-carousel-thisday .owl-prev:before {
    content: "\f053";
    color: #461473;
  }
  .owl-carousel-thisday .owl-next:before {
    content: "\f054";
    color: #461473;
  }
  .ne-this-day-right {
    width: 100%;
    padding: 0px 0 0 0;
  }
  .owl-carousel-thisday .owl-item img {
    width: 100%;
    margin: 16px 0;
  }
  .ne-this-day-right p {
    font-size: 16px;
    width: 100%;
  }
  .owl-carousel-thisday .owl-dots {
    display: none;
  }
  .ne-this-day-section {
    margin-bottom: 20px;
  }
  .ne-high-article > div > h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .filters-button-group > a,
  .ne-more-link a {
    padding: 10px 9px;
  }
  .ne-big-article,
  .ne-small-article {
    width: 100%;
    left: 0;
  }
  .owl-theme .owl-dots {
    left: 0;
    right: 0;
    width: 100%;
    top: 48%;
    margin-bottom: 0;
  }
  .ne-home-teaser .ne-teaser-item {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .ne-teaser-item .ne-img-wrap h2 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 5px;
  }
  /*Twitter feed style */
  .ne-twitter-feed .tweet-text {
    min-height: 150px;
    font-size: 18px;
    color: #6f6f6f;
    margin-bottom: 20px;
    padding: 25px 18px;
  }
  .ne-twitter-feed .view-on-twitter-btn {
    /*margin-top: 2px;*/
    margin-bottom: -16px;
  }
  .ne-twitter-feed .dwnarrow-tweet {
    width: 15%;
  }
  .ne-twitter-feed .user-info .user-profile {
    margin-left: 20px;
  }
  .view-on-twitter-btn img {
    width: 7%;
    margin-top: -5px;
    margin-right: -20px;
  }
  .ne-twitter-feed .view-on-twitter-btn a {
    padding: 5px 50px 15px;
    display: inline-block;
  }
  .ne-twitter-error {
    float: left;
    width: 100%;
    padding: 15px;
  }
  #twitter-feed-carousel .owl-nav,
  #twitter-feed-carousel-mobile .owl-nav {
    top: -39px;
    right: 17px;
  }
  .ne-twitter-feed .dwnarrow-tweet {
    left: 44%;
  }
  /*custom style*/
  .ne-teaser-item .ne-hover-content {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .ne-teaser-item .ne-hover-content a {
    margin-top: 5px;
  }
  /*tweeter*/
  .ne-twitter-feed {
    padding: 0 0 50px;
  }
  .ne-teaser-item .ne-hover-content {
    display: none;
  }
  .ne-teaser-item .ne-img-wrap h2 {
    text-align: left;
    padding-left: 15px;
    margin: 0;
    font-size: 26px;
    opacity: 1 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ne-high-article .button-group,
  .ne-high-article h2 {
    padding: 0 15px;
  }
  .ne-high-article .container {
    margin: 0;
    padding: 0;
  }
  .ne-small-article .ne-bg-img {
    background-size: cover !important;
  }
  .ne-big-article,
  .ne-small-article {
    margin-bottom: 15px;
    padding: 0;
  }
  .ne-big-article .ne-art-content,
  .ne-small-article .ne-art-content {
    position: relative;
    padding: 15px;
    float: left;
  }
  .ne-small-article .ne-art-content > a {
    width: 100%;
  }
  .ne-big-article .ne-bg-img {
    /*height: 210px;*/
    width: 100%;
    background-size: cover !important;
  }
  .ne-big-article h3 {
    color: #333;
    font-size: 18px;
    width: 100%;
  }
  .ne-big-article p {
    font-size: 16px;
    color: #333;
  }
  .ne-load {
    padding: 0;
    margin-bottom: 40px;
  }
  .ne-left-sidebar,
  h2 {
    font-size: 20px;
  }
  .ne-main-people-filter.ne-common {
    float: left;
    width: 100%;
  }
  .ne-main-people-filter.ne-common .ne-people-listing .element-item {
    width: 100%;
    padding: 10px 25px;
    margin: 0;
  }
  .ne-high-article .grid {
    padding: 0 5px;
    margin: 0;
  }
  .ne-people-listing .ne-people-item img {
    width: 37%;
    float: left;
    padding-right: 7%;
  }
  .ne-main-people-filter-showby .ne-people-item {
    padding: 0 25px;
  }
  .ne-main-right .ne-people-listing {
    float: left;
    width: 100%;
  }
  .ne-main-people-filter .ne-people-listing .ne-people-item h4 {
    font-size: 16px;
    width: 60%;
    float: left;
  }
  .ne-main-people-filter h2 {
    margin: 30px 0;
  }
  .ne-main-people-filter.ne-common {
    margin-bottom: 0;
  }
  .filters-button-group {
    margin: 10px 0;
  }
  .ne-item-head {
    display: none;
  }
  .ne-item-head-block:nth-child(1),
  .ne-item-main:nth-child(1) {
    width: 15%;
  }
  .ne-item-head-block:nth-child(2),
  .ne-item-main:nth-child(2) {
    width: 58%;
  }
  .ne-item-main h5 {
    font-size: 16px;
  }
  .ne-item-head-block:nth-child(3),
  .ne-item-main:nth-child(3) {
    width: 100%;
    float: left;
    padding: 0 15%;
    clear: none;
  }
  .ne-item-head-block:nth-child(4),
  .ne-item-main:nth-child(4) {
    width: 100%;
    padding: 0 15%;
  }
  .ne-item-head-block:nth-child(5),
  .ne-item-main:nth-child(5) {
    position: absolute;
    right: 15%;
  }
  .ne-item-main:nth-child(5) span {
    font-size: 14px;
    font-family: 'proxima_nova_regular';
    color: #999999;
  }
  .ne-item-main .chip {
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .ne-item-main .chip.more-chips {
    background-color: #00a399;
    color: #ffffff;
  }
  .ne-highlighted-section .container {
    padding: 0;
  }
  .ne-music-table .panel-body {
    display: block;
  }
  .ne-music-table .panel-body > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .lyrics {
    width: 100%;
  }
  .ne-music-table .panel-body .history a {
    margin-top: 10px;
  }
  .ne-list-place-items-grid .element-item .ne-content-wrap .chip {
    margin-top: 20px;
  }
  .row.ne-list-place-items-grid.ne-list-place-items-grid-mobile {
    margin: 0;
  }
  .ne-list-place-items .ne-list-place-items-grid-mobile .element-item {
    padding: 0;
  }
  .ne-list-place-items-grid .element-item .ne-content-wrap h4 {
    float: left;
    width: 100%;
  }
  .ne-load.ne-load-more-places-desk {
    margin-top: 25px;
  }
  .ne-music-table .panel-group .panel {
    margin-top: 0;
  }
  a.lyrics-readmore,
  a.lyrics-showless {
    margin-left: 0;
    padding-left: 15px;
  }
  .ne-music-item-content {
    background: #fafafc;
    border: 1px solid #dedede;
    margin-left: 0;
    width: 100%;
    padding: 15px;
    border-bottom-width: 0px;
  }
  .ne-highlighted-section h2 {
    padding: 0 15px;
  }
  .filters-button-group {
    padding: 0 15px;
  }
  .ne-music-table .panel-body > p {
    float: right;
    font-size: 16px;
    padding-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .ne-music-table .history {
    float: left;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .ne-music-table .history p,
  .ne-music-table .history a {
    font-size: 16px;
  }
  .ne-music-item-content a,
  .ne-music-table .panel-body > a {
    font-size: 16px;
    float: left;
  }
  .ne-high-article .grid {
    padding: 0;
  }
  .ne-single-article h2 {
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .carousel {
    height: 300px;
  }
  #carousel-example-generic,
  #carousel-example-generic-02 {
    height: 220px;
  }
  #carousel-example-generic .carousel-inner .item,
  #carousel-example-generic-02 .carousel-inner .item {
    height: 305px;
  }
  .ne-single-article .ne-slider {
    float: left;
    width: 100%;
  }
  .ne-single-article .ne-slider span {
    padding: 0;
  }
  .ne-slider > span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ne-music-table {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .breadcrumb:last-child {
    margin-top: 15px;
  }
  .ne-share {
    position: fixed;
    top: -100%;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 99999;
    left: 0;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
  .ne-share h4 {
    display: none;
  }
  .ne-share.stick {
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ne-share p {
    font-size: 10px;
  }
  .ne-social-fb {
    background-color: #ffffff;
  }
  .ne-social-tw {
    background-color: #ffffff;
  }
  .ne-social-copy {
    background-color: #ffffff;
  }
  .ne-social-mail {
    background-color: #ffffff;
  }
  .ne-social-tw > span {
    background: url('../Images/ne-twitter-mobile-icon.png') no-repeat;
    width: 15px;
  }
  .ne-social-copy > span {
    background: url('../Images/ne-copy-mobile-icon.png') no-repeat;
    width: 13px;
  }
  .ne-social-mail > span {
    background: url('../Images/ne-mail-mobile-icon.png') no-repeat;
    width: 15px;
  }
  .ne-social-fb > span {
    background: url(../Images/ne-fb-mobile-icon.png) no-repeat;
  }
  .ne-share .ne-social-list span {
    width: 100%;
    height: 60%;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 0;
    padding-right: 0;
    background-position: center bottom !important;
  }
  .ne-share p {
    color: #333;
    width: 100%;
    padding: 0 1px;
    text-align: center;
    font-family: 'proxima_nova_bold';
  }
  .ne-share .ne-social-list > div {
    float: left;
    padding: 0;
    margin-left: 0;
    width: 25%;
    height: 64px;
    position: relative;
    border-right: 1px solid #ddd;
  }
  .ne-share .ne-social-list > div:last-child {
    border-right: 0 none;
  }
  .ne-social-list {
    float: left;
    padding: 0;
    left: 0;
    width: 100%;
  }
  .ne-small-article .ne-bg-img {
    height: 250px;
  }
  .ne-big-article .ne-bg-img {
    height: 250px;
  }
  .ne-article-share-hover {
    position: absolute;
    top: 0;
    background: transparent;
  }
  .ne-article-share-hover .ne-social-fb > span {
    background: url('../Images/ne-fb-icon.png') no-repeat;
  }
  .ne-article-share-hover .ne-social-tw > span {
    background: url('../Images/ne-twitter-icon.png') no-repeat;
  }
  .ne-article-share-hover .ne-social-copy > span {
    background: url('../Images/ne-copy-icon.png') no-repeat;
  }
  .ne-article-share-hover .ne-social-mail > a {
    float: none;
  }
  .ne-article-share-hover .ne-social-mail > a > span {
    background: url('../Images/ne-mail-icon.png') no-repeat;
  }
  .ne-article-share-hover .ne-social-fb {
    background-color: #4267b2;
  }
  .ne-article-share-hover .ne-social-tw {
    background-color: #4ab3f4;
  }
  .ne-article-share-hover .ne-social-copy {
    background-color: #00b9ae;
    position: relative;
  }
  .ne-article-share-hover .ne-social-mail {
    background-color: #e56b2d;
  }
  .ne-article-share-hover .ne-social-list > div {
    width: 20%;
    height: 60px;
    margin-left: 0 !important;
  }
  .share-article {
    width: 20%;
    height: 60px;
  }
  .ne-resources-content thead {
    display: none;
  }
  .ne-resources-content .table {
    width: auto;
    max-width: inherit;
    margin-left: -15px;
    margin-right: -15px;
    float: none;
  }
  .ne-resources-content .table tr {
    float: left;
    padding: 15px 0;
    width: 100%;
  }
  .ne-resources-content .table td {
    width: 100%;
    float: left;
    padding-bottom: 0;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafc;
    border: 1px solid #ddd;
  }
  .ne-resources-content .table td:first-child p {
    font-size: 16px;
    font-family: 'proxima_nova_semibold';
  }
  .ne-resources-content .table td:nth-child(2) {
    padding-top: 0;
  }
  .ne-resources-content .table td:nth-child(2) p {
    font-size: 16px;
    font-family: 'proxima_nova_regular';
  }
  .ne-content-search {
    float: right;
    width: 100%;
  }
  .ne-content-search .input-field {
    width: 100%;
  }
  .ne-music-list .ne-img-wrap {
    float: left;
    width: 100%;
    /* margin-left: -15px;
    margin-right: -15px; */
  }
  .ne-music-list .ne-img-wrap > h4 {
    /*display: none;*/
    /* transform: translateY(-50%); */
    /* left: 40px; */
    /* bottom: 0; */
    position: absolute;
    top: 40%;
    left: 27px;
    right: 0;
    vertical-align: middle;
    font-size: 18px;
  }
  .ne-music-list p {
    float: right;
    margin: 11px 0;
  }
  .ne-music-list h5 {
    width: auto;
  }
  .ne-music-list > div > div {
    margin-bottom: 15px;
  }
  .owl-carousel.ne-people-carousel {
    display: block;
  }
  /* people page */
  .mobile-filter-button {
    display: block;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .mobile-filter-button a {
    font-size: 16px;
    font-family: 'proxima_nova_bold';
    color: #ffffff;
    background: #00a399;
    width: 100%;
    padding: 13px 0;
    text-align: center;
    float: left;
  }
  .mobile-filter-button span {
    background: url('../Images/filter.png') no-repeat;
    width: 49px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
  }
  .ne-filter-sidebar {
    padding: 16px 16px 0 16px;
    right: -100%;
    width: 90%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999999;
    background-color: #ffffff;
    overflow: auto;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ne-filter-sidebar.active_bar {
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ne-filter > h4 {
    font-size: 14px;
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  .ne-list-tag {
    border-bottom: 0 none;
  }
  .ne-left-sidebar {
    width: 100%;
  }
  .ne-filter-sidebar .close {
    top: 20px;
    right: 16px;
    opacity: 1;
    position: absolute;
  }
  .ne-filter-sidebar h3 {
    margin-top: 5px;
  }
  .ne-list-category {
    padding-top: 20px;
    float: left;
    width: 100%;
  }
  .ne-category-list {
    border-bottom: 0 none;
  }
  .ne-filter-button {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ne-filter-button a {
    padding: 13px 0;
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: 'proxima_nova_bold';
    float: left;
  }
  .ne-filter-button a.ne-clear {
    background: #e9ecf2;
    color: #8e8a99;
  }
  .ne-filter-button a.ne-confirm {
    background: #00a399;
    color: #ffffff;
  }
  .ne-people-birthyear span.far {
    top: 10px;
  }
  .ne-left-sidebar .ne-content-search {
    display: block;
  }
  .ne-main-right .ne-content-search {
    display: none;
  }
  .ne-people-listing {
    margin-top: 30px;
  }
  .ne-people-listing .ne-people-item {
    margin-bottom: 15px;
  }
  .ne-people-listing .ne-people-item > p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: none;
  }
  .ne-people-listing .ne-people-item h4 {
    margin-top: 0;
  }
  .ne-people-listing .ne-load {
    margin-top: 20px;
    margin-top: 10px;
  }
  .ne-people-listing + .ne-load a {
    width: 80%;
    display: inline-block;
    font-size: 16px;
  }
  .ne-btn-group a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ne-teacher-student-section .ne-teacher-guide,
  .ne-teacher-student-section .ne-student-guide {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 50px;
  }
  .ne-teacher-student-section .ne-student-guide img,
  .ne-teacher-student-section .ne-teacher-guide img {
    width: 108px;
    right: 20px;
  }
  .ne-right-sidebar {
    float: left;
    width: 100%;
  }
  .ne-teacher-student-section .col-lg-6 {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ne-teacher-student-section {
    padding: 80px 0 0 0;
    float: left;
    width: 100%;
    margin: 0;
  }
  .ne-footer-handbook {
    padding: 0;
  }
  .ne-footer-handbook img {
    position: relative;
    left: 0;
    top: -60px;
    width: 80%;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 24px;
  }
  .ne-footer-handbook h3 {
    text-align: center;
    font-size: 24px;
    font-family: 'proxima_nova_bold';
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .ne-footer-handbook a {
    padding: 8px 0 8px 56px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    width: 100%;
  }
  .ne-download {
    background-color: #009188;
    padding: 18px;
    margin: 0;
    float: left;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 15px 18px;
  }
  /* politics and propoganda */
  .ne-politics-propoganda {
    display: none;
  }
  .mobile_slider {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .ne-politics-section {
    margin-bottom: 0;
  }
  .ne-tab-style {
    float: left;
    width: 100%;
  }
  .ne-politics-prop-list .ne-tab-style {
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .ne-highlighted-section {
    margin-top: 0;
  }
  .nav-tabs li {
    margin-bottom: 10px;
  }
  .ne-small-list .element-item {
    width: 100%;
    float: left;
  }
  .ne-small-list .element-item:after,
  .ne-people-listing .element-item:after,
  .ne-people-item:after {
    height: 1px;
    background: #ddd;
    float: left;
    content: "";
    width: 100%;
    margin-top: 15px;
  }
  .ne-main-people-filter {
    padding-bottom: 0;
  }
  .ne-people-listing {
    margin-bottom: 50px;
  }
  .ne-main-search .ne-highlighted-section {
    margin-bottom: 25px;
  }
  .ne-main-search .ne-people-listing {
    margin-bottom: 25px;
  }
  .ne-main-search .ne-high-article {
    margin-bottom: 50px;
  }
  .ne-main-search .ne-music-listing {
    margin-bottom: 50px;
  }
  .ne-small-list .grid {
    margin: 0;
  }
  .ne-load a {
    width: 80%;
    display: inline-block;
    font-size: 16px;
  }
  .ne-high-article .ne-small-article .ne-bg-img {
    padding: 0;
  }
  .ne-high-article .ne-big-article .ne-bg-img {
    padding: 0;
  }
  .ne-no-button .filters-button-group {
    display: block;
  }
  .ne-mobile-hide {
    display: none;
  }
  .ne-mobile-show {
    display: block !important;
  }
  .ne-main h2 {
    width: 100%;
  }
  .ne-music-list {
    display: block !important;
    margin-top: 0;
  }
  .ne-people-listing {
    margin-top: 0;
  }
  .ne-places .filters-button-group {
    padding: 0;
  }
  .ne-list-place-items .element-item .ne-img-wrap {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .ne-content-wrap {
    float: left;
    padding-left: 0;
    width: 100%;
  }
  .ne-location-select .ne-selection {
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    border: 1px solid #dedede;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
  }
  .ne-location-select .ne-selection h4 {
    font-size: 14px;
    font-family: 'proxima_nova_regular';
    padding: 3px 0;
  }
  .ne-location-select .ne-category-list {
    position: relative;
    z-index: 9999999;
  }
  .ne-location-select .ne-list-category {
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    float: left;
    left: 0;
    margin-top: -1px;
    margin-top: 42px;
    padding: 10px 10px 0 10px;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
  .ne-location-select .ne-category-list {
    padding-top: 0px;
  }
  .ne-location-select .ne-filter-button {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ne-location-select form p:last-child {
    margin-bottom: 20px;
  }
  .ne-select-open .ne-overlay {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
  }
  .ne-map {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-top: 15px;
  }
  .ne-map img {
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .ne-main-searchbar input[type="text"] {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .ne-main-search .ne-tab-style li a {
    padding: 8px;
  }
  .ne-main-search .ne-tab-style li a h3 {
    font-size: 14px;
    font-family: 'proxima_nova_regular';
  }
  .ne-main-search .ne-tab-style ul {
    float: left;
    width: 100%;
  }
  .ne-main-searchbar span {
    top: 10px;
  }
  .ne-search-item {
    border-bottom: 0;
  }
  .weblink-resources-table thead {
    display: none;
  }
  .weblink-resources-table tbody tr td p:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ne-teaser-item:hover .ne-img-wrap a h2 {
    display: block;
  }
  #twitter-feed-carousel.owl-carousel .feed-item {
    margin: 15px;
  }
  #twitter-feed-carousel-mobile.owl-carousel .feed-item {
    margin: 15px;
  }
  .ne-home-slider .owl-item img {
    height: auto !important;
  }
  /*tweet owl button*/
  .owl-dots {
    padding: 7px;
    box-shadow: 0 0 black;
    margin: 10px 0 15px 0;
    width: 100%;
    text-align: center;
  }
  .owl-dots button.owl-dot {
    background: #dedede;
    display: inline-block;
    width: 12px;
    margin: 0 10px;
    border-radius: 70px;
    height: 12px;
  }
  .owl-dots button.owl-dot span {
    z-index: 10;
    display: inline-block;
    margin: 0 10px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #00b9ae;
  }
  #twitter-feed-carousel-mobile .owl-dots {
    display: none;
  }
  .glossary-resources-table thead {
    display: none;
  }
  .glossary-resources-table tbody tr td p {
    float: left;
    width: 100%;
  }
  .glossary-resources-table tbody tr td p:nth-child(1) {
    font-weight: bold;
  }
}
@media only screen and (min-width: 320px) and (max-width: 381px) {
  .ne-download {
    padding: 28px;
  }
}
@media only screen and (min-width: 412px) and (max-width: 767px) {
  .ne-twitter-feed .username-tweeted_by p {
    font-size: 18px;
  }
}
/* End responsive Styles Start */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ne-logo {
    margin-left: 0;
  }
  .ne-logo img {
    width: 90px;
    margin: 20px 15px 20px 0;
  }
  .nav > li > a {
    padding: 0 4px;
  }
  .navbar-nav > li > a {
    line-height: 24px;
  }
  .ne-main-menu li a {
    font-size: 12px;
  }
  .ne-main-menu {
    margin-left: 0;
    margin-top: 20px;
  }
  .ne-logo-ort img {
    height: auto;
    width: 55px;
    margin: 26px 0 20px 0;
  }
  .ne-lang-menu img {
    margin: 0 10px;
  }
  .ne-search .ne-search-bar ne-closed .fa-search {
    margin: 0 6px;
  }
  .ne-search {
    margin: 13px 5px;
    width: 35px;
  }
  .ne-search-bar {
    left: 19%;
    position: absolute;
    width: 59%;
  }
  .ne-search .fa-times {
    margin-right: -5px;
  }
  .view-on-twitter-btn img {
    width: 6%;
    padding: 2px 0;
  }
  footer h4 {
    font-size: 16px;
  }
  .ne-footer-part {
    padding: 16px 0;
  }
  footer a {
    font-size: 12px;
  }
  footer .ne-footer-part p {
    font-size: 12px;
  }
  footer .ne-donate .stripe img {
    width: 55px;
    margin-right: 10px;
  }
  footer .ne-donate .paypal img {
    width: 90px;
  }
  .ne-footer-logo {
    width: 60%;
  }
  .ne-footer-mono-logo img {
    width: 160px;
  }
  .ne-footer-ort-logo img {
    width: 140px;
  }
  .ne-footer-bottom {
    padding: 20px 0;
  }
  .ne-policy {
    float: right;
    width: 30%;
  }
  nav .breadcrumb {
    margin-top: 12px;
  }
  .ne-left-sidebar,
  h2 {
    font-size: 24px;
  }
  .ne-filter h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .ne-clear-filter a {
    font-size: 12px;
  }
  .ne-category-list {
    padding-top: 15px;
  }
  .ne-content-search .input-field {
    width: 70%;
  }
  .ne-filter h4 {
    margin-top: 0;
    font-size: 14px;
  }
  .ne-list-category p label {
    font-size: 12px;
    padding-left: 24px;
  }
  .ne-list-category p {
    margin-bottom: 0;
  }
  .ne-people-birthyear span.far {
    font-size: 15px;
    left: 25px;
    top: 13px;
  }
  input[type="text"].picker__input {
    font-size: 12px;
    padding: 2px 0 0 27px;
    width: 100%;
  }
  .ne-people-listing .ne-people-item h4 {
    font-size: 16px;
  }
  .chip,
  .ne-chip {
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
  }
  .ne-people-listing .ne-people-item p {
    font-size: 12px;
  }
  .pagination {
    margin: 10px 0 20px 0;
  }
  .pagination li a,
  .ne-sort li a {
    line-height: 25px;
  }
  .pagination li,
  .ne-sort li {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  /* home page */
  .ne-slider-left-content {
    padding: 0 0 0 20px;
  }
  .ne-slider-left-content h3 {
    font-size: 18px;
    width: 100%;
    padding-right: 13px;
  }
  .ne-slider-left-content p {
    font-size: 12px;
    width: 100%;
    float: left;
    padding-right: 10px;
  }
  .ne-slider-left-content > span {
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .ne-home-slider .owl-nav {
    right: 15px;
    bottom: 15px;
  }
  .ne-home-slider .owl-nav {
    margin-left: 10px;
  }
  .ne-home-slider .owl-nav button {
    height: 30px;
    width: 30px;
  }
  .ne-highlighted-section h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .ne-this-day-left {
    padding: 16px 22px;
  }
  .ne-this-day-left h3 {
    font-size: 40px;
  }
  .ne-this-day-left h6 {
    font-size: 16px;
  }
  .ne-this-day-left {
    height: 130px;
  }
  .ne-this-day-right {
    padding-top: 3px;
  }
  .ne-this-day-right h5 {
    font-size: 18px;
  }
  .ne-this-day-right img {
    margin-right: 15px;
    width: 30%;
  }
  .ne-this-day-right p {
    font-size: 12px;
    margin-top: 0;
    width: 70%;
  }
  .ne-this-day-right a {
    font-size: 12px;
  }
  .ne-this-day-section {
    margin-bottom: 10px;
  }
  .ne-teaser-item .ne-img-wrap > h2 {
    margin-top: -20px;
    font-size: 18px;
  }
  .ne-teaser-item .ne-hover-content h2 {
    margin: 10% 0 15px 0;
    font-size: 18px;
  }
  .ne-teaser-item .ne-hover-content p {
    font-size: 12px;
    padding: 0 10px;
  }
  .ne-high-article > div > h2 {
    margin-top: 30px;
  }
  .ne-small-article h3 {
    font-size: 16px;
  }
  .ne-small-article p {
    font-size: 12px;
  }
  .ne-load {
    padding: 10px 0;
  }
  .ne-main-search .ne-load {
    margin-top: 30px;
  }
  .ne-main-people-filter h2 {
    margin: 30px 0 30px 0;
  }
  .ne-main-search .ne-item-head-block:nth-child(3),
  .ne-item-main:nth-child(3) {
    clear: none;
  }
  .ne-main-people-filter.ne-common .ne-people-listing .element-item {
    width: 33%;
  }
  .filters-button-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .panel-body p {
    font-size: 12px;
    width: 100%;
  }
  .ne-music-table .panel-body > p {
    font-size: 12px;
    width: 50%;
  }
  .ne-music-item-content a,
  .ne-music-table .panel-body > a {
    width: 50%;
  }
  header .container {
    padding: 0;
  }
  /* places */
  .ne-location-list img {
    width: 100%;
    max-width: 100%;
  }
  .ne-breadcrumb {
    padding: 0 15px;
  }
  .nav-tabs li h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .nav-tabs li p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .ne-location-list .nav-tabs {
    padding-left: 0;
  }
  .nav-tabs li {
    margin-bottom: 10px;
  }
  /* politics and propoganda */
  .ne-politics-propoganda ul.nav-tabs {
    padding: 20px 10px;
  }
  .ne-politics-propoganda .nav-tabs li h3 {
    font-size: 14px;
    font-weight: normal;
  }
  .filters-button-group > a,
  .ne-more-link a {
    padding: 10px;
    font-size: 12px;
  }
  .pagination li a,
  .ne-sort li a {
    font-size: 12px;
  }
  .ne-small-list .element-item {
    width: 20%;
  }
  .ne-main-people-filter .ne-people-listing .ne-people-item h4 {
    font-size: 14px;
  }
  .ne-main-people-filter .ne-people-listing .ne-people-item .chip {
    font-size: 10px;
    height: 23px;
    line-height: 23px;
  }
  .ne-main-people-filter {
    padding-bottom: 30px;
  }
  /* reources page */
  .ne-btn-group a {
    padding: 12px 5px;
    font-size: 14px;
  }
  .ne-main-left {
    padding-left: 0;
    padding-right: 0;
  }
  .ne-right-sidebar {
    padding-right: 0;
  }
  .ne-single-article h2 {
    font-size: 18px;
  }
  .ne-teacher-student-section .ne-teacher-guide {
    position: relative;
    margin-bottom: 150px;
  }
  .ne-teacher-student-section .ne-student-guide {
    position: relative;
    margin-bottom: 50px;
  }
  .ne-right-sidebar h2 {
    font-size: 18px;
  }
  .ne-single-article h2 {
    padding-bottom: 10px;
  }
  .ne-single-article p {
    font-size: 14px;
  }
  .ne-article-list .ne-list-item h3 a {
    font-size: 16px;
  }
  .ne-article-list .ne-list-item h3 {
    padding-bottom: 10px;
  }
  .ne-footer-handbook h3 {
    font-size: 20px;
  }
  .ne-footer-handbook a {
    font-size: 12px;
  }
  .ne-single-article p {
    padding: 0;
  }
  .ne-item-music-main .ne-item-main:nth-child(4) .more-chips:hover .extra-wrapper {
    width: 255px;
    left: -122px;
  }
  .owl-carousel-thisday .ne-this-day-right .owl-carousel-thisday-wrap {
    width: 73%;
  }
  .ne-load.select-date a {
    padding: 15px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* header and footer */
  .ne-logo {
    margin-left: 0;
  }
  .ne-logo img {
    width: 150px;
    margin: 20px 15px 20px 0;
  }
  .nav > li > a {
    padding: 0 10px;
  }
  .navbar-nav > li > a {
    line-height: 24px;
  }
  .ne-main-menu li a {
    font-size: 14px;
  }
  .ne-main-menu {
    margin-left: 0;
    margin-top: 20px;
  }
  .ne-logo-ort img {
    height: auto;
    width: 85px;
    margin: 26px 0 0 0;
  }
  .ne-search {
    margin: 13px 5px;
    width: 35px;
  }
  .ne-search-bar {
    left: 18%;
    position: absolute;
    width: 59%;
  }
  .ne-search .fa-times {
    margin-right: -5px;
  }
  .view-on-twitter-btn img {
    width: 5%;
  }
  footer h4 {
    font-size: 16px;
  }
  .ne-footer-part {
    padding: 16px 0;
  }
  footer a {
    font-size: 12px;
  }
  footer .ne-footer-part p {
    font-size: 12px;
  }
  footer .ne-donate .stripe img {
    width: 55px;
    margin-right: 10px;
  }
  footer .ne-donate .paypal img {
    width: 90px;
  }
  .ne-footer-logo {
    width: 60%;
  }
  .ne-footer-mono-logo img {
    width: 160px;
  }
  .ne-footer-ort-logo img {
    width: 140px;
  }
  .ne-footer-bottom {
    padding: 20px 0;
  }
  .ne-policy {
    float: right;
    width: 30%;
  }
  nav .breadcrumb {
    margin-top: 12px;
  }
  /* people page */
  .ne-left-sidebar,
  h2 {
    font-size: 24px;
  }
  .ne-filter h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .ne-clear-filter a {
    font-size: 12px;
  }
  .ne-category-list {
    padding-top: 15px;
  }
  .ne-content-search .input-field {
    width: 70%;
  }
  .ne-filter h4 {
    margin-top: 0;
    font-size: 14px;
  }
  .ne-list-category p label {
    font-size: 12px;
    padding-left: 24px;
  }
  .ne-list-category p {
    margin-bottom: 0;
  }
  .ne-people-birthyear span.far {
    font-size: 15px;
    left: 25px;
    top: 13px;
  }
  input[type="text"].picker__input {
    font-size: 12px;
    padding: 2px 0 0 27px;
    width: 100%;
  }
  .ne-people-listing .ne-people-item h4 {
    font-size: 16px;
  }
  .chip,
  .ne-chip {
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
  }
  .ne-people-listing .ne-people-item p {
    font-size: 12px;
  }
  .pagination {
    margin: 10px 0 20px 0;
  }
  .pagination li a,
  .ne-sort li a {
    line-height: 25px;
  }
  .pagination li,
  .ne-sort li {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  /* home page */
  .ne-slider-left-content {
    padding: 0 0 0 20px;
  }
  .ne-slider-left-content h3 {
    font-size: 24px;
    width: 100%;
    padding-right: 13px;
    margin-top: 30px;
  }
  .ne-slider-left-content > span {
    margin-top: 40px;
  }
  /* places page */
  .ne-location-list img {
    width: 100%;
    max-width: 100%;
  }
  .nav-tabs li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .nav-tabs li p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .ne-location-list .nav-tabs {
    padding-left: 15px;
  }
  .nav-tabs li {
    margin-bottom: 10px;
  }
  .ne-location-list .nav > li > a {
    padding: 0;
  }
  /* politics and propoganda */
  .ne-politics-propoganda ul.nav-tabs {
    padding: 20px 10px;
  }
  .ne-politics-propoganda .nav-tabs li h3 {
    font-size: 14px;
    font-weight: normal;
  }
  .filters-button-group > a,
  .ne-more-link a {
    padding: 10px;
    font-size: 12px;
  }
  .pagination li a,
  .ne-sort li a {
    font-size: 12px;
  }
  .ne-small-list .element-item {
    width: 20%;
  }
  .ne-main-people-filter .ne-people-listing .ne-people-item h4 {
    font-size: 14px;
  }
  .ne-main-people-filter .ne-people-listing .ne-people-item .chip {
    font-size: 10px;
    height: 23px;
    line-height: 23px;
  }
  .ne-main-people-filter {
    padding-bottom: 30px;
  }
  /* reources page */
  .ne-btn-group a {
    padding: 12px 10px;
    font-size: 14px;
  }
  .ne-main-left {
    padding-left: 0;
    padding-right: 0;
  }
  .ne-right-sidebar {
    padding-right: 0;
  }
  .ne-single-article h2 {
    font-size: 18px;
  }
  .ne-teacher-student-section .ne-teacher-guide {
    position: relative;
    margin-bottom: 150px;
  }
  .ne-teacher-student-section .ne-student-guide {
    position: relative;
    margin-bottom: 50px;
  }
  .ne-right-sidebar h2 {
    font-size: 18px;
  }
  .ne-single-article h2 {
    padding-bottom: 10px;
  }
  .ne-single-article p {
    font-size: 14px;
  }
  .ne-article-list .ne-list-item h3 a {
    font-size: 16px;
  }
  .ne-article-list .ne-list-item h3 {
    padding-bottom: 10px;
  }
  .ne-breadcrumb .container {
    padding: 0;
  }
  .ne-item-music-main .ne-item-main:nth-child(4) .more-chips:hover .extra-wrapper {
    width: 256px;
    left: -120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .ne-logo {
    margin: 0;
  }
  .ne-logo img {
    margin: 20px 0;
  }
  .ne-main-menu {
    margin-left: 30px;
  }
  .nav > li > a {
    padding: 0 15px;
  }
  .ne-high-article .grid {
    overflow: hidden;
  }
  .ne-logo-ort img {
    height: auto;
    width: 110px;
    margin: 28px 0 20px 20px;
  }
  .ne-search-bar {
    left: 16%;
    position: absolute;
    width: 70%;
  }
  /* politics and propoganda */
  .ne-politics-propoganda ul.nav-tabs {
    padding: 30px 20px;
  }
  .ne-politics-propoganda .nav-tabs li h3 {
    font-size: 14px;
    font-weight: normal;
  }
}
@media only screen and (min-width: 1351px) and (max-width: 1450px) {
  .ne-logo {
    margin-left: -90px;
  }
  .ne-main-menu {
    float: left;
    margin: 30px 0 65px 0;
  }
  .ne-logo-ort img {
    height: auto;
    width: 141px;
    margin: 26px -60px 20px 20px;
  }
}
.ne-mobile-show .search-results-filter-mobile-grid .container > h3 {
  color: #777;
  font-family: 'proxima_nova_bold';
  margin-left: 20px;
}
.ne-mobile-show .search-results-filter-mobile-grid .search-article-section p {
  float: left;
}
.ne-search-result .row.element-item {
  margin-bottom: 10px;
}
.ne-search-result .element-item.people p {
  float: left;
}
.ne-search-result .element-item.article p {
  float: left;
}
[tweet_id] .tweet-text:hover {
  cursor: pointer;
}
[tweet_id] .user-profile:hover {
  cursor: pointer;
}
[tweet_id] .username-tweeted_by:hover {
  cursor: pointer;
}
.ne-search-result .element-item a,
.search-results-filter-mobile-grid .element-item a {
  cursor: pointer;
}
#accordion .panel p,
#accordion .panel blockquote,
#accordion .panel table {
  font-size: 16px;
}
#accordion .panel p {
  float: none;
}
#accordion .panel table {
  font-family: 'proxima_nova_regular';
}
#accordion .panel ol {
  font-family: 'proxima_nova_regular';
  font-size: 16px;
}
#accordion .panel ul {
  font-family: 'proxima_nova_regular';
  font-size: 16px;
  padding-left: 40px;
}
#accordion .panel ul li {
  list-style-type: disc;
}
.csc-sitemap {
  font-family: 'proxima_nova_regular';
}
.csc-sitemap li {
  margin-left: 10px;
}
.csc-sitemap ul li {
  /* for specificity */
  list-style-type: disc;
}
/* tt_content.CType='menu_abstract' */
.csc-menu-4 dd {
  margin-left: 10px;
}
.ne-right-sidebar .ne-t3-content-wrap {
  margin-bottom: 20px;
}
.ne-right-sidebar .ne-t3-content-wrap figcaption {
  margin-top: 5px;
}
.ne-landing-music-list {
  clear: left;
}
#support-question {
  color: rgba(255, 255, 255, 0.6);
}
.ce-form-formframework *,
.tx-felogin-pi1 * {
  font-size: 15px;
  color: #000;
  font-family: 'proxima_nova_regular';
}
.ce-form-formframework input[type="checkbox"],
.tx-felogin-pi1 input[type="checkbox"] {
  opacity: 1;
}
.ce-form-formframework input[type="radio"],
.tx-felogin-pi1 input[type="radio"] {
  opacity: 1;
  position: relative;
}
.ce-form-formframework input[type="text"],
.tx-felogin-pi1 input[type="text"] {
  font-size: 15px;
}
.ce-form-formframework input[id*="datepicker"][type="text"],
.tx-felogin-pi1 input[id*="datepicker"][type="text"] {
  margin-bottom: 0px;
}
.ce-form-formframework input[type="text"].picker__input,
.tx-felogin-pi1 input[type="text"].picker__input {
  padding: 10px;
}
.ce-form-formframework button,
.tx-felogin-pi1 button,
.ce-form-formframework button:hover,
.tx-felogin-pi1 button:hover,
.ce-form-formframework button:focus,
.tx-felogin-pi1 button:focus,
.ce-form-formframework button:active,
.tx-felogin-pi1 button:active,
.ce-form-formframework input[type="submit"],
.tx-felogin-pi1 input[type="submit"],
.ce-form-formframework input[type="submit"]:hover,
.tx-felogin-pi1 input[type="submit"]:hover,
.ce-form-formframework input[type="submit"]:focus,
.tx-felogin-pi1 input[type="submit"]:focus,
.ce-form-formframework input[type="submit"]:active,
.tx-felogin-pi1 input[type="submit"]:active {
  background-color: #00a399;
  border-radius: 0px;
  box-shadow: none;
  border-width: 0px;
  color: #ffffff;
  padding: 6px 12px;
}
.ce-form-formframework form > .form-group,
.tx-felogin-pi1 form > .form-group {
  margin-bottom: 15px;
}
.ce-form-formframework form > .form-inline,
.tx-felogin-pi1 form > .form-inline {
  margin-bottom: 15px;
}
.ce-form-formframework form > .row,
.tx-felogin-pi1 form > .row {
  margin-bottom: 15px;
}
.ce-form-formframework .checkbox label input[type="checkbox"] + span,
.tx-felogin-pi1 .checkbox label input[type="checkbox"] + span {
  font-size: 15px;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .ui-selectmenu-button-icon,
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .ui-selectmenu-button-icon,
.ce-form-formframework .form-group.multiselect .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .ui-selectmenu-button-icon,
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .ui-selectmenu-button-icon,
.ce-form-formframework .form-group.datepicker .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .ui-selectmenu-button-icon,
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .ui-selectmenu-button-icon,
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .ui-selectmenu-button-icon {
  display: none;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .ui-selectmenu-button-text,
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .ui-selectmenu-button-text,
.ce-form-formframework .form-group.multiselect .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .ui-selectmenu-button-text,
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .ui-selectmenu-button-text,
.ce-form-formframework .form-group.datepicker .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .ui-selectmenu-button-text,
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .ui-selectmenu-button-text,
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .ui-selectmenu-button-text {
  display: none;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .select-wrapper,
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .select-wrapper,
.ce-form-formframework .form-group.multiselect .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .select-wrapper,
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .select-wrapper,
.ce-form-formframework .form-group.datepicker .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .select-wrapper,
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .select-wrapper,
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .select-wrapper {
  border: none;
  padding: 0px;
  height: auto;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .select-wrapper .caret,
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .select-wrapper .caret,
.ce-form-formframework .form-group.multiselect .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .select-wrapper .caret,
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .select-wrapper .caret,
.ce-form-formframework .form-group.datepicker .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .select-wrapper .caret,
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .select-wrapper .caret,
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .select-wrapper .caret {
  display: none;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.ce-form-formframework .form-group.multiselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.ce-form-formframework .form-group.datepicker .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .select-wrapper .select-dropdown[type="text"],
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .select-wrapper .select-dropdown[type="text"] {
  display: none;
}
.ce-form-formframework .form-group.singleselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-group.singleselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.ce-form-formframework .form-inline.singleselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-inline.singleselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.ce-form-formframework .form-group.multiselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-group.multiselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.ce-form-formframework .form-inline.multiselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-inline.multiselect .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.ce-form-formframework .form-group.datepicker .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-group.datepicker .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.ce-form-formframework .form-inline.datepicker .ui-selectmenu .select-wrapper ul[id="select-options-*"],
.tx-felogin-pi1 .form-inline.datepicker .ui-selectmenu .select-wrapper ul[id="select-options-*"] {
  display: none;
}
