@charset "UTF-8";

body {
  font-family: 'Ruckus_Dual', 'Arial Unicode MS', 'Arial', sans-serif;
  background-color: #f4f4f4;
  color: #161616;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeSpeed;
  font-smooth: always;
}

@media (min-width: 120em) {
  body {
    font-size: 120%;
  }
}

header, main, footer {
  min-width: 20em;
}

header:before, header:after, main:before, main:after, footer:before, footer:after {
  content: " ";
  display: table;
}

header:after, main:after, footer:after {
  clear: both;
}

main {
  background-color: #f4f4f4;
  color: #818181;
}

main:before, main:after {
  content: " ";
  display: table;
}

main:after {
  clear: both;
}

p {
  font-size: 1em;
  margin: 0 0 16px 0;
}

p:last-of-type {
  margin: 0;
}

a:link, .read-more:link, a:visited, .read-more:visited, a:hover:before, .read-more:hover:before, a:active:before, .read-more:active:before, a:focus:before, .read-more:focus:before, a:hover:after, .read-more:hover:after, a:active:after, .read-more:active:after, a:focus:after, .read-more:focus:after, nav a:hover, nav .read-more:hover, nav a:active, nav .read-more:active, nav a:focus, nav .read-more:focus {
  text-decoration: none;
}

a:link, .read-more:link, a:visited, .read-more:visited {
  color: #0047ba;
}

a:hover, .read-more:hover, a:active, .read-more:active, a:focus, .read-more:focus {
  color: #ed7a23;
  text-decoration: underline;
}

a:focus, .read-more:focus {
  outline-width: 0;
}

a:focus img, .read-more:focus img, a:focus svg, .read-more:focus svg {
  outline: 1px dotted;
}

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav ul li {
  list-style: none;
}


/* Header */

.header-global {
  background-color: black;
  color: #f4f4f4;
  position: relative;
  height: 50px;
  padding: 0 0 0 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-global a {
  color: #f4f4f4;
}

@media (min-width: 40em) {
  .header-global {
    height: 60px;
  }
}

.header-global nav {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-global nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.quick-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.quick-links li {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.quick-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2em;
  padding-left: 8px;
  padding-right: 8px;
  height: 100%;
}

.quick-links .btn-cloud-login {
  transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
  background-color: #00a8e1;
  color: #f4f4f4;
  padding: 0.325rem 0.75rem;
  margin: 0 0.25rem 0.5rem 0;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.4px;
  cursor: pointer;
  border: 1px solid #0084b1;
  text-transform: capitalize;
  margin: 0;
  padding: 0.325rem .5rem;
}

@media (min-width: 40em) {
  .quick-links .btn-cloud-login {
    padding: 0.125rem 0.75rem;
  }
}

.quick-links .btn-cloud-login:only-child {
  margin-bottom: 0;
}

.quick-links .btn-cloud-login:link, .quick-links .btn-cloud-login:visited {
  color: #f4f4f4;
}

.quick-links .btn-cloud-login:hover, .quick-links .btn-cloud-login:active, .quick-links .btn-cloud-login:focus {
  background: #0084b1;
  text-decoration: none;
  color: #f4f4f4 !important;
}


.quick-links .btn-cloud-login .icon-cloud {
  width: 22px;
  height: auto;
  margin-right: 4px;
}

@media (min-width: 40em) {
  .quick-links .btn-cloud-login {
    margin-left: 10px;
    padding: 0.325rem .75rem;
  }
}

.quick-links .btn-cloud-login span {
  display: none;
}

@media (min-width: 40em) {
  .quick-links .btn-cloud-login span {
    display: inline;
    padding-top: 3px;
  }
}

.quick-links .btn-cloud-login .icon-cloud {
  display: inline;
  margin: 0;
}

@media (min-width: 40em) {
  .quick-links .btn-cloud-login .icon-cloud {
    display: none;
  }
}

@media (min-width: 64em) {
  .quick-links .btn-cloud-login .icon-cloud {
    display: inline;
    margin-right: 0.325em;
  }
}

.link-home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-home img {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 122.0339px;
  height: 36px;
}

@media (min-width: 64em) {
  .link-home img {
    width: 135.59322px;
    height: 40px;
  }
}

.mobile-nav {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.mobile-nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2em;
  padding-left: 8px;
  padding-right: 8px;
  height: 100%;
}


/* Menu Interaction */

ul.quick-links {
  display: none;
}

ul.quick-links.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  min-height: 40px;
  z-index: 999;
  background-color: black;
  border-top: 1px solid #818181;
}

@media (min-width: 40em) {
  ul.quick-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-nav {
    display: none;
  }
}


/* Hero image */

@-ms-keyframes happylittleCloud {
  from {
    left: -45%;
  }

  to {
    left: 120%;
  }
}

@-webkit-keyframes happylittleCloud {
  from {
    left: -45%;
  }

  to {
    left: 120%;
  }
}

@-moz-keyframes happylittleCloud {
  from {
    left: -45%;
  }

  to {
    left: 120%;
  }
}

keyframes happylittleCloud {
  from { left: -45%;
}

to {
  left: 120%;
}
	}

@-ms-keyframes fluffylittleCloud {
  from {
    left: -100%;
  }

  to {
    left: 120%;
  }
}

@-webkit-keyframes fluffylittleCloud {
  from {
    left: -100%;
  }

  to {
    left: 120%;
  }
}

@-moz-keyframes fluffylittleCloud {
  from {
    left: -100%;
  }

  to {
    left: 120%;
  }
}

keyframes fluffylittleCloud {
  from { left: -100%;
}

to {
  left: 120%;
}
	}

@-ms-keyframes puffylittleCloud {
  from {
    left: -40%;
  }

  to {
    left: 110%;
  }
}

@-webkit-keyframes puffylittleCloud {
  from {
    left: -40%;
  }

  to {
    left: 110%;
  }
}

@-moz-keyframes puffylittleCloud {
  from {
    left: -40%;
  }

  to {
    left: 110%;
  }
}

keyframes puffylittleCloud {
  from { left: -40%;
}

to {
  left: 110%;
}
	}

@media all and (min-width: 800px) {
		@  -ms-keyframes happylittleCloud {
    from { left: -25%;
  }

  to {
    left: 120%;
  }
}

@-webkit-keyframes happylittleCloud {
  from {
    left: -25%;
  }

  to {
    left: 120%;
  }
}

@-moz-keyframes happylittleCloud {
  from {
    left: -25%;
  }

  to {
    left: 120%;
  }
}

keyframes happylittleCloud {
  from { left: -25%;
}

to {
  left: 120%;
}
		}

@-ms-keyframes fluffylittleCloud {
  from {
    left: -50%;
  }

  to {
    left: 120%;
  }
}

@-webkit-keyframes fluffylittleCloud {
  from {
    left: -50%;
  }

  to {
    left: 120%;
  }
}

@-moz-keyframes fluffylittleCloud {
  from {
    left: -50%;
  }

  to {
    left: 120%;
  }
}

keyframes fluffylittleCloud {
  from { left: -50%;
}

to {
  left: 120%;
}
		}

@-ms-keyframes puffylittleCloud {
  from {
    left: -20%;
  }

  to {
    left: 110%;
  }
}

@-webkit-keyframes puffylittleCloud {
  from {
    left: -20%;
  }

  to {
    left: 110%;
  }
}

@-moz-keyframes puffylittleCloud {
  from {
    left: -20%;
  }

  to {
    left: 110%;
  }
}

keyframes puffylittleCloud {
  from { left: -20%;
}

to {
  left: 110%;
}
		}
	}

.hero {
  background-color: #9dcae0;
  background-image: url(landscape.png);
  background-repeat: repeat-x;
  color: #f8f8f8;
  font-weight: 200;
  font-size: 2.8em;
  text-align: center;
  line-height: 1em;
  margin: 0;
  text-shadow: 0 1px 4px rgba(62,74,84,0.7), 0 0 1px rgba(0,0,0,0.75);
  position: relative;
  overflow: hidden;
  text-stroke: 1px black;
}

.hero p {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

@media all and (min-width: 600px) {
  .hero p {
    line-height: 1.2em;
  }
}

@media all and (min-width: 800px) {

  .hero {
    font-size: 2.8em;
  }

  .hero p {
    top: 30%;
    font-size: 1.4em;
  }
}

img.background {
  display: block;
  max-width: 100%;
  min-height: 320px;
  margin: 0 auto;
}

img.cloud01 {
  position: absolute;
  max-width: 100%;
  top: 5%;
  z-index: 5;
  -ms-animation: happylittleCloud 40s linear infinite;
  -webkit-animation: happylittleCloud 40s linear infinite;
  -moz-animation: happylittleCloud 40s linear infinite;
  animation: fluffylittleCloud 40s linear infinite;
}

img.cloud02 {
  position: absolute;
  max-width: 100%;
  top: 7%;
  z-index: 3;
  -ms-animation: fluffylittleCloud 80s linear infinite;
  -webkit-animation: fluffylittleCloud 80s linear infinite;
  -moz-animation: fluffylittleCloud 80s linear infinite;
  animation: fluffylittleCloud 80s linear infinite;
}

img.cloud03 {
  position: absolute;
  max-width: 100%;
  top: 50%;
  z-index: 3;
  -ms-animation: puffylittleCloud 60s linear infinite;
  -webkit-animation: puffylittleCloud 60s linear infinite;
  -moz-animation: puffylittleCloud 60s linear infinite;
  animation: fluffylittleCloud 60s linear infinite;
}

img.foreground-hill, img.foreground-doghouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  z-index: 9;
}

img.foreground-hill {
  bottom: 0;
}

img.foreground-doghouse {
  bottom: 5%;
  width: 231px;
}


/* Footer */

.footer-global {
  display: block;
  font-weight: 400;
  background-color: black;
  font-size: 1rem;
  color: #f4f4f4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-global a {
  color: #f4f4f4;
  display: inline-block;
}

.status {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  padding: 1.25rem;
}
@media (min-width: 60em) {
  .status {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
}

.status h2 {
  color: #D8D8D8;
  font-size: 1.325em;
  margin-bottom: 0.5em;
}

@media (min-width: 60em) {
  .status div {
    width: 70%;
    float: right;
  }
}

.footer-address {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.825rem;
  border-top: 1px solid #818181;
  padding: 1.25rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 40em) {
  .footer-address {
    -webkit-flex: 0 0 16rem;
    -ms-flex: 0 0 16rem;
    flex: 0 0 16rem;
    text-align: left;
    border-top: 0px none;
    border-left: 1px solid #818181;
  }
}

.footer-address p {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 40em) {
  .footer-address p {
    -webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

.footer-address p span {
  display: block;
  padding-top: 0.75rem;
}

.footer-address .link-brocade {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.copyright {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
  max-width: 100%;
  font-size: 0.825rem;
  border-top: 1px solid #818181;
  padding: 0.825rem 1.25rem;
  text-align: center;
  margin-bottom: 0;
}
