/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*** site colors overrides ***/
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 10, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-main, #g-main {
  background-color: #f7f7f7;
}
/* line 15, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-logo {
  display: inline-block;
}
/* line 17, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-logo svg {
  max-height: 170px;
}
/* line 22, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation {
  background-color: #004b81;
}
/* line 24, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-container-navigation #g-navigation {
    align-items: center;
  }
}
/* line 33, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 34, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}
/* line 39, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div {
  /*margin-right: 1rem;*/
}
/* line 41, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 42, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div *:not(.dropdown-menu) a {
  color: #9ee1ff;
}
/* line 44, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div *:not(.dropdown-menu) a:hover {
  color: #fff;
}
/* line 49, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 50, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div *.dropdown-menu a {
  color: #004b81;
}
/* line 52, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div *.dropdown-menu a:hover {
  color: #fff;
}
/* line 57, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content > div .btn-primary {
  background-color: #0091d1;
  /*lighten($logoblue-light, 40%);
   color: $logoblue-dark;*/
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  #g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content {
    margin: 1rem 0;
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-container-navigation #g-navigation .g-grid:not(:last-child) .g-content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 75, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 76, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 77, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #003962;
}
/* line 79, templates/g5_hydrogen/custom/scss/custom.scss */
#g-container-navigation #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
/* line 88, templates/g5_hydrogen/custom/scss/custom.scss */
.cdousermenu-module {
  margin: 0;
}
/* line 92, templates/g5_hydrogen/custom/scss/custom.scss */
#g-logo .g-content {
  padding: 0;
  margin: 1rem 0;
}
/* line 97, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 98, templates/g5_hydrogen/custom/scss/custom.scss */
.finder.menu-search form {
  margin: 0px;
  color: #4f4f4f;
  display: flex;
  flex-wrap: nowrap;
}
/* line 103, templates/g5_hydrogen/custom/scss/custom.scss */
.finder.menu-search form input {
  border-radius: 5px 0 0 5px;
}
/* line 106, templates/g5_hydrogen/custom/scss/custom.scss */
.finder.menu-search form button {
  border-radius: 0 5px 5px 0;
}
/* line 112, templates/g5_hydrogen/custom/scss/custom.scss */
.lang-inline .lang-active {
  opacity: 0.5;
  pointer-events: none;
}
/* line 117, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 119, templates/g5_hydrogen/custom/scss/custom.scss */
.blog .graphitem, .blog-featured .graphitem, .blog div[class^="leading-"], .blog-featured div[class^="leading-"] {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 128, templates/g5_hydrogen/custom/scss/custom.scss */
.blog .graphitem h2, .blog-featured .graphitem h2, .blog div[class^="leading-"] h2, .blog-featured div[class^="leading-"] h2 {
  margin-bottom: 0px;
}
/* line 131, templates/g5_hydrogen/custom/scss/custom.scss */
.blog .graphitem .authors, .blog-featured .graphitem .authors, .blog div[class^="leading-"] .authors, .blog-featured div[class^="leading-"] .authors, .blog .graphitem .translators, .blog-featured .graphitem .translators, .blog div[class^="leading-"] .translators, .blog-featured div[class^="leading-"] .translators {
  font-size: 1.2rem;
}
/* line 134, templates/g5_hydrogen/custom/scss/custom.scss */
.blog .graphitem .authors .authorlabel, .blog-featured .graphitem .authors .authorlabel, .blog div[class^="leading-"] .authors .authorlabel, .blog-featured div[class^="leading-"] .authors .authorlabel, .blog .graphitem .translators .authorlabel, .blog-featured .graphitem .translators .authorlabel, .blog div[class^="leading-"] .translators .authorlabel, .blog-featured div[class^="leading-"] .translators .authorlabel, .blog .graphitem .authors .translatorlabel, .blog-featured .graphitem .authors .translatorlabel, .blog div[class^="leading-"] .authors .translatorlabel, .blog-featured div[class^="leading-"] .authors .translatorlabel, .blog .graphitem .translators .translatorlabel, .blog-featured .graphitem .translators .translatorlabel, .blog div[class^="leading-"] .translators .translatorlabel, .blog-featured div[class^="leading-"] .translators .translatorlabel {
  /*font-weight: 700;*/
}
/* line 142, templates/g5_hydrogen/custom/scss/custom.scss */
.item-page {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 151, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 152, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 153, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-item-page .page-header h2 {
  margin-bottom: 0px;
}
/* line 156, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-item-page .page-header .authors, .graph-item-page .page-header .translators {
  font-size: 1.4rem;
}
/* line 159, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-item-page .page-header .authors .authorlabel, .graph-item-page .page-header .translators .authorlabel, .graph-item-page .page-header .authors .translatorlabel, .graph-item-page .page-header .translators .translatorlabel {
  /*font-weight: 700;*/
}
/* line 169, templates/g5_hydrogen/custom/scss/custom.scss */
.aboutwriters {
  border-top: 1px solid #0091d1;
  margin-bottom: 1rem;
}
/* line 174, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 175, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer a {
  color: #9ee1ff;
}
/* line 177, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer a:hover {
  color: ;
}
/* line 183, templates/g5_hydrogen/custom/scss/custom.scss */
.writername {
  font-size: larger;
}
/* line 187, templates/g5_hydrogen/custom/scss/custom.scss */
.newline {
  display: block;
}
/* line 191, templates/g5_hydrogen/custom/scss/custom.scss */
.g-social.social > a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
/* line 197, templates/g5_hydrogen/custom/scss/custom.scss */
.cf-fields .cf-input {
  box-sizing: border-box;
}
/* line 201, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 202, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 203, templates/g5_hydrogen/custom/scss/custom.scss */
.convertforms .cf-control-input input, .convertforms .cf-control-input select, .convertforms .cf-control-input textarea {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
/* line 211, templates/g5_hydrogen/custom/scss/custom.scss */
@media only all and (min-width: 48rem) {
  #g-sidebar {
    padding-top: 2.438rem;
    /* 0.625+0.938+1.5 - 0.625 */
  }
}
/* line 217, templates/g5_hydrogen/custom/scss/custom.scss */
.excerpt-header {
  /*.page-header*/
  border-bottom: 1px solid #0091d1;
}
/* line 222, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 223, templates/g5_hydrogen/custom/scss/custom.scss */
div:not(.excerpt-header) > .page-header {
  border-bottom: 1px solid #0091d1;
}
/* line 228, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-readmore {
  position: relative;
}
/* line 230, templates/g5_hydrogen/custom/scss/custom.scss */
.graph-readmore:before {
  content: url('../../../../images/readmore.png');
  max-height: 1.4rem;
}
/* line 236, templates/g5_hydrogen/custom/scss/custom.scss */
#g-sidebar {
  /*
   div.block-contentarray > .g-content{
   background-color: $block-col-1;
   }
   div.block-a > .g-content{
   background-color: $block-col-2;
   }
   div.block-b > .g-content{
   background-color: $block-col-1;
   }
   div.block-c > .g-content{
   background-color: $block-col-2;
   }
   div.block-d > .g-content{
   background-color: $block-col-1;
   }
   div.block-e > .g-content{
   background-color: $block-col-2;
   }
   div.block-f > .g-content{
   background-color: $block-col-1;
   }
   */
}
/* line 237, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 238, templates/g5_hydrogen/custom/scss/custom.scss */
#g-sidebar div[class*="block-"] > .g-content {
  /*background-color: $white;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 246, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 247, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 248, templates/g5_hydrogen/custom/scss/custom.scss */
#g-sidebar div.g-grid:nth-child(2n) > .g-block > .g-content {
  background-color: #f7fafb;
}
/* line 253, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 254, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 255, templates/g5_hydrogen/custom/scss/custom.scss */
#g-sidebar div.g-grid:nth-child(2n+1) > .g-block > .g-content {
  background-color: #f2f2f2;
}
/* line 288, templates/g5_hydrogen/custom/scss/custom.scss */
.writerinfo {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
/* line 292, templates/g5_hydrogen/custom/scss/custom.scss */
.writerinfo .writerimg {
  width: 80px;
}
/*# sourceMappingURL=custom_12.css.map */