/*
 * The Advocacy Initiative - Website
 * @Description Main screen styles
 ***********************************************/
/* Sass Mixins
*********************************/
/* Variables - START
*********************************/
/* MIXINS - START
*********************************/
/* Base Styles and Guide - START
*********************************/
html {
  height: 100%; }

body {
  min-height: 100%;
  min-width: 320px;
  font-size: 14px;
  line-height: 28px;
  color: #101010;
  background-color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

a {
  color: #bed520;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: #bed520; }

h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-style: normal;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-style: normal;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 7px 0;
  font-style: normal;
  font-family: Raleway, Arial, Helvetica, sans-serif; }

aside h2 {
  font-size: 18px; }

aside h3 {
  font-size: 16px; }

#image-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center; }

.content-wrapper {
  position: relative; }
  .content-wrapper #back {
    display: none;
    position: absolute;
    bottom: 100px;
    right: 50px;
    line-height: 24px; }
    .content-wrapper #back.active {
      display: block; }
    @media only screen and (max-width: 980px) {
      .content-wrapper #back {
        bottom: 200px; } }
    @media only screen and (max-width: 455px) {
      .content-wrapper #back {
        bottom: 300px; } }
    .content-wrapper #back a {
      display: block;
      padding-right: 20px;
      background: url(../images/ico-back.png) no-repeat 90% 50%;
      font-size: 13px;
      color: #101010;
      padding: 8px 30px 8px 10px;
      border: 1px solid #d5d5d5; }
      .content-wrapper #back a:hover {
        text-decoration: none; }

.main-container {
  padding-bottom: 140px; }
  @media only screen and (max-width: 980px) {
    .main-container {
      padding-bottom: 190px; } }
  @media only screen and (max-width: 455px) {
    .main-container {
      padding-bottom: 330px; } }
  .main-container h1.page-header {
    margin-top: 60px; }
  .main-container .field-collection-container {
    margin-bottom: 0;
    border: 0; }
  .main-container .field-name-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px; }
    .main-container .field-name-body ul li {
      background: url(../images/ico-list.png) no-repeat 0 10px;
      padding-left: 35px;
      line-height: 36px; }
  .main-container .field-name-body ol {
    margin-bottom: 20px; }
    .main-container .field-name-body ol li {
      line-height: 36px; }
  @media only screen and (max-width: 980px) {
    .main-container .field-name-body img {
      float: none !important;
      height: auto !important;
      max-width: 100%;
      width: auto !important; } }
  @media only screen and (max-width: 980px) {
    .main-container .field-name-body iframe {
      max-width: 100%; } }
  .main-container .field-name-body table {
    max-width: 100%;
    border-color: #4b9cac;
    margin-bottom: 30px; }
    .main-container .field-name-body table tr:nth-child(odd) {
      background: #e5f4f6; }
    .main-container .field-name-body table tr td {
      border-color: #4b9cac;
      font-size: 13px;
      line-height: 28px;
      color: #3f3f3f;
      width: 50px; }
      .main-container .field-name-body table tr td a {
        display: inline-block;
        word-break: break-all; }
    .main-container .field-name-body table thead {
      border-color: #73b2bf; }
      .main-container .field-name-body table thead tr th {
        background: #4b9cac;
        font-size: 15px;
        line-height: 28px;
        color: white;
        border-color: #73b2bf;
        font-weight: normal; }
  .main-container .field-name-body iframe {
    margin: 0 auto;
    display: block; }

p big {
  font-size: 17px !important; }

/*Sidebar
*********************************/
.region-sidebar-second {
  padding-top: 65px; }
  .region-sidebar-second h2.block-title {
    padding: 9px 9px 9px 87px;
    height: 58px;
    overflow: hidden;
    color: white;
    margin-bottom: 1px;
    background: #4b9cac; }

.region-sidebar-second section {
  margin-bottom: 20px; }

@media only screen and (max-width: 980px) {
  #block-system-main .embeddedContent {
    float: none !important;
    margin: 0 auto 20px; } }

.embeddedContent > div {
  background: #f4f4f4;
  padding: 30px;
  color: #f4f4f4; }
  .embeddedContent > div strong {
    display: block;
    text-align: right;
    font-weight: normal;
    font-style: italic; }
    .embeddedContent > div strong:first-child {
      text-align: left;
      background: url(../images/ico-blockquote-begin.png) no-repeat 0 8px;
      padding: 0 0 0 30px; }
      .embeddedContent > div strong:first-child a {
        background: url(../images/ico-blockquote-end.png) no-repeat 100% 100%;
        padding: 0 30px 0 0;
        display: block;
        color: #101010; }
    .embeddedContent > div strong a {
      font-size: 15px;
      line-height: 28px;
      color: #7f7f7f; }

.download {
  text-transform: uppercase;
  font-weight: 600;
  color: #101010;
  padding: 1px 1px 1px 45px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #bed520 url(../images/ico-arrow-white.png) no-repeat 12px 15px;
  display: inline-block;
  margin-bottom: 20px; }
  .download:hover {
    text-decoration: none; }
  .download span {
    display: inline-block;
    background: white;
    padding: 7px 12px; }

/* Header - START
*********************************/
#navbar .header-top-image img {
  visibility: hidden; }

header {
  background: none repeat scroll #000000; }
  header#navbar {
    width: 100%; }
    header#navbar .header-regions-wrapper {
      position: relative; }
    header#navbar .navbar-header {
      float: left;
      height: 75px;
      background: transparent !important;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media only screen and (max-width: 455px) {
        header#navbar .navbar-header {
          height: 50px; } }
      header#navbar .navbar-header button {
        float: left;
        width: 75px;
        height: 74px;
        padding-top: 40px;
        margin-right: 40px;
        background: #bed620 url(../images/ico-menu.png) no-repeat 22px 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        float: left;
        border: 0; }
        @media only screen and (max-width: 980px) {
          header#navbar .navbar-header button {
            margin-right: 10px; } }
        @media only screen and (max-width: 455px) {
          header#navbar .navbar-header button {
            width: 50px;
            height: 50px;
            background: #bed620 url(../images/ico-menu.png) no-repeat 8px 8px;
            padding-top: 25px;
            padding-left: 0;
            padding-right: 0;
            text-align: left; }
            header#navbar .navbar-header button span {
              font-size: 12px;
              text-align: left;
              padding-left: 7px; } }
      header#navbar .navbar-header a {
        width: 270px;
        height: 43px;
        display: block;
        text-indent: -999px;
        overflow: hidden;
        background: url(../logo.png) no-repeat 0 0;
        margin: 14px 0; }
        header#navbar .navbar-header a:hover {
          background-position: 0 -43px; }
        @media only screen and (max-width: 455px) {
          header#navbar .navbar-header a {
            width: 200px;
            height: 32px;
            background: url(../images/logo-small.png) no-repeat 0 0; }
            header#navbar .navbar-header a:hover {
              background-position: 0 -32px; } }
    header#navbar .navbar-collapse {
      padding: 0;
      border-top: 0;
      width: 708px;
      height: 100% !important;
      position: absolute;
      min-height: none;
      max-height: none;
      padding: 0;
      top: 0;
      left: 0;
      z-index: 3; }
      @media only screen and (max-width: 980px) {
        header#navbar .navbar-collapse {
          width: auto;
          max-width: 720px; } }
      header#navbar .navbar-collapse a.menu-close, header#navbar .navbar-collapse .menu-close {
        float: left;
        display: block;
        width: 73px;
        height: 73px;
        border: 3px solid #474845;
        text-indent: -999px;
        overflow: hidden;
        background: url(../images/ico-close.png) no-repeat 19px 16px; }
        @media only screen and (max-width: 455px) {
          header#navbar .navbar-collapse a.menu-close, header#navbar .navbar-collapse .menu-close {
            width: 48px;
            height: 48px;
            background-position: 7px 8px; } }
      header#navbar .navbar-collapse .button-wrapper {
        width: 368px;
        background: #000;
        float: left;
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 980px) {
          header#navbar .navbar-collapse .button-wrapper {
            max-width: 720px; } }
      header#navbar .navbar-collapse ul.menu {
        width: 368px;
        min-height: 100%;
        clear: both;
        margin: 0;
        overflow: hidden;
        border: 0;
        padding-top: 115px;
        background: #000000; }
        @media only screen and (max-width: 455px) {
          header#navbar .navbar-collapse ul.menu {
            padding-top: 50px; } }
        @media only screen and (max-width: 980px) {
          header#navbar .navbar-collapse ul.menu {
            max-width: 720px; } }
        header#navbar .navbar-collapse ul.menu li {
          width: 100%;
          border: 0;
          clear: left;
          border-top: 1px #000 solid;
          border-bottom: 1px #000 solid;
          background-color: transparent;
          position: static; }
          header#navbar .navbar-collapse ul.menu li a {
            font-size: 18px;
            line-height: 70px;
            color: #999999;
            padding: 0 20px 0 45px; }
            header#navbar .navbar-collapse ul.menu li a:active, header#navbar .navbar-collapse ul.menu li a:hover {
              text-decoration: none;
              color: #bed520;
              background-color: transparent; }
            header#navbar .navbar-collapse ul.menu li a .caret {
              overflow: hidden;
              border: 0; }
          @media only screen and (max-width: 980px) {
            header#navbar .navbar-collapse ul.menu li.expanded ul {
              display: block !important;
              margin-left: 40px; } }
          header#navbar .navbar-collapse ul.menu li.expanded a {
            border-top: 1px #000 solid;
            border-bottom: 1px #000 solid; }
          header#navbar .navbar-collapse ul.menu li.active-trail {
            background-color: transparent; }
            header#navbar .navbar-collapse ul.menu li.active-trail a {
              border-top: 1px #272727 solid;
              border-bottom: 1px #272727 solid; }
            header#navbar .navbar-collapse ul.menu li.active-trail ul.dropdown-menu {
              padding-top: 60px; }
            header#navbar .navbar-collapse ul.menu li.active-trail a {
              position: relative;
              color: #bed520; }
              header#navbar .navbar-collapse ul.menu li.active-trail a .caret {
                position: absolute;
                right: 20px;
                margin-top: -6px;
                overflow: hidden;
                border: 0;
                width: 19px;
                height: 13px;
                background: url(../images/ico-expanded.png) no-repeat;
                top: 50%; }
          header#navbar .navbar-collapse ul.menu li ul.dropdown-menu {
            padding-top: 20px;
            background: #fff;
            position: absolute;
            top: 0;
            right: 0;
            width: 340px;
            left: auto;
            height: 100%;
            display: none; }
            @media only screen and (max-width: 980px) {
              header#navbar .navbar-collapse ul.menu li ul.dropdown-menu {
                display: none !important;
                position: static;
                background: none;
                padding: 0;
                width: auto;
                height: auto;
                padding-top: 0 !important; } }
            header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li {
              width: 100%;
              clear: none;
              border: 0; }
              header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li a {
                font-size: 15px;
                line-height: 28px;
                border: 0;
                color: black;
                padding: 15px 0 15px 45px;
                white-space: normal; }
                @media only screen and (max-width: 980px) {
                  header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li a {
                    color: #999999; } }
                header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li a:hover {
                  color: #bed520; }
              header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li.active-trail {
                background-color: transparent; }
                header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li.active-trail a {
                  background-color: transparent;
                  color: #bed520; }
                header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li.active-trail .caret {
                  display: none; }
              header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li ul.dropdown-menu {
                position: static;
                top: auto;
                right: auto;
                padding: 0;
                margin: 0 0 0 40px;
                height: auto;
                width: auto;
                border: 0;
                border-radius: 0;
                box-shadow: none; }
                header#navbar .navbar-collapse ul.menu li ul.dropdown-menu li ul.dropdown-menu li a {
                  color: #999999;
                  white-space: normal; }
    header#navbar .navbar-collapse.no-touch ul.menu li a:hover {
      text-decoration: none;
      color: #bed520;
      background-color: transparent; }
    header#navbar .navbar-collapse.no-touch ul.menu li.expanded a:hover {
      border-top: 1px #272727 solid;
      border-bottom: 1px #272727 solid; }
    header#navbar .navbar-collapse.no-touch ul.menu li:hover a {
      position: relative; }
      header#navbar .navbar-collapse.no-touch ul.menu li:hover a .caret {
        position: absolute;
        right: 20px;
        margin-top: -6px;
        overflow: hidden;
        border: 0;
        width: 19px;
        height: 13px;
        background: url(../images/ico-expanded.png) no-repeat;
        top: 50%; }
    header#navbar .navbar-collapse.no-touch ul.menu li:hover ul.dropdown-menu {
      display: block; }
    header#navbar .navbar-collapse.no-touch ul.menu li ul.dropdown-menu li a:hover {
      border: 0;
      color: #bed520; }
    header#navbar .navbar-collapse.no-touch ul.menu li ul.dropdown-menu li ul.dropdown-menu li a:hover {
      color: #bed520; }
  header .navbar-collapse.in {
    display: none; }
  header .navbar-collapse.collapse {
    height: 100% !important;
    display: block !important; }
  header nav {
    position: relative;
    width: 100%;
    height: 100%; }
  header #page-header #block-advocacy-top-image img {
    width: 100%;
    height: auto; }
  header #page-header-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    header #page-header-bottom .header-bottom-heading {
      background: url(../images/bg-transparent-gray.png) repeat;
      text-align: center;
      margin: 140px auto 0;
      padding: 40px 20px 5px;
      float: none; }
      @media only screen and (max-width: 980px) {
        header #page-header-bottom .header-bottom-heading {
          margin: 20px auto 0;
          padding: 0 20px;
          width: auto; } }
      header #page-header-bottom .header-bottom-heading .region-wrapper {
        padding: 0; }
      header #page-header-bottom .header-bottom-heading h1 {
        font-size: 40px;
        line-height: 42px;
        color: white;
        margin: 0 0 20px 0;
        padding: 0;
        border: 0; }
      header #page-header-bottom .header-bottom-heading .header-bottom-description {
        color: white;
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 35px 0; }
    header #page-header-bottom .region-wrapper {
      text-align: center;
      margin: 0 auto;
      padding: 0 20px 0 20px;
      float: none; }
      header #page-header-bottom .region-wrapper .top-description {
        padding-bottom: 20px;
        color: white; }
        @media only screen and (max-width: 455px) {
          header #page-header-bottom .region-wrapper .top-description {
            padding-bottom: 5px; } }
    @media only screen and (max-width: 980px) {
      header #page-header-bottom {
        position: static; } }
  header #page-header-last {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 980px) {
      header #page-header-last {
        position: static; } }
    header #page-header-last .region-wrapper {
      text-align: center;
      margin: 0 auto;
      float: none; }
      header #page-header-last .region-wrapper .explore-story h3 span {
        background: url(../images/ico-explore.png) no-repeat 50% 45%;
        display: inline-block;
        padding: 0 0 120px;
        color: white;
        font-size: 18px;
        line-height: 32px; }
        @media only screen and (min-width: 981px) and (max-width: 1220px) {
          header #page-header-last .region-wrapper .explore-story h3 span {
            padding: 0 0 40px;
            background-position: 50% 90%; } }
        @media only screen and (max-width: 980px) {
          header #page-header-last .region-wrapper .explore-story h3 span {
            padding: 0 0 50px;
            background-position: 50% 80%; } }

body.not-front header #page-header .static-top-image-block img,
body.not-front header #page-header .front-top-image img {
  width: 100%;
  height: auto; }
body.not-front header #page-header-bottom .header-bottom-heading {
  width: 785px; }
  @media only screen and (max-width: 1280px) {
    body.not-front header #page-header-bottom .header-bottom-heading {
      width: 960px;
      margin: 80px auto 0;
      padding: 15px 30px 5px; } }
  @media only screen and (max-width: 1220px) {
    body.not-front header #page-header-bottom .header-bottom-heading {
      width: 960px;
      margin: 80px auto 0;
      padding: 15px 30px 5px; }
      body.not-front header #page-header-bottom .header-bottom-heading .header-bottom-content {
        padding: 0; } }
  @media only screen and (min-width: 981px) and (max-width: 1220px) {
    body.not-front header #page-header-bottom .header-bottom-heading {
      width: 100%; }
      body.not-front header #page-header-bottom .header-bottom-heading h1 {
        padding-bottom: 0; } }
  @media only screen and (max-width: 980px) {
    body.not-front header #page-header-bottom .header-bottom-heading {
      width: 100%;
      margin: 10px auto 0; } }
  body.not-front header #page-header-bottom .header-bottom-heading h1 {
    margin: 0 0 10px 0; }
body.not-front header #page-header-bottom .region-wrapper {
  width: 785px; }
  @media only screen and (max-width: 1280px) {
    body.not-front header #page-header-bottom .region-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 981px) and (max-width: 1220px) {
    body.not-front header #page-header-bottom .region-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 980px) {
    body.not-front header #page-header-bottom .region-wrapper {
      width: 100%;
      padding: 0; }
      body.not-front header #page-header-bottom .region-wrapper .region-header-bottom {
        padding: 0 20px; } }
body.not-front header #page-header-bottom .header-bottom-heading .region-wrapper {
  width: auto; }

.node-type-page #page-header-bottom .region-wrapper, .node-type-resource #page-header-bottom .region-wrapper {
  background: url(../images/bg-transparent-gray.png) repeat; }
  @media only screen and (max-width: 1280px) {
    .node-type-page #page-header-bottom .region-wrapper, .node-type-resource #page-header-bottom .region-wrapper {
      width: 75%; } }
  @media only screen and (min-width: 981px) and (max-width: 1220px) {
    .node-type-page #page-header-bottom .region-wrapper, .node-type-resource #page-header-bottom .region-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 980px) {
    .node-type-page #page-header-bottom .region-wrapper, .node-type-resource #page-header-bottom .region-wrapper {
      width: 100%;
      padding: 0; }
      .node-type-page #page-header-bottom .region-wrapper .region-header-bottom, .node-type-resource #page-header-bottom .region-wrapper .region-header-bottom {
        padding: 0 20px; } }
.node-type-page #page-header-bottom .header-bottom-description, .node-type-resource #page-header-bottom .header-bottom-description {
  padding: 0; }
.node-type-page #page-header-bottom .header-bottom-heading, .node-type-resource #page-header-bottom .header-bottom-heading {
  padding: 0; }
  @media only screen and (min-width: 981px) and (max-width: 1220px) {
    .node-type-page #page-header-bottom .header-bottom-heading, .node-type-resource #page-header-bottom .header-bottom-heading {
      width: 75%;
      margin-top: 100px; } }
  .node-type-page #page-header-bottom .header-bottom-heading h1, .node-type-resource #page-header-bottom .header-bottom-heading h1 {
    margin-bottom: 0;
    padding-bottom: 10px; }
.node-type-page #page-header-bottom .header-bottom-content, .node-type-resource #page-header-bottom .header-bottom-content {
  padding: 40px 10px 5px; }

.toolbar header .navbar-header {
  padding-top: 65px;
  z-index: 1; }
.toolbar header .navbar-collapse ul.menu {
  padding-top: 179px !important; }
  .toolbar header .navbar-collapse ul.menu li ul.dropdown-menu {
    padding-top: 90px !important; }
    .toolbar header .navbar-collapse ul.menu li ul.dropdown-menu li ul {
      padding-top: 0 !important; }
.toolbar header .button-wrapper {
  top: 64px !important; }

.share-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 152px;
  height: 75px;
  z-index: 1; }
  @media only screen and (max-width: 540px) {
    .share-block {
      width: auto;
      height: 50px; } }
  @media only screen and (max-width: 455px) {
    .share-block {
      width: 50px;
      height: 50px; } }
  .share-block ul.links {
    margin: 0;
    padding: 0;
    list-style: none; }
    .share-block ul.links li {
      float: left;
      margin-left: 1px; }
      @media only screen and (max-width: 540px) {
        .share-block ul.links li {
          margin-left: 0; } }
      .share-block ul.links li a {
        text-indent: -999px;
        overflow: hidden;
        width: 75px;
        height: 74px;
        display: block; }
        @media only screen and (max-width: 455px) {
          .share-block ul.links li a {
            width: 50px;
            height: 50px; } }
        .share-block ul.links li a.share, .share-block ul.links li a.at-share-btn.at-svc-compact {
          background: url(../images/ico-share.png) no-repeat;
          margin: 0 !important;
          max-width: 100%;
          max-height: 100%; }
          .share-block ul.links li a.share span, .share-block ul.links li a.at-share-btn.at-svc-compact span {
            display: none !important; }
        .share-block ul.links li a.search {
          background: url(../images/ico-search.png) no-repeat; }
          @media only screen and (max-width: 455px) {
            .share-block ul.links li a.search {
              background-position: -12px -12px; } }
      @media only screen and (max-width: 540px) {
        .share-block ul.links li .addthis_sharing_toolbox {
          display: none; } }
      @media only screen and (max-width: 455px) {
        .share-block ul.links li {
          margin-left: 0; } }
      @media only screen and (max-width: 455px) {
        .share-block ul.links li .addthis_sharing_toolbox {
          display: none; } }

.atm {
  left: auto !important;
  right: 0 !important; }

#image-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center; }

/* Page - START
*********************************/
.main-container #page-header section.block-block img {
  width: 100% !important;
  height: auto !important; }

.not-front .node-page-full,
.page-sitemap #site-map {
  padding-top: 50px; }
  @media only screen and (max-width: 980px) {
    .not-front .node-page-full,
    .page-sitemap #site-map {
      padding-top: 50px; } }

/*Search page
*********************************/
#search-form {
  padding: 40px 0 40px; }

.view-category-our-publications .view-content .views-row.views-row-odd, .view-category-resources .view-content .views-row.views-row-odd {
  clear: both; }
@media only screen and (min-width: 761px) and (max-width: 979px) {
  .view-category-our-publications .view-content .views-row h2.title, .view-category-resources .view-content .views-row h2.title {
    display: none; } }
@media only screen and (max-width: 455px) {
  .view-category-our-publications .view-content .views-row h2.title, .view-category-resources .view-content .views-row h2.title {
    display: none; } }
.view-category-our-publications .view-content .views-row h2.mobile-title, .view-category-resources .view-content .views-row h2.mobile-title {
  display: none; }
  @media only screen and (min-width: 761px) and (max-width: 979px) {
    .view-category-our-publications .view-content .views-row h2.mobile-title, .view-category-resources .view-content .views-row h2.mobile-title {
      display: block; } }
  @media only screen and (max-width: 455px) {
    .view-category-our-publications .view-content .views-row h2.mobile-title, .view-category-resources .view-content .views-row h2.mobile-title {
      display: block; } }
@media only screen and (min-width: 761px) and (max-width: 979px) {
  .view-category-our-publications .view-content .views-row .cover-photo, .view-category-resources .view-content .views-row .cover-photo {
    float: none !important;
    margin-bottom: 10px; } }
@media only screen and (max-width: 455px) {
  .view-category-our-publications .view-content .views-row .cover-photo, .view-category-resources .view-content .views-row .cover-photo {
    float: none !important;
    margin-bottom: 10px; } }

.page-category-resources .main-container, .page-category-our-publications .main-container {
  padding-top: 25px;
  position: relative; }
  .page-category-resources .main-container .view-overlay, .page-category-our-publications .main-container .view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-transparent-lightgray.png) repeat;
    z-index: 1;
    display: none; }
    .page-category-resources .main-container .view-overlay.in, .page-category-our-publications .main-container .view-overlay.in {
      display: block;
      height: 100% !important; }
.page-category-resources .view-category-resources, .page-category-resources .view-category-our-publications, .page-category-our-publications .view-category-resources, .page-category-our-publications .view-category-our-publications {
  position: relative; }
  .page-category-resources .view-category-resources .view-header, .page-category-resources .view-category-our-publications .view-header, .page-category-our-publications .view-category-resources .view-header, .page-category-our-publications .view-category-our-publications .view-header {
    height: 70px; }
    .page-category-resources .view-category-resources .view-header button.exposed-filter-header, .page-category-resources .view-category-our-publications .view-header button.exposed-filter-header, .page-category-our-publications .view-category-resources .view-header button.exposed-filter-header, .page-category-our-publications .view-category-our-publications .view-header button.exposed-filter-header {
      position: relative;
      margin: 0;
      width: 100%;
      padding: 0;
      border: 0;
      background: transparent; }
      .page-category-resources .view-category-resources .view-header button.exposed-filter-header span, .page-category-resources .view-category-our-publications .view-header button.exposed-filter-header span, .page-category-our-publications .view-category-resources .view-header button.exposed-filter-header span, .page-category-our-publications .view-category-our-publications .view-header button.exposed-filter-header span {
        border: 1px solid #b9b9b9;
        padding: 20px 25px;
        font-size: 18px;
        line-height: 28px;
        color: black;
        text-align: left;
        display: block; }
        .page-category-resources .view-category-resources .view-header button.exposed-filter-header span.icon, .page-category-resources .view-category-our-publications .view-header button.exposed-filter-header span.icon, .page-category-our-publications .view-category-resources .view-header button.exposed-filter-header span.icon, .page-category-our-publications .view-category-our-publications .view-header button.exposed-filter-header span.icon {
          position: absolute;
          border: 0;
          padding: 0;
          width: 43px;
          height: 42px;
          top: 50%;
          margin: -21px 0 0 0;
          overflow: hidden;
          right: 25px;
          background: url(../images/ico-show-more.png) no-repeat; }
    .page-category-resources .view-category-resources .view-header.filter-expanded, .page-category-resources .view-category-our-publications .view-header.filter-expanded, .page-category-our-publications .view-category-resources .view-header.filter-expanded, .page-category-our-publications .view-category-our-publications .view-header.filter-expanded {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 70px !important;
      background: #fff; }
      .page-category-resources .view-category-resources .view-header.filter-expanded button span, .page-category-resources .view-category-our-publications .view-header.filter-expanded button span, .page-category-our-publications .view-category-resources .view-header.filter-expanded button span, .page-category-our-publications .view-category-our-publications .view-header.filter-expanded button span {
        color: #adadad; }
        .page-category-resources .view-category-resources .view-header.filter-expanded button span.icon, .page-category-resources .view-category-our-publications .view-header.filter-expanded button span.icon, .page-category-our-publications .view-category-resources .view-header.filter-expanded button span.icon, .page-category-our-publications .view-category-our-publications .view-header.filter-expanded button span.icon {
          background: url(../images/ico-show-more.png) no-repeat 0 -42px; }
  .page-category-resources .view-category-resources .view-filters, .page-category-resources .view-category-our-publications .view-filters, .page-category-our-publications .view-category-resources .view-filters, .page-category-our-publications .view-category-our-publications .view-filters {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 2; }
    .page-category-resources .view-category-resources .view-filters .views-exposed-form .form-type-radio, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .form-type-radio, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .form-type-radio, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .form-type-radio {
      padding-left: 0; }
      .page-category-resources .view-category-resources .view-filters .views-exposed-form .form-type-radio.radio-active, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .form-type-radio.radio-active, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .form-type-radio.radio-active, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .form-type-radio.radio-active {
        color: #adadad; }
      .page-category-resources .view-category-resources .view-filters .views-exposed-form .form-type-radio .form-radio, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .form-type-radio .form-radio, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .form-type-radio .form-radio, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .form-type-radio .form-radio {
        display: none; }
      .page-category-resources .view-category-resources .view-filters .views-exposed-form .form-type-radio label, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .form-type-radio label, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .form-type-radio label, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .form-type-radio label {
        display: block; }
        .page-category-resources .view-category-resources .view-filters .views-exposed-form .form-type-radio label .count, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .form-type-radio label .count, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .form-type-radio label .count, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .form-type-radio label .count {
          color: #adadad;
          font-style: italic; }
    .page-category-resources .view-category-resources .view-filters .views-exposed-form .views-exposed-widget, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .views-exposed-widget, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget {
      padding: 40px 50px; }
      .page-category-resources .view-category-resources .view-filters .views-exposed-form .views-exposed-widget label, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget label, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .views-exposed-widget label, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget label {
        font-size: 18px; }
      .page-category-resources .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label {
        font-size: 15px; }
        .page-category-resources .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label:hover, .page-category-resources .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label.active, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label:hover, .page-category-resources .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label.active, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label:hover, .page-category-our-publications .view-category-resources .view-filters .views-exposed-form .views-exposed-widget .views-widget label.active, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label:hover, .page-category-our-publications .view-category-our-publications .view-filters .views-exposed-form .views-exposed-widget .views-widget label.active {
          color: #adadad; }
  .page-category-resources .view-category-resources .view-content, .page-category-resources .view-category-our-publications .view-content, .page-category-our-publications .view-category-resources .view-content, .page-category-our-publications .view-category-our-publications .view-content {
    padding-top: 50px; }
    .page-category-resources .view-category-resources .view-content article, .page-category-resources .view-category-our-publications .view-content article, .page-category-our-publications .view-category-resources .view-content article, .page-category-our-publications .view-category-our-publications .view-content article {
      padding: 0;
      padding-bottom: 70px; }
      .page-category-resources .view-category-resources .view-content article .cover-photo, .page-category-resources .view-category-our-publications .view-content article .cover-photo, .page-category-our-publications .view-category-resources .view-content article .cover-photo, .page-category-our-publications .view-category-our-publications .view-content article .cover-photo {
        float: left; }

/* Landing - START
*********************************/
body.front #page-header .front-top-image {
  height: 1600px;
  max-width: 100%;
  overflow: hidden; }
  body.front #page-header .front-top-image img {
    visibility: hidden; }
body.front .header-regions-wrapper {
  min-height: 480px; }
  body.front .header-regions-wrapper .header-wrapper-heading {
    position: absolute;
    bottom: 0; }
    body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom {
      position: static !important; }
      body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .header-bottom-heading {
        margin-top: 0; }
        @media only screen and (max-width: 1280px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .header-bottom-heading {
            width: 75%; } }
        @media only screen and (max-width: 1220px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .header-bottom-heading {
            width: 75%; } }
        @media only screen and (max-width: 980px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .header-bottom-heading {
            width: 100%; } }
      body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper {
        background: url("../images/bg-transparent-gray.png") repeat; }
        @media only screen and (max-width: 1280px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper {
            width: 75%; } }
        @media only screen and (max-width: 1220px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper {
            width: 75%; } }
        @media only screen and (max-width: 980px) {
          body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper {
            width: 100%; } }
        body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper .top-description {
          padding-bottom: 30px;
          color: white; }
          @media only screen and (max-width: 455px) {
            body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .region-wrapper .top-description {
              padding-bottom: 5px; } }
      @media only screen and (max-width: 455px) {
        body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .header-bottom-content {
          padding: 0 5px 0 5px; }
        body.front .header-regions-wrapper .header-wrapper-heading #page-header-bottom .view-content p {
          font-size: 14px;
          line-height: 20px; } }
    body.front .header-regions-wrapper .header-wrapper-heading #page-header-last {
      position: static !important; }
body.front .main-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px; }
  @media only screen and (max-width: 980px) {
    body.front .main-container {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 455px) {
    body.front .main-container {
      padding-bottom: 280px; } }

body.front.landscape .header-regions-wrapper {
  min-height: 585px; }

.homepage-callout .view-content {
  width: 100%;
  overflow: hidden;
  margin-left: -1px; }
  .homepage-callout .view-content .views-row {
    margin: 1px 0 0 0;
    width: 33.33%;
    float: left; }
    @media only screen and (max-width: 980px) {
      .homepage-callout .view-content .views-row {
        width: 100%;
        clear: both; } }
    .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser {
      margin-left: 1px; }
      .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image {
        position: relative; }
        .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image img {
          width: 100%;
          height: auto;
          display: block; }
        .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          text-align: right; }
          .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption h2 {
            font-size: 20px;
            font-height: 32px;
            font-weight: 500;
            display: inline-block;
            vertical-align: top;
            background: url(../images/bg-transparent.png) repeat;
            color: white;
            padding: 10px 14px;
            font-family: Raleway;
            margin: 0 0 8px 0; }
            @media only screen and (min-width: 1221px) {
              .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption h2 {
                font-size: 30px; } }
            .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption h2 .icon {
              background: #bed520;
              width: 60px;
              height: 60px;
              display: inline-block; }
          @media only screen and (min-width: 1221px) {
            .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption h2 {
              font-size: 26px; } }
          .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption .icon {
            background: #bed520;
            width: 60px;
            height: 60px;
            display: inline-block; }
          .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image .caption .desc {
            display: none; }
        .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a {
          display: block; }
          .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a img {
            width: 100%;
            height: auto;
            display: block; }
          @media only screen and (min-width: 981px) {
            .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption {
              background: url(../images/bg-transparent-white.png) repeat;
              text-align: center; }
              .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .valign-wrapper {
                display: table;
                height: 100%;
                width: 100%;
                vertical-align: middle; }
                .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .valign-wrapper .valign {
                  display: table-cell;
                  padding: 0 30px;
                  vertical-align: middle; }
              .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption h2 {
                text-align: center;
                display: inline-block;
                color: black;
                font-size: 20px;
                line-height: 24px;
                padding: 0;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                background: transparent; }
              .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .icon {
                background: #bed520;
                width: 60px;
                height: 60px;
                display: block;
                margin: 15px auto 15px; }
              .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .desc {
                display: block;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                color: black;
                font-size: 16px;
                line-height: 24px; } }
                @media only screen and (min-width: 981px) and (min-width: 981px) and (max-width: 1220px) {
                  .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .valign-wrapper .valign {
                    padding: 0 20px; } }
              @media only screen and (min-width: 981px) and (min-width: 1221px) {
                .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption h2 {
                  font-size: 36px;
                  line-height: 38px; } }
              @media only screen and (min-width: 981px) and (min-width: 981px) and (max-width: 1220px) {
                .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .icon {
                  margin: 2px auto 5px; } }
              @media only screen and (min-width: 981px) and (min-width: 981px) and (max-width: 1220px) {
                .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image a:hover .caption .desc {
                  font-size: 14px;
                  line-height: 20px; } }
        .homepage-callout .view-content .views-row .node-homepage-callout.node-teaser .callout-image img {
          width: 100%;
          height: auto;
          display: block; }
  .homepage-callout .view-content .views-row.views-row-first .callout-image {
    margin: 0 !important; }

.video-block a.video {
  text-indent: -999px;
  overflow: hidden;
  width: 73px;
  height: 73px;
  display: block;
  margin: 0 auto 30px;
  background: url(../images/btn-play.png) repeat; }
  @media only screen and (max-width: 455px) {
    .video-block a.video {
      margin: 0 auto 5px;
      width: 50px;
      height: 50px;
      background-position: -11px -11px; } }

/* Resource Page - START
*********************************/
/* Resource page
*********************************/
.node-resource-teaser {
  padding-bottom: 70px; }
  .node-resource-teaser .links-wrapper {
    float: left; }
  .node-resource-teaser .cover-photo {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px; }
    .node-resource-teaser .cover-photo a {
      display: block;
      position: relative; }
      .node-resource-teaser .cover-photo a img {
        display: block; }
      .node-resource-teaser .cover-photo a .caption {
        display: none; }
      .node-resource-teaser .cover-photo a:hover .caption {
        height: 100%;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        width: 100%;
        display: block;
        background: url(../images/bg-transparent-white.png) repeat; }
        .node-resource-teaser .cover-photo a:hover .caption .valign-wrapper {
          display: table;
          height: 100%;
          width: 100%;
          vertical-align: middle; }
          .node-resource-teaser .cover-photo a:hover .caption .valign-wrapper .valign {
            display: table-cell;
            vertical-align: middle; }
            .node-resource-teaser .cover-photo a:hover .caption .valign-wrapper .valign span.icon {
              width: 57px;
              height: 59px;
              margin: 0 auto;
              display: block;
              background: url(../images/ico-resource-rollover.png) repeat; }
  .node-resource-teaser h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; }
    .node-resource-teaser h2 a {
      color: black; }
  .node-resource-teaser .content {
    font-size: 13px;
    line-height: 22px; }
    .node-resource-teaser .content ul.links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .node-resource-teaser .content ul.links li {
        margin-bottom: 10px; }
        .node-resource-teaser .content ul.links li a {
          max-width: 230px; }
          .node-resource-teaser .content ul.links li a span {
            max-width: 230px; }

.node-resource-teaser-block {
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  border: 1px solid #cecece;
  margin-bottom: 5px; }
  .node-resource-teaser-block .node-title-wrapper {
    padding: 15px 25px 22px 15px; }
    .node-resource-teaser-block .node-title-wrapper h3 {
      margin: 0 0 8px 0;
      line-height: 24px;
      font-family: 'Raleway', Arial, Helvetica, sans-serif; }
      .node-resource-teaser-block .node-title-wrapper h3 a {
        font-size: 16px;
        display: block;
        color: black; }
        .node-resource-teaser-block .node-title-wrapper h3 a:hover {
          color: #bed520; }
  .node-resource-teaser-block .links-wrapper {
    padding: 15px 25px 22px 15px;
    text-transform: uppercase; }
    .node-resource-teaser-block .links-wrapper span.file a {
      color: #101010;
      font-family: 'Open Sans',Arial,Helvetica,sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      max-width: 200px;
      min-width: 0;
      padding: 6px 12px 6px 50px; }
      .node-resource-teaser-block .links-wrapper span.file a:hover {
        color: #bed520; }
  .node-resource-teaser-block .cover-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
  .node-resource-teaser-block .field-name-body {
    padding: 15px 0 22px 0; }
    @media only screen and (max-width: 980px) {
      .node-resource-teaser-block .field-name-body {
        padding: 0 0 10px; } }
    .node-resource-teaser-block .field-name-body p {
      margin-bottom: 8px; }

.node-resource-full {
  border: 0; }
  .node-resource-full .cover-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 15px; }
    @media only screen and (max-width: 455px) {
      .node-resource-full .cover-photo {
        float: none !important;
        margin-bottom: 10px; }
        .node-resource-full .cover-photo img {
          display: block;
          margin: 0 auto; } }
  .node-resource-full .field-name-body {
    padding: 15px 0 22px 0; }
    @media only screen and (max-width: 980px) {
      .node-resource-full .field-name-body {
        padding: 0 0 10px; } }
    .node-resource-full .field-name-body p {
      margin-bottom: 8px; }

.not-front .node-resource-full {
  padding-top: 50px; }
  @media only screen and (max-width: 980px) {
    .not-front .node-resource-full {
      padding-top: 50px; } }

.field-name-field-resource-file .file-icon, .field-name-field-resource-file .file-size {
  display: none; }
.field-name-field-resource-file .file {
  background: #bed520;
  padding: 1px;
  display: inline-block;
  margin-bottom: 20px; }
  .field-name-field-resource-file .file a {
    text-transform: uppercase;
    min-width: 270px;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding: 7px 12px 7px 53px;
    background: white url(../images/ico-file-download.png) no-repeat;
    color: #101010;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    display: inline-block; }
    .field-name-field-resource-file .file a:hover {
      color: #bed520;
      text-decoration: none; }

/* Blog - START
*********************************/
/* Blog
*********************************/
.node-type-blog #block-system-main, .page-blog #block-system-main {
  padding: 50px 0 80px; }
  .node-type-blog #block-system-main .node-blog-teaser, .page-blog #block-system-main .node-blog-teaser {
    padding-bottom: 30px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px; }
    .node-type-blog #block-system-main .node-blog-teaser h2.node-title, .page-blog #block-system-main .node-blog-teaser h2.node-title {
      margin-bottom: 5px; }
  .node-type-blog #block-system-main .content .blog-image, .page-blog #block-system-main .content .blog-image {
    float: left;
    margin: 0 12px 8px 0; }
  @media only screen and (max-width: 455px) {
    .node-type-blog #block-system-main .node-blog-full .content .blog-image, .page-blog #block-system-main .node-blog-full .content .blog-image {
      float: none; } }

/* Taxonomy - START
*********************************/
/*Taxonomy term page
*********************************/
body.page-taxonomy-term {
  background: #000; }

body.page-taxonomy .main-container.vocabulary-category {
  background: #191919;
  padding: 0 0 100px 0; }
  @media only screen and (max-width: 980px) {
    body.page-taxonomy .main-container.vocabulary-category {
      padding: 0 0 200px 0; } }
  @media only screen and (max-width: 455px) {
    body.page-taxonomy .main-container.vocabulary-category {
      padding: 0 0 280px 0; } }
  body.page-taxonomy .main-container.vocabulary-category #block-system-main.row {
    margin: 0; }
  @media only screen and (max-width: 980px) {
    body.page-taxonomy .main-container.vocabulary-category .content-wrapper {
      padding-top: 0; } }
  body.page-taxonomy .main-container.vocabulary-category .header-bottom-heading {
    padding-top: 140px; }
  body.page-taxonomy .main-container.vocabulary-category #page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    body.page-taxonomy .main-container.vocabulary-category #page-header #block-advocacy-top-image img {
      width: 100%;
      height: auto;
      overflow: hidden; }
  body.page-taxonomy .main-container.vocabulary-category .term-listing-heading {
    padding: 40px 60px;
    margin: 0 auto 145px;
    float: none;
    text-align: center;
    background: url(../images/bg-transparent-gray.png) repeat; }
    @media only screen and (max-width: 980px) {
      body.page-taxonomy .main-container.vocabulary-category .term-listing-heading {
        margin: 0 auto 20px; } }
    body.page-taxonomy .main-container.vocabulary-category .term-listing-heading h1 {
      font-size: 40px;
      line-height: 42px;
      color: white;
      margin: 0 0 35px 0; }
    body.page-taxonomy .main-container.vocabulary-category .term-listing-heading .taxonomy-term-description {
      color: white;
      font-size: 16px;
      line-height: 28px; }
  body.page-taxonomy .main-container.vocabulary-category .view-content {
    width: 100%;
    float: left; }
    body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser {
      padding: 0; }
      body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: -9999px; }
      body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a {
        position: relative;
        padding: 0 0;
        background: url(../images/bg-transparent-green.png) repeat;
        display: block;
        height: 124px;
        text-align: center;
        color: white;
        opacity: 1;
        margin-right: 1px;
        margin-top: 1px; }
        body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a .valign-wrapper {
          display: table;
          height: 100%;
          width: 100%;
          vertical-align: middle; }
          body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a .valign-wrapper .valign {
            display: table-cell;
            vertical-align: middle; }
        body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a .node-title {
          font-size: 22px;
          line-height: 24px;
          font-weight: 500;
          font-style: normal;
          font-family: 'Raleway', Arial, Helvetica, sans-serif;
          margin: 0; }
        body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a:hover {
          overflow: hidden;
          text-align: left;
          background: white url(../images/ico-arrow-green.png) no-repeat 50% 20px;
          opacity: 0.8;
          text-indent: -9999px; }
          body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a:hover .caption {
            background: transparent;
            opacity: 1;
            padding-top: 30px;
            color: black;
            text-indent: 0;
            text-align: center; }
            body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a:hover .caption .valign-wrapper {
              display: table;
              height: 100%;
              width: 100%;
              vertical-align: middle; }
              body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a:hover .caption .valign-wrapper .valign {
                display: table-cell;
                vertical-align: middle; }
                body.page-taxonomy .main-container.vocabulary-category .view-content .node-page-teaser a:hover .caption .valign-wrapper .valign .field-item {
                  padding: 0 40px;
                  font-size: 13px;
                  line-height: 22px; }

/*Taxonomy Topic page
*********************************/
.vocabulary-category {
  background: transparent !important; }
  .vocabulary-category #block-advocacy-top-image {
    display: none; }

.main-container-wrapper {
  background: #fff; }

.header-vocabulary-topic .term-listing-heading {
  background: url("../images/bg-transparent-gray.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: none;
  margin: 140px auto 145px;
  padding: 40px 60px;
  color: white;
  text-align: center; }

/* Blocks - START
*********************************/
#block-search-form {
  position: absolute;
  width: 320px;
  top: 0px;
  right: 76px;
  z-index: 10;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none; }
  @media only screen and (max-width: 980px) {
    #block-search-form {
      width: 320px; } }
  @media only screen and (max-width: 540px) {
    #block-search-form {
      right: 0; } }
  @media only screen and (max-width: 455px) {
    #block-search-form {
      width: 60%; } }
  #block-search-form .input-group .form-control {
    color: #101010;
    height: 74px;
    float: right;
    padding: 24px 12px;
    border: 1px solid #bed520;
    font-size: 18px;
    line-height: 24px; }
    @media only screen and (max-width: 455px) {
      #block-search-form .input-group .form-control {
        height: 50px;
        padding: 12px 12px; } }
  #block-search-form .input-group .input-group-btn .btn {
    display: block;
    padding: 0;
    width: 75px;
    height: 74px;
    display: block;
    border: 1px solid #bed520;
    background: #bed520;
    margin: 0 !important;
    background: url(../images/ico-search.png) no-repeat;
    text-indent: -999px;
    overflow: hidden; }
    @media only screen and (max-width: 455px) {
      #block-search-form .input-group .input-group-btn .btn {
        height: 50px;
        width: 50px;
        background-position: -12px -12px; } }
    #block-search-form .input-group .input-group-btn .btn .glyphicon-search:before {
      content: ""; }

/*Sidebar Related Files Block
*********************************/
.sidebar-publications h2.block-title {
  background: #4b9cac url(../images/ico-publication.png) no-repeat 0 0;
  margin: 0; }
.sidebar-publications .view-content .views-row .field-content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.static-top-image-block img,
.not-front .front-top-image img {
  width: 100%;
  height: auto; }

/*Sidebar Related Links Block
*********************************/
.sidebar-links h2.block-title {
  background: #4b9cac url(../images/ico-links.png) no-repeat 0 0; }
.sidebar-links .view-content {
  background: #e5f4f6;
  padding: 20px 0 0 0; }
  .sidebar-links .view-content .views-row .views-field-field-related-links .field-content {
    padding: 0 20px 20px 20px; }
    .sidebar-links .view-content .views-row .views-field-field-related-links .field-content a {
      background: url(../images/ico-list-link.png) no-repeat 0 5px;
      padding-left: 30px;
      font-size: 14px;
      line-height: 36px;
      color: #101010; }
      .sidebar-links .view-content .views-row .views-field-field-related-links .field-content a:hover {
        color: #bed520;
        text-decoration: none; }

/* Footer - START
*********************************/
footer {
  overflow: hidden;
  height: 100px;
  position: absolute;
  border-top: 9px solid white !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #191919; }
  @media only screen and (max-width: 980px) {
    footer {
      height: 200px; } }
  @media only screen and (max-width: 455px) {
    footer {
      height: 280px; } }
  footer.footer {
    padding: 0;
    margin-top: 0; }
  footer .region-footer section {
    float: left; }
    footer .region-footer section.footer-contact {
      padding: 9px 0; }
    @media only screen and (max-width: 980px) {
      footer .region-footer section {
        clear: both;
        float: none !important;
        margin: 0 auto !important;
        text-align: center; }
        footer .region-footer section.footer-menu {
          width: auto !important; }
          footer .region-footer section.footer-menu ul {
            text-align: center; }
            footer .region-footer section.footer-menu ul li {
              display: inline-block; } }
  footer .region-footer .block {
    color: white;
    font-size: 15px;
    line-height: 27px; }
  footer .footer-menu {
    padding-left: 0;
    padding-right: 0; }
    footer .footer-menu .menu {
      float: right; }
      @media only screen and (max-width: 455px) {
        footer .footer-menu .menu {
          float: none; } }
      footer .footer-menu .menu li {
        float: left; }
      footer .footer-menu .menu a {
        color: white;
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        background: url(../images/ico-arrow.png) no-repeat 0 47%;
        padding-left: 25px;
        float: left; }
        footer .footer-menu .menu a:hover, footer .footer-menu .menu a.active {
          color: #bed520;
          background: transparent url(../images/ico-arrow.png) no-repeat 0 47%; }
  footer .powered_by {
    text-align: right; }
    @media only screen and (max-width: 980px) {
      footer .powered_by {
        text-align: center; } }
