/**
 * @file
 * Sidebar styles.
 */

#block-block-1 {
  margin-bottom: -38px;
}
#block-block-1 .content {
  font-size: 1.4em;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #e7e7e7;
  line-height: 1.45em;
  font-weight: 300;
  padding: 20px 25px 20px 25px;
  border-top: 1px solid #fff;
  margin-top: 30px;
  border-bottom: 0;
  font-weight: normal;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 1160px) {
  #block-block-1 .content {
    font-size: 1.3em;
  }
}
#block-block-1 p {
  color: #727272;
}
#block-block-1 strong {
  color: #333333;
  font-weight: 700;
}
.arrow-content {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
}
.arrow {
  position: absolute;
  display: inline-block;
  right: 18%;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #e7e7e7;
  margin-top: -22px;
}
#sidebar-shading {
  background: rgba(0, 0, 0, 0.06);
}
#actions-ads {
  margin-top: 30px;
}
#actions-ads .action {
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  position: relative;
}
#actions-ads .ad {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#actions-ads .ad a {
  width: 100%;
  display: block;
  height: 100%;
}
#actions-ads .ad img {
  width: 100%;
  height: auto;
}
#actions-ads .action,
#actions-ads .ad {
  margin-bottom: 30px;
}
#actions-ads .title {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
  display: block;
}
#actions-ads .button {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 12px 2px 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #126d97;
  color: #ffffff;
  border-radius: 4px;
}
#actions-ads .button:hover {
  background: #1683b5;
}
#actions-ads .sub-caption {
  display: none;
}
#actions-ads .action-display-mode-full .sub-caption {
  display: block;
}
#actions-ads .sub-caption p {
  color: #f1f1f1;
  line-height: 1.3em;
  margin: 5px 0 10px 0;
}
#actions-ads .caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.75) 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(75%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.75) 75%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.75) 75%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rrgba(0, 0, 0, 0.75) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.75) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  bottom: 0;
  padding: 60px 4% 10px;
  min-width: 92%;
}

/* What We're Reading Block
 ******************************************************************************/
#block-te-feedparser-feed {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fafafa;
}
#block-te-feedparser-feed .thumbnail {
  float: left;
  margin-right: 10px;
}
#block-te-feedparser-feed img {
  width: 65px;
  height: 65px;
}
#block-te-feedparser-feed .feed-item {
  position: relative;
  background: transparent;
  border-bottom: 1px solid #e7e7e7;
  min-height: 70px;
  padding: 15px 20px 15px 20px;
}
#block-te-feedparser-feed .feed-item a {
  font-family: 'oxygenregular';
  line-height: 1.6em;
  color: #08c;
  display: block;
}
#block-te-feedparser-feed .pubDate {
  color: #aaaaaa;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-right: 10px;
}
#block-te-feedparser-feed .source {
  color: #aaaaaa;
  font-size: 0.85em;
  text-transform: uppercase;
}
#block-te-feedparser-feed > h2 {
  display: none;
}
#right-sidebar .posts-by-author h2,
#block-te-feedparser-feed h2 {
  position: relative;
  color: #333333;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0 11px 53px;
  margin: 0;
  font-size: 1.6em;
  background: #fff;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal;
}
#right-sidebar .posts-by-author h2 {
  margin-bottom: -1px;
}
#right-sidebar .posts-by-author h4 {
  font-size: 1em;
  font-weight: normal;
  color: #08c;
  line-height: 1.6em;
}
#right-sidebar .posts-by-author .post-date {
  color: #aaa;
  font-size: 0.85em;
  text-transform: uppercase;
}
#right-sidebar .posts-by-author .icon,
#block-te-feedparser-feed .icon {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #b33e2e;
  font-size: 0.65em;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
#right-sidebar .posts-by-author .icon i,
#block-te-feedparser-feed .icon i {
  display: block;
  margin-top: 6px;
}
#right-sidebar-join.right-sidebar-join-bottom {
  margin-top: 30px;
}
#right-sidebar-join > div {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  padding: 17px 25px 17px 25px;
}
#right-sidebar-join .node-container {
  padding-right: 0;
  padding-left: 0;
}
#right-sidebar-join p {
  font-family: 'Proxima Nova',sans-serif;
  margin-bottom: 0;
  font-size: 21px;
  color: #333;
  font-weight: bold;
}
#right-sidebar-join #webform-component-zip {
  margin-bottom: 0;
}
#right-sidebar-join #webform-component-zip .form-text {
  width: 35%;
}
#right-sidebar-join .form-actions {
  float: right;
  margin-top: -56px;
  width: 55%;
  position: relative;
}
#right-sidebar-join .links-container {
  display: none;
}
#right-sidebar-join .form-actions .form-submit {
  width: 100%;
  background: #B33E2E;
  border: none;
  border-bottom: 2px solid #912618;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  opacity: 1;
}
#right-sidebar-join .form-actions .form-submit:hover {
  opacity: 0.9;
}
#right-sidebar-join h4 {
  font-size: 1.5em;
}
#right-sidebar .icon-external-link-sign {
  margin-left: 0.35em;
}

/* Featured Events
 ******************************************************************************/
.events-block {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #fafafa;
  margin-top: 30px;
}
.events-block h2 {
  color: #333333;
  border-bottom: 1px solid #e7e7e7;
  padding: 15px 0 11px 23px;
  margin: 0;
  font-size: 1.6em;
  background: #fafafa;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
}
.calendar-display .event {
  padding: 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
  min-height: 40px;
}
.calendar-display .time {
  margin-top: 3px;
}
.calendar-display .date {
  float: left !important;
  padding: 0;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  width: 32px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background: url(../images/date.png) no-repeat center 0;
  margin-top: 4px;
}
.calendar-display .month {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  font-family: 'Helvetica';
}
.calendar-display .day {
  display: block;
  padding: 2px 0;
  color: #00223c;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Helvetica';
  font-weight: normal;
}
.calendar-display .event-info {
  margin-left: 45px;
}

/* Webform Attachment
 ******************************************************************************/
.hide-body .field-name-body {
  display: none;
}
#right-sidebar-join .login-register-comments {
  display: none;
}

/* Abram Lessons
 ******************************************************************************/
#block-fw-misc-abram-lessons i {
  width: 20px;
  display: block;
  float: left;
}
#block-fw-misc-abram-lessons h2 {
  font-size: 20px;
}
#block-fw-misc-abram-lessons .heading {
  font-size: 20px;
  margin: 20px 0 10px 0;
  cursor: pointer;
}
#block-fw-misc-abram-lessons .lesson {

}
#block-fw-misc-abram-lessons .lessons {
  display: none;
}

/* Author Bio Block
 ******************************************************************************/
#block-fw-misc-author-bio .content a {
  display: block;
  margin-top: 10px;
}

/* Individual Issue Page
 ******************************************************************************/
.block .issue-icon {
  width: 5em;
  height: 5em;
  margin: 0 auto 0.5em auto;
  font-size: 3em;
  text-align: center;
  background: #b33e2e;
  box-shadow: 0px 1px 0px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.block .issue-icon img {
  width: 95%;
  margin-top: 2%;
}
.block .issue-icon i {
  display: inline-block;
  margin-top: 0.04em;
  font-size: 3.5em;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.block .issue-title {
  margin-bottom: 0.15em;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
.block .issue-description {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  background: #e7e7e7;
  padding: 5%;
  margin-top: 29px;
  width: 90%;
}
.block .issue-description p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #727272;
  font-family: 'oxygenregular';
}
.block .issue-description p strong {
  color: black;
}
.block .read-more {
  display: block;
  margin: 1em auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #126D97;
  padding: 6px 8px 5px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  width: 103px;
  text-align: center;
}
.block .read-more:hover {
  background: #218FC4;
}
.block .issue-connector {
  margin-top: 33px;
  text-align: center;
}
.block .issue-following {
  border-top: 1px dashed #7D8EA2;
  margin-top: 7px;
  padding-top: 17px;
  text-align: left;
}
.block .issue-following .icon {
  width: 45px;
  height: 45px;
  float: left;
  color: #ffffff;
  background: #b33e2e;
  font-size: 1.5em;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px #ffffff;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.block .issue-following .icon i {
  padding-top: 12px;
  display: block;
}
.block .issue-following .followers {
  font-size: 2.25em;
  line-height: 1em;
  font-weight: 500;
  margin-left: 55px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.block .issue-following .following-label {
  font-size: 0.85em;
  color: #4c6279;
  text-transform: uppercase;
  margin-left: 55px;
  margin-top: 1px;
}
.block .issue-following .connect-button {
  float: right;
  margin-top: -48px;
  background: #126d97;
  top: 15px;
  right: 0;
  padding: 1px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.block .issue-following .connect-button:hover {
  background: #1683b5;
}
#right-sidebar-join form {
  padding-top: 2px;
  margin-top: 0;
  padding-bottom: 0;
}
#right-sidebar-join p {
  font-size: 1.5em;
  line-height: 1.1;
}
#right-sidebar-join input {
  width: 97.5%;
  padding: 8px 1% 8px;
  margin-bottom: 15px;
}
#right-sidebar-join input:first-child {
  margin-bottom: 5px;
}
#right-sidebar-join .form-actions .form-submit {
  height: 38px;
  padding: 6px inherit 6px;
  margin-top: 0;
  position: relative;
  top: 12px;
}
.page-node-42031 #right-sidebar-join {
  display: none;
}
#block-block-8 {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  padding: 17px 25px 15px 25px;
}
#right-sidebar .posts-by-author {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
#right-sidebar .posts-by-author .post {
  background: #fff;
  padding: 5px 20px 15px;
}

/* Sidebar 'boxes'.
 ******************************************************************************/
.block .box {
  padding: 20px;
  margin-bottom: 30px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.block .box h3 {
  font-size: 1.4em;
  padding: 5px 20px;
  margin: -20px -20px 20px -20px;
  border-bottom: 1px solid #ddd;
}

/* Sidebar Social Media Share.
 ******************************************************************************/
#right-sidebar .te-social-media-share {
  margin-bottom: 30px;
}
#right-sidebar .te-social-media-share a.social {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 29.7%;
  height: 40px;
  line-height: 40px;
  background: #ddd;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  color: #555;
  font-size: 1.4em;
}
#right-sidebar .te-social-media-share a.social:hover {
  background: #eee;
}
#right-sidebar .te-social-media-share a.facebook {
  margin-right: 3%;
}
#right-sidebar .te-social-media-share a.google {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
#right-sidebar .te-social-media-share a.twitter {
  margin-left: 3%;
}
