/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.xrx_youtube_video_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.xrx_youtube_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

:-webkit-full-screen-ancestor:not(iframe) {
  animation-fill-mode: none !important;
}

/* video modal */
#colorbox {
  display: block;
  height: 630px;
  left: 179px;
  overflow: hidden;
  position: fixed;
  top: 176px;
  visibility: visible;
  width: 860px;
}

#colorbox #cboxWrapper {
  background-color: transparent;
  border-radius: 0;
}

#colorbox #cboxWrapper #cboxContent {
  background: transparent;
  float: left;
  height: 605px;
  overflow: visible;
  padding-right: 15px;
  width: 830px;
}

#colorbox #cboxWrapper #cboxContent #cboxClose {
  background: none;
  right: -18px;
  top: 16px;
}

#colorbox .button-default {
  bottom: 0;
  position: absolute;
  right: 0;
}

#colorbox #cboxClose {
  background-image: url(/sites/all/themes/xerox/images/icons/close-filters.png);
  background-position: 0 0;
  bottom: auto;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 100;
  height: 32px;
  right: -15px !important;
  text-indent: 0;
  top: 32px !important;
  width: 32px;
}

#colorbox #cboxClose:active,#colorbox #cboxClose:focus,#colorbox #cboxClose:hover {
  outline: none !important;
}

#colorbox #cboxLoadedContent {
  background: transparent;
  height: 577px;
  margin-bottom: 28px;
  overflow: auto;
  width: 830px;
}

#colorbox #cboxLoadedContent .content {
  margin-top: 40px;
}

#colorbox #cboxLoadedContent .content .media-youtube-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 35px;
  position: relative;
}

#colorbox #cboxLoadedContent .content .media-youtube-video iframe {
  border: 2px solid #fff;
  height: 97%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#colorbox #cboxTitle {
  display: none !important;
}
