@charset "UTF-8";
/* Variables
/* -------------------------------------------- */
.size-test {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #000;
  color: #FFF;
  z-index: 5000;
}

.size-test:hover {
  opacity: 0.9;
}

.size-test span {
  display: none;
}

@media (min-width: 1360px) {
  .bp-desktop-xl {
    display: inline-block !important;
  }
}
@media (min-width: 1050px) and (max-width: 1359px) {
  .bp-desktop-lg {
    display: inline-block !important;
  }
}
@media (min-width: 990px) and (max-width: 1049px) {
  .bp-desktop-sm {
    display: inline-block !important;
  }
}
@media (min-width: 900px) and (max-width: 989px) {
  .bp-tablet-lg {
    display: inline-block !important;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  .bp-tablet-sm {
    display: inline-block !important;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .bp-phone-lg {
    display: inline-block !important;
  }
}
@media (max-width: 499px) {
  .bp-phone-sm {
    display: inline-block !important;
  }
}
@media (min-width: 990px) {
  .bp-desktop {
    display: inline-block !important;
  }
}
@media (min-width: 650px) and (max-width: 989px) {
  .bp-tablet {
    display: inline-block !important;
  }
}
@media (max-width: 649px) {
  .bp-phone {
    display: inline-block !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  line-height: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

a:link {
  -webkit-tap-highlight-color: default;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .imageblock:before, .clearfix:after, .imageblock:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after, .imageblock:after {
  clear: both;
}

.clearfix, .imageblock {
  zoom: 1;
}

.a11y-only, .screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* !== Transitions ==================================== */
/* !============================================= */
/* ! Media Grid							   		  */
/* !============================================= */
/* !== Borders ==================================== */
/* !== Sprites ==================================== */
/*
@import "compass/utilities/sprites";         // Include compass sprite helpers
@import "compass/css3/background-size";      // Include helper to calc background size

$sprites:   sprite-map("sprite/*.png");
$sprites2x: sprite-map("retina/*.png");

// Include sprites using:
// @include sprite(image-name);
// 
// .png only!
// 
// Make sure to include the image in both ./sprite and ./retina (a 2x version), and you can
// also make hover/active states by adding a [name]_hover.png and [name]_active.png and
// doing:
// @include sprite([name], [true|false], [true|false]);

@mixin sprite($name, $hover: false, $active: false) {
  @include retina-sprite($name, $sprites, $sprites2x, $hover, $active);
}

@mixin retina-sprite($name, $sprites, $sprites2x, $hover, $active, $dimensions: true, $pad: 0) {  
  @if $dimensions == true {
    @include sprite-dimensions($sprites, $name);
  }
  background-image: sprite-url($sprites);
  background-position: sprite-position($sprites, $name, -$pad, -$pad);
  background-repeat: no-repeat;

  @if $hover == true {
    $name_hover: $name + _hover;
    &:hover {
      background-position: sprite-position($sprites, $name_hover, -$pad, -$pad);
    }
  }
  @if $active == true {
    $name_active: $name + _active;
    &:active {
      background-position: sprite-position($sprites, $name_active, -$pad, -$pad);
    }
  }

  @if $pad > 0 {
    padding: $pad;
  }

  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
    & {
      $pos: sprite-position($sprites2x, $name, -$pad * 2, -$pad * 2);
      background-image: sprite-url($sprites2x);
      background-position: nth($pos, 1) nth($pos, 2) / 2;
      @include background-size(ceil(image-width(sprite-path($sprites2x)) / 2), auto);
      //  sprite-path() returns the path of the generated sprite sheet, which
      //  image-width() calculates the width of. the ceil() is in place in case
      //  you have sprites that have an odd-number of pixels in width

      @if $hover == true {
        $name_hover: $name + _hover;    // create myButton_hover and assign it
        &:hover{
          $pos: sprite-position($sprites2x, $name_hover, -$pad * 2, -$pad * 2);
          background-position: nth($pos, 1) nth($pos, 2) / 2;
        }
      }
      @if $active == true {
        $name_active: $name + _active;    // create myButton_active and assign it
        &:active{
          $pos: sprite-position($sprites2x, $name_active, -$pad * 2, -$pad * 2);
          background-position: nth($pos, 1) nth($pos, 2) / 2;
        }
      }
    }
  }
}


*/
/*	Lists
/* ---------------------------------------------- */
.list {
  padding: 0 0 0 18px;
  color: #f27830;
  font: 600 15px/120% proxima-nova, Arial, Helvetica, sans-serif;
}
.list > li {
  margin-bottom: 14px;
}
.list > li:last-child {
  margin-bottom: 0px;
}
.list > li > p {
  color: #000;
}
.list > li > a {
  color: #000;
}
.list > li > a:hover {
  text-decoration: underline;
}
.list.horiz > li {
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 1px;
}

.list-bull, .generic-styles > ul li, .entry-content > ul li, .generic-content > ul li, .bull-list {
  list-style: disc outside;
  padding: 0 0 0 18px;
  color: #f27830;
  font: 600 15px/120% proxima-nova, Arial, Helvetica, sans-serif;
}
.list-bull > li, .generic-styles > ul li > li, .entry-content > ul li > li, .generic-content > ul li > li, .bull-list > li {
  margin-bottom: 14px;
}
.list-bull > li:last-child, .generic-styles > ul li > li:last-child, .entry-content > ul li > li:last-child, .generic-content > ul li > li:last-child, .bull-list > li:last-child {
  margin-bottom: 0px;
}
.list-bull > li > p, .generic-styles > ul li > li > p, .entry-content > ul li > li > p, .generic-content > ul li > li > p, .bull-list > li > p {
  color: #000;
}
.list-bull > li > a, .generic-styles > ul li > li > a, .entry-content > ul li > li > a, .generic-content > ul li > li > a, .bull-list > li > a {
  color: #000;
}
.list-bull > li > a:hover, .generic-styles > ul li > li > a:hover, .entry-content > ul li > li > a:hover, .generic-content > ul li > li > a:hover, .bull-list > li > a:hover {
  text-decoration: underline;
}
.list-bull.horiz > li, .generic-styles > ul li.horiz > li, .entry-content > ul li.horiz > li, .generic-content > ul li.horiz > li, .bull-list.horiz > li {
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 1px;
}
.list-bull > .list-bull, .generic-styles > ul li > .list-bull, .entry-content > ul li > .list-bull, .generic-content > ul li > .list-bull, .generic-styles > ul .list-bull > li, .entry-content > ul .list-bull > li, .generic-content > ul .list-bull > li, .generic-styles > ul li > li, .entry-content > ul li > li, .generic-content > ul li > li, .bull-list > .list-bull, .generic-styles > ul .bull-list > li, .entry-content > ul .bull-list > li, .generic-content > ul .bull-list > li {
  margin: 9px 0;
}

.list-bull-orange a {
  color: #f27830 !important;
}

.list-alpha, .alpha-list {
  list-style: lower-alpha outside;
  padding: 0 0 0 18px;
  color: #f27830;
  font: 600 15px/120% proxima-nova, Arial, Helvetica, sans-serif;
}
.list-alpha > li, .alpha-list > li {
  margin-bottom: 14px;
}
.list-alpha > li:last-child, .alpha-list > li:last-child {
  margin-bottom: 0px;
}
.list-alpha > li > p, .alpha-list > li > p {
  color: #000;
}
.list-alpha > li > a, .alpha-list > li > a {
  color: #000;
}
.list-alpha > li > a:hover, .alpha-list > li > a:hover {
  text-decoration: underline;
}
.list-alpha.horiz > li, .alpha-list.horiz > li {
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 1px;
}

.num-list, .list-num, .generic-styles > ol li, .entry-content > ol li, .generic-content > ol li,
.number-list, .list-number {
  list-style: decimal outside;
  padding: 0 0 0 18px;
  color: #f27830;
  font: 600 15px/120% proxima-nova, Arial, Helvetica, sans-serif;
}
.num-list > li, .list-num > li, .generic-styles > ol li > li, .entry-content > ol li > li, .generic-content > ol li > li,
.number-list > li, .list-number > li {
  margin-bottom: 14px;
}
.num-list > li:last-child, .list-num > li:last-child, .generic-styles > ol li > li:last-child, .entry-content > ol li > li:last-child, .generic-content > ol li > li:last-child,
.number-list > li:last-child, .list-number > li:last-child {
  margin-bottom: 0px;
}
.num-list > li > p, .list-num > li > p, .generic-styles > ol li > li > p, .entry-content > ol li > li > p, .generic-content > ol li > li > p,
.number-list > li > p, .list-number > li > p {
  color: #000;
}
.num-list > li > a, .list-num > li > a, .generic-styles > ol li > li > a, .entry-content > ol li > li > a, .generic-content > ol li > li > a,
.number-list > li > a, .list-number > li > a {
  color: #000;
}
.num-list > li > a:hover, .list-num > li > a:hover, .generic-styles > ol li > li > a:hover, .entry-content > ol li > li > a:hover, .generic-content > ol li > li > a:hover,
.number-list > li > a:hover, .list-number > li > a:hover {
  text-decoration: underline;
}
.num-list.horiz > li, .list-num.horiz > li, .generic-styles > ol li.horiz > li, .entry-content > ol li.horiz > li, .generic-content > ol li.horiz > li,
.number-list.horiz > li, .list-number.horiz > li {
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 1px;
}

.list-horiz,
.horiz-list {
  padding: 0 0 0 18px;
  color: #f27830;
  font: 600 15px/120% proxima-nova, Arial, Helvetica, sans-serif;
  padding: 0;
}
.list-horiz > li,
.horiz-list > li {
  margin-bottom: 14px;
}
.list-horiz > li:last-child,
.horiz-list > li:last-child {
  margin-bottom: 0px;
}
.list-horiz > li > p,
.horiz-list > li > p {
  color: #000;
}
.list-horiz > li > a,
.horiz-list > li > a {
  color: #000;
}
.list-horiz > li > a:hover,
.horiz-list > li > a:hover {
  text-decoration: underline;
}
.list-horiz.horiz > li,
.horiz-list.horiz > li {
  display: inline-block;
  margin: 0 7px 0 0;
  line-height: 1px;
}
.list-horiz > li,
.horiz-list > li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.list-horiz > li:not(:last-child):after,
.horiz-list > li:not(:last-child):after {
  content: "|";
  margin-left: 8px;
  color: #ccc;
  font-family: proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ie .list-horiz > li:after,
.ie .horiz-list > li:after {
  content: "|";
  margin-left: 8px;
  color: #ccc;
  font-family: proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ie .list-horiz > li.last:after,
.ie .horiz-list > li.last:after {
  content: "";
}
.list-horiz > li > a,
.horiz-list > li > a {
  color: #f27830;
}

/* !============================================= */
/* ! Universal						   			  */
/* !============================================= */
/* Kill the margin on the last column */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* !============================================= */
/* ! Grids							   			  */
/* !============================================= */
/* Grid-2 vars */
/* Grid-3 vars */
/* Grid-3-rrl vars */
/* Grid-4 vars */
/* Grid-5 vars */
/* ! Columns */
.ui-block-25 {
  width: 25%;
}

.ui-block-50 {
  width: 50%;
}

.ui-block-75 {
  width: 75%;
}

/* !============================================= */
/* ! Spacers						   			  */
/* !============================================= */
/* Variables & Mixins */
/* Selectors */
.spacer {
  margin-bottom: 50px;
}

.spacer-small {
  margin-bottom: 10px;
}

.spacer-med {
  margin-bottom: 25px;
}

.spacer-large {
  margin-bottom: 75px;
}

/* !============================================= */
/* ! Image Blocks						   		  */
/* !============================================= */
.imageblock-image {
  float: left;
  margin: 0 10px 0 0;
}

.imageblock-image-right {
  float: right;
  margin: 0 0 0 10px;
}

.imageblock-content {
  display: table-cell;
  vertical-align: top;
  width: 1000em;
}

.ie6 .imageblock-content,
.ie7 .imageblock-content {
  display: block;
  width: auto;
  zoom: 1;
}

/* ---------------------------------------------- */
/*	Typography						 			  */
/* ---------------------------------------------- */
/* !-- Links ------------------------------------ */
.default-link {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.default-link.more-link {
  color: #999;
}
.default-link:hover {
  text-decoration: underline;
}

/* !-- Headlines/Headers ------------------------ */
.page-h1 {
  font: 600 47px/100% jubilat, Georgia, Times, Times New Roman, serif;
  text-transform: lowercase;
  color: #000;
}
.page-h1 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.page-h1 > a:active, .page-h1 > a:focus {
  outline: none;
}

.tz-h1, .generic-styles > h2, .entry-content > h2, .generic-content > h2 {
  font: 600 34px/100% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
  color: #000;
}
.tz-h1 > a, .generic-styles > h2 > a, .entry-content > h2 > a, .generic-content > h2 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.tz-h1 > a:active, .generic-styles > h2 > a:active, .entry-content > h2 > a:active, .generic-content > h2 > a:active, .tz-h1 > a:focus, .generic-styles > h2 > a:focus, .entry-content > h2 > a:focus, .generic-content > h2 > a:focus {
  outline: none;
}
.tz-h1 > a:hover, .generic-styles > h2 > a:hover, .entry-content > h2 > a:hover, .generic-content > h2 > a:hover {
  text-decoration: underline;
}
@media (min-width: 401px) {
  .tz-h1, .generic-styles > h2, .entry-content > h2, .generic-content > h2 {
    font: 600 40px/105% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}

.tz-h2, .generic-styles > h3, .entry-content > h3, .generic-content > h3,
.generic-styles > h4,
.entry-content > h4,
.generic-content > h4 {
  color: #000;
  margin-bottom: 9px;
  font: 600 27px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.tz-h2 > a, .generic-styles > h3 > a, .entry-content > h3 > a, .generic-content > h3 > a,
.generic-styles > h4 > a,
.entry-content > h4 > a,
.generic-content > h4 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.tz-h2 > a:active, .generic-styles > h3 > a:active, .entry-content > h3 > a:active, .generic-content > h3 > a:active,
.generic-styles > h4 > a:active,
.entry-content > h4 > a:active,
.generic-content > h4 > a:active, .tz-h2 > a:focus, .generic-styles > h3 > a:focus, .entry-content > h3 > a:focus, .generic-content > h3 > a:focus,
.generic-styles > h4 > a:focus,
.entry-content > h4 > a:focus,
.generic-content > h4 > a:focus {
  outline: none;
}
.tz-h2 > a:hover, .generic-styles > h3 > a:hover, .entry-content > h3 > a:hover, .generic-content > h3 > a:hover,
.generic-styles > h4 > a:hover,
.entry-content > h4 > a:hover,
.generic-content > h4 > a:hover {
  text-decoration: underline;
}

.tz-h3, .generic-styles > h5, .entry-content > h5, .generic-content > h5,
.generic-styles > h6,
.entry-content > h6,
.generic-content > h6 {
  color: #000;
  margin-bottom: 9px;
  font: 600 19px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
@media (min-width: 550px) {
  .tz-h3, .generic-styles > h5, .entry-content > h5, .generic-content > h5,
.generic-styles > h6,
.entry-content > h6,
.generic-content > h6 {
    font: 600 21px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}
.tz-h3 > a, .generic-styles > h5 > a, .entry-content > h5 > a, .generic-content > h5 > a,
.generic-styles > h6 > a,
.entry-content > h6 > a,
.generic-content > h6 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.tz-h3 > a:active, .generic-styles > h5 > a:active, .entry-content > h5 > a:active, .generic-content > h5 > a:active,
.generic-styles > h6 > a:active,
.entry-content > h6 > a:active,
.generic-content > h6 > a:active, .tz-h3 > a:focus, .generic-styles > h5 > a:focus, .entry-content > h5 > a:focus, .generic-content > h5 > a:focus,
.generic-styles > h6 > a:focus,
.entry-content > h6 > a:focus,
.generic-content > h6 > a:focus {
  outline: none;
}
.tz-h3 > a:hover, .generic-styles > h5 > a:hover, .entry-content > h5 > a:hover, .generic-content > h5 > a:hover,
.generic-styles > h6 > a:hover,
.entry-content > h6 > a:hover,
.generic-content > h6 > a:hover {
  text-decoration: underline;
}

.tz-h3.drp-dwn-h, .generic-styles > h5.drp-dwn-h, .entry-content > h5.drp-dwn-h, .generic-content > h5.drp-dwn-h,
.generic-styles > h6.drp-dwn-h,
.entry-content > h6.drp-dwn-h,
.generic-content > h6.drp-dwn-h {
  font: 600 19px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}

.section-h2 {
  font: 500 30px/110% jubilat, Georgia, Times, Times New Roman, serif;
  margin-bottom: 20px;
}
.section-h2 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  color: #000;
  cursor: pointer;
}
.section-h2 > a:active, .section-h2 > a:focus {
  outline: none;
}
.section-h2 > a:hover {
  color: #f27830;
}

.section-h3 {
  font: 20px/110% Georgia, Times, Times New Roman, serif;
  color: #493E37;
  margin-bottom: 30px;
}
.section-h3 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.section-h3 > a:active, .section-h3 > a:focus {
  outline: none;
}
.section-h3 > a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .section-h3 {
    font: 22px/110% Georgia, Times, Times New Roman, serif;
    color: #493E37;
  }
}

.section-h4 {
  font: 700 20px/100% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #333;
  margin-bottom: 20px;
}
.section-h4 > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}
.section-h4 > a:active, .section-h4 > a:focus {
  outline: none;
}
.section-h4 > a:hover {
  text-decoration: underline;
}

.section-h5 {
  font: normal 14px Georgia, Times, Times New Roman, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #000;
}

.section-sub-h {
  font: italic 14px Georgia, Times, Times New Roman, serif;
  color: #999;
}

.text-l, .txt-l,
.text-large, .txt-large {
  font: normal 18px/140% Georgia, Times, Times New Roman, serif;
  color: #111;
}
.text-l > a,
.text-l > p > a, .txt-l > a,
.txt-l > p > a,
.text-large > a,
.text-large > p > a, .txt-large > a,
.txt-large > p > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.text-l > a.more-link,
.text-l > p > a.more-link, .txt-l > a.more-link,
.txt-l > p > a.more-link,
.text-large > a.more-link,
.text-large > p > a.more-link, .txt-large > a.more-link,
.txt-large > p > a.more-link {
  color: #999;
}
.text-l > a:hover,
.text-l > p > a:hover, .txt-l > a:hover,
.txt-l > p > a:hover,
.text-large > a:hover,
.text-large > p > a:hover, .txt-large > a:hover,
.txt-large > p > a:hover {
  text-decoration: underline;
}
.text-l > p, .txt-l > p,
.text-large > p, .txt-large > p {
  margin-bottom: 16px;
}

.text, .txt,
.text-m, .text-med,
.txt-m, .txt-med {
  font: normal 16px/140% Georgia, Times, Times New Roman, serif;
  color: #493E37;
}
.text > a,
.text > p > a, .txt > a,
.txt > p > a,
.text-m > a,
.text-m > p > a, .text-med > a,
.text-med > p > a,
.txt-m > a,
.txt-m > p > a, .txt-med > a,
.txt-med > p > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.text > a.more-link,
.text > p > a.more-link, .txt > a.more-link,
.txt > p > a.more-link,
.text-m > a.more-link,
.text-m > p > a.more-link, .text-med > a.more-link,
.text-med > p > a.more-link,
.txt-m > a.more-link,
.txt-m > p > a.more-link, .txt-med > a.more-link,
.txt-med > p > a.more-link {
  color: #999;
}
.text > a:hover,
.text > p > a:hover, .txt > a:hover,
.txt > p > a:hover,
.text-m > a:hover,
.text-m > p > a:hover, .text-med > a:hover,
.text-med > p > a:hover,
.txt-m > a:hover,
.txt-m > p > a:hover, .txt-med > a:hover,
.txt-med > p > a:hover {
  text-decoration: underline;
}
.text > p, .txt > p,
.text-m > p, .text-med > p,
.txt-m > p, .txt-med > p {
  margin-bottom: 12px;
}

.text-s, .txt-s,
.text-small, .txt-small {
  font: normal 14px/150% Georgia, Times, Times New Roman, serif;
  color: #111;
}
.text-s > a,
.text-s > p > a, .txt-s > a,
.txt-s > p > a,
.text-small > a,
.text-small > p > a, .txt-small > a,
.txt-small > p > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.text-s > a.more-link,
.text-s > p > a.more-link, .txt-s > a.more-link,
.txt-s > p > a.more-link,
.text-small > a.more-link,
.text-small > p > a.more-link, .txt-small > a.more-link,
.txt-small > p > a.more-link {
  color: #999;
}
.text-s > a:hover,
.text-s > p > a:hover, .txt-s > a:hover,
.txt-s > p > a:hover,
.text-small > a:hover,
.text-small > p > a:hover, .txt-small > a:hover,
.txt-small > p > a:hover {
  text-decoration: underline;
}
.text-s > p, .txt-s > p,
.text-small > p, .txt-small > p {
  margin-bottom: 10px;
}

.tz-txt,
.tz-text {
  font: normal 15px/150% Georgia, Times, Times New Roman, serif;
  color: #493E37;
}
.tz-txt > a,
.tz-txt > p > a,
.tz-text > a,
.tz-text > p > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.tz-txt > a.more-link,
.tz-txt > p > a.more-link,
.tz-text > a.more-link,
.tz-text > p > a.more-link {
  color: #999;
}
.tz-txt > a:hover,
.tz-txt > p > a:hover,
.tz-text > a:hover,
.tz-text > p > a:hover {
  text-decoration: underline;
}

/* !-- Misc. Type -------------------------------- */
.overline {
  display: inline-block;
  color: #FFF;
  background: #f27830;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  padding: 6px 9px 5px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font: 600 12px/100% proxima-nova, Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
.overline:hover {
  background: #c9520d;
}
.overline:active {
  background: #813508;
}

.overline-small {
  color: #f27830;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font: 600 12px/100% proxima-nova, Arial, Helvetica, sans-serif;
}
.overline-small > a:hover {
  text-decoration: underline;
}

/* !-- Bugs ----------------------------------- */
.bug {
  display: inline-block;
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bbb;
  border-radius: 3px;
}
.bug.new {
  background: #46a546;
}
.bug.important {
  background: #c43c35;
}
.bug.warning {
  background: #f89406;
}
.bug.success {
  background: #46a546;
}
.bug.notice {
  background: #62cffc;
}

.generic-styles > ul, .entry-content > ul, .generic-content > ul {
  margin-bottom: 20px;
  color: #000;
}
.generic-styles > ul li, .entry-content > ul li, .generic-content > ul li {
  color: #000;
  margin-left: 18px;
  padding: 0px;
}
.generic-styles > ul li a, .entry-content > ul li a, .generic-content > ul li a {
  color: #000;
  text-decoration: underline;
}
.generic-styles > ul li a:hover, .entry-content > ul li a:hover, .generic-content > ul li a:hover {
  color: #f27830;
}
.generic-styles > ol, .entry-content > ol, .generic-content > ol {
  margin-bottom: 20px;
}
.generic-styles > ol li, .entry-content > ol li, .generic-content > ol li {
  color: #000;
  margin-left: 18px;
  padding: 0px;
}
.generic-styles > ol li a, .entry-content > ol li a, .generic-content > ol li a {
  color: #000;
  text-decoration: underline;
}
.generic-styles > ol li a:hover, .entry-content > ol li a:hover, .generic-content > ol li a:hover {
  color: #f27830;
}

.generic-content {
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 401px) {
  .generic-content {
    padding-bottom: 15px;
  }
}
@media (min-width: 850px) {
  .generic-content {
    border: 0px;
  }
}
.generic-content p {
  font: normal 16px/140% Georgia, Times, Times New Roman, serif;
  margin-bottom: 20px;
}
.generic-content img {
  max-width: 593px;
  max-width: 100%;
}

/* ---------------------------------------------- */
/*	Forms						 				  */
/* ---------------------------------------------- */
/* !-- Universal Form Styles ----------------------------------- */
.form-basic, .form-l, .form-large, .form, .form-m, .form-med, .form-s, .form-small {
  *zoom: 1;
  margin-bottom: 0px;
}
.form-basic:after, .form-l:after, .form-large:after, .form:after, .form-m:after, .form-med:after, .form-s:after, .form-small:after {
  content: "";
  display: table;
  clear: both;
}
.form-basic.sidesaddle .form-row > label, .sidesaddle.form-l .form-row > label, .sidesaddle.form-large .form-row > label, .sidesaddle.form .form-row > label, .sidesaddle.form-m .form-row > label, .sidesaddle.form-med .form-row > label, .sidesaddle.form-s .form-row > label, .sidesaddle.form-small .form-row > label {
  float: left;
  width: 130px;
  text-align: right;
}
.form-basic.sidesaddle .input, .sidesaddle.form-l .input, .sidesaddle.form-large .input, .sidesaddle.form .input, .sidesaddle.form-m .input, .sidesaddle.form-med .input, .sidesaddle.form-s .input, .sidesaddle.form-small .input,
.form-basic.sidesaddle .legend-h,
.sidesaddle.form-l .legend-h,
.sidesaddle.form-large .legend-h,
.sidesaddle.form .legend-h,
.sidesaddle.form-m .legend-h,
.sidesaddle.form-med .legend-h,
.sidesaddle.form-s .legend-h,
.sidesaddle.form-small .legend-h,
.form-basic.sidesaddle .input-prepend,
.sidesaddle.form-l .input-prepend,
.sidesaddle.form-large .input-prepend,
.sidesaddle.form .input-prepend,
.sidesaddle.form-m .input-prepend,
.sidesaddle.form-med .input-prepend,
.sidesaddle.form-s .input-prepend,
.sidesaddle.form-small .input-prepend,
.form-basic.sidesaddle .input-append,
.sidesaddle.form-l .input-append,
.sidesaddle.form-large .input-append,
.sidesaddle.form .input-append,
.sidesaddle.form-m .input-append,
.sidesaddle.form-med .input-append,
.sidesaddle.form-s .input-append,
.sidesaddle.form-small .input-append {
  margin-left: 150px;
}
.form-basic.sidesaddle .form-actions, .sidesaddle.form-l .form-actions, .sidesaddle.form-large .form-actions, .sidesaddle.form .form-actions, .sidesaddle.form-m .form-actions, .sidesaddle.form-med .form-actions, .sidesaddle.form-s .form-actions, .sidesaddle.form-small .form-actions {
  padding-left: 150px;
}
.form-basic .form-row select[multiple], .form-l .form-row select[multiple], .form-large .form-row select[multiple], .form .form-row select[multiple], .form-m .form-row select[multiple], .form-med .form-row select[multiple], .form-s .form-row select[multiple], .form-small .form-row select[multiple] {
  height: inherit;
  background-color: #fff;
}
.form-basic .form-row textarea, .form-l .form-row textarea, .form-large .form-row textarea, .form .form-row textarea, .form-m .form-row textarea, .form-med .form-row textarea, .form-s .form-row textarea, .form-small .form-row textarea {
  height: auto;
}
.form-basic .form-row input[type=text], .form-l .form-row input[type=text], .form-large .form-row input[type=text], .form .form-row input[type=text], .form-m .form-row input[type=text], .form-med .form-row input[type=text], .form-s .form-row input[type=text], .form-small .form-row input[type=text], .form-basic .form-row input[type=email], .form-l .form-row input[type=email], .form-large .form-row input[type=email], .form .form-row input[type=email], .form-m .form-row input[type=email], .form-med .form-row input[type=email], .form-s .form-row input[type=email], .form-small .form-row input[type=email], .form-basic .form-row input[type=number], .form-l .form-row input[type=number], .form-large .form-row input[type=number], .form .form-row input[type=number], .form-m .form-row input[type=number], .form-med .form-row input[type=number], .form-s .form-row input[type=number], .form-small .form-row input[type=number] {
  border: 1px solid #CCC;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px inset;
}
.form-basic .form-row input[type=text]:focus, .form-l .form-row input[type=text]:focus, .form-large .form-row input[type=text]:focus, .form .form-row input[type=text]:focus, .form-m .form-row input[type=text]:focus, .form-med .form-row input[type=text]:focus, .form-s .form-row input[type=text]:focus, .form-small .form-row input[type=text]:focus, .form-basic .form-row input[type=email]:focus, .form-l .form-row input[type=email]:focus, .form-large .form-row input[type=email]:focus, .form .form-row input[type=email]:focus, .form-m .form-row input[type=email]:focus, .form-med .form-row input[type=email]:focus, .form-s .form-row input[type=email]:focus, .form-small .form-row input[type=email]:focus, .form-basic .form-row input[type=number]:focus, .form-l .form-row input[type=number]:focus, .form-large .form-row input[type=number]:focus, .form .form-row input[type=number]:focus, .form-m .form-row input[type=number]:focus, .form-med .form-row input[type=number]:focus, .form-s .form-row input[type=number]:focus, .form-small .form-row input[type=number]:focus {
  outline: 0;
}

.txt-input {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px inset;
}

fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}

.form-row {
  *zoom: 1;
  margin-bottom: 18px;
}
.form-row:after {
  content: "";
  display: table;
  clear: both;
}
.form-row > label {
  font-weight: bold;
  color: #404040;
  margin: 0 0 2px 2px;
  display: block;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}

input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

input[type=button], input[type=reset], input[type=submit],
input.button, input.reset, input.submit {
  width: auto;
  height: auto;
}

select, input[type=file], input.file {
  height: 27px;
  *height: auto;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
}

input[type=text]:focus, input[type=text]:focus, textarea:focus, textarea:focus {
  outline: 0;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

.uneditable-input {
  background-color: #fff;
  display: block;
  border-color: #eee;
  cursor: not-allowed;
  -webkit-box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.025) 0 1px 2px inset;
}

:-moz-placeholder {
  color: #bfbfbf;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

/* !-- Form Sizes ----------------------------------- */
.form-s .form-row input[type=text],
.form-s .form-row input[type=email],
.form-s .form-row select,
.form-s .form-row textarea,
.form-s .form-row .uneditable-input,
.form-s .form-row .add-on, .form-small .form-row input[type=text],
.form-small .form-row input[type=email],
.form-small .form-row select,
.form-small .form-row textarea,
.form-small .form-row .uneditable-input,
.form-small .form-row .add-on {
  font-size: 11px;
  padding: 10px;
  height: 24px;
}
.form-s .form-row > label, .form-small .form-row > label {
  font-size: 11px;
  line-height: 18px;
}
.form-s .form-row .inputs-list label,
.form-s .form-row .list-inputs label, .form-small .form-row .inputs-list label,
.form-small .form-row .list-inputs label {
  font-size: 11px;
}
.form-s .btn, .form-s .button,
.form-s .btn-lt, .form-s .btn-light,
.form-s .btn-dark, .form-s .btn-dk, .form-small .btn, .form-small .button,
.form-small .btn-lt, .form-small .btn-light,
.form-small .btn-dark, .form-small .btn-dk {
  height: 24px;
}
.form-s.sidesaddle .form-row > label, .form-small.sidesaddle .form-row > label {
  margin-top: 3px;
}

.form .form-row input[type=text],
.form .form-row input[type=email],
.form .form-row select,
.form .form-row textarea,
.form .form-row .uneditable-input,
.form .form-row .add-on, .form-m .form-row input[type=text],
.form-m .form-row input[type=email],
.form-m .form-row select,
.form-m .form-row textarea,
.form-m .form-row .uneditable-input,
.form-m .form-row .add-on, .form-med .form-row input[type=text],
.form-med .form-row input[type=email],
.form-med .form-row select,
.form-med .form-row textarea,
.form-med .form-row .uneditable-input,
.form-med .form-row .add-on {
  font-size: 13px;
  padding: 5px 5px 5px 9px;
  height: 28px;
}
.form .form-row > label, .form-m .form-row > label, .form-med .form-row > label {
  font-size: 13px;
  line-height: 18px;
}
.form .form-row .inputs-list label,
.form .form-row .list-inputs label, .form-m .form-row .inputs-list label,
.form-m .form-row .list-inputs label, .form-med .form-row .inputs-list label,
.form-med .form-row .list-inputs label {
  font-size: 13px;
}
.form .btn, .form .button,
.form .btn-lt, .form .btn-light,
.form .btn-dark, .form .btn-dk, .form-m .btn, .form-m .button,
.form-m .btn-lt, .form-m .btn-light,
.form-m .btn-dark, .form-m .btn-dk, .form-med .btn, .form-med .button,
.form-med .btn-lt, .form-med .btn-light,
.form-med .btn-dark, .form-med .btn-dk {
  height: 28px;
}
.form.sidesaddle .form-row > label, .form-m.sidesaddle .form-row > label, .form-med.sidesaddle .form-row > label {
  margin-top: 4px;
}

.form-l .form-row input[type=text],
.form-l .form-row input[type=email],
.form-l .form-row select,
.form-l .form-row textarea,
.form-l .form-row .uneditable-input,
.form-l .form-row .add-on, .form-large .form-row input[type=text],
.form-large .form-row input[type=email],
.form-large .form-row select,
.form-large .form-row textarea,
.form-large .form-row .uneditable-input,
.form-large .form-row .add-on {
  font-size: 15px;
  padding: 6px;
  height: 35px;
}
.form-l .form-row > label, .form-large .form-row > label {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}
.sidesaddle .form-l .form-row > label, .sidesaddle .form-large .form-row > label {
  margin-top: 6px;
}
.form-l .form-row .inputs-list label,
.form-l .form-row .list-inputs label, .form-large .form-row .inputs-list label,
.form-large .form-row .list-inputs label {
  font-size: 15px;
}
.form-l .form-row .inputs-list input[type=checkbox],
.form-l .form-row .inputs-list input[type=radio],
.form-l .form-row .list-inputs input[type=checkbox],
.form-l .form-row .list-inputs input[type=radio], .form-large .form-row .inputs-list input[type=checkbox],
.form-large .form-row .inputs-list input[type=radio],
.form-large .form-row .list-inputs input[type=checkbox],
.form-large .form-row .list-inputs input[type=radio] {
  margin-top: 4px;
}
.form-l .form-row .inputs-list > li,
.form-l .form-row .list-inputs > li, .form-large .form-row .inputs-list > li,
.form-large .form-row .list-inputs > li {
  margin-bottom: 4px;
}
.form-l .btn, .form-l .button,
.form-l .btn-lt, .form-l .btn-light,
.form-l .btn-dark, .form-l .btn-dk, .form-large .btn, .form-large .button,
.form-large .btn-lt, .form-large .btn-light,
.form-large .btn-dark, .form-large .btn-dk {
  height: 35px;
}
.form-l.sidesaddle .form-row > label, .form-large.sidesaddle .form-row > label {
  margin-top: 7px;
}

/* !-- Form States ----------------------------------- */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

.disabled {
  color: #999;
}

/* Error states */
.error > label,
.error .help-block,
.error .help-inline {
  color: #b94a48;
}
.error input, .error input[type=text], .error textarea, .error input[type=email] {
  color: #b94a48;
  border-color: #ee5f5b;
}
.error input:focus, .error input:focus, .error input[type=text]:focus, .error input[type=text]:focus, .error textarea:focus, .error textarea:focus, .error input[type=email]:focus, .error input[type=email]:focus {
  border-color: #e9322d;
  -webkit-box-shadow: #f8b9b7 0 0 6px;
  -moz-box-shadow: #f8b9b7 0 0 6px;
  box-shadow: #f8b9b7 0 0 6px;
}
.error .input-prepend .add-on,
.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}

.warning > label,
.warning .help-block,
.warning .help-inline {
  color: #c09853;
}
.warning input, .warning input[type=text], .warning textarea, .warning input[type=email] {
  color: #c09853;
  border-color: #c09853;
}
.warning input:focus, .warning input:focus, .warning input[type=text]:focus, .warning input[type=text]:focus, .warning textarea:focus, .warning textarea:focus, .warning input[type=email]:focus, .warning input[type=email]:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: #e5d6b1 0 0 6px;
  -moz-box-shadow: #e5d6b1 0 0 6px;
  box-shadow: #e5d6b1 0 0 6px;
}
.warning .input-prepend .add-on,
.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}

.success > label,
.success .help-block,
.success .help-inline {
  color: #468847;
}
.success input, .success input[type=text], .success textarea, .success input[type=email] {
  color: #468847;
  border-color: #57a957;
}
.success input:focus, .success input:focus, .success input[type=text]:focus, .success input[type=text]:focus, .success textarea:focus, .success textarea:focus, .success input[type=email]:focus, .success input[type=email]:focus {
  border-color: #458845;
  -webkit-box-shadow: #9acc9a 0 0 6px;
  -moz-box-shadow: #9acc9a 0 0 6px;
  box-shadow: #9acc9a 0 0 6px;
}
.success .input-prepend .add-on,
.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}

/* !-- Inline & List Inputs ----------------------------------- */
.inline-inputs,
.inputs-inline {
  color: #808080;
}
.inline-inputs input[type=text], .inline-inputs select, .inline-inputs input[type=email],
.inputs-inline input[type=text],
.inputs-inline select,
.inputs-inline input[type=email] {
  width: 15%;
}
.inline-inputs .help-block,
.inputs-inline .help-block {
  padding: 0 2px 0 1px;
}

.inputs-list,
.list-inputs {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list > li,
.list-inputs > li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label,
.list-inputs label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong,
.list-inputs label strong {
  color: #808080;
}
.inputs-list label small,
.list-inputs label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list,
.inputs-list .list-inputs,
.list-inputs .inputs-list,
.list-inputs .list-inputs {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child,
.list-inputs:first-child {
  padding-top: 6px;
}
.inputs-list li + li,
.list-inputs li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.list-inputs input[type=radio],
.list-inputs input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}

/* !-- Help Text ----------------------------------- */
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}

.help-inline {
  padding-left: 5px;
  *position: relative; /* IE6-7 */
  *top: -5px; /* IE6-7 */
}

.help-block {
  margin-top: 4px;
  display: block;
  max-width: 600px;
}

/* !-- Prepends & Appends ----------------------------------- */
.input-prepend, .input-append {
  *zoom: 1;
}
.input-prepend:after, .input-append:after {
  content: "";
  display: table;
  clear: both;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: #fff 0 1px 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}

.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}

/* !-- Form Headlines ----------------------------------- */
.legend-h {
  display: block;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  margin-bottom: 18px;
  *padding: 0 0 5px 145px; /* IE6-7 */
  *line-height: 1.5; /* IE6-7 */
}

/* !-- Form Buttons ----------------------------------- */
.form-actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.form-actions .secondary-action {
  float: right;
}

/* !-- Form Widths ----------------------------------- */
.form-basic .span-5, .form-s .span-5, .form-small .span-5, .form .span-5, .form-m .span-5, .form-med .span-5, .form-l .span-5, .form-large .span-5 {
  width: 5%;
}
.form-basic .span-10, .form-s .span-10, .form-small .span-10, .form .span-10, .form-m .span-10, .form-med .span-10, .form-l .span-10, .form-large .span-10 {
  width: 10%;
}
.form-basic .span-15, .form-s .span-15, .form-small .span-15, .form .span-15, .form-m .span-15, .form-med .span-15, .form-l .span-15, .form-large .span-15 {
  width: 15%;
}
.form-basic .span-20, .form-s .span-20, .form-small .span-20, .form .span-20, .form-m .span-20, .form-med .span-20, .form-l .span-20, .form-large .span-20 {
  width: 20%;
}
.form-basic .span-25, .form-s .span-25, .form-small .span-25, .form .span-25, .form-m .span-25, .form-med .span-25, .form-l .span-25, .form-large .span-25 {
  width: 25%;
}
.form-basic .span-30, .form-s .span-30, .form-small .span-30, .form .span-30, .form-m .span-30, .form-med .span-30, .form-l .span-30, .form-large .span-30 {
  width: 30%;
}
.form-basic .span-35, .form-s .span-35, .form-small .span-35, .form .span-35, .form-m .span-35, .form-med .span-35, .form-l .span-35, .form-large .span-35 {
  width: 35%;
}
.form-basic .span-40, .form-s .span-40, .form-small .span-40, .form .span-40, .form-m .span-40, .form-med .span-40, .form-l .span-40, .form-large .span-40 {
  width: 40%;
}
.form-basic .span-45, .form-s .span-45, .form-small .span-45, .form .span-45, .form-m .span-45, .form-med .span-45, .form-l .span-45, .form-large .span-45 {
  width: 45%;
}
.form-basic .span-50, .form-s .span-50, .form-small .span-50, .form .span-50, .form-m .span-50, .form-med .span-50, .form-l .span-50, .form-large .span-50 {
  width: 50%;
}
.form-basic .span-55, .form-s .span-55, .form-small .span-55, .form .span-55, .form-m .span-55, .form-med .span-55, .form-l .span-55, .form-large .span-55 {
  width: 55%;
}
.form-basic .span-60, .form-s .span-60, .form-small .span-60, .form .span-60, .form-m .span-60, .form-med .span-60, .form-l .span-60, .form-large .span-60 {
  width: 60%;
}
.form-basic .span-65, .form-s .span-65, .form-small .span-65, .form .span-65, .form-m .span-65, .form-med .span-65, .form-l .span-65, .form-large .span-65 {
  width: 65%;
}
.form-basic .span-70, .form-s .span-70, .form-small .span-70, .form .span-70, .form-m .span-70, .form-med .span-70, .form-l .span-70, .form-large .span-70 {
  width: 70%;
}
.form-basic .span-75, .form-s .span-75, .form-small .span-75, .form .span-75, .form-m .span-75, .form-med .span-75, .form-l .span-75, .form-large .span-75 {
  width: 75%;
}
.form-basic .span-80, .form-s .span-80, .form-small .span-80, .form .span-80, .form-m .span-80, .form-med .span-80, .form-l .span-80, .form-large .span-80 {
  width: 80%;
}
.form-basic .span-85, .form-s .span-85, .form-small .span-85, .form .span-85, .form-m .span-85, .form-med .span-85, .form-l .span-85, .form-large .span-85 {
  width: 85%;
}
.form-basic .span-90, .form-s .span-90, .form-small .span-90, .form .span-90, .form-m .span-90, .form-med .span-90, .form-l .span-90, .form-large .span-90 {
  width: 90%;
}
.form-basic .span-95, .form-s .span-95, .form-small .span-95, .form .span-95, .form-m .span-95, .form-med .span-95, .form-l .span-95, .form-large .span-95 {
  width: 95%;
}
.form-basic .span-100, .form-s .span-100, .form-small .span-100, .form .span-100, .form-m .span-100, .form-med .span-100, .form-l .span-100, .form-large .span-100 {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

/* ---------------------------------------------- */
/*	Tables						 			      */
/* ---------------------------------------------- */
.basic-table, .table-basic {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.basic-table th, .basic-table td, .table-basic th, .table-basic td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.basic-table th, .table-basic th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
.basic-table td, .table-basic td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.basic-table tbody th, .table-basic tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.basic-table.condensed th, .basic-table.condensed td, .table-basic.condensed th, .table-basic.condensed td {
  padding: 5px 5px 4px;
}
.basic-table.bordered, .table-basic.bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.basic-table.bordered th + th,
.basic-table.bordered td + td,
.basic-table.bordered th + td, .table-basic.bordered th + th,
.table-basic.bordered td + td,
.table-basic.bordered th + td {
  border-left: 1px solid #ddd;
}
.basic-table.bordered thead tr:first-child th:first-child,
.basic-table.bordered tr:first-child td:first-child, .table-basic.bordered thead tr:first-child th:first-child,
.table-basic.bordered tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.basic-table.bordered thead tr:first-child th:last-child,
.basic-table.bordered tbody tr:first-child td:last-child, .table-basic.bordered thead tr:first-child th:last-child,
.table-basic.bordered tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.basic-table.bordered tbody tr:last-child td:first-child, .table-basic.bordered tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.basic-table.bordered tbody tr:last-child td:last-child, .table-basic.bordered tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}
.basic-table.zebra, .table-basic.zebra {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.basic-table.zebra th + th,
.basic-table.zebra td + td,
.basic-table.zebra th + td, .table-basic.zebra th + th,
.table-basic.zebra td + td,
.table-basic.zebra th + td {
  border-left: 1px solid #ddd;
}
.basic-table.zebra thead tr:first-child th:first-child,
.basic-table.zebra tr:first-child td:first-child, .table-basic.zebra thead tr:first-child th:first-child,
.table-basic.zebra tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.basic-table.zebra thead tr:first-child th:last-child,
.basic-table.zebra tbody tr:first-child td:last-child, .table-basic.zebra thead tr:first-child th:last-child,
.table-basic.zebra tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.basic-table.zebra tbody tr:last-child td:first-child, .table-basic.zebra tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.basic-table.zebra tbody tr:last-child td:last-child, .table-basic.zebra tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}

.condensed-table, .table-condensed {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.condensed-table th, .condensed-table td, .table-condensed th, .table-condensed td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.condensed-table th, .table-condensed th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
.condensed-table td, .table-condensed td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.condensed-table tbody th, .table-condensed tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td, .table-condensed th, .table-condensed td {
  padding: 5px 5px 4px;
}

.bordered-table, .table-bordered {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse; /* IE7, collapse table to remove spacing */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th, .bordered-table td, .table-bordered th, .table-bordered td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.bordered-table th, .table-bordered th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
.bordered-table td, .table-bordered td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bordered-table tbody th, .table-bordered tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.bordered-table th + th,
.bordered-table td + td,
.bordered-table th + td, .table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child,
.bordered-table tr:first-child td:first-child, .table-bordered thead tr:first-child th:first-child,
.table-bordered tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child,
.bordered-table tbody tr:first-child td:last-child, .table-bordered thead tr:first-child th:last-child,
.table-bordered tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child, .table-bordered tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child, .table-bordered tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0px;
  -moz-border-radius: 0 0 4px 0px;
  -ms-border-radius: 0 0 4px 0px;
  -o-border-radius: 0 0 4px 0px;
  border-radius: 0 0 4px 0px;
}

.zebra-table, .table-zebra {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
.zebra-table th, .zebra-table td, .table-zebra th, .table-zebra td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
.zebra-table th, .table-zebra th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
.zebra-table td, .table-zebra td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.zebra-table tbody th, .table-zebra tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.zebra-table tbody tr:nth-child(odd) td, .zebra-table .zebra-striped tbody tr:nth-child(odd) th, .table-zebra tbody tr:nth-child(odd) td, .table-zebra .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-table tbody tr:hover td, .zebra-table .zebra-striped tbody tr:hover th, .table-zebra tbody tr:hover td, .table-zebra .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}

/* ---------------------------------------------- */
/*	Buttons
/*  TODO: Overhaul this. The buttons need a lot of
    improvements to be more versatile, and make better
    use of sizes, colors, and typefaces. */
/* ---------------------------------------------- */
.btn-small-light {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 5px 11px;
  color: #fff;
  background: #f27830;
}
.btn-small-light:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-small-light:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-small-light:focus {
  outline: 1px dotted #666;
}
.btn-small-light.disabled, .btn-small-light[disabled], .btn-small-light.disabled:hover, .btn-small-light[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-small-dark {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 5px 11px;
  color: #fff;
  background: #464646;
}
.btn-small-dark:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-small-dark:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-small-dark:focus {
  outline: 1px dotted #666;
}
.btn-small-dark.disabled, .btn-small-dark[disabled], .btn-small-dark.disabled:hover, .btn-small-dark[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-small-alt {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 5px 11px;
  color: #444;
  background: #e2e2e2;
}
.btn-small-alt:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-small-alt:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-small-alt:focus {
  outline: 1px dotted #666;
}
.btn-small-alt.disabled, .btn-small-alt[disabled], .btn-small-alt.disabled:hover, .btn-small-alt[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-med-light {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 6px 12px;
  color: #fff;
  background: #f27830;
}
.btn-med-light:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-med-light:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-med-light:focus {
  outline: 1px dotted #666;
}
.btn-med-light.disabled, .btn-med-light[disabled], .btn-med-light.disabled:hover, .btn-med-light[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-med-dark {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 6px 12px;
  color: #fff;
  background: #464646;
}
.btn-med-dark:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-med-dark:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-med-dark:focus {
  outline: 1px dotted #666;
}
.btn-med-dark.disabled, .btn-med-dark[disabled], .btn-med-dark.disabled:hover, .btn-med-dark[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-med-alt {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  padding: 6px 12px;
  color: #444;
  background: #e2e2e2;
}
.btn-med-alt:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-med-alt:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-med-alt:focus {
  outline: 1px dotted #666;
}
.btn-med-alt.disabled, .btn-med-alt[disabled], .btn-med-alt.disabled:hover, .btn-med-alt[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-large-light {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 12px;
  color: #fff;
  background: #f27830;
}
.btn-large-light:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-large-light:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-large-light:focus {
  outline: 1px dotted #666;
}
.btn-large-light.disabled, .btn-large-light[disabled], .btn-large-light.disabled:hover, .btn-large-light[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-large-dark {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 12px;
  color: #fff;
  background: #464646;
}
.btn-large-dark:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-large-dark:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-large-dark:focus {
  outline: 1px dotted #666;
}
.btn-large-dark.disabled, .btn-large-dark[disabled], .btn-large-dark.disabled:hover, .btn-large-dark[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn-large-alt {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 12px;
  color: #444;
  background: #e2e2e2;
}
.btn-large-alt:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn-large-alt:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn-large-alt:focus {
  outline: 1px dotted #666;
}
.btn-large-alt.disabled, .btn-large-alt[disabled], .btn-large-alt.disabled:hover, .btn-large-alt[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

.btn {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
}
.btn:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.btn:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

/* ============================================= */
/*	Universal						   			 

/* ============================================= */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

#content {
  max-width: 1200px;
  margin: 0 30px;
}
@media (min-width: 1260px) {
  #content {
    margin: 0 auto;
  }
}

.trans {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}

.hidden {
  display: none;
}

.clearfix, .imageblock {
  *zoom: 1;
}
.clearfix:after, .imageblock:after {
  content: "";
  display: table;
  clear: both;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

/* ============================================= */
/*	Print Styles							     
	Inline to avoid required HTTP connection     */
/* ============================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* ============================================= */
/*	Header							   			 */
/* ============================================= */
.main-hdr {
  height: 140px;
  border-top: 6px solid #323537;
}
@media (max-width: 1044px) {
  .main-hdr {
    height: auto;
    text-align: center;
  }
}
@media (max-width: 649px) {
  .main-hdr {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 400px) {
  .main-hdr .wrapper {
    margin: 0 10px;
  }
}
.main-hdr .hdr-btn {
  display: none;
  float: left;
  border: 1px solid #CCC;
  border-radius: 3px;
  width: 40px;
  margin: 27px 0 0;
}
.main-hdr .hdr-btn.active {
  border-color: #999;
  background: #EFEFEF;
}
.main-hdr .hdr-btn.mobile-nav-search {
  float: right;
}
.main-hdr .hdr-btn.mobile-nav-search .search-icon {
  margin: 4px auto 5px;
  display: block;
}
@media (max-width: 649px) {
  .main-hdr .hdr-btn {
    display: block;
  }
}
@media (max-width: 499px) {
  .main-hdr .hdr-btn {
    margin: 18px 0 0;
  }
}
.main-hdr .nav-toggle-icon {
  position: relative;
  margin: 15px auto;
}
.main-hdr .nav-toggle-icon, .main-hdr .nav-toggle-icon:before, .main-hdr .nav-toggle-icon:after {
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
}
.active .main-hdr .nav-toggle-icon, .active .main-hdr .nav-toggle-icon:before, .active .main-hdr .nav-toggle-icon:after {
  background: #AAA;
}
.main-hdr .nav-toggle-icon:before, .main-hdr .nav-toggle-icon:after {
  position: absolute;
  content: "";
  top: -6px;
}
.main-hdr .nav-toggle-icon:after {
  top: 6px;
}

.site-notice {
  background-color: #fac6a8;
  border-radius: 21px;
  font-weight: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px 16px;
  margin-top: 4px;
  margin-bottom: -20px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 30px;
  *zoom: 1;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1260px) {
  .wrapper {
    margin: 0 auto;
  }
}

.hdr-logo {
  width: 100%;
  max-width: 400px;
  display: inline;
  margin: 37px auto;
}
@media (max-width: 1044px) {
  .hdr-logo {
    margin: 26px auto 24px;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .hdr-logo {
    max-width: 250px;
  }
}
@media (max-width: 499px) {
  .hdr-logo {
    max-width: 200px;
    margin: 22px auto 18px;
  }
}

.lte9 .hdr-logo {
  height: 57px;
}

.site-alert {
  color: #fff;
  margin: -5px auto 0;
  text-align: center;
  padding: 12px;
  font: normal 13px/115% proxima-nova, Arial, Helvetica, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 8px inset;
  background-color: #f27830;
}
@media (min-width: 800px) {
  .site-alert {
    margin-top: 0;
  }
}

.breaking-mod {
  padding: 21px 0 18px;
  border-bottom: 4px double #e5e5e5;
  border-radius: 2px;
}
.breaking-mod > .inner {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 500px) {
  .breaking-mod > .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.breaking-leadin {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: -1px;
  display: inline;
  color: #f27830;
  font: 600 13px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}

.breaking-h {
  color: #000;
  display: inline;
  font: 600 18px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.breaking-h > a:hover {
  text-decoration: underline;
}

/* Main Navigation
/* -------------------------------------------- */
.nav-main {
  width: 100%;
  background: #3e4244;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1001;
  *zoom: 1;
}
.nav-main:after {
  content: "";
  display: table;
  clear: both;
}
.nav-main .wrapper {
  position: relative;
}
@media (max-width: 649px) {
  .nav-main {
    display: none;
  }
  .nav-main .wrapper {
    margin: 0;
  }
}
@media (min-width: 650px) and (max-width: 989px), (min-width: 990px) {
  .nav-main {
    display: block !important;
  }
}

.nav-main-list,
.nav-secondary-list {
  -webkit-transition: margin 0.3s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: margin 0.3s ease-in;
  -o-transition: margin 0.3s ease-in;
  transition: margin 0.3s ease-in false;
}
.nav-main-list li,
.nav-secondary-list li {
  float: left;
  font: 600 16px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.nav-main-list li a,
.nav-secondary-list li a {
  display: block;
}
@media (min-width: 650px) and (max-width: 899px) {
  .nav-main-list .nav-twitter,
.nav-main-list .nav-facebook,
.nav-secondary-list .nav-twitter,
.nav-secondary-list .nav-facebook {
    display: none;
  }
}
@media (max-width: 649px) {
  .nav-main-list,
.nav-secondary-list {
    width: 50%;
    margin: 0 !important;
    padding: 17px 0;
  }
  .nav-main-list.nav-secondary-list,
.nav-secondary-list.nav-secondary-list {
    text-align: right;
  }
  .nav-main-list li,
.nav-secondary-list li {
    float: none;
  }
  .nav-main-list li a,
.nav-secondary-list li a {
    font-size: 19px;
    line-height: 100%;
    padding: 10px 30px !important;
  }
  .nav-main-list li a:hover,
.nav-secondary-list li a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #FFF !important;
  }
  .nav-main-list li a:active,
.nav-secondary-list li a:active {
    background: rgba(255, 255, 255, 0.4) !important;
    color: #FFF !important;
  }
  .nav-main-list li .nav-twitter,
.nav-main-list li .nav-facebook,
.nav-main-list li .nav-search,
.nav-secondary-list li .nav-twitter,
.nav-secondary-list li .nav-facebook,
.nav-secondary-list li .nav-search {
    display: none;
  }
}

.nav-main-list {
  float: left;
  margin-left: -14px;
}
.nav-main-list li a {
  color: #EEE;
  padding: 17px 11px 15px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in false;
  box-shadow: inset 0 70px 0 rgba(255, 255, 255, 0);
}
.nav-main-list li a:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #63686c;
}
.nav-main-list li a:hover, .nav-main-list li a.active {
  box-shadow: inset 0 70px 0 rgba(255, 255, 255, 0.2);
  color: #FFF;
}
.nav-main-list li a:hover:after, .nav-main-list li a.active:after {
  border-top-color: #FFF;
}
@media (min-width: 990px) {
  .nav-main-list li a {
    padding: 17px 26px 15px 14px;
  }
  .nav-main-list li a:after {
    display: block;
  }
}

.nav-secondary-list {
  float: right;
}
@media (max-width: 1260px) {
  .nav-secondary-list {
    margin-right: -30px;
  }
}
.nav-secondary-list li {
  font-size: 14px;
  position: relative;
}
.nav-secondary-list li a {
  padding: 17px 12px;
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in false;
  box-shadow: inset 0 70px 0 rgba(255, 255, 255, 0);
  color: #bdc8d9;
}
.nav-secondary-list li a .nav-icon {
  color: #FFF;
  font-size: 16px;
  line-height: 10px;
  padding: 3px 5px 0;
}
.nav-secondary-list li a.nav-twitter, .nav-secondary-list li a.nav-facebook {
  padding: 13px 9px;
  margin: 4px 0;
}
.nav-secondary-list li a.nav-twitter {
  background: #00ACEE;
  border-radius: 3px 0 0 3px;
  margin-left: 4px;
}
.nav-secondary-list li a.nav-facebook {
  background: #4862A3;
  border-radius: 0 3px 3px 0;
}
.nav-secondary-list li a.nav-search {
  padding: 17px 17px;
}
@media (max-width: 705px) {
  .nav-secondary-list li a.nav-about {
    display: none;
  }
}
@media (max-width: 1045px) {
  .nav-secondary-list li a.nav-classifieds, .nav-secondary-list li a.nav-menus {
    display: none;
  }
}
.nav-secondary-list li a:hover {
  box-shadow: inset 0 70px 0 rgba(255, 255, 255, 0.2);
  color: #FFF;
}
.nav-secondary-list li a:active {
  box-shadow: inset 0 70px 0 rgba(255, 255, 255, 0.4);
  color: #FFF;
}

.nav-search-form {
  position: absolute;
  right: 0;
  top: 100%;
  background: #FFF;
  border-radius: 4px;
  padding: 10px;
  width: 360px;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.nav-search-form input {
  display: inline-block;
  font: 400 15px/140% proxima-nova, Arial, Helvetica, sans-serif;
}
.nav-search-form .nav-search-input {
  background: #FFF;
  width: 78%;
  margin-right: 2%;
}
.nav-search-form .nav-search-btn {
  width: 20%;
}
@media (max-width: 649px) {
  .nav-search-form {
    position: static;
    width: auto;
    border-radius: 0;
  }
}

.drp-dwn-mod-rel {
  position: relative;
}

.drp-dwn-mod {
  display: none;
  width: 100%;
  max-width: 635px;
  position: absolute;
  top: 0;
  left: -14px;
  z-index: 1000;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 8px solid #323537;
}
.drp-dwn-mod .drp-dwn-nav {
  display: none;
}
.drp-dwn-mod > .inner {
  *zoom: 1;
}
.drp-dwn-mod > .inner:after {
  content: "";
  display: table;
  clear: both;
}

.drp-dwn-list {
  text-align: left;
  float: left;
  width: 30%;
  min-height: 275px;
  font: 600 17px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.drp-dwn-list > li > a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
  -webkit-transition: all 0.05s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in false;
}
.drp-dwn-list > li > a:hover {
  color: #f27830;
}

.drp-dwn-feature {
  float: left;
  width: 70%;
  border-left: 1px solid #DDD;
}
.drp-dwn-feature .articles-box {
  margin: 0;
  box-shadow: none;
}
.drp-dwn-feature .articles-box a {
  padding-left: 15px;
  padding-right: 15px;
}
.drp-dwn-feature .articles-box a:first-child {
  border-top: 0;
}

.drp-dwn-tease-text {
  text-align: center;
  margin: 0 0 14px;
  width: 510px;
  font: 600 18px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}

.drp-feature-img {
  width: 125px;
  float: left;
  margin-right: 20px;
}

.drp-dwn-bd {
  margin-left: 135px;
}

.drp-dwn-copy {
  max-width: 498px;
  width: 100%;
}

.drp-dwn-h {
  font-size: 20px;
}

.nav-list {
  display: inline;
}
@media (min-width: 800px) {
  .nav-list {
    display: none;
  }
}

/* Curated Content
/* -------------------------------------------- */
.curated-content-container {
  width: 100%;
  border-bottom: 4px double #ccc;
}
@media (min-width: 760px) {
  .curated-content-container {
    *zoom: 1;
  }
  .curated-content-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .curated-content-container > .ui-block-1,
.curated-content-container > .ui-block.first {
    width: 53%;
    display: inline;
    float: left;
  }
  .curated-content-container > .ui-block-2,
.curated-content-container > .ui-block.second {
    width: 47%;
    display: inline;
    float: right;
  }
}
@media (min-width: 1035px) {
  .curated-content-container {
    *zoom: 1;
  }
  .curated-content-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .curated-content-container > .ui-block-1,
.curated-content-container > .ui-block.first {
    width: 65%;
    display: inline;
    float: left;
  }
  .curated-content-container > .ui-block-2,
.curated-content-container > .ui-block.second {
    width: 35%;
    display: inline;
    float: right;
  }
}

.trending-container {
  background: #4f5457;
  text-transform: uppercase;
  display: none;
  *zoom: 1;
}
.trending-container:after {
  content: "";
  display: table;
  clear: both;
}
.trending-container .wrapper {
  overflow: hidden;
  position: relative;
}
.trending-container .wrapper .trending-container-inner {
  width: 1300px;
}
.trending-container .wrapper .trending-container-gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-image: -webkit-gradient(linear, left center, right center, from(rgba(79, 84, 87, 0)), to(rgb(79, 84, 87)));
  background-image: -webkit-linear-gradient(left, rgba(79, 84, 87, 0), rgb(79, 84, 87));
  background-image: -moz-linear-gradient(left, rgba(79, 84, 87, 0), rgb(79, 84, 87));
  background-image: -ms-linear-gradient(left, rgba(79, 84, 87, 0), rgb(79, 84, 87));
  background-image: linear-gradient(left, rgba(79, 84, 87, 0), rgb(79, 84, 87));
}
@media (min-width: 650px) {
  .trending-container {
    display: block;
  }
}

.trending-section-h {
  font: 600 15px/100% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  padding: 15px 10px 14px 0;
  float: left;
  color: #f27830;
}

.trending-list {
  float: left;
  font: 400 15px/100% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.trending-list > li {
  float: left;
}
.trending-list > li > a {
  display: block;
  color: #a3a8ab;
  padding: 15px 10px 14px;
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in false;
}
.trending-list > li > a:hover {
  color: #f27830;
}

.featured-main-img {
  display: block;
  margin-bottom: 10px;
}
.featured-main-img > img {
  width: 100%;
}

.featured-story-main {
  margin-bottom: 30px;
}

.featured-story-main.featured-vert {
  *zoom: 1;
}
.featured-story-main.featured-vert:after {
  content: "";
  display: table;
  clear: both;
}
.featured-story-main.featured-vert h1 {
  font-size: 34px;
}
.featured-story-main.featured-vert .featured-main-img .img-horiz {
  display: block;
}
@media (min-width: 500px) and (max-width: 759px) {
  .featured-story-main.featured-vert .featured-main-img .img-horiz {
    display: none;
  }
}
@media (min-width: 1035px) {
  .featured-story-main.featured-vert .featured-main-img .img-horiz {
    display: none;
  }
}
.featured-story-main.featured-vert .featured-main-img .img-vert {
  display: none;
  width: 47%;
  float: left;
  margin-right: 30px;
}
@media (min-width: 500px) and (max-width: 759px) {
  .featured-story-main.featured-vert .featured-main-img .img-vert {
    display: block;
  }
}
@media (min-width: 1035px) {
  .featured-story-main.featured-vert .featured-main-img .img-vert {
    display: block;
  }
}

.preview-more {
  display: none;
}
@media (min-width: 650px) {
  .preview-more {
    display: inline;
  }
}

.tz-related-links {
  margin-top: 12px;
}

.featured-stories-mod {
  *zoom: 1;
}
.featured-stories-mod:after {
  content: "";
  display: table;
  clear: both;
}

.post-time {
  font: 11px/140% proxima-nova, Arial, Helvetica, sans-serif;
  color: #999;
}

.big-box-container {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}
@media (min-width: 401px) {
  .big-box-container {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

/* ============================================= */
/*	Todays Paper					   			 */
/* ============================================= */
.todays-paper-container {
  width: 100%;
}
@media (min-width: 650px) {
  .todays-paper-container {
    *zoom: 1;
    border-bottom: 1px solid #e5e5e5;
  }
  .todays-paper-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .todays-paper-container > .ui-block-1,
.todays-paper-container > .ui-block.first {
    width: 50%;
    display: inline;
    float: left;
  }
  .todays-paper-container > .ui-block-2,
.todays-paper-container > .ui-block.second {
    width: 50%;
    display: inline;
    float: right;
  }
}

@media (min-width: 650px) {
  .today-wrapper {
    padding-right: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 650px) {
  .today-wrapper {
    height: auto !important;
    padding-bottom: 30px;
  }
}

.today-second {
  padding-right: 0px;
}
@media (min-width: 650px) {
  .today-second {
    padding-left: 30px;
    padding-left: 30px;
  }
}

.today-news {
  padding-top: 20px;
}
@media (min-width: 650px) {
  .today-news {
    border-right: 1px solid #e5e5e5;
    padding-top: 30px;
  }
}

.today-pulp {
  padding-top: 30px;
}

.today-sports {
  padding-top: 20px;
}
@media (min-width: 650px) {
  .today-sports {
    padding-top: 30px;
    border-right: 1px solid #e5e5e5;
  }
}

.today-opinion {
  padding-top: 30px;
}

.today-tz-h {
  color: #000;
  font: 600 26px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
@media (min-width: 500px) {
  .today-tz-h {
    font: 600 30px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}
.today-tz-h > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
.today-tz-h > a:active, .today-tz-h > a:focus {
  outline: none;
}
.today-tz-h > a:hover {
  text-decoration: underline;
}

.todays-paper-tz {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .todays-paper-tz:nth-child(n+4) {
    display: none;
  }
}

.today-sub-story {
  color: #333;
  margin-bottom: 30px;
}
.today-sub-story:hover {
  color: #000;
}

.sponsor {
  margin: 0;
  text-align: center;
  position: relative;
  *zoom: 1;
}
.sponsor:after {
  content: "";
  display: table;
  clear: both;
}
.sponsor img {
  max-width: 100%;
  height: auto;
}

.sponsor-ad {
  display: table;
  width: 100%;
  *zoom: 1;
}
.sponsor-ad:after {
  content: "";
  display: table;
  clear: both;
}
.sponsor-ad > .inner {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 750px) {
  .sponsor-ad > .inner {
    height: 60px;
  }
}

.sponsor-img {
  display: block;
  margin: 0 auto 10px;
}
.sponsor-img > img {
  max-width: 100%;
}
@media (min-width: 750px) {
  .sponsor-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 71px;
    height: 56px;
  }
}

.sponsor-h {
  display: block;
  color: #999;
  text-transform: uppercase;
  font: 600 23px/90% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sponsor-h span {
  display: block;
  font-size: 15px;
  color: #ccc;
}
@media (min-width: 750px) {
  .sponsor-h {
    margin-left: 80px;
    text-align: left;
  }
  .no-img .sponsor-h {
    text-align: center;
    margin-left: 0;
  }
}
a:hover .sponsor-h {
  text-decoration: underline;
}

.section-hdr .sponsor-h {
  color: #FFF;
}
.section-hdr .sponsor-h span {
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

.sponsor-aside {
  margin: 0 0 30px;
}

.todays-paper-container .sponsor {
  margin: 10px;
}

.copy-aside {
  float: left;
  position: relative;
  text-align: left;
  width: 65%;
  font-size: 17px;
  left: 0px;
  margin-top: 44px;
}

.hdr-ad-container {
  float: right;
  border-left: 1px solid #E9E9E9;
  padding: 22px 0 22px 33px;
  height: 134px;
}
.hdr-ad-container img {
  width: 100%;
  max-width: 728px;
  height: auto;
}
@media (max-width: 1260px) and (min-width: 1045px) {
  .hdr-ad-container {
    position: absolute;
    right: 30px;
    left: 469px;
  }
}
@media (max-width: 1044px) {
  .hdr-ad-container {
    float: none;
    height: auto;
    width: auto;
    text-align: center;
    background: #EFEFEF;
    margin: 0 -30px;
    padding: 8px 30px 4px;
    border: 0;
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 499px) {
  .hdr-ad-container {
    display: none;
  }
}

.open-x.leaderboard {
  width: 100%;
  display: none; /* Don't show leaderboard on mobile */
}
.open-x.leaderboard img {
  width: 100%;
  height: auto;
  max-width: 728px;
}
@media (min-width: 500px) {
  .open-x.leaderboard {
    display: block;
  }
}
.open-x.leaderboard a {
  display: block;
  margin: auto;
}
.hdr-ad {
  width: 100%;
  position: relative;
}
.hdr-ad > .inner {
  display: table-cell; /* Necessary for vertical text centering */
  vertical-align: middle;
  width: 100%;
  height: 86px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 401px) {
  .hdr-ad > .inner {
    padding: 5px 20px 5px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.chevron {
  color: #333;
}

.print-edition-container {
  width: 100%;
  padding-top: 30px;
  border-bottom: 4px double #ccc;
  padding-bottom: 4px;
  display: block;
}
.print-edition-container .section-h2 {
  z-index: 100;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.print-edition-slider {
  display: none;
  margin-top: -3px;
}
.print-edition-slider .slide {
  height: 180px;
}
@media (min-width: 600px) {
  .print-edition-slider {
    display: block;
  }
}

.print-edition-slider-mobile {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .print-edition-slider-mobile {
    display: none;
  }
}
.print-edition-slider-mobile .print-edition-item {
  width: 47%;
  height: auto;
  margin-bottom: 10px;
}
.print-edition-slider-mobile .print-edition-item:hover {
  padding-top: 20px;
}

.print-edition-item {
  display: inline-block;
  width: 22%;
  margin: 0 10px -20px 0;
  height: 180px;
  position: relative;
  -webkit-transition: top 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: top 0.1s ease-in;
  -o-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in false;
  position: relative;
  top: 0;
}
.print-edition-item:hover {
  top: -20px;
}
.print-edition-item:hover .date-container-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.print-edition-item:last-child {
  margin-right: 0px;
}
.print-edition-item .date-container-wrapper {
  width: 100%;
  top: 22%;
}

.print-edition-image {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Wilto-Scroller */
.carousel-tabs {
  clear: both;
}

.carousel-active-tab {
  color: red;
}

.carousel-disabled,
.mr-rotato-disabled {
  color: #aaa;
}

.slidewrap {
  position: relative;
  margin: 0 auto;
  margin-bottom: -4px;
  padding-top: 20px;
  background-image: -owg-linear-gradient(#fff 39%, #fafafa 122%);
  background-image: -webkit-linear-gradient(#fff 39%, #fafafa 122%);
  background-image: -moz-linear-gradient(#fff 39%, #fafafa 122%);
  background-image: -o-linear-gradient(#fff 39%, #fafafa 122%);
  background-image: linear-gradient(#fff 39%, #fafafa 122%);
}

.slidewrap .carousel-tabs {
  padding: 0;
  margin: 2em 0;
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

.slidewrap .carousel-tabs li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 2px;
  margin-right: 5px;
}

.slidewrap .carousel-tabs a {
  background: #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
  border-radius: 5px;
}

.ie .slidewrap .carousel-tabs li,
.ie .slidewrap .carousel-tabs a {
  display: block;
  float: left;
}

.slidewrap .carousel-tabs .carousel-active-tab a {
  background: #f27830;
}
.slidewrap .carousel-tabs .carousel-active-tab a:focus {
  outline: none;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 92px;
  z-index: 55;
}

.carousel-prev {
  right: 0px;
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #777;
  border-right: 0px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
.carousel-prev:hover {
  border-left-color: #f27830;
}
.carousel-prev:after {
  content: "\\ ";
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fff;
  border-right: 0px solid transparent;
  position: absolute;
  z-index: 56;
  right: 2px;
  top: -19px;
}

.carousel-next {
  left: 0px;
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #777;
  border-left: 0px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
.carousel-next:hover {
  border-right-color: #f27830;
}
.carousel-next:after {
  content: "\\ ";
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #fff;
  border-left: 0px solid transparent;
  position: absolute;
  z-index: 56;
  left: 2px;
  top: -19px;
}

.carousel-disabled {
  display: none;
}

html .carousel-tabs {
  display: none;
}

.slider .slide {
  margin: 0 auto;
  text-align: center;
}

/* ============================================= */
/*	Featured Content				   			 */
/* ============================================= */
.featured-content-container {
  padding-top: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.featured-list {
  *zoom: 1;
}
.featured-list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 500px) and (max-width: 767px) {
  .featured-list {
    margin-left: -30px;
    *zoom: 1;
  }
  .featured-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .featured-list .featured-item {
    float: left;
    padding-left: 30px;
    width: 50%;
  }
  .featured-list .featured-item:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .featured-list {
    margin-left: -30px;
    *zoom: 1;
  }
  .featured-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .featured-list .featured-item {
    float: left;
    padding-left: 30px;
    width: 33.3333%;
  }
  .featured-list .featured-item:nth-child(3n+4) {
    clear: left;
  }
  .ie7 .featured-list .featured-item {
    width: 33%;
  }
}

/* Exception for the Featured page */
.pagename-featured .featured-list .featured-item:nth-child(3n+4) {
  clear: none;
}

@media (min-width: 768px) {
  .archive .featured-item {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
}

.featured-item {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .featured-item:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 769px) {
  .down-page {
    *zoom: 1;
    padding-bottom: 30px;
  }
  .down-page:after {
    content: "";
    display: table;
    clear: both;
  }
  .down-page > .ui-block-1,
.down-page > .ui-block.first {
    width: 53%;
    display: inline;
    float: left;
  }
  .down-page > .ui-block-2,
.down-page > .ui-block.second {
    width: 47%;
    display: inline;
    float: right;
  }
}
@media (min-width: 1035px) {
  .down-page {
    *zoom: 1;
    background-position: 65% 0;
  }
  .down-page:after {
    content: "";
    display: table;
    clear: both;
  }
  .down-page > .ui-block-1,
.down-page > .ui-block.first {
    width: 65%;
    display: inline;
    float: left;
  }
  .down-page > .ui-block-2,
.down-page > .ui-block.second {
    width: 35%;
    display: inline;
    float: right;
  }
}

.latest-tweets {
  padding-top: 20px;
}
@media (min-width: 401px) {
  .latest-tweets {
    padding-top: 30px;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .latest-tweets {
    padding-right: 30px;
  }
}

.twit-hgroup {
  margin-bottom: 30px;
}

.latest-tweets-hdr {
  display: block;
  margin-bottom: 10px;
}

.twit-sub-h {
  display: block;
  *zoom: 1;
}
.twit-sub-h:after {
  content: "";
  display: table;
  clear: both;
}
.twit-sub-h .sprite-twit-blue {
  display: block;
  float: left;
  margin-right: 5px;
}
.twit-sub-h .hdr-desc {
  top: 1px;
  position: relative;
}
.twit-sub-h a:hover {
  text-decoration: underline;
}

.twit-avatar {
  display: block;
  max-width: 48px;
  float: left;
  margin: 0 20px 0 0;
}
.twit-avatar > img {
  width: 100%;
}

.twit-feed-name {
  font: bold 13px/100% proxima-nova, Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 4px;
}
.twit-feed-name > a:hover {
  text-decoration: underline;
}

.tweet-content {
  margin-left: 68px;
}

.tweet {
  font: normal 16px/140% Georgia, Times, Times New Roman, serif;
  color: #000;
  margin-bottom: 8px;
}
.tweet > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #666;
}
.tweet > a:hover {
  color: #f27830;
}
@media (min-width: 850px) {
  .article-aside .tweet {
    font-size: 15px;
  }
}

.twit-time {
  float: right;
  font: 11px/140% proxima-nova, Arial, Helvetica, sans-serif;
  color: #999;
}

.twit-tools {
  display: none;
}
@media (min-width: 600px) {
  .twit-tools {
    font: 12px/140% proxima-nova, Arial, Helvetica, sans-serif;
    color: #f27830;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline;
  }
  .twit-tools > li {
    display: inline-block;
    margin-right: 8px;
  }
  .twit-tools > li:hover {
    text-decoration: underline;
  }
}

.latest-item {
  border-bottom: 1px solid #e5e5e5;
  border-color: #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.latest-item:hover .twit-tools {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.latest-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.latest-last {
  border-bottom: 0px;
  padding-bottom: 30px;
}

.poll.box {
  margin-left: 20px;
}

.poll-box-container {
  padding: 0px 25px 25px 25px;
  min-height: 180px;
  max-width: 310px;
  margin: 0 auto;
}
.wp-polls-loading {
  display: none;
  text-align: center;
}

#poll-mod .buttons,
#poll-mod .Buttons {
  display: none;
  margin: 0 auto 16px;
}
#poll-mod .buttons.btn-active,
#poll-mod .Buttons.btn-active {
  display: block !important;
  /* Needs to override some CSS that's injected into page */
}
#poll-mod .pollbar {
  background-image: none;
  background-color: #FF9838;
  border: 0px;
  height: 16px;
}
#poll-mod p > a {
  color: #999;
  font: normal 11px proxima-nova, Arial, Helvetica, sans-serif;
}
#poll-mod p > a:hover {
  text-decoration: underline;
}
#poll-mod .wp-polls-ul {
  margin-top: 15px;
}
#poll-mod .wp-polls-ul li {
  margin-bottom: 10px;
}

.wp-polls-form > p {
  font: bold 14px/115% proxima-nova, Arial, Helvetica, sans-serif;
}

.big-box-container-down-page {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: -10px;
}
@media (min-width: 401px) {
  .big-box-container-down-page {
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
@media (min-width: 1035px) {
  .big-box-container-down-page {
    padding-left: 30px;
  }
}

.big-box-container-article {
  padding-left: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.big-box-ad {
  width: 100%;
  max-width: 300px;
}

.big-box-container-article-2 {
  padding-left: 0px;
  margin-bottom: 30px;
}

.big-ad-inner {
  margin-left: -20px;
}
@media (min-width: 306px) {
  .big-ad-inner {
    margin-left: -10px;
  }
}
@media (min-width: 311px) {
  .big-ad-inner {
    margin-left: -5px;
  }
}
@media (min-width: 320px) {
  .big-ad-inner {
    margin-left: 0;
  }
}

/* Footer Boxes
/* -------------------------------------------- */
.deals-item {
  display: block;
  width: 100%;
  text-align: center;
  *zoom: 1;
}
.deals-item:after {
  content: "";
  display: table;
  clear: both;
}
.deals-item .box {
  padding-top: 0px;
}
.deals-item .box-title {
  padding-top: 15px;
}
.deals-item:last-child {
  margin-right: 0px;
}
@media (min-width: 700px) {
  .deals-item {
    width: 51.6%;
    float: left;
    margin-right: 30px;
    margin-left: -30px;
    padding-left: 30px;
  }
}
@media (min-width: 950px) {
  .deals-item {
    width: 34%;
  }
}

.deals-item-ad {
  overflow: hidden;
}
.deals-item-ad .adrates-link {
  color: #f27830;
  text-align: center;
  display: block;
}
.deals-item-ad img {
  margin: 30px 0 10px;
}

.deals-container {
  *zoom: 1;
  margin-bottom: 10px;
  border-top: 4px double #ccc;
  padding-top: 30px;
}
.deals-container:after {
  content: "";
  display: table;
  clear: both;
}

.menupages-box {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
@media (min-width: 950px) {
  .menupages-box {
    width: 34.3%;
    margin-right: 30px;
    padding-left: 30px;
    margin-left: -30px;
  }
}

.menu-featured-logos {
  font-size: 0px;
}
.menu-featured-logos li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 50%;
  padding: 0% 5%;
}
.menu-featured-logos li:nth-child(3) {
  display: none;
}
@media (min-width: 580px) {
  .menu-featured-logos li {
    width: 33%;
  }
  .menu-featured-logos li:nth-child(3) {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
@media (min-width: 950px) {
  .menu-featured-logos li {
    width: 100%;
  }
  .menu-featured-logos li:nth-child(n+2) {
    display: none;
  }
}

.menu {
  margin: 0 auto;
  text-align: center;
}

.menu-preview-logo {
  max-width: 226px;
  min-height: 125px;
  display: block;
  margin: auto;
}
.menu-preview-logo img {
  width: 100%;
  max-width: 100%;
}

.menu-preview-intro {
  padding: 20px 20px 30px 20px;
  letter-spacing: 0.07em;
  font: 600 19px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.menu-preview-intro a {
  color: #235188;
}

.menu-foods-list {
  color: #DDD;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font: 600 16px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.menu-foods-list a {
  color: #f27830;
}
.menu-foods-list a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .menu-foods-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/* Footer
/* -------------------------------------------- */
footer {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 500px) {
  footer {
    padding-left: 30px;
  }
}

#mc-footer-input {
  width: 175px;
  display: inline-block;
  line-height: 136%;
  font-size: 12px;
  border: 0;
}

.ftr-wrapper {
  margin: 0 auto;
  text-align: left;
  max-width: 1260px;
  padding: 30px 20px 40px;
}
@media (min-width: 400px) {
  .ftr-wrapper {
    padding: 30px 30px 40px;
  }
}

.ftr-container {
  background-color: #323537;
  *zoom: 1;
  padding-bottom: 10px;
}
.ftr-container:after {
  content: "";
  display: table;
  clear: both;
}

.ftr-nav-container {
  margin-bottom: 30px;
}
@media (min-width: 450px) and (max-width: 799px) {
  .ftr-nav-container {
    margin-left: -30px;
    *zoom: 1;
  }
  .ftr-nav-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .ftr-nav-container .ftr-section {
    float: left;
    padding-left: 30px;
    width: 33.3333%;
  }
  .ftr-nav-container .ftr-section:nth-child(3n+4) {
    clear: left;
  }
  .ie7 .ftr-nav-container .ftr-section {
    width: 33%;
  }
}
@media (min-width: 800px) {
  .ftr-nav-container {
    margin-left: -30px;
    *zoom: 1;
  }
  .ftr-nav-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .ftr-nav-container .ftr-section {
    float: left;
    padding-left: 30px;
    width: 16.6666%;
  }
  .ftr-nav-container .ftr-section:nth-child(6n+7) {
    clear: left;
  }
}

.ftr-section.tools {
  display: none;
}
@media (min-width: 450px) {
  .ftr-section.tools {
    display: block;
  }
}

.ftr-main {
  padding-top: 30px;
  max-width: 975px;
  text-align: left;
  margin: 0 auto;
}

.ftr-item {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  vertical-align: top;
}

.address {
  margin-bottom: 20px;
  vertical-align: top;
  display: block;
  border-bottom: 1px solid #43474a;
  padding-bottom: 20px;
  color: #bbb;
}
@media (min-width: 450px) {
  .address {
    display: inline;
    margin-bottom: 14px;
    border-bottom: 0px;
  }
}

.ftr-logo {
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 450px) {
  .ftr-logo {
    float: none;
  }
}
@media (min-width: 750px) {
  .ftr-logo {
    float: left;
    margin: 6px 20px 30px 0;
  }
}

.ftr-info {
  padding-top: 30px;
  max-width: 975px;
  text-align: left;
  margin: 0 auto;
  color: #fff;
}

.ftr-section-h > a {
  display: block;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  border-color: #43474a;
  font: 400 21px/130% jubilat, Georgia, Times, Times New Roman, serif;
}
.ftr-section-h > a:hover {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
  text-decoration: none;
}
@media (min-width: 450px) {
  .ftr-section-h > a {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.ftr-nav-list {
  display: none;
}
@media (min-width: 450px) {
  .ftr-nav-list {
    display: block;
  }
}
.ftr-nav-list > li {
  color: #bbb;
  font-size: 13px;
}
.ftr-nav-list > li > a {
  padding: 5px 0;
  display: block;
  font: 400 14px/110% proxima-nova, Arial, Helvetica, sans-serif;
}
.ftr-nav-list > li > a:hover {
  color: #f27830;
}

.ftr-donate-container {
  border-bottom: 1px solid #43474a;
  *zoom: 1;
  width: 100%;
  border-top: 0;
  padding-bottom: 30px;
}
.ftr-donate-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 450px) {
  .ftr-donate-container {
    border-top: 1px solid #43474a;
  }
}
@media (min-width: 800px) {
  .ftr-donate-container {
    padding-bottom: 0px;
  }
}

.ftr-donate-link {
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
@media (min-width: 950px), (max-width: 799px) {
  .ftr-donate-link {
    padding-top: 9px;
  }
}
.ftr-donate-link:hover {
  color: #e5e5e5;
}

.donate-burst {
  float: left;
  margin-right: 20px;
}
@media (min-width: 700px) and (max-width: 799px) {
  .donate-burst {
    margin-top: -9px;
  }
}
@media (min-width: 1000px) {
  .donate-burst {
    margin-top: -10px;
  }
}

.ftr-donate-txt {
  font: normal 15px/150% Georgia, Times, Times New Roman, serif;
  margin-left: 95px;
}

.ftr-signup {
  display: block;
  border-right: 0px;
  border-bottom: 1px solid #43474a;
  margin-right: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}
@media (min-width: 450px) {
  .ftr-signup {
    display: block;
    border-bottom: 0px;
    margin-right: 30px;
    padding-right: 30px;
    padding-top: 20px;
    float: left;
    padding-bottom: 10px;
    width: 284px;
  }
}

.form-title {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font: 400 15px/130% jubilat, Georgia, Times, Times New Roman, serif;
}

.main-signup {
  color: #000;
  text-align: left;
  padding-left: 25px;
  text-transform: none;
  letter-spacing: 0px;
}

.last-input {
  margin-bottom: 20px;
}

.ftr-donate {
  display: block;
  max-width: 880px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #bbb;
  *zoom: 1;
}
.ftr-donate:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 450px) {
  .ftr-donate {
    padding-top: 20px;
    padding-bottom: 0px;
    float: left;
    border-top: 1px solid #43474a;
  }
}
@media (min-width: 800px) {
  .ftr-donate {
    float: none;
    border-left: 1px solid #43474a;
    padding-left: 20px;
    margin-left: 283px;
    border-top: 0px;
  }
}

.ftr-contact,
.ftr-upstatement {
  font: normal 12px/150% proxima-nova, Arial, Helvetica, sans-serif;
}
.ftr-contact a,
.ftr-upstatement a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
.ftr-contact a:hover,
.ftr-upstatement a:hover {
  color: #e5e5e5;
  text-decoration: underline;
}

.ftr-contact-mod {
  *zoom: 1;
}
.ftr-contact-mod:after {
  content: "";
  display: table;
  clear: both;
}

.ftr-contact {
  color: #fff;
  padding-top: 20px;
  border-right: 0px;
  padding-right: 0px;
  width: 100%;
}
@media (min-width: 450px) {
  .ftr-contact {
    padding-right: 30px;
    border-right: 1px solid #43474a;
    float: left;
    width: 53%;
    margin-right: 20px;
  }
}

.ftr-upstatement {
  color: #fff;
}
@media (min-width: 450px) {
  .ftr-upstatement {
    padding-top: 20px;
    padding-left: 30px;
    float: left;
    width: 40%;
  }
}

.ftr-upstatement-logo {
  display: block;
  margin-top: -4px;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .ftr-upstatement-logo {
    float: left;
    margin: 4px 20px 30px 0;
  }
}

.sprite-upst-logo {
  display: block;
}

.st-copy {
  display: block;
  color: #bbb;
}

.ftr-links-container {
  background: #1a1b1c;
  padding: 20px 0 50px;
  color: #63686c;
}
.ftr-links-container .ftr-links {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1260px;
  margin: 0 auto;
  font: 400 13px/130% proxima-nova, Arial, Helvetica, sans-serif;
}
@media (min-width: 500px) {
  .ftr-links-container .ftr-links {
    padding-left: 30px;
    padding-left: 30px;
  }
}
.ftr-links-container .ftr-links a {
  color: #7b8287;
  text-decoration: underline;
}
.ftr-links-container .ftr-links a:hover {
  color: #f27830;
}
.ftr-links-container .ftr-links .ftr-links-hdr {
  margin-bottom: 5px;
  font-weight: bold;
}

/* Box Style
/* -------------------------------------------- */
.box {
  position: relative;
  max-width: 900px;
  border: 1px solid #efefef;
  background: #fff;
  border: 1px solid #ccc;
  padding-top: 15px;
}
@media (min-width: 401px) {
  .box {
    margin-bottom: 15px;
  }
}

.box-container {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
}

.box-title {
  font: 20px/100% Georgia, Times, Times New Roman, serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: block;
  background-color: #FFF;
}

.sign-up {
  text-align: center;
  margin-top: 0;
  border-bottom: 0;
  padding-top: 0;
  max-width: 360px;
  margin: 0 auto;
}
.sign-up label {
  font: 400 15px/110% proxima-nova, Arial, Helvetica, sans-serif;
  margin: 10px 0 10px;
}
.sign-up input[type=email],
.sign-up input[type=text] {
  width: 175px;
  display: inline-block;
  font-size: 13px;
}
.sign-up .box {
  padding-bottom: 25px;
}

.quote-box {
  display: block;
}

.box blockquote {
  border: 0 !important;
  padding: 0 !important;
  font: 600 26px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  color: #493E37;
}
.box blockquote:before {
  display: block;
  content: "“";
  color: #f27830;
  font: 90px/100% Georgia, Times, serif;
  text-align: center;
  height: 40px;
}
.box cite {
  font: italic 14px/120% Georgia, Times, Times New Roman, serif;
  color: #999;
}

.box-content {
  padding: 0 30px 30px 30px;
}

.box-quote {
  text-align: center;
}

/* Article Page
/* -------------------------------------------- */
.article-sub-mod {
  margin-right: -30px;
  width: 100%;
}
@media (min-width: 990px), (min-width: 900px) and (max-width: 989px) {
  .article-sub-mod {
    float: left;
  }
}

.article-content {
  padding-top: 30px;
  margin: 0 auto;
  min-height: 600px;
  position: relative;
  clear: both;
}
.article-content hgroup + article {
  border-top: 1px solid #DDD;
  padding-top: 25px;
}
@media (min-width: 990px), (min-width: 900px) and (max-width: 989px) {
  .article-content {
    padding-top: 40px;
    padding-right: 60px;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  .article-content {
    padding: 8%;
  }
}
.article-content .article-sidebars {
  float: right;
  width: 230px;
  margin: 0 0 40px 40px;
}
.article-content .article-sidebars:empty {
  display: none;
}
.article-content .article-sidebars .article-sidebar-toggle {
  display: none;
  margin: 18px 0 0;
}
@media (max-width: 649px) {
  .article-content .article-sidebars {
    float: none;
    width: auto;
    margin: 0 0 18px;
  }
  .article-content .article-sidebars .article-sidebar {
    display: none;
  }
  .article-content .article-sidebars .article-sidebar-toggle {
    display: block;
  }
}
@media (min-width: 650px) and (max-width: 989px), (min-width: 990px) {
  .article-content .article-sidebars .article-sidebar {
    display: block !important;
  }
}
.article-content .article-meta {
  float: left;
  width: 25%;
  padding: 0 40px 0 0;
  text-align: right;
}
@media (min-width: 650px) and (max-width: 989px), (max-width: 649px), (min-width: 990px) and (max-width: 1049px) {
  .article-content .article-meta {
    float: none;
    width: auto;
    padding: 5px 0 15px;
    text-align: left;
  }
  .article-content .article-meta .source {
    font-size: 13px;
  }
  .article-content .article-meta .writer-title {
    display: inline;
    margin-left: 10px;
  }
  .article-content .article-meta .simple-share {
    display: none;
  }
}
.article-content .entry-content, .article-content.article-layout-2 .article-main-photo {
  float: right;
  width: 75%;
}
@media (min-width: 650px) and (max-width: 989px), (max-width: 649px), (min-width: 990px) and (max-width: 1049px) {
  .article-content .entry-content, .article-content.article-layout-2 .article-main-photo {
    width: auto;
    float: none;
  }
}
.article-content.article-layout-2 .article-main-photo {
  float: right;
}

.article-feed .article-content {
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.page .entry-content {
  width: 100%;
  float: none;
}

a:hover .share-txt {
  text-decoration: underline;
}

.article-aside {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 634px;
}
.article-aside div.title {
  display: none;
}
@media (min-width: 990px), (min-width: 900px) and (max-width: 989px) {
  .article-aside {
    float: right;
    padding-left: 30px;
    width: 30px;
    overflow: hidden;
    position: relative;
  }
}

.article-h {
  font: 600 34px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
  color: #000;
}
.article-h > a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
.article-h > a:active, .article-h > a:focus {
  outline: none;
}
.article-h > a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .article-h {
    font: 600 46px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}

.article-deck {
  font: normal 26px/140% Georgia, Times, Times New Roman, serif;
  margin-bottom: 20px;
}

.article-sidebar {
  margin: 0 0 20px;
}
.article-sidebar:before {
  content: "";
  display: block;
  width: 35%;
  height: 12px;
  background: #000;
  margin: 0 0 20px 0;
}

.game-sidebar h3 {
  text-transform: uppercase;
  font-size: 27px;
}
.game-sidebar .game-date,
.game-sidebar .game-venue,
.game-sidebar .game-broadcast-channel,
.game-sidebar .game-attendance {
  font: 600 13px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.game-sidebar .game-date {
  color: #000;
  margin: 15px 0 20px;
  font-size: 16px;
}
.game-sidebar .game-attendance {
  font-weight: 300;
}
.game-sidebar .game-broadcast-channel {
  font-weight: 300;
  color: #999;
}
.game-sidebar table {
  font: 400 13px/110% proxima-nova, Arial, Helvetica, sans-serif;
  margin: 20px 0 0;
}
.game-sidebar table th, .game-sidebar table td {
  padding: 5px 0;
}
.game-sidebar .game-boxscore small {
  color: #999;
}
.game-sidebar .game-leaders small {
  font-weight: 600;
}
.game-sidebar .game-leaders th small {
  font-weight: 300;
  color: #999;
}

@media (min-width: 990px), (min-width: 650px) and (max-width: 899px) {
  .article-feed .game-sidebar {
    *zoom: 1;
    margin-top: -20px;
  }
  .article-feed .game-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  .article-feed .game-sidebar .game-sidebar-section {
    float: left;
    width: 30%;
    margin: 0 5% 0 0 !important;
  }
  .article-feed .game-sidebar .game-sidebar-section:last-child {
    margin-right: 0 !important;
  }
  .article-feed .game-sidebar .game-date {
    margin-top: 8px;
  }
  .article-feed .game-sidebar:before {
    display: none;
  }
}
.article-f {
  clear: both;
  *zoom: 1;
  border-top: 4px double #ccc;
}
.article-f:after {
  content: "";
  display: table;
  clear: both;
}
.article-f .article-content {
  padding-top: 30px;
}

/* Article Photos, Slideshows, Credits
/* -------------------------------------------- */
.article-img {
  margin-bottom: 1px;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  margin-bottom: 10px;
}
.article-img > img {
  width: 100%;
}

.article-date {
  margin: 0 0 6px;
}

.post-slideshow {
  margin-bottom: 30px;
}

/* Prevent extra images from showing up on page load */
.post-slideshow img + img {
  display: none;
}

.photo-credit {
  text-align: right;
  margin: -7px 0 5px !important;
  color: #999 !important;
  font: normal 11px/140% proxima-nova, Arial, Helvetica, sans-serif !important;
}

.photo-caption {
  font: normal 13px/140% proxima-nova, Arial, Helvetica, sans-serif !important;
  margin: 0 0 20px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid #DDD;
  color: #555 !important;
}
.photo-caption strong {
  text-transform: uppercase;
  font-size: 12px;
}

.headline-group {
  margin-bottom: 10px;
  *zoom: 1;
}
.headline-group:after {
  content: "";
  display: table;
  clear: both;
}

.source {
  font: bold 15px/135% proxima-nova, Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}
.source > a:hover {
  text-decoration: underline;
}

.meta-byline {
  margin-bottom: 4px;
}

.meta-date {
  font: normal 11px proxima-nova, Arial, Helvetica, sans-serif;
  color: #999;
}
.meta-date > a:hover {
  text-decoration: underline;
}

.writer-photo {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 75px;
  display: inline-block;
  margin: 0 0 10px;
}
.writer-photo img {
  width: 90px;
  height: 90px;
}

.writer-title {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}
.writer-title.writer-tag {
  font-style: italic;
  text-transform: none;
}

.writer-meta {
  margin-bottom: 24px;
}
.writer-meta > p {
  font: italic 14px Georgia, Times, Times New Roman, serif;
  color: #999;
}
.writer-meta a:hover {
  text-decoration: underline;
}

.body-txt, .gallery-intro, .entry-content > p {
  display: block;
  font: 16px/150% Georgia, Times, Times New Roman, serif;
  color: #111;
  margin-bottom: 17px;
}
.body-txt a, .gallery-intro a, .entry-content > p a {
  color: #f27830;
}
.body-txt a:hover, .gallery-intro a:hover, .entry-content > p a:hover {
  text-decoration: underline;
}

.entry-content .rve {
  margin-bottom: 17px;
}

.body-txt > p, .gallery-intro > p {
  margin-bottom: 20px;
}

.dateline {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 16px/150% Georgia, Times, Times New Roman, serif;
  color: #000;
}
@media (min-width: 400px) {
  .dateline {
    font: 17px/160% Georgia, Times, Times New Roman, serif;
  }
}

.source-contact {
  font: bold 11px Georgia, Times, Times New Roman, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.1em;
}
.source-contact > a:hover {
  color: #f27830;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}

.entry-photo-container {
  width: 100%;
  max-width: 500px;
  float: none;
  *zoom: 1;
  margin-bottom: 30px;
  background-color: #333;
}
.entry-photo-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 525px) {
  .entry-photo-container {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    width: 50%;
    max-width: 250px;
  }
}

.entry-photo-content {
  background-color: #333;
  width: 50%;
  max-width: 500px;
  float: left;
  display: inline;
  *zoom: 1;
}
.entry-photo-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 525px) {
  .entry-photo-content {
    display: block;
    width: 100%;
    float: none;
    background-color: #fff;
  }
}

.entry-photo {
  float: none;
  width: 100%;
  max-width: 100%;
  max-width: 250px;
  margin-bottom: 0px !important;
  display: block;
}
.entry-photo-caption {
  color: #333;
  margin-bottom: 0px;
  text-align: center;
  font: italic 13px/140% Georgia, Times, Times New Roman, serif;
}

.entry-photo-author {
  background-color: #333;
  padding: 10px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media (min-width: 525px) {
  .entry-photo-author {
    margin-top: -4px;
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}
.entry-photo-author .writer-name {
  display: block;
}
.entry-photo-author .writer-tag {
  font: italic 13px/140% Georgia, Times, "Times New Roman", serif;
  text-transform: none;
}

.twit-feed {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 769px) {
  .twit-feed {
    border-bottom: 0px;
  }
}
.article-aside .twit-feed {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.gallery-tz-aside-mod {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  margin: 0 auto 50px;
}

.home .gallery-tz-aside-mod {
  padding: 30px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid #e5e5e5;
}

.share-tools li {
  float: left;
}

/* Sponsored Content
 * -------------------------------------------- */
.sponsored-content .entry-content {
  width: 75%;
  float: right;
}
@media (min-width: 650px) and (max-width: 989px), (max-width: 649px), (min-width: 990px) and (max-width: 1049px) {
  .sponsored-content .entry-content {
    width: auto;
    float: none;
  }
}
.sponsored-content img {
  max-width: 100% !important;
}
.sponsored-content p {
  font: normal 16px/140% Georgia, Times, Times New Roman, serif;
  color: #493E37;
  margin-bottom: 16px;
}
.sponsored-content p > a,
.sponsored-content p > p > a {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
}
.sponsored-content p > a.more-link,
.sponsored-content p > p > a.more-link {
  color: #999;
}
.sponsored-content p > a:hover,
.sponsored-content p > p > a:hover {
  text-decoration: underline;
}

.pagename-sponsored .deals-container {
  display: none;
}

/* Article Box
 * -------------------------------------------- */
.article-box, .articles-box {
  display: block;
  margin: 0 0 20px;
}

.article-box {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  overflow: hidden;
}
.article-box img {
  width: 100%;
}
.article-box .overline-small {
  margin: 10px 0 8px;
}
.article-box h4 {
  margin: 0;
  color: #222;
}
.article-box .text-small {
  color: #555;
}
.article-feed-items .article-box {
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 280px;
}
@media (max-width: 499px) {
  .article-feed-items .article-box {
    width: 100%;
    margin: 0 0 20px;
    float: none;
    height: auto;
    overflow: visible;
  }
  .article-feed-items .article-box:after {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1049px), (min-width: 900px) and (max-width: 989px), (min-width: 500px) and (max-width: 649px) {
  .article-feed-items .article-box {
    width: 48%;
    margin-right: 4%;
  }
  .article-feed-items .article-box:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 1360px), (min-width: 1050px) and (max-width: 1359px), (min-width: 650px) and (max-width: 899px) {
  .article-feed-items .article-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

.article-boxes-horiz {
  *zoom: 1;
  padding: 20px;
}
.article-boxes-horiz:after {
  content: "";
  display: table;
  clear: both;
}

.article-boxes-horiz .article-box,
.article-boxes-horiz .articles-box {
  width: 300px;
  min-height: 336px;
  float: left;
  margin: 0 20px 0 0;
}
.article-boxes-horiz .article-box.article-box-no-photo h4,
.article-boxes-horiz .articles-box.article-box-no-photo h4 {
  font-size: 30px;
}

.articles-box a {
  display: block;
  padding: 18px 0;
  border-top: 1px solid #DDD;
  *zoom: 1;
}
.articles-box a:after {
  content: "";
  display: table;
  clear: both;
}
.articles-box a img {
  float: right;
  width: 25%;
  margin-left: 10px;
}
.articles-box a h4 {
  font-size: 19px;
  line-height: 120%;
  margin: 0;
  color: #333;
}

.articles-box a .article-footer, .article-box .article-footer {
  clear: both;
  *zoom: 1;
  font-size: 11px;
  color: #AAA;
  padding: 10px 0 0;
  -webkit-transition: color 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in false;
}
.articles-box a .article-footer:after, .article-box .article-footer:after {
  content: "";
  display: table;
  clear: both;
}
.articles-box a .article-footer time, .article-box .article-footer time {
  float: right;
}
.articles-box a .article-footer .article-author, .article-box .article-footer .article-author {
  float: left;
}
.articles-box a:hover .article-footer, .article-box:hover .article-footer {
  color: #555;
}
.articles-box a:hover h4, .article-box:hover h4 {
  text-decoration: underline;
}

.articles-box-bare .articles-box {
  box-shadow: none;
  border-top: 1px solid #DDD;
  margin: 20px 0 0;
}
.articles-box-bare .articles-box a {
  padding: 20px 0;
}
.articles-box-bare .articles-box a h4 {
  font: 600 15px/110% proxima-nova, Arial, Helvetica, sans-serif;
}
.articles-box-bare .articles-box .overline-small {
  display: none;
}

.articles-box-bare .view-more {
  display: block;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  font: 600 15px/100% proxima-nova, Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #f27830;
  padding: 20px 0;
}
.articles-box-bare .view-more:hover {
  background: #F9F9F9;
}
.articles-box-bare .view-more:active {
  background: #EEE;
}

.articles-list .article-box {
  box-shadow: none;
  margin: 0;
  border-top: 1px solid #DDD;
  padding: 10px 0 20px;
}
.articles-list .article-box img {
  margin: 0;
}
.articles-list .article-box .overline {
  color: #f27830;
  background: none !important;
  box-shadow: none;
  padding: 0;
  margin: 8px 0;
}
.articles-list .article-box .tz-h3, .articles-list .article-box .generic-styles > h5,
.articles-list .article-box .generic-styles > h6, .articles-list .article-box .generic-content > h5,
.articles-list .article-box .generic-content > h6, .articles-list .article-box .entry-content > h5,
.articles-list .article-box .entry-content > h6 {
  padding: 0;
  font-size: 19px;
}
.articles-list .article-box.article-box-no-photo {
  padding-top: 12px;
}

.todays-paper-container .articles-box img {
  max-width: 50px;
}

.lte9 .todays-paper-container .articles-box img {
  max-height: 50px;
}

.entry-utility {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 600 13px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
.entry-utility > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #999;
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in false;
}
.entry-utility > a:hover {
  color: #f27830;
}

.top-stories {
  margin-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 401px) {
  .top-stories {
    margin-bottom: 30px;
  }
}
@media (min-width: 850px) {
  .top-stories {
    border-bottom: 0px;
  }
}

.top-stories-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  min-height: 92px;
  *zoom: 1;
  padding-bottom: 10px;
}
.top-stories-item:after {
  content: "";
  display: table;
  clear: both;
}
.top-stories-item:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (min-width: 400px) {
  .top-stories-item {
    padding-bottom: 0px;
  }
}
@media (min-width: 850px) {
  .top-stories-item:last-child {
    border-bottom: 0px;
    padding-bottom: 30px;
  }
}

.top-stories-img {
  max-width: 120px;
  width: 25%;
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}
@media (min-width: 400px) {
  .top-stories-img {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.top-stories-txt {
  font-size: 24px;
}

.top-stories-h {
  font-size: 18px;
}
@media (min-width: 400px) {
  .top-stories-h {
    font-size: 24px;
  }
}

.comments {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  margin: 30px 0;
  clear: both;
}

.gallery-imgs .comments {
  border: 0;
  padding: 0;
  margin: 0 0 -20px;
}

.more-btn {
  width: 100%;
  color: #666;
}

.featured-mobile {
  margin-bottom: 15px;
  padding: 15px;
  display: block;
}
@media (min-width: 401px) {
  .featured-mobile {
    display: none;
  }
}

/* Article Feed
/* -------------------------------------------- */
.article-feed-container {
  *zoom: 1;
  padding-bottom: 30px;
}
.article-feed-container:after {
  content: "";
  display: table;
  clear: both;
}
.article-feed-container > .ui-block-1,
.article-feed-container > .ui-block.first {
  width: 65%;
  display: inline;
  float: left;
}
.article-feed-container > .ui-block-2,
.article-feed-container > .ui-block.second {
  width: 35%;
  display: inline;
  float: right;
}

.article-feed {
  padding-top: 30px;
  margin: 0 auto;
  *zoom: 1;
}
.article-feed:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 990px), (min-width: 900px) and (max-width: 989px) {
  .article-feed {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 650px) and (max-width: 899px) {
  .article-feed {
    padding: 30px 8%;
  }
}

.article-feed-items {
  *zoom: 1;
}
.article-feed-items:after {
  content: "";
  display: table;
  clear: both;
}

.feed-title, .generic-content h1 {
  font: 500 40px/100% jubilat, Georgia, Times, Times New Roman, serif;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 15px;
  margin: 0 0 30px;
  color: #000;
}
.feed-title a, .generic-content h1 a {
  color: #f27830;
}
.feed-title a:hover, .generic-content h1 a:hover {
  text-decoration: underline;
}

.article-feed-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 16px;
  *zoom: 1;
}
.article-feed-item:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 500px) {
  .article-feed-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.article-feed-item:last-child {
  border-bottom: 0px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.article-feed-last {
  border-bottom: 0px;
  margin-bottom: 30px;
}

.feed-txt {
  font-size: 15px;
  display: none;
}
@media (min-width: 500px) {
  .feed-txt {
    font-size: 16px;
    display: block;
  }
}

.menu-txt-container {
  margin-bottom: 0px;
}
@media (min-width: 500px) {
  .menu-txt-container {
    margin-bottom: 10px;
  }
}

.menu-txt {
  font-size: 15px;
  display: none;
}
@media (min-width: 500px) {
  .menu-txt {
    font-size: 16px;
    display: block;
  }
}

.menu-tag {
  color: #999;
}
.menu-tag a {
  color: #999;
}
.menu-tag a:hover {
  color: #f27830;
}

.menu-h {
  margin-bottom: 0px;
}

.hours {
  font-size: 13px;
}

.menu-item-list {
  list-style: none !important;
}

.no-menu-msg {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  font-style: italic;
}

.feed-h {
  margin-bottom: 4px;
  font: 600 21px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
@media (min-width: 500px) {
  .feed-h {
    font: 600 27px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}

.feed-date {
  display: block;
  color: #bbb;
  font: normal 10px proxima-nova, Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}

.feed-img {
  width: 105px;
  margin: 0 0 0 16px;
  float: right;
}
.feed-img > img {
  width: 100%;
}
@media (min-width: 500px) {
  .feed-img {
    width: 25%;
    float: left;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 400px) {
  .feed-img {
    width: 100%;
    float: none;
    margin: 0;
  }
}

.more-txt {
  color: #999;
}

a.more-txt:hover {
  text-decoration: underline;
}

.menu-img {
  width: 100%;
  display: inline;
  float: left;
  margin-right: 20px;
  max-width: 85px;
}
@media (min-width: 500px) {
  .menu-img {
    margin-bottom: 0px;
    max-width: 168px;
    margin-right: 30px;
  }
}
@media (min-width: 850px) {
  .menu-img {
    margin-bottom: 0px;
  }
}
@media (min-width: 980px) {
  .menu-img {
    margin-bottom: 0px;
  }
}

.menu-img-jimmy-johns {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-img-jimmy-johns, .spacer-jimmy-johns {
  width: 85px;
  height: 60px;
  border: 0;
}
@media (min-width: 500px) {
  .menu-img-jimmy-johns, .spacer-jimmy-johns {
    width: 168px;
    height: 100px;
  }
}

.tools-txt {
  font-size: 16px;
  color: #ccc;
}
.tools-txt:hover {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  color: #000;
}

.feed-intro {
  font: italic 15px/145% Georgia, Times, Times New Roman, serif;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 500px) {
  .feed-intro {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font: italic 17px/148% Georgia, Times, Times New Roman, serif;
  }
}

.wp-edit-link {
  display: inline-block;
  background: url(/wp-content/themes/ostrom/images/pencil.png);
  width: 16px;
  height: 16px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
}
.wp-edit-link:hover {
  opacity: 1;
}

.show-more-btn, .show-more-nav a {
  margin-bottom: 30px;
  width: 100%;
  border-bottom-color: #bbb;
}

/* Photo Gallery
/* -------------------------------------------- */
.gallery-intro {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.gallery-mod {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery-title {
  margin-bottom: 30px;
  display: inline;
}

.gallery-imgs {
  padding-bottom: 30px;
}

.gallery-img-mod {
  margin-bottom: 40px;
  *zoom: 1;
  border-color: #eee;
  padding-bottom: 30px;
}
.gallery-img-mod:after {
  content: "";
  display: table;
  clear: both;
}
.gallery-img-mod:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 10px;
}

.gallery-credit {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
}

.gallery-caption-mod {
  padding-top: 8px;
  padding-bottom: 12px;
  margin-top: -3px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  *zoom: 1;
}
.gallery-caption-mod:after {
  content: "";
  display: table;
  clear: both;
}

.gallery-caption-credit {
  margin-bottom: 16px;
}
@media (min-width: 700px) {
  .gallery-caption-credit {
    max-width: 700px;
  }
}

.gallery-share-mod {
  padding-top: 12px;
  padding-left: 8px;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 700px) {
  .gallery-share-mod {
    position: absolute;
    right: 0;
    top: 5px;
    border-top: 0;
    padding: 0;
  }
}

.gallery-img {
  max-width: 1000px;
}
.gallery-img > img {
  line-height: 0;
  max-width: 100%;
  margin: auto;
}

.img-caption {
  font: 16px/150% Georgia, Times, Times New Roman, serif;
  color: #000;
}

/* Video Post
/* -------------------------------------------- */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Print Edition Archive
/* -------------------------------------------- */
.print-archive-container {
  margin-bottom: 30px;
  padding-top: 30px;
  *zoom: 1;
}
.print-archive-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 500px) {
  .archive-list {
    margin-left: -30px;
  }
}

.print-item-container {
  width: 100%;
  *zoom: 1;
  margin-bottom: 20px;
  background-image: -owg-linear-gradient(#fafafa 62%, #fff 110%);
  background-image: -webkit-linear-gradient(#fafafa 62%, #fff 110%);
  background-image: -moz-linear-gradient(#fafafa 62%, #fff 110%);
  background-image: -o-linear-gradient(#fafafa 62%, #fff 110%);
  background-image: linear-gradient(#fafafa 62%, #fff 110%);
  position: relative;
}
.print-item-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 500px) {
  .print-item-container {
    float: left;
    display: inline;
    background-image: none;
    padding-left: 30px;
    width: 50%;
  }
  .print-item-container:hover .date-container-wrapper {
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in false;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media (min-width: 550px) {
  .print-item-container {
    width: 33.33%;
  }
}
@media (min-width: 750px) {
  .print-item-container {
    width: 25%;
  }
}

.print-img-container {
  height: 100px;
  overflow: hidden;
  float: right;
  width: 52%;
}
@media (min-width: 500px) {
  .print-img-container {
    width: 100%;
    height: 100%;
    float: left;
  }
}
@media (min-width: 550px) {
  .print-img-container {
    width: 100%;
  }
}

.print-img {
  width: 100%;
  float: right;
}
@media (min-width: 500px) {
  .print-img {
    float: none;
  }
}

.date-container-wrapper {
  pointer-events: none;
}
@media (min-width: 500px) {
  .date-container-wrapper {
    position: absolute;
    width: 86%;
    top: 31%;
    margin: 0 auto;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

.date-container {
  font: 600 16px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 48%;
  margin: auto;
  text-align: center;
  min-height: 55px;
  display: block;
  position: relative;
}
@media (min-width: 500px) {
  .date-container {
    font-size: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    padding: 20px;
    width: 100px;
    height: 100px;
    background-color: #f27830;
    background-color: rgba(242, 120, 48, 0.8);
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    color: #fff;
    float: none;
  }
}

.todays-paper-h {
  display: block;
  margin-bottom: -14px;
}
@media (min-width: 500px) {
  .todays-paper-h {
    display: none;
  }
}

.print-date {
  top: 20px;
  position: relative;
}

/* Search Results Page
/* -------------------------------------------- */
.search-results .feed-txt {
  display: block;
}

.search-results-input {
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}
.search-results-input input[type=search] {
  padding: 6px;
  height: 35px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  -webkit-appearance: none;
  padding-left: 0;
  padding-right: 79px;
  width: 100%;
  background-color: #fdfdfd !important;
}
.search-results-input input[type=search]:focus {
  outline: 0;
}
.search-results-input input[type=submit] {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 12px;
  height: 35px;
  font: 600 12px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  border-radius: 0 2px;
}
.search-results-input input[type=submit]:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.search-results-input input[type=submit]:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.search-results-input input[type=submit]:focus {
  outline: 1px dotted #666;
}
.search-results-input input[type=submit].disabled, .search-results-input input[type=submit][disabled], .search-results-input input[type=submit].disabled:hover, .search-results-input input[type=submit][disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

/* 404 Page
/* -------------------------------------------- */
.hdr-404 {
  text-align: center;
  padding: 60px 40px;
}

.img-404 {
  display: block;
  width: 220px;
  margin: auto;
}
@media (min-width: 500px) {
  .img-404 {
    width: 240px;
  }
}
.img-404 > img {
  max-width: 100%;
}

.hgroup-404 {
  margin-bottom: 30px;
}

.h-404 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font: 600 38px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
}
@media (min-width: 500px) {
  .h-404 {
    font: 600 44px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  }
}

.sub-h-404 {
  font-size: 16px;
}

.search-404 {
  width: 95%;
  margin: auto;
  position: relative;
}
.search-404 input[type=search] {
  padding: 6px;
  height: 35px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px inset;
  -webkit-appearance: none;
  padding-left: 0;
  padding-right: 79px;
  width: 100%;
  background-color: #fdfdfd !important;
}
.search-404 input[type=search]:focus {
  outline: 0;
}
.search-404 input[type=submit] {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in false;
  font: 400 14px/100% proxima-nova, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
  border: 0;
  padding: 6px 12px;
  color: #FFF;
  background: #f27830;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 8px 12px;
  height: 35px;
  font: 600 12px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  border-radius: 0 2px;
}
.search-404 input[type=submit]:hover {
  cursor: pointer;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.1);
}
.search-404 input[type=submit]:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.search-404 input[type=submit]:focus {
  outline: 1px dotted #666;
}
.search-404 input[type=submit].disabled, .search-404 input[type=submit][disabled], .search-404 input[type=submit].disabled:hover, .search-404 input[type=submit][disabled]:hover {
  cursor: default;
  opacity: 0.6;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}

#disqus_thread a {
  color: #F27830;
}

/* About Page
/* -------------------------------------------- */
.page-about .entry-content h3,
.page-adrates .entry-content h3 {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
  margin: 20px 0;
}

.page-about .entry-content h3.no-top,
.page-adrates .entry-content h3.no-top {
  border-top: 0;
  padding: 0;
  margin: 0 0 20px;
}

#about-tables th,
.about-tables th {
  font: 400 18px/130% jubilat, Georgia, Times, Times New Roman, serif;
}

#about-tables td,
.about-tables td,
.timeline-table td,
.entry-content > ul li {
  font: normal 15px/140% Georgia, Times, Times New Roman, serif;
}

.entry-content > ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

#about-tables td,
#about-tables th,
.about-tables td,
.about-tables th {
  width: 40%;
  padding: 5px 0;
}

#about-tables td + td,
.about-tables td + td,
#about-tables th + th,
.about-tables th + th {
  width: 60%;
}

.timeline-table td,
.timeline-table th {
  width: 30%;
  font-weight: bold;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

.timeline-table td + td,
.timeline-table th + th {
  width: 70%;
  font-weight: normal;
}

.timeline-table tbody {
  border-bottom: 1px solid #e5e5e5;
}

#about-tables a,
.about-tables a,
.entry-content > ul li a {
  color: #f27830;
  text-decoration: none;
}
#about-tables a:hover,
.about-tables a:hover,
.entry-content > ul li a:hover {
  text-decoration: underline;
}

.entry-content blockquote {
  border-left: 3px solid #f27830;
  padding-left: 20px;
}

.entry-content blockquote p {
  color: #555;
}

/* Bootstrap Components
/* -------------------------------------------- */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: none;
  font: 400 13px/110% proxima-nova, Arial, Helvetica, sans-serif;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 650px) and (max-width: 989px), (min-width: 990px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 990px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) and (max-width: 1359px), (min-width: 1360px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Share Tools
/* -------------------------------------------- */
.simple-share {
  *zoom: 1;
  margin: 0 0 20px;
}
.simple-share:after {
  content: "";
  display: table;
  clear: both;
}
.simple-share li {
  display: inline-block;
}
.simple-share a {
  display: inline-block;
  padding: 6px 10px 7px;
  background: #000;
  color: #FFF;
  border-radius: 3px;
  margin: 0 0 5px;
  font: 600 13px/110% proxima-nova-condensed, proxima-nova, Arial, Helvetica, sans-serif;
  -webkit-transition: box-shadow 0.1s ease-in;
  -webkit-transition-delay: 0s;
  -moz-transition: box-shadow 0.1s ease-in;
  -o-transition: box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in false;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0);
}
.simple-share a[data-service=facebook] {
  background: #4862A3;
}
.simple-share a[data-service=twitter] {
  background: #00ACEE;
}
.simple-share a[data-service=google-plus] {
  background: #DD4B38;
}
.simple-share a:hover {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.2);
}
.simple-share a:hover span {
  text-decoration: none;
}
.simple-share a:active {
  box-shadow: inset 0 100px 0 rgba(0, 0, 0, 0.4);
}
.simple-share a::before {
  font-size: 16px;
  margin: 0 7px 1px 0;
  position: relative;
  top: 2px;
}
.article-meta .simple-share {
  margin: 18px 0 0;
}
.article-meta .simple-share li {
  display: block;
}
.article-meta .simple-share a {
  display: block;
  width: 100%;
  max-width: 120px;
  float: right;
  clear: both;
  text-align: left;
}

/* ICOMOON CODE */
@font-face {
  font-family: "simple-social-icons";
  src: url("../fonts/simple-social-icons.eot?#") format("eot"), url("../fonts/simple-social-icons.svg#simple-social-icons") format("svg"), url("../fonts/simple-social-icons.woff") format("woff"), url("../fonts/simple-social-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "simple-social-icons";
  content: attr(data-icon);
  speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "simple-social-icons";
  font-style: normal;
  speak: none;
}

.icon-facebook:before {
  content: '"';
}

.icon-facebook-2:before {
  content: "#";
}

.icon-facebook-3:before {
  content: "$";
}

.icon-twitter:before {
  content: "%";
}

.icon-twitter-2:before {
  content: "&";
}

.icon-twitter-3:before {
  content: "'";
}

.icon-linkedin:before {
  content: "(";
}

.icon-linkedin-2:before {
  content: ")";
}

.icon-linkedin-3:before {
  content: "*";
}

.icon-google-plus:before {
  content: "+";
}

.icon-google-plus-2:before {
  content: ",";
}

.icon-google-plus-3:before {
  content: "-";
}

.icon-pinterest:before {
  content: ".";
}

.icon-pinterest-3:before {
  content: "/";
}

.icon-pinterest-2:before {
  content: "0";
}

.icon-tumblr:before {
  content: "1";
}

.icon-tumblr-2:before {
  content: "2";
}

.icon-tumblr-3:before {
  content: "3";
}

.icon-stumbleupon:before {
  content: "4";
}

.icon-stumbleupon-2:before {
  content: "5";
}

.icon-stumbleupon-3:before {
  content: "6";
}

.icon-reddit:before {
  content: "7";
}

.icon-reddit-2:before {
  content: "O";
}

.icon-reddit-3:before {
  content: "S";
}

.icon-share:before {
  content: "^";
}

.icon-delicious:before {
  content: "\\";
}

.icon-email-2:before {
  content: "_";
}

.icon-email:before {
  content: "!";
}

/* Color classes */
.icon-facebook.sst-color:before, .icon-facebook.sst-color:visited:before, .icon-facebook-2.sst-color:before, .icon-facebook-2.sst-color:visited:before, .icon-facebook-3.sst-color:before, .icon-facebook-3.sst-color:visited:before {
  color: #3B5998;
}

.icon-twitter.sst-color:before, .icon-twitter.sst-color:visited:before, .icon-twitter-2.sst-color:before, .icon-twitter-2.sst-color:visited:before, .icon-twitter-3.sst-color:before, .icon-twitter-3.sst-color:visited:before {
  color: #00aced;
}

.icon-linkedin.sst-color:before, .icon-linkedin.sst-color:visited:before, .icon-linkedin-2.sst-color:before, .icon-linkedin-2.sst-color:visited:before, .icon-linkedin-3.sst-color:before, .icon-linkedin-3.sst-color:visited:before {
  color: #0181b2;
}

.icon-google-plus.sst-color:before, .icon-google-plus.sst-color:visited:before, .icon-google-plus-2.sst-color:before, .icon-google-plus-2.sst-color:visited:before, .icon-google-plus-3.sst-color:before, .icon-google-plus-3.sst-color:visited:before {
  color: #D6492C;
}

.icon-tumblr.sst-color:before, .icon-tumblr.sst-color:visited:before, .icon-tumblr-2.sst-color:before, .icon-tumblr-2.sst-color:visited:before, .icon-tumblr-3.sst-color:before, .icon-tumblr-3.sst-color:visited:before {
  color: #3C5A76;
}

.icon-pinterest.sst-color:before, .icon-pinterest.sst-color:visited:before, .icon-pinterest-2.sst-color:before, .icon-pinterest-2.sst-color:visited:before, .icon-pinterest-3.sst-color:before, .icon-pinterest-3.sst-color:visited:before {
  color: #cb2027;
}

.icon-stumbleupon.sst-color:before, .icon-stumbleupon.sst-color:visited:before, .icon-stumbleupon-2.sst-color:before, .icon-stumbleupon-2.sst-color:visited:before, .icon-stumbleupon-3.sst-color:before, .icon-stumbleupon-3.sst-color:visited:before {
  color: #EB4924;
}

@media (max-width: 1050px) {
  .category #content .category-primary-item-container {
    display: none;
  }
}
.category #content .category-primary-item-container {
  padding: 2px;
  height: auto;
  overflow: hidden;
}

.category #content .category-primary-item-container .featured-story-main-container {
  padding: 0px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main {
  position: relative;
  margin-bottom: 0px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .featured-main-img-container {
  overflow: hidden;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .featured-main-img-container a {
  height: 515px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .featured-main-img-container .featured-main-img {
  margin: 0px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .featured-main-img-container .featured-main-img img {
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .featured-main-img-container .featured-main-img:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container {
  left: 5px;
  position: absolute;
  bottom: 15px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .tz-h1,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .generic-styles > h2,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .generic-content > h2,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .entry-content > h2 {
  margin: 0px;
}

.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .tz-h1 a,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .generic-styles > h2 a,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .generic-content > h2 a,
.category #content .category-primary-item-container .primary-item .featured-story-main .story-meta-info-container .entry-content > h2 a {
  line-height: 30px;
  text-decoration: none;
  color: white !important;
  text-shadow: 4px -3px 7px rgba(0, 0, 0, 0.7);
}

.category #content .category-primary-item-container .primary-item .featured-story-secondary-container {
  padding: 0px;
  margin-top: 30px;
}

.category #content .category-primary-item-container .primary-item .featured-story-secondary-container .featured-story-secondary-2 .row {
  margin: 0px;
}

.category #content .category-primary-item-container .primary-item .featured-story-secondary-container .featured-story-secondary {
  padding: 0px;
}

.category #content .featured-story-secondary-container .featured-story-secondary {
  position: relative;
}

.category #content .featured-story-secondary-container .featured-story-secondary .featured-secondary-img-container {
  overflow: hidden;
}

.category #content .featured-story-secondary-container .featured-story-secondary .featured-secondary-img-container a {
  display: block;
  height: 257.5px;
}

.category #content .featured-story-secondary-container .featured-story-secondary .featured-secondary-img-container .featured-secondary-img img {
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category #content .featured-story-secondary-container .featured-story-secondary .featured-secondary-img-container .featured-secondary-img:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.category #content .featured-story-secondary-container .featured-story-secondary img {
  width: 100%;
}

.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .tz-h1,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .generic-styles > h2,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .generic-content > h2,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .entry-content > h2 {
  line-height: 20px;
  margin: 0px;
}

.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .tz-h1 a,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .generic-styles > h2 a,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .generic-content > h2 a,
.category #content .featured-story-secondary-container .featured-story-secondary .story-meta-info-container .entry-content > h2 a {
  font-size: 20px;
  text-decoration: none;
  color: white !important;
  text-shadow: 4px -3px 7px rgba(0, 0, 0, 0.7);
}

.category #content .secondary-list-item-container {
  margin-top: 55px;
}

/*************
ADDED BY MARK
*************/
.section-slideshow-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 990px), (min-width: 650px) and (max-width: 989px) {
  .todays-paper-tz-list .articles-box {
    float: right;
    width: 40%;
    margin-left: 7.5%;
  }
  .todays-paper-tz-list {
    display: flex;
  }
  .todays-paper-tz {
    float: left;
    width: 50%;
  }
}
.latest-tweets {
  max-width: 600px !important;
}

.poll-mod {
  margin-right: 30px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .poll-mod {
    margin-left: 30px;
    margin-right: 0px !important;
  }
  #pixlee_container {
    padding-left: 20px;
  }
}

/*# sourceMappingURL=screen.css.map */

/******************
  ADDED BY DAVIS
******************/


/* Carousel Gallery */
/* Slideshow container */
.gallery-carousel-slideshow-container {
  max-width: 93.5vw;
  position: relative;
  margin: auto;
  padding-bottom: 2vh;

}

/* Hide the images by default */
.gallery-carousel-mySlides, .gallery-carousel-mySlides1 {
  display: none;
}

/* Next & previous buttons */
.gallery-carousel-prev, .gallery-carousel-prev1, .gallery-carousel-next, .gallery-carousel-next1 {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  margin-top: 20px;
  padding: 50px;
  color: white; /*default color*/
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 10%;
  user-select: none;
}

/* Position the "next button" to the right */
.gallery-carousel-next {
  right: 0;
  border-radius: 10%;
  transform: translateX(50px);
}

.gallery-carousel-prev {
  transform: translateX(-50px);
}

/* On hover, add a black background color with a little bit see-through */
.gallery-carousel-prev:hover, .gallery-carousel-next:hover, .gallery-carousel-prev1:hover, .gallery-carousel-next1:hover {
  background-color: rgba(0,0,0,0.8);

}

img.gallery-carousel {
  max-height: 75.5vh;
  width: auto;
  align-items: center;
  object-fit: cover;
}

/* general */

.gallery-carousel-paddingfix{
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-carousel-paddingfix1{
  padding-top: 15px;
  padding-bottom: 15px;
}

.gallery-carousel-paddingfix2{
  padding-top: 10px;
}

.gallery-carousel-paddingfix3{
  padding-bottom: 5px;
}

.gallery-carousel-paddingfix4{
  padding-left: 5vw;
}

.gallery-carousel-margine-fix{
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-carousel-center1 {
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
