@charset "UTF-8";

/* ========================================== */
/* HEADER */
/* ========================================== */
.connecting-header {
  position: relative;
  overflow: hidden;
}
.connecting-header #header-video-looping {
  position: absolute; 
  z-index: -99; 
  width: 100%; 
  height: 100%;
  overflow: hidden;
}
.connecting-header #header-video-looping-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.connecting-header #header-video-looping-video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.header-video {
  border: solid 2px #0063BE;
}
.header-video:first-child {
  margin-bottom: 20px;
}
.header-video .header-video-label {
  padding: 10px;
  background-color: #0063BE;
  color: #FFF;
  font-family: "Univers-b";
}
.header-video .header-video-wrapper {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.header-video .header-video-wrapper a .play-video {
  position: absolute;
	top: 0;
	left: 0;
	border: 0;
  width: 100%;
	height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-video .header-video-wrapper a:hover .play-video {
  background-color: rgba(0,0,0,0.4);
}
.header-video iframe {
  border: 0;
  width: 100%;
	height: 100%;
  position: absolute;
	top: 0;
	left: 0;
}

/* ========================================== */
/* PLAYBOOK BUTTONS RESET */
/* ========================================== */
#connecting-playbook-guide.ms-story button.ms-btn {
    font-family: "Univers", Arial, san-serif;
    font-size: 13px;
    width: 100%;
    border-radius: 3px;
    color: #FFF !important;
    background-color: #329e41 !important;
    background: -moz-linear-gradient(top, #39b44a 0%, #2b8838 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39b44a) !important, color-stop(100%, #2b8838)) !important;
    background: -webkit-linear-gradient(top, #39b44a 0%, #2b8838 100%) !important;
    background: -o-linear-gradient(top, #39b44a 0%, #2b8838 100%) !important;
    background: -ms-linear-gradient(top, #39b44a 0%, #2b8838 100%) !important;
    background: linear-gradient(to bottom, #39b44a 0%, #2b8838 100%) !important;
    -moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 10px rgba(255,255,255,0.4);
    padding-right: 10px;
    margin-top: 0;
}
#connecting-playbook-guide.ms-story button.ms-btn:hover {
  background-color: #195121 !important;
  background: -moz-linear-gradient(top, #20672a 0%, #123b18 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20672a), color-stop(100%, #123b18)) !important;
  background: -webkit-linear-gradient(top, #20672a 0%, #123b18 100%) !important;
  background: -o-linear-gradient(top, #20672a 0%, #123b18 100%) !important;
  background: -ms-linear-gradient(top, #20672a 0%, #123b18 100%) !important;
  background: linear-gradient(to bottom, #20672a 0%, #123b18 100%) !important;
}
#connecting-playbook-guide.ms-story .ms-btn.ms-icon:after {
    content: " ";
    display: block;
    width: 1px;
    height: 20px;
    background: #67b979;
    top: 50%;
    margin-top: -10px;
    left: 41px;
    position: absolute;
}
#connecting-playbook-guide.ms-story .popover-close {
    background: transparent url(/content/static/connecting-teams/images/sprite_main.png) -25px -65px no-repeat !important;
}
#connecting-playbook-guide.ms-story .popover-open ul {
	margin: 0;
}
#connecting-playbook-guide.ms-story .popover-open li {
	padding: 0;
}
#connecting-playbook-guide.ms-story .popover-open li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ========================================== */
/* PLAYBOOK IFRAME */
/* ========================================== */
.ms-gated-form-container {
  margin-top: 5px;
}
.ms-gated-form-container iframe {
  border: 0;
  width: 100%;
  height: 350px;
}
/* ========================================== */
/* PRODUCTS */
/* ========================================== */
.product-tab-buttons {
	border-bottom: 2px solid #999;
}
.product-tab-buttons a {
	display: block;
	font-family: "Univers-b";
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #999;
	padding: 10px
}
.product-tab-buttons a.active {
	background-color: #0063BE;
}
.product-slider-content {
	font-size: 12px;
	line-height: 20px;
	display: none;
}
.product-slider-content.show {
	display: inherit;
}
.product-slider-content p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

/* ========================================== */
/* STICKY MENU */
/* ========================================== */
.fixedNavContainer {
  display: none;
}
.fixedNavMenu {
  max-width: 1160px; 
  margin: 0 auto; 
  padding: 15px 20px;
  text-align: center;
}
.fixedNavMenu a {
  margin-right: 20px;
  font-family: "Univers-b";
  text-transform: uppercase;
  padding: 0 20px;
}
/* ========================================== */
/* SLIDER STYLES */
/* ========================================== */
.flexslider {
  padding: 0;
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -80px;
}
.flex-direction-nav .flex-next {
  right: -80px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-nav-next, .flex-nav-prev {
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* ========================================== */
/* MODAL */
/* ========================================== */
.ms-media-modal {
  background-color: #FFF;
  background-color: rgba(255,255,255,0.9);
}


/* ========================================== */
/* MEDIA QUERIES */
/* ========================================== */
@media only screen and (min-width: 481px) {
	.product-tab-buttons a {
		display: inline-block;
	}
}
@media only screen and (min-width: 601px) {
  #product-slider .ms-column {
  	margin-bottom: 0;
  	padding-bottom: 0;
  }
  .fixedNavContainer {
    display: inherit;
  }
  #connecting-playbook-guide.ms-story .popover-open h3 {
  	color: #333;
  }
}

@media only screen and (min-width: 1241px) {
  .flexslider .flex-viewport {
  	height: 400px !important;
  	overflow: hidden;
  }
}

@media only screen and (max-width: 1300px) {
	.flex-direction-nav {
		display: none;
	}
}