html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  */
}

/*
$color_heading: #000000;
$color_Delimeters: #151515;
$color_tops: #FFFFFF;
$color_tops_background: #151515;
$color_bottoms: #EFEFEF;
$color_bottoms_background: #202020;
$color_Hinge: #151515;
*/
/*
$color_heading: #EEEEEE;
$color_Delimeters: #DDDDDD;
$color_tops: #222222;
$color_tops_background: #DDDDDD;
$color_bottoms: #333333;
$color_bottoms_background: #EEEEEE;
$color_Hinge: #222222;
*/
/*
$color_heading: #15344c;
$color_Delimeters: #15344c;
$color_tops: #bee1e8;
$color_tops_background: #15344c;
$color_bottoms: #d1e9ed;
$color_bottoms_background: #21455e;
$color_Hinge: #d6eef2;
*/
/********** Theme: color **********/
/* Font styles */
.flipdown.flipdown__theme-color {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
.flipdown.flipdown__theme-color .rotor-group-heading:before {
  color: #15344c;
}

/* Delimeters */
.flipdown.flipdown__theme-color .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-color .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #15344c;
}

/* Rotor tops */
.flipdown.flipdown__theme-color .rotor,
.flipdown.flipdown__theme-color .rotor-top,
.flipdown.flipdown__theme-color .rotor-leaf-front {
  color: #15344c;
  background-color: #bee1e8;
}

/* Rotor bottoms */
.flipdown.flipdown__theme-color .rotor-bottom,
.flipdown.flipdown__theme-color .rotor-leaf-rear {
  color: #21455e;
  background-color: #d1e9ed;
}

/* Hinge */
.flipdown.flipdown__theme-color .rotor:after {
  border-top: solid 1px #d6eef2;
}

.screen_0 {
  width: 100% !important;
  height: 100% !important;
  background: #FFFFFF;
  overflow: hidden;
  display: block !important;
}

.screen_0_MOB {
  width: 100% !important;
  height: 2850px !important;
  background: #FFFFFF;
  overflow: scroll;
  display: block !important;
}

.screen_0_panel_0_Image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-size: cover;
}

.screen_0_panel_0_NoImage {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #cccccc;
  background-position: center bottom;
  background-image: none;
}

.videoArrow {
  width: 164px !important;
  height: 106px !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  padding: 0px;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.col {
  padding: 0px;
  margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

.dropdown-toggle::after {
  border: none;
}

.dropdown-item {
  font-size: 18px !important;
}

.dropdown-item-font12 {
  font-size: 13px !important;
  font-weight: bold;
}