/*
  Dark Blue:   #082663
  Medium Blue: #045195
  Light Blue:  #50d5ff
*/
@font-face {
  font-family: "Avenir Heavy";
  src: asset-url("fonts/Avenir-Heavy.woff");
};
@font-face {
  font-family: "Avenir Medium";
  src: asset-url("fonts/Avenir-Medium.woff");
};

@font-face {
  font-family: "Century Gothic";
  src: asset-url("fonts/CenturyGothic.ttf");
};

@font-face {
  font-family: "Guardians";
  src: asset-url("fonts/Guardians.ttf");
};

/*@font-face {
  font-family: "SalesforceSans-Regular";
  src: asset-url("/fonts/SalesforceSans-Regular.ttf");
};

@font-face {
  font-family: "SalesforceSans-Bold";
  src: asset-url("/fonts/SalesforceSans-Bold.ttf");
};*/

/*@font-face {
    font-family: 'SalesforceSans-Regular';
    src: url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.eot');
    src: url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.woff2') format('woff2'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.woff') format('woff'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.ttf') format('truetype'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Regular.svg#SalesforceSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
};

@font-face {
    font-family: 'SalesforceSans-Bold';
    src: url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.eot');
    src: url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.woff2') format('woff2'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.woff') format('woff'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.ttf') format('truetype'),
        url('https://www.fedscoop.com/trailblazers-in-government/assets/fonts/SalesforceSans-Bold.svg#SalesforceSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
};*/

@font-face {
  font-family: "Salesforce Sans";
  src: url("../fonts/SalesforceSans-Regular.ttf");
};

html {
  background-attachment: fixed;
  background-image: url('../images/background-v3.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "aktiv-grotesk", Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
}

h2, h3 {
  margin: 0;
  
  
}

h2{
	font-family: "aktiv-grotesk", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

h3 {
	font-family: "aktiv-grotesk", Helvetica,sans-serif;
  font-weight: 700;
  color: #000;
}

hr {
  /*border: none;
  border-top: 1px solid #3dc6f0;
  margin: 9px auto 10px auto;
  width: 60%;*/
}

img {
  display: block;
}

.text {
	font-family: "aktiv-grotesk", Helvetica,sans-serif;
  /*background-color: #112061;*/
  color: #ff006f;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
.tbrief{
	margin-left: 10%;
	width: 90% !important;
}
.grid {
  /*
    Large Grid Num: 5
    Small Grid Num: 2
  */
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.grid::after {
  content: '';
  display: table;
  clear: both;
}

.grid2::after {
  content: '';
  display: table;
  clear: both;
}

.grid > div.item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  width: 274px;
  margin: 15px;
  
}

.grid > div.item:nth-child(3n+1) {
  clear: both;
}

header {
  position: relative;
  width: 100%;
  
}

header .header-img {
  width: 100%;
}

header .logo {
  height: 50px;
  position: absolute;
  top: 20px;
}

header .fs {
  right: 50px;
}

header .verizon {
  top: 10px;
  left: 50px;
  height: 60px;
}

#nav a{
	color: #fff;
	cursor: hand;
	text-decoration: none;
}

#nav a:hover{
	color: #d52b1e;
}

.featured, #video {
  /*border-top: 10px solid black;*/
  width: 100%;
  max-width: 781px;
  margin: 0 auto;
}



.featured .video iframe, #video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.all-videos .text {
  color: #fed220 !important;
  /*background-color: black !important;*/
}

.go-home .text {
  background-color: rgba(255,255,255,0.25);
  color: #082663;
}

.all-videos .text hr {
  border-color: #979797;
}

.all-videos .videos .item {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
}

.all-videos .videos .item img {
  width: 100%;
  display: block;
  /*min-height: 161px;*/
}

.hovwrap{
	background-color: #5f6368;
}

.all-videos .videos .item img:hover, .hovwrap img:hover{
  opacity: 0.8;
    
}
/*.all-videos .videos .item.coming-soon::after {
  content: 'Coming Soon';
  font-family: "proxima-nova", Helvetica, sans-serif;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding-top: 10%;
}*/

.all-videos .videos .item:hover .info .name {
	font-family: "aktiv-grotesk",sans-serif;
	font-style: normal;
	font-weight: 700;
  text-decoration: underline;
  text-align: center;
  
}

.all-videos .videos .item.coming-soon:hover .info .name {
  text-decoration: none;
}

#videos.all-videos .videos .item .info, #videos2.all-videos .videos .item .info {
/*
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
  background:    -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
  background:         linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
*/
font-family: "aktiv-grotesk",sans-serif;
  bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #656565;
  font-size: 15px;
  height: 70px;
  padding: 5px 10px;
/*   padding-top: 50px; */
padding-left: 0px;
margin-bottom: -80px;
text-align: center;
  position: absolute;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.9px;
}

#briefs.all-videos .videos .item .info, #reports.all-videos .videos .item .info{
/*
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
  background:    -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
  background:         linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,1) 85%);
*/
font-family: "proxima-nova", Helvetica,sans-serif;
  bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 12px;
  height: 60px;
  padding: 5px 10px 50px 10px;
/*   padding-top: 50px; */
  /*position: absolute;*/
  width: 100%;
}

.all-videos .videos .item .info .name {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #030003;
  
  line-height: 20px;
  letter-spacing: 0.9px;
}

footer {
  background-color: #fff;
  /*padding: 15px 50px;*/
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

footer a.logo {
  display: inline-block;
}



footer a.fs, footer a.microsoft{
  display: inline-block;
  vertical-align: middle;
}

.go-home .text * {
  color: #ff006f !important;
  text-decoration: none;
}

.go-home a:hover {
  text-decoration: underline;
}

.leftcluster{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.htext{
	position: absolute;
    max-width: 280px;
    /* margin: 0 auto; */
    left: 0px;
    top: 0px;
    margin-left: 16%;
    margin-top: 5%;
}

@media only screen and (min-width: 768px){
	.leftcluster{
		max-width: 100%;
	}
	.htext{
		position: absolute; 
		max-width: 781px; 
		margin: 0 auto; 
		left: 25%; 
		top: 24%;
	}
}

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

  body {
    margin: 0;
  }

  header .logo {
    display: none;
  }

  .grid > div.item {
    width: 93%;
    margin-bottom: 30px;
    max-width: 100%;
    
  }

  .grid > div.item:nth-child(4n+1) {
    clear: none;
  }

  .grid > div.item:nth-child(2n+1) {
    clear: both;
  }
  
  .tbrief{
	  margin-left: 0%;
  }
  hr{
	  max-width: 300px !important;
  }
  .journeyboxtext{
	  width: 100% !important;
  }
  .guidebook{
	  position: relative !important;
  }
  
  .guidebook img{
	  max-width: 80% !important;
	  height: auto !important;
	  margin: 0 auto !important;
	  margin-top: 50px !important;
	  float: none !important;
  }
  
  .blogimage{
	  width: 100% !important;
  }
  .blogboxtext{
	  margin: 0 auto !important;
	  width: 100% !important;
	  margin-top: 20px !important;
  }
}

.logo.microsoft{
	width: 190px;
}

.playhover{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,111,0.8);
	color: #fff;
	font-size: 16px;
}

.cominghover{
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(17,32,97,0.8);
	color: #fff;
	font-size: 16px;
}

.cominghover2{
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	color: #fff;
	font-size: 16px;
}

.item:hover .playhover{
	display: block;
	text-align: center;
}

.item.coming-soon:hover .cominghover{
	display: block;
	text-align:center;
}

button.watch{
	font-size: 13.6px;
}


.slider {
        width: 80%;
        margin: 15px auto;
    }

    .slick-slide {
      margin: 100px 20px;
      
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
      transform: scale(2);
    }
	.slick-current img{
		
		width: 100%;
	}

.video-thumbnail{
	
	display: inline-block;
	width: 14%;
	margin-top: 20px;
	
	margin-left: 9px;
}

.video-thumbnail.peek{
	
	display: inline-block;
	width: 19%;
	margin-top: 20px;
	
	margin-left: 9px;
}

.video-playing{
	border: 2px solid #ea4335;
}

.video-playing .overlay{
	background-color: transparent;
}

.video-buffering{
	border: 2px solid #112061;
}

.video-thumbnail img{
	width: 100%;
}

.video-thumbnail:hover{
	border: 2px solid #ea4335;
}

.video-thumbnail.peek img{
	width: 100%;
}

.video-thumbnail.peek:hover{
	border: 2px solid #ea4335;
}

.video-paused{
	border: 1px solid #f4f4f4;
}

.video-paused .overlay{
	background-color: none;
}

.playlist{
	width: 100%;
	max-width: 882px;
	margin: 0 auto;
	text-align: center;
	
}

.playlist .video-thumbnail:first-child{
	margin-left: 0px;
}

.playlist .video-thumbnail.peek:first-child{
	margin-left: 0px;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.overlay::after{
	position: absolute;
	
	top: 10%;
	left: 28%;
	width: 50%;
	
	height: 100px;
	
	background-image:url('../images/playbutton.png');
	background-size: contain;
	text-align: center;
	vertical-align: center;
	opacity: 1;
	content: '';
	background-repeat: no-repeat;
}

.video-playing .overlay::after{
	display: none;
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
display: inline-block;
width: 100%;

}

.video2{
	position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-right: 30px;
}

.video3{
	position: relative;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 30px;
}
.lastart{
	margin-right: 0px;
}

.video iframe,
.video object,
.videor embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


div.intrograph{
	display: inline-block;
	width: 45%;
}

/* responsive nav */

/* Add a black background color to the top navigation */
.topnav {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    font-family: 'aktiv-grotesk',sans-serif;
    
    position: fixed;
    z-index: 2;
}

.thewrap{
	position: relative;
	z-index: 1;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 21px 16px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.94px;
    font-family: 'aktiv-grotesk', sans-serif;
	font-style: normal;
	font-weight: 500;
    
}

/* Change the color of links on hover */
.topnav a:hover {
    
    color: #d52b1e;
}

/* Add an active class to highlight the current page */
.active {
    
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
.grouplinks a:not(:first-child){
	/*float: right;*/
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 768px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin-top: 26px;
    margin-right: 15px;
  }
  .grouplinks{
	  float: none !important;
	  
	  margin-right: 8px;
  }
  .video-thumbnail{
	
	display: inline-block;
	width: 23%;
	margin-top: 10px !important;
	
	margin-left: 6px !important;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 768px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    /*position: absolute;
    right: 0;
    top: 0;*/
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .responsive .logolock{
	  /*display: none !important;*/
  }
  .logolock{
	  display: inline-block !important;
	  max-width: 208px !important;
	  padding-left: 5px !important;
	  padding-top: 21px !important;
	  padding-bottom: 0px !important;
	  
  }
  .logolock2{
	  display: inline-block !important;
	  max-width: 89px !important;
	  padding-left: 5px !important;
	  padding-top: 29px !important;
	  padding-bottom: 0px !important;
	  
  }
  .firstm{
	  margin-left: 5px !important;
  }
   .topnav.responsive a.social{
	  display: none !important;
  }
  
  .social{
	  display: inline-block !important;
  }

  .grouplinks{
	 width: 100%;
	 
  }
  
  .responsive div.grouplinks{
	  height: auto !important;
	  margin-left: 0px !important;
  }
  .menu{
	  padding-top: 0px !important;
	  padding-bottom: 10px !important;
	  clear: both;
  }
  
  .responsive a.menu{
	  padding-top: 23px !important;
	  margin-top: 21px !important;
	  
  }
  
  .featured{
	  margin-top: 0px !important;
	  width: 90%;
  }
  .socicons{
	  /*float: none !important;*/
	  float: left !important;
  }
}

@media only screen and (max-width: 600px) {
	header{
	  /*margin-top: -15px !important;*/
  }
  .video, .video2{
	  width: 100%;
	  margin-right: 0px;
	  height: 200px;
	  padding-bottom: 20px !important;
	  
  }
  .video3{
	  height: auto;
	  width: 98%;
	  padding-bottom: 20px !important;
  }
  div.intrograph{
	  width: 100%;
	  margin-top: 100px;
  }
  .grid2{
	  padding-right: 0px !important;
  }
  .box-right{
	  width: 100% !important;
	  text-align: center;
  }
  .box-right a{
	  float: none !important;
	  display: block;
	  margin: 0 auto;
  }
  .whitebox{
	  padding-right: 20px;
	  padding-left: 20px;
	  width: 88% !important;
	  padding-top: 20px !important;
  }
  .tb{
	  padding-left: 0px !important;
	  padding-right: 0px !important;
	  width: 100% !important;
  }
  .gcmargin{
	  margin-bottom: 30px;
  }
}

.logolock{
	padding-left: 26px;
	padding-top: 50px;
	padding-bottom: 12px;
	max-width: 198px;
}

.logolock2{
	padding-left: 26px;
	padding-top: 29px !important;
	padding-bottom: 10px !important;
	max-width: 89px;
}

.cta_btn{
	width: 113px !important;
}

.cta_btn:hover{
	filter: brightness(50%);
}

.contactbtn:hover{
	filter: brightness(50%);
}

.hovBlue:hover{
	color: #4285f4 !important;
}

.hovRed:hover{
	color: #e02020 !important;
}

.hovGreen:hover{
	color: #3bb555 !important;
}

.hovYellow:hover{
	color: #fbbc05 !important;
}

.socicons a{
	color: #000;
	font-size: 20px;
}

.socicons a:hover{
	color: #d52b1e;
}