/* ---------------------------------------------------------------------------------------------------- */
/* Iframes */
/* ---------------------------------------------------------------------------------------------------- */
iframe {
  border: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Orbit */
/* ---------------------------------------------------------------------------------------------------- */
.orbit-container {
  background: none;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  display: block !important;
  width: auto;
  height: auto;
  background: none;
  color: rgba(255,255,255,0.7);
  line-height: normal;
  margin: 0;
  text-decoration: none !important;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  color: #eeb211;
  text-decoration: none;
}
.orbit-container .orbit-prev:before,
.orbit-container .orbit-next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  text-indent: 0 !important;
  color: inherit;
}
.orbit-container .orbit-prev span,
.orbit-container .orbit-next span {
  display: none;
}
.orbit-container .orbit-prev:before {
  float: left;
  content: '\f137';
}
.orbit-container .orbit-next:before {
  float: right;
  content: '\f138';
}
.orbit-container .orbit-slide-number {
  display: none;
}
.orbit-container .orbit-video .flex-video a {
  width: 100%;
  display: block !important;
}
.orbit-container .orbit-video .flex-video a img {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

ul[data-orbit] {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

ul[data-orbit] li,
ul[data-orbit] .orbit-caption {
  display: none;
}

ul[data-orbit] li:first-child {
  display: block;
}

.orbit-container ul[data-orbit] li,
.orbit-container ul[data-orbit] .orbit-caption {
  display: block;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Off Canvas */
/* ---------------------------------------------------------------------------------------------------- */
.off-canvas {
  width: 260px;
  display: none;
}
.offset .off-canvas {
  display: block;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Menu */
/* ---------------------------------------------------------------------------------------------------- */
section.menu ul {
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
section.menu ul li a {
  display: block;
  padding: 10px 32px;
  color: #646464;
}
section.menu ul.utility {
  background: #e6e6e6;
  overflow: hidden;
  *zoom: 1;
}
section.menu ul.utility li {
  float: left;
  border-left: 1px solid #fff;
}
section.menu ul.utility li:first-child {
  border-left: 0;
}
section.menu ul.utility li:first-child a {
/*  padding-left: 32px;*/
    padding-left: 5px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
section.menu ul.utility li:first-child.home a {
  position: relative;
}
section.menu ul.utility li:first-child.home a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #646464;
  font-size: 20px;
  content: '\f015';
  line-height: 1;
}
section.menu ul.utility li a {
  padding: 10px;
}
section.menu ul.nav li {
  background: #eeb211;
  border-top: 1px solid #be8e0e;
}
section.menu ul.nav li a {
  color: #00254c;
  font-weight: normal;
}
section.menu ul.nav li li {
  background: #f1c141;
}
section.menu ul.nav li li a {
  padding-left: 40px;
}
section.menu ul.nav li li li {
  background: #f5d170;
}
section.menu ul.nav li li li a {
  padding-left: 50px;
}
section.menu ul.audience {
  border-bottom: 1px solid #be8e0e;
}
section.menu ul.audience li {
  border-top: 1px solid #be8e0e;
}
section.menu ul.social {
  padding: 10px 30px;
  overflow: hidden;
  *zoom: 1;
}
section.menu ul.social li {
  float: left;
  margin: 0 10px 0 0;
}
section.menu ul.social li a {
  padding: 0;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/sprite.png);
}
section.menu ul.social li a.facebook {
  background-position: 0 0;
}
section.menu ul.social li a.twitter {
  background-position: -25px 0;
}
section.menu ul.social li a.linkedin {
  background-position: -50px 0;
}
section.menu ul.social li a.youtube {
  background-position: -75px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Canvas */
/* ---------------------------------------------------------------------------------------------------- */
.canvas {
  overflow: hidden;
}
.offset .canvas {
  position: fixed;
  left: 260px;
  top: 0;
  width: 100%;
}
.offset .canvas .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------------------------------------------------- */
header.header {
  position: relative;
  z-index: 9;
}
header.header .row {
  position: relative;
}
header.header ul {
  float: left;
  list-style: none;
  margin: 0;
}
header.header ul li {
  float: left;
}
header.header ul li a {
  display: block;
}
header.header ul.utility, header.header ul.audience {
  font-size: 12px;
  line-height: 37px;
  font-weight: bold;
}
header.header ul.utility li, header.header ul.audience li {
  margin: 0 1px 0 0;
}
header.header ul.utility li a, header.header ul.audience li a {
  padding: 2px 10px;
  color: #646464;
}
header.header ul.utility li a:hover, header.header ul.audience li a:hover {
  background: #eee;
}
header.header ul.utility li:first-child a {
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 5px;
}
header.header ul.utility li:first-child.home a {
  position: relative;
}
header.header ul.utility li:first-child.home a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #646464;
  font-size: 20px;
  content: '\f015';
  line-height: 1;
}
header.header ul.utility li a {
/*  background: #e6e6e6;*/
}
header.header ul.social {
  float: right;
  padding: 5px 0;
}
header.header ul.social li {
  margin: 0 10px 0 0;
}
header.header ul.social li a {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/sprite.png);
}
header.header ul.social li a.facebook {
  background-position: 0 0;
}
header.header ul.social li a.twitter {
  background-position: -25px 0;
}
header.header ul.social li a.linkedin {
  background-position: -50px 0;
}
header.header ul.social li a.youtube {
  background-position: -75px 0;
}
header.header ul.nav, header.header ul.action {
  background: #eeb211;
  font-size: 13px;
  line-height: 40px;
  padding: 0 10px;
}
header.header ul.nav li a, header.header ul.action li a {
  display: block;
  padding: 0 10px;
  color: #00254c;
  height: 40px;
}
header.header ul.nav li:hover > a, header.header ul.action li:hover > a {
  background: #171102;
  color: #fff;
  border-top: 1px solid #eeb211;
  transition: background 0.3s ease;
}
header.header ul.nav li .mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #aaa;
  padding: 30px;
}
header.header ul.nav li .mega a {
  color: #fff;
  display: inline;
  padding: 0;
  background: none;
  border: 0;
}
header.header ul.nav li .mega a:hover {
  text-decoration: underline;
}
header.header ul.nav li .mega ul {
  font-size: 13px;
  list-style: none;
  margin: 0;
  line-height: 1;
  float: none;
}
header.header ul.nav li .mega ul li {
  float: none;
  margin: 8px 0 0 0;
}
header.header ul.nav li .mega h2 {
  font-size: 14px;
  color: #eeb211;
  line-height: 1;
  margin: 20px 0 0 0;
}
header.header ul.nav li .mega h2:first-child {
  margin-top: 0;
}
header.header ul.nav li .mega h2 a {
  color: inherit;
}
header.header ul.nav li .mega h3 {
  font-size: 18px;
  margin: 0;
}
header.header ul.nav li .mega p {
  font-size: 12px;
  margin: 0;
}
header.header ul.nav li .mega img {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
}
header.header ul.action {
  position: relative;
  background: #e6e6e6;
}
header.header ul.action:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  content: '';
  opacity: 0.25;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
header.header ul.action li a {
  color: #646464;
}
header.header ul.action li a:hover {
  background: none;
  color: #171102;
  border-top: 0;
}
header.header .logo {
  clear: both;

  background: rgba(38, 38, 38, 1.0);
  padding: .27em 20px;
  display: block;
}
header.header .logo img {
  display: block;
  height: 53px;
}
header.header .menu-toggle {
  position: relative;
  float: left;
  background: #eeb211;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 12px;
  color: #333;
}
header.header .menu-toggle:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f0c9';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
}
header.header .menu-toggle span {
  display: none;
}
header.header .search {
  position: relative;
  overflow: hidden;
  height: 40px;
  background: #a9aaae;
}
header.header .search:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  content: '';
  opacity: 0.25;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
header.header .search input[type=text] {
  background: none;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0 64px 0 20px;
  color: #fff;
  font-size: 12px;
}
.ie8 header.header .search input[type=text] {
  line-height: 40px;
}
header.header .search input[type=submit] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 40px;
  border: 0;
  font-size: 22px;
  background: none;
  color: #fff;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Breadcrumbs */
/* ---------------------------------------------------------------------------------------------------- */
section.breadcrumbs {
  color: #eeb211;
  font-size: 0.9em;

  line-height: 24px;

}
section.breadcrumbs .row {
  background: #023d7b;
  padding: 4px 20px;
}
section.breadcrumbs a {

 color: rgb(130, 166, 204);
 font: 400 93.75%/1.25 "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
 font-weight: 500 !important;
}
section.breadcrumbs a:hover {
	color:#fff;
}

section.breadcrumbs i{
	font-size:.8em;
	padding:0px 5px;	
}

section.breadcrumbs span {
  font-size: 20px;
  margin: 0 10px;
  color: #3760b8;
  vertical-align: -2px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Story */
/* ---------------------------------------------------------------------------------------------------- */
section.story {
  background: #000;
}
section.story .row {
  position: relative;
  max-width: 1200px;
}
section.story .row .slideshow {
  width: 100%;
  height: 0;
  padding-bottom: 52.08333%;
  overflow: hidden;
}
section.story .row .slideshow.small {
  padding-bottom: 35.41667%;
}
section.story .row .slideshow ul {
  margin: 0;
}
section.story .row .slideshow ul li img {
  display: block;
  margin: auto;
}
section.story .row .slideshow .orbit-prev,
section.story .row .slideshow .orbit-next {
  top: auto;
  bottom: 15px;
  opacity: 0.5;
}
section.story .row .slideshow .orbit-prev:before,
section.story .row .slideshow .orbit-next:before {
  font-size: 32px;
}
section.story .row .slideshow .orbit-prev {
  left: 15px;
}
section.story .row .slideshow .orbit-next {
  right: 15px;
}
section.story .row .slideshow .data {
  display: none;
}
section.story .row .caption {
  line-height: 45px;
}
section.story .row .caption .all {
  position: relative;
  background: #00254c;
  background: rgba(0, 37, 76, 0.85);
  color: #3963bc;
  display: block;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
  height: 45px;
  padding: 0 30px;
  font-size: 22px;
}
section.story .row .caption .all:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 8px;
  content: '\f064';
  background: #3963bc;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 15px;
  color: #00254c;
  text-shadow: none;
}
section.story .row .caption .all:hover {
  color: #fff;
}
section.story .row .caption p {
  position: absolute;
  left: -9999px;
  top: 0;
  line-height: inherit;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
}
section.story .row .caption p a {
  display: inline-block;
  min-height: 17px;
  color: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
section.story .row .caption p a:hover {
  color: #eeb211;
}
section.story .row .caption p a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f064';
  background: #eeb211;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #000;
}
section.story .info {
  background: #00254c;
  color: #fff;
  padding: 30px 0;
}
section.story .info .row {
  max-width: 1000px;
  padding: 0 30px;
}
section.story .info .row h2 {
  color: inherit;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}
section.story .info .row p {
  font-weight: 300;
  margin: 0;
}
section.story .info .row a {
  color: #eeb211;
  line-height: 17px;
  font-size: 14px;
  margin: 25px 0 0 0;
}
section.story .info .row a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f064';
  background: #eeb211;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #00254c;
}
section.story .info .row a.more {
  float: left;
  margin-right: 30px;
}
section.story .info .row a.all {
  float: right;
}
section.story .info .row a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Hook */
/* ---------------------------------------------------------------------------------------------------- */
section.hook {
  background: #00254c;
  color: #fff;
  border-bottom: 15px solid #eeb211;
  padding: 25px 15px;
}
section.hook a {
  color: #fff;
}
section.hook a:hover {
  color: #eeb211;
}
section.hook img {
  width: 303px;
  height: 213px;
  display: block;
}
section.hook h1 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
section.hook p {
  margin: 25px 0 0 0;
}
section.hook ul {
  list-style: none;
  margin: 15px 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
section.hook ul li {
  margin: 0 0 5px 0;
}
section.hook ul li a {
  position: relative;
  display: inline-block;
  min-height: 28px;
  padding: 7px 0 0 35px;
}
section.hook ul li a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  content: '\f064';
  background: #3963bc;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 15px;
  color: #00254c;
  text-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Trending */
/* ---------------------------------------------------------------------------------------------------- */
section.trending {
  border-top: 25px solid #eeb211;
}
section.trending .row {
  position: relative;
  padding: 0 30px 0 100px;
}
section.trending .row:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: -30px;
  content: '\f099';
  color: #00254c;
  font-size: 64px;
}
section.trending h2 {
  color: #00254c;
  margin: -25px 0 0 0;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 14px;
}
section.trending p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
}
section.trending .action {
  list-style: none;
  margin: 0 0 15px 0;
  overflow: hidden;
  *zoom: 1;
}
section.trending .action li {
  float: left;
  margin: 0 10px 0 0;
}
section.trending .action li a {
  display: block;
  color: #00254c;
  text-decoration: none;
  font-size: 16px;
}
section.trending a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Audience */
/* ---------------------------------------------------------------------------------------------------- */
section.audience {
  background: #cacaca;
  padding: 40px 0;
}
section.audience > .row .section-container {
  margin: 0;
}
section.audience section.active h2 a {
  background: #00254c;
}
section.audience section h2 {
  font-size: 22px;
  border: 0 !important;
}
section.audience section h2 a {
  color: #fff !important;
  background: #3e5671;
  padding: 10px 30px !important;
}
section.audience section .content {
  border: 0 !important;
  top: 0 !important;
  padding: 0 !important;
}
section.audience section .content .row {
  margin: 0;
}
section.audience section .content .row .columns {
  padding: 0;
}
section.audience section .content a:hover {
  text-decoration: underline;
}
section.audience section .content .block {
  padding: 30px;
}
section.audience section .content .links {
  list-style: none;
  margin: 0;
  background: #eeb211;
  font-weight: bold;
  font-size: 18px;
}
section.audience section .content .links li {
  margin: 15px 0 0 0;
}
section.audience section .content .links li:first-child {
  margin-top: 0;
}
section.audience section .content .links li a {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  color: #00254c;
}
section.audience section .content .links li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 3px;
  content: '\f064';
  background: #00254c;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
section.audience section .content .events {
  list-style: none;
  margin: 0;
}
section.audience section .content .events li {
  clear: both;
  margin: 30px 0 0 0;
  overflow: hidden;
  *zoom: 1;
}
section.audience section .content .events li:first-child {
  margin-top: 0;
}
section.audience section .content .events li .date {
  float: left;
  width: 100px;
  background: #cacaca;
  padding: 10px 0;
  text-align: center;
}
section.audience section .content .events li .date p {
  font-size: 20px;
}
section.audience section .content .events li .date p .left {
  float: left;
  width: 50%;
  line-height: 1;
}
section.audience section .content .events li .date p .month {
  color: #00254c;
}
section.audience section .content .events li .date p .day {
  float: right;
  width: 50%;
  font-size: 40px;
  line-height: 1;
  color: #00254c;
  padding: 0 5px 0 0;
}
section.audience section .content .events li .info {
  overflow: auto;
  padding: 0 10px;
}
section.audience section .content .events li .info h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
section.audience section .content .events li .info h3 a {
  color: #00254c;
}
section.audience section .content .events li .info p {
  font-size: 12px;
  margin: 0;
}
section.audience section .content .stats h3 {
  background: #00254c;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  margin: 0;
}
section.audience section .content .stats ul {
  list-style: none;
  margin: 0;
}
section.audience section .content .stats ul li {
  font-size: 14px;
  padding: 5px 10px;
}
section.audience section .content .stats ul li:nth-child(odd) {
  background: #efefef;
}
section.audience section .content .stats ul li:first-child {
  text-transform: uppercase;
  color: #00254c;
}
section.audience section .content .stats ul li span {
  float: right;
}
section.audience section .content .stats p {
  font-size: 12px;
  font-style: italic;
  padding: 10px 10px 0 10px;
  margin: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Main */
/* ---------------------------------------------------------------------------------------------------- */
section.main {
  padding: 0px 0 40px 0;
}
section.main > .row {
  padding: 0 30px;
}
section.main > .row > .columns {
  padding: 0;
}
section.main .content.flush-left {
  padding-left: 0 !important;
}
section.main .content.flush-left h1,
section.main .content.flush-left blockquote,
section.main .content.flush-left .video,
section.main .content.flush-left .map,
section.main .content.flush-left .slideshow,
section.main .content.flush-left .podcast,
section.main .content.flush-left .left {
  margin-left: 0 !important;
}
section.main .content.flush-right {
  padding-right: 0 !important;
}
section.main .content.flush-right h1,
section.main .content.flush-right blockquote,
section.main .content.flush-right .video,
section.main .content.flush-right .map,
section.main .content.flush-right .slideshow,
section.main .content.flush-right .podcast,
section.main .content.flush-right .right {
  margin-right: 0 !important;
}
section.main .content a:hover {
  text-decoration: underline;
}
section.main .content h1 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 0;
}
section.main .content h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
section.main .content h3 {
  font-size: 16px;
  font-size: 1rem;
}
section.main .content p.intro {
  font-size: 20px;
  font-size: 1.25rem;
  clear: both;
}
section.main .content p.category {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
section.main .content p.author {
  font-size: 14px;
  margin: -15px 0 0 0;
}
section.main .content .podcast {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 20px;
}
section.main .content ul,
section.main .content ol {
  padding: 0 0 0 25px;
}
section.main .content blockquote {
  border-left: 5px solid #eeb211;
  padding: 0 10px;
}
section.main .content blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #343434;
  margin: 0;
}
section.main .content blockquote p.credit {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 5px;
}
section.main .content .share {
  float: left;
  padding: 3px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin: 5px 0 20px 0;
  list-style: none;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  *zoom: 1;
}
section.main .content .share li {
  float: left;
  margin: 0 10px 0 0;
}
section.main .content .share li:first-child {
  margin-right: 30px;
}
section.main .content .share li a {
  color: inherit;
}
section.main .content .share li a:hover {
  text-decoration: none;
}
section.main .sidebar a:hover {
  text-decoration: underline;
}
section.main .sidebar .subnav {
  list-style: none;
  margin: 0 0 20px 0;
  border-top: 5px solid #eeb211;
  border-bottom: 1px solid #c7c7c7;
}
section.main .sidebar .subnav li {
  font-size: 14px;
  border-top: 1px solid #c7c7c7;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
section.main .sidebar .subnav li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 8px;
  content: '\f054';
  color: #eee;
  font-size: 18px;
}
section.main .sidebar .subnav li:first-child {
  border-top: 0;
}
section.main .sidebar .subnav li ul {
  list-style: none;
  margin: 0;
}
section.main .sidebar .subnav li ul li {
  font-size: 12px;
  font-weight: normal;
  border-top: 0;
  padding: 10px 0 0 20px;
}
section.main .sidebar .subnav li ul li:after {
  content: '';
}
section.main .sidebar .button {
  width: 100%;
}
section.main .sidebar h2 {
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
}
section.main .sidebar .list {
  list-style: none;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #aaa;
}
section.main .sidebar .list + h2 {
  border-top: 0;
}
section.main .sidebar .list li {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
section.main .sidebar .list li:first-child {
  border-top: 0;
}
section.main .sidebar .list li img {
  float: left;
  margin: 0 10px 0 0;
}
section.main .sidebar .list li img + p {
  margin-top: 0;
}
section.main .sidebar .list li img + p + p {
  clear: both;
}
section.main .sidebar .list li .block {
  overflow: auto;
}
section.main .sidebar .list li p {
  margin: 10px 0 0 0;
}
section.main .sidebar .list li p:first-child {
  margin-top: 0;
}
section.main .sidebar .list.downloads li {
  padding-left: 30px;
  position: relative;
}
section.main .sidebar .list.downloads li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 5px;
  top: 9px;
  content: '\f019';
  font-size: 14px;
}
section.main .sidebar .list.action {
  border-top: 5px solid #eeb211;
}
section.main .sidebar .list.action li {
  padding-left: 30px;
  position: relative;
  font-weight: bold;
}
section.main .sidebar .list.action li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 5px;
  top: 12px;
  content: '\f064';
  font-size: 14px;
  background: #00254c;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 8px;
}
section.main .sidebar .list.action li a {
  color: inherit;
}
section.main .sidebar h2 + .list.action {
  border-top: 0;
}
section.main .listing h2 {
  border-bottom: 1px solid #c7c7c7;
  margin: 11px 0 10px 0;
  padding: 0 0 10px 0;
}
section.main .listing .grid {
  padding: 0;
  margin: 0 -5px;
}
section.main .listing .grid li {
  padding: 0 5px 10px 5px;
}
section.main .listing .grid li .block {
  background: #efefef;
  color: #00254c;
  padding: 5px;
}
section.main .listing .grid li .block a {
  color: #00254c;
}
section.main .listing .grid li .block h3 {
  margin: 0 0 5px 0;
}
section.main .listing .grid li .block p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
section.main .listing .grid li .block img {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
section.main .listing .pagination {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 0;
  height: auto;
  font-weight: bold;
}
section.main .listing .pagination li {
  position: relative;
  font-size: 12px;
}
section.main .listing .pagination li.current a {
  background: #eeb211;
}
section.main .listing .pagination li.current a:hover {
  background: #eeb211;
}
section.main .listing .pagination li.unavailable a:hover {
  background: none;
}
section.main .listing .pagination li a {
  color: #00254c;
}
section.main .listing .pagination li a:hover {
  text-decoration: none;
  background: #efefef;
}
section.main .listing .pagination li i {
  position: absolute;
  top: 1px;
  font-size: 19px;
}
section.main .listing .pagination li.prev a {
  padding-left: 22px;
}
section.main .listing .pagination li.prev a i {
  left: 2px;
}
section.main .listing .pagination li.next a {
  padding-right: 22px;
}
section.main .listing .pagination li.next a i {
  right: 2px;
}
section.main .landing h2 {
  color: #fff;
  background: #464646;
  padding: 10px;
  margin: 0;
}
section.main .landing h3 {
  margin: 0 0 5px 0;
}
section.main .landing p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 5px 0;
}
section.main .landing p.category, section.main .landing p.date {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
section.main .landing img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 30%;
}
section.main .landing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.main .landing ul.tags {
  float: right;
}
section.main .landing ul.tags li {
  float: left;
  padding: 0;
  border: 0;
  margin: 0 0 0 3px;
}
section.main .landing ul.tags li a {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  background: #efefef;
  padding: 1px 4px;
  color: inherit;
}
section.main .landing ul li {
  padding: 10px 0;
  border-top: 1px solid #c7c7c7;
  overflow: hidden;
  *zoom: 1;
}
section.main .landing ul li:first-child {
  border-top: 0;
}
section.main .landing ul li.social {
  position: relative;
  padding-left: 30px;
}
section.main .landing ul li.social img {
  float: none;
}
section.main .landing ul li.social:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 7px;
  top: 10px;
}
section.main .landing ul li.social.facebook img {
  display: block;
  margin: 5px 0;
}
section.main .landing ul li.social.facebook:after {
  content: '\f09a';
}
section.main .landing ul li.social.twitter:after {
  content: '\f099';
}
section.main .landing ul li.social p.time {
  position: relative;
}
section.main .landing ul li.social p.time:before {
  float: left;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f017';
  margin: 0 5px 0 0;
  font-size: 13px;
}
section.main .landing .block {
  overflow: auto;
}
section.main .landing .block.pad {
  padding-bottom: 10px;
}
section.main .landing .event {
  padding: 10px 0;
  margin: 0 -5px;
}
section.main .landing .event img {
  max-width: none;
  width: 100%;
  margin: 0 0 10px 0;
}
section.main .landing .event p {
  border-top: 1px solid #c7c7c7;
  margin: 0;
  padding: 3px 0;
}
section.main .landing .event .columns {
  padding: 0 5px;
}
section.main .landing .dateblock {
  float: left;
  width: 100px;
  background: #cacaca;
  padding: 10px 0;
  text-align: center;
  margin: 0 10px 5px 0;
  overflow: hidden;
  *zoom: 1;
}
section.main .landing .dateblock p {
  font-size: 20px;
}
section.main .landing .dateblock p .left {
  float: left;
  width: 50%;
  line-height: 1;
}
section.main .landing .dateblock p .month {
  color: #00254c;
}
section.main .landing .dateblock p .day {
  float: right;
  width: 50%;
  font-size: 40px;
  line-height: 1;
  color: #00254c;
  padding: 0 5px 0 0;
}
section.main .landing .meta {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 60px 0;
}
section.main .landing .meta a,
section.main .landing .meta span {
  display: inline-block;
  color: inherit;
  position: relative;
  text-decoration: none;
  margin: 0 10px 0 0;
}
section.main .landing .meta .more {
  padding: 0 0 0 20px;
}
section.main .landing .meta .more:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 8px;
  content: '\f064';
  background: #eeb211;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 9px;
}
section.main .landing .meta i {
  font-size: 16px;
}
section.main .landing .section-container {
  margin: 10px 0;
  border: 0;
}
section.main .landing .section-container section {
  border: 0;
}
section.main .landing .section-container section.active .title a {
  background: #ddd;
}
section.main .landing .section-container section .title {
  cursor: default;
  border: 0;
  background: none;
}
section.main .landing .section-container section .title a {
  font-size: 16px;
  background: #eee;
  padding: 10px;
}
section.main .landing .section-container section .title a:hover {
  text-decoration: none;
}
section.main .landing .section-container section .content {
  border: 0;
  padding: 0 !important;
}
section.main .banner {
  margin: 0 0 25px 0;
  display: block;
  width: 100%;
}
section.main .aside {
  margin-bottom: 30px;
}
section.main .aside .more {
  background: #eeb211;
  display: block;
  margin: 0 0 3px 0;
  padding: 10px;
  color: inherit;
}
section.main .aside .more:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f054';
  font-size: 16px;
  float: right;
  margin: 0 0 0 10px;
}
section.main .aside .block {
  padding: 10px;
  background: #ccc;
}
section.main .aside .block p {
  margin: 0;
}
section.main .aside .block ul {
  margin: 0;
  padding: 0 0 0 20px;
}
section.main .gateway h2 {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  line-height: 1.2;
}
section.main .gateway p {
  margin-bottom: 10px;
}
section.main .gateway ul {
  list-style: none;
  padding: 0;
}
section.main .gateway ul li {
  position: relative;
  padding: 0 0 10px 15px;
}
section.main .gateway ul li:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 2px;
  content: '\f054';
  color: #bbb;
  font-size: 14px;
}
section.main .image {
  max-width: 100%;
}
section.main .image a {
  display: block;
}
section.main .image a > span {
  position: relative;
  padding-right: 40px;
}
section.main .image a > span:after {
  position: absolute;
  right: 10px;
  bottom: 1px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f00e';
  font-size: 17px;
  color: #707070;
}
section.main .image img {
  display: block;
}
section.main .image span {
  display: block;
  background: #222;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
}
section.main .image span span {
  display: inline;
  background: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 0 15px;
}
section.main .gallery {
  margin-bottom: 30px;
}
section.main .gallery ul {
  margin: 0 -5px;
}
section.main .gallery ul li {
  padding: 0 5px 10px 5px;
}
section.main .gallery ul li .image {
  max-width: 320px;
  margin: 0;
}
section.main .gallery ul li .image img {
  width: 100%;
}
section.main .button {
  display: inline-block;
  background: #023d7b;
  padding: 15px 40px;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  margin: 5px 0 30px 0;
  font-size: 16px;
  line-height: 20px;
}
section.main .button:hover {
  text-decoration: none !important;
}
section.main .button.drop {
  position: relative;
  padding: 0;
}
section.main .button.drop:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 12px;
  top: 10px;
  content: '\f13a';
  color: #eeb211;
  font-size: 20px;
  margin: 5px 10px 0 0;
  z-index: 8;
}
section.main .button.drop > a {
  display: block;
  padding: 15px 40px;
  color: #fff;
}
section.main .button.drop > a:hover {
  text-decoration: none;
}
section.main .button.drop ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  display: none;
}
section.main .button.drop ul li {
  border-top: 1px solid transparent;
}
section.main .button.drop ul li a {
  display: block;
  padding: 10px 40px;
  color: #fff;
  background: #023d7b;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
section.main .button.drop ul li a:hover {
  text-decoration: none;
}
section.main .button.spotlight {
  position: relative;
}
section.main .button.spotlight:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 12px;
  top: 10px;
  content: '\f138';
  color: #eeb211;
  font-size: 20px;
  margin: 5px 10px 0 0;
}
section.main .button.yellow {
  background: #eeb211;
  color: #023d7b;
}
section.main .button.center {
  text-align: center;
}
section.main .video {
  background: #222;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
section.main .video .flex-video {
  margin: 0;
}
section.main .video h2 {
  color: inherit;
  margin-top: 15px;
}
section.main .video p {
  font-size: 12px;
  font-size: 0.75rem;
}
section.main .video a {
  color: #fff;
}
section.main .video a.more {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
  line-height: 1.2;
  text-decoration: none;
}
section.main .video a.more:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f064';
  background: #eeb211;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 6px;
  color: #222;
  font-size: 8px;
}
section.main .map {
  margin-bottom: 30px;
}
section.main .table {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}
section.main .table table th {
  background: #023d7b;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  padding: 15px 10px;
  font-weight: normal;
  border: 1px solid #bbb;
}
section.main .table table td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 10px 10px 10px;
  border: 1px solid #bbb;
}
section.main .table table tr:nth-child(odd) td {
  background: #f1f1f1;
}
section.main .feature {
  margin: 0 -5px 30px -5px;
}
section.main .feature a {
  color: #eeb211;
}
section.main .feature li {
  padding: 5px;
}
section.main .feature .block {
  background: #222;
  color: #fff;
}
section.main .feature .block .row {
  margin: 0;
}
section.main .feature .block .row .columns {
  padding: 0;
}
section.main .feature .block .row .columns > a {
  position: relative;
  display: block;
}
section.main .feature .block .row .columns > a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 5px;
  content: '\f00e';
  font-size: 17px;
  color: #fff;
}
section.main .feature .block img {
  width: 100%;
  display: block;
}
section.main .feature .block h2 {
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0 10px;
  margin: 10px 0;
}
section.main .feature .block p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0;
  padding: 0 10px;
}
section.main .feed > .row > .columns {
  padding-bottom: 32px;
}
section.main .feed > .row > .columns + .columns {
  margin-top: 30px;
}
section.main .feed a:hover {
  text-decoration: underline;
}
section.main .feed h2 {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  margin: 0;
  font-size: 22px;
  padding: 0 0 10px 40px;
}
section.main .feed h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  background: #464646;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
}
section.main .feed h2.calendar:before {
  content: '\f073';
}
section.main .feed h2.chat:before {
  content: '\f075';
}
section.main .feed h2.news:before {
  content: '\f0c5';
}
section.main .feed h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
}
section.main .feed ul {
  list-style: none;
  margin: 0;
}
section.main .feed ul li {
  border-top: 1px solid #c7c7c7;
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}
section.main .feed ul li:first-child {
  border-top: 0;
}
section.main .feed ul li.social {
  position: relative;
  padding-left: 30px;
}
section.main .feed ul li.social:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 7px;
  top: 10px;
}
section.main .feed ul li.social.facebook img {
  display: block;
  margin: 5px 0;
}
section.main .feed ul li.social.facebook:after {
  content: '\f09a';
}
section.main .feed ul li.social.twitter:after {
  content: '\f099';
}
section.main .feed ul li.social p {
  font-size: 12px;
  font-size: 0.75rem;
}
section.main .feed ul li.social p.time {
  position: relative;
}
section.main .feed ul li.social p.time:before {
  float: left;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f017';
  margin: 0 5px 0 0;
  font-size: 13px;
}
section.main .feed ul li p {
  margin: 0;
  font-size: 14px;
}
section.main .feed ul li p.time {
  font-size: 12px;
  font-size: 0.75rem;
}
section.main .feed ul li p.source {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}
section.main .feed ul li .block {
  overflow: auto;
  padding-left: 10px;
}
section.main .feed ul li .date {
  float: left;
  width: 100px;
  background: #cacaca;
  padding: 10px 0;
  text-align: center;
}
section.main .feed ul li .date p {
  font-size: 20px;
}
section.main .feed ul li .date p .left {
  float: left;
  width: 50%;
  line-height: 1;
}
section.main .feed ul li .date p .month {
  color: #00254c;
}
section.main .feed ul li .date p .day {
  float: right;
  width: 50%;
  font-size: 40px;
  line-height: 1;
  color: #00254c;
  padding: 0 5px 0 0;
}
section.main .feed .meta {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  font-size: 14px;
  line-height: 30px;
}
section.main .feed .meta a,
section.main .feed .meta span {
  display: inline-block;
  color: inherit;
  position: relative;
  text-decoration: none;
  margin: 0 10px 0 0;
}
section.main .feed .meta .more {
  padding: 0 0 0 20px;
}
section.main .feed .meta .more:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 8px;
  content: '\f064';
  background: #eeb211;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 9px;
}
section.main .feed .meta i {
  font-size: 16px;
}
section.main .slideshow {
  margin-bottom: 30px;
}
section.main .slideshow .orbit-container ul {
  padding: 0;
}
section.main .slideshow .orbit-container ul li {
  position: relative;
}
section.main .slideshow .orbit-container ul li img {
  display: block;
  width: 100%;
}
section.main .slideshow .orbit-container ul li .caption {
  position: relative;
  background: #023d7b;
  background: rgba(2, 61, 123, 0.95);
  color: #eee;
  padding: 10px 15px;
}
section.main .slideshow .orbit-container ul li .caption h2 {
  font-size: 18px;
  margin: 0;
  color: inherit;
}
section.main .slideshow .orbit-container ul li .caption p {
  font-size: 14px;
  margin: 0;
}
section.main .slideshow .orbit-container ul li .caption p.credit {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 15px;
}
section.main .slideshow .orbit-container .orbit-prev,
section.main .slideshow .orbit-container .orbit-next {
  opacity: 0.5;
  top: 10px;
}
section.main .slideshow .orbit-container .orbit-prev:hover,
section.main .slideshow .orbit-container .orbit-next:hover {
  text-decoration: none;
}
section.main .slideshow .orbit-container .orbit-prev:before,
section.main .slideshow .orbit-container .orbit-next:before {
  font-size: 32px;
}
section.main .slideshow .orbit-container .orbit-prev {
  left: 15px;
}
section.main .slideshow .orbit-container .orbit-prev:before {
  margin-left: 1px;
}
section.main .slideshow .orbit-container .orbit-next {
  right: 15px;
}
section.main .slideshow .orbit-container .orbit-next:before {
  margin-right: 1px;
}
section.main .slider {
 /* background: #0e0e0e;*/ /*black background on sliders*/
/* background:rgba(241,241,241,1.00);*/
  margin-bottom: 30px;
}

section.main .slider a.orbit-next, section.main .slider a.orbit-prev{
  background:rgba(241,241,241,1.00) !important;
}
section.main .slider a.orbit-next:hover, section.main .slider a.orbit-prev:hover{
  background:rgba(0,0,0,0.15) !important;
}

section.main .slider .orbit-container {
  padding: 0 0 30px 0;
}
section.main .slider .orbit-container .orbit-prev,
section.main .slider .orbit-container .orbit-next {
  top: auto;
  bottom: 0;
  width: 50%;
  height: 30px;
  line-height: 30px;

}
section.main .slider .orbit-container .orbit-prev:before,
section.main .slider .orbit-container .orbit-next:before {
  font-size: 25px;
}
section.main .slider .orbit-container .orbit-prev {
  left: 0;
}
section.main .slider .orbit-container .orbit-prev:before {
  content: '\f104';
  margin-left: 10px;
}
section.main .slider .orbit-container .orbit-next {
  right: 0;
}

section.main .slider .orbit-container a.orbit-next {
  color:rgba(0,0,0,0.75) !important;
}
section.main .slider .orbit-container a.orbit-prev {
  color:rgba(0,0,0,0.75) !important;
}
section.main .slider .orbit-container a.orbit-next:hover {
  color:rgba(255,184,50,1.00) !important;
}
section.main .slider .orbit-container a.orbit-prev:hover {
  color:rgba(255,184,50,1.00) !important;
}



section.main .slider .orbit-container .orbit-next:before {
  content: '\f105';
  margin-right: 10px;
}
section.main .slider img {
  display: block;
  width: 100%;
}
section.main .slider ul li > a {
  display: block;
  position: relative;
}
section.main .slider ul li > a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 5px;
  content: '\f00e';
  font-size: 17px;
  color: #fff;
}
section.main .slider ul li > a:hover {
  text-decoration: none;
}
section.main .slider .caption {
  color: #fff;
  background: #222;
  padding: 10px 15px;
}
section.main .slider .caption h3 {
  margin: 0;
  color: inherit;
  font-size: 14px;
}
section.main .slider .caption p {
  margin: 0;
  font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* News */
/* ---------------------------------------------------------------------------------------------------- */
section.news {
  background: #efefef;
  padding: 20px 0 60px 0;
}
section.news > .row {
  padding: 0 15px;
}
section.news > .row > .columns {
  padding: 0;
}
section.news a {
  color: inherit;
}
section.news a:hover {
  text-decoration: underline;
}
section.news h2 {
  position: relative;
  color: #333;
  font-size: 20px;
  margin: 0;
  padding: 5px 0 0 0;
  margin: 0 0 0 15px;
  min-height: 31px;
}
section.news h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  content: '\f0c5';
  background: #333;
  z-index: 10;
  font-size: 16px;
  margin: -2px 10px 0 0;
}
section.news h3 {
  color: #00254c;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  padding: 0 0 0 15px;
  margin: 25px 0 5px 0;
}
section.news .orbit-container ul {
  list-style: none;
  margin: 0;
}
section.news .orbit-container ul li {
  padding: 0 15px;
}
section.news .orbit-container ul li .block {
  background: #fff;
}
section.news .orbit-container ul li .block .row {
  padding: 0 15px;
}
section.news .orbit-container ul li .block .row .columns {
  padding: 0;
}
section.news .orbit-container ul li .block img {
  display: block;
  width: 100%;
}
section.news .orbit-container ul li .block h4 {
  color: #00254c;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0;
  padding: 0 10px;
}
section.news .orbit-container ul li .block h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
section.news .orbit-container ul li .block p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0 10px 10px 10px;
}
section.news .orbit-container ul li .block p.date {
  background: #464646;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
section.news .orbit-container .orbit-prev,
section.news .orbit-container .orbit-next {
  top: auto;
  bottom: 0;
  width: 50%;
  background: #00254c;
  height: 40px;
  line-height: 40px;
}
section.news .orbit-container .orbit-prev:before,
section.news .orbit-container .orbit-next:before {
  font-size: 25px;
}
section.news .orbit-container .orbit-prev {
  left: 15px;
}
section.news .orbit-container .orbit-prev:before {
  content: '\f104';
  margin-left: 10px;
}
section.news .orbit-container .orbit-next {
  right: 15px;
}
section.news .orbit-container .orbit-next:before {
  content: '\f105';
  margin-right: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Stats */
/* ---------------------------------------------------------------------------------------------------- */
section.stats {
  background: #cacaca;
  padding: 20px 0 60px 0;
}
section.stats > .row {
  padding: 0 5px;
}
section.stats > .row .row .columns {
  padding: 0 5px;
}
section.stats h2 {
  color: #333;
  font-size: 20px;
  margin: 0;
  padding: 5px 0 0 0;
  margin: 0 0 0 15px;
  min-height: 31px;
}
section.stats h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  float: left;
  background: #464646;
  margin: -2px 10px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  content: '\f012';
}
section.stats .all {
  position: relative;
  margin: auto;
  width: 260px;
  text-align: center;
  font-size: 14px;
  top: 20px;
}
section.stats .all a {
  display: inline-block;
  line-height: 18px;
  color: #00254c;
}
section.stats .all a:hover {
  color: #000;
}
section.stats .all a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f064';
  background: #00254c;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 10px;
}
section.stats .orbit-container {
  padding: 25px 0 40px 0;
}
section.stats .orbit-container ul {
  height: auto !important;
  list-style: none;
  margin: 0;
}
section.stats .orbit-container ul li {
  padding: 0 15px;
}
section.stats .orbit-container ul li .block {
  background: #00254c;
  color: #fff;
  padding: 40px 20px;
}
section.stats .orbit-container ul li .block img {
  margin: auto;
}
section.stats .orbit-container ul li .block p {
  margin: 10px 0 0 0;
  font-size: 12px;
}
section.stats .orbit-container ul li .block p.source {
  font-style: italic;
  font-size: 10px;
  text-align: right;
}
section.stats .orbit-container .orbit-prev,
section.stats .orbit-container .orbit-next {
  top: auto;
  bottom: 0;
  margin: 0;
  text-indent: 0 !important;
  background: none;
  width: auto;
  height: auto;
  line-height: 18px;
  color: #00254c;
  font-size: 14px;
}
section.stats .orbit-container .orbit-prev:hover,
section.stats .orbit-container .orbit-next:hover {
  color: #000;
}
section.stats .orbit-container .orbit-prev:hover:before,
section.stats .orbit-container .orbit-next:hover:before {
  color: #eeb211;
}
section.stats .orbit-container .orbit-prev:before,
section.stats .orbit-container .orbit-next:before {
  position: absolute;
  top: 0;
  font-size: 22px;
}
section.stats .orbit-container .orbit-prev span,
section.stats .orbit-container .orbit-next span {
  display: none;
}
section.stats .orbit-container .orbit-prev {
  left: 15px;
  padding: 0 0 0 25px;
}
section.stats .orbit-container .orbit-prev:before {
  left: 0;
}
section.stats .orbit-container .orbit-next {
  right: 15px;
  padding: 0 25px 0 0;
}
section.stats .orbit-container .orbit-next:before {
  right: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Spotlight */
/* ---------------------------------------------------------------------------------------------------- */
section.spotlight {
  background: #e9e9e9;
}
section.spotlight > .row {
  padding: 25px 15px;
}
section.spotlight > .row > .columns {
  padding-top: 25px;
}
section.spotlight > .row > .columns:first-child {
  padding-top: 0;
}
section.spotlight > .row > .columns:first-child:after {
  left: auto;
  right: 15px;
}
section.spotlight a {
  color: inherit;
}
section.spotlight a:hover {
  color: #000;
}
section.spotlight h2 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  background: 0 0 no-repeat;
  min-height: 45px;
  padding: 10px 0 10px 45px;
}
section.spotlight h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 0;
  background: #8d8d8d;
  margin: 0 10px 0 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  color: #fff;
}
section.spotlight h2.video:before {
  content: '\f03d';
}
section.spotlight h2.graph:before {
  content: '\f012';
}
section.spotlight h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px 0;
}
section.spotlight h6 em {
  float: left;
  display: block;
  color: #eeb211;
  font-size: 60px;
  font-style: normal;
  line-height: 0.8;
  margin: 0 10px 10px 0;
}
section.spotlight p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  float: left;
  max-width: 50%;
}
section.spotlight ul li {
  padding: 0 10px;
}
section.spotlight img {
  float: right;
  margin: 15px 0;
  max-width: 45%;
  width: auto;
}
section.spotlight .flex-video {
  margin: 0 0 10px 0;
}
section.spotlight .flex-video + p {
  float: none;
  max-width: none;
}
section.spotlight .orbit-container {
  padding-bottom: 40px;
}
section.spotlight .orbit-container .orbit-prev,
section.spotlight .orbit-container .orbit-next {
  top: auto;
  bottom: 0;
  text-indent: 0 !important;
  background: none;
  color: inherit;
  font-size: 18px;
  width: auto;
  margin: 0;
  line-height: 30px;
}
section.spotlight .orbit-container .orbit-prev:hover,
section.spotlight .orbit-container .orbit-next:hover {
  color: #000;
}
section.spotlight .orbit-container .orbit-prev:hover:before,
section.spotlight .orbit-container .orbit-next:hover:before {
  color: #fff;
}
section.spotlight .orbit-container .orbit-prev:before,
section.spotlight .orbit-container .orbit-next:before {
  position: absolute;
  top: 0;
  content: '';
  color: #eeb211;
  font-size: 30px;
}
section.spotlight .orbit-container .orbit-prev span,
section.spotlight .orbit-container .orbit-next span {
  display: none;
}
section.spotlight .orbit-container .orbit-prev {
  left: 10px;
  padding-left: 40px;
}
section.spotlight .orbit-container .orbit-prev:before {
  left: 0;
  content: '\f137';
}
section.spotlight .orbit-container .orbit-next {
  right: 10px;
  padding-right: 40px;
}
section.spotlight .orbit-container .orbit-next:before {
  right: 0;
  content: '\f138';
}

/* ---------------------------------------------------------------------------------------------------- */
/* Focus */
/* ---------------------------------------------------------------------------------------------------- */
section.focus {
  background: #e9e9e9;
}
section.focus > .row {
  padding: 25px 20px;
}
section.focus > .row > .columns {
  padding: 0 10px;
}
section.focus h2 {
  font-size: 18px;
  line-height: 1;
  margin: 15px 0;
  padding: 0 10px;
}
section.focus p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  padding: 0 10px;
}
section.focus a {
  color: inherit;
}
section.focus a:hover {
  color: #000;
}
section.focus hr {
  position: relative;
  top: -25px;
  margin: 0 10px;
  background: #ccc;
  width: auto;
  height: 1px;
  border: 0;
}
section.focus hr + .columns .block {
  margin-top: 0;
}
section.focus .block {
  position: relative;
  background: #dfe1e0;
  padding: 0 0 50px 0;
  margin: 25px 0 0 0;
}
section.focus .block img {
  display: block;
  max-width: 100%;
}
section.focus .block .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
section.focus .block .arrow:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  content: '\f064';
  background: #eeb211;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 15px;
  color: #dfe1e0;
}
section.focus .block .arrow span {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Feeds */
/* ---------------------------------------------------------------------------------------------------- */
section.feeds {
  padding: 20px 0 40px 0;
}
section.feeds > .row {
  padding: 0 15px;
}
section.feeds > .row > .columns:first-child h2 {
  margin-top: 0;
}
section.feeds ul {
  list-style: none;
  margin: 0;
}
section.feeds ul.schools {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  margin: 15px 0 0 0;
}
section.feeds ul.schools li {
  line-height: 1;
  margin: 8px 0 0 0;
}
section.feeds ul.schools li a {
  color: inherit;
}
section.feeds ul.schools li a:hover {
  text-decoration: none;
  color: #000;
}
section.feeds ul.news li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  overflow: auto;
}
section.feeds ul.news li:first-child {
  border-top: none;
  padding-top: 0;
}
section.feeds ul.news li div {
  overflow: auto;
}
section.feeds ul.news li img {
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
}
section.feeds ul.social li {
  padding: 7px 0;
}
section.feeds ul.social li:first-child {
  padding-top: 0;
}
section.feeds ul.social li .posted {
  position: relative;
  padding: 2px 0 0 30px;
  min-height: 24px;
}
section.feeds ul.social li .posted:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #e9e9e9;
  border-radius: 12px;
  color: #454545;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
}
section.feeds ul.social li .posted.facebook:after {
  content: '\f09a';
}
section.feeds ul.social li .posted.twitter:after {
  content: '\f099';
}
section.feeds a {
  font-weight: bold;
}
section.feeds a:hover {
  text-decoration: underline;
}
section.feeds h2 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin: 25px 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 7px 0 20px 40px;
  background: 0 0 no-repeat;
  min-height: 40px;
}
section.feeds h2:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #c7c7c7;
  border-radius: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 19px;
  color: #fff;
}
section.feeds h2.profile:before {
  content: '\f007';
}
section.feeds h2.news:before {
  content: '\f0c5';
}
section.feeds h2.chat:before {
  content: '\f075';
}
section.feeds h3 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.6;
}
section.feeds p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
section.feeds p.posted {
  color: #9c9c9c;
}
section.feeds img.full {
  width: 100%;
  max-width: 260px;
  display: block;
}
section.feeds .caption {
  padding: 5px 10px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Links */
/* ---------------------------------------------------------------------------------------------------- */
section.links {
  background: #646464;
  padding: 0;
}
section.links > .row {
  padding: 0;
}
section.links > .row > .columns {
  padding: 0;
}
section.links > .row > .columns:first-child h2:first-child {
  border-top: 1px solid #393c43;
}
section.links a:hover {
  text-decoration: underline;
}
section.links h2 {
  font-size: 12px;
  font-size: 1em;
  color: rgb(238, 178, 17);
  line-height: 1.15;
 /* background: #eeb211;*/
  padding: 10px 30px;
  border-bottom: 1px solid #393c43;
  margin: 0;
  cursor: pointer;
  text-shadow: 0px 1px 0px rgb(51, 51, 51);
}
section.links h2:first-child {
  margin-top: 0;
}
section.links h2 a {
  display: block;
  color: inherit;
}
section.links .map {
  margin-top: 10px;
  padding: 0 30px;
  width: 100%;
}
section.links ul {
  list-style: none;
  margin: 0;
  display: none;
}
section.links ul li {

  font-size: 0.7em;
  line-height: 1.2;
  margin: 0;
  border-bottom: 1px solid #393c43;
}
section.links ul li a {
  display: block;
  padding: 10px 30px;
  color: #fff;

}
section.links p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 8px 0 0 0;
  color: #fff;
  padding: 0 30px 10px 30px;
}
section.links p a {
  color: inherit;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------------------- */
footer.footer {
  background: #eeb211;
  padding: 10px 0 20px 0;
  color: #333;
}
footer.footer > .row {
  padding: 0 15px;
}
footer.footer a {
  color: inherit;
}
footer.footer a:hover {
  text-decoration: underline;
}
footer.footer a.logo {
  display: block;
}
footer.footer a.logo img {
  display: block;
  width: 129px;
  height: 55px;
}
footer.footer p {
  font-size: 11px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
footer.footer ul {
  margin: 0;
  width: auto;
  list-style: none;
}
footer.footer ul:first-child {
  margin-top: 15px;
}
footer.footer ul li {
  font-size: 11px;
  line-height: 1;
  margin: 10px 0 0 0;
}

footer.footer ul li a{
	font-size: 1.2em;
padding: 2px 5px;
margin: 0px 0px 2px;	
}

footer.footer hr{
	padding:0 !important;	
}

footer.footer ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
footer.footer ul.social {
  padding: 10px 0 5px 0;
}
footer.footer ul.social li {
  margin: 0 10px 0 0;
  float: left;
}
footer.footer ul.social li a {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/sprite.png);
}
footer.footer ul.social li a.facebook {
  background-position: 0 0;
}
footer.footer ul.social li a.twitter {
  background-position: -25px 0;
}
footer.footer ul.social li a.linkedin {
  background-position: -50px 0;
}
footer.footer ul.social li a.youtube {
  background-position: -75px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* Mobile only */
/* ---------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* ---------------------------------------------------------------------------------------------------- */
  /* Audience */
  /* ---------------------------------------------------------------------------------------------------- */
  section.audience section .content .block {
    height: auto !important;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Main */
  /* ---------------------------------------------------------------------------------------------------- */
  section.main .content p.left + * {
    clear: both;
  }
  section.main .content p.right + * {
    clear: both;
  }
  section.main .content .podcast.left + * {
    clear: both;
  }
  section.main .content .podcast.right + * {
    clear: both;
  }
  section.main .listing .grid li {
    width: 100%;
  }
  section.main .listing .grid li .block {
    height: auto !important;
  }
  section.main .feature .block {
    height: auto !important;
  }
  section.main .feed > .row > .columns {
    height: auto !important;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* News */
  /* ---------------------------------------------------------------------------------------------------- */
  section.news .orbit-container ul {
    height: auto !important;
  }
  section.news .orbit-container ul li .block {
    height: auto !important;
    margin-bottom: 40px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Spotlight */
  /* ---------------------------------------------------------------------------------------------------- */
  section.spotlight > .row > .columns {
    height: auto !important;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Focus */
  /* ---------------------------------------------------------------------------------------------------- */
  section.focus .block {
    height: auto !important;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* Tablet + */
/* ---------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  /* ---------------------------------------------------------------------------------------------------- */
  /* Off Canvas */
  /* ---------------------------------------------------------------------------------------------------- */
  .off-canvas {
    display: none !important;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Canvas */
  /* ---------------------------------------------------------------------------------------------------- */
  .offset .canvas {
    position: static;
  }
  .offset .canvas .overlay {
    display: none !important;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Header */
  /* ---------------------------------------------------------------------------------------------------- */
  header.header ul.nav, header.header ul.action {
    font-size: 11px;
    padding: 0 5px;
  }
  header.header ul.nav li a, header.header ul.action li a {
    padding: 0px 5px;

  }
  header.header .logo img {
    height: 62px;
	margin-top:10px;
  }
  header.header .search input[type=text] {
    font-size: 11px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Story */
  /* ---------------------------------------------------------------------------------------------------- */
  section.story {
    position: relative;
    top: -112px;
    margin-bottom: -112px;
  }
  section.story .row .slideshow .orbit-prev,
  section.story .row .slideshow .orbit-next {
    top: 50%;
    bottom: auto;
    opacity: 1;
  }
  section.story .row .slideshow .orbit-prev:before,
  section.story .row .slideshow .orbit-next:before {
    font-size: 70px;
  }
  section.story .row .caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 25px;
    height: 45px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
  }
  section.story .row .caption .all {
    float: right;
    width: auto;
    padding: 0 75px 0 15px;
  }
  section.story .row .caption .all:after {
    right: 15px;
  }
  section.story .row .caption p {
    position: static;
  }
  section.story .info .row h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  section.story .info .row p {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Hook */
  /* ---------------------------------------------------------------------------------------------------- */
  section.hook {
    padding: 35px 15px;
  }
  section.hook h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  section.hook ul {
    margin: 0;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Trending */
  /* ---------------------------------------------------------------------------------------------------- */
  section.trending p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Audience */
  /* ---------------------------------------------------------------------------------------------------- */
  section.audience > .row {
    padding: 0 30px;
  }
  section.audience section h2 {
    font-size: 16px;
    border-right: 1px solid #cacaca !important;
  }
  section.audience section h2 a {
    padding: 10px 15px !important;
  }
  section.audience section .content .events li .date {
    width: 50px;
  }
  section.audience section .content .events li .date p {
    font-size: 10px;
  }
  section.audience section .content .events li .date p .day {
    font-size: 18px;
  }
  section.audience section .content .stats ul li {
    font-size: 11px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Main */
  /* ---------------------------------------------------------------------------------------------------- */
  section.main .content {
    padding: 0 40px !important;
  }
  section.main .content h1 {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.main .content p.left {
    margin-left: -15px;
    margin-right: 30px;
  }
  section.main .content p.right {
    margin-left: 30px;
    margin-right: -15px;
  }
  section.main .content .podcast.left {
    margin-left: -15px;
    margin-right: 30px;
  }
  section.main .content .podcast.right {
    margin-left: 30px;
    margin-right: -15px;
  }
  section.main .content blockquote {
    float: left;
    width: 50%;
    margin-left: -15px;
  }
  section.main .listing {
    padding: 0 20px !important;
  }
  section.main .landing {
    padding: 0 20px !important;
  }
  section.main .landing img {
    max-width: 40%;
  }
  section.main .landing .event img {
    margin-bottom: 0;
  }
  section.main .landing .dateblock {
    width: 50px;
    float: none;
  }
  section.main .landing .dateblock p {
    font-size: 10px;
  }
  section.main .landing .dateblock p .day {
    font-size: 18px;
  }
  section.main .landing .section-container {
    margin-bottom: 0;
  }
  section.main .landing .section-container section.active .title a {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-bottom: 0;
  }
  section.main .landing .section-container section .title {
    width: 33.33333%;
    text-align: center;
    padding: 0 5px;
  }
  section.main .landing .section-container section .title a {
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent;
    border-bottom: 0;
    font-size: 12px;
    padding: 10px 0;
  }
  section.main .landing .section-container section .content {
    border-top: 1px solid #c7c7c7;
  }
  section.main .video {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.main .video h2 {
    margin-top: 0;
  }
  section.main .map {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.main .text-columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  section.main .text-columns-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  section.main .table table {
    width: 100%;
  }
  section.main .feed > .row > .columns + .columns {
    margin-top: 0;
  }
  section.main .feed ul li .date {
    width: 50px;
  }
  section.main .feed ul li .date p {
    font-size: 10px;
  }
  section.main .feed ul li .date p .day {
    font-size: 18px;
  }
  section.main .slideshow {
    margin-left: -15px;
    margin-right: -15px;
  }
  section.main .slideshow .orbit-container ul li .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.main .slideshow .orbit-container .orbit-prev,
  section.main .slideshow .orbit-container .orbit-next {
    opacity: 1;
    top: 50%;
    margin-top: -25px;
  }
  section.main .slideshow .orbit-container .orbit-prev:before,
  section.main .slideshow .orbit-container .orbit-next:before {
    font-size: 50px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* News */
  /* ---------------------------------------------------------------------------------------------------- */
  section.news h2 {
    font-size: 36px;
    padding-top: 3px;
  }
  section.news h2:before {
    margin-top: 10px;
  }
  section.news h2:after {
    position: relative;
    display: block;
    width: auto;
    height: 1px;
    overflow: hidden;
    background: #333;
    top: -25px;
    margin: 0 15px 0 40px;
    content: '';
    z-index: 8;
  }
  section.news h2 span {
    position: relative;
    background: #efefef;
    padding: 0 15px 0 0;
    z-index: 9;
  }
  section.news .orbit-container ul {
    padding-bottom: 40px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Stats */
  /* ---------------------------------------------------------------------------------------------------- */
  section.stats > .row {
    padding: 0 15px;
  }
  section.stats > .row .row .columns {
    padding: 0 15px;
  }
  section.stats h2 {
    font-size: 36px;
    padding-top: 3px;
  }
  section.stats h2:before {
    margin-top: 10px;
  }
  section.stats h2:after {
    position: relative;
    display: block;
    width: auto;
    height: 1px;
    overflow: hidden;
    background: #333;
    top: -25px;
    margin: 0 15px 0 40px;
    content: '';
    z-index: 8;
  }
  section.stats h2 span {
    position: relative;
    background: #cacaca;
    padding: 0 15px 0 0;
    z-index: 9;
  }
  section.stats .all {
    top: -18px;
  }
  section.stats .orbit-container ul li .block {
    margin-top: 0;
  }
  section.stats .orbit-container ul li .block p {
    font-size: 16px;
  }
  section.stats .orbit-container ul li .block p.source {
    font-size: 14px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Spotlight */
  /* ---------------------------------------------------------------------------------------------------- */
  section.spotlight > .row {
    padding: 40px 0 25px 0;
  }
  section.spotlight > .row > .columns {
    padding: 0 30px;
  }
  section.spotlight > .row > .columns:after {
    position: absolute;
    left: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: '';
  }
  section.spotlight h6 {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  section.spotlight h6 em {
    float: none;
    margin-right: 0;
    font-size: 100px;
  }
  section.spotlight p {
    max-width: none;
    width: auto;
  }
  section.spotlight img {
    max-width: none;
  }
  section.spotlight .orbit-container .orbit-prev:before,
  section.spotlight .orbit-container .orbit-next:before {
    top: 0;
    font-size: 16px;
  }
  section.spotlight .orbit-container .orbit-prev {
    padding-left: 24px;
  }
  section.spotlight .orbit-container .orbit-next {
    padding-right: 24px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Focus */
  /* ---------------------------------------------------------------------------------------------------- */
  section.focus .block {
    margin-top: 0;
  }
  section.focus .block img {
    min-width: 0;
    width: 100%;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Feeds */
  /* ---------------------------------------------------------------------------------------------------- */
  section.feeds h2 {
    margin-top: 0;
  }
  section.feeds img.full {
    max-width: none;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Links */
  /* ---------------------------------------------------------------------------------------------------- */
  section.links {
    padding: 30px 0 40px 0;
  }
  section.links > .row {
    padding: 0 15px;
  }
  section.links > .row > .columns {
    padding: 0 15px;
  }
  section.links > .row > .columns:first-child h2:first-child {
    border-top: 0;
  }
  section.links h2 {
    padding: 5px;
    border: 0;
    margin: 30px -5px 0 -5px;
    cursor: auto;
  }
  section.links h2 a {
    display: inline;
  }
  section.links .map {
    margin-top: 30px;
    padding: 0;
  }
  section.links ul {
    display: block !important;
  }
  section.links ul li {
    margin: 8px 0 0 0;
    border: 0;
  }
  section.links ul li a {
    display: inline;
    padding: 0;
  }
  section.links p {
    padding: 0;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Footer */
  /* ---------------------------------------------------------------------------------------------------- */
  footer.footer p {
    text-align: right;
  }
  footer.footer ul {
    float: right;
    clear: right;
    margin: 10px 0 0 0;
  }
  footer.footer ul li {
    float: left;
    border-left: 1px solid #333;
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* Desktop + */
/* ---------------------------------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  /* ---------------------------------------------------------------------------------------------------- */
  /* Header */
  /* ---------------------------------------------------------------------------------------------------- */
  header.header ul.nav, header.header ul.action {
    font-size: 13px;
    padding: 0 10px;
  }
  header.header ul.nav li a, header.header ul.action li a {
    padding: 0 10px;
  }
  header.header .search input[type=text] {
    font-size: 13px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Story */
  /* ---------------------------------------------------------------------------------------------------- */
  section.story .row .caption {
    max-width: 970px;
    left: 50%;
    margin-left: -485px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Hook */
  /* ---------------------------------------------------------------------------------------------------- */
  section.hook {
    padding: 35px 0;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Audience */
  /* ---------------------------------------------------------------------------------------------------- */
  section.audience section h2 {
    font-size: 22px;
  }
  section.audience section h2 a {
    padding: 10px 20px !important;
  }
  section.audience section .content .events li .date {
    width: 100px;
  }
  section.audience section .content .events li .date p {
    font-size: 20px;
  }
  section.audience section .content .events li .date p .day {
    font-size: 40px;
  }
  section.audience section .content .stats ul li {
    font-size: 14px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Main */
  /* ---------------------------------------------------------------------------------------------------- */
  section.main > .row {
    padding: 0;
  }
  section.main .landing .dateblock {
    width: 100px;
  }
  section.main .landing .dateblock p {
    font-size: 20px;
  }
  section.main .landing .dateblock p .day {
    font-size: 40px;
  }
  section.main .landing .section-container section .title a {
    font-size: 16px;
  }
  section.main .feed ul li .date {
    width: 100px;
  }
  section.main .feed ul li .date p {
    font-size: 20px;
  }
  section.main .feed ul li .date p .day {
    font-size: 40px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Spotlight */
  /* ---------------------------------------------------------------------------------------------------- */
  section.spotlight > .row {
    padding: 40px 20px 25px 20px;
  }
  section.spotlight > .row > .columns {
    padding: 0 35px;
  }
  section.spotlight h2 {
    font-size: 24px;
    padding-top: 5px;
  }
  section.spotlight h6 em {
    font-size: 150px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Focus */
  /* ---------------------------------------------------------------------------------------------------- */
  section.focus h2 {
    font-size: 24px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Feeds */
  /* ---------------------------------------------------------------------------------------------------- */
  section.feeds h2 {
    font-size: 24px;
    padding-top: 4px;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Links */
  /* ---------------------------------------------------------------------------------------------------- */
  section.links .map {
    margin-top: 0;
  }

  /* ---------------------------------------------------------------------------------------------------- */
  /* Footer */
  /* ---------------------------------------------------------------------------------------------------- */
  footer.footer p {
    text-align: left;
  }
}
