@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}  

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}



/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
  max-width: 100%;
  height: auto;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 6, sass/_fonts.scss */
.adelle {
  font-family: "adelle", serif;
}

/* line 10, sass/_fonts.scss */
.nimbus {
  font-family: "nimbus-sans-condensed", sans-serif;
}

.nimbus.category {
  font-size: 15px;
}

/* line 14, sass/_fonts.scss */
.proxima {
  font-family: "proxima-nova", sans-serif;
}

/* line 32, sass/_colors.scss */
.bgwhite {
  background-color: #fff;
}

/* line 35, sass/_colors.scss */
.bgdarkgray {
  background-color: #212121;
}

/* line 38, sass/_colors.scss */
.glow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 1, sass/_type.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 4, sass/_type.scss */
a:visited {
  color: #000;
}
/* line 7, sass/_type.scss */
a:hover {
  color: #118595;
}
/* line 10, sass/_type.scss */
.current-page-item a {
  color: #118595;
}

/* line 15, sass/_type.scss */
h2 {
  font-size: 2.7em;
}
/* line 17, sass/_type.scss */
.banner h2 {
  font-size: 4.5em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 8px #000;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 17, sass/_type.scss */
  .banner h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  /* line 17, sass/_type.scss */
  .banner h2 {
    font-size: 3em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 17, sass/_type.scss */
  .banner h2 {
    /*font-size: 8em;*/
    font-size: 3em;
  }
}
/* line 34, sass/_type.scss */
.single-post h2 {
  /*font-size: 4em;*/
  /*font-size: 2em;*/
  font-size: 1.7em;
  margin-bottom: .8em;
}

.single-post h3 {
  font-size: 1.25em;
}

.single-post h4 {
  
}

/* line 39, sass/_type.scss */
h3 {
  /*font-size: 2.25em;*/
  font-size: 1.7em;
  margin-bottom: 5px;
}
/* line 41, sass/_type.scss */
.home h3, .page h3 {
  position: relative;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
  /*font-size: 46px;*/
  font-size: 30px;
}
/* line 49, sass/_type.scss */
.home h3:before, .page h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 10px;
  background-color: #D8D8D8;
  z-index: 1;
}
/* line 60, sass/_type.scss */
.home h3:after, .page h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 10px;
  background-color: #D8D8D8;
  z-index: 1;
}

/* line 73, sass/_type.scss */
h4 {
  font-size: 1.25em;
  font-weight: 300;
  font-family: "adelle", serif;
  margin-bottom: .8em;
  
}

/* line 79, sass/_type.scss */
h5 {
  font-size: 1em;
  font-weight: 300;
  font-family: "adelle", serif;
  margin-bottom: .8em;
}

/* line 86, sass/_type.scss */
.mission {
  font-size: 2.25em;
}

/* line 90, sass/_type.scss */
.tagline {
  font-size: 2.5em;
  color: #fff;
  text-shadow: 0 0 8px #000;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 90, sass/_type.scss */
  .tagline {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  /* line 90, sass/_type.scss */
  .tagline {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 90, sass/_type.scss */
  .tagline {
    font-size: 1.6em;
  }
}

/* line 106, sass/_type.scss */
.resources p + p {
  font-size: 1em;
  text-transform: uppercase;
}

/* line 111, sass/_type.scss */
blockquote {
  font-size: 3em;
  color: #118595;
  margin-bottom: .4em;
  margin-left: -1.3em;
  font-weight: 300;
}
/* line 117, sass/_type.scss */
blockquote p {
  margin: 0;
}

/* line 122, sass/_type.scss */
.sub-menu {
  font-weight: 500;
}

/* line 1, sass/_layout.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, sass/_layout.scss */
body {
  height: 100%;
  background-color: #F9F9F9;
}
@media (max-width: 480px) {
  /* line 7, sass/_layout.scss */
  body {
    width: 100%;
  }
}

/* line 15, sass/_layout.scss */
p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* line 24, sass/_layout.scss */
.skip-link {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 30, sass/_layout.scss */
.content-centering {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 36, sass/_layout.scss */
.content {
  padding: 0 2em 0 0em;
}

/* line 40, sass/_layout.scss */
.no-margin {
  margin: 0;
}

/* line 44, sass/_layout.scss */
.no-padding {
  padding: 0 !important;
}

/* line 48, sass/_layout.scss */
.row {
  width: 100%;
  float: left;
  clear: both;
  padding: 40px 0;
}

/* line 57, sass/_layout.scss */
.column .one-of-three {
  width: 32%;
  float: left;
}
/* line 60, sass/_layout.scss */
.column .one-of-three + .one-of-three {
  margin-left: 2%;
}
/* line 63, sass/_layout.scss */
.column .one-of-three + .two-of-three {
  margin-left: 2%;
}

@media (max-width: 480px) {
  /* line 57, sass/_layout.scss */
  .column .one-of-three {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
/* line 73, sass/_layout.scss */
.column .two-of-three {
  width: 66%;
  float: left;
}
/*custom for blog landing page*/
.column .blog-landing {
  width: 66%;
  float: left:
}
/* line 77, sass/_layout.scss */
.column .two-of-three + .one-of-three {
  margin-left: 2%;
}
@media (max-width: 480px) {
  /* line 73, sass/_layout.scss */
  .column .two-of-three {
    width: 100%;
    clear: both;
    margin-top: 2em;
    margin-left: 0 !important;
  }
}
/* line 86, sass/_layout.scss */
.column .two-of-three .resources li {
  width: 48%;
}
/* line 90, sass/_layout.scss */
.column .one-of-four {
  width: 24%;
  float: left;
}
/* line 93, sass/_layout.scss */
.column .one-of-four + .one-of-four {
  margin-left: 1%;
}
/* line 96, sass/_layout.scss */
.column .one-of-four + .three-of-four {
  margin-left: 1%;
}
@media (max-width: 480px) {
  /* line 90, sass/_layout.scss */
  .column .one-of-four {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
/* line 105, sass/_layout.scss */
.column .one-of-five {
  width: 19%;
  float: left;
}
/* line 108, sass/_layout.scss */
.column .one-of-five + .one-of-five {
  margin-left: 1%;
}
/* line 111, sass/_layout.scss */
.column .one-of-five + .three-of-five {
  margin-left: 1%;
}
@media (max-width: 480px) {
  /* line 105, sass/_layout.scss */
  .column .one-of-five {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
/* line 120, sass/_layout.scss */
.column .three-of-four {
  width: 75%;
  float: left;
}
@media (max-width: 480px) {
  /* line 120, sass/_layout.scss */
  .column .three-of-four {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
/* line 129, sass/_layout.scss */
.column .one-of-two {
  width: 49%;
  float: left;
}
@media (max-width: 480px) {
  /* line 129, sass/_layout.scss */
  .column .one-of-two {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
    margin-top: 2em;
  }
}
/* line 139, sass/_layout.scss */
.column .full {
  width: 100%;
  float: left;
  clear: both;
}

/* line 147, sass/_layout.scss */
.fright {
  float: right;
}

/* line 151, sass/_layout.scss */
.fleft {
  float: left;
}

/* line 155, sass/_layout.scss */
.text-center {
  text-align: center;
}

/* line 158, sass/_layout.scss */
.read-more.text-center a {
  float: left;
  font-family: lucida grande;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
}

/* line 167, sass/_layout.scss */
.zebra {
  border: 1px solid #D8D8D8;
  position: relative;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 32px;
  float: left;
  clear: both;
  width: 100%;
  background-color: #fff;
}
/* line 176, sass/_layout.scss */
.zebra:before {
  content: '';
  height: 6px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  position: absolute;
}
/* line 188, sass/_layout.scss */
.zebra h3 {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
/* line 193, sass/_layout.scss */
.zebra h3:before {
  display: none;
}
/* line 196, sass/_layout.scss */
.zebra h3:after {
  background: #000 none repeat scroll 0 0;
  height: 6px;
}
/* line 200, sass/_layout.scss */
.single .zebra h3 {
  padding: 1em 0;
}
/* line 203, sass/_layout.scss */
.page .zebra h3 {
  margin-bottom: 0.5em;
  padding: 0.3em 0;
}
/* line 207, sass/_layout.scss */
.zebra h3 + div {
  padding: 20px 30px;
}
/* line 212, sass/_layout.scss */
.zebra ul {
  padding: 0 20px;
}
/* line 214, sass/_layout.scss */
.zebra ul li {
  padding: 10px 0px;
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
/* line 220, sass/_layout.scss */
.zebra ul li span {
  /* CHANGED text-transform: uppercase;*/
}
/* line 223, sass/_layout.scss */
.zebra ul li:last-child {
  border-bottom: none;
}
/* line 226, sass/_layout.scss */
.zebra ul li .category {
  color: #1d48c1;
  /* CHANGED font-weight: bold;*/

}
/* line 229, sass/_layout.scss */
.zebra ul li .category.sustainability, .zebra a.cat-id-4 {
  color: #40B8E0;
}
/* line 232, sass/_layout.scss */
.zebra ul li .category.consumer-protection, .zebra a.cat-id-6 {
  color: #E6A834;
}
/* line 235, sass/_layout.scss */
.zebra ul li .category.trade-and-commerce, .zebra a.cat-id-74 {
  color: #008841;
}
/* line 238, sass/_layout.scss */
.zebra ul li .category.safety, .zebra a.cat-id-3 {
  color: #286E90;
}
/* line 241, sass/_layout.scss */
.zebra ul li .category.health, .zebra a.cat-id-2 {
  color: #5EAA26;
}
/* line 246, sass/_layout.scss */
.zebra ul li .thumbnail {
  max-width: 80px;
  float: left;
  margin-right: 1em;
  line-height: 0;
}
/* line 251, sass/_layout.scss */
.zebra ul li .thumbnail img {
  width: 100%;
  height: auto;
}
/* line 255, sass/_layout.scss */
.zebra ul li .thumbnail + div {
  float: left;
  width: calc(100% - 80px - 1em);
}
/* line 261, sass/_layout.scss */
.zebra ul li p {
  margin: 0.2em 0;
}
/* line 264, sass/_layout.scss */
.zebra ul li .byline {
  font-size: .7em;
  margin: 0;
}
@media (max-width: 480px) {
  /* line 264, sass/_layout.scss */
  .zebra ul li .byline {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 264, sass/_layout.scss */
  .zebra ul li .byline {
    display: none;
  }
}
/* line 277, sass/_layout.scss */
.zebra.youtube {
  border: 1px solid #D8D8D8;
  float: left;
}
/* line 278, sass/_layout.scss */
.zebra.youtube h3 {
  position: relative;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 286, sass/_layout.scss */
.zebra.youtube .tubepress-pagination-and-thumbs {
  width: 100% !important;
}
/* line 289, sass/_layout.scss */
.zebra.youtube .tubepress-pagination-and-thumbs .tubepress-thumb {
  border-top: 1px solid #D8D8D8;
}
/* line 291, sass/_layout.scss */
.zebra.youtube .tubepress-pagination-and-thumbs .tubepress-thumb:nth-child(even) {
  background-color: #f3f3f4;
}
/* line 295, sass/_layout.scss */
.zebra.youtube .tubepress-pagination-and-thumbs .text-center {
  border-top: 1px solid #D8D8D8;
  padding: 1em 0;
  clear: both;
  width: 100%;
  float: left;
}
/* line 301, sass/_layout.scss */
.zebra.youtube .tubepress-pagination-and-thumbs .text-center path {
  fill: #000;
  background-color: #000;
}
/* line 309, sass/_layout.scss */
.zebra + .zebra {
  margin-top: 2em;
  float: left;
  clear: both;
  width: 100%;
}
/* line 314, sass/_layout.scss */
.zebra + .zebra h3 {
  position: relative;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.tiles.nohighlight {
  display: flex;
  flex-wrap: wrap;
}

/* line 325, sass/_layout.scss */
.tiles .category {
  clear: both;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background-color: #000;
}
/* line 331, sass/_layout.scss */
.tiles .category.sustainability {
  background-color: #40B8E0;
}
/* line 334, sass/_layout.scss */
.tiles .category.consumer-protection {
  background-color: #E6A834;
}
/* line 337, sass/_layout.scss */
.tiles .category.trade-and-commerce {
  background-color: #008841;
}
/* line 340, sass/_layout.scss */
.tiles .category.safety {
  background-color: #286E90;
}
/* line 343, sass/_layout.scss */
.tiles .category.health {
  background-color: #5EAA26;
}
/* line 348, sass/_layout.scss */
.tiles p {
  margin: 20px 0 25px;
  font-size: 2em;
  /*CHANGED*/
  font-size: 25px;
  clear: both;
  line-height: 1.2em;
}
/* line 354, sass/_layout.scss */
.tiles .bg {
  color: #fff;
  min-height: 425px;
  /*CHANGED*/
  /*min-height: unset;*/
  min-height: 305px;
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* line 359, sass/_layout.scss */
.tiles .bg p {
  clear: both;
}
/* line 363, sass/_layout.scss */
.tiles .bg a {
  color: #fff;
}
/* line 368, sass/_layout.scss */
.tiles .byline {
  clear: both;
  display: inline-block;
  float: left;
  font-size: 14px;
  left: 0;
  margin-left: 5px;
  margin-top: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  /* line 368, sass/_layout.scss */
  .tiles .byline {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 368, sass/_layout.scss */
  .tiles .byline {
    display: none;
  }
}
/* line 385, sass/_layout.scss */
.tiles .read {
  bottom: 15px;
  display: block;
  font-family: lucida grande;
  font-size: 18px;
  padding-top: 0.2em;
  position: absolute;
  right: 25px;
}
/* line 393, sass/_layout.scss */
.tiles .read svg {
  margin-top: -.1em;
}
/* line 397, sass/_layout.scss */
.tiles .thumbnail {
  width: 310px;
  height: 204px;
  float: left;
  position: relative;
  border-top: 6px solid #000;
  padding: 1em;
  background-size: cover;
  background-position: center;
}
/* line 405, sass/_layout.scss */
.tiles .thumbnail + .rightContent {
  float: left;
  width: calc(100% - 330px);
  margin-left: 20px;
}
/* line 411, sass/_layout.scss */
.tiles .video-thumbnail {
  padding: 0;
}
/* line 416, sass/_layout.scss */
.tiles.promos .blurb p {
  font-size: 1em !important;
}
/* line 421, sass/_layout.scss */
.tiles.promos .bg p {
  margin-top: 30px;
}
/* line 426, sass/_layout.scss */
.tiles.promos .pro-content p {
  margin-top: 30px;
  text-align: left;
}
/* line 431, sass/_layout.scss */
.tiles.promos .read {
  position: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
  text-align: center;
}
/* line 439, sass/_layout.scss */
.tiles li {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #000;
  width: 49%;
  float: left;
  padding: 20px 20px 60px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  /*CHANGED*/
  min-height: 305px;
}
/* line 448, sass/_layout.scss */
.tiles li + li + li {
  margin-left: 2%;
}
/* line 453, sass/_layout.scss */
.tiles li.highlight {
  width: 100%;
  clear: both;
  min-height: 425px;

  /* CHANGED */
  min-height: 255px;
}
/* line 457, sass/_layout.scss */
.tiles li.highlight .category {
  left: 40px;
  position: absolute;
  top: 20px;
}
/* line 462, sass/_layout.scss */
.tiles li.highlight p {
  clear: both;
  display: inline-block;
  float: left;
  /*font-size: 50px;
  line-height: 55px;*/
  /*font-size: 40px;*/
  line-height: 45px;
  margin: 30px 20px 20px;

  /* CHANGED */
  font-size: 30px;
  line-height: 1.1em;
}
.tiles li {
	font-size: 40px;
}
.tiles li * {
	/*font-size: inherit;*/
}

.tiles li.pro-content {
  font-size: 20px;
}

/* line 470, sass/_layout.scss */
.tiles li.highlight .byline {
  display: inline-block;
/*   font-size: .8em; */
  font-size: .8rem;
  margin-left: 25px;
  clear: both;
  float: left;
  position: relative;
  left: 0;
  margin-top: 15px;
}
@media (max-width: 480px) {
  /* line 470, sass/_layout.scss */
  .tiles li.highlight .byline {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 470, sass/_layout.scss */
  .tiles li.highlight .byline {
    display: none;
  }
}
/* line 490, sass/_layout.scss */
.tiles.nohighlight li {
  margin: 0 1% 2%;
  width: 48%;
}

@media(min-width: 768px) {
  .tiles.horizontal.resources,
  .tiles.horizontal.events,
  .tiles.horizontal.promos {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 496, sass/_layout.scss */
.tiles.horizontal li {
  margin-left: 0;
  clear: none;
}
/* line 500, sass/_layout.scss */
.tiles.horizontal li + li {
  margin-left: 2%;
}
/* line 503, sass/_layout.scss */
.tiles.horizontal li p {
  float: none;
}
@media (max-width: 480px) {
  /* line 496, sass/_layout.scss */
  .tiles.horizontal li {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 496, sass/_layout.scss */
  .tiles.horizontal li {
    width: 100%;
    clear: both;
    margin-left: 0 !important;
  }
}
/* line 518, sass/_layout.scss */
.tiles.horizontal.events li {
  /*width: 32%;*/
  width: 24%;
}

.tiles.horizontal.events li + li {
  margin-left: 1%;
}

/* line 521, sass/_layout.scss */
.tiles.horizontal.events p {
  margin: 20px 0 20px;
}

.tiles.horizontal.events p {
  font-size: 16px;
}

.tiles.horizontal.events p.adelle {
  font-size: 32px;
}
/* line 524, sass/_layout.scss */
.tiles.horizontal.events p + p {
  /* font-size: 1em; */
  margin: 0 0 20px 0;
}
/* line 531, sass/_layout.scss */
.tiles.resources li {
  min-height: 270px;
  width: 32%;
}
/* line 535, sass/_layout.scss */
.tiles.resources p {
  float: left !important;
  width: 100%;
  margin: 3em 0 1em;
  margin: 1em 0 4em;
}
/* line 539, sass/_layout.scss */
.tiles.resources p + p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1em;
}
/* line 547, sass/_layout.scss */
.tiles.list li {
  width: 100%;
  clear: both;
  margin-left: 0;
}
/* line 552, sass/_layout.scss */
.tiles.list li + li {
  border-top: none;
  margin-left: 0;
}
/* line 557, sass/_layout.scss */
.tiles.list .rightContent {
  clear: none;
}
/* line 559, sass/_layout.scss */
.tiles.list .rightContent .byline {
  position: relative;
  top: inherit;
  left: inherit;
  display: inline-block;
  clear: both;
  float: left;
}
@media (max-width: 480px) {
  /* line 559, sass/_layout.scss */
  .tiles.list .rightContent .byline {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 559, sass/_layout.scss */
  .tiles.list .rightContent .byline {
    display: none;
  }
}

/* line 578, sass/_layout.scss */
.videos {
  color: #fff;
}
/* line 580, sass/_layout.scss */
.videos a {
  color: #fff;
  font-weight: normal;
}
/* line 584, sass/_layout.scss */
.videos dd {
  margin-left: 1em;
}

/* line 589, sass/_layout.scss */
.tweet {
  margin-top: 2em;
  background-color: #F7F5F5;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 33px;
  float: left;
  clear: both;
  width: 100%;
}
/* line 597, sass/_layout.scss */
.tweet h4 {
  color: #4A90E2;
  font-weight: 700;
}
/* line 601, sass/_layout.scss */
.tweet a {
  color: #4A90E2;
}

/* line 606, sass/_layout.scss */
.banner {
  background-size: cover;
  margin-bottom: 2em;
}
/* line 609, sass/_layout.scss */
.banner img {
  /*width: 100%;*/
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 614, sass/_layout.scss */
.page .banner {
  min-height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  clear: both;
}
@media (max-width: 480px) {
  /* line 614, sass/_layout.scss */
  .page .banner {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  /* line 614, sass/_layout.scss */
  .page .banner {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 614, sass/_layout.scss */
  .page .banner {
    min-height: 400px;
  }
}

/* line 634, sass/_layout.scss */
.members .categories {
  text-align: center;
  display: inline-block;
  float: none;
  width: 100%;
  margin-bottom: 2em;
}
/* line 640, sass/_layout.scss */
.members .categories li {
  text-align: center;
  display: inline-block;
}
/* line 643, sass/_layout.scss */
.members .categories li a {
  border-radius: 5px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0.5em 1em;
  text-align: center;
}
/* line 651, sass/_layout.scss */
.members .categories li a:hover, .members .categories li a.active {
  background-color: #118595;
  color: #fff;
}
/* line 658, sass/_layout.scss */
.members .listing {
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5;
  font-size: 13px;
}
/* line 663, sass/_layout.scss */
.members .listing li {
  list-style: initial;
  list-style-position: initial;
  margin: 0 15px 15px 1em;
  display: inline-block;
  width: 100%;
}
/* line 669, sass/_layout.scss */
.members .listing li .member-name {
  font-weight: bold;
  color: #555;
}

.member-name a:after {
  content: "";
  display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    right: -10px;
    top: 0;
    background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik04OSw1LjJINTcuOUM1NC43LDUuMiw1Miw3LjgsNTIsMTFjMCwzLjIsMi42LDUuOSw1LjksNS45SDc1TDY0LjMsMjcuNEgxMWMtMy4yLDAtNS43LDIuNy01LjcsNS45Vjg5ICBjMCwzLjIsMi41LDUuOCw1LjcsNS44aDU1LjZjMy4zLDAsNS45LTIuNiw1LjktNS44VjM1LjdMODMuMiwyNXYxNy4yYzAsMy4yLDIuNiw1LjgsNS44LDUuOGMzLjIsMCw1LjgtMi42LDUuOC01LjhWMTEgIEM5NC44LDcuOCw5Mi4yLDUuMiw4OSw1LjJMODksNS4yeiBNNjAuOSw4My4ySDE2LjhWMzkuMWgzNS45TDM0LjgsNTdjLTIuMywyLjMtMi4zLDYsMCw4LjFjMi4yLDIuMyw1LjksMi4zLDguMiwwICBjMC0wLjEsMTcuOC0xNy44LDE3LjgtMTcuOFY4My4yeiIvPjwvc3ZnPg==");
  
}
/* line 673, sass/_layout.scss */
.members .listing li span {
  color: #727272;
  display: block;
  margin-top: 5px;
}

/* line 683, sass/_layout.scss */
.post-list .category {
  display: inline-block;
}
/* line 686, sass/_layout.scss */
.post-list .adelle {
  margin: 8px 0 0;
}
/* line 689, sass/_layout.scss */
.post-list .post-summary p {
  font-size: 13px;
}

/* line 696, sass/_layout.scss */
.sub-menu li a {
  color: #555;
  display: block;
  font-size: 15px;
  padding: 7px;
}
/* line 701, sass/_layout.scss */
.sub-menu li a:hover {
  color: #118595;
}
/* line 707, sass/_layout.scss */
.sub-menu li.active a {
  color: #118595;
}

/* line 714, sass/_layout.scss */
.zebra a {
  color: #000;
}

/* line 718, sass/_layout.scss */
.loader {
  color: #777;
  font-family: adelle;
  font-size: 16px;
  line-height: 22px;
  margin-top: 100px;
  text-align: center;
}

/* line 726, sass/_layout.scss */
.tubepress-meta-duration {
  clear: left;
}

/* line 730, sass/_layout.scss */
.latest-items.column .one-of-three, .latest-items.column .two-of-three {
  float: right;
}
/* line 733, sass/_layout.scss */
.latest-items.column .one-of-three {
  margin: 0 2% 0 0;
}

/* line 737, sass/_layout.scss */
.tiles.resources.topics-resources li {
  width: 31%;
}

/* line 740, sass/_layout.scss */
.pager {
  display: block;
}
/* line 742, sass/_layout.scss */
.pager h3 {
  display: none;
}

/* line 746, sass/_layout.scss */
.big-video {
  width: 60%;
  float: left;
}
@media (max-width: 480px) {
  /* line 746, sass/_layout.scss */
  .big-video {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 746, sass/_layout.scss */
  .big-video {
    width: 100%;
  }
}

/* line 756, sass/_layout.scss */
.video-feed {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  /* line 756, sass/_layout.scss */
  .video-feed {
    width: 100%;
    margin: 0;
  }
}
/* line 764, sass/_layout.scss */
.video-feed .video-item {
  border-bottom: 1px dotted #666;
  float: left;
  margin: 5px 5% 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  /* line 764, sass/_layout.scss */
  .video-feed .video-item {
    width: 100%;
    margin: 0;
  }
}
/* line 775, sass/_layout.scss */
.video-feed .video-thumbnail {
  float: left;
  margin-right: 5%;
  width: 30%;
  position: relative;
}
/* line 780, sass/_layout.scss */
.video-feed .video-thumbnail svg {
  height: 45px;
  left: 35%;
  position: absolute;
  top: 30%;
  width: 45px;
}
/* line 787, sass/_layout.scss */
.video-feed .video-thumbnail img {
  width: 100%;
}
/* line 792, sass/_layout.scss */
.video-feed .video-title {
  float: left;
  font-size: 14px;
  line-height: 19px;
  padding: 20px 0;
  width: 60%;
}

/* line 801, sass/_layout.scss */
.read-more.text-center.more-videos a {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 811, sass/_layout.scss */
.latest-items .two-of-three .tiles li {
  margin: 1%;
  width: 48%;
  min-height: 309px;
}
/* line 815, sass/_layout.scss */
.latest-items .two-of-three .tiles li.video-tile {
  padding: 0;
  line-height: 0;
}
/* line 819, sass/_layout.scss */
.latest-items .two-of-three .tiles li:first-child {
  width: 100%;
  margin: 1% 0;
}

.latest-items .two-of-three .tiles li:nth-child(4) {
  width: 100%;
  margin: 1% 0;
}

/* line 1, sass/_navigation.scss */
.sticky-wrapper {
  height: 46px !important;
}

/* line 5, sass/_navigation.scss */
#navbar {
  background-color: #118595;
  height: auto !important;
  width: 100%;
  float: left;
  z-index: 9999;
}
/* line 14, sass/_navigation.scss */
#navbar li a {
  color: #fff;
  display: block;
  font-size: 1.44em;
  line-height: 2em;
  float: left;
  padding: 0 1em;
}
/* line 21, sass/_navigation.scss */
#navbar li a:hover {
  background-color: #0B4F59;
}
/* line 26, sass/_navigation.scss */
#navbar nav#site-navigation, #navbar .utility-nav {
  display: block;
}
/* line 28, sass/_navigation.scss */
#navbar nav#site-navigation ul, #navbar .utility-nav ul {
  display: block;
}
/* line 30, sass/_navigation.scss */
#navbar nav#site-navigation ul li, #navbar .utility-nav ul li {
  display: block;
  position: relative;
  float: left;
}
/* line 35, sass/_navigation.scss */
#navbar nav#site-navigation ul li:hover ul.sub-menu, #navbar .utility-nav ul li:hover ul.sub-menu {
  display: block;
}
/* line 40, sass/_navigation.scss */
#navbar nav#site-navigation ul li.menu-item-has-children:before, #navbar .utility-nav ul li.menu-item-has-children:before {
  content: '▾';
  position: absolute;
  right: 1em;
  top: 35%;
  color: #fff;
}
/* line 47, sass/_navigation.scss */
#navbar nav#site-navigation ul li.menu-item-has-children a, #navbar .utility-nav ul li.menu-item-has-children a {
  padding-right: 2em;
}
/* line 51, sass/_navigation.scss */
#navbar nav#site-navigation ul li ul.sub-menu, #navbar .utility-nav ul li ul.sub-menu {
  background-color: #118595;
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 100%;
  text-align: left;
}
/* line 59, sass/_navigation.scss */
#navbar nav#site-navigation ul li ul.sub-menu li, #navbar .utility-nav ul li ul.sub-menu li {
  display: block;
  clear: both;
  width: 100%;
}
/* line 63, sass/_navigation.scss */
#navbar nav#site-navigation ul li ul.sub-menu li a, #navbar .utility-nav ul li ul.sub-menu li a {
  line-height: normal;
  padding: .5em 1em;
  width: 100%;
}
/* line 74, sass/_navigation.scss */
#navbar .utility-nav {
  float: right;
}
/* line 76, sass/_navigation.scss */
#navbar .utility-nav .menu-secondary-nav-container {
  float: right;
}
/* line 83, sass/_navigation.scss */
#navbar #searchform {
  float: right;
  display: inline-block;
}
/* line 86, sass/_navigation.scss */
#navbar #searchform label {
  text-indent: -9999px;
  display: inline-block;
  width: 0;
}
/* line 91, sass/_navigation.scss */
#navbar #searchform input[type="text"] {
  background-color: #1A9AAC;
  border: 0 none;
  padding: .86em .4em;
  float: left;
  font-size: 1em;
  color: #fff;
  width: 162px;
}
/* line 100, sass/_navigation.scss */
#navbar #searchform input[type="submit"] {
  background-color: #1A9AAC;
  border: 0 none;
  text-indent: -9999px;
  height: 46px;
  width: 46px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: #1A9AAC url("images/icon-search.svg") no-repeat center center;
  background-size: 50%;
}

/* line 1, sass/_header.scss */
.header-container {
  background: url(images/nfi_header.png) no-repeat;
  background-size: 100% auto;
}

/* line 5, sass/_header.scss */
header {
  height: 109px;
  display: block;
}
/* line 8, sass/_header.scss */
header .third {
  float: left;
  width: 33.333%;
  text-align: center;
}
/* line 13, sass/_header.scss */
header .header-social, header .about-sea-food {
  margin-top: 10px;
}
/* line 16, sass/_header.scss */
header .nfi-logo {
  text-indent: -9999px;
  display: inline-block;
  width: 231px;
  height: 109px;
  background: transparent url("images/nfi_logo.png") no-repeat center center;
  background-size: contain;
  margin: 0;
}
/* line 24, sass/_header.scss */
header .nfi-logo + p {
  float: left;
  margin: 1.5em 0 0 1em;
}
/* line 29, sass/_header.scss */
header .site-title {
  /* text-indent: -9999px; */
  /* width: 289px; */
  height: 48px;
  display: inline-block;
  /* background: transparent url("images/logo-aboutseafood.svg") no-repeat center center; */
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 40px;
}

header .site-title--home {
   width: 289px; 
 text-indent: -9999px; 
 background: transparent url("images/logo-aboutseafood.svg") no-repeat center center; 

}
/* line 39, sass/_header.scss */
header .social {
  margin-top: 34px;
}
/* line 42, sass/_header.scss */
header .social a {
  width: 34px;
  height: 33px;
}

/* line 47, sass/_header.scss */
ul.mobile-menu {
  background: none repeat scroll 0 0 #333;
  left: 0;
  margin: 0;
  max-height: 0;
  opacity: 0.99;
  overflow: hidden;
  padding: 0;
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 9999;
  top: 155px;
}
/* line 60, sass/_header.scss */
ul.mobile-menu.scroll {
  top: 45px;
}
/* line 63, sass/_header.scss */
ul.mobile-menu.is-open {
  max-height: 100em;
}
/* line 66, sass/_header.scss */
ul.mobile-menu li {
  float: none !important;
}
/* line 69, sass/_header.scss */
ul.mobile-menu a {
  border-bottom: 1px solid #000;
  color: #fff;
  display: block;
  padding: 16px 0 13px;
  text-align: center;
  width: 100%;
  font-weight: normal;
  font-size: 22px;
  font-family: "nimbus-sans-condensed";
}

/* line 81, sass/_header.scss */
#pull {
  background: url("images/menu-icon.png") no-repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 13px;
  float: right;
}

/* line 2, sass/_footer.scss */
footer {
  clear: both;
}
/* line 4, sass/_footer.scss */
footer .social a {
  width: 46px;
  height: 44px;
}
/* line 8, sass/_footer.scss */
footer h5 {
  text-transform: uppercase;
}
/* line 12, sass/_footer.scss */
footer ul li {
  margin: 1em 0 0;
}
/* line 16, sass/_footer.scss */
footer .fleft + .fleft {
  margin-left: 2em;
}
/* line 19, sass/_footer.scss */
footer p {
  border-top: 2px solid #E4E4E4;
  padding: 2em 0;
}
/* line 23, sass/_footer.scss */
footer .nclud {
  font-size: 11px;
}

/* line 2, sass/_search.scss */
.wp-advanced-search .label-container {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
/* line 7, sass/_search.scss */
.wp-advanced-search input[type="checkbox"] {
  display: none;
}
/* line 10, sass/_search.scss */
.wp-advanced-search input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 29px;
  height: 24px;
  vertical-align: middle;
  background: url(images/sprite-checkbox.png) left top no-repeat;
  cursor: pointer;
  background-size: 29px;
  padding-top: 5px;
}
/* line 21, sass/_search.scss */
.wp-advanced-search input[type="checkbox"]:checked + label {
  background: url(images/sprite-checkbox.png) left -26px no-repeat;
}
/* line 24, sass/_search.scss */
.wp-advanced-search input[value="uncategorized"] {
  display: none;
}
/* line 26, sass/_search.scss */
.wp-advanced-search input[value="uncategorized"] + label {
  display: none;
}
/* line 30, sass/_search.scss */
.wp-advanced-search select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 20px 3px 6px;
}

/* line 38, sass/_search.scss */
.wpas-submit {
  margin-top: 5px;
}
/* line 40, sass/_search.scss */
.wpas-submit input[type="submit"] {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 40px;
  color: #000;
}
/* line 48, sass/_search.scss */
.wpas-submit input[type="submit"]:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

/* line 57, sass/_search.scss */
.wpas-tax_category .wpas-tax_category-checkboxes ul ul {
  display: none;
  margin-left: 20px;
}
/* line 60, sass/_search.scss */
.wpas-tax_category .wpas-tax_category-checkboxes ul ul.show-sub {
  display: block;
}

/* line 66, sass/_search.scss */
.search-filters {
  padding: 0;
  margin-top: 40px;
}
/* line 69, sass/_search.scss */
.search-filters .row {
  padding: 20px 0 30px;
}
/* line 72, sass/_search.scss */
.search-filters label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 78, sass/_search.scss */
.search-filters .wpas-checkbox-container label {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
  font-weight: normal;
}

/* line 86, sass/_search.scss */
.pagination {
  font-size: 20px;
  text-align: center;
  font-family: adelle;
}
/* line 90, sass/_search.scss */
.pagination .current {
  background: #118595 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 1px 7px;
}
/* line 96, sass/_search.scss */
.pagination a {
  padding: 7px;
}

/* line 1, sass/_icons.scss */
.social {
  display: inline-block;
}
/* line 3, sass/_icons.scss */
.social li {
  float: left;
  display: inline-block;
  clear: none;
  margin-left: .5em;
}
/* line 8, sass/_icons.scss */
.social li a {
  text-indent: -9999px;
  display: inline-block;
  float: left;
  clear: none;
}

.social .periscope {
  background: transparent url("images/icons-social-periscope.png") no-repeat center center;
  background-size: contain;
}
/* line 15, sass/_icons.scss */
.social .facebook {
  background: transparent url("images/icons-social-facebook.svg") no-repeat center center;
  background-size: contain;
}
/* line 19, sass/_icons.scss */
.social .linkedin {
  background: transparent url("images/icons-social-linkedin.svg") no-repeat center center;
  background-size: contain;
}
/* line 23, sass/_icons.scss */
.social .instagram {
  background: transparent url("images/icons-social-instagram.svg") no-repeat center center;
  background-size: contain;
}
/* line 27, sass/_icons.scss */
.social .pinterest {
  background: transparent url("images/icons-social-pinterest.svg") no-repeat center center;
  background-size: contain;
}
/* line 31, sass/_icons.scss */
.social .twitter {
  background: transparent url("images/icons-social-twitter.svg") no-repeat center center;
  background-size: contain;
}
/* line 35, sass/_icons.scss */
.social .youtube {
  background: transparent url("images/icons-social-youtube.svg") no-repeat center center;
  background-size: contain;
}

/* line 41, sass/_icons.scss */
.icons {
  clear: both;
  float: left;
  margin-bottom: 30px;
}
/* line 45, sass/_icons.scss */
.icons li {
  width: 20%;
  text-align: center;
  display: inline-block;
  float: left;
  clear: none;
}
/* line 51, sass/_icons.scss */
.icons li a {
  text-align: center;
  display: inline-block;
  clear: both;
  width: 75%;
  font-size: 1.75em;
}
/* line 57, sass/_icons.scss */
.icons li a img {
  width: 100%;
  clear: both;
}
@media (max-width: 480px) {
  /* line 51, sass/_icons.scss */
  .icons li a {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  /* line 51, sass/_icons.scss */
  .icons li a {
    font-size: 1em;
  }
}

/* line 72, sass/_icons.scss */
.resources .article {
  background: white url("images/icons-resources-article.svg") no-repeat center 4em;
}
/* line 75, sass/_icons.scss */
.resources .audio {
  background: white url("images/icons-resources-audio.svg") no-repeat center 4em;
}
/* line 78, sass/_icons.scss */
.resources .pdf {
  background: white url("images/icons-resources-pdf.svg") no-repeat center 4em;
}
/* line 81, sass/_icons.scss */
.resources .video {
  background: white url("images/icons-resources-video.svg") no-repeat center 4em;
}
/* line 84, sass/_icons.scss */
.resources .whitepaper {
  background: white url("images/icons-resources-whitepaper.svg") no-repeat center 4em;
}

/* line 89, sass/_icons.scss */
.more {
  vertical-align: middle;
}
/* line 92, sass/_icons.scss */
.more.white path {
  fill: #fff;
  background-color: #fff;
}

/* line 1, sass/_content.scss */
.post-summary p {
  font-size: 16px;
}

/* line 4, sass/_content.scss */
.socialmedia-feeds {
  width: 860px;
  margin: 0 auto;
}

/* line 9, sass/_content.scss */
.socialmedia-feeds .one-of-two {
  width: 400px;
  margin: 0 15px 40px;
}

/* line 13, sass/_content.scss */
.socialmedia-feeds .one-of-two:last-child span {
  width: 100%;
}

/* line 22, sass/_content.scss */
.entry-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
/* line 26, sass/_content.scss */
.entry-content li {
  list-style: initial;
  padding: 6px;
}
/* line 30, sass/_content.scss */
.entry-content a {
  color: #118595;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* line 35, sass/_content.scss */
.page-id-180 .entry-title {
  color: #444;
  font-family: nimbus-sans-condensed;
  font-size: 4.5em;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
  text-transform: uppercase;
}
/* line 43, sass/_content.scss */
.page-id-180 #post-180 {
/*  margin-left: 25px;*/
  margin-top: 20px;
/*  width: 780px;*/
}
/* line 47, sass/_content.scss */
.page-id-180 #post-180 .entry-content {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
}
/* line 52, sass/_content.scss */
.page-id-180 #post-180 label {
  font-family: adelle;
  font-size: 15px;
  font-weight: normal;
}
/* line 58, sass/_content.scss */
.page-id-180 #post-180 .left label, .page-id-180 #post-180 .right label {
  font-size: 13px;
  color: #777;
}

/* line 65, sass/_content.scss */
.field-input {
  padding: 10px;
  border: 1px solid #ccc;
}

/* line 70, sass/_content.scss */
.form-submit input {
  background: #118595 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  padding: 8px 23px;
  text-transform: uppercase;
}

/* line 81, sass/_content.scss */
.councils .tiles.promos li {
  padding: 30px;
  text-align: left !important;
  list-style: none;
  margin-left: 0;
}
/* line 86, sass/_content.scss */
.councils .tiles.promos li p {
  margin-top: 30px;
}
/* line 89, sass/_content.scss */
.councils .tiles.promos li .blurb {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
}
/* line 95, sass/_content.scss */
.councils .tiles.promos li:nth-child(even) {
  margin-left: 2%;
}
/* line 98, sass/_content.scss */
.councils .tiles.promos .read.without-image {
  color: #000;
}

/* line 103, sass/_content.scss */
p a {
  color: #118595;
}

/* line 106, sass/_content.scss */
.tiles p a {
  color: #000;
}

/* line 109, sass/_content.scss */
#loginform, .uam_login_form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  display: block;
  margin-top: 20px;
  padding: 30px 30px 10px;
  /*width: 500px;*/
}
/* line 117, sass/_content.scss */
#loginform label, .uam_login_form label {
  color: #333;
  font-size: 13px;
  display: block;
}
/* line 123, sass/_content.scss */
#loginform .login-username input, #loginform .login-password input {
  width: 100%;
}


.uam_login_form .input_label {
  margin-bottom: 10px;
}

.uam_login_form .input {
  width: 100%;
  margin-bottom: 20px;
}

.uam_login_form {
  margin-bottom: 50px;
}

.uam_login_form .button {
  margin-top: 30px;
}

/* line 128, sass/_content.scss */
input.input {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}

/* line 133, sass/_content.scss */
input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  padding: 7px 20px;
  cursor: pointer;
}

/* line 142, sass/_content.scss */
.page-id-175 h2 {
  color: #444;
  font-family: nimbus-sans-condensed;
  font-size: 4.5em;
  font-weight: 700;
  text-shadow: 0 0 1px #000;
  text-transform: uppercase;
}

/* line 151, sass/_content.scss */
.view-resource {
  color: #118595 !important;
}

/* line 154, sass/_content.scss */
.members-page .tiles li.resource {
  padding-bottom: 0;
}

/* line 157, sass/_content.scss */
.members-page li {
  clear: both;
}

/* line 160, sass/_content.scss */
a.resource {
  color: #118595 !important;
  text-decoration: underline;
}

/* line 165, sass/_content.scss */
.truth-content h2 {
  font-family: nimbus-sans-condensed;
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 32px;
}

/* line 174, sass/_content.scss */
.tell-you {
  float: left;
  width: 328px;
}
/* line 177, sass/_content.scss */
.tell-you .tell-content {
  background: transparent url("images/ts-left-bdy-bg.png") no-repeat scroll 0 0;
  font-size: 14px;
  padding-right: 70px;
  padding-top: 35px;
}
/* line 183, sass/_content.scss */
.tell-you h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 190, sass/_content.scss */
.tell-you .header {
  background: transparent url("images/ts-left-bg.png") no-repeat scroll 0 0;
  font-family: adelle;
  font-size: 19px;
  padding: 25px 20px;
}

/* line 197, sass/_content.scss */
.not-tell {
  float: left;
  width: 380px;
  margin-left: -45px;
  margin-top: 25px;
}
/* line 202, sass/_content.scss */
.not-tell .not-content {
  background: transparent url("images/ts-right-bdy-bg.png") no-repeat scroll right bottom;
  font-size: 14px;
  padding: 0 0 20px 60px;
}
/* line 207, sass/_content.scss */
.not-tell h5 {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  padding: 0 55px 0px 60px;
}
/* line 214, sass/_content.scss */
.not-tell .header {
  background: transparent url("images/ts-right-bg.png") no-repeat scroll 0 0;
  font-family: adelle;
  font-size: 19px;
  padding: 21px 55px 37px;
}

/* line 222, sass/_content.scss */
.tough {
  background: #f2dfb4 none repeat scroll 0 0;
  border-radius: 10px;
  float: left;
  margin-top: 20px;
  max-width: 100%;
  padding: 30px;
  width: 700px;
  clear: both;
}
/* line 231, sass/_content.scss */
.tough .header {
  font-family: adelle;
  font-size: 19px;
  padding-bottom: 10px;
}
/* line 236, sass/_content.scss */
.tough .tough-content {
  background: transparent url("images/toughQ-icon.png") no-repeat scroll 0 0;
  font-size: 14px;
  padding: 20px 62px;
}

/* line 242, sass/_content.scss */
.truth-content {
  width: 100%;
  float: left;
}

/* line 246, sass/_content.scss */
.cat-pager {
  float: left;
  width: 100%;
  margin-top: 30px;
}
/* line 250, sass/_content.scss */
.cat-pager a {
  font-family: nimbus-sans-condensed;
  font-size: 28px;
  font-weight: bold;
}
/* line 255, sass/_content.scss */
.cat-pager .next {
  float: right;
}
/* line 258, sass/_content.scss */
.cat-pager .previous {
  float: left;
}

/* line 262, sass/_content.scss */
.get-started {
  margin-top: 40px;
  float: right;
  font-family: nimbus-sans-condensed;
  font-size: 28px;
  font-weight: bold;
}

/* line 270, sass/_content.scss */
.media-blog img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* line 277, sass/_content.scss */
.blog-bio.conts .cont-1, .blog-bio.conts .cont-2 {
  margin: 30px 0;
}
/* line 280, sass/_content.scss */
.blog-bio.conts img {
  width: 100%;
  height: auto;
}
/* line 284, sass/_content.scss */
.blog-bio.conts strong {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 288, sass/_content.scss */
.blog-bio.conts .morecontent {
  display: none;
}
/* line 291, sass/_content.scss */
.blog-bio.conts .show-more {
  display: inline;
}
/* line 294, sass/_content.scss */
.blog-bio.conts .remove {
  display: none;
}
/* line 297, sass/_content.scss */
.blog-bio.conts a {
  color: #118595;
}

/* line 301, sass/_content.scss */
.uncategorized {
  display: none;
}

/* line 305, sass/_content.scss */
.blog-bio img {
  float: left;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 45%;
}

/* line 313, sass/_content.scss */
span.adelle {
  line-height: 22px;
}

/* line 317, sass/_content.scss */
em {
  font-style: italic;
}

/* line 320, sass/_content.scss */
strong {
  font-weight: bold;
}

/* line 325, sass/_content.scss */
.single-press_release .content, .single-post .content {
  line-height: 25px;
}
/* line 327, sass/_content.scss */
.single-press_release .content ul, .single-press_release .content ol, .single-post .content ul {
  list-style: initial;
  margin: 25px;
  height: auto !important;
  position: inherit !important;
}


/* line 332, sass/_content.scss */
.single-press_release .content ul li, .single-press_release .content ol li, .single-post .content ul li, .single-post .content ol li {
  line-height: 25px;
  position: inherit !important;
}

/* CHANGED */
.content-area ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.content ul {
  list-style: disc;
  padding-left: 30px;
}
/* line 337, sass/_content.scss */
.single-press_release .content img, .single-post .content img {
  clear: left;
  display: block;
  height: auto;
  margin: 3px 25px 30px 0;
  max-width: 100%;
}
/* line 344, sass/_content.scss */
.single-press_release .content .aligncenter, .single-post .content .aligncenter {
  display: block;
  margin: 0 auto;
}
/* line 348, sass/_content.scss */
.single-press_release .content .alignleft, .single-post .content .alignleft {
  clear: right;
  float: left;
  margin: 5px 30px 20px 0;
}
/* line 353, sass/_content.scss */
.single-press_release .content .alignright, .single-post .content .alignright {
  float: right;
  clear: right;
  margin: 5px 0px 20px 30px;
}
/* line 358, sass/_content.scss */
.single-press_release .content a, .single-post .content a {
  color: #118595;
}

/* line 363, sass/_content.scss */
.login-links {
  margin-top: 10px;
  margin-left: 25px;
  color: #118595;
}
/* line 367, sass/_content.scss */
.login-links a {
  display: inline;
  font-size: 14px;
  margin: 6px;
  color: #118595;
}

/* line 374, sass/_content.scss */
.logout {
  float: right;
  margin-top: 10px;
  font-size: 13px;
  color: #118595;
}
/* line 379, sass/_content.scss */
.logout a {
  background: #118595 none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  padding: 4px 10px 3px;
  text-decoration: none;
}

/* line 387, sass/_content.scss */
.read.play-video {
  display: block;
  position: static;
  text-align: center;
}
/* line 391, sass/_content.scss */
.read.play-video svg {
  width: 120px;
  margin-top: -1.1em;
}

/* line 398, sass/_content.scss */
.page-template-page-topics .text-block ul {
  margin: 20px 30px;
}
/* line 401, sass/_content.scss */
.page-template-page-topics .text-block li {
  list-style: initial;
  padding: 7px;
}

@media (min-width: 1155px) and (max-width: 1355px) {
  /* line 2, sass/_responsive.scss */
  .content-centering {
    width: 90%;
    margin: 0 5%;
  }

  /* line 6, sass/_responsive.scss */
  #pull {
    display: none;
  }
}
@media (min-width: 1355px) {
  /* line 12, sass/_responsive.scss */
  #pull {
    display: none;
  }
}
@media (max-width: 1155px) {
  /* line 17, sass/_responsive.scss */
  .content-centering {
    width: 90%;
    margin: 0 5%;
  }

  /* line 22, sass/_responsive.scss */
  #navbar #searchform {
    margin-right: 20px;
  }
  /* line 25, sass/_responsive.scss */
  #navbar .menu-secondary-nav-container {
    display: none;
  }
  /* line 28, sass/_responsive.scss */
  #navbar nav#site-navigation {
    display: none;
  }

  /* line 33, sass/_responsive.scss */
  .bgdarkgray .tubepress-normal-player, .bgdarkgray iframe {
    width: 100% !important;
  }
  /* line 36, sass/_responsive.scss */
  .bgdarkgray .tubepress-thumb {
    float: left;
    clear: none;
    width: 30% !important;
  }
  /* line 41, sass/_responsive.scss */
  .bgdarkgray .tubepress-meta-group {
    width: 100% !important;
  }
  /* line 44, sass/_responsive.scss */
  .bgdarkgray .text-center {
    clear: left;
  }
  /* line 47, sass/_responsive.scss */
  .bgdarkgray .tubepress-pagination-and-thumbs {
    width: 100% !important;
  }

  /* line 52, sass/_responsive.scss */
  header .third {
    width: 50%;
  }
  /* line 55, sass/_responsive.scss */
  header .third:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 62, sass/_responsive.scss */
  .tiles li.highlight p {
    font-size: 36px;
  }

  /* line 65, sass/_responsive.scss */
  .home h3, .page h3 {
    font-size: 40px;
  }

  /* line 68, sass/_responsive.scss */
  .tiles p {
    font-size: 1.5em;
  }

  /* line 71, sass/_responsive.scss */
  .one-of-three, .two-of-three {
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  /* line 75, sass/_responsive.scss */
  .tiles.resources p {
    margin: 4em 0 1em;
  }
}
@media (max-width: 767px) {
  /* line 81, sass/_responsive.scss */
  .header-container {
    background-size: 100% 100%;
  }

  /* line 84, sass/_responsive.scss */
  header .header-social {
    display: none;
  }

  /* line 87, sass/_responsive.scss */
  .tiles li.highlight p {
    font-size: 36px;
  }

  /* line 90, sass/_responsive.scss */
  .home h3, .page h3 {
    font-size: 40px;
  }

  /* line 93, sass/_responsive.scss */
  .tiles p {
    font-size: 1.5em;
  }

  /* line 96, sass/_responsive.scss */
  .one-of-three, .two-of-three {
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  /* line 100, sass/_responsive.scss */
  .tiles.resources p {
    margin: 4em 0 1em;
  }

  /* line 103, sass/_responsive.scss */
  .tiles.resources li {
    width: 100%;
  }

  /* line 107, sass/_responsive.scss */
  header .third:nth-child(3) {
    width: 100%;
  }
  /* line 109, sass/_responsive.scss */
  header .third:nth-child(3) ul {
    display: none;
  }
  /* line 113, sass/_responsive.scss */
  header .third:nth-child(1) {
    width: 85%;
  }
  /* line 116, sass/_responsive.scss */
  header .third:nth-child(1) a {
    width: 170px;
    display: block;
    margin: 0 auto;
  }

  /* line 125, sass/_responsive.scss */
  .mission {
    font-size: 1.5em;
  }

  /* line 129, sass/_responsive.scss */
  .tiles li {
    width: 100% !important;
    margin: 0 0 30px !important;
  }

  /* line 134, sass/_responsive.scss */
  .icons li {
    width: 33%;
    margin-bottom: 20px;
  }
  /* line 137, sass/_responsive.scss */
  .icons li a {
    font-size: 1.5em;
  }

  /* line 141, sass/_responsive.scss */
  .tiles .thumbnail {
    width: 30%;
    height: 130px;
  }
  /* line 144, sass/_responsive.scss */
  .tiles .thumbnail iframe {
    height: 130px !important;
  }

  /* line 148, sass/_responsive.scss */
  .tiles .rightContent {
    width: 68% !important;
    margin-left: 2% !important;
  }

  /* line 152, sass/_responsive.scss */
  .members .listing {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
@media (max-width: 480px) {
  /* line 159, sass/_responsive.scss */
  header .nfi-logo {
    margin-bottom: 0 !important;
  }

  /* line 162, sass/_responsive.scss */
  header .header-social {
    display: none;
  }

  /* line 166, sass/_responsive.scss */
  .bgdarkgray .tubepress-normal-player, .bgdarkgray iframe {
    width: 100% !important;
  }
  /* line 169, sass/_responsive.scss */
  .bgdarkgray .tubepress-thumb {
    float: left;
    clear: none;
    width: 100% !important;
  }
  /* line 174, sass/_responsive.scss */
  .bgdarkgray .tubepress-meta-group {
    width: 100% !important;
  }
  /* line 177, sass/_responsive.scss */
  .bgdarkgray .text-center {
    clear: left;
  }
  /* line 180, sass/_responsive.scss */
  .bgdarkgray .tubepress-pagination-and-thumbs {
    width: 100% !important;
  }

  /* line 184, sass/_responsive.scss */
  .tiles li.highlight p {
    font-size: 24px;
    line-height: 30px;
  }

  /* line 188, sass/_responsive.scss */
  .home h3, .page h3 {
    font-size: 40px;
  }

  /* line 191, sass/_responsive.scss */
  .tiles p {
    font-size: 1.0em;
  }

  /* line 194, sass/_responsive.scss */
  .icons li {
    width: 49%;
    margin-bottom: 20px;
  }
  /* line 197, sass/_responsive.scss */
  .icons li a {
    font-size: 1.5em;
  }

  /* line 201, sass/_responsive.scss */
  .tiles.resources p {
    margin: 6em 0 1em;
  }

  /* line 204, sass/_responsive.scss */
  .fleft {
    width: 100%;
    margin: 0 0 50px !important;
  }

  /* line 208, sass/_responsive.scss */
  ul.social {
    display: block;
    margin: 0 calc(50% - 164px);
    width: 329px;
  }

  /* line 213, sass/_responsive.scss */
  .tiles .thumbnail {
    width: 100%;
    height: 200px;
  }
  /* line 216, sass/_responsive.scss */
  .tiles .thumbnail iframe {
    height: 200px !important;
  }

  /* line 220, sass/_responsive.scss */
  .tiles .rightContent {
    width: 100% !important;
    margin: 20px 0 0 !important;
  }

  /* line 224, sass/_responsive.scss */
  .members .listing {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
.lcp_thumbnail{ float: left; }

.lcp_catlist li{ clear: both; 
		list-style: none;
  
	}
}

.post-6064 .entry-title, .page-id-6066 .entry-title, .post-6067 .entry-title {
  text-align: center;
  margin-top: 40px;
}

.post-6064 header, .post-6066 header, .post-6067 header{
  height: auto;
}

.message.register {
  display: none;
}

.tml {
    float: none;
    margin: 0 auto;
}
.tml .message {
  border: none;
    background-color: transparent;
}



.categories-list {
  text-align: center;
}

.categories-list li {
  display: inline-block;
  font-size: 40px;
  padding: 0 20px;
}

.banner h2.black-text {
  color: black;
  text-shadow: none;
} 

.page .banner.video-banner {
   min-height: initial;
   display: block;
}
.banner p {
  text-align: center;
}

.banner .row {
  position: relative;
}

.banner.small-banner {
  min-height: initial;
}

.term-mercury-blog .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #118595;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.page-template-page-videoblogs .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #286E90;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.term-dish-on-fish .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #5EAA26;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.term-media-blog .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #008841;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.page-template-page-pressrelease-blog .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #40B8E0;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.term-bsb-blog .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #E6A834;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.term-health-and-nutrition .banner .row.column:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 15px;
    background-color: #5EAA26;
    
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.comments-title {
  margin-bottom: 20px;
  font-size: 20px;
}
ol.comment-list {
  padding-left: 20px;
  margin-bottom: 50px;
}

.comments-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}

td img {
  width: 70px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 15px;
}

.about-content .children {
  display: none;
}

.screen-reader-text {
	display: none;
}

.seafood-sidebar {
	padding: 20px 32px 20px 32px!important;
    line-height: 1.2!important;
	font-weight: bold!important;
}

.seafood-sidebar ul li {
	border-bottom: 0!important;
    border: 0!important;
    padding: 0; margin: 0 0 5px 10px;
    font-weight: normal!important;
}

.seafood-sidebar a {
        color: #118595!important;
}


#sample_table {
	border: 1px solid #1A9AAC;
}

#sample_table thead th {
	background: #1A9AAC;
    color: #0B4F59;
	padding: 10px 0;
	padding-left: 20px;
    line-height: 18px;
}

#sample_table tbody tr {
	border-bottom: 1px solid #ffffff;
    background: #C0E6EC;
}

#sample_table tbody tr:last-child {
	border-bottom: none;
}

#sample_table tbody td {
    padding-left: 20px;
	font-size: 13px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sample_table tbody tr td:first-child {
	font-size: 11px;
    line-height: 17px;
    padding: 10px 0 10px 20px;
    color: #0B4F59;
    font-weight: bolder;
vertical-align: middle;
}

#sample_table ul li {
	    line-height: 21px;
		font-size: 13px;
        color: #0B4F59;
        margin-bottom: 10px;
}

#sample_table ul {
	padding-left: 0;
    margin-top: 0;
}

.updated_title h2 {
	position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.updated_title h2:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 10px;
    background-color: #D8D8D8;
    z-index: 1;
}

.updated_title h2:after {
      content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 10px;
    background-color: #D8D8D8;
    z-index: 1;
}

.page .promo_header:before,
.page .promo_header:after {
	display: none;
}

.page .promo_header {
	margin-top: 30px;
    text-align: left;
    float: none;
    clear: both;
    margin: 20px 0 25px;
    /* font-size: 2em; */
	line-height: 1.2em;
	font-family: "adelle", serif;
    font-weight: normal;
    text-transform: none;
}

.banner img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 520px) {
  body h1.nimbus {
    font-size: 3em !important;
  }
  
  body .two-of-three .content {
		padding-right: 0;
	}

 body #sample_table thead th {
		    line-height: 14px;
		    font-size: 12px;
		    padding-right: 5px;
		    padding-left: 5px;
	}
}


@media (max-width: 650px) {
    /* Force table to not be like tables anymore */
	#sample_table, #sample_table thead, #sample_table tbody, #sample_table th, #sample_table td, #sample_table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#sample_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	
	#sample_table td { 
		/* Behave  like a "row" */
		position: relative;
		padding-left: 50%; 
	}
	
	#sample_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: -3px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#sample_table td:nth-of-type(1):before { content: ""; }
	#sample_table td:nth-of-type(2):before { content: "OMEGA-3 DHA"; }
	#sample_table td:nth-of-type(3):before { content: "CALCIUM"; }
	#sample_table td:nth-of-type(4):before { content: "VITAMIN D"; }
	#sample_table td:nth-of-type(5):before { content: "IRON"; }
	
	#sample_table ul li { top: 20px !important; }
    #sample_table ul { margin-left: 5px; }
	
}

.video-grid li {
  /*display: -ms-grid; 
  display: grid;

  grid-template-columns: repeat(3, minmax(320px, 1fr));
  grid-gap: 15px;*/
  display: inline-block;
  width: calc(32% - 20px);
  margin: 10px;
  vertical-align: top;
  
}


@media (max-width: 979px) {

  .video-grid li {
    /*grid-template-columns: repeat(2, 1fr);*/
    width: calc(49% - 20px);
    margin: 10px;
  }

}

@media (max-width: 700px) {
.video-grid li {
    width: 100%;
    margin: 10px 0;
  }
}


h1 {
	line-height: 1.2em;
}

img.aligncenter {
	float: none;
	margin: 10px auto;
	display: block;
	width: auto;
  max-width: 100%;
  height: auto;
}

.seafood-and-immunity-table tr td:first-of-type{
	width: 85px;
	padding-right: 10px;
}

.wp-block-table {
	overflow-x: unset; 
}

.embed-yt-lazy-logo {
  display: none !important
}


.dataTables_wrapper {
  padding: 15px 0;
  max-width: 1300px;
  overflow-x: auto;
}

.dataTables_length {
  display: none !important;
}

.dataTables_filter {
  float: left !important;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #118595 !important;
  color: white;
}

.tablepress tfoot th:hover, .tablepress thead th:hover {
  background-color: #0B4F59 !important;
}

/*.tablepress th:nth-of-type(1),
.tablepress td:nth-of-type(1),
.tablepress th:nth-of-type(2),
.tablepress td:nth-of-type(2)
.tablepress th:nth-of-type(4),
.tablepress td:nth-of-type(4)
.tablepress th:nth-of-type(5),
.tablepress td:nth-of-type(5)
.tablepress th:nth-of-type(6),
.tablepress td:nth-of-type(6)
.tablepress th:nth-of-type(7),
.tablepress td:nth-of-type(7)
.tablepress th:nth-of-type(8),
.tablepress td:nth-of-type(8)
.tablepress th:nth-of-type(9),
.tablepress td:nth-of-type(9)
.tablepress th:nth-of-type(10),
.tablepress td:nth-of-type(10)
.tablepress th:nth-of-type(11),
.tablepress td:nth-of-type(11)
.tablepress th:nth-of-type(12),
.tablepress td:nth-of-type(12)
.tablepress th:nth-of-type(19),
.tablepress td:nth-of-type(19)
.tablepress th:nth-of-type(22),
.tablepress td:nth-of-type(22)
.tablepress th:nth-of-type(23),
.tablepress td:nth-of-type(23),*/
.column-1,
/*.column-2,*/
/*.column-3,*/
.column-4,
/*.column-5,*/
/*.column-6,*/
/*.column-7,*/
/*.column-8,*/
.column-9,
.column-10,
.column-11,
.column-12,
.column-13,
.column-14,
.column-15,
.column-16,
.column-17,
.column-18,
.column-19,
.column-20,
.column-21,
.column-22,
.column-23 {
  display: none;
}

.slick-slide figure {
  display: flex;
    flex-direction: column-reverse;
}

.content-post-180 {
  max-width: 1600px;
}

.page-id-180 #post-180 .entry-header {
  text-align: center;
}

.page-id-180 #post-180 .article-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 15px;
}

.staff-bios-container {
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-template-rows: max-content;
}

.staff-bio-item {
  display: grid;
  grid-template-columns: 85px 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;

  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.staff-bio-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: rgba(255, 255, 255, .1);
}

.staff-bio-item__text {
  padding-right: 20px;
}

.staff-bio-item__text ul {
  margin-top: .7rem;
  list-style: disc;
  padding-left: 25px;
}

.staff-bio-item__header {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2rem;
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .page-id-180 #post-180 .article-inner {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .staff-bios-container {
    grid-template-columns: 1fr;
  }

}

.leadership-bios-container {
  width: 100%;
  display: grid;

  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}


@media (max-width: 979px) {
  .leadership-bios-container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .staff-bios-container {
    grid-template-columns: 1fr;
  }

}
.leadership-bio-item {
  border: 2px solid  black;
  text-align: center;
}

.leadership-bio-item p {
  color: #555;
  margin-bottom: 10px;
}

.leadership-bio-item__image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.leadership-bio-item__text {
  padding: 0 15px;
}

 .leadership-bio-item .leadership-bio-item__name {
   margin-bottom: 0;
 }

.leadership-bio-item .leadership-bio-item__header {
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
  color: black;
}