/*
* Custom styles for ViaSat
*/

body {
  background: #58595b;
}
* {
  box-sizing: border-box;
}
#page-wrapper {
  background: #fff;
}

#header-wrapper {
  position: relative;
  z-index: 600;
  min-height: 122px;
}
#header-wrapper .container {
  max-width: 1070px;
}
#header-wrapper header {
  position: relative;
  clear: both;
  width: 100%;
}
#logo {
  position: relative;
  margin-top: 60px;
  margin-left: 0;
  float: left;
  width: 128px;
}
#logo a {
  position: relative;
}
/*
* Footer
*/
#footer-top {
  margin: 0 0 60px;
}
.block.social-links {
  text-align: center;
  background: #0094d9;
  padding: 20px;
  font-size: 1.4em;
  margin: 0;
}
.block.social-links span {
  display: none;
}
.block.social-links a.social-icon {
  color: #fff;
  margin: 0 10px;
}

#footer-wrapper {
  color: #fff;
  padding-bottom: 30px;
}

.block.footer-about {
  float: left;
  width: 260px;
  padding-right: 60px;
  border-right: 1px solid #818284;
}

.block.footer-about p:last-child {
  margin: 0;
}

footer nav.block {
  float: left;
  width: 14%;
  padding-left: 2%;
}
.block.footer-about h2.block-title,
footer nav.block h2 {
  font-size: 1em;
  min-height: 36px;
  margin-bottom: 15px;
  font-family: 'Signika Semibold';
}
footer nav.block ul.menu {
  margin: 0;
  list-style: none;
}
footer nav.block ul.menu li {
  margin: 0;
  list-style: none;
}
footer nav.block ul.menu li a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 10px;
}
footer nav.block ul.menu li a:before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0095D9;
  font-size: .6em;
  position: absolute;
  top: 5px;
  left: 0;
}

/*
* Styleguide
*/
.pane-node-body ul {
  margin: 0 0px 20px;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-indent: -10px;
}
.pane-node-body ul li {
  position: relative;
  margin: 0 0px 8px 20px;
  padding: 0 0 0 12px;
  list-style-type: none;
  text-indent: -10px;
}


.pane-node-body ul li:before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .6em !important;
  position: absolute;
  top: 5px;
  left: 0;
  color: #6D6E70;
}

.pane-node-body ul li ul li:before {
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px !important;
    position: absolute;
    top: 8px;
    left: 0;
    color: #6D6E70;
}

/*
* Print
*/
#block-vs-custom-vs-custom-page-print {
  clear: both;
	margin: 0 auto;
}
#block-vs-custom-vs-custom-page-print a {
  text-transform: uppercase;
  font-size: .8em;
}
#block-vs-custom-vs-custom-page-print a:before {
  content: "\f02f";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1em;
  margin-right: 5px;
}

.block-content hr {
    height: 0;
    border-top: none;
    border-bottom: 1px solid #d0d1d2;
}

#office-hero-image {
  height: 420px;
  background-size: cover;
  background-position: center center;
}

.btn a {
    border: 1px solid #6D6E70;
    padding: 5px 11px;
    color: #6D6E70;
}
.btn a:hover{
    background-color: #0095d9;
    color: #fff;
    border: 1px solid #0095d9;
}