@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/css/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*//////////////////////////////////////////////////////////////////////////////
//  Mixins
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  Variables
//////////////////////////////////////////////////////////////////////////////*/
/*Black*/
/*Light blue*/
/*Lightgrey*/
/**/
/*//////////////////////////////////////////////////////////////////////////////
//  BOURBON NEAT
//////////////////////////////////////////////////////////////////////////////*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../scss/vendor/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #000000;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 45, ../scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 49, ../scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 53, ../scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 61, ../scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 67, ../scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 72, ../scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

/* line 76, ../scss/vendor/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 88, ../scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 94, ../scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 8040;
  background: #a5c3d2;
}
/* line 107, ../scss/vendor/_fancybox.scss */
.fancybox-close:after {
  font-family: sans-serif;
  color: #ffffff;
  content: "\00d7";
  font-size: 30px;
  line-height: 60px;
}
/* line 114, ../scss/vendor/_fancybox.scss */
.fancybox-close:hover {
  background-color: #7ca8be;
}

/* line 120, ../scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 132, ../scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 136, ../scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 140, ../scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 151, ../scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 156, ../scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 161, ../scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 165, ../scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 177, ../scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 182, ../scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 186, ../scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 190, ../scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../images/fancybox/fancybox_overlay.png");
}

/* line 200, ../scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 206, ../scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 213, ../scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 221, ../scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 225, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 234, ../scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 250, ../scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 256, ../scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 260, ../scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 275, ../scss/vendor/_fancybox.scss */
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 280, ../scss/vendor/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 285, ../scss/vendor/_fancybox.scss */
  .fancybox-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -12px;
    right: -12px;
  }
  /* line 291, ../scss/vendor/_fancybox.scss */
  .fancybox-close:after {
    font-size: 20px;
    line-height: 50px;
  }
}
/* line 2, ../scss/vendor/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/partials/_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.
 */
/* line 290, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/partials/_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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../scss/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  Styles
//////////////////////////////////////////////////////////////////////////////*/
/*
TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/
/*//////////////////////////////////////////////////////////////////////////////
//  01 - Reset
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  02 - Global
//////////////////////////////////////////////////////////////////////////////*/
/* line 33, ../scss/partials/_styles.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 37, ../scss/partials/_styles.scss */
html, body, input, select, textarea {
  color: #000000;
}

/* line 41, ../scss/partials/_styles.scss */
body {
  font: 1em/1.4 "proxima-nova", sans-serif;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  /* line 41, ../scss/partials/_styles.scss */
  body {
    background: #c7dae3;
  }
}

/* line 52, ../scss/partials/_styles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 57, ../scss/partials/_styles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 62, ../scss/partials/_styles.scss */
h1, h2, h3, h4, h5 {
  color: #a5c3d2;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

/* line 70, ../scss/partials/_styles.scss */
h1 {
  font-size: 22px;
  margin: 0 0 20px 0;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/* line 77, ../scss/partials/_styles.scss */
h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/* line 83, ../scss/partials/_styles.scss */
h3 {
  font-size: 14px;
  margin: 20px 0 20px 0;
}

/* line 88, ../scss/partials/_styles.scss */
h4 {
  font-size: 12px;
  margin: 20px 0 10px 0;
}

/* line 93, ../scss/partials/_styles.scss */
p {
  font-size: 14px;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

/* line 99, ../scss/partials/_styles.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin: 0 0 16px 0;
}

/* line 107, ../scss/partials/_styles.scss */
li {
  margin: 0;
  padding: 0;
}

/* line 112, ../scss/partials/_styles.scss */
a {
  color: #a5c3d2;
  text-decoration: none;
  outline: none;
}
/* line 116, ../scss/partials/_styles.scss */
a:hover {
  color: #94b8ca;
}
/* line 119, ../scss/partials/_styles.scss */
a img {
  border: none;
}

/* line 124, ../scss/partials/_styles.scss */
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* line 128, ../scss/partials/_styles.scss */
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 132, ../scss/partials/_styles.scss */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 138, ../scss/partials/_styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #748a96;
  margin: 15px 0 20px 0;
  padding: 0;
}
/* line 145, ../scss/partials/_styles.scss */
hr.thick {
  border-top: 8px solid #a5c3d2;
}

/* line 150, ../scss/partials/_styles.scss */
blockquote, address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-style: italic;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccb676;
}

/* line 159, ../scss/partials/_styles.scss */
code {
  font-family: "Courier New", Courier, serif;
  overflow: auto;
  padding: 2px;
  background: #fff;
}

/* line 166, ../scss/partials/_styles.scss */
pre code {
  background: none;
}

/* line 170, ../scss/partials/_styles.scss */
pre {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff;
  overflow: auto;
  border: 1px solid #e4e4e4;
}

/* line 178, ../scss/partials/_styles.scss */
i, em {
  font-style: italic;
}

/* line 182, ../scss/partials/_styles.scss */
.browsehappy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
}

/* line 189, ../scss/partials/_styles.scss */
.text-center {
  text-align: center;
}

/* line 193, ../scss/partials/_styles.scss */
.brand-color {
  color: #a5c3d2;
}

/* line 197, ../scss/partials/_styles.scss */
.uppercase {
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////////////*/
/* line 205, ../scss/partials/_styles.scss */
.container {
  *zoom: 1;
}
/* line 18, ../scss/modules/_mixins.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 210, ../scss/partials/_styles.scss */
header {
  background-color: #a5c3d2;
  padding-top: 65px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  /* line 210, ../scss/partials/_styles.scss */
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 219, ../scss/partials/_styles.scss */
header .main-logo {
  text-align: center;
}
/* line 221, ../scss/partials/_styles.scss */
header .main-logo img {
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  /* line 221, ../scss/partials/_styles.scss */
  header .main-logo img {
    max-width: 65%;
    margin-bottom: 10px;
  }
}
/* line 228, ../scss/partials/_styles.scss */
header .main-logo h2 {
  font-size: 12px;
  color: #000000;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0;
}

/* line 240, ../scss/partials/_styles.scss */
.main {
  padding-bottom: 40px;
}

/* line 244, ../scss/partials/_styles.scss */
.button,
button,
input[type="button"],
input[type="submit"] {
  color: #a5c3d2;
  font: 13px/1 "proxima-nova", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #ffffff;
  border: 2px solid #a5c3d2;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  outline: none;
  position: relative;
  -webkit-appearance: none;
}
/* line 40, ../scss/modules/_mixins.scss */
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #7ca8be;
  border-color: #7ca8be;
}
/* line 44, ../scss/modules/_mixins.scss */
.button:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 251, ../scss/partials/_styles.scss */
.button.pubmed, .button.pdf, .button.other, .button.video, .button.external,
button.pubmed,
button.pdf,
button.other,
button.video,
button.external,
input[type="button"].pubmed,
input[type="button"].pdf,
input[type="button"].other,
input[type="button"].video,
input[type="button"].external,
input[type="submit"].pubmed,
input[type="submit"].pdf,
input[type="submit"].other,
input[type="submit"].video,
input[type="submit"].external {
  position: relative;
  margin-left: 24px;
  padding: 5px 20px;
  font-size: 11px;
}
/* line 261, ../scss/partials/_styles.scss */
.button.pubmed:before, .button.pdf:before, .button.other:before, .button.video:before, .button.external:before,
button.pubmed:before,
button.pdf:before,
button.other:before,
button.video:before,
button.external:before,
input[type="button"].pubmed:before,
input[type="button"].pdf:before,
input[type="button"].other:before,
input[type="button"].video:before,
input[type="button"].external:before,
input[type="submit"].pubmed:before,
input[type="submit"].pdf:before,
input[type="submit"].other:before,
input[type="submit"].video:before,
input[type="submit"].external:before {
  content: "";
  display: inline-block;
  width: 30px;
  position: absolute;
  left: -37px;
  top: -2px;
  bottom: -2px;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
/* line 275, ../scss/partials/_styles.scss */
.button.pubmed:before,
button.pubmed:before,
input[type="button"].pubmed:before,
input[type="submit"].pubmed:before {
  background-image: url(../../images/icon-pubmed.png);
}
/* line 279, ../scss/partials/_styles.scss */
.button.pdf:before,
button.pdf:before,
input[type="button"].pdf:before,
input[type="submit"].pdf:before {
  background-image: url(../../images/icon-pdf.png);
}
/* line 283, ../scss/partials/_styles.scss */
.button.other:before,
button.other:before,
input[type="button"].other:before,
input[type="submit"].other:before {
  background-image: url(../../images/icon-publications.png);
}
/* line 287, ../scss/partials/_styles.scss */
.button.video:before,
button.video:before,
input[type="button"].video:before,
input[type="submit"].video:before {
  background-image: url(../../images/icon-video.png);
}
/* line 291, ../scss/partials/_styles.scss */
.button.external:before,
button.external:before,
input[type="button"].external:before,
input[type="submit"].external:before {
  background-image: url(../../images/icon-link.png);
}
@media screen and (max-width: 600px) {
  /* line 244, ../scss/partials/_styles.scss */
  .button,
  button,
  input[type="button"],
  input[type="submit"] {
    font-size: 11px;
    padding: 5px 20px;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//  04 - Header
//////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 600px) {
  /* line 306, ../scss/partials/_styles.scss */
  nav {
    display: none;
  }
}
/* line 310, ../scss/partials/_styles.scss */
nav .main-nav {
  margin: 0;
}
/* line 312, ../scss/partials/_styles.scss */
nav .main-nav li {
  width: 14.2%;
  height: 66px;
  text-transform: uppercase;
  text-align: center;
  display: table;
  float: left;
  position: relative;
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  /* line 312, ../scss/partials/_styles.scss */
  nav .main-nav li {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    text-align: left;
  }
}
/* line 329, ../scss/partials/_styles.scss */
nav .main-nav li.has-children > a {
  position: relative;
}
/* line 331, ../scss/partials/_styles.scss */
nav .main-nav li.has-children > a:after {
  content: "+";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  height: 15px;
  width: 10px;
  line-height: 1;
}
/* line 346, ../scss/partials/_styles.scss */
nav .main-nav li.has-children.nav-open > a:after {
  content: "–";
}
/* line 351, ../scss/partials/_styles.scss */
nav .main-nav li a {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #000000;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  /* line 351, ../scss/partials/_styles.scss */
  nav .main-nav li a {
    display: block;
    padding: 12px 10px 12px 20px;
    background: #c7dae3;
    border-bottom: 1px solid #ffffff;
  }
}
/* line 364, ../scss/partials/_styles.scss */
nav .main-nav li a:hover {
  background-color: #ecf2f6;
}
/* line 369, ../scss/partials/_styles.scss */
nav .main-nav li.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #000000;
}
@media screen and (max-width: 600px) {
  /* line 369, ../scss/partials/_styles.scss */
  nav .main-nav li.active:before {
    display: none;
  }
}
/* line 382, ../scss/partials/_styles.scss */
nav .main-nav li.active a {
  background-color: #ecf2f6;
}
@media screen and (max-width: 600px) {
  /* line 382, ../scss/partials/_styles.scss */
  nav .main-nav li.active a {
    background: #a5c3d2;
    color: #ffffff;
  }
}
/* line 389, ../scss/partials/_styles.scss */
nav .main-nav li.active ul li a {
  background: transparent;
  color: #ffffff;
}
/* line 395, ../scss/partials/_styles.scss */
nav .main-nav li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 401, ../scss/partials/_styles.scss */
nav .main-nav li ul {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px 15px 10px;
  width: 230px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  /* line 401, ../scss/partials/_styles.scss */
  nav .main-nav li ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    width: 100%;
    background: #c7dae3;
    padding: 0;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
  }
}
/* line 429, ../scss/partials/_styles.scss */
nav .main-nav li ul li {
  display: block;
  height: auto;
  width: 100%;
  text-align: left;
}
/* line 434, ../scss/partials/_styles.scss */
nav .main-nav li ul li:before {
  display: none !important;
}
/* line 437, ../scss/partials/_styles.scss */
nav .main-nav li ul li a {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  background: none;
  color: #ffffff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(165, 195, 210, 0.8);
}
@media only screen and (max-width: 600px) {
  /* line 437, ../scss/partials/_styles.scss */
  nav .main-nav li ul li a {
    border-bottom: 1px solid #ffffff;
    background: #c7dae3;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* line 453, ../scss/partials/_styles.scss */
nav .main-nav li ul li a:hover {
  background: none;
  color: #a5c3d2;
}

/* line 465, ../scss/partials/_styles.scss */
.mobile-nav {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* line 465, ../scss/partials/_styles.scss */
  .mobile-nav {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding-left: 30%;
    background: #c7dae3;
    bottom: 0;
  }
}
/* line 479, ../scss/partials/_styles.scss */
.mobile-nav .column-wrapper {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  /* line 484, ../scss/partials/_styles.scss */
  .site-wrap {
    background-color: #ffffff;
    max-width: 101%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 -2px 12px 4px rgba(0, 0, 0, 0.3);
    min-height: 100vh;
  }
  /* line 494, ../scss/partials/_styles.scss */
  .site-wrap.show-nav {
    margin-left: -70%;
  }
}

/* line 500, ../scss/partials/_styles.scss */
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* line 500, ../scss/partials/_styles.scss */
  .mobile-menu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
    margin: auto;
    width: 60px;
  }
}

/* line 515, ../scss/partials/_styles.scss */
.lines-link {
  display: inline-block;
  padding: 15px 7.5px;
  opacity: 0.8;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  outline: none !important;
}
/* line 523, ../scss/partials/_styles.scss */
.lines-link .lines {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #000000;
  border-radius: 0;
  transition: 0.5s;
  position: relative;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 531, ../scss/partials/_styles.scss */
.lines-link .lines:before, .lines-link .lines:after {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #000000;
  border-radius: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 2.14286px center;
}
/* line 538, ../scss/partials/_styles.scss */
.lines-link .lines:before {
  top: 7.5px;
}
/* line 539, ../scss/partials/_styles.scss */
.lines-link .lines:after {
  top: -7.5px;
}
/* line 541, ../scss/partials/_styles.scss */
.lines-link:hover {
  opacity: 1;
}
/* line 545, ../scss/partials/_styles.scss */
.lines-link:hover .lines:before {
  top: 7.5px;
}
/* line 546, ../scss/partials/_styles.scss */
.lines-link:hover .lines:after {
  top: -7.5px;
}
/* line 552, ../scss/partials/_styles.scss */
.lines-link:active {
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* line 558, ../scss/partials/_styles.scss */
.lines-link.x.close .lines {
  background: transparent;
}
/* line 562, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before, .lines-link.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}
/* line 568, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}
/* line 572, ../scss/partials/_styles.scss */
.lines-link.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

/*//////////////////////////////////////////////////////////////////////////////
//  05 - Content
//////////////////////////////////////////////////////////////////////////////*/
/* ==========================================================================
   Bourbon Neat Columns
   ========================================================================== */
/* line 588, ../scss/partials/_styles.scss */
.column-wrapper {
  padding-left: 112px;
  padding-right: 112px;
  width: 100%;
  *zoom: 1;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  /* line 588, ../scss/partials/_styles.scss */
  .column-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 588, ../scss/partials/_styles.scss */
  .column-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 18, ../scss/modules/_mixins.scss */
.column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 601, ../scss/partials/_styles.scss */
.column-wrapper aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 601, ../scss/partials/_styles.scss */
  .column-wrapper aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper aside:last-child {
    margin-right: 0;
  }
}
/* line 608, ../scss/partials/_styles.scss */
.column-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .content-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 608, ../scss/partials/_styles.scss */
  .column-wrapper .content-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .content-container:last-child {
    margin-right: 0;
  }
}
/* line 615, ../scss/partials/_styles.scss */
.column-wrapper .column-1of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of4:last-child {
  margin-right: 0;
}
/* line 70, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of4:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 615, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 615, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of4:last-child {
    margin-right: 0;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(4n+1) {
    clear: none;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of4:nth-child(2n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  .column-wrapper .column-1of4:nth-child(1n+1) {
    clear: left;
  }
}
/* line 630, ../scss/partials/_styles.scss */
.column-wrapper .column-1of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of3:last-child {
  margin-right: 0;
}
/* line 70, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of3:nth-child(3n) {
  margin-right: 0;
}
/* line 75, ../scss/vendor/neat/grid/_omega.scss */
.column-wrapper .column-1of3:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 630, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of3:last-child {
    margin-right: 0;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of3:nth-child(3n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  .column-wrapper .column-1of3:nth-child(3n+1) {
    clear: none;
  }
}
/* line 638, ../scss/partials/_styles.scss */
.column-wrapper .column-2of3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-2of3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 638, ../scss/partials/_styles.scss */
  .column-wrapper .column-2of3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-2of3:last-child {
    margin-right: 0;
  }
}
/* line 645, ../scss/partials/_styles.scss */
.column-wrapper .column-1of2, .column-wrapper .column-2of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  /* line 645, ../scss/partials/_styles.scss */
  .column-wrapper .column-1of2, .column-wrapper .column-2of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-1of2:last-child, .column-wrapper .column-2of4:last-child {
    margin-right: 0;
  }
}
/* line 652, ../scss/partials/_styles.scss */
.column-wrapper .column-3of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-3of4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 652, ../scss/partials/_styles.scss */
  .column-wrapper .column-3of4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  .column-wrapper .column-3of4:last-child {
    margin-right: 0;
  }
}
/* line 658, ../scss/partials/_styles.scss */
.column-wrapper .column-4of4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
.column-wrapper .column-4of4:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Content pages
   ========================================================================== */
/* line 666, ../scss/partials/_styles.scss */
.content-banner {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  /* line 666, ../scss/partials/_styles.scss */
  .content-banner {
    height: 240px;
  }
}
/* line 676, ../scss/partials/_styles.scss */
.content-banner.has-link {
  cursor: pointer;
}
/* line 679, ../scss/partials/_styles.scss */
.content-banner .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 689, ../scss/partials/_styles.scss */
.practice-location .content-banner .banner-bg {
  background-position: center center;
}
@media screen and (max-width: 600px) {
  /* line 689, ../scss/partials/_styles.scss */
  .practice-location .content-banner .banner-bg {
    background-position: center right;
  }
}
@media screen and (max-width: 600px) {
  /* line 695, ../scss/partials/_styles.scss */
  .content-banner .banner-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
  }
}
/* line 709, ../scss/partials/_styles.scss */
.content-banner .column-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}
/* line 717, ../scss/partials/_styles.scss */
.content-banner .breadcrumb {
  display: inline-block;
  padding-bottom: 2px;
  color: #748a96;
  border-bottom: 1px solid #748a96;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  /* line 717, ../scss/partials/_styles.scss */
  .content-banner .breadcrumb {
    color: #ffffff;
    border-color: #ffffff;
  }
}
/* line 732, ../scss/partials/_styles.scss */
.content-banner h1 {
  position: absolute;
  left: 112px;
  bottom: 0;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #748a96;
  max-width: 320px;
  text-transform: none;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  /* line 732, ../scss/partials/_styles.scss */
  .content-banner h1 {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* line 732, ../scss/partials/_styles.scss */
  .content-banner h1 {
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 732, ../scss/partials/_styles.scss */
  .content-banner h1 {
    font-size: 18px;
    max-width: 100%;
    color: #ffffff;
  }
}
/* line 755, ../scss/partials/_styles.scss */
.content-banner h1:after {
  content: "";
  display: block;
  width: 50%;
  border: 3px solid #748a96;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  /* line 755, ../scss/partials/_styles.scss */
  .content-banner h1:after {
    border-color: #ffffff;
  }
}
/* line 765, ../scss/partials/_styles.scss */
.content-banner h1 p {
  font-size: 22px;
  font-weight: 700;
  color: #748a96;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 600px) {
  /* line 765, ../scss/partials/_styles.scss */
  .content-banner h1 p {
    font-size: 18px;
    color: #ffffff;
  }
}

/* line 779, ../scss/partials/_styles.scss */
.lead-intro {
  padding-bottom: 8px;
}
/* line 781, ../scss/partials/_styles.scss */
.lead-intro h2 {
  letter-spacing: 0;
}
/* line 783, ../scss/partials/_styles.scss */
.lead-intro h2 p {
  color: #a5c3d2;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 18px;
}
/* line 790, ../scss/partials/_styles.scss */
.lead-intro h2 p:last-child {
  margin-bottom: 0;
}

/* line 797, ../scss/partials/_styles.scss */
.main-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #748a96;
  margin-bottom: 5px;
  margin-top: -5px;
}
@media only screen and (max-width: 600px) {
  /* line 797, ../scss/partials/_styles.scss */
  .main-content {
    border-bottom: 0;
    margin-bottom: 20px;
  }
}
/* line 806, ../scss/partials/_styles.scss */
.main-content > p:first-child {
  font-size: 14px;
}
/* line 809, ../scss/partials/_styles.scss */
.main-content.single-column {
  padding-top: 30px;
}

/* line 815, ../scss/partials/_styles.scss */
.hide-bottom-border .main-content {
  border-bottom: none;
}

/* line 818, ../scss/partials/_styles.scss */
.secondary-content {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 16px;
  padding-right: 50px;
  position: relative;
}
/* line 827, ../scss/partials/_styles.scss */
.secondary-content.with-lead-intro .wrapper:before {
  display: none;
}
/* line 831, ../scss/partials/_styles.scss */
.secondary-content.with-lead-intro .lead-intro {
  position: relative;
  padding-bottom: 21px;
  font-style: normal;
}
/* line 835, ../scss/partials/_styles.scss */
.secondary-content.with-lead-intro .lead-intro:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 8px solid #a5c3d2;
}
@media only screen and (max-width: 600px) {
  /* line 846, ../scss/partials/_styles.scss */
  .secondary-content .wrapper {
    padding-left: 10px;
    margin-bottom: 30px;
  }
}
/* line 857, ../scss/partials/_styles.scss */
.secondary-content .wrapper:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  left: 0;
  border-top: 8px solid #a5c3d2;
}
@media only screen and (max-width: 600px) {
  /* line 857, ../scss/partials/_styles.scss */
  .secondary-content .wrapper:before {
    right: 0;
  }
}
/* line 870, ../scss/partials/_styles.scss */
.secondary-content .secondary-content-inner {
  padding-top: 33px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px solid #748a96;
}
@media only screen and (max-width: 768px) {
  /* line 870, ../scss/partials/_styles.scss */
  .secondary-content .secondary-content-inner {
    padding-right: 0;
    margin-right: 20px;
  }
}
/* line 883, ../scss/partials/_styles.scss */
.secondary-content .secondary-content-inner p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 5px;
}
/* line 891, ../scss/partials/_styles.scss */
.secondary-content .link-prompts {
  padding-top: 28px;
  *zoom: 1;
}
/* line 18, ../scss/modules/_mixins.scss */
.secondary-content .link-prompts:after {
  content: "";
  display: table;
  clear: both;
}
/* line 894, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a {
  display: block;
  font-size: 10px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  max-width: 70px;
  line-height: 1.2;
  float: left;
  font-weight: 700;
  border-top: none !important;
  letter-spacing: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 908, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a:not(:last-child) {
  margin-right: 20px;
}
/* line 911, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a:hover {
  color: #83acc1;
}
/* line 913, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a:hover:before {
  opacity: 0.8;
}
/* line 917, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a:before {
  display: block;
  content: "";
  width: 67px;
  height: 67px;
  margin: 0 auto 5px auto;
}
/* line 924, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a[href*="publications"]:before {
  background: url(../../images/icon-publications.png);
}
/* line 927, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a[href*="faq"]:before {
  background: url(../../images/icon-faq.png);
}
/* line 930, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a[href*="location"]:before {
  background: url(../../images/icon-location.png);
}
/* line 933, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a[href*="contact"]:before {
  background: url(../../images/icon-contact.png);
}
/* line 936, ../scss/partials/_styles.scss */
.secondary-content .link-prompts a[href*="award"]:before {
  background: url(../../images/icon-award.png);
}
/* line 942, ../scss/partials/_styles.scss */
.secondary-content .qualifications {
  font-style: normal;
}
/* line 944, ../scss/partials/_styles.scss */
.secondary-content .qualifications h1 {
  margin-bottom: 10px;
}
/* line 947, ../scss/partials/_styles.scss */
.secondary-content .qualifications h2 {
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #a5c3d2;
}
/* line 954, ../scss/partials/_styles.scss */
.secondary-content .qualifications h3 {
  font-size: 16px;
  margin: 0;
}
/* line 958, ../scss/partials/_styles.scss */
.secondary-content .qualifications p {
  margin-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
}

/* line 966, ../scss/partials/_styles.scss */
.home-intro h1, .home-intro h2 {
  margin-bottom: 5px;
  letter-spacing: 0;
}
/* line 971, ../scss/partials/_styles.scss */
.home-intro p:last-child {
  margin-bottom: 0;
}
/* line 975, ../scss/partials/_styles.scss */
.home-intro .button {
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 982, ../scss/partials/_styles.scss */
.faq-page lead-intro {
  padding-bottom: 3px;
}

/* line 986, ../scss/partials/_styles.scss */
.content2-page .accordion {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 991, ../scss/partials/_styles.scss */
.content2-page .accordion-wrapper {
  border-top: 8px solid #a5c3d2;
  margin-top: 5px;
  padding-top: 20px;
}
/* line 995, ../scss/partials/_styles.scss */
.content2-page .accordion-wrapper > h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 999, ../scss/partials/_styles.scss */
.content2-page .accordion-wrapper h1 {
  letter-spacing: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #a5c3d2;
  letter-spacing: 1.5px;
}
/* line 1005, ../scss/partials/_styles.scss */
.content2-page .accordion-wrapper h1:empty {
  display: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* line 1017, ../scss/partials/_styles.scss */
table {
  font-size: 12px;
}

/* line 1022, ../scss/partials/_styles.scss */
.contact-table th {
  color: #a5c3d2;
  text-align: left;
  width: 40%;
  font-size: 14px;
}
/* line 1029, ../scss/partials/_styles.scss */
.contact-table td, .contact-table th {
  padding-bottom: 15px;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  /* line 1029, ../scss/partials/_styles.scss */
  .contact-table td, .contact-table th {
    display: block;
    padding-bottom: 10px;
  }
}
/* line 1037, ../scss/partials/_styles.scss */
.contact-table a {
  color: #000000;
}

/* line 1043, ../scss/partials/_styles.scss */
.awards-container {
  border-top: 8px solid #a5c3d2;
}
/* line 1045, ../scss/partials/_styles.scss */
.awards-container h2 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  /* line 1045, ../scss/partials/_styles.scss */
  .awards-container h2 {
    font-size: 18px;
  }
}
/* line 1054, ../scss/partials/_styles.scss */
.awards-container h3 {
  margin: 0;
  font-size: 16px;
}
/* line 1058, ../scss/partials/_styles.scss */
.awards-container .award {
  border-top: 1px solid #a5c3d2;
  padding: 5px 0;
}
/* line 1061, ../scss/partials/_styles.scss */
.awards-container .award p {
  margin: 3px 0 0;
}

/* line 1067, ../scss/partials/_styles.scss */
.services h2 {
  border-bottom: 1px solid #a5c3d2;
  margin: 0;
  padding: 7px 0 7px;
}
/* line 1072, ../scss/partials/_styles.scss */
.services p {
  border-bottom: 1px solid #a5c3d2;
  padding: 7px 0 7px;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
/* line 1079, ../scss/partials/_styles.scss */
.services p + h2 {
  margin-top: 20px;
}
/* line 1082, ../scss/partials/_styles.scss */
.services p a {
  float: right;
  font-size: 10px;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  /* line 1082, ../scss/partials/_styles.scss */
  .services p a {
    display: block;
    float: none;
  }
}
/* line 1091, ../scss/partials/_styles.scss */
.services p a.button {
  padding: 5px 20px;
  margin-top: 3px;
}

/* line 1100, ../scss/partials/_styles.scss */
.sub-note {
  margin-top: 40px;
}

/* ==========================================================================
   Video Page
   ========================================================================== */
/* line 1108, ../scss/partials/_styles.scss */
.video-item {
  margin-bottom: 40px;
}
/* line 1110, ../scss/partials/_styles.scss */
.video-item .video-item-image {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 1115, ../scss/partials/_styles.scss */
.video-item .video-item-image:hover:after {
  opacity: 0.8;
}
/* line 1119, ../scss/partials/_styles.scss */
.video-item .video-item-image:after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../../images/icon-play.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  transform-origin: 50% 50%;
}
/* line 1136, ../scss/partials/_styles.scss */
.video-item .video-item-image img {
  display: block;
  width: 100%;
}
/* line 1140, ../scss/partials/_styles.scss */
.video-item .video-item-image iframe {
  display: block;
}
/* line 1144, ../scss/partials/_styles.scss */
.video-item .video-item-content {
  border-top: 1px solid #a5c3d2;
  padding-top: 10px;
  margin-top: 20px;
}
/* line 1148, ../scss/partials/_styles.scss */
.video-item .video-item-content h3 {
  margin: 0 0 10px 0;
  min-height: 38px;
  font-size: 16px;
}
/* line 1154, ../scss/partials/_styles.scss */
.video-item .video-page-link {
  color: #000000;
}
/* line 1156, ../scss/partials/_styles.scss */
.video-item .video-page-link:hover {
  color: #94b8ca;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/* line 1165, ../scss/partials/_styles.scss */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 30px 0 20px 0;
}
/* line 1172, ../scss/partials/_styles.scss */
.responsive-container iframe, .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
//  06 - Slideshow
//////////////////////////////////////////////////////////////////////////////*/
/* line 1187, ../scss/partials/_styles.scss */
.slide-show {
  visibility: hidden;
  /*hid until script ready */
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  /* line 1187, ../scss/partials/_styles.scss */
  .slide-show {
    margin-bottom: 20px;
  }
}
/* line 1197, ../scss/partials/_styles.scss */
.slide-show.ready {
  visibility: visible;
}
/* line 1200, ../scss/partials/_styles.scss */
.slide-show li {
  position: relative;
}
/* line 1202, ../scss/partials/_styles.scss */
.slide-show li img {
  width: 100%;
  display: block;
}
/* line 1207, ../scss/partials/_styles.scss */
.slide-show .content {
  position: absolute;
  bottom: 90px;
  right: 100px;
  left: 100px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  /* line 1207, ../scss/partials/_styles.scss */
  .slide-show .content {
    bottom: 50px;
    right: 60px;
    left: 60px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1207, ../scss/partials/_styles.scss */
  .slide-show .content {
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
}
/* line 1227, ../scss/partials/_styles.scss */
.slide-show .content.force-text-white * {
  color: #fff !important;
}
/* line 1232, ../scss/partials/_styles.scss */
.slide-show .content.force-text-black * {
  color: #000 !important;
}
/* line 1236, ../scss/partials/_styles.scss */
.slide-show .content p {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  /* line 1236, ../scss/partials/_styles.scss */
  .slide-show .content p {
    font-size: 22px;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
//  07 - Sidebar
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  08 - Widgets
//////////////////////////////////////////////////////////////////////////////*/
/* line 1257, ../scss/partials/_styles.scss */
.accordion,
.js-expandy-list {
  margin-top: 5px;
  border-top: 8px solid #a5c3d2;
  padding-top: 15px;
  counter-reset: section;
}
/* line 1263, ../scss/partials/_styles.scss */
.accordion > h3,
.js-expandy-list > h3 {
  border-top: 1px solid #a5c3d2;
  position: relative;
  outline: 0 !important;
  margin: 0;
  padding: 10px 50px 7px 0;
  cursor: pointer;
  font-size: 16px;
  		/*&:before {
  	    counter-increment: section;
  	    content: counter(section) ". ";
  	    margin-right: 10px;
  	    position: absolute;
  	    left: 0px;
  	    top:10px;
    	    }*/
}
@media screen and (max-width: 600px) {
  /* line 1263, ../scss/partials/_styles.scss */
  .accordion > h3,
  .js-expandy-list > h3 {
    font-size: 14px;
    padding-right: 0;
  }
}
/* line 1275, ../scss/partials/_styles.scss */
.accordion > h3:first-child,
.js-expandy-list > h3:first-child {
  border-top: none;
}
/* line 1286, ../scss/partials/_styles.scss */
.accordion > h3:after,
.js-expandy-list > h3:after {
  content: "OPEN +";
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  height: 13px;
}
@media screen and (max-width: 600px) {
  /* line 1286, ../scss/partials/_styles.scss */
  .accordion > h3:after,
  .js-expandy-list > h3:after {
    display: none;
  }
}
/* line 1301, ../scss/partials/_styles.scss */
.accordion > h3.ui-accordion-header-active .question-full, .accordion > h3.header-active .question-full,
.js-expandy-list > h3.ui-accordion-header-active .question-full,
.js-expandy-list > h3.header-active .question-full {
  display: inline;
}
/* line 1304, ../scss/partials/_styles.scss */
.accordion > h3.ui-accordion-header-active .question-truncated, .accordion > h3.header-active .question-truncated,
.js-expandy-list > h3.ui-accordion-header-active .question-truncated,
.js-expandy-list > h3.header-active .question-truncated {
  display: none;
}
/* line 1307, ../scss/partials/_styles.scss */
.accordion > h3.ui-accordion-header-active:after, .accordion > h3.header-active:after,
.js-expandy-list > h3.ui-accordion-header-active:after,
.js-expandy-list > h3.header-active:after {
  content: "CLOSE -";
}
/* line 1312, ../scss/partials/_styles.scss */
.accordion .question-full,
.js-expandy-list .question-full {
  display: none;
}
/* line 1315, ../scss/partials/_styles.scss */
.accordion > div,
.js-expandy-list > div {
  padding: 0 10px 20px 0;
}
/* line 1317, ../scss/partials/_styles.scss */
.accordion > div p,
.js-expandy-list > div p {
  margin: 0;
}
/* line 1321, ../scss/partials/_styles.scss */
.accordion > h2,
.js-expandy-list > h2 {
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
/* line 1324, ../scss/partials/_styles.scss */
.accordion > h2:not(:first-child),
.js-expandy-list > h2:not(:first-child) {
  border-top: 1px solid #a5c3d2;
  padding-top: 20px;
}
/* line 1329, ../scss/partials/_styles.scss */
.accordion .button,
.js-expandy-list .button {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  /* line 1329, ../scss/partials/_styles.scss */
  .accordion .button,
  .js-expandy-list .button {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 1337, ../scss/partials/_styles.scss */
.accordion .links,
.js-expandy-list .links {
  padding: 8px 0 0 0;
}

/*//////////////////////////////////////////////////////////////////////////////
//  09 - Comments
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  10 - Pagination
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
//  11 - Footer
//////////////////////////////////////////////////////////////////////////////*/
/* line 1357, ../scss/partials/_styles.scss */
footer {
  background-color: #ffffff;
  padding-bottom: 10px;
}
/* line 1360, ../scss/partials/_styles.scss */
footer p,
footer ul {
  font-size: 13px;
  margin: 0;
}
/* line 1365, ../scss/partials/_styles.scss */
footer .column-wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* line 1369, ../scss/partials/_styles.scss */
footer .contact-info {
  text-align: center;
  background-color: #a5c3d2;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
/* line 1375, ../scss/partials/_styles.scss */
footer .contact-info a {
  color: #000000;
}
/* line 1378, ../scss/partials/_styles.scss */
footer .contact-info p {
  line-height: 1.3;
}
/* line 1383, ../scss/partials/_styles.scss */
footer .links-info {
  background-color: #e7e7e8;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  /* line 1383, ../scss/partials/_styles.scss */
  footer .links-info {
    display: none;
  }
}
/* line 1390, ../scss/partials/_styles.scss */
footer .links-info .column-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
/* line 1394, ../scss/partials/_styles.scss */
footer .links-info ul {
  border-left: 1px solid #ffffff;
  padding-left: 20px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
/* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
footer .links-info ul:last-child {
  margin-right: 0;
}
/* line 70, ../scss/vendor/neat/grid/_omega.scss */
footer .links-info ul:nth-child(4n) {
  margin-right: 0;
}
/* line 75, ../scss/vendor/neat/grid/_omega.scss */
footer .links-info ul:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  /* line 1394, ../scss/partials/_styles.scss */
  footer .links-info ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 10px;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  footer .links-info ul:last-child {
    margin-right: 0;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(4n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  footer .links-info ul:nth-child(2n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  footer .links-info ul:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  /* line 1394, ../scss/partials/_styles.scss */
  footer .links-info ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto !important;
  }
  /* line 40, ../scss/vendor/neat/grid/_span-columns.scss */
  footer .links-info ul:last-child {
    margin-right: 0;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(4n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(4n+1) {
    clear: none;
  }
  /* line 95, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(2n) {
    margin-right: 2.35765%;
  }
  /* line 100, ../scss/modules/_mixins.scss */
  footer .links-info ul:nth-child(2n+1) {
    clear: none;
  }
  /* line 70, ../scss/vendor/neat/grid/_omega.scss */
  footer .links-info ul:nth-child(1n) {
    margin-right: 0;
  }
  /* line 75, ../scss/vendor/neat/grid/_omega.scss */
  footer .links-info ul:nth-child(1n+1) {
    clear: left;
  }
}
/* line 1412, ../scss/partials/_styles.scss */
footer .links-info ul a,
footer .links-info ul li {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #000000;
}
/* line 1420, ../scss/partials/_styles.scss */
footer .bottom-info {
  padding-top: 30px;
  text-align: center;
}
/* line 1423, ../scss/partials/_styles.scss */
footer .bottom-info .column-wrapper {
  padding-bottom: 15px;
  border-bottom: 3px solid #748a96;
}
/* line 1427, ../scss/partials/_styles.scss */
footer .bottom-info img {
  max-width: 70px;
  margin-bottom: 15px;
}

/*//////////////////////////////////////////////////////////////////////////////
//  12 - Media Queries
//////////////////////////////////////////////////////////////////////////////*/
/* line 1445, ../scss/partials/_styles.scss */
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 1445, ../scss/partials/_styles.scss */
  .mobile-show {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 1452, ../scss/partials/_styles.scss */
  .mobile-hide {
    display: none !important;
  }
}

/* line 1458, ../scss/partials/_styles.scss */
.hide {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?kaxscs");
  src: url("../../fonts/icomoon.eot?kaxscs#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?kaxscs") format("woff2"), url("../../fonts/icomoon.ttf?kaxscs") format("truetype"), url("../../fonts/icomoon.woff?kaxscs") format("woff"), url("../../fonts/icomoon.svg?kaxscs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 13, ../scss/vendor/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

/* line 30, ../scss/vendor/_icomoon.scss */
.icon-cross:before {
  content: "\e908";
}

/* line 33, ../scss/vendor/_icomoon.scss */
.icon-old-phone:before {
  content: "\e909";
}

/* line 36, ../scss/vendor/_icomoon.scss */
.icon-paper-plane:before {
  content: "\e90a";
}

/* line 39, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-right:before {
  content: "\e900";
}

/* line 42, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-left:before {
  content: "\e901";
}

/* line 45, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-down:before {
  content: "\e902";
}

/* line 48, ../scss/vendor/_icomoon.scss */
.icon-chevron-thin-up:before {
  content: "\e903";
}

/* line 51, ../scss/vendor/_icomoon.scss */
.icon-google-with-circle:before {
  content: "\e904";
}

/* line 54, ../scss/vendor/_icomoon.scss */
.icon-twitter-with-circle:before {
  content: "\e905";
}

/* line 57, ../scss/vendor/_icomoon.scss */
.icon-linkedin-with-circle:before {
  content: "\e906";
}

/* line 60, ../scss/vendor/_icomoon.scss */
.icon-facebook-with-circle:before {
  content: "\e907";
}

/*//////////////////////////////////////////////////////////////////////////////
//  Print
//////////////////////////////////////////////////////////////////////////////*/
@media print {
  /* line 6, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 13, ../scss/partials/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, ../scss/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, ../scss/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 30, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 36, ../scss/partials/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 42, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 46, ../scss/partials/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 51, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 59, ../scss/partials/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 66, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
