
/*font kit*/
@font-face {
  font-family: 'icomoon';
  src:url('iconfonts/fonts/icomoon.eot');
  src:url('iconfonts/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
      url('iconfonts/fonts/icomoon.woff') format('woff'),
      url('iconfonts/fonts/icomoon.ttf') format('truetype'),
      url('iconfonts/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


ul{
  list-style: none;
}

  #nav-tog #icon{
    display:none
  };

#nav-tog:hover{
  display:block;
}

.parallax-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blocker { 
   height: 40px;
    position: absolute;
    width: 400px;
    z-index: 1;
    }
.linkwrap iframe { z-index: 2; }

#searchsubmit_btn[data-icon]:before, #magnify-glass-toggle[data-icon]:before {
  color:gray;
}

#nav-menu-icon[data-icon]:before{
  color:white;
  z-index:99;
}

.ssba.ssba-wrap{
  margin-bottom:20px;
}

.ssba.ssba-wrap a{
  margin-right:10px;
}

.social-share-wrapper{
  margin:20px 0;
}

.social-share-wrapper .IN-widget{
  margin-left:15px;
  vertical-align: top !important; 
}

.social-share-wrapper iframe{
  float:left;
  margin:0 20px 0 0 !important;
}

.social-share-wrapper .fb_iframe_widget iframe{
  top:-14px;
}

[data-icon]:before {
  vertical-align: top;
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color:white;
  font-weight:700;
  -webkit-font-smoothing: antialiased;
}    

body{
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    outline: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    height: 100%;
    margin: 0;
    min-width: 1080px;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

footer{
 bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}

article{
  margin:0 auto;

}

nav ul ul {
  position: absolute;
  width:180px;
  display: none;
}

  nav ul li:hover > ul {
    display: block;
  }

  nav ul {
    list-style: none;
    float:right;
    display: inline-table;
  }

  nav ul:after {
    content: ""; 
    clear: both; 
    display: block;
  }

  nav ul li {
    float: right; 
    position: relative;
  }

  nav ul li ul li {
    float:none;
    width:200px;
    padding-left:12px;
    margin:10px 0;
  }

  nav ul li#pr_header_latest ul {
    background:#bf3525 none repeat scroll 0 0;
    /*width: 90px;*/
    text-align: left;
    padding-top:20px;
  }

  nav ul li#pr_header_podcasts ul {
    background:#bf3525 none repeat scroll 0 0;
    /*width: 105px;*/
    text-align: left;
    margin-left:-10px;
    padding-top:20px;
  }


.box-underline{
  border-bottom:1px solid black;
}

.navigation.pagination .screen-reader-text{
  display:none;
}

/*center images attachment*/
.image-attachment div.attachment img{
padding-top: 50px;
display: block;
height: auto;
margin 0 auto;
}

#header_right{
  /*float:right;*/
}

#pr_header_about,#pr_header_latest,#pr_header_podcasts,#pr_header_donate{
    float: left;
    font-size: 24px;
    width:100px;
    text-align: center;
    font-family: "alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
    margin: 23px 20px 0;
}


#pr_header_about a:hover, #pr_header_latest a:hover, #pr_header_podcasts a:hover, #pr_header_donate:hover > #pr_ad_pp_btn > form > #donate_btn{
  color:#5874b9 !important;
}


#pr_header_donate{
  cursor:pointer;
  height:45px;
  float: left;
  font-size: 20px;
  margin-right:30px;
  margin-top: 23px;
}

#pr_header_donate #donate_btn{
  color:white;
  cursor:pointer;
  box-shadow: none !important;
  outline: none!important;
  -webkit-appearance: none!important;
     -moz-appearance: none!important;
     -webkit-border:none!important; 
       -o-appearance: none!important;
          appearance: none!important;
  -webkit-appearance: none !important;
  font-family: "alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
 background:#bf3525;
  font-size: 24px;
  padding:0;
}

input[type=image] {
-webkit-border-radius:0px;
}

#pr_header_about a,#pr_header_latest a,#pr_header_podcasts a,#pr_header_donate{
  color:white;
  text-decoration: none;
}

#search-container{
  float:right;
  text-align: right;
  margin:7px auto 0;
  margin-right:15px;
}

#pr_headline_carousel_selector{
  position: absolute;
   right: 40%;
   width: 300px;
   top:39%;
  z-index:2;

}


#pr_main_header_wrapper{
  height:105px;
}

#page-container{
  min-height:100%;
  position:relative;
}

.et-main-area{
  min-height:100%;
  position:relative;
  margin-top:10px;
  padding-bottom:60px;
}

#pr_footer{
  height:60px;
  background:#bf3525;
  width:100%;
  margin-top:50px;
  text-align: center;
}

#pr_footer_links div{
  margin:0 20px;
  display:inline-block;
}

#pr_footer_links{
  margin:15px 0;
}

#pr_footer_links a{
  color: white;
font-family: "alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
  font-weight: 500;
  font-size:1.4em;
  text-decoration: none;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix::after, .et_vertical_nav #page-container::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    height:40px;
    width: 1400px;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}

.blue-background{
  background:#003366;
}

.white-background{
  background:white;
}

.sponsor-background{
  // background:#FC7B15;
  background: #01367C;
}

#top-header{
  text-align: right;
    z-index: 9;
    padding:8px 5px;
}

#top-header a{
  color:white;
  text-decoration: none;
}

#main-header{
    background: #bf3525 none repeat scroll 0 0;
    color: #003366;
    font-size: 35px;
    position: fixed;
    width:100%;
    z-index: 9;
}

.pr_row{
    margin: 0 auto;
   padding: 30px 0;
   position: relative;
   border-bottom:1px solid black;
    width:1400px;
}

.pr_row_small{
  margin-bottom:10px;
}

.pr_row::after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.pr_row_fit{
  /*clear:both;*/
    width: 100%;
}

.pr_column{
  /*float:left;*/
  margin-right:20px;
}

.pr_column_non_float{
  display:inline-block;
}

.pr_column_non_float.pr_column_small{
  margin:0 10px;
}

#pr_tag_wrapper{
  max-width:800px;
  margin:20px auto;
}

#pr_paginaton_container{
  margin-top:40px;
  max-width:800px;
  margin:0 auto;
}

.pr_nav_next{
  /*float:right;*/
}

.pr_nav_previous{
  /*float:left;*/
}

.pr_nav_btn{
  /*display:inline-block;*/
  margin:10px 0;
  max-width:800px;
  padding:20px 50px;
}

.pr_nav_btn a{
  color:#555;

}

.pr_row_margin_top{
  margin-top:15px;
}

.pr_image_wrapper img{
  position:relative;
  width:70%;

  z-index:1;
}
.entry-content-wrapper{
  background:white;
  padding-bottom:40px;
}

.pr_entry_text{
  background:white;
}


.pr_content_feature_image{
  margin-bottom:10px;
  width:100%;
}

.pr_content_excerpt_image{
  height:300px;
  margin-bottom:10px;
  width:100%;
}

.pr_featured_image_container{
  position: absolute;
  margin-bottom:20px;
}

.pr_image_wrapper{
    overflow: hidden;
    width: 100%;
    float:left;
    position:relative;
    clear:none;
}

.pr_column_duo{
  float:left;
  width:50%;
}

.pr_column_duo_inner{
  margin:10px;
}

.pr_column_duo:last-child::before{
  border-left: 1px solid black;
  content: '';
  height: 85%;
  position: absolute;
}

.pr_image_text_large .pr_main_image_category_wrapper.pr_category_wrapper{
  color: white;
    margin: 0 auto;
    line-height:1;
    position: relative;
    padding-left:0px;
    text-align: center;
    letter-spacing: 0.1em;
    text-align: left;
    z-index: 8;
}

.pr_carousel_nav_wrapper{
  width:1050px;
  position: absolute;
  margin-top:220px;
  z-index: 3;
  width:840px;
}

.pr_carousel_nav_wrapper_small{
  width:335px;
  position: absolute;
  margin-top:100px;
  z-index: 3;
}

.pr_carousel_back,.pr_carousel_back_small{
left:0px;
}

.pr_carousel_forward,.pr_carousel_forward_small{
left:790px
}

.pr_carousel_nav_small{
  cursor:pointer;
  font-size:20px;
}

.pr_carousel_nav{
  top:250px;
  cursor:pointer;
  z-index: 3;
  position: absolute;
  font-size:50px;
}

.pr_related_posts h3{ 
  font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  font-size:30px;
}

.pr_related_posts{
  max-width:850px;
  margin:0px auto;
}

.pr_related_posts a{
  text-decoration: none;
}

.pr_related_posts .pr_title{
  font-size:20px;
  color:#666;
  text-decoration: none;
}

.pr_related_posts .pr_excerpt{
  font-size:15px;
  color:#666;
  text-decoration: none;
}

.pr_archive_container{
  max-width:800px;
  margin:0 auto;
  padding-bottom:40px;
}

.pr_category_container{
    margin:10px auto 40px;
    max-width:800px; 
    text-align: right;
}

.pr_archive_container .pr_category_container{
    margin:0px auto 20px;
    max-width:800px;
}

.pr_category_wrapper.inline{
  display:inline-block;
  margin:5px 10px 0 0;
}

.pr_category_wrapper{
  text-transform: uppercase;
  text-align:center;
  font-family:"alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
  color: #990000;
  font-size:1.5em;
  font-weight:500;
  padding: 0px 10px 10px;
  
}

.index-author-wrapper{
  margin-bottom:20px;
  font-family:"alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
  letter-spacing: 0.1em;
  color: #990000;
  font-size:1.5em;
  text-transform: uppercase;
}

.pr_image_excerpt.med{
  font-size:1.1em;
}

.index-author-wrapper.med{
  font-size:1.2em;
}

.index-author-wrapper a{
  color: #990000;
  text-decoration: none;
  
}

.column_title iframe{
  height: 40px;
  padding: 5px 10px 20px 60px;
  width: 300px;
}

.pr_column_sidebar_title{
  background:#990000;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  color:#ffffff;
  padding:5px;
  font-weight:500;
  font-size:1.5em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom:2px;
}

.pr_column_title{
  font-family:"alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
  color: #990000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

.pr_image_wrapper_med .pr_column_title, .pr_column_duo_inner .pr_column_title, .pr_podcasts .pr_column_title{
  margin-top:20px;
  font-size: 1.2em;
}

.pr_latest_inner_wrapper .pr_column_title{
  text-align: right;
  font-size:1.3em;
}

.pr_column_title a, .pr_column_sidebar_title a{
  text-decoration: none;
  color: #990000;
}


.pr_column_sidebar_title{
  background:#990000;
  color:#ffffff;
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
  padding:5px;
  font-size:1.5em;
  font-weight:500;
  text-align: center;
}


.pr_image_text{
    color:#231F20;
    display: block;
    right: 0;
    line-height: 30px;
    padding: 8px;
    top: 0;
    padding-top:0px;
    width: 38%;
    z-index: 2;
}



.page-title{
  font-family:Futura-PT-Condensed,"Open Sans",Arial,sans-serif;
}


.archive-title,.page-title{
  margin-top:60px;
  font-size:2.5em;
}

.entry-header{
  color:white;
  margin-top: 40px;
  height:500px;
}

.pr_articles_multi{
  margin:30px 0;
  padding:1%;
}

.pr_articles_multi:hover{
  background: #e5eaef;
}

.entry_content_post_author{
  margin:10px auto 0px;  
  font-style: italic;
  padding-left:5px;
  max-width:80%;
}

.pr_archive_container .entry-header{
  margin-top:20px;
  height:auto;
}

.pr_archive_container article{
  width:98%;
}

.pr_entry_title {
    font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;
    margin: 0 auto;
    max-width: 80%;
}

.date_wrapper{
  margin:0 auto;
  margin-top:10px;
  text-align: left;
    max-width: 80%;

}

.pr_archive_container .date_wrapper{
  margin:0 auto;
  margin-top:10px;
  text-align: left;
  color:#666;
    max-width: 100%;

}

.pr_entry_title a{
  color:white;
  text-decoration: none;
}

.med_title.pr_entry_title{
  
  margin:0 auto;
  max-width:800px;
  font-size:1.5em;

}

.entry-content{
  padding-top:10px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pr_entry_content{
  margin:0 auto;
}

.pr_entry_content iframe{
  width:100%;
  margin:20px auto;
}

.pr_entry_content p, .pr_entry_content blockquote{
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  margin-bottom:1em;

}

.pr_entry_content p img{
  
  margin:10px 0;

}

.pr_entry_content p a{
  
  color:#aaa;

}


article{
  max-width:850px;
  width:100%;
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    -moz-osx-font-smoothing: grayscale;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-feature-settings: "liga";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    text-rendering: optimizelegibility;
}

.pr_tag-links a, .nav-links a{
  color:#666;
}

.pr_sidebar_inner{
  left:0;
  background:rgba(0,0,0,0.2);
  height:100%;
  color:white;
  position:absolute;
  display:block;
  top:0%;
  width:100%;
  left:0;
  z-index:2;
}

.pr_image_sidebar_excerpt{
  display:none;
  padding:10px;
  width:240px;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  font-size:13px;
}

#pr_ad_pp_btn{
  cursor:pointer;
}


.pr_sidebar_inner:hover > .pr_sidebar_text,.pr_sidebar_inner:hover > .pr_sidebar_image_profile{
  display:none;
}

.pr_sidebar_inner:hover{
  background:rgba(0,0,0,0.6);
}


.pr_sidebar_inner:hover > .pr_image_sidebar_excerpt{
  display:block;
}

.pr_image_text_large{
  top:0px;
  padding-top:0px;
  padding-left:10px;
  float:right;
}

.pr_latest_timestamp{
  color:#231F20;
  font-size:1.4em;
  font-family:"alternate-gothic-no-3-d","Open Sans",Arial,sans-serif;
}

.pr_image_text_med.pr_image_text{
    top: 50%;
    text-align: center;
    line-height:20px;
    width: 100%;
    padding:10px 0px;
}

.pr_image_text_latest{
  float: right;
     height: auto;
     line-height: 20px;
     padding: 0;
     width: 830px;
}

.pr_image_text_small{
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
      color: white;
      cursor: pointer;
      display: block;
      height: 155px;
      left: 0;
      padding: 3%;
      position: absolute;
      top: 0;
      width: 94%;
      z-index: 2;
}

.pr_width_5_8{
    width:685px;
}

.pr_image_title{
  display: block;
    font-family: Kepler-STD,"Open Sans",Arial,sans-serif;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.pr_image_title a:hover, .pr_title a:hover{
  color:#5874B9 !important;
}

.pr_large_image_title{
   font-size: 3em;
      font-weight: 500;
      line-height: 1.1em;
  }

.pr_image_title a, .pr_image_sidebar_excerpt a, .pr_sidebar_inner a{
  color:#231F20;
  text-decoration: none;
}

.pr_image_sidebar_excerpt a, .pr_main_image_category_wrapper a, .pr_category_wrapper a{
  text-decoration: none;
  color:#990000;
}

.svg-header{
  margin:0 auto;
  display:block;
}

.colum_title{
  margin-bottom:30px;
}

#IM-header{
  float: left;
  padding: 10px 5px 10px;
}


#IM-header iframe{
  height: 40px;
  padding: 5px 10px 0;
  width: 400px;
}

#IM-header span{
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
}

#IM-header a{
  color:white;
  text-decoration: none;
}

.pr_image_excerpt{
  display: block;
    font-family: Kepler-STD,"Open Sans",Arial,sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    text-decoration: none;
}

.pr_image_excerpt a{
    color:#231F20;
    text-decoration: none;
}

.pr_image_wrapper_small {
  height:170px;
  margin-top:5px;
}

.pr_image_wrapper_small img{
  height:175px;
}

.carousel-image{
  background-size:cover;
  height:100%;
  width:100%;
}

.main-image-wrapper{
  float:left;
  width:60%;
}



.med-image-wrapper{
  height:250px;
}

.latest-image-wrapper{
  height:180px;
  width:250px;
}

.pr_latest_inner_wrapper{
  margin:10px 5px;
  overflow:hidden;
}

.pr_latest_inner_wrapper:first-child{
  margin-bottom:40px;
}

.pr_carousel_selected{
  background: #bf3525 none repeat scroll 0 0;
}

.pr_carousel_selector{
  float:left;
  width:50px;
  margin-top:5px;
  margin-right:5px;
  height:3px;
}

.pr_carousel_selector_med{
  height:8px;
  width:164.5px;
  margin-right:6px;
}

.pr_archives_wrapper{
    clear: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;

}

#pr_home_archives{
  padding:30px;
  margin-top:40px;
  background:#5874B9;
}

#pr_home_archives h2{
  margin-bottom:20px;
  font-size:1.9em;
  color:white;

}

#pr_home_archives li a{
  color:white;
  text-decoration: none;
  font-family:Kepler-STD,"Open Sans",Arial,sans-serif;

}

#pr_home_archives li{
  margin:3px;
  color:white;
  font-size:1.3em;
  list-style: none;
  text-align: center;
}

.pr_archives_wrapper ul{
  list-style-type: none;
  background: black;
  height:342px;
  margin-top:7px;
}

#pr_home_author{
  float:left;
  width:492px;
  margin-right:30px;
}

#pr_home_author h2{
  text-align: center;

}

#pr_home_author .pr_author{
  padding:10px 10px;
  margin:0px;
  background: black;
  height:282px;
}

.entry_content_post_author a{
  text-decoration: none;
  color:white;
}

.pr_archives_wrapper li{
  padding:9px;
  text-align: right;
}

.pr_archives_wrapper li a{
  font-size:15px;
  color:white;
  text-decoration: none;


}

.pr_wrapper_1_2{
  height:500px;
}


.pr_column_sidebar{
  height:150px;
}

.pr_column_left{
  margin-right:30px;
}

.pr_column_3_8{
  width:352px;
}


.pr_column_small{
  width:300px;
  float:left;
  text-align: right;
  margin-right:30px;
}


.related_articles .pr_column_small{
  width:260px;
}



.pr_column_small.meta_wrapper{
  width:210px;
  float:left;
  text-align: right;
  margin-right:30px;
}

.pr_column_sidebar_wrapper{
  width:260px;
}

.pr_image_wrapper_sidebar, .pr_column_sidebar{
  height:159px;

  float:left;
}



.pr_column_sidebar{
  margin-top:5px;
}

.pr_image_wrapper_med{
  height:700px;
}

.pr_sidebar_image_profile img{
  border-radius: 50%;
}

.pr_sidebar_image_name{
  max-width:200px;
  margin-top:40px;
  text-decoration: none;
  font-weight:700;
  font-size:15px;
  font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
}

.pr_sidebar_image_name a{
  color:white;
}

.pr_sidebar_image_profile{
  width:40px;
  vertical-align: top;
  margin:5px;
  height:40px;
  display: inline-block;
  border-radius:50%;
}

.large_author_image{
  height:90px;
  width:90px;
  display:none !important;
}

.pr_author_description_wrapper{
  margin-top:20px;
  font-size:15px;
}

.pr_author_description_wrapper a{
  color:#666;
}

.pr_sidebar_text{
  width:170px;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
  display: inline-block;
  font-weight:900;
  line-height: 20px;
  margin:10px;
}

.pr_float_left{
  float:left;
}

.pr_inline{
  display:inline-block;
}

.pr_float_right{
  float:right;
}

.pr_sidebar_text .pr_image_title,.pr_image_text_small .pr_image_title{
  font-size:1.1em;
  font-weight:600;
  font-family:Aktiv-Grotesk,"Open Sans",Arial,sans-serif;
}


.pr_ad_long{
  background:#FFFF99;
}

.pr_ad_long_text{
      display: inline-block;
      padding: 17px 40px;
      width: 710px;
}

.pr_ad_long_btn{
    background: red none repeat scroll 0 0;
    color: white;
    display: inline-block;
    margin-right: 5px;
    margin-top: 13px;
    padding: 10px;
    cursor:pointer;
    font-size:18px;
    margin-left:50px;
    font-family: futura-PT-Condensed,"Open Sans",Arial,sans-serif;
    vertical-align: top;
}



.pr_column:last-child,.pr_carousel_selector:last-child,.pr_column_sidebar:last-child,.pr_carousel_med_wrapper:last-child{
  margin-right:0;
}

.pr_main_carousel_object{
    opacity: 0; 
    height: 0;
    overflow: hidden;
    margin:0;
}

.pr_med_carousel_object{
    opacity: 0; 
    margin:0;
    height: 0;
    overflow: hidden;
}

.pr_carousel_object_selected{
    opacity: 1;
    height: auto;
}

.pr_carousel_selector{
  cursor:pointer;
}

.pr_carousel_med_wrapper{
float:left;
  width:453px;
    margin-right: 20px;
  margin-top:30px;
}
/*.pr_carousel_med_wrapper{
float:left;
  width:335px;
    margin-right: 20px;
  margin-top:30px;
}*/

#search-container-toggle{
  position:absolute;
  right:10px;
  top:17px;
  font-size:30px;
  cursor:pointer;
  display:none;
}

#searchform #searchsubmit{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 12px;
    font-size:15px;
    top: 24px;
    cursor:pointer;
}

#search-container #s{ 
  height:20px;
  border-radius:0px;
  border:1px solid #ccc;
  box-shadow: none;
  -webkit-appearance: none;
   padding: 2px 25px 2px 5px;
    width: 200px;
}

.pr_podcast_wrapper{
  text-align: center;
}

.related_articles{
  margin-top:40px;
  text-align: center;
}

/*.html5MediaPlayerVideo video{
   cursor: pointer;
    text-align: center !important;
    width: 100% !important;
}

.html5Player{
  width:100% !important;
}
*/

/*
@media (max-width: 1080px) {
  
  .pr_image_text{
    height: 142px;
    width: 835px;
    top: 65%;
  }

  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 845px;
  }

  .container {

      width: 100%;
  }


  .pr_column_sidebar_wrapper{
    width:210px;
  }
  
  .pr_carousel_med_wrapper{
    width:268px;
    margin-right:20px;
  }

  .pr_carousel_selector{
    width:116px;
  }
  
  .pr_carousel_selector_med{
    width:131px;
  }

  .pr_image_wrapper_med{
    height:220px;
  }

  .pr_sidebar_inner .pr_image_excerpt{
    font-size:13px;
    width:190px;
  }

  .pr_image_excerpt{
    font-size:13px;
  }

  .pr_sidebar_text .pr_image_title, .pr_image_text_small .pr_image_title{
    font-size:.9em;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:151px;
  }

  .pr_large_image_title{
    font-size:1.7em;
  }

  .pr_image_text_med{
      width:252px;
      height:95px;
  }

  .pr_ad_long_text{
    width:620px;
    padding:15px 20px;
    font-size:15px;
  }

  .pr_archives_wrapper ul{
    height:284px;
  }

  .pr_column_title{
    font-size:20px;
  }

  .pr_archives_wrapper{
    margin-top:4px;
  }

  #pr_home_author{
    width:390px;
  }

  .pr_ad_long_btn{
    margin-top:25px;
    font-size:12px;
  }

  #pr_ad_pp_btn{
    margin-left:0px;
    font-size:12px;

  }

  .pr_column_small{
    width:180px;
    height:330px;
  }

  .pr_image_wrapper_small {
    height:140px;
  }


  .pr_image_wrapper_small img{
    height:145px;
  }


  .pr_image_text_small{
    height: 120px;
    width: 160px;
  }

  .pr_image_sidebar_excerpt{
    font-size:1em;
    font-weight:normal;
    width:170px;
  }


  .pr_sidebar_inner .pr_sidebar_image_profile{
    height:30px;
    width:30px;
  }

  .pr_sidebar_text{
    width:150px;
  }

  .pr_carousel_nav_wrapper{
    width:845px;
    margin-top:200px;
  }

  .pr_carousel_nav_wrapper_small{
    width:268px;
    position: absolute;
    margin-top:80px;
    z-index: 3;
  }


  #pr_home_author{
    width:;
  }

  .pr_archives_wrapper li{
    padding:6px;
  }


}

@media (max-width: 845px) {
  
  .pr_row{
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width: 600px;
  }

  .container {

      width: 100%;
  }



  .pr_column_sidebar_wrapper{
    width:100%;
  }
  
  .pr_carousel_med_wrapper{
    width:290px;
    margin-top:10px;
  }


  .pr_carousel_selector{
    width:81.4px;
  }
  
  .pr_carousel_selector_med{
    width:142px;
  }

  .pr_ad_long_text{
    width:360px;
    padding:15px 20px;
    font-size:15px;
  }

  .pr_ad_long_btn{
    margin-top:25px;
    font-size:12px;
  }

  #pr_ad_pp_btn{
    font-size:12px;
  }

  .pr_column_small{
    width:180px;
  }

  .pr_image_wrapper_small img{
    height:105px;
  }

  .pr_archives_wrapper{

  }

  .pr_column_sidebar{
    float: left;
    margin-right: 8px;
    width: 144px;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:109px;
  }


  .pr_row_small{
    margin-top:20px;
  }

  .pr_related_posts{
    padding-left:10px;
  }

  .pr_image_text_small{
    height:120px;
  }

  .pr_sidebar_text{
    width:125px;
    font-size:12px;
    line-height:15px;
  }

 

  .pr_sidebar_image_profile.pr_float_right{
    float:left;
  }

  .pr_sidebar_inner .pr_sidebar_image_profile{
    display:none;
  }

    .pr_image_sidebar_excerpt{
    width:120px;
    font-size:.7em;
  }


  .pr_entry_title{
    padding:0 10px;
    font-size:2em;
  }

  .pr_carousel_nav_wrapper{
    width:600px;
  }

  .entry-content{
    padding:10px 5px;
  }

  .pr_category_container .pr_category_wrapper{
    font-size:1em;
  }


  .pr_entry_content p{
    font-size:1em;
  }



  .pr_image_text{
    width:585px;
  }

  .pr_carousel_nav_wrapper_small{
    width:288px;
  }


  .pr_content_feature_image{
    height:400px;
  }

  
  .pr_column_sidebar_title{
    font-size:20px;
  }

  #pr_header_about{
    display:none;
  }

  #pr_footer_links a{
    font-size:12px;
  }

  #pr_tag_wrapper{
    padding:0 10px;
  }


    .pr_archives_wrapper ul{
    height:286px;
  }


  .pr_image_text_med{
    line-height:18px;
       height: 95px;
    width: 275px;
    top:50%;
  }


  .pr_carousel_media_left{
    margin-right:10px !important;
    clear:left;
    margin-left:0px;
  }

  .pr_carousel_media_right{

    clear:right;
    margin-left:10px !important;
    margin-right:0px;
  }

}
*/


@media (max-width: 1400px) {

  body{
      font-size: 14px;
  }

  input[type=image]#donate_btn{
    width:65px;
    margin-top:-2px;
  }

  nav ul ul{
    width:150px;
  }


  .pr_entry_title{
    font-size:4em;
  }

  .pr_carousel_back,.pr_carousel_back_small{
  left:0px;
  }

  .pr_carousel_forward,.pr_carousel_forward_small{
  left:580px;
  }
  #pr_header_donate{
    height:30px;
    margin-right:10px;
  }

  #IM-header{
    padding-bottom:7px;
  }



  .pr_carousel_nav{
    top:185px;
    cursor:pointer;
    z-index: 3;
    position: absolute;
    font-size:50px;
  }

  .pr_carousel_nav_wrapper{
    margin-top: 160px;
    position: absolute;
    width: 630px;
    z-index: 3;
  }

  .pr_image_title{
    margin-bottom:10px;
  }

  .index-author-wrapper{
    margin-bottom:10px;
  }

  #pr_header_about{
    margin-left:0px;
  }

  #pr_headline_carousel_selector{
    position: absolute;
    right: 39%;
    top: 36%;
    width: 300px;
    z-index: 2;
  }

  .pr_image_wrapper_med{
    height:600px;
  }

  #pr_header_donate{
    font-size:15px;
  }

  #pr_header_about, #pr_header_latest, #pr_header_podcasts, #pr_header_donate{
    font-size:15px;
    width: 60px;
    margin:23px 10px 0;
  }

  #searchform #searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 23px;
  }

  #search-container{
    margin-left:10px;
    margin-top:1px;
    margin-right:0px;
  }

  #pr_header_donate #donate_btn {
    font-size: 15px;
  }

  .pr_wrapper_1_2{
    height:400px;
  }

  .med-image-wrapper{
    height:210px;
  }

  .pr_carousel_med_wrapper{
    width:336px;
  }

  .pr_image_text{
    color:#231F20;
    display: block;
    right: 0;
    line-height: 30px;
    padding: 8px;
    padding-top:0px;
    top: 0;
    width: 400px;
    z-index: 2;
  }

  .pr_image_text.pr_image_text_latest{
    color:#231F20;
    display: block;
    right: 0;
    line-height: 30px;
    padding: 8px;
    padding-top:0px;
    top: 0;
    width: 500px;
    z-index: 2;
  }

  .pr_column_small{
    width:260px;
  }

  .container{
    width:1050px;
  }

  .pr_row{
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    border-bottom:1px solid black;
    width:1050px;
  }

  nav ul li ul li {
    float: none;
    width: 100px;
    /*padding-left: 40px;*/
    margin: 10px 0;
}

}

@media (max-width: 1050px) {


  html, body{
    min-width:400px;
  }

  body{
      font-size: 11px;
  }


  nav ul ul {
    position: relative !important;
    margin-bottom:25px !important;
    padding-top:10px !important;
  }

  nav ul li#pr_header_podcasts ul{
    margin-left:0px;
  }

  .pr_carousel_back,.pr_carousel_back_small{
  left:0px;
  }

  .pr_carousel_forward,.pr_carousel_forward_small{
  left:55%;
  }

  .pr_carousel_nav{
    top:190px;
    cursor:pointer;
    z-index: 3;
    position: absolute;
    font-size:50px;
  }


  .blocker {
    height: 40px;
       margin-left: 35px;
       position: absolute;
       width: 200px;
       z-index: 1;
  }

  .pr_row{
    width:98%;
    min-width:400px;
  }

  .pr_image_text_large{
    /*padding:0px;*/
    width:37%;
  }

  #pr_headline_carousel_selector{
    top:45%;
  }

  .pr_wrapper_1_2{
    height:400px;
  }

  .med-image-wrapper{
    height:165px;
  }

  .pr_image_wrapper_med{
    height:400px;
  }

  .pr_carousel_med_wrapper:last-child{
    margin-right:none !important;
  }

  .pr_image_excerpt {
      display: block;
      font-family: Kepler-STD,"Open Sans",Arial,sans-serif;
      /*font-size: 12px;*/
      letter-spacing: 0.1em;
      line-height: 20px;
  }

  .container{
    width:100%;
  }

  .pr_image_title {
    display: block;
    font-family: Kepler-STD,"Open Sans",Arial,sans-serif;
    margin-bottom: 10px;
}

  .pr_carousel_med_wrapper{
    width:31%;
    margin-right:3%;
  }

    nav ul li:hover > ul {
    display: none;
  }

  #pr_header_latest ul.active, #pr_header_podcasts ul.active{
    display:block;
  }

  #IM-header iframe{
    height: 40px;
    padding: 5px 10px 0;
    width: 200px;
  }

  #pr_header_about, #pr_header_latest, #pr_header_podcasts, #pr_header_donate{
    font-size:12px;
    float:none;
    margin:23px 2px 0;
  }

  #pr_header_donate #donate_btn{
    font-size:24px;
  }

  .pr_column_small{
    width:22%;
    margin-right:2%;
  }

  .pr_image_text_latest{
    width:50%;
  }

  .latest-image-wrapper{
    height:130px;
  }

}



@media (max-width: 1050px) {


  .pr_carousel_nav_wrapper{
  margin-top: 175px;
    position: absolute;
    width: 60%;
    z-index: 3;
  }

  nav ul li ul li {
      float: none;
      width: 100%;
      margin: 10px 0;
      text-align: center;
      padding-left:0px;
  }

  nav ul li ul{
    width:100%;
  }

  #header_right{
    display:none;
    background: #bf3525 none repeat scroll 0 0;
  }

  #nav-tog.active > #header_right{
   display:block;
  }

  #nav-tog #icon{
    cursor: pointer;
     display: block;
     height: 40px;
     margin-right: 20px;
     position: absolute;
     right: 0;
     top: 13px;
     width: 30px;
  }

  #IM-header iframe{
    padding-left:20px;
  }

  nav ul{
    float:none;
    width:100%;
    background: #bf3525 none repeat scroll 0 0;
  }

  #search-container{
    text-align: center;
    margin:5px 0 20px;
    clear:both;
    float:none;
  }

  #searchform #searchsubmit{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      cursor: pointer;
      font-size: 15px;
      position: absolute;
      right: 4%;
      top: 20px;

  }

  #search-container #s{
    width:88%;
  }

  nav ul li{
    float:none;
  }

  #pr_header_about, #pr_header_latest, #pr_header_podcasts, #pr_header_donate{
    width:100%;
  }

  #pr_header_about a, #pr_header_latest a, #pr_header_podcasts a, #pr_header_donate{
    display:block;
  }

  #pr_header_donate #donate_btn{
    font-size: 12px;
        /*width: 100%;*/
        width:80px;
        text-align: center;
  }

  .pr_image_wrapper_med{
    height:500px;
  }

  #pr_headline_carousel_selector{
    top:41%;
  }

  .pr_column_small.meta_wrapper{
    width:14%;
    margin-right:2%;
  }

  .pr_image_text.pr_image_text_latest{
    width:60%;
    padding:0px;
  }

  .related_articles .pr_column_small{
    width:98%;
    margin-left:1%;
  }

  .related_articles .pr_column_small .pr_image_wrapper_small{
    height:300px;
    width:100%;
  }

  .related_articles .pr_column_small .pr_image_text_small{
    height:260px;
  }

  .related_articles .pr_column_small .pr_image_text_small .pr_image_title{
    font-size:1.8em;
  }

  .related_articles .pr_column_small .carousel-image{
    height:300px;
  }

  .index-author-wrapper{
    margin-bottom:5px;
  }


  article{
    padding:0 50px;
    max-width:100%;
    width:auto;
  }


}


@media (max-width: 820px) {


  .pr_carousel_nav{
    top:160px;
    cursor:pointer;
    z-index: 3;
    position: absolute;
    font-size:50px;
  }


  .pr_carousel_nav_wrapper{
  margin-top: 130px;
    position: absolute;
    width: 60%;
    z-index: 3;
  }

  .pr_carousel_nav{
    font-size:30px;
  }




    #pr_footer_links div{
    margin:0px !important;
  }


  .med-image-wrapper{
    height:140px;
  }

  .pr_wrapper_1_2{
    height:300px;
  }

  #pr_headline_carousel_selector{
    top:38%;
  }

  .latest-image-wrapper{
    height:110px;
  }

  .pr_image_excerpt{
    line-height:13px;
  }

    .pr_image_title {
      margin-bottom: 5px;
    }

    .index-author-wrapper{
      margin-bottom:5px;
    }

    #pr_footer_links div{
      width:100%;
      margin-left:0;
    }

    #pr_footer{
      height:140px;
    }


    .pr_image_wrapper_med{
      height:400px;
    }

    #pr_footer_links div{
      padding-top:5px;
    }

    #pr_home_archives li{
      font-size:1.7em;
    }

    .et-main-area{
      padding-bottom:165px;
    }

    .pr_archive_container{
      padding-bottom:40px;
    }

    #pr_footer_links a{
      font-size:1.7em;
    }

#pr_footer{
  height:auto;
}

.pr_column_duo:last-child::before{
    height:65%;
}

  .pr_image_excerpt{
    display:none;
  }



}


@media (max-width: 700px) {

  .pr_podcast_wrapper iframe{
    display:none;
  }

  .pr_carousel_nav_wrapper{
  margin-top: 110px;
    position: absolute;
    width: 60%;
    z-index: 3;
  }

  .pr_carousel_back,.pr_carousel_back_small{
  left:0px;
  }

  .pr_carousel_forward,.pr_carousel_forward_small{
  left:55%;
  }

  .pr_carousel_nav{
    top:140px;
    cursor:pointer;
    z-index: 3;
    position: absolute;
  }

  .pr_large_image_title{
    font-size:2.5em;
  }


  .med-image-wrapper{
    height:120px;
  }

  .pr_wrapper_1_2{
    height:250px;
  }


  #pr_headline_carousel_selector{
    top:35%;
  }

  .latest-image-wrapper{
    height:100px;
  }
  
  .pr_image_wrapper_med{
    height:370px;
  }

  .pr_image_excerpt{
    display:none;
  }
}


@media (max-width: 560px) {


  article{
    font-size:20px;
    padding:0 20px;
    max-width:100%;
    width:auto;
  }

  .related_articles .pr_column_small .pr_image_wrapper_small{
    height:200px;
  }

  .related_articles .pr_column_small .pr_image_text_small{
    height:200px;
  }

  .related_articles .pr_column_small .carousel-image{
    height:200px;
  }


  .entry-header{
    height:300px;
  }


  .med-image-wrapper{
    height:100px;
  }

  .pr_carousel_nav_wrapper{
  margin-top: 100px;
    position: absolute;
    width: 60%;
    z-index: 3;
  }

  .pr_carousel_nav{
    font-size:20px;
  }


  .latest-image-wrapper{
    height:80px;
  }

  .pr_wrapper_1_2{
    height:230px;
  }
  .pr_image_excerpt{
    display:none;
  }

  #pr_headline_carousel_selector{
    top:33%;
    width:200px;
  }

  .pr_image_text_large{
    padding:0px;
  }
  .pr_carousel_selector{
    width:30px;
  }


}


@media (max-width: 460px) {




    .pr_image_text.pr_image_text_latest{
    width:100%;
    padding:0px;
  }


  .pr_carousel_back,.pr_carousel_back_small{
  left:1%;
  }

  .pr_carousel_forward,.pr_carousel_forward_small{
  left:89%;
  }

  .pr_carousel_nav{
    top:150px;
    cursor:pointer;
    z-index: 3;
    position: absolute;
    font-size:50px;
  }


  .pr_column_small{
    width:100%;
  }

  .pr_column_small.meta_wrapper{
    width:100%;
  }

  #pr_headline_carousel_selector{
    top:13%;
  }

  .pr_image_title{
    padding:0 5px;
  }

  #pr_footer_links{

    margin-bottom:0px;
  }


  .pr_latest_articles .index-author-wrapper{
    margin-left:5px;
  }

    .pr_image_excerpt{
    display:block;
  }

  .med-image-wrapper{
    height:300px;
  }

    #searchform #searchsubmit{
      right:2%;

  }


.pr_image_wrapper_med{
  height:500px;
}


  html, body{
    min-width:100%;
  }

  #header_right{
    display:none;
  }

  .pr_row{
    min-width:360px;
      margin: 0 auto;
     padding: 20px 0 0;
     position: relative;
     width:100%;
  }

  .pr_wrapper_1_2{
    height:700px;
  }

  .pr_latest_inner_wrapper{
    margin:0;
  }

  .column_title iframe{
    height: 40px;
    padding: 5px 10px 0 20px;
    width: 200px;
    margin-bottom:30px;
  }

  .pr_column_small.meta_wrapper{
    position: absolute;
    margin-top: 250px;
    z-index: 2;
    height: 50px;
  }

  .pr_column_duo:last-child::before{
    border:none;
  }


  .pr_column_small.meta_wrapper .pr_latest_timestamp{
    float:right;
    margin-top:5px;
    margin-right:10px;
  }

  .pr_column_small.meta_wrapper .pr_column_title{
    float:left;
    margin-top:5px;
    margin-left:10px;
  }

  .pr_image_excerpt{
    line-height:1.1em;
    display:block !important;
  }

  .pr_column_duo:last-child{
    margin:15px 0;
  }

  .pr_column_duo .pr_image_text{
    margin:10px 0;
  }


  .pr_latest_inner_wrapper{
    margin-bottom:40px;
  }

  .main-image-wrapper{
    width:100%;
  }

  #pr_home_archives{
    margin-top:15px;
    padding:10px;
  }

  #pr_home_archives ul li:nth-child(n+8){
    display:none;
  }

  .pr_archives_wrapper li {
      padding: 4.9px;
  }

  .pr_archives_wrapper{
    height:100%;
  }

  .pr_archives_wrapper li a{
    font-size:15px;
  }

  #pr_home_author .pr_author{
    height:100%;
  }

  .pr_archives_wrapper li{
    text-align: center;
  }

  .pr_column_duo{
    width:100%;
  }

  .container {

      width: 100%;
  }


  .pr_archives_wrapper ul{
    height:205px;
  }

  .pr_column_sidebar_wrapper{
    width:100%;
  }
  
  .pr_carousel_med_wrapper{
    width:100%;
  }

  .pr_carousel_selector{
    width:52.8px;
  }
  
  .pr_carousel_selector_med{
    width:92px;
  }

  .pr_image_text{
    height: 200px;
       margin:10px;
       margin-top: 50px;
       width:97%;
  }

  .pr_ad_long{
    text-align: center
  }

  .pr_ad_long_text{
    width:360px;
    padding:13px 20px 13px;
    font-size:15px;
  }

  .pr_ad_long_btn{
    margin:auto;
    margin-top:0px;
    margin-bottom:15px;
    font-size:12px;
  }

 #pr_ad_pp_btn{
    margin:auto;
    margin-top:0px;
    margin-bottom:15px;
    font-size:12px;
  }

  .pr_column_small{
    width:100%;
    height:200px;
    position: relative;
    margin-right:5px;
  }

  .pr_column_sidebar{
    float: left;
    margin-right: 8px;
    width: 196px;
  }


.pr_image_wrapper_med .pr_image_text{
  margin-top:5px;
}
.pr_column_small.meta_wrapper{
  margin-top:260px;
}

.pr_image_text_latest .pr_image_title,.pr_image_text_latest .index-author-wrapper,.pr_image_text_latest .pr_image_excerpt{
  margin-left:10px !important;
  padding-left:5px !important;
}

  .pr_content_excerpt_image{
    height:200px;
    margin-bottom:10px;
    width:100%;
  }


  .pr_column_title{
    font-size:20px;
  }

  .pr_image_wrapper_sidebar, .pr_column_sidebar{
    height:109px;
  }

  .pr_column_sidebar:nth-child(2n+1){
    margin-right:0px;
  }

  #pr_headline_carousel_selector{
    top:290px;
    right:auto;
    left:0px;
    width:100%;
  }

  .pr_image_text.pr_image_text_large{
    text-align: center;
    margin-top:10px;
  }

.pr_image_text{
  margin-left:0px;
}

  .pr_carousel_selector{
    height:7px;
    width:18%;
  }

  .pr_carousel_selector:first-child{
    margin-left:2.5%;
  }

  .pr_row_small{
    margin-top:20px;
  }

  .pr_sidebar_text{
    width:170px;
    font-size:15px;
  }

  .pr_image_wrapper_med{
    /*height:140px;*/
  }

  .pr_image_excerpt{
    display:none;
  }

  .pr_sidebar_image_profile.pr_float_right{
    float:left;
  }

  .pr_image_wrapper_med .pr_image_text{
    height: 66px;
    width: 100%;
    top:50%;
  }

  .pr_image_wrapper_small img{
    height:105px;
  }

  .pr_image_wrapper_med .pr_image_excerpt{
    font-size:1.1em;
  }

  .pr_image_text_small {
    font-size:12px;
    height: 77px;
  }

  .pr_column_small{
    height:auto;
  }

  .related_articles .pr_column_small .pr_image_text_small{
    width:93%;
    height:180px;
  }

  .pr_main_image_category_wrapper{
    right:0px !important;
    padding-left:10px !important;
    top:7px;
  }

  .pr_archive_container .carousel-image{
    width:100%;
    height:100%;
    margin:0px;
  }

  .pr_articles_multi{
    padding:1%;
  }

  .pr_archive_container article{
    width:98%;
  }

  .pr_image_sidebar_excerpt {
    width: 170px;
  }

  .pr_category_wrapper{
    font-size:20px;
    text-align: center !important;
  }



  .pr_image_wrapper_small {
    height:100px;
  }

  .pr_content_feature_image{
    height:300px;
  }

  .pr_carousel_nav_wrapper{
    width:100%;
    margin-top:130px;
  }

  .pr_carousel_nav{
    font-size:40px;
  }

  #search-container-toggle{
    display:block;
  }

  #search-container.toggle{
    height:20px;
    display:block;
    width:100%;
    text-align: center;
    margin-top:5px;
  }

  #search-container.toggle #s{ 
    width:90%;
    margin-left:5%;
    font-size:15px;
  }

  #search-container.toggle #searchsubmit{ 
    margin-left:-20px;
  }

  .pr_carousel_nav_wrapper_small{
    margin-top: 50px;
    position: absolute;
    width: 190px;
    z-index: 3;
  }


.carousel-image{
  background-size:cover;
  height:45%;
  width:98%;
  margin-left:1%;
}


.carousel-image.pr_column_small{
  background-size:cover;
  height:260px;
  width:99%;
}

.pr_large_image_title{
  margin-top:15px;
}

  .pr_carousel_nav_small{
    font-size:16px;
  }

  #pr_footer{
    height:120px;
  }

  #pr_exp_title{
    font-size:15px;
    margin-bottom:1px;
    padding:8px 0;
  }


  .pr_column_sidebar:nth-child(2){
    margin-top:5px;
  }

  #pr_footer_links a{
    font-size:16px;
  }


  .ssba.ssba-wrap a img{
    width:35px;
  }

  .pr_podcasts .pr_image_text_med.pr_image_text{
    margin-top:0px;
  }


  #pr_footer{
    height:150px;
  }
}

