/*

  Warning:  This CSS file has been auto-generated from a .less file.  If you edit it your edits will be lost the next time LessCSS is run.

  It would be best to make a separate CSS file and place any overriding CSS in there.  If you must access the original CSS, do so by editing the .less files.

*/
/* global settings */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
}
/* grid */
.grid {
  width: 100%;
}
.upage-content > .grid {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
/* gutter around whole design */
/*
.upage-content > .grid-pad {
  padding: @gutter @gutter 0px @gutter;
}
*/
/* column */
.urow:not(.cright) > .col {
  float: left;
}
.urow.cright > .col {
  float: right;
}
.col {
  position: relative;
  min-height: 1px;
}
.content-area {
  position: relative;
}
/* row */
.urow {
  clear: both;
  position: relative;
}
form.urow {
  margin-bottom: 0px;
}
.widget {
  position: relative;
}
/* for widgets and the like
   <div class="table-thing widget">
    <div class="narrow-control w85"> my width is set </div>
    <div class="wide-control"> my width is 100%, minus the set width of the narrow-control</div>
   </div>

   .w85 { width:85px; }
*/
.vertical-col > *,
.vertical-col > .table-thing,
.vertical-col > .afScrollPanel > .table-thing,
.wrapping-col > .no_wrap.table-thing,
.wrapping-col > .afScrollPanel > .no_wrap.table-thing {
  width: 100%;
}
#afui .vertical-col > .afScrollPanel > .widget,
#afui .vertical-col > .widget,
.vertical-col > .widget,
.camera > .widget {
  width: calc(100% - 10px);
  margin-left: 5px;
}
.col > .vertical-col > .widget {
  width: 100%;
  margin-left: 0;
}
.table-thing {
  display: table;
}
.wide-control {
  display: table-cell;
  width: 100%;
}
.narrow-control {
  display: table-cell;
}
/* wrapping column */
.wrapping-col.right > *,
.wrapping-col.right > .afScrollPanel > * {
  float: right;
}
/* margin: 0 5px;   move margin to another class */
.wrapping-col.left > *,
.wrapping-col.left > .afScrollPanel > * {
  float: left;
}
/* center and right alignment */
.vertical-col.center {
  text-align: center;
}
.vertical-col.right {
  text-align: right;
}
.vertical-col.right > *,
.col > .vertical-col.right > .widget,
.vertical-col.right > .afScrollPanel > * {
  margin-left: auto;
}
.vertical-col.center > *,
.col > .vertical-col.center > .widget,
.vertical-col.center > .afScrollPanel > * {
  margin-left: auto;
  margin-right: auto;
}
.wrapping-col:not(.horiz-area) > .no_wrap,
.wrapping-col:not(.horiz-area) > .afScrollPanel > .no_wrap {
  float: none;
  clear: both;
  /* margin: 8px 0px; */

}
.center-h-v-col > .widget {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 0 !important;
}
/* shim */
.uib_shim {
  clear: both;
  float: none !important;
  width: 100%;
  position: relative;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
}
/* content-box fix for box-sizing */
.content-box,
.content-box:before,
.content-box:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* page */
.hidden:not(.afPopup) {
  display: none;
}
.upage-content,
.upage-outer {
  position: relative;
}
html,
body {
  height: 100%;
}
body:not(#afui) .upage,
body:not(#afui) .upage-content {
  height: 100%;
}
body:not(#afui) .upage-outer {
  height: auto;
}
/* position relative works fine. but fixed can be elected as well */
/* .upage-content, .upage-outer { position: fixed; height:100%; } */
.upage {
  overflow-x: hidden;
}
.upage-content {
  z-index: 1;
}
#afui .upage {
  padding: 0;
}
/* sidebars and crossbars */
.uib_sidebar {
  position: fixed;
  height: 100%;
  top: 0px;
}
.uib_crossbar {
  position: fixed;
  width: 100%;
  left: 0px;
}
.leftbar,
.rightbar {
  z-index: 2;
}
.reveal.leftbar {
  left: 0px;
  z-index: 0;
}
.reveal.rightbar {
  right: 0px;
  z-index: 0;
}
.leftbar.oh,
.rightbar.oh {
  z-index: 3;
}
.reveal {
  z-index: 0;
  visibility: hidden;
}
.topbar {
  z-index: 3;
}
.topbar.reveal {
  top: 0px;
  z-index: 0;
}
.botbar {
  z-index: 3;
  position: fixed;
}
.botbar.oh,
.topbar.oh {
  z-index: 4;
}
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin: 0;
}
.sidebar-thumb {
  position: relative;
  margin: 0;
  /* background-image:url('images/gripper.png'); */
}
.template {
  display: none !important;
}
.uib-absolute {
  position: absolute !important;
}
.content-block-inner {
  box-sizing: content-box;
}
.navbar-inner .widget-container {
  display: inline-flex;
}
.searchbar {
  width: 100% !important;
  margin: 0 !important;
}
#afui .panel {
  padding: 0px;
}
#afui .pages {
  height: 100%;
}
#afui .upage-outer {
  height: 100%;
}
body#afui.v2 {
  overflow-y: auto !important;
}
body#afui .panel > .widget > input[type="radio"] + label,
body#afui .panel > .widget > input[type="checkbox"] + label {
  padding-top: 14px;
}
#afui .table-thing input[type="radio"] + label,
#afui .table-thing input[type="checkbox"] + label {
  padding-top: 6px !important;
}
input.toggle + label:after {
  width: 32px;
}
body#afui .splt {
  width: 200px;
}
@media all {
  .def_back .page-content {
    
    background-image: url("../images/background640x1135.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.uib_row_1:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_1.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all {
  .grid-pad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 0px) {
  .row-height-1 > .col > .content-area {
    min-height: 100px;
  }
}
.figure-align {
  display: table;
  margin: 0px auto;
}
.figure-align img {
  width: 100%;
}
.image-cell {
  display: table-cell;
  vertical-align: middle;
}
@media all {
  .scale-image img {
    width: 200px;
  }
}
@media all {
  .wrapping-col > .d-margins,
  .wrapping-col > .afScrollPanel > .d-margins {
    margin-left: 6px;
    margin-right: 6px;
  }
  .wrapping-col > .d-margins,
  .wrapping-col > .afScrollPanel > .d-margins {
    margin-left: 6px;
    margin-right: 6px;
  }
  .d-margins {
    margin-bottom: 10px;
  }
}
.swiper-slide {
  background-color: #fff;
  height: 100%;
}
.left-receptacle {
  float: left;
}
.right-receptacle {
  float: right;
}
[data-uib="media/text"] p:first-of-type {
  margin-top: 0px;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.uib-card {
  position: relative;
  margin: 0px;
  box-sizing: border-box;
}
.card-header,
.card-left,
.card-footer,
.card-right {
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.card-header {
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.card-footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.card-left {
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.card-right {
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.uib-card section .widget-divider:only-of-type {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto !important;
  width: auto !important;
}
.uib-card .widget-divider:only-of-type div {
  height: 100%;
}
@media all {
  .section-dimension-7 .card-header {
    height: 40px;
  }
  .section-dimension-7 .card-footer {
    height: 40px;
  }
  .section-dimension-7 .card-left {
    width: 50px;
  }
  .section-dimension-7 .card-right {
    width: 50px;
  }
  .section-dimension-7 {
    min-height: 100px;
  }
  div.section-dimension-7.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-7.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-7.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-7.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-7.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-7.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-7.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-7.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-7.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-7.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-7.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-7.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-7.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-7.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-7.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-7.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-7.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-7.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-7.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-7.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-7.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-7.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-7.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-7.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-7.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-7.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-7.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-7.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-7.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-7.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-7.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-7.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-7.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-7.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
@media all {
  .default-sprite-button div.uib-sprite {
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .hover-sprite-button:hover div.uib-sprite {
    background-image: url(../images/Checkmark.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .active-sprite-button:active div.uib-sprite {
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media all {
  .sprite-sizing {
    height: 160px !important;
    width: 160px !important;
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media all {
  .back1 {
    background-color: #a88869;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media all {
  .back2 {
    background-color: #ff8247;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.swiper_custom {
  height: 100%;
}
@media all and (min-width: 0px) {
  .row-height-2 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-3 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_4:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_4.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all {
  .section-dimension-17 .card-header {
    height: 40px;
  }
  .section-dimension-17 .card-footer {
    height: 40px;
  }
  .section-dimension-17 .card-left {
    width: 50px;
  }
  .section-dimension-17 .card-right {
    width: 50px;
  }
  .section-dimension-17 {
    min-height: 100px;
  }
  div.section-dimension-17.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-17.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-17.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-17.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-17.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-17.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-17.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-17.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-17.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-17.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-17.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-17.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-17.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-17.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-17.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-17.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-17.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-17.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-17.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-17.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-17.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-17.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-17.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-17.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-17.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-17.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-17.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-17.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-17.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-17.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-17.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-17.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-17.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-17.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
.uib_row_2 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all {
  .section-dimension-18 .card-header {
    height: 40px;
  }
  .section-dimension-18 .card-footer {
    height: 40px;
  }
  .section-dimension-18 .card-left {
    width: 50px;
  }
  .section-dimension-18 .card-right {
    width: 50px;
  }
  .section-dimension-18 {
    min-height: 100px;
  }
  div.section-dimension-18.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-18.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-18.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-18.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-18.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-18.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-18.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-18.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-18.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-18.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-18.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-18.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-18.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-18.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-18.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-18.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-18.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-18.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-18.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-18.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-18.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-18.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-18.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-18.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-18.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-18.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-18.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-18.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-18.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-18.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-18.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-18.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-18.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-18.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
.uib_row_3 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.sbs-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.leftContent,
.rightContent {
  display: inline;
  width: 50%;
}
.photo-card .card-header {
  height: 40vw;
  background-size: cover;
  background-position: center;
}
@media all {
  .section-dimension-19 .card-header {
    height: 40px;
  }
  .section-dimension-19 .card-footer {
    height: 40px;
  }
  .section-dimension-19 .card-left {
    width: 50px;
  }
  .section-dimension-19 .card-right {
    width: 50px;
  }
  .section-dimension-19 {
    min-height: 100px;
  }
  div.section-dimension-19.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-19.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-19.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-19.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-19.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-19.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-19.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-19.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-19.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-19.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-19.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-19.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-19.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-19.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-19.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-19.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-19.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-19.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-19.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-19.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-19.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-19.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-19.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-19.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-19.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-19.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-19.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-19.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-19.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-19.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-19.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-19.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-19.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-19.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
@media all {
  .section-dimension-20 .card-header {
    height: 40px;
  }
  .section-dimension-20 .card-footer {
    height: 40px;
  }
  .section-dimension-20 .card-left {
    width: 50px;
  }
  .section-dimension-20 .card-right {
    width: 50px;
  }
  .section-dimension-20 {
    min-height: 100px;
  }
  div.section-dimension-20.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-20.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-20.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-20.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-20.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-20.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-20.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-20.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-20.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-20.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-20.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-20.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-20.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-20.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-20.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-20.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-20.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-20.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-20.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-20.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-20.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-20.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-20.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-20.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-20.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-20.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-20.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-20.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-20.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-20.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-20.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-20.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-20.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-20.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
@media all {
  .section-dimension-25 .card-header {
    height: 40px;
  }
  .section-dimension-25 .card-footer {
    height: 40px;
  }
  .section-dimension-25 .card-left {
    width: 50px;
  }
  .section-dimension-25 .card-right {
    width: 50px;
  }
  .section-dimension-25 {
    min-height: 100px;
  }
  div.section-dimension-25.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-25.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-25.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-25.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-25.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-25.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-25.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-25.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-25.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-25.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-25.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-25.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-25.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-25.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-25.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-25.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-25.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-25.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-25.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-25.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-25.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-25.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-25.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-25.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-25.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-25.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-25.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-25.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-25.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-25.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-25.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-25.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-25.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-25.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
@media all {
  .temp_small {
    height: 43px !important;
    width: 43px !important;
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media all {
  .temp_mid {
    height: 70px !important;
    width: 70px !important;
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
.chat_slide1_custom {
  overflow-y: scroll;
  height: 400px;
}
.align-widget {
  margin: 5px 0 !important;
}
.full-width-widget {
  width: 100%;
}
.inline-widget {
  display: inline-block;
}
label {
  width: auto;
  float: none;
}
label + *:not(div.inline-widget) {
  width: 100% !important;
  margin-bottom: 0 !important;
}
label:empty {
  display: none;
}
.label-inline {
  vertical-align: middle;
}
.label-top-left,
.label-top-right {
  display: block;
  padding: 0;
  margin: 0;
}
.label-top-left + *,
.label-top-right + * {
  display: block;
}
.label-top-left {
  text-align: left;
}
.label-top-right {
  text-align: right;
}
.tail-c {
  display: table-cell;
  width: 15px;
}
@media all {
  .temp_thumb {
    height: 43px !important;
    width: 43px !important;
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
}
@media all {
  .temp_small_img img {
    width: 24px;
    height: 24px;
  }
}
@media all and (min-width: 0px) {
  .row-height-4 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-5 > .col > .content-area {
    min-height: 100px;
  }
}
.item-inner {
  display: flex;
}
.item-title.label {
  line-height: 2;
  margin-right: 8px;
}
.uib_row_6:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_6.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-6 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_7:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_7.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-7 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_8 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-8 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_9 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_10 {
    width: 50%;
  }
  .urow.cright > .uib_col_10 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_10 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_12 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_12 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_12 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-9 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_10 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_13 {
    width: 50%;
  }
  .urow.cright > .uib_col_13 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_13 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_14 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_14 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_14 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-10 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_11:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_11.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-11 > .col > .content-area {
    min-height: 100px;
  }
}
.height_temp {
  height: 500px!important;
  background-color: lightgrey!important;
}
.uib_row_12:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_12.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-12 > .col > .content-area {
    min-height: 100px;
  }
}
@media all {
  .uib-absolute-positioning-0 {
    top: auto;
    right: auto;
    bottom: 21px;
    left: 213px;
  }
}
.button-icon-left {
  float: left;
}
.button-icon-right {
  float: right;
}
.uib_row_13:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_13.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-13 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_14:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_14.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-14 > .col > .content-area {
    min-height: 100px;
  }
}
.item-inner {
  display: flex;
}
.item-title.label {
  line-height: 2;
  margin-right: 8px;
}
@media all {
  .temp_hide {
    display: none;
  }
}
.uib_row_15:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_15.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-15 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_16:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_16.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-16 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_17:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_17.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-17 > .col > .content-area {
    min-height: 100px;
  }
}
.item-inner {
  display: flex;
}
.item-title.label {
  line-height: 2;
  margin-right: 8px;
}
.uib_row_18:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_18.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-18 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_19 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_24 {
    width: 50%;
  }
  .urow.cright > .uib_col_24 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_24 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_28 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_28 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_28 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-19 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_20:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_20.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-20 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_21:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_21.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-21 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_22:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_22.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-22 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_23:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_23.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-23 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_24:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_24.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-24 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_25:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_25.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-25 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_26:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_26.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-2_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-2_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-2_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-26 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_27:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_27.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-2_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-2_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-2_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-27 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-28 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-29 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-30 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 0px) {
  .row-height-31 > .col > .content-area {
    min-height: 35px;
  }
}
.uib_row_28 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.uib_row_29:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_29.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_30:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_30.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_31:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_31.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-2_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-2_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-2_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-32 > .col > .content-area {
    min-height: 19px;
  }
}
.uib_row_33:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_33.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-33 > .col > .content-area {
    min-height: 100px;
  }
}
.uib-button-bar .d-margins {
  margin: 0;
}
@media all {
  .default-button-bar-height {
    height: 200px;
  }
}
@media all {
  .default-graphic-button {
    border-radius: 50px;
    
  }
}
@media all {
  .hover-graphic-button:hover {
    border-radius: 50px;
    
  }
}
@media all {
  .active-graphic-button:active {
    border-radius: 50px;
    
  }
}
@media all {
  .default-graphic-text {
    text-align: center;
  }
}
@media all {
  .default-graphic-sizing {
    width: 150px !important;
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    padding: 5px;
  }
}
@media all {
  .default-image-sizing > img {
    width: 210px;
  }
}
@media all and (min-width: 0px) {
  .row-height-35 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_37:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_37.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-37 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_49:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_49.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-49 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_50:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_50.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.uib_row_55:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_55.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-2_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-2_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-2_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-55 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_56:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_56.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-56 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_57 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_91 {
    width: 50%;
  }
  .urow.cright > .uib_col_91 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_91 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_92 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_92 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_92 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-57 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_58:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_58.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-58 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_63:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_63.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-3_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-3_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-3_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-63 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_64:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_64.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-2_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-2_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-2_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-64 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_66:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_66.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-66 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_67:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_67.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-67 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_69:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_69.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-69 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_70 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_107 {
    width: 50%;
  }
  .urow.cright > .uib_col_107 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_107 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_106 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_106 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_106 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-70 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_71 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_109 {
    width: 50%;
  }
  .urow.cright > .uib_col_109 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_109 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_108 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_108 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_108 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-71 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_72 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_111 {
    width: 50%;
  }
  .urow.cright > .uib_col_111 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_111 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_110 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_110 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_110 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-72 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_73 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_113 {
    width: 50%;
  }
  .urow.cright > .uib_col_113 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_113 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_112 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_112 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_112 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-1_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-73 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_74 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 0px) {
  .uib_col_115 {
    width: 50%;
  }
  .urow.cright > .uib_col_115 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_115 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_114 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_114 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_114 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 0px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 0px) {
  .row-height-74 > .col > .content-area {
    min-height: 100px;
  }
}
