.white-space-normal {
  white-space: normal;
}
@media (max-width: 1199px) {
  .widget-countdown,
  .widget_wcl_countdown_widget {
    width: auto;
    background-size: contain;
  }
  .navbar-default .primary-nav > li > a {
    font-size: 13px;
  }
  .table > thead > tr > td {
    padding: 10px;
  }
  .table > tbody > tr > td {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-sidebar.affix {
    width: 220px;
  }
  .widget-page-nav > li > a {
    position: relative;
  }
  .widget-page-nav > li > a > i {
    top: 10px;
    right: 15px;
    position: absolute;
  }
  .widget-page-nav > li > a > i.fa-angle-down {
    right: 13px;
  }
  .widget-page-nav > li > a > span {
    width: auto;
    float: none;
    display: inline;
  }
  .widget-countdown,
  .widget_wcl_countdown_widget {
    height: 347px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .navbar-default .primary-nav > li > a {
    font-size: 10px;
  }
}
/* Small devices (tablets, 768px and up)
------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse {
    right: 0px;
    width: 430px;
    z-index: 100;
    position: absolute;
    background-color: #252525;
  }
  .widget-countdown,
  .widget_wcl_countdown_widget {
    height: 363px;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #252525;
  }
  .navbar-header {
    padding-bottom: 10px;
  }
  .gform_wrapper .top_label .mobile-full {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .gform_wrapper .top_label .mobile-full input.medium {
    width: 100%;
  }
  .gform_page_fields table thead {
    display: none;
  }
  .gform_page_fields table.gfield_list td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    margin-top: 0.625em;
  }
  .gform_page_fields table.gfield_list td {
    display: block;
    margin-bottom: 15px !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  /* Blocks */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* Home Jumbotron */
  .home-jumbotron {
    background-size: cover !important;
    background: url(../img/jumbotron-banner.jpg) no-repeat center center;
  }
  .home-jumbotron h1 {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
  }
  .home-jumbotron span.tagline {
    right: 0;
    width: 348px;
    height: 49px;
    bottom: 60px;
    background-size: 348px 49px;
    background-image: url(../img/jumbotron-tagline.png);
  }
  .home-jumbotron .row {
    margin: 0 -15px;
  }
  .home-jumbotron .caption {
    bottom: 70px;
    position: absolute;
  }
  .home-jumbotron .container {
    height: 450px;
  }
  /* Page Jumbotron */
  .page-jumbotron {
    background-size: cover;
    background: url(../img/jumbotron-page-banner-tablet.jpg) no-repeat left center;
  }
  .page-jumbotron span.tagline {
    right: 0;
    width: 348px;
    height: 49px;
    bottom: 60px;
    background-size: 348px 49px;
    background-image: url(../img/jumbotron-tagline.png);
  }
  .page-jumbotron span.title {
    margin: 0;
    padding: 20px;
    font-size: 32px;
    line-height: 38px;
  }
  .page-jumbotron .container {
    height: 240px;
  }
  .page-jumbotron .row {
    margin: 0 -15px;
  }
  .page-jumbotron .caption {
    left: 0;
    bottom: 0;
    position: absolute;
    width: auto !important;
  }
  /* Featurettes */
  .featurettes {
    padding: 0 0 30px 0;
  }
  .featurette {
    margin-top: 30px;
  }
  /* Home Content */
  .home-content {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
  /* Page Inner Content */
  .page-wrapper {
    padding-top: 0;
  }
  /* Countdown */
  .widget-countdown {
    width: 230px;
    height: 363px;
    background-size: 230px 363px;
  }
  .days-count,
  .days,
  .hours-count,
  .hours,
  .minutes-count,
  .minutes {
    width: 70px;
    height: 30px;
    position: absolute;
  }
  .days-count,
  .days {
    left: 13px;
  }
  .hours-count,
  .hours {
    left: 79px;
  }
  .minutes-count,
  .minutes {
    left: 146px;
  }
  .days-count,
  .hours-count,
  .minutes-count {
    top: 155px;
  }
  .days,
  .hours,
  .minutes {
    top: 183px;
  }
}
/* Medium devices (desktops, 992px and up)
------------------------------------*/
@media (min-width: 992px) {
  /* Header */
  header a.logo {
    width: 90px;
    height: 90px;
    display: block;
    text-indent: -9999px;
    background-size: 90px 90px;
    background-image: url(../img/wrestling-canada-lutte-logo.png);
  }
  header.affix-top a.logo {
    margin-top: 4px;
  }
  /* Featurettes */
  .featurettes {
    padding: 30px 0;
  }
  .featurette {
    margin-top: 0;
  }
  /* Countdown */
  .widget-countdown {
    width: 220px;
    height: 347px;
    background-size: 220px 347px;
  }
  .days-count,
  .days,
  .hours-count,
  .hours,
  .minutes-count,
  .minutes {
    width: 70px;
    height: 30px;
  }
  .days-count,
  .days {
    left: 12px;
  }
  .hours-count,
  .hours {
    left: 74px;
  }
  .minutes-count,
  .minutes {
    left: 139px;
  }
  .days-count,
  .hours-count,
  .minutes-count {
    top: 148px;
  }
  .days,
  .hours,
  .minutes {
    top: 175px;
  }
  /* Page Jumbotron */
  .page-jumbotron {
    background-size: cover;
    background: url(../img/jumbotron-page-banner.jpg) no-repeat left center;
  }
}
@media (max-width: 1325px) and (min-width: 1200px) {
  header#site-header .navbar-default .primary-nav > li > ul {
    width: 190px;
  }
  header#site-header .navbar-default .primary-nav > li:last-child > ul {
    margin-left: -116px;
  }
}
@media (max-width: 1120px) and (min-width: 993px) {
  header#site-header .navbar-default .primary-nav > li > ul {
    width: 185px;
  }
  header#site-header .navbar-default .primary-nav > li:last-child > ul {
    margin-left: -111px;
  }
}
/* Large devices (large desktops, 1200px and up)
------------------------------------*/
@media (min-width: 1200px) {
  /* Primary Navigation */
  .navbar-default .primary-nav > li > a br {
    display: none;
  }
  /* Countdown */
  .widget-countdown {
    width: 270px;
    height: 426px;
    background-size: 270px 426px;
    background-image: url(../img/countdown-sidebar.png);
  }
  .days-count,
  .days,
  .hours-count,
  .hours,
  .minutes-count,
  .minutes {
    width: 70px;
    height: 30px;
    position: absolute;
  }
  .days-count,
  .days {
    left: 20px;
  }
  .hours-count,
  .hours {
    left: 99px;
  }
  .minutes-count,
  .minutes {
    left: 178px;
  }
  .days-count,
  .hours-count,
  .minutes-count {
    top: 184px;
  }
  .days,
  .hours,
  .minutes {
    top: 218px;
  }
}
@media (max-width: 991px) {
  header#site-header {
    padding: 10px 0;
  }
  header#site-header .navbar-header {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  .table-responsive > .table > thead > tr > td {
    white-space: normal;
  }
  .table-responsive > .table > tbody > tr > th {
    white-space: normal;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
  .table-responsive > .table > tfoot > tr > th {
    white-space: normal;
  }
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
  .row-archive {
    width: 100%;
    margin-left: 0;
  }
  #site-header.affix {
    position: static;
  }
}
@media (max-width: 480px) {
  .info-results .dropdown-menu.list-inline {
    width: auto;
  }
  .info-results .dropdown-menu.list-inline > li {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
  .info-results .dropdown-menu.list-inline > li:last-child {
    margin-bottom: 0;
  }
}
/*New Home Page Rio*/
.page-template-home-page-rio-php .section,
.page-template-home-page-rio-2-php .section {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .section,
  .page-template-home-page-rio-2-php .section {
    padding: 30px 0;
  }
}
.page-template-home-page-rio-php .splash,
.page-template-home-page-rio-2-php .splash {
  height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  background-image: url("../img/home-banner-sept2016.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-template-home-page-rio-php .splash,
  .page-template-home-page-rio-2-php .splash {
    background-image: url("../img/home-banner-sept2016-2x.jpg");
    background-size: 3000px 1000px;
  }
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .splash,
  .page-template-home-page-rio-2-php .splash {
    height: auto;
  }
  .page-template-home-page-rio-php .splash .container-wrapper,
  .page-template-home-page-rio-2-php .splash .container-wrapper {
    padding: 30px 0;
    text-align: left;
  }
  .page-template-home-page-rio-php .splash .container-wrapper .container,
  .page-template-home-page-rio-2-php .splash .container-wrapper .container {
    padding-top: 0 !important;
  }
}
.page-template-home-page-rio-php .splash .container-wrapper,
.page-template-home-page-rio-2-php .splash .container-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.page-template-home-page-rio-php .splash .container-wrapper .container,
.page-template-home-page-rio-2-php .splash .container-wrapper .container {
  z-index: 11;
}
.page-template-home-page-rio-php .splash .container-wrapper .container .title,
.page-template-home-page-rio-2-php .splash .container-wrapper .container .title {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .splash .container-wrapper .container .title,
  .page-template-home-page-rio-2-php .splash .container-wrapper .container .title {
    font-size: 30px;
  }
}
.page-template-home-page-rio-php .splash .container-wrapper .container .description,
.page-template-home-page-rio-2-php .splash .container-wrapper .container .description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .splash .container-wrapper .container .description,
  .page-template-home-page-rio-2-php .splash .container-wrapper .container .description {
    text-align: left;
  }
}
.page-template-home-page-rio-php .splash .container-wrapper .container .splash-button,
.page-template-home-page-rio-2-php .splash .container-wrapper .container .splash-button {
  margin-top: 20px;
}
.page-template-home-page-rio-php .splash .container-wrapper .container .splash-button a,
.page-template-home-page-rio-2-php .splash .container-wrapper .container .splash-button a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  margin: 5px;
}
.page-template-home-page-rio-php .post_cards,
.page-template-home-page-rio-2-php .post_cards {
  background-color: #fff;
  position: relative;
}
.page-template-home-page-rio-php .post_cards.loading::before,
.page-template-home-page-rio-2-php .post_cards.loading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 11;
}
.page-template-home-page-rio-php .post_cards.loading::after,
.page-template-home-page-rio-2-php .post_cards.loading::after {
  background-image: url("../img/ajax-loader-fb-big.gif");
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 12;
}
.page-template-home-page-rio-php .post_cards .swiper-slide,
.page-template-home-page-rio-2-php .post_cards .swiper-slide {
  padding: 0 30px;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article {
  background-color: #fcfcfc;
  height: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content {
  padding: 20px 20px 40px;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content .author,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content .author,
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content p,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content p {
  display: none;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content .date i,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content .date i {
  display: none;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content h2,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content h2 {
  font-size: 20px;
  margin-top: 10px;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .story-content h2 a,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .story-content h2 a {
  color: #2B2B2B;
  line-height: 1.25;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .imageContainer,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .imageContainer {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 170px;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .imageContainer .story-banner,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .imageContainer .story-banner {
  display: none;
}
.page-template-home-page-rio-php .post_cards .swiper-slide article .imageContainer img,
.page-template-home-page-rio-2-php .post_cards .swiper-slide article .imageContainer img {
  display: none;
}
.page-template-home-page-rio-php .post_cards .view-all,
.page-template-home-page-rio-2-php .post_cards .view-all {
  text-transform: uppercase;
  padding: 50px 0 0;
  text-align: center;
}
.page-template-home-page-rio-php .post_cards .view-all a,
.page-template-home-page-rio-2-php .post_cards .view-all a {
  font-weight: normal;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .post_cards .view-all,
  .page-template-home-page-rio-2-php .post_cards .view-all {
    padding: 25px 0 0;
  }
}
.page-template-home-page-rio-php .post_cards .swiper-container,
.page-template-home-page-rio-2-php .post_cards .swiper-container {
  padding: 0 0 10px;
}
.page-template-home-page-rio-php .newsletter .newsletter-splash,
.page-template-home-page-rio-2-php .newsletter .newsletter-splash {
  height: 400px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-splash,
  .page-template-home-page-rio-2-php .newsletter .newsletter-splash {
    height: auto;
  }
  .page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper,
  .page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper {
    padding: 30px 0;
    text-align: left;
  }
  .page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper .container,
  .page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper .container {
    padding-top: 0 !important;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper,
.page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper .container,
.page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper .container {
  z-index: 11;
}
.page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper .container .title,
.page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper .container .title {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-splash .container-wrapper .container .title,
  .page-template-home-page-rio-2-php .newsletter .newsletter-splash .container-wrapper .container .title {
    font-size: 30px;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form,
.page-template-home-page-rio-2-php .newsletter .newsletter-form {
  background-color: #c7142a;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .title,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .title {
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-form .title,
  .page-template-home-page-rio-2-php .newsletter .newsletter-form .title {
    font-size: 24px;
    text-align: left;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper {
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper,
  .page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper {
    max-width: 100%;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
  clear: none;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield,
  .page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield input,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield input {
  width: 100%;
  height: 45px;
  border: none;
  box-shadow: none;
  padding: 6px 12px;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error {
  background-color: transparent;
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error,
  .page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error {
    border-top: none;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error input,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error input {
  color: inherit;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description.validation_message,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description.validation_message {
  color: #ffdf96;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_footer,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_footer {
  text-align: center;
  padding-bottom: 0;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_footer .gform_button,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_footer .gform_button {
  padding: 15px 100px;
  background-color: #283339;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .gform_footer .gform_button,
  .page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .gform_footer .gform_button {
    width: 100%;
  }
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gform_wrapper .validation_error,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gform_wrapper .validation_error {
  display: none;
}
.page-template-home-page-rio-php .newsletter .newsletter-form .gforms_confirmation_message .gform_confirmation_message,
.page-template-home-page-rio-2-php .newsletter .newsletter-form .gforms_confirmation_message .gform_confirmation_message {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.page-template-home-page-rio-php .twitter-cards,
.page-template-home-page-rio-2-php .twitter-cards {
  background-color: #fff;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper {
  padding: 5px 0;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide {
  padding: 0 30px;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card {
  background-color: #fcfcfc;
  height: 100%;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic {
  display: block;
  clear: both;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic::before,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic::before,
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic::after,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic::after {
  content: " ";
  display: table;
  clear: both;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic img,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-pic img {
  margin-right: 10px;
}
.page-template-home-page-rio-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-text,
.page-template-home-page-rio-2-php .twitter-cards .swiper-wrapper .swiper-slide .twitter-card .tweet-text {
  word-break: break-all;
}
/*ENDS New Home Page Rio*/
.page-template-donation-php .splash,
.single-olympic_team_athlete .athlete-header {
  height: 300px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  background-image: url("../img/wcl-may2016-donation-3000x500.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page-template-donation-php .splash,
  .single-olympic_team_athlete .athlete-header {
    background-image: url("../img/wcl-may2016-donation-3000x500-x2.jpg");
    background-size: 3000px 500px;
  }
}
@media (max-width: 767px) {
  .page-template-donation-php .splash,
  .single-olympic_team_athlete .athlete-header {
    height: auto;
  }
}
.page-template-donation-php .splash .container-wrapper,
.single-olympic_team_athlete .athlete-header .container-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
@media (max-width: 767px) {
  .page-template-donation-php .splash .container-wrapper,
  .single-olympic_team_athlete .athlete-header .container-wrapper {
    height: auto;
    padding: 30px 0;
  }
}
.page-template-donation-php .splash .container-wrapper .container,
.single-olympic_team_athlete .athlete-header .container-wrapper .container {
  z-index: 11;
}
.page-template-donation-php .splash .container-wrapper .container .title,
.single-olympic_team_athlete .athlete-header .container-wrapper .container .title {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-donation-php .splash .container-wrapper .container .title,
  .single-olympic_team_athlete .athlete-header .container-wrapper .container .title {
    font-size: 30px;
  }
}
.single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper {
  height: 300px;
  position: relative;
}
.single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .photo {
  padding: 75px 0;
  width: 27%;
}
@media (max-width: 991px) {
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .photo {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 400px) {
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .photo {
    padding: 0 !important;
  }
}
.single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .title {
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 27%;
  background-color: #c7142a;
  text-align: left;
  padding: 20px 40px;
  font-size: 24px;
}
.single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .title h2 {
  color: #fff;
  font-size: 36px;
  margin: 0;
}
@media (max-width: 767px) {
  .single-olympic_team_athlete .athlete-header .container-wrapper {
    padding: 0;
  }
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper {
    height: auto;
    position: static;
    margin: 0 -5px;
  }
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .photo {
    width: auto;
    position: static;
    padding-bottom: 40px;
  }
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .photo img {
    margin: 0 auto;
  }
  .single-olympic_team_athlete .athlete-header .container-wrapper .header-wrapper .title {
    width: 100%;
    position: static;
  }
}
.single-olympic_team_athlete .page-content {
  margin-top: 0;
  padding: 30px 0 80px;
}
.single-olympic_team_athlete .page-content .details {
  padding: 0 40px;
  min-height: 110px;
}
.single-olympic_team_athlete .page-content .details p {
  margin: 0 0 3px;
}
@media (min-width: 992px) {
  .single-olympic_team_athlete .page-content .details {
    margin-left: 27% !important;
  }
}
.single-olympic_team_athlete .page-content .social-links {
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .single-olympic_team_athlete .page-content .social-links {
    width: 23% !important;
  }
}
.single-olympic_team_athlete .page-content .social-links a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 65px;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.single-olympic_team_athlete .page-content .social-links a.facebook {
  background: #2a4988;
}
.single-olympic_team_athlete .page-content .social-links a.facebook:hover {
  background: #264c99;
}
.single-olympic_team_athlete .page-content .social-links a.twitter {
  background: #006dbb;
}
.single-olympic_team_athlete .page-content .social-links a.twitter:hover {
  background: #007bd2;
}
.single-olympic_team_athlete .page-content .social-links a.linkedin {
  background: #094e84;
}
.single-olympic_team_athlete .page-content .social-links a.linkedin:hover {
  background: #065ca0;
}
.single-olympic_team_athlete .page-content .social-links a.instagram {
  background: #3F729B;
}
.single-olympic_team_athlete .page-content .social-links a.instagram:hover {
  background: #467fad;
}
.single-olympic_team_athlete .page-content .biography {
  padding: 30px 100px 0;
}
@media (max-width: 991px) {
  .single-olympic_team_athlete .page-content .details,
  .single-olympic_team_athlete .page-content .biography {
    padding: 0 20px;
  }
}
.single-olympic_team_athlete .athlete-slider {
  padding: 80px 0;
}
.single-olympic_team_athlete .athlete-slider h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper {
  padding: 0 150px;
  position: relative;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-slide {
  display: -webkit-flex;
  display: flex;
  height: auto;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-slide a {
  background-color: #fff;
  max-width: 200px;
  color: #666;
  display: block;
  margin: 0 auto;
  font-weight: normal;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-slide .slide-description {
  padding: 10px 15px;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-slide .slide-description .name {
  font-weight: bold;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-slide .slide-description p {
  margin: 0;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-prev,
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-next {
  background: #5D5D5D;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-prev i,
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-next i {
  vertical-align: middle;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-prev {
  left: 0;
}
.single-olympic_team_athlete .athlete-slider .slider-wrapper .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .single-olympic_team_athlete .athlete-slider .slider-wrapper {
    padding: 0 80px;
  }
}
.page-template-donation-php .content {
  padding: 60px 0;
  background-color: #fff;
  color: #2b2b2b;
}
.page-template-donation-php .content .donation-form {
  margin-top: 20px;
}
.page-template-donation-php .content .donation-form .gform_wrapper {
  display: block !important;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield_label {
  display: block;
  color: #2b2b2b;
  font-weight: normal;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .ginput_container input,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .ginput_container select {
  height: 40px;
  background-color: #e8eef2;
  border-radius: 2px;
  border: none;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .ginput_container .gfield_required {
  display: none;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .ginput_container .gfield_checkbox > li > input {
  margin: 4px 5px 0 0;
  height: auto;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .ginput_container .gfield_checkbox label {
  font-weight: normal;
  margin: 0;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width {
  clear: none;
  float: left;
  width: 50%;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width.first-one,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width.first-one {
  padding-right: 10px;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width input,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width input,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width select,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width select {
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width,
  .page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width {
    width: 100%;
    float: none;
    padding: 0;
  }
  .page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half_width.first-one,
  .page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.half-width.first-one {
    padding-right: 0;
  }
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.full-width {
  max-width: 100%;
  width: 100%;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.full-width input {
  width: 100%;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.gfield_html {
  max-width: 100%;
  padding: 1px 0;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield .ginput_container_product_price input {
  width: 100px;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.hide-label .gfield_label {
  display: none;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.gfield_error.half-width {
  border: none;
  margin: 0 !important;
  position: relative;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.gfield_error.half-width .validation_message {
  position: absolute;
  top: -7px;
  right: 0;
  width: auto;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.gfield_error.half-width .gfield_label {
  margin-top: 5px;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.donation-amount {
  display: none;
}
@media (max-width: 767px) {
  .page-template-donation-php .content .donation-form .gform_wrapper .gform_body .gfield.specific-program input {
    width: 100%;
  }
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_footer .gform_button.button {
  padding: 15px 40px;
  background-color: #FF4100;
  text-transform: uppercase;
  color: #fff;
}
.page-template-donation-php .content .donation-form .gform_wrapper .gform_footer .gform_button.button:hover,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_footer .gform_button.button:focus,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_footer .gform_button.button:active,
.page-template-donation-php .content .donation-form .gform_wrapper .gform_footer .gform_button.button.active {
  background-color: #C63E00;
}
.page-template-donation-php .content.thanks-page {
  text-align: center;
}
.page-template-donation-php .content.thanks-page .btn {
  padding: 15px 40px;
  background-color: #FF4100;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
.page-template-donation-php .content.thanks-page .btn:hover,
.page-template-donation-php .content.thanks-page .btn:focus,
.page-template-donation-php .content.thanks-page .btn:active,
.page-template-donation-php .content.thanks-page .btn.active {
  background-color: #C63E00;
}
.page-template-donation-php .content.thanks-page p {
  margin-bottom: 20px;
}
.page-template-rio-athletes-php .splash {
  height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-rio-athletes-php .splash {
    height: auto;
  }
  .page-template-rio-athletes-php .splash .container-wrapper {
    padding: 20px 0;
    text-align: left;
  }
  .page-template-rio-athletes-php .splash .container-wrapper .container {
    padding-top: 0 !important;
  }
}
.page-template-rio-athletes-php .splash .container-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.page-template-rio-athletes-php .splash .container-wrapper .container {
  z-index: 11;
}
.page-template-rio-athletes-php .splash .container-wrapper .container .title {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-rio-athletes-php .splash .container-wrapper .container .title {
    font-size: 30px;
  }
}
.page-template-rio-athletes-php .splash .container-wrapper .container .description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-template-rio-athletes-php .splash .container-wrapper .container .description {
    text-align: left;
  }
}
.page-template-rio-athletes-php .splash .container-wrapper .container .splash-button {
  margin-top: 20px;
}
.page-template-rio-athletes-php .splash .container-wrapper .container .splash-button a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 65px;
  border-radius: 5px;
}
.page-template-rio-athletes-php .athletes-staff {
  padding: 40px 20px;
  clear: both;
}
.page-template-rio-athletes-php .athletes-staff .athletes-in-style,
.page-template-rio-athletes-php .athletes-staff .team {
  margin-top: 20px;
}
.page-template-rio-athletes-php .athletes-staff .athlete {
  float: left;
}
.page-template-rio-athletes-php .athletes-staff .athlete .photo {
  height: 275px;
}
@media (max-width: 480px) {
  .page-template-rio-athletes-php .athletes-staff .athlete {
    width: 100%;
    float: none;
  }
  .page-template-rio-athletes-php .athletes-staff .athlete .photo {
    height: auto;
    max-height: 350px;
  }
}
@media (min-width: 481px) {
  .page-template-rio-athletes-php .athletes-staff .athlete {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-rio-athletes-php .athletes-staff .athlete {
    width: 33.33%;
  }
}
.page-template-rio-athletes-php .athletes-staff .staff {
  float: left;
}
.page-template-rio-athletes-php .athletes-staff .staff .photo {
  height: 160px;
}
@media (max-width: 767px) {
  .page-template-rio-athletes-php .athletes-staff .staff {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-template-rio-athletes-php .athletes-staff .staff {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .page-template-rio-athletes-php .athletes-staff .staff {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .page-template-rio-athletes-php .athletes-staff .staff {
    width: 20%;
  }
}
.page-template-rio-athletes-php .athletes-staff .athlete,
.page-template-rio-athletes-php .athletes-staff .staff {
  padding: 0 10px;
  margin: 20px 0;
  overflow: hidden;
  color: #323232;
  box-sizing: border-box;
}
.page-template-rio-athletes-php .athletes-staff .athlete .name-style,
.page-template-rio-athletes-php .athletes-staff .staff .name-style {
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
  font-weight: normal;
  height: 100%;
}
.page-template-rio-athletes-php .athletes-staff .athlete .name-style .name,
.page-template-rio-athletes-php .athletes-staff .staff .name-style .name {
  text-transform: capitalize;
  font-weight: bold;
}
.page-template-rio-athletes-php .athletes-staff .athlete .photo,
.page-template-rio-athletes-php .athletes-staff .staff .photo {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity .5s;
}
.page-template-rio-athletes-php .athletes-staff .athlete .photo img,
.page-template-rio-athletes-php .athletes-staff .staff .photo img {
  visibility: hidden;
}
.page-template-rio-athletes-php .athletes-staff .athlete:hover .photo,
.page-template-rio-athletes-php .athletes-staff .staff:hover .photo {
  opacity: .8;
}
.page-template-landing-page-php .splash {
  height: 500px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-landing-page-php .splash {
    height: auto;
  }
  .page-template-landing-page-php .splash .container-wrapper {
    padding: 20px 0;
    text-align: left;
  }
  .page-template-landing-page-php .splash .container-wrapper .container {
    padding-top: 0 !important;
  }
}
.page-template-landing-page-php .splash .container-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.page-template-landing-page-php .splash .container-wrapper .container {
  z-index: 11;
}
.page-template-landing-page-php .splash .container-wrapper .container .title {
  font-size: 48px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-template-landing-page-php .splash .container-wrapper .container .title {
    font-size: 30px;
  }
}
.page-template-landing-page-php .splash .container-wrapper .container .description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-template-landing-page-php .splash .container-wrapper .container .description {
    text-align: left;
  }
}
.page-template-landing-page-php .splash .container-wrapper .container .splash-button {
  margin-top: 20px;
}
.page-template-landing-page-php .splash .container-wrapper .container .splash-button a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 65px;
  border-radius: 5px;
}
.page-template-landing-page-php .page-inner-content-wrapper {
  min-height: initial;
}
.thanku-sponsors {
  background-size: cover;
  background-position: center center;
  background-image: url('../img/thanku-sponsors-cln-2x.jpg');
  position: relative;
}
.thanku-sponsors h2,
.thanku-sponsors .textwidget {
  color: #fff;
}
.thanku-sponsors .textwidget {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.thanku-sponsors .textwidget a {
  display: block;
  height: 100%;
  width: 100%;
}
