/*-----------
HOME - HERO
-------------*/
.hero {
  height: auto; }

.hero-ai-home-img {
  position: absolute;
  overflow: hidden; }

.hero-ai-home-img img {
  width: 120%;
  opacity: 0.5; }

@media (min-width: 576px) {
  .hero-ai-home-img img {
    width: 100%; } }

@media (min-width: 768px) {
  .hero-ai-home-img {
    position: relative;
    overflow: visible; }
  .hero-ai-home-img img {
    width: 210%; } }

@media (min-width: 992px) {
  .hero-ai-home-img img {
    width: 110%;
    opacity: 1; } }

@media (min-width: 1200px) {
  .hero-ai-home-img img {
    width: 105%; } }

/*-----------
HOME - ARTICLES
-------------*/
.flag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #FFF;
  padding: 0.2rem 0.4rem;
  display: inline-block; }

.flag-article {
  background-color: #071D49; }

.article-img {
  width: 100%; }

@media (min-width: 1200px) {
  .article-img {
    width: auto;
    max-width: 665px; } }

/*-----------
PROG CALLOUTS
-------------*/
.prog-callout:hover {
  cursor: pointer; }

.prog-callout .prog-logo {
  width: 100%;
  max-width: 380px;
  height: auto; }

.prog-callout-wide .prog-logo {
  width: 90%; }

.prog-tagline {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 2.5rem; }

.btn-prog {
  max-width: 150px; }

.prog-callout-ai {
  background-color: #262625;
  background-image: url(../img/mmai-progcallout-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto; }

.prog-callout-mma {
  background-color: #071D49;
  background-image: url(../img/mma-progcallout-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto; }

.callout-right, .callout-left {
  position: relative;
  margin: 3rem 0;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
  z-index: 5; }

@media (min-width: 768px) {
  .prog-callout-wide .prog-tagline {
    font-size: 1.75rem;
    margin-bottom: 1.5rem; }
  .callout-right, .callout-left {
    float: right;
    max-width: 325px;
    margin: 1rem -40% 1rem 3rem;
    left: 0; } }

@media (min-width: 992px) {
  .prog-callout-wide .prog-tagline {
    font-size: 1.85rem;
    margin-bottom: 0; }
  .callout-left {
    float: left;
    max-width: 325px;
    margin: 1rem 3rem 1rem -40%;
    left: 0; } }

/*-----------
ARTICLES
-------------*/
.article-body p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem; }

@media (min-width: 1200px) {
  .article-body p {
    line-height: 1.75rem; } }

/* Intro Note */
.intro-note {
  background: #FFF;
  padding: 1.25rem;
  font-size: 0.875rem;
  box-shadow: 0 8px 16px 0 rgba(71, 107, 166, 0.1); }

/* Thought Leader Sidebar */
.tl-profile-img {
  width: 150px;
  max-width: 100%;
  border-radius: 50%; }

.tl-profile-title {
  font-size: 0.8rem; }

/* Share Buttons */
.share-links .a2a_default_style a {
  display: inline-block;
  float: none; }

.share-links .a2a_default_style a .a2a_svg {
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 1px solid #0047BB;
  padding: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.share-links .a2a_default_style a path {
  fill: #0047BB;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.share-links .a2a_default_style a:hover .a2a_svg {
  border: 1px solid #F04E5E;
  opacity: 1 !important; }

.share-links .a2a_default_style a:hover path {
  fill: #F04E5E; }

@media (min-width: 768px) {
  .share-links .a2a_default_style a {
    padding: 0 0;
    width: 34px; } }

@media (min-width: 1200px) {
  .share-links .a2a_default_style a {
    padding: 0 2px;
    width: auto; } }

/* Newsletter Callout */
.sub-callout-small {
  background: url(../img/newsletter-bg-small.jpg) center center no-repeat;
  background-size: cover; }

.sub-callout-large {
  background-color: #1890BA;
  background: url(../img/newsletter-bg-large.jpg) center center no-repeat;
  background-size: cover; }

.modal-content {
  background-color: #FAFAFA; }

.form-group {
  margin-top: 0.5rem;
  margin-bottom: 1.75rem; }

.form-group label {
  font-weight: 900; }

.form-control::-webkit-input-placeholder {
  color: #aaa; }

.form-control:-ms-input-placeholder {
  color: #aaa; }

.form-control::-ms-input-placeholder {
  color: #aaa; }

.form-control::placeholder {
  color: #aaa; }

/* Related Articles Sidebar */
.related-articles-side {
  list-style: none;
  padding-left: 0; }

.related-articles-side li {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.related-articles-side li a {
  color: #0047BB;
  text-decoration: none; }

.related-articles-side li a:hover {
  color: #F04E5E;
  text-decoration: none; }

/* Thought Leader Box */
.tl-callout {
  background: #FFF;
  box-shadow: 0 8px 16px 0 rgba(71, 107, 166, 0.1);
  padding: 1.5rem; }

.tl-bio {
  font-size: 0.875rem; }

@media (min-width: 992px) {
  .tl-bio {
    font-size: 1rem; } }

/*-----------
FOOTER
-------------*/
#Hub-footer {
  background-image: -webkit-linear-gradient(315deg, #071D49 0%, #0047BB 100%);
  background-image: linear-gradient(135deg, #071D49 0%, #0047BB 100%); }

#Hub-footer h5 {
  font-size: 1rem;
  padding-top: 2rem;
  margin-bottom: 1.5rem; }

#Hub-footer .border-top {
  border-top: 1px solid rgba(250, 250, 250, 0.2) !important; }

#Hub-footer p, #Hub-footer li, #Hub-footer a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem; }

.footer-links, .footer-social {
  color: #FFF;
  list-style: none;
  list-style-type: none;
  padding-left: 0; }

#Hub-footer a, #Hub-footer a:visited {
  color: #FFF;
  text-decoration: none; }

#Hub-footer a:hover {
  color: #F04E5E; }

#Hub-footer .footer-social li {
  display: inline; }

#Hub-footer .footer-social li a {
  font-size: 1.5rem;
  margin-right: 0.75rem; }

.footer-logo {
  width: 150px;
  height: auto; }

@media (min-width: 768px) {
  #Hub-footer .footer-social li a {
    font-size: 2rem;
    margin-right: 1rem; } }
