/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;

}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Media Query for Desktop.
   ========================================================================== */
h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
  color: #EAEAEA;
  text-transform: uppercase;

}

nav a {
  font-family: 'Open Sans', Georgia, serif;
  color: #EAEAEA;

}

h1 {
  font-size: 3rem;
  line-height: 1.05em;
}

h2 {
  font-size: 4.75rem;
  line-height: 1.25em;
}

h4 {
  font-size: 2rem;
  line-height: 1em;
  font-family: 'Open Sans', Georgia, serif;
  font-weight: 600;
}

p {
  font-size: 1.2rem;
  line-height: 2em;
  margin: 1.375em 0;
  font-family: 'Open Sans', Georgia, serif;
  font-weight: 100;
}

body {
  background-color: #efefef;
  color: #EAEAEA;
  height: 100%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  display: block;
  margin-left: 40px;
  padding: 0;
  float: left;

}

nav a:hover, nav a.selected {
  color: #d39465;
}

a:focus {
  outline: none;
}

nav {
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99999;
}

nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

nav.stuck ul {
  display: block;
  margin: 0 auto;
  /*        width:98%;
          max-width:1196px;*/
}

nav .navbar-inner {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: none;
  border-bottom: 1px solid #232323;
  height: 60px;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

header {
  position: relative;
  z-index: 9999;
}

.container {
  margin: 0 auto;
  width: 980px;
  position: relative;

}

nav .logo {
  padding: 10px 0 0 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 200px;
}

nav img {
  width: 200px;
}

.menu {

  position: absolute;
  right: 0;
  top: 18px;
}

.menu a {
  color: #9E9E9E;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .9px;
  line-height: 58px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}

#sl_wrapper {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
}

#slider_container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

#slider {
  width: 300%;
  height: 100%;
}

.slides {
  height: 100%;
  width: 33.33333%;
  position: relative;
  float: left;
}

.slides img {
  height: 100%;
  width: 100%;
}

.slide {
  position: absolute;
  bottom: 0;
  color: white;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  margin-top: 400px;
}

.slide h1 {
  position: relative;
  width: 980px;
  margin: auto;
  padding-top: 250px;
  padding-bottom: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #c6c6c6;
  border-bottom: 4px solid #c6c6c6;
}

.slide h4 {
  font-size: 1.3rem;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
  margin-top: 10px;
}

section h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
  margin: auto;
  margin-bottom: 70px;
  color: #2d2d2d;
  letter-spacing: .3px;
  margin-top: 40px;
  font-size: 3.75rem;
}

section {
  padding-top: 20px;
}

.server {
  background: url(../img/server.jpg) no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.workstation {
  background: url(../img/workstation.jpg) no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.workstation:after {
  background-color: rgba(40, 40, 40, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}

.shortinfo {
  color: #2d2d2d;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 100px;
}

.shortinfo .glyphicons-display {
  float: left;
  font-size: 8rem;
  margin-top: 100px;
  margin-right: 50px;
}

.shortinfo .glyphicons-database {
  float: left;
  font-size: 8rem;
  margin-top: 120px;
  margin-right: 50px;
}

.icons h3 {
  font-family: 'Open Sans', Georgia, serif;
  font-size: 1.85rem;
  font-weight: 300;

}

.icons {
  float: left;
  height: 300px;
  text-align: center;
  width: 450px;

}

.product-img {
  position: absolute;
  z-index: 1111;
  top: -300px;
  text-align: center;
  left: 40px;
}

.icons span {
  font-size: 9rem;
}

.shortinfo span, h4, p {
  padding: 0 25px 0 25px;
}

#sol {
  padding-left: 0;
}

.banner {
  background-color: rgba(73, 73, 73, 1);
  height: 650px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}

.banner img {
  height: auto;
  max-width: 100%;
  min-height: 650px;
  min-width: 960px;
  position: relative;
  width: 100%;
  opacity: .15;
}

.banner:after {
  background-color: rgba(73, 73, 73, 1);
  content: "";
  height: 650px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-box-shadow: inset 0 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.wsslogan p {
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.75em;
  width: 100%;
  margin-top: 15%;
  position: absolute;
  text-align: center;
}

p.has-line:after {
  content: "";
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 4px;
  background: none repeat scroll 0% 0% #ffffff;
  position: absolute;
  bottom: -25px;
}

p.has-line:before {
  content: "";
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 3px;
  background: none repeat scroll 0% 0% #ffffff;
  position: absolute;
  top: -25px;
}

.tagline {
  width: 100%;
  height: 55px;
  background-color: #d56e35;
  text-align: center;
}

.greyline {
  width: 100%;
  height: 55px;
  background-color: #2d2d2d;
  text-align: center;
}

.greyline p, .tagline p {
  margin-top: 0;
  font-size: 85%;
  padding-top: 15px;
  font-weight: 600;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.greyline:hover, .greyline:active, .greyline:focus {
  background-color: #d56e35;
}

.tagline:hover, .tagline:active, .tagline:focus {
  background-color: #2d2d2d;
}

.features {
  height: 900px;
  padding-top: 0;
}

.header h2 {
  text-align: left;
  line-height: .98em;
  font-weight: 800;
  margin-bottom: 40px;
}

h2.line:after {
  content: "";
  left: 0;
  width: 100px;
  height: 4px;
  background: none repeat scroll 0% 0% #2d2d2d;
  position: absolute;
  z-index: 1111;
  bottom: 75px;
}

.header {
  margin: 300px 0 0 8%;
  position: relative;
  width: 30%;
  float: left;
}

.header p {
  color: #2d2d2d;
  padding-left: 0;
  margin-top: 0;
}

.features-left {
  float: right;
  width: 60%;
  background-color: #dbdbdb;
  height: 100%;
  position: relative;
}

.box {
  float: left;
  width: 33.333%;
  height: 300px;
  color: #1C1C1C;
  cursor: pointer;
}

.box-top:before, .box-top:after {
  box-sizing: border-box;
}

.box-top {
  border-color: #737373;
  border-image: none;
  border-style: solid solid none none;
  border-width: 1px 1px medium medium;
  box-sizing: border-box;
}

.box-top.left {
  border-left: 1px solid;
}

.content {
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 33.33%;
  height: 300px;
  transition: linear .4s;
  -webkit-transition: linear .4s;
}

.content img {
  top: 70px;
  font-size: 80px;
  position: relative;
  width: 185px;
  margin-bottom: 130px;
}

.content:hover {
  background-color: #2d2d2d;
  box-sizing: border-box;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .45);
  -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .45);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .45);
  border: .2px solid #565656;
  color: #ffffff;
}

.center-change {
  z-index: 99;
  height: 300px;
  width: 100%;
  margin-right: 33.33%;
  margin-left: -33.33%;
  margin-top: 0;
  background-color: #2d2d2d;
  color: #ffffff;
}

.right-change {
  z-index: 99;
  height: 300px;
  width: 100%;
  margin-left: -66.66%;
  margin-right: 0;
  background-color: #2d2d2d;
  color: #ffffff;

}

.left-change {
  z-index: 99;
  height: 300px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  background-color: #2d2d2d;
  color: #ffffff;
  padding-top: -100px;

}

div.content.left-change:hover,
div.content.center-change:hover,
div.content.right-change:hover {
  border: none;
  box-sizing: content-box;
}

.box .left-change span,
.box .center-change span,
.box .right-change span {
  display: none;
}

.box .left-change h3,
.box .center-change h3,
.box .right-change h3 {
  top: -90px;
}

.left-change .info p,
.center-change p,
.right-change p {
  margin-top: -90px;
}

/*
 I made this an inline-block so that it supports transformations (which inline does not) - so that the glyphicons can
 be flipped (with the flip class - which uses a scaleX transform).
*/
.box span {
  display: inline-block;
  top: 90px;
  font-size: 6rem;
  position: relative;
  margin-bottom: 30px;
  margin-left: 38%;
  transition: linear .3s;
  -webkit-transition: linear .3s;
}

.box span:hover {
  text-shadow: 5px 1px 0 rgba(2, 2, 2, 1);
}

.box h3 {
  position: relative;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-top: 120px;
  text-align: center;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  top: -24px;
}

.info {
  display: none;
  margin: auto;
  width: 90%;
}

.info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 300;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}

.hide {
  display: block;
}

#sol .box {
  margin-top: 20px;
  margin-bottom: 200px;
}

.aboutslogan p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.75em;
  width: 100%;
  position: absolute;
  text-align: center;
  top: -450px;
  z-index: 1111;
}

p.has-line:after {
  content: "";
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 4px;
  background: none repeat scroll 0% 0% #ffffff;
  position: absolute;
  bottom: -25px;
}

p.has-line:before {
  content: "";
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 3px;
  background: none repeat scroll 0% 0% #ffffff;
  position: absolute;
  top: -25px;
}

.shortinfo img {
  float: left;
  margin-right: 4%;
}

li {
  list-style: none;
}

.bold {
  font-weight: 600;
}

#aboutus span {
  padding: 0;
}

.quarter {
  width: 33.33%;

  padding-bottom: 20px;
  float: left;
}

.half {
  width: 50%;
  float: left;
}

.location {
  position: absolute;
  top: -500px;
  z-index: 2222;
  width: 100%;

}

.location h4 {
  font-weight: 300;
  font-size: 1.35rem;
  padding-left: 0;
}

.location h5 {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: -15px;
}

.location h5 a {
  color: inherit;
  text-decoration: none;
}
.location h5 a:hover {
  color: #d39465;
}
.location p {
  font-size: .95rem;
  line-height: 1.65em;
  padding-left: 0;
}

.half h5 {
  padding-top: 0;
  margin-top: 0;
}

#infoMenu {
  height: 20px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: .9em;
  padding: 8px 0;
  line-height: 0;
  background-color: #2d2d2d;
}

/* we'll re-use .menu from the top menu - but need to tweak a few things */
#infoMenu ul.menu {
  padding: 0;
  top: inherit;
}

#infoMenu ul.menu li a {
  display: block;
  margin: 0 22px 0 0;
  position: inherit;
  line-height: inherit;
}

#infoMenu ul.menu li a:hover {
  color: #d39465;
}

#infoMenu ul.menu li {
  display: inline-block;
  position: relative
}

/* ==========================================================================
   Media Query for wide Layout.
   ========================================================================== */

@media only screen and (max-width: 1500px) {

  .tagline p, .greyline p {
    font-size: 70%;
    line-height: 1.4em;
    padding-top: 18px;
  }

  .box span {
    top: 90px;
    margin-left: 33%;
  }
}

@media only screen and (max-width: 1175px) {

  .box span {
    margin-left: 30%;
  }

  .box h3 {
    font-size: 1rem;
    /*margin-top: 160px;*/
  }

  .info {
    width: 95%;
  }

  .info p {
    font-size: .88rem;
  }

  .header h2 {
    font-size: 3rem;
  }

  .header p {
    font-size: 1rem;
  }

  .tagline p, .greyline p {
    font-size: 68%;
    line-height: 1.2em;
    padding-top: 22px;
  }

}

@media only screen and (max-width: 1010px) {

  h1 {
    font-size: 2.5rem;
    line-height: 1.125em;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.25em;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }

  h4 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1rem;
    line-height: 2em;
    margin: 1em 0;
  }

  .slide h1 {
    position: relative;
    width: 90%;
  }

  .header {
    width: 100%;
    margin-top: 20px;
    margin-left: 35%;
  }

  .features-left {
    width: 100%;
  }

  .container {
    width: 90%;
  }

  section h2 {
    font-size: 2.75rem;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  /*  main {
      margin-top: -200px;

    }*/
  section {
    padding-top: 0;
  }

  .banner {
    height: 450px;
  }

  .banner img {
    min-height: 450px;
    min-width: 680px;
  }

  .banner:after {
    height: 450px;
  }

  .shortinfo {
    text-align: center;
  }

  .shortinfo p {
    text-align: left;
  }

  .shortinfo .glyphicons-display {
    float: none;
    font-size: 7rem;
    margin-top: 50px;
    margin-right: 0;
  }

  .shortinfo .glyphicons-database {
    float: none;
    font-size: 7rem;
    margin-top: 50px;
    margin-right: 0;
  }

  .icons h3 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .icons {
    width: 50%;
  }

  .product-img {
    width: 100%;
  }

  .icons span {
    font-size: 8rem;
  }

  .wsslogan, .aboutslogan {
    left: 0;
    position: absolute;
    width: 100%;

  }

  .aboutslogan {
    top: 70px;
  }

  #aboutus section h2 {
    padding-top: 30px;
  }

  .wsslogan p, .aboutslogan p {
    padding-left: 0;
    font-size: 1.7rem;
  }

  .features {
    height: auto;
  }

  .location {
    top: -400px;
  }

  .container {
    width: 95%;
  }

  .product-img {
    left: 0;
  }

  .tagline {
    height: 65px;
  }
}
@media only screen and (max-width: 800px) {

  li.autoHide800 {
    display: none;
  }
}

/* ==========================================================================
   Author's custom styles
   Default Mobile First Styles
   ========================================================================== */
@media only screen and (max-width: 700px) {

  li.autoHide700 {
    display: none;
  }

  a:focus {
    outline: none;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.25em;
  }

  h2 {
    font-size: 1.3rem;
    line-height: 1.15384615em;
  }

  h3 {
    font-size: 1.375rem;
    line-height: 1.13636364em;
  }

  p {
    font-size: .9rem;
    line-height: 1.95em;
    margin: .9em 0;
  }

  nav li {
    list-style: none;
    display: block;
    padding: 0;
    float: left;
    width: 25%;
    margin: 0;

  }

  nav a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;

  }

  nav {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    width: 98%;
    z-index: 9999;
    color: #999;
  }

  nav.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  nav.stuck ul {
    display: block;
    margin: 0 auto;
    /*        width:98%;
            max-width:1196px;*/
  }

  nav .navbar-inner {
    height: 70px;
  }

  header {
    position: relative;
    z-index: 9999;
  }

  .container {
    margin: 0 auto;
    width: 95%;
    position: relative;

  }

  nav .logo {
    height: 60px;
    padding: 0 0 0 0;
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
  }

  nav img {

    width: 150px;
    margin: auto;
  }

  .menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 40px;
  }

  .menu a {
    line-height: 40px;
    padding: 0;
  }

  .slides img {
    visibility: hidden;
  }

  .slide h1 {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #191919;
    border-bottom: 4px solid #191919;
  }

  .slide h4 {
    font-size: 1rem;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    margin-top: 10px;
  }

  main {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .banner {
    height: 350px;
  }

  #contactus .banner {
    height: 500px;
    background-color: inherit;
  }

  .location {
    top: -600px;
  }

  .banner img {
    min-height: 350px;
    min-width: 300px;
  }

  .banner:after {
    height: 350px;
  }

  .box {
    width: 100%;
    color: #1C1C1C;
    list-style: none;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    height: 200px;
  }

  .content {
    position: absolute;
    width: 100%;
    height: 200px;
    background: #1C1C1C;
    padding: 0;
    color: white;
    -moz-transition: none;
    transition: none;
    -webkit-transition: none;
    o-transition: none;

  }

  .box span {
    top: 60px;
    font-size: 60px;
    position: relative;
    margin: auto;
    text-shadow: 5px 1px 0 rgba(2, 2, 2, 1);
    /*
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    */
    padding-bottom: 13px;
    margin-bottom: 3px;
    padding-top: 13px;
  }

  .box h3 {
    margin-top: 100px;
  }

  .center-change {
    z-index: 3333;
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: #2d2d2d;
    color: #ffffff;
  }

  .right-change {
    z-index: 3333;
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #2d2d2d;
    color: #ffffff;

  }

  .left-change {
    z-index: 3333;
    height: auto;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    background-color: #2d2d2d;
    color: #ffffff;
    padding-top: -100px;

  }

  .left-change span, .center-change span, .right-change span {
    display: initial;
  }

  .left-change h3,
  .center-change h3,
  .right-change h3 {
    top: 0;
  }

  .left-change .info p,
  .center-change p,
  .right-change p {
    margin-top: 0;
  }

  /*.box h3 {
    font-size:1rem;
    text-transform: uppercase;
    margin-top: 80px;
    color:white;
    font-weight: 200;

  }*/
  .info {
    display: block;
    color: white;
    position: relative;
    margin-left: 0;
  }

  #sol .box {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #sol h2, #aboutus h2 {
    padding-top: 30px;
    font-size: 1.5rem;
  }

  #contactus h2 {
    padding-top: 30px;
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .icons h3 {
    font-size: .9rem;
    font-weight: 300;
  }

  .product-img {
    width: 100%;
    top: -150px;
  }

  .icons {
    height: auto;
  }

  .icons span {
    font-size: 4rem;
  }

  .greyline p {
    font-size: .56rem;
    line-height: 1.45em;
    padding-top: 15px;
  }

  .shortinfo {
    margin-top: 35px;
  }

  .shortinfo p {
    padding-left: 4px;
    padding-right: 4px;
    font-size: .85rem;
  }

  .wsslogan {
    margin-top: 100px;
    position: absolute;
    left: 2%;
  }

  .wsslogan p {
    font-size: 1.15rem;
  }

  .tagline p {
    font-size: .56rem;
    line-height: 1.45em;
    padding-top: 15px;
  }

  .header h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
  }

  .header {
    margin-left: 20px;
  }

  .header p {
    margin-left: 0;
    text-align: left;
  }

  h2.line:after {
    content: "";
    left: 0;
    width: 50px;
    height: 4px;
    background: none repeat scroll 0% 0% #2d2d2d;
    position: absolute;
    z-index: 1111;
    bottom: 50px;
  }

  .info {
    width: 100%;
  }

  .aboutslogan p {
    font-size: 1rem;
    top: -300px;
  }

  #aboutus .tagline p {
    width: 100%;
    padding-left: 0;
    padding-top: 7px;
  }

  #aboutus .shortinfo img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #contactus .banner img, .quarter img, #contactus .banner:after {
    display: none;
  }

  .quarter {
    padding-top: 30px;
    padding-bottom: 0;
    float: none;
    width: 100%;
    text-align: left;
    margin-left: 10px;
    color: #212121;
  }

  .quarter h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .location {
    margin-top: 50px;
  }

  .quarter h5 {
    margin-top: 10px;
  }

  #contactus div.quarter:first-child {
    padding-top: 50px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}
