
/**********************  WHITE ROTATOR OVERRIDES ******************/

.chameleon_slider.sirius {
  font-family: inherit !important;
  background-color: #FFF !important;
}

.chameleon_slider.sirius .scrollable_box {
  background: #FFF !important;
  padding: 40px 20px 0 !important;
}

.chameleon_slider.sirius .scrollable_box .viewport h2,
.chameleon_slider.sirius .scrollable_box .viewport h2 a {
  font-family: inherit !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  color: #f39c12 !important;
}


.chameleon_slider.sirius.white .scrollable_box .viewport a.btn_cta {
  color: #FFF !important;
}

.chameleon_slider.sirius .scrollable_box .viewport p {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  margin-bottom: 20px !important;
}

.chameleon_slider.sirius .pagination .pages_container li {
  background: none !important;
  background-color: #d7d7d7 !important;
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
}

.chameleon_slider .pagination .pages_container li.current {
  background-color: #f39c12 !important;
}

.chameleon_slider .scrollable_box .viewport .overview {
    padding:0 15px 0 0 !important;
  }

@media screen and (max-width: 991px) {

  .chameleon_slider.sirius {
  height: auto !important;
  }
  
  .chameleon_slider .main_panel .items_wrapper .item_container {
  width: 100% !important;
  }
  
  .chameleon_slider .main_panel {
  width: 100% !important;
  position: static !important;
  clear: both !important;
  }
  
  .chameleon_slider.sirius .scrollable_box {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  padding: 20px 25px 25px !important;
  position: static !important;
  clear: both !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important
  }
  
  .chameleon_slider.sirius .scrollable_box .viewport {
  max-height: none !important;
  }
  
  .chameleon_slider.sirius .pagination {
  right: 50% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {

  .chameleon_slider.sirius .pagination {
  bottom: 0 !important;
  }
}

/************************* END HERO OVERRIDES ********************* */


<style type="text/css">
    .divTable
    {
        display:  table;
        width:auto;
        background-color:#ffffff;
        border:1px solid  #666666;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }

    .divRow
    {
       display:table-row;
       width:auto;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
       width:200px;
        background-color:#ffffff;
    }
</style>


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 26px;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/************************* ACCORDION STYLE OVERRIDES ********************* */

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}
/************************* END ACCORDION STYLE OVERRIDES ********************* */


.left {
float: left;
padding: 0 20px 20px 0;
}


