@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/**
 *  @file base.css
 */
html {
  min-width: 1000px; }

body {
  background: #f2f4f5;
  color: #7e888d;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6em; }

em {
  font-style: italic; }

p {
  padding: 28px 0 0; }

p:first-child {
  padding: 0; }

strong {
  font-weight: 700; }

blockquote {
  padding: 28px 25px 0; }

blockquote p {
  border-left: 2px solid #3498db;
  padding: 14px 0 0 25px;
  color: #3498db;
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400; }

blockquote p:first-child {
  padding: 0 0 0 25px; }

a {
  color: #3498db;
  text-decoration: none; }

ol,
ul,
.item-list ul {
  margin: 0;
  padding: 0; }

.node ol,
.node ul,
.node .item-list ul,
.taxonomy-term ol,
.taxonomy-term ul,
.taxonomy-term .item-list ul {
  padding: 0; }

ul li,
ul li.leaf,
ul.menu li,
.item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.content li {
  background-image: url("../img/li.png");
  background-repeat: no-repeat;
  background-position: 18.5px 10px;
  color: #7e888d;
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  padding: 3px 0 0 48px; }

.content li:first-child {
  background-position: 19px 7px;
  padding: 0 0 0 48px; }

.node .contextual-links li {
  background: none;
  font-style: normal;
  padding: 0; }

.section-title {
  color: #2976aa;
  font-family: "Roboto Condensed";
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase; }

.page-welcome .section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 12px #B0B0B0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em; }

h1 {
  color: #4c5763;
  font-size: 26px;
  font-weight: 500; }

h2 {
  color: #4c5763;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0 0 14px;
  text-transform: uppercase; }

h4 {
  font-weight: 700;
  padding: 24px 0 0; }

form {
  background: #f1f4f6;
  padding: 20px; }

.form-item, .form-actions, .webform-client-form .form-item {
  margin: 0;
  padding: 25px 0 0; }

.form-item:first-child {
  padding: 0; }

.webform-component-fieldset {
  margin: 25px 0 0;
  overflow: hidden;
  padding: 5px 0 0; }

.webform-component-fieldset .form-item {
  float: left;
  padding-top: 0;
  margin-left: 40px; }

.webform-component-fieldset .form-item:first-child {
  margin-left: 0; }

.form-item.form-type-radio, .form-item.form-type-checkbox {
  overflow: hidden;
  padding: 8px 0 0; }

.form-item.form-type-radio:first-child, .form-item.form-type-checkbox:first-child {
  padding: 0; }

label, form .description, .form-item .description, .fieldset-legend {
  color: #7e888d;
  font-family: "Noticia Text";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2em; }

.fieldset-legend {
  display: block;
  font-size: 14px;
  font-style: italic; }

label {
  padding: 0 0 8px; }

form .description, .form-item .description {
  padding: 8px 0 0; }

input, textarea, select, .button, .red-button, .blue-button {
  background: #fff;
  border: 1px solid #eaebed;
  border-radius: 0;
  color: #939aa1;
  display: block;
  font-family: "Roboto";
  font-size: 18px;
  margin: 0;
  padding: 8px 20px;
  width: 250px;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  outline: 0; }

.form-item.form-type-radio label, .form-item.form-type-checkbox label {
  float: left;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.2em; }

input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 1px 10px 1px 1px;
  padding: 0;
  width: auto; }

.error, .form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid #e74c3c; }

input[type="submit"], .button, .blue-button, .red-button {
  background: #3598db;
  border: 0;
  border-bottom: 5px solid #2c82bb;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300; }

input[type="submit"]:active, .button:active, .blue-button:active, .red-button:active {
  border-bottom-width: 2px;
  margin-top: 3px; }

.button, .blue-button, .red-button {
  display: block;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none; }

.red-button {
  background: #e74c3c;
  border-bottom-color: #bd3e31; }

img {
  display: block;
  margin: 0; }

#logo img {
  display: inline; }

.field-item th {
  font-weight: 700; }

.field-item td, .field-item th {
  padding: 5px 0 5px 25px; }

.field-item tr td:first-child, .field-item tr th:first-child {
  padding-left: 0; }

.page-media h1, .page-newsletters h1 {
  display: none; }

/**
 *  @file blocks.css
 *  @description Block styles
 */
/**
 *  Any block with .big-title class
 */
.big-title h2 {
  color: #4c5763;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none; }

/**
 *  Any block with .industry-impact-initiatives class
 */
.industry-impact-initiatives {
  background: url("../../img/industry-impact-initiatives.jpg") no-repeat center;
  background-size: cover; }

/**
 *  Menu block with .nav class
 */
.nav .menu {
  display: flex; }

.nav .menu li {
  padding: 0 0 0 40px; }

.nav .menu li:first-child {
  padding: 0; }

.nav .menu a {
  color: #71747f;
  font-family: "Noticia Text";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  text-decoration: none;
  -webkit-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -moz-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -o-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  transition: background linear 0.2s, border-bottom-color linear 0.2s; }

/**
 *  Menu block with .big class
 *
 *  @requires   .nav styles
 *  @example    Main menu
 */
.nav.big .menu a {
  font-size: 18px; }

/**
 *  Menu block with .nav class, in div.footer
 */
.footer .nav .menu a {
  color: #878d94; }

/**
 * Menu block in top part of the header.
 */
.header-top .nav .menu a {
  font-style: normal; }

/**
 *  Menu block with .main-menu class
 *
 *  @requires   .big, .nav styles
 *  @example    Main Menu block
 */
.main-menu .menu > li {
  position: relative;
  padding: 0;
  margin-left: 40px; }
  .main-menu .menu > li a {
    display: block;
    padding: 2.5rem 0; }

.main-menu .menu li.expanded:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -7px;
  height: 7px;
  width: 100%;
  background-color: #0E5175; }

.main-menu .menu li > .menu {
  display: none;
  position: absolute;
  top: calc(100% + 7px);
  z-index: 99;
  min-width: 365px;
  background-color: blue; }
  .main-menu .menu li > .menu li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0; }
    .main-menu .menu li > .menu li:nth-child(1) {
      background-color: #0e5175; }
    .main-menu .menu li > .menu li:nth-child(2) {
      background-color: #11618c; }
    .main-menu .menu li > .menu li:nth-child(3) {
      background-color: #1371a3; }
    .main-menu .menu li > .menu li:nth-child(4) {
      background-color: #1680b9; }
    .main-menu .menu li > .menu li:nth-child(5) {
      background-color: #1990d0; }
    .main-menu .menu li > .menu li:nth-child(6) {
      background-color: #1e9fe4; }
    .main-menu .menu li > .menu li:nth-child(7) {
      background-color: #35a9e7; }
    .main-menu .menu li > .menu li:nth-child(8) {
      background-color: #4cb2ea; }
    .main-menu .menu li > .menu li:nth-child(9) {
      background-color: #63bcec; }
    .main-menu .menu li > .menu li:nth-child(10) {
      background-color: #79c6ef; }
    .main-menu .menu li > .menu li:hover {
      background-color: #132647 !important; }
    .main-menu .menu li > .menu li a {
      padding: 1.25rem 1.5rem;
      color: #FFFFFF;
      font-size: 1.125rem;
      line-height: 1.2; }

.main-menu .menu li:nth-last-child(2) > .menu, .main-menu .menu li:last-child > .menu {
  right: 0; }

.main-menu .menu li:hover:after {
  display: block; }

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

.main-menu .menu a {
  color: #454954;
  font-size: 1.25rem;
  font-style: normal; }

/**
 *  Menu block .sub-main-menu class
 *
 *  @requires   .nav styles
 *  @example    Industry Impact page, sub menu below section title
 */
.sub-main-menu .menu li {
  margin-left: 20px;
  padding: 0; }

.sub-main-menu .menu li.first {
  margin-left: 0; }

.sub-main-menu .menu a {
  background: #3fa3e7;
  border-bottom: 5px solid #2e87c3;
  color: #fff;
  display: block;
  font-family: "Roboto";
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1em;
  padding: 9px 0 6px;
  text-align: center;
  text-transform: uppercase;
  width: 235px; }

/**
 *  Menu block with .button-menu class
 *
 *  @example    About page, Join Today menu block
 */
.button-menu .menu li {
  padding: 15px 0 0; }

.button-menu .menu li.first {
  padding: 0; }

.button-menu .menu a {
  background: #f1f4f6;
  border-bottom: 5px solid #e2e5e7;
  color: #e74c3c;
  display: block;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -moz-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -o-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  transition: background linear 0.2s, border-bottom-color linear 0.2s; }

.button-menu .menu a:hover {
  background: #e1e8ec;
  border-bottom: 5px solid #d4d8db; }

/**
 *  Menu block with .stacked-button-menu class
 */
.stacked-button-menu .view-header {
  padding: 0; }

.stacked-button-menu .menu li,
.stacked-button-menu .view-header p {
  border-bottom: 1px solid #e2e5e7;
  border-top: 1px solid #ffffff; }

.stacked-button-menu .menu a,
.stacked-button-menu .view-header p a {
  background: #f1f4f6;
  color: #8c99a6;
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  padding: 16px 30px;
  text-decoration: none;
  text-transform: uppercase; }

.stacked-button-menu .menu a.active-trail,
.stacked-button-menu .menu a:hover,
.stacked-button-menu .view-header p a:hover {
  background: #e2e8ec;
  border-left: 5px solid #3498db;
  padding-left: 25px; }

.stacked-button-menu .menu li.first a {
  border-top: 0; }

.stacked-button-menu .menu li.last {
  border-bottom: 5px solid #e2e5e7; }

/**
 *  Menu item with .blue-button class
 */
.menu .blue-button,
.block .menu .blue-button {
  background: #4daff2;
  border-bottom-color: #3992cf;
  color: #fff;
  width: auto; }

.menu .blue-button:hover,
.block .menu .blue-button:hover {
  background: #2898e4;
  border-bottom-color: #2979ae; }

/**
 *  Custom Header Social Icons block, Custom Footer Social Icons block
 */
#block-awo-blocks-header-social-icons .block-content {
  display: flex; }
  #block-awo-blocks-header-social-icons .block-content .menu {
    margin: 0 2rem 0 2.5rem;
    padding: 0.75rem 2.5rem;
    border-left: 1px solid #1CA1EA;
    border-right: 1px solid #1CA1EA; }

.icon, .nav .menu .icon {
  display: block;
  height: 24px;
  margin: 0 0 0 25px;
  padding: 0; }

.icon:first-child, .nav .menu .icon:first-child {
  margin: 0; }

.icon {
  font-size: 1rem; }

.search-toggle {
  padding: 0.75rem 1rem 0.75rem 0;
  margin: 0; }
  .search-toggle .fa-times {
    font-size: 1.45rem; }

.awo-photo a {
  background: url("../../img/awo_photo_icon.png") no-repeat;
  outline: 0;
  width: 22px; }

li.like, .nav .menu li.like, li.follow, .nav .menu li.follow {
  padding: 3px 0 0; }

/**
 *  Text block with .copyright class
 */
.copyright p {
  color: #7e8082;
  font-size: 12px;
  text-align: center; }

/**
 *  Text block with .address class
 */
.address p {
  color: #878d94;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  padding: 12px 0 0; }

.address p:first-child,
.address h3 + p {
  padding: 0; }

.address h3 {
  font-family: "Noticia  Text";
  font-size: 16px;
  font-style: italic;
  font-weight: 400; }

/**
 *  Custom block with .spotlight class
 */
.spotlight a {
  display: block;
  position: relative;
  overflow: hidden; }

.spotlight span {
  color: white;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 99; }

.spotlight .video-title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto";
  top: 40px; }

.spotlight .call-to-action {
  font-family: "Noticia Text";
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  top: 120px; }

.spotlight .call-to-action:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  content: '';
  margin-left: 10px;
  top: 4px;
  position: absolute; }

/**
 *  Custom block with .spotlight-red class
 *
 *  @requires   .spotlight styles
 */
.spotlight-red .call-to-action {
  color: #e85d50; }

.spotlight-red .call-to-action:after {
  border-left: 6px solid #e85d50; }

/**
  * Sidebar Node Block for page previews
  */
.page-spotlight .overlay-wrapper {
  position: relative;
  overflow: hidden; }

.page-spotlight .overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50; }

.page-spotlight .overlay-wrapper .hover-eye {
  background: url("../img/sprite.png") no-repeat -218px -113px;
  height: 25px;
  margin: -12px 0 0 -20px;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 40px;
  z-index: 55;
  -webkit-transition: top linear 0.1s;
  -moz-transition: top linear 0.1s;
  -o-transition: top linear 0.1s;
  transition: top linear 0.1s; }

.page-spotlight:hover .overlay-wrapper .hover-eye {
  top: 50%; }

.page-spotlight .overlay-wrapper .dark-blue {
  background-color: rgba(23, 80, 146, 0.39);
  -webkit-transition: background-color linear 0.1s;
  -moz-transition: background-color linear 0.1s;
  -o-transition: background-color linear 0.1s;
  transition: background-color linear 0.1s; }

.page-spotlight:hover .overlay-wrapper .dark-blue {
  background-color: rgba(6, 51, 104, 0.79); }

.page-spotlight .views-field-field-thumbnail {
  border-top: 5px solid #174f91;
  margin-bottom: 20px; }

.page-spotlight .views-field-body {
  color: #515e6c;
  font-size: 20px;
  font-weight: 400; }

.page-spotlight .views-field-body a {
  color: #e74c3c;
  font-weight: 300; }

/**
 *  Node Block styles for Action Buckets
 *
 *  Action Buckets are displayed on the bottom of the front page
 */
.big-title.industry-impact-title h2 {
  text-align: center;
  text-transform: uppercase; }

.front .sliding-content .block-nodeblock, .section-member .sliding-content .views-row {
  float: left;
  margin: 0 0 0 50px; }

.front .sliding-content .block-nodeblock:first-child, .section-member .sliding-content .views-row-first {
  margin-left: 0px; }

.action-bucket .slide-up, .action-bucket .no-slide-up, .action-bucket .css-slide-up {
  font-family: 'RobotoCondensed','Roboto'; }

.section-member #below {
  background: url("../../img/bottom-buckets-bg.jpg") no-repeat;
  background-size: cover;
  margin: 20px 0 0 0;
  padding: 45px 0 0 0;
  height: 507px; }

#pre-footer {
  background: #fff; }

/* first action bucket */
.sliding-content .block-nodeblock:first-child .action-bucket .slide-up, .sliding-content .block-nodeblock:first-child .action-bucket .css-slide-up, .sliding-content .block-nodeblock:first-child .action-bucket .no-slide-up {
  background: rgba(94, 187, 251, 0.9); }

.sliding-content .views-row .block-nodeblock:first-child .action-bucket .slide-up, .sliding-content .views-row .block-nodeblock:first-child .action-bucket .css-slide-up, .sliding-content .views-row .block-nodeblock:first-child .action-bucket .no-slide-up {
  background: rgba(94, 187, 251, 0.9); }

.sliding-content .block-nodeblock:first-child .action-bucket h2 {
  background: #3498db; }

.member-bottom-buckets .sliding-content .block-nodeblock:first-child .action-bucket h2 {
  background: rgba(52, 153, 220, 0.85); }

.sliding-content .block-nodeblock:first-child .action-bucket h2:after {
  border-top-color: #3498db; }

.member-top-buckets .views-row .block-nodeblock:first-child .action-bucket .no-slide-up {
  background: rgba(94, 187, 251, 0.9); }

.member-top-buckets .views-row .block-nodeblock:first-child .action-bucket .no-slide-up {
  background: rgba(94, 187, 251, 0.9); }

.member-bottom-buckets .views-row:first-of-type .block-nodeblock .action-bucket h2:after {
  border-bottom: 20px solid #5ebbfb; }

/* second action bucket */
.sliding-content .block-nodeblock:first-child + .block-nodeblock .action-bucket .slide-up, .sliding-content .block-nodeblock:first-child + .block-nodeblock .action-bucket .css-slide-up, .sliding-content .block-nodeblock:first-child + .block-nodeblock .action-bucket .no-slide-up {
  background: rgba(24, 81, 143, 0.9); }

.member-top-buckets .views-row:nth-child(2) .block-nodeblock .action-bucket .no-slide-up {
  background: rgba(24, 81, 143, 0.9); }

.sliding-content .block-nodeblock:first-child + .block-nodeblock .action-bucket h2 {
  background: #175092; }

.member-top-buckets .views-row:nth-child(2) .block-nodeblock .action-bucket h2 {
  background: #175092; }

.member-bottom-buckets .views-row:nth-child(2) .block-nodeblock .action-bucket h2 {
  background: rgba(21, 78, 145, 0.8); }

.sliding-content .block-nodeblock:first-child + .block-nodeblock .action-bucket h2:after {
  border-top-color: #175092; }

.member-top-buckets .views-row:nth-child(2) .block-nodeblock .action-bucket h2:after {
  border-top-color: #175092; }

.member-bottom-buckets .views-row:nth-child(2) .block-nodeblock .action-bucket h2:after {
  border-bottom: 20px solid #34dfbd; }

/* last action bucket */
.sliding-content .block-nodeblock .action-bucket .slide-up, .sliding-content .block-nodeblock .action-bucket .css-slide-up, .sliding-content .block-nodeblock .action-bucket .no-slide-up {
  background: rgba(13, 40, 72, 0.9); }

.member-top-buckets .views-row:last-of-type .block-nodeblock .action-bucket .no-slide-up {
  background: rgba(13, 40, 72, 0.9); }

.member-top-buckets .views-row:last-of-type .block-nodeblock .action-bucket h2 {
  background: #0d2848; }

.member-bottom-buckets .views-row:last-of-type .block-nodeblock .action-bucket h2 {
  background: rgba(44, 60, 80, 0.9) !important; }

.member-top-buckets .views-row:last-of-type .block-nodeblock .action-bucket h2:after {
  border-bottom-color: transparent;
  border-top-color: #0d2848; }

.member-bottom-buckets .views-row:last-of-type .block-nodeblock .action-bucket h2:after {
  border-bottom: 20px solid #f1c948 !important;
  border-top-color: #0d2848; }

.sliding-content .block-nodeblock .action-bucket {
  height: 150px;
  width: 300px; }

.member-bottom-buckets .sliding-content .views-row .block-nodeblock .action-bucket {
  height: 400px;
  width: 300px; }

.member-bottom-buckets .sliding-content img {
  position: absolute; }

.member-bottom-buckets .views-row .block-nodeblock .action-bucket .slide-up, .member-bottom-buckets .views-row .block-nodeblock .action-bucket .css-slide-up, .member-bottom-buckets .sliding-content .block-nodeblock .action-bucket .slide-up {
  background: none !important; }

/* default action bucket */
.action-bucket .slide-up h2, .action-bucket .css-slide-up h2, .action-bucket .no-slide-up h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #0d2848;
  color: white;
  font-size: 40px;
  height: 150px;
  line-height: 31px;
  letter-spacing: .02em;
  margin: 0;
  padding: 0px 25px 0 25px;
  position: relative;
  text-transform: uppercase;
  width: 251px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-family: "Roboto Condensed"; }

.member-top-buckets .sliding-content h2 {
  font-size: 36px;
  line-height: 2.3rem; }

.member-bottom-buckets .action-bucket .slide-up h2, .member-bottom-buckets .action-bucket .css-slide-up h2 {
  height: 95px;
  font-family: "Roboto Condensed";
  font-size: 30px !important;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 2rem; }

.action-bucket h2:after {
  height: 0px;
  border: 20px solid transparent;
  border-top-color: #0d2848;
  content: ' ';
  position: absolute;
  bottom: -40px;
  left: 30px;
  width: 0px; }

.member-bottom-buckets .action-bucket h2:after {
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-top-color: transparent !important;
  content: ' ';
  position: absolute;
  transition: .2s all;
  bottom: -20px;
  left: 45px;
  width: 0px; }

.member-bottom-buckets .action-bucket .css-slide-up {
  bottom: 0; }

.member-bottom-buckets .action-bucket:hover .css-slide-up {
  bottom: calc(100% - 215px);
  /*** should be 100% - element height   ***/ }

.member-bottom-buckets .action-bucket:hover h2:after {
  bottom: 0px; }

.action-bucket .revealed {
  height: 120px;
  padding: 30px 30px 0;
  width: 240px; }

.member-bottom-buckets .views-row:first-of-type .action-bucket .revealed {
  height: 120px;
  padding: 0;
  width: 300px;
  position: relative;
  background: #5ebbfb !important; }

.member-bottom-buckets .views-row .action-bucket .revealed {
  height: 120px;
  padding: 0;
  width: 300px;
  position: relative;
  background: #34dfbd !important; }

.member-bottom-buckets .views-row:last-of-type .action-bucket .revealed {
  height: 120px;
  padding: 0;
  width: 300px;
  position: relative;
  background: #f1c948 !important; }

.member-bottom-buckets .action-bucket .revealed {
  height: 120px;
  padding: 0;
  width: 300px;
  position: relative;
  background: #3498db; }

.member-bottom-buckets .action-bucket .revealed a {
  background: url("../../img/arrow.png") no-repeat 263px 17px;
  display: block;
  width: 240px;
  height: 100%;
  padding: 15px 25px 25px;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-size: 19px;
  letter-spacing: .12rem; }

.action-bucket .revealed .field {
  padding: 0; }

.action-bucket .revealed a {
  color: white;
  font-size: 20px;
  text-decoration: underline; }

/**
 *  Search block placed in div.region-search
 */
.region-search .block-search h2 {
  display: none; }

.region-search .container-inline {
  display: flex;
  align-items: center; }
  .region-search .container-inline .form-item {
    width: 100%; }

.region-search form {
  padding: 0;
  background: none; }

.region-search .form-actions {
  padding: 0;
  width: auto; }

.region-search input[type="text"] {
  background: #0E5175;
  border: 0;
  color: #FFFFFF;
  font-family: "Roboto";
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  width: 100%; }
  .region-search input[type="text"]::-webkit-input-placeholder {
    color: #FFFFFF; }

.region-search input[type="submit"] {
  display: inline-block;
  width: 25px;
  padding: 0;
  background: transparent;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.region-search .close-search {
  background: url("../img/sprite.png") no-repeat -224px -30px;
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 18px; }

/**
 *  Webform nodeblock with .email-signup class
 */
.email-signup.block {
  border-top: 2px solid #e2e5e7; }

body {
  overflow-x: hidden; }

.email-signup.block > h2 {
  color: #2976aa;
  cursor: pointer;
  font-family: "Noticia Text";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none; }

.email-signup.block .block-content {
  border-bottom: 5px solid #e2e5e7;
  display: none; }

.email-signup.block p {
  color: #8c939a;
  font-family: "Noticia Text";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400; }

.email-signup.block input[type="submit"] {
  background: #4daff2;
  border-bottom-color: #3992cf;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 162px; }

/**
 *  Block with .member-disclaimer class
 *
 *  @example  http://americanwaterways.com/member/safety-committee-meetings
 */
.member-disclaimer.block h2 {
  background: #fff;
  color: #e74c3c;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 8px 0;
  text-align: center;
  text-transform: none; }

div#block-block-3.block.block-block.member-disclaimer.contextual-links-region {
  text-align: center;
  text-align: -webkit-center; }

div#block-block-3.block.block-block.member-disclaimer.contextual-links-region h2 {
  min-width: 1100px;
  padding-bottom: 0; }

div#block-block-3.block.block-block.member-disclaimer.contextual-links-region .block-content {
  padding-left: 50px;
  padding-top: 0px; }

div#block-block-3.block.block-block.member-disclaimer.contextual-links-region p {
  min-width: 767px;
  max-width: 1000px;
  margin: auto; }

.member-disclaimer.block .block-content {
  background: #fff;
  padding: 16px; }

.member-disclaimer.block p {
  color: #8c9196; }

.member-top-text {
  float: left;
  padding: 55px 186px;
  text-align: center; }

.section-member #above::after {
  background: url("../../img/memline.png") no-repeat center center;
  height: 5px;
  width: 100%;
  content: "";
  position: absolute;
  margin-top: -22px;
  margin-bottom: 40px;
  padding: 30px 0; }

/**
 * Block with .rcp-transition-second-menu class
 */
.rcp-transition-second-menu h2 {
  display: none; }

/**
 * Eyebrow menu
 */
div#block-menu-menu-eyebrow-menu li {
  padding-left: 20px; }

/* Hide "Member Dashboard" title */
article[about="/member/dash"] h1 {
  display: none; }

.image-node-queue-block {
  padding: 50px 0;
  margin: 30px 0;
  position: relative;
  z-index: 1; }

.image-node-queue-block h2 {
  font-size: 26px; }

.block-nodeblock .node-image-queue .see-more {
  font-size: 26px;
  font-weight: 100;
  color: #7E888D;
  float: right;
  margin-top: -30px;
  margin-bottom: 0;
  padding-right: 15px;
  position: relative;
  line-height: 0; }

.block-nodeblock .node-image-queue .see-more:after {
  content: '';
  display: block;
  width: 8px;
  position: absolute;
  border: 2px solid transparent;
  border-right-color: #2976AA;
  border-top-color: #2976AA;
  margin-left: 10px;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 50%;
  transform-origin: right;
  height: 8px; }

.node-image-queue .field-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  width: calc(100% + 20px);
  transform: translateX(-10px); }

.block-nodeblock .node-image-queue .field-items {
  max-height: 490px; }

.node-image-queue .field-items .field-item.preview {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: background-size 0.5s;
  transition-delay: 0.5s;
  width: 240px;
  height: 240px;
  position: relative; }
  .node-image-queue .field-items .field-item.preview img {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    transition: opacity 0.5s; }
  .node-image-queue .field-items .field-item.preview.-loaded {
    background-size: 0% 0%; }
    .node-image-queue .field-items .field-item.preview.-loaded img {
      opacity: 1; }
  .node-image-queue .field-items .field-item.preview:not(.-lazy) img.js {
    display: none; }
  .node-image-queue .field-items .field-item.preview:not(.-lazy) img:not(.js) {
    opacity: 1; }

.node-image-queue .field-items .field-item {
  margin: 0 5px 10px;
  padding: 0;
  cursor: pointer; }

.node-image-queue .field-items .field-item:hover {
  box-shadow: inset 0px 0px 0px 3px #3FA3E7; }

.block-nodeblock .decoration-arrow {
  position: relative;
  margin: 10px auto; }

.block-nodeblock .field-name-field-image {
  margin: 20px 0;
  padding: 0; }

.block-nodeblock .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: calc(100%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

.image-node-queue-lightbox {
  left: 0;
  top: 0;
  z-index: 1;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }

.image-node-queue-lightbox.active {
  display: flex; }

.image-node-queue-lightbox .inner {
  width: 90%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; }

.image-node-queue-lightbox .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.decoration-arrow {
  background: #e3f1fc;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  box-sizing: border-box;
  padding: 10px; }

.decoration-arrow:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #3c5e8b;
  border-right-color: transparent;
  transform: rotate(45deg);
  border-bottom-color: transparent;
  transition: all 0.5s;
  margin: auto 0 0 0; }

.decoration-arrow.active {
  opacity: 1;
  cursor: pointer; }

.decoration-arrow.active:hover {
  background: #3da0e5; }

.decoration-arrow.active:hover:after {
  border-top-color: white;
  border-left-color: white; }

.decoration-arrow.-down:after {
  transform: rotate(225deg);
  margin: 0 0 auto 0; }

.view-id-nodequeue_7 {
  display: none; }

/**
 *  @file view.css
 *  @description Views styles
 */
/**
 *  View defaults
 */
.view-header {
  padding: 0 0 45px; }

.view-footer {
  margin: 85px 0 0; }

.view-footer h2 {
  color: #64717f;
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  text-transform: none; }

.view-footer h2 + p {
  padding-top: 10px; }

.view-footer p + h2 {
  padding: 65px 0 0; }

/**
 *  View with .grey-rows class
 *
 *  @description  Add grey background to view's view rows
 *  @example      http://americanwaterways.dev.njimedia.com/media (Featured viewblock)
 */
.view.grey-rows .views-row {
  background: #f1f4f6;
  padding: 20px;
  -webkit-transition: background-color linear 0.1s;
  -moz-transition: background-color linear 0.1s;
  -o-transition: background-color linear 0.1s;
  transition: background-color linear 0.1s; }

.view.grey-rows .views-row:hover {
  background: #e1e8ec; }

/**
 *  View with .button-like class (extends .grey-rows styles)
 *
 *  @description make view row look like a button
 */
.view.button-like .views-row {
  border-bottom: 5px solid #e2e5e7;
  margin: 10px 0 0; }

.view.button-like .views-row:first-child {
  margin: 0; }

.view.button-like a {
  color: #e74c3c;
  display: block;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 300;
  text-decoration: none; }

/**
 *  View with .featured-report class
 *
 *  @description  Styles for Featured Report view
 *  @example      http://americanwaterways.dev.njimedia.com/media (Featured viewblock)
 */
.view.featured-report {
  border-left: 5px solid #3498db; }

.view.featured-report a {
  color: #4c5763;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none; }

/**
 *  View with .latest-events class
 *
 *  @description  Styles for Latest Events view
 *  @example      http://americanwaterways.dev.njimedia.com/about
 */
.latest-events .views-row {
  padding: 22px 0 0; }

.latest-events .views-row:first-child {
  padding: 0; }

.latest-events .views-field-title {
  padding: 0 0 9px; }

.latest-events .views-field-title a {
  color: #4c5763;
  font-family: "Noticia Text";
  font-size: 20px;
  font-weight: 400;
  text-decoration: none; }

/*Latest Inside Awo*/
.inside-awo--view-content {
  padding-bottom: 40px; }

/**
 *  View with .staff class
 *
 *  @description  Styles for Staff view
 *  @example      http://americanwaterways.dev.njimedia.com/about/staff
 */
.staff .view-content {
  overflow: hidden; }

.staff .views-row {
  border-bottom: 5px solid #e2e5e7;
  float: left;
  padding: 45px 0 0;
  width: 46%; }

.staff .views-row-odd {
  margin: 0 8% 0 0; }

.staff .views-row:first-child, .staff .views-row:first-child + .views-row {
  padding: 0; }

.staff .views-field-field-profile-picture {
  float: left;
  margin: 0 19px 0 0; }

.staff .views-field-title .field-content, .staff .views-field-field-job-title .field-content {
  color: #636d74;
  display: block;
  font-family: "Noticia Text";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding: 0;
  text-decoration: none; }

.staff .views-field-field-job-title .field-content {
  padding: 0 0 10px; }

.staff .field-content {
  font-size: 14px;
  line-height: 1.4em; }

/**
 *  View with .three-column class
 */
.three-column .view-content {
  overflow: hidden; }

.three-column .views-row {
  float: left;
  margin: 45px 50px 0 0;
  width: 300px; }

.three-column .views-row-1, .three-column .views-row-2, .three-column .views-row-3 {
  margin-top: 0; }

.three-column .views-row:nth-child(3n+3) {
  margin-right: 0; }

/**
 *  View with .info-cards class
 *
 *  @example      http://americanwaterways.dev.njimedia.com/issues
 *  @example      http://americanwaterways.dev.njimedia.com/industry-impact
 */
.info-cards .views-row {
  border-bottom: 5px solid #0a3971; }

.info-cards .views-fieldset.title-and-teaser {
  background: #154e91;
  height: 100px;
  overflow: hidden;
  padding: 20px; }

.info-cards .views-field-body {
  max-height: 80px;
  overflow: hidden; }

.info-cards .views-field-path {
  background: #0a3971;
  padding: 16px 20px; }

.info-cards .view-content .views-field-name a, .info-cards .view-content .views-field-title a {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400; }

.info-cards .view-content .field-content, .info-cards .view-content p, .info-cards .view-content a {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 300; }

.info-cards .views-field-path {
  position: relative; }

.info-cards .views-field-path a {
  font-size: 18px;
  letter-spacing: .1em; }

.info-cards .views-field-path a:after {
  background: url("../img/sprite.png") no-repeat -31px -27px;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 19px;
  width: 17px; }

/**
 *  View with .issues class
 */
.issues.info-cards .views-row {
  height: 346px; }

/**
 *  View with .careers class
 */
.initiatives.info-cards .views-row {
  height: 395px; }

/**
 *  View with .initiatives class
 *
 *  @example    http://americanwaterways.dev.njimedia.com/industry-impact
 */
.initiatives .views-row, .initiatives .views-row:nth-child(3n+1) {
  border-bottom: 5px solid #5ebbfb;
  height: 395px; }

.initiatives .views-row:nth-child(3n+2) {
  border-bottom-color: #34dfbd; }

.initiatives .views-row:nth-child(3n+3) {
  border-bottom-color: #ffd648; }

.initiatives .views-field-name, .initiatives .views-field-path {
  padding: 0 28px; }

.initiatives a {
  color: #fff;
  display: block;
  font-family: "Roboto Condensed";
  line-height: 1.1em; }

.initiatives .views-field-name {
  background: rgba(94, 187, 251, 0.8); }

.initiatives .views-row:nth-child(3n+2) .views-field-name {
  background: rgba(21, 78, 145, 0.8); }

.initiatives .views-row:nth-child(3n+3) .views-field-name {
  background: rgba(44, 61, 80, 0.8); }

.initiatives .views-field-name a {
  font-size: 38px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-transform: uppercase; }

.initiatives .views-field-name a.num-lines-1 {
  padding: 38px 0; }

.initiatives .views-field-name a.num-lines-2 {
  padding: 15px 0; }

.initiatives .views-field-path {
  background: #5ebbfb;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative; }

.initiatives .views-row:nth-child(3n+2) .views-field-path {
  background: #34dfbd; }

.initiatives .views-row:nth-child(3n+3) .views-field-path {
  background: #ffd648; }

.initiatives .views-field-path a {
  font-size: 20px;
  letter-spacing: .1em; }

.initiatives .views-field-path:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #5ebbfb;
  content: "";
  display: block;
  height: 0;
  left: 46px;
  opacity: 0;
  position: absolute;
  top: -10px;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  width: 0; }

.initiatives .views-row:nth-child(3n+2) .views-field-path:before {
  border-bottom-color: #34dfbd; }

.initiatives .views-row:nth-child(3n+3) .views-field-path:before {
  border-bottom-color: #ffd648; }

.initiatives .views-row:hover .views-field-path:before {
  opacity: 1;
  top: -12px; }

/**
 *  View with .vessel-tour class
 */
.select-wrapper {
  margin: -50px auto 0;
  padding: 0 0 30px;
  position: relative;
  text-align: right;
  width: 1000px; }

#vessel-select {
  max-width: 500px;
  width: auto; }

.vessel-tour {
  background: #000;
  min-height: 500px;
  position: relative; }

#vessel_select_chzn {
  visibility: hidden; }

.thumbnail-card,
.thumbnail-card .views-field-title,
.thumbnail-card .expand-touchpoints-card-wrapper,
.vessel-tour .touchpoints-card {
  -webkit-transition: all .1s linear;
  transition: all .1s linear; }

/* Header text and button */
.vessel-tour .view-header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%; }

.vessel-tour .view-header p {
  margin: 0 auto;
  padding: 0 0 30px;
  position: relative;
  width: 1000px; }

.vessel-tour .view-header .red-button {
  bottom: -30px;
  left: 50%;
  letter-spacing: .1em;
  margin-left: -145px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2; }

/* Slideshow container */
.vessel-tour .view-content-wrap {
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.vessel-tour .view-dim-overlay {
  background: rgba(14, 28, 51, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.vessel-tour .view-content {
  height: 500px; }

/* Slideshow previous and next buttons */
.vessel-tour .advance,
.vessel-tour .recede {
  background: url("../img/sprite.png") no-repeat;
  cursor: pointer;
  display: none;
  height: 90px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: 65px;
  z-index: 3; }

.vessel-tour .recede {
  background-position: 0 -72px;
  left: 0; }

.vessel-tour .advance {
  background-position: -72px -72px;
  right: 0; }

/* Thumbnail card */
.vessel-tour .node {
  position: relative; }

.thumbnail-card {
  height: 500px;
  position: relative;
  white-space: normal;
  width: 199px; }

.touchpoints-open .thumbnail-card,
.thumbnail-hovering .thumbnail-card {
  opacity: .5; }

.touchpoints-open .touchpoints-card-active .thumbnail-card,
.thumbnail-hovering .thumbnail-card:hover {
  opacity: 1; }

.thumbnail-card a {
  color: #fff;
  cursor: pointer;
  display: block;
  text-transform: uppercase; }

.thumbnail-card-overlay,
.vessel-tour .views-row-1 .thumbnail-card-overlay,
.vessel-tour .views-row-4 .thumbnail-card-overlay,
.vessel-tour .views-row-7 .thumbnail-card-overlay {
  background: rgba(24, 81, 146, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.vessel-tour .views-row-2 .thumbnail-card-overlay,
.vessel-tour .views-row-5 .thumbnail-card-overlay,
.vessel-tour .views-row-8 .thumbnail-card-overlay {
  background: rgba(0, 50, 109, 0.7); }

.vessel-tour .views-row-3 .thumbnail-card-overlay,
.vessel-tour .views-row-6 .thumbnail-card-overlay,
.vessel-tour .views-row-9 .thumbnail-card-overlay {
  background: rgba(52, 152, 219, 0.7); }

.thumbnail-card .views-field-title {
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  width: 139px; }

.views-row.touchpoints-card-active .views-field-title {
  top: 0; }

.thumbnail-card .views-field-title .field-content {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-transform: uppercase; }

.thumbnail-card:hover .views-field-title,
.views-row.touchpoints-card-active .views-field-title {
  bottom: 48px; }

/* Thumbnail card expand/previous/next buttons */
.thumbnail-card .expand-touchpoints-card-wrapper {
  background: rgba(0, 50, 109, 0.3);
  bottom: -60px;
  left: 0;
  padding: 10px 30px 8px;
  position: absolute;
  visibility: hidden;
  width: 139px; }

.thumbnail-card:hover .expand-touchpoints-card-wrapper {
  bottom: 0;
  visibility: visible; }

.views-row.touchpoints-card-active .expand-touchpoints-card-wrapper {
  display: none; }

.expand-touchpoints-card .icon {
  background: url("../img/sprite.png") no-repeat -195px -28px;
  display: block;
  float: left;
  height: 15px;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
  width: 15px; }

.thumbnail-card .expand-touchpoints-card-wrapper a {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase; }

.thumbnail-card .touchpoints-card-paging-wrapper {
  bottom: 28px;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 0 32px;
  position: absolute;
  width: 135px; }

.views-row.touchpoints-card-active .touchpoints-card-paging-wrapper {
  display: block; }

.touchpoints-card-paging-prev,
.touchpoints-card-paging-next {
  background: url("../img/sprite.png") no-repeat -150px -73px;
  display: block;
  height: 35px;
  float: left;
  width: 18px; }

.touchpoints-card-paging-next {
  background-position: -175px -73px;
  float: right; }

/* Touchpoints card */
.vessel-tour .touchpoints-card {
  left: 199px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0; }

.vessel-tour .views-row.touchpoints-card-active .touchpoints-card {
  width: 801px; }

.vessel-tour .close-touchpoints-card {
  background: url("../img/sprite.png") no-repeat -142px -24px;
  cursor: pointer;
  display: block;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 44px; }

/**
 *  View with .left-sliding-container class
 *
 *  @example  http://americanwaterways.dev.njimedia.com/
 */
.left-sliding-title h2 {
  background: url("../../img/impact-title.png") no-repeat center bottom;
  color: #2c3d50;
  margin-bottom: 30px;
  padding: 24px 0;
  text-align: center;
  text-transform: uppercase; }

.left-sliding-container {
  background: #154e91;
  background: rgba(21, 78, 145, 0.8);
  border: 5px solid #a7aeb3;
  overflow: hidden;
  position: relative; }

.left-sliding-content {
  float: left;
  height: 250px;
  position: relative;
  width: 330px;
  -webkit-transition: left linear 0.2s;
  -moz-transition: left linear 0.2s;
  -o-transition: left linear 0.2s;
  transition: left linear 0.2s; }

.left-sliding-content .slider-toggle {
  background: #154e91;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #ffd648;
  color: white;
  display: block;
  height: 20px;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 295px; }

.left-sliding-content:first-child .slider-toggle {
  border-color: #5ebbfb; }

.left-sliding-content:first-child + .left-sliding-content .slider-toggle {
  border-color: #34dfbd; }

.left-sliding-content .slider-toggle a {
  color: white;
  display: block; }

.left-sliding-content .slider-toggle a span {
  background: url("../img/sprite.png") no-repeat -27px -25px;
  display: block;
  float: right;
  height: 20px;
  width: 20px; }

.left-sliding-content .slider-thumbnail {
  display: block;
  height: 200px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 330px; }

.left-sliding-content .slider-thumbnail img {
  height: auto;
  margin: 0;
  width: 330px; }

.left-sliding-content .slider-excerpt {
  background: #154e91;
  color: white;
  height: 170px;
  left: 990px;
  padding: 50px 30px 30px;
  position: absolute;
  top: 0px;
  width: 600px;
  z-index: 999;
  -webkit-transition: left ease 0.7s;
  -moz-transition: left ease 0.7s;
  -o-transition: left ease 0.7s;
  transition: left ease 0.7s; }

.left-sliding-content .slider-excerpt .close {
  background: #3498db;
  display: block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 50px; }

.left-sliding-content .slider-excerpt .close span {
  background: #3498db url("../img/sprite.png") no-repeat -109px -26px;
  display: block;
  margin: 15px auto 0;
  height: 18px;
  width: 18px; }

.left-sliding-content .slider-excerpt .excerpt-title {
  color: white;
  font-family: "Roboto";
  font-size: 28px; }

.left-sliding-content .slider-excerpt p {
  font-family: "Noticia Text";
  font-size: 14px;
  word-wrap: break-word; }

.left-sliding-content.active-card .slider-excerpt {
  left: 330px !important; }

/**
 *  Homepage hero slider view
 *
 *  @example  http://americanwaterways.dev.njimedia.com/
 */
#hero .slider-wrapper {
  height: 464px;
  overflow: hidden;
  position: relative;
  max-width: 1400px;
  margin: auto; }

#hero .slider-wrapper img {
  min-height: 464px; }

#hero .rslides {
  height: 464px; }

#hero .rslides_tabs {
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, 50%); }

#hero .rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 5px; }

#hero .rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff !important;
  display: inline-block;
  /* -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3); */
  width: 15px;
  height: 15px; }

#hero .rslides_here a {
  background: #3498db !important; }

#hero .slider-wrapper li > .image-slider-content {
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
  z-index: 99; }

#hero .slider-wrapper .rslides_nav {
  background-image: url("../img/sprite.png");
  display: block;
  height: 90px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  width: 66px;
  z-index: 99; }

#hero .slider-wrapper .rslides_nav.prev {
  background-position: 0 -71px;
  left: -10px;
  -webkit-transition: left linear 0.2s;
  -moz-transition: left linear 0.2s;
  -o-transition: left linear 0.2s;
  transition: left linear 0.2s; }

#hero .slider-wrapper .rslides_nav.prev:hover {
  left: 0px; }

#hero .slider-wrapper .rslides_nav.next {
  background-position: -71px -71px;
  right: -10px;
  -webkit-transition: right linear 0.2s;
  -moz-transition: right linear 0.2s;
  -o-transition: right linear 0.2s;
  transition: right linear 0.2s; }

#hero .slider-wrapper .rslides_nav.next:hover {
  right: 0px; }

#hero .slider-wrapper li > div:first-child {
  position: relative;
  z-index: 1; }

#hero .slider-wrapper li > .arable {
  margin-left: -500px;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 40;
  height: 300px; }

#hero .slider-wrapper .views-field-field-slide-heading {
  color: white;
  background: url("../../img/hero-heading-divider.png") no-repeat center bottom;
  font-family: "Roboto";
  font-size: 46px;
  letter-spacing: .1em;
  line-height: 50px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 2px black;
  text-transform: uppercase; }

#hero .slider-wrapper .views-field-field-slide-subheading {
  color: white;
  font-family: "Noticia";
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 26px;
  text-shadow: 2px 2px 2px black; }

#hero .slider-wrapper .views-field-field-button {
  margin: 60px 0 0;
  position: absolute;
  bottom: 70px;
  width: 100%; }

#hero .slider-wrapper .views-field-field-button a {
  background: #e74c3c;
  border-bottom: 5px solid #bd3e31;
  color: white;
  letter-spacing: .2em;
  padding: 23px 54px;
  -webkit-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -moz-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  -o-transition: background linear 0.2s, border-bottom-color linear 0.2s;
  transition: background linear 0.2s, border-bottom-color linear 0.2s; }

#hero .slider-wrapper .views-field-field-button a:hover {
  background: #e43725;
  border-bottom: 5px solid #a9372c; }

/**
 *  View with .meetings class
 *
 *  @example  http://americanwaterways.dev.njimedia.com/member/safety-committee-meetings
 */
.region-content #block-system-main .meetings.view {
  margin-top: 0; }

.meetings.view {
  overflow: hidden; }

.meetings.view .view-tabs,
.meetings.view .view-content {
  float: left; }

.meetings.view .view-tabs {
  padding: 20px 40px 0 0; }

.meetings.view .view-tabs li {
  padding: 30px 0 0; }

.meetings.view .view-tabs li:first-child {
  padding: 0; }

.meetings.view .view-tab {
  cursor: pointer;
  font-size: 20px;
  position: relative; }

.meetings.view .view-tab:after {
  background: url("../img/sprite.png") no-repeat -143px -118px;
  content: "";
  display: block;
  height: 17px;
  opacity: 0;
  position: absolute;
  right: -41px;
  top: 0;
  width: 9px; }

.meetings.view .view-tab.active:after {
  opacity: 1; }

.meetings.view .view-tab.active {
  color: #3498db; }

.meetings.view .view-tab,
.meetings.view .view-tab:after {
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear; }

.meetings.view .view-content {
  border-left: 1px solid #d4d6d8;
  padding: 0 0 0 40px;
  width: 450px; }

.meetings.view .views-row-group {
  display: none; }

.meetings.view .views-row-group.active {
  display: block; }

.meetings.view .views-row {
  padding: 38px 0 0; }

.meetings.view .views-row:first-child {
  padding: 0; }

.meetings.view .views-field-field-file-attachments {
  padding: 5px 0 0 15px; }

.meetings.view .views-field-field-file-attachments a {
  display: block;
  line-height: 1em;
  padding: 10px 0 0; }

.meetings.view .file-icon {
  display: none; }

.meetings.view .views-field-title h3, .meetings.view .views-field-title h3 a {
  color: #636d74;
  font-family: "Noticia Text";
  font-size: 20px; }

/**
 *  Member directory companies view
 */
.view-member-directory-companies .attachment,
.view-member-directory-people .attachment {
  border-bottom: 1px solid #e2e5e7; }

.view-member-directory-companies .attachment .view-content,
.view-member-directory-people .attachment .view-content {
  text-align: center; }

.view-member-directory-companies .attachment .views-summary a,
.view-member-directory-people .attachment .views-summary a {
  color: #8f929a;
  font-size: 14px;
  padding: 0 5px; }

.view-member-directory-companies .attachment .views-summary a.active,
.view-member-directory-people .attachment .views-summary a.active {
  color: #e74c3c; }

.view-member-directory-companies .attachment + .view-content,
.view-member-directory-people .attachment + .view-content {
  -moz-column-grap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  line-height: 1em;
  padding: 20px 0; }

.view-member-directory-companies .views-field-title a,
.view-member-directory-people .views-field-nothing a,
.view-member-directory-companies .views-field-field-impak-co-name a {
  color: #71747f;
  font-size: 12px;
  font-weight: 400; }

.view-member-directory-companies .views-field-title a:hover,
.view-member-directory-people .views-field-nothing a:hover,
.view-member-directory-companies .views-field-field-impak-co-name a:hover {
  color: #3fa3e7; }

.view-member-directory-companies .view-filters form,
.view-member-directory-companies .views-exposed-widgets,
.view-member-directory-companies #edit-search-wrapper {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.view-member-directory-companies #edit-search {
  background: #e2e8ec;
  color: #7e888d;
  float: right;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .1em;
  margin: 0 0 32px; }

.view-member-directory-companies .views-exposed-widget input[type="submit"] {
  display: none; }

.view-member-directory-people .views-summary a[href="/member/people/"] {
  display: none; }

/**
 *  Member company associated staff
 */
.node-impak-company .field.field-name-field-associated-staff {
  padding: 15px 0 0; }

.field-name-field-associated-staff .field-label {
  color: #4c5763;
  font-size: 20px;
  font-style: normal; }

.region-content #block-system-main .view.view-member-company-associated-staff {
  margin: 0; }

.view-member-company-associated-staff .views-row {
  padding: 20px 0 0; }

.view-member-company-associated-staff .views-row:first-child {
  padding: 0; }

.view-member-company-associated-staff .views-field-field-impak-in-title a,
.view-member-company-associated-staff .views-field-nothing a {
  color: #7e888d; }

.view-member-company-associated-staff .views-field-field-impak-in-title a:hover,
.view-member-company-associated-staff .views-field-nothing a:hover {
  text-decoration: underline; }

.view-member-company-associated-staff .views-field-field-impak-in-email {
  overflow: hidden; }

.view-member-company-associated-staff .views-field-field-impak-in-email .views-label,
.view-member-company-associated-staff .views-field-field-impak-in-email .field-content {
  display: block;
  float: left;
  padding: 0 4px 0 0; }

/**
 *  Member company due dates
 */
.company-due-date table {
  width: 100%; }

.company-due-date table thead {
  border-bottom: 1px solid #ccc;
  background: #eee; }

.company-due-date table tr {
  background: none; }

.company-due-date table tr:hover {
  background: #eee; }

.company-due-date table td.active {
  background: #eee;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.company-due-date table thead th a {
  font-weight: bold; }

.company-due-date .views-field-title {
  padding: 3px 0 3px 15px; }

.company-due-date .due-date {
  text-align: center; }

.todayColor {
  color: #e74c3c; }

.tmwColor {
  color: #E0B381; }

.twodaysColor {
  color: #DFC541; }

/*** Anniversary Timeline **/
.anni-timeline-wrapper {
  height: 465px;
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  overflow: hidden; }

.anni-timeline-wrapper ul {
  height: 465px;
  width: 100%;
  display: inline-block; }

/**list item**/
.timeline-item {
  width: 500px;
  height: 465px;
  overflow: hidden;
  white-space: normal !important;
  display: inline-block;
  color: #fff;
  font-family: 'Roboto';
  z-index: 999;
  position: relative; }

/**bg image**/
.timeline-bg {
  z-index: -3;
  position: absolute; }

.overlay {
  position: absolute;
  top: 0;
  width: 500px;
  height: 465px;
  z-index: -2; }

/**set the three alternating colors**/
.timeline-item:nth-child(3n+1) .overlay {
  position: absolute;
  top: 0;
  z-index: -2;
  background: -moz-linear-gradient(left, rgba(94, 187, 251, 0.9) 0%, rgba(141, 207, 252, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(94, 187, 251, 0.9)), color-stop(100%, rgba(141, 207, 252, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(94, 187, 251, 0.9) 0%, rgba(141, 207, 252, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(94, 187, 251, 0.9) 0%, rgba(141, 207, 252, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(94, 187, 251, 0.9) 0%, rgba(141, 207, 252, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(94, 187, 251, 0.9) 0%, rgba(141, 207, 252, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65ebbfb', endColorstr='#e68dcffc',GradientType=1 );
  /* IE6-9 */ }

.timeline-item:nth-child(3n+2) .overlay {
  position: absolute;
  top: 0;
  z-index: -2;
  background: -moz-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(45, 115, 161, 0.9)), color-stop(100%, rgba(52, 152, 219, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(45, 115, 161, 0.9) 0%, rgba(52, 152, 219, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62d73a1', endColorstr='#e63498db',GradientType=1 );
  /* IE6-9 */ }

.timeline-item:nth-child(3n+3) .overlay {
  position: absolute;
  top: 0;
  z-index: -2;
  background: -moz-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(21, 73, 135, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(45, 115, 161, 0.9)), color-stop(100%, rgba(21, 73, 135, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(21, 73, 135, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(21, 73, 135, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(45, 115, 161, 0.9) 0%, rgba(21, 73, 135, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(45, 115, 161, 0.9) 0%, rgba(21, 73, 135, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62d73a1', endColorstr='#e6154987',GradientType=1 );
  /* IE6-9 */ }

.timeline-padding {
  position: relative;
  top: 260px; }

/**date**/
.timeline-date {
  padding-left: 25px;
  font-size: 16px; }

/**year**/
.timeline-year {
  line-height: 73px;
  padding-left: 25px;
  font-size: 80px; }

/**content area**/
.timeline-content {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  background: #2763a3;
  height: 255px;
  cursor: pointer; }

.timeline-content:hover {
  background: #33cab7;
  z-index: 999999;
  position: relative;
  cursor: pointer; }

.active-timeline-content {
  background: #33cab7; }

/**title**/
.timeline-title {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px; }

/**slider navigation **/
.cycle-prev {
  background: #1c2c49;
  cursor: pointer;
  height: 465px;
  position: absolute;
  width: 40px;
  z-index: 9999999;
  left: 0px;
  display: block; }

.left-arrow {
  top: 50%;
  position: absolute;
  left: 7px;
  background: url("../../img/timeline-arrows.png") no-repeat 0 0px;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 25px; }

.cycle-next {
  background-color: #1c2c49;
  cursor: pointer;
  height: 465px;
  position: absolute;
  display: block;
  width: 40px;
  z-index: 9999999;
  right: 0px; }

.right-arrow {
  top: 50%;
  position: absolute;
  background-position: 0 -26px;
  left: 7px;
  background: url("../../img/timeline-arrows.png") no-repeat -45px 0px;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 25px; }

.view-anniversary-timeline .view-header {
  padding: 0; }

/**
 *  Node submitted
 */
.submitted span {
  color: #7e888d;
  display: block;
  float: left;
  font-family: "Noticia Text";
  font-size: 13px;
  font-weight: 400;
  position: relative; }

.author-name {
  padding: 0 0 0 20px; }

.author-name:before {
  background: url("../img/sprite.png") no-repeat -119px 0;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 13px; }

.created {
  padding: 0 0 0 48px; }

.created:before {
  background: url("../img/sprite.png") no-repeat -140px 0;
  content: "";
  display: block;
  height: 12px;
  left: 30px;
  position: absolute;
  top: 6px;
  width: 13px; }

.share {
  float: right; }

/**
 *  Node teaser
 */
.column {
  display: inline; }

.left-column {
  float: left; }

.right-column {
  float: right; }

.node-teaser {
  border: 1px solid #e8ebee;
  margin-bottom: 19px;
  transition: .2s all; }

.node-teaser .teaser-date {
  border-top: 4px solid #5ebbfb;
  padding: 25px 15px 0;
  width: 50px; }

.node-teaser .teaser-date .created:before {
  background: none; }

.node-teaser .teaser-date .created {
  color: #9aa5b1;
  font-size: 18px;
  font-weight: 400;
  padding: 0; }

.node-teaser .teaser-wrapper {
  border-left: 1px solid #e8ebee;
  padding: 25px;
  width: 867px; }

.node-teaser .meta {
  margin-bottom: 10px; }

.node-teaser .meta .type {
  color: #8c9196;
  font-family: "Noticia Text";
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px; }

.node-teaser h2,
.node-teaser h2 a {
  color: #2c3e50;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: none; }

.node-teaser h2 a:hover {
  color: #e85444; }

.node-teaser .content > div {
  float: left;
  padding: 0; }

.node-teaser .content .field-name-field-thumbnail {
  margin-right: 25px;
  width: 92px; }

.node-teaser .content .field-name-field-thumbnail + .field-name-body {
  width: 400px; }

.node-teaser .content .field-name-body,
.node-teaser .content div:last-child {
  color: #7e888d;
  letter-spacing: 1px;
  width: auto; }

/**
 *  Node teaser share buttons
 */
.share-buttons-wrapper {
  background: url("../img/sprite.png") no-repeat 2px -27px;
  float: right;
  height: 17px;
  padding: 0 0 0 22px;
  width: 15px;
  transition: .2s all;
  opacity: 1; }

.logged-in .share-buttons-wrapper {
  background: none;
  display: none; }

.share-buttons-wrapper:hover {
  background: url("../img/sprite.png") no-repeat 2px -27px; }

.share-buttons-wrapper .rendered-buttons {
  float: right;
  opacity: 0;
  width: 150px;
  text-align: right;
  background: #fff;
  transition: .5s all; }

.section-member .share-buttons-wrapper .rendered-buttons {
  display: none;
  visibility: hidden; }

.teaser-wrapper:hover .share-buttons-wrapper .rendered-buttons {
  opacity: 1; }

.teaser-wrapper .share-buttons-wrapper .rendered-buttons a {
  display: block;
  height: 23px;
  width: 28px;
  float: right;
  text-indent: -9999px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0); }

.teaser-wrapper:hover .share-buttons-wrapper .rendered-buttons a.facebook {
  background: url("../img/sprite.png") no-repeat -23px 0px;
  text-indent: -9999px; }

.teaser-wrapper .share-buttons-wrapper .rendered-buttons a.facebook:hover {
  opacity: .89; }

.teaser-wrapper:hover .share-buttons-wrapper .rendered-buttons a.twitter {
  background: url("../img/sprite.png") no-repeat 0px 2px;
  text-indent: -9999px; }

.teaser-wrapper .share-buttons-wrapper .rendered-buttons a.twitter:hover {
  opacity: .89; }

/**
 *  Front Page News Teasers
 */
body.front .node-teaser {
  border: none; }

body.front .node-teaser .teaser-wrapper {
  background: white;
  border: 1px solid #e8ebee;
  width: 518px; }

body.front .node-teaser .teaser-date {
  background: #3498db;
  padding-bottom: 25px; }

body.front .node-teaser .teaser-date span {
  color: white; }

/**
 *  File field file icons
 */
.field-name-field-file-attachments img.file-icon {
  display: none; }

/**
 *  @file field.css
 *  @description Field styles
 */
/**
 *  Default field
 */
.field-label {
  color: #7e888d;
  font-family: "Noticia Text";
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 2em; }

/**
 *  Taxonomy term reference field
 */
.field-type-taxonomy-term-reference a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none; }

/**
 *  Field field_event_date
 */
.field-name-field-event-date .field-item {
  font-family: "Noticia Text";
  font-size: 13px;
  padding: 0 0 0 20px;
  position: relative; }

.field-name-field-event-date .field-item:before {
  background: url("../img/sprite.png") no-repeat -139px 0;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 13px; }

/**
 *  Field field_event_location
 */
.field-name-field-event-location .field-item {
  font-family: "Noticia Text";
  font-size: 13px;
  padding: 0 0 0 20px;
  position: relative; }

.field-name-field-event-location .field-item:before {
  background: url("../img/sprite.png") no-repeat -160px 0px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 13px; }

/**
 *  Field field_name_tab
 *  @description  Styles for all tabbed pages
 *  @example      http://americanwaterways.dev.njimedia.com/about/member-directories (Featured viewblock)
 */
.quicktabs-tabs {
  clear: both;
  border-bottom: 5px solid #2e87c3;
  height: 40px; }

#tabs-navigator {
  display: none; }

#tabs-navigator li, .quicktabs-tabs li {
  float: left; }

#tabs-navigator li a, .quicktabs-tabs li a {
  color: #3fa3e7;
  padding: 10px 45px;
  height: 41px;
  line-height: 41px; }

#tabs-navigator li.active a, .quicktabs-tabs li.active a {
  background: #3fa3e7;
  color: white; }

.node-tabbed-page {
  display: none; }

.tab-pane {
  display: none;
  padding: 40px 0 0; }

#quicktabs-awo_member_companies .item-list {
  padding-bottom: 40px; }

#block-quicktabs-awo-member-companies h2 {
  display: none; }

.tab-pane.active {
  display: block; }

.tab-pane ul {
  float: left;
  margin-left: 18px;
  width: 275px; }

.tab-pane ul:first-child,
.tab-pane ul:nth-child(4n+4) {
  margin-left: 0; }

.tab-pane ul li, .view-carrier-members tr {
  color: #71747f;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500px;
  line-height: 17px; }

#block-views-carrier-members-block .views-view-grid tr td, #block-views-carrier-members-block-1 .views-view-grid tr td {
  width: 345px; }

/**
 *  Navy blue link (by adding .navy-blue to <a>)
 */
.navy-blue,
.menu a.navy-blue {
  color: #154e91; }

/**
 *  Pager
 */
.pager li a {
  color: #8c99a6;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .1em; }

.pager li a:hover {
  color: #e85444; }

.pager li.pager-current {
  background: #3498db;
  border-bottom: 2px solid #2380be;
  color: white;
  font-family: "Roboto Condensed";
  padding: 0.2em 0.5em; }

/**
 *  News page search components
 */
.section-media.page-media .block {
  margin-bottom: 50px; }

#views-exposed-form-news-research-page,
#views-exposed-form-member-latest-page {
  background: none;
  clear: right;
  margin-bottom: 50px;
  height: 50px;
  padding: 0;
  position: relative; }

#views-exposed-form-news-research-page *,
#views-exposed-form-member-latest-page * {
  margin: 0;
  padding: 0; }

#views-exposed-form-news-research-page input,
#views-exposed-form-member-latest-page input {
  position: absolute;
  right: 0; }

#views-exposed-form-news-research-page input[type="text"],
#views-exposed-form-member-latest-page input[type="text"] {
  background: #e2e8ec;
  color: #8c99a6;
  height: 30px;
  padding: 10px;
  width: 305px; }

#views-exposed-form-news-research-page input[type="submit"],
#views-exposed-form-member-latest-page input[type="submit"] {
  background: url("../img/sprite.png") no-repeat -176px 1px;
  border: none;
  height: 24px;
  text-indent: -9999px;
  width: 20px;
  right: 15px;
  bottom: 13px; }

/**
 *  Sliding content
 *
 *  @description  Add .sliding-content to View, .slide-up-container to Views
 *                rows, and .slide-up to field/fieldset. Sliding interactivity
 *                provided by theme.slideUpContent(), in main.js
 *  @example      http://americanwaterways.dev.njimedia.com/issues
 */
.sliding-container {
  overflow: hidden;
  position: relative; }

.slide-up, .css-slide-up {
  position: absolute;
  visibility: hidden;
  width: 100%; }

body.slide-ups-rendered .slide-up, body.slide-ups-rendered .css-slide-up {
  visibility: visible;
  transition: all .16s linear;
  -webkit-transition: all .16s linear;
  -moz-transition: all .16s linear; }

/**
 *  Touchpoints
 */
.touchpoint-container {
  position: relative; }

.touchpoint {
  background: url("../img/sprite.png") no-repeat -61px -27px;
  cursor: pointer;
  display: block;
  height: 39px;
  position: absolute;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear;
  width: 39px; }

.touchpoint-active {
  -webkit-transform: rotate(45deg); }

/**
 *  qTip
 */
.qtip {
  background: #f1f4f6;
  border: 0;
  border-color: #f1f4f6;
  border-left: 3px solid #e74c3c; }

.qtip-tip {
  background-color: #f1f4f6;
  border-color: #f1f4f6; }

.qtip-content {
  padding: 9px 18px; }

.qtip-content, .qtip p {
  color: #2c3d50;
  font-family: "Roboto Condensed";
  font-size: 14px;
  line-height: 1.7em; }

/**
 *  Pager
 */
.pager {
  position: relative; }

.item-list .pager li.pager-previous,
.item-list .pager li.pager-next {
  padding: 0;
  position: absolute; }

.pager li.pager-previous {
  left: 0; }

.pager li.pager-next {
  right: 0; }

/**
 *  Member profile
 */
.pager-user .ajax-progress,
.page-member-directory .ajax-progress {
  display: none; }

.profile {
  margin: 0; }

.node-impak-company,
.page-user .content-wrap {
  border: 1px solid #e8ebee;
  padding: 25px 25px 125px; }

.one-sidebar.page-user .content-wrap {
  width: 598px; }

.profile > h3 {
  display: none; }

.node-impak-company .group_company_address,
.node-impak-company .group_company_misc_info,
.node-impak-company .group_company_contact_info,
.profile2-impak-profile .group_company_details,
.profile2-impak-profile .group_contact_info,
.profile2-impak-profile .group_address {
  padding: 16px 0 0; }

.node-impak-company .field,
.profile2-impak-profile .field {
  padding: 0; }

.node-impak-company .field.field-label-inline,
.profile2-impak-profile .field.field-label-inline {
  overflow: hidden; }

.node-impak-company .field.field-label-inline .field-label,
.node-impak-company .field.field-label-inline .field-items,
.profile2-impak-profile .field.field-label-inline .field-label,
.profile2-impak-profile .field.field-label-inline .field-items {
  float: left;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em; }

.group_city_state_zip {
  overflow: hidden; }

.group_city_state_zip .field {
  float: left; }

.group_city_state_zip .field-name-field-impak-co-city,
.group_city_state_zip .field-name-field-impak-in-city,
.group_city_state_zip .field-name-field-impak-co-state-code,
.group_city_state_zip .field-name-field-impak-in-state-code {
  padding: 0 3px 0 0; }

.group_city_state_zip .field-name-field-impak-co-city .field-item:after,
.group_city_state_zip .field-name-field-impak-in-city .field-item:after {
  content: ","; }

.profile2-impak-profile .field-name-field-impak-in-company-name a {
  color: #7e888d; }

.profile2-impak-profile .field-name-field-impak-in-company-name a:hover {
  text-decoration: underline; }

/**
 *  Edit profile
 */
#edit-profile-page-form > div {
  overflow: hidden; }

#edit-profile-page-form > div > div {
  float: left;
  padding: 0 0 25px;
  width: 50%; }

#edit-profile-page-form input[type="submit"] {
  clear: both; }

#edit-profile-page-form .field-name-field-impak-in-title {
  width: 100%; }

#edit-profile-page-form .field-name-field-impak-in-title input {
  width: 555px; }

#edit-profile-page-form input[type="submit"] {
  margin: 0 auto; }

html,
body {
  min-width: 1100px; }

.centered {
  margin: 0 auto; }

.header {
  position: relative; }

/* Header */
.header-top > .arable,
.header-bottom > .arable {
  max-width: 1400px;
  width: auto;
  padding: 0 2rem; }

.header-top {
  background-color: #F0F4F6; }
  .header-top .nav .menu a {
    color: #454954;
    font-family: "Roboto"; }
  .header-top .menu {
    padding-top: 0.5rem; }

.region-header-top {
  display: flex;
  justify-content: flex-end; }

.header-bottom {
  background-color: #FFFFFF;
  border-bottom: 7px solid #F0F4F6; }
  .front .header-bottom {
    border-bottom: 7px solid transparent; }
  .header-bottom > .arable {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-bottom > .arable .header-logo {
      margin-top: -62px; }
      .header-bottom > .arable .header-logo a img {
        width: 87%; }

.search {
  display: none;
  position: absolute;
  top: 100%;
  right: 1rem;
  z-index: 99999;
  width: 420px;
  max-width: 100%;
  padding: 1.125rem 2rem;
  background: #0E5175; }

.search > .arable {
  position: relative; }

.messages {
  margin: 0 0 50px; }

.main {
  background: #fff url("../img/main.jpg") no-repeat center top;
  padding: 100px 0; }

.block.email-signup {
  position: relative; }

.main .region-section-title-right .email-signup.block {
  margin: 15px 0 0;
  padding: 0; }

.region-section-title-right .email-signup.block > h2 {
  padding: 0;
  position: absolute;
  right: 0;
  top: -35px; }

.region-section-title-right .email-signup.block form {
  margin: 0; }

.region-section-title-right form > div {
  overflow: hidden; }

.region-section-title-right .webform-component,
.region-section-title-right .form-actions {
  float: left;
  padding: 0 0 0 20px; }

.region-section-title-right form > div .webform-component:first-child {
  padding-left: 0;
  padding-right: 25px;
  padding-top: 7px; }

.region-section-title-right input {
  width: 207px; }

.section-title-wrap + .primary {
  padding: 80px 0 0; }

.region-sidebar {
  float: left;
  width: 300px; }

.region-sidebar .block {
  margin: 50px 0 0; }

.one-sidebar .content-wrap {
  float: right;
  width: 650px; }

.one-sidebar .node-teaser {
  width: 650px; }

.one-sidebar .node-teaser .teaser-wrapper {
  width: 519px; }

.region-content .block, .region-above .block, .region-below .block {
  margin: 85px 0 0; }

.region .block:first-child, .region .context-block-region + .block {
  margin: 0; }

.region-content #block-system-main .view {
  margin: 35px 0 0; }

.region-hero {
  background: white; }

.submitted {
  padding: 21px 0 0; }

.field,
.taxonomy-term-description {
  padding: 40px 0 0; }

.field-name-field-email-address {
  padding: 20px 0 0; }

.field-name-field-phone-number {
  padding: 20px 0 0; }

.node-event .field-name-field-event-location + .field-name-field-event-date {
  padding-top: 0; }

form.webform-client-form, .webform-confirmation, .webform-confirmation + .links {
  margin: 40px 0 0; }

.footer-top {
  background: #fff url("../img/footer.png") no-repeat center top;
  padding: 48px 0 42px; }

.footer-left {
  text-align: center; }

.region-footer-left {
  padding: 20px 0 0; }

.footer-right {
  float: right;
  padding: 28px 0 0; }

.footer-right .block {
  clear: both;
  float: right;
  margin: 25px 0 0; }

.footer-bottom {
  padding: 6px 0; }

/**
 *  Front page layout styles
 *
 */
.front #header-bottom {
  z-index: 499; }

.front #main {
  background-image: url("../img/front-above-bg.jpg");
  background-repeat: repeat-x;
  padding: 20px 0 0; }

.front #above {
  margin-bottom: 90px; }

.front.one-sidebar .primary {
  margin-bottom: 80px; }

.front.one-sidebar .content-wrap {
  float: left;
  width: 650px; }

.front.one-sidebar .region-sidebar {
  float: right;
  width: 300px; }

.front #below {
  background-image: url("../img/front-below-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0; }

/**
 *  Media section specific layout styles
 */
.section-media #block-awo-blocks-content-types-dropdown,
.section-media #block-views-exp-news-research-page,
.section-member #block-awo-blocks-member-content-types-dropdown,
.section-member #block-views-exp-member-latest-page,
.section-in-the-news #block-awo-blocks-news-content-types-dropdown,
.section-in-the-news #block-views-exp-news-research-page {
  float: left;
  margin: 0;
  width: 50%; }

.section-in-the-news #block-views-exp-news-research-page input[type="text"] {
  height: 55px; }

.section-media #block-views-exp-news-research-page,
.section-in-the-news #block-views-exp-news-research-page,
.section-member #block-views-exp-member-latest-page {
  clear: right; }

.section-media #block-views-exp-news-research-page + #block-system-main,
.section-in-the-news #block-views-exp-news-research-page + #block-system-main,
.section-member #block-views-exp-member-latest-page + #block-system-main {
  clear: left; }

/**
 *  Body with .media-page-display class
 */
body.media-view-page-display .region-sidebar {
  padding: 70px 0 0; }

/**
 *  Body with .region-below-full-width class
 */
body.region-below-full-width .primary {
  padding: 45px 0; }

body.region-below-full-width .below .arable {
  margin: 0;
  width: 100%; }

body.region-below-full-width .below .block {
  margin: 0;
  padding: 45px 0; }

body.region-below-full-width .below .block > h2,
body.region-below-full-width .below .block-content {
  margin: 0 auto;
  width: 1000px; }

/**
 *  Body with .industry-impact class
 */
body.industry-impact .region-content .block-system {
  margin-top: 45px; }

/**
 *  Block with .no-center class
 */
body.region-below-full-width .below .block.no-center .block-content {
  margin: 0;
  width: 100%; }

/**
 *  Search page layout styles
 */
.page-search .search-form, .page-search404 .search-form {
  margin: 22px 0 48px; }

.page-search #edit-basic, .page-search404 #edit-basic {
  overflow: hidden; }

.page-search #edit-keys, .page-search404 #edit-keys {
  margin: 10px 0 14px;
  width: 915px; }

.page-search #edit-advanced, .page-search404 #edit-advanced {
  margin: 22px 0 0; }

.page-search #edit-advanced legend, .page-search404 #edit-advanced legend {
  padding: 0 0 16px; }

.page-search #edit-type, .page-search404 #edit-type {
  overflow: hidden;
  width: 600px; }

.page-search #edit-type .form-type-checkbox, .page-search404 #edit-type .form-type-checkbox {
  float: left;
  padding: 0;
  width: 50%; }

/**
 *  Events page (body with .page-about-events class) layout styles
 */
body.page-about-events .view-nearest-upcoming-event h2 a {
  color: #4c5763;
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 500;
  text-transform: none; }

/**
 *  Safety Committee Meetings page (body with .page-safety-committee-meetings class) layout styles
 */
body.page-safety-committee-meetings h1 {
  display: none; }

/**
 *  Issues page layout styles
 */
.page-issues h1 {
  display: none; }

.page-issues .section-title-wrap + .primary {
  padding-top: 50px; }

.page-issues #block-system-main .view-issue-terms {
  margin-top: 0; }

.page-issues #primary .view-header h2 {
  color: #4c5763;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  text-transform: none; }

/**
 *  Member Page Styles
 */
.page-welcome .main {
  background: #fff url("../img/member-bg.png") no-repeat center top;
  background-size: contain;
  padding-bottom: 0; }

.member-top-buckets {
  padding-top: 425px; }

.member-top-text#block-block-4.block.block-block.contextual-links-region {
  padding: 0; }

.page-welcome #primary {
  margin-top: 20px; }

/**
 *  Member Directory page
 */
.page-member-company h1,
.page-member-people h1 {
  display: none; }

.region-content #block-system-main .view.view-member-directory-companies,
.region-content #block-system-main .view.view-member-directory-people {
  margin: 0; }

.region-content #block-system-main .view.view-member-directory-companies .view-header,
.region-content #block-system-main .view.view-member-directory-people .view-header {
  padding: 0 0 20px; }

/**
 *  Member edit profile page
 */
.page-member-edit-profile h1 {
  display: none; }

/**
 *  Member latest page
 */
.page-member-latest h1,
.page-member-inside-awo h1,
.page-member-lessons h1,
.page-member-minutes h1,
.page-member-presentations h1,
.page-member-summaries h1,
.page-member-reference-manuals h1,
.page-member-minutes-summaries h1,
.page-member-safety h1,
.page-action-alert h1,
.page-working-for-you h1 {
  display: none; }

/**
 *  Member SSO and User Login Form and Pages
 */
.not-logged-in.page-user .content-wrap {
  border: 0;
  padding: 0; }

/* Q&D Hide the main title, just want to show block title here */
.page-user.not-logged-in .primary h1,
.page-sign-on article h1 {
  display: none; }

.page-user .block h2 {
  text-align: center;
  padding-bottom: 12px; }

.page-sign-on .block h2 {
  text-align: center;
  margin-bottom: 36px; }

.page-user .button,
.page-sign-on .button {
  max-width: 250px;
  margin: auto; }

.page-user form {
  width: 350px;
  margin: auto;
  padding: 0;
  background: none; }

.awo-user-login-form-wrapper {
  margin-top: 64px; }

.page-sign-on form {
  width: 250px;
  margin: auto;
  padding: 0;
  background: none; }

.page-user input, .page-sign-on input,
.page-user textarea, .page-sign-on textarea,
.page-user select, .page-sign-on select,
.page-user form .red-button, form .red-button,
.page-user form .blue-button, form .blue-button,
.page-user form .button, form .button {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 22px; }

.page-user input[type="submit"],
.page-sign-on input[type="submit"] {
  margin-top: 36px; }

.page-user p.warning {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding: 0;
  margin: 20px 0; }
