.dark {
  /* title */
  /* body text styles */
  /* dividers */
  /* radio buttons */
  /* checkboxes & toggles */
  /* input fields */
  /* buttons */
  /* list items */
  /* drop-down list  */
}

.dark h1, .dark h2 {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark p, .dark li {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark hr {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=radio] + label:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=radio] + label:focus span {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=checkbox] + label:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=checkbox] + label:focus span {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=checkbox]:checked + label span:before {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=checkbox].toggle + label span {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=text], .dark input[type=search] {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark textarea {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=button].secondary, .dark input[type=submit].secondary {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=button].secondary:focus, .dark input[type=submit].secondary:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=button].secondary:hover, .dark input[type=submit].secondary:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark input[type=button].secondary:active, .dark input[type=submit].secondary:active {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark .list li:hover:before {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark .list li:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark .list li:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark .list li.selected:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.dark .dropdown label {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast {
  /* title */
  /* body text styles */
  /* dividers */
  /* radio buttons */
  /* checkboxes & toggles */
  /* input fields */
  /* buttons */
  /* list items */
  /* drop-down list  */
}

.contrast h1, .contrast h2 {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast p, .contrast li {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast hr {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=radio] + label:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=radio] + label:focus span {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=checkbox] + label:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=checkbox] + label:focus span {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=checkbox]:checked + label span:before {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=checkbox].toggle + label span {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=text], .contrast input[type=search] {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast textarea {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=button].secondary, .contrast input[type=submit].secondary {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=button].secondary:focus, .contrast input[type=submit].secondary:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=button].secondary:hover, .contrast input[type=submit].secondary:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast input[type=button].secondary:active, .contrast input[type=submit].secondary:active {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast .list li:hover:before {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast .list li:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast .list li:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast .list li.selected:focus {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.contrast .dropdown label {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

/* COLORS */
/* OPACITIES */
/* SIZES */
/* FONT FAM */
/* WEIGHTS */
/* zero out */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* icon font */
@font-face {
  font-family: 'skypeicons';
  src: url("icons/SkypeAssets-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'skypeicons';
  src: url("icons/SkypeAssets-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: calc(1em*0.625);
  font-family: Segoe UI;
}

/* title */
h1 {
  color: #16233a;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.2rem;
}

h1 strong {
  font-weight: 600;
}

h2 {
  color: #16233a;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
}

h2 strong {
  font-weight: 600;
}

h3 {
  color: #535c6d;
  opacity: 0.74;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8rem;
}

/* body text styles */
p, li {
  color: #16233a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0rem;
}

p strong, li strong {
  font-weight: 700;
}

a {
  color: #5558af;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 2.0rem;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
  color: #4a5098;
}

.caption {
  color: #535c6d;
  opacity: 0.74;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.iconLabel {
  color: #535c6d;
  opacity: 0.74;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

/* dividers */
hr {
  border-top: 0.2rem;
  border-color: #dee0e3;
}

/* radio buttons */
input[type=radio] {
  display: none;
}

input[type=radio] + label:focus {
  outline: none;
  font-weight: 600;
  color: #16233a;
}

input[type=radio] + label span {
  display: inline-block;
  margin-top: 0.1rem;
  margin-bottom: -0.1rem;
  margin-right: 0.8rem;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid;
  border-color: #535c6d;
  border-radius: 0.6rem;
}

input[type=radio]:checked + label span {
  border: 0;
  background-color: #5558af;
  width: 1.2rem;
  height: 1.2rem;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:focus {
  outline: none;
  font-weight: 600;
  color: #16233a;
}

input[type=checkbox] + label span {
  display: inline-block;
  margin-bottom: -0.3rem;
  margin-top: 0.3rem;
  margin-right: 0.8rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid;
  border-color: #535c6d;
}

input[type=checkbox] + label:focus span {
  border-color: #16233a;
}

input[type=checkbox]:checked + label span {
  border: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #5558af;
}

input[type=checkbox]:checked + label span:before {
  margin-top: -0.1rem;
  margin-left: 0.2rem;
  float: left;
  font-family: 'skypeicons';
  font-style: normal;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  speak: none;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: '\e412';
}

input[type=checkbox].toggle + label span {
  margin-bottom: -0.5rem;
  margin-top: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-right: 2.3rem solid;
  border-left: 0.3rem solid;
  border-top: 0.3rem solid;
  border-bottom: 0.3rem solid;
  border-color: #abb0b8;
  background-color: #fff;
}

input[type=checkbox].toggle:checked + label span {
  border-left: 2.3rem solid;
  border-right: 0.3rem solid;
  border-color: #7fb800;
}

input[type=text], input[type=search] {
  height: 3.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  outline: none;
  border: 0;
  background-color: #eef1f5;
  color: #16233a;
  font-family: Segoe UI;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0rem;
  border-bottom: 0.2rem solid;
  border-color: #eef1f5;
}

input[type=text] {
  height: 3rem;
}

input[type=text]:focus {
  border-color: #5558af;
}

input[type=search]:focus {
  border-color: #5558af;
}

/* checkboxes & toggles */
/* input fields */
textarea {
  resize: none;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  outline: none;
  border: 0;
  background-color: #eef1f5;
  color: #16233a;
  font-family: Segoe UI;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0rem;
  border-bottom: 0.2rem solid;
  border-color: #eef1f5;
}

textarea:focus {
  border-color: #5558af;
}

/* buttons */
input[type=button], input[type=submit] {
  outline: none;
  border: 0;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  height: 3.2rem;
  background-color: #5558af;
  color: #fff;
  font-family: Segoe UI;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.0rem;
}

input[type=button]:hover, input[type=submit]:hover {
  background-color: #4a5098;
}

input[type=button]:focus, input[type=submit]:focus {
  background-color: #5558af;
  border: 0.3rem solid #16233a;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

input[type=button]:active, input[type=submit]:active {
  background-color: #5054a3;
}

input[type=button].secondary, input[type=submit].secondary {
  border: 0.2rem solid;
  border-width: 0.2rem;
  border-color: #abb0b8;
  background-color: #fff;
  color: #16233a;
}

input[type=button].secondary:focus, input[type=submit].secondary:focus {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  border: 0.2rem solid;
  border-width: 0.3rem;
  border-color: #5558af;
  background-color: #fff;
  color: #16233a;
}

input[type=button].secondary:hover, input[type=submit].secondary:hover {
  background-color: #abb0b8;
  color: #16233a;
}

input[type=button].secondary:active, input[type=submit].secondary:active {
  border-color: #868d99;
  background-color: #868d99;
  color: #16233a;
}

/* list items */
.list li {
  padding-top: 0.6rem;
  display: block;
  height: 2.6rem;
  cursor: default;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.list li:hover {
  color: #fff;
  background-color: #5558af;
}

.list li:hover:before {
  color: #fff;
}

.list li:focus {
  color: #fff;
  background-color: #5558af;
  outline: none;
}

.list li:active {
  background-color: #4a5098;
}

.list li.selected {
  background-color: #dddeef;
}

.list li.selected:focus {
  color: #fff;
  background-color: #5558af;
  outline: none;
}

.list li.selected:hover {
  background-color: #5558af;
}

/* drop-down list  */
.dropdown {
  display: inline-block;
}

.dropdown label {
  display: block;
  min-width: 16.4rem;
  border: 0.2rem solid;
  border-color: #eef1f5;
  height: 2.4rem;
  padding-top: 0.8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: #eef1f5;
  font-family: Segoe UI;
  font-size: 1.4rem;
  font-weight: 400;
  color: #16233a;
  border-radius: 0;
}

.dropdown label:focus {
  outline: none;
  border-color: #5558af;
}

.dropdown .list {
  position: absolute;
  margin-top: -3.6rem;
  display: inline-block;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
  min-width: 19.1rem;
  z-index: 1;
}

.dropdown label:after {
  display: block;
  float: right;
  font-family: 'skypeicons';
  font-style: normal;
  font-size: 1.6rem;
  color: #535c6d;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  content: '\e41e';
}
