@charset "UTF-8";
/*
  Browsers resets and base typography.
*/
/* Core module CSS variable definitions */
:root {
  --fore-color: #3f565f;
  --secondary-fore-color: #677f84;
  --back-color: #eee;
  --secondary-back-color: #f0f0f0;
  --blockquote-color: #f9c577;
  --pre-color: #1565c0;
  --border-color: #ddd;
  --bordersp-color: #0f7789;
  --secondary-border-color: #ddd;
  --heading-ratio: 1.19;
  --universal-margin: 0.5rem;
  --universal-padding: 0.5rem;
  --universal-border-radius: 0.125rem;
  --a-link-color: #0093B1;
}

html {
  font-size: 16px;
}

a, b, del, em, i, ins, q, span, strong, u {
  font-size: 1em;
}

html, * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

* {
  font-size: 1rem;
}

*:focus {
outline: none;
}

body {
  margin: 0;
  color: var(--fore-color);
  background: var(--back-color);
}

details {
  display: block;
}

summary {
  display: list-item;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

input {
  overflow: visible;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: calc(1.5 * var(--universal-margin)) var(--universal-margin);
  font-weight: 500;
  overflow:hidden;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
  color: var(--secondary-fore-color);
}

h1 {
    font-weight: 600;
  font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio));
  overflow-wrap: break-word;
}

h2 {
    font-weight: 600;
  font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio));
    overflow-wrap: break-word;
}

h3 {
  font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio));
    overflow-wrap: break-word;
}

h4 {
  font-size: calc(1rem * var(--heading-ratio));
    overflow-wrap: break-word;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: calc(1rem / var(--heading-ratio));
  line-height: 1.65rem;
}

p {
  margin: var(--universal-margin);
}

p span{
    color:#777;
}

ol, ul {
  margin: var(--universal-margin);
  padding-left: calc(2 * var(--universal-margin));
  list-style-position: inside;
}

b, strong {
  font-weight: 700;
}

hr {
  box-sizing: content-box;
  border: 0;
  line-height: 1.25em;
  margin: var(--universal-margin);
  height: 0.0625rem;
  background: linear-gradient(to right, transparent, var(--border-color) 20%, var(--border-color) 80%, transparent);
}

blockquote {
  display: block;
  position: relative;
  font-style: italic;
  margin: var(--universal-margin) 0 0.5rem 0.5rem;
  padding-top: calc(2 * var(--universal-padding));
  border: 0.0625rem solid #eee;
  border-left: 0.50rem solid #eee;
}

blockquote:before {
  position: absolute;
  top: calc(0rem - var(--universal-padding));
  left: 0;
  font-family: sans-serif;
  font-size: 3rem;
  font-weight: 700;
  content: "\201c";
  color: #ccc;
}

blockquote[cite]:after {
  font-style: normal;
  font-size: 0.75em;
  font-weight: 700;
  content: "\a—  " attr(cite);
  white-space: pre;
}

code{
font-family: monospace;
font-size: 0.9em;
font-weight: bold;
word-break:break-word;
}

code span{
font-family: monospace;
color:#000;
font-size:1.25em;
}
small, sup, sub, figcaption {
  font-size: 0.75em;
}
smallest {
  font-size: 0.6em;
  color:#cacaca;
}
a {
  text-decoration: none;
}

a:link {
  color: var(--a-link-color);
}

a:hover, a:focus{
  text-decoration: underline;
      outline: none;
}

nav {
  background: var(--nav-back-color);
  color: var(--nav-fore-color);
  border: 0.0625rem solid var(--nav-border-color);
  border-radius: var(--universal-border-radius);
  margin: var(--universal-margin);
}

nav * {
  padding: var(--universal-padding) calc(1.5 * var(--universal-padding));
}

nav a, nav a:visited {
  display: block;
  color: var(--nav-link-color);
  border-radius: var(--universal-border-radius);
  transition: background 0.3s;
}

nav a:hover, nav a:focus, nav a:visited:hover, nav a:visited:focus {
  text-decoration: none;
  background: var(--nav-hover-back-color);
}

nav .sublink-1 {
  position: relative;
  margin-left: calc(2 * var(--universal-padding));
}

nav .sublink-1:before {
  position: absolute;
  left: calc(var(--universal-padding) - 1 * var(--universal-padding));
  top: -0.0625rem;
  content: '';
  height: 100%;
  border: 0.0625rem solid var(--nav-border-color);
  border-left: 0;
}

nav .sublink-2 {
  position: relative;
  margin-left: calc(4 * var(--universal-padding));
}

nav .sublink-2:before {
  position: absolute;
  left: calc(var(--universal-padding) - 3 * var(--universal-padding));
  top: -0.0625rem;
  content: '';
  height: 100%;
  border: 0.0625rem solid var(--nav-border-color);
  border-left: 0;
}
.newsIcon a:hover{
 	color: #fce700;
background-color: rgba(0,0,0, 0);
}

a:visited {
color: inherit;
}

.outurl a {
color: #00798e;
font-size: 0.9rem;
text-decoration-line: underline;
text-decoration-style: dotted;
overflow:hidden;
text-overflow: ellipsis;
word-break: break-word;
padding:0.5rem;
}

.outurl a:hover {
color: #005b6d;
}

.muted{
    color:#a6b3b5;
    line-height:1.15rem;
}

.p-content{
      margin:2em 6em;
      text-align:left;
      font-size:0.85rem;
}
.p-content p,.p-content li,.p-content span{
    font-size:0.85rem;
}
.p-content a{
    font-size:inherit;
    text-decoration:underline;
    overflow-wrap: break-word;
}


/*
  Definitions for the grid system, cards and containers.
*/
.container {
margin: -4rem auto 0 auto;
padding: 1.5rem 1rem 5rem 1rem;
background: #fff;
border-radius: 0.25rem;
max-width: 1080px;
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
min-height: calc(100vh - 27rem);
}

.container-sm{
    max-width:600px;
    margin:auto;
}


.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
}

.col-sm,
[class^='col-sm-'],
[class^='col-sm-offset-'],
.row[class*='cols-sm-'] > * {
  box-sizing: border-box;
  flex: 0 0 auto;
  /*padding: 0 calc(var(--universal-padding) / 2);*/
}

.col-sm,
.row.cols-sm > * {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.col-sm-1,
.row.cols-sm-1 > * {
  max-width: 8.33333%;
  flex-basis: 8.33333%;
}

.col-sm-offset-0 {
  margin-left: 0;
}

.col-sm-2,
.row.cols-sm-2 > * {
  max-width: 16.66667%;
  flex-basis: 16.66667%;
}

.col-sm-offset-1 {
  margin-left: 8.33333%;
}

.col-sm-3,
.row.cols-sm-3 > * {
  max-width: 25%;
  flex-basis: 25%;
}

.col-sm-offset-2 {
  margin-left: 16.66667%;
}

.col-sm-4,
.row.cols-sm-4 > * {
  max-width: 33.33333%;
  flex-basis: 33.33333%;
}

.col-sm-offset-3 {
  margin-left: 25%;
}

.col-sm-5,
.row.cols-sm-5 > * {
  max-width: 41.66667%;
  flex-basis: 41.66667%;
}

.col-sm-offset-4 {
  margin-left: 33.33333%;
}

.col-sm-6,
.row.cols-sm-6 > * {
  max-width: 50%;
  flex-basis: 50%;
}

.col-sm-offset-5 {
  margin-left: 41.66667%;
}

.col-sm-7,
.row.cols-sm-7 > * {
  max-width: 58.33333%;
  flex-basis: 58.33333%;
}

.col-sm-offset-6 {
  margin-left: 50%;
}

.col-sm-8,
.row.cols-sm-8 > * {
  max-width: 66.66667%;
  flex-basis: 66.66667%;
}

.col-sm-offset-7 {
  margin-left: 58.33333%;
}

.col-sm-9,
.row.cols-sm-9 > * {
  max-width: 75%;
  flex-basis: 75%;
}

.col-sm-offset-8 {
  margin-left: 66.66667%;
}

.col-sm-10,
.row.cols-sm-10 > * {
  max-width: 83.33333%;
  flex-basis: 83.33333%;
}

.col-sm-offset-9 {
  margin-left: 75%;
}

.col-sm-11,
.row.cols-sm-11 > * {
  max-width: 91.66667%;
  flex-basis: 91.66667%;
}

.col-sm-offset-10 {
  margin-left: 83.33333%;
}

.col-sm-12,
.row.cols-sm-12 > * {
  max-width: 100%;
  flex-basis: 100%;
}

.col-sm-offset-11 {
  margin-left: 91.66667%;
}

.col-sm-normal {
  order: initial;
}

.col-sm-first {
  order: -999;
}

.col-sm-last {
  order: 999;
}

@media screen and (min-width: 768px) {
  .col-md,
  [class^='col-md-'],
  [class^='col-md-offset-'],
  .row[class*='cols-md-'] > * {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0 calc(var(--universal-padding) / 2);
  }
  .col-md,
  .row.cols-md > * {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-md-1,
  .row.cols-md-1 > * {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-2,
  .row.cols-md-2 > * {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-3,
  .row.cols-md-3 > * {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-4,
  .row.cols-md-4 > * {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-5,
  .row.cols-md-5 > * {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-6,
  .row.cols-md-6 > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-7,
  .row.cols-md-7 > * {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-8,
  .row.cols-md-8 > * {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-9,
  .row.cols-md-9 > * {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-10,
  .row.cols-md-10 > * {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-11,
  .row.cols-md-11 > * {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-12,
  .row.cols-md-12 > * {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-normal {
    order: initial;
  }
  .col-md-first {
    order: -999;
  }
  .col-md-last {
    order: 999;
  }
}

@media screen and (min-width: 1280px) {
  .col-lg,
  [class^='col-lg-'],
  [class^='col-lg-offset-'],
  .row[class*='cols-lg-'] > * {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0 calc(var(--universal-padding) / 2);
  }
  .col-lg,
  .row.cols-lg > * {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-lg-1,
  .row.cols-lg-1 > * {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-2,
  .row.cols-lg-2 > * {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-3,
  .row.cols-lg-3 > * {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-4,
  .row.cols-lg-4 > * {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-5,
  .row.cols-lg-5 > * {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-6,
  .row.cols-lg-6 > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-7,
  .row.cols-lg-7 > * {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-8,
  .row.cols-lg-8 > * {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-9,
  .row.cols-lg-9 > * {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-10,
  .row.cols-lg-10 > * {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-11,
  .row.cols-lg-11 > * {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-12,
  .row.cols-lg-12 > * {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-normal {
    order: initial;
  }
  .col-lg-first {
    order: -999;
  }
  .col-lg-last {
    order: 999;
  }
}

/* Card component CSS variable definitions */
:root {
  --card-back-color: #fff;
  --card-fore-color: #333;
  --card-border-color: #ddd;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  position: relative;
  width: 100%;
  background: var(--card-back-color);
  color: var(--card-fore-color);
  border: 0.0625rem solid var(--card-border-color);
  border-radius: var(--universal-border-radius);
  margin: var(--universal-margin);
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  .card {
    max-width: 320px;
  }
}

.card > .section {
  background: var(--card-back-color);
  color: var(--card-fore-color);
  box-sizing: border-box;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 0.0625rem solid var(--card-border-color);
  padding: var(--universal-padding);
  width: 100%;
}

.card > .section.media {
  height: 200px;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.card > .section:last-child {
  border-bottom: 0;
}

/*
	 Custom elements for card elements.
*/
@media screen and (min-width: 240px) {
  .card.small {
    max-width: 240px;
  }
}

@media screen and (min-width: 480px) {
  .card.large {
    max-width: 480px;
  }
}

.card.fluid {
  max-width: 100%;
  width: auto;
}

.card.warning {
  --card-back-color: #ffca28;
  --card-border-color: #e8b825;
}

.card.error {
  --card-back-color: #b71c1c;
  --card-fore-color: #f8f8f8;
  --card-border-color: #a71a1a;
}

.card > .section.dark {
  --card-back-color: #e0e0e0;
}

.card > .section.double-padded {
  padding: calc(1.5 * var(--universal-padding));
}
.double-margin{
 margin: calc(2 * var(--universal-padding));    
}
.double-padded{
 padding: calc(2 * var(--universal-padding));    
}
.padded{
 padding: calc(1 * var(--universal-padding));    
}

/*
  Definitions for forms and input elements.
*/
/* Input_control module CSS variable definitions */
:root {
  --form-back-color: #fcfcfc;
  --form-fore-color: #999;
  --form-border-color: #ddd;
  --input-back-color: #fff;
  --input-fore-color: #999;
  --input-border-color: #ccc;
  --input-focus-color: #0093B1;
  --input-invalid-color: #d32f2f;
  --button-back-color: #109972;
  --button-hover-back-color: #1fb382;
  --button-fore-color: #212121;
  --button-border-color: transparent;
  --button-hover-border-color: transparent;
  --button-group-border-color: rgba(124, 124, 124, 0.54);
}

fieldset {
  border: 0.0625rem solid var(--form-border-color);
  border-radius: var(--universal-border-radius);
  margin: calc(var(--universal-margin) / 4);
  padding: var(--universal-padding);
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  font-weight: 700;
  padding: calc(var(--universal-padding) / 2);
}

label {
  padding: calc(var(--universal-padding) / 2) var(--universal-padding);
}

.input-group {
  display: inline-block;
}

.input-group.fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group.fluid.redirect input{
    text-align:center;
    color:#999;
}

.input-group.fluid > input {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0px;
}

@media screen and (max-width: 767px) {
  .input-group.fluid {
    align-items: stretch;
    flex-direction: column;
  }
}

.input-group.vertical {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.input-group.vertical > input {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0px;
}

input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"],
[type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select {
font-weight: 700;
font-size:0.85rem;
  box-sizing: border-box;
  background: var(--input-back-color);
  color: var(--input-fore-color);
  border: 0.0625rem solid var(--input-border-color);
  border-radius: var(--universal-border-radius);
  margin: calc(var(--universal-margin) / 2);
  padding: var(--universal-padding) calc(1.5 * var(--universal-padding));
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus {
  border-color: var(--input-focus-color);
  box-shadow: none;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):invalid, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus:invalid, textarea:invalid, textarea:focus:invalid, select:invalid, select:focus:invalid {
  border-color: var(--input-invalid-color);
  box-shadow: none;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"])[readonly], textarea[readonly], select[readonly] {
  background: var(--secondary-back-color);
}

input[type='file']{
    cursor: pointer;
}

select {
  max-width: 100%;
}

option {
  overflow: hidden;
  text-overflow: ellipsis;
}

[type="checkbox"], [type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  height: calc(1rem + var(--universal-padding) / 2);
  width: calc(1rem + var(--universal-padding) / 2);
  vertical-align: text-bottom;
  padding: 0;
  flex-basis: calc(1rem + var(--universal-padding) / 2) !important;
  flex-grow: 0 !important;
    cursor:pointer;
}

[type="checkbox"]:checked:before, [type="radio"]:checked:before {
  position: absolute;
}

[type="checkbox"]:checked:before {
  content: '\2713';
  font-family: sans-serif;
font-size: 1.5rem;
top: -0.5rem;
  left: calc(var(--universal-padding) / 4);
  color:#109972;
}

[type="radio"] {
  border-radius: 100%;
}

[type="radio"]:checked:before {
  border-radius: 100%;
  content: '';
  top: calc(0.0625rem + var(--universal-padding) / 2);
  left: calc(0.0625rem + var(--universal-padding) / 2);
  background: var(--input-fore-color);
  width: 0.5rem;
  height: 0.5rem;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type="button"], [type="submit"], [type="reset"],
a.button, label.button, .button,
a[role="button"], label[role="button"], [role="button"] {
  display: inline-block;
  background: var(--button-back-color);
  color: var(--button-fore-color);
  border: 0.0625rem solid var(--button-border-color);
  border-radius: var(--universal-border-radius);
  padding: calc(0.65 * var(--universal-padding)) calc(1.5 * var(--universal-padding)) var(--universal-padding) calc(1.5 * var(--universal-padding));
  margin: var(--universal-margin);
  text-decoration: none;
  cursor: pointer;
}

button:hover, [type="button"]:hover, [type="submit"]:hover,[type="reset"]:hover,
a.button:hover, label.button:hover, .button:hover,
a[role="button"]:hover, label[role="button"]:hover, [role="button"]:hover {
  background: var(--button-hover-back-color);
  border-color: var(--button-hover-border-color);
}

input:disabled, input[disabled], textarea:disabled, textarea[disabled], select:disabled, select[disabled], button:disabled, button[disabled], .button:disabled, .button[disabled], [role="button"]:disabled, [role="button"][disabled] {
  cursor: not-allowed;
  opacity: 0.75;
}

input::placeholder{
    color:#bbb;
    font-weight:600;
}
.button-group {
  display: flex;
  border: 0.0625rem solid var(--button-group-border-color);
  border-radius: var(--universal-border-radius);
  margin: var(--universal-margin);
}

.button-group > button, .button-group [type="button"], .button-group > [type="submit"], .button-group > [type="reset"],
.button-group > .button, .button-group > [role="button"] {
  margin: 0;
  max-width: 100%;
  flex: 1 1 auto;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.button-group > :not(:first-child) {
  border-left: 0.0625rem solid var(--button-group-border-color);
}

@media screen and (max-width: 767px) {
  .button-group {
    flex-direction: column;
  }
  .button-group > :not(:first-child) {
    border: 0;
    border-top: 0.0625rem solid var(--button-group-border-color);
  }
}

/*
	 Custom elements for forms and input elements.
*/
button.primary, [type="button"].primary, [type="submit"].primary, [type="reset"].primary, .button.primary, [role="button"].primary {
  --button-back-color: #1d8ca3;
  --button-fore-color: #fff;
}

button.primary:hover, button.primary:focus, [type="button"].primary:hover, [type="button"].primary:focus, [type="submit"].primary:hover, [type="submit"].primary:focus, [type="reset"].primary:hover, [type="reset"].primary:focus, .button.primary:hover, .button.primary:focus, [role="button"].primary:hover, [role="button"].primary:focus {
  --button-hover-back-color: #1a788c;
}

button.secondary, [type="button"].secondary, [type="submit"].secondary, [type="reset"].secondary, .button.secondary, [role="button"].secondary {
  --button-back-color: #109972;
  --button-fore-color: #fff;
}

button.secondary:hover, button.secondary:focus, [type="button"].secondary:hover, [type="button"].secondary:focus, [type="submit"].secondary:hover, [type="submit"].secondary:focus, [type="reset"].secondary:hover, [type="reset"].secondary:focus, .button.secondary:hover, .button.secondary:focus, [role="button"].secondary:hover, [role="button"].secondary:focus {
  --button-hover-back-color: #1fb382;
}

button.tertiary, [type="button"].tertiary, [type="submit"].tertiary, [type="reset"].tertiary, .button.tertiary, [role="button"].tertiary {
  --button-back-color: #f75252;
  --button-fore-color: #fff;
}

button.tertiary:hover, button.tertiary:focus, [type="button"].tertiary:hover, [type="button"].tertiary:focus, [type="submit"].tertiary:hover, [type="submit"].tertiary:focus, [type="reset"].tertiary:hover, [type="reset"].tertiary:focus, .button.tertiary:hover, .button.tertiary:focus, [role="button"].tertiary:hover, [role="button"].tertiary:focus {
  --button-hover-back-color: #ed3b3b;
}

button.inverse, [type="button"].inverse, [type="submit"].inverse, [type="reset"].inverse, .button.inverse, [role="button"].inverse {
  --button-back-color: #fafafa;
  --button-fore-color: #1a788c;
}

button.inverse:hover, button.inverse:focus, [type="button"].inverse:hover, [type="button"].inverse:focus, [type="submit"].inverse:hover, [type="submit"].inverse:focus, [type="reset"].inverse:hover, [type="reset"].inverse:focus, .button.inverse:hover, .button.inverse:focus, [role="button"].inverse:hover, [role="button"].inverse:focus {
  --button-hover-back-color: #eee;
}

button.small, [type="button"].small, [type="submit"].small, [type="reset"].small, .button.small, [role="button"].small {
  padding: calc(0.5 * var(--universal-padding)) calc(0.75 * var(--universal-padding));
  margin: var(--universal-margin);
}

button.large, [type="button"].large, [type="submit"].large, [type="reset"].large, .button.large, [role="button"].large {
  padding: calc(1.5 * var(--universal-padding)) calc(2 * var(--universal-padding));
  margin: var(--universal-margin);
}

/*
  Definitions for navigation elements.
*/
/* Navigation module CSS variable definitions */
:root {
  --header-back-color: #009ebe;
  --header-hover-back-color: #1c91a9;
  --header-fore-color: #fff;
  --header-border-color: #1c91a9;
  --nav-back-color: #eee;
  --nav-hover-back-color: #e1e1e1;
  --nav-fore-color: #1a788c;
  --nav-border-color: #ddd;
  --nav-link-color: #1a788c;
  --footer-fore-color: #bbb;
  --footer-back-color: #3d4d51;
  --footer-border-color: #2f3c3f;
  --footer-link-color: #bbb;
  --drawer-back-color: #fff;
  --drawer-hover-back-color: #f0f0f0;
  --drawer-border-color: #ddd;
  --drawer-close-color: #444;
}


.header {
height: 7.75rem;
border-top: 0.1875rem solid #3d4d51;
overflow: hidden;
padding: 0px 15px 25px 15px;
background: var(--header-back-color);
background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQYV2NkmLfvPwMIfP3MwMDNC2aC2Iy4JSZvhOhAA3h04LQDh1EAuVMdmWLUWVAAAAAASUVORK5CYII=
    ) repeat;
  color: var(--header-fore-color);
  border-bottom: 0.0625rem solid #fff;
}
.hd-con{
    margin: 0 auto;
    max-width:1080px;
}
.topnav {
      float: right;
  overflow: hidden;
}

.topnav a{
float: left;
padding: 5px 10px 10px 10px;
color: #FFF;
text-align: center;
border-radius: 5px;
margin: 25px 10px 0px 0px;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
text-shadow: 0px -2px #05829C;
}

.topnav a:hover {
    background-color: #0186a0;
	color: #fce700;
text-shadow: 0px -2px #00798e;
}


.nav-icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
padding: 5px 10px 10px 10px;
color: #FFF;
text-align: center;
border-radius: 5px;
margin: 27px 10px 0px 0px;
font-size: 0.9rem;
font-weight: 600;
background-color:inherit;
text-shadow: 0px -2px #05829C;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0186a0;
  min-width: 9rem;
  border-radius: 5px;
  z-index: 1000;
}

.dropdown-content a {
  float: none;
  color: #FFF;
  padding: 0.75rem;
  margin:0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn, .sidenav a:hover {
    background-color: #0186a0;
	color: #fce700;
	text-shadow: 0px -2px #00798e;
}

.dropdown-content a:hover {
  background-color: #005b6d;
  color: #FFF;
  text-shadow: 0px -2px #00505e;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav-icon a{
    color:#FFF;
}

.lang,.langsm{
    margin-left:2rem;
    line-height:1rem;
}

.langsm {
  display: none;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1201; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
background: var(--header-back-color);
background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKUlEQVQYV2NkmLfvPwMIfP3MwMDNC2aC2Iy4JSZvhOhAA3h04LQDh1EAuVMdmWLUWVAAAAAASUVORK5CYII=
    ) repeat;
  color: var(--header-fore-color);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align:center;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 2rem;
  margin-left: 50px;
}



@media screen and (max-width: 480px) {
.header .hd-con img{
   max-width:55%;
    height:auto;
    margin-top:0.5rem;
}
}

footer {
  background: #ddd;
  color: #999;
  margin-top: -1rem;
  padding: calc(3 * var(--universal-padding)) var(--universal-padding) calc(20 * var(--universal-padding)) var(--universal-padding);
  font-size: 0.875rem;
}

.foo-con{
    margin:0 auto;
    max-width:1080px;
}

footer a:link, footer a:visited {
  color: #999;
  font-size: calc(1rem / var(--heading-ratio));
}

footer a:hover, footer a:visited:hover {
  color: #777;
}

header.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1101;
  top: 0;
}

footer.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1101;
  bottom: 0;
}

.top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
z-index: 1101;
}

.bottom-sticky {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1101;
background: #fff;
padding: 0.5rem 0;
margin-top: -2rem;
border-top: 0.0625rem solid #7aa582;
box-shadow: 0px -0.0625rem 0.25rem 0.125rem #ddd;
}

.bottom-sticky-g {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1101;
margin: 0.5rem auto 0 auto;
background: #efefef;
padding-top: 0.33rem;
border: 0.0625rem solid #cfcfcf;
max-width: 738px;
}

.bottom-right-sticky{
position: sticky;
bottom: 0;
z-index: 1101;
max-width: 180px;
float: right;
}

.centered{
	text-align:center;
}

.hdark{
    color: #004459;
    font-weight:600;
}

.uline{
text-decoration: dotted underline;
}

#result{
	text-align:center;
}
.bordered{
	border: 0.0625rem solid var(--border-color);
	border-radius: var(--universal-border-radius);
}
.beige{
    background:#F5F5DC;
    border-radius: var(--universal-border-radius);
}

.bg{
border: 0.0625rem solid #e1e1e1;
border-radius: var(--universal-border-radius);
max-width: 262px;
margin: 1rem auto 1.25rem auto;
background: #fcfcfc;
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
}

.infobg{
border: 0.0625rem solid #e1e1e1;
border-radius: var(--universal-border-radius);
line-height:2.25rem;
background: #fcfcfc;
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
min-height:250px;
margin-left:0.5rem;
text-align:center;
}

.shadowed{
box-shadow: 0 4px 8px 0 rgba(0,0,0,.03),0 1px 14px rgba(0,0,0,.07),0 3px 18px 0 rgba(67,94,131,.15);
}

.info{
	border: 0.0625rem solid #28b772;
	border-radius: var(--universal-border-radius);
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
	background:#f4f9f7;
	color:#637567;
	font-size:0.8rem;
	padding: calc(2 * var(--universal-padding));
}
.warn{
border: 0.0625rem solid #d3c15d;
border-radius: var(--universal-border-radius);
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
background: #fcfaf2;
color: #7c7967;
font-size: 0.8rem;
padding: calc(2 * var(--universal-padding));
}

.borderedbtn{
	border: 0.1250rem solid var(--bordersp-color);
	border-radius: var(--universal-border-radius);
	box-shadow: 0 0 0.25rem rgba(28,140,163,0.5);
}
.highlight{
   border: 0.0625rem solid #ddd;
border-radius: var(--universal-border-radius);
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
}

.filetype{
background-image: url(../images/filetype.png);
background-repeat: no-repeat;
height: 100px;
padding: 62px 0 0 38px;
margin: 20px 0 0 20px;
color: #777;
font-size: 1rem;
text-transform: uppercase;
}

.larger{
padding: calc(2 * var(--universal-padding));
margin: calc(var(--universal-padding));
font-size: calc(0.9rem * var(--heading-ratio));
overflow-wrap: break-word;
word-break: break-word;
min-width:280px;
}

.wider{
	padding: var(--universal-padding) calc(3 * var(--universal-padding));
}

.icon {
    display: inline-flex;
    align-self: center;
}
.icon svg{
    fill: currentColor;
}

.icon.baseline1 svg{
	height: 1.125rem;
    width: 1.125rem;
    top: .125rem;
    position: relative;
}
.icon.baseline2 svg{
	height: 1rem;
    width: 1rem;
    top: .2rem;
    position: relative;
}

.icon.baseline3 svg {
    height: 1.5rem;
    width: 1.5rem;
    top: 0.3rem;
    position: relative;
}
.icon.baseline4 svg {
    height: 1rem;
    width: 1rem;
    top: 0.3rem;
    position: relative;
}

#copy-button{
background: #fcfcfc;
min-width: 8rem;
border: 0.125rem dotted #bbb;
color: #59686b;
font-size: 0.8rem;
font-weight: 600;
margin: 0.25rem;
line-height: 1.15rem;
}
#copy-button:hover{
    background:#fff;
    border:0.125rem dotted #aaa;
color: #3e4749;
}
#link-copy-1,#link-copy-2,#link-copy-3,#link-copy-4,#link-copy-5,#link-copy-6,#btn2{
background-color:#f1f1f1;
color: #333;
cursor: pointer;
border-radius: 0.125rem;
font-size: 0.75rem;
min-width:110px;
line-height:1.15rem;
min-height:2.25rem;
}
#link-copy-1:hover,#link-copy-2:hover,#link-copy-3:hover,#link-copy-4:hover,#link-copy-5:hover,#link-copy-6:hover,#btn2:hover,#link-copy-1:active,#link-copy-2:active,#link-copy-3:active,#link-copy-4:active,#link-copy-5:active,#link-copy-6:active,#link-copy-1:focus,#link-copy-2:focus,#link-copy-3:focus,#link-copy-4:focus,#link-copy-5:focus,#link-copy-6:focus,#btn2:active{
background-color: #d9ead7;
color:#111;
}

.link-cb{
    margin-right: 1rem;
    cursor:pointer;
}
.link-cb [type="checkbox"],.p-content [type="checkbox"]{
  vertical-align: middle;
}

#passcheck{
    text-align:center;
    padding: 2rem 1.5rem 2rem 1rem;
}
#passcheck input{
    width:100%;
    text-align:center;
}
.mlink a,.mlink a:visited{
    font-weight:600;
    line-height:2rem;
    color:#0093B1;
    overflow-wrap: break-word;
}
.mlink a:hover{
    color:#00778e;
}
.errortxt{
    color:red;
}
.status-btn{
    display: inline-block;
padding: var(--universal-padding) calc(2 * var(--universal-padding));
}
.staus-btn.success{
border: 0.0625rem solid #26A018;
border-radius: var(--universal-border-radius);
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
background: #E7FACE;
color: #26A018;
    }
.id_Success{
color : #29A086;
}
.id_Failed{
color : #FEA39F;
}
.id_Uploading{
color : #83c484;
}
.id_Retrying{
color : #c9a96a;
}

.error{
    color:#F08480;
}
.error a{
    color:#F08480;
}
.success{
    color:#29A086;
}
.successful{
color: #fff;
background: #159f65;
border-radius: 0.125rem;
font-size: 0.9rem;
}
.successful a,.unsuccessful a{
    color: #fff;
    text-decoration:underline;
}
.unsuccessful{
    color: #fff;
    background: #d15953;
    border-radius: 0.125rem;
    font-size:0.9rem;
}

.unsuccessful li, .successful li{
    font-size:0.9rem;
}

.information{
    color: #fff;
    background: #e5ba39;
    border-radius: 0.125rem;
    font-size:0.85rem;
}

.mirrorinfo{
    color:#aaa;
    font-style:italic;
}

#to_top{
    cursor:pointer;
    text-decoration:none;
}
#hellobar-bar {
    width: 100%;
    margin: 0;
    height: 2rem;
    display: table;
    font-size: 1rem;
    padding: .33rem .5rem;
    color: #5c5e60;
    top:0;
    z-index:10;
    background-color: #fff9ce;
}
#hellobar-bar.regular {
    height: 2rem;
    font-size: 1rem;
    padding: .2rem .5rem;
}
.hb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.hb-text-wrapper {
    margin-right: .67rem;
    display: inline-block;
    line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 0.3rem 0;
    color: #ffffff;
    background-color: #22af73;
    border-color: #22af73;
}
.hb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5rem;
    max-width: 22.5rem;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75rem auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.hb-cta-button .hb-text-holder {
    border-radius: inherit;
    padding: 0.33rem 1rem;
}
.hb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.hb-close-wrapper .icon-close {
    font-size: 1rem;
    top: 1rem;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 1rem;
    z-index: 100;
    text-decoration: none;
}

.right{
    text-align:right;
}
.left{
    text-align:left;
}
.extra-top{
    margin-top:calc(2 * var(--universal-padding));
}
.extra-bottom{
    margin-bottom:calc(2 * var(--universal-padding));
}
.extra-left{
    margin-left:calc(2 * var(--universal-padding));
}
.extra-right{
    margin-right:calc(2 * var(--universal-padding));
}

.local_up{
display:block;
 margin:1.2rem 0.5rem 0.5rem 0;
 padding:0.65rem 1rem;
 background: #eee;
 border-bottom: 0.125rem solid #eee;
 border-top-left-radius:0.125rem;
 border-top-right-radius:0.125rem;
 cursor:pointer;
 font-size:0.75rem;
 font-weight:bold;
 float:right;
 text-decoration:none;
}

.remote_up{
display:block;
 margin:1.2rem 0 0.5rem 0.5rem;
 padding:0.65rem 1rem;
 background: #eee;
 border-bottom: 0.125rem solid #eee;
 border-top-left-radius:0.125rem;
 border-top-right-radius:0.125rem;
 cursor:pointer;
 font-size:0.75rem;
  font-weight:bold;
 float:left;
 text-decoration:none;
}
.local_up a,.remote_up a{
  color:#333;   
}

.local_up:hover,.remote_up:hover{
 background: #f7f7f7;
 text-decoration:none;
}

.local_up a:hover,.remote_up a:hover,.local_up a:focus,.remote_up a:focus{
 text-decoration:none; 
}

.active{
 background: #f7f7f7;
 border-bottom: 0.125rem solid #1894AE;
 color:#1894AE;
}


.up_btn{
	padding: calc(1.5 * var(--universal-padding)) calc(4.5 * var(--universal-padding));
  font-size: 1rem;
  font-weight:bold;
      color: #fff;
    background-color: #109972;
    border: 0.125rem solid #0d8964;
    width:95%;
    max-width:476px;
}
.up_btn:hover,.up_btn:active{
    background-color: #1fb382;
    border:0.125rem solid #109972;
}

.m_host{
margin: -2rem 0 0 2.5rem;
font-size: 0.8rem;
font-weight:bold;
display: block;
color:#59686b;
}
.maxsize{
font-size: 0.6rem;
color: #aaa;
display: block;
margin: -1.5rem 0 0rem 2.5rem;
}
.mcheck1{
    padding-top:1rem;
    border: 0.0625rem #fff;
	border-radius: var(--universal-border-radius);
}
.mcheck2{
    margin-top:1rem;
    border: 0.0625rem solid var(--border-color);
	border-radius: var(--universal-border-radius);
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
}
.mcheck1 label {
    cursor:pointer;
    margin-top:1rem;
}
.mcheck2 label{
    cursor:pointer;
}

.mcheck2 h6{
    text-align:center;
    padding:0.5rem 0;
    background:#e3f4f7;
    margin: 0 0 1.5rem 0;
}
.mcheck2 a{
    color:#1894AE;
    font-weight:bold;
    text-decoration:underline;
}
.mcheck2 #miralert label{
    cursor:not-allowed;
}
.mcheck2 #miralert label .m_host{
    color:#aaa;
}
.opt_toggle{
    cursor:pointer;
    color:#1894AE;
}
.faqquestion{
    cursor:pointer;
    color:#1894AE;
    font-weight:bold;
}
.faqanswer {
    border-left: solid 0.25rem #ddd;
    padding-left: 1rem;
}
.expandall {
    background-color: #F1F1F1;
    padding: 0.5rem;
    text-align: center;
    color: #555;
    font-size: 0.75rem;
    text-shadow: 0 1px 0 #fff;
    border: 0.0625rem solid #EEE;
    border-radius: 0.125rem;
    cursor: pointer;
}
.expandall:hover {
    background-color: #EEE;
    color: #444;
    border: 0.0625rem solid #E1E1E1;
}

.mh_menu ul {
 list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-bottom:0.0625rem solid #e1e1e1;
}
.mh_menu li{
display:inline;
}
.mh_menu li a {
  display: inline-block;
  background:#f7f7f7;
  border-top-left-radius:0.125rem;
 border-top-right-radius:0.125rem;
  color:#666;
  text-align: center;
  padding:0.5rem 1.5rem;
  text-decoration: none;
  font-size:0.85rem;
  font-weight:600;
  margin:0rem 0.25rem;
}
.mh_menu li a:hover {
  color:#fff;
  background:#1894AE;
}

.mv_menu ul {
list-style-type: none;
padding: 0;
overflow: hidden;
background: #fff;
}

.mv_menu li {
	display: block;
	text-align: center;
	padding: 0.75rem;
	background: #f7f7f7;
	font-weight: 600;
	font-size: 0.85rem;
	color: #00768F;
	border-bottom: 1px solid #e1e1e1;
}

.mv_menu a{
  text-decoration: none;
}
.mv_menu li:hover {
  color:#fff;
  background:#1894AE;
}

.member_hdr{
background: #137488;
color: #fff;
padding: 0.5rem;
  border-top-left-radius:0.125rem;
 border-top-right-radius:0.125rem;
text-align: center;
font-size: 0.85rem;
font-weight: bold;
margin:0.5rem;
}

.sub_hdr {
background: #ddd;
color: #333;
padding: 0.5rem;
text-align: left;
font-size: 0.85rem;
font-weight: bold;
margin:0.5rem;
}

.details{
font-size:0.75rem;
}
.odd{
font-weight:bold;
background:#eee;
color:#59686b;
padding:0.6rem;
margin:0.5rem;
font-size:0.85rem;
}
.even{
background:#fafafa;
color:#59686b;
padding:0.5rem; 
margin:0.5rem;
font-size:0.85rem;
}
.ft-rt{
    float:right;
}
.ft-rt a{
    color:#fff;
    font-weight:normal;
}

.get_btn{
border-radius: 0.2rem;
padding: 0.5rem 1.5rem 0.75rem 1.5rem;
font-size: 0.9rem;
margin: 0.55rem 0 0 0;
color: #fff;
font-weight: bold;
background-color: #109972;
box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.03);
}

.get_btn:hover,.get_btn:active{
    background-color: #1fb382;
}

.infotxt{
color:#aaa;
font-size:0.7rem;
}

.infotxt a{
color:#1894AE;
text-decoration:underline;
}
.infotxt span{
    margin:0;
}

.left-txt{
padding:0.9rem 0.5rem;
margin:0.25rem;
background:#fafafa;
color:#59686b;
font-size:0.85rem;
text-align:right;
}

.right-txt{
padding:0.25rem;
margin:0.25rem;
background:#fafafa;
text-align:left;
}

.right-txt label input{
margin:0.6rem;
cursor:pointer;
}

.right-txt [type="radio"]{
  vertical-align: middle;
}

.smgreen{
background-color: #28c2b3;
color: #fff;
padding: 0.05rem 0.25rem;
font-size: 0.75rem;
border-radius: 0.0625rem;
}

#btn1 {
background-color: #1d8da4;
color: #fff;
border: 0.0625rem solid #1a798d;
cursor: pointer;
padding: 0.125rem;
text-align: center;
font: 0.75rem "helvetica neue", helvetica, arial, sans-serif;
border-radius: 0.0625rem;
}

#btn1:hover {
background-color: #0e5564;
color: #fff;
border: 0.0625rem solid #0c4955;
}

.gbox_list{
    font-size:0.8rem;
    padding:0.25rem;
}


.stream{
font-size: 0.75rem;
display: block;
margin-top: -1.75rem;
color:#aaa;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1202; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(47,60,63,0.75); /* color w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
/*margin: 5% auto;*/
padding: 1rem;
width: 80%;
max-width: 1068px;
color: #333;
line-height: 1.5rem;
overflow-wrap: break-word;
border-radius: 0.25rem;
box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1),0 0.2rem 0.4rem rgba(0,0,0,0.1),0 0.4rem 0.8rem rgba(0,0,0,0.1);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
max-height: 90%;
overflow-y: auto;
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 2rem;
margin: -1rem 0 0 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.x_close a{
position: relative;
float: right;
padding-right: 0.3rem;
font-size: 0.70rem;
cursor: pointer;
text-decoration:none;
color:#777;
}

.x_close a:hover{
color:black;
text-decoration:none;
}

#dot{
height: 0.4rem;
width: 0.4rem;
background-color: #fce700;
border-radius: 50%;
display: inline-block;
position: relative;
top: -0.75rem;
right: 0.25rem;
}

.code_wrap{
background: #fcfcfc;
padding: 0.5rem;
margin:0.5rem;
border: 0.0625rem solid #ccc;
border-radius:0.125rem;
color:#555;
}
#surls{
    color: #333;
    font-size: 1rem;
    line-height: 2rem;
}

progress {
  border: 0 none;
  background: #ddd;
  border-radius: 14px;
}
progress::-moz-progress-bar {
  border-radius: 12px;
background: rgb(23,156,184);
background: linear-gradient(90deg, rgba(23,156,184,1) 0%, rgba(0,177,81,1) 100%);

}

.dl-width{
    max-width:980px;
}
.remote{
    max-width:476px;
}
/* webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  progress {
    height: 12px;
  }
}
progress::-webkit-progress-bar {
    background: transparent;
}  
progress::-webkit-progress-value {  
  border-radius: 12px;
background: rgb(23,156,184);
background: linear-gradient(90deg, rgba(23,156,184,1) 0%, rgba(0,177,81,1) 100%);
} 

@media screen and (max-width: 920px) {
.main-nav {
    display: none;
  }
 .dropdown-content {
     min-width:5rem;
}
.lang {
    display: none;
  }
.nav-icon {display: block;}
.langsm {
    display: inline;
  }
.p-content{
margin:0.5rem;}
.mh_menu li a{
    padding:0.5rem;
    margin:0.5rem 0 0 0;
}
.left-txt{
    text-align:left;
}
}

.lboard{
    width:728px;
    margin:auto;
}
.mrect{
    width:300px;
    margin:auto;
}

@media screen and (max-width: 479px) {
	.smcentered{
	    text-align:center;
	}
	.hiddensm{
	    display:none;
	}
	.get_btn{
	 padding:0.5rem 1rem;
	 margin-top: -0.5rem;
	}
	.infobg{
	    margin-left:0;
	}
}
@media screen and (min-width: 480px) {
	.hiddenmd{
	    display:none;
	}
}
@media screen and (min-width: 768px) {
   	.hiddenlg{
		display:none;
	} 
}
@media screen and (max-width: 1240px) {
	.hiddensb{
	    display:none;
	}
}