html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #996699;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #7a527a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #996699; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #996699;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(138, 92, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #996699;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #734d73; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html, body, div, span, h1, p, blockquote, em, img, ins, kbd, q, s, samp, small, strong, var, b, u, i, center, ul, li, form, label, article, footer, header, hgroup, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

body {
  background-color: #313567;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18pt;
  line-height: 1.75em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #3a3939; }

h1, h2 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.75em; }

h2 {
  font-size: 1.25em;
  letter-spacing: 6.5px; }

a {
  transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
  text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
  text-decoration: none;
  border-bottom: dotted 1px rgba(53, 184, 143, 0.5); }
  a:hover {
    border-bottom-color: rgba(53, 184, 143, 0); }

p, ul {
  margin-bottom: 1em; }

header {
  margin-bottom: 1em; }
  header p {
    display: block;
    margin: 0.5em 0 0 0;
    padding: 0 0 1.5em 0; }

footer {
  margin-top: 1em; }

/* List */
ul {
  list-style: none; }
  ul.icons a {
    border: 0; }
  ul.actions li {
    margin: 1em 0 0 0.5em; }

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1140px; }
  @media only screen and (max-width: 1680px) {
    .container {
      width: 960px; } }
  @media only screen and (max-width: 1080px) {
    .container {
      width: 95%; } }

.box {
  border-radius: 5px;
  position: relative;
  margin-top: 9em;
  margin-bottom: 0; }
  .box:after {
    content: '';
    display: block;
    position: absolute;
    top: -9em;
    left: 50%;
    height: 9em;
    border-left: solid 1px #fff; }
  .box:before {
    content: '';
    display: block;
    width: 90px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -4.5em;
    margin-left: -45px;
    margin-top: -33px;
    background-image: url("../images/arrow.svg") no-repeat; }
  .box :last-child {
    margin-bottom: 0; }
  .box.style1 {
    background: #fff;
    padding: 4.5em; }
  .box.style1 .image {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #313567;
    overflow: hidden; }
  .box.style1 .image img {
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    height: 100%;
    width: auto; }
  .box.style1.right .image {
    left: 0; }
  .box.style1.right .image img {
    right: 0; }
  .box.style1.right .inner {
    margin-left: 50%;
    padding-left: 3em; }
  .box.style1.left .image {
    right: 0; }
  .box.style1.left .image img {
    left: 0;
    border-radius: 0 5px 5px 0; }
  .box.style1.left .inner {
    margin-right: 50%;
    padding-right: 3em; }
  .box.style2 {
    text-align: center; }
  .box.style2 header {
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    padding: 2em 3em 2em 3em;
    margin: 0; }
  .box.style2 header p {
    padding: 0; }
  .box.style2 .inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: solid 1px #fff; }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both; }

.card {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px #4d4d4d;
  cursor: pointer;
  flex-basis: 13em;
  flex-grow: 1;
  margin: 0 1em 1.5em 1em;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .card .card-image {
    height: 100%;
    overflow: hidden; }
    .card .card-image img {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      opacity: 1;
      transition: all 0.2s ease-in-out;
      width: 100%; }
  .card .card-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em;
    transition: all 0.2s ease-in-out; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    cursor: pointer; }
    .card:focus img, .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f7f7f7; }
    .card:active .card-header {
      background-color: #f7f7f7; }

#header {
  position: relative;
  color: #fff;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 0;
  padding: 6em 0 4em 0;
  cursor: default; }
  #header header {
    display: inline-block;
    padding: 0 0 1.5em 0; }
    #header header h1 {
      font-weight: 600;
      font-size: 2em;
      letter-spacing: 10px; }
    #header header p {
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      color: rgba(255, 255, 255, 0.75);
      text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 3px;
      padding: 0;
      margin-top: 0.35em; }
      #header header p:before {
        content: '';
        display: block;
        border-top: solid 1px rgba(255, 255, 255, 0.5);
        margin: 4px 0 0.8em 0; }
    #header header footer {
      position: absolute;
      bottom: 9em;
      margin: 0;
      width: 100%; }
      #header header footer:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -9em;
        left: 50%;
        height: 9em;
        border-left: solid 1px #fff; }
      #header header footer:before {
        content: '';
        display: block;
        width: 90px;
        height: 66px;
        position: absolute;
        left: 50%;
        bottom: -4.5em;
        margin-left: -45px;
        margin-bottom: -33px;
        background: url("images/arrow.svg") no-repeat; }

#banner {
  position: relative;
  color: #fff;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  text-align: center;
  background: #999 url(".../images/banner.svg") bottom center no-repeat;
  padding: 2em 0 2em 0;
  margin: 0;
  background-size: 125% auto; }
  #banner ul {
    margin-bottom: 0; }
  #banner .button {
    color: #999;
    text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25); }
  #banner header {
    margin: 0 0 1em 0; }
  #banner header h2 {
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: 8px; }
  #banner footer {
    margin: 2em 0 0 0; }
  #banner a {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5); }
  #banner a:hover {
    border-bottom-color: rgba(255, 255, 255, 0); }

.image {
  display: inline-block;
  border: 0; }
  .image img {
    display: block;
    width: 100%; }
  .image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0; }
  .image.fit {
    display: block;
    width: 100%; }
  .image.left {
    float: left;
    margin: 0 2em 2em 0; }
  .image.centered {
    display: block;
    margin: 0 0 2em 0; }
  .image.centered img {
    margin: 0 auto;
    width: auto; }

#form-style {
  background-color: #313567;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 75%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 45px;
  outline-color: none;
  text-shadow: none;
  color: #fff; }
  #form-style:focus {
    outline-color: none; }

#alternate-option {
  display: inline-block;
  margin-top: 25px; }

input[type="button"],
button,
.button {
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  position: relative;
  display: inline-block;
  background: #E27423;
  color: #fff;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  text-align: center;
  border-radius: 3em;
  font-weight: 400;
  padding: 0.75em 1.5em 0.75em 1.5em;
  -webkit-appearance: none; }

input[type="button"]:hover,
button:hover,
.button:hover {
  background: #45c89f; }

input[type="button"].style2,
button.style2,
.button.style2 {
  color: #3a3939;
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-appearance: none; }

input[type="button"].style2:hover,
button.style2:hover,
.button.style2:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25) !important;
  -webkit-appearance: none; }

#profile-submit-btn {
  position: static;
  float: right;
  clear: right;
  margin-bottom: 35px;
  margin-top: 0;
  margin-right: 25px; }
  @media only screen and (max-width: 736px) {
    #profile-submit-btn {
      display: none; } }

.button-group {
  position: static;
  padding-bottom: 0;
  margin-left: 25px; }
  @media only screen and (max-width: 736px) {
    .button-group {
      padding-bottom: 50px;
      margin-left: 0; } }
  .button-group input {
    display: none; }
  .button-group label {
    margin-bottom: 0;
    margin-right: 0;
    float: left; }
    @media only screen and (max-width: 736px) {
      .button-group label {
        width: 25%;
        font-size: .75rem; } }
    .button-group label .button-group-item {
      background: #fff;
      border-left: 1px solid silver;
      border-radius: 0;
      border-right: 1px solid silver;
      color: gray;
      cursor: pointer;
      display: inline-block;
      font-size: 1em;
      font-weight: normal;
      line-height: 1;
      padding: 0.75em 1em;
      width: 100%; }
      @media screen and (min-width: 900px) {
        .button-group label .button-group-item {
          border-bottom: 1px solid silver;
          border-left: 0;
          border-right: 1px solid #eeeeee;
          border-top: 1px solid silver;
          width: auto; } }
      .button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
        background-color: #f7f7f7; }
    .button-group label:first-child .button-group-item {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-top: 1px solid silver; }
      @media screen and (min-width: 900px) {
        .button-group label:first-child .button-group-item {
          border-bottom-left-radius: 3px;
          border-left: 1px solid silver;
          border-top-left-radius: 3px;
          border-top-right-radius: 0; } }
    .button-group label:last-child .button-group-item {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom: 1px solid silver; }
      @media screen and (min-width: 900px) {
        .button-group label:last-child .button-group-item {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 3px;
          border-right: 1px solid silver;
          border-top-right-radius: 3px; } }
    .button-group label input:checked + .button-group-item {
      background: #996699;
      border: 1px solid #6b476b;
      box-shadow: inset 0 1px 2px #7a527a;
      color: white; }

.timer {
  background-color: #DEE0E1;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  padding: 0 0 10px 10px;
  margin: 0 0 -20px 0; }
  .timer h1 {
    text-align: center;
    font-size: 2.45em;
    letter-spacing: 0px;
    padding: 3px;
    font-weight: 100; }
  .timer #start, .timer #stop, .timer #reset {
    background-color: #fff;
    color: #333;
    margin: 0 4px;
    padding: 25px 12px;
    min-width: 75px;
    border-radius: 50%;
    font: 200;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @media only screen and (max-width: 840px) {
      .timer #start, .timer #stop, .timer #reset {
        min-width: 40px;
        max-width: 70px; } }
    .timer #start:hover, .timer #stop:hover, .timer #reset:hover {
      transform: scale(1.05); }
    .timer #start:disabled, .timer #stop:disabled, .timer #reset:disabled {
      color: #999; }
  .timer #start {
    color: green; }
  .timer #stop {
    color: red; }

#footer {
  position: relative;
  color: #fff;
  text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
  text-align: center;
  margin: 4.5em 0 0 0; }
  #footer:after {
    content: '';
    display: block;
    position: absolute;
    top: -4.5em;
    left: 50%;
    height: 4.5em;
    border-left: solid 1px #fff; }
  #footer a {
    color: #fff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    border-bottom-color: rgba(255, 255, 255, 0.5); }
    #footer a:hover {
      color: #35b88b;
      text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
      border-bottom-color: rgba(53, 184, 143, 0.5); }
  #footer .icons {
    padding: 0.75em 2em 0.75em 2em;
    border-radius: 3em;
    border: solid 1px #fff;
    display: inline-block;
    margin: 0 0 3em 0; }

.completed {
  color: #CED0D2; }
  .completed button, .completed input, .completed button:hover, .completed button:focus, .completed [type='button']:hover, .completed [type='button']:focus, .completed [type='reset']:hover, .completed [type='reset']:focus, .completed [type='submit']:hover, .completed [type='submit']:focus {
    color: #CED0D2;
    background-color: #fff;
    border: 1px solid #CED0D2; }
  .completed p {
    color: #CED0D2; }

@media only screen and (max-width: 1680px) {
  body, input, textarea, select {
    font-size: 16pt; } }

@media only screen and (max-width: 1080px) {
  #banner {
    padding: 2em 0 2em 0;
    background-size: auto, 175% auto; } }

@media only screen and (max-width: 840px) {
  body {
    background-color: #313567;
    font-size: 14pt; }
  input, textarea, select {
    font-size: 14pt; }
  h2 {
    line-height: 1.5em; }
  header p {
    margin: 0.25em 0 0 0;
    padding: 0 0 0.5em 0; }
  .box {
    position: relative; }
    .box.style1 .image img {
      border-radius: 5px 5px 0 0;
      position: absolute; }
  #banner {
    padding: 3.5em;
    background-size: 200% auto; }
  #banner br {
    display: none; } }

@media only screen and (max-width: 736px) {
  * {
    text-shadow: none !important; }
  body, input, textarea, select {
    line-height: 1.5em;
    font-size: 12pt;
    letter-spacing: 0; }
  h2 {
    font-size: 1.25em;
    letter-spacing: 4px; }
  input[type="button"],
  button,
  .button {
    padding: 0.75em 0 0.75em 0;
    width: 100%;
    max-width: 120px; }
  .box {
    margin-top: 4.5em; }
    .box:after {
      top: -4.5em;
      height: 4.5em; }
    .box.style1 {
      padding: 0;
      text-align: center; }
    .box.style1 .image {
      position: relative !important;
      left: 0 !important;
      width: 100% !important;
      height: auto !important; }
    .box.style1 .image img {
      position: relative;
      width: 100%; }
    .box.style1 .inner {
      margin: 0 !important;
      padding: 2em 1.25em 2em 1.25em !important; }
  #header {
    padding: 6em 0 6em 0; }
    #header header {
      padding-left: 2em;
      padding-right: 2em; }
    #header header h1 {
      font-size: 1.75em;
      letter-spacing: 6px; }
    #header footer {
      bottom: 4.5em;
      padding: 0 2em 0 2em; }
      #header footer:after {
        bottom: -4.5em;
        left: 50%;
        height: 4.5em; }
      #header footer:before {
        width: 45px;
        height: 33px;
        bottom: -2.25em;
        margin-left: -22.5px;
        margin-bottom: -16.5px;
        background-size: 45px 33px; }
  #banner {
    padding: 3em 2em 3em 2em;
    background-size: auto 150%; }
    #banner header {
      margin: 0 0 1em 0; }
      #banner header h2 {
        font-size: 1.5em;
        letter-spacing: 6px; } }

.toast-title {
  font-weight: 700; }

.toast-message {
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8; }

.toast-top-center .toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-close-button:focus .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8; }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #45c89f; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4; }

.toast {
  opacity: 1 !important; }

.toast.ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear; }

.toast.ng-enter.ng-enter-active {
  opacity: 1 !important; }

.toast.ng-leave {
  opacity: 1;
  transition: opacity .3s linear; }

.toast.ng-leave.ng-leave-active {
  opacity: 0 !important; }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
