﻿@import url("site.css");
@font-face {
  font-family: fa-solid-900;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
  src: url("/fonts/fa-solid-900.eot") format("embedded-opentype");
  src: url("/fonts/fa-solid-900.ttf") format("truetype");
  src: url("/fonts/fa-solid-900.woff") format("woff"); }

@font-face {
  font-family: fa-regular-400;
  src: url("/fonts/fa-regular-400.woff2") format("woff2");
  src: url("/fonts/fa-regular-400.eot") format("embedded-opentype");
  src: url("/fonts/fa-regular-400.ttf") format("truetype");
  src: url("/fonts/fa-regular-400.woff") format("woff"); }

@font-face {
  font-family: sourcesanspro-light;
  src: url("../fonts/sourcesanspro-light.ttf") format("truetype"); }

@font-face {
  font-family: sourcesanspro-regular;
  src: url("../fonts/sourcesanspro-regular.ttf") format("truetype"); }

@font-face {
  font-family: sourcesanspro-semibold;
  src: url("../fonts/sourcesanspro-semibold.ttf") format("truetype"); }

/* #region Variables */
/* #endregion Variables */
/* #region Mixins */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* #endregion Mixins */
/* #region Global */
* {
  border-radius: 0 !important; }

h1, h2, h3, h4, h5 {
  color: #555; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

a {
  color: #29ABE2;
  text-decoration: none; }

a:hover, a:active {
  color: #1a8dbe;
  text-decoration: dotted; }

body {
  background: white;
  color: #534741;
  font-family: sourcesanspro-regular, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  /*min-width: 597px;*/
  overflow: auto;
  margin-bottom: 100px; }

header {
  background-color: #534741;
  background-image: url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
  color: white;
  height: 130px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
  width: 100%;
  text-align: center; }
  header .brand {
    background: -moz-linear-gradient(top, #534741 0%, rgba(83, 71, 65, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #534741 0%, rgba(83, 71, 65, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #534741 0%, rgba(83, 71, 65, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 50px;
    width: 290px; }
  header h1 {
    background: -moz-linear-gradient(top, rgba(41, 171, 226, 0.8) 0%, #29abe2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41, 171, 226, 0.8) 0%, #29abe2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41, 171, 226, 0.8) 0%, #29abe2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    font-family: sourcesanspro-light;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    padding: 13px;
    width: 290px;
    white-space: nowrap; }
  header a {
    color: white;
    text-decoration: none; }
    header a::before {
      font-family: 'fa-solid-900';
      content: "\f0c2";
      margin-right: 10px;
      font-size: 18px; }
  header a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: dotted; }
  header img {
    height: 12px;
    right: 50px;
    margin: 19px 0; }

.header-separator {
  border-top: 5px solid #29ABE2;
  border-bottom: 1px dashed #534741;
  height: 9px;
  margin-bottom: 20px;
  outline-offset: 3px;
  width: 100%; }

.nav {
  background-color: #534741;
  font-size: 13px;
  width: 100%;
  top: 90px;
  padding: 10px;
  height: 30px;
  overflow: visible; }

.nav ul {
  list-style: none;
  white-space: nowrap;
  padding-left: 0;
  position: relative;
  top: -5px; }

.nav ul li {
  display: inline-block;
  margin-left: 20px; }

.nav ul li a {
  color: white;
  font-weight: bold;
  padding-bottom: 12px; }

.nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5); }

.nav ul li .home {
  border-bottom: 3px solid #005581; }

.container-fluid {
  margin-bottom: 30px; }

.main-container {
  padding: 25px; }

ul {
  list-style: none; }

.leftcol {
  border-bottom: 1px dashed #d0c7c3; }
  @media (min-width: 992px) {
    .leftcol {
      border-right: 1px dashed #d0c7c3;
      border-bottom: 0; } }

footer {
  background: #534741 !important;
  bottom: 0;
  color: white;
  font-size: smaller;
  line-height: normal;
  min-width: 950px;
  padding: 15px;
  position: fixed;
  width: 100%;
  height: 45px; }

footer a {
  color: white; }

footer p {
  float: left;
  padding: 0 25px; }

footer p:nth-child(2) {
  float: right; }

footer .legal {
  right: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.fine-print {
  border-top: 1px dashed #ccc;
  color: #bbbbbb;
  display: block;
  font-style: italic;
  margin-top: 30px;
  padding-top: 25px; }

.card {
  background: rgba(83, 71, 65, 0.05);
  border: 0;
  border-bottom: 4px solid #29ABE2;
  padding: 15px 20px;
  margin: 20px;
  min-width: 230px; }
  .card h2::before {
    font-family: fa-solid-900;
    font-size: 18px;
    margin-right: 15px; }
  .card h2.installs::before {
    content: "\f019"; }
  .card h2.region::before {
    content: "\f1ad"; }
  .card h2.connection::before {
    content: "\f205"; }
  .card h2.support::before {
    content: "\f2a0";
    display: inline-block;
    transform: rotate(-45deg); }
  .card h2.instructions::before {
    content: "\f0c5"; }

.card-content {
  padding: 15px 20px 0 32px; }
  .card-content ul {
    list-style: none;
    padding: 0; }

#bottom {
  position: relative;
  border-top: 1px dotted; }

#bottom-message {
  float: right;
  margin: 5px 5px 0 0; }
  #bottom-message input {
    position: relative;
    top: 2px;
    left: -5px; }

div.region select::-ms-expand, div.region-collapsed select::-ms-expand, div.installs-collapsed select::-ms-expand {
  display: none; }

div.region::after, div.region-collapsed::after, div.installs-collapsed::after {
  font-family: fa-solid-900;
  font-size: 24px;
  content: '\f0d7';
  color: #29ABE2;
  left: 155px;
  top: 67px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none; }

div.region select, div.region-collapsed select, div.installs-collapsed select {
  box-shadow: 0 0px 10px #e6e2e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
  display: block;
  height: 30px;
  max-width: 320px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.75;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer; }

div.region-collapsed, div.installs-collapsed {
  position: absolute;
  right: 0;
  top: 0; }
  div.region-collapsed::after, div.installs-collapsed::after {
    top: 23px;
    left: 130px; }
  div.region-collapsed select, div.installs-collapsed select {
    background-color: transparent;
    border: 0;
    /*border-left: 1px dotted #ccc;*/
    box-shadow: none;
    height: 62px;
    width: 165px; }

.options {
  display: none; }
  .options label {
    display: block;
    font-size: medium;
    font-weight: bold;
    margin: 0; }
  .options a {
    display: block;
    margin-bottom: 15px; }
  .options .preferred::after {
    font-family: fa-solid-900;
    content: "\f00c";
    font-size: small;
    margin-left: 6px;
    top: -3px;
    position: relative; }

.support label, .support span {
  display: block; }

.installs-dropdown {
  color: #29ABE2;
  position: absolute;
  top: 0;
  right: 0;
  /*margin: 20px 25px 0 0;*/
  cursor: pointer;
  height: 44px;
  width: 55px; }
  .installs-dropdown::after {
    font-family: fa-solid-900;
    font-size: 24px;
    content: '\f0d7';
    margin-left: 10px;
    top: 1px;
    top: 20px;
    right: 20px;
    position: absolute; }

.card-region, .card-installs {
  padding-bottom: 0; }

.log-me-in {
  position: absolute;
  margin-right: 40px;
  right: 0; }
  .log-me-in img {
    height: 19px;
    width: 65px; }

/* #endregion Global */
/* #region Media Querries */
@media (max-width: 530px) {
  .container-fluid, .container {
    padding-left: 0;
    padding-right: 0; }
  .region-collapsed {
    position: relative !important; }
  .region-collapsed select {
    border-left: 0 !important;
    border-top: 1px dotted #ccc !important; } }

@media (max-width: 732px) {
  footer p:nth-child(2) {
    float: left; } }

@media (max-width: 768px) {
  footer p:nth-child(2) {
    float: left; } }

/* #endregion Media Querries */
