.collapsible {
  /*background-color: #f1f1f1;*/
  /*color: #444;*/
  margin-bottom: 4px;
  background-color: #1B1852;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  border: solid #ccc 1px;
  border-radius: 5px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  /*font-size: 13px;*/
  font-size: 14px;
  background-color: white;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapsible_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.collapsible_active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.collapsible_active, .collapsible:hover {
  background-color: #ccc;
  color: #1B1852;
}
/* ==================================================================================== */
/* Debug                                                                                */
/* ==================================================================================== */
.debug {
  width: 100%;
  margin: 10px 0;
  padding:10px;
  border:solid green 1px;
  border-radius:5px;
  color:Green;
  font-family: 'Courier New', sans-serif;
  font-size:8pt;
  text-align:left;
}

.debug_error {
  color: red;
}

/* ==================================================================================== */
/* Log                                                                                  */
/* ==================================================================================== */
.log {
  border-collapse:collapse;
  margin-bottom: 40px;
}

.log th {
  border: solid #CCC 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;

}
.log td {
  border: solid #CCC 1px;
  padding:10px;
  text-align: center;
}

/* ==================================================================================== */
/* Notes                                                                                */
/* ==================================================================================== */
.note, .note_red, .note_green, .note_blue {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
}

.note_red {
  color: red;
}

.note_green {
  color: green;
}

.note_blue {
  color: blue;
}

.noteInfo {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
  margin-bottom: 0;
  padding: 4px 12px;
  color: #333;
}

.note_web {
  background-color: #e7f3fe;
  border-left: 6px solid red;
  margin: 5px 0;
  padding: 4px 12px;
  color: green;
}

/* ==================================================================================== */
/* Warnings, errors, etc */
/* ==================================================================================== */
.warning {
  font-size:  0.8em;
  color: Red;
}

.message_green {
  min-height:30px;
  font-size:  0.8em;
  color: #008000;
}

@media screen and (max-width: 600px) {
  .message_green {
    min-height: 0;
  }
}

.message_red {
  font-size:  0.8em;
  color: red;
}

.message_blue {
  font-size:  0.8em;
  color: blue;
}

* {box-sizing: border-box;}

/* ==================================================================================== */
body, html {
  height: 100%;
  margin: 0;
padding-bottom: 30px;
  color: #666;
  background-color:white;
  /*font-family: "Arial Black", Arial, monospace;*/
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  /*line-height:200%;*/
  line-height:160%;
}

/* ==================================================================================== */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ==================================================================================== */
.container {
  margin:10px auto;
  max-width:960px;
}

.content {
  
}

/* ==================================================================================== */
header {
  padding:10px 0 0 0;
  text-align:left;
}

.logo, .log_sign {
  float: left;
  width: 50%;
  padding: 20px 0;
}

.logo {
  text-align: left;
}

.logo img{
  width: 100%;
  max-width: 250px;
  height: auto;
}

/*
.log_sign {
  text-align: right;
  border: solid green 1px;
}
*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.signup {
  margin-bottom:10px;
  padding:10px;
  background-color:#eee;
  border-radius: 5px;
  font-size: 0.9em;
  color: black;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
.log_sign {
  padding: 20px 0 35px 0;
}
*/
.log_sign ul {
/*
  margin: 0;
  padding: 0;
*/
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
}
.log_sign li {
  float:right;
  position: relative;
  /*padding: 0 10px 0 0;*/
  padding: 10px 10px 10px 0;
  margin-right: 10px;
  line-height: 18px;
  display: list-item;
  border-radius: 5px;
}
.log_sign ul a {
  text-decoration: none;
  display: block;
  padding: 10px;
  position: relative;
  color: #666;
  border-radius: 5px;
  background-color: #eee;
}
.log_sign ul a:hover{
  background-color: #FF9000;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
}

.sup {
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2em;
}
.sup a {
  padding: 10px;
  text-decoration: none;
  display: block;
  /*color: #666;*/
  color: blue;
  background-color: #eee;
  border-radius: 5px;
}
.sup a:hover{
  background-color: #FF9000;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
}


@media (max-width: 600px) {
  .sup {
  font-size: 1.2em;
  }
}


/* ==================================================================================== */
.banner {
  padding: 0;
}
.banner img {
  width: 100%;
  height: auto;
  border-radius:5px;
}

/* ==================================================================================== */
/* h1, h2, etc                                                                          */

/* ==================================================================================== */
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  color: #14628c;
  text-decoration: none;
}

/* ==================================================================================== */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* ==================================================================================== */

/* Scroll to top button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #FF9000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#topBtn:hover {
  background-color: #555;
}

/* ==================================================================================== */
/* Navigation                                                                           */
/* ==================================================================================== */
/* Navbar container */
.navbar {
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 200%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #666;
  text-align: center;
  /*padding: 6px 14px;*/
  padding: 6px 5px;
  text-decoration: none;
  border-radius: 5px;
}

.nav-active {
  background-color: #FF9000;
  color: white;
}

.navbar .icon {
    display: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 5px 0 0;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 12px;
  border: none;
  outline: none;
  color: #666;
  padding: 14px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  background-color: #ddd;
  min-width: 160px;
  box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #666;
  padding: 6px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-right: 0;
}

/* Add a background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #FF9000;
  color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  /*background-color: #ddd;*/
  background-color: #888;
}

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

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar.responsive .dropdown {float: none;}
  .navbar.responsive .dropdown-content {position: relative;}
  .navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* ==================================================================================== */
/* Side Navigation                                                                           */
/* ==================================================================================== */
.sidenav {
}

.sidenav a {
  position: fixed;
  left: -160px; /* Position them outside of the screen, was 160px*/
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 180px; /* Set a specific width, was 180px */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

.sidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
}

/* The about link: 20px from the top with a green background */
#side_1 {
  top: 20px;
  background-color: #4CAF50;
}

#side_2 {
  top: 80px;
  background-color: #2196F3; /* Blue */
}

#side_3 {
  top: 140px;
  background-color: #555 /* Light Black */
}

#side_4 {
  top: 200px;
  background-color: #f44336; /* Red */
}

/* ==================================================================================== */
/* Search                                                                               */
/* ==================================================================================== */
.search {
  float: right;
  /*max-width: 300px;*/
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: right;
}

.search input[type=text] {
  float: left;
  margin-top: 2px;
  width: 70%;
  padding: 6px 10px;
  background: #f1f1f1;
  font-size: 15px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.search .note{
  float: left;
  padding-left: 15px;
}

.search input:focus {
  outline: none;
}

.search button {
  float: left;
  margin-top: 2px;
  width: 10%;
  padding: 5px 10px;
  background: #2196F3;
  font-size: 17px;
  color: white;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.search button:hover {
  background: #0b7dda;
}

.search::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 600px) {
  .search {
    float: left;
    margin: 0 0 20px 0;
  }
}

/* ==================================================================================== */
.post {
  margin-bottom: 5px;
  padding: 0 20px;
  /*border: solid #eee 1px;*/
  border: solid #ccc 1px;
  border-radius: 5px;
  /*background-color: #f8f8f8;*/
}

.post .text {
  margin-bottom: 50px;
  text-align: justify;
}

.post_title{
  text-align: center;
  color: #FF9000;
}

.post_title h1{
  line-height: 150%;
}

/* ==================================================================================== */
.slice_list {
  padding-left: 20px;
  list-style-image: url('../images/slice_bullet2.png');
  line-height: 200%;
}

/* ==================================================================================== */
.group_box {
  width: 99%;
  margin-top: 5px;
  padding: 10px;
  border: solid #ccc 1px;
  border-radius: 5px;
  background-color: #eee;
}

/* ==================================================================================== */
table {
  border-collapse: collapse;
}

/* ==================================================================================== */
.dash_table {
  margin: 20px auto;
  border-collapse:collapse;
  border-radius: 5px;
  width: 100%;
  font-size: 0.8em;
  line-height: normal;
}

.dash_table th {
  font-weight:bold;
}

.dash_table td, .dash_table th {
  padding: 5px;
  text-align: center;
  border: solid #eee 1px;
}

.dash_table input[type=submit] {
  padding: 5px;
}

.dash_table img {
}

.dash_table img:hover {
  transform: scale(6); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: all 0.5s ;
  cursor: default;
}

/* ==================================================================================== */
.input_field {
  margin-top:10px;
  padding: 5px 0;
}

.input_field table{
  border-collapse:collapse;
}

.input_field td{
  padding: 0 10px;
}

/* ==================================================================================== */
input[type=submit]{
  background-color: #555;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker color */
input[type=submit]:hover {
  background-color: #FF9000;
}

input[type=text], input[type=email], input[type=password], select {
  width: 70%; /* Full width */
  padding: 5px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  /*margin: 5px 0 5px 10px;*/
  margin: 5px 0 5px 0;
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1em;
}

.profile table {
  border-collapse: collapse;
}
.profile table td {
  padding: 5px;
}

textarea{
  width: 70%; /* Full width */
  padding: 10px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 0; /* Add a top margin */
  margin-bottom: 0; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-size: 1em;
}

/* ==================================================================================== */
.tandc_table {
  width: 98%;
  border-collapse: collapse;
}
.tandc_table td {
  padding-bottom: 10px;
  vertical-align: top;
  text-align: justify;
}

/* ==================================================================================== */
.privacy_table{
  border-collapse: collapse;
  width:98%;
  font-size: 0.9em;
}
.privacy_table th, .privacy_table td {
  width: 33%;
  padding: 10px;
  border: solid #ccc 1px;
  line-height: 130%;
  vertical-align: top;
  text-align: left;%;
}
.privacy_table ul {
  margin: -12px 0;
  padding: 0 5px 5px 20px;
  list-style-type:lower-alpha;
}
.privacy_table li {
  margin: 0 0 -5px 0;
  padding: 0;
}
/* ==================================================================================== */
footer {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #1B1852;
  color: #ccc;
  text-align: center;
  font-size: 0.8em;
}

.fixed_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FF9000;
  color: white;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

/* ==================================================================================== */
/* callout_consent box */
.callout_consent {
  position: fixed;
  bottom: 35px;
  right: 20px;
  margin-left: 20px;
  max-width: 400px;
  border: solid #ccc 1px;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* callout_consent header */
.callout_consent_header {
  padding: 15px 15px;
  background: #008;
  font-size: 15px;
  color: white;
  border: solid #008 1px;
  border-radius: 5px 5px 0 0;
}

/* callout_consent container */
.callout_consent_container {
  padding: 10px 15px;
  background-color: #eee;
  color: black;
  font-size: 0.9em;
}

/* Close button */
.closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Change color on mouse-over */
.closebtn:hover {
  /*color: lightgrey;*/
  color: orange;
}

/* ==================================================================================== */
.shadow_box {
  Margin-top: 10px;
  Margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.tab_left {
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
}

.tab_left img {
  max-width: 100%;
  height: auto;
}

.tab_right {
  float: left;
  width: 70%;
  padding: 10px 20px 10px 40px;
  vertical-align: top;
}

.tab_right .tab_text{
  text-align: justify;
}

/* ==================================================================================== */
.tail {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  min-height: 15%;
  background-color: #ccc;
  color: black;
  text-align: center;
  /*background-color:#FF9000;*/
  background-color:#ccc;
  opacity:0.9;
}

/* ==================================================================================== */
.column1 {
  float: left;
  width: 33%;
  text-align: left;
}
.column1 h3 {
  font-weight: normal;
  font-size: 1.2em;
  padding-left:20px;
  color:#ccc;
}
.column1 ul {
  list-style-type:none;
  padding-left:20px;
}
.column1 ul a {
  text-decoration: none;
  color: #888;
  font-size: 1.1em;
}
.column1 ul a:hover {
  /*color: #eee;*/
  color: #FF9000;
  -webkit-transition: color 0.2s ease-in-out;
}


@media (max-width: 600px) {
  .column1 {
    width: 100%;
  }
}

/* ==================================================================================== */
.promo_column1 {
  float: left;
  width: 66%;
}
.promo_column2 {
  float: right;
  width: 33%;
}
.promo_box {
  /*width: 300px;*/
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: auto;
  padding: 10px 0;
  text-align: center;
  border: solid #ccc 1px;
  border-radius: 5px;
  background-color: #eee;
}

@media (max-width: 600px) {
  .promo_column1 {
    width: 100%;
    float: left;
  }
  .promo_column2 {
    width: 100%;
    float: left;
  }
  .promo_box {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }
}

/* ==================================================================================== */
.col_left {
  float: left;
  width:50%;
}

.col_right {
  float: right;
  width:50%;
}

@media screen and (max-width: 600px) {
  .col_left, .col_right {
    width:100%;
  }
}

/* ==================================================================================== */
[class*="footcol-"] {
  float: left;
  width: 33%;
  text-align: left;
}

[class*="footcol-"] h3 {
  font-weight: normal;
  font-size: 1.2em;
  padding-left:20px;
  color:#ccc;
}

[class*="footcol-"] ul {
  list-style-type:none;
  padding-left:20px;
}

[class*="footcol-"] ul a {
  text-decoration: none;
  color: #888;
  font-size: 1.1em;
}

[class*="footcol-"] ul a:hover {
  /*color: #eee;*/
  color: #FF9000;
  -webkit-transition: color 0.2s ease-in-out;
}

.footcol-1 {

}
.footcol-2 {

}
.footcol-3 {
}

@media (max-width: 600px) {
  [class*="footcol-"]{
    width: 100%;
    min-height: none;
  }
}

/* ==================================================================================== */
