body {
  margin: 0;
  padding: 0;
  font: normal 13px/18px Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 22px;
  background-color: #000;
}
a {
  color: #36a3ba;
  text-decoration: none;
}
a:hover {
  color: #000;
}
p > img {
  border: 1px solid #dcdcdc;
  padding: 1px;
  margin: 1px;
}
.page-wrap {
  margin: 0;
  min-width: 270px;
}
@media screen and (min-width: 768px) {
  .page-wrap {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
  }
}
.box {
  background-color: #fff;
  margin-top: 15px;
  padding: 15px;
}
.box.black {
  border: 1px solid #000;
  background-color: #000;
  box-shadow: 0 0 0 1px #000;
  padding: 15px;
}
.submenu .box {
  padding: 0;
}
.sideitems .box {
  padding: 0;
}
.bfClearfix {
  margin-top: 25px;
}
.sideitems .bfClearfix {
  margin-top: 0;
  padding: 2px 6px;
}
h1 {
  font-size: 31px;
  line-height: 31px;
  font-weight: normal;
  margin: 5px 0;
}
h2 {
  font-size: 21px;
  line-height: 21px;
  font-weight: normal;
  margin: 5px 0;
}
.h2 {
  font-size: 21px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 15px;
}
.small-h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: inherit;
  margin-top: 3px;
}
header {
  margin: 15px;
  background-color: #000;
}
.header-left {
  display: flex;
  align-items: stretch;
}
.header-left div {
  display: flex;
  align-items: center;
}
.header-left .logo {
  min-width: 70px;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .header-left .logo {
    min-width: 100px;
  }
}
.header-left .logo img {
  width: 100%;
  height: auto;
  max-width: 380px;
}
.header-left .company {
  color: #fff;
  font-weight: bold;
  flex-grow: 1;
  font-size: 1.8em;
  padding: 0 10px;
  font-style: italic;
}
@media screen and (min-width: 576px) {
  .header-left .company {
    font-size: 2.1em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .header-left .company {
    min-width: 146px;
  }
}
@media screen and (min-width: 992px) {
  .header-left .company {
    font-size: 2.6em;
    line-height: 1.1em;
    min-width: 375px;
  }
}
.header-left .menu-toggle {
  min-width: 40px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .header-left .menu-toggle {
    display: none;
  }
}
.header-left .icon svg {
  background-color: #fff;
  border-radius: 3px;
  padding: 2px;
  width: 36px;
}
.header-left .icon svg:hover {
  background-color: #36a3ba;
}
.header-left .icon.active svg {
  background-color: #36a3ba;
}
.header-right ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.header-right ul li {
  flex-grow: 1;
  text-align: center;
  margin: 0px 5px 0px 5px;
  line-height: 1.1em;
}
.header-right ul li a {
  color: white;
  text-decoration: none;
}
.header-right ul li a:hover {
  text-decoration: underline;
}
.header-search form {
  display: flex;
}
.header-search .search-query {
  height: 28px;
  border: 1px solid #ccc;
  margin: 0px;
  vertical-align: text-bottom;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 1px 1px 1px 6px;
  flex-grow: 1;
}
.header-search button {
  border: 1px solid #ccc;
  background-color: #36a3ba;
  border-radius: 0 5px 5px 0;
  padding: 0;
  height: 28px;
  vertical-align: text-bottom;
  width: 33px;
  cursor: pointer;
}
.header-search button:hover {
  background-color: #1f5e6b;
}
.header-search button img {
  vertical-align: middle;
  width: 16px;
}
.menu-bars {
  fill: #000;
}
#wbMenu.menu {
  display: none;
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: #36a3ba;
}
#wbMenu.menu li {
  border-bottom: 1px solid #ccc;
}
#wbMenu.menu li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}
#wbMenu.menu li:hover {
  background-color: #2b8092;
}
#wbMenu.menu li.active {
  background-color: #2b8092;
}
#wbMenu.menu li:last-of-type {
  border-bottom: none;
}
#wbMenu.menu.expanded {
  display: block;
}
.breadcrumbs.box {
  padding: 10px 0;
  border-top: 1px solid #36a3ba;
  border-bottom: 1px solid #36a3ba;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 5px 15px;
}
.breadcrumbs li {
  display: inline-block;
  font-weight: bold;
}
.breadcrumbs a {
  color: #36a3ba;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbs a:hover {
  color: #000;
}
.main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-color: #fff;
}
.submenu {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.sideitems {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  background-color: #fff;
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  -ms-grid-rows: auto auto auto;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
}
.box-hint {
  border-color: #e2c487;
  border-bottom-color: #c5a35d;
  background: #fffae6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAABfUlEQVR42u3XP0vDQBjHcV9CX4J7RQstVanQgoo4dBDEwcUODi4Ogji4+AZcnPpHlNMtoFOtikUsIorEtpYq4hYEFQRLklYdf95TnKS0aeB6GW74wJF7HvhuSfoAeJoKVIEqUAV6PfA+MxAupvzaXdJv60k/CJ3pGd1JDSxlhtJ6ahBPewG8aEG8HYQInZvP6I5mpASWtoNadTeE98NRmEeRluiOZmi2p4HlneF0lY2glovCPI61RTM0Szs9CaywSLi6P4bayTjM0wlHaJZ2aFd4YJlFtY/cFKyz6a7QDu0KD3zWJi0rH4cbtCs88DUbh30+4wrtCg/8zM/CvphzhXaFB9qFeYODS4bwwPrlAuPgEhMfeLXYz5kcumTSrvBAUr9eSnDoUqKnr7rGzTLj4BCT8rHQuF1hHDpoxskJ1Nd8HDrwSQskX8V1tEMzcgPLG2hHffI7UcmuohXPBH4/bBoc/jE8E/jzuBXjDA7k7xxQv50qUAWqQBWoAuX7BSnDosfk8ZXZAAAAAElFTkSuQmCC)  0 0 no-repeat;
  color: #6a4f16;
  margin: 15px 0;
  padding: 10px;
  text-align: justify;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 1px 0 white;
  border: 1px solid #d2d2d4;
  border-radius: 2px;
  padding-left: 40px;
}
.copyright {
  text-align: center;
  padding: 3px;
}
.beasy-cs-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  margin: 5px -2px;
}
.beasy-cs-wrap.one {
  width: 100%;
}
.beasy-cs-wrap.two {
  width: 50%;
}
.beasy-cs-wrap.three {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .beasy-cs-wrap.three {
    width: 33.3%;
  }
}
.beasy-cs-wrap.four {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .beasy-cs-wrap.four {
    width: 25%;
  }
}
.beasy-cs-wrap.five {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .beasy-cs-wrap.five {
    width: 20%;
  }
}
.beasy-cs {
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.beasy-cs.border {
  border: 1px solid #dcdcdc;
}
.beasy-cs img {
  height: auto;
  width: 100%;
  padding: 0 !important;
}
.beasy-cs.button-pad {
  padding-bottom: 40px;
}
.beasy-cs .button {
  border: 1px solid #36a3ba;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: #36a3ba;
  padding: 0px 5px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.five-div-row, .five-div-row-cs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.click, .one-of-five-cs {
  border: 1px solid #dcdcdc;
  padding: 3px;
  text-align: center;
  max-width: 176px;
  min-height: 330px;
  position: relative;
}
.click p, .one-of-five-cs p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}
.click .readmore-button, .one-of-five-cs .readmore-button, .click .download > a, .one-of-five-cs .download > a {
  border: 1px solid #36a3ba;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: #36a3ba;
  padding: 0px 5px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.one-of-five-cs .readmore-button {
  display: none;
}
.rl_tabs.top.tabs-left .nav-tabs {
  border-bottom: 0;
}
.rl_tabs.top.tabs-left > .nav-tabs > li {
  float: none;
}
.rl_tabs.top.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.rl_tabs.top.tabs-left .nav-tabs > li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.rl_tabs.top.tabs-left .nav-tabs > li > a:hover, .rl_tabs.top.tabs-left .nav-tabs > li > a:focus {
  border-color: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rl_tabs.top.tabs-left .nav-tabs > .active a, .rl_tabs.top.tabs-left .nav-tabs > .active a:hover, .rl_tabs.top.tabs-left .nav-tabs > .active a:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}
.rl_tabs.tabs-left.outline_content > .tab-content > .tab-pane {
  padding: 0px;
}
.rl_tabs.tabs-left.outline_content > .tab-content {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  line-height: 1.5em;
  padding: 10px;
}
.rl_tabs.tabs-left.outline_content > .tab-content .tab-pane img {
  display: block;
  max-width: 100%;
  clear: both;
  height: auto;
}
.rl_tabs-pane.tabs-left .zebra {
  list-style: none;
  padding: 0;
}
.rl_tabs-pane.tabs-left .zebra li {
  padding: 4px 0px;
  border-top: 1px solid #dcdcdc;
}
.rl_tabs-pane.tabs-left .zebra li:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.dcf {
  border: 1px #999 solid;
  padding: 15px;
  box-shadow: 1px 2px 8px 3px #CCC;
  height: 150px;
  background: #F2F2F2;
  border-radius: 5px;
}
.dcf input {
  display: block;
  float: left;
  margin-top: 15px;
  width: 250px;
  margin-right: 50px;
  box-shadow: inset 0px 0px 5px #7ad;
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.17);
}
.dcf label {
  display: block;
  float: left;
  margin-top: 15px;
  width: 140px;
}
.dcf .dcf-submit {
  margin-left: 694px;
  width: 150px;
}
.alert {
  position: relative;
  border: 1px solid #36a3ba;
  background: #f3fafc;
  padding: 10px;
}
.alert .alert-heading {
  margin: 0;
}
.alert .close {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
}
.pagination {
  clear: both;
  margin: 10px;
  text-align: center;
}
.pagination p {
  margin: 0;
  font-weight: bold;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  padding: 4px;
}
.submenu .box h3, .sideitems .box h3 {
  margin: 0;
  background-color: #dcdcdc;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.submenu .box .custom, .sideitems .box .custom {
  padding: 0 15px;
}
.submenu .box .custom ul, .sideitems .box .custom ul {
  padding-left: 20px;
}
.submenu .box .menu, .sideitems .box .menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0px;
}
.submenu .box .menu li, .sideitems .box .menu li {
  border-bottom: 1px solid #dcdcdc;
}
.submenu .box .menu li a, .sideitems .box .menu li a {
  padding: 5px 15px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.submenu .box .menu li:last-of-type, .sideitems .box .menu li:last-of-type {
  border: none;
}
.submenu .box .menu li a:hover, .sideitems .box .menu li a:hover {
  background-color: #36a3ba;
  color: #fff;
}
.submenu .box .menu li.active a, .sideitems .box .menu li.active a {
  background-color: #36a3ba;
  color: #fff;
}
footer {
  border-top: 4px solid #36a3ba;
  background-color: #fff;
}
footer .nav.menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
.cb_uk .contact-left .address {
  float: left;
  width: 40%;
}
.cb_uk .contact-left .contact {
  float: left;
  width: 50%;
}
.cb_uk .contact-left .contact-sub-headings {
  clear: both;
}
.cb_uk .google-map iframe {
  width: 100%;
}
.cb_uk section.bfElemWrap, .cb_uk span.bfElemWrap {
  display: block;
  width: 100%;
}
.cb_uk section.bfElemWrap label, .cb_uk span.bfElemWrap label {
  width: 25%;
  padding: 6px 2px;
}
.cb_uk section.bfElemWrap input, .cb_uk span.bfElemWrap input {
  width: 66%;
  float: left;
  padding: 10px 2px 9px;
}
.bottom {
  padding-top: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main article img {
    display: block;
    margin: 5px auto !important;
    max-width: 100%;
    clear: both;
    height: auto;
    float: none !important;
  }
  .rl_tabs.tabs-left.outline_content > .tab-content .tab-pane img {
    display: block;
    margin: 5px auto !important;
    max-width: 100%;
    clear: both;
    height: auto;
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-color: #dcdcdc;
    min-height: 1100px;
  }
  .box {
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 0 1px #ccc;
  }
  .breadcrumbs.box {
    border: none;
    padding: 3px 0;
  }
  .main article img {
    height: auto;
    padding: 6px;
  }
  article.box {
    padding: 15px;
  }
  footer {
    margin-top: 15px;
    background-color: transparent;
  }
  footer .menu {
    display: flex;
    list-style: none;
    padding: 0;
  }
  footer .menu li {
    flex-grow: 1;
    text-align: center;
    margin-left: 10px;
  }
  footer .menu li:first-of-type {
    margin-left: 0;
  }
  footer .menu li a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }
  footer .menu li a:hover {
    color: #000;
  }
  #wbMenu.menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border: 1px solid #55b9ce;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 0 0 1px #333;
    margin: 1px;
  }
  #wbMenu.menu li {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-grow: 1;
    min-width: 75px;
    border-bottom: none;
    text-align: center;
  }
  #wbMenu.menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #wbMenu.menu li:last-of-type {
    border-radius: 0 0 7px 0;
  }
  #wbMenu.menu li:first-of-type {
    border-radius: 0 0 0 7px;
  }
  #wbMenu.menu.expanded {
    display: flex;
  }
  header {
    display: flex;
    padding: 15px;
    margin: 0px;
  }
  header div {
    flex-grow: 1;
  }
  header .header-right {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
  }
  header .header-right ul {
    width: 100%;
    margin: 0 0 10px 0;
  }
  header .header-right ul li {
    text-align: right;
    margin: 0px 0px 0px 10px;
  }
  header .header-right .header-search form {
    justify-content: flex-end;
  }
  header .header-right .header-search .search-query {
    width: 250px;
    flex-grow: 0;
  }
  .main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-color: transparent;
  }
  .submenu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .submenu .box h3, .sideitems .box h3 {
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
  }
  .submenu .box .menu li a, .sideitems .box .menu li a {
    padding: 10px;
    font-size: 16px;
  }
  .submenu .box .menu li:last-of-type a, .sideitems .box .menu li:last-of-type a {
    border-radius: 0 0 7px 7px;
  }
  .sideitems {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-left: 12px;
    background-color: transparent;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 240px;
    -ms-grid-rows: auto 1fr;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto 1fr;
  }
  .split-page {
    display: -ms-grid;
    display: grid;
  }
  .box-left {
    -ms-grid-column: 1;
    grid-column: 1/2;
    margin-right: 5px;
  }
  .box-right {
    -ms-grid-column: 2;
    grid-column: 2/3;
    margin-left: 5px;
  }
  .col-2 {
    float: left;
    width: 45%;
  }
  .col-2:first-of-type {
    margin-right: 15px;
  }
  .col-3 {
    float: left;
    width: 30%;
    margin-right: 15px;
  }
  .col-3:last-of-type {
    margin-right: 0;
  }
  .sideitems .bfClearfix {
    padding: 2px;
  }
  .rl_tabs.top.tabs-left .nav-tabs {
    float: left;
  }
  .rl_tabs.top.tabs-left .nav-tabs {
    margin-right: 19px;
    border-right: 1px solid #ddd;
    margin-left: 5px;
    margin-top: 6px;
  }
  .rl_tabs.top.tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .rl_tabs.top.tabs-left .nav-tabs > li > a:hover, .rl_tabs.top.tabs-left .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .rl_tabs.top.tabs-left .nav-tabs > .active a, .rl_tabs.top.tabs-left .nav-tabs > .active a:hover, .rl_tabs.top.tabs-left .nav-tabs > .active a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
  }
  .bottom {
    padding-top: 0px;
    background-color: transparent;
  }
}
.rl_tabs.tabs-left.outline_content > .tab-content {
  min-height: 475px;
}
.cb_uk .bfPageIntro {
  float: left;
  width: 56%;
}
.cb_uk .bfFieldset-wrapper {
  float: left;
  width: 40%;
}
.cb_uk .google-map iframe {
  width: 90%;
}
