/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  /* hyphens: auto; - breaks in Chrome */
}

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.0.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */ }
  .btn [class^="icon-"].icon-large,
  .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
  .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  .btn [class^="icon-"].icon-spin,
  .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
  .nav [class*=" icon-"].icon-spin {
    display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */ }
  .nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
  .nav-tabs [class*=" icon-"],
  .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
  .nav-pills [class*=" icon-"],
  .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }

li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }
  li [class^="icon-"].icon-large,
  li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
  .nav li [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em; }

ul.icons {
  list-style-type: none;
  text-indent: -.75em; }
  ul.icons li [class^="icon-"],
  ul.icons li [class*=" icon-"] {
    width: .75em; }

.icon-muted {
  color: #eee; }

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em; }

  .btn .icon-spin {
    height: auto; }

  .icon-spin.icon-large {
    height: 1.25em; }

  .btn .icon-spin.icon-large {
    height: .75em; } }
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

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

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

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

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, .masthead, .feature-section, .feature-post, .mobile-menu, .main-menu, .post-section, .post-section .post-excerpt, aside.sidebar .widget, aside.sidebar ul.popular-post-list li {
  zoom: 1; }
  .clearfix:before, .masthead:before, .feature-section:before, .feature-post:before, .mobile-menu:before, .main-menu:before, .post-section:before, .post-section .post-excerpt:before, aside.sidebar .widget:before, aside.sidebar ul.popular-post-list li:before, .clearfix:after, .masthead:after, .feature-section:after, .feature-post:after, .mobile-menu:after, .main-menu:after, .post-section:after, .post-section .post-excerpt:after, aside.sidebar .widget:after, aside.sidebar ul.popular-post-list li:after {
    content: "";
    display: table; }
  .clearfix:after, .masthead:after, .feature-section:after, .feature-post:after, .mobile-menu:after, .main-menu:after, .post-section:after, .post-section .post-excerpt:after, aside.sidebar .widget:after, aside.sidebar ul.popular-post-list li:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
BOX SHADOWS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited, button {
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ee162f;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #aa0d1f;
  padding: 10px 30px; }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus, button:hover, button:focus {
    background: #aa0d1f;
    color: #fff; }
  .button:active, .button:visited:active, button:active {
    background: black; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot?#iefix") format("embedded-opentype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  background: #000;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%; }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa; }

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0; } }
@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0; }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1; } }
@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0; } }
@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1; }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1; }
  100% {
    transform: translateZ(-200px);
    opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background: #fff;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif;
  font-size: 100%;
  position: relative;
  margin: 0;
  border-top: 6px solid #000; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 95%;
  margin: 0 auto;
  background: #fff; }

.box {
  padding: 40px;
  background: #FFF; }

/*********************
LINK STYLES
*********************/
a, a:visited, button {
  color: #DA1028;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus, button:hover, button:focus {
    color: #930b1b;
    text-decoration: none; }
  a:link, a:visited:link, button:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 300;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 3em;
  line-height: 1.75em; }

h2, .h2 {
  font-size: 2.5em;
  line-height: 1.25em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em;
  font-weight: 600; }

h4, .h4 {
  font-size: .95em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/******************************************************************
FORM STYLES
******************************************************************/
form.search input[type="text"] {
  box-shadow: none;
  border: none;
  padding: 10px 10px;
  font-size: .85em;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0; }
  form.search input[type="text"]:focus {
    outline: none; }
form.search input[type="submit"],
form.search button[type="submit"] {
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: .75em;
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  background: #DA1028;
  color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form.search input[type="submit"]:hover,
  form.search button[type="submit"]:hover {
    background: #fff;
    color: #000; }

.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content input[type="tel"] {
  box-shadow: none;
  background-color: #e6e6e6;
  border: none;
  border-left: 4px solid #000;
  padding: 10px 8px 10px 12px;
  font-size: .90em;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif;
  font-weight: 300; }
  .content input[type="text"]:focus,
  .content input[type="email"]:focus,
  .content input[type="password"]:focus.
  .content input[type="tel"]:focus {
    outline: none;
    border-color: #DA1028;
    background-color: #f3f3f3; }
.content input[type="submit"],
.content button[type="submit"] {
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 1.3em !important;
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  background: #DA1028;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .content input[type="submit"]:hover,
  .content button[type="submit"]:hover {
    background: #000;
    color: #fff; }

/*********************
AD STYLES
*********************/
.ad {
  margin-top: 40px; }

.banner-ad {
  margin-top: 2em;
  display: none; }
  .banner-ad.full-width {
    margin-top: 0;
    margin-bottom: 2em; }
    .banner-ad.full-width img {
      width: 100%;
      height: auto; }

/*********************
HEADER SYTLES
*********************/
/**** Masthead section (1) ****/
.masthead .ad {
  display: none; }

#logo {
  display: block;
  width: 244px;
  height: 130px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px; }
  #logo a {
    height: 130px; }
    #logo a img {
      width: 244px;
      height: 130px;
      border-top: #DA1028 solid 8px;
      padding: 40px .25em 0; }

.flyout-ad {
  display: none; }

/**** featured post section (2) ****/
.feature-section {
  margin: 20px auto;
  padding: 0 .75em; }
  .feature-section .ad img {
    width: 100%; }

.feature-post {
  width: 100%;
  display: block; }

/**** navigation/social/search ****/
form.search {
  float: right;
  clear: none;
  margin-top: 8px;
  margin-right: 8px; }
  form.search input {
    float: left;
    height: 36px; }
    form.search input[type="text"] {
      width: 220px; }
    form.search input[type="submit"] {
      font-size: .9em; }

.button.subscribe {
  position: absolute;
  bottom: -47px;
  color: #FFF;
  text-decoration: none; }
  .button.subscribe > i {
    padding-left: 5px;
    top: -1px;
    position: relative; }

article .button {
  text-align: center;
  margin: 10px auto !important;
  width: 220px;
  display: block;
  white-space: nowrap; }
  article .button:hover {
    color: #FFF !important; }

article iframe {
  margin: 0 auto;
  display: block; }

article hr {
  border: none;
  border-bottom: 1px solid #DA1028;
  margin: 10px 0 50px; }

.subscribe-mobile-btn {
  display: block;
  float: left;
  width: 100%;
  z-index: 1; }
  .subscribe-mobile-btn a.button.subscribe {
    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px; }

/*********************
NAVIGATION STYLES
*********************/
#dl-menu {
  display: inline-block;
  z-index: 2; }

.mobile-menu {
  display: block !important;
  background: #000;
  margin: 20px 0;
  overflow: visible;
  position: relative; }

ul.site-links {
  float: left;
  clear: left;
  margin: 16px 0; }
  ul.site-links li {
    list-style: none;
    display: inline-block; }
    ul.site-links li a {
      text-decoration: none;
      color: #fff;
      padding: 18px 12px 16px;
      margin: 0;
      font-size: 1.25em;
      font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      ul.site-links li a:hover {
        background: #DA1028;
        color: white; }
    ul.site-links li:last-child {
      padding-right: 0; }

ul.social-icons {
  float: left;
  clear: none;
  margin-left: 20px; }
  ul.social-icons li {
    display: inline-block; }
    ul.social-icons li a {
      text-decoration: none;
      padding: 12px 0px 12px 5px; }

.main-menu {
  background: #000;
  margin: 20px 0;
  overflow: visible;
  display: none;
  position: relative; }

ul.site-links {
  float: left;
  clear: left;
  margin: 16px 0; }
  ul.site-links li {
    list-style: none;
    display: inline-block; }
    ul.site-links li a {
      text-decoration: none;
      color: #fff;
      padding: 18px 27px 16px;
      margin: 0;
      font-size: 1.25em;
      font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      ul.site-links li a:hover {
        background: #DA1028;
        color: white; }
    ul.site-links li:last-child {
      padding-right: 0; }

ul.social-icons {
  float: right;
  clear: none;
  margin: 0 20px 0 0;
  background: none; }
  ul.social-icons li {
    display: inline-block; }
    ul.social-icons li a {
      text-decoration: none;
      padding: 12px 0px 12px 5px; }
      ul.social-icons li a:hover {
        color: #aa0d1f; }
  footer ul.social-icons {
    margin-top: 1em; }

#dl-menu {
  margin: 10px 0; }
  #dl-menu button {
    background: #404040; }
  #dl-menu a {
    text-decoration: none; }

/*********************
PAGE & CONTENT STYLES
*********************/
.post-section {
  border-bottom: 1px solid #999999;
  margin-bottom: 16px; }
  .post-section .post-excerpt {
    padding: 10px 0;
    display:table;
    border-top: 1px solid #eee; }
    .post-section .post-excerpt:first-child {
      border-top: none; }
    .post-section .post-excerpt img {
      display: block;
      float: left;
      width: 20%;
      margin-right: 3%; }
    .post-section .post-excerpt h4.post-title {
      display: block;
      float: left;
      text-align: left;
      width: 76%;
      margin: 0;
      font-weight: 500; }
      .post-section .post-excerpt h4.post-title a {
        color: #000;
        display:block;
        clear:both;
        margin-bottom:20px;
         }
      .post-section .post-excerpt h4.post-title a:hover {
        color: #DA1028; }

.category .post img.attachment-post-thumbnail {
  float: left; }

.content {
  background: #fff; }
  .content h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 1px solid #999999;
    padding: 0 0 6px;
    margin: 0;
    clear: both; }
    .content h2.page-title {
      text-align: left;
      text-transform: none;
      border: 0;
      font-size: 2.1em;
      /*1.6em;*/ }
  .content h2.features-heading {
    border-bottom: none;
    font-size: 1.6em;
    line-height: .8em; }
    .content h2.features-heading span.thin-red {
      color: #DA1028;
      font-family: "aktiv-grotesk-std", Georgia, Times, serif;
      font-size: .7em;
      text-transform: none; }
  .content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    margin: 0;
    padding: 15px 0 0;
    position: relative;
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-weight: 600; }
    .content h3 a {
      /*&.title-wrap:before, &.title-wrap:after {
      	content: '-';
      	padding: 0 2px;
      	font-size: 1em;
      	letter-spacing: 0;
      }*/ }
      .content h3 a:hover {
        color: #930b1b; }
  .content .features-intro-ad,
  .content .features-bottom-ad {
    padding: 10px;
    margin: 0 auto 16px;
    background-color: #f6f7f9;
    border: 1px solid #e4ebf3; }
    .content .features-intro-ad img,
    .content .features-bottom-ad img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .content .features-intro-ad {
    max-width: 488px; }
  .content .features-bottom-ad {
    display: none; }

.entry-content h2 {
  text-align: left; }
.entry-content p {
  font-family: "aktiv-grotesk-std", Georgia, Times, serif !important;
  color: #000 !important;
  font-size: 1em !important;
  font-weight: 300;
  line-height: 1.4em;
  margin: 1em 0; }
.entry-content ul {
  margin-left: 40px; }
  .entry-content ul li {
    list-style: disc;
    font-weight: 300; }
.entry-content ol {
  margin-left: 40px; }
  .entry-content ol li {
    list-style: decimal;
    font-weight: 300; }
.entry-content img {
  width: 100%;
  height: auto; }

.page-id-3822 span.button-wrap {
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .page-id-3822 span.button-wrap .button {
    font-size: 1.35em !important;
    width: 300px;
    padding: 16px 0 12px; }

/*********************
POST & CONTENT STYLES
*********************/
/* Home Page Posts */
.post-excerpt h2.post-title {
  font-family: "aktiv-grotesk-std", Georgia, Times, serif;
  font-size: 1.4em;
  font-weight: 500;
  margin: 10px 0 0 0; }
  .post-excerpt h2.post-title a {
    color: #000; }
    .post-excerpt h2.post-title a:hover {
      color: #DA1028; }
.post-excerpt h3 {
  text-transform: uppercase;
  font-size: .85em;
  margin: 20px 0 0;
  color: #aa0d1f; }
.post-excerpt p {
  font-weight: 300;
  font-size: .85em;
  line-height: 2em; }

.imgbox img {
  height: auto;
  width: 100%; }

.issuu-viewer {
  margin: 20px 0; }

.post-teaser {
  text-align: center;
  margin-bottom: 40px; }
  .post-teaser:nth-child(3) {
    background: transparent; }
  .post-teaser.midcol {
    background: transparent;
    width: 34%; }
  .post-teaser ul li {
    margin-bottom: 25px; }
  .post-teaser ul h4.post-title {
    font-family: "aktiv-grotesk-std", Georgia, Times, serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0 10px; }

body.archive h2.archive-title {
  text-transform: lowercase;
  border-bottom: 1px solid #000;
  font-size: 1.6em;
  color: #333; }
body.archive article.post {
  padding: 20px 0; }
  body.archive article.post header .h2 {
    text-align: left;
    font-size: 1.5em;
    font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    body.archive article.post header .h2 a:link {
      color: #222; }
    body.archive article.post header .h2 a:visited {
      color: #555; }
    body.archive article.post header .h2 a:active, body.archive article.post header .h2 a:hover {
      color: #930b1b; }
  body.archive article.post p {
    margin: 0.5em 0; }
  body.archive article.post .article-footer, body.archive article.post .byline {
    font-size: 0.75em;
    color: #bbb; }
  body.archive article.post .article-footer {
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #f5f5f5; }
  body.archive article.post img.attachment-post-thumbnail {
    width: 100% !important;
    height: auto !important; }
  body.archive article.post .featimg img {
    width: 100%;
    max-width: 100%;
    padding-top: 20px; }

article.post img.attachment-featured_image {
  max-width: 660px;
  width: 100% !important;
  height: auto !important; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.bones_page_navi li {
  float: left; }
  .bones_page_navi li a {
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-right: none;
    background: #eee; }
    .bones_page_navi li a:last-child {
      border-right: 1px solid #ddd; }
    .bones_page_navi li a:hover {
      background: #fff; }
  .bones_page_navi li.bpn-current {
    display: block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-right: none; }

/******************************************************************
PLUGIN STYLES
******************************************************************/
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: auto !important; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/*********************
SIDEBARS & ASIDES
*********************/
.main-content {
  display: block; }
  .main-content .ad {
    display: block; }

.sidebar {
  display: block; }
  .sidebar .ad {
    display: none; }

.widget {
  margin-bottom: 40px; }

aside.sidebar h3 {
  background: #000;
  color: #fff;
  letter-spacing: 0;
  padding: 10px 0; }
  aside.sidebar h3 span.title-wrap:before,
  aside.sidebar h3 span.title-wrap:after {
    color: #fff;
    content: '-';
    padding: 0 8px; }
aside.sidebar ul {
  margin: 0;
  padding: 0; }
  aside.sidebar ul li {
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top; }
    aside.sidebar ul li a {
      border-bottom: 1px solid #cccccc;
      display: block;
      padding: 12px 20px;
      text-decoration: none;
      font-weight: 300; }
      aside.sidebar ul li a:hover {
        background: #000;
        color: #fff;
        border-color: #000, 80%; }
aside.sidebar ul.popular-post-list {
  margin-top: 14px; }
  aside.sidebar ul.popular-post-list li {
    margin-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px; }
    aside.sidebar ul.popular-post-list li a {
      display: inline;
      padding: 0;
      vertical-align: top;
      border-bottom: none; }
    aside.sidebar ul.popular-post-list li a img {
      width: 30%;
      height: auto;
      float: left;
      margin-right: 12px; }

#text-2 {
  position: relative;
  margin-top: 40px; }
  #text-2 h3 {
    text-transform: uppercase;
    font-size: 1.35em;
    border-bottom: 3px solid #000;
    margin-top: 0;
    margin-bottom: 20px;
    background: none;
    color: #000;
    letter-spacing: 0;
    padding: 10px 0 0;
    text-align: left;
    font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif; }
    #text-2 h3 span.title-wrap:before,
    #text-2 h3 span.title-wrap:after {
      color: #fff;
      content: '';
      padding: 0; }
  #text-2 img {
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 100;
    width: 70px; }
  #text-2 .button.subscribe {
    width: 100%;
    position: relative !important;
    bottom: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center; }

.widget_sp_image {
  margin-bottom: 0; }
  .widget_sp_image img {
    width: 100% !important;
    height: auto !important; }

#text-3, #text-4 {
  position: relative;
  margin-top: 40px; }
  #text-3 h3, #text-4 h3 {
    text-transform: uppercase;
    font-size: 1.35em;
    border-bottom: 3px solid #000;
    margin-top: 0;
    margin-bottom: 20px;
    background: none;
    color: #000;
    letter-spacing: 0;
    padding: 10px 0 0;
    text-align: left;
    font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif; }
    #text-3 h3 span.title-wrap:before,
    #text-3 h3 span.title-wrap:after, #text-4 h3 span.title-wrap:before,
    #text-4 h3 span.title-wrap:after {
      color: #fff;
      content: '';
      padding: 0; }
  #text-3 .mc-field-group, #text-4 .mc-field-group {
    float: left;
    width: 82%; }
    #text-3 .mc-field-group input[type="email"], #text-4 .mc-field-group input[type="email"] {
      padding: 11px 8px 11px 12px;
      width: 100%; }
  #text-3 input[type="submit"], #text-4 input[type="submit"] {
    float: right; }

#text-5 {
  margin-bottom: 0 !important; }

.widget_adrotate_widgets {
  background-color: #f6f7f9;
  border: 1px solid #e4ebf3;
  padding-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center; }
  .widget_adrotate_widgets img {
    vertical-align: top;
    margin-bottom: 10px; }

.widget_adrotate_widgets {
  background-color: #f6f7f9;
  border: 1px solid #e4ebf3;
  padding-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center; }
  .widget_adrotate_widgets img {
    vertical-align: top;
    margin-bottom: 10px; }

#adrotate_widgets-41,
#adrotate_widgets-41 ~ .widget_adrotate_widgets,
#adrotate_widgets-48,
#adrotate_widgets-48 ~ .widget_adrotate_widgets {
  border-top: none;
  padding-top: 0 !important;
  margin-bottom: 0 !important; }

#adrotate_widgets-41,
#adrotate_widgets-48 {
  padding-top: 10px !important; }

#adrotate_widgets-37 {
  border-top: 1px solid #e4ebf3 !important;
  padding-top: 10px !important;
  margin-bottom: 40px !important; }

/*
	ORIGINAL CODE
.sidebar .widget_adrotate_widgets:first-child {
	padding: 10px !important;
	border: 1px solid #e4ebf3;
}
.sidebar .widget_adrotate_widgets:nth-child(4) {
	padding-top: 10px !important;
}
.sidebar .widget_adrotate_widgets:nth-last-child(2) {
	margin-bottom: 40px !important;
	border-bottom: 1px solid #e4ebf3;
}

.sidebar .secondary-sidebar.widget_adrotate_widgets:first-child {
	padding: 10px !important;
	border: 1px solid #e4ebf3;
	margin-bottom: 40px !important;
	
	img {
		margin-bottom: 0px !important;
	}
}*/
#text-6, #text-14 {
  margin-bottom: 0 !important; }

#colorbox {
  overflow: visible !important; }

#cboxClose {
  position: absolute !important;
  top: 10px !important;
  right: 22px !important; }

#cboxLoadedContent {
  margin: 20px; }

.popup_content {
  width: 380px; }

.mc_popup_content h2 {
  font-size: 1.65em;
  margin-bottom: 1.25em;
  margin-top: 2em;
  text-transform: uppercase; }
.mc_popup_content .mc-field-group {
  float: left;
  width: 70%; }
.mc_popup_content input[type="text"],
.mc_popup_content input[type="email"],
.mc_popup_content input[type="password"] {
  box-shadow: none;
  background-color: #e6e6e6;
  border: none;
  border-left: 4px solid #000;
  padding: 14px 8px 14px 12px;
  font-size: .90em;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif;
  font-weight: 300;
  width: 100%; }
  .mc_popup_content input[type="text"]:focus,
  .mc_popup_content input[type="email"]:focus,
  .mc_popup_content input[type="password"]:focus {
    outline: none;
    border-color: #DA1028;
    background-color: #f3f3f3; }
.mc_popup_content input[type="submit"] {
  float: right;
  width: 28%; }

/*********************
FOOTER STYLES
*********************/
.site-footer {
  margin: 60px 0;
  background: #000;
  position: relative;
  z-index: 2;
  padding: 0; }
  .site-footer .wrap {
    background: none; }
  .site-footer ul.site-links {
    margin: 0; }
    .site-footer ul.site-links li a {
      font-size: 1em;
      padding: 10px 14px;
      display: block; }
  .site-footer form#subscribe {
    float: left; }
    .site-footer form#subscribe p {
      font-size: .85em;
      margin-top: 0; }
    .site-footer form#subscribe span.icon_border {
      border-top: 7px solid #fff;
      display: block;
      margin-bottom: 10px; }
    .site-footer form#subscribe [class^="icon-"] {
      color: #fff;
      margin: -13px auto 0;
      background: #000;
      width: 30px;
      display: block;
      padding: 0 5px;
      text-align: center; }
    .site-footer form#subscribe input[type="text"] {
      width: 73%;
      margin-right: 1.5%;
      float: left; }
    .site-footer form#subscribe button[type="submit"] {
      width: 23.5%;
      float: left; }
  .site-footer p {
    margin: 17px 20px 0px;
    color: #fff;
    font-weight: 300; }
    .site-footer p#footer-address {
      font-size: .9em; }
    .site-footer p.source-org {
      font-size: .75em;
      text-align: center;
      padding: 0 0 10px; }
  .site-footer .button.subscribe {
    top: -47px;
    right: 0;
    width: 100%;
    border-top: 3px solid #aa0d1f;
    border-bottom: none;
    bottom: auto;
    text-align: center; }

.page-template-page-job,
.category-job-news,
.job-news,
.single-job_listing,
.page-template-page-job_home, .single-resume, .page-template-page-job_packages, .woocommerce-page charged-evs {
  border-top: none; }
  .page-template-page-job .site-header,
  .category-job-news .site-header,
  .job-news .site-header,
  .single-job_listing .site-header,
  .page-template-page-job_home .site-header, .single-resume .site-header, .page-template-page-job_packages .site-header, .woocommerce-page charged-evs .site-header {
    display: none; }
  .page-template-page-job .content .wrap,
  .category-job-news .content .wrap,
  .job-news .content .wrap,
  .single-job_listing .content .wrap,
  .page-template-page-job_home .content .wrap, .single-resume .content .wrap, .page-template-page-job_packages .content .wrap, .woocommerce-page charged-evs .content .wrap {
    float: left; }
  .page-template-page-job #logo,
  .category-job-news #logo,
  .job-news #logo,
  .single-job_listing #logo,
  .page-template-page-job_home #logo, .single-resume #logo, .page-template-page-job_packages #logo, .woocommerce-page charged-evs #logo {
    height: 75px;
    width: 100%;
    background: white;
    margin: 0; }
    .page-template-page-job #logo a,
    .category-job-news #logo a,
    .job-news #logo a,
    .single-job_listing #logo a,
    .page-template-page-job_home #logo a, .single-resume #logo a, .page-template-page-job_packages #logo a, .woocommerce-page charged-evs #logo a {
      height: 100%;
      display: block;
      padding: 0 10px 0 0;
      position: relative;
      text-align: center; }
      .page-template-page-job #logo a img,
      .category-job-news #logo a img,
      .job-news #logo a img,
      .single-job_listing #logo a img,
      .page-template-page-job_home #logo a img, .single-resume #logo a img, .page-template-page-job_packages #logo a img, .woocommerce-page charged-evs #logo a img {
        height: auto;
        border-top: none;
        padding: 0;
        width: 134px;
        height: 60px; }
  .page-template-page-job .content h2,
  .category-job-news .content h2,
  .job-news .content h2,
  .single-job_listing .content h2,
  .page-template-page-job_home .content h2, .single-resume .content h2, .page-template-page-job_packages .content h2, .woocommerce-page charged-evs .content h2 {
    border-bottom: 0px solid; }
  .page-template-page-job #menu-job-menu,
  .category-job-news #menu-job-menu,
  .job-news #menu-job-menu,
  .single-job_listing #menu-job-menu,
  .page-template-page-job_home #menu-job-menu, .single-resume #menu-job-menu, .page-template-page-job_packages #menu-job-menu, .woocommerce-page charged-evs #menu-job-menu {
    margin: 0 auto;
    text-align: center;
    float: none; }
    .page-template-page-job #menu-job-menu li a,
    .category-job-news #menu-job-menu li a,
    .job-news #menu-job-menu li a,
    .single-job_listing #menu-job-menu li a,
    .page-template-page-job_home #menu-job-menu li a, .single-resume #menu-job-menu li a, .page-template-page-job_packages #menu-job-menu li a, .woocommerce-page charged-evs #menu-job-menu li a {
      display: block;
      font-size: 1em;
      letter-spacing: 0.025em;
      line-height: 56px;
      padding: 4px 7px 0;
      text-transform: uppercase;
      display: block; }
  .page-template-page-job .partner-logo,
  .category-job-news .partner-logo,
  .job-news .partner-logo,
  .single-job_listing .partner-logo,
  .page-template-page-job_home .partner-logo, .single-resume .partner-logo, .page-template-page-job_packages .partner-logo, .woocommerce-page charged-evs .partner-logo {
    display: none;
    padding: 8px 10px 3px;
    float: right;
    margin-left: 20px;
    border-left: #DA1028 5px solid;
    width: 147px; }
    .page-template-page-job .partner-logo img,
    .category-job-news .partner-logo img,
    .job-news .partner-logo img,
    .single-job_listing .partner-logo img,
    .page-template-page-job_home .partner-logo img, .single-resume .partner-logo img, .page-template-page-job_packages .partner-logo img, .woocommerce-page charged-evs .partner-logo img {
      width: 100%; }
  .page-template-page-job .job-news,
  .category-job-news .job-news,
  .job-news .job-news,
  .single-job_listing .job-news,
  .page-template-page-job_home .job-news, .single-resume .job-news, .page-template-page-job_packages .job-news, .woocommerce-page charged-evs .job-news {
    overflow: hidden;
    padding: 10px 20px 50px;
    position: relative;
    background-color: #e6e6e6;
    margin: 0 0 2.5rem; }
    .page-template-page-job .job-news:after,
    .category-job-news .job-news:after,
    .job-news .job-news:after,
    .single-job_listing .job-news:after,
    .page-template-page-job_home .job-news:after, .single-resume .job-news:after, .page-template-page-job_packages .job-news:after, .woocommerce-page charged-evs .job-news:after {
      bottom: 15px;
      background: #000;
      content: '';
      height: 9px;
      left: 20px;
      position: absolute;
      right: 20px; }
    .page-template-page-job .job-news h3,
    .category-job-news .job-news h3,
    .job-news .job-news h3,
    .single-job_listing .job-news h3,
    .page-template-page-job_home .job-news h3, .single-resume .job-news h3, .page-template-page-job_packages .job-news h3, .woocommerce-page charged-evs .job-news h3 {
      padding: 0;
      position: relative;
      z-index: 1;
      font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif; }
    .page-template-page-job .job-news .headline,
    .category-job-news .job-news .headline,
    .job-news .job-news .headline,
    .single-job_listing .job-news .headline,
    .page-template-page-job_home .job-news .headline, .single-resume .job-news .headline, .page-template-page-job_packages .job-news .headline, .woocommerce-page charged-evs .job-news .headline {
      background: #e6e6e6;
      padding: 0 1rem;
      color: #000; }
      .page-template-page-job .job-news .headline:before,
      .category-job-news .job-news .headline:before,
      .job-news .job-news .headline:before,
      .single-job_listing .job-news .headline:before,
      .page-template-page-job_home .job-news .headline:before, .single-resume .job-news .headline:before, .page-template-page-job_packages .job-news .headline:before, .woocommerce-page charged-evs .job-news .headline:before {
        background: #000;
        content: '';
        height: 9px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 100%;
        z-index: -1; }
    .page-template-page-job .job-news .post-excerpt,
    .category-job-news .job-news .post-excerpt,
    .job-news .job-news .post-excerpt,
    .single-job_listing .job-news .post-excerpt,
    .page-template-page-job_home .job-news .post-excerpt, .single-resume .job-news .post-excerpt, .page-template-page-job_packages .job-news .post-excerpt, .woocommerce-page charged-evs .job-news .post-excerpt {
      float: left;
      margin: 0;
      position: relative;
      width: 38%; }
      .page-template-page-job .job-news .post-excerpt img,
      .category-job-news .job-news .post-excerpt img,
      .job-news .job-news .post-excerpt img,
      .single-job_listing .job-news .post-excerpt img,
      .page-template-page-job_home .job-news .post-excerpt img, .single-resume .job-news .post-excerpt img, .page-template-page-job_packages .job-news .post-excerpt img, .woocommerce-page charged-evs .job-news .post-excerpt img {
        width: auto;
        max-width: 100%; }
      .page-template-page-job .job-news .post-excerpt:first-of-type,
      .category-job-news .job-news .post-excerpt:first-of-type,
      .job-news .job-news .post-excerpt:first-of-type,
      .single-job_listing .job-news .post-excerpt:first-of-type,
      .page-template-page-job_home .job-news .post-excerpt:first-of-type, .single-resume .job-news .post-excerpt:first-of-type, .page-template-page-job_packages .job-news .post-excerpt:first-of-type, .woocommerce-page charged-evs .job-news .post-excerpt:first-of-type {
        width: 57%;
        margin-right: 5%; }
        .page-template-page-job .job-news .post-excerpt:first-of-type .post-title,
        .category-job-news .job-news .post-excerpt:first-of-type .post-title,
        .job-news .job-news .post-excerpt:first-of-type .post-title,
        .single-job_listing .job-news .post-excerpt:first-of-type .post-title,
        .page-template-page-job_home .job-news .post-excerpt:first-of-type .post-title, .single-resume .job-news .post-excerpt:first-of-type .post-title, .page-template-page-job_packages .job-news .post-excerpt:first-of-type .post-title, .woocommerce-page charged-evs .job-news .post-excerpt:first-of-type .post-title {
          background: rgba(0, 0, 0, 0.8);
          bottom: 0;
          left: 0;
          margin: 0;
          padding: .5rem 1.5rem;
          position: absolute;
          width: 100%; }
          .page-template-page-job .job-news .post-excerpt:first-of-type .post-title a,
          .category-job-news .job-news .post-excerpt:first-of-type .post-title a,
          .job-news .job-news .post-excerpt:first-of-type .post-title a,
          .single-job_listing .job-news .post-excerpt:first-of-type .post-title a,
          .page-template-page-job_home .job-news .post-excerpt:first-of-type .post-title a, .single-resume .job-news .post-excerpt:first-of-type .post-title a, .page-template-page-job_packages .job-news .post-excerpt:first-of-type .post-title a, .woocommerce-page charged-evs .job-news .post-excerpt:first-of-type .post-title a {
            color: #fff;
            font-size: 1.5em; }
      .page-template-page-job .job-news .post-excerpt:not(:first-of-type) .post-title a,
      .category-job-news .job-news .post-excerpt:not(:first-of-type) .post-title a,
      .job-news .job-news .post-excerpt:not(:first-of-type) .post-title a,
      .single-job_listing .job-news .post-excerpt:not(:first-of-type) .post-title a,
      .page-template-page-job_home .job-news .post-excerpt:not(:first-of-type) .post-title a, .single-resume .job-news .post-excerpt:not(:first-of-type) .post-title a, .page-template-page-job_packages .job-news .post-excerpt:not(:first-of-type) .post-title a, .woocommerce-page charged-evs .job-news .post-excerpt:not(:first-of-type) .post-title a {
        color: #000;
        font-size: 1.3125em;
        margin: 0 0 1.5rem;
        padding: 1rem 0 1.5rem; }
      .page-template-page-job .job-news .post-excerpt:nth-of-type(2),
      .category-job-news .job-news .post-excerpt:nth-of-type(2),
      .job-news .job-news .post-excerpt:nth-of-type(2),
      .single-job_listing .job-news .post-excerpt:nth-of-type(2),
      .page-template-page-job_home .job-news .post-excerpt:nth-of-type(2), .single-resume .job-news .post-excerpt:nth-of-type(2), .page-template-page-job_packages .job-news .post-excerpt:nth-of-type(2), .woocommerce-page charged-evs .job-news .post-excerpt:nth-of-type(2) {
        border-bottom: 1px solid #DA1028; }
    .page-template-page-job .job-news .additional-posts,
    .category-job-news .job-news .additional-posts,
    .job-news .job-news .additional-posts,
    .single-job_listing .job-news .additional-posts,
    .page-template-page-job_home .job-news .additional-posts, .single-resume .job-news .additional-posts, .page-template-page-job_packages .job-news .additional-posts, .woocommerce-page charged-evs .job-news .additional-posts {
      bottom: 45px;
      color: #DA1028;
      position: absolute;
      right: 0;
      text-align: center;
      text-decoration: none;
      width: 50%; }
  .page-template-page-job .job-news-feed,
  .category-job-news .job-news-feed,
  .job-news .job-news-feed,
  .single-job_listing .job-news-feed,
  .page-template-page-job_home .job-news-feed, .single-resume .job-news-feed, .page-template-page-job_packages .job-news-feed, .woocommerce-page charged-evs .job-news-feed {
    padding: 10px 20px 50px 0; }
    .page-template-page-job .job-news-feed h2.archive-title,
    .category-job-news .job-news-feed h2.archive-title,
    .job-news .job-news-feed h2.archive-title,
    .single-job_listing .job-news-feed h2.archive-title,
    .page-template-page-job_home .job-news-feed h2.archive-title, .single-resume .job-news-feed h2.archive-title, .page-template-page-job_packages .job-news-feed h2.archive-title, .woocommerce-page charged-evs .job-news-feed h2.archive-title {
      text-transform: uppercase; }
    .page-template-page-job .job-news-feed article.post header .h2,
    .category-job-news .job-news-feed article.post header .h2,
    .job-news .job-news-feed article.post header .h2,
    .single-job_listing .job-news-feed article.post header .h2,
    .page-template-page-job_home .job-news-feed article.post header .h2, .single-resume .job-news-feed article.post header .h2, .page-template-page-job_packages .job-news-feed article.post header .h2, .woocommerce-page charged-evs .job-news-feed article.post header .h2 {
      font-size: 1.25em; }
  .page-template-page-job .job_filters .job_types,
  .category-job-news .job_filters .job_types,
  .job-news .job_filters .job_types,
  .single-job_listing .job_filters .job_types,
  .page-template-page-job_home .job_filters .job_types, .single-resume .job_filters .job_types, .page-template-page-job_packages .job_filters .job_types, .woocommerce-page charged-evs .job_filters .job_types {
    display: none; }
  .page-template-page-job .headline,
  .category-job-news .headline,
  .job-news .headline,
  .single-job_listing .headline,
  .page-template-page-job_home .headline, .single-resume .headline, .page-template-page-job_packages .headline, .woocommerce-page charged-evs .headline {
    font-size: 2em; }
  .page-template-page-job .job-header,
  .category-job-news .job-header,
  .job-news .job-header,
  .single-job_listing .job-header,
  .page-template-page-job_home .job-header, .single-resume .job-header, .page-template-page-job_packages .job-header, .woocommerce-page charged-evs .job-header {
    display: block; }
    .page-template-page-job .job-header .main-menu,
    .category-job-news .job-header .main-menu,
    .job-news .job-header .main-menu,
    .single-job_listing .job-header .main-menu,
    .page-template-page-job_home .job-header .main-menu, .single-resume .job-header .main-menu, .page-template-page-job_packages .job-header .main-menu, .woocommerce-page charged-evs .job-header .main-menu {
      display: block; }
  .page-template-page-job .job_types li,
  .category-job-news .job_types li,
  .job-news .job_types li,
  .single-job_listing .job_types li,
  .page-template-page-job_home .job_types li, .single-resume .job_types li, .page-template-page-job_packages .job_types li, .woocommerce-page charged-evs .job_types li {
    list-style: none; }
  .page-template-page-job .job_listing h3,
  .category-job-news .job_listing h3,
  .job-news .job_listing h3,
  .single-job_listing .job_listing h3,
  .page-template-page-job_home .job_listing h3, .single-resume .job_listing h3, .page-template-page-job_packages .job_listing h3, .woocommerce-page charged-evs .job_listing h3 {
    text-align: left; }
  .page-template-page-job .single_job_listing,
  .category-job-news .single_job_listing,
  .job-news .single_job_listing,
  .single-job_listing .single_job_listing,
  .page-template-page-job_home .single_job_listing, .single-resume .single_job_listing, .page-template-page-job_packages .single_job_listing, .woocommerce-page charged-evs .single_job_listing {
    width: 95%; }

.page-template-page-job.page-id-12467 .page-title {
  display: none; }
.page-template-page-job.page-id-12467 ul.job_listings {
  border-top: 9px solid #DA1028;
  display: block;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  position: relative; }
  .page-template-page-job.page-id-12467 ul.job_listings:before {
    background: #fff;
    color: #DA1028;
    content: 'Featured Jobs';
    font-size: 1.6075em;
    font-weight: 600;
    left: 50%;
    line-height: 2rem;
    padding: 0 1rem;
    position: absolute;
    top: -1.375rem;
    z-index: 1;
    transform: translate(-50%, 0); }
    
table.resume-manager-resumes {
    width: 100%;
}
div#resume-manager-candidate-dashboard{
display:none;
}
.candidate div#resume-manager-candidate-dashboard{
display:block;
}

div#resume-manager-candidate-dashboard table {
    width: 100% !important;
    border: 1px solid #eee;
}

div#resume-manager-candidate-dashboard tr, div#resume-manager-candidate-dashboard td, table.resume-manager-resumes tr, table.resume-manager-resumes td{
    border:1px solid #eee;
    padding:10px 0 !important;
}

li.package-section {
  display: none; }

li.job-package {
  display: none; }

.jobs-login section.job-news {
  display: none; }

.jobs-login .form-group {
  margin-top: 1em; }

.jobs-login .form-group label {
  display: inline-block;
  width: 90px; }

.jobs-login .form-group input[type=text], .jobs-login .form-group input[type=password] {
  width: 300px;
  background: #fff; }

.jobs-login .form-group input[type=submit] {
  display: table;
  margin: 0px auto;
  padding: 10px 40px; }

.jobs-login form#login {
  background: #E6E6E6;
  display: table;
  padding: 1em 2em;
  margin: 0px auto; }

li#menu-item-13576 {
  margin-left: 120px; }

ul#menu-job-menu {
  display: block; }

a.partner-logo {
  margin-left: 0px !important;
  padding-left: 9px !important; }

.job_description ul li {
  list-style-type: disc;
  margin-left: 30px; }

li.package-section {
  display: none; }

li.job-package {
  display: none; }
  
img.company_logo {
    height: auto !Important;
}

.jobs-entry h2.page-title {
  display: none; }

.jobs-entry .form-group {
  margin: 1em 0; }

.jobs-entry .form-group label {
  min-width: 90px;
  display: block; }

.jobs-entry .form-group input {
  width: 100%; }

.jobs-entry section.job-news {
  display: none; }

.jobs-entry .left {
  display: inline-block;
  width: 45%;
  padding: 5px;
  float: left; }

.jobs-entry .right {
  display: inline-block;
  width: 45%;
  padding-left: 5%;
  border-left: 1px solid #D4D4D4; }

.jobs-entry .entry-content h2 {
  color: #DA1028;
  font-size: 1.75em;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: none;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif !important;
  font-weight: 900; }

.right h4 {
  font-size: 1.4em;
  text-align: center;
  color: #909090; }

.left h4 {
  font-family: "aktiv-grotesk-std", Georgia, Times, serif !important;
  font-weight: 900;
  color: #60BD57;
  font-size: 1.3em;
  margin-top: 3em;
  text-align: center; }

.left a {
  background: #60BD57;
  padding: 10px 15px;
  font-family: "aktiv-grotesk-std", Georgia, Times, serif !important;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  display: table;
  margin: 0px auto;
  border-radius: 10px; }

.left a:hover {
  color: #fff !important;
  opacity: 0.8; }

.userlog ul li {
  list-style-type: none; }

.postbutton {
  display: none; }

.submit-a-job .job-news {
  display: none; }

.cart .threecol {
  display: none; }

.checkout .threecol {
  display: none; }

.checkout section.wrap.clearfix, .checkout section.wrap.masthead, .checkout section.wrap.feature-section, .checkout section.wrap.feature-post, .checkout section.wrap.mobile-menu, .checkout section.wrap.main-menu, .checkout section.wrap.post-section, .checkout .post-section section.wrap.post-excerpt, .post-section .checkout section.wrap.post-excerpt, .checkout aside.sidebar section.wrap.widget, aside.sidebar .checkout section.wrap.widget {
  width: 100%; }

.logged-in a.postbutton {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  margin: 0px auto;
  width: 100%;
  background: #DA1028;
  text-align: center;
  max-width: 160px;
  border-radius: 10px; }

.dividertop {
  width: 240px;
  background: #fff !important;
  margin-left: -15px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important; }
  .dividertop h3 {
    font-size: 1.2em !important;
    text-transform: none; }
    .dividertop h3 span {
      text-decoration: underline; }

.single_job_listing .meta li {
  list-style-type: none; }

.job-manager-form fieldset .account-sign-in .button {
  display: table; }

.ilp {
  background: #000; }

.lostpass {
  text-align: center;
  display: block; }

.logged-in .lostpass {
  display: none; }

.bonusbubble {
  background: #FFFF00 !important;
  max-width: 70px;
  text-align: center;
  border-radius: 500px !important;
  color: #000 !important;
  position: absolute;
  top: 80px;
  right: -20px; }

.jobs-sidebar.widget_text {
  margin-bottom: 2.5rem; }
.jobs-sidebar .widgettitle {
  background: transparent;
  color: #DA1028;
  font-size: 1.75em;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: none; }
  .jobs-sidebar .widgettitle .title-wrap:before, .jobs-sidebar .widgettitle .title-wrap:after {
    content: '';
    padding: 0; }
.jobs-sidebar .textwidget .post-job-btn {
  background: #DA1028;
  color: #fff;
  display: block;
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  font-size: 1.3125em;
  line-height: 1;
  padding: .5rem 0 .5rem;
  text-align: center;
  text-decoration: none; }
.jobs-sidebar#text-31 {
  background: #e6e6e6;
  clear: both;
  margin-bottom: 2.5rem;
  padding: 1.25em; }
.jobs-sidebar#text-32 .textwidget {
  background: #000;
  border-radius: 1em 0 1em 1em;
  padding: 1rem;
  text-align: center; }
.jobs-sidebar#text-32 .widgettitle {
  color: #fff;
  font-size: 1.5em;
  padding: 0;
  text-align: center; }
  .jobs-sidebar#text-32 .widgettitle span {
    color: #DA1028; }
.jobs-sidebar .jobs-newsletter .mc-field-group,
.jobs-sidebar .jobs-newsletter .clear {
  display: inline-block;
  vertical-align: middle; }
.jobs-sidebar .jobs-newsletter .mc-field-group {
  margin: 0 4px 0 -6px;
  max-width: 70%; }
  .jobs-sidebar .jobs-newsletter .mc-field-group input {
    background: #fff;
    padding: 8px 12px;
    width: 100%; }
.jobs-sidebar .jobs-newsletter .clear {
  clear: none;
  margin: 0 -2px;
  max-width: 30%; }
  .jobs-sidebar .jobs-newsletter .clear input {
    font-size: 1em !important;
    padding: 8px 12px;
    width: 100%; }
.jobs-sidebar .latest-news-title {
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 1.125em;
  margin-bottom: .5rem;
  padding: 0 0 .5rem;
  position: relative;
  text-align: center;
  text-transform: none; }

.recent-post {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 1rem;
  padding: .25rem .25rem 1rem; }
  .recent-post:last-of-type {
    border-bottom: none; }
  .recent-post img {
    height: auto;
    max-width: 100%; }
  .recent-post a {
    text-decoration: none; }
  .recent-post .fourcol,
  .recent-post .eightcol {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .recent-post .fourcol {
    margin: 0 -2px;
    width: 25%; }
  .recent-post .eightcol {
    margin: 0 -2px 0 5%;
    width: 70%; }

.page-template-page-job_packages .main-content {
  width: 100% !important; }
.page-template-page-job_packages .threecol {
  margin-left: 2% !important; }
  .page-template-page-job_packages .threecol h3 {
    text-align: center;
    font-size: 1.4em;
    margin: 0px auto 1em; }
  .page-template-page-job_packages .threecol div {
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #555; }
    .page-template-page-job_packages .threecol div img {
      display: block;
      max-width: 150px;
      margin: 0px auto; }
    .page-template-page-job_packages .threecol div img.book {
      width: 100%;
      max-width: 210px !important;
      margin-bottom: 1em; }
    .page-template-page-job_packages .threecol div li {
      margin-bottom: 1em; }
    .page-template-page-job_packages .threecol div h4 {
      font-size: 1.4em;
      text-align: center;
      margin: 0px; }
    .page-template-page-job_packages .threecol div .lower {
      border-top: 5px solid #fff;
      padding-top: 2em;
      margin-left: -1em;
      margin-right: -1em;
      padding: 1em;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      position: relative; }
      .page-template-page-job_packages .threecol div .lower .bonusbubble {
        top: -10px; }
    .page-template-page-job_packages .threecol div .subprice {
      font-size: .8em !important;
      display: block;
      margin-top: -2.8em !important;
      padding-top: 0px; }
    .page-template-page-job_packages .threecol div ul {
      margin-left: 20px; }
    .page-template-page-job_packages .threecol div .pricing {
      font-size: 2.5em; }
      .page-template-page-job_packages .threecol div .pricing span {
        font-size: .5em;
        text-transform: lowercase; }
  .page-template-page-job_packages .threecol a {
    display: block;
    width: 90%;
    max-width: 200px;
    font-size: 1.3em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    margin: 1em auto;
    color: #fff;
    padding: 1em;
    font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
    text-align: center;
    border-radius: 10px; }
    .page-template-page-job_packages .threecol a:hover {
      opacity: 0.8; }
  .page-template-page-job_packages .threecol:nth-of-type(1) div {
    background: #fff2e0; }
  .page-template-page-job_packages .threecol:nth-of-type(2) div {
    background: #daeff5; }
  .page-template-page-job_packages .threecol:nth-of-type(3) div {
    background: #e3f3e2; }
  .page-template-page-job_packages .threecol:nth-of-type(4) div {
    background: #fcd5da; }
  .page-template-page-job_packages .threecol:nth-of-type(1) h3 {
    color: #ffba51; }
  .page-template-page-job_packages .threecol:nth-of-type(2) h3 {
    color: #60c0d3; }
  .page-template-page-job_packages .threecol:nth-of-type(3) h3 {
    color: #66c360; }
  .page-template-page-job_packages .threecol:nth-of-type(4) h3 {
    color: #ec1b30; }
  .page-template-page-job_packages .threecol:nth-of-type(1) a {
    background: #ffba51; }
  .page-template-page-job_packages .threecol:nth-of-type(2) a {
    background: #60c0d3; }
  .page-template-page-job_packages .threecol:nth-of-type(3) a {
    background: #66c360; }
  .page-template-page-job_packages .threecol:nth-of-type(4) a {
    background: #ec1b30; }

.single-resume header {
  display: none; }
.single-resume header.site-header.job-header.clearfix, .single-resume header.site-header.job-header.masthead, .single-resume header.site-header.job-header.feature-section, .single-resume header.site-header.job-header.feature-post, .single-resume header.site-header.job-header.mobile-menu, .single-resume header.site-header.job-header.main-menu, .single-resume header.site-header.job-header.post-section, .single-resume .post-section header.site-header.job-header.post-excerpt, .post-section .single-resume header.site-header.job-header.post-excerpt, .single-resume aside.sidebar header.site-header.job-header.widget, aside.sidebar .single-resume header.site-header.job-header.widget {
  display: block;
  width: 200%;
  max-width: 1050px; }
.single-resume .sidebar {
  width: 320px;
  margin-top: 4em;
  padding-left: 1em !important; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  width: auto; }

.myacct-visible {
  display: none; }

.logged-in .myacct-portal, .lost-password .myacct-portal {
  display: none; }
.logged-in .myacct-visible, .lost-password .myacct-visible {
  display: block; }

.myacct-portal h3 {
  text-align: left;
  font-size: 2em;
  font-family: "alternate-gothic-no-3-d", Helvetica, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 100 !important; }
  .myacct-portal h3:first-of-type {
    color: #60c0d3; }
  .myacct-portal h3:last-of-type {
    color: #66c360; }
.myacct-portal a.loginbutton {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  padding: .5em 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .myacct-portal a.loginbutton:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.38; }

.portaldivider {
  display: block;
  border-top: 1px dashed #999;
  padding-top: 1em;
  margin-top: 2em; }

.portal #customer_login .col-2 {
  display: none; }

.portal #customer_login .col-1 {
  width: 100%;
  max-width: 600px;
  display: block;
  float: none;
  margin: 0px auto; }

@media only screen and (min-width: 800px) {
  .page-template-page-job #logo,
  .category-job-news #logo,
  .job-news #logo,
  .single-job_listing #logo,
  .page-template-page-job_home #logo, .single-resume #logo, .page-template-page-job_packages #logo, .woocommerce-page charged-evs #logo {
    height: 60px;
    width: 134px; }
    .page-template-page-job #logo a img,
    .category-job-news #logo a img,
    .job-news #logo a img,
    .single-job_listing #logo a img,
    .page-template-page-job_home #logo a img, .single-resume #logo a img, .page-template-page-job_packages #logo a img, .woocommerce-page charged-evs #logo a img {
      height: auto;
      width: auto;
      max-width: 100%; }
  .page-template-page-job #menu-job-menu,
  .category-job-news #menu-job-menu,
  .job-news #menu-job-menu,
  .single-job_listing #menu-job-menu,
  .page-template-page-job_home #menu-job-menu, .single-resume #menu-job-menu, .page-template-page-job_packages #menu-job-menu, .woocommerce-page charged-evs #menu-job-menu {
    margin: 0 20px;
    float: left; }
    .page-template-page-job #menu-job-menu li a,
    .category-job-news #menu-job-menu li a,
    .job-news #menu-job-menu li a,
    .single-job_listing #menu-job-menu li a,
    .page-template-page-job_home #menu-job-menu li a, .single-resume #menu-job-menu li a, .page-template-page-job_packages #menu-job-menu li a, .woocommerce-page charged-evs #menu-job-menu li a {
      font-size: 1.5em;
      padding: 4px 12px 0;
      text-transform: capitalize; }
  .page-template-page-job .partner-logo,
  .category-job-news .partner-logo,
  .job-news .partner-logo,
  .single-job_listing .partner-logo,
  .page-template-page-job_home .partner-logo, .single-resume .partner-logo, .page-template-page-job_packages .partner-logo, .woocommerce-page charged-evs .partner-logo {
    display: block; }
  .page-template-page-job .main-content,
  .category-job-news .main-content,
  .job-news .main-content,
  .single-job_listing .main-content,
  .page-template-page-job_home .main-content, .single-resume .main-content, .page-template-page-job_packages .main-content, .woocommerce-page charged-evs .main-content {
    width: 689px;
    margin-left: 0; } }
    
    table.job-manager-jobs {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px !important;
    border-spacing: 10px;
}

table.job-manager-jobs tr, table.job-manager-jobs td{
    border:1px solid #eee;
    padding:5px !Important;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  .subscribe-mobile-btn {
    display: none; }

  /*********************
  AD STYLES
  *********************/
  .banner-ad {
    display: block;
    text-align: center;
    float: none; }
    .banner-ad img {
      width: 100%;
      height: auto;
      vertical-align: top;
      padding: 10px;
      background-color: #f6f7f9;
      border: 1px solid #e4ebf3; }
    .banner-ad.full-width {
      width: 100%; }

  .ad img {
    width: 100%;
    height: auto;
    float: right;
    padding: 10px;
    background-color: #f6f7f9;
    border: 1px solid #e4ebf3; }

  .flyout-ad {
    background-size: cover;
    height: 37px;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -transition: none;
    transition: none; }
    .flyout-ad:hover {
      position: relative;
      background-position: 0 -52px;
      height: 137px;
      line-height: 200px; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .main-menu ul.social-icons {
    float: left;
    margin: 18px 0 0 17px; }
  .main-menu .search {
    margin: 10px 10px 10px 0px; }

  .button.subscribe {
    right: 0; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .main-content.twelvecol {
    width: auto; }

  .screen-reader-text {
    display: none; }

  /*********************
  FOOTER STYLES
  *********************/
  .site-footer p.source-org {
    padding: 0;
    margin: 18px 33px 0 0; }

  /********************
  SIDEBARS & ASIDES
  ********************/ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  position: relative;
  float: left;
  margin-left: 2.762430939%;
  width: 48.618784527%;
  
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 748px;
    margin: 0 0 0 10px; }

  .masthead .ad {
    display: block;
    float: none;
    margin: 0 auto; }

  .ad {
    margin: 0 auto; }

  /**** featured post section (2) ****/
  .feature-section .feature-post .sixcol {
    width: 100%; }
  .feature-section .feature-post .eightcol {
    width: 57.182320438000005%; }
  .feature-section .feature-post .fourcol {
    width: 40.055248616%; }

  .main-content .ad {
    display: none; }

  .main-content {
    float: left; }

  .sidebar {
    width: 300px;
    float: right; }
    .sidebar .ad {
      display: block; }

  .main-content {
    width: 406px;
    margin-left: 2px; }

  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .mobile-menu {
    display: none !important; }

  .main-menu {
    display: block; }

  #dl-menu {
    display: none; }

  .main-menu ul.social-icons {
    clear: left; }
  .main-menu .search {
    clear: right; }
  .main-menu ul.site-links {
    clear: none;
    display: inline-block;
    float: left;
    width: auto; }
    .main-menu ul.site-links li a {
      font-size: inherit; }

  /*********************
  POST & CONTENT STYLES
  *********************/
  .content .wrap {
    width: auto; }
  .content .features-bottom-ad {
    display: block;
    padding: 10px;
    margin: 0 auto;
    background-color: #f6f7f9;
    width: 100%;
    border: 1px solid #e4ebf3;
    max-width: 623px; }
    .content .features-bottom-ad img {
      width: 100%;
      height: auto;
      vertical-align: top; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
  .site-footer .button.subscribe {
    width: auto; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 800px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .wrap {
    width: 1040px;
    margin: 0 auto; }

  .advert-background {
    position: fixed;
    top: 0;
    display: block;
    width: 0px;
    height: 0px; }

  .advert-background:hover {
    cursor: pointer; }

  #bg-advert-left {
    left: 0; }

  #bg-advert-right {
    right: 0; }

  .banner-ad {
    float: right;
    margin-right: 12px; }
    .banner-ad.full-width {
      float: none;
      margin-right: 0; }

  .ad {
    width: 320px;
    height: auto; }

  .flyout-ad {
    height: 50px; }
    .flyout-ad:hover {
      height: 200px; }

  #logo {
    margin: 0px 0 20px;
    float: left; }

  .main-menu ul.social-icons {
    clear: none;
    float: left; }
  .main-menu .search {
    clear: none;
    float: right; }

  ul.site-links li a {
    padding: 18px 12px 16px; }

  .feature-section .eightcol {
    width: 65.74585634900001%; }
  .feature-section .fourcol {
    width: 31.491712705%; }
    .feature-section .fourcol a img {
      max-width: 320px;
      height: auto; }
  .feature-section .feature-post {
    zoom: 1; }
    .feature-section .feature-post:before, .feature-section .feature-post:after {
      content: "";
      display: table; }
    .feature-section .feature-post:after {
      clear: both; }
    .feature-section .feature-post .sixcol {
      width: 100%; }
    .feature-section .feature-post .eightcol {
      width: 57.182320438000005%; }
    .feature-section .feature-post .fourcol {
      width: 40.055248616%; }
    .feature-section .feature-post .imgbox {
      height: 250px;
      width: 375px;
      overflow: hidden; }
    .feature-section .feature-post .sixcol {
      width: 48.618784527%; }

  .post-section .post-teaser {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    padding: 0 7px; }
    .post-section .post-teaser:first-child {
      margin-left: 0;
      padding: 0 14px 0 0; }
    .post-section .post-teaser:last-child {
      float: right;
      padding: 0 0 0 14px; }
    .post-section .post-teaser:nth-child(even) {
      background: #E6E6E6; }
  .post-section .post-excerpt {
    border-top: none; }
    .post-section .post-excerpt img, .post-section .post-excerpt h4 {
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
    .post-section .post-excerpt h4.post-title {
      margin-top: 10px;
      text-align: left;
      padding: 0 3px;
      width: 100%; }

  .post-teaser ul li {
    height: 180px; }

  h2.features-heading {
    max-width: 180px;
    float: left;
    margin-bottom: 8px;
    padding-top: 24px; }

  .features-intro-ad {
    max-width: 488px;
    float: right; }

  .features .post-teaser ul li {
    height: 210px; }

  .main-content {
    width: 677px;
    margin-left: 12px; }

  .entry-content img {
    max-width: 100%; }

  .sidebar {
    width: 320px; }

  .widget_sp_image img {
    float: right; }

  .site-footer ul.site-links {
    margin: 0; }
    .site-footer ul.site-links li a {
      padding: 18px 27px 16px; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

  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; } }
    
    
 /**** Sponsored Content ****/
 
body .post-section .unsponsored{
	display:none;
}
 
body .post-section .notsponsored .sponsored {
    display: none;
}

body .post-section .notsponsored .unsponsored{
	display:block;
}

body .post-section section.post-teaser li:nth-of-type(n+4){
	display:none !important;
}

.post-section.features .unsponsored {
    display: block !important;
}

div#wpp-3 {
    display: none;
}

.gdpr-button, #cookie-notice .cn-button {
  color: #fff!important;
  padding: 0 10px!important;
  display: block;
}