@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');
/* Layout helpers
----------------------------------*/
/* Layout helpers

ONLY FOR WIDENING THE PAGE FOR TESTING - DELETE AFTER GOING LIVE
----------------------------------*/
.contentArea_fullwidth {
  max-width: 1600px;
}
/* END
ONLY FOR WIDENING THE PAGE FOR TESTING - DELETE AFTER GOING LIVE
----------------------------------*/
*, *:after, *:before {
  box-sizing: border-box;
}
.custom-select-wrapper {
  display: none;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom-select {
  display: flex;
  flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #E1DEDE;
}
.custom-select a {
  text-decoration: none;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 16px;
  color: #3b3b3b;
  height: 40px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #E1DEDE;
}
.custom-select__trigger a {
  font-weight: bold;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #E1DEDE;
  border-top: 0;
  background: #f2f5f5;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option a {
  display: block;
  width: 100%;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #d76f13;
}
.custom-option a:hover {
  cursor: pointer;
  color: #ffffff;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #1781cc;
  ;
}
.custom-option.selected a:visited {
  color: #ffffff;
  background-color: #1781cc;
}
.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.21rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  font-weight: 900;
}
.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
}
.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}
.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}
.TitleH2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #7C9F3D;
  text-transform: uppercase;
}
.ui-tabs {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}
.livetabscustomgreen .ui-tabs-nav .fa-circle-plus {
  position: absolute;
  font-weight: 900;
  font-size: 32px;
  bottom: 52px;
  right: 22px;
  padding: 0 10px;
}
ul.ui-tabs-nav li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    /* border-color: #fff transparent transparent transparent; */
    position: absolute;
    bottom: 0px;
    right: 30%;
    margin-left: -15px;
    transform: rotate(180deg);
}
ul.ui-tabs-nav li.ui-tabs-active:after {
  content: "";
  border-color: #fff transparent transparent transparent;
}
ul.ui-tabs-nav {
  text-align: center;
}
.livetabscustomgreen .ui-helper-hidden {
  display: none;
}
.livetabscustomgreen .ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.livetabscustomgreen .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.livetabscustomgreen .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.livetabscustomgreen .ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.livetabscustomgreen .ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.livetabscustomgreen .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.livetabscustomgreen .ui-state-disabled {
  cursor: default !important;
}
/* states and images */
.livetabscustomgreen .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Overlays */
.livetabscustomgreen .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Component containers
----------------------------------*/
.livetabscustomgreen .ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.livetabscustomgreen .ui-widget input, .livetabscustomgreen .ui-widget select, .livetabscustomgreen .ui-widget textarea, .livetabscustomgreen .ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.livetabscustomgreen .ui-widget-content {
  color: #1e1b1d;
}
.livetabscustomgreen .ui-widget-header {
  background-color: transparent;
  /*--background: #999 !important;--*/
  text-decoration: none !important;
  font: NORMAL 14px Arial, Sans-Serif !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0px !important;
  border: 0px !important;
  list-style: none !important;
}
.livetabscustomgreen .ui-widget-header a {
  color: #ffffff;
}
.livetabscustomgreen .ui-widget-content .btn_container a:hover {
  color: #fff;
}
/* Interaction states
----------------------------------*/
.livetabscustomgreen .ui-state-default, .livetabscustomgreen .ui-widget-content .ui-state-default {
  font-weight: normal;
  color: #3f3731;
  outline: none;
  overflow: hidden;
}
.livetabscustomgreen .ui-state-default a, .livetabscustomgreen .ui-state-default a:link, .livetabscustomgreen .ui-state-default a:visited {
  color: #FFF;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
}
.livetabscustomgreen .ui-state-hover, .livetabscustomgreen .ui-widget-content .ui-state-hover, .livetabscustomgreen .ui-state-focus, .livetabscustomgreen .ui-widget-content .ui-state-focus {
  cursor: pointer;
}
/*.livetabscustomgreen .ui-state-active, .livetabscustomgreen .ui-widget-content .ui-state-active { border: 1px solid #e0cfc2; background: #f4f0ec url(images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #b85700; outline: none; }*/
.livetabscustomgreen .ui-state-active a, .livetabscustomgreen .ui-state-active a:link, .livetabscustomgreen .ui-state-active a:visited {
  color: #fff;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}
/* Interaction Cues
----------------------------------*/
.livetabscustomgreen .ui-state-highlight, .livetabscustomgreen .ui-widget-content .ui-state-highlight {
  border: 1px solid #d9bb73;
  background: #f5f5b5 url(images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% top repeat-x;
  color: #060200;
}
.livetabscustomgreen .ui-state-highlight a, .livetabscustomgreen .ui-widget-content .ui-state-highlight a {
  color: #060200;
}
.livetabscustomgreen .ui-state-error, .livetabscustomgreen .ui-widget-content .ui-state-error {
  border: 1px solid #f8893f;
  background: #fee4bd url(images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
  color: #592003;
}
.livetabscustomgreen .ui-state-error a, .livetabscustomgreen .ui-widget-content .ui-state-error a {
  color: #592003;
}
.livetabscustomgreen .ui-state-error-text, .livetabscustomgreen .ui-widget-content .ui-state-error-text {
  color: #592003;
}
.livetabscustomgreen .ui-state-disabled, .livetabscustomgreen .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.livetabscustomgreen .ui-priority-primary, .livetabscustomgreen .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}
.livetabscustomgreen .ui-priority-secondary, .livetabscustomgreen .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
/* Corner radius */
/*.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-top, .livetabscustomgreen .ui-corner-left, .livetabscustomgreen .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-top, .livetabscustomgreen .ui-corner-right, .livetabscustomgreen .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }*/
.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-bottom, .livetabscustomgreen .ui-corner-left, .livetabscustomgreen .ui-corner-bl {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-bottom, .livetabscustomgreen .ui-corner-right, .livetabscustomgreen .ui-corner-br {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* Overlays */
.livetabscustomgreen .ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}
.livetabscustomgreen .ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
/* Tabs
----------------------------------*/
.livetabscustomgreen .ui-tabs-nav {
  padding: .2em;
  zoom: 1;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  margin: 10px 0 2px;
  padding: 0 0 0;
  background-color: #333;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li {
  min-width: 460px;
  list-style: none;
  position: relative;
  display: inline-block;
  /*float: left;*/
  margin: 0px !important;
  height: 112px;
  outline: none;
  padding-bottom: 0px;
  border-right: 1px solid white;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li:first-child {
  border-left: 1px solid white;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li:first-child {
  border-top-left-radius: 0px;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
  color: #FFF;
  font-weight: 500;
  font-size: 22px;
  font-family: Arial, Sans-Serif;
  float: left;
  text-align: left;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  /* line-height: 70px; */
  width: 80%;
  height: 100%;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
  padding: 30px 56px !important;
}
@media (max-width: 1500px) {
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li {
    min-width: 260px;
    list-style: none;
    position: relative;
    display: inline-block;
    /*float: left;*/
    margin: 0px !important;
    height: 112px;
    outline: none;
    padding-bottom: 0px;
    border-right: 1px solid white;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    font-size: 18px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    padding: 30px 36px !important;
  }
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  overflow: visible;
  top: 0px;
  background-color: rgb(31, 93, 56);
}
.ui-tabs-nav li:hover {
  background-color: #277446;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  border-top-right-radius: 0px;
  cursor: pointer;
}
.livetabscustomgreen ul.ui-tabs-nav li:first-child a {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.livetabscustomgreen ul.ui-tabs-nav li:last-child a:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:last-child, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-processing a:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.livetabscustomgreen ul.ui-tabs-nav {
  list-style: none;
  height: 112px;
  padding: 0 !important;
  margin: 0px;
}
.livetabscustomgreen ul.ui-tabs-nav li:first-child a {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.livetabscustomgreen .ui-tabs .ui-tabs-nav li a, .livetabscustomgreen .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .livetabscustomgreen .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.livetabscustomgreen .ui-tabs .ui-tabs-panel {
  background-color: #fff;
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none;
  font-family: Arial;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.livetabscustomgreen .ui-tabs .ui-tabs-hide {
  display: none !important;
}
.livetabscustomgreen a.respAcc {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial;
  outline: none;
  text-decoration: none;
}
.DnnModule-LiveTabs h2 {
  display: none;
}
.DnnModule-LiveTabs .tabStruct_page h2 {
  display: block;
}
.livetabscustomgreen h2.expanded:last-of-type {
  background-image: url("images/arrow_up.png");
  background-repeat: no-repeat;
  background-position: 18px center;
  text-decoration: none;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -khtml-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -khtml-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/*.livetabscustomgreen .ui-tabs .ui-tabs-panel h3 {
	color: #333333!important;
}*/
@media only screen and (min-width: 1036px) and (max-width: 1190px) {
  .livetabscustomgreen .ui-tabs-nav .fa-circle-plus {
    font-size: 22px;
  }
  .livetabscustomgreen ul.ui-tabs-nav {
    height: 100px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    padding: 2.1em 1.9em 0 1em;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    font-size: 16px;
    /* line-height: 70px; */
    width: 80%;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li {
    min-width: 300px;
    list-style: none;
    position: relative;
    display: inline-block;
    /* float: left; */
    margin: 0px !important;
    height: 100px;
    outline: none;
    padding-bottom: 0px;
    border-right: 1px solid #bac89e;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1035px) {
  .livetabscustomgreen .ui-tabs-nav .fa-circle-plus {
    font-size: 22px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    padding: 3.1em 2.9em 0 1em;
  }
  .livetabscustomgreen .ui-tabs-nav .la-plus-circle {
    font-size: 16px;
    bottom: 45px;
    right: 0px;
  }
  .livetabscustomgreen ul.ui-tabs-nav {
    height: 100px
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li {
    min-width: 100px;
    list-style: none;
    position: relative;
    display: inline-block;
    /* float: left; */
    margin: 0px !important;
    height: 100px;
    outline: none;
    padding-bottom: 0px;
    border-right: 1px solid #bac89e;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    font-size: 12px;
    /* line-height: 70px; */
    width: 80%;
  }
}
@media only screen and (min-width: 180px) and (max-width: 769px) {
  .custom-select-wrapper {
    display: block;
  }
  .DnnModule-LiveTabs h2 {
    margin: 0px;
    padding: 10px 0px 10px 40px;
  }
  .TitleH2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    color: #7C9F3D;
    text-transform: uppercase;
  }
  .livetabscustomgreen .ui-helper-hidden {
    display: none;
  }
  .livetabscustomgreen .ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
  }
  .livetabscustomgreen .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .livetabscustomgreen .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .livetabscustomgreen .ui-helper-clearfix {
    display: inline-block;
  }
  /* required comment for clearfix to work in Opera \*/
  * html .ui-helper-clearfix {
    height: 1%;
  }
  .livetabscustomgreen .ui-helper-clearfix {
    display: block;
  }
  /* end clearfix */
  .livetabscustomgreen .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
  }
  /* Interaction Cues
----------------------------------*/
  .livetabscustomgreen .ui-state-disabled {
    cursor: default !important;
  }
  /* states and images */
  .livetabscustomgreen .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  /* Overlays */
  .livetabscustomgreen .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* Component containers
----------------------------------*/
  .livetabscustomgreen .ui-widget {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
  }
  .livetabscustomgreen .ui-widget input, .livetabscustomgreen .ui-widget select, .livetabscustomgreen .ui-widget textarea, .livetabscustomgreen .ui-widget button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  .livetabscustomgreen .ui-widget-content {
    color: #1e1b1d;
  }
  .livetabscustomgreen .ui-widget-content a {
    color: #333;
  }
  .livetabscustomgreen .ui-widget-header a {
    color: #ffffff;
  }
  /* Interaction states
----------------------------------*/
  .livetabscustomgreen .ui-state-default, .livetabscustomgreen .ui-widget-content .ui-state-default {
    font-weight: normal;
    color: #3f3731;
    outline: none;
    overflow: hidden;
  }
  .livetabscustomgreen .ui-state-default a, .livetabscustomgreen .ui-state-default a:link, .livetabscustomgreen .ui-state-default a:visited {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
  }
  .livetabscustomgreen .ui-state-hover, .livetabscustomgreen .ui-widget-content .ui-state-hover, .livetabscustomgreen .ui-state-focus, .livetabscustomgreen .ui-widget-content .ui-state-focus {
    cursor: pointer;
  }
  /*.livetabscustomgreen .ui-state-active, .livetabscustomgreen .ui-widget-content .ui-state-active { border: 1px solid #e0cfc2; background: #f4f0ec url(images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #b85700; outline: none; }*/
  .livetabscustomgreen .ui-state-active a, .livetabscustomgreen .ui-state-active a:link, .livetabscustomgreen .ui-state-active a:visited {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
  }
  /* Interaction Cues
----------------------------------*/
  .livetabscustomgreen .ui-state-highlight, .livetabscustomgreen .ui-widget-content .ui-state-highlight {
    border: 1px solid #d9bb73;
    background: #f5f5b5 url(images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% top repeat-x;
    color: #060200;
  }
  .livetabscustomgreen .ui-state-highlight a, .livetabscustomgreen .ui-widget-content .ui-state-highlight a {
    color: #060200;
  }
  .livetabscustomgreen .ui-state-error, .livetabscustomgreen .ui-widget-content .ui-state-error {
    border: 1px solid #f8893f;
    background: #fee4bd url(images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
    color: #592003;
  }
  .livetabscustomgreen .ui-state-error a, .livetabscustomgreen .ui-widget-content .ui-state-error a {
    color: #592003;
  }
  .livetabscustomgreen .ui-state-error-text, .livetabscustomgreen .ui-widget-content .ui-state-error-text {
    color: #592003;
  }
  .livetabscustomgreen .ui-state-disabled, .livetabscustomgreen .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
  }
  .livetabscustomgreen .ui-priority-primary, .livetabscustomgreen .ui-widget-content .ui-priority-primary {
    font-weight: bold;
  }
  .livetabscustomgreen .ui-priority-secondary, .livetabscustomgreen .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
  }
  /* Corner radius */
  /*.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-top, .livetabscustomgreen .ui-corner-left, .livetabscustomgreen .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-top, .livetabscustomgreen .ui-corner-right, .livetabscustomgreen .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }*/
  .livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-bottom, .livetabscustomgreen .ui-corner-left, .livetabscustomgreen .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .livetabscustomgreen .ui-corner-all, .livetabscustomgreen .ui-corner-bottom, .livetabscustomgreen .ui-corner-right, .livetabscustomgreen .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  /* Overlays */
  .livetabscustomgreen .ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
  }
  .livetabscustomgreen .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  /* Tabs
----------------------------------*/
  .livetabscustomgreen .ui-tabs {
    padding: 1.1em 1.1em 0em 1.1em;
    zoom: 1;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    margin: 10px 0 2px;
    padding: 0;
    height: 35px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li:hover {
    background-color: #f57523 !important;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a {
    color: #FFF;
    font: NORMAL 12px Arial, Sans-Serif;
    float: left;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 20px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    overflow: visible;
    top: 0px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    background-color: #1882cc;
    border-top-right-radius: 0px;
    cursor: pointer;
  }
  .livetabscustomgreen ul.ui-tabs-nav li:first-child a {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .livetabscustomgreen ul.ui-tabs-nav li:last-child a:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:last-child, .livetabscustomgreen .ui-tabs .ui-tabs-nav li.ui-state-processing a:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .livetabscustomgreen ul.ui-tabs-nav {
    list-style: none;
    height: 100%;
    border-bottom: 0px solid #1882cc !important;
    margin: 0px;
  }
  .livetabscustomgreen ul.ui-tabs-nav li:first-child a {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav li a, .livetabscustomgreen .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .livetabscustomgreen .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
  } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
  .livetabscustomgreen .ui-tabs .ui-tabs-panel {
    background-color: #fff !important;
    padding: 1em 1.4em;
    display: block;
    border-width: 0;
    background: none;
    font-family: Arial;
    font-size: 14px;
    color: #444;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-hide {
    display: none !important;
  }
  .livetabscustomgreen a.respAcc {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial;
    outline: none;
    text-decoration: none;
  }
  .livetabscustomgreen h2[class*="respAcc"] span.respArrow {
    width: 0;
    height: 0;
    float: left;
    margin-top: 3px;
    display: inline-block;
    transition: all linear 0.15s;
    border-top: 12px solid #fff;
    margin: 2px 7px 0 0;
    background-image: url(images/arrow_side.png);
    background-repeat: no-repeat;
    background-position: 18px center;
  }
  .livetabscustomgreen h2.expanded > span.respArrow {
    border: none;
    background: #f57523;
    background-image: url(images/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    text-decoration: none;
    font-size: 1.200em;
    color: #fff;
  }
  .livetabscustomgreen h2 {
    background-color: #444;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
    transition: all linear 0.15s;
    display: inline-block;
    font-family: sans-serif;
    font-size: .55em;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0px;
    padding-left: 40px;
    text-align: left;
    text-transform: uppercase;
    background-image: url(images/arrow_side.png);
    background-repeat: no-repeat;
    background-position: 18px center;
  }
  .livetabscustomgreen h2.expanded {
    background-color: #277446;
  }
  .livetabscustomgreen h2:first-of-type {
    border-radius: 0 !important;
  }
  .livetabscustomgreen h2:last-of-type {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .livetabscustomgreen h2.expanded {
    background-image: url(images/arrow_up.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    text-decoration: none;
    background-color: #277446;
    border-radius: 0 !important;
  }
  .livetabscustomgreen h2.expanded:first-of-type {
    border-radius: 0 !important;
  }
  .livetabscustomgreen h2.expanded:last-of-type {
    border-radius: 0 !important;
  }
  .livetabscustomgreen h2:hover {
    background-image: url(images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-color: #277446;
  }
  .activeJobLinkText {
    color: #AF580C;
    font-size: 12px;
  }
  .activeJobHeading {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
  }
  .jobHeadingSection {
    display: none;
  }
  .livetabscustomgreen h2[class*="respAcc"] {
    display: block;
    padding-left: 40px;
  }
  .livetabscustomgreen .ui-tabs .ui-tabs-nav {
    display: none;
  }
  .ui-tabs .ui-tabs-panel {
    margin: 0px 0 2px 0px !important;
  }
}
@media only screen and (max-width: 400px) {
  .livetabscustomgreen h2 {
    font-size: .5em;
  }
}