body {
  background-color: white;
}

a:active {
  outline: none;
}
a:active, a:focus {
  outline: none;
}

div.choke {
  max-width: 1250px;
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
}

@keyframes rotater {
  0% { transform:rotate(0) scale(1) }
  50% { transform:rotate(360deg) scale(1.33) }
  100% { transform:rotate(720deg) scale(1) }
}

div#container_welcome {
  padding-top: 30px;
  padding-bottom: 160px;

  height: 438px;

  background: #24598c; /* Old browsers */
  background: -moz-linear-gradient(top, #24598c 0%, #3293e0 72%, #206ec8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #24598c 0%,#3293e0 72%,#206ec8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #24598c 0%,#3293e0 72%,#206ec8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24598c', endColorstr='#206ec8',GradientType=0 ); /* IE6-9 */
}
/* md, lg */
@media (min-width: 992px) {
  div#container_welcome {
    height: 886px;
  }
}

div#hamburger_menu_container a {
  color: transparent;
}

div#user_button_container a {
  color: transparent;
}

div#lucky_charms {
  height: 410px;
  background-image: url('/img/xs_lucky_charms.png');
  background-repeat: no-repeat;
  background-position: center 210px;
}
/* md, lg */
@media (min-width: 992px) {
  div#lucky_charms {
    height: 640px;
    background-image: url('/img/md_lucky_charms.png');
    background-repeat: no-repeat;
    background-position: center 418px;
  }
}

div#welcome_art {
  height: 410px;
  background-image: url('/img/xs_server_rackmount.png');
  background-repeat: no-repeat;
  background-position: center 316px;
}
/* md, lg */
@media (min-width: 992px) {
  div#welcome_art {
    height: 860px;
    background-image: url('/img/md_server_rackmount.png');
    background-repeat: no-repeat;
    background-position: center 590px;
  }
}

/* new collapse breakpoint for navbar. otherwise the menu shows at bootstrap sm */
@media (max-width: 991px) {
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .navbar-text {
      float: none;
      margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
}

nav#mobile_navbar {
  min-height: 0px;
  border-radius: 0px;
  box-shadow: None;
  border: None;
  margin-bottom: 0px;
}
.navbar-default {
  font-family: Lato;
  font-size: 20px;
}
.navbar-default .navbar-nav > li > a {
  line-height: 1.6em;
  color: #3d4955;
  border-bottom: 1px solid #efefef;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #32bff7;
}

/* customize desktop navbar, without affecting the mobile navbar */
@media (min-width: 992px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar-default {
    border: 0px;
    box-shadow: None;
    background-image: None;
    background-color: rgba(255, 255, 255, 0.0);
    text-transform: uppercase;
    font-family: Lato;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .navbar-default .navbar-nav > li > a {
    color: white;
    text-shadow: None;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
    padding-bottom: 6px;
    border-bottom: 0px;
    outline: 0px;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: white;
    text-shadow: None;
    border-bottom: 4px solid #62a4bf;
    padding-top: 0px;
    padding-bottom: 6px;
  }

  .navbar-default .navbar-nav > li > a:focus {
    color: #32bff7;
    text-shadow: None;
    border-bottom: 4px solid #62a4bf;
    padding-top: 0px;
    padding-bottom: 6px;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

nav#desktop_navbar {
  margin-top: 25px;
  margin-bottom: 0px;
  min-height: 36px;
}

div#hamburger_menu_button_container {
  text-align: left;
}
span#hamburger_menu_button {
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  padding: 4px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
}

div#user_button_container {
  text-align: right;
}
span#user_button {
  color: rgba(255, 255, 255, 0.75);
  font-size: 24px;
  padding: 4px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
}

button.signin-button {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.0);
  line-height: 1em;
  border: 0px solid white;
  text-shadow: 0 0px 0 #fff;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.36);

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
span.signin-button-icon {
  font-size: 12px;
  line-height: 1em;
  color: white;
}
span.signin-button-text {
  padding-left: 6px;
  font-family: Lato;
  font-size: 13px;
  /* text-transform: uppercase; */
  line-height: 1em;
  color: white;
}
button.signin-button:hover,  button.signin-button:focus {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
}
button.signin-button:active:focus {
  background-color: #1ca6f2;
  color: white;
}

div#hr_dot {
  margin-top: -38px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background-image: url('/img/md_hr_dot.png');
  background-repeat: no-repeat;
  background-position: center center;
}

div#hr_dark_badge_dark_bg {
  padding-top: 4px;
  padding-bottom: 4px;

  background: #2f3d41; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 50%, #2f3d41 50%, #2f3d41 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 50%, #2f3d41 50%, #2f3d41 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, #2f3d41 50%, #2f3d41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* xs, sm */
div#hr_dark_badge_dark_bg {
  margin-top: -37px;
}
div#hr_dark_badge_img {
  width: 200px;
  margin: 0 auto;
  height: 64px;

  background-image: url('/img/xs_badge_arrow_dark.png');
  background-repeat: no-repeat;
  background-position: center center;

  /* firefox, chrome */
  animation-name: rotater;
  animation-duration: 750ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;

  /* opera */
  -o-transform: rotate(360deg) scale(2);
  -o-transition-duration: 750ms;
  -o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: rotate(360deg) scale(2);
	-ms-transform-duration: 750ms;
	-ms-transform-timing-function: ease-out;
}
/* md, lg */
@media(min-width: 992px) {
  div#hr_dark_badge_dark_bg {
    margin-top: -63px;
  }
  div#hr_dark_badge_img {
    height: 115px;
    background-image: url('/img/md_badge_arrow_dark.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
}

/* xs, sm */
div#hr_dark_badge_light_bg {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: -37px;

  background: #2f3d41; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 50%, #ffffff 50%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, #ffffff 50%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
div#hr_dark_badge_light_bg_img {
  width: 200px;
  margin: 0 auto;
  height: 64px;
  background-image: url('/img/xs_badge_arrow_dark.png');
  background-repeat: no-repeat;
  background-position: center center;

  /* firefox, chrome */
  animation-name: rotater;
  animation-duration: 750ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;

  /* opera */
  -o-transform: rotate(360deg) scale(2);
  -o-transition-duration: 750ms;
  -o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: rotate(360deg) scale(2);
	-ms-transform-duration: 750ms;
	-ms-transform-timing-function: ease-out;
}
/* md, lg */
@media(min-width: 992px) {
  div#hr_dark_badge_light_bg {
    margin-top: -63px;
  }
  div#hr_dark_badge_light_bg_img {
    height: 115px;
    background-image: url('/img/md_badge_arrow_dark.png');
    background-repeat: no-repeat;
    background-position: center center;

    /* firefox, chrome */
    animation-name: rotater;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;

    /* opera */
    -o-transform: rotate(360deg) scale(2);
    -o-transition-duration: 750ms;
    -o-transition-timing-function: ease-out;

  	/* ie */
  	-ms-transform: rotate(360deg) scale(2);
  	-ms-transform-duration: 750ms;
  	-ms-transform-timing-function: ease-out;
  }
}

div#container_promotion {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #2f3d41;
}
@media(min-width: 992px) {
  div#container_promotion {
    min-height: 300px;
    background-image: url('/img/md_rocket_flight.png');
    background-repeat: no-repeat;
    background-position: calc(45% - 180px) bottom;
  }
}

div.big-price {
  float: right;
  width: 120px;
}
div.big-price-text {
  width: 100%;
  float: right;
  padding-top: 10px;
}

.promo-empty {
  padding-top: 10px;
}

.promo-head {
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 24px;
  font-weight: bold;
}

.promo-normal {
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 13px;
}

.promo-price {
  color: white;
  font-family: Lato;
  font-size: 98px;
  line-height: 0.75em;
}

div.promo-period {
  position: relative;
  align: right;
  color: white;
  font-family: Lato;
  font-size: 18px;
  text-align: right;
  vertical-align: bottom;
  margin-top: -28px;
}

.promo-symbol {
  color: white;
  font-family: Lato;
  font-size: 30px;
  vertical-align: top;
}

.promo-change {
  color: white;
  font-family: Lato;
  font-size: 30px;
  vertical-align: top;
}


div.promo-get-started-button {
  padding-top: 40px;
  text-align: center;
}
button.promo-get-started-button {
  background-image: none;
  background-color: #ff6401;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  line-height: 1em;
  padding: 16px 36px 16px 36px;
  border-radius: 500px;
  border: 0px solid black;

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;

}
button.promo-get-started-button:hover,  button.promo-get-started-button:focus {
  background-image: none;
  background-color: #ff6401;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
}
button.promo-get-started-button:active:focus {
  background-color: #f9a76f;
  color: white;
}

div.big-price-desktop {
  text-align: center;
}
div.big-price-text-desktop {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.promo-head-desktop {
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
}
.promo-smaller-desktop {
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
}
.promo-normal-desktop {
  color: white;
  font-family: Lato;
  font-size: 12px;
}
.promo-normal-desktop-upper {
  color: white;
  font-family: Lato;
  font-size: 12px;
  text-transform: uppercase;
}
.promo-price-desktop {
  color: white;
  font-family: Lato;
  font-size: 60px;
  line-height: 1em;
}
.promo-period-desktop {
  color: white;
  font-family: Lato;
  margin-left: -30px;
  font-size: 20px;
}
.promo-symbol-desktop {
  color: white;
  font-family: Lato;
  font-size: 24px;
  vertical-align: top;
}
.promo-change-desktop {
  color: white;
  font-family: Lato;
  font-size: 30px;
  vertical-align: top;
}

ul.promo-selling-points {
  list-style: none;
  padding-top: 15px;
  padding-left: 10%;
}
ul.promo-selling-points li:before {
  content: '+';
  margin: 0 4px;
  float: left; margin-left: -12px;
}
ul.promo-selling-points li {
  color: white;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 16px;
}

div.promo-select-plan-button {
  padding-top: 15px;
  text-align: left;
}
button.promo-select-plan-button {
  background-image: none;
  background-color: #23a6fc;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  line-height: 1em;
  padding: 16px 36px 16px 36px;
  border-radius: 500px;
  border: 0px solid black;

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
button.promo-select-plan-button:hover,  button.promo-select-plan-button:focus {
  background-image: none;
  background-color: #23a6fc;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
}
button.promo-select-plan-button:active:focus {
  background-color: #144c8c;
  color: white;
}


div#hr_blast_off {
  background: #2f3d41;
}
/* xs, sm */
@media(max-width: 991px) {
  div#hr_blast_off {
    height: 185px;
    background-image: url('/img/xs_hr_rocket.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* md, lg */
@media(min-width: 992px) {
  div#hr_blast_off {
  }
}

div#promo_blast_off_text {
  padding-top: 15px;
  min-width: 250px;
  max-height: 195px;
  margin-left: 45%;
}

div#container_features_01 {
  min-height: 800px;
  padding-top: 40px;
  background: #ffffff;
}

/* xs, sm */
@media(max-width: 991px) {
  div#container_features_01 {
    padding-bottom: 200px;
  }
}


div.feature-block {
  text-align: center;
  padding-bottom: 80px;
  max-width: 680px;
  display: table;
  margin: 0 auto;
}
div.feature-h3 {
  color: #ff6401;
  text-transform: uppercase;
  font-family: Varela Round;
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  padding-bottom: 20px;
}
div.feature-h2 {
  color: #3d4955;
  text-transform: uppercase;
  font-family: Varela Round;
  font-size: 26px;
  line-height: 1.2em;
  padding-bottom: 20px;
}
div.feature-h1 {
  color: #3d4955;
  font-family: Varela Round;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 20px;
}
div.feature-text {
  color: #55626f;
  font-family: Lato;
  font-size: 20px;
  line-height: 1.4em;
  padding-bottom: 20px;
}

/* md, lg */
@media(min-width: 992px) {
  div.feature-block {
    padding-bottom: 10px;
  }
  div.feature-h3 {
    font-size: 26px;
    padding-bottom: 6px;
  }
  div.feature-h2 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  div.feature-h1 {
    font-size: 34px;
    padding-bottom: 6px;
  }
  div.feature-text {
    font-size: 16px;
  }

  div.md-max-out-adjust-block {
    float: right;
    width: 230px;
    margin-right: 0px;
  }

  div.md-trustworth-adjust-block {
    float: right;
    width: 230px;
    margin-right: 50px;
  }

  div.md-reliable-adjust-block {
    float: left;
    width: 230px;
    margin-top: 100px;
    margin-left: 20px;
  }

  div.md-us-adjust-block {
    float: left;
    width: 290px;
    margin-top: 148px;
    margin-left: -40px;
  }
}


div#hr_arrow_swarm {
  padding-top: 4px;
  padding-bottom: 4px;

  background: #2f3d41; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 77%, #2f3d41 77%, #2f3d41 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 77%, #2f3d41 77%, #2f3d41 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 77%, #2f3d41 77%, #2f3d41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* xs, sm */
@media(max-width: 991px) {
  div#hr_arrow_swarm {
    margin-top: -255px;
  }
  div#hr_arrow_swarm_img {
    width: 100%;
    height: 324px;
    background-image: url('/img/xs_arrow_swarm.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  div#hr_arrow_swarm_badge {
    position: relative;
    width: 200px;
    height: 64px;
    top: 220px;
    margin: 0 auto;
    background-image: url('/img/xs_badge_arrow_light.png');
    background-repeat: no-repeat;
    background-position: center center;

    /* firefox, chrome */
    animation-name: rotater;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;

    /* opera */
    -o-transform: rotate(360deg) scale(2);
    -o-transition-duration: 750ms;
    -o-transition-timing-function: ease-out;

  	/* ie */
  	-ms-transform: rotate(360deg) scale(2);
  	-ms-transform-duration: 750ms;
  	-ms-transform-timing-function: ease-out;
  }
}
/* md, lg */
@media(min-width: 992px) {
  div#hr_arrow_swarm {
    margin-top: -700px;
  }
  div#hr_arrow_swarm_img {
    width: 100%;
    height: 935px;
    background-image: url('/img/md_arrow_swarm.png');
    background-repeat: no-repeat;
    background-position: center center;
  }
  div#hr_arrow_swarm_badge {
    position: relative;
    width: 200px;
    height: 115px;
    top: 680px;
    margin: 0 auto;
    background-image: url('/img/md_badge_arrow_light.png');
    background-repeat: no-repeat;
    background-position: center center;

    /* firefox, chrome */
    animation-name: rotater;
    animation-duration: 750ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;

    /* opera */
    -o-transform: rotate(360deg) scale(2);
    -o-transition-duration: 750ms;
    -o-transition-timing-function: ease-out;

  	/* ie */
  	-ms-transform: rotate(360deg) scale(2);
  	-ms-transform-duration: 750ms;
  	-ms-transform-timing-function: ease-out;
  }
}

div#container_features_02 {
  padding-top: 20px;
  background: #2f3d41;
}

div.adjust-feature02 {
  color: white;
  text-align: center;
}
div.adjust-feature02-push {
  padding-bottom: 40px;
}

div#container_features_03 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fd8a41;
}

ul.features-03 {
  list-style: none;
  padding-top: 15px;
  padding-left: 10%;
}
ul.features-03  li:before {
  content: '•';
  margin: 0 10px;
  float: left; margin-left: -12px;
}
ul.features-03 li {
  color: white;
  font-family: Varela Round;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: left;
}

div.adjust-features-03 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* md, lg */
@media(min-width: 992px) {
  ul.features-03 {
    list-style: circle;
    text-align: center;
  }
  ul.features-03  li:before {
    margin: 0 10px;
    float: none;
    margin-left: 14px;
  }
  ul.features-03 li {
    display:inline-block;
    margin: 0 auto;
    font-size: 18px;
  }
  div.adjust-features-03 {
    max-width: 100%;
  }
}

div#container_packages {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fef8de;
}

div.package-list {
  min-width: 240px;
  max-width: 300px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div.package-list {
    text-align: center;
    min-width: None;
    max-width: None;
    width: 945px;
  }
}

div.package-card-blue {
  overflow: hidden;
  min-width: 210px;
  max-width: 300px;
  margin-left: 12px;
  margin-right: 12px;
  /*
  margin-left: 24px;
  margin-right: 24px;
  */

  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-family: Lato;
}
/* md, lg */
@media(min-width: 992px) {
  div.package-card-blue {
    float: left;
    display: inline-block;
    vertical-align: top;

    overflow: auto;
  }
}

div.package-card-blue.coming-soon > div {
  filter: grayscale(50%);
  opacity: 0.5;
}


div.package-card-blue.coming-soon:after {
  content: url('/img/md_coming_soon_banner.png');
  display: block;
  position: relative;
  overflow: visible;
  width: 215px;
  height: 0px;
  top: -216px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div.package-card-blue.coming-soon:after {
    left: 0px;
  }
}

div.package-card-blue-title {
  background-color: #497d8c;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  padding-top: 12px;
  padding-bottom: 12px;

  border: 1px solid #e0f4fa;
  border-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.package-card-blue-download-limit {
  height: 78px;
  background-color: #66c6e5;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 10px;
  font-family: Varela Round;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 0px;

  /* push down 'UNLIMITED', breaks '99 GB' */
  padding-top: 22px;
}
div.package-card-blue-item {
  height: 44px;
  line-height: 44px;
  background-color: white;
  color: #364950;
  font-size: 15px;
  font-family: Varela Round;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 0px;
  border-bottom: 1px solid #e1e4e5;
}
div.package-card-blue-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
div.package-card-blue-price {
  color: #364950;
  background-color: white;
  font-size: 24px;
  height: 110px;
  vertical-align: bottom;
  padding-top: 20px;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 0px;
}
div.package-card-blue-button {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;

  border: 1px solid #e0f4fa;
  border-top: 0px;
}


div.package-card-orange {
  overflow: hidden;
  min-width: 210px;
  max-width: 300px;

  margin-left: 12px;
  margin-right: 12px;
  /*
  margin-left: 24px;
  margin-right: 24px;
  */

  margin-bottom: 40px;
  text-align: center;
  font-family: Lato;
}
/* md, lg */
@media(min-width: 992px) {
  div.package-card-orange {
    float: left;
    display: inline-block;
    vertical-align: top;

    overflow: auto;
  }
}
div.package-card-orange-title {
  background-color: #f47321;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  padding-top: 22px;
  padding-bottom: 22px;

  border: 1px solid #e0f4fa;
  border-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
div.package-card-orange-download-limit {
  height: 78px;
  background-color: #ffcc42;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 22px;
  font-family: Varela Round;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 0px;
}
div.package-card-orange-item {
  height: 44px;
  line-height: 44px;
  color: #364950;
  background-color: white;
  font-size: 15px;
  font-family: Varela Round;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 1px solid #e1e4e5;
}
div.package-card-orange-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
div.package-card-orange-price {
  color: #364950;
  background-color: white;
  font-size: 24px;
  height: 130px;
  vertical-align: bottom;
  padding-top: 35px;

  border: 1px solid #e0f4fa;
  border-top: 0px;
  border-bottom: 0px;
}
div.package-card-orange-button {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;

  border: 1px solid #e0f4fa;
  border-top: 0px;
}


span.card-download-limit-digit {
  color: white;
  font-size: 40px;
}
span.card-price-digit {
  color: #364950;
  font-family: Lato;
  font-size: 48px;
  font-weight: bold;
  vertical-align: top;
}

button.package-signup-button-blue {
  background-image: none;
  background-color: #23a6fc;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 15px;
  line-height: 1em;
  padding: 16px 56px 16px 56px;
  border-radius: 500px;
  border: 0px solid black;
  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
button.package-signup-button-blue:hover,  button.package-signup-button-blue:focus {
  background-image: none;
  background-color: #23a6fc;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(148, 217, 238, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(148, 217, 238, 1);
  box-shadow: 0px 0px 0px 5px rgba(148, 217, 238, 1);
}
button.package-signup-button-blue:active:focus {
  background-color: #497d8c;
  color: white;
}

button.package-signup-button-orange {
  background-image: none;
  background-color: #f47321;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 15px;
  line-height: 1em;
  padding: 16px 56px 16px 56px;
  border-radius: 500px;
  border: 0px solid black;
  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
button.package-signup-button-orange:hover,  button.package-signup-button-orange:focus {
  background-image: none;
  background-color: #f47321;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 236, 161, 1);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 236, 161, 1);
  box-shadow: 0px 0px 0px 5px rgba(255, 236, 161, 1);
}
button.package-signup-button-orange:active:focus {
  background-color: #ffc83d;
  color: white;
}


div#container_checklist {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}

div.checklist-large-check {
  width: 68px;
  height: 50px;
  background-image: url('/img/xs_check_large.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* md, lg */
@media(min-width: 992px) {
  div.checklist-large-check {
    width: 95px;
    height: 71px;
    background-image: url('/img/md_check_large.png');
  }
}

div.checklist-left {
  min-width: 250px;
  max-width: 320px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div.checklist-left {
    float: right;
  }
}

div.checklist-right {
  min-width: 250px;
  max-width: 320px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div.checklist-right {
    float: left;
    margin-left: 50px;
  }
}

ul.checklist {
  list-style: none;
  margin-left: -40px;
   margin-bottom: 0px;
}
ul.checklist li:before {
  content: url('/img/xs_check_small.png');
  margin: 0 12px;
  float: left; margin-left: -12px; margin-top: 2px;
}
/* md, lg */
@media(min-width: 992px) {
  ul.checklist li:before {
    content: url('/img/md_check_small.png');
  }
}
ul.checklist li {
  color: #3d4955;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 16px;
}
/* md, lg */
@media(min-width: 992px) {
  ul.checklist li {
    font-size: 14px;
  }
}

div#container_sitemap {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #2f3d41;
}

div#container_sitemap_content {
  max-width: 992px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div#container_sitemap_content {
    height: 300px;
  }
}

div#container_sitemap_left {
  width: 100%;
}
/* md, lg */
@media(min-width: 992px) {
  div#container_sitemap_left {
     width: 185px;
     height: 300px;
     float: left;
     padding-top: 20px;
  }
}

div#container_sitemap_right_top {
  width: 280px;
  margin: 0 auto;
}
/* md, lg */
@media(min-width: 992px) {
  div#container_sitemap_right_top {
    float: left;
    height: 275px;
    width: 780px;
    padding-top: 60px;
    padding-left: 30px;
  }
}

div#container_sitemap_right_bottom {
  width: 100%;
}
/* md, lg */
@media(min-width: 992px) {
  div#container_sitemap_right_bottom {
    float: left;
    width: 780px;
    padding-left: 40px;
  }
}

div.sitemap-hr {
  height: 1px;
  width: 100%;
  background-color: #445154;
}
/* md, lg */
@media(min-width: 992px) {
  div.sitemap-hr {
    float: left;
    margin-top: -40px;
  }
}

ul.sitemap_list {
  margin-left: -30px;
  padding-top: 30px;
}
/* md, lg */
@media(min-width: 992px) {
  ul.sitemap_list {
    float: left;
    height: 250px;
    padding-top: 0px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: 60px;
  }
}

ul.sitemap_list li {
  color: white;
  font-size: 16px;
  line-height: 2em;
}
/* md, lg */
@media(min-width: 992px) {
  ul.sitemap_list li {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.5em;
  }
}
ul.sitemap_list a {
  color: white;
}
ul.sitemap_list a:hover,  ul.sitemap_list a:focus {
  color: #f9ad5c;
  text-decoration: none;
}
ul.sitemap_list a:active:focus {
  color: #00c6ff;
}

li.li_button {
  list-style-type: none;
  padding-top: 30px;
  margin-left: -10px;
}

button.request-guide-button {
  background-image: none;
  background-color: #2f3d41;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 11px;
  line-height: 1em;
  padding: 14px 30px 14px 30px;
  border-radius: 500px;
  border: 0px solid black;

  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.36);

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
button.request-guide-button:hover,  button.request-guide-button:focus {
  background-image: none;
  background-color: #2f3d41;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
}
button.request-guide-button:active:focus {
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
}

span.request-guide-button-text {
  padding-left: 6px;
  font-family: Lato;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  color: white;
}


div.footer-nav-xs-box {
  width: 280px;
  padding-top: 30px;
  margin: 0 auto;
}

div.footer-nav {
}
div.footer-nav a {
  color: white;
  font-family: Lato;
  font-size: 18px;
  width: 100%;
  line-height: 2em;
}
/* md, lg */
@media(min-width: 992px) {
  div.footer-nav a {
    display:inline;
    width: auto;
    font-size: 16px;
    padding-right: 40px;
    line-height: 1em;
    padding-left: 0;
  }
}

div.footer-nav a {
  color: white;
}
div.footer-nav a:hover,  div.footer-nav a:focus {
  color: #f9ad5c;
  text-decoration: none;
}
div.footer-nav a:active:focus {
  color: #00c6ff;
}



/* xs, sm */
div#sitemap_media_cluster_img {
  width: 100%;
  height: 155px;
  background-image: url('/img/xs_media_cluster.png');
  background-repeat: no-repeat;
  background-position: center center;
}
/* md, lg */
@media(min-width: 992px) {
  div#sitemap_media_cluster_img {
    padding: 10px;
    width: 182px;
    height: 212px;
    background-image: url('/img/md_media_cluster.png');
    background-repeat: no-repeat;
    background-position: top left;
  }
}

div#container_legal {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #445154;
}

.footer-legal {
  color: white;
  font-family: Lato;
  font-size: 12px;
}

/* xs, sm */
.welcome-text-00 {
  padding-top: 20px;
}
.welcome-text-01 {
}
.welcome-text-02 {
  color: white;
  text-align: center;
  font-family: Varela Round;
  font-size: 30px;
  line-height: 1.1em;
}
.welcome-text-03 {
  color: white;
  text-align: center;
  font-family: Varela Round;
  font-size: 20px;
  line-height: 1.5em;
}
div.welcome-signup-button {
  padding-top: 20px;
  text-align: center;
}
button.welcome-signup-button {
  background-image: none;
  background-color: #144c8c;
  color: white;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  line-height: 1em;
  padding: 16px 36px 16px 36px;
  border-radius: 500px;
  border: 0px solid black;

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
button.welcome-signup-button:hover,  button.welcome-signup-button:focus {
  background-image: none;
  background-color: #144c8c;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
}
button.welcome-signup-button:active:focus {
  background-color: #1ca6f2;
  color: white;
}

/* md, lg */
@media(min-width: 992px) {
  .welcome-text-00 {
    padding-top: 40px;
  }
  .welcome-text-01 {
    color: white;
    text-align: center;
    font-family: Varela Round;
	  font-size: 38px;
    line-height: 1.1em;
  }
  .welcome-text-02 {
    color: white;
    text-align: center;
    font-family: Varela Round;
	  font-size: 60px;
    line-height: 1.1em;
  }
  .welcome-text-03 {
    color: white;
    text-align: center;
    font-family: Varela Round;
	  font-size: 30px;
    line-height: 1.5em;
  }
  button.welcome-signup-button {
    background-image: none;
    background-color: #144c8c;
    color: white;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 14px;
    line-height: 1em;
    padding: 18px 38px 18px 38px;
    border-radius: 500px;
    border: 0px solid black;
    text-shadow: 0 0px 0 #fff;

    /* hide active outline on mobile */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
  }
  button.welcome-signup-button:hover {
    background-image: none;
    background-color: #144c8c;
    color: white;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.36);
  }
}


div#single_head_container {
  width: 100%;
  height: 130px;

  padding-bottom: 130px;

  background: #0d2e4f; /* Old browsers */
  background-image: url('/img/md_single_header_bg.png');
  background-repeat: repeat;
  background-position: left top;

  text-align: right;
  position: relative;
  overflow: hidden;
}

div#single_head_mobile_menu_button {
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}

div#single_head_mobile_menu_button a {
  color: transparent;
}

div#single_head_right {
  float: right;
}

div#single_head_user_button {
  margin-top: 30px;
  margin-right: 15px;
}
/* md, lg */
@media(min-width: 992px) {
  div#single_head_user_button {
    margin-right: 40px;
  }
}

div#single_head_user_button a {
  color: transparent;
}

div#single_head_navbar {
  position: relative;
}

nav#single_navbar {
  margin-bottom: 0px;
  min-height: 30px;
}

.navbar-single {
  float: right;
  margin-top: 34px;
  margin-right: 40px;
  width: 500px;
}

.navbar-single .navbar-nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
  margin-right: 0px;
}


div#single_head_logo {
  position: absolute;
  height: 67px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  pointer-events: none;
  padding-right: 20px;
}
/* md, lg */
@media(min-width: 992px) {
  div#single_head_logo {
    width: 122px;
    margin-left: 3%;
    text-align: left;
    pointer-events: all;
  }
}

div#single_head_clouds {
  position: absolute;
  width: 100%;
  height: 83px;
  margin-left: -50%;
  margin-top: 66px;
  padding-left: 40px;
  background-image: url('/img/xs_single_clouds.png');
  background-repeat: repeat;
  background-position: right top;
}
/* md, lg */
@media(min-width: 992px) {
  div#single_head_clouds {
    margin-top: 36px;
    width: 338px;
    height: 140px;
    margin-left: 4%;
    background-image: url('/img/md_single_clouds.png');
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}


@keyframes breeze {
	from {
		transform: rotate(0.01deg)
		           translate(-8px)
		           rotate(0.01deg);
	}
	to {
		transform: rotate(360.00deg)
		           translate(-8px)
		           rotate(-360.00deg);
	}
}

div#single_head_clouds0 {
  /* border: 1px dotted red; */
  position: absolute;
  width: 361px;
  height: 92px;
  margin-left: 9%;
  margin-top: 62px;
  background-image: url('/img/md_single_header_clouds0.png');
  background-repeat: no-repeat;
  background-position: left bottom;

  animation: breeze 40s infinite ease 0ms;
}
/* xs, sm */
@media(max-width: 991px) {
  div#single_head_clouds0 {
    left: 0;
    right: 0;
    width: 361px;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
  }
}

div#single_head_clouds1 {
  /* border: 1px dotted blue; */
  position: absolute;
  width: 361px;
  height: 92px;
  margin-left: 9%;
  margin-top: 46px;
  background-image: url('/img/md_single_header_clouds1.png');
  background-repeat: no-repeat;
  background-position: left bottom;

  animation: breeze 30s infinite ease 0ms;
}
/* xs, sm */
@media(max-width: 991px) {
  div#single_head_clouds1 {
    left: 0;
    right: 0;
    width: 361px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}


div#single_head_clouds2 {
  /* border: 1px dotted green; */
  position: absolute;
  width: 361px;
  height: 92px;
  margin-left: 9%;
  margin-top: 46px;
  background-image: url('/img/md_single_header_clouds2.png');
  background-repeat: no-repeat;
  background-position: left bottom;

  animation: breeze 20s infinite ease 0ms;
}
/* xs, sm */
@media(max-width: 991px) {
  div#single_head_clouds2 {
    left: 0;
    right: 0;
    width: 361px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}


div#single_head_rocket {
  position: absolute;
  width: 220px;
  height: 68px;
  margin-left: 9%;
  margin-top: 50px;
  background-image: url('/img/md_single_header_rocket.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
}
/* xs, sm */
@media(max-width: 991px) {
  div#single_head_rocket {
    left: 0;
    right: 0;
    width: 170px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-position: right bottom;
  }
}


div#single_head_sep {
  position: absolute;
  margin-top: 130px;
  height: 15px;
  width: 100%;
  background-color: #2f3d41;
}

div#single_head_badge_bg {
  position: relative;
  margin-top: -45px;
  pointer-events: none;
}

div#single_head_badge {
  height: 95px;
  width: 200px;
  margin: 0 auto;
  background-image: url('/img/md_single_badge_arrow_dark.png');
  background-repeat: no-repeat;
  background-position: center center;

  /* firefox, chrome */
  animation-name: rotater;
  animation-duration: 750ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;

  /* opera */
  -o-transform: rotate(360deg) scale(2);
  -o-transition-duration: 750ms;
  -o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: rotate(360deg) scale(2);
	-ms-transform-duration: 750ms;
	-ms-transform-timing-function: ease-out;
}

div#default_single_content {
  width: 100%;
  margin: 0 auto;
  font-family: Lato;
  font-size: 16px;
  min-height: 400px;
}
/* md, lg */
@media(min-width: 992px) {
  div#default_single_content {
    font-size: 18px;
    width: 970px;
  }
}

div.single-content-center {
  color: #3d4955;
  text-align: center;
  padding: 20px;
}
/* md, lg */
@media(min-width: 992px) {
  div.single-content-center {
    padding: 50px;
    padding-top: 0px;
  }
}

div.single-content-center a {
  color: #ff6401;
}
div.single-content-center a:hover,  a:focus {
  color: #ff6401;
}
div.single-content-center a:active:focus {
  color: #00c6ff;
}

div.single-content-left {
  color: #3d4955;
  text-align: left;
  padding: 20px;
}
/* md, lg */
@media(min-width: 992px) {
  div.single-content-left {
    padding: 50px;
    padding-top: 0px;
  }
}

div.single-content-left a {
  color: #ff6401;
}
div.single-content-left a:hover,  a:focus {
  color: #ff6401;
}
div.single-content-left a:active:focus {
  color: #00c6ff;
}

div.single-content-wide {
  color: #3d4955;
  width: 100%;
  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  padding-top: 0px;
}

div.single-content-wide a {
  color: #ff6401;
}
div.single-content-wide a:hover,  a:focus {
  color: #ff6401;
}
div.single-content-wide a:active:focus {
  color: #00c6ff;
}


div.single-title {
  text-transform: uppercase;
  font-family: Varela Round;
  font-size: 34px;
  font-weight: 900;
  color: #3d4955;
  padding-bottom: 20px;
  text-align: center;
}
/* md, lg */
@media(min-width: 992px) {
  div.single-title {
    font-size: 42px;
    padding-bottom: 5px;
  }
}

div.single-subtitle {
  text-transform: capitalize;
  font-family: Varela Round;
  font-size: 22px;
  color: #3d4955;
  padding-bottom: 40px;
  text-align: center;
}
/* md, lg */
@media(min-width: 992px) {
  div.single-subtitle {
    font-size: 28px;
  }
}

div#default_single_content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
div#default_single_content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
div#default_single_content h3 {
  font-size: 18px;
  font-weight: bolder;
}
div#default_single_content h4 {
  font-size: 18px;
  font-weight: bolder;
  color: #206ec8;
}
div#default_single_content h5 {
  font-size: 18px;
  font-weight: bolder;
  color: #00c6ff;
}
div#default_single_content h6 {
  font-size: 18px;
  font-weight: bolder;
  text-align: left;
  padding-left: 20px;
  color: #3d4955;
  border-bottom: 1px dashed #c0c0c0;
}
/* this is broken, currently underlineed text is rendered with an id of the text */
h1#alt-h1 {
  font-size: 28px;
  text-decoration: underline;
}
/* this is broken, currently underlineed text is rendered with an id of the text */
h2#alt-h2 {
  font-size: 22px;
  text-decoration: underline;
}

div#default_single_content ol {
  text-align: left;
}
div#default_single_content ul {
  text-align: left;
}

div#default_single_content pre code {
  display: block;
  text-align: left;
}

div#default_single_content table {
  border: 1px solid #dddddd;
  width: 50%;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#default_single_content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

div#default_single_content table th {
  border: 1px solid #dddddd;
  padding: 6px 13px;
  text-align: center;
}

div#default_single_content table td {
  border: 1px solid #dddddd;
  padding: 6px 13px;
}

div#default_single_content blockquote {
  text-align: left;
}

div#default_single_content hr {
  background-color: #e7e7e7;
  height: 0.25em;
}


div#container_support {
  margin-top: 20px;
}

div.container-support-col {
  padding: 15px;
  text-align: left;
}

div#connection_info {
  font-size: 16px;
  border: 2px solid #e8e1c3;
  border-radius: 5px;
  background-color: #fef8de;
  padding-left: 6px;
  padding-right: 6px;
}

div#connection_info .connection-info-row {
  list-style: none;
  padding-top: 4px;
  padding-bottom: 4px;
}
div#connection_info div.connection-info-row span.head {
  font-size: 20px;
  font-weight: bold;
}
div#connection_info div.connection-info-row span.title {
  font-size: 16px;
  font-weight: bold;
}
div#connection_info div.connection-info-caption {
  border-top: 1px solid #e8e1c3;
  margin-top: 6px;
  padding-top: 6px;
  font-size: 16px;
}

div#more_info {
  margin-top: 25px;
  border-top: 2px dashed #d0d0d0;
  padding-top: 20px;

}
div#more_info div.more-info-row span.head {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
div#more_info div.more-info-row span.plain {
  display: block;
  padding-left: 14px;
  padding-bottom: 10px;
}


div#support_faq div.support-faq-row span.head {
  font-size: 20px;
  font-weight: bold;
}
div#support_faq div.support-faq-row {
  padding-top: 6px;
  padding-bottom: 6px;
}

div#contact_info {
  margin-top: 25px;
  border-top: 2px dashed #d0d0d0;
  padding-top: 20px;
}
div#contact_info div.contact-info-row span.plain {
  display: block;
  padding-left: 14px;
}
div#contact_info div.contact-info-row span.head {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
div#contact_info div.contact-info-row span.dept {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}


div#blog_container {
  width: 100%;
  text-align: left;
}

div#blog_posts {
}

div#blog_posts div.post {
  margin-bottom: 20px;
}

div#blog_posts div.post div.head a {
  font-size: 22px;
  font-weight: bold;
}

div#blog_posts div.post div.head {
  padding: 8px;
  font-size: 14px;
  background-color: #fef8de;
  color: #3d4955;
  padding-bottom: 8px;
  border-bottom: 3px solid #e8e1c3;
  margin-bottom: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

div#blog_posts .summary {
  width: 100%;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

button.read-more-button {
  background-image: none;
  background-color: white;
  color: #144c8c;
  text-transform: uppercase;
  font-family: Lato;
  font-size: 12px;
  line-height: 1em;
  padding: 8px 20px 8px 20px;
  border-radius: 500px;
  border: 1px solid rgba(20, 76, 140, 0.36);

  margin-left: 8px;

  /* hide active outline on mobile */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;

}
button.read-more-button:hover,  button.read-more-button:focus {
  background-image: none;
  background-color: white;
  color: #144c8c;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(20, 76, 140, 0.36);
  -moz-box-shadow: 0px 0px 0px 3px rgba(20, 76, 140, 0.36);
  box-shadow: 0px 0px 0px 3px rgba(20, 76, 140, 0.36);
}
button.read-more-button:active:focus {
  background-color: #23a6fc;
  color: white;
}

div#blog_posts .pagination {
  font-size: 14px;
}

div#blog_nav {
}
div#blog_sidebar {
}

div#blog_sidebar .title {
  color: #3d4955;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  text-transform: capitalize;
}

div#blog_sidebar .label {
  background-color: #fdf3e7;
  color: #ff6401;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #f8a66e;
  text-transform: lowercase;
}

span#category-title {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}

span#tag-title {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}

li.category_list {
  padding-top: 5px;
  padding-bottom: 10px;
}
li.category_list .title a {
  font-size: 20px;
  font-weight: bold;
}

li.category_list .description {
  display: block;
  font-size: 18px;
  margin-left: 15px;
}

li.category_list .date {
  font-size: 14px;
  margin-left: 15px;
}

div#blog_container div.breadcrumb-container {
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
  padding-left: 15px;
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}
div#blog_container ol.breadcrumbs {
  padding-left: 0px;
}

div#blog_container ol.breadcrumbs li {
  list-style: none;
  float: left;
  padding-right: 4px;
}

div#blog_container ol.breadcrumbs li:before {
  font-size: 14px;
  content: "▶";
  color: #ddd3c7;;
  padding-right: 5px;
}

div#blog_container ol.breadcrumbs li a {
  font-size: 14px;
}

div#blog_post .title {
  font-size: 26px;
  font-weight: bold;
}

div#blog_post .description {
  font-size: 18px;
}

div#blog_post .post_date {
  font-size: 14px;
}


div#container_guides {
}

div#container_guides .container-guides-col {
  text-align: center;
}

div.guide-section-title {
  line-height: 2em;
  font-size: 20px;
  font-weight: bold;
  color: #3d4955;
  text-transform: capitalize;
  margin-top: 20px;
}

div.client-software-container {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

div.client-software-container .client-software-icon {
  width: 150px;
  height: 150px;
}

div.client-software-platform {
  margin-top: -16px;
  text-align: right;
  margin-bottom: 6px;
  min-height: 32px;
}

div.client-software-platform .platform img {
  background-color: rgba(61, 73, 85, 0.15);
  height: 32px;
  width: 32px;
  padding: 4px;
  border: 1px solid rgba(61, 73, 85, 0.25);
  border-radius: 5px;
}

div.client-software-container .client-software-title {
  display: table-cell;
  background-color: #4093ee;
  width: 150px;
  height: 50px;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.50);
}

div.client-software-container .client-software-description {
  color: #3d4955;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 6px;
}


div#container_activity {
}

div#container_activity .container-activity-col {
  text-align: center;
}

div.usenet-activity-container {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

div.usenet-activity-container .usenet-activity-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 6px;
}

div.usenet-activity-container .usenet-activity-title {
  display: table-cell;
  background-color: #4093ee;
  width: 150px;
  height: 50px;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.50);
}

div.usenet-activity-container .usenet-activity-description {
  color: #3d4955;
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 6px;
}

div.usenet-activity-platform {
  margin-top: -16px;
  text-align: right;
  margin-bottom: 6px;
  min-height: 32px;
}

div.usenet-activity-platform .platform img {
  background-color: rgba(61, 73, 85, 0.15);
  height: 32px;
  width: 32px;
  padding: 4px;
  border: 1px solid rgba(61, 73, 85, 0.25);
  border-radius: 5px;
}


div#guide_container {}

div#guide_container div.breadcrumb-container {
  border-top: 1px dotted #e0e0e0;
  border-bottom: 1px dotted #e0e0e0;
  padding-left: 15px;
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}
div#guide_container ol.breadcrumbs {
  padding-left: 0px;
}

div#guide_container ol.breadcrumbs li {
  list-style: none;
  float: left;
  padding-right: 4px;
}

div#guide_container ol.breadcrumbs li:before {
  font-size: 14px;
  content: "▶";
  color: #ddd3c7;;
  padding-right: 5px;
}

div#guide_container ol.breadcrumbs li a {
  font-size: 14px;
}

div#guide_head {
  margin: 15px;
  margin-bottom: 40px;
}

div#guide_head .icon {
  float: left;
  height: 150px;
  width: 150px;
  margin-right: 15px;
}

div#guide_head .heading {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  border-left: 4px solid #e0e0e0;
  padding-left: 15px;
}

div#guide_head .heading .title {
  font-size: 26px;
  font-weight: bold;
}

div#guide_head .heading .description {
  font-size: 18px;
}

div#guide_container div#guide_post {
  margin: 15px;
  margin-top: 30px;
}

div#guide_post img {
  width: auto;
  max-width: 100%;
}

div#guide_post p {
	padding-left: 20px;
}

#group_data_container {
  text-align: center;
  margin-bottom: 30px;
}

#group_data_container div.group_data_block {
  border: 5px solid #e8e1c3;
  border-radius: 6px;
  background-color: #fef8de;

  vertical-align: top;
  display: inline-table;

  color: #3d4955;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 190px;
  height: 190px;
}

#group_data_container div.group_data_block div.title {
  padding-top: 10px;
  padding-bottom: 6px;
  position: absolute;
  text-transform: uppercase;
  width: 180px;
  font-weight: bold;
  font-family: Varela Round;
  font-size: 16px;
  color: #b3a881;
}

#group_data_container div.group_data_block .text {
  position: relative;
  display: table-cell;
  vertical-align: middle;

  padding-top: 20px;
  line-height: 1em;
  font-family: Varela Round;
  font-size: 38px;
}


#group_data_container div.group_data_block_textonly {
  border: 5px solid #e8e1c3;
  border-radius: 6px;
  background-color: #fef8de;
  vertical-align: top;
  display: inline-table;

  margin-right: 15px;
  margin-bottom: 15px;
  width: 190px;
  height: 190px;

  color: #b3a881;
  font-family: Varela Round;
  font-size: 24px;
}

#group_data_container div.group_data_block_textonly .text {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}


#group_data_container div.group_data_block .unit {
  font-family: Varela Round;
  font-size: 26px;
  text-transform: capitalize;
}

#grouplist_container {
  position: relative;
}

#grouplist_search {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding: 5px;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner {
  display: inline-block;
  content: '';
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
  vertical-align: text-top;
}

#grouplist_results ul {
  list-style: none;
  padding-top: 15px;
  padding-left: 36px;
}

#grouplist_results li:before {
content: '▷';
color: #c0c0c0;
margin: 0 4px;
float: left; margin-left: -12px;
}

#grouplist_results li {
  margin-left: -24px;
  margin-bottom: 10px;
}

#grouplist_results li span {
  margin-right: 10px;
}

#grouplist_results span.charter {
  color: #999999;
  margin-right: 0px;
}

#grouplist_results span.desc {
  color: #999999;
}

#grouplist_download {
  margin-top: 40px;
  background-color: #f0f0f0;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding: 5px;
}


form.contact-form fieldset {
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
}
/* md, lg */
@media (min-width: 992px) {
  form.contact-form fieldset {
    max-width: 990px;
  }
}


form.contact-form legend {
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  max-width: 230px;
}

form.contact-form p {
  padding-bottom: 5px;
  border-bottom: 2px solid #ececec;
}

form.contact-form label {
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 10px;
}
/* md, lg */
@media (min-width: 992px) {
  form.contact-form label {
    min-width: 250px;
    margin-left: 0px;
  }
}

form.contact-form input, textarea {
  margin-left: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 230px;
}
/* md, lg */
@media (min-width: 992px) {
  form.contact-form input, textarea {
    width: 450px;
  }
}

form.contact-form textarea {
  height: 250px;
}

form.contact-form label.error {
  text-align: left;
  font-weight: normal;
  margin-left: 10px;
  font-size: 14px;
  color: red;
}
/* md, lg */
@media (min-width: 992px) {
  form.contact-form label.error {
    margin-left: 266px;
  }
}

form.contact-form input.submit {
  background-color: #659fde;
  color: #fff;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* md, lg */
@media (min-width: 992px) {
  form.contact-form input.submit {
    margin-left: 264px;
    width: 200px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}


form.contact-form input.submit:active {
  background-color: #2e67a6;
}


div.port-list {
  padding-left: 16px;
}
