/* Webfont declerations */
@font-face {
  font-family: 'Trajan-Regular';
  src: url("fonts/Trajan-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Trajan-Regular.woff") format("woff"), url("fonts/Trajan-Regular.ttf") format("truetype"), url("fonts/Trajan-Regular.svg#Trajan-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url("fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Bold.woff") format("woff"), url("fonts/Oswald-Bold.ttf") format("truetype"), url("fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Light';
  src: url("fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Light.woff") format("woff"), url("fonts/Oswald-Light.ttf") format("truetype"), url("fonts/Oswald-Light.svg#Oswald-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url("fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Oswald-Regular.woff") format("woff"), url("fonts/Oswald-Regular.ttf") format("truetype"), url("fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Bold';
  src: url("fonts/Comfortaa-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Comfortaa-Bold.woff") format("woff"), url("fonts/Comfortaa-Bold.ttf") format("truetype"), url("fonts/Comfortaa-Bold.svg#Comfortaa-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Light';
  src: url("fonts/Comfortaa-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Comfortaa-Light.woff") format("woff"), url("fonts/Comfortaa-Light.ttf") format("truetype"), url("fonts/Comfortaa-Light.svg#Comfortaa-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Regular';
  src: url("fonts/Comfortaa-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Comfortaa-Regular.woff") format("woff"), url("fonts/Comfortaa-Regular.ttf") format("truetype"), url("fonts/Comfortaa-Regular.svg#Comfortaa-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pontif';
  src: url("fonts/PONTIF__Web.eot");
  /* IE9 Compat Modes */
  src: url("fonts/PONTIF__Web.eot?#iefix") format("embedded-opentype"), url("fonts/PONTIF__Web.woff") format("woff");
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/__normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/__normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/__normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/__normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/__normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/__normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/__normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/__normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/__normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/__normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/__normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/__normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/__normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/__normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/__normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/__normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../sass/__normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/__normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/__normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/__normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/__normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../sass/__normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../sass/__normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/__normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/__normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../sass/__normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/__normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../sass/__normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/__normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../sass/__normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/__normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../sass/__normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../sass/__normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/__normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/__normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/__normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/__normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/__normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/__normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../sass/__normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../sass/__normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../sass/__normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../sass/__normalize.scss */
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.
 */
/* line 453, ../sass/__normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../sass/__normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/__normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../sass/__normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../sass/__normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/__normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/__normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/__initialstyling.scss */
html,
button,
input,
select,
textarea {
  color: black;
}

/* line 9, ../sass/__initialstyling.scss */
input, input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 14, ../sass/__initialstyling.scss */
html {
  font-size: 16px;
  line-height: 1.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/__initialstyling.scss */
*, *:after, *:before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 24, ../sass/__initialstyling.scss */
::-moz-selection {
  background: #507194;
  color: #ffffff;
  text-shadow: none;
}

/* line 30, ../sass/__initialstyling.scss */
::selection {
  background: #507194;
  color: #ffffff;
  text-shadow: none;
}

/* line 36, ../sass/__initialstyling.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 45, ../sass/__initialstyling.scss */
a,
span.gc-cs-link {
  text-decoration: none;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
  color: #507194;
}

/* line 53, ../sass/__initialstyling.scss */
.safari a,
.safari span.gc-cs-link {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 59, ../sass/__initialstyling.scss */
li {
  display: block;
}

/* line 63, ../sass/__initialstyling.scss */
a:hover,
span.gc-cs-link:hover {
  color: #e2871c;
}

/* line 68, ../sass/__initialstyling.scss */
a:active {
  outline: none;
  background: inherit;
}

/* line 73, ../sass/__initialstyling.scss */
em {
  font-style: italic;
}

/* line 77, ../sass/__initialstyling.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 84, ../sass/__initialstyling.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 90, ../sass/__initialstyling.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 115, ../sass/__initialstyling.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 122, ../sass/__initialstyling.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 127, ../sass/__initialstyling.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 131, ../sass/__initialstyling.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 135, ../sass/__initialstyling.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 141, ../sass/__initialstyling.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 147, ../sass/__initialstyling.scss */
  thead {
    display: table-header-group;
  }

  /* line 151, ../sass/__initialstyling.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 156, ../sass/__initialstyling.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 164, ../sass/__initialstyling.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 171, ../sass/__initialstyling.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 6, ../sass/__helperclasses.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 13, ../sass/__helperclasses.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 21, ../sass/__helperclasses.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 26, ../sass/__helperclasses.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 37, ../sass/__helperclasses.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 49, ../sass/__helperclasses.scss */
.invisible {
  visibility: hidden;
}

/* line 53, ../sass/__helperclasses.scss */
.group:after, .grid, .main-menu-wrap:after, .main-menu ul:after, .main-menu .social-menu:after, .post,
.page .page, .nav-below, .email .inputrow, .footer-content .social-menu:after, .homepage .col .featured, .homepage .col .post, .blog .has-thumbnail,
.archive .has-thumbnail, .blog .post-content-wrap,
.archive .post-content-wrap, .page-template-page-bio-php .featured-quote-wrap, .bookwrap, .singlebook.bottom, .singlebook .video .videorow {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
/* line 11, ../sass/__wp.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
}

/* line 14, ../sass/__wp.scss */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 20, ../sass/__wp.scss */
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 26, ../sass/__wp.scss */
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 33, ../sass/__wp.scss */
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
/* line 36, ../sass/__wp.scss */
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/* line 42, ../sass/__wp.scss */
.wp-caption p.wp-caption-text {
  margin: 0;
}

/* line 48, ../sass/__wp.scss */
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

/* line 52, ../sass/__wp.scss */
.gallery dl {
  margin: 0;
}

/* line 55, ../sass/__wp.scss */
.gallery-caption {
  margin: -1.5em 0 0 0;
}

/* Pullquotes
-------------------------------------------------------------- */
/* line 64, ../sass/__wp.scss */
blockquote .left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
/* line 71, ../sass/__wp.scss */
blockquote .right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* 
	Grid System
*/
/*  SECTIONS  ============================================================================= */
/* line 7, ../sass/__grid.scss */
.grid {
  width: 100%;
  clear: both;
  padding: 0px;
  margin: 0 0 0 -22px;
}

/*  GRID COLUMN SETUP   ==================================================================== */
/* line 18, ../sass/__grid.scss */
.col {
  display: block;
  float: left;
  margin: 0 0 22px 0;
  padding: 0 0 0 22px;
}

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/__grid.scss */
  .grid {
    margin: 0;
  }

  /* line 34, ../sass/__grid.scss */
  .col {
    margin: 1% 0 1% 0%;
    padding: 0;
  }
}
/*  GRID OF TWO   ============================================================================= */
/* line 43, ../sass/__grid.scss */
.span_2_of_2 {
  width: 100%;
}

/* line 47, ../sass/__grid.scss */
.span_1_of_2 {
  width: 50%;
}

/*  GO FULL WIDTH */
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/__grid.scss */
  .span_2_of_2 {
    width: 100%;
  }

  /* line 57, ../sass/__grid.scss */
  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */
/* line 65, ../sass/__grid.scss */
.span_3_of_3 {
  width: 100%;
}

/* line 69, ../sass/__grid.scss */
.span_2_of_3 {
  width: 66.66%;
}

/* line 73, ../sass/__grid.scss */
.span_1_of_3 {
  width: 33.33%;
}

/*  GO FULL WIDTH */
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/__grid.scss */
  .span_3_of_3 {
    width: 100%;
  }

  /* line 84, ../sass/__grid.scss */
  .span_2_of_3 {
    width: 100%;
  }

  /* line 87, ../sass/__grid.scss */
  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */
/* line 95, ../sass/__grid.scss */
.span_4_of_4 {
  width: 100%;
}

/* line 99, ../sass/__grid.scss */
.span_3_of_4 {
  width: 75%;
}

/* line 103, ../sass/__grid.scss */
.span_2_of_4 {
  width: 50%;
}

/* line 107, ../sass/__grid.scss */
.span_1_of_4 {
  width: 25%;
}

/*  GO FULL WIDTH */
@media only screen and (max-width: 767px) {
  /* line 115, ../sass/__grid.scss */
  .span_4_of_4 {
    width: 100%;
  }

  /* line 118, ../sass/__grid.scss */
  .span_3_of_4 {
    width: 100%;
  }

  /* line 121, ../sass/__grid.scss */
  .span_2_of_4 {
    width: 100%;
  }

  /* line 124, ../sass/__grid.scss */
  .span_1_of_4 {
    width: 100%;
  }
}
/* end grid system */
/**/
/* defaults */
/**/
/* line 4, ../sass/__tabs.scss */
.sky-tabs,
.sky-tabs * {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

/* line 13, ../sass/__tabs.scss */
.sky-tabs {
  position: relative;
  text-align: left;
  color: #666;
}
/* line 17, ../sass/__tabs.scss */
.sky-tabs > input {
  position: absolute;
  display: none;
}
/* line 20, ../sass/__tabs.scss */
.sky-tabs > input:checked + label {
  cursor: default;
  background-color: #507194;
  color: #ffffff;
}
/* line 24, ../sass/__tabs.scss */
.sky-tabs > input:checked + label span.tabtitle {
  color: #ffffff;
}
/* line 27, ../sass/__tabs.scss */
.sky-tabs > input:checked + label .arrow {
  display: block;
  background: transparent;
}
/* line 33, ../sass/__tabs.scss */
.sky-tabs .tablink {
  display: inline-block;
  width: 100%;
}
/* line 36, ../sass/__tabs.scss */
.sky-tabs .tablink.a, .sky-tabs .tablink span {
  color: #ffffff;
}
/* line 40, ../sass/__tabs.scss */
.sky-tabs > label {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  color: #ffffff;
  line-height: 35px;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  font-size: 0.688em;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-left: 3px solid #ffffff;
  background-color: #494949;
  -moz-transition: background-color 90ms ease-in;
  -o-transition: background-color 90ms ease-in;
  -webkit-transition: background-color 90ms ease-in;
  transition: background-color 90ms ease-in;
}
/* line 57, ../sass/__tabs.scss */
.sky-tabs > label.tablinkwrap {
  background-color: #908b82;
}
/* line 59, ../sass/__tabs.scss */
.sky-tabs > label.tablinkwrap:hover {
  background-color: #507194;
}
/* line 63, ../sass/__tabs.scss */
.sky-tabs > label:first-of-type {
  padding-left: 0;
  border-left: none;
}
/* line 67, ../sass/__tabs.scss */
.sky-tabs > label.inverse {
  float: right;
  padding-right: 0;
  padding-left: 1px;
}
/* line 72, ../sass/__tabs.scss */
.sky-tabs > label.disabled {
  cursor: default;
}
/* line 75, ../sass/__tabs.scss */
.sky-tabs > label span {
  display: block;
  padding: 0 10px;
  -moz-transition: color 90ms ease-in;
  -o-transition: color 90ms ease-in;
  -webkit-transition: color 90ms ease-in;
  transition: color 90ms ease-in;
  text-align: center;
}
/* line 81, ../sass/__tabs.scss */
.sky-tabs > label:hover {
  background-color: #507194;
}
/* line 83, ../sass/__tabs.scss */
.sky-tabs > label:hover span {
  color: #ffffff;
}
/* line 85, ../sass/__tabs.scss */
.sky-tabs > label:hover span.arrow {
  background-color: transparent;
}
/* line 90, ../sass/__tabs.scss */
.sky-tabs > label .arrow {
  display: none;
  z-index: 2;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #507194;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
}
/* line 104, ../sass/__tabs.scss */
.sky-tabs > label .arrow:hover {
  background-color: transparent;
}
/* line 109, ../sass/__tabs.scss */
.sky-tabs > .switcher {
  display: none;
}
/* line 111, ../sass/__tabs.scss */
.sky-tabs > .switcher a {
  display: block;
  margin: 0 -20px;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
}
/* line 119, ../sass/__tabs.scss */
.sky-tabs > ul {
  list-style: none;
  position: relative;
  display: block;
}
/* line 123, ../sass/__tabs.scss */
.sky-tabs > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 26px 0 0 0;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 123, ../sass/__tabs.scss */
  .sky-tabs > ul > li {
    display: block;
  }
}
/* line 140, ../sass/__tabs.scss */
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
  position: relative;
  z-index: 1;
  opacity: 1;
  display: block;
}
/* line 155, ../sass/__tabs.scss */
.sky-tabs.totaltabs-1 > label {
  width: 100%;
}
/* line 160, ../sass/__tabs.scss */
.sky-tabs.totaltabs-2 > label {
  width: 50%;
}
/* line 165, ../sass/__tabs.scss */
.sky-tabs.totaltabs-3 > label {
  width: 33.33%;
}
/* line 170, ../sass/__tabs.scss */
.sky-tabs.totaltabs-4 > label {
  width: 25%;
}
/* line 175, ../sass/__tabs.scss */
.sky-tabs.totaltabs-5 > label {
  width: 20%;
}
/* line 180, ../sass/__tabs.scss */
.sky-tabs.totaltabs-6 > label {
  width: 16.66%;
}

/* line 188, ../sass/__tabs.scss */
.safari .sky-tabs > label {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 190, ../sass/__tabs.scss */
.safari .sky-tabs > label span {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 198, ../sass/__tabs.scss */
.no-js .sky-tabs > ul > li {
  display: block;
}

/* line 205, ../sass/__tabs.scss */
.lt-ie9 {
  /**/
  /* defaults */
  /**/
}
/* line 209, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs {
  /**/
  /* grid */
  /**/
}
/* line 210, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label {
  color: #ffffff;
  background-color: #494949;
}
/* line 213, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label:hover {
  background-color: #507194;
}
/* line 215, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label:hover span {
  color: #ffffff;
}
/* line 219, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label span {
  color: #ffffff;
}
/* line 222, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label.tablinkwrap {
  background-color: #908b82;
}
/* line 224, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > label.tablinkwrap:hover {
  background-color: #507194;
}
/* line 229, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active {
  cursor: default;
  background-color: #507194;
}
/* line 232, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active span {
  background-color: #507194;
  color: #ffffff;
}
/* line 235, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > .active span.arrow {
  background-color: transparent;
  display: block;
}
/* line 243, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > input:checked + label {
  cursor: default;
  background-color: #494949;
  color: #ffffff;
}
/* line 247, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > input:checked + label span.tabtitle {
  color: #ffffff;
}
/* line 250, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > input:checked + label .arrow {
  display: none;
  border-top-color: #494949;
}
/* line 255, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > input:checked + label.active {
  background-color: #507194;
  cursor: pointer;
}
/* line 258, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > input:checked + label.active .arrow {
  display: block;
  background-color: transparent;
  border-top-color: #507194;
}
/* line 267, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs > ul > li {
  position: relative;
  display: none;
  background-color: transparent;
}
/* line 276, ../sass/__tabs.scss */
.lt-ie9 .sky-tabs .grid-col .inner {
  background: #f2f2f2;
}

/* Magnific Popup CSS */
/* line 34, ../sass/magnific-popup/main.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 48, ../sass/magnific-popup/main.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 60, ../sass/magnific-popup/main.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 73, ../sass/magnific-popup/main.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 84, ../sass/magnific-popup/main.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 91, ../sass/magnific-popup/main.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 101, ../sass/magnific-popup/main.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 108, ../sass/magnific-popup/main.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 112, ../sass/magnific-popup/main.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 118, ../sass/magnific-popup/main.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 125, ../sass/magnific-popup/main.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 130, ../sass/magnific-popup/main.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 141, ../sass/magnific-popup/main.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 160, ../sass/magnific-popup/main.scss */
.mfp-hide {
  display: none !important;
}

/* line 171, ../sass/magnific-popup/main.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 181, ../sass/magnific-popup/main.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 183, ../sass/magnific-popup/main.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 191, ../sass/magnific-popup/main.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 198, ../sass/magnific-popup/main.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 205, ../sass/magnific-popup/main.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
/* line 219, ../sass/magnific-popup/main.scss */
button.mfp-close {
  background-color: #507194;
}
/* line 222, ../sass/magnific-popup/main.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 230, ../sass/magnific-popup/main.scss */
.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 247, ../sass/magnific-popup/main.scss */
.mfp-close:hover, .mfp-close:focus {
  color: #e2871c;
}
/* line 252, ../sass/magnific-popup/main.scss */
.mfp-close:active {
  top: 0px;
}

/* line 257, ../sass/magnific-popup/main.scss */
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}
/* line 259, ../sass/magnific-popup/main.scss */
.mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:focus {
  color: #e2871c;
}

/* line 267, ../sass/magnific-popup/main.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 277, ../sass/magnific-popup/main.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 289, ../sass/magnific-popup/main.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 299, ../sass/magnific-popup/main.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 302, ../sass/magnific-popup/main.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 306, ../sass/magnific-popup/main.scss */
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 320, ../sass/magnific-popup/main.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 327, ../sass/magnific-popup/main.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 335, ../sass/magnific-popup/main.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 337, ../sass/magnific-popup/main.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 341, ../sass/magnific-popup/main.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 347, ../sass/magnific-popup/main.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 349, ../sass/magnific-popup/main.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 353, ../sass/magnific-popup/main.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 363, ../sass/magnific-popup/main.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 366, ../sass/magnific-popup/main.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 371, ../sass/magnific-popup/main.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 375, ../sass/magnific-popup/main.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 380, ../sass/magnific-popup/main.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 400, ../sass/magnific-popup/main.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 413, ../sass/magnific-popup/main.scss */
.mfp-figure {
  line-height: 0;
}
/* line 415, ../sass/magnific-popup/main.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 429, ../sass/magnific-popup/main.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 435, ../sass/magnific-popup/main.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 439, ../sass/magnific-popup/main.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 447, ../sass/magnific-popup/main.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 456, ../sass/magnific-popup/main.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 463, ../sass/magnific-popup/main.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 476, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 481, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 487, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 491, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 496, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 504, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 508, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 512, ../sass/magnific-popup/main.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 532, ../sass/magnific-popup/main.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 536, ../sass/magnific-popup/main.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 540, ../sass/magnific-popup/main.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 544, ../sass/magnific-popup/main.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 13, ../sass/main.scss */
#mobile-menu {
  display: none;
}
/* line 15, ../sass/main.scss */
#mobile-menu.mm-opened {
  display: block;
}

/* line 20, ../sass/main.scss */
body {
  background-color: #ffffff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 26, ../sass/main.scss */
.page-wrap {
  width: 100%;
}

/* Header Styling */
/* line 3, ../sass/__header.scss */
.header-wrap {
  width: 100%;
  position: relative;
}

/* line 8, ../sass/__header.scss */
.header-content {
  width: 1152px;
  margin: 0 auto;
  position: relative;
  display: block;
}
/* line 13, ../sass/__header.scss */
.header-content .branding {
  position: absolute;
  top: 80px;
  left: 158px;
  z-index: 10;
}
/* line 18, ../sass/__header.scss */
.header-content .branding h1 {
  margin: 0;
}
/* line 22, ../sass/__header.scss */
.header-content .branding .title {
  font-family: "Pontif", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #f4b000;
  font-size: 4.25em;
  line-height: 72px;
  font-weight: normal;
  text-align: right;
}
/* line 28, ../sass/__header.scss */
.header-content .branding .title a {
  color: #f4b000;
  text-shadow: 1px 1px 2px black;
}
/* line 34, ../sass/__header.scss */
.header-content .branding .tagline {
  font-family: "Pontif", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 1em;
  line-height: 18px;
  text-align: right;
  padding-right: 10px;
}
/* line 45, ../sass/__header.scss */
.header-content .header-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
/* line 52, ../sass/__header.scss */
.header-content .mobile-header-image {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

/* line 62, ../sass/__header.scss */
.main-menu-wrap {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/* line 73, ../sass/__header.scss */
.main-menu-wrap ul {
  margin: 0;
  padding: 0;
}

/* line 80, ../sass/__header.scss */
.lt-ie9 .main-menu {
  background: url("../img/transparent_blue_bg.png") repeat;
}

/* line 85, ../sass/__header.scss */
.main-menu {
  width: 1152px;
  background-color: rgba(80, 113, 148, 0.69);
  margin: 0 auto;
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  position: relative;
}
/* line 92, ../sass/__header.scss */
.main-menu ul {
  display: block;
  margin-left: 392px;
}
/* line 100, ../sass/__header.scss */
.main-menu li {
  display: block;
  float: left;
  height: 32px;
  -moz-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  -webkit-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
}
/* line 105, ../sass/__header.scss */
.main-menu li:hover {
  background-color: #494949;
}
/* line 109, ../sass/__header.scss */
.main-menu a {
  line-height: 32px;
  display: block;
  color: #ffffff;
  padding-left: 27px;
  padding-right: 27px;
  text-transform: uppercase;
}
/* line 118, ../sass/__header.scss */
.main-menu .social-menu {
  position: absolute;
  top: 0;
  right: 44px;
  margin: 0;
  display: block;
}
/* line 127, ../sass/__header.scss */
.main-menu .social-menu li {
  padding-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
/* line 133, ../sass/__header.scss */
.main-menu .social-menu a {
  padding: 0;
}
/* line 136, ../sass/__header.scss */
.main-menu .social-menu .facebook {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -172px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .main-menu .social-menu .facebook {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -172px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 140, ../sass/__header.scss */
.main-menu .social-menu .twitter {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -379px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .main-menu .social-menu .twitter {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -378.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 144, ../sass/__header.scss */
.main-menu .social-menu .google {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -240px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .main-menu .social-menu .google {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -240px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 148, ../sass/__header.scss */
.main-menu .social-menu .youtube {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -501px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .main-menu .social-menu .youtube {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -500.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}

/* line 155, ../sass/__header.scss */
.mobile-menu {
  display: none;
  margin: 0 auto;
  position: relative;
  padding-left: 13px;
}
/* line 160, ../sass/__header.scss */
.mobile-menu h3 {
  margin: 0;
  color: #b0d5fc;
  font-family: "Oswald-Light", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 1em;
}
/* line 169, ../sass/__header.scss */
.mobile-menu .navmenu {
  display: block;
  position: absolute;
  top: 3px;
  right: 6px;
  height: 27px;
  width: 38px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -274px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .mobile-menu .navmenu {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -274px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}

@media only screen and (max-width: 1151px) {
  /* line 181, ../sass/__header.scss */
  .header-content {
    width: 1024px;
  }
  /* line 183, ../sass/__header.scss */
  .header-content .branding {
    top: 52px;
    left: 87px;
  }

  /* line 189, ../sass/__header.scss */
  .main-menu {
    width: 1024px;
  }
  /* line 191, ../sass/__header.scss */
  .main-menu ul {
    margin-left: 310px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 198, ../sass/__header.scss */
  .header-content {
    width: 768px;
  }
  /* line 200, ../sass/__header.scss */
  .header-content .branding {
    top: 27px;
    left: 50px;
  }
  /* line 203, ../sass/__header.scss */
  .header-content .branding .title {
    font-size: 3.625em;
    line-height: 62px;
  }

  /* line 210, ../sass/__header.scss */
  .main-menu {
    width: 768px;
  }
  /* line 212, ../sass/__header.scss */
  .main-menu ul {
    margin-left: 150px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 219, ../sass/__header.scss */
  .header-wrap {
    background-color: #494949;
  }

  /* line 222, ../sass/__header.scss */
  .header-content {
    width: 540px;
  }
  /* line 224, ../sass/__header.scss */
  .header-content .branding {
    top: 30px;
    left: 50px;
  }
  /* line 227, ../sass/__header.scss */
  .header-content .branding .title {
    font-size: 2.25em;
    line-height: 41px;
  }
  /* line 231, ../sass/__header.scss */
  .header-content .branding .tagline {
    text-align: center;
    padding-right: 0;
  }

  /* line 238, ../sass/__header.scss */
  .main-menu-wrap {
    position: static;
    background-color: #507194;
  }

  /* line 243, ../sass/__header.scss */
  .main-menu {
    display: none;
  }

  /* line 247, ../sass/__header.scss */
  .mobile-menu {
    display: block;
    width: 540px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 254, ../sass/__header.scss */
  .header-content {
    width: 320px;
  }
  /* line 256, ../sass/__header.scss */
  .header-content .branding {
    top: 26px;
    left: 26px;
  }
  /* line 259, ../sass/__header.scss */
  .header-content .branding .title {
    font-size: 1.5em;
    line-height: 28px;
  }
  /* line 263, ../sass/__header.scss */
  .header-content .branding .tagline {
    text-align: center;
    padding-right: 0;
    font-size: 0.688em;
  }
  /* line 269, ../sass/__header.scss */
  .header-content .header-image {
    display: none;
  }
  /* line 273, ../sass/__header.scss */
  .header-content .mobile-header-image {
    display: block;
  }

  /* line 278, ../sass/__header.scss */
  .mobile-menu {
    display: block;
    width: 320px;
  }
}
/* End Header Styling */
/*  Main Content Styling */
/* line 34, ../sass/main.scss */
.content {
  width: 1152px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* line 40, ../sass/main.scss */
.pagetitle-wrap {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0;
}

/* line 45, ../sass/main.scss */
.pagetitle {
  background-color: #494949;
  padding: 0 44px;
  color: #ffffff;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.563em;
  line-height: 67px;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  /* line 57, ../sass/main.scss */
  .pagetitle {
    padding: 0 13px;
  }
}
/* line 63, ../sass/main.scss */
.post,
.page .page {
  width: 100%;
  line-height: 20px;
}
/* line 66, ../sass/main.scss */
.post p,
.post .entry-date,
.page .page p,
.page .page .entry-date {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875em;
}
/* line 73, ../sass/main.scss */
.post img,
.page .page img {
  height: auto;
  max-width: 702px;
}
/* line 77, ../sass/main.scss */
.post .entry-title,
.page .page .entry-title {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.875em;
  line-height: 34px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 88, ../sass/main.scss */
.nav-below {
  margin-top: 20px;
  width: 100%;
}
/* line 92, ../sass/main.scss */
.nav-below .nav-previous {
  float: left;
  width: 50%;
}
/* line 96, ../sass/main.scss */
.nav-below .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* line 104, ../sass/main.scss */
.facebook p {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  line-height: 16px;
}
/* line 110, ../sass/main.scss */
.facebook #cff .cff-item {
  padding-top: 10px;
  padding-bottom: 15px;
}
/* line 113, ../sass/main.scss */
.facebook #cff .cff-item:first-of-type {
  padding-top: 0;
}
/* line 116, ../sass/main.scss */
.facebook #cff .cff-item .cff-author {
  margin-bottom: 5px;
}
/* line 118, ../sass/main.scss */
.facebook #cff .cff-item .cff-author .cff-page-name.cff-author-date {
  padding-top: 0;
}
/* line 122, ../sass/main.scss */
.facebook #cff .cff-item .cff-link-title {
  margin: 5px 0;
}
/* line 126, ../sass/main.scss */
.facebook #cff .cff-likebox {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 131, ../sass/main.scss */
.facebook #cff a:hover {
  text-decoration: none;
}

/* line 140, ../sass/main.scss */
.email .inputrow {
  width: 100%;
}
/* line 143, ../sass/main.scss */
.email .inputrow .emailinput {
  display: block;
  float: left;
  width: 71%;
  margin-right: 4%;
  line-height: 27px;
  height: 27px;
  font-size: 0.875em;
}
/* line 152, ../sass/main.scss */
.email .inputrow .submitbutton {
  display: block;
  width: 25%;
  line-height: 27px;
  padding: 0 7px;
  background-color: #507194;
  border: 1px solid #507194;
  color: #ffffff;
  font-size: 0.875em;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
/* line 162, ../sass/main.scss */
.email .inputrow .submitbutton:hover {
  background-color: #e2871c;
  border-color: #e2871c;
}

/* line 170, ../sass/main.scss */
.validationError {
  color: red;
  display: none;
  margin-bottom: 5px;
}
/* line 174, ../sass/main.scss */
.validationError.visible {
  display: block;
}

/* line 179, ../sass/main.scss */
.email > label {
  margin-bottom: 5px;
  display: block;
}

/* line 184, ../sass/main.scss */
input.email {
  display: block;
  width: 100%;
  margin-right: 0;
  line-height: 27px;
  height: 27px;
  font-size: 0.875em;
  margin-bottom: 10px;
}

/* line 193, ../sass/main.scss */
.btn.subscribe {
  display: block;
  width: 25%;
  line-height: 27px;
  padding: 0 7px;
  background-color: #507194;
  border: 1px solid #507194;
  color: #ffffff;
  font-size: 0.875em;
  margin: 10px 0;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
/* line 204, ../sass/main.scss */
.btn.subscribe:hover {
  background-color: #e2871c;
  border-color: #e2871c;
}

/* line 211, ../sass/main.scss */
.checkboxes .item-checkbox input[type="checkbox"] {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 221, ../sass/main.scss */
.sidebar .mailinglist-form .prhSubscribe {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 16px;
}

/* line 229, ../sass/main.scss */
.featured-title {
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid #b5bcc8;
  margin-bottom: 15px;
}
/* line 234, ../sass/main.scss */
.featured-title h2 {
  width: 100%;
  border-bottom: 1px solid #b5bcc8;
  padding-bottom: 5px;
  margin: 0;
  font-family: "Oswald-Light", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.375em;
  line-height: 24px;
  color: #507194;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
/* line 246, ../sass/main.scss */
.featured-title h2 .facebook {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -138px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .featured-title h2 .facebook {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -138px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 253, ../sass/main.scss */
.featured-title h2 .email {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -311px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .featured-title h2 .email {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -310.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}

/* line 263, ../sass/main.scss */
.orange-button,
.white-button {
  display: inline-block;
  line-height: 27px;
  padding: 0 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875em;
}

/* line 275, ../sass/main.scss */
.orange-button {
  color: #ffffff;
  background-color: #e2871c;
}
/* line 278, ../sass/main.scss */
.orange-button:hover {
  background-color: #507194;
  color: #ffffff;
}

/* line 284, ../sass/main.scss */
.white-button {
  color: #000000;
  background-color: #ffffff;
}
/* line 287, ../sass/main.scss */
.white-button:hover {
  background-color: #507194;
  color: #ffffff;
}

/* line 293, ../sass/main.scss */
.addthis_sharing_toolbox {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 303, ../sass/main.scss */
.tp-caption .orange-button {
  color: #ffffff;
}
/* line 305, ../sass/main.scss */
.tp-caption .orange-button:hover {
  color: #ffffff;
}
/* line 309, ../sass/main.scss */
.tp-caption .white-button {
  color: #000000;
}
/* line 311, ../sass/main.scss */
.tp-caption .white-button:hover {
  color: #ffffff;
}

/* Newsletter Popup Styling */
/* line 319, ../sass/main.scss */
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}

/* line 327, ../sass/main.scss */
.signup-success {
  display: none;
}
/* line 329, ../sass/main.scss */
.signup-success.visible {
  display: block;
}

/* line 334, ../sass/main.scss */
#newsletter-popup {
  border: 1px solid #507194;
  text-align: center;
  color: #507194;
}
/* line 338, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form {
  text-align: center;
}
/* line 340, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form h3 {
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
}
/* line 347, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form h4 {
  max-width: 500px;
  margin: 15px auto;
  font-size: 22px;
  line-height: 28px;
}
/* line 353, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form input[type="email"] {
  width: 300px;
  max-width: 100%;
  display: inline-block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #507194;
}
/* line 360, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form input[type="submit"] {
  max-width: 100%;
  width: 300px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #e2871c;
  color: #ffffff;
  border-color: #507194;
}
/* line 368, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form input[type="submit"]:hover {
  background-color: #507194;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
/* line 373, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form input[type="email"],
#newsletter-popup .newsletter-popup-form input[type="submit"] {
  height: 35px;
}
/* line 377, ../sass/main.scss */
#newsletter-popup .newsletter-popup-form .terms {
  margin-top: 30px;
  font-size: 14px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
/* line 385, ../sass/main.scss */
#newsletter-popup .signup-success {
  text-align: center;
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 38px;
}

/* End Newsletter Popup Styling */
/* line 395, ../sass/main.scss */
input {
  border: 1px solid #bebebe;
  padding: 0 7px;
}

/* line 400, ../sass/main.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: inset 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

@media only screen and (max-width: 1151px) {
  /* line 409, ../sass/main.scss */
  .content {
    width: 1024px;
  }

  /* line 414, ../sass/main.scss */
  .post img,
  .page .page img {
    max-width: 617px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 421, ../sass/main.scss */
  .content {
    width: 768px;
  }

  /* line 426, ../sass/main.scss */
  .post img,
  .page .page img {
    max-width: 446px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 433, ../sass/main.scss */
  .content {
    width: 540px;
  }

  /* line 436, ../sass/main.scss */
  .pagetitle-wrap {
    background-color: #494949;
  }

  /* line 441, ../sass/main.scss */
  .post img,
  .page .page img {
    max-width: 514px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 448, ../sass/main.scss */
  .content {
    width: 320px;
  }

  /* line 451, ../sass/main.scss */
  .pagetitle-wrap {
    background-color: #494949;
  }

  /* line 456, ../sass/main.scss */
  .post img,
  .page .page img {
    max-width: 294px;
  }
}
/* end Main Content Styling */
/*  Footer Content Styling */
/* line 3, ../sass/__footer.scss */
.footer-wrap {
  width: 100%;
}

/* line 7, ../sass/__footer.scss */
.footer-content {
  text-align: center;
  position: relative;
  background-color: #f0f0f0;
  width: 1152px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 19, ../sass/__footer.scss */
.footer-content a {
  text-decoration: underline;
}
/* line 23, ../sass/__footer.scss */
.footer-content .anchor {
  height: 38px;
  width: 90px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -56px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 44px;
  margin-top: -18px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .footer-content .anchor {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -56px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 31, ../sass/__footer.scss */
.footer-content p {
  margin: 0;
}
/* line 35, ../sass/__footer.scss */
.footer-content .copyright {
  font-size: 0.625em;
  color: #507194;
}
/* line 38, ../sass/__footer.scss */
.footer-content .copyright a {
  text-decoration: none;
}
/* line 43, ../sass/__footer.scss */
.footer-content .social-menu {
  position: absolute;
  top: 50%;
  right: 45px;
  margin: 0;
  margin-top: -12px;
  display: block;
  padding: 0;
  color: #595959;
}
/* line 55, ../sass/__footer.scss */
.footer-content .social-menu li {
  float: left;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 62, ../sass/__footer.scss */
.footer-content .social-menu a {
  display: block;
}
/* line 66, ../sass/__footer.scss */
.footer-content .social-menu .facebook {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .footer-content .social-menu .facebook {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -104px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 70, ../sass/__footer.scss */
.footer-content .social-menu .twitter {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -345px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .footer-content .social-menu .twitter {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -344.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 74, ../sass/__footer.scss */
.footer-content .social-menu .google {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -206px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .footer-content .social-menu .google {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -206px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 78, ../sass/__footer.scss */
.footer-content .social-menu .youtube {
  height: 24px;
  width: 24px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -467px;
  background-repeat: no-repeat;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .footer-content .social-menu .youtube {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -466.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}

@media only screen and (max-width: 1151px) {
  /* line 86, ../sass/__footer.scss */
  .footer-content {
    width: 1024px;
    padding-bottom: 50px;
  }
  /* line 89, ../sass/__footer.scss */
  .footer-content .anchor {
    top: 70%;
    left: 266px;
  }
  /* line 93, ../sass/__footer.scss */
  .footer-content .social-menu {
    top: 70%;
    right: 266px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 101, ../sass/__footer.scss */
  .footer-content {
    width: 768px;
    padding-bottom: 50px;
  }
  /* line 104, ../sass/__footer.scss */
  .footer-content .anchor {
    top: 70%;
    left: 150px;
  }
  /* line 108, ../sass/__footer.scss */
  .footer-content .social-menu {
    top: 70%;
    right: 150px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 116, ../sass/__footer.scss */
  .footer-wrap {
    background-color: #f0f0f0;
  }

  /* line 119, ../sass/__footer.scss */
  .footer-content {
    width: 540px;
    padding-bottom: 50px;
  }
  /* line 122, ../sass/__footer.scss */
  .footer-content .anchor {
    top: 70%;
    left: 50px;
  }
  /* line 126, ../sass/__footer.scss */
  .footer-content .social-menu {
    top: 70%;
    right: 50px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 134, ../sass/__footer.scss */
  .footer-wrap {
    background-color: #f0f0f0;
  }

  /* line 137, ../sass/__footer.scss */
  .footer-content {
    width: 320px;
    padding-bottom: 50px;
    font-size: 0.688em;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 143, ../sass/__footer.scss */
  .footer-content .anchor {
    top: 75%;
    left: 30px;
  }
  /* line 147, ../sass/__footer.scss */
  .footer-content .social-menu {
    top: 75%;
    right: 30px;
  }
}
/* End Footer Content Styling */
/* Side bar Styling */
/* line 5, ../sass/__sidebar.scss */
.sidebar img {
  height: auto;
  max-width: 100%;
}
/* line 10, ../sass/__sidebar.scss */
.sidebar .xoxo {
  margin-top: 0;
  padding-left: 0;
}
/* line 13, ../sass/__sidebar.scss */
.sidebar .xoxo > li {
  margin-bottom: 22px;
}
/* line 19, ../sass/__sidebar.scss */
.sidebar .email .featured-title {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 22, ../sass/__sidebar.scss */
.sidebar .email .featured-title h2 {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 27, ../sass/__sidebar.scss */
.sidebar .email p {
  font-size: 0.875em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 18px;
}
/* line 35, ../sass/__sidebar.scss */
.sidebar .facebook {
  padding-bottom: 2px;
  border-bottom: 1px solid #b5bcc8;
}
/* line 38, ../sass/__sidebar.scss */
.sidebar .facebook .cff-wrapper {
  border-bottom: 1px solid #b5bcc8;
  padding-bottom: 10px;
}
/* line 42, ../sass/__sidebar.scss */
.sidebar .facebook .featured-title {
  padding-top: 2px;
  border-top: 1px solid #b5bcc8;
}
/* line 45, ../sass/__sidebar.scss */
.sidebar .facebook .featured-title h2 {
  border-top: 1px solid #b5bcc8;
  padding-top: 8px;
  padding-bottom: 16px;
}
/* line 49, ../sass/__sidebar.scss */
.sidebar .facebook .featured-title h2 .facebook {
  top: 8px;
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 60, ../sass/__sidebar.scss */
  .sidebar {
    margin-top: 40px;
  }
}
/* Home Page Styling */
/* line 3, ../sass/__homepage.scss */
.slider {
  width: 100%;
  margin-bottom: 35px;
}
/* line 6, ../sass/__homepage.scss */
.slider .mobile-medium-slider-image,
.slider .mobile-small-slider-image {
  display: none;
}

/* line 12, ../sass/__homepage.scss */
.page .content.homepage {
  padding-left: 0;
  padding-right: 0;
}

/* line 18, ../sass/__homepage.scss */
.homepage .bottom-wrap {
  padding-left: 44px;
  padding-right: 22px;
}
/* line 23, ../sass/__homepage.scss */
.homepage .col .featured {
  width: 100%;
}
/* line 26, ../sass/__homepage.scss */
.homepage .col .featured .featured-image {
  float: left;
  width: 23%;
  margin-right: 4%;
}
/* line 30, ../sass/__homepage.scss */
.homepage .col .featured .featured-image img {
  max-width: 100%;
  width: 100%;
}
/* line 35, ../sass/__homepage.scss */
.homepage .col .featured .post-content {
  float: left;
  width: 73%;
}
/* line 38, ../sass/__homepage.scss */
.homepage .col .featured .post-content.no-thumbnail {
  float: none;
  width: 100%;
}
/* line 46, ../sass/__homepage.scss */
.homepage .col .facebook_email > .email {
  margin-bottom: 20px;
}
/* line 51, ../sass/__homepage.scss */
.homepage .col .mailinglist-form {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 16px;
}
/* line 58, ../sass/__homepage.scss */
.homepage .col .post {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #b5bcc8;
}
/* line 63, ../sass/__homepage.scss */
.homepage .col .post:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
/* line 68, ../sass/__homepage.scss */
.homepage .col .post .short p {
  font-size: 0.75em;
}
/* line 73, ../sass/__homepage.scss */
.homepage .col .post-content {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* line 75, ../sass/__homepage.scss */
.homepage .col .post-content .title {
  margin: 0 0 14px 0;
  font-size: 1.125em;
  line-height: 22px;
}
/* line 80, ../sass/__homepage.scss */
.homepage .col .post-content .short {
  line-height: 16px;
}
/* line 83, ../sass/__homepage.scss */
.homepage .col .post-content .video {
  margin-top: 1em;
}
/* line 89, ../sass/__homepage.scss */
.homepage .col .spotlight .post {
  padding-top: 21px;
}
/* line 91, ../sass/__homepage.scss */
.homepage .col .spotlight .post:first-of-type {
  padding-top: 0;
}
/* line 95, ../sass/__homepage.scss */
.homepage .col .spotlight .post p:last-of-type {
  margin-bottom: 0;
}

/* line 108, ../sass/__homepage.scss */
.lt-ie9 .home-page .col .inputrow .emailinput {
  height: 27px;
  font-size: 14px !important;
}
/* line 112, ../sass/__homepage.scss */
.lt-ie9 .home-page .col .inputrow .submitbutton {
  height: 27px;
  font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
  /* line 124, ../sass/__homepage.scss */
  .homepage .bottom-wrap {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 35px;
  }
  /* line 129, ../sass/__homepage.scss */
  .homepage .slider .rev_slider_wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass/__homepage.scss */
  .slider .mobile-medium-slider-image {
    display: block;
  }
}
@media only screen and (max-width: 539px) {
  /* line 145, ../sass/__homepage.scss */
  .slider .mobile-medium-slider-image {
    display: none;
    width: 100%;
  }
  /* line 149, ../sass/__homepage.scss */
  .slider .mobile-small-slider-image {
    display: block;
    width: 100%;
  }
}
/* end homepage styling */
/* Styling specific to the news page and news posts */
/* line 6, ../sass/__news.scss */
.blog .content,
.archive .content {
  padding: 0 22px 30px 44px;
}
/* line 8, ../sass/__news.scss */
.blog .content.pagetitle,
.archive .content.pagetitle {
  padding-bottom: 0;
}
/* line 13, ../sass/__news.scss */
.blog .post,
.archive .post {
  border-top: 1px solid #b5bcc8;
  padding-top: 2px;
  margin-top: 20px;
}
/* line 17, ../sass/__news.scss */
.blog .post:first-of-type,
.archive .post:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 21, ../sass/__news.scss */
.blog .post:first-of-type .post-content-wrap,
.archive .post:first-of-type .post-content-wrap {
  border-top: none;
  padding-top: 0;
}
/* line 31, ../sass/__news.scss */
.blog .has-thumbnail .featured-image,
.archive .has-thumbnail .featured-image {
  float: left;
  width: 130px;
  margin-right: 10px;
  margin-bottom: 1em;
}
/* line 36, ../sass/__news.scss */
.blog .has-thumbnail .featured-image img,
.archive .has-thumbnail .featured-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 44, ../sass/__news.scss */
.blog .post-content-wrap,
.archive .post-content-wrap {
  padding-top: 22px;
  border-top: 1px solid #b5bcc8;
}
/* line 51, ../sass/__news.scss */
.blog .post-content > header,
.archive .post-content > header {
  margin-bottom: 1em;
}
/* line 56, ../sass/__news.scss */
.blog .more-link,
.archive .more-link {
  display: inline-block;
  background-color: #507194;
  color: #ffffff;
  padding: 0 22px;
  width: auto;
  font-size: 0.75em;
  line-height: 23px;
  -moz-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  -webkit-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
}
/* line 65, ../sass/__news.scss */
.blog .more-link:hover,
.archive .more-link:hover {
  background-color: #e2871c;
}

@media only screen and (max-width: 767px) {
  /* line 75, ../sass/__news.scss */
  .blog .content,
  .archive .content {
    padding: 0 13px 30px 13px;
  }
}
/* end stytling for news page and news posts */
/* Styling for a single wordpress post */
/* line 4, ../sass/__single.scss */
.single .content {
  margin-top: 25px;
  padding: 0 22px 30px 44px;
}
/* line 7, ../sass/__single.scss */
.single .content.pagetitle {
  padding-bottom: 0;
}
/* line 11, ../sass/__single.scss */
.single .content .post .entry-content, .single .content .page .page .entry-content {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 20, ../sass/__single.scss */
  .single .content {
    padding: 0 13px 30px 13px;
  }
}
/* end single post content styling */
/* Styling for a single wordpress page, 404 page and other page templates */
/* line 5, ../sass/__page.scss */
.page .content,
.error404 .content {
  padding: 0 22px 30px 44px;
}
/* line 7, ../sass/__page.scss */
.page .content.pagetitle,
.error404 .content.pagetitle {
  padding-bottom: 0;
}

/* line 15, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap {
  background-color: #507194;
  position: relative;
}
/* line 19, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap .featured-image {
  float: left;
  width: 25%;
}
/* line 22, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap .featured-image img {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
/* line 29, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap .quote-wrap {
  float: left;
  width: 75%;
  color: #ffffff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  padding: 25px;
  height: 100%;
}
/* line 37, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap .quote-wrap .quote {
  font-size: 1.5em;
  line-height: 28px;
}
/* line 41, ../sass/__page.scss */
.page-template-page-bio-php .featured-quote-wrap .quote-wrap .citation {
  font-size: 1em;
  line-height: 24px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  margin-left: 25%;
}

@media only screen and (max-width: 1151px) {
  /* line 56, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap {
    padding: 15px;
  }
  /* line 58, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .quote {
    font-size: 1.25em;
    line-height: 24px;
  }
  /* line 62, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .citation {
    font-size: 1.125em;
    line-height: 22px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-left: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 77, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap {
    width: 359px;
    margin: 0 auto;
  }
  /* line 80, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .featured-image {
    float: none;
    width: 100%;
  }
  /* line 84, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap {
    float: none;
    width: 100%;
    padding: 15px;
  }
  /* line 88, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .quote {
    font-size: 1em;
    line-height: 22px;
  }
  /* line 92, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .citation {
    font-size: 0.875em;
    line-height: 20px;
    position: static;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 107, ../sass/__page.scss */
  .page .content,
  .error404 .content {
    padding: 0 13px 30px 13px;
  }

  /* line 114, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap {
    width: 359px;
    margin: 0 auto;
  }
  /* line 117, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .featured-image {
    float: none;
    width: 100%;
  }
  /* line 121, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap {
    float: none;
    width: 100%;
    padding: 15px;
  }
  /* line 125, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .quote {
    font-size: 1em;
    line-height: 22px;
  }
  /* line 129, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap .quote-wrap .citation {
    font-size: 0.875em;
    line-height: 20px;
    position: static;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 539px) {
  /* line 144, ../sass/__page.scss */
  .page-template-page-bio-php .featured-quote-wrap {
    width: 100%;
    margin: 0;
  }
}
/* end single post content styling */
/* styling for the books page list and thumbs view */
/* line 5, ../sass/__books.scss */
.pagetitle-wrap.books .pagetitle {
  position: relative;
}

/* line 12, ../sass/__books.scss */
.pagetitle .books-nav {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -9px;
  right: 0;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  padding-right: 44px;
  line-height: 18px;
  text-transform: initial;
  text-align: right;
}
/* line 24, ../sass/__books.scss */
.pagetitle .books-nav span {
  display: inline-block;
}
/* line 27, ../sass/__books.scss */
.pagetitle .books-nav a {
  display: inline-block;
  line-height: 18px;
  font-size: 0.75em;
  color: #ffffff;
}
/* line 32, ../sass/__books.scss */
.pagetitle .books-nav a:hover {
  color: #ffffff;
}
/* line 35, ../sass/__books.scss */
.pagetitle .books-nav a > span {
  display: block;
}

/* line 43, ../sass/__books.scss */
.books .viewlist {
  height: 17px;
  width: 11px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -413px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 19px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .books .viewlist {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -412.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}
/* line 48, ../sass/__books.scss */
.books .viewthumbs {
  height: 17px;
  width: 14px;
  background-image: url('../img/sprites-sea8792412b.png');
  background-position: 0 -440px;
  background-repeat: no-repeat;
  width: auto;
  padding-left: 19px;
  margin-left: 13px;
  margin-right: 3px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 45, ../sass/__retina-sprites.scss */
  .books .viewthumbs {
    background-image: url('../img/sprites-retina-s2e401763e7.png');
    background-position: 0 -439.5px;
    -moz-background-size: 90px auto;
    -o-background-size: 90px auto;
    -webkit-background-size: 90px auto;
    background-size: 90px auto;
  }
}

/* line 59, ../sass/__books.scss */
.archive .bookwrap .more-link {
  background-color: transparent;
  display: inline;
  color: #507194;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  -moz-transition: color 150ms ease-in;
  -o-transition: color 150ms ease-in;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
}
/* line 67, ../sass/__books.scss */
.archive .bookwrap .more-link:hover {
  color: #e2871c;
}

/* line 74, ../sass/__books.scss */
.bookwrap {
  width: 100%;
  margin-bottom: 18px;
}
/* line 78, ../sass/__books.scss */
.bookwrap .cover-wrap {
  float: left;
  width: 18%;
  margin-right: 2%;
}
/* line 82, ../sass/__books.scss */
.bookwrap .cover-wrap img {
  width: 100%;
  max-width: 100%;
}
/* line 87, ../sass/__books.scss */
.bookwrap .details {
  float: left;
  width: 80%;
}
/* line 92, ../sass/__books.scss */
.bookwrap .cover-img {
  display: block;
  margin-bottom: 4px;
}
/* line 96, ../sass/__books.scss */
.bookwrap .order-url {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #507194;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875em;
  color: #ffffff;
  padding: 0 5px;
  line-height: 27px;
  -moz-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  -webkit-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
}
/* line 107, ../sass/__books.scss */
.bookwrap .order-url:hover {
  background-color: #e2871c;
}
/* line 110, ../sass/__books.scss */
.bookwrap .order-url.preorder {
  background-color: #e2871c;
}
/* line 112, ../sass/__books.scss */
.bookwrap .order-url.preorder:hover {
  background-color: #507194;
}
/* line 118, ../sass/__books.scss */
.bookwrap .book-title {
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.875em;
  line-height: 36px;
  margin: 0 0 14px 0;
  font-weight: normal;
}
/* line 127, ../sass/__books.scss */
.bookwrap .book-description p {
  margin: 1em 0 0 0;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875em;
}
/* line 131, ../sass/__books.scss */
.bookwrap .book-description p:first-of-type {
  margin-top: 0;
}

/* line 139, ../sass/__books.scss */
.thumbs-view .grid {
  display: table;
}
/* line 142, ../sass/__books.scss */
.thumbs-view .row {
  display: table-row;
  margin-bottom: 15px;
}
/* line 146, ../sass/__books.scss */
.thumbs-view .col {
  display: table-cell;
  margin-bottom: 32px;
}
/* line 151, ../sass/__books.scss */
.thumbs-view .bookwrap {
  margin-bottom: 0;
}
/* line 153, ../sass/__books.scss */
.thumbs-view .bookwrap .cover-wrap {
  width: 37%;
  margin-right: 3%;
}
/* line 157, ../sass/__books.scss */
.thumbs-view .bookwrap .details {
  width: 60%;
}
/* line 162, ../sass/__books.scss */
.thumbs-view .bookwrap .book-description p {
  margin: 0;
}

/* line 170, ../sass/__books.scss */
.list-view .book {
  border-top: 1px solid #b5bcc8;
  padding-top: 2px;
}
/* line 173, ../sass/__books.scss */
.list-view .book .bookwrap {
  padding-top: 15px;
  border-top: 1px solid #b5bcc8;
}
/* line 177, ../sass/__books.scss */
.list-view .book:first-of-type {
  border-top: none;
  padding-top: 0;
}
/* line 180, ../sass/__books.scss */
.list-view .book:first-of-type .bookwrap {
  padding-top: 0;
  border-top: none;
}

@media only screen and (max-width: 1151px) {
  /* line 190, ../sass/__books.scss */
  .bookwrap .cover-wrap {
    width: 20%;
  }
  /* line 193, ../sass/__books.scss */
  .bookwrap .details {
    width: 78%;
  }

  /* line 200, ../sass/__books.scss */
  .thumbs-view .bookwrap .cover-wrap {
    width: 35%;
    margin-right: 3%;
  }
  /* line 205, ../sass/__books.scss */
  .thumbs-view .bookwrap .order-url {
    line-height: 17px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  /* line 210, ../sass/__books.scss */
  .thumbs-view .bookwrap .details {
    width: 62%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 219, ../sass/__books.scss */
  .bookwrap .cover-wrap {
    width: 23%;
  }
  /* line 222, ../sass/__books.scss */
  .bookwrap .details {
    width: 75%;
  }
  /* line 225, ../sass/__books.scss */
  .bookwrap .order-url {
    line-height: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  /* line 234, ../sass/__books.scss */
  .thumbs-view .bookwrap .cover-wrap {
    width: 60%;
    margin: 0 auto 10px auto;
    float: none;
  }
  /* line 239, ../sass/__books.scss */
  .thumbs-view .bookwrap .details {
    width: 100%;
    margin: 0;
    float: none;
  }
  /* line 244, ../sass/__books.scss */
  .thumbs-view .bookwrap .order-url {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 27px;
  }
  /* line 249, ../sass/__books.scss */
  .thumbs-view .bookwrap .book-title {
    text-align: center;
  }
  /* line 252, ../sass/__books.scss */
  .thumbs-view .bookwrap .book-description {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 261, ../sass/__books.scss */
  .pagetitle .books-nav {
    padding-right: 13px;
  }

  /* line 266, ../sass/__books.scss */
  .books .viewthumbs {
    margin-right: 0;
  }

  /* line 272, ../sass/__books.scss */
  .thumbs-view .span_1_of_3 {
    width: 33.33%;
  }
  /* line 276, ../sass/__books.scss */
  .thumbs-view .bookwrap .cover-wrap {
    width: 75%;
    margin: 0 auto 10px auto;
    float: none;
  }
  /* line 281, ../sass/__books.scss */
  .thumbs-view .bookwrap .details {
    display: none;
  }
  /* line 284, ../sass/__books.scss */
  .thumbs-view .bookwrap .book-title {
    text-align: center;
  }
  /* line 287, ../sass/__books.scss */
  .thumbs-view .bookwrap .book-description {
    display: block;
  }
}
@media only screen and (max-width: 539px) {
  /* line 297, ../sass/__books.scss */
  .pagetitle .books-nav {
    display: none;
  }

  /* line 303, ../sass/__books.scss */
  .bookwrap .cover-wrap {
    float: none;
    width: 40%;
    margin: 0 auto 10px auto;
  }
  /* line 308, ../sass/__books.scss */
  .bookwrap .details {
    float: none;
    width: 100%;
  }

  /* line 315, ../sass/__books.scss */
  .thumbs-view .span_1_of_3 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  /* line 320, ../sass/__books.scss */
  .thumbs-view .bookwrap .cover-wrap {
    float: none;
    width: 40%;
    margin: 0 auto 10px auto;
  }
  /* line 325, ../sass/__books.scss */
  .thumbs-view .bookwrap .details {
    display: block;
    float: none;
    width: 100%;
  }
}
/* end styling for books page list and thumbs view */
/* Styling for the single book page */
/* line 5, ../sass/__singlebook.scss */
.singlebook .content.pagetitle {
  margin-top: 0;
}
/* line 9, ../sass/__singlebook.scss */
.singlebook.bottom {
  padding-right: 44px;
}
/* line 13, ../sass/__singlebook.scss */
.singlebook .coverwrap {
  float: left;
  width: 16%;
  margin-right: 2%;
  text-align: center;
}
/* line 18, ../sass/__singlebook.scss */
.singlebook .coverwrap img {
  max-width: 100%;
  height: auto;
}
/* line 22, ../sass/__singlebook.scss */
.singlebook .coverwrap .buyurl {
  display: block;
  line-height: 34px;
  background-color: #507194;
  font-size: 0.875em;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin: 10px 0;
  -moz-transition: background-color 150ms ease-in;
  -o-transition: background-color 150ms ease-in;
  -webkit-transition: background-color 150ms ease-in;
  transition: background-color 150ms ease-in;
}
/* line 35, ../sass/__singlebook.scss */
.singlebook .coverwrap .buyurl:hover {
  background-color: #e2871c;
}
/* line 38, ../sass/__singlebook.scss */
.singlebook .coverwrap .buyurl.preorder {
  background-color: #e2871c;
}
/* line 40, ../sass/__singlebook.scss */
.singlebook .coverwrap .buyurl.preorder:hover {
  background-color: #507194;
}
/* line 47, ../sass/__singlebook.scss */
.singlebook .addthis_sharing_toolbox {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 52, ../sass/__singlebook.scss */
.singlebook .bookdetails {
  float: left;
  width: 82%;
}
/* line 57, ../sass/__singlebook.scss */
.singlebook .book-title {
  font-size: 1.875em;
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: 36px;
  margin: 0 0 16px 0;
  color: #507194;
}
/* line 66, ../sass/__singlebook.scss */
.singlebook .tab-wrap p, .singlebook .tab-wrap h1, .singlebook .tab-wrap h2, .singlebook .tab-wrap h3, .singlebook .tab-wrap h4, .singlebook .tab-wrap h5, .singlebook .tab-wrap h6 {
  margin-top: 1em;
}
/* line 68, ../sass/__singlebook.scss */
.singlebook .tab-wrap p:first-of-type, .singlebook .tab-wrap h1:first-of-type, .singlebook .tab-wrap h2:first-of-type, .singlebook .tab-wrap h3:first-of-type, .singlebook .tab-wrap h4:first-of-type, .singlebook .tab-wrap h5:first-of-type, .singlebook .tab-wrap h6:first-of-type {
  margin-top: 0;
}
/* line 74, ../sass/__singlebook.scss */
.singlebook .video .grid {
  margin-left: -20px;
}
/* line 77, ../sass/__singlebook.scss */
.singlebook .video .span_1_of_3,
.singlebook .video .span_1_of_2 {
  margin-bottom: 16px;
  padding-left: 20px;
}
/* line 82, ../sass/__singlebook.scss */
.singlebook .video .videorow {
  width: 100%;
}
/* line 87, ../sass/__singlebook.scss */
.singlebook .video-title {
  font-size: 1.375em;
  line-height: 26px;
  font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #507194;
  margin-bottom: 4px;
}

/* line 100, ../sass/__singlebook.scss */
.sky-tabs > ul > li .accordian-header {
  display: none;
  color: #000000;
  padding-bottom: 11px;
}

@media only screen and (max-width: 1151px) {
  /* line 112, ../sass/__singlebook.scss */
  .singlebook .coverwrap {
    width: 19%;
  }
  /* line 116, ../sass/__singlebook.scss */
  .singlebook .bookdetails {
    width: 79%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 130, ../sass/__singlebook.scss */
  .singlebook.bottom {
    padding-right: 13px;
  }
  /* line 133, ../sass/__singlebook.scss */
  .singlebook .coverwrap {
    float: none;
    width: 50%;
    margin: 0;
  }
  /* line 138, ../sass/__singlebook.scss */
  .singlebook .bookdetails {
    float: none;
    width: 100%;
  }
  /* line 142, ../sass/__singlebook.scss */
  .singlebook .book-title {
    margin-top: 16px;
  }
  /* line 146, ../sass/__singlebook.scss */
  .singlebook .video .grid {
    margin-left: 0;
  }
  /* line 149, ../sass/__singlebook.scss */
  .singlebook .video .span_1_of_3,
  .singlebook .video .span_1_of_2 {
    margin-bottom: 16px;
    padding-left: 0;
  }
  /* line 154, ../sass/__singlebook.scss */
  .singlebook .video .video-title {
    font-size: 1.125em;
  }

  /* line 161, ../sass/__singlebook.scss */
  .sky-tabs > label {
    display: none;
  }
  /* line 165, ../sass/__singlebook.scss */
  .sky-tabs > ul > li {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #507194;
    position: static;
    opacity: 1.0;
  }
  /* line 171, ../sass/__singlebook.scss */
  .sky-tabs > ul > li:first-of-type {
    border-top: 1px solid #507194;
  }
  /* line 174, ../sass/__singlebook.scss */
  .sky-tabs > ul > li .accordian-header {
    display: block;
    color: #507194;
    font-family: "Oswald-Regular", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-size: 1.375em;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 56px;
    cursor: pointer;
    text-transform: none;
    position: relative;
  }
  /* line 186, ../sass/__singlebook.scss */
  .sky-tabs > ul > li .accordian-header span {
    display: none;
  }
  /* line 189, ../sass/__singlebook.scss */
  .sky-tabs > ul > li .accordian-header span.arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #507194 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -4px;
  }
  /* line 202, ../sass/__singlebook.scss */
  .sky-tabs > ul > li .tab-wrap {
    display: none;
    padding-top: 0;
  }
  /* line 206, ../sass/__singlebook.scss */
  .sky-tabs > ul > li.activetab {
    padding-bottom: 22px;
  }
  /* line 209, ../sass/__singlebook.scss */
  .sky-tabs > ul > li.activetab .accordian-header span.arrow {
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #507194 transparent;
  }
  /* line 214, ../sass/__singlebook.scss */
  .sky-tabs > ul > li.activetab .tab-wrap {
    display: block;
  }
}
/* End styling for the single book page */
