/* Compass */
/* Tools */
/* Light Blue */
/* Red */
/* Footer BG Color */
/* Top Footer Gray */
/* gform */
/* content border */
/**
 * ----------------------------------------------------------------------------------------
 * Tools/Helpers
 * ----------------------------------------------------------------------------------------
 */
/*
 * Image replacement
 */
/* line 11, ../scss/tools/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 19, ../scss/tools/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 30, ../scss/tools/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Text meant only for screen readers */
/* line 35, ../scss/tools/_helpers.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* line 40, ../scss/tools/_helpers.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 65, ../scss/tools/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 81, ../scss/tools/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 95, ../scss/tools/_helpers.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 111, ../scss/tools/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 117, ../scss/tools/_helpers.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 126, ../scss/tools/_helpers.scss */
.clearfix {
  *zoom: 1; }

/* =Wordpress alignment
-------------------*/
/* line 133, ../scss/tools/_helpers.scss */
.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 10px 0; }

/* line 138, ../scss/tools/_helpers.scss */
.alignright {
  display: inline;
  float: right;
  margin: 5px 0 10px 20px; }

/* line 143, ../scss/tools/_helpers.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 151, ../scss/tools/_helpers.scss */
.wp-caption,
.wp-caption-text,
.gallery-caption {
  max-width: 100%;
  font-style: italic; }

/* line 158, ../scss/tools/_helpers.scss */
.text-left {
  text-align: left; }

/* line 161, ../scss/tools/_helpers.scss */
.text-right {
  text-align: right; }

/* line 164, ../scss/tools/_helpers.scss */
.text-center {
  text-align: center; }

/* Base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/base/_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/base/_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/base/_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/base/_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/base/_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/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/base/_normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../scss/base/_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 109, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../scss/base/_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 135, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../scss/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 169, ../scss/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 173, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../scss/base/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../scss/base/_normalize.scss */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/base/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/base/_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/base/_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/base/_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/base/_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/base/_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/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/base/_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/base/_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/base/_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/base/_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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../scss/base/_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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../scss/base/_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 379, ../scss/base/_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 390, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../scss/base/_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 408, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 424, ../scss/base/_normalize.scss */
td,
th {
  padding: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Fonts
 * ----------------------------------------------------------------------------------------
 */
/**
* ----------------------------------------------------------------------------------------
* SHARED STYLES
* ----------------------------------------------------------------------------------------
*/
/* line 12, ../scss/base/_base.scss */
html, body {
  overflow-x: hidden; }

/* line 15, ../scss/base/_base.scss */
html, html a {
  -webkit-font-smoothing: antialiased !important; }

/* line 19, ../scss/base/_base.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 25, ../scss/base/_base.scss */
body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: normal; }

/* line 31, ../scss/base/_base.scss */
.group:before, .group:after {
  content: " ";
  display: table; }

/* line 36, ../scss/base/_base.scss */
.group:after {
  clear: both; }

/* line 41, ../scss/base/_base.scss */
::-moz-selection {
  background: #052938;
  color: white; }

/* line 46, ../scss/base/_base.scss */
::selection {
  background: #052938;
  color: white; }

/* line 51, ../scss/base/_base.scss */
a {
  text-decoration: none; }

/* line 55, ../scss/base/_base.scss */
strong, .strong, .bold, b {
  font-weight: 700; }

/* line 59, ../scss/base/_base.scss */
i, em {
  font-style: italic; }

/* line 63, ../scss/base/_base.scss */
u, .u {
  text-decoration: underline; }

/* line 66, ../scss/base/_base.scss */
.nou {
  text-decoration: none; }

/* line 70, ../scss/base/_base.scss */
.alignleft {
  float: left;
  margin: 5px 30px 30px 0px; }

/* line 75, ../scss/base/_base.scss */
.alignright {
  float: right;
  margin: 5px 0px 30px 30px; }

/* line 80, ../scss/base/_base.scss */
.aligncenter {
  display: block;
  margin: auto;
  margin-bottom: 20px; }

/* line 86, ../scss/base/_base.scss */
.center {
  text-align: center; }

/* line 90, ../scss/base/_base.scss */
b, strong {
  font-weight: 700; }

/* line 94, ../scss/base/_base.scss */
img {
  height: auto;
  max-width: 100%; }

/* line 101, ../scss/base/_base.scss */
ul li, ol li {
  list-style: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Typography
 * ----------------------------------------------------------------------------------------
 */
/* line 7, ../scss/base/_typography.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #494949;
  -webkit-font-smoothing: antialiased; }

/* line 12, ../scss/base/_typography.scss */
p {
  margin: 0 0 15px 0; }

/* line 16, ../scss/base/_typography.scss */
a {
  color: #14a9e6;
  text-decoration: none;
  transition: all ease 0.3s; }
  /* line 21, ../scss/base/_typography.scss */
  a:hover {
    text-decoration: none; }

/* line 26, ../scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #14a9e6;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0; }

/* line 33, ../scss/base/_typography.scss */
h1, .h1 {
  font-size: 36px;
  line-height: 1.2; }

/* line 38, ../scss/base/_typography.scss */
h2, .h2 {
  font-size: 28px;
  line-height: 1.3; }

/* line 43, ../scss/base/_typography.scss */
h3, .h3 {
  font-size: 20px;
  line-height: 1.3; }

/* line 48, ../scss/base/_typography.scss */
h4, .h4 {
  font-size: 16px;
  line-height: 1.4; }

/* line 52, ../scss/base/_typography.scss */
h5 {
  font-size: 14px;
  line-height: 1.6;
  text-transform: none; }

/* line 57, ../scss/base/_typography.scss */
h6 {
  font-size: 12px;
  line-height: 1.6em;
  text-transform: none; }

/* line 63, ../scss/base/_typography.scss */
.center-content {
  text-align: center; }

/* line 66, ../scss/base/_typography.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

/* line 72, ../scss/base/_typography.scss */
dl {
  margin-top: 0;
  margin-bottom: 30px; }

/* line 76, ../scss/base/_typography.scss */
dt, dd {
  line-height: 1.42857143; }

/* line 79, ../scss/base/_typography.scss */
dt {
  font-weight: 700; }

/* line 82, ../scss/base/_typography.scss */
dd {
  margin-bottom: 15px; }

/* Layout */
/**
 * ----------------------------------------------------------------------------------------
 * Module/BTNs
 * ----------------------------------------------------------------------------------------
 */
/* line 6, ../scss/tools/_btn.scss */
.btn-1, div#comments div#respond form p.form-submit input#submit {
  background: #14a9e6;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 28, ../scss/tools/_btn.scss */
  .btn-1 .fa, div#comments div#respond form p.form-submit input#submit .fa {
    background: #6fd0f7;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    transition: all ease 0.3s;
    vertical-align: top;
    width: 28px; }
    /* line 41, ../scss/tools/_btn.scss */
    .btn-1 .fa:hover, div#comments div#respond form p.form-submit input#submit .fa:hover {
      background: #fa98a0; }
  /* line 45, ../scss/tools/_btn.scss */
  .btn-1 .fa-caret-right, div#comments div#respond form p.form-submit input#submit .fa-caret-right {
    padding-left: 5px; }
  /* line 49, ../scss/tools/_btn.scss */
  .btn-1:hover, div#comments div#respond form p.form-submit input#submit:hover {
    background: #f63646;
    color: white; }
    /* line 53, ../scss/tools/_btn.scss */
    .btn-1:hover .fa, div#comments div#respond form p.form-submit input#submit:hover .fa {
      background: #fa98a0; }

/* line 59, ../scss/tools/_btn.scss */
.btn-2 {
  background: white;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  color: #9d4b37;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 82, ../scss/tools/_btn.scss */
  .btn-2:hover {
    background: #14a9e6;
    color: white; }

/* line 88, ../scss/tools/_btn.scss */
.btn-3 {
  background: #ececec;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 111, ../scss/tools/_btn.scss */
  .btn-3:hover {
    background: #f63646;
    border: 0;
    box-shadow: none;
    color: white; }

/* line 119, ../scss/tools/_btn.scss */
.btn-4 {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 142, ../scss/tools/_btn.scss */
  .btn-4:hover {
    background: #f63646;
    border: 1px solid #f63646;
    box-shadow: none;
    color: white; }

/******************************************************
    [ Header ]
*******************************************************/
/* line 4, ../scss/layout/_header.scss */
.header {
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative; }
  /* line 9, ../scss/layout/_header.scss */
  .header > .container {
    overflow: visible; }

/* line 14, ../scss/layout/_header.scss */
.logo {
  position: absolute;
  top: 20px;
  z-index: 1000; }
  /* line 19, ../scss/layout/_header.scss */
  .logo img {
    max-width: 100%;
    height: auto; }

/* line 26, ../scss/layout/_header.scss */
.site-nav-top {
  float: right;
  margin-bottom: 10px; }
  /* line 30, ../scss/layout/_header.scss */
  .site-nav-top ul {
    margin: 0;
    padding: 0; }
  /* line 35, ../scss/layout/_header.scss */
  .site-nav-top > ul {
    float: right; }
  /* line 39, ../scss/layout/_header.scss */
  .site-nav-top > ul li {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle; }
  /* line 45, ../scss/layout/_header.scss */
  .site-nav-top a {
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold; }
    /* line 51, ../scss/layout/_header.scss */
    .site-nav-top a:hover {
      color: #f63646; }
  /* line 60, ../scss/layout/_header.scss */
  .site-nav-top ul.top-nav li {
    border-left: 1px solid #000000;
    margin-left: 8px;
    padding-left: 8px; }
    /* line 65, ../scss/layout/_header.scss */
    .site-nav-top ul.top-nav li:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0; }
  /* line 72, ../scss/layout/_header.scss */
  .site-nav-top ul.top-social-nav {
    margin-left: 16px; }
  /* line 76, ../scss/layout/_header.scss */
  .site-nav-top ul.top-social-nav li {
    margin-left: 6px; }
    /* line 79, ../scss/layout/_header.scss */
    .site-nav-top ul.top-social-nav li:first-child {
      margin-left: 0; }
  /* line 84, ../scss/layout/_header.scss */
  .site-nav-top ul.top-social-nav .fa {
    font-size: 30px;
    font-weight: normal; }

/* -------------------------------------------------- 
     Table of Contents Main
-----------------------------------------------------
:: MAIN
:: FOOTER
:: POST NAVIGATION
:: PAGINATION

/******************************************************
    MAIN
*******************************************************/
/* line 12, ../scss/layout/_menus.scss */
.main-navigation {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: transparent;
  height: 40px;
  margin-top: 0; }

/* line 24, ../scss/layout/_menus.scss */
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

/* line 29, ../scss/layout/_menus.scss */
.main-navigation > ul {
  float: right; }

/* line 33, ../scss/layout/_menus.scss */
.nav-menu li {
  position: relative;
  float: left; }

/* line 38, ../scss/layout/_menus.scss */
.main-navigation > .nav-menu > li > a {
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: none; }

/* line 50, ../scss/layout/_menus.scss */
.main-navigation > .nav-menu > li.donate > a {
  background: #f63646;
  color: white; }
  /* line 54, ../scss/layout/_menus.scss */
  .main-navigation > .nav-menu > li.donate > a:hover {
    background: #14a9e6; }

/* line 58, ../scss/layout/_menus.scss */
.main-navigation ul ul {
  background: #6fd0f7;
  border: 0;
  color: white;
  display: none;
  float: left;
  left: 0;
  padding: 15px 0;
  position: absolute;
  top: 46px;
  width: 200px;
  z-index: 99999; }

/* line 71, ../scss/layout/_menus.scss */
.main-navigation ul ul:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #6fd0f7 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  top: -10px;
  left: 19%; }

/* line 84, ../scss/layout/_menus.scss */
.main-navigation ul ul ul {
  border: 0;
  top: 0;
  left: 100%;
  min-width: 200px; }

/* line 90, ../scss/layout/_menus.scss */
.main-navigation ul ul ul:after {
  content: '';
  position: relative;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: inherit;
  top: inherit;
  left: inherit; }

/* line 103, ../scss/layout/_menus.scss */
.main-navigation ul ul li {
  display: inline-block;
  width: 100%; }

/* line 107, ../scss/layout/_menus.scss */
.main-navigation ul ul a {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  height: auto;
  line-height: 1.3;
  padding-bottom: 5px;
  margin: 3px 15px;
  text-transform: lowercase; }
  /* line 117, ../scss/layout/_menus.scss */
  .main-navigation ul ul a:hover {
    color: white; }

/* line 121, ../scss/layout/_menus.scss */
.main-navigation ul ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0; }

/* line 126, ../scss/layout/_menus.scss */
.main-navigation li:hover > a,
.main-navigation li > a:focus {
  color: #f63646; }

/* line 137, ../scss/layout/_menus.scss */
.main-navigation ul li:hover > ul {
  display: block; }

/* line 141, ../scss/layout/_menus.scss */
.main-navigation > .nav-menu > .current_page_item > a,
.main-navigation > .nav-menu > .current-menu-item > a,
.main-navigation > .nav-menu > .current_page_parent > a,
.main-navigation > .nav-menu > .current_page_item > a:hover,
.main-navigation > .nav-menu > .current-menu-item > a:hover,
.main-navigation > .nav-menu > .current_page_item > a:focus,
.main-navigation > .nav-menu > .current-menu-item > a:focus {
  color: #f63646; }

/* line 151, ../scss/layout/_menus.scss */
.main-navigation ul ul .current_page_item > a {
  color: white; }

/* line 155, ../scss/layout/_menus.scss */
.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
  color: #f63646; }

/* line 160, ../scss/layout/_menus.scss */
.search-toggle .fa {
  color: white; }

/* Small menu */
/* line 164, ../scss/layout/_menus.scss */
.menu-toggle {
  cursor: pointer;
  display: none; }

/* line 169, ../scss/layout/_menus.scss */
ul.search {
  float: right; }

/* line 173, ../scss/layout/_menus.scss */
ul.search li {
  float: left; }
  /* line 176, ../scss/layout/_menus.scss */
  ul.search li form {
    margin-top: 5px; }
  /* line 180, ../scss/layout/_menus.scss */
  ul.search li label {
    margin-bottom: 0; }
  /* line 183, ../scss/layout/_menus.scss */
  ul.search li .form-control {
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1; }
  /* line 189, ../scss/layout/_menus.scss */
  ul.search li .btn-4 {
    line-height: 1;
    padding: 8px 20px; }

/******************************************************
    POST NAVIGATION
*******************************************************/
/* line 202, ../scss/layout/_menus.scss */
.post-navigation {
  margin-bottom: 30px;
  overflow: hidden; }

/******************************************************
    PAGINATION
*******************************************************/
/* line 211, ../scss/layout/_menus.scss */
.navigation ol.wp-paginate {
  margin: 20px 0;
  padding: 0; }
  /* line 215, ../scss/layout/_menus.scss */
  .navigation ol.wp-paginate .wp-paginate .current {
    color: #fff;
    background: #14a9e6;
    border: 1px solid #14a9e6;
    margin-right: 4px;
    padding: 4px 8px; }

/* -------------------------------------------------- 
     Table of Contents Main
-----------------------------------------------------
:: MAIN
:: HOME CONTENT
:: MAIN CONTENT
:: ENTRY CONTENT

/******************************************************
    [ MAIN ]
*******************************************************/
/* line 12, ../scss/layout/_main.scss */
body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  padding: 0; }

/* line 19, ../scss/layout/_main.scss */
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #e5e4e4; }

/* line 25, ../scss/layout/_main.scss */
a {
  color: #14a9e6; }
  /* line 28, ../scss/layout/_main.scss */
  a:hover {
    color: #f63646; }

/******************************************************
    [ Banner ]
*******************************************************/
/******************************************************
    [ HOME CONTENT ]
*******************************************************/
/* line 40, ../scss/layout/_main.scss */
.home-content {
  overflow: hidden;
  padding-bottom: 80px; }

/* line 46, ../scss/layout/_main.scss */
.banner-top img {
  height: auto;
  max-width: 100%;
  width: 100%; }

/* line 53, ../scss/layout/_main.scss */
.banner-bottom-inner {
  background: #052938;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px; }

/* line 60, ../scss/layout/_main.scss */
.bb-1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding-left: 10px; }

/* line 69, ../scss/layout/_main.scss */
.bb-2 ul {
  margin: 0;
  padding: 0;
  text-align: center; }

/* line 74, ../scss/layout/_main.scss */
.bb-2 ul li {
  display: inline-block;
  margin-left: 10px; }
  /* line 78, ../scss/layout/_main.scss */
  .bb-2 ul li:first-child {
    margin-left: 0; }

/* line 82, ../scss/layout/_main.scss */
.hcol-1 {
  background: #ececec; }
  /* line 85, ../scss/layout/_main.scss */
  .hcol-1 .col-header {
    background: #f63646;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 6px;
    text-align: center; }
  /* line 95, ../scss/layout/_main.scss */
  .hcol-1 img {
    height: auto;
    max-width: 100%;
    width: 100%; }
  /* line 101, ../scss/layout/_main.scss */
  .hcol-1 .form-title,
  .hcol-1 form {
    padding: 18px; }
  /* line 106, ../scss/layout/_main.scss */
  .hcol-1 .form-title {
    color: #f63646;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 10px; }
  /* line 116, ../scss/layout/_main.scss */
  .hcol-1 form {
    padding-top: 0; }
  /* line 120, ../scss/layout/_main.scss */
  .hcol-1 form input[type="text"],
  .hcol-1 form input[type="email"] {
    display: block;
    height: 42px;
    margin-bottom: 10px;
    padding: 4px 10px;
    width: 100%; }
  /* line 128, ../scss/layout/_main.scss */
  .hcol-1 form input[type="submit"] {
    background: #f63646;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease 0.3s;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    /* line 150, ../scss/layout/_main.scss */
    .hcol-1 form input[type="submit"] .fa {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      color: white;
      font-size: 24px;
      height: 28px;
      line-height: 28px;
      padding: 0;
      text-align: center;
      transition: all ease 0.3s;
      vertical-align: top;
      width: 28px; }
      /* line 163, ../scss/layout/_main.scss */
      .hcol-1 form input[type="submit"] .fa:hover {
        background: rgba(255, 255, 255, 0.5); }
    /* line 167, ../scss/layout/_main.scss */
    .hcol-1 form input[type="submit"] .fa-caret-right {
      padding-left: 5px; }
    /* line 171, ../scss/layout/_main.scss */
    .hcol-1 form input[type="submit"]:hover {
      background: #14a9e6;
      color: white; }
      /* line 175, ../scss/layout/_main.scss */
      .hcol-1 form input[type="submit"]:hover .fa {
        background: rgba(255, 255, 255, 0.5); }

/* line 183, ../scss/layout/_main.scss */
.hcol-2 .col-title,
.hcol-2 h1 {
  color: #052938;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase; }
/* line 194, ../scss/layout/_main.scss */
.hcol-2 .col-sub-title,
.hcol-2 h2 {
  color: #14a9e6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px; }
/* line 204, ../scss/layout/_main.scss */
.hcol-2 p {
  color: #494949;
  font-size: 16px;
  line-height: 1.6; }

/* line 212, ../scss/layout/_main.scss */
.hcol-3 .widget-title {
  color: #f63646;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 24px;
  text-transform: uppercase; }
/* line 222, ../scss/layout/_main.scss */
.hcol-3 img {
  max-width: inherit; }
/* line 225, ../scss/layout/_main.scss */
.hcol-3 .post {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 16px;
  padding-bottom: 16px; }
/* line 230, ../scss/layout/_main.scss */
.hcol-3 .entry-header {
  margin-bottom: 0; }
/* line 234, ../scss/layout/_main.scss */
.hcol-3 h1.entry-title {
  color: #494949;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1; }
/* line 241, ../scss/layout/_main.scss */
.hcol-3 .entry-title a,
.hcol-3 .rpwe-block a {
  color: #494949;
  font-size: 18px;
  font-weight: bold; }
  /* line 247, ../scss/layout/_main.scss */
  .hcol-3 .entry-title a:hover,
  .hcol-3 .rpwe-block a:hover {
    color: #f63646; }
/* line 251, ../scss/layout/_main.scss */
.hcol-3 .post-meta,
.hcol-3 .rpwe-time {
  color: #f63646;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase; }
/* line 261, ../scss/layout/_main.scss */
.hcol-3 .rpwe-thumb {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 10px 0 0;
  padding: 0 !important; }

/******************************************************
    [ MAIN CONTENT ]
*******************************************************/
/* line 271, ../scss/layout/_main.scss */
.main-content {
  padding-top: 0px;
  padding-bottom: 50px; }

/* line 275, ../scss/layout/_main.scss */
.col-1 {
  padding-top: 50px; }

/* line 278, ../scss/layout/_main.scss */
.page-header {
  border-bottom: 0;
  margin: 0 0 20px;
  padding-bottom: 9px; }

/* line 284, ../scss/layout/_main.scss */
.page-title,
.page-title a {
  color: #000000;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding: 0; }

/* line 295, ../scss/layout/_main.scss */
.page-title a:hover {
  color: #052938; }

/* line 298, ../scss/layout/_main.scss */
.banner-inner {
  position: relative; }
  /* line 301, ../scss/layout/_main.scss */
  .banner-inner .page-title {
    color: white;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -5px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0; }

/******************************************************
    [ ENTRY CONTENT ]
*******************************************************/
/* line 317, ../scss/layout/_main.scss */
.post {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  /* line 325, ../scss/layout/_main.scss */
  .post:last-of-type {
    border-bottom: 0; }

/* line 329, ../scss/layout/_main.scss */
.entry-header {
  margin-bottom: 20px; }

/* line 332, ../scss/layout/_main.scss */
.post-meta {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px; }
  /* line 337, ../scss/layout/_main.scss */
  .post-meta a {
    color: #14a9e6;
    text-decoration: underline; }
    /* line 341, ../scss/layout/_main.scss */
    .post-meta a:hover {
      color: #f63646; }

/* line 346, ../scss/layout/_main.scss */
.post-content {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px; }
  /* line 352, ../scss/layout/_main.scss */
  .post-content .readmore {
    text-decoration: underline; }

/* line 358, ../scss/layout/_main.scss */
.entry-content h1 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #052938;
  padding: 0px;
  margin: 0 0 16px;
  text-transform: uppercase; }
/* line 369, ../scss/layout/_main.scss */
.entry-content h2 {
  color: #14a9e6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 16px; }
/* line 378, ../scss/layout/_main.scss */
.entry-content h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 20px; }
/* line 386, ../scss/layout/_main.scss */
.entry-content h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }
/* line 393, ../scss/layout/_main.scss */
.entry-content h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase; }
/* line 401, ../scss/layout/_main.scss */
.entry-content h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-bottom: 15px; }
/* line 409, ../scss/layout/_main.scss */
.entry-content .page-title,
.entry-content .page-title a {
  color: #000000;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 20px 0;
  padding: 0; }
/* line 419, ../scss/layout/_main.scss */
.entry-content .sub-title {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px; }
/* line 429, ../scss/layout/_main.scss */
.entry-content p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px; }
/* line 436, ../scss/layout/_main.scss */
.entry-content a {
  color: #14a9e6;
  transition: all ease 0.3s; }
  /* line 440, ../scss/layout/_main.scss */
  .entry-content a:hover {
    color: #052938; }
/* line 445, ../scss/layout/_main.scss */
.entry-content ol, .entry-content ul {
  font-family: Helvetica, Arial, sans-serif;
  list-style: outside;
  margin: 0 0 25px 30px;
  padding: 0; }
  /* line 451, ../scss/layout/_main.scss */
  .entry-content ol li, .entry-content ul li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px; }
    /* line 456, ../scss/layout/_main.scss */
    .entry-content ol li:last-of-type, .entry-content ul li:last-of-type {
      margin-bottom: 0; }
/* line 464, ../scss/layout/_main.scss */
.entry-content ol li {
  list-style: none; }
/* line 471, ../scss/layout/_main.scss */
.entry-content ul li {
  list-style: disc; }
/* line 476, ../scss/layout/_main.scss */
.entry-content img.alignnone {
  margin-bottom: 34px; }
/* line 480, ../scss/layout/_main.scss */
.entry-content blockquote {
  margin-bottom: 28px;
  color: #d7d7d7;
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  font-style: italic; }
  /* line 489, ../scss/layout/_main.scss */
  .entry-content blockquote p {
    font-size: 14px !important;
    line-height: 20px !important; }
    /* line 493, ../scss/layout/_main.scss */
    .entry-content blockquote p:last-of-type {
      margin-bottom: 0 !important; }
/* line 499, ../scss/layout/_main.scss */
.entry-content .wp-caption {
  max-width: 100%;
  margin-bottom: 34px; }
  /* line 503, ../scss/layout/_main.scss */
  .entry-content .wp-caption img {
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 10px !important; }
  /* line 509, ../scss/layout/_main.scss */
  .entry-content .wp-caption p.wp-caption-text {
    font-size: .9em !important;
    margin: 0;
    padding: 5px 5px 0px 0;
    line-height: 1.3em !important;
    font-style: italic; }
/* line 518, ../scss/layout/_main.scss */
.entry-content img {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 4px; }
  @media screen and (max-width: 600px) {
    /* line 518, ../scss/layout/_main.scss */
    .entry-content img {
      width: 100%; } }
/* line 533, ../scss/layout/_main.scss */
.entry-content .post .media-left img {
  margin-right: 15px;
  max-width: 150px; }
/* line 538, ../scss/layout/_main.scss */
.entry-content table {
  text-align: left;
  margin-bottom: 40px;
  width: 100%; }
  /* line 543, ../scss/layout/_main.scss */
  .entry-content table tr {
    background: #f0f0f0;
    border: 1px solid #d7d7d7; }
    /* line 547, ../scss/layout/_main.scss */
    .entry-content table tr:nth-child(odd) {
      background: #fff; }
    /* line 551, ../scss/layout/_main.scss */
    .entry-content table tr th {
      background: #eeeeee;
      font-weight: 400;
      color: #343434;
      padding: 10px; }
    /* line 558, ../scss/layout/_main.scss */
    .entry-content table tr td {
      padding: 10px;
      font-size: 14px;
      line-height: 1.6; }
/* line 566, ../scss/layout/_main.scss */
.entry-content .gform_wrapper .gform_footer input[type=submit] {
  background: #14a9e6;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 588, ../scss/layout/_main.scss */
  .entry-content .gform_wrapper .gform_footer input[type=submit] .fa {
    background: #6fd0f7;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    transition: all ease 0.3s;
    vertical-align: top;
    width: 28px; }
    /* line 601, ../scss/layout/_main.scss */
    .entry-content .gform_wrapper .gform_footer input[type=submit] .fa:hover {
      background: #fa98a0; }
  /* line 605, ../scss/layout/_main.scss */
  .entry-content .gform_wrapper .gform_footer input[type=submit] .fa-caret-right {
    padding-left: 5px; }
  /* line 609, ../scss/layout/_main.scss */
  .entry-content .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #f63646;
    color: white; }
    /* line 613, ../scss/layout/_main.scss */
    .entry-content .gform_wrapper .gform_footer input[type=submit]:hover .fa {
      background: #fa98a0; }

/* line 623, ../scss/layout/_main.scss */
.single-employment .entry-content h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 4px 0;
  text-transform: uppercase; }
/* line 630, ../scss/layout/_main.scss */
.single-employment .entry-content .e-wrap {
  margin-bottom: 26px;
  overflow: hidden; }
/* line 635, ../scss/layout/_main.scss */
.single-employment .entry-content p:last-of-type {
  margin-bottom: 0; }

/******************************************************
    [ Sidebar ]
*******************************************************/
/* line 4, ../scss/layout/_sidebar.scss */
.sidebar {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all ease 0.3s; }
  /* line 10, ../scss/layout/_sidebar.scss */
  .sidebar .widget {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
    padding-left: 18px; }
  /* line 16, ../scss/layout/_sidebar.scss */
  .sidebar .widget-title {
    color: #f63646;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase; }
  /* line 26, ../scss/layout/_sidebar.scss */
  .sidebar ul {
    margin: 0;
    padding: 0; }
  /* line 31, ../scss/layout/_sidebar.scss */
  .sidebar li {
    line-height: 1.1;
    margin-bottom: 10px; }
  /* line 36, ../scss/layout/_sidebar.scss */
  .sidebar a {
    color: #000000;
    font-weight: normal; }
    /* line 40, ../scss/layout/_sidebar.scss */
    .sidebar a:hover {
      color: #14a9e6; }
  /* line 45, ../scss/layout/_sidebar.scss */
  .sidebar p {
    margin: 0 0 8px 0; }
  /* line 52, ../scss/layout/_sidebar.scss */
  .sidebar .updates {
    background: #ececec;
    padding-left: 0; }
    /* line 56, ../scss/layout/_sidebar.scss */
    .sidebar .updates .form-title,
    .sidebar .updates form {
      padding: 18px; }
    /* line 61, ../scss/layout/_sidebar.scss */
    .sidebar .updates .form-title {
      color: #f63646;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      padding-top: 24px;
      padding-bottom: 5px; }
    /* line 71, ../scss/layout/_sidebar.scss */
    .sidebar .updates form {
      padding-top: 0; }
    /* line 75, ../scss/layout/_sidebar.scss */
    .sidebar .updates form input[type="text"],
    .sidebar .updates form input[type="email"] {
      display: block;
      height: 42px;
      margin-bottom: 10px;
      padding: 4px 10px;
      width: 100%; }
    /* line 83, ../scss/layout/_sidebar.scss */
    .sidebar .updates form input[type="submit"] {
      background: #f63646;
      border: 0;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      cursor: pointer;
      color: white;
      display: inline-block;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      padding: 8px 16px;
      text-align: center;
      text-transform: uppercase;
      transition: all ease 0.3s;
      white-space: normal;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      /* line 105, ../scss/layout/_sidebar.scss */
      .sidebar .updates form input[type="submit"] .fa {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        color: white;
        font-size: 24px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        text-align: center;
        transition: all ease 0.3s;
        vertical-align: top;
        width: 28px; }
        /* line 118, ../scss/layout/_sidebar.scss */
        .sidebar .updates form input[type="submit"] .fa:hover {
          background: rgba(255, 255, 255, 0.5); }
      /* line 122, ../scss/layout/_sidebar.scss */
      .sidebar .updates form input[type="submit"] .fa-caret-right {
        padding-left: 5px; }
      /* line 126, ../scss/layout/_sidebar.scss */
      .sidebar .updates form input[type="submit"]:hover {
        background: #14a9e6;
        color: white; }
        /* line 130, ../scss/layout/_sidebar.scss */
        .sidebar .updates form input[type="submit"]:hover .fa {
          background: rgba(255, 255, 255, 0.5); }
  /* line 138, ../scss/layout/_sidebar.scss */
  .sidebar .news img {
    max-width: inherit; }
  /* line 141, ../scss/layout/_sidebar.scss */
  .sidebar .news .post {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    /* line 146, ../scss/layout/_sidebar.scss */
    .sidebar .news .post:last-of-type {
      border-bottom: 0;
      margin-bottom: 16px;
      padding-bottom: 16px; }
  /* line 152, ../scss/layout/_sidebar.scss */
  .sidebar .news .entry-header {
    margin-bottom: 0; }
  /* line 156, ../scss/layout/_sidebar.scss */
  .sidebar .news .entry-title a,
  .sidebar .news .rpwe-block a {
    color: #494949;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2; }
    /* line 164, ../scss/layout/_sidebar.scss */
    .sidebar .news .entry-title a:hover,
    .sidebar .news .rpwe-block a:hover {
      color: #f63646; }
  /* line 168, ../scss/layout/_sidebar.scss */
  .sidebar .news .post-meta,
  .sidebar .news .rpwe-time {
    color: #f63646;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase; }
  /* line 178, ../scss/layout/_sidebar.scss */
  .sidebar .news .rpwe-thumb {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 10px 0 0;
    padding: 0 !important; }
  /* line 185, ../scss/layout/_sidebar.scss */
  .sidebar .btn-1, .sidebar div#comments div#respond form p.form-submit input#submit, div#comments div#respond form p.form-submit .sidebar input#submit {
    color: white; }
    /* line 188, ../scss/layout/_sidebar.scss */
    .sidebar .btn-1:hover, .sidebar div#comments div#respond form p.form-submit input#submit:hover, div#comments div#respond form p.form-submit .sidebar input#submit:hover {
      color: white; }

/******************************************************
    Staff
*******************************************************/
/* line 4, ../scss/layout/_staff.scss */
ul.team {
  margin: 0;
  padding: 0; }
  /* line 8, ../scss/layout/_staff.scss */
  ul.team li {
    float: left;
    line-height: 1;
    list-style: none;
    padding: 20px;
    width: 25%; }
    /* line 15, ../scss/layout/_staff.scss */
    ul.team li:nth-of-type(4n+1) {
      clear: both; }
    /* line 19, ../scss/layout/_staff.scss */
    ul.team li h2 {
      font-size: 18px;
      margin-bottom: 8px;
      padding-top: 10px; }
  /* line 26, ../scss/layout/_staff.scss */
  ul.team dt {
    margin-bottom: 4px; }
  /* line 30, ../scss/layout/_staff.scss */
  ul.team dd {
    margin: 0 0 20px 0; }

/* line 34, ../scss/layout/_staff.scss */
.entry-content ul.team img {
  margin-bottom: 0; }

/* line 38, ../scss/layout/_staff.scss */
ul.team .modal {
  padding-right: 0 !important; }

/* line 42, ../scss/layout/_staff.scss */
ul.team .modal .post-title {
  font-size: 18px; }

/* line 46, ../scss/layout/_staff.scss */
ul.team .modal .position {
  margin-bottom: 10px; }

/* line 50, ../scss/layout/_staff.scss */
ul.team .media-left,
ul.team .media > .pull-left {
  padding-right: 20px;
  width: 200px; }
  /* line 55, ../scss/layout/_staff.scss */
  ul.team .media-left img,
  ul.team .media > .pull-left img {
    max-width: 200px; }

/* line 60, ../scss/layout/_staff.scss */
.entry-content ul.staff-info {
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 66, ../scss/layout/_staff.scss */
.entry-content ul.staff-info li {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%; }

/******************************************************
    [ Footer ]
*******************************************************/
/* line 4, ../scss/layout/_footer.scss */
.top-footer {
  background: #ececec;
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center; }
  /* line 10, ../scss/layout/_footer.scss */
  .top-footer .top-footer-title {
    color: #052938;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  /* line 19, ../scss/layout/_footer.scss */
  .top-footer ul {
    margin: 30px auto 0;
    padding: 0; }
  /* line 24, ../scss/layout/_footer.scss */
  .top-footer li {
    display: inline-block;
    margin: 0 16px 16px; }

/* line 29, ../scss/layout/_footer.scss */
.footer {
  background: #052938;
  color: #14a9e6;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  /* line 39, ../scss/layout/_footer.scss */
  .footer span {
    display: inline-block;
    font-size: 28px; }
  /* line 44, ../scss/layout/_footer.scss */
  .footer ul.nav-menu-footer {
    margin: 0 auto 8px;
    padding: 0;
    text-align: center; }
  /* line 50, ../scss/layout/_footer.scss */
  .footer ul.nav-menu-footer li {
    display: inline-block;
    margin: 0 16px 16px; }
    /* line 54, ../scss/layout/_footer.scss */
    .footer ul.nav-menu-footer li a {
      color: white;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.1;
      text-transform: uppercase; }
      /* line 62, ../scss/layout/_footer.scss */
      .footer ul.nav-menu-footer li a:hover {
        color: #14a9e6; }

/* line 68, ../scss/layout/_footer.scss */
.copyright {
  color: #b7b7b7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px; }
  /* line 77, ../scss/layout/_footer.scss */
  .copyright a {
    color: #b7b7b7; }
  /* line 81, ../scss/layout/_footer.scss */
  .copyright p {
    margin-bottom: 5px; }
    /* line 84, ../scss/layout/_footer.scss */
    .copyright p:last--child {
      margin-bottom: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Comments
 * ----------------------------------------------------------------------------------------
 */
/* line 6, ../scss/base/_comments.scss */
div#comments {
  margin-top: 20px;
  /* ol */ }
  /* line 12, ../scss/base/_comments.scss */
  div#comments div#respond h3 {
    margin-bottom: 5px;
    font-size: 25px; }
    @media screen and (max-width: 900px) {
      /* line 12, ../scss/base/_comments.scss */
      div#comments div#respond h3 {
        margin-bottom: 10px; } }
  /* line 27, ../scss/base/_comments.scss */
  div#comments div#respond form p {
    margin-bottom: 30px;
    font-size: 15px; }
    /* line 32, ../scss/base/_comments.scss */
    div#comments div#respond form p span {
      color: #494949; }
    /* line 38, ../scss/base/_comments.scss */
    div#comments div#respond form p label {
      display: block;
      margin-bottom: 5px;
      font-style: normal;
      font-weight: 400; }
      /* line 45, ../scss/base/_comments.scss */
      div#comments div#respond form p label span {
        display: inline;
        color: #494949; }
    /* line 54, ../scss/base/_comments.scss */
    div#comments div#respond form p input, div#comments div#respond form p textarea {
      display: block;
      box-shadow: none;
      background: #F7F7F7;
      border: 1px solid #cfcfcf;
      padding: 10px 10px;
      height: auto;
      width: 100%;
      font-weight: 400; }
      /* line 65, ../scss/base/_comments.scss */
      div#comments div#respond form p input:focus, div#comments div#respond form p textarea:focus {
        border-color: #494949;
        background: white; }
      /* line 72, ../scss/base/_comments.scss */
      div#comments div#respond form p input:hover, div#comments div#respond form p textarea:hover {
        background: white; }
    /* line 80, ../scss/base/_comments.scss */
    div#comments div#respond form p textarea {
      height: 130px;
      line-height: 24px; }
    /* line 87, ../scss/base/_comments.scss */
    div#comments div#respond form p:last-of-type {
      margin-bottom: 0; }
  /* line 101, ../scss/base/_comments.scss */
  div#comments div#respond form p.form-allowed-tags {
    display: none; }
  /* line 107, ../scss/base/_comments.scss */
  div#comments div#respond form p.comment-form-comment {
    margin-bottom: 0; }
  /* line 113, ../scss/base/_comments.scss */
  div#comments div#respond form p.form-submit {
    margin-top: 15px; }
    /* line 116, ../scss/base/_comments.scss */
    div#comments div#respond form p.form-submit input#submit {
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      cursor: pointer;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      padding: 8px 14px;
      text-align: center;
      line-height: 1;
      text-transform: uppercase;
      width: 150px;
      display: inline-block; }
  /* line 140, ../scss/base/_comments.scss */
  div#comments h2 {
    margin-bottom: 30px;
    margin-top: 0; }
  /* line 147, ../scss/base/_comments.scss */
  div#comments ol {
    margin: 0;
    list-style: none;
    /* li */ }
    /* line 152, ../scss/base/_comments.scss */
    div#comments ol li {
      padding: 20px;
      list-style: none;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
      /* article */ }
      /* line 159, ../scss/base/_comments.scss */
      div#comments ol li:nth-child(even) {
        background: #f9f9f9; }
      /* line 165, ../scss/base/_comments.scss */
      div#comments ol li article {
        float: none;
        box-shadow: none;
        background: none;
        padding: 0;
        margin-bottom: 0;
        width: 100%; }
        /* line 174, ../scss/base/_comments.scss */
        div#comments ol li article img {
          float: left;
          width: 10%;
          height: auto;
          margin: 0 20px 20px 0; }
        /* line 183, ../scss/base/_comments.scss */
        div#comments ol li article p {
          clear: both;
          margin-bottom: 10px; }
          /* line 188, ../scss/base/_comments.scss */
          div#comments ol li article p:last-of-type {
            margin-bottom: 0; }
        /* line 196, ../scss/base/_comments.scss */
        div#comments ol li article h4 {
          float: left;
          font-size: 20px;
          margin-top: 19px;
          width: 82%;
          margin-bottom: 0;
          color: dark-grey; }
          /* line 205, ../scss/base/_comments.scss */
          div#comments ol li article h4 a {
            border-bottom: 0;
            text-decoration: none; }
            @media screen and (max-width: 600px) {
              /* line 205, ../scss/base/_comments.scss */
              div#comments ol li article h4 a {
                font-size: 18px; } }
          @media screen and (max-width: 980px) {
            /* line 196, ../scss/base/_comments.scss */
            div#comments ol li article h4 {
              margin-top: 0px; } }
          @media screen and (max-width: 600px) {
            /* line 196, ../scss/base/_comments.scss */
            div#comments ol li article h4 {
              font-size: 18px;
              line-height: 18px;
              margin-top: 8px; } }
        /* line 233, ../scss/base/_comments.scss */
        div#comments ol li article time {
          float: left;
          width: 82%; }
          /* line 238, ../scss/base/_comments.scss */
          div#comments ol li article time a {
            font-size: 14px;
            text-decoration: none;
            border: 0; }
          @media screen and (max-width: 600px) {
            /* line 233, ../scss/base/_comments.scss */
            div#comments ol li article time {
              display: none; } }

/* div#comments */
/******************************************************
    [ Responsive ]
*******************************************************/
@media (max-width: 1200px) {
  /* line 6, ../scss/layout/_breakpoints.scss */
  .main-navigation > .nav-menu > li > a {
    font-size: 20px; }

  /* line 9, ../scss/layout/_breakpoints.scss */
  .bb-2 ul li {
    display: block;
    margin-bottom: 16px; }
    /* line 13, ../scss/layout/_breakpoints.scss */
    .bb-2 ul li:last-child {
      margin-bottom: 0; } }
/* end 1200px */
/* end 1024px */
@media (max-width: 996px) {
  /* line 24, ../scss/layout/_breakpoints.scss */
  .logo {
    position: relative;
    top: auto;
    text-align: center; }

  /* line 29, ../scss/layout/_breakpoints.scss */
  .site-nav-top {
    float: none;
    margin-bottom: 10px; }

  /* line 33, ../scss/layout/_breakpoints.scss */
  .site-nav-top > ul {
    float: none;
    text-align: center; }

  /* line 37, ../scss/layout/_breakpoints.scss */
  .site-nav-top ul {
    text-align: center; }

  /* line 40, ../scss/layout/_breakpoints.scss */
  .main-navigation > ul {
    float: none;
    text-align: center; }

  /* line 44, ../scss/layout/_breakpoints.scss */
  .nav-menu li {
    position: relative;
    float: none;
    display: inline-block; }

  /* line 49, ../scss/layout/_breakpoints.scss */
  .post .media-left {
    max-width: 165px; }

  /* line 54, ../scss/layout/_breakpoints.scss */
  ul.team li {
    padding: 20px;
    width: 50%; }
    /* line 58, ../scss/layout/_breakpoints.scss */
    ul.team li:nth-of-type(2n+1) {
      clear: both; } }
/* end 996px */
@media (max-width: 770px) {
  /* line 70, ../scss/layout/_breakpoints.scss */
  .hcol {
    margin-bottom: 30px;
    overflow: hidden; }

  /* line 74, ../scss/layout/_breakpoints.scss */
  .bb-1 {
    margin-bottom: 30px; }

  /* line 79, ../scss/layout/_breakpoints.scss */
  .col-1 {
    margin-bottom: 30px;
    padding-top: 30px; }

  /* line 83, ../scss/layout/_breakpoints.scss */
  .paging-navigation {
    overflow: hidden; }

  /* line 86, ../scss/layout/_breakpoints.scss */
  .col-1 {
    margin-bottom: 30px;
    overflow: hidden; }

  /* line 90, ../scss/layout/_breakpoints.scss */
  .sidebar {
    margin: 0 auto;
    max-width: 380px; } }
/* end 770px */
@media (max-width: 660px) {
  /* line 97, ../scss/layout/_breakpoints.scss */
  .main-navigation,
  ul.top-nav {
    display: none;
    visibility: hidden; }

  /* line 102, ../scss/layout/_breakpoints.scss */
  .footer ul.nav-menu-footer li {
    display: inline-block;
    margin: 0 12px 16px; }

  /* line 106, ../scss/layout/_breakpoints.scss */
  .footer ul.nav-menu-footer li a {
    font-size: 20px; } }
/* end 660px */
@media (max-width: 600px) {
  /* line 112, ../scss/layout/_breakpoints.scss */
  .banner-inner .page-title {
    font-size: 60px; }

  /* line 115, ../scss/layout/_breakpoints.scss */
  .post .media-left,
  .post .media-right,
  .post .media-body {
    display: block;
    vertical-align: top; }

  /* line 121, ../scss/layout/_breakpoints.scss */
  post .media-left {
    margin-bottom: 15px; }

  /* line 124, ../scss/layout/_breakpoints.scss */
  .entry-content .post .media-left img {
    margin-right: 0;
    max-width: 175px; } }
/* end 600px */
@media (max-width: 480px) {
  /* line 132, ../scss/layout/_breakpoints.scss */
  .bb-2 ul li {
    margin-bottom: 16px; }
    /* line 135, ../scss/layout/_breakpoints.scss */
    .bb-2 ul li:last-child {
      margin-bottom: 0; } }
/* end 480px */
