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

@charset "UTF-8";
/* Font Awesome */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900);
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands" !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free" !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after, body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  font-family: "Font Awesome 6 Free";
}
/* visforms textarea bootstrap3 */
input, textarea, .uneditable-input {
  width: auto;
}
/* jbcookies start */
.jb.cookie h2 {
  display: none;
}
.jb.cookie.red a {
  color: #dd2f26;
}
.jb.accept.red:hover {
  opacity: 0.8;
}
/* jbcookies end */
/* h1 title */
h1, strong {
  color: #bebebe;
}
/* jwts_tabber - start */
.jwts_tabberlive .jwts_tabbertab {
  border-top: 0;
}
/* jwts_tabber - end */
/* sticky footer 1 - start */
html {
  position: relative;
  min-height: 100%;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
/* sticky footer 1 - end */
a:hover {
  color: #2f6391;
  opacity: 0.9;
}
p {
  margin: 1rem 0;
}
img {
  border-radius: 1px;
}
#g-header {
  background: #4e6b6b;
  /* Old browsers */
  background: -webkit-linear-gradient(#4e6b6b, #749696);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#4e6b6b, #749696);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#4e6b6b, #749696);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#4e6b6b, #749696);
  /* Standard syntax (must be last) */
  /* For old browsers */
  background-color: #4e6b6b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e6b6b), color-stop(50%, #688a8a), to(#749696));
  background-image: -webkit-linear-gradient(#4e6b6b, #688a8a 50%, #749696);
  background-image: -moz-linear-gradient(top, #4e6b6b, #688a8a 50%, #749696);
  background-image: -o-linear-gradient(#4e6b6b, #688a8a 50%, #749696);
  background-image: linear-gradient(#4e6b6b, #688a8a 50%, #749696);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e6b6b", endColorstr="#749696", GradientType=0);
  line-height: normal;
}
#g-header a {
  color: #2f6391;
}
/* ibmartin start */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 1rem;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.pagnum.text-right.flex-fill {
  text-align: right;
}
/* ibmartin end */
/********/
/* Elements on screen < 63.9375rem */
@media (max-width: 63.9375rem) and (min-width: 0rem) {
  /* sticky footer 2 - start */
  /* sticky footer 2 - end */
  main {
    margin-bottom: 450px;
    /* margin-bottom = footer height */
  }
  footer {
    height: 450px;
    /* footer height = margin-bottom */
  }
  #g-header {
    background: #fff;
  }
  .no-mobile {
    display: none;
  }
  #g-offcanvas input.search-query {
    margin-top: 0px;
  }
  .g-content {
    margin: 0px;
    padding: 0.6rem;
  }
  form {
    margin: 0px;
  }
  .subsystem {
    display: none;
  }
  #mailto-window {
    padding: 10px;
  }
  .iblisting-header {
    padding-left: 10px;
  }
  .iblisting-item-title {
    margin-left: 0;
  }
}
/********/
/* Elements on screen > 64rem */
@media (min-width: 64rem) {
  /* sticky footer 3 - start */
  /* sticky footer 3 - end */
  /*
.evofrontpage-tabbed-fade-in-out #evofptabs ul li {
	width: 2rem;
}
*/
  main {
    margin-bottom: 150px;
    /* margin-bottom = footer height; default: 250px */
  }
  footer {
    height: 150px;
    /* footer height = margin-bottom; default: 250px */
  }
  .g-content {
    padding: 0.1rem;
    /* default: ~0.7 */
  }
  #g-navigation .g-container {
    margin-top: -1rem;
  }
  .g-offcanvas-toggle {
    display: none;
  }
  .mobile-only {
    display: none;
  }
  .myspacer {
    margin-left: 25%;
  }
  .days_abbr {
    display: none;
  }
  #mailto-window {
    padding-left: 30%;
    padding-top: 10%;
  }
}
/********/
.gantry-logo {
  margin-top: 0.2rem;
}
.gantry-logo img {
  width: auto;
}
#g-header .g-grid {
  padding-top: 0.2rem;
}
#g-header .g-content {
  padding: 0rem;
  margin: 0rem;
}
div.clr {
  height: 0px !important;
}
.mysearch {
  max-width: 255px;
  font-size: 1rem;
  background: transparent;
  color: #f5f5f5;
  margin-left: -0.4rem;
  padding-bottom: 5px;
}
.mysearch:hover {
  color: #daeef3;
}
.mylang {
  max-width: 65px;
}
.mylinks {
  max-width: 380px;
}
.mylogin {
  max-width: 28px;
}
/* visforms fields */
.myinput {
  width: 80%;
}
input[type="search"] {
  background-color: #f5f5f5;
}
input.search-query {
  -webkit-border-radius: 4px;
  /* For Safari 5.1 to 6.0 */
  -o-border-radius: 4px;
  /* For Opera 11.1 to 12.0 */
  -moz-border-radius: 4px;
  /* For Firefox 3.6 to 15 */
  border-radius: 4px;
  /* Standard syntax (must be last) */
}
#g-header .search input {
  color: #292929;
  margin: 0;
  padding: 0.2rem;
}
.mytitle {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  /*padding-top: 1rem;*/
}
.mytitle:hover {
  opacity: 0.9;
}
.mylink {
  padding: 0.3rem 0.3rem 0.15rem 0.3rem;
  margin-left: 0.2rem;
  font-size: 0.8rem;
  background-color: #E7E7E7;
  -webkit-border-radius: 4px;
  /* For Safari 5.1 to 6.0 */
  -o-border-radius: 4px;
  /* For Opera 11.1 to 12.0 */
  -moz-border-radius: 4px;
  /* For Firefox 3.6 to 15 */
  border-radius: 4px;
  /* Standard syntax (must be last) */
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
  color: #2f6391;
}
.mylink:hover {
  color: #000066;
  opacity: 0.9;
}
.fa-external-link-square {
  opacity: 0.8;
}
div.mod-languages ul {
  margin: 0;
}
.sourcecoast form {
  margin: 0;
}
#g-mobilemenu-container {
  margin: -0.5rem;
}
/* menu */
#g-navigation .g-content {
  margin: 0px;
  padding: 0px;
}
#g-navigation a {
  color: #2f6391;
}
#g-navigation .g-main-nav {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  float: right;
  /* ie 10 */
  position: relative;
  /* ie 10 */
  left: -50%;
  /* or right 50% */
  text-align: left;
  /* ie 10 */
}
#g-navigation .g-main-nav .g-toplevel {
  /* ie 10 */
  position: relative;
  left: 50%;
}
#g-navigation .g-main-nav {
  text-shadow: 0px 1px 0px #fff;
}
#g-navigation .g-main-nav .g-toplevel > li {
  background: url('../images/assets/images/tab_bg.png') repeat-x;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0.5rem;
  border-right: 1px solid #fff;
  border-left: 1px solid #ccc;
  color: #2f6391;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: url('../images/assets/images/tab_hover_bg.png') repeat-x 50% 0% !important;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  /*background: url(templates/g5_hydrogen/custom/images/assets/images/tab_bg.png) repeat-x;*/
  background: #F1F1F1 !important;
}
#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: #000;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  background: url('../images/assets/images/tab_active_hover_bg.png') repeat-x 50% 0% !important;
  color: #292929;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #e3e3e3;
  background-color: #749696;
  white-space: nowrap;
}
/* breadcrumb (pathway) */
.breadcrumb {
  padding: 4px 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  float: left;
  background: transparent;
}
.breadcrumb > .active {
  color: #292929;
}
/* EVO frontpage start */
/*
.evofrontpage-tabbed-fade-in-out .evofp-table-cell {
    box-shadow: 2px -11px 20px -8px #c2c2c2;
}
*/
.evofrontpage-tabbed-fade-in-out .evofp-table-cell p {
  font-weight: normal;
  font-size: 1rem;
  color: #666;
}
.evofrontpage-tabbed-fade-in-out .evofp-table-cell:hover p {
  opacity: 0.9;
}
.evofrontpage-tabbed-fade-in-out .head {
  background: #ebf3ef;
  border-top: 0;
}
.evofrontpage-tabbed-fade-in-out .head:hover {
  opacity: 0.9;
}
.evofrontpage-tabbed-fade-in-out .title {
  font-size: 1rem;
  color: #666;
}
.evofrontpage-tabbed-fade-in-out .evofp-table-cell-body {
  border-bottom: 0;
  background: #ebf3ef;
}
.evofrontpage-tabbed-fade-in-out #evofptabs ul {
  margin-bottom: 0rem !important;
  margin-top: 1rem !important;
}
.evofrontpage-tabbed-fade-in-out #evofptabs ul li {
  margin-right: 0.5rem !important;
  border-radius: 20%;
  width: 1.5rem;
  height: 1.5rem;
}
.evofrontpage-tabbed-fade-in-out #evofptabs ul li::before, #evofptabs ul li span {
  display: block !important;
  color: #6f1919;
}
.evofrontpage-tabbed-fade-in-out #evofptabs ul li.activex {
  background: #CFCFCF;
  /* box-shadow: 1px 1px 1px 1px #444 inset; */
}
.evofrontpage-tabbed-fade-in-out a.evofp-readon {
  background: #749696;
}
/* EVO frontpage end */
#g-main {
  padding: 0;
}
/* addtoany share svg icons */
.addtoany_container {
  float: right;
}
.addtoany_container_ext {
  float: left;
}
/*
.addtoany_list.a2a_kit_size_32 a > span {
    background-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
*/
/* print & mail icons */
.icon-print {
  margin-left: 0.2rem;
  line-height: 1.5rem;
}
.icon-print:before, .icon-printer:before {
  content: "";
  font-size: 1.5rem;
}
.icon-envelope {
  margin-left: 0.4rem;
  line-height: 1.5rem;
}
.icon-envelope:before, .icon-mail:before {
  content: "M";
  font-size: 1.5rem;
}
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
  content: "+";
  font-size: 1.5rem;
}
.icon-edit {
  margin-left: 0.4rem;
}
/* search icon */
.icon-search {
  width: auto;
  height: auto;
}
/* button */
.btn {
  color: #2f6391;
  text-shadow: 0px 1px 0px #fff;
  font-size: 0.9rem;
}
.icon-chevron-right {
  opacity: 0.6;
  color: #2f6391;
}
.btn.btn-primary {
  color: #fff;
}
/* Featured category view */
.item-title {
  font-size: 1.5rem;
}
.myhits, .myitemhits {
  float: right;
  font-size: 0.8rem;
  font-weight: normal;
  color: #CF1919;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
}
.myedit {
  float: right;
  margin: 0.2rem;
}
/* tooltip style: /media/gantry5/assets/css/bootstrap-gantry.css */
.tooltip strong {
  color: #ffffff;
}
/* jce popup fontawesome icon */
.jcemediabox-fa-link {
  position: relative;
}
.jcemediabox-fa-link:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 1rem;
  top: 0;
  margin-left: 0.2rem;
  content: "";
}
/* IBlisting */
.iblisting-categories-title {
  cursor: pointer;
  font-size: 1.5rem;
  font-family: Roboto;
  padding-left: 0.5rem;
  opacity: 0.85;
}
.iblisting-categories-title:hover {
  opacity: 1;
}
.contentpane.modal {
  padding: 0rem;
}
.iblisting-email {
  float: left;
}
.ibtagbutton {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 2px;
  border: 1px solid #a12727;
  border-radius: 2px;
  background: #ff4a4a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
  background: -moz-linear-gradient(top, #ff4a4a, #992727);
  background: linear-gradient(to bottom, #ff4a4a, #992727);
  text-shadow: #591717 1px 1px 1px;
  font: normal normal bold 12px arial;
  color: #ffffff;
  text-decoration: none;
  margin-left: 5px;
}
.ibtagbutton:hover, .ibtagbutton:focus {
  background: #ff5959;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
  background: -moz-linear-gradient(top, #ff5959, #b62f2f);
  background: linear-gradient(to bottom, #ff5959, #b62f2f);
  color: #ffffff;
  text-decoration: none;
}
.ibtagbutton:active {
  background: #982727;
  background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
  background: -moz-linear-gradient(top, #982727, #982727);
  background: linear-gradient(to bottom, #982727, #982727);
}
/* allweblinks */
.allweblinkscol {
  margin-top: -0.5rem;
}
/* dxfontawesome */
#dx_publi {
  display: none;
}
#dx_fa_insert_wrapper {
  padding-bottom: 30px;
  max-height: inherit;
}
.mycaption {
  padding: 1rem;
  font-style: italic;
  color: #800000;
  font-size: 0.9rem;
  text-align: right;
}
/* BT Content Slider */
.bt-cs .bt-inner .bt-title {
  color: #a8a6a1;
  font-size: small;
  font-weight: 400;
  text-transform: none;
}
.defaultcursor {
  cursor: default;
}
.mydate {
  padding-right: 1rem;
}
#g-footer a {
  color: #00ffff;
}
/* offcanvas-toggle text */
/*
.g-offcanvas-toggle:after {
	content:'Menu';
	float: left;
	font-size: 0.5;
	color:#000000;
}
*/
/*# sourceMappingURL=custom_14.css.map */