html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #00392c;
  padding: 8px 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#wrapper {
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  -moz-transition: -moz-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}
#top {
  min-height: 90px;
  padding-top: 35px;
  text-align: right;
  line-height: 26px;
}
#top .top-module {
  float: right;
  padding-right: 30px;
}
#top .nav > li {
  display: inline-block;
}
#top .nav > li > a,
#top .nav > li > span {
  display: block;
  padding: 0 10px;
  border-left: 1px solid #626262;
  font-size: 14px;
  line-height: 14px;
}
#top .nav > li:first-child > a,
#top .nav > li:first-child > span {
  border: 0;
}
#top .mod-search {
  position: relative;
}
#top #mod-search-searchword {
  background: #f0f0f0;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 0 40px 0 15px;
  height: 29px;
  line-height: 29px;
  color: #626262;
}
#top .mod-search button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  color: #626262;
  display: block;
  width: 30px;
  height: 29px;
  line-height: 29px;
  padding: 0;
  margin-top: 1px;
  margin-right: 1px;
  text-align: center;
}
#top .mod-search button:hover {
  color: #00392c;
}
@media (max-width: 991px) {
  #top {
    display: none;
  }
}
#slogan {
  background: #00392c;
  color: #ffffff;
  text-align: center;
  position: relative;
  height: 67px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 3px 0;
}
#slogan span {
  font-size: 32px;
  line-height: 67px;
}
#logo {
  position: absolute;
  left: 30px;
  bottom: 9px;
}
#logo img.mobile {
  display: none;
}
#showcase {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #header {
    position: relative;
    background: #00392c;
  }
  #header .container {
    padding: 0;
  }
  #slogan {
    height: auto;
    padding: 10px 20px;
    width: 80%;
    margin: 0;
    float: right;
  }
  #slogan span {
    display: none;
  }
  #logo {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    overflow: hidden;
    text-align: center;
    padding: 0 30px;
  }
  #logo img.default {
    display: none;
  }
  #logo img.mobile {
    display: inline-block;
    margin: 20px auto;
    max-width: 100%;
    width: auto;
  }
  #showcase .container {
    padding: 0;
  }
  .container {
    width: 100%;
  }
}
#content-bottom {
  margin-bottom: 15px;
}
#component {
  margin-bottom: 30px;
}
#left .module {
  background: #f0f0f0;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
#left .module-header {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  background: #dadada;
  color: #00392c;
  margin: 0;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
}
#left .header-green .module-header {
  background: #00392c;
  color: #ffffff;
}
#left .header-news .module-header {
  background-image: url(../images/icons/news.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
#left .header-events .module-header {
  background-image: url(../images/icons/events.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
#left .header-clock .module-header {
  background-image: url(../images/icons/clock.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
#left .module-content {
  padding: 15px;
}
#footer .module {
  overflow: hidden;
}
#footer .footer-inner {
  background: #dadada;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 2;
}
#footer h3 {
  font-size: 18px;
}
#footer .nav > li > a {
  padding: 0;
  background: none;
  color: #626262;
}
#footer .nav > li > a:hover {
  color: #77b427;
}
.img-list {
  display: block;
  list-style: none;
  margin: 0 -10px 15px;
  padding: 0;
}
.img-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px 15px;
}
.jmslide-item {
  display: none;
}
.jmslide-item:first-child {
  display: block;
}
#searchForm .input-group-addon {
  padding: 0;
}
#searchForm .input-group-addon .btn {
  background: #ccc;
}
#searchForm .form-control {
  border-left-color: #ccc;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
body,
table,
body#tinymce {
  color: #626262;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #77b427;
  position: relative;
}
a:hover {
  color: #77b427;
  text-decoration: underline;
}
a.readmore {
  color: #00392c;
  padding-left: 15px;
}
a.readmore:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #00392c;
}
.page-header {
  padding-bottom: 0;
  margin: 0 0 20px;
  border-bottom: 0;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header a {
  color: #626262;
  font-size: 20px;
}
#left .module a {
  color: #00392c;
}
#left .module a:hover {
  color: #00392c;
  text-decoration: underline;
}
#breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumb {
  padding-left: 0;
  font-size: 13px;
  margin: 0;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb .divider {
  padding: 0 5px;
}
input[type="text"] {
  border-radius: 0;
  border: 1px solid #dadada;
  width: 100%;
  padding: 10px 10px;
  line-height: 20px;
}
textarea {
  border-radius: 0;
  border: 1px solid #dadada;
  width: 100%;
  padding: 10px;
  line-height: 20px;
  color: #626262;
}
.badge-phone {
  background-image: url(../images/icons/phone.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-size: 19px;
  font-family: 'Titillium Web', sans-serif;
  padding: 5px 10px;
  padding-left: 30px;
}
.img_caption {
  font-size: 90%;
  font-style: italic;
}
#toggle-nav {
  display: none;
}
@media (min-width: 992px) {
  #nav {
    display: table;
    width: 100%;
  }
  #nav .nav {
    display: table-row;
  }
  #nav .nav > li {
    display: table-cell;
    border-bottom: 3px solid #ffffff;
    height: 47px;
    padding: 3px 0;
    background: #f0f0f0;
  }
  #nav .nav > li:hover {
    border-color: #77b427;
  }
  #nav .nav > li.active {
    border-color: #77b427;
  }
  #nav .nav ul > li.active > a {
    color: #00392c !important;
  }
  #nav .nav > li > span.separator,
  #nav .nav > li > a {
    display: block;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    padding: 0 15px;
    color: #626262;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #f5f5f5;
  }
  #nav .nav > li > span.separator:hover,
  #nav .nav > li > a:hover {
    color: #77b427;
    cursor: pointer;
  }
  #nav .nav > li:first-child > span.separator,
  #nav .nav > li:first-child > a {
    border-left: 0;
  }
  #nav .nav > li:last-child > span.separator,
  #nav .nav > li:last-child > a {
    border-right: 0;
  }
  #nav .nav > li:hover > ul {
    display: block;
  }
  #nav .nav ul {
    display: none;
    position: absolute;
    background: #f0f0f0;
    background: rgba(240, 240, 240, 0.95);
    z-index: 9999;
    padding: 10px 0 0;
    margin: 6px 0 0;
  }
  #nav .nav ul > li {
    display: block;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 10px;
  }
  #nav .nav ul > li:first-child {
    border-top: 0;
  }
  #nav .nav ul:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 30px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #77b427;
  }
  #nav .nav ul ul {
    display: none;
  }
  #toggle-nav-button {
    display: none;
  }
  .item-107 ul {
    width: 400px !important;
    right: 0;
  }
  .item-107 ul:before {
    left: auto !important;
    right: 110px !important;
  }
  .item-107 ul li {
    width: 50%;
    display: block;
    float: left;
    border: 0 !important;
    border-bottom: 1px solid #cacaca !important;
    padding: 0 !important;
  }
  .item-107 ul li a,
  .item-107 ul li span {
    border-bottom: 1px solid #f5f5f5 !important;
    display: block !important;
    padding: 5px 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #nav .nav > li > span.separator,
  #nav .nav > li > a {
    font-size: 12px;
    height: 37px;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    max-width: 100%;
  }
  #wrapper {
    background: #fff;
    position: relative;
    left: 0;
  }
  #nav ul.nav {
    border-bottom: 1px solid #006c53;
  }
  #nav ul ul {
    display: block;
    position: static;
    float: none;
    background: none;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  #nav ul li {
    background: none;
    display: block;
    position: relative;
  }
  #nav ul li.current > a,
  #nav ul li.current > span {
    background: #002018;
  }
  #nav ul li.current > a:after,
  #nav ul li.current > span:after {
    content: "";
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    border-bottom: 21px solid transparent;
    border-right: 21px solid #fff;
    border-top: 21px solid transparent;
    right: 0;
    top: 0;
  }
  #nav ul a,
  #nav ul span {
    border-top: 1px solid #006c53;
    border-bottom: 1px solid #000605;
    background: none;
    color: #fff;
    padding: 10px 15px;
    display: block;
    position: relative;
  }
  #nav ul a:hover,
  #nav ul a:active,
  #nav ul a:focus,
  #nav ul span:hover {
    background: #00392c;
  }
  #nav ul ul a:before,
  #nav ul ul span:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    padding-right: 15px;
  }
  #nav {
    position: absolute;
    left: -70%;
    top: 0;
    width: 70%;
    min-height: 100%;
    background: #00392c;
    overflow: hidden;
    -webkit-box-shadow: inset -10px 0 10px rgba(0, 6, 5, 0.5);
    box-shadow: inset -10px 0 10px rgba(0, 6, 5, 0.5);
  }
  #toggle-nav:checked + div#wrapper {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
  }
  #toggle-nav-button {
    display: block;
    font-size: 32px;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 100%;
    text-align: center;
    background: #77b427;
    border: 0;
  }
  #toggle-nav-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
  }
}
#left .menumodule {
  margin: 0 -15px -15px;
}
#left .nav {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #ffffff;
  margin: 0 5px 20px;
}
#left .nav li {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #ffffff;
  padding: 0;
}
#left .nav a,
#left .nav span.separator {
  display: block;
  color: #77b427;
  margin: 0 -5px;
  padding: 5px 15px 5px 30px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0) url(../images/icons/arrow-green.png) 5px 50% no-repeat;
}
#left .nav a:hover,
#left .nav span.separator:hover {
  background: #00392c url(../images/icons/arrow-light.png) 5px 50% no-repeat;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.ckmenu {
  margin: 0 -15px;
}
.ckmenu .menu-intro {
  padding: 5px 15px 15px;
  font-size: 14px;
}
.newsflash .news-item {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #ffffff;
  padding: 15px 0;
}
.newsflash .news-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.newsflash .news-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.newsflash .newsflash-content {
  margin-left: -15px;
}
.newsflash .row .newsflash-content {
  margin-left: 0px !important;
}
@media (max-width: 767px) {
  .newsflash .newsflash-content {
    margin: 15px 0 0;
  }
}
.newsflash .newsflash-title {
  font-weight: normal;
  font-size: 15px;
  color: #00392c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
.newsflash .newsflash-intro {
  font-size: 14px;
  line-height: 16px;
}
.newsflash.events .news-item {
  padding-top: 10px;
}
.newsflash.events .news-item:first-child {
  padding-top: 0;
}
.newsflash.events .event {
  padding-left: 30px;
  background: url(../images/icons/arrow-dark.png) 0 1px no-repeat;
}
.newsflash.events .newsflash-title {
  padding-top: 5px;
}
#showcase .jmslideshow .slideshow-content {
  background: #00392c;
  background: rgba(0, 57, 44, 0.8);
  color: #ffffff;
}
#showcase .jmslideshow .slideshow-content h3 {
  margin-top: 8px;
}
#showcase .jmslideshow .cycle-pager {
  position: absolute;
  z-index: 999;
}
#showcase .jmslideshow .cycle-pager span {
  background: #00392c;
  color: transparent;
  display: block;
  float: left;
  height: 10px;
  margin-right: 5px;
  text-indent: -999px;
  width: 10px;
  cursor: pointer;
}
#showcase .jmslideshow .cycle-pager span.cycle-pager-active {
  background: #ffffff;
}
.nav-tabs {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  border-radius: 0;
  font-size: 18px;
  color: #626262;
}
.nav-tabs > li > a:hover {
  color: #626262;
  text-decoration: none;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 -5px 5px #dadada;
  box-shadow: inset 0 -5px 5px #dadada;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #626262;
  background-color: #ffffff;
  border: 0;
  border-top: 3px solid #77b427;
  padding: 8px 16px 11px;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs > li.marker > a {
  background-image: url(../images/icons/icon-tab-marker.png);
}
.nav-tabs > li.camera > a {
  background-image: url(../images/icons/icon-tab-camera.png);
}
.nav-tabs > li.picture > a {
  background-image: url(../images/icons/icon-tab-picture.png);
}
.nav-tabs > li.camera > a,
.nav-tabs > li.picture > a,
.nav-tabs > li.marker > a {
  background-position: 8px 10px;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.nav-tabs > li.camera.active > a,
.nav-tabs > li.picture.active > a,
.nav-tabs > li.marker.active > a,
.nav-tabs > li.camera.active > a:hover,
.nav-tabs > li.picture.active > a:hover,
.nav-tabs > li.marker.active > a:hover,
.nav-tabs > li.camera.active > a:focus,
.nav-tabs > li.picture.active > a:focus,
.nav-tabs > li.marker.active > a:focus {
  background-position: 9px 8px;
  padding-left: 46px;
}
.nn_tabs-title {
  display: none;
}
ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li > a,
ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 8px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #626262;
  background-color: #f0f0f0;
  border: 1px solid #dadada;
  margin-left: -1px;
  margin-right: 8px;
}
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
ul.pagination > li > a:hover,
ul.pagination > li > span:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:focus {
  color: #ffffff;
  background-color: #00392c;
  border-color: #dadada;
}
ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > span:hover,
ul.pagination > .active > a:focus,
ul.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #00392c;
  border-color: #dadada;
  cursor: default;
}
ul.pagination > .disabled > span,
ul.pagination > .disabled > span:hover,
ul.pagination > .disabled > span:focus,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
  color: #dadada;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.blog .items-leading {
  margin-bottom: 30px;
}
.blog .items-leading > div {
  padding: 15px 15px 5px;
  overflow: hidden;
}
.blog .items-leading > div:nth-child(odd) {
  background: #f0f0f0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.blog .items-leading > div .page-header {
  margin-bottom: 10px;
}
.blog .items-leading > div .page-header h2 {
  margin: 0;
}
.blog .item-image {
  margin-bottom: 10px;
}
.blog .item-image.pull-left {
  margin-right: 15px;
}
.blog .item-image.pull-right {
  margin-left: 15px;
}
.blog .items-row .item {
  background: #f0f0f0;
  border-top: 2px solid #00392c;
  border-bottom: 1px solid #dadada;
  font-size: 13px;
  padding: 0;
  margin-bottom: 30px;
}
.blog .items-row .page-header {
  background: #dadada;
  text-align: center;
  margin: 0 0 15px;
  padding: 10px;
  color: #00392c;
}
.blog .items-row .page-header h2 {
  margin: 0;
}
.blog .items-row .item-image {
  float: none;
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
  width: 100%;
}
.blog .items-row .item-image img {
  width: 100%;
}
.blog .items-row .item-body {
  margin: 0 15px 15px;
}
.blog .items-row .item-readmore {
  margin: 0 15px 15px;
}
.blog-featured .items-leading > div,
.blog-featured .item {
  margin-bottom: 10px;
}
.blog-featured .items-leading .item-title {
  text-align: left;
}
.blog-featured .item-title {
  border-top: 3px solid #000000;
  color: #00392c;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0 10px;
  margin: 0;
}
.blog-featured .item-title > a {
  color: #00392c;
}
.blog-featured .item-image {
  margin-bottom: 10px;
}
.imgflt-none .intro,
.imgflt-none .page-header,
.imgflt-none .blog-readon {
  margin-left: 265px;
}
.item-image.pull-left {
  margin: 0 15px 15px 0;
}
.item-image.pull-right {
  margin: 0 0 15px 15px;
}
.ckgallery.plain .image {
  display: block;
  position: relative;
}
.ckgallery.plain .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ckgallery.plain .image .overlay:hover {
  border-bottom: 3px solid #77b427;
  background: rgba(255, 255, 255, 0.3);
}
.ckgallery.plain .cktitle {
  font-size: 10px;
  color: #00392c;
  display: none;
  padding-top: 5px;
}
.ckgallery.default {
  position: relative;
}
.ckgallery.default .image {
  float: left;
}
.ckgallery.default .image-thumb {
  cursor: pointer;
}
.ckgallery.default .image-big {
  display: none;
  right: 0;
  top: 0;
}
.ckgallery.default .thumb-toggle:checked ~ .image-big {
  display: block;
}
.ckgallery.default .item {
  position: relative;
}
.ckgallery.default .image-title {
  background: #00392c;
  background: rgba(0, 57, 44, 0.8);
  color: #ffffff;
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  bottom: 20px;
  padding: 10px 20px;
}
.ckgallery.default .thumb-toggle:checked ~ .image-title {
  display: block;
}
.ckgallery.default .thumb-label {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.ckgallery.default .thumb-toggle {
  display: none;
}
@media (min-width: 768px) {
  .no-padding-right {
    padding-right: 0;
  }
  .no-padding-left {
    padding-left: 0;
  }
}
#ff_formdiv1 {
  background: #f0f0f0;
}
#ff_formdiv1 section.bfPageIntro {
  margin: -5px -10px 10px;
  padding: 0 0 10px 0;
  background: #fff !important;
}
#ff_formdiv1 label {
  display: none;
}
#ff_formdiv1 label#bfLabel87 {
  display: inline;
  font-weight: normal;
  padding-left: 10px;
}
#ff_formdiv1 #sec1 {
  float: left;
  width: 50%;
}
#ff_formdiv1 #sec2 {
  float: left;
  width: 50%;
}
#ff_formdiv1 #sec3 {
  clear: both;
}
@media (max-width: 991px) {
  #ff_formdiv1 #sec1 {
    float: none;
    width: 100%;
  }
  #ff_formdiv1 #sec2 {
    float: none;
    width: 100%;
  }
}
#ff_formdiv1 .bfPage {
  padding: 5px 10px;
  overflow: hidden;
}
#ff_formdiv1 .bfPage:before,
#ff_formdiv1 .bfPage:after {
  content: " ";
  display: table;
}
#ff_formdiv1 .bfPage:after {
  clear: both;
}
#ff_formdiv1 section {
  background: none !important;
}
#ff_formdiv1 #bfSubmitButton {
  clear: both;
  float: left;
  background: #ffffff;
  color: #626262;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 5px 10px;
}
#ff_formdiv1 input[type="text"],
#ff_formdiv1 textarea,
#ff_formdiv1 select {
  width: 100%;
  max-width: 100%;
}
#ff_formdiv1 .bfElementGroup {
  display: block;
  background: #fff;
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #eeeeee;
  line-height: 32px;
}
#ff_formdiv1 .bfElementGroup input {
  margin-top: 11px;
}
#ff_formdiv1 .bfElementGroup label {
  display: inline;
  font-weight: normal;
  color: #aaaaaa;
}
#ff_formdiv1 input.ff_elem:checked + label {
  color: #626262 !important;
}
#ff_formdiv2 {
  display: block;
  overflow: hidden;
}
#ff_formdiv2 label {
  display: none;
}
#ff_formdiv2 label#bfLabel104 {
  display: inline;
  font-weight: normal;
  padding-left: 10px;
}
#ff_formdiv2 #sec1 {
  float: left;
  width: 50%;
}
#ff_formdiv2 #sec2 {
  float: left;
  width: 50%;
}
#ff_formdiv2 #sec3 {
  clear: both;
}
#ff_formdiv2 .bfPage {
  padding: 0;
  overflow: hidden;
  clear: both;
}
#ff_formdiv2 .bfPage:before,
#ff_formdiv2 .bfPage:after {
  content: " ";
  display: table;
}
#ff_formdiv2 .bfPage:after {
  clear: both;
}
#ff_formdiv2 section {
  background: none !important;
  padding: 0;
  margin-bottom: 5px;
}
#ff_formdiv2 #bfSubmitButton {
  float: left;
  background: #ffffff;
  color: #626262;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 5px 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 18px;
  clear: both;
}
#ff_formdiv2 input[type="text"],
#ff_formdiv2 textarea,
#ff_formdiv2 select {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 10px;
}
#ff_formdiv2 textarea {
  height: 70px;
}
#ff_formdiv2 .bfElementGroup {
  display: block;
  background: #fff;
  width: 100% !important;
  max-width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #eeeeee;
  line-height: 32px;
}
#ff_formdiv2 .bfElementGroup input {
  margin-top: 11px;
}
#ff_formdiv2 .bfElementGroup label {
  display: inline;
  font-weight: normal;
  color: #aaaaaa;
}
#ff_formdiv2 input.ff_elem:checked + label {
  color: #626262 !important;
}
#footer .bfClearfix:after {
  content: '';
}
