@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
body {
  font-size: 18px; }

body,
p,
a,
li {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

li a,
p a {
  color: #0f97b3; }

hr {
  background-color: #dddddd; }

h2 {
  font-weight: 300 !important; }

p.lead {
  font-weight: 400 !important; }

body.user-logged-in .az-separator {
  min-height: 20px; }

body.user-logged-in .az-element.az-html {
  min-height: 20px;
  border: 1px dotted #999;
  position: realative; }
  body.user-logged-in .az-element.az-html::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: 'HTML'; }

.body--glazed-nav-mobile {
  padding-top: 77px !important; }
  .body--glazed-nav-mobile .glazed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; }
  .body--glazed-nav-mobile.with-alert {
    padding-top: 123px !important; }
    .body--glazed-nav-mobile.with-alert #navbar {
      top: 46px; }
    .body--glazed-nav-mobile.with-alert .section-nav {
      top: 123px; }

.body--glazed-nav-desktop.body--glazed-header-fixed.body--glazed-header-not-overlay.with-alert {
  padding-top: 123px !important; }
  .body--glazed-nav-desktop.body--glazed-header-fixed.body--glazed-header-not-overlay.with-alert #navbar {
    top: 46px; }
  .body--glazed-nav-desktop.body--glazed-header-fixed.body--glazed-header-not-overlay.with-alert .section-nav {
    top: 123px; }

#logo {
  height: 40px; }

/*.az-ctnr.container > .az-element.az-html > div,*/
.section-target {
  position: relative;
  top: -140px; }

body.with-alert .section-target {
  top: -185px; }

.tooltip {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.mt-15 {
  margin-top: 15px; }

.statistics-row .views-field .field-content h4 {
  color: #0f97b3;
  text-align: center; }

.statistics-row .views-field .field-content p {
  text-align: center; }

h3 a:hover,
h3 a:focus,
h3 a:active {
  text-decoration: underline !important;
  color: #0f97b3 !important; }

.az-ctnr {
  position: initial; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #0f97b3 !important; }

.homepage-hero-alert {
  overflow: hidden; }
  .homepage-hero-alert a {
    background: #f05b34;
    background: -moz-linear-gradient(top, #f05b34 0%, #f16a46 100%);
    background: -webkit-linear-gradient(top, #f05b34 0%, #f16a46 100%);
    background: linear-gradient(to bottom, #f05b34 0%, #f16a46 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px #bd4b2f;
    transform: translateY(5px);
    transition: all 0.2s; }
    .homepage-hero-alert a:hover, .homepage-hero-alert a:active, .homepage-hero-alert a:focus {
      background: #ec7557;
      background: -moz-linear-gradient(top, #ec7557 0%, #f18364 100%);
      background: -webkit-linear-gradient(top, #ec7557 0%, #f18364 100%);
      background: linear-gradient(to bottom, #ec7557 0%, #f18364 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 );
      text-decoration: none;
      color: #fff;
      transform: translateY(0); }
      .homepage-hero-alert a:hover .hha-icon, .homepage-hero-alert a:active .hha-icon, .homepage-hero-alert a:focus .hha-icon {
        transform: translateX(5px); }
  .homepage-hero-alert span {
    display: block; }
  .homepage-hero-alert .title {
    color: #fff;
    font-weight: 600;
    font-size: 1.06rem;
    line-height: 1.5rem; }
  .homepage-hero-alert .hha-icon {
    position: absolute;
    right: 10px;
    top: 17px;
    opacity: 0.7;
    transition: all 0.2s; }

.path-frontpage .tooltip .tooltip-arrow {
  border-bottom-color: #fff; }

.path-frontpage .tooltip .tooltip-inner {
  background-color: #fff;
  color: #4e5670; }

.path-frontpage #block-searchform {
  position: static;
  z-index: 1; }
  .path-frontpage #block-searchform .az-element {
    z-index: 1; }
  .path-frontpage #block-searchform .header-search .search-form-overlay {
    display: none; }
  .path-frontpage #block-searchform .close-search-container {
    display: none !important; }

.path-frontpage .booklists-buttons .az-image {
  transition: all 0.2s; }
  .path-frontpage .booklists-buttons .az-image:hover, .path-frontpage .booklists-buttons .az-image:active, .path-frontpage .booklists-buttons .az-image:focus {
    transform: translateY(-5px); }

.quick-links-row .az-icon {
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .quick-links-row .az-icon:hover {
    text-decoration: none; }
  .quick-links-row .az-icon + div a {
    display: block;
    padding-top: 10px; }

.quick-links-row .az-column > * {
  transition: all 0.2s; }

.quick-links-row .az-column:hover > * {
  transform: translateY(-5px); }

.random-library {
  position: relative; }
  .random-library .library-name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: #209eb8;
    color: #fff;
    width: 350px;
    pointer-events: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .random-library img {
    width: 100%; }
  .random-library .library-title {
    font-size: 1.12rem;
    font-weight: 600;
    position: relative; }
    .random-library .library-title::after {
      content: "\f061";
      display: block;
      font-family: FontAwesome;
      font-size: 0.9rem;
      opacity: 0.4;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.view-highlights > div > div > div > div {
  position: relative; }

.view-highlights .views-field-field-highlight-picture img {
  border-radius: 3px; }

.view-highlights .views-field-title {
  color: #4e5670;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.6rem;
  padding-top: 25px; }

.view-highlights .views-field-field-highlight-category {
  position: absolute;
  top: 8px;
  left: 23px; }
  .view-highlights .views-field-field-highlight-category .field-content {
    padding: 4px 10px;
    background: #fff;
    color: #0f97b3;
    border-radius: 3px; }

.view-highlights .views-field-field-highlight-description {
  padding-top: 10px;
  color: #666666; }

.view-highlights .views-field-field-highlight-link {
  padding-top: 10px; }
  .view-highlights .views-field-field-highlight-link a {
    text-decoration: underline;
    color: #337ab7; }

.libraries-view {
  color: #666666; }
  .libraries-view .views-field-title a {
    color: #0f97b3;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1rem; }
    .libraries-view .views-field-title a:hover, .libraries-view .views-field-title a:active, .libraries-view .views-field-title a:focus {
      text-decoration: underline; }
  .libraries-view .views-field-field-library-telephone {
    display: inline-block; }
    .libraries-view .views-field-field-library-telephone + .views-field-field-library-website {
      display: inline-block;
      padding-left: 10px;
      margin-left: 10px;
      position: relative; }
      .libraries-view .views-field-field-library-telephone + .views-field-field-library-website::before {
        border-left: 1px solid #666;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1rem;
        transform: translateY(-50%); }
      .libraries-view .views-field-field-library-telephone + .views-field-field-library-website a {
        color: #666;
        text-decoration: underline; }
        .libraries-view .views-field-field-library-telephone + .views-field-field-library-website a:hover, .libraries-view .views-field-field-library-telephone + .views-field-field-library-website a:active, .libraries-view .views-field-field-library-telephone + .views-field-field-library-website a:focus {
          text-decoration: none;
          color: #333; }
  .libraries-view .row {
    display: flex;
    flex-wrap: wrap; }
    .libraries-view .row > div {
      -webkit-flex: 1 1 25%;
      flex: 1; }
    .libraries-view .row:last-child > div {
      margin-bottom: 0; }
    .libraries-view .row:not(:last-child) > div {
      border-bottom: 2px solid #ddd;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    @media (max-width: 991px) {
      .libraries-view .row > div {
        -webkit-flex: 1 1 50%; }
        .libraries-view .row > div:not(:last-child) {
          border-bottom: 2px solid #ddd;
          padding-bottom: 15px;
          margin-bottom: 15px; }
          .libraries-view .row > div:not(:last-child) + div {
            padding-top: 10px; } }
    @media (max-width: 621px) {
      .libraries-view .row > div {
        -webkit-flex: 1 1 100%; } }

.libraries-hero {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .libraries-hero #libraries-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    border: 0; }
  .libraries-hero .az-element {
    position: static; }
  .libraries-hero .az-row {
    position: relative;
    z-index: 30; }

.library .library-details ul,
.library .library-tweets ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .library .library-details ul li,
  .library .library-tweets ul li {
    margin: 0;
    padding: 0 0 15px; }

.library .library-details li {
  display: flex;
  flex-direction: row;
  line-height: 1.5rem;
  font-weight: 600; }
  .library .library-details li img {
    filter: invert(0.5) sepia(0.3) saturate(10) hue-rotate(151deg);
    width: 25px;
    height: 25px; }
  .library .library-details li div {
    padding-left: 10px; }

.library .library-website a {
  color: #4e5670; }

.library .library-name-and-details {
  padding-top: 30px;
  padding-bottom: 30px; }
  .library .library-name-and-details h1 {
    font-weight: 300; }

.library .library-photo {
  padding-left: 0;
  padding-right: 0; }
  .library .library-photo img {
    width: 100%; }

.library .library-map {
  height: 100%; }
  .library .library-map iframe {
    border: 0;
    width: 100%;
    height: 100%; }

.library .library-tweets h4 {
  font-weight: 600; }

.library .library-tweets li {
  display: flex;
  flex-direction: row; }
  .library .library-tweets li img {
    width: 50px;
    height: 50px; }

.library .tweet-details {
  padding-left: 15px;
  line-height: 1rem; }
  .library .tweet-details p {
    line-height: 1.12rem;
    margin-top: 5px; }

.library .twitter-account {
  font-size: 1.15rem;
  font-weight: 600; }

.library-info > div > .row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .library-info > div > .row > div {
    margin-bottom: 0;
    height: 100%; }
  @media (max-width: 991px) {
    .library-info > div > .row {
      flex-direction: column; }
      .library-info > div > .row > div {
        width: 100%; }
        .library-info > div > .row > div:first-child {
          order: 1; }
        .library-info > div > .row > div:last-child {
          order: 0; } }

.library-map-and-tweets {
  background: #fff;
  padding: 40px 0; }
  .library-map-and-tweets > div > .row {
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .library-map-and-tweets > div > .row {
        flex-direction: column; }
        .library-map-and-tweets > div > .row > div:first-child {
          margin-bottom: 30px; } }
    .library-map-and-tweets > div > .row > div {
      margin-bottom: 0; }

.view-branches-view-block .views-row:nth-child(odd) .library-info > div > .row > div:first-child {
  order: 1; }

.view-branches-view-block .views-row:nth-child(odd) .library-info > div > .row > div:last-child {
  order: 0; }

.drag-drop-booklist .the-topics ul,
.booklist .the-topics ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .drag-drop-booklist .the-topics ul li,
  .booklist .the-topics ul li {
    border-bottom: 2px solid #ddd;
    margin: 0;
    padding: 10px 0; }
    .drag-drop-booklist .the-topics ul li a,
    .booklist .the-topics ul li a {
      font-size: 1.12rem;
      color: #666; }
      .drag-drop-booklist .the-topics ul li a:hover, .drag-drop-booklist .the-topics ul li a:active,
      .booklist .the-topics ul li a:hover,
      .booklist .the-topics ul li a:active {
        color: #0f97b3; }
      .drag-drop-booklist .the-topics ul li a.active,
      .booklist .the-topics ul li a.active {
        color: #0f97b3;
        font-weight: 600; }

.drag-drop-booklist .the-content .topic-title h2,
.booklist .the-content .topic-title h2 {
  color: #0f97b3;
  font-size: 2rem;
  font-weight: 400; }

.drag-drop-booklist .the-content h4,
.booklist .the-content h4 {
  color: #0f97b3;
  font-weight: 600;
  font-size: 1.12rem; }

.drag-drop-booklist .booklist-body,
.booklist .booklist-body {
  padding: 60px 0; }

.drag-drop-booklist .booklist-entries,
.booklist .booklist-entries {
  padding-top: 30px; }
  .drag-drop-booklist .booklist-entries .book-title,
  .booklist .booklist-entries .book-title {
    text-decoration: underline;
    color: #0f97b3; }
  .drag-drop-booklist .booklist-entries .cover-photo,
  .booklist .booklist-entries .cover-photo {
    max-width: 80px; }

.field--name-field-booklist-category {
  display: none; }

body .faq-search {
  position: relative;
  margin: 0 0 10px; }
  body .faq-search input[type="text"] {
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    width: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 3rem;
    padding: 6px 10vw 6px 12px; }
    body .faq-search input[type="text"]:focus {
      border-bottom-color: white; }
    body .faq-search input[type="text"]::placeholder {
      color: #fff; }
  body .faq-search button {
    position: absolute;
    right: 12px;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    padding: 0; }
  @media (max-width: 800px) {
    body .faq-search input[type="text"] {
      font-size: 4.5vw; }
    body .faq-search button .fa-3x {
      font-size: 4.5vw; } }

.faq-list-hero {
  background: #202941;
  padding: 60px 0; }

.faq-list-body {
  background: #fff;
  padding: 30px 0; }

.faq-category > h3 {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 15px; }
  @media (max-width: 700px) {
    .faq-category > h3 {
      font-size: 10vw; } }

.faq-entry {
  padding-bottom: 40px; }
  .faq-entry .faq-question h4 {
    margin: 0;
    padding: 0; }
    .faq-entry .faq-question h4 a {
      display: block;
      padding: 8px 20px 8px 0;
      color: #666666;
      font-size: 1.6rem;
      text-decoration: none;
      position: relative; }
      .faq-entry .faq-question h4 a:hover, .faq-entry .faq-question h4 a:focus, .faq-entry .faq-question h4 a:active {
        text-decoration: underline; }
      .faq-entry .faq-question h4 a::after {
        display: block;
        font-family: FontAwesome;
        color: #565d76;
        content: '\f0d7';
        position: absolute;
        right: 0;
        top: 0.6rem;
        transition: all 0.2s; }
      .faq-entry .faq-question h4 a.collapsed::after {
        transform: rotate(180deg); }
      @media (max-width: 700px) {
        .faq-entry .faq-question h4 a {
          font-size: 5vw; } }
  .faq-entry + .faq-entry {
    border-top: 2px solid #ddd;
    padding-top: 40px; }
  .faq-entry .faq-answer-body {
    padding-top: 20px; }
    .faq-entry .faq-answer-body h4 {
      color: #0f97b3;
      font-weight: 600; }
    .faq-entry .faq-answer-body p:not(:last-child) {
      margin-bottom: 2.5rem; }

.database-header {
  background-color: #202941;
  padding: 40px 0 40px 0; }
  .database-header h1 {
    color: #fffffe; }
  .database-header p.lead {
    color: #0f97b3; }

.database-login-form,
.comcat-login-form {
  background-color: #FFFFFF; }
  .database-login-form .pt-60,
  .comcat-login-form .pt-60 {
    padding-top: 60px; }
  .database-login-form .resource,
  .comcat-login-form .resource {
    display: flex;
    align-items: center; }
    .database-login-form .resource img,
    .comcat-login-form .resource img {
      width: 60%; }
    .database-login-form .resource .col-md-3,
    .comcat-login-form .resource .col-md-3 {
      text-align: center; }
  .database-login-form .form-required:after,
  .comcat-login-form .form-required:after {
    color: rgba(0, 0, 0, 0); }

#navbar .navbar-nav a {
  color: #ccd1e8;
  text-transform: none; }
  #navbar .navbar-nav a:hover, #navbar .navbar-nav a:active, #navbar .navbar-nav a:focus, #navbar .navbar-nav a.is-active:not(.search-link):not(.login-link) {
    text-decoration: underline;
    color: #fff !important;
    opacity: 1 !important; }

@media (min-width: 1201px) {
  #navbar .separator,
  #navbar .login-link,
  #navbar .search-link {
    display: block;
    white-space: nowrap; }
  #navbar .separator,
  #navbar .search-link {
    text-indent: -999rem; }
  #navbar .separator {
    border-left: 2px solid #4e566f;
    height: 57px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    pointer-events: none; }
  #navbar .login-link,
  #navbar .search-link {
    overflow: hidden;
    line-height: 73px; }
    #navbar .login-link:hover, #navbar .login-link:active, #navbar .login-link:focus,
    #navbar .search-link:hover,
    #navbar .search-link:active,
    #navbar .search-link:focus {
      text-decoration: none !important; }
    #navbar .login-link::before,
    #navbar .search-link::before {
      display: block;
      font-family: FontAwesome;
      font-size: 1.5rem;
      text-align: center;
      text-indent: 0;
      position: relative;
      top: 2px; }
  #navbar .login-link::before {
    content: "\f2c0";
    display: inline-block;
    margin-right: 10px; }
  #navbar .search-link::before {
    content: "\f002"; } }

@media (max-width: 1200px) {
  #navbar .separator {
    display: none; } }

.content .section-nav,
.section-nav {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 77px;
  width: 100%;
  z-index: 4000;
  padding: 20px 0 16px;
  background: #515973;
  white-space: nowrap;
  overflow: auto;
  transition: all 0.2s; }
  .content .section-nav ul,
  .section-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .content .section-nav ul li,
    .section-nav ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .content .section-nav ul li a,
      .section-nav ul li a {
        border: 2px solid rgba(255, 255, 255, 0.6);
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        padding: 4px 8px;
        margin: 0 0 4px;
        transition: all 0.2s;
        line-height: 1rem; }
        .content .section-nav ul li a:hover, .content .section-nav ul li a:focus, .content .section-nav ul li a:active, .content .section-nav ul li a.active,
        .section-nav ul li a:hover,
        .section-nav ul li a:focus,
        .section-nav ul li a:active,
        .section-nav ul li a.active {
          background: #fff;
          color: #535b74;
          text-decoration: none;
          border-color: white; }
      .content .section-nav ul li + li,
      .section-nav ul li + li {
        margin-left: 5px; }
  .content .section-nav .row > div,
  .section-nav .row > div {
    margin-bottom: 0; }

/* IE11 Hacks for sticky nav */
/*
_:-ms-fullscreen, :root {
  .section-nav {
    position: fixed;
    width: 100%;
  }

  .section-nav + .booklist-body,
  .section-nav + .az-section{
    padding: 100px 0 0 !important;
  }
}
*/
#glazed-menu-toggle {
  margin: 25px 0 !important; }
  #glazed-menu-toggle span {
    background: #fff !important; }
    #glazed-menu-toggle span::before, #glazed-menu-toggle span::after {
      background: #fff !important; }
  #glazed-menu-toggle.navbar-toggle--active span {
    background: transparent !important; }

.body--glazed-nav-mobile .glazed-header {
  position: fixed !important; }

.az-tabs:not(.tabs-left) > .nav-tabs {
  text-align: center;
  border: 0; }
  .az-tabs:not(.tabs-left) > .nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #4e5670;
    background: -moz-linear-gradient(top, #4e5670 0%, #606781 100%);
    background: -webkit-linear-gradient(top, #4e5670 0%, #606781 100%);
    background: linear-gradient(to bottom, #4e5670 0%, #606781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 ); }
    .az-tabs:not(.tabs-left) > .nav-tabs > li.active {
      bottom: 0 !important;
      background: #f39c13;
      background: -moz-linear-gradient(top, #f39c13 0%, #eda330 100%);
      background: -webkit-linear-gradient(top, #f39c13 0%, #eda330 100%);
      background: linear-gradient(to bottom, #f39c13 0%, #eda330 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 ); }
      .az-tabs:not(.tabs-left) > .nav-tabs > li.active a {
        color: #fff;
        border: 0; }
        .az-tabs:not(.tabs-left) > .nav-tabs > li.active a:hover, .az-tabs:not(.tabs-left) > .nav-tabs > li.active a:active, .az-tabs:not(.tabs-left) > .nav-tabs > li.active a:focus {
          color: #fff; }
    .az-tabs:not(.tabs-left) > .nav-tabs > li a {
      color: #fff;
      font-weight: 600;
      font-size: 1.25rem;
      border: 0;
      text-align: left; }
      .az-tabs:not(.tabs-left) > .nav-tabs > li a:hover, .az-tabs:not(.tabs-left) > .nav-tabs > li a:active, .az-tabs:not(.tabs-left) > .nav-tabs > li a:focus {
        color: #fff; }
    @media (min-width: 700px) {
      .az-tabs:not(.tabs-left) > .nav-tabs > li {
        padding-right: 3vw; } }
    @media (max-width: 620px) {
      .az-tabs:not(.tabs-left) > .nav-tabs > li a {
        font-size: 4vw; } }

.az-tabs:not(.tabs-left) > .tab-content {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 8px solid #f29d17;
  border-radius: 6px; }
  @media (min-width: 950px) {
    .az-tabs:not(.tabs-left) > .tab-content {
      padding: 90px; } }
  @media (max-width: 950px) {
    .az-tabs:not(.tabs-left) > .tab-content {
      padding: 30px; } }

.az-tabs.tabs-left > .nav-tabs {
  border-right: 0;
  width: 300px; }
  .az-tabs.tabs-left > .nav-tabs li a {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #dddddd;
    font-size: 1.12rem;
    padding-left: 0;
    color: #666666; }
    .az-tabs.tabs-left > .nav-tabs li a:hover, .az-tabs.tabs-left > .nav-tabs li a:active, .az-tabs.tabs-left > .nav-tabs li a:focus {
      color: #0f97b3; }
  .az-tabs.tabs-left > .nav-tabs li.active {
    bottom: 0 !important; }
    .az-tabs.tabs-left > .nav-tabs li.active a {
      color: #0f97b3;
      font-weight: 600;
      border: 0;
      border-bottom: 2px solid #dddddd;
      box-shadow: none; }
      .az-tabs.tabs-left > .nav-tabs li.active a:hover, .az-tabs.tabs-left > .nav-tabs li.active a:active, .az-tabs.tabs-left > .nav-tabs li.active a:focus {
        color: #0f97b3; }
  @media (max-width: 600px) {
    .az-tabs.tabs-left > .nav-tabs {
      width: 100%; } }

.az-tabs.tabs-left > .tab-content {
  border: 0;
  box-shadow: none; }

@media (min-width: 950px) {
  .az-tabs.tabs-left .tab-content {
    padding: 0 0 0 50px; } }

@media (max-width: 950px) {
  .az-tabs.tabs-left .tab-content {
    padding: 10px 0; } }

@media (max-width: 600px) {
  .az-tabs.tabs-left .tab-content {
    clear: both; } }

.az-tabs {
  position: relative;
  z-index: 10; }

.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.webform-submission-form .form-item textarea {
  width: 100% !important;
  border-width: 2px !important; }
  .webform-submission-form .form-item input[type="checkbox"], .webform-submission-form .form-item input[type="radio"],
  .webform-submission-form .form-item select[type="checkbox"],
  .webform-submission-form .form-item select[type="radio"],
  .webform-submission-form .form-item textarea[type="checkbox"],
  .webform-submission-form .form-item textarea[type="radio"] {
    width: auto !important;
    border: 0; }

.webform-submission-form .form-actions button {
  padding: 14px 20px;
  font-size: 1.12rem;
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #4e5670;
  color: #fff; }
  .webform-submission-form .form-actions button:hover, .webform-submission-form .form-actions button:active, .webform-submission-form .form-actions button:focus {
    background: #353b4d; }

@media (max-width: 767px) {
  .webform-submission-form .webform-flexbox .webform-flex + .webform-flex {
    margin-top: 15px; } }

.select-wrapper::after {
  transform: none !important; }

.select-wrapper:hover::after {
  transform: none !important; }

.light-form label {
  color: #fff; }

.light-form .select-wrapper::after {
  color: #fff;
  opacity: 0.5;
  transform: none !important;
  padding-right: 0; }

.light-form .select-wrapper:hover::after {
  color: #fff;
  opacity: 1 !important;
  transform: none !important; }

.light-form .select-wrapper option {
  background: #515973; }

.light-form .webform-submission-form .form-item input,
.light-form .webform-submission-form .form-item select,
.light-form .webform-submission-form .form-item textarea {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff; }
  .light-form .webform-submission-form .form-item input:-ms-input-placeholder,
  .light-form .webform-submission-form .form-item select:-ms-input-placeholder,
  .light-form .webform-submission-form .form-item textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .light-form .webform-submission-form .form-item input::-ms-input-placeholder,
  .light-form .webform-submission-form .form-item select::-ms-input-placeholder,
  .light-form .webform-submission-form .form-item textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .light-form .webform-submission-form .form-item input::placeholder,
  .light-form .webform-submission-form .form-item select::placeholder,
  .light-form .webform-submission-form .form-item textarea::placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .light-form .webform-submission-form .form-item input:focus,
  .light-form .webform-submission-form .form-item select:focus,
  .light-form .webform-submission-form .form-item textarea:focus {
    border-color: white; }

.light-form .webform-submission-form .form-actions button {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #4e5670 !important; }
  .light-form .webform-submission-form .form-actions button:hover, .light-form .webform-submission-form .form-actions button:active, .light-form .webform-submission-form .form-actions button:focus {
    background: #efefef !important; }

footer {
  padding: 40px 0; }
  footer .az-button.outline .btn {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent;
    transition: all 0.2s; }
    footer .az-button.outline .btn:hover, footer .az-button.outline .btn:active, footer .az-button.outline .btn:focus {
      border-color: white !important;
      background: #333; }
  footer .copyright-container {
    flex-direction: row;
    justify-content: left;
    align-items: center; }
    footer .copyright-container > div {
      display: inline-block; }
  footer .menu--footer {
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0; }
    footer .menu--footer li {
      display: inline-block;
      padding-left: 8px;
      border-left: 1px solid #8a8a8a; }
      footer .menu--footer li a {
        color: #8a8a8a;
        padding: 0 8px 0 0;
        line-height: 1rem; }
        footer .menu--footer li a:hover, footer .menu--footer li a:active, footer .menu--footer li a:focus {
          background: none;
          color: #fff; }

@media (max-width: 767px) {
  footer {
    text-align: center; }
    footer .az-row {
      align-items: center;
      justify-content: center; }
    footer .az-image {
      display: block; }
      footer .az-image img {
        display: block;
        height: 40px;
        width: auto !important;
        margin: 0 auto; }
    footer .text-right {
      text-align: center; }
    footer .menu--footer {
      padding-top: 20px;
      padding-bottom: 20px; }
    footer .copyright-container {
      flex-direction: column; }
      footer .copyright-container ul {
        margin: 0; }
      footer .copyright-container li {
        border: 0;
        padding: 0 0 5px; } }

.btn {
  border: 2px solid transparent !important;
  background: transparent;
  transition: all 0.2s; }
  .btn.btn-primary {
    color: #0f97b3 !important;
    border-color: rgba(15, 151, 179, 0.5) !important;
    background: transparent !important; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #0f97b3 !important;
      border-color: #0f97b3 !important;
      color: #fff !important; }
  .btn.btn-success {
    color: #1abb9b !important;
    border-color: rgba(26, 187, 155, 0.5) !important;
    background: transparent !important; }
    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
      background: #1abb9b !important;
      border-color: #1abb9b !important;
      color: #fff !important; }

.header-search {
  color: #cdd2e9; }
  .header-search form {
    position: relative;
    margin: 0 0 10px; }
    .header-search form input[type="text"] {
      border: 0;
      border-bottom: 3px solid rgba(255, 255, 255, 0.5);
      border-radius: 0;
      width: 100%;
      position: relative;
      z-index: 10;
      color: #fff;
      font-size: 3rem;
      padding: 6px 10vw 6px 12px; }
      .header-search form input[type="text"]:focus {
        border-bottom-color: white; }
      .header-search form input[type="text"]::placeholder {
        color: #fff; }
    .header-search form button {
      position: absolute;
      right: 12px;
      z-index: 20;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: #fff;
      padding: 0; }
    @media (max-width: 800px) {
      .header-search form input[type="text"] {
        font-size: 4.5vw; }
      .header-search form button .fa-3x {
        font-size: 4.5vw; } }
  .header-search ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .header-search ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }
  .header-search .search-controls .search-tools span {
    display: inline-block;
    margin-right: 5px;
    text-align: center; }
    @media (max-width: 768px) {
      .header-search .search-controls .search-tools span {
        display: block;
        padding-bottom: 15px; } }
  @media (max-width: 768px) {
    .header-search .search-controls .search-tools {
      padding-top: 30px; } }
  .header-search .search-controls a {
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 0 4px;
    transition: all 0.2s;
    line-height: 1rem; }
    .header-search .search-controls a:hover, .header-search .search-controls a:focus, .header-search .search-controls a:active, .header-search .search-controls a.active {
      background: #fff;
      color: #535b74;
      text-decoration: none;
      border-color: white; }
  @media (min-width: 768px) {
    .header-search .advanced-search-wrapper {
      text-align: right; } }
  .header-search .close-search-container {
    padding-top: 25px; }
    @media (min-width: 1200px) {
      .header-search .close-search-container {
        display: none; } }
  .header-search .close-search {
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
    opacity: 0.8; }
    .header-search .close-search:hover, .header-search .close-search:active, .header-search .close-search:focus {
      text-decoration: underline;
      opacity: 1; }
  @media (max-width: 768px) {
    .header-search {
      text-align: center; } }

#block-searchform {
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 15000; }
  #block-searchform .glazed.az-container {
    min-height: 0; }
  #block-searchform .header-search .az-element {
    position: relative;
    z-index: 20000; }
  #block-searchform .header-search .search-form-overlay {
    transition: all 0.3s;
    position: fixed;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15000;
    opacity: 0;
    height: 0; }
  #block-searchform .header-search.open .search-form-overlay {
    opacity: 1;
    height: calc(100% - 77px); }

body.with-alert #block-searchform {
  top: 123px; }
  body.with-alert #block-searchform .header-search.open .search-form-overlay {
    height: calc(100% - 123px); }

body.user-logged-in #block-searchform {
  display: none; }

#secondary-header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000; }
  #secondary-header .alert {
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 46px;
    overflow-y: auto;
    padding: 0;
    background: #0f97b3;
    background: -moz-linear-gradient(top, #0f97b3 0%, #27a2bb 100%);
    background: -webkit-linear-gradient(top, #0f97b3 0%, #27a2bb 100%);
    background: linear-gradient(to bottom, #0f97b3 0%, #27a2bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start', endColorstr='$end',GradientType=0 ); }
    #secondary-header .alert > div {
      padding: 7px 30px 7px 15px; }
      @media (max-width: 600px) {
        #secondary-header .alert > div {
          font-size: 0.75rem; } }
    #secondary-header .alert .close {
      opacity: 0.4;
      position: fixed;
      right: 15px;
      top: 12px; }
      #secondary-header .alert .close:hover, #secondary-header .alert .close:active, #secondary-header .alert .close:focus {
        color: #fff;
        text-decoration: none; }

.divided-row > .az-column {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .divided-row > .az-column:first-child {
    border-left: 0; }
  .divided-row > .az-column:last-child {
    border-right: 0; }

#system-messages {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 50000;
  pointer-events: none; }
  #system-messages > div {
    max-width: 600px;
    margin: 0 auto;
    pointer-events: all; }
