@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  display: table; }
  .table .table-cell {
    display: table-cell; }

.align-middle {
  vertical-align: middle; }

/* Mixin */
body {
  font-family: 'Dosis', sans-serif; }

@font-face {
  font-family: 'Impact';
  src: url("../fonts/impact_0-webfont.eot");
  src: url("../fonts/impact_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/impact_0-webfont.woff2") format("woff2"), url("../fonts/impact_0-webfont.woff") format("woff"), url("../fonts/impact_0-webfont.ttf") format("truetype"), url("../fonts/impact_0-webfont.svg#impactregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Eurostile LT Std';
  src: url("../fonts/EurostileLTStd_0.eot");
  src: local("Γÿ║"), url("../fonts/EurostileLTStd_0.woff") format("woff"), url("../fonts/EurostileLTStd_0.ttf") format("truetype"), url("../fonts/EurostileLTStd_0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Eurostile LT Std-Demi';
  src: url("../fonts/EurostileLTStd-Demi_0.eot");
  src: local("Γÿ║"), url("../fonts/EurostileLTStd-Demi_0.woff") format("woff"), url("../fonts/EurostileLTStd-Demi_0.ttf") format("truetype"), url("../fonts/EurostileLTStd-Demi_0.svg") format("svg");
  font-weight: 600;
  font-style: normal; }
h1, h2, h3, h4, h5, h6, p, ul li, ol li {
  color: #404041;
  /* text color */
  font-family: 'Dosis', sans-serif;
  line-height: 1.6; }

a:focus {
  text-decoration: none; }

.article-page a {
  color: #f2013f; }

p, ul li, ol li {
  font-size: 18px; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

h1, h2, h3 {
  font-weight: 600; }

h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

.page-template-content ol, .page-template-content ul, .article-content-wrapper ol, .article-content-wrapper ul {
  margin-left: 32px; }

ol {
  counter-reset: item; }

ol li {
  display: block; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #f2013f;
  font-weight: 700;
  padding-right: 8px; }

hr {
  color: #adadad; }

.page-template-content .section ul li:before, .article-content-wrapper ul li:before {
  color: #f2013f;
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 1.5em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: 15px;
  /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
  top: .1em;
  /* set the vertical position of the bullet if necessary. Make sure to use em or % */ }

.module.vertical-item-list h1, .module.vertical-item-list h2, .module.vertical-item-list h3, .module.vertical-item-list h4, .module.vertical-item-list h5, .module.vertical-item-list h6, .module.vertical-item-list p, .module.vertical-item-list ul li, .module.vertical-item-list ol li {
  color: #fff; }

.video-preview-describe p {
  font-size: 14px; }

@media (max-width: 768px) {
  h1 {
    font-size: 22px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 16px; }

  h4 {
    font-size: 14px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 11px; }

  h1, h2, h3, h4, h5, h6, p, ul li, ol li {
    line-height: 1.3; }

  p, ul li, ol li {
    font-size: 16px; }

  .page-template-content ol, .page-template-content ul, .article-content-wrapper ol, .article-content-wrapper ul {
    margin-left: 25px; } }
@media (max-width: 600px) {
  h1 {
    font-size: 20px; }

  h2 {
    font-size: 16px; }

  h3 {
    font-size: 14px; }

  h4 {
    font-size: 12px; }

  h5 {
    font-size: 12px; }

  h6 {
    font-size: 9px; }

  h1, h2, h3, h4, h5, h6, p, ul li, ol li {
    line-height: 1.1; }

  p, ul li, ol li {
    font-size: 14px; }

  .page-template-content ol, .page-template-content ul, .article-content-wrapper ol, .article-content-wrapper ul {
    margin-left: 10px; } }
a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

a {
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s; }

.red-btn {
  background-color: #f1013f;
  /* layer fill content */
  -moz-box-shadow: inset 0 -4px 0 #aa002c;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #aa002c;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #aa002c;
  /* inner shadow */
  border: 0 none;
  color: #fff; }

.large-cta-btn {
  padding: 12px 78px 16px 21px;
  margin-top: 20px; }

.small-cta-btn {
  padding: 10px 56px 12px 20px;
  margin-top: 20px;
  color: #fff;
  /* text color */
  font-family: "Dosis";
  font-size: 14px; }

.btn {
  position: relative;
  display: inline-block;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  z-index: 1;
  outline: 0;
  overflow: hidden; }

.btn:hover {
  color: #fff; }

.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in; }

.btn:hover:before {
  top: 0; }

.red-btn:before {
  background: #aa002c; }

.purple-btn:before {
  background: #432558; }

.button-arrow {
  position: absolute;
  background: url("../images/btn-arrow.png") no-repeat center;
  width: 11px;
  height: 15px; }

.large-cta-btn .button-arrow {
  top: 17px;
  right: 20px; }

.small-cta-btn .button-arrow {
  top: 12px;
  right: 20px; }

.purple-btn {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #5b3377;
  /* layer fill content */
  -moz-box-shadow: inset 0 -4px 0 #432558;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #432558;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #432558;
  /* inner shadow */ }

.btn {
  border-radius: 0; }

.nav {
  float: right;
  display: inline-block; }
  .nav ul {
    overflow: hidden;
    margin-bottom: 0; }

.sub-menu-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2b2b2b; }

.nav.no-animation .sub-menu-wrapper {
  -webkit-transition: none;
  transition: none; }

.nav ul.sub-menu {
  width: 100%;
  text-align: right; }

.nav ul li {
  float: left; }

.nav ul li a {
  display: inline-block;
  padding: 17px 17px 17px;
  color: #c6c8ca;
  /* text color */
  font-size: 21px;
  line-height: 16px;
  position: relative; }

.nav ul.sub-menu li {
  padding: 10px 0; }

.nav ul.sub-menu li a {
  padding: 9px 20px;
  font-size: 16px;
  border-right: 2px solid #545454; }

.nav ul.sub-menu li:last-child a {
  border-right: 0px solid #fff; }

.nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #f2013f;
  z-index: 9999;
  content: ""; }

.nav ul li a:hover, .nav ul li a.hover {
  background: #363636;
  text-decoration: none; }

header .nav ul.sub-menu li a:hover, header .nav ul.sub-menu li a.hover, header .nav ul.sub-menu li.current-menu-item > a {
  background: none;
  text-decoration: underline;
  color: #f2013f; }

.nav ul li.hover .sub-menu-wrapper, .nav ul li.current-menu-ancestor .sub-menu-wrapper {
  z-index: 7;
  opacity: 1;
  filter: alpha(opacity=100); }

.nav ul li:hover .sub-menu-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 8; }

.nav > .menu > a:focus {
  text-decoration: initial !important;
  outline: none; }

header .nav > .menu > .current-menu-item > a:after, header .nav > .menu > .current-menu-ancestor > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #f2013f;
  z-index: 9999;
  content: "";
  width: 100%; }

header .menu > .current-menu-item > a {
  background: #363636;
  text-decoration: none; }

.nav ul.sub-menu li {
  float: none;
  display: inline-block; }

.nav ul li a:active {
  background: #363636;
  text-decoration: none; }

/*
.nav li a:hover:after,.nav li a.hover:after{ width: 100%; }
.nav ul.sub-menu li a:hover:after,.nav ul.sub-menu li a.hover:after{ width: 0 !important;}
.nav li a:active:after{ width: 100%; }
*/
.menu-btn, .close-btn {
  cursor: pointer; }

.menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  margin-top: -0.50em;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99; }

.menu-btn span {
  display: block;
  width: 37px;
  height: 5px;
  margin: 5px 0;
  background: #636466;
  z-index: 99; }

.mobile-nav {
  display: none; }

.slider-section-module {
  position: relative;
  text-align: center; }

.slider-cta-module {
  width: 420px;
  text-align: left;
  position: relative;
  left: -40px; }

.slider-section-module .container {
  position: relative; }

.slider-cta-module {
  background-color: #5b2e79;
  /* layer fill content */
  background-color: rgba(91, 46, 121, 0.95);
  /* layer fill content */
  padding: 40px;
  color: #fff; }
  .slider-cta-module h1 {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 11px; }
  .slider-cta-module p {
    color: #fff;
    /* text color */
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }
  .slider-cta-module a {
    color: #fff;
    /* text color */
    font-size: 16px; }

.slider-module {
  background-color: #5b2e79;
  background-color: rgba(91, 46, 121, 0.95); }
  .slider-module .bottom-shadow {
    top: -1px; }
  .slider-module .shadow {
    width: 420px;
    margin: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    left: -40px;
    padding-top: 19px; }
    .slider-module .shadow.top-shadow:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: -18px;
      opacity: 0.85;
      filter: alpha(opacity=85);
      border-top: 20px solid transparent;
      border-right: 420px solid #45225c; }
    .slider-module .shadow.bottom-shadow:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: -20px;
      opacity: 0.85;
      filter: alpha(opacity=85);
      border-left: 420px solid #45225c;
      border-bottom: 20px solid transparent; }

.slider-module {
  width: 100%;
  max-width: 100%; }

.layer-full-width {
  width: 100%; }

.cta-box {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.sp-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 19px;
  padding-top: 0;
  height: 15px; }

.sp-button {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #868081;
  color: #868081;
  border: 0 none;
  display: inline-block;
  margin: 0 4px; }

.sp-button.sp-selected-button {
  background: #fff; }

.caption-wrapper {
  display: none; }

.sp-caption-container {
  visibility: hidden; }

.cta-box-right .box {
  display: inline-block;
  float: right; }

.cta-box-right .slider-cta-module {
  left: 40px; }

.slider-module .cta-box-right .shadow {
  left: 40px; }

share-button {
  background: transparent;
  padding: 0; }
  share-button:hover {
    background: transparent; }
  share-button .sb-social {
    visibility: visible;
    opacity: 1; }
    share-button .sb-social.sb-center.sb-top {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      top: 0;
      left: 0;
      position: static; }
  share-button .sb-social ul li {
    width: 38px;
    margin-right: 10px;
    border-radius: 50%;
    padding: 8px 0; }
    share-button .sb-social ul li:after, share-button .sb-social ul li:before {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      left: 50%;
      margin-left: -10px; }

share-button:before {
  display: none; }

footer {
  position: relative;
  background: #252525;
  padding: 21px 0 19px;
  overflow: hidden; }

.footer-left {
  float: left; }
  .footer-left ul li {
    float: left; }

.social-links {
  position: relative;
  display: block;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden; }
  .social-links li {
    margin-right: 28px;
    display: inline-block;
    height: 38px;
    line-height: 38px; }
    .social-links li a {
      height: 38px;
      width: 38px;
      display: inline-block;
      border-radius: 19px;
      line-height: 38px;
      text-align: center;
      position: relative; }
      .social-links li a img {
        vertical-align: middle; }
  .social-links .facebook-link {
    background: url("../images/facebook-icon.png") no-repeat center center, #3c5a99;
    border: 2px solid #3c5a99; }
    .social-links .facebook-link:hover {
      background-color: transparent; }
  .social-links .twitter-link {
    background: url("../images/twitter-icon.png") no-repeat center center, #54abed;
    border: 2px solid #54abed; }
  .social-links .twitter-link:hover {
    background: url("../images/twitter-icon.png") no-repeat center center, rgba(84, 171, 237, 0);
    border: 2px solid #54abed; }
  .social-links .youtube-link {
    background: url("../images/youtube-icon.png") no-repeat center center, #e32c26;
    border: 2px solid #e32c26; }
  .social-links .youtube-link:hover {
    background: url("../images/youtube-icon.png") no-repeat center center, rgba(60, 90, 153, 0);
    border: 2px solid #e32c26; }
  .social-links .vine-link {
    background: url("../images/vine-icon.png") no-repeat center center, #00b389;
    border: 2px solid #00b389; }
  .social-links .vine-link:hover {
    background: url("../images/vine-icon.png") no-repeat center center, rgba(60, 90, 153, 0);
    border: 2px solid #00b389; }

.footer-nav ul li a {
  color: #c6c8ca;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  margin-right: 60px; }
  .footer-nav ul li a:hover {
    color: #f2013f; }

.footer-nav ul li:last-child a {
  margin-right: 0; }

.copyright {
  color: #939597;
  /* text color */
  font-size: 10px; }

.footer-nav {
  padding-bottom: 14px;
  margin-bottom: 19px;
  border-bottom: 1px solid #545454;
  overflow: hidden; }

.footer-right {
  float: right;
  display: inline-block;
  padding: 26px 0 30px; }

.cookie-message {
  width: 100%;
  margin: 0 auto;
  border: 8px solid #e9e9e9;
  /* stroke */
  background-color: #f5f5f5;
  /* layer fill content */
  -moz-box-shadow: 0 3px 0 #d3d3d3;
  /* drop shadow */
  -webkit-box-shadow: 0 3px 0 #d3d3d3;
  /* drop shadow */
  box-shadow: 0 3px 0 #d3d3d3;
  /* drop shadow */
  padding: 20px 18px;
  color: #414042;
  font-size: 18px;
  position: relative;
  max-width: 840px;
  box-sizing: border-box; }
  .cookie-message h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #404041;
    /* text color */
    font-size: 18px;
    font-weight: 700;
    display: inline-block; }
  .cookie-message a {
    color: #f2013f;
    text-decoration: underline; }

.close-cookie {
  background: url("../images/x-close.png") no-repeat center center;
  display: inline-block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 10px;
  right: 20px; }

.cookie-wrapper {
  position: fixed;
  bottom: 70px;
  z-index: 99999;
  left: 10%;
  right: 10%; }

.mobile-footer-logo {
  display: none; }

header {
  background: #252525; }
  header .logo {
    position: relative;
    margin-bottom: -13px;
    display: inline-block;
    z-index: 9999;
    float: left; }

.mobile-logo {
  display: none; }

.menu-placeholder {
  display: none;
  height: 54px;
  width: 100%;
  background: #2b2b2b; }

.content {
  min-height: 800px; }

.container {
  margin: 0 auto;
  font-family: Dosis; }

.cf {
  width: 100%;
  clear: both;
  display: block; }

.blank-space {
  height: 400px; }

.container {
  width: 1050px; }

.content-wrapper {
  padding: 50px 0; }

img {
  height: auto; }

.article-page {
  overflow: hidden;
  padding: 45px 0 58px 10%; }
  .article-page .main-content {
    width: 67%;
    margin-right: 1%; }
    .article-page .main-content .featured-img {
      width: 100%;
      position: relative; }
      .article-page .main-content .featured-img img {
        width: 100%; }
    .article-page .main-content .featured-img span.img-caption {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      /* text color */
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      padding: 6px 10px; }
    .article-page .main-content .article-content-wrapper {
      padding: 30px 0 15px;
      border-bottom: 1px solid #adadad;
      /*
            h2.article-title {
              color: #404041;
              font-size: 28px;
              font-weight: 600;
              line-height: 32px;
              margin-bottom: 15px;
              text-align: center;
            }*/
      /*
            h3 {
              color: #404041;
              font-size: 20px;
              font-weight: 600;
              text-align: center;
              margin-bottom: 20px;
              line-height: 24px;
      
            }*/ }
      .article-page .main-content .article-content-wrapper h2.article-title {
        text-align: left;
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px; }
      .article-page .main-content .article-content-wrapper h3.article-subtitle {
        text-align: left;
        margin-bottom: 12px;
        color: #404041;
        font-size: 20px;
        font-weight: 600; }
      .article-page .main-content .article-content-wrapper span.article-date {
        color: #404041;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
        display: block; }
      .article-page .main-content .article-content-wrapper p {
        color: #404041;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px; }
    .article-page .main-content .share-article {
      padding: 30px 0;
      text-align: center; }
      .article-page .main-content .share-article .spn-wrapp {
        position: relative;
        display: inline-block;
        padding-left: 68px;
        margin-left: -68px; }
      .article-page .main-content .share-article ul {
        position: relative;
        display: inline-block; }
        .article-page .main-content .share-article ul li {
          float: left;
          margin-right: 10px;
          overflow: hidden; }
      .article-page .main-content .share-article .sb-social ul {
        position: relative;
        display: inline-block; }
        .article-page .main-content .share-article .sb-social ul li {
          float: none;
          overflow: hidden; }
      .article-page .main-content .share-article ul li:last-child {
        margin-left: 0; }
      .article-page .main-content .share-article span {
        line-height: 38px;
        color: #404041;
        /* text color */
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        left: 0; }
  .article-page .sidebar {
    width: 32%;
    max-width: 300px; }
    .article-page .sidebar .bottom-arrow-wrapper {
      width: 0;
      height: 0;
      padding-bottom: 21px;
      padding-left: 90%;
      overflow: hidden;
      margin: 0 0 0 26px;
      position: relative;
      top: -3px; }
    .article-page .sidebar .bottom-arrow-wrapper:after {
      width: 0;
      height: 0;
      border-top: 0 solid transparent;
      content: "";
      opacity: .85;
      display: block;
      margin-left: -480px;
      border-bottom: 37px solid transparent;
      border-left: 499px solid #e4e4e4; }
    .article-page .sidebar .add-wrapper {
      margin-bottom: 34px; }
    .article-page .sidebar .latest-article-wrapper {
      padding: 17px 20px 0;
      -moz-box-shadow: inset 0 -4px 0 #e4e4e4;
      /* inner shadow */
      -webkit-box-shadow: inset 0 -4px 0 #e4e4e4;
      /* inner shadow */
      box-shadow: inset 0 -4px 0 #e4e4e4;
      /* inner shadow */
      overflow: hidden; }
    .article-page .sidebar h2 {
      color: #404041;
      /* text color */
      font-family: "Eurostile LT Std-Demi";
      font-size: 28px;
      margin-bottom: 35px; }
    .article-page .sidebar ul li {
      display: block;
      padding-left: 16px;
      border-left: 5px solid #dcdcdc;
      margin-bottom: 30px; }
    .article-page .sidebar ul li a {
      position: relative;
      display: inline-block;
      color: #404041;
      /* text color */
      font-size: 14px;
      line-height: 17px;
      padding-right: 45px;
      width: 100%; }
    .article-page .sidebar ul li a:hover {
      color: #f2013f; }
    .article-page .sidebar ul li a:after {
      content: "";
      background: url("../images/red-arrow.png") no-repeat;
      right: 0;
      top: 1px;
      position: absolute;
      width: 11px;
      height: 15px; }

.mobile-add-wrapper {
  display: none; }

.share-article {
  position: relative; }
  .share-article li {
    height: 38px;
    line-height: 38px; }
    .share-article li a {
      height: 38px;
      width: 38px;
      display: inline-block;
      border-radius: 19px;
      line-height: 38px;
      text-align: center;
      position: relative; }
      .share-article li a img {
        vertical-align: middle; }
  .share-article .facebook-icon {
    background: url("../images/facebook-icon.png") no-repeat center center, #3c5a99; }
  .share-article .twitter-icon {
    background: url("../images/twitter-icon.png") no-repeat center center, #54abed; }
  .share-article .sharethis-icon {
    background: url("../images/sharethis-icon.png") no-repeat center center, #5b3377; }

blockquote p {
  color: #f2013f;
  /* text color */
  font-size: 20px;
  line-height: 24px; }

blockquote {
  text-align: center;
  padding: 18px 16% 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px; }

blockquote:before {
  content: "";
  top: 0;
  width: 30px;
  height: 2px;
  background: #f2013f;
  position: absolute;
  left: 50%;
  margin-left: -15px; }

blockquote:after {
  content: "";
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #f2013f;
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.article-page .main-content .article-content-wrapper blockquote p {
  color: #f2013f;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0; }

.latest-article-wrapper {
  background: #f5f5f5; }

a.fts-powered-by-text {
  display: none !important; }

.section.wp-content {
  padding: 80px 0; }

.vertical-item-list {
  background-color: #5b2e79;
  /* layer fill content */
  color: #fff; }
  .vertical-item-list .vilm-section-title {
    padding-top: 40px; }
  .vertical-item-list h2 {
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    line-height: 32px; }
  .vertical-item-list .vilm-wrapper {
    background-color: #5b2e79;
    /* layer fill content */
    -moz-box-shadow: inset 0 -4px 0 #511479;
    /* inner shadow */
    -webkit-box-shadow: inset 0 -4px 0 #511479;
    /* inner shadow */
    box-shadow: inset 0 -4px 0 #511479;
    /* inner shadow */
    padding: 40px 0 36px;
    overflow: hidden; }
  .vertical-item-list .vertical-item-image {
    position: relative;
    display: inline-block;
    float: left;
    width: 36.5%; }
    .vertical-item-list .vertical-item-image img {
      width: 100%; }
  .vertical-item-list .vertical-item-content {
    position: relative;
    display: inline-block;
    float: right;
    width: 51%;
    padding-top: 46px; }
    .vertical-item-list .vertical-item-content.full {
      width: 100%;
      padding-top: 0; }
    .vertical-item-list .vertical-item-content h2 {
      margin-bottom: 10px; }
    .vertical-item-list .vertical-item-content p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; }

.box-shadow {
  position: relative; }
  .box-shadow .arrow-left.top-shadow {
    width: 90%;
    margin: 0 5%;
    height: 0;
    overflow: hidden;
    padding-top: 16px;
    position: relative; }
  .box-shadow .arrow-right.bottom-shadow {
    width: 0;
    height: 0;
    padding-bottom: 16px;
    padding-left: 90%;
    overflow: hidden;
    margin: 0 5%;
    position: relative;
    top: -3px; }

.arrow-left.top-shadow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -16px;
  opacity: .85;
  border-top: 17px solid transparent; }

.arrow-right.bottom-shadow:after {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  content: "";
  opacity: .85;
  display: block;
  margin-left: -480px;
  border-bottom: 21px solid transparent; }

.purple-shadow .arrow-right.bottom-shadow:after {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  content: "";
  opacity: .85;
  display: block;
  margin-left: -350px;
  border-bottom: 16px solid transparent; }

.purple-shadow .arrow-left.top-shadow:after {
  border-right: 350px solid #45225c; }

.purple-shadow .arrow-right.bottom-shadow:after {
  border-left: 350px solid #45225c; }

.grey-shadow .arrow-left.top-shadow:after {
  border-right: 480px solid #dbdbdb; }

.grey-shadow .arrow-right.bottom-shadow:after {
  border-left: 480px solid #dbdbdb; }

.blue-shadow .arrow-right.top-shadow:after {
  border-bottom: 13px solid #47abef; }

.blue-shadow .arrow-left.bottom-shadow:after {
  border-top: 13px solid #47abef; }

.grey-shadow .arrow-left.top-shadow:after {
  margin-top: -20px;
  border-top: 22px solid transparent; }

.grey-shadow .arrow-right.bottom-shadow:after {
  border-bottom: 20px solid transparent; }

.grey-shadow.box-shadow .arrow-left.top-shadow {
  width: 76%;
  margin: 0 4%;
  float: right;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  position: relative; }

.grey-shadow.box-shadow .arrow-right.bottom-shadow {
  width: 0;
  height: 0;
  padding-bottom: 20px;
  padding-left: 76%;
  overflow: hidden;
  margin: 0 4%;
  position: relative;
  top: -3px; }

.arrow-right.top-shadow {
  width: 90%;
  height: 0;
  padding-bottom: 13px;
  overflow: hidden;
  margin: 0 5%;
  position: relative; }

.arrow-left.bottom-shadow {
  margin: 0 5%;
  position: relative;
  width: 0;
  height: 0;
  padding-left: 90%;
  padding-top: 13px;
  overflow: hidden;
  top: -3px; }

.arrow-right.top-shadow:after {
  width: 0;
  height: 0;
  content: "";
  opacity: .85;
  display: block;
  border-right: 310px solid transparent; }

.arrow-left.bottom-shadow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -320px;
  margin-top: -13px;
  border-left: 322px solid transparent;
  opacity: .85; }

.box-shadow img, .box-shadow iframe {
  overflow: hidden;
  z-index: 99999;
  position: relative; }

.text-module-wrapper .arrow-left.bottom-shadow::after {
  margin-left: -310px;
  margin-top: -13px;
  border-left: 310px solid transparent; }

.module.text-section {
  background-color: #6bb9ef;
  /* layer fill content */
  -moz-box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  color: #414042; }
  .module.text-section .text-module-wrapper {
    position: relative;
    padding: 32px 0 31px; }
    .module.text-section .text-module-wrapper h2 {
      color: #fff;
      /* text color */
      font-family: "Eurostile LT Std-Demi";
      font-size: 28px;
      line-height: 32px; }
    .module.text-section .text-module-wrapper h6 {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 15px; }
    .module.text-section .text-module-wrapper p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 14px; }
    .module.text-section .text-module-wrapper .tm-optional-image {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: -3px; }
      .module.text-section .text-module-wrapper .tm-optional-image img {
        display: inline-block; }
  .module.text-section .col-3.text-module-image img {
    width: 100%; }

.col-6 {
  width: 60%; }

.col-3 {
  width: 30%; }

.news-summary {
  padding: 27px 0 43px;
  color: #404041; }
  .news-summary h2 {
    color: #f1013f;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px; }

.news-article-wrapper {
  overflow: hidden;
  margin-bottom: 9px; }
  .news-article-wrapper .news-article-img {
    width: 14.5%;
    float: left; }
    .news-article-wrapper .news-article-img img {
      width: 100%;
      max-height: 85px; }
  .news-article-wrapper .news-article-excerpt {
    width: 83%;
    float: right;
    -moz-box-shadow: inset 0 -4px 0 #e4e4e4;
    /* inner shadow */
    -webkit-box-shadow: inset 0 -4px 0 #e4e4e4;
    /* inner shadow */
    box-shadow: inset 0 -4px 0 #e4e4e4;
    /* inner shadow */
    padding: 20px 0 28px;
    overflow: hidden; }
    .news-article-wrapper .news-article-excerpt p {
      width: 63%;
      float: left;
      font-size: 16px;
      line-height: 20px;
      display: block;
      margin: 0 auto;
      height: 40px;
      overflow: hidden; }
      .news-article-wrapper .news-article-excerpt p a {
        color: #404041;
        /* text color */
        font-family: "Dosis"; }
      .news-article-wrapper .news-article-excerpt p a:hover {
        text-decoration: none; }
    .news-article-wrapper .news-article-excerpt a.read-more-link {
      float: right;
      display: inline-block;
      margin-right: 45px;
      line-height: 40px;
      padding-right: 30px;
      background: url("../images/red-arrow.png") no-repeat center right;
      color: #f1013f;
      /* text color */
      font-size: 16px; }

.video-section {
  padding: 40px 0 50px; }
  .video-section h2 {
    color: #f1013f;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px; }
  .video-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    width: 100%; }
  .video-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-section .video-wrapper {
    margin-bottom: 20px; }
  .video-section .video-describe {
    color: #404041;
    /* text color */
    font-size: 20px;
    font-weight: 700;
    line-height: 24px; }
    .video-section .video-describe .btn {
      margin-top: 25px; }
  .video-section .video-playerlist {
    margin-top: 21px;
    background-color: #f5f5f5; }
    .video-section .video-playerlist .video-article {
      padding: 15px 30px 15px 12px;
      /* layer fill content + color overlay */
      -moz-box-shadow: inset 0 -2px 0 #dbdbdb;
      /* inner shadow */
      -webkit-box-shadow: inset 0 -2px 0 #dbdbdb;
      /* inner shadow */
      box-shadow: inset 0 -2px 0 #dbdbdb;
      /* inner shadow */
      overflow: hidden; }
  .video-section .video-preview-img {
    display: inline-block;
    position: relative;
    width: 47%;
    float: left; }
    .video-section .video-preview-img img {
      max-width: 150px;
      width: 100%; }
  .video-section .video-preview-img:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    bottom: 10px;
    left: 10px;
    background: url("../images/small-player-icon.png") no-repeat; }
  .video-section .video-preview-describe {
    display: inline-block;
    width: 46%;
    float: right;
    color: #413f41;
    /* text color */
    padding: 0 0 18px;
    font-size: 14px;
    line-height: 16px; }
    .video-section .video-preview-describe a {
      margin-bottom: 5px;
      font-weight: 600;
      line-height: 18px;
      color: #413f41;
      /* text color */
      text-decoration: none;
      display: inline-block; }
    .video-section .video-preview-describe a:hover {
      color: #f1013f;
      text-decoration: underline; }

.col-4 {
  width: 34.5%; }

.video-playerlist-mobile {
  display: none; }

.module.ad-rotator {
  background-color: #252525;
  padding: 30px 0; }
  .module.ad-rotator .sp-buttons {
    bottom: -20px; }
  .module.ad-rotator .g-col, .module.ad-rotator .g-single {
    text-align: center;
    float: none; }
  .module.ad-rotator .sp-slide.g {
    max-width: 100% !important; }
    .module.ad-rotator .sp-slide.g .g-col {
      margin: 0 auto !important; }
  .module.ad-rotator .slider-pro .sp-slide {
    opacity: 0.4;
    filter: alpha(opacity=40); }
    .module.ad-rotator .slider-pro .sp-slide.sp-selected {
      opacity: 1;
      filter: alpha(opacity=100); }

.article-social-feed .col-5 {
  width: 50%;
  flex: 1;
  z-index: 1; }

.article-social-feed .row {
  display: flex;
  flex-wrap: wrap; }

.article-social-feed {
  /* background: linear-gradient(90deg, #FFF 50%, #e2ecfa 50%);*/
  position: relative; }
  .article-social-feed .left-bg {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .article-social-feed .right-bg {
    width: 50%;
    float: right;
    height: 100%;
    background: #e2ecfa;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

.asfm-section {
  padding: 30px 0; }
  .asfm-section h2 {
    color: #f1013f;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    margin-bottom: 20px; }

.fts-twitter-div {
  overflow: visible;
  clear: none; }

.asfm-article-wrapper {
  padding-right: 38px; }
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt a.read-more-link {
    margin-right: 0px;
    width: 15%;
    line-height: 40px;
    padding-right: 12px;
    background: url("../images/red-arrow.png") no-repeat center right;
    color: #f1013f;
    font-size: 16px;
    text-indent: -99999px; }
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    width: 85%;
    height: 40px; }
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt {
    width: 72%;
    padding: 2% 0px 4%; }
  .asfm-article-wrapper .news-article-wrapper .news-article-img {
    width: 25.5%; }
  .asfm-article-wrapper .news-article-wrapper {
    margin-bottom: 0;
    padding-top: 15px; }
  .asfm-article-wrapper .purple-btn {
    margin-top: 32px; }

.asfm-social-wrapper {
  padding: 30px 16px 30px 46px;
  position: relative; }
  .asfm-social-wrapper .tweeter-info .right {
    float: none !important;
    padding: 0 22px 7px 78px;
    line-height: 15px !important; }
  .asfm-social-wrapper .tweeter-info .fts-twitter-text a {
    font-size: 20px;
    line-height: 24px; }
  .asfm-social-wrapper .tweeter-info .fts-twitter-text {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin-top: 8px; }
  .asfm-social-wrapper .tweeter-info img.fts-twitter-description-image {
    margin: 16px 0 0 !important; }
  .asfm-social-wrapper .tweeter-info {
    min-height: 330px; }
  .asfm-social-wrapper .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    width: 0;
    height: 0;
    padding-bottom: 20px;
    padding-left: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    top: 0px; }
  .asfm-social-wrapper .arrow-right.bottom-shadow:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    content: "";
    opacity: 1;
    display: block;
    margin-left: -275px;
    border-bottom: 20px solid transparent; }
  .asfm-social-wrapper .grey-shadow .arrow-right.bottom-shadow:after {
    border-left: 275px solid #cbd5dd; }
  .asfm-social-wrapper .twitter-bird {
    top: 26px;
    right: 14px; }

.twitter-bird {
  background: url("../images/twitter-bird.png") no-repeat center center;
  position: absolute;
  width: 48px;
  height: 39px; }

.social-feed-box {
  z-index: 2; }

.twitter-feed-wrapp {
  background-color: #fff;
  /* layer fill content */
  -moz-box-shadow: inset 0 0px 0 #cbd5dd;
  /* inner shadow */
  -webkit-box-shadow: inset 0 0px 0 #cbd5dd;
  /* inner shadow */
  box-shadow: inset 0 0px 0 #cbd5dd;
  /* inner shadow */
  border-bottom: 4px solid #cbd5dd;
  padding: 0 0 0 10px; }
  .twitter-feed-wrapp img {
    width: 100%; }

.asfm-social-wrapper:after {
  content: " ";
  background: url("../images/social-feed-module-bg.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 575px;
  z-index: 1;
  background-size: contain; }

.module.social-feed {
  background-color: #5b2d79;
  /* layer fill content */
  padding-top: 40px;
  color: #fff; }
  .module.social-feed .fts-twitter-div {
    overflow: visible;
    clear: none; }
  .module.social-feed .container .row {
    position: relative; }
  .module.social-feed .twitter-bird {
    top: 0;
    right: 23px; }
  .module.social-feed h2 {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px; }
  .module.social-feed .slider-social-post {
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: inset 0 -4px 0 #cbd5dd;
    /* inner shadow */
    -webkit-box-shadow: inset 0 -4px 0 #cbd5dd;
    /* inner shadow */
    box-shadow: inset 0 -4px 0 #cbd5dd;
    /* inner shadow */ }
  .module.social-feed .social-feed-slider .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    width: 0;
    height: 0;
    padding-bottom: 20px;
    padding-left: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    top: 20px; }
  .module.social-feed .social-feed-slider .arrow-right.bottom-shadow:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    content: "";
    opacity: 1;
    display: block;
    margin-left: -668px;
    border-bottom: 20px solid transparent; }
  .module.social-feed .social-feed-slider .grey-shadow .arrow-right.bottom-shadow:after {
    border-left: 480px solid #cbd5dd; }
  .module.social-feed .social-feed-slider {
    margin: 30px 16% 0;
    padding-bottom: 110px;
    position: relative; }
    .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
      left: -140px; }
    .module.social-feed .social-feed-slider .sp-buttons {
      bottom: -94px; }
    .module.social-feed .social-feed-slider .sp-button.sp-selected-button {
      opacity: 1; }
    .module.social-feed .social-feed-slider .sp-button {
      background: #f6f9ff;
      color: #f6f9ff;
      opacity: 0.5; }
    .module.social-feed .social-feed-slider .sp-next-arrow:after, .module.social-feed .social-feed-slider .sp-next-arrow:before, .module.social-feed .social-feed-slider .sp-previous-arrow:after, .module.social-feed .social-feed-slider .sp-previous-arrow:before {
      background-color: #f7faff; }
    .module.social-feed .social-feed-slider .sp-arrow {
      width: 37px;
      height: 53px; }
    .module.social-feed .social-feed-slider .sp-horizontal .sp-next-arrow {
      right: -105px; }
  .module.social-feed .social-feed-slider:after {
    content: " ";
    background: url("../images/social-feed-slider-after.png") no-repeat bottom center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110%;
    margin-right: -5%;
    height: 575px;
    z-index: 1;
    background-size: contain; }
  .module.social-feed .slider-social-post {
    z-index: 2;
    padding-left: 35px; }

.tweeter-info {
  min-height: 230px; }

.fts-tweeter-wrap .tweeter-info {
  padding: 20px 0 19px; }

.tweeter-info {
  padding: 20px 0 0; }
  .tweeter-info .right .uppercase a {
    display: inline-block;
    color: #292f33;
    font-weight: 700;
    font-size: 14px; }
  .tweeter-info .time a {
    font-size: 14px;
    color: #cbd5dd; }
  .tweeter-info .fts-twitter-text {
    color: #292f33;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400; }
    .tweeter-info .fts-twitter-text a {
      color: #292f33;
      font-size: 26px;
      line-height: 32px;
      font-weight: 400; }
  .tweeter-info .fts-twitter-image a img.twitter-image {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 5px; }
  .tweeter-info img.fts-twitter-description-image {
    margin: 20px 0 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.fts-tweeter-wrap .tweeter-info {
  border-bottom: 0 none; }

.tweeter-info .right {
  float: none !important;
  padding: 0 105px 7px 71px;
  line-height: 15px !important; }

.fts-twitter-reply-wrap {
  margin-top: 12px;
  float: left;
  margin-left: 75px; }
  .fts-twitter-reply-wrap a {
    color: #cbd5dd; }

.profile-rotator {
  background-color: #5b2e79;
  /* layer fill content */
  -moz-box-shadow: inset 0 -4px 0 #511479;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #511479;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #511479;
  /* inner shadow */
  padding: 40px 0 45px;
  color: #fff; }
  .profile-rotator h2 {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px; }
  .profile-rotator p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px; }
  .profile-rotator h3 {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 16px; }
  .profile-rotator .player-info {
    padding: 6px 0; }
    .profile-rotator .player-info span {
      color: #d08aff;
      /* text color */
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      display: inline-block; }
  .profile-rotator .profile-slider-wrapper {
    padding: 0 10%;
    margin-top: 40px; }
    .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-previous-arrow {
      left: -78px; }
    .profile-rotator .profile-slider-wrapper .sp-arrow {
      width: 37px;
      height: 53px; }
    .profile-rotator .profile-slider-wrapper .sp-next-arrow:after, .profile-rotator .profile-slider-wrapper .sp-next-arrow:before, .profile-rotator .profile-slider-wrapper .sp-previous-arrow:after, .profile-rotator .profile-slider-wrapper .sp-previous-arrow:before {
      background-color: #f7faff; }
    .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-next-arrow {
      right: -78px; }
    .profile-rotator .profile-slider-wrapper .slider-pro a {
      position: relative; }
    .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-arrows {
      top: 43%;
      margin-top: -27px; }
  .profile-rotator .player-picture-wrapp .player-number {
    margin-top: 15px;
    color: #d08aff;
    /* text color */
    font-size: 18px;
    font-weight: 600; }
    .profile-rotator .player-picture-wrapp .player-number span {
      color: #fff; }
  .profile-rotator .player-picture-wrapp .box-shadow .arrow-right.bottom-shadow {
    width: 0;
    height: 0;
    padding-bottom: 14px;
    padding-left: 90%;
    overflow: hidden;
    margin: 0 5%;
    position: relative;
    top: -3px; }
  .profile-rotator .player-picture-wrapp .purple-shadow .arrow-right.bottom-shadow:after {
    border-left: 319px solid #45225c; }
  .profile-rotator .player-picture-wrapp .arrow-right.bottom-shadow:after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    content: "";
    opacity: .85;
    display: block;
    margin-left: -319px;
    border-bottom: 14px solid transparent; }
  .profile-rotator .player-picture {
    position: relative; }
    .profile-rotator .player-picture img {
      width: 100%; }
    .profile-rotator .player-picture .player-picture-caption {
      position: absolute;
      width: 100%;
      bottom: 1px;
      left: 0;
      text-align: center;
      color: #f1013f;
      /* text color */
      font-size: 24px;
      font-weight: 700;
      height: 33px;
      line-height: 33px;
      background: rgba(0, 0, 0, 0.7);
      z-index: 99999; }
      .profile-rotator .player-picture .player-picture-caption.newbie {
        color: #fff; }

.module.image-gallery {
  padding: 20px 0; }
  .module.image-gallery .image-gallery-wrapper {
    padding: 0 45px; }
    .module.image-gallery .image-gallery-wrapper .sp-full-screen-button:before {
      content: ''; }
    .module.image-gallery .image-gallery-wrapper .sp-full-screen-button.sp-fade-full-screen {
      background: url("../images/full-screen-icon.png");
      width: 46px;
      height: 46px;
      top: 21px;
      right: 20px;
      position: absolute;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .module.image-gallery .image-gallery-wrapper .sp-arrow {
      width: 37px;
      height: 53px;
      opacity: 0.8; }
    .module.image-gallery .image-gallery-wrapper p.sp-layer {
      color: #fff;
      /* text color */
      font-size: 18px;
      font-weight: 700; }
    .module.image-gallery .image-gallery-wrapper .sp-thumbnail-container.sp-selected-thumbnail {
      border: 6px solid #f2013f; }

.ios-sp-full-screen-button {
  height: 30px;
  width: 30px;
  background-color: #000;
  position: absolute; }

.ios .sp-full-screen-button {
  display: none; }
.ios .ios-sp-full-screen-button {
  display: inline-block !important; }

.module.image-gif-gallery {
  background-color: #252525;
  /* layer fill content */
  -moz-box-shadow: inset 0 -4px 0 #333;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #333;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #333;
  /* inner shadow */
  padding: 42px 0; }
  .module.image-gif-gallery ul.main-list > li {
    width: 30%;
    float: left;
    margin-right: 5%; }
  .module.image-gif-gallery ul.main-list > li:last-child {
    margin-right: 0; }
  .module.image-gif-gallery h2 {
    color: #f1013f;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    margin-bottom: 15px; }
  .module.image-gif-gallery h3 {
    color: #f1013f;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 20px;
    margin-bottom: 10px; }
  .module.image-gif-gallery p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px; }
  .module.image-gif-gallery .gif-share {
    margin-top: 50px;
    color: #fff; }
  .module.image-gif-gallery .box-shadow .arrow-left.top-shadow {
    margin: 0 5% 0 0;
    padding-top: 13px;
    width: 95%; }
  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow:after {
    border-right: 302px solid #333333; }
  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow:after {
    border-left: 302px solid #333333; }
  .module.image-gif-gallery .arrow-right.bottom-shadow:after {
    margin-left: -302px;
    border-bottom: 13px solid transparent; }
  .module.image-gif-gallery .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 13px;
    padding-left: 95%;
    margin: 0 0 0 5%;
    top: -7px; }
  .module.image-gif-gallery .arrow-left.top-shadow:after {
    margin-top: -13px;
    opacity: 1;
    border-top: 13px solid transparent;
    opacity: 1; }
  .module.image-gif-gallery .gif-wrapp {
    margin-bottom: 15px; }
    .module.image-gif-gallery .gif-wrapp img {
      width: 100%; }
  .module.image-gif-gallery .gif-share {
    text-align: center; }
    .module.image-gif-gallery .gif-share > span {
      display: inline-block;
      float: left;
      line-height: 38px; }
    .module.image-gif-gallery .gif-share share-button {
      float: left;
      margin-left: 10px; }

.black-shadow .arrow-left.top-shadow:after {
  border-right: 440px solid #333333; }

.black-shadow .arrow-right.bottom-shadow:after {
  border-left: 499px solid #333333; }

.embed-container {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.module.poll {
  background-color: #6bb9ef;
  -moz-box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  -webkit-box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  box-shadow: inset 0 -4px 0 #a1cfef;
  /* inner shadow */
  padding: 39px 0 0; }
  .module.poll .yop-poll-footer .button-wrapp img {
    display: none !important; }
  .module.poll .poll-share {
    display: none;
    margin: 0 10%;
    height: 38px;
    line-height: 38px; }
    .module.poll .poll-share span {
      float: left;
      color: #413f41;
      /* text color */
      font-size: 20px;
      font-weight: 700;
      display: inline-block;
      margin-right: 10px; }
  .module.poll .container {
    background: url("../images/poll-box.png") no-repeat 95% 100%;
    padding-bottom: 44px;
    -moz-box-shadow: inset 0 -4px 0 #a1cfef;
    /* inner shadow */
    -webkit-box-shadow: inset 0 -4px 0 #a1cfef;
    /* inner shadow */
    box-shadow: inset 0 -4px 0 #a1cfef;
    /* inner shadow */ }
  .module.poll h2 {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    margin-bottom: 20px; }
  .module.poll .button-wrapp .button-arrow {
    top: 3px;
    right: 33px;
    position: relative;
    display: inline-block;
    z-index: 999; }
  .module.poll .box-shadow {
    margin: 30px 10% 35px; }
  .module.poll .box-shadow .poll-container.poll-results {
    padding-top: 16px; }
    .module.poll .box-shadow .poll-container.poll-results .left-container {
      width: 33%;
      float: left;
      line-height: 28px; }
    .module.poll .box-shadow .poll-container.poll-results .right-container {
      width: 65%;
      float: right; }
  .module.poll .box-shadow .poll-container {
    background-color: #81cbff;
    /* layer fill content */
    overflow: hidden;
    padding: 27px 30px 15px 27px;
    z-index: 9;
    position: relative; }
    .module.poll .box-shadow .poll-container ul li {
      -moz-box-shadow: inset 0 -4px 0 #a1d7ff;
      /* inner shadow */
      -webkit-box-shadow: inset 0 -4px 0 #a1d7ff;
      /* inner shadow */
      box-shadow: inset 0 -4px 0 #a1d7ff;
      /* inner shadow */
      padding: 32px 0 23px !important;
      overflow: hidden; }
  .module.poll .mrg-wrapp {
    height: 38px; }
  .module.poll .poll-closed-info {
    color: #b50000;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 28px; }
    .module.poll .poll-closed-info span {
      color: #414042;
      font-size: 18px;
      display: block;
      line-height: 24px; }
  .module.poll .poll-wrapper .yop-poll-container-error {
    text-align: center !important;
    color: #b50000;
    font-family: "Eurostile LT Std-Demi" !important;
    font-size: 16px !important;
    line-height: 30px; }
  .module.poll .box-shadow .poll-container.poll-results {
    padding: 27px 30px 8px 27px; }
    .module.poll .box-shadow .poll-container.poll-results span.right-container {
      text-align: center;
      color: #b50000;
      /* text color */
      font-family: "Eurostile LT Std-Demi";
      font-size: 16px; }
  .module.poll .box-shadow .poll-container.poll-results ul li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0 20px;
    overflow: hidden; }
  .module.poll .box-shadow .poll-container.poll-results ul li:first-child label span {
    color: #fff;
    font-weight: 700; }
  .module.poll .q-label {
    position: relative;
    padding-right: 60px; }
  .module.poll .button-wrapp {
    margin: 0 10%; }
  .module.poll .yop-poll-question {
    color: #fff;
    /* text color */
    font-family: "Eurostile LT Std-Demi";
    font-size: 28px;
    font-weight: 700; }
  .module.poll .blue-shadow .arrow-left.top-shadow:after {
    border-right: 506px solid #a1d8ff; }
  .module.poll .blue-shadow .arrow-right.bottom-shadow:after {
    border-left: 506px solid #a1d8ff; }
  .module.poll .arrow-left.top-shadow:after {
    opacity: 1; }
  .module.poll .box-shadow .arrow-left.top-shadow {
    width: 60%;
    margin: 0 5% 0 35%;
    height: 0;
    overflow: hidden;
    padding-top: 21px;
    position: relative; }
  .module.poll .box-shadow .arrow-right.bottom-shadow {
    width: 0;
    height: 0;
    padding-bottom: 22px;
    padding-left: 60%;
    overflow: hidden;
    margin: 0 35% 0 5%;
    position: relative;
    top: -1px; }
  .module.poll .yop-poll-container-success {
    display: none; }
  .module.poll .button-wrapp .button-arrow {
    top: 12px;
    right: 33px;
    position: relative;
    display: inline-block;
    z-index: 999; }
  .module.poll .button-wrapp button:after {
    content: "";
    position: absolute;
    background: url("../images/btn-arrow.png") no-repeat center;
    width: 11px;
    height: 15px;
    z-index: 99999;
    top: 15px;
    right: 20px; }
  .module.poll .right-container div div {
    border: 4px solid #cfe2f0;
    height: 38px; }
  .module.poll .right-container div div div {
    height: 30px !important;
    line-height: 38px !important;
    background-color: #b50000 !important;
    border-style: solid !important;
    border-width: 0 !important;
    border-color: #cfe2f0 !important;
    border-right: 0 none !important; }
  .module.poll .left-container {
    padding: 5px 0 0; }
    .module.poll .left-container label span {
      line-height: 28px; }
      .module.poll .left-container label span span {
        color: #413f41;
        /* text color */
        font-size: 24px;
        line-height: 28px; }
  .module.poll div.yop-poll-container {
    background: transparent;
    width: 100% !important; }
  .module.poll .fs-checkbox-label {
    color: #413f41;
    /* text color */
    font-family: "Dosis";
    font-size: 24px;
    line-height: 38px;
    float: left;
    width: auto;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 0; }
  .module.poll .fs-checkbox.fs-checkbox-checked .fs-checkbox-label {
    color: #fff;
    /* text color */
    font-weight: 700; }
  .module.poll .checkbox-wrapp {
    display: none; }
  .module.poll .radio, .module.poll .checkbox {
    width: 100%;
    position: relative; }
  .module.poll .radio:before,
  .module.poll .radio:after,
  .module.poll .checkbox:before,
  .module.poll .checkbox:after,
  .module.poll .field:before,
  .module.poll .field:after {
    content: " ";
    display: table; }
  .module.poll .radio:after, .module.poll .checkbox:after, .module.poll .field:after {
    clear: both; }
  .module.poll .radio, .module.poll .checkbox, .module.poll .field:after {
    *zoom: 1; }
  .module.poll .fs-checkbox {
    min-height: 38px; }
  .module.poll .fs-checkbox-marker {
    width: 38px;
    height: 38px;
    background-color: #cfe2ef;
    border: 0 none;
    border-radius: 0;
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 0; }
  .module.poll .fs-checkbox-flag:before {
    width: 12px;
    height: 23px;
    border: 4px solid #f2013f;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    margin: 5px 0 0 14px; }
  .module.poll .fs-checkbox-radio .fs-checkbox-flag {
    background: #f2013f;
    border: 0 none;
    /*width: 70%;
    height: 70%;
    margin: 16% 15%;*/
    border-radius: 0; }
  .module.poll label span {
    color: #f2013f; }
  .module.poll .fs-checkbox-radio .fs-checkbox-flag {
    width: 100%;
    height: 70%;
    margin: 0;
    background: #cfe2f0; }
  .module.poll .fs-checkbox-radio .fs-checkbox-flag:before {
    width: 12px;
    height: 23px;
    border: 4px solid #f2013f;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    margin: 5px 0 0 14px; }

.module.poll.picture-poll-module .box-shadow {
  margin: 30px 0 35px; }
.module.poll.picture-poll-module .box-shadow .poll-container {
  padding: 27px 20% 27px; }
.module.poll.picture-poll-module .box-shadow .poll-container ul li {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 20px;
  overflow: hidden; }
.module.poll.picture-poll-module .box-shadow .poll-container ul li:last-child {
  padding-bottom: 0; }
.module.poll.picture-poll-module .q-label {
  position: relative;
  width: 100%;
  margin: 7px 0; }
.module.poll.picture-poll-module .fs-checkbox-marker {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 8px 0 7px; }
.module.poll.picture-poll-module .fs-checkbox-radio .fs-checkbox-flag:before {
  width: 21px;
  height: 42px;
  border: 9px solid #f2013f;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 28px 49% 29px 49%; }
.module.poll.picture-poll-module .fs-checkbox {
  min-height: 100px; }
.module.poll.picture-poll-module .fs-checkbox-flag {
  width: 71%;
  height: 100%;
  margin: 0;
  background: #cfe2f0;
  float: right; }
.module.poll.picture-poll-module .blue-shadow .arrow-left.top-shadow:after {
  border-right: 680px solid #a1d8ff; }
.module.poll.picture-poll-module .blue-shadow .arrow-right.bottom-shadow:after {
  border-left: 680px solid #a1d8ff; }
.module.poll.picture-poll-module .arrow-right.bottom-shadow:after {
  margin-left: -680px; }
.module.poll.picture-poll-module .picture-poll-results .box-shadow .poll-container {
  padding: 27px 10% 27px; }
.module.poll.picture-poll-module .box-shadow .poll-container.poll-results .right-container {
  width: 52%; }
.module.poll.picture-poll-module .box-shadow .poll-container.poll-results .left-container {
  width: 48%;
  overflow: hidden; }
.module.poll.picture-poll-module .left-container label {
  width: 100%; }
  .module.poll.picture-poll-module .left-container label .poll-img {
    float: left;
    width: 51%; }
  .module.poll.picture-poll-module .left-container label .poll-stats {
    float: right;
    width: 49%;
    text-align: center;
    padding-top: 20px; }
.module.poll.picture-poll-module .box-shadow .poll-container.poll-results ul li .right-container {
  margin-top: 17px; }
.module.poll.picture-poll-module .fs-checkbox-label {
  max-width: 198px;
  display: inline-block;
  vertical-align: middle;
  line-height: 109px; }
  .module.poll.picture-poll-module .fs-checkbox-label img {
    vertical-align: middle;
    line-height: 109px;
    width: 100%; }

@media (max-width: 1000px) {
  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 65%; } }
@media (max-width: 900px) {
  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 62%; } }
@media (max-width: 800px) {
  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 56%; } }
@media (max-width: 768px) {
  .module.poll {
    padding: 25px 0 0; }

  .module.poll h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 26px; }

  .module.poll .box-shadow {
    margin: 30px 7% 29px; }

  .module.poll.picture-poll-module .box-shadow .poll-container ul li {
    padding: 10px 0 0 !important; }

  .module.poll .box-shadow .poll-container ul li {
    padding: 10px 0 14px !important; }

  .module.poll .box-shadow .poll-container {
    padding: 32px 28px 26px 19px; }

  .module.poll .box-shadow .arrow-left.top-shadow {
    width: 90%;
    margin: 0 5% 0 5%; }

  .module.poll .blue-shadow .arrow-left.top-shadow:after {
    border-right: 574px solid #a1d8ff; }

  .module.poll .blue-shadow .arrow-right.bottom-shadow:after {
    border-left: 574px solid #a1d8ff; }

  .module.poll .box-shadow .arrow-right.bottom-shadow {
    padding-left: 90%;
    margin: 0 5% 0 5%; }

  .arrow-right.bottom-shadow:after {
    margin-left: -574px; }

  .module.poll .poll-wrapper .fs-checkbox-label {
    font-size: 20px;
    line-height: 28px;
    padding: 5px 0 0; }

  .module.poll .button-wrapp {
    margin: 0 7%; }

  .module.poll .container {
    background: url("../images/poll-box.png") no-repeat 92% 100%; }

  .module.poll .poll-share {
    margin: 0 7%; }

  .module.poll .box-shadow .poll-container.poll-results .right-container {
    width: 54%; }

  .module.poll .box-shadow .poll-container.poll-results .left-container {
    width: 43%; }

  .module.poll .left-container label span span {
    font-size: 20px;
    line-height: 28px; }

  .module.poll .box-shadow .poll-container.poll-results {
    padding: 18px 28px 26px 21px; }

  .module.poll .box-shadow .poll-container.poll-results span.right-container {
    font-size: 14px; }

  .module.poll.picture-poll-module .box-shadow .poll-container {
    padding: 0 16px 14px 10px; }

  .module.poll.picture-poll-module .box-shadow {
    margin: 30px 7% 35px; }

  .module.poll.picture-poll-module .fs-checkbox-label {
    line-height: 100px; }

  .module.poll.picture-poll-module .fs-checkbox-marker {
    margin: 10px 0 7px; }

  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 67%; }

  .module.poll.picture-poll-module .picture-poll-results .box-shadow .poll-container {
    padding: 10px 14px 5px 10px; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results ul li .right-container {
    margin-top: 25px; }

  .module.poll.picture-poll-module .left-container label .poll-stats {
    padding-top: 26px; }

  .module.poll.picture-poll-module .blue-shadow .arrow-left.top-shadow:after {
    border-right: 547px solid #a1d8ff; }

  .module.poll.picture-poll-module .arrow-right.bottom-shadow:after {
    margin-left: -547px; } }
@media (max-width: 650px) {
  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 60%; } }
@media (max-width: 600px) {
  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 62%; }

  .module.poll h2 {
    font-size: 20px; }

  .module.poll .box-shadow {
    margin: 20px 0 35px; }

  .module.poll .button-wrapp {
    margin: 0; }

  .module.poll .container {
    background: url("../images/poll-box.png") no-repeat 98% 100%; }

  .module.poll.picture-poll-module .box-shadow {
    margin: 25px 0 35px; }

  .module.poll .poll-share {
    margin: 0; }

  .module.poll .box-shadow .poll-container ul li {
    padding: 7px 0 9px !important; }

  .module.poll .box-shadow .poll-container.poll-results span.right-container {
    width: 100%; }

  .module.poll.picture-poll-module .left-container label .poll-img {
    width: 60%; }

  .module.poll.picture-poll-module .left-container label .poll-stats {
    width: 37%; }

  .module.poll .box-shadow .poll-container.poll-results span.right-container {
    width: 100%; } }
@media (max-width: 450px) {
  .module.poll .poll-wrapper .fs-checkbox-label {
    font-size: 16px;
    line-height: 21px;
    padding: 9px 0 0; }

  .module.poll.picture-poll-module .left-container label .poll-stats {
    padding-top: 11%; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results ul li .right-container {
    margin-top: 5%; }

  .module.poll.picture-poll-module .fs-checkbox-marker {
    height: 91%;
    margin: 7% 0 0; }

  .module.poll .container {
    background-size: 83px 68px; }

  .module.poll .container {
    padding-bottom: 17px; }

  .module.poll .box-shadow .poll-container {
    padding: 14px 28px 26px 19px; }

  .module.poll.picture-poll-module .fs-checkbox-label {
    max-width: 175px;
    line-height: 77px;
    width: 50%; }

  .module.poll.picture-poll-module .fs-checkbox-flag {
    width: 52%; }

  .module.poll.picture-poll-module .fs-checkbox-marker {
    margin: 13px 0 7px; }

  .module.poll.picture-poll-module .fs-checkbox-radio .fs-checkbox-flag:before {
    margin: 17px 46% 9px 47%; }

  .module.poll.picture-poll-module .q-label {
    padding-right: 0 !important; }

  .module.poll.picture-poll-module .fs-checkbox {
    min-height: 68px; }

  .module.poll.picture-poll-module .fs-checkbox-marker {
    height: 84px;
    margin: 15px 0 6px; }

  .module.poll.picture-poll-module .blue-shadow .arrow-right.bottom-shadow:after {
    border-left: 590px solid #a1d8ff; }

  .module.poll.picture-poll-module .box-shadow .poll-container ul li {
    padding: 0 0 0 !important; }

  .module.poll.picture-poll-module .q-label {
    margin: 0; }

  .module.poll.picture-poll-module .blue-shadow .arrow-left.top-shadow:after {
    border-right: 383px solid #a1d8ff; }

  .module.poll .blue-shadow .arrow-right.bottom-shadow:after {
    border-left: 450px solid #a1d8ff; }

  .module.poll.picture-poll-module .arrow-right.bottom-shadow:after {
    margin-left: -424px; }

  .module.poll .left-container label span span {
    font-size: 16px;
    line-height: 20px; }

  .module.poll .left-container label span {
    line-height: 20px; }

  .module.poll .box-shadow .poll-container.poll-results .left-container {
    line-height: 20px; }

  .module.poll .box-shadow .poll-container.poll-results {
    padding: 12px 11px 10px 10px; }

  .module.poll .box-shadow {
    margin: 20px 0 20px; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results span.right-container {
    width: 100%; } }
@media (max-width: 400px) {
  .module.poll.picture-poll-module .fs-checkbox-marker {
    height: 93%;
    margin: 7% 0 0; }

  .module.poll.picture-poll-module .fs-checkbox-label {
    line-height: 75px; }

  .module.poll.picture-poll-module .fs-checkbox-radio .fs-checkbox-flag:before {
    margin: 6% 46% 9px 47%; }

  .module.poll .box-shadow .poll-container.poll-results ul li {
    width: 100%; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results .right-container {
    width: 45%; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results .left-container {
    width: 54%;
    overflow: hidden; } }
@media (max-width: 350px) {
  .module.poll.picture-poll-module .fs-checkbox-marker {
    height: 87%;
    margin: 8% 0 0; }

  .module.poll.picture-poll-module .fs-checkbox-radio .fs-checkbox-flag:before {
    margin: 4% 46% 9px 47%; }

  .module.poll.picture-poll-module .left-container label .poll-stats {
    padding-top: 9%; }

  .module.poll.picture-poll-module .box-shadow .poll-container.poll-results ul li .right-container {
    margin-top: 3%; } }
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }

  .news-article-wrapper .news-article-excerpt p {
    width: 70%; }

  .video-section .video-preview-describe {
    padding: 7px 0 0; }

  .article-page .sidebar {
    width: 300px;
    max-width: 300px; }

  .article-page .main-content {
    width: 63%;
    margin-right: 1%; }

  .module.social-feed .social-feed-slider .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-left: 95%;
    margin: 0 0 0 7%; }

  .asfm-article-wrapper {
    padding-right: 0; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt a.read-more-link {
    width: 11px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    width: 92%; } }
@media (max-width: 1080px) {
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    font-size: 14px; } }
@media (max-width: 1090px) {
  .slider-cta-module {
    left: 0; }

  .slider-module .shadow {
    left: 0; }

  .slider-cta-module:after {
    bottom: -19px; } }
@media (max-width: 1050px) {
  .container {
    padding: 0 35px; }

  .news-article-wrapper .news-article-excerpt {
    padding: 2% 0 2%; }

  header .logo {
    left: 20px; }

  .vertical-item-list .vilm-wrapper {
    padding: 16px 0 16px; }

  .vertical-item-list .vertical-item-image {
    width: 41%; }

  .vertical-item-list .vertical-item-content {
    width: 55%;
    padding-top: 20px; }
    .vertical-item-list .vertical-item-content.full {
      width: 100%;
      padding-top: 0; }

  .slider-module .cta-box-right .shadow {
    left: 0; }

  .cta-box-right .slider-cta-module {
    left: 0; }

  .vertical-item-list h2 {
    font-size: 22px;
    line-height: 26px; }

  .vertical-item-list .vertical-item-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px; }

  .small-cta-btn {
    padding: 10px 56px 12px 20px;
    margin-top: 10px; }

  .col-6 {
    width: 56%; }

  .col-3 {
    width: 35%; }

  .video-content.col-6 {
    width: 61%; }

  .video-section .video-preview-describe {
    padding: 7px 0 0; } }
@media (max-width: 980px) {
  .slider-cta-module {
    padding: 36px 15px; }

  .news-article-wrapper .news-article-excerpt p {
    width: 76%; }

  .slider-cta-module {
    width: 360px;
    left: 0; }

  .slider-module .shadow {
    left: 0; }

  .slider-module .shadow.bottom-shadow::after {
    border-bottom: 18px solid transparent; }

  .slider-module .shadow {
    width: 360px;
    left: 0; }
    .slider-module .shadow.top-shadow:after {
      margin-top: -19px;
      border-right: 360px solid #45225c; }
    .slider-module .shadow.bottom-shadow:after {
      margin-top: -19px;
      opacity: 0.85;
      filter: alpha(opacity=85);
      border-left: 360px solid #45225c; }

  .slider-cta-module h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px; }

  .slider-cta-module p {
    font-size: 15px;
    line-height: 20px; }

  .large-cta-btn {
    padding: 12px 78px 14px 21px;
    margin-top: 8px; }

  .video-section h2 {
    font-size: 22px;
    line-height: 26px; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -13px;
    border-top: 13px solid transparent; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 13px solid transparent; }

  .grey-shadow.box-shadow .arrow-left.top-shadow {
    padding-top: 13px; }

  .arrow-right.bottom-shadow:after {
    border-bottom: 13px solid transparent; }

  .video-section .video-preview-img {
    width: 41%; }

  .video-section .video-playerlist .video-article {
    padding: 15px 15px 15px 12px; }

  .video-section .video-preview-describe {
    width: 52%;
    padding: 0; }

  .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 13px; }

  .video-section .video-wrapper {
    margin-bottom: 22px; }

  .video-section .video-describe {
    font-size: 18px;
    line-height: 22px; }

  .video-section .video-describe .btn {
    margin-top: 20px; }

  .video-section .video-playerlist {
    margin-top: 13px; }

  .video-section .video-preview-img:after {
    bottom: 6px;
    left: 4px; }

  .article-page {
    overflow: hidden;
    padding: 45px 0 58px 6%; }

  .arrow-right.bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 20px; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -16px;
    border-top: 21px solid transparent; }

  .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 20px; } }
@media (max-width: 945px) {
  .article-page {
    overflow: hidden;
    padding: 45px 0 58px 0; }

  .module.social-feed .slider-social-post {
    z-index: 2;
    padding-left: 0; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
    left: -105px; }

  .asfm-social-wrapper .tweeter-info .right {
    padding: 0 22px 7px 60px; }

  .asfm-social-wrapper .tweeter-info {
    min-height: 270px; }

  .fts-twitter-reply-wrap {
    margin-left: 60px; }

  .slider-social-post .tweeter-info .right {
    padding: 0 40px 7px 71px; }

  .tweeter-info {
    min-height: 340px; }

  .social-feed-box .fts-twitter-div img {
    margin: 0; } }
@media (max-width: 900px) {
  .article-page .main-content {
    width: 60%;
    margin-right: 1%; }

  .text-module-wrapper .arrow-left.bottom-shadow::after {
    margin-left: -270px;
    margin-top: -13px;
    border-left: 270px solid transparent; }

  .text-module-wrapper .blue-shadow .arrow-left.bottom-shadow::after {
    border-top: 13px solid #47ABEF; }

  .text-module-wrapper .arrow-left.bottom-shadow {
    top: -1px; }

  .module.text-section .text-module-wrapper h2 {
    font-size: 22px;
    line-height: 26px; }

  .module.text-section .text-module-wrapper h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }

  .module.text-section .text-module-wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }

  .module.text-section .text-module-wrapper {
    position: relative;
    padding: 32px 0 58px; }

  .news-summary {
    padding: 27px 0 34px; }

  .news-summary h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px; }

  .news-article-wrapper .news-article-excerpt {
    width: 82%;
    padding: 12px 0 16px; }

  .news-article-wrapper .news-article-excerpt a.read-more-link {
    margin-right: 20px;
    line-height: 40px;
    padding-right: 20px;
    font-size: 14px; }

  .news-article-wrapper .news-article-excerpt p {
    width: 79%;
    font-size: 14px; }

  .blue-shadow .arrow-right.top-shadow:after {
    border-bottom: 16px solid #47abef; }

  .blue-shadow .arrow-left.bottom-shadow:after {
    border-top: 17px solid #47abef; }

  .arrow-left.bottom-shadow:after {
    margin-top: -17px; } }
@media (max-width: 850px) {
  .article-page .main-content {
    width: 100%;
    margin-right: 0; }

  .single .article-page .sidebar .latest-article-wrapper {
    background: #FFF none repeat scroll 0% 0% !important; }

  .sidebar .add-wrapper {
    display: none; }

  .article-page .sidebar {
    width: 100%;
    max-width: none; }

  .article-page .sidebar .bottom-arrow-wrapper {
    display: none; }

  .article-page .sidebar ul li a {
    width: 100%; }

  .article-page .main-content .share-article {
    padding: 30px 0 60px; }

  .mobile-add-wrapper {
    display: block;
    text-align: center; }

  .article-page {
    overflow: hidden;
    padding: 20px 9% 35px; }

  .article-module {
    padding-top: 20px; }

  .article-page .main-content .article-content-wrapper {
    padding: 30px 0 15px;
    margin: 0 9%; }

  .article-page .main-content .share-article {
    padding: 30px 0 60px;
    margin: 0 9%; }

  .article-page .sidebar {
    padding: 0 9%; }

  .article-page .sidebar .latest-article-wrapper {
    padding: 0; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-next-arrow {
    right: -120px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
    left: -120px; } }
@media (max-width: 800px) {
  .footer-nav ul li a {
    margin-right: 26px; }

  .footer-left {
    width: 71%; }

  .text-module-wrapper .blue-shadow .arrow-right.top-shadow::after {
    border-bottom: 17px solid #47ABEF; }

  .text-module-wrapper .arrow-left.bottom-shadow {
    top: -1px; }

  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow::after {
    border-left: 214px solid #333; }

  .module.image-gif-gallery .arrow-right.bottom-shadow::after {
    margin-left: -214px;
    border-bottom: 13px solid transparent; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow::after {
    border-right: 214px solid #333; } }
@media (max-width: 880px) {
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    font-size: 13px; }

  .profile-rotator .player-picture-wrapp .box-shadow .arrow-right.bottom-shadow {
    top: -1px; } }
@media (max-width: 830px) {
  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    font-size: 12px; } }
@media (max-width: 770px) {
  .asfm-section {
    padding: 23px 0; }

  .asfm-article-wrapper {
    padding-right: 17px; }

  .asfm-section h2 {
    margin-bottom: 5px;
    font-size: 21px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt {
    padding: 1% 0px 2%; }

  .asfm-article-wrapper .purple-btn {
    margin-top: 25px; }

  .article-social-feed .col-5 {
    width: 50%;
    flex: initial; }

  .asfm-social-wrapper {
    padding: 23px 0 0 23px !important;
    position: relative; }

  .asfm-social-wrapper h2 {
    margin-bottom: 20px; }

  .asfm-social-wrapper .twitter-bird {
    top: 26px;
    right: 0; } }
.sloder-section-module {
  overflow: hidden; }

@media (max-width: 768px) {
  .fts-tweeter-wrap .tweeter-info {
    padding: 15px 0 10px; }

  .vertical-item-image.box-shadow .arrow-left.top-shadow {
    padding-top: 13px; }

  .module.image-gif-gallery .box-shadow .arrow-right.bottom-shadow {
    top: -4px; }

  .single .article-page .sidebar .latest-article-wrapper {
    background: #ffffff !important; }

  .latest-article-wrapper {
    background: #fff; }

  .box-shadow .arrow-right.bottom-shadow {
    top: -2px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 267px solid #45225C; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -267px;
    border-bottom: 12px solid transparent; }

  .news-article-wrapper .news-article-excerpt p {
    word-wrap: break-word; }

  .cta-box-right .box {
    width: 100%; }

  .fts-twitter-reply-wrap {
    margin-left: 52px; }

  .social-feed-box .twitter-feed-wrapp {
    padding: 0; }

  .tweeter-info .fts-twitter-text a {
    font-size: 24px;
    line-height: 28px; }

  .social-feed-box {
    z-index: 2;
    margin-bottom: 40px; }

  .tweeter-info .fts-twitter-image a img.twitter-image {
    width: 38px;
    height: 38px; }

  .asfm-social-wrapper .tweeter-info .right {
    padding: 0 22px 7px 65px; }

  .asfm-social-wrapper .fts-twitter-reply-wrap {
    margin-left: 65px; }

  .asfm-social-wrapper .tweeter-info {
    min-height: 270px; }

  .asfm-social-wrapper .fts-twitter-image {
    margin: 0 0 0 10px;
    float: left; }

  .asfm-social-wrapper .tweeter-info .fts-twitter-text {
    font-size: 18px;
    line-height: 22px; }

  .asfm-social-wrapper .tweeter-info .fts-twitter-text a {
    font-size: 18px;
    line-height: 22px; }

  .tweeter-info .fts-twitter-text {
    font-size: 24px;
    line-height: 28px; }

  .module.image-gallery .image-gallery-wrapper {
    padding: 0; }

  .module.image-gallery .image-gallery-wrapper .sp-arrow {
    width: 30px;
    height: 44px; }

  .sp-horizontal .sp-previous-arrow {
    left: 13px; }

  .sp-horizontal .sp-next-arrow {
    right: 13px; }

  .module.image-gallery .image-gallery-wrapper .sp-full-screen-button.sp-fade-full-screen {
    top: 18px;
    right: 18px; }

  .module.image-gallery .image-gallery-wrapper p.sp-layer {
    font-size: 16px;
    line-height: 33px; }

  .sp-layer.sp-black.sp-padding {
    padding: 0 10px; }

  .module.image-gif-gallery ul.main-list > li {
    width: 31%;
    margin-right: 3%; }

  .module.image-gif-gallery {
    padding: 25px 0 29px; }
    .module.image-gif-gallery h2 {
      font-size: 22px;
      margin-bottom: 10px; }
    .module.image-gif-gallery h3 {
      font-size: 18px; }
    .module.image-gif-gallery p {
      font-size: 16px;
      line-height: 22px; }
    .module.image-gif-gallery .gif-share div span {
      font-size: 18px; }

  .module.image-gif-gallery .gif-wrapp {
    margin-bottom: 10px; }

  .module.image-gif-gallery .gif-share {
    margin-top: 25px;
    color: #fff; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow:after {
    border-right: 210px solid #333333; }

  .module.image-gif-gallery .arrow-left.top-shadow::after {
    margin-top: -10px;
    border-top: 10px solid transparent; }

  .module.image-gif-gallery .box-shadow .arrow-left.top-shadow {
    padding-top: 10px; }

  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow:after {
    border-left: 210px solid #333333; }

  .module.image-gif-gallery .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 9px; }

  .module.image-gif-gallery .arrow-right.bottom-shadow::after {
    margin-left: -210px;
    border-bottom: 9px solid transparent; }

  .module.social-feed {
    padding-top: 30px; }

  .module.social-feed {
    position: relative; }

  .module.social-feed .social-feed-slider:after {
    display: none; }

  .module.social-feed:after {
    content: " ";
    background: url("../images/social-feed-slider-after.png") no-repeat bottom center;
    position: absolute;
    bottom: 0;
    left: 15px;
    text-align: center;
    width: 96%;
    height: 575px;
    z-index: 1;
    background-size: 100%; }

  .module.social-feed h2 {
    font-size: 21px; }

  .module.social-feed .twitter-bird {
    top: 6px;
    right: 7px; }

  .profile-rotator {
    padding: 25px 0 45px; }

  .module.social-feed .social-feed-slider {
    margin: 25px 10% 0;
    padding-bottom: 100px;
    position: relative; }

  .module.social-feed .social-feed-slider .sp-buttons {
    bottom: -109px; }

  .profile-rotator h2 {
    font-size: 22px; }

  .profile-rotator .profile-slider-wrapper {
    margin-top: 25px; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-previous-arrow {
    left: -49px; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-next-arrow {
    right: -49px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
    left: -49px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-next-arrow {
    right: -49px; }

  .module.social-feed .social-feed-slider .sp-arrow {
    width: 30px;
    height: 44px; }

  .profile-rotator .profile-slider-wrapper .sp-arrow {
    width: 30px;
    height: 44px; }

  .profile-rotator .player-info span {
    font-size: 14px;
    margin-bottom: 8px; }

  .profile-rotator .player-picture-wrapp .arrow-right.bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .profile-rotator .player-picture-wrapp .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 14px; }

  .profile-rotator .player-picture-wrapp .player-number {
    margin-top: 10px;
    font-size: 14px; }

  .profile-rotator p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px; }

  .profile-rotator h3 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 7px; }

  .blue-shadow .arrow-right.top-shadow:after {
    border-bottom: 19px solid #47abef; }

  .video-section {
    padding: 25px 0 35px; }

  .blue-shadow .arrow-left.bottom-shadow:after {
    border-top: 16px solid #47abef; }

  .news-article-wrapper .news-article-excerpt p {
    width: 75%;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden; }

  .news-article-wrapper .news-article-excerpt {
    width: 82%;
    padding: 1% 0 2%;
    max-height: 85px; }

  .slider-cta-module {
    padding: 25px 15px; }

  .rslides li img {
    height: 430px; }

  .footer-nav ul li a {
    margin-right: 20px; }

  .video-section .video-playerlist .video-article {
    padding: 10px; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -15px;
    border-top: 15px solid transparent; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .video-content.col-6 {
    width: 56%; }

  .video-playerlist.col-4 {
    width: 40.5%; }

  .video-section .video-preview-img {
    width: 37%; }

  .video-section .video-preview-describe {
    width: 58%;
    padding: 0; }

  .article-page .main-content .featured-img span.img-caption {
    font-size: 16px; }

  .article-page .main-content .article-content-wrapper {
    padding: 25px 0 5px;
    margin: 0 9%; }

  .article-page .main-content .article-content-wrapper h2 {
    font-size: 24px;
    line-height: 28px; }

  .article-page .main-content .article-content-wrapper h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px; }

  .article-page .main-content .article-content-wrapper span.article-date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px; }

  .article-page .main-content .article-content-wrapper p {
    color: #404041;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }

  .article-page .main-content .article-content-wrapper h3.article-subtitle {
    text-align: left;
    margin-bottom: 10px; }

  .article-page .main-content .article-content-wrapper blockquote {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 4% 15px;
    margin-bottom: 15px; }

  .article-page .sidebar h2 {
    font-size: 21px;
    margin-bottom: 25px; }

  .article-page .sidebar ul li {
    display: block;
    padding-left: 25px;
    border-left: 5px solid #dcdcdc;
    margin-bottom: 20px; }

  .mobile-add-wrapper {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-align: center; }

  .mobile-add-wrapper img {
    width: 100%; }

  .arrow-right.bottom-shadow:after {
    border-bottom: 20px solid transparent; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    border-right: 310px solid #DBDBDB; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    margin-top: -13px;
    border-top: 13px solid transparent; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-bottom: 17px solid transparent; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-left: 310px solid #DBDBDB; }

  .video-module-wrapper .arrow-right.bottom-shadow::after {
    margin-left: -310px; } }
@media (max-width: 740px) {
  .slider-section-module .container {
    position: initial;
    display: block;
    clear: both;
    width: 100%;
    padding: 0; }

  .slider-cta-module {
    width: 100%;
    top: 0;
    left: 0;
    position: relative; }

  .slider-module .shadow {
    left: 0; }

  .rslides li img {
    height: auto; }

  .cta-box {
    position: static;
    left: auto;
    top: 0;
    margin-top: 0 !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .slider-module .shadow {
    width: 100%;
    left: 0;
    position: absolute;
    top: -19px; }
    .slider-module .shadow.top-shadow:after {
      border-right: 740px solid #45225c; }
    .slider-module .shadow.bottom-shadow {
      display: none; }

  .slider-cta-module {
    padding: 27px 25px; }

  .sp-caption-container {
    visibility: visible;
    overflow: hidden; }

  .sp-caption-container .slider-cta-module {
    display: block; } }
@media (max-width: 700px) {
  .module.article-social-feed .container {
    width: 100%;
    padding: 0;
    overflow: hidden; }

  .asfm-social-wrapper:after {
    max-height: 410px; }

  .article-social-feed {
    background: #fff;
    position: relative; }

  .article-social-feed .col-5 {
    width: 100%;
    flex: initial; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    font-size: 15px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt {
    padding: 3% 0px 4%; }

  .asfm-social-wrapper {
    padding: 23px 0 0 0 !important; }

  .article-social-feed .row {
    display: block;
    flex-wrap: initial;
    padding: 0; }

  .article-social-feed .col-5 {
    width: 100%;
    flex: initial;
    padding: 25px 35px 18px; }

  .asfm-social-wrapper {
    padding: 25px 35px 60px !important;
    background-color: #e2ecfa;
    /* layer fill content */ }

  .asfm-social-wrapper .grey-shadow .arrow-right.bottom-shadow:after {
    border-left: 400px solid #cbd5dd; }

  .asfm-social-wrapper .arrow-right.bottom-shadow:after {
    margin-left: -420px; }

  .asfm-social-wrapper .twitter-bird {
    top: 26px;
    right: 30px; } }
@media (max-width: 667px) {
  .footer-nav ul li a {
    font-size: 14px; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    border-right: 475px solid #DBDBDB; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-left: 475px solid #DBDBDB; }

  .video-module-wrapper .arrow-right.bottom-shadow::after {
    margin-left: -475px; }

  .vertical-item-list .vertical-item-image {
    width: 100%;
    margin-bottom: 20px; }

  .text-module-wrapper .arrow-left.bottom-shadow::after {
    margin-left: -200px;
    margin-top: -13px;
    border-left: 200px solid transparent; }

  .text-module-wrapper .blue-shadow .arrow-right.top-shadow::after {
    border-bottom: 13px solid #47ABEF; }

  .text-module-wrapper .arrow-right.top-shadow::after {
    border-right: 200px solid transparent; }

  .text-module-wrapper .arrow-right.bottom-shadow:after {
    border-bottom: 13px solid transparent; }

  .arrow-right.bottom-shadow:after {
    border-bottom: 20px solid transparent; }

  .slider-cta-module h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px; }

  .slider-cta-module p {
    font-size: 14px;
    line-height: 22px; }

  .large-cta-btn {
    padding: 12px 78px 14px 21px;
    margin-top: 0; }

  .slider-cta-module {
    padding: 25px 15px 14px; }

  .video-content.col-6 {
    width: 100%;
    margin-bottom: 25px; }

  .video-playerlist.col-4 {
    display: none; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -13px;
    border-top: 15px solid transparent; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 13px solid transparent; }

  .video-section h2 {
    margin-bottom: 15px; }

  .video-section .video-wrapper {
    margin-bottom: 15px; }

  .video-playerlist-mobile {
    display: block; }

  .video-section .video-playerlist-mobile .video-article {
    padding: 10px 20px; }

  .video-section .video-preview-img {
    width: 27%; }

  .video-section .video-preview-describe {
    width: 69%;
    padding: 0; }

  .vertical-item-list .vertical-item-image {
    width: 100%; }

  .vertical-item-list .vertical-item-content {
    width: 100%;
    padding-top: 20px; }
    .vertical-item-list .vertical-item-content.full {
      padding-top: 0; }

  .box-shadow .arrow-right.bottom-shadow {
    padding-left: 82%; }

  .vertical-item-list h2 {
    font-size: 16px;
    line-height: 20px; }

  .vertical-item-list .top-shadow:after {
    margin-top: -13px;
    border-top: 13px solid transparent;
    border-right: 552px solid #45225c; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -551px;
    border-bottom: 14px solid transparent; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 13px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 551px solid #45225C; }

  .vertical-item-list .vilm-wrapper {
    padding: 19px 0 19px; }

  .vertical-item-list .box-shadow .top-shadow {
    padding-top: 9px; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 9px; }

  .vertical-item-list .bottom-shadow:after {
    border-bottom: 16px solid transparent; }

  .vertical-item-list .vertical-item-content {
    padding-top: 4px; }
    .vertical-item-list .vertical-item-content.full {
      padding-top: 0; }

  .vertical-item-list .vertical-item-content p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 18px; } }
@media (max-width: 670px) {
  .purple-shadow .arrow-left.top-shadow:after {
    border-right: 541px solid #45225c; }

  .vertical-item-list .box-shadow .top-shadow {
    padding-top: 21px; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 16px; }

  .cookie-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 100%; }

  .module.social-feed:after {
    width: 95%; }

  .purple-shadow .arrow-left.top-shadow::after {
    border-right: 552px solid #45225C; } }
@media (max-width: 600px) {
  .slider-module .shadow.top-shadow:after {
    border-right: 600px solid #45225c; }

  .video-module-wrapper .video-describe p {
    font-size: 14px;
    line-height: 18px; }

  .video-module-wrapper .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 17px; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-bottom: 17px solid transparent; }

  .video-module-wrapper .arrow-right.bottom-shadow::after {
    margin-left: -422px; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-left: 422px solid #DBDBDB; }

  .slider-social-post .tweeter-info .right {
    padding: 0px 10px 7px 71px; }

  .tweeter-info .fts-twitter-image a img.twitter-image {
    width: 38px;
    height: 38px;
    margin: 0 7px; }

  .asfm-social-wrapper .tweeter-info .fts-twitter-text {
    font-size: 14px;
    line-height: 18px; }

  .asfm-social-wrapper .tweeter-info .fts-twitter-text a {
    font-size: 14px;
    line-height: 18px; }

  .slider-social-post .tweeter-info .right {
    padding: 0px 10px 7px 52px; }

  .fts-twitter-reply-wrap {
    margin-top: 12px;
    float: left;
    margin-left: px; }

  .fts-tweeter-wrap .tweeter-info {
    padding: 13px 0 10px; }

  .tweeter-info .right .uppercase a {
    font-size: 12px; }

  .fts-twitter-reply-wrap {
    margin-left: 52px; }

  .tweeter-info {
    min-height: 307px; }

  .module.social-feed:after {
    max-height: 320px; }

  .tweeter-info .time a {
    font-size: 12px;
    color: #cbd5dd; }

  .tweeter-info .fts-twitter-text {
    font-size: 14px;
    line-height: 18px; }

  .tweeter-info .fts-twitter-text a {
    font-size: 14px;
    line-height: 18px; }

  .module.image-gif-gallery ul.main-list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 27px; }

  .module.image-gif-gallery h2 {
    font-size: 20px;
    margin-bottom: 5px; }
  .module.image-gif-gallery h3 {
    font-size: 18px;
    margin-bottom: 5px; }
  .module.image-gif-gallery p {
    font-size: 14px;
    line-height: 18px; }

  .module.image-gallery .image-gallery-wrapper .sp-full-screen-button.sp-fade-full-screen {
    top: 5px;
    right: 5px; }

  .module.image-gallery .image-gallery-wrapper .sp-arrow {
    width: 19px;
    height: 28px; }

  .sp-horizontal .sp-next-arrow {
    right: 9px; }

  .module.image-gallery .image-gallery-wrapper p.sp-layer {
    font-size: 12px;
    line-height: 33px; }

  .sp-horizontal .sp-previous-arrow {
    left: 9px; }

  .module.image-gif-gallery .gif-share {
    margin-top: 20px; }

  .module.image-gif-gallery .gif-share div span {
    font-size: 16px; }

  .module.image-gif-gallery .gif-wrapp {
    margin-bottom: 20px; }

  .module.image-gif-gallery {
    padding: 25px 0 0; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow:after {
    border-right: 537px solid #333333; }

  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow::after {
    border-left: 537px solid #333; }

  .module.image-gif-gallery .arrow-right.bottom-shadow:after {
    margin-left: -537px;
    border-bottom: 12px solid transparent; }

  .module.image-gif-gallery .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 12px; }

  .module.image-gif-gallery .arrow-right.bottom-shadow:after {
    border-bottom: 12px solid transparent; }

  .module.text-section .text-module-wrapper {
    padding: 19px 0 0; }

  .col-6 {
    width: 100%; }

  .col-3 {
    width: 100%; }

  .module.social-feed h2 {
    font-size: 15px;
    line-height: 20px; }

  .module.text-section .text-module-wrapper .tm-optional-image {
    text-align: right; }

  .text-section .text-module-content {
    margin-bottom: 20px; }

  .module.text-section .text-module-wrapper .tm-optional-image {
    position: relative;
    bottom: 0;
    max-height: 60px; }

  .text-module-wrapper .btn {
    margin-bottom: 21px; }

  .text-module-image {
    display: none; }

  .tm-optional-image img {
    max-height: 60px; }

  .module.text-section .text-module-wrapper h2 {
    font-size: 16px;
    line-height: 20px; }

  .module.text-section .text-module-wrapper h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px; }

  .profile-rotator .profile-slider-wrapper {
    padding: 0 8%;
    margin-top: 40px; }

  .module.text-section .text-module-wrapper p {
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 18px; }

  .module.social-feed .social-feed-slider .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    padding-left: 90%;
    margin: 0 0 0 15%; }

  .module.social-feed .social-feed-slider .arrow-right.bottom-shadow:after {
    margin-left: -510px;
    border-bottom: 21px solid transparent; }

  .small-cta-btn {
    margin-top: 8px; }

  .vertical-item-list .box-shadow .top-shadow {
    padding-top: 21px; }

  .purple-shadow .arrow-left.top-shadow:after {
    border-right: 510px solid #45225c; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 17px; }

  .col-3 {
    width: 100%; }

  .col-6 {
    width: 100%; }

  .article-page {
    overflow: hidden;
    padding: 10px 0 0; }

  .module.social-feed:after {
    width: 112%;
    left: 0;
    margin-left: -6%; }

  .article-page .main-content .featured-img span.img-caption {
    font-size: 14px; }

  .article-page .main-content .article-content-wrapper {
    padding: 19px 0 30px;
    margin: 0; }

  .article-page .main-content .article-content-wrapper h2 {
    font-size: 21px;
    line-height: 28px; }

  .article-page .main-content .article-content-wrapper h2.article-title {
    text-align: left;
    margin-bottom: 7px; }

  .article-page .main-content .article-content-wrapper span.article-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px; }

  .article-page .main-content .article-content-wrapper p {
    color: #404041;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px; }

  .article-page .main-content .article-content-wrapper h3 {
    font-size: 16px; }

  .article-page .main-content .article-content-wrapper blockquote {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 4% 15px;
    margin-bottom: 15px; }

  .article-page .main-content .share-article {
    padding: 20px 0 50px;
    margin: 0; }

  .article-page .sidebar {
    padding: 0; }

  .article-page .sidebar h2 {
    font-size: 20px;
    margin-bottom: 25px; }

  .article-page .sidebar .latest-article-wrapper {
    padding: 20px 0; }

  .article-page .main-content .share-article span {
    line-height: 38px;
    color: #404041;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0; }

  .article-page .main-content .share-article .spn-wrapp {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-left: -50px; }

  .profile-slider-wrapper .sp-layer.sp-static {
    position: relative;
    width: 100% !important; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-arrows {
    top: 50%;
    margin-top: -14px; }

  .profile-rotator .profile-slider-wrapper .sp-arrow {
    width: 20px;
    height: 28px; }

  .profile-rotator {
    padding: 19px 0 30px; }

  .profile-rotator .profile-slider-wrapper {
    margin-top: 18px; }

  .profile-rotator h2 {
    font-size: 16px;
    line-height: 20px; }

  .profile-rotator .player-picture-wrapp .arrow-right.bottom-shadow:after {
    margin-left: -422px; }

  .profile-rotator .player-picture-wrapp .purple-shadow .arrow-right.bottom-shadow:after {
    border-left: 422px solid #45225c; }

  .profile-rotator .player-picture-wrapp .arrow-right.bottom-shadow:after {
    border-bottom: 17px solid transparent; }

  .profile-rotator .player-picture-wrapp .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 18px; }

  .profile-rotator .player-picture-wrapp .player-number {
    margin-top: 3px;
    text-align: right; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-previous-arrow {
    left: -40px; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-next-arrow {
    right: -40px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
    left: -40px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-next-arrow {
    right: -40px; }

  .module.social-feed .social-feed-slider .sp-arrow {
    width: 20px;
    height: 28px; }

  .profile-rotator h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; }

  .profile-rotator .player-info span {
    font-size: 13px;
    margin-bottom: 8px; }

  .module.social-feed .social-feed-slider {
    padding-bottom: 75px;
    position: relative;
    margin: 25px 8% 0; }

  .module.social-feed .social-feed-slider .sp-buttons {
    bottom: -85px; }

  .module.social-feed {
    overflow: hidden; }

  .module.social-feed {
    position: relative; }

  .profile-rotator p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px; }

  .module.social-feed {
    padding-top: 23px; }

  .twitter-bird {
    width: 32px;
    background-size: 32px 26px;
    height: 26px; }

  .module.social-feed .twitter-bird {
    top: 1px;
    right: -1px; } }
.module {
  overflow: hidden; }

@media (max-width: 635px) {
  .news-article-wrapper .news-article-img {
    display: none; }

  .asfm-article-wrapper .news-article-wrapper .news-article-img {
    display: block; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 20px solid transparent; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -18px;
    border-top: 21px solid transparent; }

  .news-article-wrapper .news-article-excerpt {
    width: 100%;
    padding: 16px 0 18px;
    max-height: initial; }

  .news-article-wrapper .news-article-excerpt p {
    width: 85%;
    font-size: 14px;
    line-height: 20px;
    max-height: inherit;
    overflow: hidden; }

  .news-article-wrapper .news-article-excerpt a.read-more-link {
    margin-right: 15px;
    padding-right: 12px;
    font-size: 14px;
    text-indent: -99999px; }

  .news-summary {
    padding: 25px 0 17px; }

  .news-summary h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px; }

  .video-section h2 {
    font-size: 16px;
    line-height: 20px; }

  .vertical-item-list .vilm-section-title {
    padding-top: 20px; }

  .video-section {
    padding: 20px 0 0; }

  .desktop-logo img {
    max-width: 190px; } }
@media (max-width: 568px) {
  .desktop-logo {
    display: none; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 401px solid #45225C; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -401px; }

  header .container {
    padding: 0; }

  header .container .row {
    margin: 0; }

  .mobile-logo {
    display: block;
    padding: 6px 0 7px; }

  .nav {
    display: none; }

  header .logo {
    position: relative;
    left: 20px; }

  .mobile-nav {
    display: block;
    float: right;
    padding: 12px 20px 12px 22px;
    border-left: 1px solid #545454; }

  div.menu-placeholder {
    display: none !important; }

  li.menu-item-has-children {
    position: relative; }

  .nav .menu > li {
    position: relative; }
    .nav .menu > li:after {
      content: " ";
      position: absolute;
      background: url("../images/arrow-mobile-menu.png");
      width: 12px;
      height: 17px;
      top: 24px;
      right: 35px;
      cursor: pointer; }

  .nav .sub-menu > li {
    position: relative; }
    .nav .sub-menu > li:after {
      content: " ";
      position: absolute;
      background: url("../images/arrow-mobile-menu-small.png");
      width: 9px;
      height: 13px;
      top: 50%;
      right: 60px;
      margin-top: -6.5px;
      cursor: pointer; }

  .nav {
    box-sizing: border-box;
    width: 100%; }

  .nav:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 51px;
    top: 0;
    left: 0;
    background: #545454; }

  .nav .menu li {
    width: 100%;
    background-color: #2b2b2b;
    /* layer fill content */
    -moz-box-shadow: inset 0 -1px 0 #545454;
    /* inner shadow */
    -webkit-box-shadow: inset 0 -1px 0 #545454;
    /* inner shadow */
    box-shadow: inset 0 1px 0 #545454;
    /* inner shadow */ }

  .nav .menu li a {
    width: 100%; }

  .nav .menu li a {
    display: inline-block;
    padding: 22px 17px 27px;
    color: #c7c8ca;
    font-size: 21px;
    line-height: 16px;
    position: relative; }

  .nav .menu li a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f2013f;
    z-index: 9999;
    content: ""; }

  header .nav .menu > .current-menu-item > a {
    background: #363636;
    text-decoration: none; }

  header .nav .menu > .current-menu-item > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #f2013f;
    z-index: 9999;
    content: ""; }

  .nav .menu li a:active:after {
    width: 4px !important; }

  .btn-none {
    display: none; }

  .close-btn {
    margin-top: 2px;
    width: 37px;
    text-align: center; }

  .footer-nav ul li a {
    margin-right: 10px; }

  .footer-nav ul li a {
    font-size: 13px; }

  .nav ul.sub-menu {
    margin-bottom: 20px; }

  .nav ul.sub-menu li {
    float: none;
    display: block;
    margin-left: 20px;
    text-align: left;
    moz-box-shadow: inset 0 0 0 #545454;
    -webkit-box-shadow: inset 0 0 0 #545454;
    box-shadow: inset 0 0 0 #545454;
    padding: 5px 0; }

  .nav ul.sub-menu li a {
    border: 0 solid #fff;
    color: #919191;
    font-size: 18px; }

  .sub-menu-wrapper {
    position: static;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100); }

  .cookie-wrapper {
    bottom: 30px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    width: 90%; } }
@media (max-width: 500px) {
  .tweeter-info {
    min-height: 250px; }

  .module.social-feed:after {
    max-height: 250px; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    margin-top: -15px;
    border-top: 15px solid transparent; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    border-right: 345px solid #DBDBDB; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-left: 345px solid #DBDBDB; }

  .video-module-wrapper .arrow-right.bottom-shadow::after {
    margin-left: -345px; }

  .video-module-wrapper .grey-shadow.box-shadow .arrow-left.top-shadow {
    padding-top: 15px; }

  .asfm-social-wrapper .arrow-right.bottom-shadow:after {
    margin-left: -400px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-img {
    display: none; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt {
    width: 100%;
    padding: 2% 0px 4%; }

  .module.image-gif-gallery .box-shadow .arrow-left.top-shadow {
    padding-top: 13px; }

  .module.image-gif-gallery .arrow-left.top-shadow::after {
    margin-top: -12px;
    border-top: 12px solid transparent; }

  .module.image-gif-gallery .box-shadow .arrow-left.top-shadow {
    padding-top: 12px; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow::after {
    border-right: 420px solid #333; }

  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow::after {
    border-left: 420px solid #333; }

  .module.image-gif-gallery .arrow-right.bottom-shadow::after {
    margin-left: -420px; } }
@media (max-width: 480px) {
  .slider-module .shadow.top-shadow:after {
    border-right: 480px solid #45225c; }

  .asfm-social-wrapper .grey-shadow.box-shadow .arrow-right.bottom-shadow {
    width: 0px;
    height: 0px;
    padding-bottom: 20px;
    padding-left: 85%;
    overflow: hidden;
    margin: 0 0 0 15%;
    position: relative;
    top: 0px; }

  .profile-rotator .player-picture-wrapp .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 280px solid #45225C; }

  .profile-rotator .player-picture-wrapp .arrow-right.bottom-shadow::after {
    margin-left: -280px; }

  .purple-shadow .arrow-left.top-shadow::after {
    border-right: 380px solid #45225C; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 14px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -350px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 350px solid #45225c; }

  .slider-cta-module:before {
    border-right: 430px solid #45225c; }

  .social-links li {
    margin-right: 10px; }

  .footer-left {
    width: 100%; }

  .footer-left ul li:last-child {
    margin-right: 0; }

  .footer-nav ul li {
    float: none;
    margin-bottom: 15px; }

  .footer-nav ul li a {
    font-size: 14px; }

  .mobile-footer-logo {
    display: inline-block;
    float: right; }

  .footer-right {
    display: none; }

  .footer-nav {
    display: inline-block;
    float: left; }

  footer .cf {
    display: none; }

  .copyright {
    width: 100%;
    display: block;
    clear: both;
    border-top: 1px solid #545454;
    padding-top: 12px; }

  .footer-nav {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
    overflow: hidden; }

  .footer-nav ul li:last-child {
    margin-bottom: 10px; }

  .social-links {
    margin-bottom: 22px; }

  .news-article-wrapper .news-article-excerpt p {
    width: 83%; }

  .news-article-wrapper .news-article-excerpt a.read-more-link {
    width: 8%; }

  .grey-shadow .arrow-left.top-shadow:after {
    margin-top: -20px;
    border-top: 20px solid transparent; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .module.text-section .text-module-wrapper .tm-optional-image {
    bottom: -2px; }

  .asfm-article-wrapper .news-article-wrapper .news-article-excerpt p {
    font-size: 14px; }

  .module.image-gallery .image-gallery-wrapper p.sp-layer {
    font-size: 10px; } }
.social-feed-box {
  margin-bottom: 50px; }

@media (max-width: 414px) {
  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-next-arrow {
    right: -30px; }

  .asfm-social-wrapper .tweeter-info {
    min-height: 240px; }

  .profile-rotator .profile-slider-wrapper .sp-horizontal .sp-previous-arrow {
    left: -30px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-previous-arrow {
    left: -30px; }

  .module.social-feed .social-feed-slider .sp-horizontal .sp-next-arrow {
    right: -30px; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow:after {
    border-right: 432px solid #333333; }

  .module.image-gif-gallery .arrow-right.bottom-shadow::after {
    border-bottom: 13px solid transparent; }

  .slider-section-module .rslides_tabs {
    top: 199px; }

  .vertical-item-list .bottom-shadow:after {
    border-bottom: 19px solid transparent; }

  .slider-section-module .rslides_tabs {
    left: 42%; }

  .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 20px solid transparent; }

  .asfm-social-wrapper .grey-shadow .arrow-right.bottom-shadow:after {
    border-bottom: 17px solid transparent; }

  .asfm-social-wrapper .arrow-right.bottom-shadow:after {
    margin-left: -254px; }

  .asfm-social-wrapper .grey-shadow .arrow-right.bottom-shadow:after {
    border-left: 254px solid #cbd5dd; }

  .module.poll .blue-shadow .arrow-left.top-shadow::after {
    border-right: 320px solid #A1D8FF; }

  .module.poll .blue-shadow .arrow-right.bottom-shadow::after {
    border-left: 320px solid #A1D8FF; }

  .module.poll .blue-shadow .arrow-right.bottom-shadow::after {
    margin-left: -320px; } }
@media (max-width: 390px) {
  .video-section .video-preview-img {
    width: 35%; }

  .video-section .video-preview-describe {
    width: 60%;
    padding: 0; }

  .tweeter-info {
    min-height: 200px; }

  .module.social-feed:after {
    max-height: 200px; }

  .module.image-gif-gallery .black-shadow .arrow-left.top-shadow::after {
    border-right: 305px solid #333; }

  .module.image-gif-gallery .black-shadow .arrow-right.bottom-shadow::after {
    border-left: 305px solid #333; }

  .module.image-gif-gallery .arrow-right.bottom-shadow::after {
    margin-left: -305px; }

  .module.image-gif-gallery .box-shadow .arrow-right.bottom-shadow {
    padding-bottom: 13px; } }
@media (max-width: 375px) {
  .slider-section-module .rslides_tabs {
    top: 181px; }

  .asfm-social-wrapper .arrow-right.bottom-shadow:after {
    margin-left: -254px; }

  .asfm-social-wrapper .grey-shadow .arrow-right.bottom-shadow:after {
    border-left: 254px solid #cbd5dd; }

  .vertical-item-image.box-shadow .arrow-left.top-shadow {
    padding-top: 9px; }

  .purple-shadow .arrow-left.top-shadow::after {
    border-right: 270px solid #45225C; }

  .vilm-wrapper .purple-shadow .arrow-left.top-shadow::after {
    border-right: 300px solid #45225C; }

  .vertical-item-list .top-shadow::after {
    margin-top: -9px;
    border-top: 9px solid transparent;
    border-right: 270px solid #45225C; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 12px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 270px solid #45225C; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -270px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -270px;
    border-bottom: 12px solid transparent; }

  .video-module-wrapper .grey-shadow .arrow-left.top-shadow::after {
    border-right: 294px solid #DBDBDB; }

  .video-module-wrapper .grey-shadow .arrow-right.bottom-shadow::after {
    border-left: 295px solid #DBDBDB; }

  .video-module-wrapper .arrow-right.bottom-shadow::after {
    margin-left: -295px; } }
@media (max-width: 320px) {
  .slider-module .shadow.top-shadow:after {
    border-right: 320px solid #45225c; }

  .slider-section-module .rslides_tabs {
    top: 155px; }

  .vertical-item-list .box-shadow .bottom-shadow {
    padding-bottom: 12px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    border-left: 230px solid #45225C; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -230px; }

  .purple-shadow .arrow-right.bottom-shadow::after {
    margin-left: -230px;
    border-bottom: 12px solid transparent; }

  .purple-shadow .arrow-left.top-shadow::after {
    border-right: 230px solid #45225C; }

  .vertical-item-list .top-shadow::after {
    border-right: 230px solid #45225C; }

  /************************** Vertical Item List Module **********************/
  /************************** Text Module **********************/ }

/*# sourceMappingURL=style.css.map */
