#wrapper #main {
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}

#wrapper .full-width .primary-content {
  max-width: none;
}

@font-face {
  font-family: "Just Lovely";
  src: url("../../fonts/just-lovely/JustLovely.woff2") format("woff2"), url("../../fonts/just-lovely/JustLovely.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "TrendSansW05-One";
  src: url("../../fonts/trend-sans/TrendSansW05-One.woff2") format("woff2"), url("../../fonts/trend-sans/TrendSansW05-One.woff") format("woff");
}

@font-face {
  font-family: "TradeGothicLTW05-Light";
  src: url("../../fonts/trade-gothic/TradeGothicLTW05-Light.woff2") format("woff2"), url("../../fonts/trade-gothic/TradeGothicLTW05-Light.woff") format("woff");
}

@font-face {
  font-family: "TradeGothicLTW05-Bold";
  src: url("../../fonts/trade-gothic/TradeGothicLTW05-Bold.woff2") format("woff2"), url("../../fonts/trade-gothic/TradeGothicLTW05-Bold.woff") format("woff");
}

.videowall_hp {
  color: #333;
  font-family: "Trade Gothic W01 Light", Helvetica, Arial, sans-serif;
}

.videowall_hp .cursive {
  display: block;
  font-family: "Just Lovely", Helvetica, Arial, sans-serif;
  color: #005699;
  font-size: 74px;
  line-height: 0.8em;
}

.videowall_hp .video-embed-container {
  display: none;
}

.videowall_hp .header {
  color: #005699;
  border-bottom: #005699 3px solid;
  max-width: 712px;
  margin: 40px auto 0;
  text-align: center;
  min-height: 60px !important;
}

.videowall_hp .header h1 {
  color: #005699;
  border: none;
  text-transform: uppercase;
  font-family: "TrendSansW05-One", Helvetica, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  position: relative;
}

.videowall_hp .header h1 .cursive {
  display: block;
  letter-spacing: initial;
  text-transform: none;
  /*@media screen and (min-width: $screen-sm-min) {
					float: left;
					margin-left: 10px;
				}*/
}

.videowall_hp .header h1 + p {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .videowall_hp .header {
    max-width: 1070px;
  }
}

.videowall_hp .header p {
  color: #005699;
  margin: 6px 0 14px;
  font-family: "TradeGothicLTW05-Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .videowall_hp .header p {
    top: 20px;
  }
}

.videowall_hp .header p span {
  display: block;
}

@media screen and (min-width: 480px) {
  .videowall_hp .header p span {
    display: initial;
  }
}

.videowall_hp section::after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.videowall_hp section .wrap {
  max-width: 1070px;
  margin: 0 auto;
}

.videowall_hp section .video-container {
  margin: 40px auto 20px;
  display: block;
}

.videowall_hp section .video-container .video-thumbnail {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  max-height: none;
  cursor: pointer;
}

.videowall_hp section .video-container .video-thumbnail::after {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: '\25ba';
  font-family: Arial;
  font-size: 54px;
  height: 94px;
  left: 50%;
  line-height: 1.75;
  padding-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94px;
}

.videowall_hp section .video-container .video-thumbnail:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
}

.videowall_hp section .video-container .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #333;
  box-sizing: border-box;
}

.videowall_hp section .video-container .text-container {
  position: relative;
  margin: 15px 0 15px;
  min-height: 78px;
}

.videowall_hp section .video-container .text-container::after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.videowall_hp section .video-container .text-container .video-title {
  font-family: "TrendSansW05-One", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: -0.05em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .videowall_hp section .video-container .text-container .video-title {
    width: 70%;
    float: left;
  }
}

.videowall_hp section .video-container .text-container .video-description {
  font-family: "TradeGothicLTW05-Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 4px 0 0;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {
  .videowall_hp section .video-container .text-container .video-description {
    width: 65%;
    float: left;
  }
}

.videowall_hp section .video-container .text-container a {
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .videowall_hp section .video-container .text-container a {
    margin: 0;
    font-size: 11px;
    font-size: 1vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 1070px) {
  .videowall_hp section .video-container .text-container a {
    font-size: 11px;
  }
}

.videowall_hp section.featured-video h2 {
  display: none;
}

.videowall_hp section.featured-video .video-container {
  max-width: 712px;
}

.videowall_hp section.featured-video .video-container .text-container {
  margin: 15px 10px;
}

.videowall_hp section.featured-video .video-container .text-container .video-title {
  margin: 0;
}

.videowall_hp section.featured-video .video-container .text-container .video-description {
  margin: 4px 0 0;
}

.videowall_hp section.featured-video .video-container .text-container a {
  margin: 10px 0 0;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .videowall_hp section.featured-video .video-container .text-container a {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .videowall_hp section.featured-video .video-container .text-container {
    margin: 15px 0;
  }
}

.videowall_hp section.collection-videos {
  max-width: none;
  background: #f2f2f2;
  padding: 40px 10px;
}

.videowall_hp section.collection-videos .video-container {
  margin: 0 auto 26px;
  max-width: 520px;
}

@media screen and (min-width: 768px) {
  .videowall_hp section.collection-videos .video-container {
    width: 48.5981308%;
    margin-right: 2.6168224%;
    float: left;
  }
  .videowall_hp section.collection-videos .video-container:nth-child(even) {
    margin-right: 0;
    float: right;
  }
}

.videowall_hp section.demo-videos {
  padding: 40px 10px;
}

.videowall_hp section.demo-videos .wrap {
  max-width: 527px;
}

@media screen and (min-width: 717px) {
  .videowall_hp section.demo-videos .wrap {
    max-width: 801px;
  }
}

@media screen and (min-width: 933px) {
  .videowall_hp section.demo-videos .wrap {
    max-width: 1070px;
  }
}

.videowall_hp section.demo-videos h2 {
  text-align: center;
  color: #005699;
  text-transform: none;
  line-height: 1;
  border-bottom: #005699 3px solid;
  padding-bottom: 24px;
}

@media screen and (min-width: 717px) {
  .videowall_hp section.demo-videos h2 {
    min-height: 32px;
  }
}

@media screen and (min-width: 933px) {
  .videowall_hp section.demo-videos h2 {
    margin-bottom: 39px;
  }
}

.videowall_hp section.demo-videos h2 .cursive {
  text-transform: capitalize;
  display: block;
}

@media screen and (min-width: 717px) {
  .videowall_hp section.demo-videos h2 .cursive {
    position: absolute;
    left: 50%;
    margin-left: -231px;
  }
}

@media screen and (min-width: 717px) {
  .videowall_hp section.demo-videos h2 .splap {
    position: absolute;
    left: 50%;
    margin-top: 9px;
    margin-left: -43px;
    text-align: left;
  }
}

.videowall_hp section.demo-videos h2 .wrap-it {
  display: block;
}

.videowall_hp section.demo-videos .video-thumbnail-container {
  display: block;
  float: left;
  width: 49%;
  position: relative;
  margin-bottom: 10px;
  max-width: 258px;
}

.videowall_hp section.demo-videos .video-thumbnail-container:nth-child(odd) {
  float: right;
}

.videowall_hp section.demo-videos .video-thumbnail-container .video-thumbnail {
  cursor: pointer;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  max-height: none;
}

.videowall_hp section.demo-videos .video-thumbnail-container .video-thumbnail img {
  display: block;
  border: 1px solid #333;
  width: 100%;
}

.videowall_hp section.demo-videos .video-thumbnail-container .video-thumbnail::after {
  border-radius: 50%;
  box-sizing: border-box;
  color: #333;
  content: '\25ba';
  font-family: "Arial";
  font-size: 54px;
  height: 94px;
  left: 50%;
  line-height: 1.75;
  padding-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94px;
  background-color: rgba(255, 255, 255, 0.65);
}

.videowall_hp section.demo-videos .video-thumbnail-container .video-thumbnail:hover::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.videowall_hp section.demo-videos .video-thumbnail-container .thumbnail-title {
  color: white;
  font-size: 16px;
  font-size: 3.35vw;
  font-family: "Trade Gothic W01 Bold_2", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin: 0 0 0 1px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 475px) {
  .videowall_hp section.demo-videos .video-thumbnail-container .thumbnail-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 717px) {
  .videowall_hp section.demo-videos .video-thumbnail-container {
    float: left !important;
    width: 32.2812052%;
    margin-right: 1.5781923%;
  }
  .videowall_hp section.demo-videos .video-thumbnail-container:nth-child(3n+4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 933px) {
  .videowall_hp section.demo-videos .video-thumbnail-container {
    width: 24.1157556%;
    margin-right: 1.1789925%;
  }
  .videowall_hp section.demo-videos .video-thumbnail-container:nth-child(3n+4) {
    margin-right: 1.1789925%;
  }
  .videowall_hp section.demo-videos .video-thumbnail-container:nth-child(4n+5) {
    margin-right: 0;
  }
}

.videowall_hp section.seo-copy-block {
  max-width: 720px;
  margin: 20px auto 0;
  padding: 40px 10px;
}

.videowall_hp section.seo-copy-block h2 {
  font-family: "TradeGothicLTW05-Bold", Arial, Helvetica, sans-serif;
}

.videowall_hp section.seo-copy-block h2, .videowall_hp section.seo-copy-block p {
  margin: 0;
}

.videowall_hp section a.button {
  font-family: "TrendSansW05-One";
  font-weight: bold;
  letter-spacing: -0.05em;
}

.videowall_lp {
  color: #333;
  font-family: "Trade Gothic W01 Light", Helvetica, Arial, sans-serif;
}

.videowall_lp .video-embed-container {
  display: none;
}

.videowall_lp header {
  color: #005699;
  margin: 40px auto 0;
  max-width: 712px;
  min-height: 60px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .videowall_lp header {
    max-width: 960px;
  }
}

.videowall_lp header .thumbnail-title {
  display: none;
}

.videowall_lp header .video-thumbnail {
  cursor: pointer;
  position: relative;
}

.videowall_lp header .video-thumbnail::after {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: '\f04b';
  font-family: "FontAwesome";
  font-size: 54px;
  height: 94px;
  left: 50%;
  line-height: 1.75;
  padding-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94px;
}

.videowall_lp header .video-thumbnail:hover::after {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

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

@media screen and (max-width: 480px) {
  .videowall_lp header img {
    margin-left: -10%;
    margin-right: -10%;
    max-width: 120%;
  }
}

.videowall_lp header .wrap {
  margin: 0 10px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .videowall_lp header .wrap {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media screen and (min-width: 768px) {
  .videowall_lp header .wrap {
    max-width: 700px;
  }
}

.videowall_lp header h1 {
  border: none;
  color: #333;
  font-family: "Trade Gothic W01 Bold_2", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.125;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .videowall_lp header h1 {
    margin-top: 40px;
  }
}

.videowall_lp header p {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.714285714;
  margin: 6px 0 14px;
  text-align: left;
}

.videowall_lp header p span {
  display: block;
}

@media screen and (min-width: 480px) {
  .videowall_lp header p span {
    display: initial;
  }
}

.videowall_lp header .buttons-container {
  margin: 0 auto;
  max-width: 180px;
}

.videowall_lp header .buttons-container a {
  display: block;
}

.videowall_lp header a {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  .videowall_lp header a {
    margin-top: 40px;
  }
}

.videowall_lp header a + a {
  clear: both;
  font-size: 0.875rem;
  margin-top: 30px;
  text-decoration: underline;
}

.videowall_lp section::after {
  clear: both;
  content: '';
  display: block;
  float: none;
}

.videowall_lp section .wrap {
  margin: 0 auto;
  max-width: 1070px;
}

.videowall_lp section.demo-videos {
  margin: 40px 10px;
}

.videowall_lp section.demo-videos .wrap {
  max-width: 527px;
}

@media screen and (min-width: 768px) {
  .videowall_lp section.demo-videos .wrap {
    max-width: 800px;
  }
}

.videowall_lp section.demo-videos .videos-grid {
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.videowall_lp section.demo-videos .video-thumbnail-container {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-bottom: 5px;
  max-width: 50%;
  padding-left: 6.5px;
  padding-right: 6.5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .videowall_lp section.demo-videos .video-thumbnail-container {
    max-width: 33.333333333%;
  }
}

.videowall_lp section.demo-videos .video-thumbnail-container:nth-child(even) {
  float: right;
}

.videowall_lp section.demo-videos .video-thumbnail-container .video-thumbnail {
  border: 1px solid #333;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.videowall_lp section.demo-videos .video-thumbnail-container .video-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}

.videowall_lp section.demo-videos .video-thumbnail-container .video-thumbnail::after {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: '\f04b';
  font-family: "FontAwesome";
  font-size: 54px;
  height: 94px;
  left: 50%;
  line-height: 1.75;
  padding-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94px;
}

.videowall_lp section.demo-videos .video-thumbnail-container .video-thumbnail:hover::after {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}

.videowall_lp section.demo-videos .video-thumbnail-container .thumbnail-title {
  box-sizing: border-box;
  color: #010000;
  font-family: "Trade Gothic W01 Bold_2", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 475px) {
  .videowall_lp section.demo-videos .video-thumbnail-container .thumbnail-title {
    text-align: center;
  }
}

.ui-dialog.video-theater {
  background-color: transparent;
  max-width: 1024px !important;
  width: 100% !important;
}

.ui-dialog.video-theater + .ui-widget-overlay {
  background: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .ui-dialog.video-theater .wrap {
    margin: 36px auto;
    max-width: 710px;
    width: auto !important;
  }
}

.ui-dialog.video-theater .wrap p {
  color: #fff;
  font-family: "Trade Gothic W01 Bold_2", Helvetica, Arial, sans-serif;
  font-size: 1.428571429rem;
  line-height: 1.35;
}

.ui-dialog.video-theater .wrap .button {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  margin-top: 16px;
}

.ui-dialog.video-theater .ui-widget-header {
  margin-top: 1.75rem;
}

.ui-dialog.video-theater .ui-dialog-title {
  display: none;
  border-bottom: 0;
  margin: 1.75rem;
  padding-bottom: 0;
}

.ui-dialog.video-theater .ui-dialog-titlebar-close {
  background: #333;
  position: fixed;
  right: 20px;
  top: 20px;
}

.ui-dialog.video-theater .ui-icon-closethick {
  background-image: url(UI-Close-light.svg);
  background-size: 21px;
  border: none;
}

.ui-dialog.video-theater .ui-dialog-content {
  padding: 0;
}

.ui-dialog.video-theater .video-embed-container {
  display: none;
  background-color: #333;
}

@media screen and (max-width: 1025px) {
  .ui-dialog.video-theater .video-embed-container {
    padding: 10px;
  }
}

.ui-dialog.video-theater .video-embed {
  border: none;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative;
}

.ui-dialog.video-theater .video-embed iframe,
.ui-dialog.video-theater .video-embed object,
.ui-dialog.video-theater .video-embed embed {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*# sourceMappingURL=videowall.css.map */