/* Spearswms.com
 * Theme: Newsazine
 * Author: Chris Boyle, stylewired.com
 * Grid: 0-499, 500-1056, 1057-1700, 1700+
 * Grid system: zurb.com/foundation
 * Primary accent colour: #c1282d rgb(193, 40, 45)
*/

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body {
  font-size: 55%;
}
@media (min-width: 500px) and (max-width: 1056px) {
    body {
        font-size: 45%;
      }
}
@media (min-width: 1280px){
    body {
        font-size: 62.5%;
      }
}

body {
  background: #2e2e2e url("/Content/images/mysterious_background.jpg") no-repeat center -4px;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.outter-row {
    background: #fff;
    padding: 0 2em 2em 2em;
   box-shadow: 0 0 3em 0 rgba(0,0,0,0.75);
   -moz-box-shadow: 0 0 3em 0 rgba(0,0,0,0.75);
   -webkit-box-shadow: 0 0 3em 0 rgba(0,0,0,0.75);
   border-right: solid 1px #E7C4C5;
    border-left: solid 1px #E7C4C5;
}
@media (max-width: 500px) {
    .outter-row {
        padding: 0;
    }   
}

.row {
  width: 125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }
        
@media (max-width: 499px) {
    .row {
        width: 100%;
    }
}
@media (max-width: 1056px) and (min-width: 500px) {
    .row {
        width: 110em;
    }
}

/************************************  Default Columns  **************************************/
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }


.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left; }

/*[class*="column"] + [class*="column"]:last-child {
  float: right; }*/

[class*="column"] + [class*="column"].end {
  float: left; }

.column.small-centered,
.columns.small-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important; } }
  
.large-1 {
  position: relative;
  width: 8.33333%; }
.large-2 {
  position: relative;
  width: 16.66667%; }
.large-3 {
  position: relative;
  width: 25%; }
.large-4 {
  position: relative;
  width: 33.33333%; }
.large-5 {
  position: relative;
  width: 41.66667%; }
.large-6 {
  position: relative;
  width: 50%; }
.large-7 {
  position: relative;
  width: 58.33333%; }
.large-8 {
  position: relative;
  width: 66.66667%; }
.large-9 {
  position: relative;
  width: 75%; }
.large-10 {
  position: relative;
  width: 83.33333%; }
.large-11 {
  position: relative;
  width: 91.66667%; }
.large-12 {
  position: relative;
  width: 100%; }
.row .large-offset-0 {
  position: relative;
  margin-left: 0%; }
.row .large-offset-1 {
  position: relative;
  margin-left: 8.33333%; }
.row .large-offset-2 {
  position: relative;
  margin-left: 16.66667%; }
.row .large-offset-3 {
  position: relative;
  margin-left: 25%; }
.row .large-offset-4 {
  position: relative;
  margin-left: 33.33333%; }
.row .large-offset-5 {
  position: relative;
  margin-left: 41.66667%; }
.row .large-offset-6 {
  position: relative;
  margin-left: 50%; }
.row .large-offset-7 {
  position: relative;
  margin-left: 58.33333%; }
.row .large-offset-8 {
  position: relative;
  margin-left: 66.66667%; }
.row .large-offset-9 {
  position: relative;
  margin-left: 75%; }
.row .large-offset-10 {
  position: relative;
  margin-left: 83.33333%; }
.row .large-offset-11 {
  position: relative;
  margin-left: 91.66667%; }
  
/* Mobile Columns */
@media (max-width: 500px) {
    .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
        width: 100%;
    }
    .small-1 {
      position: relative;
      width: 8.33333%; }
    .small-2 {
      position: relative;
      width: 16.66667%; }
    .small-3 {
      position: relative;
      width: 25%; }
    .small-4 {
      position: relative;
      width: 33.33333%; }
    .small-5 {
      position: relative;
      width: 41.66667%; }
    .small-6 {
      position: relative;
      width: 50%; }
    .small-7 {
      position: relative;
      width: 58.33333%; }
    .small-8 {
      position: relative;
      width: 66.66667%; }
    .small-9 {
      position: relative;
      width: 75%; }
    .small-10 {
      position: relative;
      width: 83.33333%; }
    .small-11 {
      position: relative;
      width: 91.66667%; }
    .small-12 {
      position: relative;
      width: 100%; }
    .small-offset-0 {
      position: relative;
      margin-left: 0%; }
    .small-offset-1 {
      position: relative;
      margin-left: 8.33333%; }
    .small-offset-2 {
      position: relative;
      margin-left: 16.66667%; }
    .small-offset-3 {
      position: relative;
      margin-left: 25%; }
    .small-offset-4 {
      position: relative;
      margin-left: 33.33333%; }
    .small-offset-5 {
      position: relative;
      margin-left: 41.66667%; }
    .small-offset-6 {
      position: relative;
      margin-left: 50%; }
    .small-offset-7 {
      position: relative;
      margin-left: 58.33333%; }
    .small-offset-8 {
      position: relative;
      margin-left: 66.66667%; }
    .small-offset-9 {
      position: relative;
      margin-left: 75%; }
    .small-offset-10 {
      position: relative;
      margin-left: 83.33333%; }
}

.push-1 {
  position: relative;
  left: 8.33333%;
  right: auto; }

.pull-1 {
  position: relative;
  right: 8.33333%;
  left: auto; }

.push-2 {
  position: relative;
  left: 16.66667%;
  right: auto; }

.pull-2 {
  position: relative;
  right: 16.66667%;
  left: auto; }

.push-3 {
  position: relative;
  left: 25%;
  right: auto; }

.pull-3 {
  position: relative;
  right: 25%;
  left: auto; }

.push-4 {
  position: relative;
  left: 33.33333%;
  right: auto; }

.pull-4 {
  position: relative;
  right: 33.33333%;
  left: auto; }

.push-5 {
  position: relative;
  left: 41.66667%;
  right: auto; }

.pull-5 {
  position: relative;
  right: 41.66667%;
  left: auto; }

.push-6 {
  position: relative;
  left: 50%;
  right: auto; }

.pull-6 {
  position: relative;
  right: 50%;
  left: auto; }

.push-7 {
  position: relative;
  left: 58.33333%;
  right: auto; }

.pull-7 {
  position: relative;
  right: 58.33333%;
  left: auto; }

.push-8 {
  position: relative;
  left: 66.66667%;
  right: auto; }

.pull-8 {
  position: relative;
  right: 66.66667%;
  left: auto; }

.push-9 {
  position: relative;
  left: 75%;
  right: auto; }

.pull-9 {
  position: relative;
  right: 75%;
  left: auto; }

.push-10 {
  position: relative;
  left: 83.33333%;
  right: auto; }

.pull-10 {
  position: relative;
  right: 83.33333%;
  left: auto; }

.push-11 {
  position: relative;
  left: 91.66667%;
  right: auto; }

.pull-11 {
  position: relative;
  right: 91.66667%;
  left: auto; }

.column.large-centered,
.columns.large-centered {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important; }

.column.large-uncentered,
.columns.large-uncentered {
  margin-left: 0;
  margin-right: 0;
  float: left !important; }

.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
  float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 500px - 1279px */
@media only screen and (min-width: 500px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
    
/* Large Displays: 1280px - 1700px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
    
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1280px){
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
    
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

p.lead {
  font-size: 1.6em;
  line-height: 1.6;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }
  
/* Default Figure */
figure {
    margin: 0;
    padding: 0;
}
figcaption {
    margin-top: 1em;
    font-style: italic;
    color: #555;
}

/* Default Link Styles */
a {
  color: #b61d22;
  line-height: inherit; }
  a:hover, a:focus {
    color: #a0191e; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.4em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.4em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.6em; }

h6 {
  font-size: 1.6em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #741216; }

/* Lists */
ul,
ol,
dl {
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }
  
/* Nested elements in Lists: font-size resets */
li h2, li h3, li h4, li h5, li p {
    font-size: 1em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #444444;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
    position: relative;
    padding-left: 7em;
    quotes: "\201C""\201D""\2018""\2019";
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
    margin-top: 2em;
}
blockquote:before {
    position: absolute;
    left: 0em;
    top: 0.35em;
    color: #b61d22;
    content: open-quote;
    line-height: .1em;
    font: 17em/.1em Arial;
}
blockquote p {
    font: 1.6em/1.4em "Libre Baskerville", Georgia, serif;
}
.pullquote {
    width: 60%;
}
.pullquote p {
    font: 2em/1.4em "Libre Baskerville", Georgia, serif;
    margin: 0 0 0.45em 0;
}
.pullquote-left {
    float: left;
}
.pullquote-right {
    float: right;
}
@media (max-width: 500px) {
    .pullquote {
        width: 100%;
    }
    .pullquote-left {
        float: none;
    }
    .pullquote-right {
        float: none;
    }
}


/* Microformats */
.vcard {
  margin: 0 0 1.25em 0; }
  .vcard li {
    margin: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    padding: 0.5em 0; }
  .vcard .fn {
    font-weight: bold;
     }


.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 500px) {
  /*h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.4375em; } }*/
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    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: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }

    
/***************************************  Forms  ******************************************/

/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 1.4em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }



/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #b61d22;
  background-color: rgba(182, 29, 34, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #b61d22; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #b61d22;
  color: white; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: -1px; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.9375em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
    }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em;
      font-size: 1.6em;
      }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

.form-instruction {
    float: right;
    color: red;
}
@media (max-width: 500px) {
    .form-instruction {
        float: none;
    }
}
.form-button {
    border-top: solid 1px #ebebeb;
    padding-top: 2em;
    margin-top: 2em;
}
/* Terms checkbox */
.terms-checkbox .checkbox {
    float: left;
    margin-right: 1em;
}

/***************************************  Flex Video  ******************************************/
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }


/***************************************  Sections (Tabs, Accordians, etc)  ******************************************/
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none; }
  .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
    position: relative; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
        padding-top: 0; }
      .section-container > section .content > *:last-child:not(.flex-video), .section-container > .section .content > *:last-child:not(.flex-video), .section-container.auto > section .content > *:last-child:not(.flex-video), .section-container.auto > .section .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
      display: block; }
    .section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: #d5d5d5; }
      .section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333; text-decoration: none; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #cccccc; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        width: 100%; }
        @media (max-width: 400px) {
            .section-container.auto {
                padding-top: 38px;
            }
        }

.section-container.tabs {
  border: 0;
  position: relative; }
  .section-container.tabs > section, .section-container.tabs > .section {
    border: 0;
    position: static; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
        padding-top: 0; }
      .section-container.tabs > section .content > *:last-child:not(.flex-video), .section-container.tabs > .section .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      display: block; }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      background: white; }
      .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
        color: #333333; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      width: auto;
      border: solid 1px #cccccc;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        width: 100%; }
    .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
      border-right: solid 1px #cccccc; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      border: solid 1px #cccccc;
      position: absolute;
      z-index: 10;
      display: none;
      top: -1px; }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      z-index: 11;
      border-bottom: 0;
      background-color: white; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      position: relative; }

  .section-container.auto {
    border: 0;
    position: relative; }
    .section-container.auto > section, .section-container.auto > .section {
      border: 0;
      position: static; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.auto > section .content > *:last-child:not(.flex-video), .section-container.auto > .section .content > *:last-child:not(.flex-video) {
          padding-bottom: 0; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        display: block; }
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        background: white; }
        .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
          color: #333333; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          width: 100%; }
      .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
        border-right: solid 1px #cccccc; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        border: solid 1px #cccccc;
        position: absolute;
        z-index: 10;
        display: none;
        top: -1px; }
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        z-index: 11;
        border-bottom: 0;
        background-color: white; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        position: relative; }

  .section-container.accordion .section {
    padding-top: 0 !important; }

  .section-container.vertical-tabs {
    border: 1px solid #cccccc;
    position: relative; }
    .section-container.vertical-tabs section,
    .section-container.vertical-tabs .section {
      padding-top: 0 !important;
      border: 0;
      position: static; }
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-tabs section > .title a,
        .section-container.vertical-tabs .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-tabs section > .title:hover,
        .section-container.vertical-tabs .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-tabs section .content > *:first-child,
        .section-container.vertical-tabs .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-tabs section .content > *:last-child:not(.flex-video),
        .section-container.vertical-tabs .section .content > *:last-child:not(.flex-video) {
          padding-bottom: 0; }
      .section-container.vertical-tabs section.active > .content,
      .section-container.vertical-tabs .section.active > .content {
        display: block; }
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-tabs section.active > .title a,
        .section-container.vertical-tabs .section.active > .title a {
          color: #333333; }
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        position: absolute;
        border-top: solid 1px #cccccc;
        width: 12.5em; }
      .section-container.vertical-tabs section:first-child .title,
      .section-container.vertical-tabs .section:first-child .title {
        border-top: 0; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: block;
        position: relative;
        left: 12.5em;
        border-left: solid 1px #cccccc;
        z-index: 10; }
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background-color: #d5d5d5;
        width: 12.5625em;
        border-right: solid 0 transparent;
        z-index: 11; }
      .section-container.vertical-tabs section.active:last-child .title,
      .section-container.vertical-tabs .section.active:last-child .title {
        border-bottom: 0; }

  .section-container.vertical-nav {
    border: 0;
    position: relative; }
    .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
      padding-top: 0 !important;
      position: relative; }
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-nav > section .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section .content > *:last-child:not(.flex-video) {
          padding-bottom: 0; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block; }
      .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
          color: #333333; }
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        border-top: none;
        border: solid 1px #cccccc; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          display: block;
          width: 100%; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none; }
      .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
        border-bottom: none; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 999;
        min-width: 12.5em;
        border: solid 1px #cccccc; }

  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.horizontal-nav > section .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section .content > *:last-child:not(.flex-video) {
          padding-bottom: 0; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block; }
      .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
          color: #333333; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          width: 100%; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: solid 1px #cccccc; } }
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #cccccc;
  border-top: none; }
  .no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
    position: relative; }
    .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
        margin-bottom: 0; }
      .no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
        padding-top: 0; }
      .no-js .section-container.auto > section .content > *:last-child:not(.flex-video), .no-js .section-container.auto > .section .content > *:last-child:not(.flex-video), .no-js .section-container.accordion > section .content > *:last-child:not(.flex-video), .no-js .section-container.accordion > .section .content > *:last-child:not(.flex-video), .no-js .section-container.tabs > section .content > *:last-child:not(.flex-video), .no-js .section-container.tabs > .section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-tabs > section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-tabs > .section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-nav > section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-nav > .section .content > *:last-child:not(.flex-video), .no-js .section-container.horizontal-nav > section .content > *:last-child:not(.flex-video), .no-js .section-container.horizontal-nav > .section .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
      display: block; }
    .no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
      background: #d5d5d5; }
      .no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
        color: #333333; }
    .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #cccccc; }
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        width: 100%; }
    .no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
      position: static;
      width: 100%;
      border-left: 0;
      border-right: 0; }
    .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
      position: static;
      display: block;
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }


/***************************************  Orbit  ******************************************/

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: auto; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0); }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 5px;
    width: 100px;
    margin-left: -50px;
}
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px black;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent black; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 2px #222222;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #222222; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 500px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }


/***************************************  Clearing  ******************************************/
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 500px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }


/***************************************  Pagination  ******************************************/
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; margin-top: 2em; }
  
  ul.pagination li {
    height: 1.5em;
    color: #222222;
    margin-left: 0.3125em; }
    ul.pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999;
      text-decoration: none; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #b61d22;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #b61d22; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }


/********************************************************** Special Exceptions *********************************************************/


.full-width-content {
    margin-left: -2.9em;
    margin-right: -3em;
    padding-left: 2.9em;
    padding-right: 3em;
}
.right-indented-content {
    margin-right: -2.9em;
    padding-right: 2.9em;
}
.left-indented-content {
    margin-left: -2.9em;
    padding-left: 2.9em;
}
@media (max-width: 500px) {
    .full-width-content {
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 0em;
        padding-right: 0em;
    }
    .right-indented-content {
        margin-right: 0em;
        padding-right: 0em;
    }
    .left-indented-content {
        margin-left: 0em;
        padding-left: 0em;
    }
}



/********************************************************** Special Sitewide Styles *********************************************************/

/* Special links */
.button-link, input.button {
    font-size: 1.3em;
}
.button-link a, input.button {
    background: #2b2b2b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzJiMmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2b2b2b 0%, #2b2b2b 63%, #353535 63%, #353535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(63%,#2b2b2b), color-stop(63%,#353535), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2b2b2b 0%,#2b2b2b 63%,#353535 63%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2b2b2b 0%,#2b2b2b 63%,#353535 63%,#353535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2b2b2b 0%,#2b2b2b 63%,#353535 63%,#353535 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2b2b2b 0%,#2b2b2b 63%,#353535 63%,#353535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#353535',GradientType=0 ); /* IE6-8 */
    color: #fff;
    padding: 0.75em 5em 0.75em 0.75em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.faa-button a {
    background: #31699d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxNjk5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMxNjk5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzRjNzY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Yzc2OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #62639c 0%, #62639c 60%, #525384 60%, #525384 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62639c), color-stop(60%,#62639c), color-stop(60%,#525384), color-stop(100%,#525384)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #62639c 0%,#62639c 60%,#525384 60%,#525384 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #62639c 0%,#62639c 60%,#525384 60%,#525384 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #62639c 0%,#62639c 60%,#525384 60%,#525384 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #62639c 0%,#62639c 60%,#525384 60%,#525384 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62639c', endColorstr='#525384',GradientType=0 ); /* IE6-8 */
    font-size: 0.8em;
}
.sc-button a {
    background: #6c9b2f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NzAxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzA4NzAxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzBiN2ExZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjdhMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #d27948 0%, #d27948 59%, #b7683e 59%, #b7683e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d27948), color-stop(59%,#d27948), color-stop(59%,#b7683e), color-stop(100%,#b7683e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d27948 0%,#d27948 59%,#b7683e 59%,#b7683e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d27948 0%,#d27948 59%,#b7683e 59%,#b7683e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d27948 0%,#d27948 59%,#b7683e 59%,#b7683e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d27948 0%,#d27948 59%,#b7683e 59%,#b7683e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c9b2f', endColorstr='#0b7a1d',GradientType=0 ); /* IE6-8 */
    font-size: 0.95em;
}
input.button {
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
}
.button-link a:hover, input.button:hover {
    background: #000;
}
.button-link a:after, input.button:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border-top: solid 5px transparent;
    border-left: solid 5px #fff;
    border-bottom: solid 5px transparent;
    width: 0;
    height: 0;
}
.button-red a {
    background: #b61a23; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MWEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2I2MWEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2JjMmMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzJjMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b61a23 0%, #b61a23 62%, #bc2c34 62%, #bc2c34 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b61a23), color-stop(62%,#b61a23), color-stop(62%,#bc2c34), color-stop(100%,#bc2c34)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b61a23 0%,#b61a23 62%,#bc2c34 62%,#bc2c34 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b61a23 0%,#b61a23 62%,#bc2c34 62%,#bc2c34 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b61a23 0%,#b61a23 62%,#bc2c34 62%,#bc2c34 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b61a23 0%,#b61a23 62%,#bc2c34 62%,#bc2c34 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61a23', endColorstr='#bc2c34',GradientType=0 ); /* IE6-8 */
}
.button-grey a {
    background: #b5b5b5;
    color: #000;
    filter: none;
}
.button-grey a:hover {
    background: #ebebeb;
}
.button-grey a:after {
    border-left: solid 5px #000;
}
.read-more  {
    font: 1.6em "Libre Baskerville", Georgia, serif;
}
.read-more a {
    text-decoration: underline;
}
.read-more-right {
  float: right;
  margin-top: 2em;
}
.border-top-and-padding {
    border-top: solid 1px #ebebeb;
    padding-top: 2em;
    margin-top: 2em;
}
.padding-top {
    padding-top: 2em;
}

.red-apostrophe {
    color: #b61d22;
}
.special-heading {
    text-transform: uppercase;
}
/*
.special-heading:after {
    content: '{';
    color: #2b2b2b;
    margin-left: 0.75em;
}*/
.rss-link a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('/Content/images/sprite_lite.png') no-repeat -460px -10px;
    text-indent: -5000px;
    overflow: hidden;
}
.rss-link-small a {
    display: block;
    width: 17px;
    height: 17px;
    background: url('/Content/images/sprite_lite.png') no-repeat -468px -67px;
    text-indent: -5000px;
    overflow: hidden;
}
.thumbnail-list {
    list-style: none;
}
.featured-tag {
    position: absolute;
    top: 3em;
    left: 2em;
    z-index: 998;
    background: #b61d22;
    color: #fff;
    padding: 0.5em;
    text-transform: uppercase;
}
.featured-tag:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1em;
    border-top: solid 1em #2b2b2b;
    border-right: solid 0em transparent;
    border-left: solid 1em transparent;
}
@media (max-width: 499px) {
    .featured-tag {
        left: 0em;
    }
    .featured-tag:before {
        border: none;
    }
}

/* Articles No Thumbs */
.article-no-thumbs {
    border-top: solid 1px #2b2b2b;
    margin-bottom: 2em;
}
.articles-no-thumbs .top-article {
    border: none;
}
.article-no-thumbs .article-category {
    margin: 0 0.5em 1em 0;
    font-size: 1em;
    display: inline-block;
}
.article-no-thumbs .article-category:after {
    border-top: solid 5px #2b2b2b;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    bottom: -5px;
}
.article-no-thumbs .byline {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1.4em;
}
.article-no-thumbs .article-date {
    display: inline-block;
    font-size: 1.2em;
    color: #666;
    position: relative;
    padding-left: 2em;
}
.article-no-thumbs .article-date:before {
    content: '|';
    position: absolute;
    left: 0.75em;
    top: 0;
    color: #999;
    font-size: 0.9em;
}
.article-no-thumbs .article-date span {
    color: #999;
}

/* Filter Links Filters Nav */
.sub-category-filter {
  padding-top: 2em;
}
.filters-nav ul {
    list-style: none;
}
.article-body .filters-nav > ul {
    margin-left: 0;
}
.filters-nav li a {
    display: block;
    border-bottom: solid 1px #ebebeb;
    padding: 0.5em 0;
}
.filters-nav li a:hover {
    border-bottom: solid 1px #ccc;
    color: #2b2b2b;
}

/* Carousel Fred */
.list_carousel {
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        padding: 2em 0;
        margin: 2em 0;
        width: 100%;
}
.list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
}
.list_carousel li {
        font-size: 40px;
        color: #999;
        text-align: center;
        border: 2px solid #2b2b2b;
        width: 200px !important;
        height: 150px !important;
        padding: 0;
        margin: 6px;
        display: block;
        float: left;
}
.list_carousel.responsive {
        width: auto;
        margin-left: 0;
}
.prev {
        float: left;
        margin-left: 1em;
        font-size: 1.4em
}
.next {
        float: right;
        margin-right: 1em;
        font-size: 1.4em
}
.pager {
        float: left;
        width: 100%;
        text-align: center;
        margin: 2em 0;
}
.pager a {
        margin: 0 5px;
        text-decoration: none;
        font-size: 1.4em;
}
.pager a.selected {
        text-decoration: underline;
}
.timer {
        background-color: #999;
        height: 6px;
        width: 0px;
}

.promo-box {
    background: #f7f7f7;
    border: solid 1px #ededed;
    padding: 2em;
}


/********************************************************** Lots of tabs e.g. for events months and lists pagination *********************************************************/
.lots-of-tabs ul {
    list-style: none;
    border-bottom: solid 1px #ccc;
    margin-top: 2em;
}
.lots-of-tabs li {
    float: left;
    width: 8%;
    border: solid 1px #ccc;
    border-bottom: 0;
    border-right: none;
    background: #ebebeb;
    color: #666;
    padding: 0.5em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 499px) {
    .lots-of-tabs li {
        width: 33.3333333%;
    }
}
.lots-of-tabs li:last-child {
    border-right: solid 1px #ccc;
}
.lots-of-tabs li.active-tab, .lots-of-tabs li:hover {
    background: #fff;
    color: #000;
}
.lots-of-tabs li:hover {
    background: #ccc;
}


/********************************************************** Banners *********************************************************/
@media (max-width: 500px) {
    .medium-rectangle, .small-rectangle {
        text-align: center;
    }
    .medium-rectangle div, .small-rectangle div {
        margin: 0 auto;
    }
}
.large-skyscraper {
    width: 186px;
    margin: 0em auto 2em auto;
}


/********************************************************** Header *********************************************************/
.logo {
    margin-top: 20px;
}
.leaderboard {
    width: 728px;
    float: left;
    margin-top: 2em;
    margin-left: 2em;
}
@media (max-width: 1279px) {
    .leaderboard {
        display: none;
    }
}
@media (min-width: 1279px) and (max-width: 2400px) {
    .leaderboard {
        float: left;
    }
}

.print-ad {
    height: 140px;
    margin-left: 5px;
}
@media (min-width: 500px) and (max-width: 1056px) {

}
.print-ad span {
    background: black;
    padding: 0.75em 0.75em 0.5em 0.75em;
    position: absolute;
    top: 6em;
    right: -1.5em;
    color: #fff;
    font: 1.0em/1.7em "Libre Baskerville", Georgia, serif;
    box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
    -moz-box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
}
.print-ad span b {
    color: #d12828;
}
.print-ad span:after {
  content: '';
  position: absolute;
  left: 1em;
  top: -1em;
  border-bottom: solid 1.75em #000;
  border-right: solid 1.75em transparent;
}
.print-ad img {
    float: left;
    box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
    -moz-box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: -0.4em 0.4em 0.05em 0 rgba(0,0,0,0.4);
}
@media (max-width: 499px) {
    .print-ad {
        width: 50%;
        margin-right: 0px;
    }
    .print-ad span {
      left: auto;
      right: 55px;
    }
}
.print-ad span b {
    color: #d12828;
}
.print-ad img {
    float: left;
    margin-left: 1.4em;
}

/* Sitewide Nav */
.sitewide-nav {
    margin-top: 2em;
    padding: 0;
    -webkit-box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}
@media (max-width: 500px) {
    .sitewide-nav {
        margin-top: 0em;
        margin-bottom: 2em;
    }
}
ul.main-nav{
     background: #444444; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #444444 0%, #2b2b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #444444 0%,#2b2b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-8 */
    padding: 0 2.9em;
    border-top: solid 4px #2b2b2b;
    margin: 0 0 4.3em 0;
}
#menu-toggle {
    display: none;
}
.sitewide-nav ul {
    font-size: 1em;
}
.sitewide-nav li {
    display: inline-block;
    text-transform: uppercase;
    float: left;
    height: 3em;
    font-size: 1.4em;
    text-align: center;
}
.sitewide-nav a {
    display: block;
}
ul.main-nav li {
    background: #444444; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #444444 0%, #2b2b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #444444 0%,#2b2b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #444444 0%,#2b2b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-8 */
}
ul.main-nav li.wm {
    width: 18%;
}
ul.main-nav li.ls {
    width: 12%;
}
ul.main-nav li.faa {
    width: 15%;
}
ul.main-nav li.sh {
    width: 11.5%;
}
ul.main-nav li.aae {
    width: 15%;
}
ul.main-nav li.sc {
    width: 7.5%;
}
ul.main-nav li.stv {
    width: 10.5%;
}
ul.main-nav li.site-search {
  width: 10.5%;
  position: relative;
  border-left: solid 1px #222;
}
.main-nav li div.search-toggle {
  display: block;
  color: #fff;
  width: 100%;
  padding: 0.85em 1.5em;
  border-left: solid 1px #555;
  text-align: left;
  cursor: pointer;
  background: #050505;
  position: relative;
  top: -4px; 
}
.search-toggle:after {
  content: '';
  background: url('/Content/images/sprite_lite.png') -810px -63px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.search-toggle:hover {
    background: #000;  
}
.search-form {
  display: none;
  opacity: 0;
  position: absolute;
  background: #000000;
  bottom: -4.4em;
  right: 0;
  width: 24em;
  padding: 0.75em 1em;
  z-index: 998;
}
.search-open .search-toggle {
  background: #000;
  color: #fff;
}
/*
.search-open .search-toggle:after, .search-toggle:hover:after {
    background: url('../img/sprite_lite.png') -810px -63px;
}*/
.site-search:hover .search-form {
  display: block;
  opacity: 1;
}
.search-form .search-box {
  width: 70%;
  float: left;
  margin: 0;
  padding: 0.25em;
  height: 28px;
  font-size: 1.1em;
}
.search-form .button {
  float: right;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.55em;
  background: #ccc;
  color: #000;
}
.search-form .button:hover {
  background: #c1282d;
}

ul.main-nav li a {
    color: #fff;
    line-height: 2.75em;
    padding: 0.25em 0 0 0;
    border-right: solid 1px #1e1e1e;
    border-left: solid 1px #424242;
    margin-top: -3px;
    border-bottom: solid 3px transparent;
    text-decoration: none;
}
@media (max-width: 500px) {
    ul.main-nav li a {
        color: #000;
        border: none;
        margin-top: 0;
        text-align: left;
        padding-left: 2em;
    }
}
ul.main-nav li.wm a {
    border-left: none;
}
ul.main-nav li.stv a {
  border-right: none;
}
ul.main-nav li.wm a:hover {
    border-bottom: solid 3px #6c9b2f;
}
ul.main-nav li.ls a:hover {
    border-bottom: solid 3px #b6484c;
}
ul.main-nav li.faa a:hover {
    border-bottom: solid 3px #62639c;
}
ul.main-nav li.sh a:hover {
    border-bottom: solid 3px #c9b05a;
}
ul.main-nav li.aae a:hover {
    border-bottom: solid 3px #c9b05a;
}
ul.main-nav li.sc a:hover {
    border-bottom: solid 3px #d27948;
}
ul.main-nav li.stv a:hover {
    border-right: none;
    border-bottom:  solid 3px #86c0c5;
}
ul.main-nav li a:hover {
    background: #2C2C2C;
}
@media (min-width: 499px) {
    ul.main-nav li.wm-current-page > a {
        border-bottom: solid 3px #6c9b2f;
    }
    ul.main-nav li.ls-current-page > a {
        border-bottom: solid 3px #b6484c;
    }
    ul.main-nav li.faa-current-page > a {
        border-bottom: solid 3px #62639c;
    }
    ul.main-nav li.sh-current-page > a {
        border-bottom: solid 3px #c9b05a;
    }
    ul.main-nav li.sc-current-page > a {
        border-bottom: solid 3px #d27948;
    }
    ul.main-nav li.stv-current-page > a {
        border-bottom: solid 3px #86c0c5;
    }
}

.main-nav li div {
    display: none;
}

ul.sub-nav {
    display: none;
    padding-left: 2.8em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3em;
    background: #fff;
    z-index: 0;
    font-size: 0.7em;
    transition: bottom 0.4s ease-in-out;
    -moz-transition: bottom 0.4s ease-in-out;
    -webkit-transition: bottom 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    border-bottom: solid 0.3em #333;
    margin: 0;
}
ul.main-nav li:hover a, ul.main-nav li.current a {
  background: #fff;
  color: #000;
}
ul.main-nav li:hover ul.sub-nav, ul.main-nav li.current ul {
  display: block;
  bottom: -4em;
  z-index: 997;
}
ul.main-nav li:hover ul.sub-nav {
  z-index: 999;
}


ul.sub-nav li.mobileWM
{
    display:none;
}
ul.sub-nav li {
    height: 3.1em;
    font-size: 1.3em;
    background: none;
}
ul.sub-nav li a {
    padding: 0 1.5em;
    color: #222;
    line-height: 3em;
    border: none;
    margin-top: 0;
    text-decoration: none;
}
/*
ul.sub-nav-wm li.current-page a {
    background: #6f6f6f;
    border-bottom: solid 4px #6c9b2f;
    color: #fff;
}
ul.sub-nav-ls li.current-page a {
    background: #777;
    border-bottom: solid 4px #b6484c;
    color: #fff;
}
ul.sub-nav-faa li.current-page a {
  background: #777;
    border-bottom: solid 4px #62639c;
    color: #fff;
}
ul.sub-nav-sh li.current-page a {
  background: #777;
    border-bottom: solid 4px #c9b05a;
    color: #fff;
}
ul.sub-nav-sc li.current-page a {
  background: #777;
    border-bottom: solid 4px #d27948;
    color: #fff;
}
ul.sub-nav-stv li.current-page a {
  background: #777;
    border-bottom: solid 4px #86c0c5;
    color: #fff;
}
ul.sub-nav li.sub-nav-heading {
    margin-right: 3em;
}
ul.sub-nav-sc li.sub-nav-heading {
    margin-right: 2em;
}
ul.sub-nav li.sub-nav-heading a, ul.sub-nav li.sub-nav-heading a:hover {
    background: #6c9b2f;
    color: #fff;
    position: relative;
    text-decoration: none;
}
ul.sub-nav li.sub-nav-heading a:after {
    content: '';
    position: absolute;
    right: -1.5em;
    top: 0;
    border-left: solid 1.55em #6c9b2f;
    border-top: solid 1.55em transparent;
    border-bottom: solid 1.55em transparent;
}
ul.sub-nav-ls li.sub-nav-heading a, ul.sub-nav-ls li.sub-nav-heading a:hover {
    background: #b61d22;
}
ul.sub-nav-ls li.sub-nav-heading a:after {
    border-left: solid 1.6em #b61d22;
}
ul.sub-nav-faa li.sub-nav-heading a, ul.sub-nav-faa li.sub-nav-heading a:hover {
    background: #62639c;
}
ul.sub-nav-faa li.sub-nav-heading a:after {
    border-left: solid 1.6em #62639c;
}
ul.sub-nav-sh li.sub-nav-heading a, ul.sub-nav-sh li.sub-nav-heading a:hover {
    background: #c9b05a;
    color: #2b2b2b;
}
ul.sub-nav-sh li.sub-nav-heading a:after {
    border-left: solid 1.6em #c9b05a;
}
ul.sub-nav-stv li.sub-nav-heading a, ul.sub-nav-stv li.sub-nav-heading a:hover {
    background: #86c0c5;
    color: #fff;
}
ul.sub-nav-stv li.sub-nav-heading a:after {
    border-left: solid 1.6em #86c0c5;
}
ul.sub-nav-sc li.sub-nav-heading a, ul.sub-nav-sc li.sub-nav-heading a:hover {
    background: #d27948;
}
ul.sub-nav-sc li.sub-nav-heading a:after {
    border-left: solid 1.6em #d27948;
}
ul.sub-nav li.current-page {
    position: relative;
}
ul.sub-nav li a:hover {
    background: #5c5c5c;
    color: #fff;
}
*/



/* Trending and Search 
.trending-and-search {
    margin: 0 -2.9em;
    padding: 1em 2.9em 0 2.9em;
    border-bottom: solid 1px #ebebeb;
}
@media (max-width: 500px) {
    .trending-and-search {
        padding-top: 2em;   
    }
}
.trending-nav {
    padding-top: 1em;
}
@media (max-width: 499px) {
    .trending-nav {
        border-bottom: solid 1px #ebebeb;
        padding-bottom: 1em;
        margin-bottom: 1em;
        padding-top: 0;
    }
}
.trending-nav h4, .trending-nav h4 ul, .trending-nav li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
}
.trending-nav h4 {
    font: 1.3em "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 0 2em 0 0;
    color: #666;
}
.trending-nav li {
    margin: 0 2em 0 0;
    text-transform: none;
    font-size: 0.9em;
    line-height: 1.4;
}
@media (max-width: 499px) {
    .trending-nav li {
        margin: 0;
    }
    .trending-nav li:after {
        content: ',';
        margin-right: 1em;
    }
}
.trending-nav li a {
    color: #b61d22;
    text-decoration: underline;
}
.trending-nav li a:hover {
    color: #000;
}

.search-form {
    padding-left: 6em;
}
@media (max-width: 499px) {
    .search-form {
        padding-left: 0.9375em;
        padding-bottom: 1em;
    }
}
input.search-box {
    width: 70%;
    float: left;
    padding: 0.4em;
    height: auto;
    margin-bottom: 0;
    font-size: 1.4em;
}
input.search-button {
    float: right;
    width: 25%;
    font-size: 1.3em;
    text-align: center;
    padding: 0.6em;
    letter-spacing: 0.2em;
}
@media (max-width: 499px) {
    input.search-button {
        padding: 1em;
    }
}
*/


@media (max-width: 499px) { 
       #menu-toggle {
    background: none repeat scroll 0 0 #222222;
    border-radius: 0.25em;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 1.6em;
    margin-top: 1em;
    padding: 1em;
    position: relative;
    text-indent: 50px;
    text-transform: uppercase;
    z-index: 999;
}
#menu-toggle:before {
    background: url("/Content/images/sprite_lite.png") no-repeat scroll -400px top transparent;
    content: "";
    display: block;
    height: 50px;
    left: 0.5em;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

     	    ul.main-nav { 
     	        position: absolute; 
     	        height: 0; 
     	        overflow: hidden; 
     	        transition: all 0.5s ease-in-out; 
     	        -webkit-transition: all 0.5s ease-in-out; 
     	        -moz-transition: all 0.5s ease-in-out; 
     	        background: #fff; 
     	        z-index: 999; 
     	        margin-top: 0; 
     	        -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.4); 
     	        box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.4); 
     	        left: 0; 
     	        right: 0; 
     	        padding: 0; 
     	        border-top: none; 
     	    } 
     	    .nav-open ul.main-nav { 
     	        height: auto; 
     	        z-index: 999; 
     	        overflow: visible; 
     	    } 

     	    
     	    ul.sub-nav li { 
     	      float: none; 
     	      display: block; 
     	    } 
     	    ul.sub-nav li a { 
     	      background: none; 
     	      color: #fff; 
     	    } 
     	    ul.main-nav li.wm, ul.main-nav li.ls, ul.main-nav li.faa, ul.main-nav li.sh, ul.main-nav li.aae, ul.main-nav li.sc, ul.main-nav li.stv, ul.main-nav li.site-search { 
     	        height: auto; 
     	        float: none; 
     	        display: block; 
     	        width: 100%; 
     	        background: none repeat scroll 0 0 #FFFFFF; 
     	        position: relative; 
     	    } 
     	    .main-nav li div { 
     	      display: block; 
     	      position: relative; 
     	      padding: 0.75em 1.5em; 
     	      cursor: pointer; 
     	      background: #333; 
     	      color: #fff; 
     	      text-align: left; 
     	    } 
     	    ul.main-nav li div:after { 
     	      content: ''; 
     	      position: absolute; 
     	      right: 1em; 
     	      top: 50%; 
     	      margin-top: -0.5em; 
     	      border-left: solid 0.5em #222; 
     	      border-top: solid 0.5em transparent; 
     	      border-bottom: solid 0.5em transparent; 
     	    } 
     	    ul.main-nav li:hover ul.sub-nav, ul.main-nav li.current ul { 
     	      display: none; 
     	    } 
     	    ul.main-nav li ul.sub-nav { 
     	      display: block; 
     	      position: absolute; 
     	      right: 0; 
     	      top: 4em; 
     	      left: -3em; 
     	      bottom: 50em; 
     	      overflow: hidden; 
     	      transition: all 0.8s ease-in-out; 
     	      -moz-transition: all 0.8s ease-in-out; 
     	      -webkit-transition: all 0.8s ease-in-out; 
     	      z-index: 999; 
     	      opacity: 0; 
     	    } 
     	    ul.main-nav li ul.sub-nav li { 
     	      background: #222; 
     	    } 
     	    body.wm-sub-nav-open ul.main-nav li ul.sub-nav-wm, 
     	    body.ls-sub-nav-open ul.main-nav li ul.sub-nav-ls, 
     	    body.sh-sub-nav-open ul.main-nav li ul.sub-nav-sh, 
     	    body.aae-sub-nav-open ul.main-nav li ul.sub-nav-aae, 
     	    body.faa-sub-nav-open ul.main-nav li ul.sub-nav-faa, 
     	    body.sc-sub-nav-open ul.main-nav li ul.sub-nav-sc, 
     	    body.stv-sub-nav-open ul.main-nav li ul.sub-nav-stv { 
     	      display: block; 
     	      bottom: 0; 
     	      left: 0; 
     	      background: #222; 
     	      overflow: visible; 
     	      padding: 0; 
     	      opacity: 1; 
     	    } 
     	    body.wm-sub-nav-open ul.main-nav li ul.sub-nav-wm:before, 
     	    body.ls-sub-nav-open ul.main-nav li ul.sub-nav-ls:before, 
     	    body.sh-sub-nav-open ul.main-nav li ul.sub-nav-sh:before, 
     	    body.faa-sub-nav-open ul.main-nav li ul.sub-nav-faa:before, 
     	    body.sh-sub-nav-open ul.main-nav li ul.sub-nav-sh:before, 
     	    body.aae-sub-nav-open ul.main-nav li ul.sub-nav-aae:before, 
     	    body.sc-sub-nav-open ul.main-nav li ul.sub-nav-sc:before, 
     	    body.stv-sub-nav-open ul.main-nav li ul.sub-nav-stv:before 
     	    { 
     	      content: ''; 
     	      position: absolute; 
     	      top: -0.5em; 
     	      left: 50%; 
     	      margin-left: -0.6em; 
     	      border-bottom: solid 0.6em #222; 
     	      border-left: solid 0.6em transparent; 
     	      border-right: solid 0.6em transparent; 
     	    } 
     	     ul.sub-nav li.mobileWM
     	     {
     	         display:block;
     	     }
     	    
     	    ul.main-nav li ul.sub-nav li a { 
     	      background: none; 
     	      color: #fff; 
     	    } 
     	    .search-form { 
     	      display: block; 
     	      opacity: 1; 
     	      width: 100%; 
     	      left: 0; 
     	      right: 0; 
     	      bottom: 0; 
     	    } 
     	  ul.main-nav li a { 
     	    display: none !important; 
     	  } 
     	  ul.main-nav li li a { 
     	    display: block !important; 
     	  } 
     	  body.nav-open:before { 
     	      content: ''; 
     	      position: absolute; 
     	      top: 0; 
     	      right: 0; 
     	      bottom: 0; 
     	      left: 0; 
     	      z-index: 998; 
     	      background: rgba(0,0,0,0.5); 
     	  } 
     	  


     	} 


/********************************************************** Home Features Home Page *********************************************************/


.home-page-features {
    padding-bottom: 2em;
    border-bottom: solid 1px #ebebeb;
    background: #f7f7f7;
}
@media (max-width: 500px) {
    .home-page-features .primary-content {
        border-bottom: solid 1px #ebebeb;
        padding-bottom: 2em;
    }
}
.ls-features {
    border-top: solid 2px #b61d22;
}
@media (max-width: 500px) {
    .ls-features {
        margin-top: 2em;
    }
}
.article-category {
    font-size: 1.2em;
    position: relative;
    margin-bottom: 3em;
    text-transform: uppercase;
}
.article-category a {
    background: #2b2b2b;
    color: #fff;
    padding: 0.875em;
    display: inline-block;
    text-decoration: none;
}
.ls-features .article-category a {
    background: #b61d22
}
.article-category:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: solid 6px #2b2b2b;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    bottom: -6px;
    left: 10px;
}
.feature-article-text .article-category:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: solid 10px #2b2b2b;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: -10px;
    left: 20px;
}
.ls-features .article-category:after {
    border-top: solid 10px #b61d22;
    border-left: solid 0px transparent;
}
.article-meta {
    color: #888;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.category-top-article {
    position: relative;
}
/*
.category-top-article .article-date:after {
    content: '|';
    color: #999;
    margin-left: 1em;
}*/
.video-content, .content-type {
    position: relative;
    padding-right: 25px;
}
.video-content:before, .content-type:before {
    content: '|';
    margin: 0 0.75em 0 0.5em;
    position: static;
    height: auto;
    width: auto;
    border: none;
    color: #b3b3b3;
}
.video-content:after, .content-type:after {
    content: '';
    background: url('/Content/images/sprite_lite.png') no-repeat -115px -16px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.article-content:after {
    background: url('/Content/images/sprite_lite.png') no-repeat -215px -17px;
}
.content-type a {
    color: #999;
}
.content-type a:hover {
    color: #000;
    text-decoration: underline;
}
.article-content:hover:after {
    background: url('/Content/images/sprite_lite.png') no-repeat -215px -67px;
}
.video-content:hover:after {
    background: url('/Content/images/sprite_lite.png') no-repeat -115px -66px;
}
.feature-article-text .article-headline {
    border-bottom: solid 1px #fff;
    margin-top: 2em;
}
.category-top-article .article-headline {
    margin-top: 0;
}
.category-top-article .article-category a {
    font-size: 0.9em;
    margin-bottom: 3em;
}
.feature-article-text .article-headline h1 {
    font-size: 2.5em;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 0.875em;
    margin: 0;
}
.feature-article-text .article-headline h1 a, .feature-article-text .article-headline h2 a {
    color: #000;
}
.ls-features .feature-article-text .article-headline h2 a {
    color: #b61d22;
}
.home-page-features .feature-article-text .article-headline h1 a:hover {
    color: #d12828;
    text-decoration: underline;
}
.ls-features .features-article-text .article-headline h1 a:hover {
    color: #000;
}
.article-rss-link {
  float: right;
  margin-top: 1em;
}
.feature-article-text .byline {
    font-size: 1.2em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ebebeb;
    padding: 0.875em 0;
    margin: 0;
}
.category-top-article .byline {
    border-top: solid 1px #ebebeb;
    background: #f7f7f7;
    padding-left: 0.5em;
    line-height: 1.5;
}
.feature-article-text p {
    margin: 1.25em 0;
    font: 1.5em/1.7 "Open Sans", Arial, sans-serif;
    color: #555;
}
.article-image {
    padding-top: 2em;
    position: relative;
    overflow: hidden;
}
.article-image img {
    display: block;
}
.article-image .image-caption {
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    height: auto;
    background: #2b2b2b;
    background: rgba(0,0,0,0.7);
    padding: 20px;
    color: #fff;
}
.article-image:hover .image-caption {
    background: rgba(0,0,0,0.95);
}
.image-caption p {
  margin-bottom: 0;
}
.subscribe-and-indices {
    padding-top: 2em;
}
/* Old Email newsletter style
.email-newsletter-ad {
    background: #bcbcbc;
    margin-bottom: 2em;
    height: 9em;
    position: relative;
    font-size: 1.2em;
}
.email-newsletter-ad p {
    color: #333;
    display: block;
    height: 9em;
    margin: 0 0 0 3em;
    position: relative;
    border-left: solid 1px #ebebeb;
    font-size: 1em;
}
.email-newsletter-ad p:before {
    content: '';
    position: absolute;
    left: -3em;
    width: 3em;
    height: 9em;
    background: #ccc url('/Content/images/sprite_lite.png') no-repeat -308px 9px;
    border-right: solid 1px #bcbcbc;
}
.email-newsletter-ad a {
    display: block;
    padding: 2em 5em 2em 1.5em;
    border-left: solid 1px rgb(216, 216, 216);
}
.email-newsletter-ad a:hover {
    background: #ccc;
}
.email-newsletter-ad a strong {
    color: #2b2b2b;
    display: block;
    font: normal 1.4em "Libre Baskerville", Georgia, sans-serif;
}
.email-newsletter-ad a:hover strong {
    background: #ccc;
    color: #b61d22;
}
.email-newsletter-ad:before {
    content: url('/Content/images/email_newsletter_before.png');
    position: absolute;
    bottom: 7px;
    left: -2px;
    height: 4em;
    z-index: 1;
}
.email-newsletter-ad:after {
    content: url('/Content/images/email_newsletter_after.png');
    position: absolute;
    top: -2px;
    right: -2px;
    height: 9.4em;
    z-index: 1;
}*/
/* Old email ad style 2
.email-newsletter-ad {
    margin-bottom: 2.4em;
    font-size: 1.2em;
    background: url('/Content/images/spears_magazine_subscription.png') no-repeat right bottom;
    margin-right: -10px;
    padding-right: 10px;
    min-height: 90px;
}
.email-newsletter-ad p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 0;
}
.email-newsletter-ad a {
    display: block;
    color: #666;
    padding-right: 10em;
    padding-bottom: 1em;
    border-bottom: solid 3px #333;
    min-height: 90px;
    text-decoration: none;
}
.email-newsletter-ad a:hover {
    border-bottom: solid 3px #b61d22;
}
.email-newsletter-ad a strong {
    color: #2b2b2b;
    display: block;
    font: normal 1.6em "Libre Baskerville", Georgia, sans-serif;
}
.email-newsletter-ad a:hover p {
    color: #000;
}
.email-newsletter-ad a:hover strong {
    color: #b61d22;
}*/
.email-newsletter-form {
     margin-bottom: 2em;
    background: #424242 url("/Content/images/newsletter_bg.jpg") no-repeat left top;
     padding: 2em 2em 0.5em 2em;
    box-shadow: 0 0.3em 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0.3em 0 0 rgba(0,0,0, 0.3);
    -moz-box-shadow: 0 0.3em 0 0 rgba(0,0,0, 0.3); 
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    -webkit-transition: all 0.4s ease-in-out; 
}
.email-newsletter-form:hover {
    background: #424242 url("/Content/images/newsletter_bg.jpg")  no-repeat left top;
}
.email-newsletter-form h3 {
    color: #fff;
    margin: 0 0 1em 0;
}
.email-newsletter-form .email-address-input {
  padding: 1em 0.5em;
  display: block;
  font-size: 2em;
  width: 100%;
}
.email-newsletter-form .button {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  padding: 0.8em 0.5em 0.6em 0.5em;
  margin-left: -0.4em;
  position: relative;
  top: -0.2em;
  background: #fff;
  color: #000;
}
.email-newsletter-form .button:hover {
    background: #c1282d;
}
@media (max-width: 499px) {
.email-newsletter-form .email-address-input {
    padding: 0.5em;
  }
  .email-newsletter-form {
    padding-bottom: 2em;
  }
  .email-newsletter-form .button {
    padding: 0.8em 01em;
  }
}

.spears-indices-x3 .orbit-container {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.spears-indices-x3 h4 {
    margin-bottom: 0em;
    color: #000;
    padding: 0.5em;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.spears-indices-x3 {
    margin: 0;
    margin-top: 0.5em;
    position: relative;
    overflow: hidden;
	width: 100%;
}
.spears-indices-x3 ul {
    list-style: none;
    margin: 0;
    padding: 0 2em;
    position: relative;
}
.spears-indices-x3 li {
   float: left;
}
.spears-indices-x3 ul ul {
    margin: 0 0em;
    padding: 0em 1em;
    background: #ebebeb;
    height: auto;
}
.spears-indices-x3 li li {
    border-bottom: solid 1px #d9d9d9;
    font: 1.4em/1.4 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0.7em 0;
    float: none;
}
.spears-indices-x3 li li:last-child {
    border: none;
}
.spears-indices-x3 li li p {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0 1.5em 0 0;
}
.spears-indices-x3 li li a {
    color: #333;
    text-decoration: none;
}
.spears-indices-x3 .orbit-prev {
    position: absolute;
    left: 0em;
    top: 56%;
    width: 2em;
    height: 2em;
    background: #2b2b2b;
}
.spears-indices-x3 .orbit-prev > span {
    border-right: solid 0.6em #fff;
    border-top: solid 0.6em transparent;
    border-bottom: solid 0.6em transparent;
    top: 4px;
    left: -10px;
    margin-top: 0;
}
.spears-indices-x3 .orbit-next {
    position: absolute;
    right: 0em;
    left: auto;
    top: 56%;
    width: 2em;
    height: 2em;
    background: #2b2b2b;
}
.spears-indices-x3 .orbit-next > span {
    border-left: solid 0.5em #fff;
    border-top: solid 0.5em transparent;
    border-bottom: solid 0.5em transparent;
    margin-left: -2px;
    left: 50%;
    top: 21px;
}
.spears-indices-x3 .orbit-bullets  {
    width: 49%;
    display: none;
}
.spears-indices-x3 .orbit-bullets li {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #2a2a2a;
    color: #ccc;
    width: 1.8em;
    height: 1.8em;
    font-size: 1.3em;
    position: relative;
    cursor: pointer;
}
.spears-indices-x3 .orbit-bullets li:hover {
    background: #666;
}
.spears-indices-x3 .orbit-bullets li:before {
    content: '1';
    text-align: center;
    width: 2.25em;
    height: 2.2em;
    line-height: 2.2em;
    display: block;
    font-size: 0.8em;
    cursor: pointer;
}
.spears-indices-x3 .orbit-bullets li:nth-child(2):before {
    content: '2';
}
.spears-indices-x3 .orbit-bullets li:nth-child(3):before {
    content: '3';
}
.spears-indices-x3 .orbit-bullets li:nth-child(4):before {
    content: '4';
}
.spears-indices-x3 .orbit-slide-number {
    display: none;
}
.banner-and-social {
    padding-top: 2em;
}
.featured-blog-posts {
  border-top: solid 0.2em #ebebeb;
  padding-top: 1em;
  padding-bottom: 2em;
}
.featured-blog-posts img {
  border: solid 0.5em #d27948;
}
.featured-blog-posts:hover img {
  border: solid 0.5em #b61d22;
}

.share-spears {
    margin-top: 2em;
    margin-bottom: 2em;
    border: solid 1px #b61a23;
    background: #fff;
    padding: 2em;
}
@media (max-width: 500px) {
    .share-spears {
        border-right: none;
        border-left: none;
        padding: 2em 0em;
    }
}
.share-spears h4 {
    margin: 0 0 1em 0;
    font-size: 1.4em;
}
.share-spears ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.share-spears li {
    border-bottom: solid 1px #ebebeb;
    padding: 0 0.1em;
    display: inline-block;
    text-align: center;
}
.share-spears li:nth-child(4), .share-spears li:nth-child(5), .share-spears li:nth-child(6) {
    border: none;
    padding-bottom: 0;
}

.editors-pick-most-popular {
    padding-top: 2em;
}
.editors-pick-most-popular .section-container.auto > section.active > .title, .editors-pick-most-popular .section-container.auto > .section.active > .title {
    background: #241f20;
    border: none;
    text-transform: uppercase;
}
.editors-pick-most-popular .section-container.auto > section.active > .title a, .editors-pick-most-popular .section-container.auto > .section.active > .title a {
    color: #fff;
}
.editors-pick-most-popular .section-container.auto > section > .title, .editors-pick-most-popular .section-container.auto > .section > .title {
    text-transform: uppercase;
    background: none;
    border: none;
}
.editors-pick-most-popular .section-container.auto > section .content, .editors-pick-most-popular .section-container.auto > .section .content {
    border: none;
}
.editors-pick-most-popular .section-container.auto > section .content, .editors-pick-most-popular .section-container.auto > .section .content {
    background: #241f20;
}
.editors-pick-most-popular ul {
    list-style: none;
    padding: 0em;
    margin: 0;
}
.editors-pick-most-popular li {
    border-bottom: solid 1px #342e2f;
    padding: 1em;
}
.editors-pick-most-popular li h4 {
    font-size: 1em;
    padding: 0.5em 0 0 0;
}
.editors-pick-most-popular li h4 a {
    color: #fff;
}
.editors-pick-most-popular .article-date, .editors-pick-most-popular .article-category {
    float: left;
    display: inline-block;
    color: rgb(160, 160, 160);
    font-size: 0.875em;
}
.editors-pick-most-popular .article-category {
    margin: 0 0 0 1em;
}
.editors-pick-most-popular .article-category a {
    padding: 0;
    color: #ccc;
}
.editors-pick-most-popular .article-category:after {
    border: none;
}
.editors-pick-most-popular h4 {
    clear: both;
}
.editors-pick-most-popular .view-all {
    float: right;
    margin: 2em -0em;
    text-transform: uppercase;
    font-size: 1.3em;
}

.featured-events {
    border-top: solid 1px #ebebeb;
    padding-top: 2em;
}
.featured-events h3 {
  background: #ebebeb;
  padding: 0.5em;
  margin-bottom: 2em;
  position: relative;
}
.featured-events h3:after {
  content: '';
  border-top: solid 1em #ebebeb;
  border-right: solid 1em transparent;
  border-left: solid 1em transparent;
  position: absolute;
  bottom: -1em;
  left: 2em;
}
.featured-events ul {
  list-style: none;
  margin: 0;
}
.featured-event-date {
  background: #b61d22;
  color: #fff;
  border-radius: 50%;
  font: 1.1em/1 "Libre Baskerville", Georgia, serif;
  text-align: center;
  width: 4.5em;
  height: 4.5em;
  padding: 0.6em 0 0 0;
}
.featured-event-date b {
  font-weight: normal;
  display: block;
  font-size: 2em;
}
.featured-event-date i {
  margin-top: 1.5em;
  display: block;
  color: #666;
}
.featured-events h4 {
  font-size: 1.4em;
}
.featured-events li {
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.featured-events li:first-child {
    border-top: none;
    padding-top: 0;
}
.featured-events li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


@media (max-width: 500px) {
  .featured-event-date {
    font-size: 0.8em;
  }
}


/********************************************************** Horizontal Thumbnails *********************************************************/
.horizontal-thumbnails {
    padding-top: 2em;
    padding-bottom: 2em;
}
@media (max-width: 500px) {
    .thumbnail-article {
        padding-bottom: 2em;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 3em;
    }
}
.thumbnail-list li:nth-child(3n + 1) {
  clear: left;
}
.blog-thumbnail-article:after {
  position: relative;
}
.blog-thumbnail-article:after {
  content: "\201D";
  font: 200px "Libre Baskerville", Georgia, "Times New Roman", serif;
  color: rgba(210, 110, 72 ,0.8);
  position: absolute;
  right: -11px;
  top: -35px;
}
.blog-thumbnail-article img {
  border: solid 0.5em #d27948;
}
.blog-thumbnail-article:hover img {
  border: solid 0.5em #666;
}
.horizontal-thumbnails .article-category {
    float: left;
    margin: 0 0 2em 0;
}
.thumbnail-article:hover .article-category a {
    background: #666;
}
.thumbnail-article:hover .article-category:after {
    border-top: solid 10px #666;
}
.blog-thumbnail-article .article-category a {
    background: #d27948;
}
.blog-thumbnail-article .article-category:after {
    border-top: solid 10px #d27948;
}
.horizontal-thumbnails .article-date {
    float: right;
    margin: 1.5em;
    text-transform: uppercase;
    font-size: 1.2em;
}
.horizontal-thumbnails h2, .horizontal-thumbnails h3, .horizontal-thumbnails h4, .horizontal-thumbnails h5 {
    clear: both;
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0;
}
.horizontal-thumbnails h5 {
    font-size: 1.6em;
}
.thumbnail-article:hover h2 a, .thumbnail-article:hover h3 a, .thumbnail-article:hover h4 a {
    color: #000;
}
.more-wm-features .thumbnail-article:hover h2 a, .more-wm-features .thumbnail-article h2 a {
    color: #000;
}
.horizontal-thumbnails h2 a:hover {
    text-decoration: underline;
    color: #000;
}
/*
.ls-article .article-category {
    position: absolute;
    top: -0.5em;
    left: -0.05em;
}*/
.ls-article .article-category a {
    background: rgb(182, 29, 34);
    background: rgba(182, 29, 34, 0.9);
}
.ls-article .article-category:after {
    border-top: solid 10px rgb(182, 29, 34);
    border-left: solid 0px transparent;
    border-right: solid 10px transparent;
}


/********************************************************** Category Page Category Template *********************************************************/
.primary-content {
    width: 70%;
}
@media (max-width: 499px) {
    .primary-content {
        width: 100%;
    }
}
@media (min-width: 500px) and (max-width: 1056px) {
    .primary-content {
        width: 66.5%;
    }
}
.category-primary-content, .article-primary-content {
    border-right: solid 1px #ebebeb;
}
.breadcrumb {
  width: 70%;
}
@media (max-width: 499px) {
  .breadcrumb {
    width: 100%;
  }
}
.breadcrumb ul {
    list-style: none;
    margin: 0.5em 0 1em 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
}
.breadcrumb li a {
    color: #888;
}
.breadcrumb li:after {
    content: "/";
    margin: 0 0.5em;
    color: #888;
}
.row .category-header {
  background: #f7f7f7;
  border-bottom: solid 1px #ededed;
  margin-left: 0;
}
.category-header h1 {
    color: #b61d22;
    margin: 0;
    float: left;
}
.category-headline h1 {
    display: inline-block;
    margin-right: 0.5em;
}
.category-headline .rss-link-small {
    display: inline-block;
}
.category-header .rss-link-small {
  margin-top: 1.25em;
  margin-left: 1em;
  float: left;
}
.sharers ul {
    list-style: none;
    margin: 0 !important;
}
.category-sharers {
    padding-top: 0.4em;
}
.category-sharers ul {
    margin-top: -0.5em;
}
.sharers li {
    float: left;
    width: 16.6666666%;
    padding: 0.6em 1em 0.6em 0.6em;
    border-left: solid 1px #E6E6E6;
}
.articles-with-image-and-standfirst {
    padding-left: 0;
}
.category-top-article, .article-with-image-and-standfirst {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 2em;
}
@media (max-width: 499px) {
    .article-with-image-and-standfirst {
        padding-top: 2em;
    }
}


.article-with-image-and-standfirst .article-date {
    position: absolute;
    top: 1.7em;
    left: 0.8em;
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 0.5em;
    text-transform: uppercase;
    font-size: 1.2em;
}
.category-top-article .feature-article-text {
    padding-top: 2em;
}
.article-with-image-and-standfirst .article-text {
    padding-top: 2em;
}
.article-with-image-and-standfirst .article-category {
    font-weight: lighter;
}
.article-with-image-and-standfirst .article-category a {
    background: none;
    color: #999;
    padding: 0;
}
.article-with-image-and-standfirst .article-category:after {
    border: none;
}
.article-with-image-and-standfirst h3 {
    margin: 0;
    font-size: 2em;
}
.article-with-image-and-standfirst h3 a {
    color: #000;
}
.byline a {
    color: #666;
}
.byline a:hover {
    color: #b61d22;
}
.article-with-image-and-standfirst p {
    color: #666;
    margin-bottom: 0.9em;
}
.article-with-image-and-standfirst .news-link a {
    float: right;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.8em;
    background: #b61d22;
}

.sub-category-articles {
    padding-left: 2.9625em;
    border-bottom: solid 1px #ebebeb;
}
@media (max-width: 499px) {
    .sub-category-articles {
        padding-left: 0;
    }
}
.sub-category-articles:last-child {
   border: none; 
}
.sub-category-content {
    padding-right: 2em;
    border-right: solid 1px #ebebeb;
    padding-left: 2em;
}
@media (max-width: 499px) {
    .sub-category-articles {
        padding-left: 0;
    }
    .sub-category-content {
        border-right: none;
        padding-right: 0.9375em;
        padding-left: 0.9375em;
    }
}
.sub-category-content:last-child {
    border-right: none;
    float: left !important;
}
.sub-cat-article-1 {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 2em;
}
.sub-cat-article-2 {
    padding-bottom: 2em;
}
.sub-category-content h3 {
    margin: 1.5em 0 1em 0;
    color: #b61d22;
    font-size: 1.7em;
}
.sub-category-content h4 {
    margin: 0.5em 0 1em 0;
}
.sub-category-content h4 a {
    color: #000;
    text-decoration: underline;
}
.sub-category-content .article-meta {
    text-transform: none;
    color: #888;
}
.sub-category-content .article-byline a {
    color: #666;
}
.sub-category-content .article-byline a:hover {
    color: #333;
    text-decoration: underline;
}
.sub-category-content .article-date {
    display: block;
    margin-top: 1em;
}

/* Three Articles */
.three-articles {
    padding-top: 2em;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 2em;
}
.three-articles .article-image {
    padding-top: 0;
}
.three-articles h2 {
    margin-bottom: 1.5em;
}
.three-articles h2 span {
    color: #b61d22;
}
.three-articles-1 {
    border-right: solid 1px #ebebeb;
    padding-right: 2em;
}
.three-articles-1 .byline {
    font-size: 1.2em;
}
.three-articles-1  .button-link {
    font-size: 1.4em;
    margin-bottom: 0;
}
.three-articles-1  .button-link a {
    padding-right: 2.5em;
}
.three-articles-1 .read-article {
    float: left;
}
.three-articles-1 .read-article a {
    font-size: 0.9em;
    text-transform: none;
    letter-spacing: 0;
}
.three-articles-1 .more-news {
    float: right;
}
.three-articles-1 .more-news a {
    letter-spacing: 0em;
    text-transform: none;
    font-size: 0.9em;
    margin-right: -1.5em;
}
.three-articles .article-category {
    position: relative;
    padding-right: 1.5em;
}
.three-articles .article-category:after {
    border: none;
    content: '|';
    color: #b61d22;
    position: absolute;
    right: 1em;
    top: 0.3em;
    left: auto;
    bottom: auto;
    font-size: 0.8em;
}
.three-articles .article-category a {
    padding: 0;
    background: none;
    color: #888;
}
.three-articles-2-and-3 {
    padding-left: 0;
}
.three-articles-2-and-3 .article-date, .three-articles-2-and-3 .article-category {
    font-size: 1em;
    margin-bottom: 0.75em;
}
.three-articles-2-and-3 h3 {
    font-size: 1.4em;
    padding-left: 0;
}
.three-articles .article-2 {
    border-bottom: solid 1px #ebebeb;
}
.three-articles .article-2, .three-articles .article-3 {
    padding-left: 2em;
    padding-bottom: 1em;
}
.three-articles .article-3 {
    padding-top: 2em;
}
.sub-category-blogs-articles {
    background: #f7f7f7;
    padding-top: 0;
    margin-right: -0.9785em;
    margin-bottom: -2em;
}
.sub-category-blogs-articles header {
    background: #fff;
    padding-bottom: 0.1em;
    padding-top: 2em;
    position: relative;
}
.sub-category-blogs-articles header:after {
    content: '';
    border-left: solid 2em transparent;
    border-right: solid 2em transparent;
    border-bottom: solid 2em #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 4em;
}
.sub-category-blogs-articles .three-articles-1, .sub-category-blogs-articles .article-2 {
    padding-top: 4em;
}
.sub-category-blogs-articles .three-articles-1, .sub-category-blogs-articles .article-3 {
    padding-bottom: 4em;
}
.philanthropy h3 {
    margin-bottom: 2.3625em;
}
@media (max-width: 500px) {
    .philanthropy h3 {
        margin-bottom: 1em;
    }
}


/********************************************************** Indices Category (listing sub categories only) *********************************************************/
.featured-sub-category {
    background: #f7f7f7;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    position: relative;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 2em;
    margin-top: 1em;
}
.featured-index {
    border-top: solid 2px #62639c;
}
.featured-sub-category .featured-tag {
    left: -1em;
}
.last-updated {
    font-size: 1.2em;
    color: #666;
}
.last-updated span {
    color: #000;
}
.featured-sub-category .last-updated {
    margin-top: 4em;
}
.sub-category {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 2em;
    margin-bottom: 2em;
    position: relative;
}
.spears-index-tag {
    background: #ebebeb;
    left: -1em;
    top: 0;
    color: #666;
}
.sub-category .last-updated {
    margin-top: 3em;
}
.spears-top-company {
    font-size: 1.15em;
    text-transform: uppercase;
    color: #b61d22;
    margin-top: 2em;
    border: solid 1px #ebebeb;
    border-left: 0;
    padding: 1em;
    margin-right: 1em;
    text-align: right;
    margin-left: -2.6em;
}
.spears-top-company strong {
    font-weight: normal;
    color: #2b2b2b;
    display: block;
    font: 1.6em "Libre Baskerville", Georgia, serif;
}

.subscribe-pay-wall {
  padding: 2em;
  margin-top: 3em;
  box-shadow: 0 0 0.7em 0 rgba(0,0,0,0.3);
  margin-right: 1em;
  text-align: center;
  background: #c2292e;
  border: solid 0.5em #000;
}
.subscribe-pay-wall input[type=text] {
  font-size: 1.8em;
  width: 70%;
  display: inline-block;
}
.subscribe-pay-wall h3 {
  margin-bottom: 2em;
}
.subscribe-pay-wall .button {
  font-size: 1.6em;
}


/********************************************************** Article Page / Article template *********************************************************/
@media (min-width: 500px) and (max-width: 1056px) {
  .article-primary-content {
    width: 46.5%;
  }
}
.article-sharers .addthis_toolbox {
    border: solid 1px #ddd;
    border-left: none;
    background: #fff;
}
.wide-article-sharers .addthis_toolbox {
    border-bottom: solid 1px #ccc;
    margin-bottom: 2em;
}
.article-page-image {
    margin-bottom: 2em;
}
.article-page-image .image-caption {
    left: 0;
    right: 0;
}
.article-image-medium {
    float: right;
    width: 57.5%;
    margin: 0 0 2em 2em;
    padding-top: 0;
}
@media (max-width: 500px) {
    .article-image-medium {
        float: none;
        width: auto;
        margin: 0 0 2em 0;
    }
}
.image-right {
    float: right;
    margin: 0 0 1.5em 2em;
}
.article-header .article-date {
    float: right;
    font-size: 1.4em;
    margin: -2em 0 0 2em;
    color: #666;
}
@media (max-width: 499px) {
    .article-header .article-date {
      float: none;
      margin: 0;
    }
}
.article-header .article-date span.article-time {
    color: #999;
}
@media (max-width: 499px) {
    .article-header .article-date {
        display: block;
        padding: 1em 0;
        float: none;
        margin: 0;
    }
}
.article-header h1 {
    margin-bottom: 0.4em;
}
.article-header .byline {
    font-size: 1.4em;
    border-top: dashed 1px #ebebeb;
    border-bottom: dashed 1px #ebebeb;
    padding: 0.75em 0;
    margin: 0 0 1em 0;
}
.article-header .byline .byline-text {
  float: left;
}
.article-header .byline .rss-link-small {
    /* This should work */
  float: right;
}
.article-body ul, ol {
  margin-left: 2em;
}

/* Article Footer */

/* Author Box */
.author-box {
    border-top: solid 1px #ccc;
    padding: 2em 0;
    border-bottom: solid 1px #ebebeb;
    position: relative;
    clear: right;
    margin-bottom: 2em;
}
.author-box:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50px;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #ccc;
}
.author-image img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    border: solid 2px;
}
.author-box h5 {
    margin: 0;
    float: left;
}
.author-box .rss-link-small {
  float: left;
  margin-left: 1em;
}
.author-box p {
  clear: left;
}

/* More Articles */
.more-articles {
  border-top: solid 1px #ebebeb;
  margin-top: 2em;
  padding-top: 2em;
}
.article-category {
    font-size: 1.1em;
}
.home-page-features .feature-article-text .article-category {
    font-size: 1.4em;
}
.horizontal-thumbnails .article-date {
    margin: 1em 0;
    float: none;
}
.ls-article .article-date, .more-wm-features .article-date, .lists-feature .thumbnail-article .article-date {
    float: right;
}

.back-to-category {
    float: right;
}

/* Table */
table {
    border: solid 1px #ebebeb;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    margin-bottom: 2em;
}
thead td {
    border-bottom: solid 1px #ededed;
    color: #b61d22;
}
tr:nth-child(even) {
    background: #f7f7f7;
}
td {
    padding: 0.5em;
    font-size: 1.4em;
}
.guide-section {
    border-top: solid 1px #ebebeb;
    padding-top: 2em;
}
.guide-sub-section {
    background: #f7f7f7;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
}


/********************************************************** Spears Club *********************************************************/
.spears-club-image {
  border: solid 1px #b61d22;
  margin: 2em 0;
  padding: 0.3em;
}
.spears-club-form {
  background: #f7f7f7;
  padding: 2em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  box-shadow: 0.3em 0.3em 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.3em 0.3em 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 0.3em 0.3em 0 0 rgba(0,0,0,0.1);
}
.spears-club-form .form-element {
  border-bottom: solid 1px #ebebeb;
  padding: 1em 0 1em 0;
  clear: both;
  min-height: 6em;
}
.spears-club-form label {
  width: 30%;
  float: left;
}
.spears-club-form input {
  width: 65%;
  float: right;
  font-size: 1.6em;
}
.spears-club-promo-box {
  padding: 2em;
}
.drink-this img{
  float: right;
  margin: 0 0 2em 2em;
}


/********************************************************** Find an Adviser *********************************************************/
.faa-header .category-headline {
  margin-bottom: 2em;
}
.faa-header p.lead {
  font-size: 2em;
}
.faa-header .signature {
  width: 20%;
  margin-bottom: 1em;
}
.tabbed-indices {
    margin-top: 2em;
}
.tabbed-indices .section-container.auto > section .content, .section-container.auto > .section .content {
    border-left: none;
    border-right: none;
    padding: 1em 0;
}

.tabbed-indices li 
{ text-align: center; } 
.thumbnail-indices h4 
{ font-size: 1.2em; margin: -1em 0 0 0; text-transform: uppercase; } 
.thumbnail-indices h4 a 
{ color: #000; text-decoration: none; } 


.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: white !important; } }



/********************************************************** Awards *********************************************************/
.award-date {
    width: 6em;
    height: 6em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #b61d22;
    color: #fff;
    text-align: center;
    padding-top: 1em;
    margin-top: 2em;
    font: 1.2em/1 'Libre Baskerville', Georgia, serif;
}
.award-top-article {
  border-top: solid 1px #ddd;
  margin-top: 2em;
}
.award-top-article .award-date {
  position: absolute;
  right: -4em;
  top: 0em;
  z-index: 999;
}
@media (max-width: 499px) {
    .award-date {
        margin-top: 0;
        font: 0.9em/1 'Libre Baskerville', Georgia, serif;
    }
    .award .article-text {
        padding-top: 0;
    }
}
.award-date strong {
    font-size: 2.1em;
    font-weight: normal;
    display: block;
}
.award-date small {
    display: block;
}
.award h3 {
    margin-bottom: 0.5em;
}
.award h3 a {
    color: #b61d22;
}
.award h3 a:hover {
    color: #000;
}
.award-header h1 {
    float: left;
}
.award-header .rss-link-small {
    margin-left: 1.5em;
    margin-top: 1.5em;
    width: 15px;
    height: 15px;
    float: left;
}
.event-header h1 {
  float: left;
}
.event-header .rss-link-small {
  margin-left: 1em;
  margin-top: 1.8em;
  float: left;
}
.event-date {
    clear: left;
    font-size: 1.4em;
    position: relative;
    padding-left: 25px;
    margin-bottom: 1em;
}
.event-date:before {
    content: '';
    display: block;
    width: 21px;
    height: 20px;
    background: url('/Content/images/sprite_lite.png') no-repeat -515px -15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.award-header .enter-now {
    float: right;
    margin-top: 2em;
}
.award-tabbed-content .section-container.auto > section .content, .award-tabbed-content .section-container.auto > .section .content {
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}
.judges ul {
    list-style: none;
}
.judges li {
    border-bottom: dotted 1px #ccc;
    padding: 0 0 1em 0;
    margin: 0 0 2em 0;
}
.judges h4 {
    font-size: 1.4em;
    margin: 1em 0 0 0;
}
@media (max-width: 499px) {
    .award-header .enter-now {
        float: none;
        margin-bottom: 2em;
    }
    .judges {
        background: #f7f7f7;
        padding: 2em;
        border-top: solid 1px #ebebeb;
        margin-top: 2em;
        border-bottom: solid 1px #ebebeb;
        margin-bottom: 2em;
    }
}


/********************************************************** Blogs page / Previously Views *********************************************************/
.blogs-top-article .article-category a {
  background: #b7683e;
}
.blogs-top-article .article-category:after {
  border-top: solid 10px #b7683e;
  left: 50%;
  margin-left: -10px;
}
.blogs-top-article .button-link a {
  background: #b7683e;
}
.search-blogs {
  padding-top: 2em;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 3em;
}
.search-blogs h3 {
  background: #b7683e;
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  font: 1.2em "Open Sans", arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.search-indices h3 {
  background: #62639c;
}
.search-blogs ul {
  list-style: none;
  border-top: solid 1px #b7683e;
  padding-top: 1em;
}
.search-indices ul {
  border-top: solid 1px #62639c;
}
.search-blogs li {
  display: inline-block;
  margin-right: 0.75em;
  margin-bottom: 1.5em;
}
.search-blogs li a {
  padding: 0.5em;
  font-size: 1.2em;
  background: #ebebeb;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.search-indices li a {
  color: #62639c;
}
.search-blogs li a:hover {
  background: #bbb;
}
/*
.search-blogs li:after {
  content: '/';
  display: inline-block;
  margin: 0 0.2em;
}*/


/********************************************************** Spear's TV Spears tv *********************************************************/
.video-category {
    margin: 2em 0 1.5em 0;
}
.video-category a {
    padding: 0.5em 0.5em 0.5em 3em;
    background: #ebebeb;
    position: relative;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #2b2b2b;
}
.video-category a:hover {
    background: #ccc;
}
.video-category a:before {
    position: absolute;
    content: '';
    left: 0em;
    top: 0em;
    width: 25px;
    height: 22px;
    background: url('/Content/images/sprite_lite.png') -110px -60px;
}
#BCLcontainingBlock, #BCLcontainingBlock object {
	width: 777px;
	height: 450px;
}
@media (max-width: 399px){
    #BCLcontainingBlock, #BCLcontainingBlock object {
	width: 300px;
	height: 200px;
        margin: 0 auto;
    }
}
@media (min-width: 500px) and (max-width: 1056px) {
    #BCLcontainingBlock, #BCLcontainingBlock object {
	width: 657px;
	height: 400px;
    }
}
@media (min-width: 1700px){
    #BCLcontainingBlock, #BCLcontainingBlock object {
	width: 867px;
	height: 500px;
    }
}
.BCLvideoWrapper {
        margin: 0px 0 2em -7px;
}

/* Responsive video not using as probably no need
 @media (min-width: 0) {
	#BCLcontainingBlock {
            width: 100%;
            margin-left: 10px;
            margin-bottom: 10px;
            float: right;
          }
          .BCLvideoWrapper {
            position: relative;
            padding-top: 1px;
            padding-bottom: 56.25%;
            height: 0;
            margin-left: -6px;
          }
          .player-with-thumbnails {
                  padding-bottom: 63%;
          }
          * html .BCLvideoWrapper {
                  margin-top: 0;
                  width: 102%;
                  height: 100%;
                  margin: -7px 0 20px -7px;
          }
          .BCLvideoWrapper div,
          .BCLvideoWrapper embed,
          .BCLvideoWrapper object,
          .BrightcoveExperience {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
          .BCLvideoWrapper div,
          .BCLvideoWrapper embed,
          .BCLvideoWrapper object,
          .BrightcoveExperience {
            position: static !ie;
          }
}*/
.tv-features {
    clear: both;
}
.tv-features, .tv-promos, .tv-channels {
    margin-bottom: 2em;
    border-top: solid 1px #ebebeb;
    padding-top: 2em;
    margin-top: 2em;
}
.tv-features .tv-thumbnail h3 {
    font-size: 1.4em;
}
.tv-channel {
    margin-bottom: 2em;
    display: inline-block;
}
.tv-channel:after {
    border-top: solid 5px #2b2b2b;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    bottom: -6px;
}
.tv-features .tv-channel a {
    color: #2b2b2b;
}
.video-duration {
    display: inline-block;
    float: right;
    position: relative;
    padding-left: 3em;
    font-size: 1.2em;
    color: #666;
    margin-top: 1em;
}
.video-duration:before {
    content: '';
    display: block;
    position: absolute;
    left: 1em;
    top: -4px;
    background: url('/Content/images/sprite_lite.png') -716px -15px;
    width: 20px;
    height: 20px;
}
.play-icon {
    position: relative;
    display: block;
}
.play-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -10px;
    background: url('/Content/images/tv_play.png') no-repeat;
    opacity: 0.8;
    z-index: 999;
    width: 50px;
    height: 50px;
}
.video-thumbnail:hover .play-icon:after {
    background: url('/Content/images/tv_play_hover.png') no-repeat;
}
.tv-features .play-icon:after, .tv-features .video-thumbnail:hover .play-icon:after, .pages-per-visit-optimizer .play-icon:after, .pages-per-visit-optimizer .video-thumbnail:hover .play-icon:after{
    background-size: 36%;
    margin-top: -17px;
}
.tv-features .video-thumbnail a {
    display: block;
    z-index: 999;
    position: relative;
}
.tv-channels .large-4 {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 2em;
}
.tv-channels .tv-thumbnail:nth-child(3n+1) {
    clear: left;
}


/********************************************************** Unbillable Hours *********************************************************/
.unbillable-hours-aside {
    padding-top: 2em;
}
.ask-a-question a {
    background: #b61d22;
    text-decoration: none;
}
.browse-by-theme {
    padding-top: 2em;
}
blockquote.question, blockquote.answer {
    padding-left: 12em;
}
blockquote.question:before {
    content: 'Q';
    position: absolute;
    left: -0.15em;
    top: 0.5em;
    color: #2b2b2b;
    line-height: .1em;
    font: 100px/.1em 'Libre Baskerville', Georgia, serif;
}
blockquote.question a {
    text-decoration: none;
}
blockquote.question a:hover {
    color: #2b2b2b;
}
.question-theme {
    margin-bottom: 2em;
}
.question-theme a {
    background: #b61d22;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em;
    font-size: 1.4em;
}
blockquote.question .question-theme a:hover {
    background: #2b2b2b;
    color: #fff;
}
.question-date, .question-time {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.4em;
}
.question-date {
    color: #666;
}
.question-time {
    color: #999;
}
.more-questions {
    border-top: solid 1px #2b2b2b;
    background: #f7f7f7;
    padding-right: 2em;
    padding-top: 2em;
    margin-top: 2em;
}
.more-questions blockquote.question {
    padding-left: 8em;
    width: 100%;
}
.more-questions blockquote.question:before {
    font-size: 60px;
    color: #b61d22;
}
.more-questions blockquote.question p {
    font-size: 1.4em;
}
.question-author {
    border-top: dashed 2px #ccc;
    padding-top: 2em;
    border-bottom: dashed 2px #ccc;
    margin-bottom: 2em;
}
.question-author p {
    font: italic 1.6em "Libre Baskerville", Georgia, serif;
    color: #666;
}
.featured-answers {
    border-top: solid 1px #666;
    padding-top: 2em;
    clear: both;
}
blockquote.answer p {
    font-size: 1.5em;
    line-height: 1.5;
}
blockquote.answer:before {
    position: absolute;
    left: 0em;
    top: 0.4em;
    color: #b61d22;
    content: 'A';
    line-height: .1em;
    font: 70px/.1em "Libre Baskerville", Georgia, serif;
}
.ask-a-question-form textarea, .ask-a-question-form input[type='text'] {
    width: 100%;
}


/********************************************************** Events Page *********************************************************/
.event-listing h3 a {
    color: #b61d22;
    text-decoration: underline;
}
.related-events {
    border-top: soldi 1px #ebebeb;
    padding-top: 2em;
    margin-top: 2em;
}


/********************************************************** Spears Lists *********************************************************/
.lists-feature {
    border-top: solid 2px #c9b05a;
    margin-top: 2em;
}
.lists-feature .feature-article-text .article-category {
  font-size: 1.4em;
}
.lists-feature .article-category:after {
    border-top: solid 10px #c9b05a;
    bottom: -7px;
    left: 5px;
}
.lists-feature .article-category a {
    background: #c9b05a;
    color: #000;
}
.list-category-header .sharers {
  clear: both;
}

.list-number {
    border-radius: 50%;
    background: #b61d22;
    width: 2em;
    height: 2em;
    text-align: center;
    padding-top: 0.5em;
    color: #fff;
    font-size: 3em;
    font: 3em "Libre Baskerville", Georgia, serif;
    margin-top: 0.5em;
    position: relative;
}
.list-number:after {
    content: '';
    width: 30px;
    height: 33px;
    background: url('/Content/images/sprite_lite.png') -760px -10px;
    display: block;
    position: absolute;
    bottom: -35px;
    left: 0.4em;
}
.top-x-list-item h3 a {
    color: #b61d22;
    text-decoration: underline;
}
.list-article-listing .last-updated {
    margin-top: 2em;
}
.spears-list-icon {
    background: url('/Content/images/laurel_wreath.png') no-repeat center top;
    background-size: 100%;
    padding-top: 4.1em;
    width: 4em;
    font: 1.8em "Libre Baskerville", Georgia, serif;
    text-transform: uppercase;
    margin-top: 0.8em;
    text-align: center;
    letter-spacing: 0.25em;
    padding-left: 0.28em;
}
.spears-list-icon a {
  color: #111;
  text-decoration: none;
}
.spears-list-icon a:hover {
  color: #c1282d;
}
@media (max-width: 499px) {
    .spears-list-icon {
        width: 100%;
    }
}
.spears-list-icon strong {
    font-size: 0.6em;
    letter-spacing: 0.11em;
}
.list-category-header .last-updated {
    margin-top: 2.5em;
}
.list-category-header h1 {
    margin: 0.2em 0 0.5em 0;
}
.list-category .list-article-listing {
    border-top: solid 2px #fff;
}
.list-category .list-article-listing:hover {
    border-top: solid 2px #c9b05a;
}
.list-article-listing-top, .list-category .list-article-listing-top {
    border-top: solid 2px #c9b05a;
    margin-top: 2em;
}
.list-category .list-article-listing .spears-list-icon {
    opacity: 0.4;
}
.list-category .list-article-listing:hover .spears-list-icon {
    opacity: 1;
}
.list-category .list-article-listing:hover h2 a {
    color: #2b2b2b;
}

.link-bait .article-image-full {
  padding-top: 0;
}
.spears-list-item {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding-top: 0.95em;
  position: relative;
  padding-left: 2.2em;
  border-top: solid 1px #ebebeb;
}
.spears-list-item:before {
  content: '';
  background: url('/Content/images/laurel_wreath.png') no-repeat center top;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0.7em;
}


/********************************************************** Columns Page Zanzibar (See note) *********************************************************/
/* *****  NOTE:  *****   Using word "zanzibar" in place of "column", because column class already used */
.spears-zanzibar {
    border-top: solid 1px #2b2b2b;
    margin-top: 2em;
    padding-top: 2em;
}
.spears-zanzibar h2, .zanzibar-byline {
    display: inline-block;
}
.zanzibar-byline {
    margin-left: 0.5em;
    font: italic 1.8em 'Libre Baskerville', Georgia, serif;
    color: #999;
}
.zanzibar-byline a {
    color: #666;
    text-decoration: underline;
}
.zanzibar-article h3 {
    font-size: 1.6em;
}
.zanzibar-article .article-category a {
    background: none;
    padding: 0;
    color: #888;
}
.zanzibar-article .article-category:after {
    border: none;
}
.zanzibar-articles div:first-of-type {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.zanzibar-articles .article-date {
    font-size: 1.2em;
    margin-left: 1em;
}

/* Column header description */
.zanzibar-description {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    margin-top: 2em;
    padding-bottom: 2em;
}
.zanzibar-description h1 {
    color: #6c9b2f;
    margin: 0.75em 0 0 0;
}
.zanzibar-description .zanzibar-image {
    padding-top: 2em;
}


/********************************************************** News Page *********************************************************/
.wm-news h4 a:after, .ls-news h4 a:after {
    border: none;
}
.ls-news {
    margin-top: 2em;
}

/********************************************************** Author Page *********************************************************/
.author-header {
    border-top: solid 1px #ebebeb;
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: solid 1px #ebebeb;
}
.author-header h1, .author-header .rss-link-small {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0;
}
.author-header .rss-link-small {
    margin-top: 1.85em;
}
.author-header p {
    clear: left;
}
.author-social-media ul {
  list-style: none;
}
.author-social-media li {
  display: inline-block;
  margin: 0.5em;
}
.author-social-media li a {
  width: 30px;
  height: 30px;
  display: block;
  background: url('/Content/images/sprite_lite.png') -860px -11px;
  text-indent: -5000px;
  overflow: hidden;
}
.author-social-media li.facebook a {
  background-position: -910px -11px;
}
.author-social-media li.google-plus a {
  background-position: -960px -11px;
}
.author-social-media li.linkedin a {
  background-position: -1010px -11px;
}
.author-social-media li.pinterest a {
  background-position: -1060px -11px;
}


/********************************************************** Company Page *********************************************************/
.print-button {
    margin-bottom: 1em;
    margin-top: 1em;
    display: inline-block;
}
.email-button {
    margin-bottom: 2em;
    display: inline-block;
}
.print-button a, .email-button a {
  letter-spacing: 0.1em;
  padding-right: 1em;
}
.print-button a:after, .email-button a:after {
  border: none;
}
.article-body .company-contact-details ul {
    list-style: none;
    margin-left: 0;
}
.vcard p {
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    padding: 0.75em 0 0.75em 30px;
    font-size: 1.4em;
}
.fn, .tel, .org, .email-address, .vcard li.fn, .vcard li.tel, .vcard li.org, .vcard li.email-address {
    padding-left: 30px;
    position: relative;
}
.fn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background: url('/Content/images/sprite_lite.png') no-repeat -560px -10px;
    display: block;
}
.tel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background: url('/Content/images/sprite_lite.png') no-repeat -610px -10px;
    display: block;
}
.vcard li {
    border-bottom: solid 1px #efefef;
    padding: 0.5em;
}
.vcard li:nth-child(even) {
    background: #f7f7f7;
}
.org:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background: url('/Content/images/sprite_lite.png') no-repeat -660px -10px;
    display: block;
}
.email-address:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background: url('/Content/images/sprite_lite.png') no-repeat -310px -60px;
    display: block;
}
.company-images ul {
    list-style: none;
}
.company-images li {
    padding: 0 0 2em 0;
}
@media (max-width: 1056px) and (min-width: 500px) {
    .google-map {
        width: 223px;
        overflow: hidden;
    }
}

.make-an-enquiry {
    background: #f7f7f7;
    border-top: solid 5px #b61d22;
    padding: 1em;
    margin-bottom: 2em;
}
.make-an-enquiry .row {
    border-bottom: solid 1px #ededed;
    padding-bottom: 0.5em;
    padding-top: 1em;
}
.make-an-enquiry input, .make-an-enquiry textarea {
    width: 100%;
}
.enquiry-textarea {
    padding-top: 1em;
}

.person-image img {
    border: solid 1em #ebebeb;
    margin-top: 2em;
}
.register-form .form-submit-button {
    width: 33%;
    text-align: center;
    padding-right: 0.75em;
}
@media (max-width: 499px) {
    .register-form .form-submit-button {
        width: 100%;
    }
}


/********************************************************** About Us Page *********************************************************/
.fn, .email-address {
    display: block;
    position: relative;
    padding-left: 3em;
    padding: 0.25em 0 0.25em 3em;
}
.article-body .spears-team ul {
    border-top: solid 1px #ebebeb;
    margin-left: 0;
}
.spears-team strong {
    font: 1.2em "Libre Baskerville", Georgia, serif;
    color: #b61d22;
}
.spears-team li:nth-child(even) {
    background: #f7f7f7;
}
.advertising img {
    margin-bottom: 2em;
}
.article-body .contributers ul {
    list-style: none;
    margin-left: 0;
}
.contributers li {
    font: italic 1em  "Libre Baskerville", Georgia, serif;
    color: #666;
    border-bottom: solid 1px #ebebeb;
    padding: 0.5em 0;
}
.contributers strong {
    display: block;
    font: normal 1.2em 'Open Sans', Helvetica, Arial, sans-serif;
    color: #2b2b2b;
}
.adr {
    font-size: 1.4em;
}
.article-body .vcard ul {
    margin-left: 0;
}


/********************************************************** Register Page *********************************************************/
@media (max-width: 499px) {
  .register-box img {
    display: none;
  }
}


/********************************************************** Secondary Content / Sidebar *********************************************************/
.secondary-content {
    width: 30%;
    padding-left: 2em;
}
@media (min-width: 500px) and (max-width: 1056px) {
      .secondary-content {
        width: 33.5%;
    }
}
@media (max-width: 500px) {
    .secondary-content {
        width: 100%;
        padding-left: 0.9375em;
        padding-bottom: 3em;
    }
}
.home-secondary-content {
    padding-left: 0.9375em;
}
.category-secondary-content {
    padding-top: 2em;
}
.article-secondary-content {
    padding-top: 2em;
    border-left: solid 1px #ebebeb;
}
.pages-per-visit-optimizer .section-container.auto > section .content, .section-container.auto > .section .content {
    border: none;
    border-top: solid 1px #ccc;
    padding: 1.5em 0 2em 0;
    border-bottom: solid 1px #ccc;
}
.pages-per-visit-optimizer ul {
    list-style: none;
}
.pages-per-visit-optimizer li {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 5px;
    padding-top: 5px;
}
.pages-per-visit-optimizer .article-image {
    padding-top: 0;
}
.pages-per-visit-optimizer h4 {
    font-size: 1.1em;
    margin: 0;
}
.pages-per-visit-optimizer h4 a {
    color: #b61d22;
}
.pages-per-visit-optimizer h4 a:hover {
    text-decoration: underline;
    color: #000;
}
.pages-per-visit-optimizer .article-category {
    font-size: 0.9em;
    margin: 0;
}
.pages-per-visit-optimizer .article-category a {
    padding: 0;
    background: none;
    color: #888;
}
.pages-per-visit-optimizer .article-category:after {
    border: none;
}
.related-features-box {
  border-top: solid 3px #333;
  padding: 1em 1em 0 1em;
  background: #ebebeb;
}
.related-features-box .large-3 {
    padding: 0;
}
ul.sidebar-list-with-thumbs {
    list-style: none;
}
ul.sidebar-list-with-thumbs li {
    border-bottom: solid 1px #ccc;
    margin: 0 0 1em 0 !important;
    padding: 0 0 1em 0;
}


/********************************************************** Tertiary Content *********************************************************/
.tertiary-content {
    width: 20%;
    position: static;
    
}
@media (max-width: 499px) {
    .tertiary-content {
        width: 100%;
        position: static;
    }
}
@media (min-width: 500px) and (max-width: 1056px) {
  .tertiary-content {
    width: 19%;
  }
}
.related-features-elevator li.row {
    margin: 0 -0.7em 0 -0.7em;
}
.related-features-elevator h4 {
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.related-features-elevator h5 {
    font-size: 1em;
}
.related-features-elevator li .article-image {
  padding-right: 0;
  padding-left: 0.5em;
}
.related-features-elevator .article-text {
  padding-left: 0.5em;
  padding-right: 0.5em;
}


/********************************************************** Search Results Page *********************************************************/
.search-phrase {
  color: #b61d22;
}
.search-results li {
  font-size: 1.4em;
  margin: 0;
}
.search-results li .article-category {
  margin-right: 0;
}
.search-results li .article-category a {
  font-size: 0.5em;
  padding: 0.5em;
}
.search-results li .article-date {
  font-size: 0.6em;
}
.search-results li h2 {
  font-size: 0.8em;
}
.search-results li p {
  font-size: 0.7em;
}

/********************************************************** Sitewide Footer *********************************************************/
.sitewide-footer {
    border-top: solid 10px #b8b7b7;
    border-bottom: solid 1px #d2d2d2;
    margin-top: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
    background: #c2c1c1;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.sitewide-footer:hover {
    background: #dbdbdb;
}
.sitewide-footer h4 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.sitewide-footer a:hover {
    text-decoration: underline;
}
.sitewide-footer h4 span {
    color: #b61d22;
}
.sitewide-footer ul {
    list-style: none;
}
.spears-columns {
    border-right: solid 1px #d2d2d2;
}
.spears-columns li {
    font: 1em 'Libre Baskerville', Georgia, serif;
    padding: 1em 0em 0 1em;
    border-right: solid 1px #d2d2d2;
}
.spears-columns li:nth-child(3n) {
    border: none;
}
/*
.spears-columns p {
    font: 0.9em 'Libre Baskerville', Georgia, serif;
}
.spears-columns p a {
    color: #666;
}*/
@media (max-width: 500px) {
    .spears-sections {
        padding-left: 0.9375em;
    }
}
.spears-sections h4 {
    margin-left: 0.8em;
}
.spears-sections h5 {
    font: lighter 1.4em 'Open Sans', Helvetica, Arial, sans-serif;
}
.spears-sections h5 a {
    color: #b61d22;
    text-decoration: none;
}
.sections-inline-lists {
    border-right: solid 1px #d2d2d2;
    padding-left: 2em;
}
@media (max-width: 500px) {
    .sections-inline-lists {
        border-right: none;
        padding-left: 0.9875;
    }
}
.sections-inline-lists ul {
    list-style: none;
    border-bottom: solid 1px #d2d2d2;
}
.sections-inline-lists ul:last-child {
    border: none;
}
.sections-inline-lists li {
    display: inline-block;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.sections-inline-lists li a {
    color: #2b2b2b;
    text-decoration: none;
}
.sections-inline-lists li:after {
    content: '|';
    margin: 0 0.5em;
    color: #d2d2d2;
}
.sections-inline-lists li:last-child:after {
    color: #dbdbdb;
}
.other-sections {
    padding-left: 1.2em;
    padding-top: 2em;
}
.other-sections ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.other-sections li {
    text-transform: uppercase;
    font: lighter 1em 'Open Sans';
    float: left;
    margin: 0 1em 0 0;
}
.other-sections img {
    display: block;
    margin: 2em 0 0.5em 0;
    width: 40%;
}
.other-sections p {
    font-size: 1.2em;
    color: #666;
}
.other-sections p a {
    color: #444;
    text-decoration: underline;
}
.other-sections p a:hover {
    color: #b61d22;
    text-decoration: none;
}
.footer-links {
    background: #b8b7b7;
    padding: 2em 0;
}
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-links li {
    display: inline-block;
    float: left;
    margin: 0 2em 0 0;
    font-size: 0.8em;
}
.footer-links li a {
    color: #333;
    text-decoration: underline;
}
.footer-links li a:hover {
    text-decoration: none;
}
.the-final-word {
    text-align: right;
}
.the-final-word p {
    font-size: 1.1em;
}


/********************************************************** Pop-ups, Modals, Announcements, etc (outside of design) *********************************************************/
.cookies-message {
  position: relative;
  bottom: 0;
  background: #222;
  padding: 2em;
  z-index: 999;
  height: auto;
  min-height: 100px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
}
.cookies-message p {
  color: #fff;
  font-size: 1.8em;
}
.close-message {
  background: #c2292e;
  color: #fff;
  font: 1.8em "Open Sans", Arial, sans-serif;
  padding: 0.75em;
  display: inline-block;
  cusor: pointer;
}
body.cookies-away-hoooooooo .cookies-message {
  height: 0;
  min-height: 0;
  overflow: hidden;
  display:none;
}
@media (min-width: 800px) {
  .cookies-message p {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

.subscribe-pay-wall .button {
  font-size: 1.6em;
}

.read-more-right { 	 	
	  float: right; 	 	
	  margin-top: 2em; 	 	
	} 
	
	.row .category-header { 	 	
	  background: #f7f7f7; 	 	
	  border-bottom: solid 1px #ededed; 	 	
	  margin-left: 0;
 	} 
 	
 	a[href="http://www.eventbrite.co.uk/e/spears-wealth-insight-forum-tickets-11113911007"]
	{
	display:none;
	}
	#enterPanel
	{
	display:none;
	}

@media (min-width: 500px)  {
.email-newsletter-form-small-title {
    font-family: Libre Baskerville, Georgia, Times New Roman, serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.4em;
    font-size: 2em;
  }

  .email-newsletter-form-button {
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
    width: 11.2em;
    letter-spacing: 0.1em;
  }

  .email-1 .email-address-input {
    height: 2.5em; font-size: 1.3em; width: 14.5em;
  }


  .email-2 .email-newsletter-form-button {
      letter-spacing: 0.1em; width: 14.5em; margin-top:-5px;
  }
}



@media (min-width: 200px) and (max-width: 500px) {
  .email-newsletter-form-small-title {
    text-align: center;
    font-family: Libre Baskerville, Georgia, Times New Roman, serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.4em;
    font-size: 2.5em;
  }

  .email-1 {
      text-align: center;
  }

  .email-1 .email-address-input {
    width: 80%;
    height: 50px;
    font-size: 16px;
    text-align: center;
  }
  .email-2 {
      text-align: center;
  }
  .email-2 .email-newsletter-form-button {
      width: 80%;
      height: 50px;
      letter-spacing: 1px;
      font-size: 16px;
  }
  .email-address-input {

  }
  .print-ad {
    text-align: center;
    width: 100%;
    height: 32em;
  }
  .print-ad img {
    float: none;
    margin-top: 2em;
  }
  .print-ad span {
    left: 50%;
    right: auto;
    top: 10em;
    font-size: 12px;
  }
}
 /**********************************SponsoredContent*********************/ 

.sponcoredConnent_margin_center {
	text-align: center;	
}
.sponcoredConnent_margin span {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	font-size: 1.2em;
}

.sponcoredConnent_margin_center span {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	font-size: 1.2em;
}

/**********Social media button**************************/
.social-media-icons ul {
    list-style: none;
    margin: 1em 0.5em 0.5em 0em;
}
.social-media-icons li {
    display: inline-block;
    margin: 0 0 0 0.3em;
}
.social-media-icons li:after {
  content: none;
}
.social-media-icons li:first-child {
  margin: 0;
}
.social-media-icons li a {
    display: block;
    width: 3px;
    height: 20px;
    text-indent: 5000px;
    overflow: hidden;
}

.social-media-icons li.facebook-icon a {
    background: url('/content/images/social-icons.png') -81px -130px; 
	width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.facebook-icon a {
            background: url('/content/images/social-icons.png') -81px -130px; 
        }
}
.social-media-icons li.twitter-icon a {
    background: url('/content/images/social-icons.png') -184px -256px; 
	width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.twitter-icon a {
            background: url('/content/images/social-icons.png') -184px -256px;
        }
}
.social-media-icons li.linkedin-icon a {
    background: url('/content/images/social-icons.png') -491px -127px; 
	width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.linkedin-icon a {
            background: url('/content/images/social-icons.png') -491px -127px;
        }
}
.social-media-icons li.youtube-icon a {
    background: url('/content/images/social-icons.png') -543px -256px; 
    width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.youtube-icon a {
            background: url('/content/images/social-icons.png') -543px -256px;
        }
}
.social-media-icons li.pinterest-icon a {
    background: url('/content/images/social-icons.png') -183px -191px;   
	width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.pinterest-icon a {
            background: url('/content/images/social-icons.png') -183px -191px; 
        }
}
.social-media-icons li.flicker-icon a {
    background: url('/content/images/social-icons.png') -131px -128px; 
	width: 27px;
	height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .social-media-icons li.flicker-icon a {
            background: url('/content/images/social-icons.png') -131px -128px; 
        }
}
.dont-show
{
clear:both;
background: #f2f2f2;
border: 2px solid #ccc;
color: #666;
margin-top: 5px;
padding: 5px;
text-align: center;
width:70%;
font-size:medium
}

@media (min-width: 500px) {
  .your-stop {
    position: static;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
  }
  .going-down {
    position: fixed;
    top: 0;
    width: 300px !important;
	padding-top:0em;
  }
  .going-down-footer
	{
	position: fixed;
	bottom: 0;
	left: 3.8%;
	}
	.your-stop-footer
	{
	position: static;
	bottom: 0;
	left: 3.8%;
	}
}

a[href="https://plus.google.com/u/0/117447413394022398520/about"]{
display:none;
}
