.lead h5 {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .8rem;
  color: #698CB2;
  margin-top: 0;
  margin-bottom: 28px;
}

.lead h3 {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .8rem;
  color: #698CB2;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 28px;
}

.lead h4 {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  font-size: 1.2rem;
  margin-bottom: .5rem;
  line-height: 1.1;
  margin: 0.67em 0;
  font-weight: 400;
}

.lead h6 {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .8rem;
  color: #698CB2;
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 1rem;
}

.lead hr {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  width: 100% !important;
  display: block;
  border-bottom: 1px dotted rgba(255,255,255,0.5);
  margin: 20px 0;
}

.lead h2 {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.lead div {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
}
.avatar {
    width: 100%;
    margin-bottom: 40px;
}

.side-content section#memberof {
  padding: 40px 0px;
}

.lead p, h2, .extraPadd {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.lead h2 {
  padding-left: 0px;
  padding-right: 0px;
}

.lead ul {
  font-size: 1rem;
}
.what-we-offer .lead hr {
  border-bottom: 1px dotted rgba(255,255,255,0.15);
}
.coverage .lead hr {
  border-bottom: solid 1px rgba(255,255,255,0.06);
}

.body-privacy {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 1.8em;
}

.news_type .news-body, .careers_type .careers-body {
  font-family: "Lato", sans-serif;
}

header .header-content h1.home {
  font-weight: 700;
  font-size: 2.5rem;
}
header .header-content h3.home {
  font-weight: 400;
  color: #fff;
  font-size: 1.20rem;
  line-height: 1.6em;
  font-family: "Lato", sans-serif;
}

footer {
	bottom: 53px !important;
}

@media (max-width: 400px) {
  .homepage footer {
    position: relative;
    bottom: 0px;
    left: -60px;
  }
  footer ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer ul li {
    display: block;
  }
  footer ul li+li:before {
    display: none;
  }

  header .header-content h1 {
    font-size: 1.9rem;
  }
}

.new .max-container {
  max-width: 1400px;
}

.main-menu ul li a.red {
  background-color: #bc0209;
  padding: 3px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: -10px;
}

.home_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.home_slider>div,
.home_slider>div>div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 12.5%;
  background-size: cover;
  background-position: center;
}

.home_slider>div {
  -webkit-transition: top .7s;
  -moz-transition: top .7s;
  transition: top .7s;
}

.home_slider .slide-0 { top: 0px; }
.home_slider .slide-1 { top: 12.5%; }
.home_slider .slide-2 { top: 25%; }
.home_slider .slide-3 { top: 37.5%; }
.home_slider .slide-4 { top: 50%; }
.home_slider .slide-5 { top: 62.5%; }
.home_slider .slide-6 { top: 75%; }
.home_slider .slide-7 { top: 87.5%; }

.home_slider>div {
  height: 800%;
}

.home_slider:before {
    content: '';
    background-size: cover;
    background-color: rgba(0,0,0,0.15);
    background-image: linear-gradient(to bottom, rgba(2,20,41,0.8) 0%, rgba(0,10,20,0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC021429', endColorstr='#33000A14', GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

#dotContainer {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 101;
}
#dotContainer .max-container {
  position: relative;
}

#dotContainer .dots {
  position: absolute;
  right: 50px;
}

#dotContainer .dots>div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #9898a2;
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
}

#dotContainer .dots>div.active {
  background-color: #7f2331;
}

#launch-content .center img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

#launch-container {
  padding-left: 20px;
  padding-right: 20px;
}

#launch-header {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: -80px;
  margin-bottom: 75px;
}

#launch-content {
  display: table;
  margin-bottom: 300px;
}

#launch-content>div {
  display: table-cell;
  vertical-align: top;
}

#launch-content .left,
#launch-content .right {
  width: 153px;
  text-align: center;
}

#launch-container .max-container {
  max-width: 1315px;
}

#launch-container  h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.3em;
}

#launch-container #vjs_video_3 {
  margin-top: 30px;
}

#launch-content .date {
  color: #a8a8a8;
  font-size: 0.9rem !important;
}

.rotate {
  margin-top :20px;
  margin-bottom :20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.left,.left i {
  color: #777c85;
  position: relative;
}
.left i {
  font-size: 1.1rem;
}
.left i.fa-facebook:hover {
  color: #3b5998;
}
.left i.fa-twitter:hover {
  color: #0098f2;
}
.left i.fa-linkedin:hover {
  color: #007bb6;
}
.left i.fa-share-alt:hover {
  color: #ffffff;
}

.left .first {
  padding-top: 15px;
}

.right {
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .9rem;
}

.right a {
  color: #748baf;
}

#infographics, #related-content-container {
  margin-top: 75px;
}

#related-content {
  width: 100%;
}

.table {
  display: table;
}

.table>div {
  display: table-cell;
}

.table .ico {
  width: 127px;
}

#launch-content .center .table .ico img {
  width: 50%;
  margin: 0px;
  float: none;
}

#launch-content .center .table .open {
  width: 100%;
  border-bottom: 1px solid #b3060e;
  font-size: 0.9rem;
  cursor: pointer;
  max-width: 386px;
}

#launch-content .center .table .open span {
  line-height: 35px;
  position: relative;
  color: #485a96;
}
#launch-content .center .table .open:hover span {
  color: #a8a8a8;
}

#launch-content .center .table .open span:after {
  content: " ";
  position: absolute;
  right: -20px;
  width: 9px;
  height: 100%;
  background-position: center;
  background-size: 10px auto;
  background-image: url(../images/a-right-blue.png);
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
#launch-content .center .table .open a span:after {
  display: none;
}

#launch-content .center .table .open:hover span:after {
  background-image: url(../images/a-right-gray.png);
}
#launch-content .center .table .open.opened span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.closed-content {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  display: none;
  overflow: hidden;
  position: relative;
}

.date-pr {
  font-weight: 400;
  color: #748baf;
}

.closed-content a {
  font-weight: 300;
  text-decoration: underline;
}
.closed-content a:hover {
  text-decoration: none;
}

#lunch-gallery {
  position: relative;
  height: 250px;
  font-size: 0.7rem;

}

#lunch-gallery>div {
  position: absolute;
  width: 100%;
}

#lunch-gallery>div>div {
  width: 25%;
  float: left;
  padding-right: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lunch-gallery>div>div>div {
  height: 185px;
  width: 100%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
}

#lunch-gallery-top {
  position: relative;
  height: 250px;
  font-size: 0.7rem;

}

#lunch-gallery-top>div {
  position: absolute;
  width: 100%;
}

#lunch-gallery-top>div>div {
  width: 25%;
  float: left;
  padding-right: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lunch-gallery-top>div>div>div {
  height: 185px;
  width: 100%;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
}

.gall-inner {
  display: table;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;

  background-color: rgba(72,90,150,0.8);
  width: 100%;
  height: 100%;
}

.gall-inner:hover {
  opacity: 1;
}

.gall-inner>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.gall-inner a {
  display: block;
  text-align: center;
}

.launch-dots {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

.launch-dots>div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #9898a2;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.launch-dots>div.active {
  background-color: #7f2331;
}

#infographic-items {
  width: 100%;
}

#infographic-items>div {
  width: 33.333%;
  padding-right: 30px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.infographic-inner {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  background-position: center;
}

.infographic-inner>div {

  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;

  background-color: rgba(72,90,150,0.8);
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0px;
  left: 0px;

}

.infographic-inner>div:hover {
  opacity: 1;
}

.infographic-inner>div>div {
  display: table;
  width: 100%;
  height: 100%;
}

.infographic-inner>div>div>div {

  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.infographic-inner a, .infographic-inner span {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 20px 0px;
}

@media (max-width: 1310px) {
  .main-menu ul li+li {
    margin-left: 18px;
    font-size: .93rem
  }
  .main-menu ul li a.red {
    margin-right: 4px;
  }
}

@media (max-width: 980px) {
  #lunch-gallery {
    height: auto;
    width: 100% !important;
  }
  #lunch-gallery>div {
    position: relative;
  }

  #lunch-gallery>div>div {
    width: 50% !important;
    margin-bottom: 20px;
  }

  #lunch-gallery-top {
    height: auto;
    width: 100% !important;
  }
  #lunch-gallery-top>div {
    position: relative;
  }

  #lunch-gallery-top>div>div {
    width: 50% !important;
    margin-bottom: 20px;
  }

  .launch-dots {
    display: none;
  }
  .gall-inner {
    opacity: 1;
  }
  .infographic-inner>div {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #launch-content .left, #launch-content .right {
    display: none;
  }

  #launch-content .center #govsat-launch img {
    width: 100%;
    height: auto;
    float: none;
  }
  .table .ico {
    display: none;
  }
  #launch-container .max-container, #launch-container h2 {
    padding: 0px;
  }
  #infographic-items>div {
    width: 50%;
  }
}

@media (max-width: 400px) {
  #infographic-items>div {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  #infographic-items>div {
    width: 100%;
  }
  #lunch-gallery>div>div {
    width: 100% !important;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:1200px) {
	.social_networks_mobile {
		display:none;
	}
}

@media screen and (max-width:1200px) {
	.social_networks {
		display:none;
	}
}

#launch-30 {
  margin-bottom: 40px;
}

#launch-30 h1 {
  font-weight: bold;
  color: #bc0209;
  margin-top: 0px;
}
#launch-30 a.red {
  background-color: #bc0209;
  padding: 3px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: -10px;
}
