/*
Theme Name: SBGI Corporate Theme
Theme URI: http://sinclairconnected.com
Author: Sinclair Digital
Author URI: http://sinclairconnected.com/
Description: SBGI Corporate Theme was Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. This theme incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SBGI Corporate Theme
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.

SBGI Corporate is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/
/* =Global
----------------------------------------------- */
/*----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,800);
.sbgi-spacer {
  margin-top: 100px;
}
img.padded {
  padding-top: 65px;
}
.intro-6 {
  padding-left: 10%;
  font-weight: 300;
  line-height: 2;
}
.outro-6 {
  padding-right: 10%;
  font-weight: 300;
  line-height: 2;
}
/*Buttons
------------------------------------------------*/
a {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-tranisiton: 0.2s ease;
}
a.btn-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
a.btn-link:hover {
  border-bottom: 2px solid #777777;
  color: #777777;
}
.btn-link,
.btn-link-light {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}
a.stock-title.stock-link {
  color: #333333;
  display: block;
}
a.btn-link-light {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
a.btn-link-light:hover {
  border-bottom: 2px solid #B0AFAF;
  color: #B0AFAF;
  text-decoration: none;
}
.post-links {
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #11518A;
  margin-top: 25px;
}
.post-links .fa {
  font-size: 12px;
}
.post-links .fa-chevron-left {
  margin-right: 8px;
  display: block;
  float: left;
  margin-top: 15px;
}
.post-links .fa-chevron-right {
  margin-left: 8px;
  display: block;
  float: right;
  margin-top: 15px;
}
.post-links:hover {
  border-bottom: 2px solid #B0AFAF;
  color: #B0AFAF;
  text-decoration: none;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-tranisiton: 0.2s ease;
}
.btn-link-light {
  color: white;
}
.btn-block {
  padding-top: 25px;
  padding-bottom: 25px;
}
.added-margin {
  margin-right: 24px;
}
a:hover {
  color: #777777;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.company-logo {
  display: inline;
  margin: 15px 20px 0 0;
}
.wp-relative {
  position: absolute;
  bottom: 30px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
/* Table Styles
------------------------------------------------*/
#dividend-table.table > tbody > tr > th,
#dividend-table.table > tfoot > tr > th,
#dividend-table.table > thead > tr > td,
#dividend-table.table > tbody > tr > td,
#dividend-table.table > tfoot > tr > td {
  padding: 12px;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  text-align: center;
}
#dividend-table.table > thead > tr > th {
  font-weight: 400;
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: #11518A;
  color: white;
  text-align: center;
}
#dividend-table.table {
  background-color: white;
}
#dividend-table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e5e5e5;
}
#dividend-table.table-bordered {
  border: 2px solid #efefef;
}
#dividend-table.table-bordered > thead > tr > th,
#dividend-table.table-bordered > tbody > tr > th,
#dividend-table.table-bordered > tfoot > tr > th,
#dividend-table.table-bordered > thead > tr > td,
#dividend-table.table-bordered > tbody > tr > td,
#dividend-table.table-bordered > tfoot > tr > td {
  border: 2px solid #efefef;
}
/*----------------------------------------------------------*/
#vision-table.table {
  border-collapse: separate;
  border-spacing: 45px 0px;
}
#vision-table.table > thead > tr > th,
#vision-table.table > tbody > tr > td {
  text-align: center;
}
#vision-table.table > thead > tr > th {
  font-weight: 600;
  font-size: 24px;
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: top;
  color: darkslategray;
  text-align: center;
  border-bottom: 0px;
  text-decoration: none;
  position: relative;
}
#vision-table.table > thead > tr > th::after {
  content: '';
  width: 75%;
  position: absolute;
  left: 12%;
  bottom: 5px;
  border-width: 0 0 2px;
  border-style: solid;
}
#vision-table.table > tbody > tr > td {
  border-top: 0;
  color: darkslategray;
  font-weight: 400;
  font-size: 18px;
}
/* Grayscale Rollover effect.  Also uses greyscale-functions, imagesloaded js scripts
 * For effect to work css class name of '.grayscale' must be added to parent element of targeted image.
------------------------------------------------*/
.grayscale img {
  transition: all 0.2s ease-in-out;
  filter: gray(70%);
  /* IE8-9 */
  -webkit-filter: grayscale(70%);
  /* Webkit Nightlies & Google Chrome Canary */
  -ms-filter: grayscale(70%);
  -webkit-transition: all 0.3s ease-in-out;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.image-block:hover .grayscale img {
  transition: all 0.2s ease-in-out;
  filter: grayscale(0%);
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* IE 8 Specific Web Browser Fixes
------------------------------------------------*/
.ie8 p {
  font-weight: 400;
}
.ie8 .sbgi-spotlight .list-group-item {
  background-color: #1790d2 !important;
}
.ie8 .sbgi-spotlight .list-group-item > .badge {
  background-color: #1887C4 !important;
}
.ie8 #News,
.ie8 .page-template-history,
.ie8 #WhatWeDo {
  background-image: none;
  background-color: #00508d;
}
.ie8 .timeline-panel {
  background-color: #ffffff;
}
.ie9 #myCarousel .csstransforms.carousel-inner {
  top: 30%;
}
/*Typography
------------------------------------------------*/
h1,
.h1 {
  font-weight: 700;
  font-size: 64px;
}
h2,
.h2 {
  font-weight: 700;
  font-size: 46px;
  text-transform: lowercase;
  margin: 0 0 32px 0;
}
h3,
.h3 {
  font-weight: 300;
}
.sbg-page-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
img.left-block {
  float: left;
  margin-right: 20px;
}
/*Parallax
------------------------------------------------*/
body.parallax .parallax,
body.parallax .parallax1,
body.parallax .parallax3,
body.parallax .parallax6 {
  background-attachment: fixed;
  background-size: cover;
}
#EarningsWebcast {
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
}
#EarningsWebcast .intro-12 {
  margin-bottom: 0;
}
#WhatWeDo {
  background-position: center center;
  background-size: cover;
}
#WhatWeDo .row {
  margin: 0 auto;
  max-width: 1314px;
}
#WhatWeDo .row.full-bleed {
  max-width: 100%;
}
.row.pr-archive {
  margin-bottom: 10px;
  margin-top: 40px;
}
.full-bg-pattern::before {
  content: '';
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.full-bg-pattern {
  position: relative;
  padding: 0;
}
.full-bg-pattern1 {
  padding-bottom: 50px;
}
#Awards {
  background-position: center center;
  background-size: cover;
}
#AnRepCarousel,
#WhatWeDo,
#Awards,
#EarningsWebcast {
  z-index: 2;
}
/*Home Page Styling
------------------------------------------------*/
#CompanyHistory,
#WhatWeDo {
  color: #fff;
}
#CompanyHistory .panel-body,
#WhatWeDo .panel-body {
  color: #000;
  min-height: 110px;
}
#SbgiCareers {
  background-repeat: no-repeat;
  background-position: left top;
}
#SbgiCareers img {
  display: none;
}
#SbgiCareers .intro-8 {
  background: rgba(239, 239, 239, 0.8);
  padding: 0 25px 20px;
}
/*Header Styling
------------------------------------------------*/
.navbar-fixed-top {
  top: 0px;
}
.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 26.5px;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 28px;
}
.navbar-default .navbar-toggle {
  margin-top: 25px;
  border: none;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.navbar-brand {
  float: none;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  top: 9px;
  padding: 0;
}
.navbar-nav {
  margin-right: 60px;
}
#logo {
  position: relative;
  top: 10px;
  margin-left: 60px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1790d2;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1790d2;
  background-color: transparent;
}
/* Home page Spotlight - News
----------------------------------------------- */
.admin-bar .sbgi-spotlight {
  top: 145px;
}
.sbgi-spotlight {
  position: absolute;
  right: 0;
  top: 115px;
  width: 290px;
  z-index: 100;
}
.sbgi-spotlight .list-group-item {
  background-color: rgba(23, 144, 210, 0.6);
  overflow: auto;
  padding: 0;
  border: none;
}
.sbgi-spotlight .list-group-item > .badge {
  background-color: rgba(23, 144, 210, 0.8);
  border-radius: 0;
  display: table;
  color: #b9cede;
  float: left;
  width: 15%;
  height: 50px;
  font-size: 28px;
  line-height: 44px;
  padding: 0px;
}
.sbgi-spotlight .list-content {
  display: block;
  overflow: auto;
  width: 85%;
  margin-bottom: 0;
}
.sbgi-spotlight .list-content p {
  font-size: 14px;
  line-height: 16px;
  color: #e8e8e8;
  padding: 10px 15px;
  margin-bottom: 0;
}
.sbgi-spotlight .list-content p a {
  color: #e8e8e8;
}
.sbgi-spotlight .fa.fa-info {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .sbgi-spotlight {
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
  .sbgi-spotlight .list-content {
    width: auto;
  }
}
/* Hero Area Styling - Home page Carousel and Background Video
----------------------------------------------- */
.hero-container {
  position: relative;
  margin-top: 80px;
}
.soft-bg-1:before {
  background-color: rgba(10, 10, 10, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pattern-black:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.static-hero.visible-xs-block {
  margin-top: 60px;
  position: relative;
}
.static-hero .carousel-caption {
  left: 2%;
  margin-top: 0;
  right: 2%;
  bottom: auto;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.static-hero img {
  width: 100%;
}
#AnRepCarousel .carousel-inner {
  margin: 0 auto;
  width: 90%;
}
#AnRepCarousel .panel-default {
  border: none;
}
#AnRepCarousel .carousel-control.left {
  background: none;
}
#AnRepCarousel .carousel-control.right {
  background: none;
}
#AnRepCarousel .report {
  background-color: #115190;
  color: #fff;
  text-align: center;
}
#AnRepCarousel .report .ar-File {
  color: #ffffff;
  display: block;
  font-weight: 300;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
#AnRepCarousel .report .ar-thumb {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
}
#AnRepCarousel .report .panel-body {
  padding: 15px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
#AnRepCarousel .left.carousel-control,
#AnRepCarousel .right.carousel-control {
  width: 5%;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.5s;
  -o-transition: opacity ease-in-out 0.5s;
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
  z-index: 2;
}
#myCarousel {
  height: 100%;
  left: 0;
  margin: 0px auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
#myCarousel .carousel-inner {
  height: auto;
  margin: 0 auto;
  max-width: 1374px;
  position: relative;
  width: 100%;
}
#myCarousel .carousel-inner > .item {
  height: 300px;
}
#myCarousel .carousel-inner.csstransforms {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
#myCarousel .carousel-inner.no-csstransforms {
  top: 65%;
}
#myCarousel .carousel-caption h1 {
  font-weight: 300;
  text-transform: uppercase;
}
#myCarousel .carousel-caption P {
  font-size: 30px;
  font-weight: 300;
}
/* Carousel - News - SBGI Home page
----------------------------------------------- */
#carousel-news.carousel-news {
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 4%;
  padding-right: 4%;
}
#carousel-news .carousel-control {
  opacity: 1;
  width: 4%;
}
#carousel-news .carousel-control.left,
#carousel-news .carousel-control.right {
  background-image: none;
}
#carousel-news .panel {
  height: 200px;
  border: 1px solid #808285;
}
#carousel-news .panel-heading {
  padding: 30px 30px 20px 30px;
  color: #1790D2;
  font-size: 18px;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
#carousel-news .panel-body {
  padding: 0 30px 30px 30px;
}
#carousel-news .panel-body p {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#carousel-news .date a {
  color: #1790D2;
  letter-spacing: 1px;
}
#carousel-news .carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
#carousel-news .carousel-inner > .item.next,
#carousel-news .carousel-inner > .item.active.right {
  transform: translate3d(33.33%, 0, 0);
  -webkit-transform: translate3d(33.33%, 0, 0);
  left: 0;
}
#carousel-news .carousel-inner > .item.prev,
#carousel-news .carousel-inner > .item.active.left {
  transform: translate3d(-33.33%, 0, 0);
  -webkit-transform: translate3d(-33.33%, 0, 0);
  left: 0;
}
#carousel-news .carousel-inner > .item.next.left,
#carousel-news .carousel-inner > .item.prev.right,
#carousel-news .carousel-inner > .item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  left: 0;
}
.carousel-control.left {
  background: none;
  filter: none;
}
.carousel-control.right {
  background: none;
  filter: none;
}
.carousel-control img {
  position: absolute;
  top: 35%;
}
.right.carousel-control {
  padding-left: 25px;
}
#News .more-pr {
  margin-bottom: 100px;
  text-align: center;
}
#News .more-pr a .fa {
  margin-left: 8px;
}
@media (max-width: 767px) {
  #carousel-news .active > div {
    display: none;
  }
  #carousel-news .active > div:first-child {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #carousel-news .active > div {
    display: none;
  }
  #carousel-news .active > div:first-child {
    display: block;
  }
  #carousel-news .active > div:first-child + div {
    display: block;
  }
  #carousel-news .carousel-inner > .item.next,
  #carousel-news .carousel-inner > .item.active.right {
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    left: 0;
  }
  #carousel-news .carousel-inner > .item.prev,
  #carousel-news .carousel-inner > .item.active.left {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    left: 0;
  }
}
@media (max-width: 766px) {
  #carousel-news .carousel-inner > .item.next,
  #carousel-news .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    left: 0;
  }
  #carousel-news .carousel-inner > .item.prev,
  #carousel-news .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    left: 0;
  }
}
/* PR NewsPost List - SBGI Company News Page
----------------------------------------------- */
.pr-news-list .arch-panel {
  display: none;
}
.pr-news-list h2 {
  color: #8a8a8a;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 38px;
}
.pr-news-list .date > a {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.pr-news-list .pr-news-headline {
  color: #333;
}
.pr-news-list .pr-news-headline:hover {
  color: #B0AFAF;
}
.pr-news-list .pr-dropdown {
  margin: 0 auto 5%;
  text-align: center;
  width: 160px;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.pr-news-list .pr-dropdown button {
  border: none;
  background: #fff;
  color: #8a8a8a;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  width: 100%;
}
.pr-news-list .pr-dropdown button .fa-angle-down {
  margin-left: 5px;
}
.pr-news-list .pr-dropdown button:active,
.pr-news-list .pr-dropdown button:focus {
  background: #eeeeee;
}
.pr-news-list .pr-dropdown li a {
  font-size: 18px;
  color: #777777;
}
.dropdown option {
  padding: 5px 0 5px 20px;
  background: #f5f5f5;
  color: #1790d2;
}
/* Contact Form Styling - Contact page
----------------------------------------------- */
body.page-template-contact p {
  font-weight: 300;
  line-height: 2;
}
body.page-template-contact .contact-info {
  margin-bottom: 0;
}
.fscf-div-form {
  width: 90%;
  margin-bottom: 48px;
}
.fscf-div-form #fscf_required1 {
  margin-bottom: 5px;
}
.fscf-div-form .fscf-required-text {
  font-size: 16px;
}
.fscf-div-form .fscf-div-error {
  color: #ff0000;
  font-size: 16px;
}
.fscf-div-form .form-control {
  color: #999999;
  box-shadow: none;
}
.fscf-div-form .fscf-div-field {
  margin-bottom: 25px;
  overflow: auto;
}
.fscf-div-form .fscf-div-field textarea,
.fscf-div-form .fscf-div-field input,
.fscf-div-form .fscf-div-field select {
  border: 1px solid #e3e4e4;
  border-radius: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
  padding: 10px 16px;
  width: 100%;
  background-color: #f4f4f4;
}
.fscf-div-form .fscf-div-field select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #f4f4f4 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAIAAAD/zu84AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFCQzlGMjdERDE4NjExRTQ4MkM0OUJGODQ4QjgyNUNFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFCQzlGMjdFRDE4NjExRTQ4MkM0OUJGODQ4QjgyNUNFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUJDOUYyN0JEMTg2MTFFNDgyQzQ5QkY4NDhCODI1Q0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUJDOUYyN0NEMTg2MTFFNDgyQzQ5QkY4NDhCODI1Q0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nXUnYAAAAlElEQVR42uzWOwrAIBAE0CQIVp7Ns3oOD+EF7LSxy4AgEomFHwhhtpC4G+aBhShijMfOuo7NRYAAAQIECBD4JuCc8963/6GJ0QLAWmuMeRjYoonRAkBrrZSqjZyOJkYDwNk+vFJKSAwh5MSSLqVcA9QGvmfSX4Fi5EMbTu8B2cA6k44SndlkNK8KAgQIECDwJ+AWYAA6uFHKY5ckCgAAAABJRU5ErkJggg==") no-repeat right center;
}
.fscf-div-form .fscf-button-submit {
  background-color: #115190;
  color: #ffffff;
  font-weight: 300;
  padding: 10px 84px;
  text-transform: uppercase;
}
.fscf-div-form .fscf-button-submit:hover {
  color: #ccc;
}
.contact-map {
  margin-bottom: 100px;
}
.google-maps {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .contact-map {
    margin-bottom: 50px;
  }
}
/* Timeline Tree Styling - Our History page
----------------------------------------------- */
.page-template-history {
  background-position: center center;
  background-size: cover !important;
}
.page-template-history h1 {
  color: white;
  padding-top: 100px;
  margin: 0;
  text-transform: lowercase;
}
.page-template-history .entrytext {
  color: white;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
}
.history-bg-pattern::before {
  content: '';
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.history-bg-pattern {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.timeline {
  list-style: outside none none;
  position: relative;
  margin-bottom: 100px;
}
.timeline-body {
  margin-bottom: 10px;
  overflow: auto;
  color: #333;
  font-size: 16px;
}
.timeline-footer a.btn {
  float: right;
}
.timeline:before {
  top: 45px;
  bottom: 0;
  position: absolute;
  content: " ";
  left: 50%;
  border-right: dotted #777777 2px;
}
.timeline::after {
  content: '';
  background: #333333;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  border: 2px solid #777777;
  margin-left: -0.45%;
}
.timeline li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline li .timeline-panel:hover {
  background: #ffffff;
  text-decoration: none;
}
.timeline li .timeline-panel:hover:after {
  opacity: 1;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  padding: 35px 25px;
  position: relative;
  margin-bottom: 25px;
  margin-left: -15px;
  font-weight: 300;
  transition: ease .25s;
  -webkit-transtion: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
  opacity: .75;
  transition: ease .25s;
  -webkit-transtion: ease .25s;
  -moz-transition: ease .25s;
  -o-transition: ease .25s;
}
.timeline-normal .timeline-heading {
  position: absolute;
  right: -220px;
}
.timeline-inverted .timeline-heading {
  position: absolute;
  left: -220px;
}
.timeline > li > .timeline-badge {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 47.65%;
  background-color: #999999;
  border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  margin-right: 25px;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.info {
  background-color: #1790d2 !important;
  border: 2px solid white;
}
.timeline-title {
  margin-top: -10px;
  color: white;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.read-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
/* Timeline post Styling - content-history
----------------------------------------------- */
body.single-history .container-fluid {
  padding: 0;
}
#sbghistory {
  height: 550px;
}
.full-width-header {
  position: relative;
}
.full-width-header::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0) 62%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 72%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(62%, rgba(12, 12, 12, 0)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0) 62%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 72%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0) 62%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 72%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0) 62%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 72%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(12, 12, 12, 0) 62%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 72%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.jumbo {
  color: white;
  position: absolute;
  top: 0;
  margin: -168px 0 0 0;
  z-index: 2;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 170px;
  line-height: 0;
}
/* SBGI News Template
----------------------------------------------- */
body.page-template-news .container-fluid {
  width: 100%;
  padding: 0px;
}
body.page-template-news .row {
  margin: 0;
}
body.page-template-news .white-band {
  padding-top: 100px;
}
body.page-template-news .site-navigation-inner.col-sm-12 {
  padding: 0;
}
body.page-template-news .intro-12 {
  margin-bottom: 0;
}
body.page-template-news #OurStations h2 {
  float: left;
}
body.page-template-news .stations-map-nav {
  float: left;
  padding: 0 0 0 50px;
  margin: 55px 0 30px;
}
body.page-template-news .stations-map-nav > li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
body.page-template-news .stations-map-nav > li .fa {
  font-size: 18px;
  padding-right: 8px;
}
body.page-template-news .stations-map-nav > li .btn-primary {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: solid 1px #11518A;
}
body.page-template-news .stations-map-nav > li .btn-primary.map-active {
  background: #2A5E99;
}
.blue-header {
  background: #11518A;
}
.blue-header h2 {
  margin: 70px 0 70px;
  line-height: 0;
  color: white;
}
/* SBGI 100 Template
----------------------------------------------- */
body.page-template-sbgi-page-100 .row.sbg-page-content {
  max-width: 900px;
  margin: 50px auto;
}
/* SBGI 75/25 Template
----------------------------------------------- */
body.page-template-sbgi-page-25-75 .container-fluid {
  width: 100%;
  padding: 0px;
}
body.page-template-sbgi-page-25-75 .row {
  margin: auto;
}
body.page-template-sbgi-page-25-75 h4 {
  margin-top: 5px;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 1.1px;
}
body.page-template-sbgi-page-25-75 .white-band {
  padding-top: 100px;
}
body.page-template-sbgi-page-25-75 .site-navigation-inner.col-sm-12 {
  padding: 0;
}
#sbgfullpage {
  height: 550px;
}
.jumbo-alt {
  color: white;
  position: absolute;
  top: 0;
  margin: -136px 0 0 0;
  z-index: 2;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 94px;
  text-transform: uppercase;
  line-height: 0;
}
/* SBGI Careers Template
------------------------------------------------*/
body.page-template-sbgi-careers .container-fluid {
  width: 100%;
  padding: 0px;
}
body.page-template-sbgi-careers .site-navigation-inner.col-sm-12 {
  padding: 0;
}
body.page-template-sbgi-careers .row {
  margin: auto;
}
body.page-template-sbgi-careers .entry-content {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
body.page-template-sbgi-careers .white-band {
  position: relative;
}
body.page-template-sbgi-careers i.fa.fa-map-marker {
  color: #777777;
  padding-right: 8px;
}
body.page-template-sbgi-careers .panel-heading {
  color: #11518A;
  font-size: 20px;
}
body.page-template-sbgi-careers .panel-default {
  min-height: 290px;
}
body.page-template-sbgi-careers .career-location {
  color: #333;
  font-size: 16px;
}
body.page-template-sbgi-careers .panel-body {
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 0;
}
body.page-template-sbgi-careers .panel-footer i {
  padding-left: 8px;
}
body.page-template-sbgi-careers .sbgi-btngroup {
  margin-top: 50px;
}
body.page-template-sbgi-careers #AnnualReports h2 {
  margin-bottom: 80px;
}
#carousel-careers {
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}
#carousel-careers .item img {
  border: solid 15px white;
  width: 100%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
#carousel-careers .carousel-control .icon-prev,
#carousel-careers .carousel-control .icon-next,
#carousel-careers .carousel-control img {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
#carousel-careers .carousel-control .icon-prev,
#carousel-careers .carousel-control .chevron-left {
  left: 50%;
  margin-left: -10px;
}
#carousel-careers .carousel-control .icon-next,
#carousel-careers .carousel-control .chevron-right {
  right: 50%;
  margin-right: -10px;
}
#carousel-careers .testimonial-name {
  color: white;
  text-align: right;
  display: block;
}
.circle {
  width: 100px;
  height: 100px;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 999;
  position: absolute;
  text-align: center;
  bottom: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.circle i.fa.fa-quote-left {
  padding-top: 50px;
  line-height: 0;
  font-size: 36px;
  color: #B0AFAF;
}
@media (max-width: 1500px) {
  #carousel-careers .carousel-control .icon-prev,
  #carousel-careers .carousel-control .chevron-left {
    left: 10%;
    margin-left: 0;
  }
  #carousel-careers .carousel-control .icon-next,
  #carousel-careers .carousel-control .chevron-right {
    right: 10%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  body.page-template-sbgi-careers .btn-block {
    margin-bottom: 15px;
  }
  #carousel-careers .item img {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  body.page-template-sbgi-careers .panel-default {
    min-height: 0;
  }
  #carousel-careers .carousel-control .icon-prev,
  #carousel-careers .carousel-control .chevron-left {
    left: 0;
    margin-left: 0;
  }
  #carousel-careers .carousel-control .icon-next,
  #carousel-careers .carousel-control .chevron-right {
    right: 0;
    margin-right: 0;
  }
}
/* SBGI Why Work Here Template
----------------------------------------------- */
body.page-template-sbgi-why-work-here .container-fluid {
  width: 100%;
  padding: 0px;
}
body.page-template-sbgi-why-work-here .row {
  margin: auto;
}
body.page-template-sbgi-why-work-here .site-navigation-inner.col-sm-12 {
  padding: 0;
}
body.page-template-sbgi-why-work-here .entry-content {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}
body.page-template-sbgi-why-work-here #wwh-area-4 .entry-content {
  background: rgba(239, 239, 239, 0.8);
}
@media (max-width: 992px) {
  #wwh-area-1 {
    background-image: none !important;
  }
  #wwh-area-4 {
    background-image: none !important;
  }
}
@media (max-width: 480px) {
  body.page-template-sbgi-why-work-here #wwh-area-1 h2,
  body.page-template-sbgi-why-work-here #wwh-area-4 h2 {
    padding-top: 50px;
  }
}
/* SBGI Careers FAQ Template
----------------------------------------------- */
body.page-template-sbgi-career-faq .panel,
body.page-template-help-faq .panel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body.page-template-sbgi-career-faq .panel-group .panel-heading + .panel-collapse > .panel-body,
body.page-template-help-faq .panel-group .panel-heading + .panel-collapse > .panel-body,
body.page-template-sbgi-career-faq .panel-group .panel-heading + .panel-collapse > .list-group,
body.page-template-help-faq .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
body.page-template-sbgi-career-faq .panel-default,
body.page-template-help-faq .panel-default {
  margin-bottom: 20px;
  border-bottom: solid 1px #EDEDEE;
  border-right: solid 1px #EDEDEE;
}
body.page-template-sbgi-career-faq .panel-default .panel-body,
body.page-template-help-faq .panel-default .panel-body {
  position: relative;
  padding: 0;
}
body.page-template-sbgi-career-faq .panel-default .panel-body .panel-inner,
body.page-template-help-faq .panel-default .panel-body .panel-inner {
  padding: 20px 20px 20px 100px;
  font-weight: 300;
  font-size: 16px;
}
body.page-template-sbgi-career-faq .panel-default .panel-body a,
body.page-template-help-faq .panel-default .panel-body a {
  color: #1790d2;
}
body.page-template-sbgi-career-faq .panel-default .panel-body a:hover,
body.page-template-help-faq .panel-default .panel-body a:hover {
  color: gray;
}
body.page-template-sbgi-career-faq .panel-default .panel-heading,
body.page-template-help-faq .panel-default .panel-heading {
  background: #efefef;
  padding: 0;
  position: relative;
}
body.page-template-sbgi-career-faq .panel-default .panel-heading .panel-title,
body.page-template-help-faq .panel-default .panel-heading .panel-title {
  padding: 20px 10px 20px 100px;
  color: #11518A;
  font-size: 18px;
}
body.page-template-sbgi-career-faq .faq-block,
body.page-template-help-faq .faq-block {
  position: absolute;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 42px;
  top: 0;
  bottom: 0;
  color: white;
  background: #D1D2D3;
  width: 78px;
}
body.page-template-sbgi-career-faq .faq-block p,
body.page-template-help-faq .faq-block p {
  text-align: center;
}
body.page-template-sbgi-career-faq .faq-block-a,
body.page-template-help-faq .faq-block-a {
  position: absolute;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 42px;
  top: 0;
  bottom: 0;
  color: #D1D2D3;
  background: #EDEDED;
  width: 78px;
}
body.page-template-sbgi-career-faq .faq-block-a p,
body.page-template-help-faq .faq-block-a p {
  text-align: center;
  margin: 0;
}
body.page-template-sbgi-career-faq h3,
body.page-template-help-faq h3 {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  body.page-template-sbgi-career-faq .faq-block p,
  body.page-template-sbgi-career-faq .faq-block-a p {
    font-size: 28px;
    line-height: 36px;
    padding-top: 18px;
  }
}
/* SBGI Maps Template
----------------------------------------------- */
body.page-template-sbgi-stations-gmap .widecolumn.page-title h1,
body.page-template-sbgi-stations-tiles .widecolumn.page-title h1 {
  margin: 34px auto 20px;
}
body.page-template-sbgi-stations-gmap .widecolumn.page-title p,
body.page-template-sbgi-stations-tiles .widecolumn.page-title p {
  color: white;
  margin: 0 auto 30px;
  font-weight: 300;
  font-size: 16px;
}
body.page-template-sbgi-stations-gmap .stations-map-nav,
body.page-template-sbgi-stations-tiles .stations-map-nav {
  padding: 0;
  margin: 0 auto 30px;
  text-align: center;
}
body.page-template-sbgi-stations-gmap .stations-map-nav > li,
body.page-template-sbgi-stations-tiles .stations-map-nav > li {
  list-style: none;
  display: inline-block;
}
body.page-template-sbgi-stations-gmap .stations-map-nav > li .fa,
body.page-template-sbgi-stations-tiles .stations-map-nav > li .fa {
  font-size: 18px;
}
body.page-template-sbgi-stations-gmap .stations-map-nav > li .btn-primary,
body.page-template-sbgi-stations-tiles .stations-map-nav > li .btn-primary {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.page-template-sbgi-stations-gmap .stations-map-nav > li .btn-primary.map-active,
body.page-template-sbgi-stations-tiles .stations-map-nav > li .btn-primary.map-active {
  background: #2A5E99;
}
body.page-template-sbgi-stations-gmap .stations-map-nav > li .btn-primary:hover,
body.page-template-sbgi-stations-tiles .stations-map-nav > li .btn-primary:hover {
  color: #ffffff;
  background-color: #0b365d;
  border-color: #0a3154;
}
/* SBGI Awards Template
----------------------------------------------- */
body.page-template-awards {
  background: url('images/bg-awards-page.png') no-repeat fixed center;
  background-size: cover;
}
body.page-template-awards article {
  margin-top: 100px;
  margin-bottom: 100px;
}
.award-grid-item {
  margin-bottom: 25px;
}
.grid-header {
  background: #303030;
  color: #fff;
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: 400;
}
.grid-item-body {
  padding: 0 35px 35px 35px;
  background: #ffffff;
  font-size: 16px;
  border: solid 1px #dedfdf;
}
.grid-item-body > ul {
  list-style-image: url('images/star.png');
  font-weight: 300;
  padding-top: 5px;
}
.grid-item-body > ul li a {
  color: #1790d2;
}
.grid-item-body h1 {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  color: #11518A;
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 767px) {
  body.page-template-awards article {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .award-grid-item {
    margin: 30px;
    width: auto;
  }
}
/* SBGI XBRL Template
----------------------------------------------- */
.page-template-xbrl-filings .site-main {
  padding-bottom: 100px;
}
.page-template-xbrl-filings .row.sbg-page-content {
  margin-top: 0;
}
.page-template-xbrl-filings .intro-12 {
  margin-bottom: 0;
}
.page-template-xbrl-filings h3 {
  margin-top: 0;
  margin-bottom: 32px;
}
.filing-list {
  padding: 0;
}
.filing-list li {
  list-style: none;
  font-weight: 300;
  color: #1790d2;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 12.5px 0;
  line-height: 18px;
}
.filing-list li a {
  font-weight: 300;
  line-height: 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.filing-list .filing-list {
  margin-top: 25px;
  margin-bottom: 45px;
}
.filing-list .filing-list li {
  color: #333;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.filing-list .filing-list .filing-list {
  padding-left: 40px;
}
/* Social Links Styles
----------------------------------------------- */
.social-links {
  padding: 35px 0 0;
  text-align: center;
}
.social-links li {
  display: inline;
}
.social-links li a {
  padding: 10px 6px 8px;
  background: #c1c3c4;
  margin-right: 6px;
  transition: ease .25s;
  -moz-transition: ease .25s;
  -webkit-transtion: ease .25s;
  -o-transition: ease .25s;
}
.social-links li .fa {
  font-size: 22px;
  width: 32px;
  text-align: center;
  color: white;
}
a.fb:hover {
  background: #3b5998;
}
a.twitter:hover {
  background: #3cf;
}
a.youtube:hover {
  background: #C3302B;
}
a.mail-link:hover {
  background: #000;
}
p.center-text {
  text-align: center;
  padding-top: 20px;
}
a.sbg-page-link {
  color: #1790d2;
  padding-top: 32px;
  font-weight: 400;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: ease .25s;
}
a.sbg-page-link:hover {
  border-bottom: 2px solid #777777;
  color: #777777;
  text-decoration: none;
  padding-bottom: 5px;
}
/* Contact Info
----------------------------------------------- */
abbr[title] {
  color: #6d6e71;
  font-weight: 400;
  margin-right: 8px;
  border-bottom: 0;
  font-size: 12px;
}
address {
  text-align: center;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: -15px;
}
address.addr-left {
  text-align: left;
  margin: auto;
  font-size: 18px;
}
.contact-info {
  font-size: 14px;
  margin-bottom: 50px;
}
.contact-info p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.contact-info .corp-hq-bldg {
  margin-bottom: 30px;
  margin-top: 27px;
}
.contact-info h6 {
  font-size: 24px;
  margin-bottom: 3px;
}
p.italics {
  font-style: italic;
  line-height: 17px;
  font-weight: 300;
  font-size: 14px;
}
.phone-numbers {
  padding-top: 12px;
}
.phone-numbers .ph-type {
  font-weight: 300;
  font-size: 14px;
}
.videoWrapper {
  margin: 12px 0 30px;
}
img.padded {
  padding-top: 45px;
}
@media (max-width: 1500px) and (min-width: 1201px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 17%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 12px 0 30px;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1250px) and (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .timeline li.timeline-inverted .timeline-panel {
    margin-right: 5px;
  }
  .timeline li .timeline-badge {
    left: 46.50%;
  }
  .single-history .entry-content,
  .single-post .entry-content {
    max-width: 1366px;
    padding: 2% 10%;
  }
  .dropdown-menu > .group-divider {
    border-bottom: none !important;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  #logo {
    margin-left: 30px;
  }
  .jumbo-alt {
    margin: -130px 0 0 0;
    font-size: 75px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    font-size: 18px;
    padding: 26.5px 15px 28px 15px;
    background: #eeeeee;
    border-bottom: solid 1px #fff;
  }
  ul.social-links li {
    margin-right: 0;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .container-row {
    margin-left: 5%;
    margin-right: 5%;
  }
  body #WhatWeDo {
    background-image: none;
  }
  #myCarousel .carousel-caption h1 {
    font-size: 35px;
  }
  #myCarousel .carousel-caption P {
    font-size: 20px;
  }
  .static-hero .carousel-caption h1 {
    font-size: 45px;
    font-weight: 300;
  }
  .image-row .image-block.awards {
    width: 44.7%;
  }
  .image-row .image-block.listed-sec {
    width: 46%;
    height: 350px;
  }
  #AnRepCarousel .item .col-sm-6 {
    padding-left: 5px;
    padding-right: 6px;
    width: 25%;
  }
  #AnRepCarousel .panel-body {
    font-size: 11px;
    padding: 5px;
  }
  .row.cards,
  .row.people {
    padding-left: 0;
    padding-right: 0;
  }
  .row .intro-12 {
    padding: 0 2%;
  }
  .intro-6 {
    padding-left: 2%;
  }
  .outro-6 {
    padding-right: 2%;
  }
  .row .panel-wrapper.exec-emp {
    max-width: 198px;
  }
  .timeline li .timeline-badge {
    left: 45.50%;
  }
  .timeline::after {
    left: 50%;
    margin-left: -0.75%;
  }
  .timeline > li > .timeline-panel {
    margin-left: -35px;
  }
  .jumbo {
    margin-top: -137px;
    font-size: 80px;
    line-height: 10px;
  }
  .jumbo-alt {
    margin: -123px 0 0 0;
    font-size: 60px;
  }
  img.left-block {
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-news .white-band {
    padding-top: 60px;
  }
  body.page-template-news #OurStations h2 {
    float: none;
    text-align: center;
    margin: 50px 0 35px;
  }
  body.page-template-news .stations-map-nav {
    float: none;
    padding: 0;
    text-align: center;
  }
  #sbghistory {
    height: 400px;
  }
}
/* Admin Style Overides
----------------------------------------------- */
.admin-bar #wpadminbar {
  position: fixed;
}
/* Font-Awesome Style Overides
----------------------------------------------- */
.sbgi-btngroup .fa {
  margin-left: 10px;
}
.btn-link .fa {
  margin-left: 10px;
}
/* Header Style Overrides
----------------------------------------------- */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: inherit;
  color: inherit;
  outline: 0 none;
  text-decoration: none;
}
.dropdown-menu > li > a {
  font-size: 14px;
  padding: 6px 20px;
}
.dropdown-menu .sbg-nav-sub a {
  color: #1790d2;
}
.dropdown-menu .sub-nav-div > a {
  background-color: #e9e9e9;
}
.dropdown-menu .sub-nav-div > a:hover {
  background-color: #e9e9e9;
}
.dropdown-menu > .group-divider {
  border-bottom: 1px solid #ccc;
}
.dropdown-menu > .group-divider > a {
  padding: 8px 20px;
}
.dropdown-menu .sub-nav-lev3 > a {
  padding-left: 35px;
}
.dropdown-menu .sub-nav-lev3.last > a {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
body.admin-bar .navbar-fixed-top {
  top: 32px !important;
}
/* Scroll to top styles
----------------------------------------------- */
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #11518a;
  opacity: .8;
}
.intro-8 h2.text-center {
  margin-bottom: 32px;
  color: #fff;
}
.intro-8 p {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.intro-12 {
  margin-bottom: 58px;
  padding: 0 10%;
}
.intro-12 h2.text-center {
  margin-bottom: 32px;
}
.intro-12 p {
  font-weight: 300;
  line-height: 35px;
}
.intro-12.lite h3.text-center,
.intro-12.lite h2.text-center {
  color: #fff;
}
.intro-12.lite p {
  color: #fff;
}
.intro-12.drk h2.text-center {
  color: #000;
}
.intro-12.drk p {
  color: #000;
}
.intro-12.inv-rep {
  padding: 0 5%;
  margin-bottom: 0;
}
.post-content {
  padding: 50px 0;
}
.post-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.white-band {
  padding-bottom: 100px;
  padding-top: 100px;
  margin-left: 0;
  margin-right: 0;
}
.white-band .intro p {
  line-height: 35px;
  color: #000;
}
.grey-band {
  background-color: #efefef;
  padding-bottom: 100px;
  padding-top: 100px;
}
.grey-band .intro p {
  line-height: 35px;
  color: #000;
}
.stations-band {
  background-color: #e8e8e8;
  padding: 20px;
}
.blue-band {
  background-color: #00508d;
  margin-top: 0;
}
.blue-band h2 {
  color: #fff;
  margin: 95px 0;
}
.blue-band p {
  line-height: 35px;
  color: #fff;
}
.pr-news-band {
  background-color: #00508d;
}
.pr-news-band h2 {
  color: #fff;
  margin: 100px 0 0 0;
}
.pr-news-band p {
  line-height: 35px;
  color: #fff;
}
.dist-platform {
  background-color: #e3e4e4;
  margin-top: 80px;
  padding-bottom: 75px;
  padding-top: 65px;
}
.dist-platform a {
  color: #fff;
}
.dist-platform a:hover {
  color: #337ab7;
}
.dist-platform h3 {
  color: #000;
}
.col-lg-12.adv-platform.last {
  margin-bottom: 75px;
}
.row.group-3 {
  max-width: 1314px;
  width: 100%;
  margin: 0px auto;
}
.row.cards,
.row.people {
  padding-left: 10%;
  padding-right: 10%;
}
.row.file-links {
  padding: 0 10% 5%;
}
.row.file-links .btn-block {
  padding-bottom: 25px;
  padding-top: 25px;
}
.row.sbg-page-content {
  margin-top: 50px;
}
.adv-platform {
  padding-top: 32px;
}
#Awards.blue-band h2 {
  color: white;
  margin: 100px 0 32px;
}
#Awards .award-row {
  margin: 85px auto;
  width: 100%;
  text-align: center;
}
#Awards .award-row img {
  display: inline;
  margin: 0 10px;
}
#Awards .image-row {
  margin-top: 0px;
}
body.page-template-corp-governance .intro-12 {
  margin-bottom: 0;
}
body.page-template-corp-governance .intro-12 h2.text-center {
  margin-bottom: 40px;
}
#Directors .intro-12.drk h2.text-center {
  padding-top: 48px;
}
.people {
  text-align: center;
}
.people .panel-wrapper {
  display: inline-block;
  margin: 0 12px 24px;
  position: relative;
  vertical-align: top;
}
.people .panel-wrapper.exec-emp {
  max-width: 225px;
  width: 100%;
  height: auto;
}
.people .panel-wrapper.off-emp {
  max-width: 175px;
  width: 100%;
  height: auto;
}
.people .panel-wrapper.key-emp {
  max-width: 142px;
  width: 100%;
  height: auto;
}
.people .panel-wrapper.sect-16 {
  max-width: 225px;
  width: 100%;
  height: auto;
}
.people .panel-wrapper.sect-16 .panel {
  min-height: 150px;
}
.people .panel {
  border: 0;
  margin-bottom: 4px;
}
.people .panel .panel-heading {
  font-weight: 700;
}
.people .panel .panel-body {
  padding: 0;
}
.people .panel .panel-footer {
  bottom: 0;
  padding: 15px 20px;
  text-align: center;
  display: block;
  border: solid 1px #e3e3e3;
  min-height: 135px;
  background: #f4f4f4;
  color: #333;
  -webkit-box-shadow: 4px 4px 0px 0px #e3e3e3;
  -moz-box-shadow: 4px 4px 0px 0px #e3e3e3;
  box-shadow: 4px 4px 0px 0px #e3e3e3;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-tranisiton: 0.2s ease-in-out;
}
.people .panel .panel-footer i {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  line-height: 18px;
}
.people .panel .panel-footer hr {
  margin: 5px 15px 10px;
  border-top: solid 1px #c9c9c9;
}
.people .panel .panel-footer .btn {
  margin-top: 15px;
}
.people .panel .p-link {
  display: block;
  margin: 0 auto;
  color: #11518A;
}
.people .panel a.panel-footer:hover {
  background: #efefef;
  text-decoration: none;
}
#business-conduct,
#ListedSecurities,
#AnnualReports,
#Talent {
  background-color: #efefef;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 100px 0;
}
.image-row {
  margin-top: 40px;
  text-align: center;
}
.image-row h3.text-center {
  color: #ffffff;
  margin-bottom: 30px;
}
.image-row .awards .sbgi-btngroup {
  margin-bottom: 100px;
  margin-top: 32px;
  overflow: visible;
}
.image-row .image-block {
  display: inline-block;
  margin: 0 12px 24px;
  position: relative;
  vertical-align: top;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.image-row .image-block.pdf {
  width: 256px;
}
.image-row .image-block.pdf .panel {
  background-color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.image-row .image-block.pdf .panel-body.pdf-links {
  padding: 15px;
  min-height: 100px;
}
.image-row .image-block.awards {
  height: 173px;
  width: 45.555%;
  background-color: #CFD4D8;
}
.image-row .image-block.awards .title-layer {
  background-color: #00508d;
  bottom: 0;
  color: #ffffff;
  height: 70px;
  font-size: 16px;
}
.image-row .image-block.awards .title-layer span {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.image-row .image-block.awards .image-layer > span {
  font-size: 72px;
  color: #00508e;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.image-row .image-block.large .title-layer {
  background-color: #ededed;
  color: #000;
  font-size: 18px;
}
.image-row .image-block.large .title-layer a {
  color: #333;
  display: block;
}
.image-row .image-block.large .title-layer a:hover {
  color: #606060;
}
.image-row .image-block.large.webcast {
  height: auto;
}
.image-row .image-block.large.webcast img {
  filter: none;
  -webkit-filter: none;
}
.image-row .image-block.large.webcast img:hover {
  filter: none;
  -webkit-filter: none;
}
.image-row .image-block.listed-sec {
  border: 1px solid #e5e5e5;
  min-height: 360px;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.image-row .image-block.listed-sec .image-layer {
  padding: 0 30px 30px;
}
.image-row .image-block.small {
  height: 173px;
  width: 256px;
}
.image-row .image-block.small .title-layer {
  background: none;
  color: #fff;
}
.image-row .image-block.small img {
  width: 100%;
}
.image-row .image-block .image-layer {
  z-index: 5;
}
.image-row .image-block .image-layer h3 {
  font-size: 22px;
  font-weight: 700;
}
.image-row .image-block .image-layer p {
  font-size: 16px;
}
.image-row .image-block .image-layer > a {
  text-decoration: none;
}
.image-row .image-block .title-layer {
  bottom: 20px;
  left: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 10;
}
/* WP Single Post Styling
----------------------------------------------- */
.single-history .entry-content,
.single-post .entry-content {
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  float: none;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.single .site-content {
  margin-top: 80px;
}
.single .entry-header {
  background-color: #00508d;
}
.single .entry-header h1 {
  color: #fff;
  margin: 50px auto;
  padding-bottom: 0;
  font-weight: 300;
}
.single .page-header {
  margin-top: 0;
}
.single .entry-content {
  font-weight: 300;
  line-height: 2;
  font-size: 18px;
}
.single .col-lg-8.entry-content {
  padding-right: 50px;
}
.single .entry-meta {
  border-bottom: 1px solid #E3E4E4;
  color: #1790d2;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 6px;
  overflow: auto;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.single .entry-meta .posted-on {
  border-right: 1px solid #E3E4E4;
  display: block;
  float: left;
  padding: 3px 10px 3px 0;
}
.single .entry-meta .entry-date.published {
  margin-right: 10px;
}
.single .entry-meta .byline {
  display: block;
  padding: 3px 10px;
  float: left;
}
body.single-pr-news .page-header {
  margin-bottom: 50px;
  padding-bottom: 0;
}
body.single-pr-news .post-inner-content {
  margin-bottom: 100px;
}
.single-pr-news .entry-header {
  background-color: #00508d;
}
.single-pr-news .entry-header h1 {
  font-size: 32px;
  max-width: 1314px;
  width: 100%;
}
.single-pr-news .entry-header .posted-on a,
.single-pr-news .entry-header .byline a {
  color: #ffffff;
}
.people .entry-header h1 {
  margin: 25px auto 12.5px auto;
}
.people .entry-content {
  font-weight: 300;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 35px;
  text-align: left;
  font-size: 18px;
}
.people .entry-content p {
  margin-bottom: 20px;
}
.people .page-header {
  border: none;
  margin-bottom: 0;
}
.people .page-header hr {
  width: 22%;
  margin: 18px auto;
}
.people .page-header i {
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}
.people .container {
  max-width: 900px;
}
/* WP Post Page - Recent Posts Styling
----------------------------------------------- */
.recent-posts-list {
  padding: 15px 0 0;
  overflow: auto;
}
.recent-posts-list > li {
  font-size: 16px;
  list-style: none;
  font-weight: 400;
  margin-bottom: 18px;
}
.recent-posts-list > li a {
  color: #11518A;
  display: block;
  line-height: 24px;
}
.recent-posts-list > li a:hover {
  color: #777777;
}
.recent-posts-list > li .more-link {
  margin-top: 40px;
}
.recent-posts-list .link-title {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.single-entry-header {
  margin-top: 36px;
}
/* WP Page Styling
----------------------------------------------- */
.page .edittext {
  margin: 60px 80px;
}
.page .site-content {
  margin-top: 80px;
}
.page .widecolumn.page-title {
  background-color: #00508d;
  position: relative;
}
.page .widecolumn.page-title h1 {
  color: #fff;
  margin: 34px auto 42px;
  text-transform: lowercase;
}
.page .widecolumn.page-title .btn {
  background: none;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.page .widecolumn.page-title .btn:hover {
  color: #ccc;
}
.page .widecolumn.page-title .fa {
  margin-right: 10px;
}
.page .widecolumn .contact-form {
  margin: 0 auto;
  width: 75%;
}
body.page-template-default .table {
  margin: 0;
}
.featured-image img {
  margin: 0px auto;
}
footer.site-footer {
  background-color: #333333;
  padding: 35px;
  color: #BCBEC0;
  font-size: 12px;
  text-align: center;
}
footer.site-footer a {
  color: #BCBEC0;
}
footer .logo-area {
  margin-bottom: 25px;
}
footer .logo-area a {
  display: inline-block;
  margin: 0 10px;
}
footer .logo-area a img {
  margin: 0;
}
footer .footer-navigation {
  display: table;
  margin: 0 auto 25px;
}
footer .footer-navigation .menu-list {
  text-align: center;
}
footer .footer-navigation .menu-list li {
  display: inline-block;
  border-left: solid 1px #BCBEC0;
}
footer .footer-navigation .menu-list li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
}
footer .footer-navigation .menu-list li a:hover {
  color: #6bb6ff;
  background: none;
}
footer .footer-navigation .menu-list li:first-child {
  border-left: none;
}
.sbgi-btngroup {
  margin-top: 25px;
  overflow: visible;
}
.sbgi-btngroup .btn {
  margin: 5px;
}
.sbgi-facts {
  padding: 99px 20% 0;
  text-align: center;
}
.sbgi-facts .stock-fact,
.sbgi-facts .fact {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-color: #ececec;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
}
.sbgi-facts .fact-last {
  border: none;
}
.sbgi-facts .factor.oswald {
  color: #1790d2;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  text-align: center;
}
.sbgi-facts .stock-title,
.sbgi-facts .factor-title {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.sbgi-facts .factor.oswald.percent:after {
  content: "%";
  font-size: 14px;
  font-weight: 400;
  padding-left: 3px;
}
.sbgi-facts .stock-data {
  color: #1790d2;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.sbgi-facts .fa {
  font: 16px/1 FontAwesome;
}
.sbgi-facts .fa-caret-up {
  color: #00ad18;
}
.affil-img {
  margin-top: 100px;
}
.invest-form {
  margin-bottom: 10px;
  text-align: center;
}
.cards .panel {
  position: relative;
}
.cards .panel .panel-heading {
  font-weight: 700;
  font-size: 22px;
}
.cards .panel .panel-body {
  padding: 15px 30px 20px 30px;
  font-size: 16px;
}
.cards .panel .panel-footer {
  bottom: 0;
  left: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
.cards .panel.panel-default {
  min-height: 320px;
  border: solid 1px #e5e5e5;
}
.cards .panel.panel-default.dl {
  min-height: 130px;
}
.panel.panel-default.sbg-large-box {
  min-height: 350px;
}
.pdf-links > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.pdf-links .fa {
  float: left;
  color: #ccc;
  font-size: 20px;
  margin-right: 12px;
  line-height: 12px;
}
.pdf-links .pdfIcon {
  float: left;
  margin-right: 10px;
}
.pdf-links .pdfFile {
  display: inherit;
  font-size: 14px;
}
.pdf-links ul {
  margin-bottom: 0;
  padding: 0;
}
.pdf-links li {
  display: block;
  overflow: visible;
  padding-bottom: 15px;
}
.pdf-links li:last-child {
  padding-bottom: 0;
}
.table {
  margin-top: 50px;
}
/*Investor Relations styles*/
body.page-template-investor-relations .post-content {
  padding: 0;
}
#AnalystCoverage .intro-12 {
  margin-bottom: 0;
}
#AnalystCoverage .intro-12 h4 {
  padding-top: 25px;
}
.investor-items {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
}
.investor-items li {
  float: left;
  width: 25%;
  padding: 0 5px 5px 0;
}
.investor-items li img {
  border: solid 1px #eeeeee;
}
#InvestorPresentations .intro-12 {
  margin-bottom: 0;
}
#NonGAAP .fa {
  margin-left: 8px;
}
/*Main CSS for Investor relations calendar events*/
.col-lg-12 .investor-relations-cal {
  display: inline;
}
.investor-relations-cal .panel.panel-default {
  border: medium none;
  box-shadow: none;
  margin-bottom: 0;
}
.investor-relations-cal .panel .panel-heading {
  padding: 0 0 20px 0;
}
.investor-relations-cal .panel .panel-body {
  padding: 0;
}
.investor-relations-cal h3 {
  margin-top: 0px;
}
.investor-relations-cal .cal-link {
  display: block;
  margin-bottom: 25px;
}
.investor-relations-cal.col-lg-12 {
  padding: 0 10%;
}
.investor-relations-cal .cal-item {
  border: 1px solid #e5e5e5;
  background-color: #f4f4f4;
  height: 100px;
  width: 100%;
  margin: 0px auto;
}
.investor-relations-cal .cal-item .cal-block {
  display: block;
  float: left;
  margin-right: 0;
  vertical-align: top;
}
.investor-relations-cal .cal-item .cal-day,
.investor-relations-cal .cal-item .cal-month,
.investor-relations-cal .cal-item .cal-title span {
  vertical-align: middle;
}
.investor-relations-cal .cal-item .cal-title {
  margin-left: 0px;
  border-left: 1px solid #e5e5e5;
  width: 80%;
  height: 98px;
  line-height: 97px;
  color: black;
}
.investor-relations-cal .cal-item .cal-title span {
  margin-left: 20px;
  margin-right: 20px;
  line-height: normal;
  display: inline-block;
}
.investor-relations-cal .cal-item .cal-item:not(:last-child) {
  margin-bottom: 20px;
}
.investor-relations-cal .cal-item .cal-date {
  width: 20%;
  background-color: #fff;
}
.investor-relations-cal .cal-item .cal-date .cal-day,
.investor-relations-cal .cal-item .cal-date .cal-month {
  text-align: center;
}
.investor-relations-cal .cal-item .cal-date .cal-day {
  height: 68px;
  color: #11518f;
  letter-spacing: 1px;
  line-height: 65px;
  font-size: 32px;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.investor-relations-cal .cal-item .cal-date .cal-month {
  background-color: #11518f;
  color: white;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  width: auto;
}
/*End of main CSS for investor calendar.*/
body.error404 .site-content,
body.search .site-content {
  margin-top: 80px;
  min-height: 1000px;
}
body.error404 .widecolumn h1,
body.search .widecolumn h1 {
  color: #fff;
  margin: 34px auto 42px;
  text-transform: lowercase;
}
body.error404 .full-bg-pattern1,
body.search .full-bg-pattern1 {
  padding-bottom: 0;
}
body.error404 .small,
body.search .small {
  margin-top: 0;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 24px;
}
body.error404 .sbg-page-link,
body.search .sbg-page-link {
  text-transform: uppercase;
}
body.error404 .entry-meta,
body.search .entry-meta {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  color: #1790d2;
  padding-right: 15px;
  text-align: right;
}
body.error404 .search-results-header,
body.search .search-results-header {
  margin-bottom: 90px;
  font-weight: 300;
}
body.error404 .search-results-header p,
body.search .search-results-header p {
  line-height: 0;
}
body.error404 article.pr-news,
body.search article.pr-news {
  padding-bottom: 50px;
}
body.error404 article.pr-news a,
body.search article.pr-news a {
  color: #333;
  font-size: 16px;
}
body.error404 article.pr-news a:hover,
body.search article.pr-news a:hover {
  color: #777777;
}
body.error404 .bold,
body.search .bold {
  font-weight: bold;
}
body.error404 .search-terms,
body.search .search-terms {
  font-weight: bold;
}
body.error404 .search-pagination,
body.search .search-pagination {
  margin-top: 50px;
}
a.next.page-numbers,
a.prev.page-numbers {
  display: none;
}
a.page-numbers,
span.page-numbers {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  background: #eeeeee;
  padding: 5px 12px;
  color: #777777;
}
a.page-numbers:hover,
span.page-numbers:hover {
  background: #B0AFAF;
}
span.page-numbers.current {
  background: #1790d2;
  color: white;
}
@media (max-width: 768px) {
  .navbar {
    min-height: 50px;
  }
  .navbar-brand {
    top: 9px;
  }
  #logo {
    top: 1px;
  }
  .single .site-content,
  .page .site-content,
  body.error404 .site-content,
  body.search .site-content {
    margin-top: 60px;
  }
  .navbar-default .navbar-toggle {
    margin: 15px 15px 13px 0;
  }
  /*global framework changes*/
  .container-fluid {
    padding: 0;
  }
  .container-fluid .row {
    margin: 0 auto;
  }
  .container {
    width: auto;
  }
  #logo {
    margin-left: 30px;
  }
  .attachment-sbgn-post-small.wp-post-image {
    margin: 5% auto;
  }
  .admin-bar .sbgi-spotlight {
    top: auto;
  }
  body #myCarousel {
    max-height: 37%;
  }
  body.admin-bar .navbar-fixed-top {
    top: 46px !important;
  }
  .right.carousel-control {
    padding-left: 0;
  }
  .timeline:before {
    left: 10px;
  }
  .timeline > li > .timeline-badge {
    left: -39px;
    margin-left: 0;
    top: 30px;
  }
  .timeline > li > .timeline-panel {
    float: left;
    margin-left: 10px;
    width: 95%;
  }
  .timeline li.timeline-inverted .timeline-panel {
    float: left;
    margin-left: 10px;
    margin-right: 0;
  }
  .timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline-title {
    color: #11518A;
    padding-left: 15px;
  }
  .timeline-normal .timeline-heading {
    position: initial;
    padding-top: 20px;
  }
  .timeline-inverted .timeline-heading {
    position: initial;
    padding-top: 20px;
  }
  .timeline::after {
    left: 4px;
    margin-left: 0;
  }
  .image-row .image-block.awards {
    width: 44.7%;
  }
  .row .image-row .image-block.listed-sec {
    height: 350px;
  }
  .jumbo-alt {
    margin: -116px 0 0 0;
    font-size: 40px;
  }
  #sbgfullpage {
    height: 330px;
    background-size: 100% !important;
    background-attachment: scroll !important;
  }
  .page-template-history {
    background: #11518A !important;
  }
  .fscf-div-form {
    width: 100%;
  }
  .history-bg-pattern {
    margin-left: 0;
    margin-right: 0;
  }
  #SbgiCareers {
    background-image: none !important;
    padding: 0;
  }
  #SbgiCareers img {
    display: block;
  }
  #SbgiCareers .container {
    padding: 0;
  }
  #SbgiCareers .col-md-8 {
    padding: 0;
  }
  #SbgiCareers p {
    margin: 0 30px;
    background: white;
    padding: 0 30px 30px 30px;
  }
  #SbgiCareers .sbgi-btngroup {
    background: white;
    margin: 0 30px;
    padding: 0 30px 80px;
  }
  #SbgiCareers h2 {
    position: absolute;
    bottom: 0;
    background: white;
    margin: 0 30px;
    padding: 15px 30px;
    width: calc(40%);
    width: -moz-calc(40%);
    width: -webkit-calc(40%);
    width: -o-calc(40%);
  }
  .intro-full {
    position: relative;
  }
  .investor-items li {
    width: 33.33%;
  }
  .row.file-links .btn-block {
    margin-bottom: 25px;
  }
  .single-pr-news .entry-header h1 {
    margin: 25px 15px;
  }
  body.search .entry-meta {
    text-align: left;
  }
  #News,
  #sbghistory {
    background-attachment: scroll !important;
  }
}
@media (max-width: 550px) {
  .navbar-brand,
  footer a.navbar-brand {
    display: none;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 39px;
  }
  h2,
  .h2 {
    font-size: 34px;
    margin: 0 0 25px 0;
  }
  h3,
  .h3 {
    font-size: 30px;
    margin: 0;
  }
  h4,
  .h4 {
    margin: 0 0 25px 0;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .wp-relative {
    position: static;
    padding-top: 12.5px;
  }
  #ConnectCongress .sbgi-btngroup,
  #FullMeasure .sbgi-btngroup {
    margin-bottom: 35px;
  }
  #YourVoice h2,
  #FullMeasure h2 {
    margin-top: 35px;
  }
  .btn-link {
    background: #11518A;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    color: white;
    display: block;
  }
  a.btn-link {
    border-bottom: none;
  }
  a.btn-link:hover {
    border-bottom: none;
    color: #fff;
    text-decoration: none;
    background: #0b365d;
  }
  a.stock-title.stock-link {
    font-weight: 700;
    color: white;
    float: right;
  }
  a.stock-title.stock-link:focus {
    color: #0e4473;
    text-decoration: none;
    background-color: transparent;
  }
  .intro-12 p,
  .intro-8 p {
    font-size: 16px;
    line-height: 26px;
  }
  .col-lg-12.intro-12.drk {
    padding: 0 15px;
  }
  .static-hero .carousel-caption {
    left: 4%;
    right: 4%;
  }
  .static-hero .carousel-caption h1 {
    font-size: 24px;
  }
  .static-hero .carousel-caption p {
    font-size: 14px;
  }
  .hero-container {
    margin-top: 0;
  }
  .pr-news-band h2 {
    margin-top: 50px;
  }
  #News .more-pr {
    margin-bottom: 50px;
  }
  .white-band {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .grey-band {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .added-margin {
    margin-top: 15px;
    margin-right: 0;
  }
  .blue-band h2 {
    margin: 50px 0 0 0;
  }
  .adv-platform {
    padding-top: 50px;
  }
  #investorsInformation .sbgi-facts {
    margin-top: 100px;
  }
  .sbgi-facts {
    padding: 50px 0 0;
  }
  .stock-fact.fact-first {
    float: left;
    border-right: solid 1px #ececec;
    border-bottom: 0;
    width: 49%;
  }
  .stock-fact.fact-last {
    float: left;
    width: 49%;
    border: none;
  }
  .row .intro-12 {
    padding: 0 15px;
  }
  .intro-6 {
    padding-left: 15px;
  }
  .outro-6 {
    padding-right: 15px;
  }
  #SbgiCareers {
    padding-top: 0;
  }
  .row .image-row .image-block.awards {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
  .row .image-block.listed-sec {
    margin: 0 0 24px;
  }
  body .row .image-row .image-block.listed-sec {
    height: auto;
    width: 100%;
  }
  #first-image-row {
    margin-left: 15px;
    margin-right: 15px;
  }
  #WhatWeDo .col-lg-12 .image-row {
    margin-left: auto;
    margin-right: auto;
  }
  .image-row .image-block {
    margin: 0 auto 24px;
  }
  .image-row .image-block.large {
    width: 100%;
    height: auto;
  }
  .image-row .image-block.small {
    width: 100%;
    height: auto;
  }
  .image-row .image-block.small img {
    width: 100%;
  }
  .image-row .image-layer h3 {
    padding: 15px 0;
  }
  .dist-platform {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .investor-relations-cal.col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .investor-relations-cal .cal-item .cal-date {
    width: 25%;
  }
  .investor-relations-cal .cal-item .cal-title {
    width: 75%;
  }
  .jumbo-alt {
    margin: -63px 0 0 0;
    font-size: 32px;
  }
  .jumbo {
    font-size: 72px;
    margin: -63px 0 0 0;
  }
  .sbg-page-content p {
    font-size: 16px;
    line-height: 26px;
  }
  body.page-template-news .jumbo-alt {
    margin: -40px 0 0 0;
    font-size: 36px;
  }
  body.page-template-news .white-band {
    padding-top: 25px;
  }
  .single-history .entry-content,
  .single-post .entry-content {
    padding: 0 15px;
  }
  body.single-history .white-band {
    padding-top: 30px;
  }
  body.page-template-sbgi-page-25-75 .white-band {
    padding-top: 50px;
  }
  body.page-template-sbgi-page-25-75 h3 {
    margin-bottom: 25px;
  }
  body.page-template-sbgi-page-25-75 .col-md-4 h4 {
    text-align: center;
    margin-top: 45px;
  }
  body.page-template-sbgi-page-25-75 a.sbg-page-link {
    padding: 25px 0;
    text-align: center;
    display: block;
    border: none;
  }
  body.page-template-sbgi-page-25-75 a.sbg-page-link:hover {
    border: none;
    padding: 25px 0;
  }
  body.single-pr-news .post-inner-content {
    margin-bottom: 50px;
  }
  #sbghistory {
    height: 180px;
  }
  .page-id-85 .jumbo-alt,
  .page-id-89 .jumbo-alt,
  .page-id-103 .jumbo-alt {
    font-size: 22px;
    margin: -58px 0 0 0;
  }
  #sbgfullpage,
  #sbghistory {
    height: 150px;
    background-attachment: scroll !important;
  }
  #business-conduct {
    padding: 50px 0;
  }
  .timeline {
    margin-bottom: 40px;
  }
  .timeline > li > .timeline-panel {
    padding: 20px 10px;
  }
  .timeline > li > .timeline-panel {
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  .timeline > li > .timeline-panel:after {
    opacity: .85;
  }
  .timeline li.timeline-inverted .timeline-panel {
    margin-left: 10px;
  }
  .fscf-div-form .fscf-button-submit {
    width: 100%;
  }
  .contact-info {
    text-align: center !important;
  }
  address {
    text-align: center !important;
  }
  footer .logo-area {
    margin-bottom: 15px;
  }
  footer .footer-navigation .menu-list li {
    border: none;
    display: block;
    width: 100%;
    margin: 8px auto;
  }
  #AnalystCoverage h4 {
    margin-top: 25px;
  }
  .investor-items {
    margin: 25px 0 0 0;
  }
  .investor-items li {
    width: 50%;
  }
  .investor-items li:nth-child(even) {
    padding-right: 0;
  }
  #ReportFilings .row.file-links {
    padding: 0;
  }
  #ReportFilings .post-content {
    padding: 0;
  }
  #ReportFilings .post-content h3 {
    padding-top: 25px;
  }
  .row.people {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-history h1 {
    padding-top: 40px;
  }
  .page-template-history .entrytext {
    font-size: 16px;
    line-height: 26px;
  }
  .page-template-history .post-content {
    padding-top: 40px;
  }
  body #Awards {
    background-image: none;
  }
  #Awards.blue-band {
    background-color: #024171;
  }
  #Awards.blue-band h2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #Awards .award-row {
    margin: 50px auto;
  }
  #Awards .award-row img {
    margin: 10px auto;
  }
  .blue-header h2 {
    margin: 40px 0 40px;
  }
  #business-conduct,
  #ListedSecurities,
  #AnnualReports,
  #Talent {
    padding: 50px 0;
  }
  .page-template-xbrl-filings .site-main {
    padding-bottom: 50px;
  }
  .sbgi-spacer {
    margin-top: 50px;
  }
  #EarningsWebcast {
    padding-bottom: 50px;
  }
  body.error404 .site-content,
  body.search .site-content {
    min-height: 400px;
  }
  body.error404 .small,
  body.search .small {
    font-size: 39px;
  }
  body.error404 .search-results-header,
  body.search .search-results-header {
    margin-bottom: 40px;
  }
  body.error404 .white-band,
  body.search .white-band {
    margin-bottom: 100px;
  }
  body.error404 article.pr-news,
  body.search article.pr-news {
    padding-bottom: 25px;
  }
  .image-row .awards .sbgi-btngroup {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .row.cards {
    padding-left: 0;
    padding-right: 0;
  }
  #business-conduct .cards .panel .panel-heading {
    font-size: 16px;
  }
  #business-conduct .panel-body p {
    font-size: 14px;
  }
  #business-conduct .panel.panel-default.sbg-large-box {
    min-height: 0;
  }
  #business-conduct .pdf-links {
    margin-top: 35px;
  }
  #business-conduct .pdf-links .fa {
    font-size: 40px;
    line-height: 8px;
  }
  #DividendTreatment h2 {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .investor-relations-cal h3 {
    font-size: 30px;
  }
  .investor-relations-cal .cal-title.cal-block > span {
    font-size: 16px;
  }
  .investor-relations-cal .panel-heading {
    padding: 0;
  }
  .investor-relations-cal .panel-body {
    padding: 0;
  }
  .investor-relations-cal .cal-item .cal-date .cal-month {
    font-size: 11px;
  }
  .investor-relations-cal .cal-item .cal-date .cal-day {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .image-row .image-block.awards {
    width: 100%;
    max-width: 312px;
  }
}
