/**
*
* Ticket 3870-8436999
* Author: Kosha Burnett
* Description: add google translate to top banner
*/

#google_translate_element {
  float: left;
  margin-left: 100px;
}

/* End Section */


/**
*
* Minor design change request (3/4/16)
* Author: David Lopes
* Description: Remove text-tranform: uppercase from h3
*/

h3,
.gamma {
  text-transform: none;
}

/* End Section */


/**
*
* Author: Mary Wright
* Description: Vertically align icons associated with links of class "Red Text" ("fs_style_18")
*/

a.fs_style_18 img {
  vertical-align: middle;
}

/* End Section */



/**
*      3/31/16
* News link color
* Author: Chris Norman
*/

.fsNews a {
  color: #1280A5;
}


/* End Block */

/**
 *
 *  Date: April 8th 2016
 *  Ticket 8441043 - Four Column Tip
 *  Jacob John
 *
 */

    .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo .fsNavLevel2 {

      width: 25%;

    }

    .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {

      width: 540px;

    }

/* End Block */

/**
 * 8473231
 * Chris Batt
 * 12/14/19
 * Temporarily enabling this here until git works
 */

.current-child-left .fsNavLevel1 > li:not(.fsNavCurrentPage):not(.fsNavCurrentPageAncestor) {
  display: none;
}

/* End Block */


/**
 * 8472742
 * Chris N
 * 12/21/16
 * Mobile fix
 */

.video-container .mobile-slide {
    background-position: center;
}

.live-stream .view-all {
    background: #fff;
    color: #363636;
}

.live-stream .view-all:hover {
      color: #79101d;
    }


/* End Block */


/**
 * 8874073
 * Jon B
 * 8/11/20
 * Nav update
 */


@media (min-width: 900px) {
  .home:not(.nav-docked) #fsHeader .nav-main {
    position: relative;
    margin: 0 auto;
    max-width: none;
    border-radius: unset;
    margin-top: 0;
    background: #79101d;
  }
  .home:not(.nav-docked) #fsHeader .nav-main .fsNavLevel1 > li:not(:last-child) > a {
    background: none;
  }
  .home:not(.nav-docked) #fsHeader .nav-main .fsNavLevel1 > li:last-child > a {
    border-radius: unset;
  }
  .home:not(.nav-docked) .site-info-container a {
    width: 86px;
    height: 86px;
    top: -30px;
    left: 0;
  }
  .home #fsHeader .nav-main .fsNavLevel1 > li:last-child:hover > a {
    border-radius: 0;
  }
}


/*.video-container .details-container .slick-dots li {
    width: 33%;
}*/

/* End Block */


/**
 * This file should be used by support to add CSS post launch.
 * custom.css should be called from all layouts.  It should also be the
 * last stylesheet called so it will override all previous styles.  This is
 * a useful way to keep track of styles added after launch.  You are
 * encouraged document edits with comments so others understand the reason
 * behind these changes.
 */



