@charset "UTF-8";

body {
   margin: 0;
   padding: 0;
   font-family: sans-serif;
}

* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


/* PE VIDEO -- Loading Styles */
.pe-vids--loading {
   max-width: 680px;
   display: block;
   padding: 40px 0;
}

   .pe-vids--loading span {
      height: 200px;
      vertical-align: middle;
   }


/* IH PE VIDEOS DEFAULT STYLING */
   /* PARENT/MAIN CONTAINER */
   .pe-vid-container {
      margin: 15px 0;
      max-width: 680px;
   }

   /* HIDE BODY AND LIST VIEWER VIDEO CONTAINER
    * Note: It will be shown with javascript
    * after the video loads
   */
   .eznc_VideoContainer,
   .pe-vid-container {
      display: none;
   }

   /* VIDEO PLAYER CONTAINER */
   #IHPEVidContainer {
      width: 100%;
      /*padding: 25px 0 56.25% 0;*/ /* 16:9 RATIO */
      padding: 25px 0 52.70% 0; /* CUSTOM RATIO */
      position: relative;
   }

      /* VIDEO PLAYER */
      #PEVidPlayer {
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
      }

   /* VID JS PLAY BUTTON */
   .vjs-big-play-button {
      left: 50%!important;
      margin-left: -1.4em!important;
      top: 50%!important;
      margin-top: -1.4000000000000001em!important;
      text-align: center!important;
      vertical-align: middle!important;
   }

/* ARTICLE CONTENT STYLING */
.eznc_Tab_Left,
.eznc_Tab_Right { display: none; }

.ModArticleViewerC {
   font-size: 17px!important;
}

/* ARTICLE TITLE */
h1.eznc_ContentTitleV2,
h1.eznc_ContentTitleV2 span {
   font-size: 36px!important;
}

/* SECTION TITLE */
.eznc_SectionTitle {
   font-size: inherit!important
}

/* READ MORE LINK */
a[id*='ctlViewArticle_lnkReadMore']{
   display: inline-block;
   margin: 5px auto!important;
}

/* TABLET MEDIA QUERIES */
@media only screen and (min-width: 736px) and (max-width: 1024px) {
   h1.eznc_ContentTitle,
   h1.eznc_ContentTitle span,
   h1.eznc_ContentTitleV2,
   h1.eznc_ContentTitleV2 span {
      font-size: 30px!important;
   }
}

/* PHONE MEDIA QUERIES */
@media only screen and (min-width: 280px) and (max-width: 736px) {
   h1.eznc_ContentTitleV2,
   h1.eznc_ContentTitleV2 span {
      font-size: 24px!important;
   }
}

/* PRINT CSS STYLING */
@media print {
   /* HIDE VIDEO CONTAINER FOR PRINT */
   #IHPEVidContainer,
   .eznc_VideoContainer,
   .pe-vid-container {
      display: none!important;
   }

   #IHPEVidContainer {
      padding: 25px 0 56.25% 0!important; /* 16:9 RATIO */
   }
}