﻿/* Header Text Styles */

#aor-122-1 div[class*="aoc aos-de-sb"] > div > div:first-of-type > div {
  position: relative;
}
#fg-topicsBtn > div:first-of-type > div::after, 
#fg-eventsBtn > div:first-of-type > div::after, 
#fg-buySell > div:first-of-type > div::after, 
#fg-insightBtn > div:first-of-type > div::after, 
#fg-accountBtn > div:first-of-type > div:after, 
#fg-loginBtn > div:first-of-type > div:after,
#fg-accountBtn > div:first-of-type > div:before, 
#fg-loginBtn > div:first-of-type > div:before,
#fg-searchBarBtn > div:first-of-type > div:before,
#fg-mobileMenuBtn > div:first-of-type > div:before,
#fg-loginMobile > div:first-of-type > div:before  {
    content: "";
    width: 20px;
    height: 50px;
    background: #333;
    position: absolute;
    right: 0;
    top: 15px;
    opacity: 0.6;
} 
#fg-searchBarBtn > div:first-of-type > div:before,
#fg-mobileMenuBtn > div:first-of-type > div:before,
#fg-loginMobile > div:first-of-type > div:before  {
 width: 50px;
  top: -1px;
}
#fg-loginBtn > div:first-of-type > div:before {
  left: -6px;
}
#fg-accountBtn > div:first-of-type > div:before {
  left: -30px;
}
#aor-122-1 div[class*="aoc aos-de-sb"] > div > div:first-of-type > div:hover:before,
#aor-122-1 div[class*="aoc aos-de-sb"] > div > div:first-of-type > div:hover:after {
  opacity: 0;
}

#aor-122-1 div[class*="aoc aos-de-sb"]{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fg-topicsHeader a {
  color: #333;
}
#fg-topicsHeader a:hover {
  color: #666;
}
.ao-searchde-serchform button {
  height: 34px;
}


/* Header Subs Button */

#fg-subscribeBtn a {
  font-weight: 300;
  -webkit-transition: .25s background ease-in-out;
  -ms-transition: .25s background ease-in-out;
  transition: .25s background ease-in-out;
}


/* Header Login Panel */

#fg-loginPanel input,
#fg-loginPanel a,
#fg-regPanel a {
  height: 36px;
  width: 100%;
}
#fg-regPanel a {
  text-align: center;
  background: #4C86A0;
  margin-top: 5px;
}

#fg-loginBtn div[id*="Panel"]:before,
#fg-loginMobile div[id*="Panel"]:before,
#fg-loggedBtn div[id*="Panel"]:before,
#fg-buySell div[id*="Panel"]:before,
#fg-eventsBtn div[id*="Panel"]:before,
#fg-insightBtn div[id*="Panel"]:before,
#fg-topicsBtn div[id*="Panel"]:before,
#fg-accountBtn div[id*="Panel"]:before  {
  content: "";
  position: absolute;
  top: -12px;
  right: 47px;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent; 
  border-right: 10px solid transparent; 
  border-bottom: 12px solid #e6e6e6;
}
#fg-loginMobile div[id*="Panel"]:before {
  top: -7px;
  right: 54px;
}
#fg-buySell div[id*="Panel"]:before {
  border-bottom: 12px solid #f2f2f2;
  left: 618px;
}
#fg-eventsBtn div[id*="Panel"]:before {
  border-bottom: 12px solid #f2f2f2;
  left: 484px;
}
#fg-insightBtn div[id*="Panel"]:before {
  border-bottom: 12px solid #f2f2f2;
  left: 385px;
}
#fg-topicsBtn div[id*="Panel"]:before  {
  border-bottom: 12px solid #f2f2f2;
  left: 254px;
}
#fg-loginBtn div[id*="Panel"],
#fg-loginMobile div[id*="Panel"],
#fg-loggedBtn div[id*="Panel"],
#fg-buySell div[id*="Panel"],
#fg-eventsBtn div[id*="Panel"],
#fg-insightBtn div[id*="Panel"],
#fg-topicsBtn div[id*="Panel"],
#fg-accountBtn div[id*="Panel"] {
  overflow: visible;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

/* === Tablet/Mobile Buttons === */

#fg-latestBtn div[class*="focus"],
#fg-missBtn div[class*="focus"]{
  box-shadow: 2px -2px 2px rgba(0,0,0,.1);
  z-index: 1;
  position: relative;
}
#fg-missBtn div[class*="focus"]{
  box-shadow: -2px -2px 2px rgba(0,0,0,.1);
}

#fg-mobileMenuBtn div[id*="aoc-Panel"] div[id*="aoc-Panel"] {
   position:relative;
}

#fg-mobileMenuBtn .aos-de-stb-1865,
#fg-mobileMenuBtn .aos-de-stb-2262,
#fg-mobileMenuBtn .aos-de-stb-2410,
#fg-mobileMenuBtn .aos-de-stb-2298 {
   height:40px;
}
@media(max-width: 1079px){
  #fg-topicsHeader div HR {
    background-color:#FFF
  }
}

/* === Insight menu Sponsor Link === */

#fg-sponsoredLinks h2 {
  font-weight: 300;
  font-size: 14px;
  height: 35px;
  border-top: 1px solid #ccc;
  padding-top: 7px;
  margin-right: 24px;
}
#fg-sponsoredLinks > div > div:nth-last-of-type(-n+2) h2 {
  border-bottom: 1px solid #ccc;
}
#fg-vipLinks h2 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}

@media(max-width: 1200px){
#fg-buySell div[id*="Panel"]:before {
  left: 562px;
}
#fg-eventsBtn div[id*="Panel"]:before {
  left: 442px;
}
#fg-insightBtn div[id*="Panel"]:before {
  left: 346px;
}
#fg-topicsBtn div[id*="Panel"]:before  {
  left: 220px;
}
}

@media(max-width: 1079px){
	#fg-sponsoredLinks h2 {
	  margin-right: 0;
	  padding: 7px 14px;
 	  border: none !important;
	}
} /* Lead Article */

#fg-lead h2 {
  font-size: 25px;
}
#fg-lead .aos-ImageContainerTop {
  width: 68%;
}
#fg-lead .aos-SHC {
   margin-bottom: 18px;
}
#fg-lead .aos-ArticleTextContainer {
  width: 32%;
}
#fg-top3 .aos-ArticleTeaser {
  margin-top: 0;
}

/* 2 col Latest News */

#fg-newsLast h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
#fg-newsLast > div:last-of-type {
  text-align: center;
}


/* Most Read/Watched */

#fg-mostRead .owl-item, 
#fg-mostWatched .owl-item {
  margin-bottom: 5px;
}
#fg-mostRead .owl-item > div,
#fg-mostWatched .owl-item > div {
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
#fg-mostWatched .aos-de-ac-img {
  position: relative;
}
#fg-mostWatched .aos-de-ac-img:before {
  content: url(/AcuCustom/Sitename/Icon/Icons/17FGplayIcon.svg) ;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transform-origin: bottom left;
  transform: scale(1);
  transition: all .3s ease;
}

#fg-mostWatched .owl-item:hover .aos-de-ac-img:before {
  opacity: 0;
  visibility: hidden;
  transform: scale(.1);
  transform-origin: bottom left;
}
.aos-de-acviews, .aos-ItemViews span {
  color: #F3590F;
  font-weight: 500;
}

/* Sponsored Elements */

#fg-chanDetails img,
#fg-chanDetails div[class*="WYSEdit"] {
  padding: 16px;
}

@media (min-width:1079px) {
#fg-relSponsor img {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
#fg-relSponsor div.aos-W66 {
  width: 100%;
  float: none; 
}
}


/* Tag Styles */

#fg-newsList div[class*="Tags"] a:after {
  content: ", ";
}
#fg-newsList div[class*="Tags"] a:last-of-type:after {
  display: none;
}


@media(max-width: 799px){
  #fg-lead h2 {
    font-size: 21px;
  }
  #fg-lead .aos-ImageContainerTop {
    width: 50%;
  }
  #fg-lead .aos-ArticleTextContainer {
    width: 50%;
  }
}

@media(max-width: 599px){
  #fg-lead .aos-ImageContainerTop {
    width: 100%;
  }
  #fg-lead .aos-ArticleTextContainer {
    width: 100%;
  }
}

@media(max-width: 479px){
	#fg-chanDetails img {
	  padding: 16px 16px 0;
	}
	#fg-relSponsor img {
	  width: 100%;
	  padding: 0;
	  margin-bottom: 10px;
	}
	#fg-relSponsor div.aos-W66 {
	  width: 100%;
	  float: none; 
	}
} /* Article Author */

.aos-ArticleAuthor {
  color: #D70101 !important;
}
.aos-ArticleAuthor:hover {
  color: #4C86A0 !important;
}

/* Sharelines */
.ao-sbline-text {
  font-weight: 500 !important;
  line-height: 100%;
  font-size: 14px;
}

.aos-Article-RelatedContent {
  padding-top: 10px;
}
.aos-Article-IntroText span {
  color: #666;
  font-weight: 200;
}
.aos-Article-AuthorAvatar {
  max-width: 120px;
}
.aos-FeatureArticle .ao-StepByStepCon {
  max-width: 660px;
  margin: 0 auto;
}
.aos-FeatureArticle p > a {
  border-bottom: 1px solid #333;
}
.aos-FeatureArticle p > a:hover {
  border-bottom: 1px solid #D70101;
}

/* === Auto Related === */

#fg-autoRel {
  display: flex;
  width: 100%;
  justify-content: start;
}
#fg-autoRel > div {
  width: 24%;
  margin-right: 1%;
  padding: 0;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.ao-autorelated > div:first-of-type {
  width: 100%;
  padding: 0;
}
.ao-autorelated > div:last-of-type {
  width: 100%;
  padding: .8em;
}
.ao-autorelated h2 {
  margin-bottom: 0;
}

@media(max-width: 799px){
  #fg-autoRel > div {
    width: 31.5%;
    margin-right: 1.5%;
  }
  #fg-autoRel > div:nth-of-type(4) {
    display: none;
  }
}

@media(max-width: 599px){
  #fg-autoRel > div {
    width: 48%;
    margin-right: 2%;
  }
   #fg-autoRel > div:nth-of-type(3) {
     display: none;
   }
  
  .aos-NL {
    font-size: 1.1em;
  }
}


@media(max-width: 479px){
  #fg-autoRel > div {
    width: 100%;
    margin-right: 0;
  }
  #fg-autoRel > div:nth-of-type(3) {
     display: block;
   }
  #fg-autoRel {
    flex-wrap: wrap;
  }
} #fg-copyright div {
  font-size: 11px;
} #ao-MeteringAllow {
  box-shadow: -1px 2px 3px rgba(0,0,0,.2);
}


#ao-MeteringAllow h3 {
background: #D70101;
margin: 0 0 5px;
padding: .5em;
color: #fff;
}

#ao-MeteringDNAllow {
  background: #f2f2f2;
  padding-bottom: 20px;
  min-height: 400px;
}
#ao-Step27985  a[class*="button"]{
  width: 180px;
  margin-top: 10px;
}
#ao-Step27985  a[class*="button"]:last-of-type {
  background-color: #4C86A0;
} #fg-copyright div {
  font-size: 11px;
}