/* 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
 */

/* @import "custom.scss" */
/* line 2, templates/g5_hydrogen/custom/scss/custom.scss */
html {
  height: 100% !important;
}
/* line 5, templates/g5_hydrogen/custom/scss/custom.scss */
html {
  min-height: 100%;
}
/* line 6, templates/g5_hydrogen/custom/scss/custom.scss */
body {
  min-height: 100%;
}
/* line 9, templates/g5_hydrogen/custom/scss/custom.scss */
.clr {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 15, templates/g5_hydrogen/custom/scss/custom.scss */
.article_img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
/* line 21, templates/g5_hydrogen/custom/scss/custom.scss */
h2 {
  font-size: 1.4rem;
}
/* line 24, templates/g5_hydrogen/custom/scss/custom.scss */
h3 {
  font-size: 1.2rem;
}
/*box section*/
/* line 29, templates/g5_hydrogen/custom/scss/custom.scss */
.article_full {
  width: 100% !important;
  height: auto;
}
/* line 34, templates/g5_hydrogen/custom/scss/custom.scss */
.article_full img {
  width: 100%;
  height: auto;
}
/* line 39, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box {
  width: 18%;
  margin: 0.5%;
  float: left;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff no-repeat center center;
}
/* line 52, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box .box_mask, .article_box .content {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
/* line 59, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box a img {
  display: block;
  position: relative;
}
/* line 63, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box h2 {
  text-align: center;
  position: relative;
  background-color: rgba(80, 80, 80, 0.8) !important;
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
  width: 100%;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/* line 75, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box a, .article_box a:hover {
  color: #feff99 !important;
  font-size: 1.25rem;
}
/* line 79, templates/g5_hydrogen/custom/scss/custom.scss */
.article_box p {
  position: relative;
  color: #feff99 !important;
  padding: 2px;
  text-align: center;
  background-color: rgba(80, 80, 80, 0.8) !important;
}
/* line 87, templates/g5_hydrogen/custom/scss/custom.scss */
.view a.info:hover {
  box-shadow: 0 0 5px #000;
}
/* line 92, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth .box_mask {
  background-color: rgba(231, 231, 231, 0.6);
  top: -200px;
  opacity: 0;
  transition: all 0.3s ease-out 0.5s;
}
/* line 98, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth h2 {
  transform: translateY(-200px);
  transition: all 0.2s ease-in-out 0.1s;
  width: 100%;
  background: rgba(79, 78, 78, 0.9);
}
/* line 104, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth p {
  color: #333;
  transform: translateY(-200px);
  transition: all 0.2s ease-in-out 0.2s;
}
/* line 110, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth:hover .box_mask {
  opacity: 1;
  top: 0px;
  transition-delay: 0s;
  animation: bounceY 0.9s linear;
}
/* line 116, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth:hover h2 {
  transform: translateY(0px);
  transition-delay: 0.4s;
}
/* line 120, templates/g5_hydrogen/custom/scss/custom.scss */
.view-eighth:hover p {
  transform: translateY(0px);
  transition-delay: 0.2s;
}
/*////////////////////good hover effect*/
/* line 127, templates/g5_hydrogen/custom/scss/custom.scss */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 132, templates/g5_hydrogen/custom/scss/custom.scss */
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  float: right;
}
/* line 141, templates/g5_hydrogen/custom/scss/custom.scss */
ul.tabs li.current {
  background: #ededed;
  color: #222;
}
/* line 146, templates/g5_hydrogen/custom/scss/custom.scss */
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
/* line 152, templates/g5_hydrogen/custom/scss/custom.scss */
.tab-content.current {
  display: inherit;
}
/*footer items*/
/* line 161, templates/g5_hydrogen/custom/scss/custom.scss */
footer {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
/* line 166, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_address h3 {
  color: #2d2d2d !important;
  font-weight: bolder;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  /*text-shadow: 0px 0px 5px #fff;*/
  font-size: 1.12rem;
}
/* line 173, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_address p > a, .footer_address p > a:hover {
  color: #474747 !important;
}
/* line 176, templates/g5_hydrogen/custom/scss/custom.scss */
.social_footer {
  padding-left: 1.25rem;
}
/* line 179, templates/g5_hydrogen/custom/scss/custom.scss */
.social_footer h3, .social_footer h3 a {
  color: #2d2d2d !important;
  font-weight: bolder;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  /*text-shadow: 0px 0px 5px #fff;*/
  font-size: 1.12rem;
}
/* line 186, templates/g5_hydrogen/custom/scss/custom.scss */
.social_footer img {
  width: 10%;
  float: left;
  margin: 0.2rem;
  border-radius: 15%;
  overflow: hidden;
}
/* line 193, templates/g5_hydrogen/custom/scss/custom.scss */
.g-branding {
  color: #4c6d28 !important;
  text-align: center;
}
/* line 197, templates/g5_hydrogen/custom/scss/custom.scss */
.g-branding a, .g-branding a:hover {
  color: #22280e !important;
}
/*/////////////footer items*/
/*menu***************/
/* line 203, templates/g5_hydrogen/custom/scss/custom.scss */
.main_menu .g-menu-item-container {
  color: #474747 !important;
  font-weight: 900 !important;
  padding: 0px 20px 0px 20px !important;
  margin: 0px 0px 10px 0px !important;
}
/* line 209, templates/g5_hydrogen/custom/scss/custom.scss */
.main_menu .g-menu-item-container:hover span, .g-menu-item-container:active span {
  color: rgba(255, 255, 255, 0.5) !important;
  background: none !important;
  border-bottom: 1px solid #a6b165;
}
/* line 216, templates/g5_hydrogen/custom/scss/custom.scss */
.main_menu .g-menu-item-content {
  padding: 0;
  margin: 0;
}
/* line 220, templates/g5_hydrogen/custom/scss/custom.scss */
.main_menu .g-menu-item-container:hover, .g-menu-item-container:selected. li g-selected {
  background: none !important;
}
/* line 223, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background: none !important;
}
/* line 226, templates/g5_hydrogen/custom/scss/custom.scss */
.main_menu .g-selected {
  background: none !important;
}
/*///////////////////menu*/
/* line 231, templates/g5_hydrogen/custom/scss/custom.scss */
.gantry-logo {
  height: 100px;
  overflow: visible;
}
/* line 236, templates/g5_hydrogen/custom/scss/custom.scss */
.gantry-logo img {
  width: 200px !important;
  height: auto;
}
/* line 241, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header {
  /*background: url('/templates/g5_hydrogen/custom/header_bg.png') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 249, templates/g5_hydrogen/custom/scss/custom.scss */
#mod-search-searchword {
  border-bottom: 2px solid #384510;
  border-radius: 0px;
  background-color: #2d2d2d;
}
/* line 254, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .search input {
  color: #fff;
  width: 90%;
}
/* line 258, templates/g5_hydrogen/custom/scss/custom.scss */
.g-content {
  margin: 0.2rem;
  padding: 0.2rem;
}
/* line 262, templates/g5_hydrogen/custom/scss/custom.scss */
.g-menu-item-container img {
  height: 1rem;
  width: auto;
  margin: 0.1rem;
}
/*footer menu*/
/* line 269, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_menu .g-main-nav .g-toplevel > li {
  display: block !important;
}
/* line 273, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_menu li a {
  color: #474747;
  padding-left: 1.25rem;
  text-align: right;
  padding-right: 30%;
}
/* line 279, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_menu h3 {
  color: #474747;
  font-weight: bolder;
  text-shadow: -2px 2px 2px #22280a;
  font-size: 1.12rem;
}
/* line 286, templates/g5_hydrogen/custom/scss/custom.scss */
.footer_menu {
  text-align: center;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  width: 100%;
}
/*///////////////////** footer menu */
/*table*/
/* line 294, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf {
  margin: 4rem 0px 0px 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #bdd3eb;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
/* line 304, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf table {
  width: 100%;
  height: 100%;
  margin: 1px;
  padding: 0px;
}
/* line 311, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf tr {
  border-bottom: 1px solid #bdd3eb !important;
}
/* line 315, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf td {
  vertical-align: middle;
  border: 1px solid #bdd3eb;
  text-align: left;
  padding: 2px;
}
/* line 321, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf tr td:first-child, .table_pdf tr td:nth-child(4), .table_pdf tr td:nth-child(5), .table_pdf tr td:nth-child(6), .table_pdf tr td:nth-child(7), .table_pdf tr td:nth-child(3) {
  text-align: center;
}
/* line 324, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf tr td:first-child {
  padding: 0px !important;
  margin: 0px !important;
  width: 14%;
}
/* line 329, templates/g5_hydrogen/custom/scss/custom.scss */
.table_pdf tr td:first-child img {
  width: 75%;
  margin: 0.1rem;
}
/* line 333, templates/g5_hydrogen/custom/scss/custom.scss */
.flags {
  width: 2.25rem;
  height: auto;
}
/* line 337, templates/g5_hydrogen/custom/scss/custom.scss */
.pdf_icon {
  width: 2.25rem;
  height: auto;
  padding: 0.5rem;
}
/*///////////////////** table */
/* line 346, templates/g5_hydrogen/custom/scss/custom.scss */
.nodisplay {
  display: none;
}
/*color, font and view changes 23 05 2016*/
/* line 351, templates/g5_hydrogen/custom/scss/custom.scss */
p, ul {
  font-family: Tahoma, Avalon, Arial, Helvetica, sans-serif;
  color: #444;
}
/* line 355, templates/g5_hydrogen/custom/scss/custom.scss */
h2 {
  font-family: Tahoma, Avalon, Arial, Helvetica, sans-serif;
  color: #51c6eb;
}
/* line 360, templates/g5_hydrogen/custom/scss/custom.scss */
footer p {
  color: #474747;
}
/*///////////////////////////** fluke box */
/* line 367, templates/g5_hydrogen/custom/scss/custom.scss */
.fluke_box {
  border: 4px double lightskyblue;
  padding: 1%;
  width: 100%;
  font-weight: 900;
}
/* line 373, templates/g5_hydrogen/custom/scss/custom.scss */
.fluke_box p {
  text-shadow: 2px 2px 5px #ccc;
  font-style: italic;
}
/*# sourceMappingURL=custom_9.css.map */