/*-----------------------------------------------------------------------------
 *           HELPER CLASSES
 *---------------------------------------------------------------------------*/
.row {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row { *zoom: 1; } /* old-ie only */

.js-hide {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px none;
}

.text-center {
  text-align: center;
}

.main-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.big-headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0 40px;
  text-align: center;
  text-transform: uppercase;
}

.button-1 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.page-content a {
  color: #117493;
}

.page-content img {
  max-width: 100%;
  display: inline-block;
  height: auto !important;
  max-width: 100%;
  /*width: auto !important;*/
}

.cat-title a {
  color: #ffffff;
}

.share-links a,
.post-content .share-links a {
  color: #ffffff;
}

.share-links a:hover,
.post-content .share-links a:hover {
  color: #ffffff;
}

.grid-overlay .meta time {
  /*font-size: 13px;*/
  font-weight: bold;
  text-shadow: 0px 0px 2px #000;
  color: #ffffff;
}
/*-----------------------------------------------------------------------------
 *           NAVIGATION
 *---------------------------------------------------------------------------*/

.navigation .menu {
  font-size: 16px;
}

.navigation .menu li > a {
  padding: 0px 35px;
}

.right .widget_sp_image-image-link img {
  height: auto !important;
}


/*-----------------------------------------------------------------------------
 *           FORMS
 *---------------------------------------------------------------------------*/
.form-select,
.form-textarea,
.form-text {
  box-sizing: border-box;
  height: auto;
  font-size: 16px;
  font-family: inherit;
  padding: 10px;
  width: 100%;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-select {
  background-image: url(../img/arrow-select.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}

.form-element {
  margin-bottom: 15px;
  position: relative;
}

.message {
  background: #FFDADA;
  display: none;
  margin: 20px;
  padding: 5px;
  text-align: center;
}

/*-----------------------------------------------------------------------------
 *           DONATION FORM
 *---------------------------------------------------------------------------*/
.donation-page-container {
/*  max-width: 800px;
  padding: 40px 0;*/
}

.donation-page-container select {
  background: url(../img/arrow.png) no-repeat center right #F9F9F9;
  padding: 9px 10px;
}

.give-mesg a {
    color: #148fb7;
}

.section-numbers {
  margin: 0px auto 60px;
  clear: both;
  padding-top: 30px;
}

.donation-order {
  background: #117493;
  border-radius: 50%/50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  padding: 5px;
  margin-bottom: 10px;
  width: 20px;
}

.inactive .donation-order {
  background: #ccc;
}

.inactive h2 {
  color: #ccc;
}

.section-numbers {
  text-align: center;
}

.order-number {
  display: inline-block;
  min-width: 130px;
  margin: 0px 40px;
}

.order-right {
  float: right;
}

.order-left {
  float: left;
}

#donate-group-2,
#donate-group-3 {
  display: none;
}



.donation-section-header {
  margin-bottom: 30px;
  /*margin-top: 20px;*/
}

.donation-section-header p {
  font-size: 15px
}

.donate-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}


.donate-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.text-top {
  padding-top: 30px;
  margin-bottom: 30px;
}

/* Each fieldset on the form */
.form-group {
  /*border-bottom: thin solid #ccc;*/
  /*margin-bottom: 20px;*/
  /*margin-top: 10px;*/
  /*padding-bottom: 30px;*/
}

.donate-checkboxes {
  text-align: center;
  margin-bottom: 20px;
}

.donate-checkboxes .form-element {
  display: inline;
  margin-right: 30px;
}

.donate-checkboxes .form-element label:hover {
  cursor: pointer;
}

.donate-dollar-sign {
  display: inline-block;
  font-size: 18px;
}

.donate-total-amount .form-text {
  width: 80%;
}

.donate-monthly input {
  margin-left: 5px;
  margin-right: 5px;
}
.donate-monthly label:hover {
  cursor: pointer;
}

.donate-payment {
  margin-bottom: 15px;
}

.donate-payment .fa {
  margin-left: 5px;
}

.donate-submit {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.donate-submit .form-submit {
  background: #117493;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
}

.donate-footer {
  margin-bottom: 50px;
}

.legal-1 {
  border-bottom: thin solid #fff;
  margin: 35px 0;
}

.legal-2 {
  border: 1px solid #ccc;
  color: #848484;
  margin: 10px 0;
  padding: 10px;
}

.form-amount {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #117493;
  border: 2px solid #117493;
  background: #fff;
  margin: 0 3px;
}

.form-amount.active,
.form-amount:hover,
.form-amount:focus,
.form-amount:active {
  background: #117493;
  color: #ffffff;
}

.dnt-federal {
  margin-bottom: 15px;
}

#checkMembership {
  margin-right: 5px;
}

/* JS Validation */
.parsley-error,
.parsley-error:focus {
  border: thin solid #FF3F00;
}

.parsley-errors-list li {
  color: #FF3F00;
  font-size: 12px;
}

.join-payment-input {
  position: relative;
}

.join-container .parsley-errors-list {
  position: absolute;
  bottom: -17px;
}

.join-container .join-zip .parsley-errors-list {
  bottom: -37px;
}

.dollar-sign {
  color: #999;
  font-size: 20px;
  display: inline-block;
  margin-right: 3px;
}

.join-container .join-check-1 .parsley-errors-list {
  position: static;
}

/*-----------------------------------------------------------------------------
 *           DONATION PAGE
 *---------------------------------------------------------------------------*/
.donation-section-header {
  text-align: center;
}

.donate-body {
  margin: 0 -5px;
}

.donate-body .form-element {
  padding: 0 5px;
}

.donate-banner-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.donate-banner {
  margin-bottom: 15px;
}

.donation-sharing .post-share {
  text-align: center;
}

.donation-sharing .share-links {
    display: inline-block;
    float: none;
}

/*-----------------------------------------------------------------------------
 *           PETITION PAGES
 *---------------------------------------------------------------------------*/
.petition-banner-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

/* Counter */
.sign-counter {
  background: #117493;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.sign-counter-number {
  font-size: 30px;
  display: block;
}

/* Petiton Thank You page */
.petition-thankyou {
  text-align: center;
  padding: 30px 0 70px 0;
}

.petition-thankyou-title {
  margin: 20px 0;
}

.petition-social li {
  display: inline-block;
}

.petition-social a {
  color: #666;
}

.petition-fb .fa,
.petition-twitter .fa {
  font-size: 16px;
  margin-right: 5px;
}

.petition-fb {
  margin-right: 50px;
}

.petition-fb .fa {
  color: #3b5998;
}

.petition-twitter .fa {
  color: #55acee;
}



/*-----------------------------------------------------------------------------
 *           HOMEPAGE
 *---------------------------------------------------------------------------*/
.highlights article {
  min-height: 316px;
}

.highlights .excerpt p {
  min-height: 80px;
}

.highlights h2 a {
  min-height: 52px;
}

.category .main-heading {
  display: none;
}

.highlights .cat-3843 {
  background: #ff6800;
}

.highlights .image-link {
  max-height: 172px;
  overflow: hidden;
}

/*-----------------------------------------------------------------------------
 *           WATCH PAGE
 *---------------------------------------------------------------------------*/

.img-grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.tooltip {
  position: absolute;
  top: -50%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-grid {
  margin-bottom: 15px;
  padding-right: 15px !important;
}

.two-third .image-link.img-grid {
  padding-bottom: 64.2% !important;
}

@media (min-width: 550px) and (max-width: 767px) {
  /* change 3-col grid listing to half width */
  .listing.grid-3 .column { width: 50%; }
  .listing.grid-3 > .column:nth-child(3n+1) { clear: none; }
}

.share-links a.link-donate {
  background: #117493;
  border: medium none;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 15px;
  width: auto;
  height: auto;
  line-height: 1;
}

.share-links a {
margin-left: 4px;
}

/*-----------------------------------------------------------------------------
 *           JOIN PAGE
 *---------------------------------------------------------------------------*/
.join-container {
  margin: 0 auto;
  box-sizing: border-box;
  width: 65%;
}

.join-container a {
  color: #00BCD6;
}

.join-container *,
.join-container:before,
.join-container:after {
  box-sizing: inherit;
}

.join-sub-header {
  color: #acacac;
  margin: 40px 0 20px;
}

.join-option {
  float: left;
  text-align: center;
  padding: 25px 20px;
  margin-bottom: 20px;
  width: 48%;
}

.join-option--basic {
  background: #F6F2EB;
  color: #00BCD6;
  margin-right: 1%;
}

.join-option--premium {
  background: #00BCD6;
  color: #fff;
  margin-left: 1%;
}

.join-option-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.join-option--basic .join-option-title,
.join-option--basic .join-option-subtitle {
  color: #00BCD6;
}

.join-option--premium .join-option-title,
.join-option--premium .join-option-subtitle {
  color: #fff;
}

.join-option-subtitle {
  border-bottom: 1px solid #00BCD6;
  padding-bottom: 10px;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: -10px;
}

.join-option--premium .join-option-subtitle {
  border-bottom: 1px solid #F6F2EB;
}

.join-option li {
  padding-left: 20px;
}

.join-option li:after {
  display: block;
  content: '–';
}

.join-option--basic li {
  background: url(../img/check-bg.png) no-repeat top left;
}

.join-option--premium li {
  background: url(../img/check-bg2.png) no-repeat top left;
}

.join-option-button {
  margin-top: 20px;
  display: inline-block;
}

a.join-option-button--basic {
  color: #fff;
}

.join-option-button--basic {
  background: #00BCD6;
  color: #fff;
}

.join-option-button--premium {
  background: #fff;
  color: #00BCD6;
}

.join-payment-options {
  margin: 20px 0;
}

.join-payment-options a {
  color: #00BCD6;
}

.join-payment-button {
  color: #00BCD6;
  background: #fff;
  border: 2px solid #00BCD6;
  margin-right: 10px;
}

.join-payment-input {
  display: inline-block;
}

.join-payment-input input {
  padding: 13px 10px;
  position: relative;
  top: -1px;
}

.join-step-marks {
  text-align: center;
  margin-bottom: 35px;
}

.join-step-marks li {
  display: inline-block;
}

.join-step-marks li:after {
  background: #ccc;
  content: ' ';
  display: inline-block;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  width: 100px;
}

.join-step-marks li.join-step-mark-3:after {
  display: none;
}

.join-step--1 .donate-submit {
  margin-bottom: 20px;
}

.join-step-mark-selected {
  font-weight: bold;
}

.sign {
  margin-bottom: 50px;
  text-align: center;
}

.sign img {
  display: inline-block;
  margin: 0 auto;
}

/* Banner on top of Join Premium */
/* New Banner on Premiun page */

.wrapper-banner {
  width: 939px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.banner {
  background: url("../img/bg3.png") repeat top left transparent;
  padding: 4px;
}

.inner-banner {
  background: url("../img/bg4.png") repeat top left transparent;
}

.footer-banner {
  padding: 4px;
  background: url("../img/bg1.png") repeat top left transparent;
}

.inner-footer-b {
  background: url("../img/bg2.png") repeat top left transparent;
}

.inner-footer-b,
.ctn-text {
  color: #fff;
}

.ctn-text {
  text-align: center;
  padding-top: 42px;
  text-shadow: 1px 1px 2px #666;
  word-spacing: 2px;
  padding-bottom: 36px;
}

.ctn-text h2 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}

.ctn-text p {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 0;
  margin-bottom: 19px;
}

.ctn-text ul {
  font-size: 18px;
  word-spacing: 2px;
  margin: 0;
  padding: 0;
}

.ctn-text ul li {
  padding-bottom: 4px;
  display: inline-block;
  position: relative;
  left: -10px;

}

.ctn-text ul li span {
    display: inline-block;
    height: 29px;
    width: 32px;
    background: url("../img/check-bg2.png") no-repeat top left transparent;
    left: 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.inner-footer-b {
  padding-left: 31px;
  padding-bottom: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.inner-footer-b span,
.inner-footer-b p {
  display: inline-block;
}

.inner-footer-b span {
  font-size: 31px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  top: 8px;
  margin-right: 19px;
  line-height: 1;
  vertical-align: top;
}

.inner-footer-b p {
  font-size: 17px;
  line-height: 1.2;
  padding-top: 3px;
  margin: 0;
}

.bn-sticker {
  position: absolute;
  z-index: 2;
  /*bottom: -82px;*/
  right: -4px;
  /*height: 190px;*/
  /*width: 0;*/
  top:-267px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

  @-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 2.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 2.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 2.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 2.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.120);
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Banner on top of Join Free */
.slider-text {
  border-top: 3px solid #f7941e;
  border-bottom: 3px solid #f7941e;
  height: 54px;
  line-height: 54px;
  margin: 0 auto 100px auto;
  position: relative;
  top: -5px;
  width: 940px;
  z-index: 100;
}

.slider-text span {
  font-size: 19px;
  color: #00AECB;
  letter-spacing: 2px;
  word-spacing: 2px;
}

.slider-text img {
  left: 50%;
  margin-left: -118px;
  margin-top: -72px;
  position: absolute;
  top: 50%;
}

.join-sharing .share-links a {
  color: #ffffff;
}

/*-----------------------------------------------------------------------------
 *           Preferences Page
 *---------------------------------------------------------------------------*/
.preferences-page,
.preferences-page * {
  box-sizing: border-box;
}

.preferences-page {
  padding: 0 15% 5%;
}

.intro-text {
  padding: 2em 2em 0.5em;
}

.preferences-page p {
  margin-top: 1em;
}

.preferences--sub-title {
  margin-bottom: 1em;
  margin-top: 2em;
}

.unsubscribe-all-field {
  border-top: thin solid #ccc;
  margin-bottom: 2em;
  padding-top: 1em;
}


.preferences-page .form-submit {
  background: #117493;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
}

.preferences-confirm {
  text-align: center;
  padding: 15px;
  color: #117493;
  font-size: 21px;
  font-style: italic;
  border: 1px solid #117493;
  margin-top: 35px;

}
/*-----------------------------------------------------------------------------
 *           FOOTER
 *---------------------------------------------------------------------------*/

.lower-foot .widgets {
  padding: 0 25px 44px;
  text-align: center;
}

.lower-foot .textwidget {
  float: none;
  border: 1px solid #8D8E92;
  display: inline-block;
  margin: 0px auto;
  padding: 10px 15px;
}

.lower-foot p {
  text-align: center;
  margin: 0;
}

.external-content-element {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* font Gotham is on custom css UI this
code was added only for keep the code safe  */


.logo-image {margin-bottom: 15px}
.right {padding-top: 11px;}
.main-head header {height: 164px;}
.main-head .right {line-height: 1;}
.main-head header { height: auto !important;}

body,
.main .sidebar .widgettitle,
.tabbed .tabs-list,
h3.gallery-title,
.comment-respond small,
.main-heading,
.gallery-title,
.section-head,
.main-footer .widgettitle,
.entry-title,
.page-title {
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
}

h1, h2, h3, h4, h5, h6, b, strong,
.gallery-block .carousel .title a,
.list-timeline .posts article,
.posts-list .content > a,
.block.posts a,
#bbpress-forums .bbp-topic-title,
#bbpress-forums .bbp-forum-title,
.bbpress.single-topic .main-heading,
.navigate-posts .link {
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
  font-weight: 700;
  font-style: normal;
}

.post-content {
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
}

.navigation .menu {
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
}

.highlights .excerpt,
.listing-alt .content .excerpt {
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
}

.post-header h1,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content p b,
.post-content b,
.post-content strong {
font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
font-weight: 700;
font-style: normal;
}

/* end font gotham   */

.w-slide img {
  max-width: 100%;
}


/* Modal Sign Up*/

#md-signup .home-subscription {
  margin-bottom: 0;
  margin-left: 0;
}


#md-signup .home-subscription p {
    color: #999999;
    font-size: 22px;
}

#md-signup {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.md-overlight {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 500;
  width: 100%;
  height: 100%;
}

.md-inner-signup {
  background: #ffffff;
  border: 5px solid #117493;
  display: inline-block;
  padding: 60px 30px 50px;
  text-align: left;
  position: absolute;
  z-index: 600;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 550px;
  margin: 10% auto auto;
  height: auto;
}

.close-modal {
  font-family: arial;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: bold;
  color: #666666;
}

.close-modal:hover {
  cursor: pointer;
  color: #000;
}

#md-signup .enter {
  position: static;
  text-align: right;
}

#md-signup input[placeholder]{
  color:    #4593ab;
  opacity: 0.54;
}

#md-signup input::-webkit-input-placeholder {
  color:    #4593ab;
  opacity: 0.54;
}

#md-signup  input:-moz-placeholder {
  color:    #4593ab;
  opacity: 0.54;
}

#formSuscriptionModal .form-text {
  font-size: 20px;
  height: 55px;
  width: 100%;
  text-align: center;
}

#md-signup .form-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

#md-signup  .form-item.md-email {
  width: 300px;
}

.md-container-form {
  text-align: center;
}

.md-heading {
  border: 0px none;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.md-submit {
  background: #117493;
  border: 0 none;
  border-radius: 0px;
  box-shadow: none;
  color: #FFF;
  display: block;
  font-size: 20px;
  padding: 14px 41px 15px;
  text-shadow: none;
  margin: 0 0 0 11px;
}

.md-email .parsley-errors-list {
  width: 100%;
  font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B";
  position: absolute;
  bottom: -20px;
}


/* Modal FEDPAC*/

#md-fpac {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.md-inner-fpac {
  background: #ffffff;
  border: 5px solid #000;
  padding: 40px 20px;
  text-align: center;
  position: absolute;
  z-index: 600;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 550px;
  margin: 10% auto auto;
  height: auto;
}

.md-inner-fpac p {
  color: #666;
  font-family: "Adelle",arial !important;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 35px;
  text-align: justify;
}

.btn-confirm {
  color: #fff;
  display: inline-block;
  font-family: "alternategothicno2",arial;
  font-size: 30px;
  height: 55px;
  line-height: 58px;
  margin: 0 40px;
  text-align: center;
  width: 150px;
}

.btn-confirm:hover,
.btn-confirm:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff;

}

.btn-yes {
  background: #61ce61;
}

.btn-no {
  background: #e31100;
}

#md-fpac.activepop {
  display: block !important;
  z-index: 500;
}

/* THE LOOP PAGE */

.bn-page {
  max-width: 1028px;
  margin: 0px auto;
  padding: 0px 25px;
  text-align: center;
}

.bn-banner img {
  margin: 0 auto;
}

.bn-banner {
  margin-bottom: 20px;
}

.bn-title {
  font-size: 43px;
  color: #117493;
  font-weight: 700;
  margin-bottom: 15px;
}

.bn-subtitle {
  color: #666;
  font-size: 20px;
  font-weight: lighter;
}

.bn-text {
  margin-bottom: 40px;
}

.loop-form-container {
    padding-bottom: 100px;
}

.loop-fields {
  text-align: center;
  max-width: 960px;
  padding: 0px 25px;
  margin-bottom: 15px;
}

.form-item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 0px 15px 20px;
}

.form-item .parsley-errors-list {
  text-align: left;
}

.btn-loop {
  background: #117493 ;
  border: 0px none;
  border-radius: 0px;
  box-shadow: none;
  color: #FFF;
  display: block;
  font-size: 20px;
  padding: 14px 41px 15px;
  text-shadow: none;
  margin: 0 auto;
}
/* PARISHCAPTAIN PAGE */

.pc-number {
  background: #70ACBE;
  width: 31px;
  height: 31px;
  display: block;
  margin: 10px auto 17px;
  line-height: 31px;
  text-align: center;
  font-size: 17px;
  color: #FFF;
  border-radius: 50%;
  font-weight: 600;
}

.parish-text {
  font-size: 18px;
  color: #999;
  max-width: 850px;
  margin: 40px auto 60px auto;
  text-align: left;
}

.parishcaptain-heading h2 {
  font-size: 28px;
  text-align: center;
  margin: 10px 0px;
  color: #666;
}

.parishcaptain-heading h4 {
  color: #999;
  text-align: center;
  font-size: 17px;
  margin-bottom: 55px;
  font-style: italic;
  font-weight: 300;
}

.parishcaptain-checkboxes {
  margin-bottom: 80px;
}

.parish-checks {
  text-align: left;
  margin: 0px auto 0px auto;
  max-width: 600px;
  padding-left: 30px;
}

.parish-checks label:hover {
    cursor: pointer;
}

.parish-checks label {
    color: #999;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.parish-checks label .form-radio {
  margin-right: 10px;
  display: inline-block;
}

.btn-parishcaptain {
  background: #117493 ;
  border: 0px none;
  border-radius: 0px;
  box-shadow: none;
  color: #FFF;
  display: block;
  font-size: 20px;
  padding: 14px 41px 15px;
  text-shadow: none;
  margin: 0 auto;
}

.parishcaptain-fields {
  padding: 30px 0;
}
.parishcaptain-submit {
  padding-bottom: 150px;
}

/* gallery comics */

#gallery-comics .listing.grid-overlay .column {
    padding-left: 8px;
    padding-right: 8px;
}

#gallery-comics .column.half {
    width: 50%;
}

#gallery-comics article {
	position: relative;
}

#carrusel-comic .itm_fb,
#gallery-comics .itm_fb {
	position: absolute;
	bottom: 0;
	right: -1px;
	color: #fff;
	background: #3a5795;
	padding: 6px 12px;
	font-size: 20px;
	display: none;
}

#carrusel-comic li:hover .itm_fb,
#gallery-comics article:hover  .itm_fb {
	display: block;
}

#carrusel-comic .itm_fb:hover,
#gallery-comics .itm_fb:hover {
	text-decoration: none;
}

#carrusel-comic li {
	position: relative;
}


#carrusel-comic .image-link {
	position: relative;
	background-position: center;
	background-size: cover;
	z-index: 5;
	display: block;
}

#carrusel-comic .image-link img {
	/*visibility: hidden;*/
	display: block !important;
	vertical-align: middle;
}

#carrusel-comic .itm_fb {
	z-index: 10;
}

	.candidate-page .highlights .image-link {
	    max-height: none;

	}

	.candidate-page .highlights .meta {
		margin-top: 0;
		min-height: 25px;
		color: #666;
	}

	.candidate-page .highlights .excerpt p {
		min-height: 1px;
	}

	.candidate-page .highlights .excerpt {
		min-height: 63px;
		margin-bottom: 25px;
	}
	.candidate-page .sub-heading {
		margin-bottom: 30px;
	}

	.candidate-page .sub-heading .sc-button {
		float: right;
		padding: 10px 30px;
		margin: 0 0 0 20px;
		background: #117493;
	}
	.candidate-page .sub-heading .sc-button:hover {
		background: #19232D;
	}

	.cat-title.senate {
		background: #3498db;
	}

	.cat-title.house {
		background: #e54e53;
	}

	.cat-title.other {
		background: #e67e22;
	}

	.single-candidate .post-header .featured > a {
		/*text-align: center;*/
		display: inline-block;
	}

	.single-candidate .post-header .featured > a  > img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.single-candidate .post-meta {
		color: #333;
		font-size: 14px;
	}
	.single-candidate .cat-title {
		font-size: 15px;
		padding: 4px 9px;
	}

.text-spinner {
	text-align: center;
	margin-bottom: 5px;
}
.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
	width: 13px;
	height: 13px;
	background-color: #999;
	margin: 0 3px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.table-column {
	margin: 0px !important;
	border: 2px solid #00ACC8;
	border-top: 0 none;
	width: 100%;
	display: table;
}

.table-column  h3 {
	margin: 0;
}

.table-column  .column h3 {
	color: #fff;
}

.first-column {
	border-top: 2px solid #00ACC8 !important;
}
.first-column .column h3 {
	color: #117493 !important
}

.table-column .column.two-fifth {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 40%;
}

.table-column .column.one-fifth{
	display: table-cell;
	float: none;
	vertical-align: middle;
	background: #00B5CD;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 20%;
}

.table-column .column.one-fifth h4 {
	margin: 0;
	color: #fff;
}

.table-column .column.two-fifth p {
	margin: 0;
}

.table-column h3,
.table-column h2,
.table-column p {
	/*word-break: break-all*/
}

/* Large Tablet Layout: 800px. - fluid */
@media only screen and (max-width: 940px) {
  .wrapper-banner {
    width: 100%;
  }

  .bn-sticker {
    top: 427px !important;
    width: 40%;
  }

  .button-1 {
    font-size: 14px;
    padding: 10px 9px;
  }

  .slider-text {
    display: none;
  }
}

.quantity input[type="number"],
input[type="number"].qty,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce .cart .quantity input.qty {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Mobile + Small Tablet shared rules */
@media only screen and (max-width: 799px) {
  .bn-sticker {
    display: none;
  }

  .join-step-marks li {
    display: block;
  }

  .join-step-marks li:after {
    width: 0;
  }

  .dollar-sign {
    display: none;
  }

  .join-payment-input {
    margin-top: 10px;
    text-align: center;
  }
  .join-container {
    width: auto;
  }

  .preferences-page {
    padding-left: 5%;
    padding-right: 5%;
  }
	.table-column .column.one-fifth,
	.table-column .column.two-fifth {
		padding: 10px 5px;
	}
  	.table-column .column.one-fifth h3 {
		font-size: 17px;
	}

	.table-column .column.one-fifth,
	.table-column .column.two-fifth {
		width: 33% !important;
		max-width: 33%;
		min-width: 33%;
	}

}

/* Mobile + Small Tablet shared rules */
@media only screen and (max-width: 500px) {

  .join-option {
    float: none;
    width: auto;
  }

  .form-item {
    display: block;
    width: auto;
    margin: 0px 0 20px;
  }

  	.table-column .column.one-fifth h3 {
		font-size: 15px;
	}


	.table-column .column.one-fifth,
	.table-column .column.two-fifth {
		width: 33% !important;
		max-width: 33%;
		min-width: 33%;
	}
}
