﻿body {
    margin: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


 .content{
    max-width:none;
}
 #container .fullwidth {
    width: 100%;
    max-width: none;
}
 .fullwidth .banner {
	 background: url('https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/top1.jpg') no-repeat center #181d37;
     overflow: hidden;
     height: 65px;
     text-align: center;
	 cursor: pointer;
 }
 .fullwidth .banner img {
 }
 body .bodywidth {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
 body .bodywidth.menu_bar {
	 position: relative;
     height: 41px;
 }
 body .bodywidth2 {
     max-width: 1400px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
 }
 a.nostyle {
     text-decoration: none;
 }
 
 /* VIDEO PLAYER */
 .video_player {
	 position: relative;
	 width: 100%;
	 padding-bottom: 56.25%;
	 background: #000;
	 cursor: pointer;
	 overflow: hidden;
 }
 .video_player .inner {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
 }
 .video_player .checkmark {
	 display: none;
	 position: absolute;
	 top: 0;
	 right: 20px;
	 width: 28px;
	 height: 35px;
	 background: #4eb900;
	 border: 2px solid #fff;
	 border-top: none;
	 border-bottom-left-radius: 8px;
	 border-bottom-right-radius: 8px;
	 text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);	 
	 z-index: 9;
 }
 .video_player.viewed .checkmark {
	 display: block;
 }
 .video_player .checkmark .fa {
	 font-size: 20px;
	 line-height: 35px;
	 color: #fff;
 }
 .video_player .media_length {
	 position: absolute;
	 bottom: 20px;
	 left: 0;
	 background: #333;
	 padding: 10px;
	 color: #fff;
	 font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	 font-size: 12px;
	 line-height: 1.2em;
	 z-index: 8;
 }
 .video_player img {
	 width: 100%;
	 transition: all 0.25s ease;
 }
 .video_player:hover img {
	 transform: scale(1.05);
	 transition: all 0.25s ease;
 }
 .video_player .flowplayer,
 .video_player:hover .flowplayer {
	 z-index: 3;
 }
 .video_player.show-play-btn .inner:before {
	 content: url('https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/btn_play1.png');
	 position: absolute;
	 top: calc(50% - 53px);
	 left: calc(50% - 53px);
	 width: 107px;
	 height: 107px;
	 z-index: 2;
 }
 .feature_mini .video_player.show-play-btn .inner:before {
	 /*content: url('https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/btn_play1.png');*/
	 content: '';
	 position: absolute;
	 top: calc(50% - 25px);
	 left: calc(50% - 25px);	
	 background: url('https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/btn_play1.png');
	 background-size: 50px 50px;
	 width: 50px;
	 height: 50px;
 }
 .video_player .fp-playlist {
	 display: none !important;
 }
 .video_player .djo_info {
	 display: none;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 padding: 10px 0;
	 text-align: center;
	 color: #fff;
	 background: #333;
	 z-index: 1;
 }
 .video_player .djo_skip {
	 position: absolute;
	 display: block;
	 bottom: 40px;
	 right: -200px !important;
	 padding: 10px 25px;
	 font-size: 26px !important;
	 font-family: 'Open Sans', sans-serif !important;
	 line-height: 1.2em;
	 color: #fff;
	 background: #000;
	 text-decoration: none;
	 border: 1px solid #ccc;
	 border-right: none;
	 z-index: 1;
	 transition: all 0.25s ease;
 }
 .video_player.is-djo .djo_info {
	 display: block;
 } 
 .video_player.can-skip .djo_info {
	 display: none;
 }
 .video_player.can-skip .djo_skip {
	 right: 0 !important;
	 transition: all 0.25s ease;
 }
 .video_player.is-djo .fp-fullscreen.fp-icon,
 .video_player.is-djo .fp-share.fp-icon {
	 display: none !important;
 }
 .video_player .fp-next {
	 top: auto !important;
	 opacity: 1 !important;
 }
 .video_player .fp-next:before {
	 content: '' !important;
	 font-size: 26px !important;
 }
 .djo-cta {
	 display: none;
	 background: #edf0f4;
	 padding: 15px;
	 text-align: center;
	 border: 1px solid #d9dde2;
	 cursor: pointer;
	 font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	 font-size: 16px;
	 line-height: 1.3em;
	 color: #455bca !important;
 }

 /* MENU STYLE 1 */
 .menu,
 .menu_placeholder {
	 position: relative;
	 height: 41px;
	 background: #fff;
	 border-bottom: 1px solid #ccc;
 }	
 .menu_placeholder {
	 height: 0;
	 border: none;
 }
 #pa_top.fixed-nav .menu {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 /*background: #333;*/
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.25s ease;
	z-index: 9999;
 }
 #pa_top.fixed-nav .menu_placeholder {
	 height: 42px;
 }
 /*
 #pa_top.fixed-nav .dropdown_menu {
	 color: #fff;
	 background: none;
 }
 */
 
 .menu .menu_options {
     display: inline-block;
     vertical-align: top;
	 position: relative;
	 z-index: 999;
 }
 .menu .menu_logo {
	 position: absolute;
	 top: 0;
	 left: 0;
     display: inline-block;
     vertical-align: top;
     color: #000;
     padding-left: 10px;
	 opacity: 0;
	 transition: all 0.25s ease;
 }
 .menu .menu_logo img {
	 max-height: 41px;
 }
 #pa_top.fixed-nav .menu .menu_logo {
	 opacity: 1;
 }
 .menu .dropdown_menu {
     display: inline-block;
     vertical-align: top;
     margin: 0 16px;
     text-decoration: none;
     text-transform: uppercase;
     color: #000;
     font-size: 14px;
     font-family: 'Nunito Sans', "Open Sans", sans-serif;
	 line-height: 39px;
 }
 .dropdown {
    position: relative;
    display: inline-block;
	outline: none;
}
 .dropdown_menu {
    background-color: #FFF;
    color: #111755;
    font-size: 14px;
    border: none;
    cursor: pointer;
	outline: none;
}
 .dropdown_options {
    display: none;
    position: absolute;
	padding: 10px 0;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	border-top: 4px solid #222949;
	margin-top: -4px;
    z-index: 1;
}
.dropdown .divider {
	display: none;
}
 .donate2 {
    display: inline-block;
    vertical-align: top;
    padding: 1px 10px 1px 0;
    margin-top: 10px;
	opacity: 1;
	transition: all 0.25s ease;
	position: absolute;
	right: 0;
 }
 .donate2 a {
     text-transform: uppercase;
     text-decoration: none;
     color: #da6b2e;
     font-size: 14px;
     font-weight: bold;
     font-family: 'Nunito Sans', "Open Sans", sans-serif;
 }
 .dropdown_options a {
     text-decoration: none;
     text-transform: uppercase;
     color: #000;
     font-size: 12px;
     font-family: 'Nunito Sans', "Open Sans", sans-serif;
    padding: 6px 16px;
    display: block;
}
 .dropdown_options a:hover {
     background-color: #f1f1f1;
 }
 .dropdown:hover .dropdown_options {
    display: block;
}

 hr {
     margin: 0;
 }

/* MENU STYLE #2

  .menu2 .menu_logo2 {
     display: inline-block;
     vertical-align: top;
     color: #000;
 }
   .menu2 .menu_logo2 a i {
     text-decoration: none;
     color: #111755;
     font-size: 20px;
 }
.menu2 .menu_options {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.menu2 .menu_title {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
 .menu2 .menu_title h3 {
     text-decoration: none;
     color: #000;
     font-weight: bold;
     font-size: 18px;
     font-family: 'Open Sans', sans-serif;
 }
 .menu2 .menu_subtitle {
     display: inline-block;
     vertical-align: top;
     margin: 12px 6px 0;
 }
 .menu2 .menu_subtitle p {
     text-decoration: none;
     color: #111755;
     font-weight: bold;
     font-size: 12px;
     font-family: 'Open Sans', sans-serif;
 }
 .menu2 .donate {
     background: #d81b1b;
 }

 */
 
 /* TAGLINE */
 .tagline {
    position: relative;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    padding: 10px;
    background: #e4eaf0;
	background: #f3f7fa;
 }
 .tagline p {
    margin: 0;
    font-style: italic;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
 }


  /* FEATURED */
  .bodywidth .featured,
  .bodywidth .static_content  {
      margin-top: 25px;
      width: 64.17%;
      margin-right: 5.3%;
      display: inline-block;
      vertical-align: top;
	  
  }
  .bodywidth .featured h2,
  .static_content h2 {
     text-decoration: none;
     text-align: left;
     font-weight: normal;
     text-transform: uppercase;
     color: #000;
     font-size: 20px;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     letter-spacing: .35em;
  }
  .feature_title {
	  position: relative;
      display: inline-block;
      vertical-align: top;
	  width: calc(100% - 20px);
	  padding: 0 10px;
  }
  .feature_share {
      display: inline-block;
      vertical-align: top;
      max-width: 135px;
      float: right;
      margin-top: 10px;
  }
  .feature_share a.twitter_share {
      margin-right: 3px;
  }
  .video_feature {
      text-align: left;
      margin-bottom: 40px;
	  padding-top: 15px;
  }
  .featured .video_title h2 {
     color: #000;
     font-size: 28px;
     margin: 10px 0 5px 0;
	 max-width: calc(100% - 140px);
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     font-weight: bold;
     text-transform: none;
     letter-spacing: .01em;
    line-height: 1.1em;
	margin: 15px 0 15px 0;
  }
  .featured .video_subtitle {
      display: inline-block;
      vertical-align: middle;	  
	  font-size: 14px;
	  line-height: 1.1em;
	  letter-spacing: 0.01em;
	  margin-top: 0;
	  margin-bottom: 0;
	  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	  text-transform: uppercase;
  }
  .featured .video_subtitle a {
	  display: block;
	  padding: 10px 25px;
	  background: #da6b2e;
	  border-radius: 4px;
	  color: #fff !important;
	  text-decoration: none;
	  transition: all 0.25s ease;
  }
  .featured .video_subtitle a:hover {
	  background: #ec8750;
	  transition: all 0.25s ease;
  }
  .featured .video_more {
	  display: inline-block;
	  vertical-align: middle;
	  margin-bottom: 7px;
  }
  .featured .video_more p {
     color: #777;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     font-size: 14px;
     margin: 0;
  }
  .featured .video_more p em {
	  display: inline-block;
	  vertical-align: middle;
  }
  .featured .video_more p a {
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 5px;
	  color: #da6b2e;
	  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
  }
  .featured .feature_share {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  
  }
  .category_video .feature_share {
	  position: absolute;
	  top: 6px;
	  right: 10px;
  }

  /* SIDEBAR */

    .bodywidth .sidebar {
      max-width: 30.167%;
	  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	  box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.2);
      display: inline-block;
      vertical-align: top;
      margin-top: 100px;
      min-width: 360px;
	  padding: 15px 0 0 0;
  }
    .sidebar .sidebar_option {
        margin-top: 7px;
		text-align: left;
		width: 313px;
    }

    .sidebar .sidebar_s1,
    .sidebar .sidebar_s2 {
        max-width: 315px;
        margin: 0 auto;
    }
  .sidebar .sidebar_s1 .sidebar_s1menu,
  .sidebar .sidebar_s2 .sidebar_s2menu {
      display: block;
      border-bottom: 1px solid #000;
      height: 40px;
  }
  .sidebar .sidebar_s1 .sidebar_title,
   .sidebar .sidebar_s2 .sidebar_title{
      display: inline-block;
      vertical-align: top;
      float: left;
  }
   .sidebar .sidebar_s1 .sidebar_title p,
   .sidebar .sidebar_s2 .sidebar_title p {
     font-weight: normal;
     text-transform: uppercase;
     color: #000;
     font-size: 13px;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     letter-spacing: .35em;
   }
.sidebar .sidebar_s1 .sidebar_viewall,
.sidebar .sidebar_s2 .sidebar_viewall {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 5px;
}
.sidebar .sidebar_s1 .sidebar_viewall p,
.sidebar .sidebar_s2 .sidebar_viewall p {
     color: #da6b2e;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     font-size: 11px;
     text-transform: uppercase;
}

.sidebar_option {
    display: block;
    padding-top: 12px;
	margin-bottom: 25px;
	text-decoration: none;
}
.sidebar_option .sidebar_img {
	display: inline-block;
	vertical-align: top;
	max-width: 105px;
}
.sidebar_option .sidebar_img img {
    width: 100%;
}
.sidebar_option .sidebar_txt {
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
}
.sidebar_option .sidebar_preview p {
     color: #000;
     font-size: 16px;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	 line-height: 1.2em;
     text-align: left;
     margin: 0 0 0 5px;
}
.sidebar_option .sidebar_link p {
    color: #da6b2e !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    text-align: left;
    margin: 0 0 0 5px;
	text-decoration: none;
}

.sidebar_s3 {
    margin-top: 30px;
	margin-top: 6px;
    margin-bottom: 20px;
}
.sidebar_s3 img {
    width: 100%;
    max-width: 319px;
}
.unslider .sidebar_slider {
    display: inline-block;
}

.unslider-nav,
.unslider-arrow {
    display: none;
}
.unslider {
    padding: 0;
}
.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}


/* FEATURED ROW */
.feature_mini {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.feature_mini .feature_box {
	width: calc(33% - 40px);
	padding-left: 20px;
	padding-right: 20px;
}
.feature_mini .feature_box:nth-child(1) {
	padding-left: 0;
	
}
.feature_mini .feature_box:nth-child(3) {
	padding-right: 0;
}
.feature_box_title {
    text-align: left;
	margin: 12px 0 10px 10px;
}
.feature_box_title p {
    color: #000;
    font-size: 18px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
	margin: 0 0 10px 0;
}

.feature_box_related {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    border-top: 1px solid #f1f1f1;
    padding: 0 10px;
}
.feature_box_related p {
    color: #636363;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    margin: 13px 0 0;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.feature_box_related p a {
    color: #da6b2e;
    text-decoration: underline;
    text-transform: none;
    font-size: 12px;
    margin: 0 5px;
}
  .feature_share_small {
      display: inline-block;
      vertical-align: top;
      max-width: 135px;
      float: right;
      margin-top: 10px;
  }

   /* FIRST AD */
.fullwidth .book_plug {
    height: 299px;
    /*margin-top: 100px;
    margin-bottom: 80px;*/
	margin-top: 40px;
	margin-bottom: 40px;
    color: #FFF;
    text-align: center;
}
.fullwidth .book_plug .arrows {
	display: none !important;
}

/* THE WORLD TODAY */
.bodywidth.video {
    max-width: 1240px;
}
.bodywidth .category {
    display: block;
    text-align: left;
    border-bottom: 1px solid #333;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
  .bodywidth .category h2 {
     display: inline-block;
     vertical-align: top;
     text-decoration: none;
     margin: 0 10px 5px 10px;
     font-weight: normal;
     text-transform: uppercase;
     color: #000;
     font-size: 20px;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     letter-spacing: .35em;
  }
  .bodywidth .category p.viewall {
     display: inline-block;
     vertical-align: top;
     color: #da6b2e;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     font-size: 14px;
     text-transform: uppercase;
     margin-top: 10px;
	 margin-right: 10px;
     float: right;
  }
  .bodywidth .category_options {
      text-align: left;
	  margin: 0 0 40px 0;
      width: calc(100% - 20px);
	  padding: 0 10px;
      max-width: 1180px;
      margin-left: auto;
      margin-right: auto;
  }
  .bodywidth .category_options span.divider {
      margin: 0 5px;
  }
  .bodywidth .category_options p a {
     color: #da6b2e;
     font-family: 'Nunito Sans', 'Open Sans', sans-serif;
     font-size: 12px;
     text-transform: uppercase;
     text-decoration: none;
  }
  .bodywidth .category_options p a:hover {
	  text-decoration: underline;
  }
  .bodywidth .category_options p a.selected {
	  color: #000 !important;
	  font-weight: bold;
  }
  
  .pa_section {
	  padding: 40px 0;
  }
  .pa_section_top {
	  padding-top: 0;
	  padding-bottom: 100px;
  }
  
  /*
  .video_normal {
      width: 100%;
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto;
      min-height: 482px;
      text-align: center;
      font-size: 0;
  }
  .viewall {
      max-height: none;
  }
  .category_video {
      text-align: left;
      display: inline-block;
      vertical-align: top;
      margin-left: 25px;
      margin-right: 25px;
      padding-right: 10px;
      min-height: 442px;
  }
  .category_video_col2 {
      display: inline-block;
      vertical-align: top;
  }
  .category_extra_videos {
      display: inline-block;
      vertical-align: top;
  }
  .category_subvideos_top {
      display: block;

  }
  .video_square_top {
      display: inline-block;
      vertical-align: top;
  }

  .category_subvideos_bottom {
      display: block;
  }
  .video_square_bottom {
      display: inline-block;
      vertical-align: top;
  }

     .video_square_top .video_title_small,
     .video_square_bottom .video_title_small {
        max-width: 240px;
        text-align: left;
    }

  .video_square_top .video_title_small p,
  .video_square_bottom .video_title_small p {
       font-family: 'Nunito Sans', 'Open Sans', sans-serif;
       font-size: 15px;
       margin: 0;
  }
  */  
  
  .category_content {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  text-align: left;
	  flex-wrap: wrap;
  }
  .category_subvideos_top,
  .category_subvideos_bottom  {
	  margin: 0 0 40px 0;
  }
  .category_video {
	  width: 50%;
	  margin-right: 2.5%;
	  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	  line-height: 1.2em;
  }
  .category_video .video_square {
	  margin-bottom: 30px;
  }
  .category_video .video_square h2 {
	  font-size: 20px;
	  line-height: 1.2em;
	  font-weight: 600;
	  margin: 15px 0;
	  max-width: calc(100% - 140px);
  }
  .category_video .video_square .video_more p {
	  color: #777;
	  font-size: 14px;
  }
  .category_video .video_square .video_more p a {
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 5px;
	  color: #da6b2e;
	  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
  }
  .category_video_col2 {
	  width: 47.5%;
	  
  }
  .category_video_col2 {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  text-align: left;
	  flex-wrap: wrap;
  }
  .category_video_col2 .video_square {
	  width: 47.5%;
	  margin: 0 0 40px 0;
  }
  .category_video_col2 .video_player {
	  margin-bottom: 10px;
  }
  .category_video_col2 .video_title_small {
	  padding: 0 10px;
  }
  .category_video_col2 .video_title_small p {
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
  }
  .category_video_col2 .video_player.show-play-btn .inner:before {
	content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/btn_play1.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .video_additional {
      margin-bottom: 40px;
      display: none;
  }
  .video_additional.show {
      display: block;
	  width: 100%;
	  /*padding: 30px 0 0 0;*/
  }
  .video_additional.show .video_square {
	  width: 23.5%;
	  width: calc(33.3333% - 25px);
	  margin-left: 25px;
	  margin-bottom: 25px;
	  /*margin-right: 20px;*/
	  
  }
  .video_additional.show .video_square p {
	  font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	  text-align: left;
	  margin: 10px 0 8px 0;
	  padding: 0;
  }
  .video_additional.show .video_additional_inner {
	  display: flex;
	  justify-content: flex-start;
	  flex-wrap: wrap;
	  align-items: flex-start;
	  position: relative;
	  width: calc(100% + 25px);
	  left: -25px;
  }
  .video_additional.show .video_title_small {
	  padding: 0 10px;
  }
  
  .fullwidth.pa_viewing_history_wrapper {
	  margin-bottom: -38px;  
	  background: #d8dbe3;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8dbe3+0,f4f5f9+50,d8dbe3+100 */
	background: rgb(216,219,227); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(216,219,227,1) 0%, rgba(244,245,249,1) 50%, rgba(216,219,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(216,219,227,1) 0%,rgba(244,245,249,1) 50%,rgba(216,219,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(216,219,227,1) 0%,rgba(244,245,249,1) 50%,rgba(216,219,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8dbe3', endColorstr='#d8dbe3',GradientType=1 ); /* IE6-9 */
  }
  .bodywidth.pa_viewing_history {
	  padding: 60px 0;
	  margin: 80px auto 40px auto;
	  margin: 0 auto 110px auto;
	  margin: 0 auto;
	  width: calc(100% - 80px);
	  max-width: 1200px;

	  
	  
  }
  .pa_viewing_history .category {
	  border-bottom: none;
	  text-align: center;
  }
  .pa_viewing_history .videos {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
  }
  .bodywidth.pa_viewing_history .category h2 {
	  margin-bottom: 30px;
	  text-align: center;
  }
  .pa_viewing_history .lnk_show_additional {
    display: block;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #da6b2e !important;
    text-transform: uppercase;
    text-decoration: none;
    margin: -20px 0 30px 0;
  }
  .pa_viewing_history .video_square {
	  width: calc(33.3333% - 30px);
	  margin: 0 15px 30px 15px;
  }
  .pa_viewing_history .video_square.additional {
	  display: none;
  }
  .pa_viewing_history.show_additional .video_square.additional {
	  display: block;
  }
  .pa_viewing_history .video_player {
	  border: 1px solid #ccc;
  }
  .pa_viewing_history .video_title_small {
	  text-align: left;
  }
  .pa_viewing_history .video_title_small p {
    color: #000;
    font-size: 18px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    padding: 5px 0;	 
	margin: 0;
  }
  .pa_viewing_history .video_player.show-play-btn .inner:before,
  .video_additional .video_player.show-play-btn .inner:before {
	content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(https://d2urhn0mmik6is.cloudfront.net/site/prophecyacademy/btn_play1.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }

  /* RADIO SECTION */

  .category_radio {
      display: block;
	  position: relative;
      max-height: 146px;
      margin-bottom: 80px;
	  margin: 20px 0 80px 0;
      font-size: 0;
  }
  .category_radio .audio_icon {
	  position: absolute;
	  top: -25px;
	  left: 10px;
	  width: 40px;
	  height: 40px;
	  background: #fff;
	  border-radius: 50px;
	  padding: 10px 5px 0 5px;
	  z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);	  
  }
  .category_radio .audio_icon .fa {
	  font-size: 30px;
	  line-height: 1em;
	  color: #333;
  }

  .category_radio .radio_col1,
  .category_radio .radio_col2,
  .category_radio .radio_col3 {
      display: inline-block;
      vertical-align: top;
      margin-left: 0;
      margin-right: 0;
  }

  .category_radio .radio_col1 {
      position: relative;
      max-width: 21.50%;
      width: 100%;
      height: 146px;
      border-radius: 0;	  
	  background: #111;
  }
  .category_radio .radio_col1 .poster {
	  width: 100%;
  }
  .category_radio .flowplayer .fp-controls {
	  opacity: 1 !important;
  }
  .category_radio .flowplayer .fp-header .fp-fullscreen, 
  .category_radio .flowplayer .fp-header .fp-share,
  .category_radio .flowplayer.fp-default-playlist .fp-playlist {
	  display: none !important;
  }
  .category_radio .radio_col2 {
      background: #333333;
      max-width: 38.3%;
      width: 100%;
      text-align: left;
      height: 146px;
  }
  .category_radio .radio_col2:before {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  width: 1px;
	  height: 146px;
  }
  .category_radio .radio_col2 .radio_info {
      display: inline-block;
	  vertical-align: middle;
	  padding: 10px 30px;
	  width: calc(100% - 61px);
	  margin-left: -5px;
  }
  .category_radio .radio_col2 span.radio_title  {
       font-family: 'Nunito Sans', 'Open Sans', sans-serif;
       font-size: 20px;
       font-weight: 600;
       color: #FFF;
  }
  .category_radio .radio_col2 span.radio_description {
       font-family: 'Nunito Sans', 'Open Sans', sans-serif;
       font-size: 14px;
       font-weight: 600;
       color: #FFF;
  }
  .category_radio .radio_col2 p {
      color: #FFF;
  }
  .category_radio .radio_col3 {
      max-width: 40.083%;
      border-left: 1px solid #999;
      background: #232323;
      width: 100%;
      height: 146px;
  }
  .category_radio .radio_col3 .radio {
	  position: relative;
	  cursor: pointer;
  }
  .category_radio .radio_col3 .radio:hover {
	  background: #4d4d4d;
	  
  }
  .category_radio .radio_col3 .radio.selected {
      background: #da6b2e;
	  
	  border-left: 1px solid #da6a2e;
	  margin-left: -1px;
	  
  }
  .category_radio .radio_col3 .radio.selected:before {
	  content: '';
	  position: absolute;
	  top: 0px;
	  left: -25px;
      width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 24px 0;
    border-color: transparent #da6a2e transparent transparent;
  }

  .category_radio .radio_col3 .radio.opt1,
  .category_radio .radio_col3 .radio.opt2,
  .category_radio .radio_col3 .radio.opt3 {
      display: block;
      height: 48px;
  }
  .category_radio .radio_col3 .radio.opt1 {
      border-bottom: 1px solid #999;
  }
  .category_radio .radio_col3 .radio.opt2 {
      border-bottom: 1px solid #999;
  }

    .category_radio .radio_col3 .radio.opt1 p,
  .category_radio .radio_col3 .radio.opt2 p,
  .category_radio .radio_col3 .radio.opt3 p {
        position: relative;
		padding: 12px 0;
        color: #FFF;
        font-family: 'Nunito Sans', 'Open Sans', sans-serif;
        font-size: 16px;
        text-align: left;
        margin: 0 0 0 25px;
    }
     .category_radio .radio_col3 .radio.opt1 img,
     .category_radio .radio_col3 .radio.opt2 img,
     .category_radio .radio_col3 .radio.opt3 img {
         float: right;
         margin-right: 10px;
         font-size: 20px;
         font-weight: normal;
     }
      .category_radio .radio_col1 .checkmark {
    display: none;
    position: absolute;
    top: 0;
    right: 11px;
    width: 28px;
    height: 35px;
    background: #4eb900;
    border: 2px solid #fff;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    z-index: 9;
 }
      .category_radio .radio_col1 .checkmark .fa {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}
    .category_radio .radio_col1.viewed .checkmark {
	 /*display: block;*/
 }
 .category_radio .radio_col3 .radio .checkmark {
	 display: none;
 }
 .category_radio .radio_col3 .radio.listened .checkmark {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
	 background: #4eb900;
	 color: #fff;
	 padding: 2px 5px;
	 border: 2px solid #fff;
	 border-radius: 50px;
	 margin-left: 5px;
    margin-top: -5px;
    top: 1px;
 }
 .category_radio .radio_col2 .checkmark {
	display: none;
 }
 @media (max-width:1222px) {
	 .category_radio {
		 background: #111;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,2e2e2e+47,111111+100 */
background: rgb(17,17,17); /* Old browsers */
background: -moz-linear-gradient(left, rgba(17,17,17,1) 0%, rgba(46,46,46,1) 47%, rgba(17,17,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(17,17,17,1) 0%,rgba(46,46,46,1) 47%,rgba(17,17,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(17,17,17,1) 0%,rgba(46,46,46,1) 47%,rgba(17,17,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 ); /* IE6-9 */	 
	 }
 }
 @media (max-width:400px) {
	.category_radio .radio {
		height: auto !important;
	}
	.category_radio .radio .title {
		display: inline-block;
		max-width: 80%;
	}
	.category_radio .radio_col3 {
		height: auto;
	}
 }
	 
/* ARTICLES / DOWNLOADS */
.bodywidth .static_content {
	display: none;
}
.bodywidth .static_content.visible {
	display: inline-block;
}
.static_content .loading {
	text-align: center;
	padding: 60px 0;
}
.static_content .loading .fa {
	font-size: 50px;
	color: #ccc;
}
.static_content img {
	max-width: 100%;
}
.article,
.download {
	position: relative;
	padding: 16px 0 40px 0;
	text-align: left;
	font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	
	  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	  box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	  
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.05);	  
	padding: 25px 25px 25px 25px;
	margin: 30px 0 50px 0;
}
.article .article_header,
.download .download_header {
	margin: 0 0 30px 0;
}
.article h1,
.download h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}
.article h2,
.download h2 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.article .content_image,
.download .content_image {
	margin-bottom: 20px;
}
.article .btn_close,
.download .btn_close {
	position: absolute;
	display: block;
	top: -19px;
	right: -19px;
	color: #fff;
	text-decoration: none;
	font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.25s ease;
	
	padding: 4px 10px 8px 11px;
	background: #666;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.05);		
}
.article .btn_close:hover,
.download .btn_close:hover {
	background: #000;
	transition: all 0.25s ease;
}
.article .btn_close .fa,
.download .btn_close .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.article .btn_close span,
.download .btn_close span {
	display: inline-block;
	vertical-align: middle;
	display: none;
}	
.download_body > div {
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding: 30px 0 0 0;
	text-align: center;
}
.download_body > div:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.download_body > div img {
	margin-bottom: 10px;
}
.download_body > div h2 {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
}
.download_body > div h2 .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-right: 5px;
}
.download .redlink {
	display: inline-block;
	padding: 8px 30px;
	background: #da6b2e;
	color: #fff !important;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.25s ease;
}	
.download .redlink:hover {
	background: #e88650;
	transition: all 0.25s ease;
}

     /* MOBILE MENU */
.bluenav {
	display: none;
}
.mobilecontainer {
    position: absolute;
    top: 66px;
    left: 0;
    padding-top: 56px;
    z-index: 98;
    height: 100%;
    overflow: hidden;
    max-width: 227px;
    width: 0;
    background: #2c324b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
}
     .mobilemenuwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    display: none;
}
    .mobilecontainer.open + .mobilemenuwrapper {
    display: block;
}
 

.menuhwrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 221px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 0;
    height: 57px;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
h2.mobilemenuh2 {
    display: inline-block;
    font-size: 22px;
    vertical-align: top;
    color: white;
    padding-right: 8px;
    margin: 16.3px 0 15.3px 30px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.menuhwrapper h2:hover,
.menuhwrapper span:hover {
    color: #f4ac00;
}
#nav-icon3 {
    width: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #ffffff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


/* Nav Icon 3 */


#nav-icon3 span:nth-child(1) {
  top: 1px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 15px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0;
  left: 50%;
}

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}



.mobilecontainer .liwrapper li {
    text-decoration: none;
    text-align: right;
    font-size: 16px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    border-top: 1px solid #2c324b;
    border-bottom: 1px solid #2c324b;
    position: relative;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 228px;
}
.liwrapper li a {
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 16px;
    color: #FFF;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
 ul.liwrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .mobilecontainer .liwrapper li:hover{
    cursor: pointer;
    color: #f4ac00;
    border-bottom: 1px solid #F4AC00;
    border-top: 1px solid #F4AC00;
}
    .mobilecontainer .liwrapper li a:hover {
        color: #F4AC00;
    }
    /*.mobilecontainer .liwrapper li:first-child:after  { border-right: 5px solid #1abc9c; }
    .mobilecontainer .liwrapper li:nth-child(2):after { border-right: 5px solid #ffd071; }
    .mobilecontainer .liwrapper li:nth-child(3):after { border-right: 5px solid #f0776c; }
    .mobilecontainer .liwrapper li:nth-child(4):after{ border-right: 5px solid #b66cf0; }
    .mobilecontainer .liwrapper li:last-child:after   { border-right: 5px solid #56a8e0; }*/ 

.liwrapper li:after {
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 0;
    position: absolute;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}
/* FOOTER */

.footer {
    display: block;
    background: url('https://d2urhn0mmik6is.cloudfront.net/site/_images/prophecy_academy/footer.png') no-repeat center;
    height: auto;
    min-height: 396px;
    background-size: auto 100%;
}

.footer_wrapper {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer .footer_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-left: -35px;
}
.footer .footer_text {
    display: inline-block;
    vertical-align: top;
    max-width: 475px;
    width: 100%;
    margin-top: 100px;
}
.footer_text h2 {
    color: #FFF;
    font-size: 23.47px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    font-weight: normal;
    max-width: 475px;
    width: 100%;
    margin-bottom: 25px;
}
.footer_text p {
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    color: #ebc278;
    font-size: 14px;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 15px 0;
}
.footer_text p.footer_mainsite a {
	
	color: #f4ca75 !important;
	font-weight: bold;
	transition: all 0.25s ease;
}
.footer_text p.footer_mainsite a:hover {
	color: #fff !important;
	transition: all 0.25s ease;
}
.footer_text p.footer_social {
	margin-left: -4px;
}
.footer_text p.footer_social a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	color: #f4ca75 !important;
	font-size: 35px;
	transition: all 0.25s ease;
}
.footer_text p.footer_social a:hover {
	color: #fff !important;
	transition: all 0.25s ease;
}
.footer .footer_djad {
    display: inline-block;
    vertical-align: top;
    max-width: 303px;
    width: 100%;
    margin-top: 90px;
}
.footer .footer_mobile {
    display: inline-block;
}

/* ARTICLE STYLES */

.article_body .blockquote {
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.58;
    padding-left: 30px;
}
.article_body .callout p {
    font-size: 28px;
    text-align: center;
    padding: 10px 30px;
    line-height: 1.2em;
}
.article_body ol {

}
.article_body ol li {
    margin-top: 18px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.28;
}
.article_body .footnotes {
    font-size: 12px;
}
.article_body ul {
    list-style-type: disc;
    padding: 0 0 25px 35px;
}
.article_body ul li {
    margin-top: 18px;
    font-family: 'Nunito Sans', 'Open Sans', sans-serif;
    letter-spacing: .01rem;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.28;
}

/* BANNER ADS */
#tp_globalbanner.content {
	max-width: none !important;
	width: 100% !important;
	padding-top: 0 !important;
}
.tp_hero {
	position: relative;
	width: 100%;
	height: 299px;
	text-align: center;
}
.tp_hero .slides {
	position: relative;
	height: 100%;
	z-index: 1;
}
.tp_hero .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tp_hero .desktop-img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
.tp_hero .desktop-img.crop {
	width: 100%;
}
.tp_hero .desktop-img.crop img {
	display: none;
}
.tp_hero .desktop-img:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 299px;
}
.tp_hero .desktop-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.tp_hero .mobile-img {
	display: none;
	position: relative;
	width: 85%;
	height: 299px;
	z-index: 2;
}
.tp_hero .mobile-img:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 299px;
}
.tp_hero .slide.scale .mobile-img img {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 1px);
	max-width: 505px;
	margin-left: -5px;
}
.tp_hero .slide.crop .mobile-img img {
	display: none;
}

.tp_hero .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: top center repeat-x;
}
.tp_hero .nolink {
	cursor: default;
}
@media (max-width:920px) {
	.tp_hero .mobile-img {
		display: inline-block;
		vertical-align: middle;
	}
	.tp_hero .desktop-img {
		display: none;
	}
}


/* VIDEO OVERLAY */
#tp_overlay {
	background: #333 !important;
	height: auto !important;
}
#tp_overlay_content {
	width: calc(100% - 40px) !important;
	padding: 20px;
	background: #333 !important;

}
.overlay_title {
	position: relative;
	display: none;
	font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	padding: 0 20px 20px 20px;
	background: #333;
	width: calc(100% - 40px);
}
.overlay_title h1 {
	display: block;
	width: calc(100% - 200px);
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 0;
	color: #fff;
}
.overlay_title .feature_share {
	position: absolute;
	top: -3px;
	right: 10px;
	width: 155px;
}
.overlay_loading {
	position: relative;
	padding-bottom: 56.25%;
}
@media (max-width:600px) {
	.overlay_title h1,
	.overlay_title .feature_share {
		position: relative;
		display: block;
		top: auto;
		right: auto;
		width: 100%;
		text-align: center;
		float: none;
		max-width: none;
	}
}

/* SCRIPTURE BUTTONS */
.scripture_button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Nunito Sans', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	padding: 10px 25px;
	margin: 0 7px 7px 0;
	background: #da6b2e;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: all 0.25s ease;
}
.scripture_button:hover {
	background: #ec8750;
	transition: all 0.25s ease;
}
.scripture_button.inactive {
	background: #d8dbe3;
	color: #333 !important;
	cursor: default;
}
.scripture_button.show_passage {
	width: 100%;
	height: 200px;
	padding: 0 !important;
	background: #f8f8f8;
	background: #edf0f4;
	margin-bottom: 10px;
	cursor: default;
	transition: width 0.5s ease, height 0.25s ease;
}
.scripture_button .btn_close {
	display: block;
    position: absolute;
    top: -11px;
    left: -15px;
    font-size: 18px;
    z-index: 99;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.25s ease;
    background: #da6b2e;
    border-radius: 50px;
    padding: 7px 9px;
	transform: scale(0);
}
.scripture_button .btn_close.visible {
	opacity: 1;
	transform: scale(0.7);
	transition: all 0.25s ease;
}
.scripture_button .btn_close.visible:hover {
	background: #333 !important;
	transform: scale(1);
	transition: all 0.25s ease;
}
.scripture_button .passage {
	display: none;
	width: calc(100% - 30px);
	padding: 15px;
	height: 170px;
	overflow-y: auto;
}
.scripture_button .passage .bible_text {
	opacity: 0;
	transition: all 0.25s ease;
}
.scripture_button .passage .bible_text.visible {
	opacity: 1;
	transition: all 0.25s ease;
}
.scripture_button.show_passage .label {
	display: none;
}
.scripture_button.show_passage .passage {
	display: block;
	color: #333;
}
.scripture_button.show_passage .passage .passage_ref {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
}
.scripture_button.show_passage .passage .passage_ref .version {
	font-weight: normal;
}
.scripture_button.show_passage .passage h3 {
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 15px 0;
}
.scripture_button.show_passage .passage h4 {
	font-size: 12px;
	line-height: 1.1em;
	margin: 0 0 15px 0;
}
.scripture_button.show_passage .passage p {
	font-size: 13px;
	line-height: 1.4em;
	text-transform: none;	
	margin: 0 0 15px 0;
}
.scripture_button.show_passage .passage sup {
	color: #ccc;
	color: #999;
}
.scripture_button.show_passage .passage .chapternum {
    font-size: 27px;
    float: left;
    font-weight: bold;
    margin-top: 10px;
    margin: 10px 5px 5px 0;
}
.scripture_button.show_passage .passage .versenum {
	font-size: 9px;
    margin: 0 0 0 3px;
}
.scripture_button.show_passage .passage a {
	color: #ccc !important;
	color: #999 !important;
	text-decoration: none;
	cursor: default;
}
.scripture_button.show_passage .footnotes {
	font-size: 10px;
	line-height: 1.2em;
}
.scripture_button.show_passage .footnotes ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-transform: none;
}
.scripture_button.show_passage .footnotes ul li {
	margin: 0 0 5px 0;
}
.scripture_button.show_passage .footnotes .fn-letter {
	float: left;
}
.scripture_button.show_passage .footnotes .fn-outertext {
	margin-left: 20px;
}
.scripture_button .passage .loading {
	position: relative;
	text-align: center;
	height: 200px;
	line-height: 160px;
	font-size: 0;
	color: #333;
	transition: all 0.25s ease;
}
.scripture_button .passage .prev-chapter,
.scripture_button .passage .next-chapter {
	display: none;
}
.scripture_button.show_passage .passage .loading {
	height: 200px;
	font-size: 24px;
	color: #606060;
	transition: all 0.25s ease;
}
.scripture_button .read-full-chapter {
	display: none;
}
.scripture_button .text {
	text-transform: none;
	font-size: 13px;
	line-height: 1.4em;
}
.feature_mini .scripture_button {
	padding: 7px 11px 6px 11px;
	font-size: 11px;
}
.category_video_col2 .scripture_button {
	padding: 7px 11px 6px 11px;
	font-size: 11px;
	margin: 5px 5px 0 0;
}
.video_additional .scripture_button {
	padding: 7px 11px 6px 11px;
	font-size: 11px;
	margin-bottom: 20px;
}


    /* MEDIA QUERIES */

     @media screen and (max-width: 1222px) {
         .category_radio .radio_col1 {
             display: block;
             max-width: 465px;
             width: 100%;
             margin-left: auto;
             margin-right: auto;
             height: auto;
         }
         .category_radio .radio_col2 {
             display: block;
             max-width: 465px;
             width: 100%;
             margin-left: auto;
             margin-right: auto;
             height: auto;
         }
         .category_radio .radio_col3 {
             display: block;
             max-width: 465px;
             width: 100%;
             margin-left: auto;
             margin-right: auto;
             border-left: none;
         }
         .category_radio .radio_col3 .radio.selected:before {
             display: none;
         }
         .category_radio {
             margin-left: auto;
             margin-right: auto;
             max-height: none;
         }
     }
     @media screen and (max-width: 1209px) {
         .bodywidth .featured, .bodywidth .static_content {
             margin-right: auto;
         }
         .bodywidth .sidebar {
             max-width: none;
         }
        .sidebar .sidebar_s1,
        .sidebar .sidebar_s2 {
            display: inline-block;
            vertical-align: top;
            max-width: none;
            width: 47%;
        }
        .sidebar .sidebar_s1 {
            margin-right: 2%;
        }
        .sidebar .sidebar_s1 .sidebar_title,
        .sidebar .sidebar_s2 .sidebar_title {
            margin-left: 20px;
        }
		.sidebar .sidebar_option {
			width: auto;
		}
         .sidebar_option .sidebar_img {
             max-width: none;
         }
         .sidebar_option .sidebar_txt {
             max-width: 256px;
         }
         .unslider-arrow.next,
         .unslider-arrow.prev {
             right: 7%;
         }
     }
     @media screen and (max-width: 1205px) {
         .footer {
             text-align: center;
         }
         
         .footer_wrapper {
            display: block;
         }
         
         .footer_mobile {
            vertical-align: top;
            max-width: 495px;
            text-align: left;
        }
         .footer .footer_text {
             margin-top: 20px;
         }
         .footer .footer_djad {
             margin-top: 30px;
         }
     }
	 @media (max-width:900px) {
		 .menu .dropdown_menu {
			 margin: 0 7px;
		 }		 
	 }
	 @media (max-width:980px) {
		 .pa_section .category_video {
			 width: 100%;
			 margin: 0;
		 }
		 .pa_section .category_video_col2 {
			 width: 100%;
		 }
		 .pa_section .video_additional.show .video_square {
			 width: calc(50% - 20px);
			 margin-left: 20px;
			 margin-bottom: 20px;
		 }
		 .pa_viewing_history .video_square {
			width: calc(50% - 20px);
			margin: 0 10px 25px 10px;
			width: 100%;
			margin: 0 0 25px 0;
		 }
		 
		 
/* mobile menu */
         .menu {
             display: none;
         }
        .bluenav {
		display: block;
        background: #2c324b;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        z-index: 99;
    }
        .menuhwrapper {
            width: 100%;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .mobilecontainer.open {
           width: 227px;
        }		 
	 }
     @media screen and (max-width: 860px) {
         .menu_options {
             margin-left: 50px;
         }
     }
     @media screen and (max-width: 856px) {
         .footer .footer_mobile {
             text-align: center;
         }
         .footer .footer_logo {
			 display: block;
             margin: 0 auto;
			 max-width: 341px;
         }
         .footer .footer_text {
             margin-top: 0;
         }
         .footer .footer_text h2 {
			 width: 90%;
			 margin-top: 0;
			 margin-left: auto;
			 margin-right: auto;
         }
		 .footer .footer_mainsite {
			 text-align: left;
			 margin-right: 0;
		 }
         .footer .footer_djad {
			 max-width: 90%;
			 margin: 30px auto 30px auto;
			 text-align: center;
         }
         .footer .footer_djad img,
         .footer .footer_logo img {
			 width: auto;
			 max-width: 100%;
         }
     }
     @media screen and (max-width: 767px) {
         .bodywidth .featured {
             margin-left: auto;
             margin-right: auto;
             max-width: 480.63px;
             width: 100%;
         }
         .feature_mini .feature_box {
             padding-left: 0;
             padding-right: 0;
             margin-left: auto;
             margin-right: auto;
             max-width: 480.63px;
             width: 100%;

         }
         .feature_mini {
             display: block;
         }
         .feature_mini .feature_box:nth-child(1) {
             padding-left: 0;
         }
         .bodywidth .category {
             text-align: center;
         }
         .bodywidth .category p.viewall {
            display: block;
            text-align: center;
            float: none;
            margin-top: 0;
         }
         .bodywidth .category a {
             text-decoration: none;
         }
         .bodywidth .category_options {
             text-align: center;
         }

         /* SIDEBAR */
        .bodywidth .sidebar {
             max-width: 480px;
         }
        .sidebar .sidebar_s1 {
            margin-right: auto;
        }
        .sidebar .sidebar_s1,
        .sidebar .sidebar_s2 {
            display: block;
            width: 100%;
        }

    }
     @media screen and (max-width: 650px) {
         .category_video_col2 .video_square {
             display: block;
             width: 100%;
         }
     }
     @media screen and (max-width: 500px) {
         .bodywidth .featured h2 {
             padding-left: 10px;
         }
     }
     @media screen and (max-width: 450px) {
         .bodywidth .sidebar {
             display: block;
             width: 100%;
             min-width: 200px;
         }
     }
     @media screen and (max-width: 422px) {
         .footer .footer_text {
             width: 95%;
         }
		 .footer .footer_text p {
			 display: block;
			 margin-left: 0;
			 margin-right: 0;
			 text-align: center;
		 }
     }

     @media screen and (max-width: 374px) {
         .category_radio .radio_col3 .radio.opt1 p, .category_radio .radio_col3 .radio.opt2 p, .category_radio .radio_col3 .radio.opt3 p {
             font-size: 15px;
         }
     }
     @media screen and (max-width: 341px) {
         .category_radio .radio_col3 .radio.opt1 p, .category_radio .radio_col3 .radio.opt2 p, .category_radio .radio_col3 .radio.opt3 p {
             font-size: 14.5px;
         }
         .category_radio .radio_col3 .radio.opt1 img, .category_radio .radio_col3 .radio.opt2 img, .category_radio .radio_col3 .radio.opt3 img {
             margin-right: 5px;
         }
         .category_radio .radio_col3 .radio.opt1,
         .category_radio .radio_col3 .radio.opt2,
         .category_radio .radio_col3 .radio.opt3 {
             margin-left: -14px;
         }
     }
     @media screen and (max-width: 320px) {
         .sidebar .sidebar_s1, 
         .sidebar .sidebar_s2 {

         }
     }