/* Base
----------------------------------*/

@import url("/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/webfonts.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,600,700|Open+Sans&display=swap");

/* Typography
----------------------------------*/

body {
  overflow-x: hidden;
  color: #1f1b1c;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
  line-height: 1;
  font-weight: 600;
}

h1 {
  font-size: 2em;
  line-height: 1;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.2em;
  color: #417d8f;
  text-transform: uppercase;
  margin: 0.5em 0;
  letter-spacing: 1px;
}

h4 {
  font-size: 1.1rem;
}

h5 {}

h6 {
  margin: 0;
}

strong,
b {
  font-weight: bold;
}

p,
label {}

p.intro {
  margin-bottom: 30px;
}

hr {
  height: 1px;
  width: 100%;
  border: 0;
  background: #fff;
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.mt-1-sm {
  margin-top: 30px;
}

div[class^="col-"]>h3:first-child {
  margin-top: 0;
  padding-top: 0;
}

div[class^="col-"] p:last-child {
  margin: 0;
}

.align-left,
.align-left th,
.align-left td {
  text-align: left !important;
}

.align-center,
.align-center th,
.align-center td {
  text-align: center !important;
}

.align-right,
.align-right th,
.align-right td {
  text-align: right !important;
}

/* Links
----------------------------------*/

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #719b41;
  text-decoration: none;
}

/* Primary Header
--------------------------------------------------------*/

.container {
  max-width: 1270px;
  padding: 0px 15px;
}

.page__header {
  padding: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  background: white;
  z-index: 999;
  -webkit-transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-property: background-color, line-height, height,
    -webkit-box-shadow;
  transition-property: background-color, line-height, height, -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow, line-height, height;
  -webkit-transition-property: background-color, line-height, height,
    -webkit-box-shadow;
  -webkit-transition-property: background-color, line-height, height,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, line-height, height;
  transition-property: background-color, box-shadow, line-height, height,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, line-height, height,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, line-height, height,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* border-bottom: 4px solid #719b41; */
}

.page__header.fixed {
  height: 60px;
}

.page__header .container {
  position: relative;
}

.page__banner {
  position: relative;
  padding: 105px 0px;
  background: url("/FormBuilder/_Resource/_module/0GsMVztqfUKY3UPg-1xt4g/image/Terragen_home_banner_2026.jpg") center center / cover no-repeat;
}

.page__banner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  content: "";
}

.page__banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 99;
}

.page__banner .sub-title {
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  display: block;
}

.page__banner .container {
  height: 100%;
  position: relative;
  z-index: 999;
}

.page__banner .row {}

.page__banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page__banner h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  color: black;
  background: rgba(255, 255, 255, 0.69);
  padding: 0.7em 1em;
  font-weight: 700;
  bottom: 0;
  margin: 0;
}

.header .container {
  /* padding: 0; */
}

.header__link {
  display: block;
  margin: 0;
  padding: 0;
}

.header__logo {
  width: 190px;
  height: auto;
  margin-bottom: 2px;
  margin-left: 82px;
  margin-top: 7px;
}

.header__title {
  margin: 0;
}

/* Primary Header - Main Navigation
--------------------------------------------------------*/

.navbar {
  padding: 0;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.navbar img {
  margin: 0;
  width: 276px;
}

.navbar-brand {
  margin-right: 0;
  padding: 6px 0px;
}

.nav-link {
  padding: 1.3em 1em !important;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: background-color, box-shadow, border, color,
    opacity;
  -webkit-transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow, border, color, opacity;
  -webkit-transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  -webkit-transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, border, color, opacity;
  transition-property: background-color, box-shadow, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, border, color, opacity,
    -webkit-box-shadow;
  transition-property: background-color, box-shadow, border, color, opacity,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  font-size: 1.1em;
  color: #1f1b1c;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
}

.nav-link:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 42px;
  margin: 0 20px;
  height: 2px;
  width: calc(100% - 40px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}

.nav-link:hover {
  color: #417d8f;
}

.nav-link:hover:after {
  bottom: 46px;
  opacity: 1;
}

.navbar-toggler-icon:after {
  content: "\f0c9";
  font-family: "font Awesome 5 Pro";
  font-size: 30px;
}

.navbar-toggler-icon {
  display: none;
}

.navbar-toggler {
  width: 29px;
  height: 38px;
  padding: 0;
  border: 0;
  display: block;
  background: url("/FormBuilder/_Resource/_module/wOtkXQ81_EGBDmyyckj-MA/menu_burger.jpg") center center no-repeat;
  background-size: 100%;
  margin-top: 9px;
}

.navbar-collapse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .last nav a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#header .last {
  text-align: right;
  margin-left: 0;
  margin-bottom: 0.75em;
  padding: 0.25em 0;
  position: absolute;
  top: 10px;
  right: 0;
}

#header .last nav {
  float: left;
}

#header .last nav ul {
  list-style: none;
  padding: 0;
}

#header .last nav a {
  display: inline-block;
  color: #7e4e32;
  font-size: 0.9em;
}

.topMenu {
  width: 100%;
  clear: right;
  /* end .nav */
}

.topMenu ul {
  list-style: none;
  padding: 0;
}

.topMenu .submenu a {
  color: white;
}

.topMenu a.toggleMenu {
  width: 100%;
  padding: 2% 4%;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  background: #7e4e32;
  color: #fff;
  display: block;
}

.topMenu a.toggleMenu span {
  display: block;
  width: auto;
  float: right;
  padding-left: 0.5em;
  padding-top: 5px;
}

.topMenu .nav {
  margin-top: 0;
  position: absolute;
  width: 96%;
  z-index: 99999;
  /* end .menu li */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topMenu .nav li {
  position: relative;
  text-align: left;
}

.topMenu .nav li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.5em;
  background: #719b41;
  border-bottom: 1px solid rgb(108, 125, 154);
  font-family: "Cabin", sans-serif;
  font-size: 17px;
}

.topMenu .nav>li>a {
  color: #1f1b1c;
  text-transform: UPPERCASE;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.topMenu .nav>li>a:hover {
  color: #7e4e32;
}

.topMenu .nav li a:hover,
.topMenu .nav li a:focus {
  background: #fff;
}

.topMenu .nav li a.parent:before {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  float: right;
  font-size: large;
  padding-right: 0.5em;
  line-height: 1.2;
}

.topMenu .nav li.hover>a.parent:before {
  content: "\f106";
}

.topMenu .nav li ul,
.topMenu .nav li ul.sub-menu,
.topMenu .nav li ul.children {
  margin-top: 0;
  border-top: 0;
  display: none;
  z-index: 8999;
}

.topMenu .nav li ul li,
.topMenu .nav li ul.sub-menu li,
.topMenu .nav li ul.children li {
  /* Sub-sub-menu level 3	*/
  /* end level 3	*/
}

.topMenu .nav li ul li a,
.topMenu .nav li ul.sub-menu li a,
.topMenu .nav li ul.children li a {
  padding-left: 1em;
  background: #61afe1;
  border-bottom: 1px solid rgba(130, 154, 193, 0.21);
}

.topMenu .nav li ul li a:hover,
.topMenu .nav li ul li a:focus,
.topMenu .nav li ul.sub-menu li a:hover,
.topMenu .nav li ul.sub-menu li a:focus,
.topMenu .nav li ul.children li a:hover,
.topMenu .nav li ul.children li a:focus {
  background: #7e4e32;
}

.topMenu .nav li ul li ul li,
.topMenu .nav li ul.sub-menu li ul li,
.topMenu .nav li ul.children li ul li {
  /* Sub-sub-menu level 4	*/
  /* end level 4	*/
}

.topMenu .nav li ul li ul li a,
.topMenu .nav li ul.sub-menu li ul li a,
.topMenu .nav li ul.children li ul li a {
  padding-left: 1.5em;
  background: #498ca1;
}

.topMenu .nav li ul li ul li a:hover,
.topMenu .nav li ul li ul li a:focus,
.topMenu .nav li ul.sub-menu li ul li a:hover,
.topMenu .nav li ul.sub-menu li ul li a:focus,
.topMenu .nav li ul.children li ul li a:hover,
.topMenu .nav li ul.children li ul li a:focus {
  background: #529bb1;
}

.topMenu .nav li ul li ul li ul li a,
.topMenu .nav li ul.sub-menu li ul li ul li a,
.topMenu .nav li ul.children li ul li ul li a {
  padding-left: 2em;
  background: #529bb1;
}

.nav>li.hover>ul {
  left: 0;
  display: block;
}

.nav li li.hover>ul {
  left: 100%;
  top: 0;
  display: block;
}

/* end .topMenu */

/* Side Nav */
#mobileMenuBtn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
}

#mobileMenuBtn span {
  display: none;
}

#mobileMenuBtn:after {
  content: "\f0c9";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #095a91;
}

#mobileMenuBtn.selected:after {
  content: "\f00d";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: #095a91;
}

.mobileSideNav {
  display: none;
  width: 100%;
  background: #719b41;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 18px;
}

.mobileSideNav:after {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  top: 0px;
  right: 30px;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.mobileSideNav.active {
  background: #719b41;
}

.mobileSideNav.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.left-col {
  margin: 0;
}

.side-nav {
  margin: 0;
  padding: 0;
  background: #719b41;
}

.side-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(130, 154, 193, 0.6);
}

.side-nav li a {
  display: block;
  padding: 8px 15px;
  color: #ffffff;
  text-decoration: none;
}

.side-nav li a:hover,
.side-nav li a.current-menu-item {
  color: #ffffff;
  background: #7e4e32;
}

.side-nav li a.active {
  background: #7e4e32;
  color: #ffffff;
}

#sidebar a span {
  display: none;
}

ul.subscriptionsList {
  margin: 0;
}

ul.unsubscriptionsList {
  margin: 0;
}

.top-menu>a {
  position: relative;
}

.top-menu>a:after {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  top: 8px;
  right: 10px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.top-menu.active>a {
  color: #ffffff;
}

.top-menu.active a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}

.sub-menu li {
  border-top: 1px solid #d5d5d5;
  background-color: #eaeaea;
}

.sub-menu li a {
  color: #2c2c2c;
}

.tools_icon {
  display: block;
  margin: 1em 0;
}

.tools_icon ul {
  margin: 0;
  padding: 0;
}

.tools_icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.tools_icon .fa {
  font-size: 20px;
  padding: 5px;
  color: #719b41;
}

/* Primary Page content
--------------------------------------------------------*/

.page__content {
  padding: 60px 0;
}

.content {
  background: #fff;
  width: 100%;
  min-height: 660px;
  padding: 72px 0;
}

.content__row {
  margin: 0;
}

.content .TextModule:after {
  content: "";
  display: table;
  clear: both;
}

#sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

legend {
  font-size: 1em;
}

a.button {
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid #417d8f;
  background: #417d8f;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1em;
  padding: 1em 2em;
}

a.button:hover {
  background: #529bb1;
}

.home-block {
  background: whitesmoke;
  height: 100%;
  padding: 2em;
  text-align: center;
}

.homeAnnouncements th:first-of-type,
.homeAnnouncements td:first-of-type {
  text-align: left;
}

.homeAnnouncements th:last-of-type,
.homeAnnouncements td:last-of-type {
  text-align: right;
}

.homeAnnouncements tr {
  border-bottom: 1px solid #ccc;
}

.homeAnnouncements tr:last-child {
  border-bottom: none;
}

.homeAnnouncements td,
.homeAnnouncements th {
  padding: 0.5em 0;
}

.homesharePrice table {
  margin-top: 2em;
}

.homesharePrice .priceLatest {
  font-size: 3em;
  line-height: 1;
  display: block;
}

.homesharePrice .priceExtraInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homesharePrice .priceChange {
  position: relative;
  display: inline-block;
}

.priceChange:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  padding-right: 5px;
}

.priceChange.none:before {
  content: "\f056";
}

.priceChange.up:before {
  content: "\f0d8";
  color: #00a000;
}

.priceChange.down {}

.priceChange.down:before {
  content: "\f0d7";
  color: #cc0000;
}

.priveVolumeChart {
  width: 100% !important;
}

#errorContainer_PriceVolumeChart1 {
  display: none;
}

.emailSubscription .row {
  margin: 1em 0;
  display: block;
}

.emailSubscription .checkboxlist {
  list-style: none;
  padding: 0;
}

.emailSubscription .emailLabel {
  line-height: 39px;
  vertical-align: top;
}

.emailSubscription #subscriptions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
}

.emailSubscription #subscriptions li>* {
  margin: 0 0.5em 0 0;
  top: 0;
}

table.board {
  margin-bottom: 2em;
}

.board td {
  border-top: none;
}

.board td:first-child {
  width: 25%;
}

.board p:last-child {
  margin: 0;
}

.board img {
  border: 4px solid #417d8f;
}

.board h2 {
  margin-bottom: 0.5em;
}

.highcharts-input-group {
  display: none;
}

/* Footer
--------------------------------------------------------*/

.footer__cta {
  position: relative;
  padding: 60px 0px;
  background: url("/FormBuilder/_Resource/_module/0GsMVztqfUKY3UPg-1xt4g/image/Terragen_footer_banner_2026.jpg") center center / cover no-repeat;
  /* border-top: 4px solid #417d8f; */
}

.cta {
  background: rgba(255, 255, 255, 0.9);
  width: 60%;
  margin: auto;
  text-align: center;
  padding: 2em 1em;
}

.page__footer {
  text-align: right;
  padding: 30px 0;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  background: #171717;
  color: #fff;
}

.footer__row {
  padding: 1em 0;
}

.footer__link {
  color: #fff;
}

.footer__link:hover {
  color: #00aeef;
  text-decoration: none;
}

.page__footer p {
  float: none;
  text-align: center;
  margin-bottom: 0;
}

.page__footer a {
  text-decoration: none;
  color: #fff;
}

.page__footer a:hover {
  color: #61afe1;
  text-decoration: none;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-top {
  text-align: left;
  margin-bottom: 1.5em;
}

.footer-top h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 1em 0 20px 0;
  font-size: 17.16px;
}

.footer-top ul {
  padding: 0;
}

.footer-top li {
  padding: 0;
  list-style: none;
}

.footer-top a {
  color: #fff;
}

.footer-top nav a {
  display: block;
  line-height: 2;
}

.footer-top nav a:hover {
  color: #61afe1;
}

.footer-top p {
  margin: 1em 0;
  text-align: left;
  line-height: 1.5;
}

.footer-top i {
  padding-right: 0.25em;
}

/* HIPPO Forms
----------------------------------*/

/******************* Forms **********************/

.step .row {
  clear: both;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step .row+.row {
  /* padding-top: 60px; */
}

.emailSubscriptionView .row+.row {
  padding-top: 1em;
}

.step .row .table:last-child {
  margin-bottom: 0;
}

.row label {
  font-weight: normal;
  padding: 0rem 1rem 0 0;
  vertical-align: middle;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row select,
.row input.text,
#KeywordSearch {
  width: 300px;
  outline: 0;
  border: 1px solid #eee;
  color: #434955;
  font-size: 18px;
  padding: 14px 12px;
  background-color: #fff;
  height: initial;
  line-height: 16px;
}

select,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  top: 3px;
}

input[type="checkbox"]+label {
  padding-right: 0;
  cursor: pointer;
}

.row select:focus,
.row input.text:focus,
#KeywordSearch:focus {
  color: #434955;
  border-color: #434955;
}

input#KeywordSearch {
  padding: 8px 12px;
}

#announcements-tab-group {
  margin-bottom: 1em;
}

#announcements-tab-group ul {
  margin: 0;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #61afe1;
  border-radius: 2px;
}

#announcements-tab-group li {
  list-style: none;
  padding: 0.4em 1em;
  border-radius: 2px;
}

#announcements-tab-group li.is-active {
  background: #61afe1;
}

#announcements-tab-group li.is-active a {
  color: white;
}

.announcements-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.inputFields {
  display: inline-block;
}

.inputFields label {
  display: inline;
  float: none;
  padding: 0 1rem 0 0;
  text-align: left;
  width: auto;
  color: #555;
  font-weight: bold;
  cursor: pointer;
}

.row input.text.tiny {
  width: 150px;
}

.row .text {
  display: inline-block;
}

span.hint {
  display: block;
  color: #666;
  clear: both;
  font-size: 0.85em;
}

.amount+.hint {
  display: block;
}

.question {
  margin: 0 0 10px 0;
}

/******************* Buttons **********************/

.formNav {
  /* padding: 1rem 0; */
  /* text-align: right; */
}

.next.button {
  float: right;
}

.back.button {
  float: left;
}

input.next,
input.back,
.btn,
.button,
.loadNext,
.filterButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background-image: none;
  white-space: normal;
  min-width: 110px;
  color: #fff;
  line-height: 18px;
  text-shadow: none;
  outline: 0;
  background: #7e4e32;
  border: 2px solid #7e4e32;
  font-size: 1em;
  padding: 0.6em 1em;
  font-family: "Cabin", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
  border-radius: 2px;
}

input.next:hover,
input.back:hover,
.btn:hover,
.button:hover,
.loadNext:hover,
.filterButton:hover {
  background: #719b41;
  border: 2px solid #719b41;
  color: white;
}

.validation-btn {
  text-align: left;
}

a#help {
  display: inline-block;
  background: #417d8f;
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
}

a#help img {
  opacity: 0;
}

a#help:before {
  content: "?";
  color: white;
  z-index: 999;
  text-align: center;
  display: block;
  position: relative;
  top: -0.25em;
}

a#help:hover {
  background: #94bdca;
}

/* Homepage buttons */

a[data-icon="button"] span:after {
  content: "\f138";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 0px;
  font-size: 35px;
  width: 35px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-home {
  background: #fff;
  display: block;
  padding: 15px 25px !important;
  position: relative;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
  color: #434955;
  border-color: #434955;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.btn-home:hover {
  opacity: 0.5;
}

/******************* Errors **********************/

.errorContainer {
  border: 1px solid #ff4f4f;
}

.error {
  clear: both;
  background: #ffffff;
  color: #ff4f4f !important;
  padding: 10px 0 0 70px;
  position: relative;
  margin: 20px 0;
  margin-bottom: 30px;
  font-size: 16px;
  cursor: default;
}

.error p,
.error label {
  color: #ff4f4f;
  margin: 0;
}

.error h6 {
  color: #ff4f4f;
  font-weight: bold;
  font-size: 1.1rem;
}

div.error:before {
  content: "\f06a";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 35px;
  top: 0;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

div.error ul {
  margin: 0;
  padding: 0;
}

div.error li {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
}

span.error {
  padding-left: 0;
  clear: none;
  color: #ff4f4f;
  display: inline;
  vertical-align: top;
}

label .error {
  font-weight: bold;
  padding-left: 0;
  padding-top: 0;
  display: inline-block;
  margin: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  height: 100%;
}

/******************* Icons **********************/

.iconLink {
  margin: 1rem 0;
  padding: 0;
}

.iconLink a {
  background: transparent;
  padding: 1rem 1.5rem 1rem 3rem !important;
  position: relative;
  cursor: pointer;
  background-color: #417d8f;
  border: 1px solid #417d8f;
  display: block;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 23px 15px 23px;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
}

.iconLink a:hover {
  color: white;
  background: #529bb1;
}

.iconLink a:before {
  position: absolute;
  font: 30px "Font Awesome 5 Pro";
  top: 50%;
  left: 1rem;
  font-size: 25px;
  margin-top: -12.5px;
  font-weight: 300;
}

.iconLink a[href*="/DocumentDownload"]:before {
  content: "\f1c1";
}

/* for PDF icons */

.iconLink a[href*="print"]:before {
  content: "\f02f";
}

/* for print icons */

/*** BPAY ***/

#bpayBox {
  margin: 1em 0;
  line-height: 1;
  /* overflow: scroll; */
}

#bpayBox div {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#bpayBox label {
  padding: 0;
}

/*** Content table ***/

table,
.table,
.announcementsTable {
  width: 100%;
  margin: 0 0 1em 0;
}

.table th,
.announcementsTable th {
  background: #7e4e32;
  color: #fff;
  font-weight: 700;
}

.announcementsTable td,
.announcementsTable th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table th:last-of-type,
.table td:last-of-type,
.announcementsTable th:last-of-type,
.announcementsTable td:last-of-type {
  text-align: right;
}

.confirmation {
  padding: 1rem 0;
}

.confirmation table {
  border-top: 1px solid #f5f5f5;
}

.confirmation table td {
  border: 1px solid #eeeeee;
  padding: 10px;
}

.confirmation td.label {
  font-weight: normal;
  width: 25%;
  vertical-align: top;
}

/*** FAQ ***/

.QAViewer {
  margin-bottom: 5px;
  border-radius: 3px;
}

.QAViewer .QALink {
  position: relative;
  padding: 10px 15px 10px 40px !important;
  display: block;
  background: #f5f5f5;
  text-decoration: none;
  color: #1a1a1a;
}

.QALink:before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 10px;
  left: 10px;
  font-size: 18px;
}

.open .QALink:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 10px;
  left: 10px;
  font-size: 18px;
}

.QAViewer .QALink:hover {
  background-color: #c29c14;
  color: #ffffff;
  -webkit-transition: color 0.175s ease-in-out;
  -o-transition: color 0.175s ease-in-out;
  transition: color 0.175s ease-in-out;
}

.QAViewer .answer {
  padding: 10px 10px 10px 40px;
}

.QAViewer .answer p {
  margin: 0 0 10px 0;
}

/* Print Styles */

@media print {

  #main-nav,
  .iconLink,
  .returnhome,
  a.btn {
    display: none;
  }

  .branding {
    height: auto !important;
    float: none;
    width: 100%;
    background: none;
  }

  .confirmation table {
    width: 100%;
  }

  .page-content {
    padding: 0;
    margin-left: 0;
  }

  .page__banner {
    padding: 0;
  }

  .confirmation,
  #bpayBox {
    page-break-inside: avoid;
    margin: 0 0 20px;
  }
}

/* Media Queries
----------------------------------*/

@media (max-width: 1199px) {
  .header__logo {
    margin-left: 0;
    margin-top: 15px;
  }

  .navbar {
    padding-bottom: 9px;
  }
}

@media (max-width: 1100px) and (min-width: 1024px) {
  .topMenu .nav li a {
    font-size: 13px;
  }

  .topMenu .nav>li>a.parent:after {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  .topMenu {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    float: right;
    clear: none;
    /* end .nav */
    padding-top: 1em;
  }

  .topMenu a.toggleMenu {
    display: none;
  }

  .topMenu .nav {
    position: relative;
    width: auto;
    border: 0;
  }

  .topMenu .nav>li {
    display: inline-block;
    padding: 0 0 0 1.4em;
  }

  .topMenu .nav>li>a:hover,
  .topMenu .nav>li>a:focus {
    background: #fff;
  }

  .topMenu .nav>li>a.parent:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    float: right;
    font-size: large;
    padding-left: 0.3em;
    line-height: 1.5;
  }

  .topMenu .nav li {
    position: relative;
  }

  .topMenu .nav li a {
    padding: 0.5em 0em;
    background: none;
    border-bottom: none;
  }

  .topMenu .nav li a.parent:before {
    display: none;
  }

  .topMenu .nav li a.activerootmenulink {
    color: #417d8f;
  }

  .topMenu .nav li ul,
  .topMenu .nav li ul.sub-menu,
  .topMenu .nav li ul.children {
    position: absolute;
    z-index: 9999;
    left: -9999px;
    /* border-top: 2px solid #417d8f; */
  }

  .topMenu .nav li ul li a,
  .topMenu .nav li ul.sub-menu li a,
  .topMenu .nav li ul.children li a {
    padding: 0.5em 0.5em;
    display: block;
    width: 200px;
    border-top: none;
    border-radius: 0;
    margin-right: 0;
  }

  .topMenu .nav li ul li a:hover,
  .topMenu .nav li ul li a:focus,
  .topMenu .nav li ul.sub-menu li a:hover,
  .topMenu .nav li ul.sub-menu li a:focus,
  .topMenu .nav li ul.children li a:hover,
  .topMenu .nav li ul.children li a:focus {
    border-top: none;
  }

  .topMenu .nav li ul li ul,
  .topMenu .nav li ul.sub-menu li ul,
  .topMenu .nav li ul.children li ul {
    border-top: none;
  }

  .topMenu .nav>li>a.parent:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    float: right;
    font-size: unset;
    padding-left: 0.3em;
    line-height: 1.5;
    color: #7e4e32;
  }

  .nav>li.hover>ul {
    left: 0;
  }

  .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute;
  }

  .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute;
  }

  /* end .topMenu */
}

@media (max-width: 1023px) {
  .navbar-brand {
    position: absolute;
  }

  .navbar img {
    width: 260px;
  }

  .topMenu .nav {
    display: block;
    width: 100%;
    display: none;
  }

  .topMenu .nav>li>a {
    color: white;
  }
}

@media (max-width: 992px) {
  .container {
    /* max-width: 724px; */
  }

  .header__logo {
    /* max-width: 166px; */
    margin-top: 8px;
  }

  .navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    height: 200px;
  }

  .content {
    padding-top: 50px;
  }

  #sidebar {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }

  .mobileSideNav {
    display: block;
    text-align: center;
  }

  .side-nav,
  .tools_icon {
    display: none;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 99999;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .nav-link {
    padding: 10px 0 10px 40px !important;
    border-top: 1px solid #c0c5c8;
  }

  .table {
    display: block;
    max-width: 100%;
    overflow: scroll;
  }

  .table thead,
  .table tbody {
    width: 100%;
    display: table;
  }
}

@media (min-width: 768px) {
  html {
    min-height: 100%;
    position: relative;
  }

  body {
    /* margin-bottom: 67px; */
  }

  .page__footer {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
  }

  .navbar {
    padding-bottom: 0;
  }

  .topMenu {
    text-align: right;
  }

  .topMenu a.toggleMenu {
    margin-top: 2.75em;
    width: 50%;
  }
}

@media (max-width: 767px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }

  h1 {
    text-align: center;
  }

  h2 {
    margin-bottom: 10px;
    line-height: 1.2em;
  }

  .navbar-brand {
    position: relative;
  }

  .page__content {
    padding: 30px 0;
  }

  .page__banner {
    padding: 75px 0px;
  }

  .navbar {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__logo {
    margin-top: 0;
  }

  .hero {
    height: 140px;
  }

  .homeButtons {
    display: none;
  }

  .container {
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0 25px;
    max-width: 100%;
  }

  .column,
  .columns {
    float: none;
    width: 100% !important;
    display: block;
    margin: 0;
  }

  .content {}

  .col-md-8 {
    margin-top: 30px;
  }

  .col-12.col-md-6 {
    margin-top: 30px;
  }

  .page-header #logo img {
    margin: 0 auto 20px;
  }

  h1.top-title {
    display: block;
  }

  #mobileMenuBtn {
    display: block;
  }

  .row label,
  .row select,
  .row input.text,
  #KeywordSearch {
    width: 95%;
    max-width: 320px;
  }

  .inputFields {
    width: 100% !important;
  }

  .step .row {
    /* margin: 1em 0; */
  }

  .step .row+.row {
    padding-top: 30px;
  }

  .emailSubscriptionView .row+.row {
    padding-top: 0;
  }

  .home-btn {
    padding: 10px;
    text-align: center;
  }

  .home-block {
    /* margin-top: 30px; */
  }

  .homeAnnouncements {
    margin-top: 0;
  }

  .homeAr {
    text-align: center;
  }

  .homeAr h2,
  .homeAr h3 {
    margin-top: 15px !important;
  }

  .homeAr img {
    max-width: 105px;
  }

  a[data-icon="button"]:after {
    content: " ";
    top: 0;
    right: 0;
    font-size: 0;
  }

  .footer__row .col-md-6 {
    text-align: left !important;
  }

  .footer__cta {
    padding: 30px 0px;
  }

  .cta {
    width: 100%;
    padding: 30px;
  }

  .footer-top {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-top p {
    text-align: center;
  }

  .page__footer p {
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .copyright-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }

  .page__header {}

  .page__header .container {
    padding: 0 25px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-brand {
    padding: 12px 20px;
  }

  #header .last {
    top: 0;
  }

  .page__banner {
    padding: 50px 0px;
  }

  .page__banner h1 {
    width: 100%;
    font-size: 30px;
  }

  .page__content {
    /* padding: 20px 0; */
  }

  #sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  input.next,
  input.back,
  .btn {
    min-width: auto;
    padding: 6px 12px;
  }
}

@media (max-width: 400px) {
  #bpayBox {
    overflow: scroll;
  }

  table,
  .table,
  .announcementsTable {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .navbar-toggler {
    margin-top: 0;
  }
}