.VideoThumb {
  line-height: 1;
  letter-spacing: 0;
  width: 25%;
  width: calc((100% - 72px) / 4);
  margin: 0 0 24px 0;
  margin-left: calc(24px);
  /* margin only if calc is supported to match width calc */
  float: left; }

.VideoThumb__link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 427px;
  margin: 0 auto; }

.VideoThumb__poster {
  display: block;
  position: relative; }

.VideoThumb__poster:before {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 47px;
  background: url(/Content/images/PlayButtonSmall.png) center no-repeat;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.VideoThumb__poster:hover:before, .VideoThumb__poster:focus:before {
  background-image: url(/Content/images/PlayButtonSmallO.png); }

.VideoThumb__poster img {
  display: block;
  margin: auto;
  max-width: 100%; }

.VideoThumb__headline {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding: .33em 8px .2em; }

.VideoThumb__duration {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  padding: 0 8px; }

.VideoThumb__videoContainer {
  background: #000;
  margin: auto;
  max-width: 800px;
  position: relative; }

.VideoThumb__video {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

@media only screen and (min-width: 1401px) {
  .VideoThumb:nth-child(4n+1) {
    margin-left: 0;
    clear: left; } }

@media only screen and (max-width: 1200px) and (min-width: 1001px), only screen and (max-width: 800px) and (min-width: 501px) {
  .VideoThumb__headline {
    font-size: 13px; } }

@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .VideoThumb {
    width: 33.333%;
    width: calc((100% - 48px) / 3); }
  .VideoThumb:nth-child(3n+1) {
    margin-left: 0;
    clear: left; } }

@media only screen and (max-width: 1000px) and (min-width: 501px) {
  .VideoThumb {
    width: 50%;
    width: calc((100% - 24px) / 2); }
  .VideoThumb:nth-child(2n+1) {
    margin-left: 0;
    clear: left; } }

@media only screen and (max-width: 500px) {
  .VideoThumb {
    width: 100%;
    margin: 0 0 20px; } }

.VideoMarketing_mainVideo {
  display: block;
  max-width: 100%; }

.VideoMarketing_mainVideoWrap {
  position: relative;
  overflow: hidden;
  max-width: 1143px; }

.VideoMarketing_mainVideoPoster {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }

.VideoMarketing_mainVideoPoster.hidden {
  opacity: 0;
  visibility: hidden; }

video::-webkit-media-controls {
  display: none !important; }

video::-webkit-media-controls-start-playback-button {
  display: none !important; }

* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .02em; }

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.cell {
  display: table-cell; }

p {
  margin: 20px 0; }

iframe {
  width: 100% !important;
  height: auto; }

.smallText {
  font-size: 13px; }

.main__bottom {
  padding: 0 !important;
  font-size: 16px; }
  .main__bottom .contentSection {
    padding: 2% 3%; }

.featuredVideo {
  background: url(/Content/images/VideoMarketing/stevesBrain.png) right top no-repeat, url(/Content/images/VideoMarketing/brickWallBkg.png) center no-repeat;
  background-size: auto 66%, cover; }
  @media screen and (max-width: 1000px) {
    .featuredVideo {
      background: url(/Content/images/VideoMarketing/brickWallBkg.png) center no-repeat;
      background-size: cover; } }
  .featuredVideo .topContent * {
    font-weight: bold; }
  .featuredVideo .topContent img {
    max-width: 100%;
    display: block; }
  .featuredVideo .topContent .step {
    font-size: 1.1em;
    margin: 10px 0; }
    .featuredVideo .topContent .step span {
      color: #0086c2;
      font-size: 1.3em; }
  @media screen and (max-width: 1000px) {
    .featuredVideo .video {
      display: block; } }
  .featuredVideo .linkBox {
    vertical-align: bottom;
    padding-left: 3%; }
    @media screen and (max-width: 1000px) {
      .featuredVideo .linkBox {
        display: block;
        padding: 20px 0;
        text-align: center; } }
    .featuredVideo .linkBox .youtubeLink {
      position: relative;
      display: inline-block;
      line-height: 0; }
      .featuredVideo .linkBox .youtubeLink::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: url(/Content/images/VideoMarketing/youtubeLinkHover.png) no-repeat center;
        background-size: contain;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
      .featuredVideo .linkBox .youtubeLink:hover::after {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
      .featuredVideo .linkBox .youtubeLink:hover img {
        opacity: 0;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
      .featuredVideo .linkBox .youtubeLink img {
        opacity: 1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
        @media screen and (max-width: 1000px) {
          .featuredVideo .linkBox .youtubeLink img {
            max-height: 300px; } }
      .featuredVideo .linkBox .youtubeLink.ceo::after {
        background: url(/Content/images/VideoMarketing/ceolifeLinkHover.png) no-repeat center;
        background-size: contain; }

.videoBox {
  max-width: 700px;
  margin: auto;
  background-color: #000;
  position: relative; }
  @media screen and (max-width: 850px) {
    .videoBox {
      margin: 50px 74px 50px 50px; } }
  .videoBox .mfp-close {
    position: absolute;
    top: 0px;
    right: -44px;
    background-color: #fff;
    border-radius: 100%;
    border-top-right-radius: 0;
    padding: 0 30px;
    padding-left: 100px;
    padding-bottom: 100px;
    border-top: 0;
    z-index: -1; }

.videoWrap {
  position: relative; }
  .videoWrap:hover .videoPoster::before {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .videoWrap:hover .videoPoster::after {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .videoWrap:hover .videoPoster img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    -o-transition: opacity 0.3s, filter 0.3s;
    transition: opacity 0.3s, filter 0.3s;
    transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s; }

.videoPoster {
  cursor: pointer;
  position: relative; }
  .videoPoster::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/Content/images/VideoMarketing/videoPlay.png) no-repeat center;
    background-size: 60px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .videoPoster::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/Content/images/VideoMarketing/videoHover.png) no-repeat center;
    background-size: 60px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1; }
  .videoPoster img {
    opacity: .85;
    -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    -o-transition: opacity 0.3s, filter 0.3s;
    transition: opacity 0.3s, filter 0.3s;
    transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s; }

.videoReels {
  padding-bottom: 0 !important; }
  .videoReels .headline {
    border-bottom: 2px solid #a1a1a1; }
    .videoReels .headline h2 {
      font-weight: bold;
      line-height: 1.2; }
    .videoReels .headline a {
      text-decoration: none; }
    .videoReels .headline p {
      display: block;
      color: #242424;
      font-size: 17px;
      font-weight: normal;
      padding: 5px 0 20px;
      line-height: 1.1;
      margin: 0 auto; }
  .videoReels .reel {
    margin: 20px 0; }
    .videoReels .reel p {
      margin: 0 auto 5px;
      padding: 0 10px;
      font-size: .85em; }
    .videoReels .reel .slides {
      position: relative;
      margin: 40px calc(22px + 3%); }
      @media screen and (max-width: 1200px) {
        .videoReels .reel .slides {
          margin-top: 20px; } }
      .videoReels .reel .slides a {
        display: block;
        padding: 0 10px;
        text-decoration: none;
        color: #000;
        font-size: 14px; }
        .videoReels .reel .slides a:hover .videoHeadline {
          color: #FAA41A;
          -webkit-transition: color .3s;
          -o-transition: color .3s;
          transition: color .3s; }
        .videoReels .reel .slides a span {
          padding: 3px 0 0;
          display: block; }
      .videoReels .reel .slides .videoHeadline {
        font-weight: bold;
        padding: 10px 10px 0;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        font-size: 1em; }
    .videoReels .reel .slick-slider .slick-track, .videoReels .reel .slick-slider .slick-list {
      position: relative; }
    .videoReels .reel .slick-next, .videoReels .reel .slick-prev {
      background-color: #000;
      width: 64px;
      height: 70px;
      color: white;
      position: absolute; }
      .videoReels .reel .slick-next::before, .videoReels .reel .slick-prev::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 18px;
        height: 18px;
        border-top: 1px solid;
        transition: transform .3s ease, -webkit-transform .3s ease; }
    .videoReels .reel .slick-next::before {
      border-right: 1px solid;
      -webkit-transform: rotate(45deg) translate(-25%, 25%);
      -ms-transform: rotate(45deg) translate(-25%, 25%);
      transform: rotate(45deg) translate(-25%, 25%); }
    .videoReels .reel .slick-next:hover::before {
      -webkit-transform: rotate(45deg) translate(0, 0);
      -ms-transform: rotate(45deg) translate(0, 0);
      transform: rotate(45deg) translate(0, 0); }
    .videoReels .reel .slick-prev::before {
      border-left: 1px solid;
      -webkit-transform: rotate(-45deg) translate(25%, 25%);
      -ms-transform: rotate(-45deg) translate(25%, 25%);
      transform: rotate(-45deg) translate(25%, 25%); }
    .videoReels .reel .slick-prev:hover::before {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      -ms-transform: rotate(-45deg) translate(0, 0);
      transform: rotate(-45deg) translate(0, 0); }

.VideoCategoryBodyClass .featuredVideo {
  background: url(/Content/images/CEOlife/brickBkg.png) center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 740px) {
    .VideoCategoryBodyClass .featuredVideo {
      background: url(/Content/images/VideoMarketing/brickWallBkg.png);
      background-size: cover; } }

.VideoCategoryBodyClass .featuredVideo {
  position: relative; }
  .VideoCategoryBodyClass .featuredVideo article {
    display: inline-block;
    vertical-align: top; }
  @media screen and (max-width: 500px) {
    .VideoCategoryBodyClass .featuredVideo .headline {
      text-align: center; } }
  .VideoCategoryBodyClass .featuredVideo .headline img {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-right: 20px; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .headline img {
        max-height: 10vw;
        margin-right: 3%; } }
  .VideoCategoryBodyClass .featuredVideo .headline h2 {
    color: #000;
    font-size: 2.1em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 23px 0 20px; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .headline h2 {
        padding: 13px 0 10px;
        font-size: 3.9vw; } }
    @media screen and (max-width: 500px) {
      .VideoCategoryBodyClass .featuredVideo .headline h2 {
        font-size: 26px; } }
  .VideoCategoryBodyClass .featuredVideo iframe, .VideoCategoryBodyClass .featuredVideo .posterImg {
    width: 50vw !important;
    min-height: 28.1vw !important; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo iframe, .VideoCategoryBodyClass .featuredVideo .posterImg {
        width: 94vw !important;
        min-height: 52.8vw !important; } }
  .VideoCategoryBodyClass .featuredVideo .video {
    width: 60%; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .video {
        width: 100%; } }
  .VideoCategoryBodyClass .featuredVideo .link {
    width: 39%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .link {
        position: relative;
        width: 100%;
        min-height: 60vw;
        background: url(/Content/images/CEOlife/linkedInMobile.png) no-repeat right center;
        background-size: contain;
        margin-left: 3%;
        margin-bottom: -3%; } }
    .VideoCategoryBodyClass .featuredVideo .link a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .VideoCategoryBodyClass .featuredVideo .link a span {
        display: none; }
        @media screen and (max-width: 740px) {
          .VideoCategoryBodyClass .featuredVideo .link a span {
            text-align: center;
            position: absolute;
            display: block;
            width: 40%;
            top: 50%;
            left: 10%;
            -webkit-transform: translate(-20%, -50%);
            -ms-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.3;
            text-shadow: -1px 3px 2px #000; } }
        @media screen and (max-width: 400px) {
          .VideoCategoryBodyClass .featuredVideo .link a span {
            font-size: 24px; } }
  .VideoCategoryBodyClass .featuredVideo .videoPoster {
    position: relative;
    display: inline-block;
    line-height: 0; }
    .VideoCategoryBodyClass .featuredVideo .videoPoster::before, .VideoCategoryBodyClass .featuredVideo .videoPoster::after {
      background-size: 75px; }
    .VideoCategoryBodyClass .featuredVideo .videoPoster:hover::before {
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .VideoCategoryBodyClass .featuredVideo .videoPoster:hover::after {
      opacity: 1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .VideoCategoryBodyClass .featuredVideo .videoPoster img {
      opacity: 1;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
      transition: opacity 0.3s, -webkit-filter 0.3s;
      -o-transition: opacity 0.3s, filter 0.3s;
      transition: opacity 0.3s, filter 0.3s;
      transition: opacity 0.3s, filter 0.3s, -webkit-filter 0.3s; }
    .VideoCategoryBodyClass .featuredVideo .videoPoster.playing::before, .VideoCategoryBodyClass .featuredVideo .videoPoster.playing::after {
      display: none; }
  .VideoCategoryBodyClass .featuredVideo .videoPosterWrap {
    position: relative;
    display: inline-block;
    margin: 20px 0; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .videoPosterWrap {
        margin: 10px 0; } }
  .VideoCategoryBodyClass .featuredVideo .border {
    position: absolute;
    top: -6vw;
    left: -6vw;
    max-width: none;
    width: 62vw;
    height: 40.5vw;
    pointer-events: none; }
    @media screen and (max-width: 740px) {
      .VideoCategoryBodyClass .featuredVideo .border {
        top: -11.5vw;
        left: -10.5vw;
        width: 115vw;
        height: 76vw; } }

.VideoCategoryBodyClass .videoReels .headline p {
  font-size: 15px;
  line-height: 1.3;
  padding-bottom: 10px; }

.VideoCategoryBodyClass .videoReels .reel .slides {
  margin: 20px calc(22px + 3%); }

.VideoCategoryBodyClass .videoWrap {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 20px 0;
  text-align: left; }
  @media screen and (max-width: 1400px) {
    .VideoCategoryBodyClass .videoWrap {
      width: 32%; } }
  @media screen and (max-width: 900px) {
    .VideoCategoryBodyClass .videoWrap {
      width: 49%;
      padding: 10px 0; } }
  @media screen and (max-width: 500px) {
    .VideoCategoryBodyClass .videoWrap {
      width: 100%; } }

.VideoCategoryBodyClass .button {
  float: right;
  font-family: 'Caviar Dreams';
  display: inline-block;
  color: #f5d918;
  background: #0086c8;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  text-shadow: 1px 1px 3px #000;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .VideoCategoryBodyClass .button:hover {
    background-color: #FAA41A;
    -webkit-box-shadow: 2px 2px 5px #242424;
    box-shadow: 2px 2px 5px #242424;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.CEOLifePage .button {
  display: none; }
