@font-face {
  font-family: 'MerriweatherRegular';
  src: url('./fonts/Merriweather/Merriweather-webfont.eot');
  src: url('./fonts/Merriweather/Merriweather-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/Merriweather/Merriweather-webfont.woff') format('woff'), url('./fonts/Merriweather/Merriweather-webfont.ttf') format('truetype'), url('./fonts/Merriweather/Merriweather-webfont.svg#MerriweatherRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MerriweatherLight';
  src: url('./fonts/Merriweather/Merriweather-Light-webfont.eot');
  src: url('./fonts/Merriweather/Merriweather-Light-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/Merriweather/Merriweather-Light-webfont.woff') format('woff'), url('./fonts/Merriweather/Merriweather-Light-webfont.ttf') format('truetype'), url('./fonts/Merriweather/Merriweather-Light-webfont.svg#MerriweatherLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*

  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;
  font-family: MerriweatherRegular, "Open Sans", "Droid Sans", Roboto, arial, sans-serif;
}

.scroll {
    min-height: calc( 100vh - 74px);
}

.bar .title, .bar-header {
    height: 74px !important;
    background-image: none !important;
}

.bar-subheader, .has-header, .tabs-top>.tabs, .tabs.tabs-top {
    top: 84px !important;
}

/** Buttons **/

.button.button-stable.button-outline {
    border-color: #eb1e34;
    background-color: #eb1e34 !important;
    color: white !important;
    border-radius: 0px !important;
}

/* grid */
.grid {
  width: 100%;
}
.h4font {
    font-size: 15px !important;
}
.buttonText {
    font-weight: 400;
    font-size: 11px;
    margin-top: 10px;
    word-break: break-word;
    color: white;
    margin: 10px 0 0 0 !important;
    padding: 0em 0em 0em 0em !important;
    }
.upage-content > .grid {
  max-width: 100%;
  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 {
  .bar-bg {
    background-color: rgba(6, 123, 186, 0.77);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media all {
  .thumb-bg > .sidebar-thumb {
    background-image: url('../sidebar/css/images/gripper.png');
  }
  .thumb-bg > .sidebar-thumb {
    background-color: ;
  }
  .thumb-bg > .sidebar-thumb:hover,
  .thumb-bg > .sidebar-thumb:active {
    background-color: #eeeeee;
  }
}
@media all {
  .bar-gutter .sidebar-content > .grid-pad {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all {
  .BackG {
    background-image: url("../images/GardnerBack.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .BackFooter {
      background-image: url("../images/footer.png");
      background-repeat: no-repeat;
      height: 7.5em;
      /*background-attachment: fixed;*/
      background-size: cover;
  }
  .BackMap {
      background-image: url("../images/footerMap.png");
      background-repeat: no-repeat;
      height: 22em;
      background-size: cover;
  }
  menuContent{
    background-color: transparent;
  }
  .tinted {
    background-color: rgba(255,255,255,0.5);
  }
    .custom-header{
    background-color: #eb1e34 !important;
  }

    .blurred-bg {
        background-color: #fff;
    }

    .myOwn{
        background-color: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

  .blurred-bg.shaded {
    background-color: transparent;
  }
  .box {
    top: 1.5vh;
    width: 100vw;
    /* height: 300px; */

    /*left: -webkit-calc(-200%);
    left: 8vw;*/
    /* top: 20%; */

    position: absolute;
    border-radius: 0px;
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /*padding: 20px;*/
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    /* display: flex; */
    transition: box-shadow 0.3s ease;
  }
  .bodytext {
    color: #fff;
    font-size:16px;
    color:#fff;
    padding-left:0px;
  }
  #btnTelephone,
  #btnEmail,
  #btnEmailIWEB,
  #btnTelephoneIWEB {
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 30px;
  }
  #btnGoogle,
  #btnGoogleIWEB,
  #btnYouTube,
  #btnFacebook,
  #btnFacebookIWEB,
  #btnLinkedInIWEB {
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 20px;
    color: black;
  }
  .item-complex.item-icon-left {
    padding-left: 0;
    background-color: rgba(0, 0, 255, 0.03);
  }
  .menuContent {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.bar > .buttons .d-margins {
  margin: auto;
}
.bar {
  z-index: 1;
}
.upage-outer.fixed-header-footer {
  position: static;
}
.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-4 .card-header {
    height: 40px;
  }
  .section-dimension-4 .card-footer {
    height: 40px;
  }
  .section-dimension-4 .card-left {
    width: 50px;
  }
  .section-dimension-4 .card-right {
    width: 50px;
  }
  .section-dimension-4 {
    min-height: 100px;
  }
  div.section-dimension-4.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-4.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-4.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-4.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-4.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-4.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-4.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-4.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-4.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-4.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-4.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-4.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-4.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-4.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-4.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-4.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-4.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-4.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-4.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-4.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-4.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-4.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-4.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-4.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-4.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-4.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-4.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-4.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-4.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-4.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-4.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-4.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-4.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-4.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-4.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-4.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-4.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-4.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-4.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-4.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-4.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-4.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-4.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-4.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-4.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-4.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-4.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-4.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 {
  .vertical-col > .d-margins,
  .vertical-col > .afScrollPanel > .d-margins {
    margin-left: 10px;
    margin-right: 20px;
  }
  .vertical-col > .d-margins,
  .vertical-col > .afScrollPanel > .d-margins {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media all {
  .default-graphic-button {
    background-color: ;
  }
}
@media all {
  .hover-graphic-button:hover {
    border-radius: 0px;
    background-color: ;
  }
}
@media all {
  .active-graphic-button:active {
    background-color: ;
  }
}
@media all {

}
@media all {

}
@media all {
  .default-image-sizing > img {
    width: 150px;
  }
}
@media all {
  .grid-pad {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 320px) {
  .row-height-1 > .col > .content-area {
    min-height: 50px;
  }
}
@media all and (min-width: 320px) {
  .row-height-2 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 320px) {
  .row-height-3 > .col > .content-area {
    min-height: 100px;
  }
}
@media all and (min-width: 320px) {
  .row-height-4 > .col > .content-area {
    min-height: 100px;
  }
}
.vertical-col > ion-list.widget,
.vertical-col > .widget.item-radio,
.vertical-col > .widget.item-toggle,
.vertical-col > .widget.list,
.vertical-col > .widget.item-select,
.vertical-col > .widget.item-checkbox,
.vertical-col > .widget.button {
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
.vertical-col > .widget.item.range,
.vertical-col > .widget.button-bar,
.vertical-col > .widget.tabs {
  margin-left: 0;
  width: 100%;
}
.vertical-col > .widget.item-input {
  margin-left: 0;
  display: inline-flex;
  width: 100%;
}
.vertical-col > .widget.item-input.item-floating-label,
.vertical-col > .widget.item-input.item-stacked-label {
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
.figure-align {
  margin: 0px auto;
  padding-left: 3%;
  padding-right: 3%;
  background-color: white;
  max-width: 100%;
  height: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  
}

myBorder{
  border-bottom:2px solid #eb1e34 !important;
  border-top:2px solid #eb1e34 !important;
}

.figure-align img {
  max-width: 90%;
  text-align: center;
  height: auto;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.image-cell {
  display: table-cell;
  vertical-align: middle;
}
@media all {
  .scale-image img {
    width: 200px;
  }
}
.card_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}
.card_grid > .widget {
  flex-grow: 1;
}
@media all {
  .flex-basis-6 > .widget {
    flex-basis: calc(100% / 2);
  }
}
@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 {
  .section-dimension-8 .card-header {
    height: 40px;
  }
  .section-dimension-8 .card-footer {
    height: 40px;
  }
  .section-dimension-8 .card-left {
    width: 50px;
  }
  .section-dimension-8 .card-right {
    width: 50px;
  }
  .section-dimension-8 {
    min-height: 100px;
  }
  div.section-dimension-8.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-8.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-8.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-8.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-8.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-8.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-8.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-8.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-8.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-8.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-8.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-8.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-8.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-8.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-8.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-8.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-8.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-8.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-8.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-8.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-8.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-8.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-8.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-8.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-8.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-8.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-8.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-8.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-8.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-8.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-8.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-8.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-8.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-8.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-8.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-8.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-8.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-8.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-8.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-8.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-8.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-8.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-8.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-8.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-8.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-8.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-8.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-8.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-9 .card-header {
    height: 40px;
  }
  .section-dimension-9 .card-footer {
    height: 40px;
  }
  .section-dimension-9 .card-left {
    width: 50px;
  }
  .section-dimension-9 .card-right {
    width: 50px;
  }
  .section-dimension-9 {
    min-height: 100px;
  }
  div.section-dimension-9.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-9.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-9.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-9.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-9.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-9.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-9.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-9.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-9.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-9.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-9.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-9.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-9.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-9.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-9.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-9.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-9.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-9.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-9.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-9.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-9.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-9.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-9.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-9.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-9.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-9.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-9.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-9.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-9.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-9.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-9.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-9.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-9.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-9.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-9.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-9.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-9.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-9.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-9.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-9.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-9.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-9.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-9.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-9.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-9.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-9.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-9.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-9.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-10 .card-header {
    height: 40px;
  }
  .section-dimension-10 .card-footer {
    height: 40px;
  }
  .section-dimension-10 .card-left {
    width: 50px;
  }
  .section-dimension-10 .card-right {
    width: 50px;
  }
  .section-dimension-10 {
    min-height: 100px;
  }
  div.section-dimension-10.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-10.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-10.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-10.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-10.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-10.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-10.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-10.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-10.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-10.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-10.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-10.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-10.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-10.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-10.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-10.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-10.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-10.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-10.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-10.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-10.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-10.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-10.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-10.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-10.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-10.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-10.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-10.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-10.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-10.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-10.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-10.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-10.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-10.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-10.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-10.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-10.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-10.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-10.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-10.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-10.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-10.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-10.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-10.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-10.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-10.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-10.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-10.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
#afui .panel > .upage {
  overflow: hidden;
}
@media all {
  .shadow {
    box-shadow: 2px 2px 1px #000000;
  }
}
@media all {

}
@media all {

}
.custom {
  top: 0px;
}
#customSliderMenuButton {
  background-color: rgba(0, 0, 0, 0);
  color: #eb1e34;
  border: none;
  left: 0.5em;
  top: 0.5em;
}

/*.button-last {
    height:5vh !important;
    width:67vw !important;
    margin-left:auto;
    margin-right: auto;
    line-height: 0px;
}*/
.customMenuButton {
  background-color: rgba(0, 0, 0, 0);
  color: #eb1e34;
  border: none;
  left: 0.5em;
  width: 4em;
}
.button:hover {
  color: #eb1e34;
  background-color: white;
  border: none;
  text-decoration: underline;
}
.button.activated,
.button.active {
  /*color: white;*/

  /* background-color:rgba(0,0,0,0);*/

  text-decoration: none;
}
.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;
}
@media screen and (max-height: 600px) {
    
    .h4font {
        font-size: 13px !important;
    }
  .bText {
        font-size: 13px !important;
    }
    
  .button-outline {
    background-color: #eb1e34;
    border: none;
    width: 45vw;
    /*height: 75px;*/
    height: calc(15vh);
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
  }
  .button-outline {
    width: 45vw;
    /*height: 115px;*/

    height: calc(15vh);
    color: black;
    text-align: center;
    overflow: hidden;
    /* text-overflow: ellipsis; */

    white-space: wrap;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
  }
  .box {
      top: 0vh;
      width: 100vw;
      position: absolute;
      border-radius: 0px;
      -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
      transition: box-shadow 0.3s ease;
  }
}
@media screen and (max-height: 500px) {
  .button-outline {
    background-color: #eb1e34;
    border: none;
    width: 45vw;
    /*height: 75px;*/
    height: calc(15vh);
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
  }
  .button-outline {
    width: 45vw;
    /*height: 115px;*/

    height: calc(14.6vh);
    color: black;
    text-align: center;
    overflow: hidden;
    /* text-overflow: ellipsis; */

    white-space: wrap;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
  }
}
@media screen and (min-height: 600px) {
 
  .button-outline {
    background-color: #eb1e34;
    border: none;
    width: 45vw;
    height: calc(15vh);
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;

    white-space: wrap;
    font-size: 14px;
    line-height: 1em;
    font-weight: 300;
  }
}
@media screen and (min-height: 800px) {
    /* so for iPad Air 2 */
    .box {
        top: 2.5vh;
        width: 100vw;
        /* height: 300px; */
        
        /*left: -webkit-calc(-200%);
         left: 8vw;*/
        /* top: 20%; */
        
        position: absolute;
        border-radius: 0px;
        -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.3);
        /*padding: 20px;*/
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        /* display: flex; */
        transition: box-shadow 0.3s ease;
    }
  .button-outline {
    background-color: #eb1e34 !important;
    border: none;
    width: 45vw;
    height: calc(16vh);
    color: white !important;
    border-radius: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    font-size: 14px;
    line-height: 1em;
    font-weight: 300;
  }
}
@media all {
  /* body {
          font-family: Raleway, Open Sans, Droid Sans, Roboto,arial, sans-serif;
      }*/
  .listbox {
    width: 75vw;
    /*height: 50px;*/
    font-size: 20px;
    border-radius: 0px;
    /*text-align: center;
    text-align: -webkit-center;
    text-indent: 20%;*/
  }
  .prevod-label {
    display: table;
    padding: 5px 5px 5px 0;
    max-width: 200px;
    color: #444;
    font-size: 16px;
    width: 100%;
  }
  input.inputUnit {
    background-color: #fff;
    color: black;
    border: 1px solid black;
    padding-left: 1em;
    border-radius: 0px;
    text-align: end;
    /* width: 60vw;*/

  }
  select option {
    background-image: url("../images/GardnerBack.jpg") !important;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
  }
  .AppText p {
    font-size: 38px;
    font-weight: 300;
    color: #000000;
    font-family: serif;
    text-align: center;
  }
  .bar .button.button-clear,
  .bar button.button-clear {
    color: #969a99;
  }
  .menuButton {
      font-weight:400 !important;
      font-size:16px !important;
  }
  .item {
      border-color: #fff !important;
      padding-right: 0px;
      padding: 0px;
      /* margin-top: 20px; */
      margin-top: 0.5em;
  }
  .item.active {
      background-color: white;
  }
  .item-complex .item-content, .item-radio .item-content {
      padding: 5px 40px 5px 16px !important;
  }
  
  .item-complex.item-icon-left .item-content {
    padding-left: 64px;
    background-color: rgba(0, 0, 0, 0);
    /* filter: blur(10px);*/

  }
  .item-complex.item-icon-right .item-content {
    padding-right: 64px;
    background-color: rgba(0, 0, 0, 0);
    text-align: right !important;
    /* filter: blur(10px);*/

  }
  .item-content img {
    margin-right: 10px;
  }
  .item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: rgba(245, 245, 245, 0.29);
    color: #222;
    font-weight: 500;
  }
  #myHome {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1076px 0px;
    vertical-align: middle;
    top: 10px;
  }

   #myWhite {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmallWhite.png) -1100px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #myWhiteFirst {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmallWhite.png) -1898px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #myWhiteSecond {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmallWhite.png) -1793px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #myWhiteThird {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmallWhite.png) -1442px 0px;
    vertical-align: middle;
    top: 10px;
  }

    #myEarth {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1421px 0px;
    vertical-align: middle;
    top: 10px;
  }
  #myInfo {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1310px 0px;
    vertical-align: middle;
    top: 10px;
  }
  #back {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1190px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #letter {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1773px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #warning {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1655px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #pressum {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1543px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #tlakZtrata {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -46px 0px;
    vertical-align: middle;
    top: 10px;
  }

  .my-title-image{
    max-height: 50px;
    width: auto;
    padding-left: 25px;
    padding-bottom: 10px;
    background-color: none !important;
    color: none !important;
  }

  #cogwheel {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -983px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #kondenzat {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -166px 0;
    vertical-align: middle;
    top: 10px;
  }
  #hlucnost {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -514px 0;
    vertical-align: middle;
    top: 10px;
  }
  #stdKrych {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -282px 0;
    vertical-align: middle;
    top: 10px;
  }
  #vzdusnik {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -399px 0;
    vertical-align: middle;
    top: 10px;
  }
  #svetlost {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -632px 0;
    vertical-align: middle;
    top: 10px;
  }
  #prumer {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -748px 0;
    vertical-align: middle;
    top: 10px;
  }
  #unik {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -864px 0;
    vertical-align: middle;
    top: 10px;
  }

#cena {
    width: 64px;
    height: 32px;
    background: url(../images/mySpriteSmall.png) -1900px 0px;
    vertical-align: middle;
    top: 10px;
  }

  #backBig {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #tlakZtrataBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) 0px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #kondenzatBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -116.6px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #hlucnostBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -470px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #stdKrychBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -233.2px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #vzdusnikBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -349.8px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #svetlostBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -583px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #prumerBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -699.6px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
  #unikBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -816.2px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
#costBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -932.8px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
  }
#conversionBig {
    width: 100px;
    height: 64px;
    background: url(../images/mySprite.png) -1048.8px 0;
    vertical-align: middle;
    zoom: calc(0.6);
    -moz-transform: scale(0.6);
}


  .placeholder-icon:last-child {
    padding-left: 2em;
  }
  .IWEB-image-sizing {
    width: 220px;
    background-color: #fff;
    border-radius: 0px;
    padding: 15px;
    margin-top: 7px;
  }
  .rowitem {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding-right: 1em;
  }
  .bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top;
    height: 44px;
    position: fixed;
  }
  p {
    margin: 0 0.3em 0 1em;
    padding: 0em 1em 0em 0em;
  }
  .center {
    text-align: center;
  }
  .vcenter {
    vertical-align: middle;
  }
  label.item.item-input {
    /*color: white;
    background-color: transparent;*/
    padding-right: 1em;
  }
  div.item.item-input {
    color: white;
    background-color: #fff;
    border: none !important;
    padding-right: 1em;
  }

  .inputSpecial {
    border-radius: 0px !important;
  }

  .item.myItem{
     background-color: #eb1e34 !important;
  }

  .item.myItemSpecial{
     background-color: transparent !important;
  }

  input.inputValue {
    background-color: #fff;
    color: #333;
    padding-left: 1em;
    border-radius: 0em;
    border: 1px solid black;
  }

    ion-item#btnCONTACT {
    
    background-color: rgba(0, 0, 0, 0);
    text-align: right !important;
}

ion-item#btnIMPRESS {
    
    background-color: rgba(0, 0, 0, 0);
    text-align: right !important;
}

  span.input-label {
    color: white;
    white-space: normal !important;
    font-size:16spx;
    font-family: Arial, Helvetica, sans-serif !important;
    color:white;
    font-weight: 400 !important;
    padding-left:15px;
  }
  #vysledek,
  #fakevysledek,
  #pipeLength,
  #vysledekCondensate,
  #vysledekCondensate2,
  #vysledekZbytkovaVlhkost,
  #vysledekZbytkovaVlhkost3,
  #vysledekCondensate3,
  #vysledekCondensate4,
  #vysledekLeakage1,
  #vysledekLeakage2,
    #vysledekLeakageAdd1,
    #vysledekLeakageAdd2,
    #vysledekLeakageAdd3,
    #vysledekLeakageAdd4,
    #vysledekLeakageAdd5,
    #vysledekLeakageAdd6,
    #vysledekLeakageBeta1,
    #vysledekLeakageBeta2,
    #vysledekLeakageBeta3,
    #vysledekLeakageBeta4,
    #vysledekLeakageBeta5,
  #vysledekSquare1,
  #vysledekSquare2,
  #vysledekSquare3,
  #vysledekNominal,
  #vysledekSvetlost,
  #vysledekNoise1,
  #vysledekNoise2,
  #vysledekNoise2,
  #vysledekStanoveniCeny1,
  #vysledekStanoveniCeny2,
  #vysledekStanoveniCeny3,
  #vysledekVzdusnik,
  #valueL {
    /*background-color: rgba(0, 0, 0, 0.30);*/
    color: black;
    padding-left: 1em;
    flex: 1 0 10em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10em;
    -moz-box-flex: 1;
    -moz-flex: 1 0 10em;
    -ms-flex: 1 0 10em;
  }
  
  .units {
    color: white;
    white-space: nowrap;
  }
  .unit2 {
      color: black;
      white-space: nowrap;
  }

  .menuContent .scroll {
    height: 100vh;
  }

  .scrollingdiv {
    -webkit-overflow-scrolling: touch;
  }
  .item-stacked-label .input-label {
    display: inline-block;
    width: 100vw;
    padding: 1em 2em 0em 0em;
    vertical-align: middle;
    max-width: 100vw;
  }
  label.item.item-input.widget.d-margins.item-stacked-label {
    padding-left: 1em;
    overflow-x: hidden;
    padding-right: 1em;
    overflow: scroll;
    text-overflow: initial;
    text-justify: inter-word;
    white-space: normal;
    text-align: justify;
  }
  div.item.item-input.widget.d-margins.item-stacked-label {
    padding-left: 1em;
    overflow-x: hidden;
    padding-right: 1em;
    overflow: scroll;
    text-overflow: initial;
    text-justify: inter-word;
    white-space: normal;
    text-align: justify;
    margin-left:1em;
  }
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}
@media all and (min-width: 320px) {
  .row-height-5 > .col > .content-area {
    min-height: 60px;
  }
}
@media all {
  .byINFOtext p {
    font-size: 16px;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
  }
}
@media all and (min-width: 320px) {
  .row-height-6 > .col > .content-area {
    min-height: 20px;
  }
}
.uib_row_7:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_7.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: 320px) {
  .row-height-7 > .col > .content-area {
    min-height: 100px;
  }
}
.list .d-margins,
.button-bar .d-margins,
.tabs .d-margins {
  margin: 0;
}
@media all {
  .wrapping-col > .sidePanelMargins,
  .wrapping-col > .afScrollPanel > .sidePanelMargins {
    margin-left: 20px;
    margin-right: 30px;
  }
  .wrapping-col > .sidePanelMargins,
  .wrapping-col > .afScrollPanel > .sidePanelMargins {
    margin-left: 20px;
    margin-right: 30px;
  }
  .vertical-col > .sidePanelMargins,
  .vertical-col > .afScrollPanel > .sidePanelMargins {
    margin-left: 20px;
    margin-right: 6px;
  }
  .vertical-col > .sidePanelMargins,
  .vertical-col > .afScrollPanel > .sidePanelMargins {
    margin-left: 20px;
    margin-right: 6px;
  }
}
.menuHomeButton {
  left: 1.5em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #eb1e34;
}
.uib_row_6:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_6.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 {
  .flex-basis-30 > .widget {
    flex-basis: calc(100% / 2);
  }
}
@media all {
  .section-dimension-31 .card-header {
    height: 40px;
  }
  .section-dimension-31 .card-footer {
    height: 40px;
  }
  .section-dimension-31 .card-left {
    width: 50px;
  }
  .section-dimension-31 .card-right {
    width: 50px;
  }
  .section-dimension-31 {
    min-height: 100px;
  }
  .section-dimension-31 {
    max-width: 200px;
  }
  .section-dimension-31 {
    min-width: 150px;
  }
  div.section-dimension-31.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-31.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-31.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-31.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-31.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-31.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-31.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-31.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-31.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-31.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-31.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-31.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-31.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-31.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-31.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-31.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-31.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-31.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-31.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-31.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-31.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-31.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-31.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-31.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-31.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-31.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-31.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-31.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-31.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-31.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-31.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-31.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-31.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-31.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-31.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-31.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-31.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-31.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-31.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-31.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-31.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-31.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-31.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-31.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-31.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-31.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-31.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-31.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-32 .card-header {
    height: 40px;
  }
  .section-dimension-32 .card-footer {
    height: 40px;
  }
  .section-dimension-32 .card-left {
    width: 30px;
  }
  .section-dimension-32 .card-right {
    width: 30px;
  }
  .section-dimension-32 {
    min-height: 100px;
  }
  div.section-dimension-32.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-32.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-32.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-32.left-on-header .card-header {
    left: 30px;
  }
  div.section-dimension-32.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-32.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-32.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-32.right-on-header .card-header {
    right: 30px;
  }
  div.section-dimension-32.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-32.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-32.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-32.left-on-footer .card-footer {
    left: 30px;
  }
  div.section-dimension-32.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-32.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-32.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-32.right-on-footer .card-footer {
    right: 30px;
  }
  .section-dimension-32.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-32.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-32.cpad-8 {
    padding: 0px 30px 0px 0px;
  }
  .section-dimension-32.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-9 {
    padding: 40px 30px 0px 0px;
  }
  .section-dimension-32.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 30px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-32.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-32.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-32.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-32.cpad-12 {
    padding: 0px 30px 40px 0px;
  }
  .section-dimension-32.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-13 {
    padding: 40px 30px 40px 0px;
  }
  .section-dimension-32.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 30px;
    bottom: 40px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-2 {
    padding: 0px 0px 0px 30px;
  }
  .section-dimension-32.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-3 {
    padding: 40px 0px 0px 30px;
  }
  .section-dimension-32.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-10 {
    padding: 0px 30px 0px 30px;
  }
  .section-dimension-32.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 0px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-11 {
    padding: 40px 30px 0px 30px;
  }
  .section-dimension-32.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 30px;
    bottom: 0px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-6 {
    padding: 0px 0px 40px 30px;
  }
  .section-dimension-32.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-7 {
    padding: 40px 0px 40px 30px;
  }
  .section-dimension-32.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-14 {
    padding: 0px 30px 40px 30px;
  }
  .section-dimension-32.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 30px;
    bottom: 40px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-15 {
    padding: 40px 30px 40px 30px;
  }
  .section-dimension-32.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 30px;
    bottom: 40px;
    left: 30px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-32.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-32.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-33 .card-header {
    height: 40px;
  }
  .section-dimension-33 .card-footer {
    height: 40px;
  }
  .section-dimension-33 .card-left {
    width: 40px;
  }
  .section-dimension-33 .card-right {
    width: 50px;
  }
  .section-dimension-33 {
    min-height: 100px;
  }
  .section-dimension-33 {
    max-width: 200px;
  }
  .section-dimension-33 {
    min-width: 150px;
  }
  div.section-dimension-33.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-33.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-33.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-33.left-on-header .card-header {
    left: 40px;
  }
  div.section-dimension-33.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-33.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-33.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-33.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-33.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-33.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-33.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-33.left-on-footer .card-footer {
    left: 40px;
  }
  div.section-dimension-33.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-33.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-33.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-33.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-33.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-33.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-33.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-33.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-33.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-33.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-33.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-33.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-33.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-33.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-33.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-33.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-33.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-33.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-33.cpad-2 {
    padding: 0px 0px 0px 40px;
  }
  .section-dimension-33.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-3 {
    padding: 40px 0px 0px 40px;
  }
  .section-dimension-33.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 0px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-10 {
    padding: 0px 50px 0px 40px;
  }
  .section-dimension-33.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-11 {
    padding: 40px 50px 0px 40px;
  }
  .section-dimension-33.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 0px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-6 {
    padding: 0px 0px 40px 40px;
  }
  .section-dimension-33.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 40px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-7 {
    padding: 40px 0px 40px 40px;
  }
  .section-dimension-33.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 0px;
    bottom: 40px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-14 {
    padding: 0px 50px 40px 40px;
  }
  .section-dimension-33.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 40px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-15 {
    padding: 40px 50px 40px 40px;
  }
  .section-dimension-33.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
    bottom: 40px;
    left: 40px;
    height: auto !important;
    width: auto !important;
  }
  .section-dimension-33.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-33.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-34 .card-header {
    height: 40px;
  }
  .section-dimension-34 .card-footer {
    height: 40px;
  }
  .section-dimension-34 .card-left {
    width: 50px;
  }
  .section-dimension-34 .card-right {
    width: 50px;
  }
  .section-dimension-34 {
    min-height: 100px;
  }
  div.section-dimension-34.header-on-left .card-left {
    top: 40px;
  }
  div.section-dimension-34.header-on-left .card-header {
    left: 0px;
  }
  div.section-dimension-34.left-on-header .card-left {
    top: 0px;
  }
  div.section-dimension-34.left-on-header .card-header {
    left: 50px;
  }
  div.section-dimension-34.header-on-right .card-right {
    top: 40px;
  }
  div.section-dimension-34.header-on-right .card-header {
    right: 0px;
  }
  div.section-dimension-34.right-on-header .card-right {
    top: 0px;
  }
  div.section-dimension-34.right-on-header .card-header {
    right: 50px;
  }
  div.section-dimension-34.footer-on-left .card-left {
    bottom: 40px;
  }
  div.section-dimension-34.footer-on-left .card-footer {
    left: 0px;
  }
  div.section-dimension-34.left-on-footer .card-left {
    bottom: 0px;
  }
  div.section-dimension-34.left-on-footer .card-footer {
    left: 50px;
  }
  div.section-dimension-34.footer-on-right .card-right {
    bottom: 40px;
  }
  div.section-dimension-34.footer-on-right .card-footer {
    right: 0px;
  }
  div.section-dimension-34.right-on-footer .card-right {
    bottom: 0px;
  }
  div.section-dimension-34.right-on-footer .card-footer {
    right: 50px;
  }
  .section-dimension-34.cpad-1 {
    padding: 40px 0px 0px 0px;
  }
  .section-dimension-34.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-34.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  .section-dimension-34.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-34.cpad-9 {
    padding: 40px 50px 0px 0px;
  }
  .section-dimension-34.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-34.cpad-4 {
    padding: 0px 0px 40px 0px;
  }
  .section-dimension-34.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-34.cpad-5 {
    padding: 40px 0px 40px 0px;
  }
  .section-dimension-34.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-34.cpad-12 {
    padding: 0px 50px 40px 0px;
  }
  .section-dimension-34.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-34.cpad-13 {
    padding: 40px 50px 40px 0px;
  }
  .section-dimension-34.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-34.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  .section-dimension-34.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-34.cpad-3 {
    padding: 40px 0px 0px 50px;
  }
  .section-dimension-34.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-34.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  .section-dimension-34.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-34.cpad-11 {
    padding: 40px 50px 0px 50px;
  }
  .section-dimension-34.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-34.cpad-6 {
    padding: 0px 0px 40px 50px;
  }
  .section-dimension-34.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-34.cpad-7 {
    padding: 40px 0px 40px 50px;
  }
  .section-dimension-34.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-34.cpad-14 {
    padding: 0px 50px 40px 50px;
  }
  .section-dimension-34.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-34.cpad-15 {
    padding: 40px 50px 40px 50px;
  }
  .section-dimension-34.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-34.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  .section-dimension-34.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}

.tinted h1.title {
  color: white !important;
}

.title{
    color: #eb1e34;
}

button#menuButton {
  font-size: 1.5em;
  left: -0.5em;
}
.btnMenuItem {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  width: 90%;
  text-align: left;
}
@media all {
  .wrapping-col > .FirstPageMargin,
  .wrapping-col > .afScrollPanel > .FirstPageMargin {
    margin-left: 6px;
    margin-right: 6px;
  }
  .wrapping-col > .FirstPageMargin,
  .wrapping-col > .afScrollPanel > .FirstPageMargin {
    margin-left: 6px;
    margin-right: 6px;
  }
  .vertical-col > .FirstPageMargin,
  .vertical-col > .afScrollPanel > .FirstPageMargin {
    margin-left: 10px;
  }
  .vertical-col > .FirstPageMargin,
  .vertical-col > .afScrollPanel > .FirstPageMargin {
    margin-left: 10px;
  }
  .FirstPageMargin {
    margin-top: 20px;
  }
}
.footerMargins {
  margin: 0px 0px 0px 0px;
  background-color: rgba(6, 123, 186, 0);
}
.footerFacebook {
  text-align: center;
}
.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all {
  .charts-size {
    height: 250px;
  }
}
@media all {
  .roundCalculate {
    height: 50px !important;
    width: 100% !important;
    border-radius: 0px !important;
    text-align: center;
    background-color: #eb1e34;
    color: white;
  }
  .roundCalculate:hover {
      height: 50px !important;
      width: 100% !important;
      border-radius: 0px !important;
      text-align: center;
      background-color: #eb1e34;
      color: white;
  }
  .roundResetFields {
    background-color: #eb1e34;
    color: white;
    padding-left: 1em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    flex: 1 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    width: 90%;
  }
  
  .roundResetField {
    background-color: #eb1e34;
    color: white;
    padding-left: 1em;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    flex: 1 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    width: 100% !important;
  }
  .roundResetField:hover {
      background-color: #eb1e34;
      color: white;
      padding-left: 1em;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      flex: 1 0 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      width: 100% !important;
  }
  
}
.uib_row_1 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 320px) {
  .uib_col_6 {
    width: 50%;
  }
  .urow.cright > .uib_col_6 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_6 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_3 {
    width: 41%;
  }
  .urow:not(.cright) > .uib_col_3 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_3 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 320px) {
  .col-0_7-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_5-12 {
    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%;
}
